01M28YJ0B0W4MTDA8C101KYF18: 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: 01M28YJV5CVGF0PQNBZQZX780H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T19:20:44.738Zjob assigned to worker 01M28YJX2ZZ6ZKXPQT67504X6P [factory aws, i-0f5107e6730a2aa85] (queued for 55 s)
 
22026-09-11T19:20:52.162Zstarting task 0: "setup"
32026-09-11T19:20:52.165Z++ uname -s
42026-09-11T19:20:52.169Z+ kern=SunOS
52026-09-11T19:20:52.169Z+ build_user=build
62026-09-11T19:20:52.169Z+ build_uid=12345
72026-09-11T19:20:52.169Z+ work_dir=/work
82026-09-11T19:20:52.169Z+ input_dir=/input
92026-09-11T19:20:52.169Z+ [[ 0 == 12345 ]]
102026-09-11T19:20:52.169Z+ case "$kern" in
112026-09-11T19:20:52.169Z+ groupadd -g 12345 build
122026-09-11T19:20:52.172Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T19:20:55.717Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T19:20:55.761Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T19:20:55.761Z+ home_fs=zfs
162026-09-11T19:20:55.761Z+ [[ zfs == autofs ]]
172026-09-11T19:20:55.761Z+ mkdir -p /home/build
182026-09-11T19:20:55.761Z+ chown build:build /home/build /work
192026-09-11T19:20:57.727Z+ chmod 0700 /home/build /work
202026-09-11T19:20:57.801Zprocess exited: duration 4206 ms, exit code 0
 
212026-09-11T19:20:58.115Zstarting task 1: "rust-toolchain"
222026-09-11T19:20:58.135Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T19:20:58.135Z * rust toolchain channel = "1.98.1"
242026-09-11T19:20:58.135Z * rust toolchain profile = "default"
252026-09-11T19:20:58.135Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-11T19:20:58.135Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T19:20:58.135Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T19:20:58.135Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T19:20:58.135Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T19:20:58.390Zinfo: downloading installer
312026-09-11T19:20:59.627Zinfo: profile set to default
322026-09-11T19:20:59.627Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T19:20:59.648Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-11T19:20:59.750Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-11T19:20:59.754Zinfo: downloading 6 components
362026-09-11T19:21:14.556Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-11T19:21:14.556Z
382026-09-11T19:21:14.584Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-11T19:21:14.584Z
402026-09-11T19:21:14.587Z
412026-09-11T19:21:14.587ZRust is installed now. Great!
422026-09-11T19:21:14.587Z
432026-09-11T19:21:14.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T19:21:14.587Zenvironment variable. This has not been done automatically.
452026-09-11T19:21:14.587Z
462026-09-11T19:21:14.587ZTo configure your current shell, you need to source
472026-09-11T19:21:14.587Zthe corresponding env file under $HOME/.cargo.
482026-09-11T19:21:14.587Z
492026-09-11T19:21:14.587ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T19:21:14.588Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T19:21:14.588Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T19:21:14.588ZCC_x86_64-unknown-illumos = None
532026-09-11T19:21:14.588Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T19:21:14.588ZCC_x86_64_unknown_illumos = None
552026-09-11T19:21:14.588Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T19:21:14.588ZHOST_CC = None
572026-09-11T19:21:14.588Zcargo:rerun-if-env-changed=CC
582026-09-11T19:21:14.588ZCC = None
592026-09-11T19:21:14.588Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T19:21:14.764Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T19:21:14.764ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T19:21:14.764Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T19:21:14.764ZCFLAGS = None
642026-09-11T19:21:14.764Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T19:21:14.764ZHOST_CFLAGS = None
662026-09-11T19:21:14.764Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T19:21:14.764ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T19:21:14.764Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T19:21:14.764ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T19:21:14.863Z+ rustup --version
712026-09-11T19:21:14.868Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T19:21:14.871Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T19:21:14.890Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-11T19:21:14.893Z+ cargo --version
752026-09-11T19:21:14.900Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-11T19:21:14.904Z+ rustc --version
772026-09-11T19:21:14.923Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-11T19:21:14.927Zprocess exited: duration 16829 ms, exit code 0
 
792026-09-11T19:21:14.933Zstarting task 2: "authentication"
802026-09-11T19:21:14.951Zprocess exited: duration 17 ms, exit code 0
 
812026-09-11T19:21:14.959Zstarting task 3: "clone repository"
822026-09-11T19:21:14.962Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-11T19:21:14.965Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-11T19:21:14.996ZCloning into '/work/oxidecomputer/omicron'...
852026-09-11T19:21:28.155Z+ cd /work/oxidecomputer/omicron
862026-09-11T19:21:28.155Z+ git fetch origin 0ba788bb1d4c8739c6674524d79f112edbeda213
872026-09-11T19:21:28.488ZFrom https://github.com/oxidecomputer/omicron
882026-09-11T19:21:28.488Z * branch 0ba788bb1d4c8739c6674524d79f112edbeda213 -> FETCH_HEAD
892026-09-11T19:21:28.503Z+ [[ -n sush-switch-proxy ]]
902026-09-11T19:21:28.506Z++ git branch --show-current
912026-09-11T19:21:28.506Z+ current=main
922026-09-11T19:21:28.506Z+ [[ main != sush-switch-proxy ]]
932026-09-11T19:21:28.506Z+ git branch -f sush-switch-proxy 0ba788bb1d4c8739c6674524d79f112edbeda213
942026-09-11T19:21:28.509Z+ git checkout -f sush-switch-proxy
952026-09-11T19:21:28.760ZSwitched to branch 'sush-switch-proxy'
962026-09-11T19:21:28.763Z+ git reset --hard 0ba788bb1d4c8739c6674524d79f112edbeda213
972026-09-11T19:21:28.777ZHEAD is now at 0ba788bb1 Advance sush to the certificate voucher scheme
982026-09-11T19:21:28.782Zprocess exited: duration 13820 ms, exit code 0
 
992026-09-11T19:21:28.788Zstarting task 4: "build"
1002026-09-11T19:21:28.793Z+ source .github/buildomat/ci-env.sh
1012026-09-11T19:21:28.793Z++ export CARGO_TERM_COLOR=always
1022026-09-11T19:21:28.793Z++ CARGO_TERM_COLOR=always
1032026-09-11T19:21:28.796Z+++ uname -s
1042026-09-11T19:21:28.796Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-11T19:21:28.796Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-11T19:21:28.799Z+ cargo --version
1072026-09-11T19:21:28.806Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-11T19:21:28.809Z+ rustc --version
1092026-09-11T19:21:28.828Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-11T19:21:28.831Z+ cargo tree --locked
1112026-09-11T19:21:29.016Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-11T19:21:29.389Z Updating crates.io index
1132026-09-11T19:21:29.392Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-11T19:21:29.717Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-11T19:21:30.086Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-11T19:21:30.401Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-11T19:21:31.513Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-11T19:21:32.300Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-11T19:21:33.905Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-11T19:21:34.777Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-11T19:21:35.089Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-11T19:21:35.466Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-11T19:21:36.763Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-11T19:21:37.082Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-11T19:21:37.490Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-11T19:21:37.771Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-11T19:21:38.055Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-11T19:21:38.357Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-11T19:21:38.671Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-11T19:21:38.957Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-11T19:21:39.294Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-11T19:21:39.693Z Updating git repository `https://github.com/oxidecomputer/sush`
1332026-09-11T19:21:40.165Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1342026-09-11T19:21:40.724Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1352026-09-11T19:21:41.010Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-09-11T19:21:41.676Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1372026-09-11T19:21:42.021Z Updating git repository `https://github.com/oxidecomputer/erebor`
1382026-09-11T19:21:42.315Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-09-11T19:21:42.811Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-09-11T19:21:43.121Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1412026-09-11T19:21:43.524Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1422026-09-11T19:21:43.885Z Updating git repository `https://github.com/oxidecomputer/ispf`
1432026-09-11T19:21:44.167Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-09-11T19:21:44.528Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-11T19:21:44.933Z Updating git repository `https://github.com/oxidecomputer/tough`
1462026-09-11T19:21:45.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1472026-09-11T19:21:45.856Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1482026-09-11T19:21:46.196Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1492026-09-11T19:21:46.491Z Updating git repository `https://github.com/oxidecomputer/rumors`
1502026-09-11T19:21:54.500Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1512026-09-11T19:21:54.859Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1522026-09-11T19:21:55.478Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1532026-09-11T19:21:55.760Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-11T19:21:56.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1552026-09-11T19:21:56.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1562026-09-11T19:21:56.808Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1572026-09-11T19:21:57.081Z Updating git repository `https://github.com/illumos/smf-rs`
1582026-09-11T19:21:59.764Z Downloading crates ...
1592026-09-11T19:21:59.821Z Downloaded env_filter v2.0.0
1602026-09-11T19:21:59.829Z Downloaded equivalent v1.0.2
1612026-09-11T19:21:59.832Z Downloaded dropshot_endpoint v0.17.1
1622026-09-11T19:21:59.841Z Downloaded hashbrown v0.12.3
1632026-09-11T19:21:59.844Z Downloaded git-stub-vcs v0.1.0
1642026-09-11T19:21:59.844Z Downloaded addr2line v0.25.1
1652026-09-11T19:21:59.844Z Downloaded lzss v0.8.2
1662026-09-11T19:21:59.847Z Downloaded filetime v0.2.27
1672026-09-11T19:21:59.850Z Downloaded errno v0.3.14
1682026-09-11T19:21:59.850Z Downloaded ff v0.14.0
1692026-09-11T19:21:59.853Z Downloaded ed25519 v2.2.3
1702026-09-11T19:21:59.853Z Downloaded env_logger v0.11.11
1712026-09-11T19:21:59.857Z Downloaded endian-type v0.1.2
1722026-09-11T19:21:59.857Z Downloaded flagset v0.4.7
1732026-09-11T19:21:59.857Z Downloaded float-ord v0.3.2
1742026-09-11T19:21:59.857Z Downloaded escape8259 v0.5.3
1752026-09-11T19:21:59.860Z Downloaded fastrand v2.3.0
1762026-09-11T19:21:59.860Z Downloaded hashbrown v0.13.2
1772026-09-11T19:21:59.863Z Downloaded linkme-impl v0.3.35
1782026-09-11T19:21:59.863Z Downloaded num_enum_derive v0.5.11
1792026-09-11T19:21:59.863Z Downloaded dsl_auto_type v0.2.0
1802026-09-11T19:21:59.867Z Downloaded fxhash v0.2.1
1812026-09-11T19:21:59.867Z Downloaded lock_api v0.4.14
1822026-09-11T19:21:59.867Z Downloaded num-conv v0.2.0
1832026-09-11T19:21:59.867Z Downloaded dtrace-parser v0.3.0
1842026-09-11T19:21:59.867Z Downloaded embedded-io v0.4.0
1852026-09-11T19:21:59.898Z Downloaded generic-array v0.14.7
1862026-09-11T19:21:59.898Z Downloaded module-lattice v0.2.3
1872026-09-11T19:21:59.898Z Downloaded memmap v0.7.0
1882026-09-11T19:21:59.898Z Downloaded miette-derive v7.6.0
1892026-09-11T19:21:59.898Z Downloaded multer v3.1.0
1902026-09-11T19:21:59.898Z Downloaded num-primitive v0.2.1
1912026-09-11T19:21:59.898Z Downloaded ecdsa v0.17.0
1922026-09-11T19:21:59.898Z Downloaded fallible-iterator v0.2.0
1932026-09-11T19:21:59.898Z Downloaded embedded-io v0.6.1
1942026-09-11T19:21:59.898Z Downloaded event-listener-strategy v0.5.4
1952026-09-11T19:21:59.898Z Downloaded float-cmp v0.10.0
1962026-09-11T19:21:59.898Z Downloaded dunce v1.0.5
1972026-09-11T19:21:59.898Z Downloaded either v1.15.0
1982026-09-11T19:21:59.898Z Downloaded miette v5.10.0
1992026-09-11T19:21:59.898Z Downloaded macaddr v1.0.1
2002026-09-11T19:21:59.898Z Downloaded multimap v0.10.1
2012026-09-11T19:21:59.898Z Downloaded maplit v1.0.2
2022026-09-11T19:21:59.898Z Downloaded form_urlencoded v1.2.2
2032026-09-11T19:21:59.898Z Downloaded lru v0.12.5
2042026-09-11T19:21:59.898Z Downloaded dyn-clone v1.0.20
2052026-09-11T19:21:59.898Z Downloaded foreign-types-shared v0.1.1
2062026-09-11T19:21:59.906Z Downloaded fd-lock v4.0.4
2072026-09-11T19:21:59.906Z Downloaded fixedbitset v0.4.2
2082026-09-11T19:21:59.906Z Downloaded fnv v1.0.7
2092026-09-11T19:21:59.907Z Downloaded libloading v0.8.9
2102026-09-11T19:21:59.907Z Downloaded miniz_oxide v0.8.9
2112026-09-11T19:21:59.907Z Downloaded libsw v3.5.0
2122026-09-11T19:21:59.907Z Downloaded mime_guess v2.0.5
2132026-09-11T19:21:59.907Z Downloaded litemap v0.8.1
2142026-09-11T19:21:59.907Z Downloaded gethostname v0.5.0
2152026-09-11T19:21:59.910Z Downloaded futures-macro v0.3.32
2162026-09-11T19:21:59.910Z Downloaded match_cfg v0.1.0
2172026-09-11T19:21:59.910Z Downloaded miette-derive v5.10.0
2182026-09-11T19:21:59.910Z Downloaded mime v0.3.17
2192026-09-11T19:21:59.914Z Downloaded enum-as-inner v0.6.1
2202026-09-11T19:21:59.914Z Downloaded dropshot-api-manager-types v0.8.0
2212026-09-11T19:21:59.915Z Downloaded linked-hash-map v0.5.6
2222026-09-11T19:21:59.915Z Downloaded libscf-sys v1.2.0
2232026-09-11T19:21:59.915Z Downloaded globwalk v0.9.1
2242026-09-11T19:21:59.920Z Downloaded lru-cache v0.1.2
2252026-09-11T19:21:59.920Z Downloaded libsw-core v0.3.2
2262026-09-11T19:21:59.920Z Downloaded lru v0.18.3
2272026-09-11T19:21:59.924Z Downloaded futures-task v0.3.32
2282026-09-11T19:21:59.924Z Downloaded guppy-workspace-hack v0.1.0
2292026-09-11T19:21:59.924Z Downloaded ghash v0.6.0
2302026-09-11T19:21:59.927Z Downloaded lru-slab v0.1.2
2312026-09-11T19:21:59.927Z Downloaded memoffset v0.9.1
2322026-09-11T19:21:59.929Z Downloaded nested v0.1.1
2332026-09-11T19:21:59.929Z Downloaded foreign-types v0.3.2
2342026-09-11T19:21:59.936Z Downloaded md5 v0.8.0
2352026-09-11T19:21:59.940Z Downloaded new_debug_unreachable v1.0.6
2362026-09-11T19:21:59.940Z Downloaded openssl-probe v0.1.6
2372026-09-11T19:21:59.940Z Downloaded dtrace-parser v0.2.0
2382026-09-11T19:21:59.940Z Downloaded ena v0.14.4
2392026-09-11T19:21:59.940Z Downloaded enum_dispatch v0.3.13
2402026-09-11T19:21:59.943Z Downloaded openssl-probe v0.2.1
2412026-09-11T19:21:59.943Z Downloaded ff v0.13.1
2422026-09-11T19:21:59.943Z Downloaded num-derive v0.4.2
2432026-09-11T19:21:59.944Z Downloaded maybe-uninit v2.0.0
2442026-09-11T19:21:59.944Z Downloaded nibble_vec v0.1.0
2452026-09-11T19:21:59.947Z Downloaded linkme v0.3.35
2462026-09-11T19:21:59.947Z Downloaded nodrop v0.1.14
2472026-09-11T19:21:59.947Z Downloaded num_enum_derive v0.7.6
2482026-09-11T19:21:59.947Z Downloaded ecdsa v0.16.9
2492026-09-11T19:21:59.950Z Downloaded foreign-types-shared v0.3.1
2502026-09-11T19:21:59.950Z Downloaded futures-sink v0.3.32
2512026-09-11T19:21:59.953Z Downloaded num v0.4.3
2522026-09-11T19:21:59.956Z Downloaded block-buffer v0.12.1
2532026-09-11T19:21:59.956Z Downloaded foreign-types v0.5.0
2542026-09-11T19:21:59.956Z Downloaded foreign-types-macros v0.2.3
2552026-09-11T19:21:59.959Z Downloaded git-stub v1.0.0
2562026-09-11T19:21:59.959Z Downloaded lazy_static v1.5.0
2572026-09-11T19:21:59.962Z Downloaded newline-converter v0.3.0
2582026-09-11T19:21:59.962Z Downloaded oso-derive v0.27.3
2592026-09-11T19:21:59.965Z Downloaded opaque-debug v0.3.1
2602026-09-11T19:21:59.965Z Downloaded newtype-uuid-macros v0.1.0
2612026-09-11T19:21:59.965Z Downloaded num_threads v0.1.7
2622026-09-11T19:21:59.965Z Downloaded hash32 v0.3.1
2632026-09-11T19:21:59.965Z Downloaded cfg-if v1.0.4
2642026-09-11T19:21:59.968Z Downloaded futures-io v0.3.32
2652026-09-11T19:21:59.968Z Downloaded num-iter v0.1.45
2662026-09-11T19:21:59.968Z Downloaded funty v2.0.0
2672026-09-11T19:21:59.971Z Downloaded crucible-workspace-hack v0.1.0
2682026-09-11T19:21:59.971Z Downloaded managed v0.8.0
2692026-09-11T19:21:59.974Z Downloaded openssl-macros v0.1.1
2702026-09-11T19:21:59.974Z Downloaded defmt-parser v1.0.0
2712026-09-11T19:21:59.977Z Downloaded futures-core v0.3.32
2722026-09-11T19:21:59.977Z Downloaded olpc-cjson v0.1.4
2732026-09-11T19:21:59.980Z Downloaded normalize-line-endings v0.3.0
2742026-09-11T19:21:59.980Z Downloaded fixedbitset v0.5.7
2752026-09-11T19:21:59.983Z Downloaded erased-serde v0.3.31
2762026-09-11T19:21:59.986Z Downloaded find-msvc-tools v0.1.9
2772026-09-11T19:21:59.986Z Downloaded futures-timer v3.0.3
2782026-09-11T19:21:59.991Z Downloaded digest-io v0.1.0
2792026-09-11T19:21:59.994Z Downloaded foldhash v0.1.5
2802026-09-11T19:21:59.994Z Downloaded fs-err v3.3.0
2812026-09-11T19:21:59.994Z Downloaded futures-executor v0.3.32
2822026-09-11T19:21:59.994Z Downloaded difflib v0.4.0
2832026-09-11T19:21:59.995Z Downloaded cpufeatures v0.2.17
2842026-09-11T19:21:59.995Z Downloaded md-5 v0.11.0
2852026-09-11T19:21:59.997Z Downloaded mio v1.2.0
2862026-09-11T19:22:00.001Z Downloaded nonempty v0.12.0
2872026-09-11T19:22:00.001Z Downloaded nanorand v0.7.0
2882026-09-11T19:22:00.001Z Downloaded num-rational v0.4.2
2892026-09-11T19:22:00.001Z Downloaded linear-map v1.2.0
2902026-09-11T19:22:00.004Z Downloaded camino-tempfile v1.4.1
2912026-09-11T19:22:00.004Z Downloaded memmap2 v0.9.10
2922026-09-11T19:22:00.004Z Downloaded num-integer v0.1.46
2932026-09-11T19:22:00.007Z Downloaded num_enum v0.7.6
2942026-09-11T19:22:00.007Z Downloaded dirs-next v2.0.0
2952026-09-11T19:22:00.011Z Downloaded fs_extra v1.3.0
2962026-09-11T19:22:00.014Z Downloaded plotters-backend v0.3.7
2972026-09-11T19:22:00.014Z Downloaded powerfmt v0.2.0
2982026-09-11T19:22:00.014Z Downloaded pretty-hex v0.4.1
2992026-09-11T19:22:00.014Z Downloaded plotters-svg v0.3.7
3002026-09-11T19:22:00.014Z Downloaded potential_utf v0.1.4
3012026-09-11T19:22:00.019Z Downloaded percent-encoding v2.3.2
3022026-09-11T19:22:00.022Z Downloaded rand_xorshift v0.4.0
3032026-09-11T19:22:00.022Z Downloaded rfc6979 v0.4.0
3042026-09-11T19:22:00.022Z Downloaded rfc6979 v0.6.0
3052026-09-11T19:22:00.022Z Downloaded phf_shared v0.12.1
3062026-09-11T19:22:00.028Z Downloaded hash32 v0.2.1
3072026-09-11T19:22:00.032Z Downloaded newtype_derive v0.1.6
3082026-09-11T19:22:00.032Z Downloaded num_enum v0.5.11
3092026-09-11T19:22:00.035Z Downloaded libtest-mimic v0.8.1
3102026-09-11T19:22:00.035Z Downloaded nu-ansi-term v0.50.3
3112026-09-11T19:22:00.035Z Downloaded oorandom v11.1.5
3122026-09-11T19:22:00.035Z Downloaded owo-colors v3.5.0
3132026-09-11T19:22:00.038Z Downloaded group v0.13.0
3142026-09-11T19:22:00.038Z Downloaded group v0.14.0
3152026-09-11T19:22:00.041Z Downloaded bitflags v1.3.2
3162026-09-11T19:22:00.041Z Downloaded foldhash v0.2.0
3172026-09-11T19:22:00.041Z Downloaded fs-err v2.11.0
3182026-09-11T19:22:00.044Z Downloaded glob v0.3.3
3192026-09-11T19:22:00.044Z Downloaded concurrent-queue v2.5.0
3202026-09-11T19:22:00.044Z Downloaded critical-section v1.2.0
3212026-09-11T19:22:00.044Z Downloaded newtype-uuid v1.3.2
3222026-09-11T19:22:00.047Z Downloaded bytecount v0.6.9
3232026-09-11T19:22:00.047Z Downloaded cassowary v0.3.0
3242026-09-11T19:22:00.050Z Downloaded darling v0.13.4
3252026-09-11T19:22:00.056Z Downloaded secrecy v0.10.3
3262026-09-11T19:22:00.058Z Downloaded sha1 v0.10.6
3272026-09-11T19:22:00.058Z Downloaded rustc-hash v2.1.1
3282026-09-11T19:22:00.059Z Downloaded futures-channel v0.3.32
3292026-09-11T19:22:00.064Z Downloaded serde_bytes v0.11.19
3302026-09-11T19:22:00.067Z Downloaded semver v0.1.20
3312026-09-11T19:22:00.067Z Downloaded once_cell v1.21.3
3322026-09-11T19:22:00.070Z Downloaded ciborium-io v0.2.2
3332026-09-11T19:22:00.073Z Downloaded cargo_metadata v0.23.1
3342026-09-11T19:22:00.081Z Downloaded slog-bunyan v2.5.0
3352026-09-11T19:22:00.084Z Downloaded signal-hook-tokio v0.3.1
3362026-09-11T19:22:00.086Z Downloaded elliptic-curve v0.14.1
3372026-09-11T19:22:00.089Z Downloaded progenitor v0.14.0
3382026-09-11T19:22:00.089Z Downloaded rand_core v0.10.0
3392026-09-11T19:22:00.093Z Downloaded ed25519 v3.0.0
3402026-09-11T19:22:00.093Z Downloaded getrandom v0.4.3
3412026-09-11T19:22:00.097Z Downloaded signature v2.2.0
3422026-09-11T19:22:00.097Z Downloaded subtle v2.6.1
3432026-09-11T19:22:00.097Z Downloaded supports-hyperlinks v2.1.0
3442026-09-11T19:22:00.100Z Downloaded take_mut v0.2.2
3452026-09-11T19:22:00.100Z Downloaded tokio-test v0.4.5
3462026-09-11T19:22:00.100Z Downloaded delegate v0.13.5
3472026-09-11T19:22:00.100Z Downloaded ssh-cipher v0.2.0
3482026-09-11T19:22:00.100Z Downloaded structmeta v0.3.0
3492026-09-11T19:22:00.100Z Downloaded dashu-base v0.5.1
3502026-09-11T19:22:00.104Z Downloaded try-lock v0.2.5
3512026-09-11T19:22:00.104Z Downloaded proc-macro-error v1.0.4
3522026-09-11T19:22:00.107Z Downloaded psm v0.1.30
3532026-09-11T19:22:00.111Z Downloaded swrite v0.1.0
3542026-09-11T19:22:00.111Z Downloaded sync-ptr v0.1.4
3552026-09-11T19:22:00.111Z Downloaded rustc-demangle v0.1.27
3562026-09-11T19:22:00.114Z Downloaded bzip2 v0.4.4
3572026-09-11T19:22:00.114Z Downloaded primeorder v0.13.6
3582026-09-11T19:22:00.114Z Downloaded goblin v0.8.2
3592026-09-11T19:22:00.117Z Downloaded event-listener v5.4.1
3602026-09-11T19:22:00.120Z Downloaded litrs v1.0.0
3612026-09-11T19:22:00.120Z Downloaded num-modular v0.6.5
3622026-09-11T19:22:00.123Z Downloaded globset v0.4.18
3632026-09-11T19:22:00.123Z Downloaded getrandom v0.2.17
3642026-09-11T19:22:00.127Z Downloaded clap_derive v4.6.1
3652026-09-11T19:22:00.129Z Downloaded serde-hex v0.1.0
3662026-09-11T19:22:00.129Z Downloaded rusty-fork v0.3.1
3672026-09-11T19:22:00.130Z Downloaded scroll v0.12.0
3682026-09-11T19:22:00.134Z Downloaded thread-id v4.2.2
3692026-09-11T19:22:00.134Z Downloaded thread-id v5.1.0
3702026-09-11T19:22:00.137Z Downloaded rustversion v1.0.22
3712026-09-11T19:22:00.137Z Downloaded untrusted v0.9.0
3722026-09-11T19:22:00.137Z Downloaded native-tls v0.2.18
3732026-09-11T19:22:00.137Z Downloaded rustls-pemfile v2.2.0
3742026-09-11T19:22:00.140Z Downloaded scroll v0.13.0
3752026-09-11T19:22:00.140Z Downloaded serde_tokenstream v0.3.0
3762026-09-11T19:22:00.140Z Downloaded serde_with_macros v1.5.2
3772026-09-11T19:22:00.140Z Downloaded fatfs v0.3.6
3782026-09-11T19:22:00.142Z Downloaded chacha20 v0.10.0
3792026-09-11T19:22:00.143Z Downloaded ciborium v0.2.2
3802026-09-11T19:22:00.146Z Downloaded getrandom v0.3.4
3812026-09-11T19:22:00.146Z Downloaded untrusted v0.7.1
3822026-09-11T19:22:00.146Z Downloaded version_check v0.9.5
3832026-09-11T19:22:00.149Z Downloaded xshell-macros v0.2.7
3842026-09-11T19:22:00.149Z Downloaded half v1.8.3
3852026-09-11T19:22:00.149Z Downloaded elliptic-curve v0.13.8
3862026-09-11T19:22:00.154Z Downloaded convert_case v0.10.0
3872026-09-11T19:22:00.154Z Downloaded usdt-macro v0.6.0
3882026-09-11T19:22:00.154Z Downloaded flume v0.11.1
3892026-09-11T19:22:00.157Z Downloaded hex-literal v1.1.0
3902026-09-11T19:22:00.157Z Downloaded hex-literal v0.4.1
3912026-09-11T19:22:00.157Z Downloaded http-range-header v0.4.2
3922026-09-11T19:22:00.157Z Downloaded shlex v1.3.0
3932026-09-11T19:22:00.157Z Downloaded half v2.7.1
3942026-09-11T19:22:00.160Z Downloaded signal-hook-registry v1.4.8
3952026-09-11T19:22:00.163Z Downloaded slog-scope v4.4.1
3962026-09-11T19:22:00.163Z Downloaded num-complex v0.4.6
3972026-09-11T19:22:00.163Z Downloaded progenitor v0.13.0
3982026-09-11T19:22:00.167Z Downloaded quinn-udp v0.5.14
3992026-09-11T19:22:00.167Z Downloaded ssh-cipher v0.3.0
4002026-09-11T19:22:00.167Z Downloaded static_assertions v1.1.0
4012026-09-11T19:22:00.167Z Downloaded pkcs1 v0.7.5
4022026-09-11T19:22:00.170Z Downloaded pin-project-lite v0.2.17
4032026-09-11T19:22:00.172Z Downloaded smallvec v0.6.14
4042026-09-11T19:22:00.173Z Downloaded termcolor v1.4.1
4052026-09-11T19:22:00.173Z Downloaded strum_macros v0.24.3
4062026-09-11T19:22:00.178Z Downloaded resolv-conf v0.7.6
4072026-09-11T19:22:00.178Z Downloaded tokio-tungstenite v0.21.0
4082026-09-11T19:22:00.178Z Downloaded tokio-tungstenite v0.23.1
4092026-09-11T19:22:00.181Z Downloaded tls_codec v0.4.2
4102026-09-11T19:22:00.181Z Downloaded hyper-tls v0.6.0
4112026-09-11T19:22:00.181Z Downloaded hubpack v0.1.2
4122026-09-11T19:22:00.181Z Downloaded illumos-nvpair-sys v0.2.0
4132026-09-11T19:22:00.184Z Downloaded generic-array v1.4.3
4142026-09-11T19:22:00.186Z Downloaded target-spec v3.5.7
4152026-09-11T19:22:00.190Z Downloaded blake2 v0.11.0-rc.6
4162026-09-11T19:22:00.190Z Downloaded tinytemplate v1.2.1
4172026-09-11T19:22:00.193Z Downloaded ml-kem v0.3.2
4182026-09-11T19:22:00.193Z Downloaded num-traits v0.2.19
4192026-09-11T19:22:00.198Z Downloaded const-oid v0.10.2
4202026-09-11T19:22:00.201Z Downloaded crc32fast v1.5.0
4212026-09-11T19:22:00.201Z Downloaded crossbeam-utils v0.8.21
4222026-09-11T19:22:00.201Z Downloaded inout v0.2.2
4232026-09-11T19:22:00.205Z Downloaded internet-checksum v0.2.1
4242026-09-11T19:22:00.205Z Downloaded keccak v0.1.6
4252026-09-11T19:22:00.208Z Downloaded oso v0.27.3
4262026-09-11T19:22:00.208Z Downloaded darling_core v0.13.4
4272026-09-11T19:22:00.212Z Downloaded serde_cbor v0.11.2
4282026-09-11T19:22:00.212Z Downloaded futures v0.3.32
4292026-09-11T19:22:00.215Z Downloaded openssl-sys v0.9.117
4302026-09-11T19:22:00.220Z Downloaded itoa v1.0.17
4312026-09-11T19:22:00.221Z Downloaded packed_struct_codegen v0.10.1
4322026-09-11T19:22:00.224Z Downloaded kstat-rs v0.2.5
4332026-09-11T19:22:00.224Z Downloaded unicode-xid v0.2.6
4342026-09-11T19:22:00.231Z Downloaded whoami v1.6.1
4352026-09-11T19:22:00.234Z Downloaded uzers v0.12.2
4362026-09-11T19:22:00.234Z Downloaded whoami v2.1.0
4372026-09-11T19:22:00.234Z Downloaded highway v1.3.0
4382026-09-11T19:22:00.237Z Downloaded path-slash v0.1.5
4392026-09-11T19:22:00.237Z Downloaded anstyle-query v1.1.5
4402026-09-11T19:22:00.237Z Downloaded async-stream v0.3.6
4412026-09-11T19:22:00.237Z Downloaded log v0.4.33
4422026-09-11T19:22:00.240Z Downloaded minimal-lexical v0.2.1
4432026-09-11T19:22:00.243Z Downloaded colored v3.1.1
4442026-09-11T19:22:00.243Z Downloaded drift v0.2.0
4452026-09-11T19:22:00.247Z Downloaded proc-macro2 v1.0.106
4462026-09-11T19:22:00.250Z Downloaded zmij v1.0.21
4472026-09-11T19:22:00.250Z Downloaded zerovec-derive v0.11.2
4482026-09-11T19:22:00.255Z Downloaded bit-set v0.5.3
4492026-09-11T19:22:00.258Z Downloaded cargo-platform v0.3.2
4502026-09-11T19:22:00.262Z Downloaded crc v3.4.0
4512026-09-11T19:22:00.262Z Downloaded constant_time_eq v0.3.1
4522026-09-11T19:22:00.262Z Downloaded atty v0.2.14
4532026-09-11T19:22:00.262Z Downloaded cfg_aliases v0.2.1
4542026-09-11T19:22:00.265Z Downloaded term v1.2.1
4552026-09-11T19:22:00.268Z Downloaded omicron-zone-package v0.12.3
4562026-09-11T19:22:00.271Z Downloaded ingot v0.2.1
4572026-09-11T19:22:00.276Z Downloaded darling_core v0.20.11
4582026-09-11T19:22:00.279Z Downloaded const_format v0.2.35
4592026-09-11T19:22:00.283Z Downloaded tokio-native-tls v0.3.1
4602026-09-11T19:22:00.283Z Downloaded tracing-attributes v0.1.31
4612026-09-11T19:22:00.287Z Downloaded jobserver v0.1.34
4622026-09-11T19:22:00.287Z Downloaded crypto-common v0.1.7
4632026-09-11T19:22:00.287Z Downloaded defmt v0.3.100
4642026-09-11T19:22:00.290Z Downloaded darling_macro v0.23.0
4652026-09-11T19:22:00.290Z Downloaded ucd-trie v0.1.7
4662026-09-11T19:22:00.294Z Downloaded libefi-sys v0.1.0
4672026-09-11T19:22:00.297Z Downloaded dirs-sys-next v0.1.2
4682026-09-11T19:22:00.297Z Downloaded precomputed-hash v0.1.1
4692026-09-11T19:22:00.297Z Downloaded display-error-chain v0.2.2
4702026-09-11T19:22:00.297Z Downloaded fancy-regex v0.14.0
4712026-09-11T19:22:00.300Z Downloaded flate2 v1.1.9
4722026-09-11T19:22:00.303Z Downloaded chumsky v0.9.3
4732026-09-11T19:22:00.303Z Downloaded proc-macro-crate v3.4.0
4742026-09-11T19:22:00.306Z Downloaded psl-types v2.0.11
4752026-09-11T19:22:00.306Z Downloaded socket2 v0.5.10
4762026-09-11T19:22:00.306Z Downloaded anstream v1.0.0
4772026-09-11T19:22:00.309Z Downloaded packed_struct v0.10.1
4782026-09-11T19:22:00.309Z Downloaded partial-io v0.5.4
4792026-09-11T19:22:00.312Z Downloaded aead v0.6.1
4802026-09-11T19:22:00.312Z Downloaded ed25519-dalek v2.2.0
4812026-09-11T19:22:00.312Z Downloaded expectorate v1.2.0
4822026-09-11T19:22:00.315Z Downloaded owo-colors v4.3.0
4832026-09-11T19:22:00.315Z Downloaded trybuild v1.0.116
4842026-09-11T19:22:00.318Z Downloaded pbkdf2 v0.13.0
4852026-09-11T19:22:00.322Z Downloaded russh-util v0.52.0
4862026-09-11T19:22:00.325Z Downloaded socket2 v0.6.3
4872026-09-11T19:22:00.330Z Downloaded thiserror-impl v1.0.69
4882026-09-11T19:22:00.333Z Downloaded tui-tree-widget v0.23.1
4892026-09-11T19:22:00.333Z Downloaded base64ct v1.8.3
4902026-09-11T19:22:00.333Z Downloaded peg v0.8.5
4912026-09-11T19:22:00.337Z Downloaded hmac v0.13.0
4922026-09-11T19:22:00.337Z Downloaded base16ct v0.2.0
4932026-09-11T19:22:00.341Z Downloaded sapling-renderdag v0.1.0
4942026-09-11T19:22:00.341Z Downloaded httptest v0.16.4
4952026-09-11T19:22:00.341Z Downloaded backoff v0.4.0
4962026-09-11T19:22:00.341Z Downloaded argon2 v0.5.3
4972026-09-11T19:22:00.341Z Downloaded assert_cmd v2.1.2
4982026-09-11T19:22:00.344Z Downloaded secrecy v0.8.0
4992026-09-11T19:22:00.344Z Downloaded serde_repr v0.1.20
5002026-09-11T19:22:00.344Z Downloaded bs58 v0.5.1
5012026-09-11T19:22:00.347Z Downloaded cmake v0.1.57
5022026-09-11T19:22:00.347Z Downloaded serde-big-array v0.5.1
5032026-09-11T19:22:00.350Z Downloaded serde_urlencoded v0.7.1
5042026-09-11T19:22:00.350Z Downloaded textwrap v0.15.2
5052026-09-11T19:22:00.358Z Downloaded byteorder v1.5.0
5062026-09-11T19:22:00.362Z Downloaded crossbeam-deque v0.8.6
5072026-09-11T19:22:00.365Z Downloaded csv-core v0.1.13
5082026-09-11T19:22:00.368Z Downloaded sigpipe v0.1.3
5092026-09-11T19:22:00.368Z Downloaded strsim v0.10.0
5102026-09-11T19:22:00.371Z Downloaded ipnet v2.12.0
5112026-09-11T19:22:00.374Z Downloaded defmt v1.0.1
5122026-09-11T19:22:00.374Z Downloaded memchr v2.8.0
5132026-09-11T19:22:00.380Z Downloaded num-bigint v0.4.6
5142026-09-11T19:22:00.381Z Downloaded pkcs8 v0.10.2
5152026-09-11T19:22:00.381Z Downloaded ed25519-dalek v3.0.0
5162026-09-11T19:22:00.383Z Downloaded port-file v0.1.0
5172026-09-11T19:22:00.383Z Downloaded ppv-lite86 v0.2.21
5182026-09-11T19:22:00.387Z Downloaded pem-rfc7468 v1.0.0
5192026-09-11T19:22:00.387Z Downloaded supports-color v2.1.0
5202026-09-11T19:22:00.391Z Downloaded strum v0.27.2
5212026-09-11T19:22:00.391Z Downloaded phf v0.12.1
5222026-09-11T19:22:00.395Z Downloaded vte v0.14.1
5232026-09-11T19:22:00.395Z Downloaded zerocopy-derive v0.7.35
5242026-09-11T19:22:00.399Z Downloaded progenitor-client v0.13.0
5252026-09-11T19:22:00.399Z Downloaded rand_chacha v0.3.1
5262026-09-11T19:22:00.399Z Downloaded tabled_derive v0.7.0
5272026-09-11T19:22:00.402Z Downloaded tabwriter v1.4.1
5282026-09-11T19:22:00.402Z Downloaded termtree v0.5.1
5292026-09-11T19:22:00.402Z Downloaded tinyvec_macros v0.1.1
5302026-09-11T19:22:00.402Z Downloaded topological-sort v0.2.2
5312026-09-11T19:22:00.406Z Downloaded r2d2 v0.8.10
5322026-09-11T19:22:00.409Z Downloaded rand_core v0.9.5
5332026-09-11T19:22:00.409Z Downloaded rust-argon2 v2.1.0
5342026-09-11T19:22:00.409Z Downloaded schemars_derive v0.8.22
5352026-09-11T19:22:00.412Z Downloaded toml_edit v0.22.27
5362026-09-11T19:22:00.415Z Downloaded toml_edit v0.23.10+spec-1.0.0
5372026-09-11T19:22:00.418Z Downloaded scrypt v0.12.0
5382026-09-11T19:22:00.421Z Downloaded tower-service v0.3.3
5392026-09-11T19:22:00.421Z Downloaded bitflags v2.11.0
5402026-09-11T19:22:00.424Z Downloaded chacha20 v0.9.1
5412026-09-11T19:22:00.424Z Downloaded unicode-truncate v1.1.0
5422026-09-11T19:22:00.424Z Downloaded want v0.3.1
5432026-09-11T19:22:00.427Z Downloaded yoke-derive v0.8.1
5442026-09-11T19:22:00.427Z Downloaded utf8_iter v1.0.4
5452026-09-11T19:22:00.430Z Downloaded cancel-safe-futures v0.1.5
5462026-09-11T19:22:00.433Z Downloaded cmov v0.5.4
5472026-09-11T19:22:00.437Z Downloaded console v0.15.11
5482026-09-11T19:22:00.441Z Downloaded constant_time_eq v0.4.2
5492026-09-11T19:22:00.444Z Downloaded serdect v0.4.3
5502026-09-11T19:22:00.444Z Downloaded zone_cfg_derive v0.3.1
5512026-09-11T19:22:00.444Z Downloaded derive_builder v0.20.2
5522026-09-11T19:22:00.447Z Downloaded simd-adler32 v0.3.8
5532026-09-11T19:22:00.447Z Downloaded void v1.0.2
5542026-09-11T19:22:00.447Z Downloaded zeroize_derive v1.5.0
5552026-09-11T19:22:00.447Z Downloaded hostname v0.4.2
5562026-09-11T19:22:00.450Z Downloaded slog-dtrace v0.3.0
5572026-09-11T19:22:00.450Z Downloaded spki v0.7.3
5582026-09-11T19:22:00.450Z Downloaded unicode-ident v1.0.24
5592026-09-11T19:22:00.453Z Downloaded papergrid v0.11.0
5602026-09-11T19:22:00.457Z Downloaded der v0.7.10
5612026-09-11T19:22:00.460Z Downloaded derive_more v2.1.1
5622026-09-11T19:22:00.464Z Downloaded derive_more-impl v2.1.1
5632026-09-11T19:22:00.467Z Downloaded string_cache v0.8.9
5642026-09-11T19:22:00.470Z Downloaded darling v0.20.11
5652026-09-11T19:22:00.473Z Downloaded des v0.9.0
5662026-09-11T19:22:00.473Z Downloaded jiff-static v0.2.34
5672026-09-11T19:22:00.473Z Downloaded is_ci v1.2.0
5682026-09-11T19:22:00.475Z Downloaded hex v0.4.3
5692026-09-11T19:22:00.475Z Downloaded uuid v1.23.4
5702026-09-11T19:22:00.475Z Downloaded thiserror v1.0.69
5712026-09-11T19:22:00.478Z Downloaded async-lock v3.4.2
5722026-09-11T19:22:00.481Z Downloaded yansi v1.0.1
5732026-09-11T19:22:00.481Z Downloaded support-bundle-viewer v0.1.2
5742026-09-11T19:22:00.484Z Downloaded tls_codec_derive v0.4.2
5752026-09-11T19:22:00.484Z Downloaded illumos-nvpair v0.3.0
5762026-09-11T19:22:00.485Z Downloaded steno v0.4.1
5772026-09-11T19:22:00.488Z Downloaded time-macros v0.2.27
5782026-09-11T19:22:00.488Z Downloaded qorb v0.4.1
5792026-09-11T19:22:00.491Z Downloaded rustls-pki-types v1.14.0
5802026-09-11T19:22:00.493Z Downloaded thiserror-no-std v2.0.2
5812026-09-11T19:22:00.497Z Downloaded usdt-impl v0.5.0
5822026-09-11T19:22:00.497Z Downloaded parse-display v0.10.0
5832026-09-11T19:22:00.497Z Downloaded base16ct v1.0.0
5842026-09-11T19:22:00.497Z Downloaded utf8parse v0.2.2
5852026-09-11T19:22:00.499Z Downloaded array-init v0.0.4
5862026-09-11T19:22:00.507Z Downloaded arrayref v0.3.9
5872026-09-11T19:22:00.510Z Downloaded atomic-waker v1.1.2
5882026-09-11T19:22:00.510Z Downloaded walkdir v2.5.0
5892026-09-11T19:22:00.510Z Downloaded yoke v0.8.1
5902026-09-11T19:22:00.510Z Downloaded nom v7.1.3
5912026-09-11T19:22:00.513Z Downloaded zeroize v1.9.0
5922026-09-11T19:22:00.513Z Downloaded async-object-pool v0.2.0
5932026-09-11T19:22:00.517Z Downloaded slog-term v2.9.2
5942026-09-11T19:22:00.519Z Downloaded clap_lex v1.0.0
5952026-09-11T19:22:00.524Z Downloaded cpufeatures v0.3.0
5962026-09-11T19:22:00.527Z Downloaded smallvec v1.15.1
5972026-09-11T19:22:00.527Z Downloaded unicode_categories v0.1.1
5982026-09-11T19:22:00.530Z Downloaded humantime v2.3.0
5992026-09-11T19:22:00.530Z Downloaded impl-trait-for-tuples v0.2.3
6002026-09-11T19:22:00.536Z Downloaded curve25519-dalek-derive v0.1.1
6012026-09-11T19:22:00.539Z Downloaded darling_macro v0.13.4
6022026-09-11T19:22:00.545Z Downloaded rstest v0.25.0
6032026-09-11T19:22:00.549Z Downloaded lalrpop-util v0.19.12
6042026-09-11T19:22:00.552Z Downloaded document-features v0.2.12
6052026-09-11T19:22:00.552Z Downloaded ingot-types v0.2.0
6062026-09-11T19:22:00.555Z Downloaded proc-macro-error-attr2 v2.0.0
6072026-09-11T19:22:00.555Z Downloaded quick-error v1.2.3
6082026-09-11T19:22:00.558Z Downloaded pwd v1.4.0
6092026-09-11T19:22:00.558Z Downloaded arc-swap v1.8.2
6102026-09-11T19:22:00.561Z Downloaded libm v0.2.16
6112026-09-11T19:22:00.565Z Downloaded anstream v0.6.21
6122026-09-11T19:22:00.568Z Downloaded rand v0.10.1
6132026-09-11T19:22:00.571Z Downloaded chacha20poly1305 v0.10.1
6142026-09-11T19:22:00.574Z Downloaded pem-rfc7468 v0.7.0
6152026-09-11T19:22:00.574Z Downloaded oxnet v0.1.6
6162026-09-11T19:22:00.574Z Downloaded password-hash v0.6.1
6172026-09-11T19:22:00.577Z Downloaded path-tree v0.8.3
6182026-09-11T19:22:00.580Z Downloaded russh-cryptovec v0.62.0
6192026-09-11T19:22:00.580Z Downloaded scopeguard v1.2.0
6202026-09-11T19:22:00.585Z Downloaded same-file v1.0.6
6212026-09-11T19:22:00.589Z Downloaded serde_spanned v1.1.1
6222026-09-11T19:22:00.589Z Downloaded miette v7.6.0
6232026-09-11T19:22:00.592Z Downloaded libxml v0.3.3
6242026-09-11T19:22:00.595Z Downloaded signal-hook v0.3.18
6252026-09-11T19:22:00.599Z Downloaded num-bigint-dig v0.8.6
6262026-09-11T19:22:00.599Z Downloaded bcrypt-pbkdf v0.11.0
6272026-09-11T19:22:00.602Z Downloaded sha1 v0.11.0
6282026-09-11T19:22:00.602Z Downloaded pin-project v1.1.11
6292026-09-11T19:22:00.608Z Downloaded bit-vec v0.8.0
6302026-09-11T19:22:00.611Z Downloaded sqlparser_derive v0.5.0
6312026-09-11T19:22:00.611Z Downloaded schemars v1.2.1
6322026-09-11T19:22:00.617Z Downloaded serde_yaml v0.9.34+deprecated
6332026-09-11T19:22:00.620Z Downloaded rustyline v14.0.0
6342026-09-11T19:22:00.623Z Downloaded byte-wrapper v0.1.0
6352026-09-11T19:22:00.623Z Downloaded hybrid-array v0.4.13
6362026-09-11T19:22:00.626Z Downloaded guppy v0.17.25
6372026-09-11T19:22:00.629Z Downloaded crossterm v0.28.1
6382026-09-11T19:22:00.633Z Downloaded darling_core v0.21.3
6392026-09-11T19:22:00.636Z Downloaded postgres-types v0.2.14
6402026-09-11T19:22:00.636Z Downloaded hickory-client v0.25.2
6412026-09-11T19:22:00.639Z Downloaded slog-envlogger v2.2.0
6422026-09-11T19:22:00.639Z Downloaded stable_deref_trait v1.2.1
6432026-09-11T19:22:00.639Z Downloaded strip-ansi-escapes v0.2.1
6442026-09-11T19:22:00.639Z Downloaded target-triple v1.0.0
6452026-09-11T19:22:00.639Z Downloaded signature v3.0.0
6462026-09-11T19:22:00.639Z Downloaded knuffel-derive v3.2.0
6472026-09-11T19:22:00.642Z Downloaded term v0.7.0
6482026-09-11T19:22:00.642Z Downloaded defmt-macros v1.0.1
6492026-09-11T19:22:00.645Z Downloaded sync_wrapper v1.0.2
6502026-09-11T19:22:00.646Z Downloaded progenitor-impl v0.14.0
6512026-09-11T19:22:00.646Z Downloaded rayon-core v1.13.0
6522026-09-11T19:22:00.648Z Downloaded derive-ex v0.1.8
6532026-09-11T19:22:00.648Z Downloaded toml v1.1.2+spec-1.1.0
6542026-09-11T19:22:00.651Z Downloaded parking_lot v0.11.2
6552026-09-11T19:22:00.651Z Downloaded supports-hyperlinks v3.2.0
6562026-09-11T19:22:00.654Z Downloaded pest v2.8.6
6572026-09-11T19:22:00.657Z Downloaded rustls-platform-verifier v0.6.2
6582026-09-11T19:22:00.657Z Downloaded typify v0.6.2
6592026-09-11T19:22:00.660Z Downloaded tungstenite v0.21.0
6602026-09-11T19:22:00.660Z Downloaded phf_shared v0.11.3
6612026-09-11T19:22:00.663Z Downloaded rand_pcg v0.10.2
6622026-09-11T19:22:00.663Z Downloaded indexmap v2.14.0
6632026-09-11T19:22:00.666Z Downloaded postgres-protocol v0.6.12
6642026-09-11T19:22:00.666Z Downloaded anyhow v1.0.104
6652026-09-11T19:22:00.669Z Downloaded predicates v3.1.4
6662026-09-11T19:22:00.669Z Downloaded ahash v0.8.12
6672026-09-11T19:22:00.669Z Downloaded rand_seeder v0.4.0
6682026-09-11T19:22:00.672Z Downloaded relative-path v1.9.3
6692026-09-11T19:22:00.676Z Downloaded blake2 v0.10.6
6702026-09-11T19:22:00.679Z Downloaded sec1 v0.7.3
6712026-09-11T19:22:00.683Z Downloaded cipher v0.4.4
6722026-09-11T19:22:00.686Z Downloaded usdt v0.6.0
6732026-09-11T19:22:00.686Z Downloaded usdt-macro v0.5.0
6742026-09-11T19:22:00.686Z Downloaded wnaf v0.14.0
6752026-09-11T19:22:00.686Z Downloaded zerofrom v0.1.6
6762026-09-11T19:22:00.686Z Downloaded heck v0.5.0
6772026-09-11T19:22:00.686Z Downloaded httparse v1.10.1
6782026-09-11T19:22:00.690Z Downloaded snafu-derive v0.8.9
6792026-09-11T19:22:00.693Z Downloaded icu_provider v2.1.1
6802026-09-11T19:22:00.693Z Downloaded cbc v0.2.1
6812026-09-11T19:22:00.715Z Downloaded console v0.16.2
6822026-09-11T19:22:00.715Z Downloaded const-oid v0.9.6
6832026-09-11T19:22:00.715Z Downloaded instant v0.1.13
6842026-09-11T19:22:00.715Z Downloaded is_terminal_polyfill v1.70.2
6852026-09-11T19:22:00.715Z Downloaded home v0.5.12
6862026-09-11T19:22:00.715Z Downloaded http-body v1.0.1
6872026-09-11T19:22:00.715Z Downloaded indent_write v2.2.0
6882026-09-11T19:22:00.715Z Downloaded hostname v0.3.1
6892026-09-11T19:22:00.715Z Downloaded strum_macros v0.26.4
6902026-09-11T19:22:00.715Z Downloaded unicode-segmentation v1.12.0
6912026-09-11T19:22:00.715Z Downloaded diff v0.1.13
6922026-09-11T19:22:00.715Z Downloaded smf v0.2.3
6932026-09-11T19:22:00.715Z Downloaded daft v0.1.8
6942026-09-11T19:22:00.719Z Downloaded pkcs8 v0.11.0
6952026-09-11T19:22:00.719Z Downloaded termios v0.3.3
6962026-09-11T19:22:00.719Z Downloaded oxide-tokio-rt v0.1.4
6972026-09-11T19:22:00.719Z Downloaded parse-size v1.1.0
6982026-09-11T19:22:00.719Z Downloaded pathdiff v0.2.3
6992026-09-11T19:22:00.719Z Downloaded thread_local v1.1.9
7002026-09-11T19:22:00.722Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7012026-09-11T19:22:00.725Z Downloaded plotters v0.3.7
7022026-09-11T19:22:00.728Z Downloaded unicode-bidi v0.3.18
7032026-09-11T19:22:00.731Z Downloaded hyper-util v0.1.20
7042026-09-11T19:22:00.734Z Downloaded postcard v1.1.3
7052026-09-11T19:22:00.737Z Downloaded block-buffer v0.10.4
7062026-09-11T19:22:00.740Z Downloaded cpubits v0.1.1
7072026-09-11T19:22:00.740Z Downloaded block-padding v0.4.2
7082026-09-11T19:22:00.744Z Downloaded async-stream-impl v0.3.6
7092026-09-11T19:22:00.744Z Downloaded convert_case v0.4.0
7102026-09-11T19:22:00.747Z Downloaded nom v8.0.0
7112026-09-11T19:22:00.754Z Downloaded serde_derive_internals v0.29.1
7122026-09-11T19:22:00.757Z Downloaded vsss-rs v3.3.4
7132026-09-11T19:22:00.757Z Downloaded reedline v0.40.0
7142026-09-11T19:22:00.760Z Downloaded heapless v0.7.17
7152026-09-11T19:22:00.764Z Downloaded vergen-git2 v9.1.0
7162026-09-11T19:22:00.768Z Downloaded crc-any v2.5.0
7172026-09-11T19:22:00.773Z Downloaded blake2b_simd v1.0.4
7182026-09-11T19:22:00.777Z Downloaded crossterm v0.29.0
7192026-09-11T19:22:00.780Z Downloaded phf_shared v0.13.1
7202026-09-11T19:22:00.780Z Downloaded xshell v0.2.7
7212026-09-11T19:22:00.783Z Downloaded futures-util v0.3.32
7222026-09-11T19:22:00.787Z Downloaded predicates-core v1.0.10
7232026-09-11T19:22:00.790Z Downloaded plain v0.2.3
7242026-09-11T19:22:00.790Z Downloaded proc-macro-error-attr v1.0.4
7252026-09-11T19:22:00.790Z Downloaded derive_more v0.99.20
7262026-09-11T19:22:00.795Z Downloaded ref-cast-impl v1.0.25
7272026-09-11T19:22:00.795Z Downloaded seq-macro v0.3.6
7282026-09-11T19:22:00.798Z Downloaded scroll_derive v0.13.1
7292026-09-11T19:22:00.798Z Downloaded similar-asserts v1.7.0
7302026-09-11T19:22:00.801Z Downloaded tokio-rustls v0.26.4
7312026-09-11T19:22:00.801Z Downloaded toml_parser v1.1.2+spec-1.1.0
7322026-09-11T19:22:00.805Z Downloaded pkcs5 v0.8.1
7332026-09-11T19:22:00.805Z Downloaded twox-hash v2.1.2
7342026-09-11T19:22:00.809Z Downloaded http v1.4.2
7352026-09-11T19:22:00.813Z Downloaded zerovec v0.11.5
7362026-09-11T19:22:00.823Z Downloaded progenitor-impl v0.13.0
7372026-09-11T19:22:00.823Z Downloaded tap v1.0.1
7382026-09-11T19:22:00.823Z Downloaded terminal_size v0.4.3
7392026-09-11T19:22:00.823Z Downloaded supports-color v3.0.2
7402026-09-11T19:22:00.827Z Downloaded anstyle-parse v1.0.0
7412026-09-11T19:22:00.827Z Downloaded arrayvec v0.7.6
7422026-09-11T19:22:00.827Z Downloaded rustc_version v0.4.1
7432026-09-11T19:22:00.827Z Downloaded tagptr v0.2.0
7442026-09-11T19:22:00.828Z Downloaded bit-vec v0.6.3
7452026-09-11T19:22:00.834Z Downloaded strsim v0.11.1
7462026-09-11T19:22:00.835Z Downloaded unicode-properties v0.1.4
7472026-09-11T19:22:00.842Z Downloaded deranged v0.5.8
7482026-09-11T19:22:00.850Z Downloaded waitgroup v0.1.2
7492026-09-11T19:22:00.850Z Downloaded daft-derive v0.1.8
7502026-09-11T19:22:00.857Z Downloaded serde_with_macros v3.21.0
7512026-09-11T19:22:00.857Z Downloaded toml_write v0.1.2
7522026-09-11T19:22:00.863Z Downloaded similar v2.7.0
7532026-09-11T19:22:00.867Z Downloaded usdt v0.5.0
7542026-09-11T19:22:00.867Z Downloaded headers-core v0.3.0
7552026-09-11T19:22:00.867Z Downloaded zone v0.3.1
7562026-09-11T19:22:00.870Z Downloaded aes v0.9.1
7572026-09-11T19:22:00.873Z Downloaded hashbrown v0.14.5
7582026-09-11T19:22:00.877Z Downloaded tracing-core v0.1.36
7592026-09-11T19:22:00.883Z Downloaded is-terminal v0.4.17
7602026-09-11T19:22:00.886Z Downloaded toml_edit v0.19.15
7612026-09-11T19:22:00.893Z Downloaded test-strategy v0.4.5
7622026-09-11T19:22:00.896Z Downloaded tinyvec v1.11.0
7632026-09-11T19:22:00.900Z Downloaded parking_lot v0.12.5
7642026-09-11T19:22:00.901Z Downloaded tower-http v0.6.8
7652026-09-11T19:22:00.905Z Downloaded toml v0.7.8
7662026-09-11T19:22:00.907Z Downloaded typed-path v0.9.3
7672026-09-11T19:22:00.910Z Downloaded peg-macros v0.8.5
7682026-09-11T19:22:00.911Z Downloaded oxide-update-engine-display v0.1.2
7692026-09-11T19:22:00.911Z Downloaded async-bb8-diesel v0.2.1
7702026-09-11T19:22:00.911Z Downloaded spki v0.8.0
7712026-09-11T19:22:00.914Z Downloaded inout v0.1.4
7722026-09-11T19:22:00.914Z Downloaded cexpr v0.6.0
7732026-09-11T19:22:00.914Z Downloaded aead v0.5.2
7742026-09-11T19:22:00.914Z Downloaded datatest-stable v0.3.3
7752026-09-11T19:22:00.917Z Downloaded tokio-dtrace v0.1.1
7762026-09-11T19:22:00.917Z Downloaded path-slash v0.2.1
7772026-09-11T19:22:00.919Z Downloaded h2 v0.4.15
7782026-09-11T19:22:00.922Z Downloaded cc v1.2.56
7792026-09-11T19:22:00.922Z Downloaded crossbeam-epoch v0.9.18
7802026-09-11T19:22:00.925Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7812026-09-11T19:22:00.932Z Downloaded darling_macro v0.21.3
7822026-09-11T19:22:00.935Z Downloaded diesel-dtrace v0.5.0
7832026-09-11T19:22:00.938Z Downloaded zopfli v0.8.3
7842026-09-11T19:22:00.940Z Downloaded itertools v0.12.1
7852026-09-11T19:22:00.943Z Downloaded bytes v1.11.1
7862026-09-11T19:22:00.946Z Downloaded crypto-bigint v0.5.5
7872026-09-11T19:22:00.949Z Downloaded vergen-gitcl v1.0.8
7882026-09-11T19:22:00.949Z Downloaded crc-catalog v2.4.0
7892026-09-11T19:22:00.952Z Downloaded dof v0.4.0
7902026-09-11T19:22:00.952Z Downloaded ssh-encoding v0.2.0
7912026-09-11T19:22:00.952Z Downloaded hashbrown v0.15.5
7922026-09-11T19:22:00.955Z Downloaded digest v0.11.3
7932026-09-11T19:22:00.961Z Downloaded displaydoc v0.2.5
7942026-09-11T19:22:00.965Z Downloaded slog-async v2.8.0
7952026-09-11T19:22:00.968Z Downloaded progenitor-macro v0.13.0
7962026-09-11T19:22:00.971Z Downloaded recursive v0.1.1
7972026-09-11T19:22:00.971Z Downloaded publicsuffix v2.3.0
7982026-09-11T19:22:00.974Z Downloaded knus-derive v3.4.0
7992026-09-11T19:22:00.978Z Downloaded oxide-update-engine v0.1.2
8002026-09-11T19:22:00.978Z Downloaded hashbrown v0.16.1
8012026-09-11T19:22:00.981Z Downloaded libbz2-rs-sys v0.2.2
8022026-09-11T19:22:00.981Z Downloaded idna v1.1.0
8032026-09-11T19:22:00.984Z Downloaded icu_properties_data v2.1.2
8042026-09-11T19:22:00.989Z Downloaded backon v1.6.0
8052026-09-11T19:22:00.992Z Downloaded stringprep v0.1.5
8062026-09-11T19:22:00.992Z Downloaded anstyle v1.0.14
8072026-09-11T19:22:00.992Z Downloaded autocfg v1.5.0
8082026-09-11T19:22:00.992Z Downloaded scheduled-thread-pool v0.2.7
8092026-09-11T19:22:00.995Z Downloaded bitfield v0.19.4
8102026-09-11T19:22:00.995Z Downloaded siphasher v1.0.2
8112026-09-11T19:22:00.995Z Downloaded rustls-webpki v0.103.13
8122026-09-11T19:22:00.999Z Downloaded serde_spanned v0.6.9
8132026-09-11T19:22:00.999Z Downloaded colored v2.2.0
8142026-09-11T19:22:00.999Z Downloaded regex v1.12.3
8152026-09-11T19:22:01.004Z Downloaded anstyle-parse v0.2.7
8162026-09-11T19:22:01.004Z Downloaded buf-list v1.1.2
8172026-09-11T19:22:01.007Z Downloaded criterion v0.7.0
8182026-09-11T19:22:01.011Z Downloaded supports-unicode v3.0.0
8192026-09-11T19:22:01.014Z Downloaded clap v4.6.1
8202026-09-11T19:22:01.017Z Downloaded tokio-macros v2.7.0
8212026-09-11T19:22:01.020Z Downloaded tokio-tungstenite v0.28.0
8222026-09-11T19:22:01.020Z Downloaded cipher v0.5.2
8232026-09-11T19:22:01.020Z Downloaded strum v0.26.3
8242026-09-11T19:22:01.022Z Downloaded thiserror-impl-no-std v2.0.2
8252026-09-11T19:22:01.022Z Downloaded camino-tempfile-ext v0.3.3
8262026-09-11T19:22:01.022Z Downloaded wait-timeout v0.2.1
8272026-09-11T19:22:01.025Z Downloaded der_derive v0.7.3
8282026-09-11T19:22:01.025Z Downloaded ssh-key v0.6.7
8292026-09-11T19:22:01.028Z Downloaded icu_locale_core v2.1.1
8302026-09-11T19:22:01.031Z Downloaded indexmap v1.9.3
8312026-09-11T19:22:01.034Z Downloaded testing_table v0.3.0
8322026-09-11T19:22:01.034Z Downloaded utf-8 v0.7.6
8332026-09-11T19:22:01.034Z Downloaded dropshot-api-manager v0.8.0
8342026-09-11T19:22:01.037Z Downloaded hmac v0.12.1
8352026-09-11T19:22:01.040Z Downloaded winnow v0.5.40
8362026-09-11T19:22:01.043Z Downloaded pkg-config v0.3.32
8372026-09-11T19:22:01.047Z Downloaded knuffel v3.2.0
8382026-09-11T19:22:01.047Z Downloaded serde_core v1.0.228
8392026-09-11T19:22:01.050Z Downloaded internal-russh-num-bigint v0.5.0
8402026-09-11T19:22:01.050Z Downloaded ident_case v1.0.1
8412026-09-11T19:22:01.053Z Downloaded proc-macro-error2 v2.0.1
8422026-09-11T19:22:01.053Z Downloaded dashu-int v0.5.1
8432026-09-11T19:22:01.058Z Downloaded iana-time-zone v0.1.65
8442026-09-11T19:22:01.061Z Downloaded rsa v0.9.10
8452026-09-11T19:22:01.063Z Downloaded allocator-api2 v0.2.21
8462026-09-11T19:22:01.066Z Downloaded parking_lot_core v0.9.12
8472026-09-11T19:22:01.070Z Downloaded backtrace-ext v0.2.1
8482026-09-11T19:22:01.074Z Downloaded serde v1.0.228
8492026-09-11T19:22:01.077Z Downloaded ascii-canvas v3.0.0
8502026-09-11T19:22:01.086Z Downloaded clang-sys v1.8.1
8512026-09-11T19:22:01.089Z Downloaded slog-stdlog v4.1.1
8522026-09-11T19:22:01.089Z Downloaded bitfield-macros v0.19.4
8532026-09-11T19:22:01.089Z Downloaded camino v1.2.5
8542026-09-11T19:22:01.092Z Downloaded cobs v0.3.0
8552026-09-11T19:22:01.092Z Downloaded compression-core v0.4.31
8562026-09-11T19:22:01.092Z Downloaded crc8 v0.1.1
8572026-09-11T19:22:01.096Z Downloaded headers v0.4.1
8582026-09-11T19:22:01.099Z Downloaded pkcs1 v0.8.0-rc.4
8592026-09-11T19:22:01.101Z Downloaded progenitor-macro v0.14.0
8602026-09-11T19:22:01.105Z Downloaded crypto-common v0.2.2
8612026-09-11T19:22:01.107Z Downloaded prettyplease v0.2.37
8622026-09-11T19:22:01.110Z Downloaded scroll_derive v0.12.1
8632026-09-11T19:22:01.113Z Downloaded vergen-lib v9.1.0
8642026-09-11T19:22:01.117Z Downloaded rcgen v0.12.1
8652026-09-11T19:22:01.117Z Downloaded ref-cast v1.0.25
8662026-09-11T19:22:01.129Z Downloaded hyper-staticfile v0.10.1
8672026-09-11T19:22:01.132Z Downloaded idna_adapter v1.2.1
8682026-09-11T19:22:01.132Z Downloaded serde_regex v1.1.0
8692026-09-11T19:22:01.133Z Downloaded sponge-cursor v0.1.0
8702026-09-11T19:22:01.135Z Downloaded typed-path v0.12.3
8712026-09-11T19:22:01.138Z Downloaded p384 v0.14.0
8722026-09-11T19:22:01.138Z Downloaded base64 v0.22.1
8732026-09-11T19:22:01.145Z Downloaded rustls-native-certs v0.8.3
8742026-09-11T19:22:01.148Z Downloaded oxide-generation v0.1.3
8752026-09-11T19:22:01.148Z Downloaded async-trait v0.1.89
8762026-09-11T19:22:01.151Z Downloaded keccak v0.2.0
8772026-09-11T19:22:01.151Z Downloaded sha2 v0.11.0
8782026-09-11T19:22:01.154Z Downloaded unarray v0.1.4
8792026-09-11T19:22:01.154Z Downloaded usdt-attr-macro v0.5.0
8802026-09-11T19:22:01.154Z Downloaded parse-display-derive v0.10.0
8812026-09-11T19:22:01.154Z Downloaded pem v3.0.6
8822026-09-11T19:22:01.157Z Downloaded supports-unicode v2.1.0
8832026-09-11T19:22:01.160Z Downloaded serde_json v1.0.151
8842026-09-11T19:22:01.168Z Downloaded crossbeam-channel v0.5.15
8852026-09-11T19:22:01.171Z Downloaded slog v2.8.2
8862026-09-11T19:22:01.174Z Downloaded httpdate v1.0.3
8872026-09-11T19:22:01.174Z Downloaded hubpack_derive v0.1.1
8882026-09-11T19:22:01.174Z Downloaded tungstenite v0.23.0
8892026-09-11T19:22:01.179Z Downloaded spin v0.9.8
8902026-09-11T19:22:01.183Z Downloaded bytesize v2.7.0
8912026-09-11T19:22:01.183Z Downloaded diesel_table_macro_syntax v0.3.0
8922026-09-11T19:22:01.183Z Downloaded unicase v2.9.0
8932026-09-11T19:22:01.186Z Downloaded toml v0.8.23
8942026-09-11T19:22:01.186Z Downloaded pin-project-internal v1.1.11
8952026-09-11T19:22:01.189Z Downloaded moka v0.12.13
8962026-09-11T19:22:01.193Z Downloaded atomicwrites v0.4.4
8972026-09-11T19:22:01.196Z Downloaded cfg_aliases v0.1.1
8982026-09-11T19:22:01.196Z Downloaded rpassword v7.5.4
8992026-09-11T19:22:01.196Z Downloaded tungstenite v0.28.0
9002026-09-11T19:22:01.199Z Downloaded git2 v0.20.4
9012026-09-11T19:22:01.202Z Downloaded rand_chacha v0.9.0
9022026-09-11T19:22:01.205Z Downloaded poly1305 v0.8.0
9032026-09-11T19:22:01.205Z Downloaded darling v0.21.3
9042026-09-11T19:22:01.208Z Downloaded cstr-argument v0.1.2
9052026-09-11T19:22:01.208Z Downloaded indicatif v0.18.4
9062026-09-11T19:22:01.211Z Downloaded derive_builder_macro v0.20.2
9072026-09-11T19:22:01.211Z Downloaded proc-macro-crate v1.3.1
9082026-09-11T19:22:01.211Z Downloaded serde_plain v1.0.2
9092026-09-11T19:22:01.214Z Downloaded quinn v0.11.11
9102026-09-11T19:22:01.217Z Downloaded progenitor-client v0.14.0
9112026-09-11T19:22:01.225Z Downloaded p521 v0.13.3
9122026-09-11T19:22:01.227Z Downloaded slog-json v2.6.1
9132026-09-11T19:22:01.228Z Downloaded tinystr v0.8.2
9142026-09-11T19:22:01.233Z Downloaded thiserror v2.0.18
9152026-09-11T19:22:01.236Z Downloaded serde_derive v1.0.228
9162026-09-11T19:22:01.240Z Downloaded anes v0.1.6
9172026-09-11T19:22:01.240Z Downloaded writeable v0.6.2
9182026-09-11T19:22:01.242Z Downloaded wyz v0.5.1
9192026-09-11T19:22:01.245Z Downloaded winnow v0.6.26
9202026-09-11T19:22:01.253Z Downloaded terminal_size v0.1.17
9212026-09-11T19:22:01.256Z Downloaded cookie v0.18.1
9222026-09-11T19:22:01.259Z Downloaded poly1305 v0.9.0
9232026-09-11T19:22:01.259Z Downloaded zerotrie v0.2.3
9242026-09-11T19:22:01.262Z Downloaded itertools v0.14.0
9252026-09-11T19:22:01.265Z Downloaded cfg-expr v0.20.6
9262026-09-11T19:22:01.269Z Downloaded unsafe-libyaml v0.2.11
9272026-09-11T19:22:01.271Z Downloaded universal-hash v0.6.1
9282026-09-11T19:22:01.271Z Downloaded oxide-generation-macros v0.2.0
9292026-09-11T19:22:01.271Z Downloaded password-hash v0.5.0
9302026-09-11T19:22:01.271Z Downloaded bcs v0.1.6
9312026-09-11T19:22:01.274Z Downloaded parking v2.2.1
9322026-09-11T19:22:01.274Z Downloaded bb8 v0.8.6
9332026-09-11T19:22:01.274Z Downloaded ciborium-ll v0.2.2
9342026-09-11T19:22:01.274Z Downloaded indoc v1.0.9
9352026-09-11T19:22:01.277Z Downloaded data-encoding v2.10.0
9362026-09-11T19:22:01.280Z Downloaded indoc v2.0.7
9372026-09-11T19:22:01.280Z Downloaded p384 v0.13.1
9382026-09-11T19:22:01.283Z Downloaded hickory-resolver v0.25.2
9392026-09-11T19:22:01.289Z Downloaded corncobs v0.1.4
9402026-09-11T19:22:01.292Z Downloaded approx v0.5.1
9412026-09-11T19:22:01.292Z Downloaded downcast-rs v2.0.2
9422026-09-11T19:22:01.292Z Downloaded rayon v1.11.0
9432026-09-11T19:22:01.297Z Downloaded primeorder v0.14.0
9442026-09-11T19:22:01.300Z Downloaded recursive-proc-macro-impl v0.1.1
9452026-09-11T19:22:01.300Z Downloaded hyper v1.10.1
9462026-09-11T19:22:01.303Z Downloaded icu_collections v2.1.1
9472026-09-11T19:22:01.305Z Downloaded sqlformat v0.3.5
9482026-09-11T19:22:01.308Z Downloaded xattr v1.6.1
9492026-09-11T19:22:01.308Z Downloaded radix_trie v0.2.1
9502026-09-11T19:22:01.311Z Downloaded usdt-attr-macro v0.6.0
9512026-09-11T19:22:01.314Z Downloaded base64 v0.21.7
9522026-09-11T19:22:01.317Z Downloaded rsa v0.10.0-rc.18
9532026-09-11T19:22:01.320Z Downloaded serde_with v1.14.0
9542026-09-11T19:22:01.323Z Downloaded progenitor-extras v0.2.0
9552026-09-11T19:22:01.323Z Downloaded tabled v0.21.0
9562026-09-11T19:22:01.332Z Downloaded signal-hook-mio v0.2.5
9572026-09-11T19:22:01.336Z Downloaded stringmetrics v2.2.2
9582026-09-11T19:22:01.336Z Downloaded zerofrom-derive v0.1.6
9592026-09-11T19:22:01.336Z Downloaded vergen v9.1.0
9602026-09-11T19:22:01.336Z Downloaded object v0.30.4
9612026-09-11T19:22:01.340Z Downloaded synstructure v0.13.2
9622026-09-11T19:22:01.343Z Downloaded adler2 v2.0.1
9632026-09-11T19:22:01.343Z Downloaded peg-runtime v0.8.5
9642026-09-11T19:22:01.343Z Downloaded argon2 v0.6.0-rc.8
9652026-09-11T19:22:01.343Z Downloaded tiny-keccak v2.0.2
9662026-09-11T19:22:01.346Z Downloaded castaway v0.2.4
9672026-09-11T19:22:01.346Z Downloaded pest_generator v2.8.6
9682026-09-11T19:22:01.346Z Downloaded url v2.5.8
9692026-09-11T19:22:01.349Z Downloaded zip v4.6.1
9702026-09-11T19:22:01.352Z Downloaded vergen-lib v0.1.6
9712026-09-11T19:22:01.352Z Downloaded tar v0.4.46
9722026-09-11T19:22:01.355Z Downloaded blowfish v0.10.0
9732026-09-11T19:22:01.355Z Downloaded dof v0.3.0
9742026-09-11T19:22:01.355Z Downloaded radium v0.7.0
9752026-09-11T19:22:01.355Z Downloaded rustc_version v0.1.7
9762026-09-11T19:22:01.358Z Downloaded pest_derive v2.8.6
9772026-09-11T19:22:01.361Z Downloaded quick-xml v0.37.5
9782026-09-11T19:22:01.364Z Downloaded rand v0.9.2
9792026-09-11T19:22:01.367Z Downloaded x509-cert v0.2.5
9802026-09-11T19:22:01.370Z Downloaded rtoolbox v0.0.3
9812026-09-11T19:22:01.370Z Downloaded primefield v0.14.0
9822026-09-11T19:22:01.373Z Downloaded hkdf v0.13.0
9832026-09-11T19:22:01.373Z Downloaded digest v0.10.7
9842026-09-11T19:22:01.376Z Downloaded trait-variant v0.1.2
9852026-09-11T19:22:01.376Z Downloaded universal-hash v0.5.1
9862026-09-11T19:22:01.379Z Downloaded serde_tokenstream v0.2.3
9872026-09-11T19:22:01.385Z Downloaded bitfield-struct v0.6.2
9882026-09-11T19:22:01.385Z Downloaded async-recursion v1.1.1
9892026-09-11T19:22:01.388Z Downloaded crunchy v0.2.4
9902026-09-11T19:22:01.388Z Downloaded rand v0.8.6
9912026-09-11T19:22:01.388Z Downloaded slab v0.4.12
9922026-09-11T19:22:01.388Z Downloaded ssh-encoding v0.3.0
9932026-09-11T19:22:01.388Z Downloaded http-body-util v0.1.3
9942026-09-11T19:22:01.391Z Downloaded rlimit v0.10.2
9952026-09-11T19:22:01.391Z Downloaded toml_writer v1.1.1+spec-1.1.0
9962026-09-11T19:22:01.394Z Downloaded samael v0.0.19
9972026-09-11T19:22:01.397Z Downloaded goblin v0.10.5
9982026-09-11T19:22:01.404Z Downloaded russh v0.62.4
9992026-09-11T19:22:01.408Z Downloaded target-lexicon v0.13.3
10002026-09-11T19:22:01.411Z Downloaded nix v0.27.1
10012026-09-11T19:22:01.416Z Downloaded structmeta-derive v0.3.0
10022026-09-11T19:22:01.419Z Downloaded ipnetwork v0.21.1
10032026-09-11T19:22:01.419Z Downloaded unicode-normalization v0.1.25
10042026-09-11T19:22:01.419Z Downloaded p256 v0.13.2
10052026-09-11T19:22:01.423Z Downloaded colorchoice v1.0.4
10062026-09-11T19:22:01.423Z Downloaded async-compression v0.4.41
10072026-09-11T19:22:01.426Z Downloaded typenum v1.20.1
10082026-09-11T19:22:01.428Z Downloaded cast v0.3.0
10092026-09-11T19:22:01.428Z Downloaded rstest_macros v0.25.0
10102026-09-11T19:22:01.431Z Downloaded zerocopy v0.6.6
10112026-09-11T19:22:01.434Z Downloaded zstd v0.13.3
10122026-09-11T19:22:01.437Z Downloaded bit-set v0.8.0
10132026-09-11T19:22:01.437Z Downloaded schemars v0.9.0
10142026-09-11T19:22:01.444Z Downloaded typify-macro v0.6.2
10152026-09-11T19:22:01.447Z Downloaded unit-prefix v0.5.2
10162026-09-11T19:22:01.447Z Downloaded pretty_assertions v1.4.1
10172026-09-11T19:22:01.447Z Downloaded sha2 v0.10.9
10182026-09-11T19:22:01.450Z Downloaded hickory-resolver v0.24.4
10192026-09-11T19:22:01.453Z Downloaded salsa20 v0.11.0
10202026-09-11T19:22:01.453Z Downloaded ctutils v0.4.2
10212026-09-11T19:22:01.456Z Downloaded cookie_store v0.22.1
10222026-09-11T19:22:01.458Z Downloaded derive_builder_core v0.20.2
10232026-09-11T19:22:01.461Z Downloaded parking_lot_core v0.8.6
10242026-09-11T19:22:01.464Z Downloaded http-range v0.1.5
10252026-09-11T19:22:01.467Z Downloaded kem v0.3.0
10262026-09-11T19:22:01.467Z Downloaded shell-words v1.1.1
10272026-09-11T19:22:01.471Z Downloaded heck v0.4.1
10282026-09-11T19:22:01.471Z Downloaded debug-ignore v1.0.5
10292026-09-11T19:22:01.471Z Downloaded predicates-tree v1.0.13
10302026-09-11T19:22:01.474Z Downloaded instability v0.3.11
10312026-09-11T19:22:01.474Z Downloaded assert-json-diff v2.0.2
10322026-09-11T19:22:01.474Z Downloaded tempfile v3.27.0
10332026-09-11T19:22:01.478Z Downloaded bitvec v1.0.1
10342026-09-11T19:22:01.487Z Downloaded p521 v0.14.0
10352026-09-11T19:22:01.490Z Downloaded p256 v0.14.0
10362026-09-11T19:22:01.493Z Downloaded zip v0.6.6
10372026-09-11T19:22:01.493Z Downloaded gimli v0.32.3
10382026-09-11T19:22:01.497Z Downloaded ctr v0.10.1
10392026-09-11T19:22:01.500Z Downloaded knus v3.4.0
10402026-09-11T19:22:01.500Z Downloaded unicode-linebreak v0.1.5
10412026-09-11T19:22:01.501Z Downloaded darling_core v0.23.0
10422026-09-11T19:22:01.504Z Downloaded assert_matches v1.5.0
10432026-09-11T19:22:01.506Z Downloaded rand_core v0.6.4
10442026-09-11T19:22:01.507Z Downloaded const_format_proc_macros v0.2.34
10452026-09-11T19:22:01.512Z Downloaded darling_macro v0.20.11
10462026-09-11T19:22:01.515Z Downloaded polyval v0.7.1
10472026-09-11T19:22:01.515Z Downloaded thiserror-impl v2.0.18
10482026-09-11T19:22:01.515Z Downloaded time-core v0.1.8
10492026-09-11T19:22:01.515Z Downloaded clap_builder v4.6.0
10502026-09-11T19:22:01.518Z Downloaded tower-layer v0.3.3
10512026-09-11T19:22:01.518Z Downloaded toml_datetime v0.6.11
10522026-09-11T19:22:01.520Z Downloaded strum_macros v0.27.2
10532026-09-11T19:22:01.525Z Downloaded smawk v0.3.2
10542026-09-11T19:22:01.529Z Downloaded derive-where v1.6.0
10552026-09-11T19:22:01.532Z Downloaded yasna v0.5.2
10562026-09-11T19:22:01.535Z Downloaded tokio-stream v0.1.18
10572026-09-11T19:22:01.538Z Downloaded phf v0.13.1
10582026-09-11T19:22:01.538Z Downloaded usdt-impl v0.6.0
10592026-09-11T19:22:01.538Z Downloaded criterion-plot v0.6.0
10602026-09-11T19:22:01.538Z Downloaded quote v1.0.45
10612026-09-11T19:22:01.541Z Downloaded stacker v0.1.23
10622026-09-11T19:22:01.541Z Downloaded rawzip v0.4.4
10632026-09-11T19:22:01.544Z Downloaded serde_path_to_error v0.1.20
10642026-09-11T19:22:01.549Z Downloaded zstd-safe v7.2.4
10652026-09-11T19:22:01.552Z Downloaded icu_properties v2.1.2
10662026-09-11T19:22:01.552Z Downloaded sec1 v0.8.1
10672026-09-11T19:22:01.556Z Downloaded phc v0.6.1
10682026-09-11T19:22:01.556Z Downloaded paste v1.0.15
10692026-09-11T19:22:01.559Z Downloaded jiff-core v0.1.0
10702026-09-11T19:22:01.562Z Downloaded oxide-update-engine-types v0.1.2
10712026-09-11T19:22:01.562Z Downloaded compact_str v0.8.1
10722026-09-11T19:22:01.565Z Downloaded diesel_derives v2.3.7
10732026-09-11T19:22:01.569Z Downloaded tower v0.5.3
10742026-09-11T19:22:01.573Z Downloaded darling v0.23.0
10752026-09-11T19:22:01.577Z Downloaded ingot-macros v0.2.0
10762026-09-11T19:22:01.580Z Downloaded reqwest v0.13.2
10772026-09-11T19:22:01.583Z Downloaded subprocess v0.2.15
10782026-09-11T19:22:01.587Z Downloaded icu_normalizer v2.1.1
10792026-09-11T19:22:01.590Z Downloaded bumpalo v3.20.2
10802026-09-11T19:22:01.597Z Downloaded hickory-server v0.25.2
10812026-09-11T19:22:01.604Z Downloaded papergrid v0.18.0
10822026-09-11T19:22:01.606Z Downloaded winnow v1.0.3
10832026-09-11T19:22:01.612Z Downloaded hyper-rustls v0.27.7
10842026-09-11T19:22:01.616Z Downloaded pest_meta v2.8.6
10852026-09-11T19:22:01.616Z Downloaded semver v1.0.28
10862026-09-11T19:22:01.620Z Downloaded ron v0.8.1
10872026-09-11T19:22:01.623Z Downloaded compression-codecs v0.4.37
10882026-09-11T19:22:01.624Z Downloaded tokio-postgres v0.7.18
10892026-09-11T19:22:01.627Z Downloaded bindgen v0.71.1
10902026-09-11T19:22:01.630Z Downloaded openssl v0.10.80
10912026-09-11T19:22:01.639Z Downloaded ar_archive_writer v0.5.1
10922026-09-11T19:22:01.657Z Downloaded der v0.8.0
10932026-09-11T19:22:01.657Z Downloaded schemars v0.8.22
10942026-09-11T19:22:01.657Z Downloaded zip v8.6.0
10952026-09-11T19:22:01.660Z Downloaded zerocopy v0.7.35
10962026-09-11T19:22:01.667Z Downloaded reqwest v0.12.28
10972026-09-11T19:22:01.672Z Downloaded textwrap v0.16.2
10982026-09-11T19:22:01.675Z Downloaded bzip2 v0.6.1
10992026-09-11T19:22:01.675Z Downloaded bstr v1.12.1
11002026-09-11T19:22:01.679Z Downloaded polar-core v0.27.3
11012026-09-11T19:22:01.692Z Downloaded unicode-width v0.1.14
11022026-09-11T19:22:01.695Z Downloaded unicode-width v0.2.0
11032026-09-11T19:22:01.698Z Downloaded nix v0.28.0
11042026-09-11T19:22:01.704Z Downloaded ryu v1.0.23
11052026-09-11T19:22:01.707Z Downloaded ssh-key v0.7.0-rc.11
11062026-09-11T19:22:01.710Z Downloaded scuffle v0.1.0
11072026-09-11T19:22:01.713Z Downloaded icu_normalizer_data v2.1.1
11082026-09-11T19:22:01.716Z Downloaded backtrace v0.3.76
11092026-09-11T19:22:01.716Z Downloaded iddqd v0.4.2
11102026-09-11T19:22:01.722Z Downloaded zerocopy-derive v0.8.55
11112026-09-11T19:22:01.728Z Downloaded rand_distr v0.5.1
11122026-09-11T19:22:01.730Z Downloaded blake3 v1.8.5
11132026-09-11T19:22:01.734Z Downloaded regress v0.11.1
11142026-09-11T19:22:01.740Z Downloaded iri-string v0.7.10
11152026-09-11T19:22:01.743Z Downloaded itertools v0.10.5
11162026-09-11T19:22:01.747Z Downloaded regex-syntax v0.6.29
11172026-09-11T19:22:01.751Z Downloaded heapless v0.8.0
11182026-09-11T19:22:01.754Z Downloaded object v0.37.3
11192026-09-11T19:22:01.759Z Downloaded curve25519-dalek v5.0.0
11202026-09-11T19:22:01.765Z Downloaded prefix-trie v0.7.0
11212026-09-11T19:22:01.767Z Downloaded ignore v0.4.25
11222026-09-11T19:22:01.770Z Downloaded hashbrown v0.17.0
11232026-09-11T19:22:01.774Z Downloaded salty v0.3.0
11242026-09-11T19:22:01.776Z Downloaded snafu v0.8.9
11252026-09-11T19:22:01.779Z Downloaded nix v0.31.2
11262026-09-11T19:22:01.785Z Downloaded crypto-primes v0.7.2
11272026-09-11T19:22:01.819Z Downloaded itertools v0.15.0
11282026-09-11T19:22:01.823Z Downloaded portable-atomic v1.13.1
11292026-09-11T19:22:01.828Z Downloaded object v0.39.1
11302026-09-11T19:22:01.846Z Downloaded smoltcp v0.11.0
11312026-09-11T19:22:01.852Z Downloaded winnow v0.7.14
11322026-09-11T19:22:01.857Z Downloaded openapiv3 v2.2.0
11332026-09-11T19:22:01.864Z Downloaded curve25519-dalek v4.1.3
11342026-09-11T19:22:01.869Z Downloaded tough v0.22.0
11352026-09-11T19:22:01.874Z Downloaded aes-gcm v0.11.0
11362026-09-11T19:22:01.877Z Downloaded time v0.3.47
11372026-09-11T19:22:01.882Z Downloaded crypto-bigint v0.7.5
11382026-09-11T19:22:01.893Z Downloaded petname v2.0.2
11392026-09-11T19:22:01.896Z Downloaded tabled v0.15.0
11402026-09-11T19:22:01.903Z Downloaded zerocopy v0.8.55
11412026-09-11T19:22:01.914Z Downloaded tokio-util v0.7.18
11422026-09-11T19:22:01.918Z Downloaded itertools v0.13.0
11432026-09-11T19:22:01.922Z Downloaded dropshot v0.17.1
11442026-09-11T19:22:01.935Z Downloaded proptest v1.11.0
11452026-09-11T19:22:01.939Z Downloaded syn v3.0.3
11462026-09-11T19:22:01.946Z Downloaded hkdf v0.12.4
11472026-09-11T19:22:01.949Z Downloaded vcpkg v0.2.15
11482026-09-11T19:22:01.970Z Downloaded quinn-proto v0.11.16
11492026-09-11T19:22:01.974Z Downloaded syn v2.0.117
11502026-09-11T19:22:01.980Z Downloaded aws-lc-rs v1.16.3
11512026-09-11T19:22:01.986Z Downloaded rustls v0.23.41
11522026-09-11T19:22:01.993Z Downloaded rustix v0.38.44
11532026-09-11T19:22:02.005Z Downloaded aho-corasick v1.1.4
11542026-09-11T19:22:02.008Z Downloaded regress v0.10.5
11552026-09-11T19:22:02.013Z Downloaded serde_with v3.21.0
11562026-09-11T19:22:02.021Z Downloaded regex-syntax v0.8.10
11572026-09-11T19:22:02.025Z Downloaded rustix v1.1.4
11582026-09-11T19:22:02.039Z Downloaded sha3 v0.12.0
11592026-09-11T19:22:02.041Z Downloaded hickory-proto v0.25.2
11602026-09-11T19:22:02.049Z Downloaded syn v1.0.109
11612026-09-11T19:22:02.055Z Downloaded hickory-proto v0.24.4
11622026-09-11T19:22:02.063Z Downloaded zlib-rs v0.6.2
11632026-09-11T19:22:02.066Z Downloaded diesel v2.3.7
11642026-09-11T19:22:02.078Z Downloaded lalrpop v0.19.12
11652026-09-11T19:22:02.084Z Downloaded chrono v0.4.45
11662026-09-11T19:22:02.088Z Downloaded smoltcp v0.9.1
11672026-09-11T19:22:02.095Z Downloaded sha3 v0.11.0
11682026-09-11T19:22:02.098Z Downloaded sqlparser v0.61.0
11692026-09-11T19:22:02.102Z Downloaded zerocopy-derive v0.6.6
11702026-09-11T19:22:02.108Z Downloaded ratatui v0.29.0
11712026-09-11T19:22:02.129Z Downloaded petgraph v0.8.3
11722026-09-11T19:22:02.158Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11732026-09-11T19:22:02.169Z Downloaded typify-impl v0.6.2
11742026-09-11T19:22:02.194Z Downloaded csv v1.4.0
11752026-09-11T19:22:02.207Z Downloaded tokio v1.52.1
11762026-09-11T19:22:02.231Z Downloaded tracing v0.1.44
11772026-09-11T19:22:02.251Z Downloaded sled v0.34.7
11782026-09-11T19:22:02.257Z Downloaded bzip2-sys v0.1.13+1.0.8
11792026-09-11T19:22:02.293Z Downloaded petgraph v0.6.5
11802026-09-11T19:22:02.305Z Downloaded jiff v0.2.34
11812026-09-11T19:22:02.314Z Downloaded libz-sys v1.1.24
11822026-09-11T19:22:02.326Z Downloaded regex-automata v0.4.14
11832026-09-11T19:22:02.336Z Downloaded libc v0.2.185
11842026-09-11T19:22:02.357Z Downloaded encoding_rs v0.8.35
11852026-09-11T19:22:02.369Z Downloaded sha3 v0.10.8
11862026-09-11T19:22:02.372Z Downloaded chrono-tz v0.10.4
11872026-09-11T19:22:02.383Z Downloaded ring v0.17.14
11882026-09-11T19:22:02.457Z Downloaded libgit2-sys v0.18.3+1.9.2
11892026-09-11T19:22:02.496Z Downloaded httpmock v0.8.3
11902026-09-11T19:22:03.001Z Downloaded dsi-bitstream v0.10.1
11912026-09-11T19:22:03.245Z Downloaded aws-lc-sys v0.40.0
11922026-09-11T19:22:03.670Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11932026-09-11T19:22:09.298Z Startup: Refreshing catalog 'helios' ... Done
11942026-09-11T19:22:09.784Z Startup: Caching catalogs ... Done
11952026-09-11T19:22:12.402ZPlanning: Solver setup ... Done (2.494s)
11962026-09-11T19:22:12.476ZPlanning: Running solver ... Done (0.074s)
11972026-09-11T19:22:12.529ZPlanning: Finding local manifests ... Done (0.003s)
11982026-09-11T19:22:12.541ZPlanning: Fetching manifests: 0/2 0% complete
11992026-09-11T19:22:12.557ZPlanning: Fetching manifests: 2/2 100% complete
12002026-09-11T19:22:12.571ZPlanning: Package planning ... Done (0.013s)
12012026-09-11T19:22:12.575ZPlanning: Merging actions ... Done (0.002s)
12022026-09-11T19:22:12.732ZPlanning: Checking for conflicting actions ... Done (0.160s)
12032026-09-11T19:22:12.735ZPlanning: Consolidating action changes ... Done (0.001s)
12042026-09-11T19:22:13.616ZPlanning: Evaluating mediators ... Done (0.883s)
12052026-09-11T19:22:13.619ZPlanning: Planning completed in 3.80 seconds
12062026-09-11T19:22:13.626Z Packages to install: 2
12072026-09-11T19:22:13.626Z Estimated space available: 155.58 GB
12082026-09-11T19:22:13.626ZEstimated space to be consumed: 87.89 MB
12092026-09-11T19:22:13.629Z Create boot environment: No
12102026-09-11T19:22:13.629ZCreate backup boot environment: No
12112026-09-11T19:22:13.629Z Rebuild boot archive: No
12122026-09-11T19:22:13.629Z
12132026-09-11T19:22:13.629ZChanged packages:
12142026-09-11T19:22:13.629Zhelios
12152026-09-11T19:22:13.629Z developer/build-essential
12162026-09-11T19:22:13.629Z None -> 11-3.0
12172026-09-11T19:22:13.629Z library/libxmlsec1
12182026-09-11T19:22:13.629Z None -> 1.2.35-3.0
12192026-09-11T19:22:13.651Z
12202026-09-11T19:22:13.651ZDownload: 0/214 items 0.0/1.3MB 0% complete
12212026-09-11T19:22:13.721ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
12222026-09-11T19:22:13.832Z Actions: 1/268 actions (Installing new actions)
12232026-09-11T19:22:13.872Z Actions: Completed 268 actions in 0.04 seconds.
12242026-09-11T19:22:13.909ZFinalize: Updating package state database ... Done (0.037s)
12252026-09-11T19:22:13.912ZFinalize: Updating package cache ... Done (0.000s)
12262026-09-11T19:22:14.008ZFinalize: Updating image state ... Done (0.098s)
12272026-09-11T19:22:16.750ZFinalize: Creating fast lookup database ... Done (2.689s)
12282026-09-11T19:22:16.820ZFinalize: Reading search index ... Done (0.012s)
12292026-09-11T19:22:16.823ZFinalize: Updating search index ... Done (0.000s)
12302026-09-11T19:22:16.931ZFinalize: Updating package cache ... Done (0.000s)
12312026-09-11T19:22:17.305ZPlanning: Evaluating mediator changes ... Done
12322026-09-11T19:22:17.410ZPlanning: Checking for conflicting actions ... Done
12332026-09-11T19:22:17.413ZPlanning: Consolidating action changes ... Done
12342026-09-11T19:22:17.568ZPlanning: Evaluating mediators ... Done
12352026-09-11T19:22:17.571ZPlanning: Planning completed in 0.26 seconds
12362026-09-11T19:22:17.592Z Mediators to change: 2
12372026-09-11T19:22:17.592Z Create boot environment: No
12382026-09-11T19:22:17.592ZCreate backup boot environment: No
12392026-09-11T19:22:17.665ZFinalize: Updating package state database ... Done
12402026-09-11T19:22:17.665ZFinalize: Updating package cache ... Done
12412026-09-11T19:22:17.726ZFinalize: Updating image state ... Done
12422026-09-11T19:22:19.677ZFinalize: Creating fast lookup database ... Done
12432026-09-11T19:22:19.737ZFinalize: Reading search index ... Done
12442026-09-11T19:22:19.740ZFinalize: Updating search index ... Done
12452026-09-11T19:22:19.837ZFinalize: Updating package cache ... Done
12462026-09-11T19:22:20.124ZPlanning: Evaluating mediator changes ... Done
12472026-09-11T19:22:20.228ZPlanning: Checking for conflicting actions ... Done
12482026-09-11T19:22:20.231ZPlanning: Consolidating action changes ... Done
12492026-09-11T19:22:20.387ZPlanning: Evaluating mediators ... Done
12502026-09-11T19:22:20.389ZPlanning: Planning completed in 0.26 seconds
12512026-09-11T19:22:20.410Z Mediators to change: 1
12522026-09-11T19:22:20.410Z Create boot environment: No
12532026-09-11T19:22:20.410ZCreate backup boot environment: No
12542026-09-11T19:22:20.464ZFinalize: Updating package state database ... Done
12552026-09-11T19:22:20.464ZFinalize: Updating package cache ... Done
12562026-09-11T19:22:20.522ZFinalize: Updating image state ... Done
12572026-09-11T19:22:22.498ZFinalize: Creating fast lookup database ... Done
12582026-09-11T19:22:22.565ZFinalize: Reading search index ... Done
12592026-09-11T19:22:22.568ZFinalize: Updating search index ... Done
12602026-09-11T19:22:22.658ZFinalize: Updating package cache ... Done
12612026-09-11T19:22:22.974ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12622026-09-11T19:22:22.974Zapache system 2.4 system
12632026-09-11T19:22:22.975Zclang system 15 system
12642026-09-11T19:22:22.975Zcsh system system illumos
12652026-09-11T19:22:22.975Zctags system system illumos
12662026-09-11T19:22:22.975Zfile vendor vendor darwinsys
12672026-09-11T19:22:22.975Zfile system system illumos
12682026-09-11T19:22:22.975Zgcc vendor 14 vendor
12692026-09-11T19:22:22.975Zgcc system 13 system
12702026-09-11T19:22:22.975Zgcc system 10 system
12712026-09-11T19:22:22.975Zgo system 1.25 system
12722026-09-11T19:22:22.975Zllvm system 15 system
12732026-09-11T19:22:22.975Zmariadb system 11.4 system
12742026-09-11T19:22:22.975Zmta vendor vendor dma
12752026-09-11T19:22:22.975Zopenjdk system 17 system
12762026-09-11T19:22:22.975Zopenjdk system 11 system
12772026-09-11T19:22:22.975Zopenssl vendor 3 vendor
12782026-09-11T19:22:22.975Zperl system 5.40 system
12792026-09-11T19:22:22.975Zpostgresql system 18 system
12802026-09-11T19:22:22.975Zpostgresql system 17 system
12812026-09-11T19:22:22.975Zpython vendor 3 vendor
12822026-09-11T19:22:22.975Zpython system 2 system
12832026-09-11T19:22:22.975Zpython3 vendor 3.13 vendor
12842026-09-11T19:22:22.975Zruby system 3.4 system
12852026-09-11T19:22:22.975Zruby system 3.0 system
12862026-09-11T19:22:22.975Zwords vendor vendor american-english
12872026-09-11T19:22:22.975Zwords system system australian-english
12882026-09-11T19:22:22.975Zwords system system british-english
12892026-09-11T19:22:22.975Zwords system system canadian-english
12902026-09-11T19:22:22.975Zwords system system french
12912026-09-11T19:22:22.975Zwords system system italian
12922026-09-11T19:22:22.975Zwords system system ngerman
12932026-09-11T19:22:22.975Zwords system system ogerman
12942026-09-11T19:22:22.975Zwords system system spanish
12952026-09-11T19:22:23.227ZPUBLISHER TYPE STATUS P LOCATION
12962026-09-11T19:22:23.227Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12972026-09-11T19:22:23.746ZFMRI IFO
12982026-09-11T19:22:23.746Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12992026-09-11T19:22:23.746Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
13002026-09-11T19:22:23.746Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
13012026-09-11T19:22:23.746Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
13022026-09-11T19:22:23.746Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
13032026-09-11T19:22:23.746Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
13042026-09-11T19:22:23.746Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
13052026-09-11T19:22:23.746Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
13062026-09-11T19:22:23.747Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
13072026-09-11T19:22:24.408Z Downloading crates ...
13082026-09-11T19:22:24.464Z Downloaded cargo_toml v0.21.0
13092026-09-11T19:22:24.505Z Compiling proc-macro2 v1.0.106
13102026-09-11T19:22:24.505Z Compiling unicode-ident v1.0.24
13112026-09-11T19:22:24.508Z Compiling quote v1.0.45
13122026-09-11T19:22:24.508Z Compiling serde_core v1.0.228
13132026-09-11T19:22:24.508Z Compiling libc v0.2.185
13142026-09-11T19:22:24.508Z Compiling version_check v0.9.5
13152026-09-11T19:22:24.508Z Compiling memchr v2.8.0
13162026-09-11T19:22:24.508Z Compiling serde v1.0.228
13172026-09-11T19:22:24.508Z Compiling zmij v1.0.21
13182026-09-11T19:22:24.587Z Compiling thiserror v1.0.69
13192026-09-11T19:22:24.589Z Compiling ucd-trie v0.1.7
13202026-09-11T19:22:24.589Z Compiling itoa v1.0.17
13212026-09-11T19:22:24.589Z Compiling rustix v1.1.4
13222026-09-11T19:22:24.590Z Compiling byteorder v1.5.0
13232026-09-11T19:22:24.738Z Compiling serde_json v1.0.151
13242026-09-11T19:22:24.850Z Compiling bitflags v2.11.0
13252026-09-11T19:22:25.004Z Compiling camino v1.2.5
13262026-09-11T19:22:25.076Z Compiling usdt-impl v0.5.0
13272026-09-11T19:22:25.082Z Compiling proc-macro-error-attr v1.0.4
13282026-09-11T19:22:25.082Z Compiling syn v1.0.109
13292026-09-11T19:22:25.138Z Compiling pest v2.8.6
13302026-09-11T19:22:25.156Z Compiling proc-macro-error v1.0.4
13312026-09-11T19:22:25.231Z Compiling log v0.4.33
13322026-09-11T19:22:25.240Z Compiling getrandom v0.4.3
13332026-09-11T19:22:25.257Z Compiling utf8parse v0.2.2
13342026-09-11T19:22:25.370Z Compiling equivalent v1.0.2
13352026-09-11T19:22:25.383Z Compiling plain v0.2.3
13362026-09-11T19:22:25.396Z Compiling hashbrown v0.17.0
13372026-09-11T19:22:25.396Z Compiling anstyle-parse v1.0.0
13382026-09-11T19:22:25.460Z Compiling is_terminal_polyfill v1.70.2
13392026-09-11T19:22:25.473Z Compiling toml_write v0.1.2
13402026-09-11T19:22:25.476Z Compiling pretty-hex v0.4.1
13412026-09-11T19:22:25.493Z Compiling cfg-if v1.0.4
13422026-09-11T19:22:25.525Z Compiling thiserror v2.0.18
13432026-09-11T19:22:25.547Z Compiling winnow v0.7.14
13442026-09-11T19:22:25.557Z Compiling errno v0.3.14
13452026-09-11T19:22:25.571Z Compiling thread-id v4.2.2
13462026-09-11T19:22:25.571Z Compiling anstyle-query v1.1.5
13472026-09-11T19:22:25.603Z Compiling autocfg v1.5.0
13482026-09-11T19:22:25.614Z Compiling anstyle v1.0.14
13492026-09-11T19:22:25.638Z Compiling colorchoice v1.0.4
13502026-09-11T19:22:25.683Z Compiling anyhow v1.0.104
13512026-09-11T19:22:25.704Z Compiling strsim v0.11.1
13522026-09-11T19:22:25.725Z Compiling once_cell v1.21.3
13532026-09-11T19:22:25.793Z Compiling anstream v1.0.0
13542026-09-11T19:22:25.863Z Compiling bytecount v0.6.9
13552026-09-11T19:22:25.873Z Compiling fnv v1.0.7
13562026-09-11T19:22:25.919Z Compiling indexmap v2.14.0
13572026-09-11T19:22:25.990Z Compiling unicode-width v0.1.14
13582026-09-11T19:22:26.004Z Compiling heck v0.4.1
13592026-09-11T19:22:26.017Z Compiling fastrand v2.3.0
13602026-09-11T19:22:26.061Z Compiling syn v2.0.117
13612026-09-11T19:22:26.114Z Compiling fs-err v3.3.0
13622026-09-11T19:22:26.122Z Compiling clap_lex v1.0.0
13632026-09-11T19:22:26.129Z Compiling heck v0.5.0
13642026-09-11T19:22:26.222Z Compiling pest_meta v2.8.6
13652026-09-11T19:22:26.297Z Compiling papergrid v0.11.0
13662026-09-11T19:22:26.307Z Compiling memmap v0.7.0
13672026-09-11T19:22:26.389Z Compiling unicode-width v0.2.0
13682026-09-11T19:22:26.399Z Compiling smawk v0.3.2
13692026-09-11T19:22:26.444Z Compiling unicode-linebreak v0.1.5
13702026-09-11T19:22:26.498Z Compiling swrite v0.1.0
13712026-09-11T19:22:26.564Z Compiling terminal_size v0.4.3
13722026-09-11T19:22:26.588Z Compiling tempfile v3.27.0
13732026-09-11T19:22:26.659Z Compiling clap_builder v4.6.0
13742026-09-11T19:22:26.659Z Compiling textwrap v0.16.2
13752026-09-11T19:22:26.968Z Compiling semver v1.0.28
13762026-09-11T19:22:27.004Z Compiling cargo-platform v0.3.2
13772026-09-11T19:22:27.244Z Compiling camino-tempfile v1.4.1
13782026-09-11T19:22:27.494Z Compiling tabled_derive v0.7.0
13792026-09-11T19:22:28.177Z Compiling tabled v0.15.0
13802026-09-11T19:22:28.224Z Compiling pest_generator v2.8.6
13812026-09-11T19:22:28.730Z Compiling serde_derive v1.0.228
13822026-09-11T19:22:28.730Z Compiling thiserror-impl v1.0.69
13832026-09-11T19:22:28.733Z Compiling zerocopy-derive v0.7.35
13842026-09-11T19:22:28.733Z Compiling scroll_derive v0.12.1
13852026-09-11T19:22:28.733Z Compiling thiserror-impl v2.0.18
13862026-09-11T19:22:28.733Z Compiling clap_derive v4.6.1
13872026-09-11T19:22:28.768Z Compiling pest_derive v2.8.6
13882026-09-11T19:22:29.470Z Compiling scroll v0.12.0
13892026-09-11T19:22:29.547Z Compiling zerocopy v0.7.35
13902026-09-11T19:22:29.680Z Compiling goblin v0.8.2
13912026-09-11T19:22:29.858Z Compiling dtrace-parser v0.2.0
13922026-09-11T19:22:30.140Z Compiling clap v4.6.1
13932026-09-11T19:22:31.196Z Compiling dof v0.3.0
13942026-09-11T19:22:31.196Z Compiling serde_tokenstream v0.2.3
13952026-09-11T19:22:31.199Z Compiling toml_datetime v0.6.11
13962026-09-11T19:22:31.199Z Compiling serde_spanned v0.6.9
13972026-09-11T19:22:31.199Z Compiling macaddr v1.0.1
13982026-09-11T19:22:31.199Z Compiling cargo_metadata v0.23.1
13992026-09-11T19:22:31.199Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
14002026-09-11T19:22:31.359Z Compiling toml_edit v0.22.27
14012026-09-11T19:22:31.847Z Compiling usdt-macro v0.5.0
14022026-09-11T19:22:31.847Z Compiling usdt-attr-macro v0.5.0
14032026-09-11T19:22:32.483Z Compiling usdt v0.5.0
14042026-09-11T19:22:32.620Z Compiling toml v0.8.23
14052026-09-11T19:22:32.936Z Compiling cargo_toml v0.21.0
14062026-09-11T19:22:34.230Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14072026-09-11T19:22:36.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s
14082026-09-11T19:22:36.369Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
14092026-09-11T19:22:37.186Z Compiling serde_core v1.0.228
14102026-09-11T19:22:37.186Z Compiling libc v0.2.185
14112026-09-11T19:22:37.186Z Compiling serde v1.0.228
14122026-09-11T19:22:37.190Z Compiling log v0.4.33
14132026-09-11T19:22:37.190Z Compiling subtle v2.6.1
14142026-09-11T19:22:37.190Z Compiling smallvec v1.15.1
14152026-09-11T19:22:37.190Z Compiling typenum v1.20.1
14162026-09-11T19:22:37.190Z Compiling zerocopy v0.8.55
14172026-09-11T19:22:37.328Z Compiling scopeguard v1.2.0
14182026-09-11T19:22:37.332Z Compiling find-msvc-tools v0.1.9
14192026-09-11T19:22:37.339Z Compiling shlex v1.3.0
14202026-09-11T19:22:37.343Z Compiling portable-atomic v1.13.1
14212026-09-11T19:22:37.343Z Compiling stable_deref_trait v1.2.1
14222026-09-11T19:22:37.343Z Compiling critical-section v1.2.0
14232026-09-11T19:22:37.399Z Compiling syn v2.0.117
14242026-09-11T19:22:37.415Z Compiling serde_json v1.0.151
14252026-09-11T19:22:37.511Z Compiling generic-array v0.14.7
14262026-09-11T19:22:37.544Z Compiling getrandom v0.4.3
14272026-09-11T19:22:37.554Z Compiling libm v0.2.16
14282026-09-11T19:22:37.564Z Compiling num-traits v0.2.19
14292026-09-11T19:22:37.577Z Compiling rand_core v0.10.0
14302026-09-11T19:22:37.597Z Compiling lock_api v0.4.14
14312026-09-11T19:22:37.628Z Compiling const-oid v0.9.6
14322026-09-11T19:22:37.741Z Compiling allocator-api2 v0.2.21
14332026-09-11T19:22:37.748Z Compiling pin-project-lite v0.2.17
14342026-09-11T19:22:37.751Z Compiling litemap v0.8.1
14352026-09-11T19:22:37.761Z Compiling parking_lot_core v0.9.12
14362026-09-11T19:22:37.886Z Compiling writeable v0.6.2
14372026-09-11T19:22:37.904Z Compiling percent-encoding v2.3.2
14382026-09-11T19:22:37.945Z Compiling icu_normalizer_data v2.1.1
14392026-09-11T19:22:37.959Z Compiling icu_properties_data v2.1.2
14402026-09-11T19:22:38.005Z Compiling rustix v1.1.4
14412026-09-11T19:22:38.035Z Compiling getrandom v0.3.4
14422026-09-11T19:22:38.054Z Compiling pkg-config v0.3.32
14432026-09-11T19:22:38.113Z Compiling futures-core v0.3.32
14442026-09-11T19:22:38.129Z Compiling foldhash v0.2.0
14452026-09-11T19:22:38.129Z Compiling base64ct v1.8.3
14462026-09-11T19:22:38.160Z Compiling utf8_iter v1.0.4
14472026-09-11T19:22:38.263Z Compiling form_urlencoded v1.2.2
14482026-09-11T19:22:38.287Z Compiling flagset v0.4.7
14492026-09-11T19:22:38.303Z Compiling hashbrown v0.17.0
14502026-09-11T19:22:38.322Z Compiling futures-sink v0.3.32
14512026-09-11T19:22:38.373Z Compiling errno v0.3.14
14522026-09-11T19:22:38.396Z Compiling jobserver v0.1.34
14532026-09-11T19:22:38.410Z Compiling getrandom v0.2.17
14542026-09-11T19:22:38.471Z Compiling mio v1.2.0
14552026-09-11T19:22:38.474Z Compiling socket2 v0.6.3
14562026-09-11T19:22:38.474Z Compiling pem-rfc7468 v0.7.0
14572026-09-11T19:22:38.541Z Compiling once_cell v1.21.3
14582026-09-11T19:22:38.628Z Compiling cc v1.2.56
14592026-09-11T19:22:38.644Z Compiling rand_core v0.6.4
14602026-09-11T19:22:38.659Z Compiling signal-hook-registry v1.4.8
14612026-09-11T19:22:38.687Z Compiling parking_lot v0.12.5
14622026-09-11T19:22:38.690Z Compiling futures-channel v0.3.32
14632026-09-11T19:22:38.759Z Compiling rustversion v1.0.22
14642026-09-11T19:22:38.775Z Compiling slab v0.4.12
14652026-09-11T19:22:38.790Z Compiling futures-io v0.3.32
14662026-09-11T19:22:38.900Z Compiling futures-task v0.3.32
14672026-09-11T19:22:38.901Z Compiling base64 v0.22.1
14682026-09-11T19:22:38.950Z Compiling iana-time-zone v0.1.65
14692026-09-11T19:22:38.965Z Compiling ident_case v1.0.1
14702026-09-11T19:22:38.980Z Compiling cmov v0.5.4
14712026-09-11T19:22:38.983Z Compiling syn v1.0.109
14722026-09-11T19:22:39.014Z Compiling spin v0.9.8
14732026-09-11T19:22:39.014Z Compiling ahash v0.8.12
14742026-09-11T19:22:39.020Z Compiling cpufeatures v0.2.17
14752026-09-11T19:22:39.087Z Compiling dunce v1.0.5
14762026-09-11T19:22:39.106Z Compiling fs_extra v1.3.0
14772026-09-11T19:22:39.118Z Compiling simd-adler32 v0.3.8
14782026-09-11T19:22:39.121Z Compiling dyn-clone v1.0.20
14792026-09-11T19:22:39.164Z Compiling schemars v0.8.22
14802026-09-11T19:22:39.169Z Compiling ctutils v0.4.2
14812026-09-11T19:22:39.199Z Compiling tracing-core v0.1.36
14822026-09-11T19:22:39.215Z Compiling regex-syntax v0.8.10
14832026-09-11T19:22:39.244Z Compiling adler2 v2.0.1
14842026-09-11T19:22:39.244Z Compiling tinyvec_macros v0.1.1
14852026-09-11T19:22:39.281Z Compiling vcpkg v0.2.15
14862026-09-11T19:22:39.353Z Compiling cmake v0.1.57
14872026-09-11T19:22:39.355Z Compiling miniz_oxide v0.8.9
14882026-09-11T19:22:39.386Z Compiling num-integer v0.1.46
14892026-09-11T19:22:39.392Z Compiling tinyvec v1.11.0
14902026-09-11T19:22:39.412Z Compiling anyhow v1.0.104
14912026-09-11T19:22:39.457Z Compiling bitflags v2.11.0
14922026-09-11T19:22:39.490Z Compiling semver v1.0.28
14932026-09-11T19:22:39.596Z Compiling indexmap v2.14.0
14942026-09-11T19:22:39.753Z Compiling uuid v1.23.4
14952026-09-11T19:22:39.774Z Compiling rustc_version v0.4.1
14962026-09-11T19:22:39.790Z Compiling aws-lc-rs v1.16.3
14972026-09-11T19:22:39.805Z Compiling object v0.37.3
14982026-09-11T19:22:39.823Z Compiling num-bigint-dig v0.8.6
14992026-09-11T19:22:39.861Z Compiling num-iter v0.1.45
15002026-09-11T19:22:39.995Z Compiling lazy_static v1.5.0
15012026-09-11T19:22:40.011Z Compiling rand_core v0.9.5
15022026-09-11T19:22:40.027Z Compiling ff v0.13.1
15032026-09-11T19:22:40.070Z Compiling gimli v0.32.3
15042026-09-11T19:22:40.086Z Compiling crc32fast v1.5.0
15052026-09-11T19:22:40.106Z Compiling base16ct v0.2.0
15062026-09-11T19:22:40.137Z Compiling owo-colors v4.3.0
15072026-09-11T19:22:40.175Z Compiling group v0.13.0
15082026-09-11T19:22:40.227Z Compiling aws-lc-sys v0.40.0
15092026-09-11T19:22:40.290Z Compiling synstructure v0.13.2
15102026-09-11T19:22:40.304Z Compiling serde_derive_internals v0.29.1
15112026-09-11T19:22:40.319Z Compiling pest_generator v2.8.6
15122026-09-11T19:22:40.368Z Compiling openssl-sys v0.9.117
15132026-09-11T19:22:40.447Z Compiling rustc-demangle v0.1.27
15142026-09-11T19:22:40.462Z Compiling httparse v1.10.1
15152026-09-11T19:22:40.489Z Compiling untrusted v0.7.1
15162026-09-11T19:22:40.503Z Compiling openssl-probe v0.2.1
15172026-09-11T19:22:40.678Z Compiling darling_core v0.23.0
15182026-09-11T19:22:40.692Z Compiling camino v1.2.5
15192026-09-11T19:22:40.844Z Compiling terminal_size v0.4.3
15202026-09-11T19:22:40.847Z Compiling tempfile v3.27.0
15212026-09-11T19:22:40.903Z Compiling curve25519-dalek v4.1.3
15222026-09-11T19:22:40.920Z Compiling proc-macro-error-attr2 v2.0.0
15232026-09-11T19:22:41.005Z Compiling clap_builder v4.6.0
15242026-09-11T19:22:41.021Z Compiling aho-corasick v1.1.4
15252026-09-11T19:22:41.038Z Compiling tower-service v0.3.3
15262026-09-11T19:22:41.122Z Compiling is_ci v1.2.0
15272026-09-11T19:22:41.126Z Compiling atomic-waker v1.1.2
15282026-09-11T19:22:41.146Z Compiling tower-layer v0.3.3
15292026-09-11T19:22:41.234Z Compiling rustls v0.23.41
15302026-09-11T19:22:41.254Z Compiling try-lock v0.2.5
15312026-09-11T19:22:41.275Z Compiling radium v0.7.0
15322026-09-11T19:22:41.280Z Compiling untrusted v0.9.0
15332026-09-11T19:22:41.319Z Compiling textwrap v0.16.2
15342026-09-11T19:22:41.356Z Compiling proc-macro-error2 v2.0.1
15352026-09-11T19:22:41.383Z Compiling want v0.3.1
15362026-09-11T19:22:41.402Z Compiling supports-color v3.0.2
15372026-09-11T19:22:41.575Z Compiling darling_core v0.20.11
15382026-09-11T19:22:41.593Z Compiling slog v2.8.2
15392026-09-11T19:22:41.622Z Compiling maybe-uninit v2.0.0
15402026-09-11T19:22:41.637Z Compiling num-conv v0.2.0
15412026-09-11T19:22:41.694Z Compiling time-core v0.1.8
15422026-09-11T19:22:41.735Z Compiling httpdate v1.0.3
15432026-09-11T19:22:41.784Z Compiling addr2line v0.25.1
15442026-09-11T19:22:41.800Z Compiling openssl v0.10.80
15452026-09-11T19:22:41.840Z Compiling regex-automata v0.4.14
15462026-09-11T19:22:41.858Z Compiling tap v1.0.1
15472026-09-11T19:22:41.938Z Compiling supports-hyperlinks v3.2.0
15482026-09-11T19:22:41.987Z Compiling keccak v0.1.6
15492026-09-11T19:22:41.990Z Compiling foreign-types-shared v0.1.1
15502026-09-11T19:22:42.019Z Compiling serde_derive v1.0.228
15512026-09-11T19:22:42.063Z Compiling zeroize_derive v1.5.0
15522026-09-11T19:22:42.084Z Compiling zerocopy-derive v0.8.55
15532026-09-11T19:22:42.104Z Compiling zerofrom-derive v0.1.6
15542026-09-11T19:22:42.118Z Compiling yoke-derive v0.8.1
15552026-09-11T19:22:42.138Z Compiling zerovec-derive v0.11.2
15562026-09-11T19:22:42.210Z Compiling displaydoc v0.2.5
15572026-09-11T19:22:42.781Z Compiling thiserror-impl v2.0.18
15582026-09-11T19:22:42.798Z Compiling tokio-macros v2.7.0
15592026-09-11T19:22:42.814Z Compiling der_derive v0.7.3
15602026-09-11T19:22:43.073Z Compiling futures-macro v0.3.32
15612026-09-11T19:22:43.109Z Compiling thiserror-impl v1.0.69
15622026-09-11T19:22:43.277Z Compiling tracing-attributes v0.1.31
15632026-09-11T19:22:43.371Z Compiling schemars_derive v0.8.22
15642026-09-11T19:22:43.385Z Compiling clap_derive v4.6.1
15652026-09-11T19:22:43.434Z Compiling pest_derive v2.8.6
15662026-09-11T19:22:43.600Z Compiling zerofrom v0.1.6
15672026-09-11T19:22:43.614Z Compiling backtrace v0.3.76
15682026-09-11T19:22:43.746Z Compiling yoke v0.8.1
15692026-09-11T19:22:43.864Z Compiling async-trait v0.1.89
15702026-09-11T19:22:43.936Z Compiling zerovec v0.11.5
15712026-09-11T19:22:43.959Z Compiling zerotrie v0.2.3
15722026-09-11T19:22:43.973Z Compiling futures-util v0.3.32
15732026-09-11T19:22:43.990Z Compiling scroll_derive v0.12.1
15742026-09-11T19:22:44.164Z Compiling backtrace-ext v0.2.1
15752026-09-11T19:22:44.223Z Compiling thiserror v2.0.18
15762026-09-11T19:22:44.283Z Compiling hubpack_derive v0.1.1
15772026-09-11T19:22:44.345Z Compiling darling_macro v0.23.0
15782026-09-11T19:22:44.359Z Compiling miette-derive v7.6.0
15792026-09-11T19:22:44.439Z Compiling tinystr v0.8.2
15802026-09-11T19:22:44.493Z Compiling potential_utf v0.1.4
15812026-09-11T19:22:44.679Z Compiling icu_locale_core v2.1.1
15822026-09-11T19:22:44.694Z Compiling icu_collections v2.1.1
15832026-09-11T19:22:44.710Z Compiling thiserror v1.0.69
15842026-09-11T19:22:44.743Z Compiling tracing v0.1.44
15852026-09-11T19:22:44.758Z Compiling scroll v0.12.0
15862026-09-11T19:22:44.819Z Compiling curve25519-dalek-derive v0.1.1
15872026-09-11T19:22:44.845Z Compiling zerocopy-derive v0.7.35
15882026-09-11T19:22:44.877Z Compiling scroll_derive v0.13.1
15892026-09-11T19:22:44.900Z Compiling const-oid v0.10.2
15902026-09-11T19:22:45.005Z Compiling powerfmt v0.2.0
15912026-09-11T19:22:45.045Z Compiling supports-unicode v3.0.0
15922026-09-11T19:22:45.059Z Compiling goblin v0.8.2
15932026-09-11T19:22:45.139Z Compiling deranged v0.5.8
15942026-09-11T19:22:45.207Z Compiling darling v0.23.0
15952026-09-11T19:22:45.224Z Compiling darling_macro v0.20.11
15962026-09-11T19:22:45.260Z Compiling foreign-types v0.3.2
15972026-09-11T19:22:45.276Z Compiling clap v4.6.1
15982026-09-11T19:22:45.303Z Compiling openssl-macros v0.1.1
15992026-09-11T19:22:45.344Z Compiling icu_provider v2.1.1
16002026-09-11T19:22:45.375Z Compiling knus-derive v3.4.0
16012026-09-11T19:22:45.525Z Compiling wyz v0.5.1
16022026-09-11T19:22:45.604Z Compiling icu_normalizer v2.1.1
16032026-09-11T19:22:45.627Z Compiling zeroize v1.9.0
16042026-09-11T19:22:45.674Z Compiling bytes v1.11.1
16052026-09-11T19:22:45.689Z Compiling icu_properties v2.1.2
16062026-09-11T19:22:45.758Z Compiling chrono v0.4.45
16072026-09-11T19:22:45.805Z Compiling ipnet v2.12.0
16082026-09-11T19:22:45.811Z Compiling hex v0.4.3
16092026-09-11T19:22:45.811Z Compiling serde_spanned v0.6.9
16102026-09-11T19:22:45.868Z Compiling der v0.7.10
16112026-09-11T19:22:45.988Z Compiling hybrid-array v0.4.13
16122026-09-11T19:22:46.089Z Compiling rustls-pki-types v1.14.0
16132026-09-11T19:22:46.122Z Compiling toml_datetime v0.6.11
16142026-09-11T19:22:46.147Z Compiling serde_tokenstream v0.2.3
16152026-09-11T19:22:46.163Z Compiling tokio v1.52.1
16162026-09-11T19:22:46.298Z Compiling http v1.4.2
16172026-09-11T19:22:46.319Z Compiling zerocopy v0.7.35
16182026-09-11T19:22:46.336Z Compiling crypto-common v0.1.7
16192026-09-11T19:22:46.394Z Compiling block-buffer v0.10.4
16202026-09-11T19:22:46.398Z Compiling crypto-bigint v0.5.5
16212026-09-11T19:22:46.473Z Compiling scroll v0.13.0
16222026-09-11T19:22:46.509Z Compiling hubpack v0.1.2
16232026-09-11T19:22:46.557Z Compiling digest v0.10.7
16242026-09-11T19:22:46.598Z Compiling idna_adapter v1.2.1
16252026-09-11T19:22:46.733Z Compiling idna v1.1.0
16262026-09-11T19:22:46.755Z Compiling ppv-lite86 v0.2.21
16272026-09-11T19:22:46.770Z Compiling spki v0.7.3
16282026-09-11T19:22:46.801Z Compiling signature v2.2.0
16292026-09-11T19:22:46.833Z Compiling hmac v0.12.1
16302026-09-11T19:22:46.887Z Compiling sha2 v0.10.9
16312026-09-11T19:22:46.916Z Compiling crypto-common v0.2.2
16322026-09-11T19:22:46.945Z Compiling pkcs8 v0.10.2
16332026-09-11T19:22:47.013Z Compiling block-buffer v0.12.1
16342026-09-11T19:22:47.027Z Compiling url v2.5.8
16352026-09-11T19:22:47.027Z Compiling hkdf v0.12.4
16362026-09-11T19:22:47.066Z Compiling rand_chacha v0.3.1
16372026-09-11T19:22:47.086Z Compiling x509-cert v0.2.5
16382026-09-11T19:22:47.112Z Compiling pkcs1 v0.7.5
16392026-09-11T19:22:47.171Z Compiling sec1 v0.7.3
16402026-09-11T19:22:47.218Z Compiling http-body v1.0.1
16412026-09-11T19:22:47.232Z Compiling rand_chacha v0.9.0
16422026-09-11T19:22:47.239Z Compiling hashbrown v0.14.5
16432026-09-11T19:22:47.260Z Compiling rfc6979 v0.4.0
16442026-09-11T19:22:47.386Z Compiling rand v0.8.6
16452026-09-11T19:22:47.406Z Compiling elliptic-curve v0.13.8
16462026-09-11T19:22:47.421Z Compiling block-padding v0.4.2
16472026-09-11T19:22:47.462Z Compiling rand v0.9.2
16482026-09-11T19:22:47.526Z Compiling ed25519 v2.2.3
16492026-09-11T19:22:47.839Z Compiling ecdsa v0.16.9
16502026-09-11T19:22:47.884Z Compiling primeorder v0.13.6
16512026-09-11T19:22:47.900Z Compiling chumsky v0.9.3
16522026-09-11T19:22:47.919Z Compiling digest v0.11.3
16532026-09-11T19:22:47.982Z Compiling inout v0.2.2
16542026-09-11T19:22:48.186Z Compiling sha3 v0.10.8
16552026-09-11T19:22:48.268Z Compiling half v2.7.1
16562026-09-11T19:22:48.286Z Compiling erased-serde v0.3.31
16572026-09-11T19:22:48.303Z Compiling miette v7.6.0
16582026-09-11T19:22:48.370Z Compiling time-macros v0.2.27
16592026-09-11T19:22:48.607Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16602026-09-11T19:22:48.663Z Compiling bzip2-sys v0.1.13+1.0.8
16612026-09-11T19:22:48.679Z Compiling unicode-normalization v0.1.25
16622026-09-11T19:22:48.740Z Compiling socket2 v0.5.10
16632026-09-11T19:22:48.790Z Compiling wait-timeout v0.2.1
16642026-09-11T19:22:48.805Z Compiling env_filter v2.0.0
16652026-09-11T19:22:48.824Z Compiling cpufeatures v0.3.0
16662026-09-11T19:22:48.916Z Compiling native-tls v0.2.18
16672026-09-11T19:22:48.999Z Compiling num_threads v0.1.7
16682026-09-11T19:22:49.053Z Compiling crossbeam-utils v0.8.21
16692026-09-11T19:22:49.064Z Compiling ciborium-io v0.2.2
16702026-09-11T19:22:49.068Z Compiling funty v2.0.0
16712026-09-11T19:22:49.092Z Compiling quick-error v1.2.3
16722026-09-11T19:22:49.109Z Compiling bit-vec v0.8.0
16732026-09-11T19:22:49.126Z Compiling packed_struct v0.10.1
16742026-09-11T19:22:49.162Z Compiling ciborium-ll v0.2.2
16752026-09-11T19:22:49.162Z Compiling ed25519-dalek v2.2.0
16762026-09-11T19:22:49.190Z Compiling rusty-fork v0.3.1
16772026-09-11T19:22:49.237Z Compiling rsa v0.9.10
16782026-09-11T19:22:49.257Z Compiling knus v3.4.0
16792026-09-11T19:22:49.369Z Compiling bit-set v0.8.0
16802026-09-11T19:22:49.401Z Compiling bitvec v1.0.1
16812026-09-11T19:22:49.488Z Compiling time v0.3.47
16822026-09-11T19:22:49.507Z Compiling env_logger v0.11.11
16832026-09-11T19:22:49.631Z Compiling p384 v0.13.1
16842026-09-11T19:22:49.669Z Compiling cipher v0.5.2
16852026-09-11T19:22:49.727Z Compiling dof v0.3.0
16862026-09-11T19:22:49.890Z Compiling sha1 v0.10.6
16872026-09-11T19:22:49.938Z Compiling goblin v0.10.5
16882026-09-11T19:22:49.992Z Compiling darling v0.20.11
16892026-09-11T19:22:50.087Z Compiling tokio-util v0.7.18
16902026-09-11T19:22:50.135Z Compiling serde_with_macros v3.21.0
16912026-09-11T19:22:50.174Z Compiling dtrace-parser v0.2.0
16922026-09-11T19:22:50.192Z Compiling packed_struct_codegen v0.10.1
16932026-09-11T19:22:50.209Z Compiling zerocopy-derive v0.6.6
16942026-09-11T19:22:50.494Z Compiling strum_macros v0.26.4
16952026-09-11T19:22:50.915Z Compiling h2 v0.4.15
16962026-09-11T19:22:50.950Z Compiling bitfield-macros v0.19.4
16972026-09-11T19:22:51.103Z Compiling rand_xorshift v0.4.0
16982026-09-11T19:22:51.132Z Compiling thread-id v4.2.2
16992026-09-11T19:22:51.181Z Compiling sync_wrapper v1.0.2
17002026-09-11T19:22:51.231Z Compiling indexmap v1.9.3
17012026-09-11T19:22:51.247Z Compiling paste v1.0.15
17022026-09-11T19:22:51.302Z Compiling usdt-impl v0.6.0
17032026-09-11T19:22:51.315Z Compiling nodrop v0.1.14
17042026-09-11T19:22:51.340Z Compiling salty v0.3.0
17052026-09-11T19:22:51.343Z Compiling crc-catalog v2.4.0
17062026-09-11T19:22:51.438Z Compiling siphasher v1.0.2
17072026-09-11T19:22:51.460Z Compiling unarray v0.1.4
17082026-09-11T19:22:51.473Z Compiling unicode-segmentation v1.12.0
17092026-09-11T19:22:51.582Z Compiling proptest v1.11.0
17102026-09-11T19:22:51.624Z Compiling crc v3.4.0
17112026-09-11T19:22:51.637Z Compiling array-init v0.0.4
17122026-09-11T19:22:51.642Z Compiling serde_with v3.21.0
17132026-09-11T19:22:51.720Z Compiling bitfield v0.19.4
17142026-09-11T19:22:51.875Z Compiling tower v0.5.3
17152026-09-11T19:22:52.007Z Compiling usdt-impl v0.5.0
17162026-09-11T19:22:52.037Z Compiling zerocopy v0.6.6
17172026-09-11T19:22:52.165Z Compiling derive_builder_core v0.20.2
17182026-09-11T19:22:52.177Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
17192026-09-11T19:22:52.305Z Compiling strum v0.26.3
17202026-09-11T19:22:52.334Z Compiling chacha20 v0.10.0
17212026-09-11T19:22:52.374Z Compiling smallvec v0.6.14
17222026-09-11T19:22:52.478Z Compiling ciborium v0.2.2
17232026-09-11T19:22:52.501Z Compiling ipnetwork v0.21.1
17242026-09-11T19:22:52.606Z Compiling http-body-util v0.1.3
17252026-09-11T19:22:52.655Z Compiling dtrace-parser v0.3.0
17262026-09-11T19:22:52.767Z Compiling dof v0.4.0
17272026-09-11T19:22:52.922Z Compiling structmeta-derive v0.3.0
17282026-09-11T19:22:52.932Z Compiling enum-as-inner v0.6.1
17292026-09-11T19:22:52.964Z Compiling heapless v0.7.17
17302026-09-11T19:22:53.029Z Compiling thread-id v5.1.0
17312026-09-11T19:22:53.064Z Compiling syn v3.0.3
17322026-09-11T19:22:53.091Z Compiling cookie v0.18.1
17332026-09-11T19:22:53.128Z Compiling data-encoding v2.10.0
17342026-09-11T19:22:53.245Z Compiling zstd-safe v7.2.4
17352026-09-11T19:22:53.318Z Compiling unicode-bidi v0.3.18
17362026-09-11T19:22:53.432Z Compiling iri-string v0.7.10
17372026-09-11T19:22:53.492Z Compiling ryu v1.0.23
17382026-09-11T19:22:53.514Z Compiling unicode-properties v0.1.4
17392026-09-11T19:22:53.518Z Compiling static_assertions v1.1.0
17402026-09-11T19:22:53.612Z Compiling hashbrown v0.12.3
17412026-09-11T19:22:53.636Z Compiling base64 v0.21.7
17422026-09-11T19:22:53.689Z Compiling signal-hook v0.3.18
17432026-09-11T19:22:53.732Z Compiling winnow v0.5.40
17442026-09-11T19:22:53.858Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17452026-09-11T19:22:53.873Z Compiling stringprep v0.1.5
17462026-09-11T19:22:53.922Z Compiling ron v0.8.1
17472026-09-11T19:22:53.974Z Compiling serde_urlencoded v0.7.1
17482026-09-11T19:22:54.058Z Compiling structmeta v0.3.0
17492026-09-11T19:22:54.115Z Compiling hyper v1.10.1
17502026-09-11T19:22:54.247Z Compiling newtype-uuid v1.3.2
17512026-09-11T19:22:54.295Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17522026-09-11T19:22:54.368Z Compiling derive_builder_macro v0.20.2
17532026-09-11T19:22:54.402Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17542026-09-11T19:22:54.531Z Compiling oxnet v0.1.6
17552026-09-11T19:22:54.610Z Compiling tower-http v0.6.8
17562026-09-11T19:22:54.640Z Compiling rand v0.10.1
17572026-09-11T19:22:54.893Z Compiling serde-hex v0.1.0
17582026-09-11T19:22:54.921Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17592026-09-11T19:22:54.983Z Compiling bzip2 v0.4.4
17602026-09-11T19:22:54.998Z Compiling tokio-native-tls v0.3.1
17612026-09-11T19:22:55.047Z Compiling toml_edit v0.19.15
17622026-09-11T19:22:55.189Z Compiling sha2 v0.11.0
17632026-09-11T19:22:55.206Z Compiling hyper-util v0.1.20
17642026-09-11T19:22:55.220Z Compiling md-5 v0.11.0
17652026-09-11T19:22:55.463Z Compiling hmac v0.13.0
17662026-09-11T19:22:55.549Z Compiling hashbrown v0.13.2
17672026-09-11T19:22:55.549Z Compiling rustls-native-certs v0.8.3
17682026-09-11T19:22:55.667Z Compiling futures-executor v0.3.32
17692026-09-11T19:22:55.730Z Compiling serde-big-array v0.5.1
17702026-09-11T19:22:55.743Z Compiling bstr v1.12.1
17712026-09-11T19:22:55.881Z Compiling pin-project-internal v1.1.11
17722026-09-11T19:22:55.891Z Compiling vergen-lib v9.1.0
17732026-09-11T19:22:55.953Z Compiling hash32 v0.2.1
17742026-09-11T19:22:56.058Z Compiling encoding_rs v0.8.35
17752026-09-11T19:22:56.107Z Compiling thread_local v1.1.9
17762026-09-11T19:22:56.129Z Compiling memoffset v0.9.1
17772026-09-11T19:22:56.160Z Compiling slog-async v2.8.0
17782026-09-11T19:22:56.371Z Compiling litrs v1.0.0
17792026-09-11T19:22:56.383Z Compiling libbz2-rs-sys v0.2.2
17802026-09-11T19:22:56.399Z Compiling crc-any v2.5.0
17812026-09-11T19:22:56.416Z Compiling cfg_aliases v0.2.1
17822026-09-11T19:22:56.475Z Compiling smoltcp v0.9.1
17832026-09-11T19:22:56.500Z Compiling mime v0.3.17
17842026-09-11T19:22:56.634Z Compiling psl-types v2.0.11
17852026-09-11T19:22:56.639Z Compiling daft-derive v0.1.8
17862026-09-11T19:22:56.659Z Compiling linked-hash-map v0.5.6
17872026-09-11T19:22:56.779Z Compiling bumpalo v3.20.2
17882026-09-11T19:22:56.792Z Compiling ref-cast v1.0.25
17892026-09-11T19:22:56.856Z Compiling zlib-rs v0.6.2
17902026-09-11T19:22:56.879Z Compiling fallible-iterator v0.2.0
17912026-09-11T19:22:56.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17922026-09-11T19:22:56.981Z Compiling rustix v0.38.44
17932026-09-11T19:22:57.000Z Compiling zopfli v0.8.3
17942026-09-11T19:22:57.044Z Compiling pin-project v1.1.11
17952026-09-11T19:22:57.057Z Compiling document-features v0.2.12
17962026-09-11T19:22:57.076Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17972026-09-11T19:22:57.098Z Compiling toml_edit v0.22.27
17982026-09-11T19:22:57.166Z Compiling postgres-protocol v0.6.12
17992026-09-11T19:22:57.198Z Compiling lru-cache v0.1.2
18002026-09-11T19:22:57.213Z Compiling bzip2 v0.6.1
18012026-09-11T19:22:57.217Z Compiling publicsuffix v2.3.0
18022026-09-11T19:22:57.344Z Compiling hyper-tls v0.6.0
18032026-09-11T19:22:57.398Z Compiling nix v0.31.2
18042026-09-11T19:22:57.423Z Compiling daft v0.1.8
18052026-09-11T19:22:57.508Z Compiling toml v0.7.8
18062026-09-11T19:22:57.679Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18072026-09-11T19:22:57.738Z Compiling object v0.30.4
18082026-09-11T19:22:57.753Z Compiling futures v0.3.32
18092026-09-11T19:22:57.771Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18102026-09-11T19:22:57.774Z Compiling zip v0.6.6
18112026-09-11T19:22:57.805Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18122026-09-11T19:22:57.823Z Compiling derive_builder v0.20.2
18132026-09-11T19:22:57.866Z Compiling derive-ex v0.1.8
18142026-09-11T19:22:58.147Z Compiling hickory-proto v0.24.4
18152026-09-11T19:22:58.178Z Compiling crossbeam-channel v0.5.15
18162026-09-11T19:22:58.228Z Compiling usdt-macro v0.5.0
18172026-09-11T19:22:58.243Z Compiling usdt-attr-macro v0.5.0
18182026-09-11T19:22:58.311Z Compiling convert_case v0.10.0
18192026-09-11T19:22:58.388Z Compiling phf_shared v0.13.1
18202026-09-11T19:22:58.416Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18212026-09-11T19:22:58.450Z Compiling regex v1.12.3
18222026-09-11T19:22:58.639Z Compiling strum_macros v0.27.2
18232026-09-11T19:22:58.658Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242026-09-11T19:22:58.673Z Compiling ref-cast-impl v1.0.25
18252026-09-11T19:22:58.755Z Compiling snafu-derive v0.8.9
18262026-09-11T19:22:58.902Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
18272026-09-11T19:22:59.009Z Compiling vergen v9.1.0
18282026-09-11T19:22:59.112Z Compiling cargo-platform v0.3.2
18292026-09-11T19:22:59.126Z Compiling memmap v0.7.0
18302026-09-11T19:22:59.141Z Compiling is-terminal v0.4.17
18312026-09-11T19:22:59.156Z Compiling fs-err v3.3.0
18322026-09-11T19:22:59.239Z Compiling bitflags v1.3.2
18332026-09-11T19:22:59.262Z Compiling foldhash v0.1.5
18342026-09-11T19:22:59.277Z Compiling take_mut v0.2.2
18352026-09-11T19:22:59.324Z Compiling managed v0.8.0
18362026-09-11T19:22:59.339Z Compiling path-slash v0.1.5
18372026-09-11T19:22:59.396Z Compiling either v1.15.0
18382026-09-11T19:22:59.410Z Compiling jiff-core v0.1.0
18392026-09-11T19:22:59.414Z Compiling corncobs v0.1.4
18402026-09-11T19:22:59.457Z Compiling same-file v1.0.6
18412026-09-11T19:22:59.484Z Compiling term v1.2.1
18422026-09-11T19:22:59.563Z Compiling resolv-conf v0.7.6
18432026-09-11T19:22:59.612Z Compiling walkdir v2.5.0
18442026-09-11T19:22:59.631Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18452026-09-11T19:22:59.661Z Compiling test-strategy v0.4.5
18462026-09-11T19:22:59.914Z Compiling slog-term v2.9.2
18472026-09-11T19:22:59.956Z Compiling hashbrown v0.15.5
18482026-09-11T19:23:00.039Z Compiling flate2 v1.1.9
18492026-09-11T19:23:00.087Z Compiling cargo_metadata v0.23.1
18502026-09-11T19:23:00.368Z Compiling hickory-resolver v0.24.4
18512026-09-11T19:23:00.457Z Compiling jiff v0.2.34
18522026-09-11T19:23:00.473Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18532026-09-11T19:23:00.520Z Compiling usdt v0.5.0
18542026-09-11T19:23:00.569Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18552026-09-11T19:23:00.583Z Compiling derive_more-impl v2.1.1
18562026-09-11T19:23:00.607Z Compiling phf v0.13.1
18572026-09-11T19:23:00.753Z Compiling strum v0.27.2
18582026-09-11T19:23:00.770Z Compiling toml v0.8.23
18592026-09-11T19:23:00.770Z Compiling signal-hook-mio v0.2.5
18602026-09-11T19:23:00.780Z Compiling snafu v0.8.9
18612026-09-11T19:23:00.800Z Compiling cookie_store v0.22.1
18622026-09-11T19:23:00.997Z Compiling zstd v0.13.3
18632026-09-11T19:23:01.159Z Compiling postgres-types v0.2.14
18642026-09-11T19:23:01.196Z Compiling reqwest v0.12.28
18652026-09-11T19:23:01.364Z Compiling globset v0.4.18
18662026-09-11T19:23:01.389Z Compiling usdt-attr-macro v0.6.0
18672026-09-11T19:23:01.476Z Compiling usdt-macro v0.6.0
18682026-09-11T19:23:01.492Z Compiling phf_shared v0.11.3
18692026-09-11T19:23:01.495Z Compiling tokio-stream v0.1.18
18702026-09-11T19:23:01.697Z Compiling olpc-cjson v0.1.4
18712026-09-11T19:23:01.742Z Compiling byte-wrapper v0.1.0
18722026-09-11T19:23:01.797Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18732026-09-11T19:23:01.879Z Compiling inout v0.1.4
18742026-09-11T19:23:01.904Z Compiling secrecy v0.8.0
18752026-09-11T19:23:01.980Z Compiling serde_plain v1.0.2
18762026-09-11T19:23:02.061Z Compiling serde_repr v0.1.20
18772026-09-11T19:23:02.068Z Compiling async-recursion v1.1.1
18782026-09-11T19:23:02.068Z Compiling derive-where v1.6.0
18792026-09-11T19:23:02.159Z Compiling float-cmp v0.10.0
18802026-09-11T19:23:02.164Z Compiling pem v3.0.6
18812026-09-11T19:23:02.164Z Compiling memmap2 v0.9.10
18822026-09-11T19:23:02.199Z Compiling hashbrown v0.16.1
18832026-09-11T19:23:02.267Z Compiling predicates-core v1.0.10
18842026-09-11T19:23:02.281Z Compiling normalize-line-endings v0.3.0
18852026-09-11T19:23:02.303Z Compiling difflib v0.4.0
18862026-09-11T19:23:02.359Z Compiling new_debug_unreachable v1.0.6
18872026-09-11T19:23:02.371Z Compiling precomputed-hash v0.1.1
18882026-09-11T19:23:02.399Z Compiling fixedbitset v0.4.2
18892026-09-11T19:23:02.438Z Compiling debug-ignore v1.0.5
18902026-09-11T19:23:02.463Z Compiling whoami v2.1.0
18912026-09-11T19:23:02.479Z Compiling winnow v1.0.3
18922026-09-11T19:23:02.483Z Compiling typed-path v0.9.3
18932026-09-11T19:23:02.562Z Compiling typed-path v0.12.3
18942026-09-11T19:23:02.628Z Compiling fixedbitset v0.5.7
18952026-09-11T19:23:02.690Z Compiling petgraph v0.6.5
18962026-09-11T19:23:02.705Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18972026-09-11T19:23:02.794Z Compiling iddqd v0.4.2
18982026-09-11T19:23:02.836Z Compiling tokio-postgres v0.7.18
18992026-09-11T19:23:02.841Z Compiling zip v4.6.1
19002026-09-11T19:23:02.929Z Compiling petgraph v0.8.3
19012026-09-11T19:23:02.950Z Compiling predicates v3.1.4
19022026-09-11T19:23:02.990Z Compiling string_cache v0.8.9
19032026-09-11T19:23:03.245Z Compiling usdt v0.6.0
19042026-09-11T19:23:03.514Z Compiling qorb v0.4.1
19052026-09-11T19:23:03.550Z Compiling toml_parser v1.1.2+spec-1.1.0
19062026-09-11T19:23:03.635Z Compiling zip v8.6.0
19072026-09-11T19:23:03.658Z Compiling crossterm v0.28.1
19082026-09-11T19:23:03.784Z Compiling cipher v0.4.4
19092026-09-11T19:23:03.799Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
19102026-09-11T19:23:03.840Z Compiling derive_more v2.1.1
19112026-09-11T19:23:04.161Z Compiling itertools v0.15.0
19122026-09-11T19:23:04.200Z Compiling itertools v0.13.0
19132026-09-11T19:23:04.253Z Compiling similar v2.7.0
19142026-09-11T19:23:04.402Z Compiling hickory-proto v0.25.2
19152026-09-11T19:23:04.567Z Compiling crossbeam-epoch v0.9.18
19162026-09-11T19:23:04.760Z Compiling heck v0.4.1
19172026-09-11T19:23:04.927Z Compiling buf-list v1.1.2
19182026-09-11T19:23:04.963Z Compiling openapiv3 v2.2.0
19192026-09-11T19:23:04.985Z Compiling peg-runtime v0.8.5
19202026-09-11T19:23:05.007Z Compiling lalrpop-util v0.19.12
19212026-09-11T19:23:05.122Z Compiling filetime v0.2.27
19222026-09-11T19:23:05.153Z Compiling xattr v1.6.1
19232026-09-11T19:23:05.221Z Compiling camino-tempfile v1.4.1
19242026-09-11T19:23:05.290Z Compiling tar v0.4.46
19252026-09-11T19:23:22.774Z Compiling rustls-webpki v0.103.13
19262026-09-11T19:23:25.503Z Compiling tokio-rustls v0.26.4
19272026-09-11T19:23:25.504Z Compiling rustls-platform-verifier v0.6.2
19282026-09-11T19:23:25.510Z Compiling tough v0.22.0
19292026-09-11T19:23:25.708Z Compiling hyper-rustls v0.27.7
19302026-09-11T19:23:25.904Z Compiling reqwest v0.13.2
19312026-09-11T19:23:28.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19322026-09-11T19:23:28.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19332026-09-11T19:23:31.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.89s
19342026-09-11T19:23:31.315Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19352026-09-11T19:23:31.315Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19362026-09-11T19:23:31.445Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19372026-09-11T19:23:31.506ZSep 11 19:23:30.744 INFO Starting download, target: DendriteStub
19382026-09-11T19:23:31.506ZSep 11 19:23:30.744 INFO Starting download, target: Cockroach
19392026-09-11T19:23:31.506ZSep 11 19:23:30.744 INFO Starting download, target: Console
19402026-09-11T19:23:31.506ZSep 11 19:23:30.744 INFO Starting download, target: Clickhouse
19412026-09-11T19:23:31.506ZSep 11 19:23:30.744 INFO Starting download, target: MaghemiteMgd
19422026-09-11T19:23:31.507ZSep 11 19:23:30.745 INFO Starting download, target: MaghemiteDdmd
19432026-09-11T19:23:31.520ZSep 11 19:23:30.745 INFO Starting download, target: TransceiverControl
19442026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19452026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19462026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19472026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19482026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19492026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19502026-09-11T19:23:31.521ZSep 11 19:23:30.745 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19512026-09-11T19:23:32.400ZSep 11 19:23:31.641 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19522026-09-11T19:23:32.576ZSep 11 19:23:31.818 INFO Download complete, target: TransceiverControl
19532026-09-11T19:23:33.233ZSep 11 19:23:32.476 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19542026-09-11T19:23:33.443ZSep 11 19:23:32.686 INFO Download complete, target: Console
19552026-09-11T19:23:33.714ZSep 11 19:23:32.958 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19562026-09-11T19:23:35.173ZSep 11 19:23:34.418 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19572026-09-11T19:23:35.184ZSep 11 19:23:34.430 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19582026-09-11T19:23:35.349ZSep 11 19:23:34.591 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19592026-09-11T19:23:35.953ZSep 11 19:23:35.200 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19602026-09-11T19:23:35.953ZSep 11 19:23:35.200 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19612026-09-11T19:23:36.812ZSep 11 19:23:36.055 INFO Download complete, target: MaghemiteDdmd
19622026-09-11T19:23:37.416ZSep 11 19:23:36.663 INFO Download complete, target: DendriteStub
19632026-09-11T19:23:37.618ZSep 11 19:23:36.865 INFO Download complete, target: MaghemiteMgd
19642026-09-11T19:23:39.446ZSep 11 19:23:38.692 INFO Checking that binary works, target: Clickhouse
19652026-09-11T19:23:39.537ZSep 11 19:23:38.782 INFO Download complete, target: Clickhouse
19662026-09-11T19:23:39.895ZSep 11 19:23:39.142 INFO Checking that binary works, target: Cockroach
19672026-09-11T19:23:40.016ZSep 11 19:23:39.262 INFO Download complete, target: Cockroach
19682026-09-11T19:23:40.021ZAll prerequisites installed successfully
19692026-09-11T19:23:40.024Z
19702026-09-11T19:23:40.024Zreal 1:36.345877491
19712026-09-11T19:23:40.024Zuser 7:51.829639122
19722026-09-11T19:23:40.024Zsys 1:55.084547502
19732026-09-11T19:23:40.024Ztrap 0.282065522
19742026-09-11T19:23:40.024Ztflt 0.794991875
19752026-09-11T19:23:40.024Zdflt 1.493975859
19762026-09-11T19:23:40.024Zkflt 0.020398862
19772026-09-11T19:23:40.024Zlock 28:20.981392463
19782026-09-11T19:23:40.024Zslp 21:37.521995299
19792026-09-11T19:23:40.024Zlat 30.022772231
19802026-09-11T19:23:40.024Zstop 3:22.216000843
19812026-09-11T19:23:40.024Z+ source ./tools/include/force-git-over-https.sh
19822026-09-11T19:23:40.024Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19832026-09-11T19:23:40.024Z++ (( i = 0 ))
19842026-09-11T19:23:40.024Z++ (( i < 5 ))
19852026-09-11T19:23:40.024Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19862026-09-11T19:23:40.028Z++ (( i++ ))
19872026-09-11T19:23:40.028Z++ (( i < 5 ))
19882026-09-11T19:23:40.028Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19892026-09-11T19:23:40.031Z++ (( i++ ))
19902026-09-11T19:23:40.031Z++ (( i < 5 ))
19912026-09-11T19:23:40.031Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19922026-09-11T19:23:40.031Z++ (( i++ ))
19932026-09-11T19:23:40.031Z++ (( i < 5 ))
19942026-09-11T19:23:40.031Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19952026-09-11T19:23:40.036Z++ (( i++ ))
19962026-09-11T19:23:40.036Z++ (( i < 5 ))
19972026-09-11T19:23:40.036Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19982026-09-11T19:23:40.039Z++ (( i++ ))
19992026-09-11T19:23:40.039Z++ (( i < 5 ))
20002026-09-11T19:23:40.039Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
20012026-09-11T19:23:40.040Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
20022026-09-11T19:23:40.040Z+ rc=0
20032026-09-11T19:23:40.040Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
20042026-09-11T19:23:50.122Z+ case $rc in
20052026-09-11T19:23:50.122Z+ pfexec zfs create -p rpool/images/build/host
20062026-09-11T19:23:50.325Z+ pfexec zfs create -p rpool/images/build/recovery
20072026-09-11T19:23:50.388Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
20082026-09-11T19:23:50.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20092026-09-11T19:23:50.887Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
20102026-09-11T19:23:51.807Z Compiling proc-macro2 v1.0.106
20112026-09-11T19:23:51.807Z Compiling quote v1.0.45
20122026-09-11T19:23:51.807Z Compiling unicode-ident v1.0.24
20132026-09-11T19:23:51.810Z Compiling serde_core v1.0.228
20142026-09-11T19:23:51.810Z Compiling libc v0.2.185
20152026-09-11T19:23:51.810Z Compiling serde v1.0.228
20162026-09-11T19:23:51.811Z Compiling cfg-if v1.0.4
20172026-09-11T19:23:51.811Z Compiling version_check v0.9.5
20182026-09-11T19:23:51.811Z Compiling autocfg v1.5.0
20192026-09-11T19:23:51.811Z Compiling zerocopy v0.8.55
20202026-09-11T19:23:51.811Z Compiling memchr v2.8.0
20212026-09-11T19:23:51.811Z Compiling portable-atomic v1.13.1
20222026-09-11T19:23:51.811Z Compiling shlex v1.3.0
20232026-09-11T19:23:51.944Z Compiling find-msvc-tools v0.1.9
20242026-09-11T19:23:51.948Z Compiling zmij v1.0.21
20252026-09-11T19:23:52.094Z Compiling serde_json v1.0.151
20262026-09-11T19:23:52.209Z Compiling getrandom v0.4.3
20272026-09-11T19:23:52.238Z Compiling libm v0.2.16
20282026-09-11T19:23:52.411Z Compiling generic-array v0.14.7
20292026-09-11T19:23:52.411Z Compiling icu_properties_data v2.1.2
20302026-09-11T19:23:52.441Z Compiling icu_normalizer_data v2.1.1
20312026-09-11T19:23:52.445Z Compiling parking_lot_core v0.9.12
20322026-09-11T19:23:52.473Z Compiling rustix v1.1.4
20332026-09-11T19:23:52.476Z Compiling log v0.4.33
20342026-09-11T19:23:52.508Z Compiling num-traits v0.2.19
20352026-09-11T19:23:52.512Z Compiling smallvec v1.15.1
20362026-09-11T19:23:52.625Z Compiling heck v0.5.0
20372026-09-11T19:23:52.660Z Compiling subtle v2.6.1
20382026-09-11T19:23:52.747Z Compiling pkg-config v0.3.32
20392026-09-11T19:23:52.751Z Compiling getrandom v0.3.4
20402026-09-11T19:23:52.764Z Compiling itoa v1.0.17
20412026-09-11T19:23:52.845Z Compiling thiserror v2.0.18
20422026-09-11T19:23:52.862Z Compiling typenum v1.20.1
20432026-09-11T19:23:52.929Z Compiling scopeguard v1.2.0
20442026-09-11T19:23:52.944Z Compiling stable_deref_trait v1.2.1
20452026-09-11T19:23:53.050Z Compiling lock_api v0.4.14
20462026-09-11T19:23:53.080Z Compiling jobserver v0.1.34
20472026-09-11T19:23:53.098Z Compiling errno v0.3.14
20482026-09-11T19:23:53.103Z Compiling getrandom v0.2.17
20492026-09-11T19:23:53.225Z Compiling syn v2.0.117
20502026-09-11T19:23:53.239Z Compiling rand_core v0.10.0
20512026-09-11T19:23:53.243Z Compiling critical-section v1.2.0
20522026-09-11T19:23:53.293Z Compiling rand_core v0.6.4
20532026-09-11T19:23:53.306Z Compiling cc v1.2.56
20542026-09-11T19:23:53.453Z Compiling thiserror v1.0.69
20552026-09-11T19:23:53.481Z Compiling rustversion v1.0.22
20562026-09-11T19:23:53.509Z Compiling once_cell v1.21.3
20572026-09-11T19:23:53.678Z Compiling percent-encoding v2.3.2
20582026-09-11T19:23:53.749Z Compiling allocator-api2 v0.2.21
20592026-09-11T19:23:53.749Z Compiling litemap v0.8.1
20602026-09-11T19:23:53.749Z Compiling writeable v0.6.2
20612026-09-11T19:23:53.749Z Compiling const-oid v0.9.6
20622026-09-11T19:23:53.928Z Compiling schemars v0.8.22
20632026-09-11T19:23:53.960Z Compiling strsim v0.11.1
20642026-09-11T19:23:54.045Z Compiling syn v1.0.109
20652026-09-11T19:23:54.093Z Compiling cmake v0.1.57
20662026-09-11T19:23:54.125Z Compiling pin-project-lite v0.2.17
20672026-09-11T19:23:54.145Z Compiling bitflags v2.11.0
20682026-09-11T19:23:54.167Z Compiling semver v1.0.28
20692026-09-11T19:23:54.204Z Compiling dunce v1.0.5
20702026-09-11T19:23:54.241Z Compiling fs_extra v1.3.0
20712026-09-11T19:23:54.480Z Compiling utf8_iter v1.0.4
20722026-09-11T19:23:54.508Z Compiling form_urlencoded v1.2.2
20732026-09-11T19:23:54.523Z Compiling signal-hook-registry v1.4.8
20742026-09-11T19:23:54.664Z Compiling aws-lc-sys v0.40.0
20752026-09-11T19:23:54.863Z Compiling parking_lot v0.12.5
20762026-09-11T19:23:54.906Z Compiling mio v1.2.0
20772026-09-11T19:23:54.964Z Compiling equivalent v1.0.2
20782026-09-11T19:23:55.011Z Compiling byteorder v1.5.0
20792026-09-11T19:23:55.196Z Compiling ahash v0.8.12
20802026-09-11T19:23:55.235Z Compiling futures-core v0.3.32
20812026-09-11T19:23:55.276Z Compiling base64ct v1.8.3
20822026-09-11T19:23:55.279Z Compiling foldhash v0.2.0
20832026-09-11T19:23:55.461Z Compiling socket2 v0.6.3
20842026-09-11T19:23:55.508Z Compiling aws-lc-rs v1.16.3
20852026-09-11T19:23:55.538Z Compiling flagset v0.4.7
20862026-09-11T19:23:55.571Z Compiling rustc_version v0.4.1
20872026-09-11T19:23:55.588Z Compiling pem-rfc7468 v0.7.0
20882026-09-11T19:23:55.610Z Compiling crc32fast v1.5.0
20892026-09-11T19:23:55.668Z Compiling hashbrown v0.17.0
20902026-09-11T19:23:55.769Z Compiling ident_case v1.0.1
20912026-09-11T19:23:55.862Z Compiling num-bigint-dig v0.8.6
20922026-09-11T19:23:55.899Z Compiling iana-time-zone v0.1.65
20932026-09-11T19:23:55.937Z Compiling futures-sink v0.3.32
20942026-09-11T19:23:55.989Z Compiling fnv v1.0.7
20952026-09-11T19:23:56.023Z Compiling vcpkg v0.2.15
20962026-09-11T19:23:56.078Z Compiling synstructure v0.13.2
20972026-09-11T19:23:56.097Z Compiling serde_derive_internals v0.29.1
20982026-09-11T19:23:56.100Z Compiling futures-channel v0.3.32
20992026-09-11T19:23:56.128Z Compiling futures-task v0.3.32
21002026-09-11T19:23:56.149Z Compiling futures-io v0.3.32
21012026-09-11T19:23:56.152Z Compiling slab v0.4.12
21022026-09-11T19:23:56.267Z Compiling ucd-trie v0.1.7
21032026-09-11T19:23:56.329Z Compiling base64 v0.22.1
21042026-09-11T19:23:56.354Z Compiling indexmap v2.14.0
21052026-09-11T19:23:56.376Z Compiling uuid v1.23.4
21062026-09-11T19:23:56.428Z Compiling pest v2.8.6
21072026-09-11T19:23:56.495Z Compiling httparse v1.10.1
21082026-09-11T19:23:56.520Z Compiling rustls v0.23.41
21092026-09-11T19:23:56.622Z Compiling openssl-sys v0.9.117
21102026-09-11T19:23:56.656Z Compiling camino v1.2.5
21112026-09-11T19:23:56.672Z Compiling anyhow v1.0.104
21122026-09-11T19:23:56.700Z Compiling radium v0.7.0
21132026-09-11T19:23:56.774Z Compiling terminal_size v0.4.3
21142026-09-11T19:23:56.889Z Compiling object v0.37.3
21152026-09-11T19:23:56.945Z Compiling anstyle v1.0.14
21162026-09-11T19:23:56.945Z Compiling dyn-clone v1.0.20
21172026-09-11T19:23:56.951Z Compiling utf8parse v0.2.2
21182026-09-11T19:23:57.015Z Compiling anstyle-query v1.1.5
21192026-09-11T19:23:57.018Z Compiling maybe-uninit v2.0.0
21202026-09-11T19:23:57.118Z Compiling anstyle-parse v1.0.0
21212026-09-11T19:23:57.168Z Compiling is_terminal_polyfill v1.70.2
21222026-09-11T19:23:57.196Z Compiling colorchoice v1.0.4
21232026-09-11T19:23:57.199Z Compiling slog v2.8.2
21242026-09-11T19:23:57.229Z Compiling spin v0.9.8
21252026-09-11T19:23:57.232Z Compiling simd-adler32 v0.3.8
21262026-09-11T19:23:57.294Z Compiling anstream v1.0.0
21272026-09-11T19:23:57.294Z Compiling cpufeatures v0.2.17
21282026-09-11T19:23:57.294Z Compiling fastrand v2.3.0
21292026-09-11T19:23:57.342Z Compiling bzip2-sys v0.1.13+1.0.8
21302026-09-11T19:23:57.387Z Compiling cmov v0.5.4
21312026-09-11T19:23:57.402Z Compiling crossbeam-utils v0.8.21
21322026-09-11T19:23:57.448Z Compiling clap_lex v1.0.0
21332026-09-11T19:23:57.487Z Compiling serde_derive v1.0.228
21342026-09-11T19:23:57.504Z Compiling zeroize_derive v1.5.0
21352026-09-11T19:23:57.510Z Compiling zerocopy-derive v0.8.55
21362026-09-11T19:23:57.535Z Compiling zerofrom-derive v0.1.6
21372026-09-11T19:23:57.559Z Compiling yoke-derive v0.8.1
21382026-09-11T19:23:57.605Z Compiling zerovec-derive v0.11.2
21392026-09-11T19:23:57.620Z Compiling displaydoc v0.2.5
21402026-09-11T19:23:57.637Z Compiling tokio-macros v2.7.0
21412026-09-11T19:23:57.668Z Compiling thiserror-impl v2.0.18
21422026-09-11T19:23:57.697Z Compiling der_derive v0.7.3
21432026-09-11T19:23:57.740Z Compiling futures-macro v0.3.32
21442026-09-11T19:23:57.757Z Compiling thiserror-impl v1.0.69
21452026-09-11T19:23:57.760Z Compiling schemars_derive v0.8.22
21462026-09-11T19:23:57.760Z Compiling tracing-attributes v0.1.31
21472026-09-11T19:23:57.760Z Compiling clap_derive v4.6.1
21482026-09-11T19:23:57.939Z Compiling pest_meta v2.8.6
21492026-09-11T19:23:58.192Z Compiling async-trait v0.1.89
21502026-09-11T19:23:58.371Z Compiling tempfile v3.27.0
21512026-09-11T19:23:58.623Z Compiling futures-util v0.3.32
21522026-09-11T19:23:58.717Z Compiling pest_generator v2.8.6
21532026-09-11T19:23:58.781Z Compiling adler2 v2.0.1
21542026-09-11T19:23:58.812Z Compiling plain v0.2.3
21552026-09-11T19:23:58.846Z Compiling zerofrom v0.1.6
21562026-09-11T19:23:58.977Z Compiling yoke v0.8.1
21572026-09-11T19:23:59.098Z Compiling regex-syntax v0.8.10
21582026-09-11T19:23:59.101Z Compiling packed_struct v0.10.1
21592026-09-11T19:23:59.141Z Compiling miniz_oxide v0.8.9
21602026-09-11T19:23:59.144Z Compiling ctutils v0.4.2
21612026-09-11T19:23:59.181Z Compiling zerovec v0.11.5
21622026-09-11T19:23:59.212Z Compiling zerotrie v0.2.3
21632026-09-11T19:23:59.231Z Compiling clap_builder v4.6.0
21642026-09-11T19:23:59.410Z Compiling pest_derive v2.8.6
21652026-09-11T19:23:59.557Z Compiling strum_macros v0.26.4
21662026-09-11T19:23:59.560Z Compiling darling_core v0.23.0
21672026-09-11T19:23:59.751Z Compiling tinystr v0.8.2
21682026-09-11T19:23:59.794Z Compiling potential_utf v0.1.4
21692026-09-11T19:23:59.810Z Compiling openssl v0.10.80
21702026-09-11T19:23:59.931Z Compiling icu_collections v2.1.1
21712026-09-11T19:23:59.974Z Compiling icu_locale_core v2.1.1
21722026-09-11T19:24:00.192Z Compiling owo-colors v4.3.0
21732026-09-11T19:24:00.585Z Compiling hubpack_derive v0.1.1
21742026-09-11T19:24:00.589Z Compiling packed_struct_codegen v0.10.1
21752026-09-11T19:24:00.798Z Compiling zeroize v1.9.0
21762026-09-11T19:24:00.928Z Compiling bytes v1.11.1
21772026-09-11T19:24:01.086Z Compiling icu_provider v2.1.1
21782026-09-11T19:24:01.360Z Compiling der v0.7.10
21792026-09-11T19:24:01.360Z Compiling chrono v0.4.45
21802026-09-11T19:24:01.481Z Compiling icu_normalizer v2.1.1
21812026-09-11T19:24:01.498Z Compiling icu_properties v2.1.2
21822026-09-11T19:24:01.501Z Compiling tokio v1.52.1
21832026-09-11T19:24:01.611Z Compiling crypto-common v0.1.7
21842026-09-11T19:24:01.630Z Compiling block-buffer v0.10.4
21852026-09-11T19:24:01.770Z Compiling digest v0.10.7
21862026-09-11T19:24:01.898Z Compiling hex v0.4.3
21872026-09-11T19:24:02.015Z Compiling ppv-lite86 v0.2.21
21882026-09-11T19:24:02.141Z Compiling ipnet v2.12.0
21892026-09-11T19:24:02.198Z Compiling spki v0.7.3
21902026-09-11T19:24:02.250Z Compiling signature v2.2.0
21912026-09-11T19:24:02.429Z Compiling idna_adapter v1.2.1
21922026-09-11T19:24:02.450Z Compiling pkcs8 v0.10.2
21932026-09-11T19:24:02.489Z Compiling rand_chacha v0.3.1
21942026-09-11T19:24:02.570Z Compiling idna v1.1.0
21952026-09-11T19:24:02.624Z Compiling hmac v0.12.1
21962026-09-11T19:24:02.722Z Compiling rand v0.8.6
21972026-09-11T19:24:02.756Z Compiling sha2 v0.10.9
21982026-09-11T19:24:02.773Z Compiling darling_macro v0.23.0
21992026-09-11T19:24:02.776Z Compiling hybrid-array v0.4.13
22002026-09-11T19:24:02.805Z Compiling clap v4.6.1
22012026-09-11T19:24:02.843Z Compiling zerocopy-derive v0.6.6
22022026-09-11T19:24:02.945Z Compiling url v2.5.8
22032026-09-11T19:24:03.266Z Compiling bitfield-macros v0.19.4
22042026-09-11T19:24:03.294Z Compiling scroll_derive v0.12.1
22052026-09-11T19:24:03.493Z Compiling curve25519-dalek v4.1.3
22062026-09-11T19:24:03.586Z Compiling num-integer v0.1.46
22072026-09-11T19:24:03.624Z Compiling indexmap v1.9.3
22082026-09-11T19:24:03.657Z Compiling tinyvec_macros v0.1.1
22092026-09-11T19:24:03.657Z Compiling num-conv v0.2.0
22102026-09-11T19:24:03.706Z Compiling pretty-hex v0.4.1
22112026-09-11T19:24:03.724Z Compiling time-core v0.1.8
22122026-09-11T19:24:03.748Z Compiling tinyvec v1.11.0
22132026-09-11T19:24:03.825Z Compiling num-iter v0.1.45
22142026-09-11T19:24:03.844Z Compiling darling v0.23.0
22152026-09-11T19:24:03.869Z Compiling openssl-macros v0.1.1
22162026-09-11T19:24:03.890Z Compiling lazy_static v1.5.0
22172026-09-11T19:24:03.924Z Compiling time-macros v0.2.27
22182026-09-11T19:24:03.928Z Compiling rand_core v0.9.5
22192026-09-11T19:24:03.965Z Compiling zstd-sys v2.0.16+zstd.1.5.7
22202026-09-11T19:24:04.014Z Compiling tracing-core v0.1.36
22212026-09-11T19:24:04.018Z Compiling ff v0.13.1
22222026-09-11T19:24:04.018Z Compiling gimli v0.32.3
22232026-09-11T19:24:04.171Z Compiling base16ct v0.2.0
22242026-09-11T19:24:04.211Z Compiling native-tls v0.2.18
22252026-09-11T19:24:04.328Z Compiling paste v1.0.15
22262026-09-11T19:24:04.366Z Compiling sec1 v0.7.3
22272026-09-11T19:24:04.428Z Compiling tracing v0.1.44
22282026-09-11T19:24:04.523Z Compiling group v0.13.0
22292026-09-11T19:24:04.703Z Compiling serde_with_macros v3.21.0
22302026-09-11T19:24:04.718Z Compiling hkdf v0.12.4
22312026-09-11T19:24:04.735Z Compiling pkcs1 v0.7.5
22322026-09-11T19:24:04.778Z Compiling x509-cert v0.2.5
22332026-09-11T19:24:04.891Z Compiling crypto-bigint v0.5.5
22342026-09-11T19:24:04.922Z Compiling rustls-pki-types v1.14.0
22352026-09-11T19:24:04.990Z Compiling zerocopy-derive v0.7.35
22362026-09-11T19:24:05.127Z Compiling curve25519-dalek-derive v0.1.1
22372026-09-11T19:24:05.584Z Compiling scroll_derive v0.13.1
22382026-09-11T19:24:05.837Z Compiling addr2line v0.25.1
22392026-09-11T19:24:05.864Z Compiling syn v3.0.3
22402026-09-11T19:24:05.909Z Compiling tokio-util v0.7.18
22412026-09-11T19:24:05.932Z Compiling rustc-demangle v0.1.27
22422026-09-11T19:24:06.076Z Compiling elliptic-curve v0.13.8
22432026-09-11T19:24:06.320Z Compiling rsa v0.9.10
22442026-09-11T19:24:06.368Z Compiling rand_chacha v0.9.0
22452026-09-11T19:24:06.445Z Compiling http v1.4.2
22462026-09-11T19:24:06.861Z Compiling miette-derive v7.6.0
22472026-09-11T19:24:06.977Z Compiling proc-macro-error-attr2 v2.0.0
22482026-09-11T19:24:06.981Z Compiling smawk v0.3.2
22492026-09-11T19:24:07.020Z Compiling unicode-width v0.2.0
22502026-09-11T19:24:07.044Z Compiling untrusted v0.7.1
22512026-09-11T19:24:07.155Z Compiling unicode-linebreak v0.1.5
22522026-09-11T19:24:07.171Z Compiling is_ci v1.2.0
22532026-09-11T19:24:07.320Z Compiling backtrace v0.3.76
22542026-09-11T19:24:07.337Z Compiling supports-color v3.0.2
22552026-09-11T19:24:07.359Z Compiling textwrap v0.16.2
22562026-09-11T19:24:07.390Z Compiling proc-macro-error2 v2.0.1
22572026-09-11T19:24:07.437Z Compiling rand v0.9.2
22582026-09-11T19:24:07.549Z Compiling crypto-common v0.2.2
22592026-09-11T19:24:07.572Z Compiling block-buffer v0.12.1
22602026-09-11T19:24:07.757Z Compiling backtrace-ext v0.2.1
22612026-09-11T19:24:07.788Z Compiling rfc6979 v0.4.0
22622026-09-11T19:24:07.834Z Compiling hashbrown v0.14.5
22632026-09-11T19:24:07.932Z Compiling toml_datetime v0.6.11
22642026-09-11T19:24:07.963Z Compiling serde_spanned v0.6.9
22652026-09-11T19:24:07.966Z Compiling serde_tokenstream v0.2.3
22662026-09-11T19:24:08.133Z Compiling structmeta-derive v0.3.0
22672026-09-11T19:24:08.166Z Compiling usdt-impl v0.5.0
22682026-09-11T19:24:08.260Z Compiling keccak v0.1.6
22692026-09-11T19:24:08.282Z Compiling salty v0.3.0
22702026-09-11T19:24:08.303Z Compiling supports-hyperlinks v3.2.0
22712026-09-11T19:24:08.378Z Compiling supports-unicode v3.0.0
22722026-09-11T19:24:08.416Z Compiling untrusted v0.9.0
22732026-09-11T19:24:08.431Z Compiling unicode-width v0.1.14
22742026-09-11T19:24:08.460Z Compiling sha3 v0.10.8
22752026-09-11T19:24:08.475Z Compiling chumsky v0.9.3
22762026-09-11T19:24:08.491Z Compiling ecdsa v0.16.9
22772026-09-11T19:24:08.560Z Compiling knus-derive v3.4.0
22782026-09-11T19:24:08.592Z Compiling http-body v1.0.1
22792026-09-11T19:24:08.665Z Compiling primeorder v0.13.6
22802026-09-11T19:24:08.734Z Compiling miette v7.6.0
22812026-09-11T19:24:08.756Z Compiling scroll v0.12.0
22822026-09-11T19:24:08.771Z Compiling ed25519 v2.2.3
22832026-09-11T19:24:08.820Z Compiling pin-project-internal v1.1.11
22842026-09-11T19:24:08.963Z Compiling wait-timeout v0.2.1
22852026-09-11T19:24:08.981Z Compiling cookie v0.18.1
22862026-09-11T19:24:08.984Z Compiling daft-derive v0.1.8
22872026-09-11T19:24:09.031Z Compiling openssl-probe v0.2.1
22882026-09-11T19:24:09.048Z Compiling quick-error v1.2.3
22892026-09-11T19:24:09.152Z Compiling structmeta v0.3.0
22902026-09-11T19:24:09.179Z Compiling bit-vec v0.8.0
22912026-09-11T19:24:09.231Z Compiling tap v1.0.1
22922026-09-11T19:24:09.346Z Compiling zstd-safe v7.2.4
22932026-09-11T19:24:09.365Z Compiling wyz v0.5.1
22942026-09-11T19:24:09.380Z Compiling derive-ex v0.1.8
22952026-09-11T19:24:09.380Z Compiling ed25519-dalek v2.2.0
22962026-09-11T19:24:09.414Z Compiling bit-set v0.8.0
22972026-09-11T19:24:09.468Z Compiling rusty-fork v0.3.1
22982026-09-11T19:24:09.559Z Compiling goblin v0.8.2
22992026-09-11T19:24:09.609Z Compiling p384 v0.13.1
23002026-09-11T19:24:09.613Z Compiling zerocopy v0.7.35
23012026-09-11T19:24:09.724Z Compiling unicode-normalization v0.1.25
23022026-09-11T19:24:09.740Z Compiling rand_xorshift v0.4.0
23032026-09-11T19:24:09.777Z Compiling sha1 v0.10.6
23042026-09-11T19:24:09.777Z Compiling enum-as-inner v0.6.1
23052026-09-11T19:24:09.943Z Compiling heapless v0.7.17
23062026-09-11T19:24:09.979Z Compiling knus v3.4.0
23072026-09-11T19:24:09.996Z Compiling env_filter v2.0.0
23082026-09-11T19:24:10.010Z Compiling aho-corasick v1.1.4
23092026-09-11T19:24:10.029Z Compiling atomic-waker v1.1.2
23102026-09-11T19:24:10.154Z Compiling tower-service v0.3.3
23112026-09-11T19:24:10.176Z Compiling funty v2.0.0
23122026-09-11T19:24:10.204Z Compiling signal-hook v0.3.18
23132026-09-11T19:24:10.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
23142026-09-11T19:24:10.352Z Compiling try-lock v0.2.5
23152026-09-11T19:24:10.443Z Compiling tower-layer v0.3.3
23162026-09-11T19:24:10.460Z Compiling unarray v0.1.4
23172026-09-11T19:24:10.478Z Compiling usdt-impl v0.6.0
23182026-09-11T19:24:10.506Z Compiling rustix v0.38.44
23192026-09-11T19:24:10.600Z Compiling proptest v1.11.0
23202026-09-11T19:24:10.624Z Compiling bitvec v1.0.1
23212026-09-11T19:24:10.690Z Compiling want v0.3.1
23222026-09-11T19:24:10.721Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
23232026-09-11T19:24:10.863Z Compiling h2 v0.4.15
23242026-09-11T19:24:10.903Z Compiling env_logger v0.11.11
23252026-09-11T19:24:10.920Z Compiling regex-automata v0.4.14
23262026-09-11T19:24:10.953Z Compiling test-strategy v0.4.5
23272026-09-11T19:24:11.893Z Compiling dof v0.3.0
23282026-09-11T19:24:12.029Z Compiling scroll v0.13.0
23292026-09-11T19:24:12.268Z Compiling ipnetwork v0.21.1
23302026-09-11T19:24:12.309Z Compiling block-padding v0.4.2
23312026-09-11T19:24:12.326Z Compiling strum v0.26.3
23322026-09-11T19:24:12.459Z Compiling erased-serde v0.3.31
23332026-09-11T19:24:12.532Z Compiling dtrace-parser v0.2.0
23342026-09-11T19:24:12.694Z Compiling snafu-derive v0.8.9
23352026-09-11T19:24:12.764Z Compiling darling_core v0.20.11
23362026-09-11T19:24:12.801Z Compiling thread-id v4.2.2
23372026-09-11T19:24:12.836Z Compiling httpdate v1.0.3
23382026-09-11T19:24:12.941Z Compiling const-oid v0.10.2
23392026-09-11T19:24:13.035Z Compiling cpufeatures v0.3.0
23402026-09-11T19:24:13.127Z Compiling crc-catalog v2.4.0
23412026-09-11T19:24:13.143Z Compiling nodrop v0.1.14
23422026-09-11T19:24:13.177Z Compiling winnow v0.5.40
23432026-09-11T19:24:13.256Z Compiling foreign-types-shared v0.1.1
23442026-09-11T19:24:13.289Z Compiling powerfmt v0.2.0
23452026-09-11T19:24:13.361Z Compiling foreign-types v0.3.2
23462026-09-11T19:24:13.458Z Compiling deranged v0.5.8
23472026-09-11T19:24:13.477Z Compiling digest v0.11.3
23482026-09-11T19:24:13.547Z Compiling array-init v0.0.4
23492026-09-11T19:24:13.720Z Compiling crc v3.4.0
23502026-09-11T19:24:13.925Z Compiling newtype-uuid v1.3.2
23512026-09-11T19:24:14.400Z Compiling hyper v1.10.1
23522026-09-11T19:24:14.588Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23532026-09-11T19:24:14.770Z Compiling darling_macro v0.20.11
23542026-09-11T19:24:14.773Z Compiling toml_edit v0.19.15
23552026-09-11T19:24:14.886Z Compiling oxnet v0.1.6
23562026-09-11T19:24:14.903Z Compiling inout v0.2.2
23572026-09-11T19:24:15.089Z Compiling goblin v0.10.5
23582026-09-11T19:24:15.167Z Compiling smallvec v0.6.14
23592026-09-11T19:24:15.567Z Compiling bitfield v0.19.4
23602026-09-11T19:24:15.608Z Compiling zerocopy v0.6.6
23612026-09-11T19:24:15.781Z Compiling half v2.7.1
23622026-09-11T19:24:15.940Z Compiling hubpack v0.1.2
23632026-09-11T19:24:16.062Z Compiling socket2 v0.5.10
23642026-09-11T19:24:16.177Z Compiling memoffset v0.9.1
23652026-09-11T19:24:16.345Z Compiling slog-async v2.8.0
23662026-09-11T19:24:16.409Z Compiling num_threads v0.1.7
23672026-09-11T19:24:16.427Z Compiling unicode-segmentation v1.12.0
23682026-09-11T19:24:16.444Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23692026-09-11T19:24:16.467Z Compiling smoltcp v0.9.1
23702026-09-11T19:24:16.572Z Compiling ciborium-io v0.2.2
23712026-09-11T19:24:16.633Z Compiling base64 v0.21.7
23722026-09-11T19:24:16.664Z Compiling hashbrown v0.12.3
23732026-09-11T19:24:16.681Z Compiling litrs v1.0.0
23742026-09-11T19:24:16.741Z Compiling ref-cast v1.0.25
23752026-09-11T19:24:16.882Z Compiling ciborium-ll v0.2.2
23762026-09-11T19:24:16.914Z Compiling ron v0.8.1
23772026-09-11T19:24:17.160Z Compiling document-features v0.2.12
23782026-09-11T19:24:17.242Z Compiling time v0.3.47
23792026-09-11T19:24:17.350Z Compiling toml v0.7.8
23802026-09-11T19:24:17.435Z Compiling hyper-util v0.1.20
23812026-09-11T19:24:17.865Z Compiling dof v0.4.0
23822026-09-11T19:24:18.135Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23832026-09-11T19:24:18.205Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23842026-09-11T19:24:18.410Z Compiling bzip2 v0.4.4
23852026-09-11T19:24:18.431Z Compiling serde-hex v0.1.0
23862026-09-11T19:24:18.497Z Compiling darling v0.20.11
23872026-09-11T19:24:18.521Z Compiling daft v0.1.8
23882026-09-11T19:24:18.525Z Compiling cipher v0.5.2
23892026-09-11T19:24:18.597Z Compiling hashbrown v0.13.2
23902026-09-11T19:24:18.907Z Compiling futures-executor v0.3.32
23912026-09-11T19:24:18.925Z Compiling dtrace-parser v0.3.0
23922026-09-11T19:24:19.038Z Compiling async-recursion v1.1.1
23932026-09-11T19:24:19.069Z Compiling sync_wrapper v1.0.2
23942026-09-11T19:24:19.192Z Compiling thread-id v5.1.0
23952026-09-11T19:24:19.365Z Compiling siphasher v1.0.2
23962026-09-11T19:24:19.387Z Compiling crc-any v2.5.0
23972026-09-11T19:24:19.571Z Compiling cfg_aliases v0.2.1
23982026-09-11T19:24:19.659Z Compiling nix v0.31.2
23992026-09-11T19:24:19.984Z Compiling tower v0.5.3
24002026-09-11T19:24:20.042Z Compiling object v0.30.4
24012026-09-11T19:24:20.097Z Compiling futures v0.3.32
24022026-09-11T19:24:20.428Z Compiling chacha20 v0.10.0
24032026-09-11T19:24:20.444Z Compiling zip v0.6.6
24042026-09-11T19:24:20.482Z Compiling derive_builder_core v0.20.2
24052026-09-11T19:24:20.582Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24062026-09-11T19:24:20.757Z Compiling ciborium v0.2.2
24072026-09-11T19:24:21.017Z Compiling usdt-attr-macro v0.5.0
24082026-09-11T19:24:21.162Z Compiling usdt-macro v0.5.0
24092026-09-11T19:24:21.187Z Compiling bstr v1.12.1
24102026-09-11T19:24:21.278Z Compiling http-body-util v0.1.3
24112026-09-11T19:24:21.501Z Compiling serde_with v3.21.0
24122026-09-11T19:24:21.729Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
24132026-09-11T19:24:22.117Z Compiling ref-cast-impl v1.0.25
24142026-09-11T19:24:22.136Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24152026-09-11T19:24:22.151Z Compiling strum_macros v0.27.2
24162026-09-11T19:24:22.274Z Compiling fs-err v3.3.0
24172026-09-11T19:24:22.512Z Compiling ryu v1.0.23
24182026-09-11T19:24:22.569Z Compiling path-slash v0.1.5
24192026-09-11T19:24:22.695Z Compiling iri-string v0.7.10
24202026-09-11T19:24:22.748Z Compiling unicode-properties v0.1.4
24212026-09-11T19:24:22.836Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
24222026-09-11T19:24:22.974Z Compiling unicode-bidi v0.3.18
24232026-09-11T19:24:23.037Z Compiling same-file v1.0.6
24242026-09-11T19:24:23.209Z Compiling static_assertions v1.1.0
24252026-09-11T19:24:23.298Z Compiling data-encoding v2.10.0
24262026-09-11T19:24:23.326Z Compiling zlib-rs v0.6.2
24272026-09-11T19:24:23.512Z Compiling stringprep v0.1.5
24282026-09-11T19:24:23.768Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
24292026-09-11T19:24:23.806Z Compiling walkdir v2.5.0
24302026-09-11T19:24:23.824Z Compiling tower-http v0.6.8
24312026-09-11T19:24:24.170Z Compiling serde_urlencoded v0.7.1
24322026-09-11T19:24:24.671Z Compiling derive_builder_macro v0.20.2
24332026-09-11T19:24:24.836Z Compiling tokio-native-tls v0.3.1
24342026-09-11T19:24:24.941Z Compiling rand v0.10.1
24352026-09-11T19:24:25.409Z Compiling convert_case v0.10.0
24362026-09-11T19:24:25.516Z Compiling flate2 v1.1.9
24372026-09-11T19:24:25.518Z Compiling sha2 v0.11.0
24382026-09-11T19:24:25.547Z Compiling md-5 v0.11.0
24392026-09-11T19:24:25.569Z Compiling hmac v0.13.0
24402026-09-11T19:24:25.699Z Compiling pin-project v1.1.11
24412026-09-11T19:24:25.744Z Compiling rustls-native-certs v0.8.3
24422026-09-11T19:24:25.940Z Compiling serde-big-array v0.5.1
24432026-09-11T19:24:26.018Z Compiling hash32 v0.2.1
24442026-09-11T19:24:26.020Z Compiling vergen-lib v9.1.0
24452026-09-11T19:24:26.090Z Compiling encoding_rs v0.8.35
24462026-09-11T19:24:26.107Z Compiling thread_local v1.1.9
24472026-09-11T19:24:26.238Z Compiling jiff-core v0.1.0
24482026-09-11T19:24:26.273Z Compiling winnow v0.7.14
24492026-09-11T19:24:26.311Z Compiling bumpalo v3.20.2
24502026-09-11T19:24:26.332Z Compiling libbz2-rs-sys v0.2.2
24512026-09-11T19:24:26.332Z Compiling fallible-iterator v0.2.0
24522026-09-11T19:24:26.363Z Compiling mime v0.3.17
24532026-09-11T19:24:26.495Z Compiling psl-types v2.0.11
24542026-09-11T19:24:26.510Z Compiling linked-hash-map v0.5.6
24552026-09-11T19:24:26.637Z Compiling toml_write v0.1.2
24562026-09-11T19:24:26.660Z Compiling postgres-protocol v0.6.12
24572026-09-11T19:24:26.709Z Compiling lru-cache v0.1.2
24582026-09-11T19:24:26.738Z Compiling publicsuffix v2.3.0
24592026-09-11T19:24:26.781Z Compiling bzip2 v0.6.1
24602026-09-11T19:24:26.853Z Compiling zopfli v0.8.3
24612026-09-11T19:24:27.091Z Compiling jiff v0.2.34
24622026-09-11T19:24:27.401Z Compiling snafu v0.8.9
24632026-09-11T19:24:27.417Z Compiling derive_more-impl v2.1.1
24642026-09-11T19:24:27.622Z Compiling toml_edit v0.22.27
24652026-09-11T19:24:28.347Z Compiling derive_builder v0.20.2
24662026-09-11T19:24:28.358Z Compiling hyper-tls v0.6.0
24672026-09-11T19:24:28.394Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24682026-09-11T19:24:28.599Z Compiling hickory-proto v0.24.4
24692026-09-11T19:24:28.620Z Compiling globset v0.4.18
24702026-09-11T19:24:28.728Z Compiling crossbeam-channel v0.5.15
24712026-09-11T19:24:28.753Z Compiling usdt-macro v0.6.0
24722026-09-11T19:24:28.888Z Compiling usdt-attr-macro v0.6.0
24732026-09-11T19:24:28.903Z Compiling phf_shared v0.13.1
24742026-09-11T19:24:29.209Z Compiling crossbeam-epoch v0.9.18
24752026-09-11T19:24:29.310Z Compiling regex v1.12.3
24762026-09-11T19:24:29.692Z Compiling serde_plain v1.0.2
24772026-09-11T19:24:29.733Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24782026-09-11T19:24:29.765Z Compiling derive-where v1.6.0
24792026-09-11T19:24:29.956Z Compiling serde_repr v0.1.20
24802026-09-11T19:24:29.974Z Compiling pem v3.0.6
24812026-09-11T19:24:30.051Z Compiling vergen v9.1.0
24822026-09-11T19:24:30.054Z Compiling cargo-platform v0.3.2
24832026-09-11T19:24:30.083Z Compiling filetime v0.2.27
24842026-09-11T19:24:30.266Z Compiling memmap v0.7.0
24852026-09-11T19:24:30.282Z Compiling is-terminal v0.4.17
24862026-09-11T19:24:30.297Z Compiling managed v0.8.0
24872026-09-11T19:24:30.335Z Compiling either v1.15.0
24882026-09-11T19:24:30.402Z Compiling xattr v1.6.1
24892026-09-11T19:24:30.497Z Compiling term v1.2.1
24902026-09-11T19:24:30.756Z Compiling corncobs v0.1.4
24912026-09-11T19:24:30.772Z Compiling foldhash v0.1.5
24922026-09-11T19:24:30.937Z Compiling take_mut v0.2.2
24932026-09-11T19:24:30.998Z Compiling resolv-conf v0.7.6
24942026-09-11T19:24:31.014Z Compiling bitflags v1.3.2
24952026-09-11T19:24:31.029Z Compiling typed-path v0.9.3
24962026-09-11T19:24:31.317Z Compiling hickory-resolver v0.24.4
24972026-09-11T19:24:32.110Z Compiling hashbrown v0.15.5
24982026-09-11T19:24:32.234Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24992026-09-11T19:24:32.381Z Compiling slog-term v2.9.2
25002026-09-11T19:24:32.439Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25012026-09-11T19:24:32.805Z Compiling tar v0.4.46
25022026-09-11T19:24:32.883Z Compiling usdt v0.5.0
25032026-09-11T19:24:32.939Z Compiling cargo_metadata v0.23.1
25042026-09-11T19:24:34.223Z Compiling phf v0.13.1
25052026-09-11T19:24:34.252Z Compiling toml v0.8.23
25062026-09-11T19:24:34.367Z Compiling reqwest v0.12.28
25072026-09-11T19:24:34.600Z Compiling zstd v0.13.3
25082026-09-11T19:24:34.635Z Compiling signal-hook-mio v0.2.5
25092026-09-11T19:24:34.670Z Compiling cookie_store v0.22.1
25102026-09-11T19:24:34.700Z Compiling postgres-types v0.2.14
25112026-09-11T19:24:34.828Z Compiling strum v0.27.2
25122026-09-11T19:24:34.981Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-09-11T19:24:35.119Z Compiling phf_shared v0.11.3
25142026-09-11T19:24:35.177Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
25152026-09-11T19:24:35.192Z Compiling olpc-cjson v0.1.4
25162026-09-11T19:24:35.399Z Compiling tokio-stream v0.1.18
25172026-09-11T19:24:35.417Z Compiling byte-wrapper v0.1.0
25182026-09-11T19:24:35.523Z Compiling inout v0.1.4
25192026-09-11T19:24:35.532Z Compiling secrecy v0.8.0
25202026-09-11T19:24:35.888Z Compiling hashbrown v0.16.1
25212026-09-11T19:24:35.925Z Compiling float-cmp v0.10.0
25222026-09-11T19:24:36.052Z Compiling memmap2 v0.9.10
25232026-09-11T19:24:36.104Z Compiling debug-ignore v1.0.5
25242026-09-11T19:24:36.119Z Compiling new_debug_unreachable v1.0.6
25252026-09-11T19:24:36.232Z Compiling rayon-core v1.13.0
25262026-09-11T19:24:36.309Z Compiling precomputed-hash v0.1.1
25272026-09-11T19:24:36.397Z Compiling normalize-line-endings v0.3.0
25282026-09-11T19:24:36.419Z Compiling typed-path v0.12.3
25292026-09-11T19:24:36.469Z Compiling fixedbitset v0.5.7
25302026-09-11T19:24:36.505Z Compiling winnow v1.0.3
25312026-09-11T19:24:36.520Z Compiling whoami v2.1.0
25322026-09-11T19:24:36.668Z Compiling fixedbitset v0.4.2
25332026-09-11T19:24:36.765Z Compiling difflib v0.4.0
25342026-09-11T19:24:36.815Z Compiling predicates-core v1.0.10
25352026-09-11T19:24:36.894Z Compiling petgraph v0.6.5
25362026-09-11T19:24:36.996Z Compiling predicates v3.1.4
25372026-09-11T19:24:37.222Z Compiling zip v8.6.0
25382026-09-11T19:24:37.237Z Compiling tokio-postgres v0.7.18
25392026-09-11T19:24:37.275Z Compiling petgraph v0.8.3
25402026-09-11T19:24:37.474Z Compiling toml_parser v1.1.2+spec-1.1.0
25412026-09-11T19:24:37.522Z Compiling iddqd v0.4.2
25422026-09-11T19:24:37.554Z Compiling string_cache v0.8.9
25432026-09-11T19:24:37.574Z Compiling usdt v0.6.0
25442026-09-11T19:24:37.590Z Compiling qorb v0.4.1
25452026-09-11T19:24:38.250Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25462026-09-11T19:24:38.602Z Compiling cipher v0.4.4
25472026-09-11T19:24:38.768Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
25482026-09-11T19:24:39.212Z Compiling zip v4.6.1
25492026-09-11T19:24:39.363Z Compiling crossterm v0.28.1
25502026-09-11T19:24:39.793Z Compiling itertools v0.13.0
25512026-09-11T19:24:40.056Z Compiling itertools v0.15.0
25522026-09-11T19:24:40.077Z Compiling derive_more v2.1.1
25532026-09-11T19:24:40.308Z Compiling similar v2.7.0
25542026-09-11T19:24:40.497Z Compiling hickory-proto v0.25.2
25552026-09-11T19:24:40.752Z Compiling heck v0.4.1
25562026-09-11T19:24:40.952Z Compiling buf-list v1.1.2
25572026-09-11T19:24:40.984Z Compiling openapiv3 v2.2.0
25582026-09-11T19:24:41.375Z Compiling lalrpop-util v0.19.12
25592026-09-11T19:24:41.564Z Compiling peg-runtime v0.8.5
25602026-09-11T19:24:42.822Z Compiling crossbeam-deque v0.8.6
25612026-09-11T19:24:43.123Z Compiling camino-tempfile v1.4.1
25622026-09-11T19:24:43.386Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25632026-09-11T19:24:43.681Z Compiling blake3 v1.8.5
25642026-09-11T19:24:43.700Z Compiling fs-err v2.11.0
25652026-09-11T19:24:46.081Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25662026-09-11T19:24:46.847Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25672026-09-11T19:24:47.025Z Compiling arrayvec v0.7.6
25682026-09-11T19:24:47.041Z Compiling constant_time_eq v0.4.2
25692026-09-11T19:24:47.207Z Compiling arrayref v0.3.9
25702026-09-11T19:24:47.292Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25712026-09-11T19:24:47.397Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25722026-09-11T19:24:47.475Z Compiling atomicwrites v0.4.4
25732026-09-11T19:24:47.595Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25742026-09-11T19:24:47.611Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25752026-09-11T19:24:47.734Z Compiling digest-io v0.1.0
25762026-09-11T19:24:47.750Z Compiling serde_path_to_error v0.1.20
25772026-09-11T19:24:47.892Z Compiling topological-sort v0.2.2
25782026-09-11T19:24:47.944Z Compiling rawzip v0.4.4
25792026-09-11T19:24:48.050Z Compiling indent_write v2.2.0
25802026-09-11T19:24:48.082Z Compiling parse-size v1.1.0
25812026-09-11T19:24:48.152Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25822026-09-11T19:24:48.187Z Compiling shell-words v1.1.1
25832026-09-11T19:24:50.730Z Compiling rustls-webpki v0.103.13
25842026-09-11T19:24:53.536Z Compiling tokio-rustls v0.26.4
25852026-09-11T19:24:53.536Z Compiling rustls-platform-verifier v0.6.2
25862026-09-11T19:24:53.541Z Compiling tough v0.22.0
25872026-09-11T19:24:53.745Z Compiling hyper-rustls v0.27.7
25882026-09-11T19:24:53.940Z Compiling reqwest v0.13.2
25892026-09-11T19:24:55.999Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25902026-09-11T19:24:56.034Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25912026-09-11T19:24:57.982Z Compiling omicron-zone-package v0.12.3
25922026-09-11T19:24:58.249Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25932026-09-11T19:24:58.615Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25942026-09-11T19:24:58.694Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25952026-09-11T19:25:01.173Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25962026-09-11T19:25:20.801Z Finished `release` profile [optimized] target(s) in 1m 29s
25972026-09-11T19:25:20.817Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25982026-09-11T19:25:20.817Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25992026-09-11T19:25:20.947Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
26002026-09-11T19:25:21.006ZSep 11 19:25:20.249 DEBG changing working directory to /work/oxidecomputer/omicron
26012026-09-11T19:25:21.203ZSep 11 19:25:20.349 DEBG running: git rev-parse HEAD
26022026-09-11T19:25:21.208ZSep 11 19:25:20.351 DEBG process exited with exit status: 0 (2.546802ms)
26032026-09-11T19:25:21.208ZSep 11 19:25:20.351 INFO version: 23.0.0-0.ci+git0ba788bb1d4
26042026-09-11T19:25:21.208ZSep 11 19:25:20.359 INFO cloning helios to /work/oxidecomputer/helios
26052026-09-11T19:25:21.208ZSep 11 19:25:20.359 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
26062026-09-11T19:25:21.208ZCloning into '/work/oxidecomputer/helios'...
26072026-09-11T19:25:21.766ZSep 11 19:25:21.012 DEBG process exited with exit status: 0 (652.686071ms)
26082026-09-11T19:25:21.766ZSep 11 19:25:21.012 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
26092026-09-11T19:25:21.780ZSep 11 19:25:21.014 DEBG process exited with exit status: 0 (2.448612ms)
26102026-09-11T19:25:21.780ZSep 11 19:25:21.014 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
26112026-09-11T19:25:22.152ZSep 11 19:25:21.395 DEBG process exited with exit status: 0 (380.211587ms)
26122026-09-11T19:25:22.152ZSep 11 19:25:21.395 DEBG running: zfs list rpool/images/build/host
26132026-09-11T19:25:22.156ZNAME USED AVAIL REFER MOUNTPOINT
26142026-09-11T19:25:22.156Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
26152026-09-11T19:25:22.156ZSep 11 19:25:21.399 DEBG process exited with exit status: 0 (4.435693ms)
26162026-09-11T19:25:22.156ZSep 11 19:25:21.399 DEBG running: zfs list rpool/images/build/recovery
26172026-09-11T19:25:22.159ZNAME USED AVAIL REFER MOUNTPOINT
26182026-09-11T19:25:22.160Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
26192026-09-11T19:25:22.160ZSep 11 19:25:21.403 DEBG process exited with exit status: 0 (3.537573ms)
26202026-09-11T19:25:22.160ZSep 11 19:25:21.403 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
26212026-09-11T19:25:22.172ZSep 11 19:25:21.416 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
26222026-09-11T19:25:22.172ZSep 11 19:25:21.416 INFO [hubris-staging] running task
26232026-09-11T19:25:22.172ZSep 11 19:25:21.416 INFO [hubris-production] running task
26242026-09-11T19:25:22.172ZSep 11 19:25:21.416 INFO [incorp-manifest] running task
26252026-09-11T19:25:22.172ZSep 11 19:25:21.416 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
26262026-09-11T19:25:22.172ZSep 11 19:25:21.417 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
26272026-09-11T19:25:22.172ZSep 11 19:25:21.417 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
26282026-09-11T19:25:22.176ZSep 11 19:25:21.419 INFO [incorp-create] running: pkgrepo create /work/incorporation
26292026-09-11T19:25:22.213Z[ helios-setup] cd tools/helios-build && cargo build --quiet
26302026-09-11T19:25:22.280Z[ omicron-package] Blocking waiting for file lock on package cache
26312026-09-11T19:25:22.408ZSep 11 19:25:21.653 INFO [incorp-create] process exited with exit status: 0 (235.659237ms)
26322026-09-11T19:25:22.412ZSep 11 19:25:21.653 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
26332026-09-11T19:25:22.625ZSep 11 19:25:21.870 INFO [incorp-publisher] process exited with exit status: 0 (216.930942ms)
26342026-09-11T19:25:22.998Z[ omicron-package] Blocking waiting for file lock on package cache
26352026-09-11T19:25:23.435ZSep 11 19:25:22.679 INFO [hubris-production] task succeeded (1.262853181s)
26362026-09-11T19:25:24.207Z[ omicron-package] Compiling macaddr v1.0.1
26372026-09-11T19:25:24.207Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26382026-09-11T19:25:24.211Z[ omicron-package] Compiling secrecy v0.10.3
26392026-09-11T19:25:24.211Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
26402026-09-11T19:25:24.211Z[ omicron-package] Compiling heapless v0.8.0
26412026-09-11T19:25:24.211Z[ omicron-package] Compiling ingot-macros v0.2.0
26422026-09-11T19:25:24.211Z[ omicron-package] Compiling hash32 v0.3.1
26432026-09-11T19:25:24.211Z[ omicron-package] Compiling multer v3.1.0
26442026-09-11T19:25:24.211Z[ omicron-package] Compiling match_cfg v0.1.0
26452026-09-11T19:25:24.211Z[ omicron-package] Compiling compression-core v0.4.31
26462026-09-11T19:25:24.211Z[ omicron-package] Compiling smoltcp v0.11.0
26472026-09-11T19:25:24.211Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26482026-09-11T19:25:24.211Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26492026-09-11T19:25:24.212Z[ omicron-package] Compiling slog-json v2.6.1
26502026-09-11T19:25:24.212Z[ omicron-package] Compiling serde_tokenstream v0.3.0
26512026-09-11T19:25:24.212Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26522026-09-11T19:25:24.485ZSep 11 19:25:23.731 DEBG process exited with exit status: 0 (2.314503153s)
26532026-09-11T19:25:24.489ZSep 11 19:25:23.731 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26542026-09-11T19:25:24.824Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
26552026-09-11T19:25:24.828Z[ omicron-package] Compiling compression-codecs v0.4.37
26562026-09-11T19:25:24.852Z[ omicron-package] Compiling cobs v0.3.0
26572026-09-11T19:25:25.421Z[ omicron-package] Compiling universal-hash v0.5.1
26582026-09-11T19:25:25.473Z[ omicron-package] Compiling hostname v0.3.1
26592026-09-11T19:25:25.473Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26602026-09-11T19:25:25.488Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26612026-09-11T19:25:25.595Z[ omicron-package] Compiling dropshot v0.17.1
26622026-09-11T19:25:25.673Z[ omicron-package] Compiling proc-macro-crate v3.4.0
26632026-09-11T19:25:25.715Z[ omicron-package] Compiling serde_spanned v1.1.1
26642026-09-11T19:25:25.765Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26652026-09-11T19:25:25.776Z[ omicron-package] Compiling async-stream-impl v0.3.6
26662026-09-11T19:25:25.781Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26672026-09-11T19:25:25.823Z[ omicron-package] Compiling opaque-debug v0.3.1
26682026-09-11T19:25:25.827Z[ omicron-package] Compiling convert_case v0.4.0
26692026-09-11T19:25:25.827Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26702026-09-11T19:25:25.916Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26712026-09-11T19:25:26.125Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26722026-09-11T19:25:26.129Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26732026-09-11T19:25:26.200Z[ omicron-package] Compiling num_enum_derive v0.7.6
26742026-09-11T19:25:26.205Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26752026-09-11T19:25:26.274Z[ omicron-package] Compiling derive_more v0.99.20
26762026-09-11T19:25:26.532Z[ omicron-package] Compiling poly1305 v0.8.0
26772026-09-11T19:25:26.536Z[ omicron-package] Compiling slog-bunyan v2.5.0
26782026-09-11T19:25:26.687Z[ omicron-package] Compiling async-stream v0.3.6
26792026-09-11T19:25:26.687Z[ omicron-package] Compiling postcard v1.1.3
26802026-09-11T19:25:26.751Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26812026-09-11T19:25:26.818Z[ omicron-package] Compiling async-compression v0.4.41
26822026-09-11T19:25:26.827Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26832026-09-11T19:25:26.859Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26842026-09-11T19:25:26.928Z[ omicron-package] Compiling chacha20 v0.9.1
26852026-09-11T19:25:26.962Z[ omicron-package] Compiling progenitor-client v0.14.0
26862026-09-11T19:25:27.006Z[ omicron-package] Compiling oxide-generation v0.1.3
26872026-09-11T19:25:27.096Z[ omicron-package] Compiling sha1 v0.11.0
26882026-09-11T19:25:27.245Z[ omicron-package] Compiling parse-display-derive v0.10.0
26892026-09-11T19:25:27.303Z[ omicron-package] Compiling waitgroup v0.1.2
26902026-09-11T19:25:27.322Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26912026-09-11T19:25:27.378Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26922026-09-11T19:25:27.381ZSep 11 19:25:26.624 DEBG process exited with exit status: 0 (2.893142311s)
26932026-09-11T19:25:27.381ZSep 11 19:25:26.626 INFO [incorp-manifest] task succeeded (5.209600165s)
26942026-09-11T19:25:27.381ZSep 11 19:25:26.626 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26952026-09-11T19:25:27.416Z[ omicron-package] Compiling backon v1.6.0
26962026-09-11T19:25:27.456Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26972026-09-11T19:25:27.456Z[ omicron-package] Compiling password-hash v0.5.0
26982026-09-11T19:25:27.456Z[ omicron-package] Compiling blake2 v0.10.6
26992026-09-11T19:25:27.572Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27002026-09-11T19:25:27.593ZSep 11 19:25:26.838 INFO [incorp-fmt] process exited with exit status: 0 (212.315969ms)
27012026-09-11T19:25:27.596ZSep 11 19:25:26.838 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
27022026-09-11T19:25:27.616Z[ omicron-package] Compiling aead v0.5.2
27032026-09-11T19:25:27.708Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27042026-09-11T19:25:27.768Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27052026-09-11T19:25:27.775Z[ omicron-package] Compiling proc-macro-error v1.0.4
27062026-09-11T19:25:27.775Z[ omicron-package] Compiling hostname v0.4.2
27072026-09-11T19:25:27.844Z[ omicron-package] Compiling instant v0.1.13
27082026-09-11T19:25:27.848Z[ omicron-package] Compiling foreign-types-macros v0.2.3
27092026-09-11T19:25:27.898Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
27102026-09-11T19:25:27.902Z[ omicron-package] Compiling foreign-types-shared v0.3.1
27112026-09-11T19:25:27.902Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T192527Z
27122026-09-11T19:25:27.902Z[ incorp-pkgsend] PUBLISHED
27132026-09-11T19:25:27.985Z[ omicron-package] Compiling ingot-types v0.2.0
27142026-09-11T19:25:27.985ZSep 11 19:25:27.231 INFO [incorp-pkgsend] process exited with exit status: 0 (392.162226ms)
27152026-09-11T19:25:27.989ZSep 11 19:25:27.231 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
27162026-09-11T19:25:28.097Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27172026-09-11T19:25:28.143Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
27182026-09-11T19:25:28.179Z[ omicron-package] Compiling backoff v0.4.0
27192026-09-11T19:25:28.200Z[ omicron-package] Compiling argon2 v0.5.3
27202026-09-11T19:25:28.229Z[ helios-incorp] Retrieving packages for publisher helios ...
27212026-09-11T19:25:28.233Z[ helios-incorp] Retrieving catalog 'helios' ... Done
27222026-09-11T19:25:28.237Z[ omicron-package] Compiling num_enum_derive v0.5.11
27232026-09-11T19:25:28.260Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
27242026-09-11T19:25:28.260Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27252026-09-11T19:25:28.260Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27262026-09-11T19:25:28.273Z[ helios-incorp]
27272026-09-11T19:25:28.274Z[ helios-incorp] Archiving packages ...
27282026-09-11T19:25:28.274Z[ helios-incorp] Packages to add: 1
27292026-09-11T19:25:28.274Z[ helios-incorp] Files to retrieve: 0
27302026-09-11T19:25:28.274Z[ helios-incorp] Estimated transfer size: 0.00 B
27312026-09-11T19:25:28.274Z[ helios-incorp]
27322026-09-11T19:25:28.274Z[ helios-incorp] Packages to archive:
27332026-09-11T19:25:28.274Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T192527Z
27342026-09-11T19:25:28.274Z[ helios-incorp]
27352026-09-11T19:25:28.274Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
27362026-09-11T19:25:28.274Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
27372026-09-11T19:25:28.297Z[ omicron-package] Compiling progenitor-extras v0.2.0
27382026-09-11T19:25:28.330Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
27392026-09-11T19:25:28.350Z[ omicron-package] Compiling num_enum v0.7.6
27402026-09-11T19:25:28.355ZSep 11 19:25:27.597 INFO [helios-incorp] process exited with exit status: 0 (365.686586ms)
27412026-09-11T19:25:28.375Z[ omicron-package] Compiling vsss-rs v3.3.4
27422026-09-11T19:25:28.477Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27432026-09-11T19:25:28.597Z[ omicron-package] Compiling foreign-types v0.5.0
27442026-09-11T19:25:28.695Z[ omicron-package] Compiling ingot v0.2.1
27452026-09-11T19:25:28.735Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27462026-09-11T19:25:28.799Z[ omicron-package] Compiling regress v0.10.5
27472026-09-11T19:25:28.821Z[ omicron-package] Compiling itertools v0.14.0
27482026-09-11T19:25:28.830Z[ omicron-package] Compiling tabwriter v1.4.1
27492026-09-11T19:25:28.830Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27502026-09-11T19:25:28.896Z[ omicron-package] Compiling cstr-argument v0.1.2
27512026-09-11T19:25:28.917Z[ omicron-package] Compiling parse-display v0.10.0
27522026-09-11T19:25:28.949Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27532026-09-11T19:25:28.949Z[ omicron-package] Compiling humantime v2.3.0
27542026-09-11T19:25:29.027Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27552026-09-11T19:25:29.182Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27562026-09-11T19:25:29.294Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27572026-09-11T19:25:29.389Z[ omicron-package] Compiling num_enum v0.5.11
27582026-09-11T19:25:29.417Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27592026-09-11T19:25:29.469Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27602026-09-11T19:25:29.543Z[ omicron-package] Compiling rayon v1.11.0
27612026-09-11T19:25:29.568Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27622026-09-11T19:25:29.568Z[ omicron-package] Compiling colored v3.1.1
27632026-09-11T19:25:29.605Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27642026-09-11T19:25:29.608Z[ omicron-package] Compiling libefi-sys v0.1.0
27652026-09-11T19:25:29.656Z[ omicron-package] Compiling illumos-nvpair v0.3.0
27662026-09-11T19:25:29.745Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27672026-09-11T19:25:29.783Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27682026-09-11T19:25:29.847Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27692026-09-11T19:25:30.015Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27702026-09-11T19:25:30.097Z[ omicron-package] Compiling itertools v0.12.1
27712026-09-11T19:25:30.128Z[ omicron-package] Compiling sigpipe v0.1.3
27722026-09-11T19:25:30.156Z[ omicron-package] Compiling num-derive v0.4.2
27732026-09-11T19:25:30.226Z[ omicron-package] Compiling bitfield-struct v0.6.2
27742026-09-11T19:25:30.352Z[ omicron-package] Compiling swrite v0.1.0
27752026-09-11T19:25:30.438Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27762026-09-11T19:25:30.544Z[ omicron-package] Compiling glob v0.3.3
27772026-09-11T19:25:30.559Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27782026-09-11T19:25:30.700Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27792026-09-11T19:25:30.901Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27802026-09-11T19:25:30.953Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27812026-09-11T19:25:30.987Z[ omicron-package] Compiling smf v0.2.3
27822026-09-11T19:25:31.032Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27832026-09-11T19:25:31.145Z[ omicron-package] Compiling whoami v1.6.1
27842026-09-11T19:25:31.185Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27852026-09-11T19:25:31.213Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27862026-09-11T19:25:31.233Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27872026-09-11T19:25:31.278Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27882026-09-11T19:25:31.340Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27892026-09-11T19:25:31.420Z[ omicron-package] Compiling gethostname v0.5.0
27902026-09-11T19:25:31.474Z[ omicron-package] Compiling console v0.16.2
27912026-09-11T19:25:31.582Z[ omicron-package] Compiling unit-prefix v0.5.2
27922026-09-11T19:25:31.673Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27932026-09-11T19:25:31.757Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27942026-09-11T19:25:31.812Z[ omicron-package] Compiling zone v0.3.1
27952026-09-11T19:25:32.115Z[ omicron-package] Compiling indicatif v0.18.4
27962026-09-11T19:25:32.637Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27972026-09-11T19:25:33.509Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27982026-09-11T19:25:33.911Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27992026-09-11T19:25:36.761Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28002026-09-11T19:25:36.800Z[ helios-setup] Sep 11 19:25:36.045 INFO helios repository root is: /work/oxidecomputer/helios
28012026-09-11T19:25:36.805Z[ helios-setup] Sep 11 19:25:36.046 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
28022026-09-11T19:25:36.805Z[ helios-setup] Sep 11 19:25:36.046 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28032026-09-11T19:25:36.805Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28042026-09-11T19:25:37.340Z[ helios-setup] Sep 11 19:25:36.584 INFO clone ok!, project: bootserver
28052026-09-11T19:25:37.345Z[ helios-setup] Sep 11 19:25:36.585 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
28062026-09-11T19:25:37.345Z[ helios-setup] Sep 11 19:25:36.585 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
28072026-09-11T19:25:37.345Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
28082026-09-11T19:25:38.125Z[ helios-setup] Sep 11 19:25:37.369 INFO clone ok!, project: dmar-report
28092026-09-11T19:25:38.128Z[ helios-setup] Sep 11 19:25:37.369 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
28102026-09-11T19:25:38.128Z[ helios-setup] Sep 11 19:25:37.369 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
28112026-09-11T19:25:38.128Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
28122026-09-11T19:25:38.343ZSep 11 19:25:37.588 INFO [hubris-staging] task succeeded (16.172095671s)
28132026-09-11T19:25:38.972Z[ helios-setup] Sep 11 19:25:38.215 INFO clone ok!, project: amd-host-image-builder
28142026-09-11T19:25:38.972Z[ helios-setup] Sep 11 19:25:38.215 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
28152026-09-11T19:25:38.976Z[ helios-setup] Sep 11 19:25:38.215 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
28162026-09-11T19:25:38.976Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
28172026-09-11T19:25:45.004Z[ helios-setup] Sep 11 19:25:44.249 INFO clone ok!, project: amd-firmware
28182026-09-11T19:25:45.004Z[ helios-setup] Sep 11 19:25:44.249 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
28192026-09-11T19:25:45.007Z[ helios-setup] Sep 11 19:25:44.249 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28202026-09-11T19:25:45.007Z[ helios-setup] Sep 11 19:25:44.249 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
28212026-09-11T19:25:45.007Z[ helios-setup] Sep 11 19:25:44.249 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28222026-09-11T19:25:45.007Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28232026-09-11T19:25:45.526Z[ helios-setup] Sep 11 19:25:44.767 INFO clone ok!, project: pinprick
28242026-09-11T19:25:45.530Z[ helios-setup] Sep 11 19:25:44.767 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
28252026-09-11T19:25:45.530Z[ helios-setup] Sep 11 19:25:44.767 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28262026-09-11T19:25:45.530Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28272026-09-11T19:25:46.407Z[ helios-setup] Sep 11 19:25:45.652 INFO clone ok!, project: chelsio-t6-roms
28282026-09-11T19:25:46.407Z[ helios-setup] Sep 11 19:25:45.653 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
28292026-09-11T19:25:46.411Z[ helios-setup] Sep 11 19:25:45.653 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
28302026-09-11T19:25:46.411Z[ helios-setup] Sep 11 19:25:45.653 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
28312026-09-11T19:25:46.411Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
28322026-09-11T19:25:46.626Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28332026-09-11T19:25:47.000Z[ helios-setup] Sep 11 19:25:46.244 INFO clone ok!, project: image-builder
28342026-09-11T19:25:47.007Z[ helios-setup] Sep 11 19:25:46.245 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
28352026-09-11T19:25:47.007Z[ helios-setup] Sep 11 19:25:46.245 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
28362026-09-11T19:25:47.007Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
28372026-09-11T19:25:47.887Z[ helios-setup] Sep 11 19:25:47.131 INFO clone ok!, project: pilot
28382026-09-11T19:25:47.891Z[ helios-setup] Sep 11 19:25:47.131 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
28392026-09-11T19:25:47.891Z[ helios-setup] Sep 11 19:25:47.131 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
28402026-09-11T19:25:47.891Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
28412026-09-11T19:25:48.531Z[ helios-setup] Sep 11 19:25:47.729 INFO clone ok!, project: phbl
28422026-09-11T19:25:48.536Z[ helios-setup] Sep 11 19:25:47.730 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28432026-09-11T19:25:48.705Z[ helios-setup] Sep 11 19:25:47.950 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28442026-09-11T19:25:48.929Z[ helios-setup] Sep 11 19:25:48.172 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28452026-09-11T19:25:48.929Z[ helios-setup] Sep 11 19:25:48.173 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28462026-09-11T19:25:49.148Z[ helios-setup] Sep 11 19:25:48.393 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28472026-09-11T19:25:49.376Z[ helios-setup] Sep 11 19:25:48.620 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28482026-09-11T19:25:49.376Z[ helios-setup] Sep 11 19:25:48.621 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28492026-09-11T19:25:49.590Z[ helios-setup] Sep 11 19:25:48.833 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28502026-09-11T19:25:49.802Z[ helios-setup] Sep 11 19:25:49.047 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28512026-09-11T19:25:49.802Z[ helios-setup] Sep 11 19:25:49.047 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28522026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28532026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO ok!
28542026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28552026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28562026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO ok!
28572026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28582026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28592026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO ok!
28602026-09-11T19:25:49.806Z[ helios-setup] Sep 11 19:25:49.047 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28612026-09-11T19:25:49.811Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28622026-09-11T19:25:49.811Z[ helios-setup] Sep 11 19:25:49.054 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
28632026-09-11T19:25:49.811Z[ helios-setup] Sep 11 19:25:49.054 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28642026-09-11T19:25:49.811Z[ helios-setup] Sep 11 19:25:49.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28652026-09-11T19:25:49.892Z[ helios-setup] Sep 11 19:25:49.135 INFO E| Downloading crates ...
28662026-09-11T19:25:49.936Z[ helios-setup] Sep 11 19:25:49.180 INFO E| Downloaded generic-array v0.14.6
28672026-09-11T19:25:49.946Z[ helios-setup] Sep 11 19:25:49.186 INFO E| Downloaded miniz_oxide v0.6.2
28682026-09-11T19:25:49.949Z[ helios-setup] Sep 11 19:25:49.191 INFO E| Downloaded cpufeatures v0.2.5
28692026-09-11T19:25:49.949Z[ helios-setup] Sep 11 19:25:49.193 INFO E| Downloaded bytes v1.2.1
28702026-09-11T19:25:49.953Z[ helios-setup] Sep 11 19:25:49.195 INFO E| Downloaded typenum v1.15.0
28712026-09-11T19:25:49.953Z[ helios-setup] Sep 11 19:25:49.196 INFO E| Downloaded block-buffer v0.10.3
28722026-09-11T19:25:49.956Z[ helios-setup] Sep 11 19:25:49.198 INFO E| Downloaded digest v0.10.3
28732026-09-11T19:25:49.956Z[ helios-setup] Sep 11 19:25:49.199 INFO E| Downloaded unicode-width v0.1.10
28742026-09-11T19:25:49.956Z[ helios-setup] Sep 11 19:25:49.200 INFO E| Downloaded sha2 v0.10.5
28752026-09-11T19:25:49.959Z[ helios-setup] Sep 11 19:25:49.201 INFO E| Downloaded anyhow v1.0.62
28762026-09-11T19:25:49.959Z[ helios-setup] Sep 11 19:25:49.203 INFO E| Downloaded flate2 v1.0.25
28772026-09-11T19:25:49.996Z[ helios-setup] Sep 11 19:25:49.241 INFO E| Compiling version_check v0.9.4
28782026-09-11T19:25:49.996Z[ helios-setup] Sep 11 19:25:49.241 INFO E| Compiling typenum v1.15.0
28792026-09-11T19:25:49.996Z[ helios-setup] Sep 11 19:25:49.241 INFO E| Compiling crc32fast v1.3.2
28802026-09-11T19:25:50.000Z[ helios-setup] Sep 11 19:25:49.241 INFO E| Compiling cfg-if v1.0.0
28812026-09-11T19:25:50.001Z[ helios-setup] Sep 11 19:25:49.241 INFO E| Compiling anyhow v1.0.62
28822026-09-11T19:25:50.001Z[ helios-setup] Sep 11 19:25:49.241 INFO E| Compiling adler v1.0.2
28832026-09-11T19:25:50.017Z[ helios-setup] Sep 11 19:25:49.249 INFO E| Compiling unicode-width v0.1.10
28842026-09-11T19:25:50.017Z[ helios-setup] Sep 11 19:25:49.249 INFO E| Compiling cpufeatures v0.2.5
28852026-09-11T19:25:50.017Z[ helios-setup] Sep 11 19:25:49.249 INFO E| Compiling bitflags v1.3.2
28862026-09-11T19:25:50.017Z[ helios-setup] Sep 11 19:25:49.249 INFO E| Compiling bytes v1.2.1
28872026-09-11T19:25:50.099Z[ helios-setup] Sep 11 19:25:49.343 INFO E| Compiling miniz_oxide v0.6.2
28882026-09-11T19:25:50.114Z[ helios-setup] Sep 11 19:25:49.353 INFO E| Compiling getopts v0.2.21
28892026-09-11T19:25:50.266Z[ helios-setup] Sep 11 19:25:49.511 INFO E| Compiling generic-array v0.14.6
28902026-09-11T19:25:50.597Z[ helios-setup] Sep 11 19:25:49.839 INFO E| Compiling flate2 v1.0.25
28912026-09-11T19:25:51.025Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28922026-09-11T19:25:51.477Z[ helios-setup] Sep 11 19:25:50.718 INFO E| Compiling block-buffer v0.10.3
28932026-09-11T19:25:51.477Z[ helios-setup] Sep 11 19:25:50.718 INFO E| Compiling crypto-common v0.1.6
28942026-09-11T19:25:51.568Z[ helios-setup] Sep 11 19:25:50.810 INFO E| Compiling digest v0.10.3
28952026-09-11T19:25:51.707Z[ helios-setup] Sep 11 19:25:50.949 INFO E| Compiling sha2 v0.10.5
28962026-09-11T19:25:51.903Z[ helios-setup] Sep 11 19:25:51.148 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28972026-09-11T19:25:53.594Z[ helios-setup] Sep 11 19:25:52.837 INFO E| Finished `release` profile [optimized] target(s) in 3.77s
28982026-09-11T19:25:53.602Z[ helios-setup] Sep 11 19:25:52.847 INFO building project "bootserver" ok (3 seconds)
28992026-09-11T19:25:53.602Z[ helios-setup] Sep 11 19:25:52.847 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
29002026-09-11T19:25:53.609Z[ helios-setup] Sep 11 19:25:52.853 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
29012026-09-11T19:25:53.609Z[ helios-setup] Sep 11 19:25:52.853 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
29022026-09-11T19:25:53.612Z[ helios-setup] Sep 11 19:25:52.853 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
29032026-09-11T19:25:53.696Z[ helios-setup] Sep 11 19:25:52.941 INFO E| Updating crates.io index
29042026-09-11T19:25:53.775Z[ helios-setup] Sep 11 19:25:53.019 INFO E| Downloading crates ...
29052026-09-11T19:25:53.815Z[ helios-setup] Sep 11 19:25:53.060 INFO E| Downloaded errno v0.3.12
29062026-09-11T19:25:53.825Z[ helios-setup] Sep 11 19:25:53.069 INFO E| Downloaded proc-macro2 v1.0.95
29072026-09-11T19:25:53.831Z[ helios-setup] Sep 11 19:25:53.076 INFO E| Downloaded itoa v1.0.15
29082026-09-11T19:25:53.846Z[ helios-setup] Sep 11 19:25:53.088 INFO E| Downloaded time-core v0.1.4
29092026-09-11T19:25:53.858Z[ helios-setup] Sep 11 19:25:53.102 INFO E| Downloaded iana-time-zone v0.1.63
29102026-09-11T19:25:53.861Z[ helios-setup] Sep 11 19:25:53.106 INFO E| Downloaded deranged v0.4.0
29112026-09-11T19:25:53.870Z[ helios-setup] Sep 11 19:25:53.109 INFO E| Downloaded thiserror-impl v2.0.12
29122026-09-11T19:25:53.870Z[ helios-setup] Sep 11 19:25:53.110 INFO E| Downloaded time-macros v0.2.22
29132026-09-11T19:25:53.876Z[ helios-setup] Sep 11 19:25:53.111 INFO E| Downloaded autocfg v1.4.0
29142026-09-11T19:25:53.876Z[ helios-setup] Sep 11 19:25:53.112 INFO E| Downloaded thiserror v2.0.12
29152026-09-11T19:25:53.876Z[ helios-setup] Sep 11 19:25:53.115 INFO E| Downloaded quote v1.0.40
29162026-09-11T19:25:53.876Z[ helios-setup] Sep 11 19:25:53.117 INFO E| Downloaded serde_with_macros v3.12.0
29172026-09-11T19:25:53.876Z[ helios-setup] Sep 11 19:25:53.120 INFO E| Downloaded anyhow v1.0.98
29182026-09-11T19:25:53.879Z[ helios-setup] Sep 11 19:25:53.122 INFO E| Downloaded unicode-ident v1.0.18
29192026-09-11T19:25:53.879Z[ helios-setup] Sep 11 19:25:53.124 INFO E| Downloaded tempfile v3.20.0
29202026-09-11T19:25:53.882Z[ helios-setup] Sep 11 19:25:53.127 INFO E| Downloaded bitflags v2.9.1
29212026-09-11T19:25:53.885Z[ helios-setup] Sep 11 19:25:53.130 INFO E| Downloaded ryu v1.0.20
29222026-09-11T19:25:53.896Z[ helios-setup] Sep 11 19:25:53.141 INFO E| Downloaded getrandom v0.3.3
29232026-09-11T19:25:53.903Z[ helios-setup] Sep 11 19:25:53.148 INFO E| Downloaded serde_derive v1.0.219
29242026-09-11T19:25:53.910Z[ helios-setup] Sep 11 19:25:53.156 INFO E| Downloaded memchr v2.7.4
29252026-09-11T19:25:53.914Z[ helios-setup] Sep 11 19:25:53.159 INFO E| Downloaded indexmap v2.9.0
29262026-09-11T19:25:53.917Z[ helios-setup] Sep 11 19:25:53.161 INFO E| Downloaded serde v1.0.219
29272026-09-11T19:25:53.940Z[ helios-setup] Sep 11 19:25:53.184 INFO E| Downloaded serde_json v1.0.140
29282026-09-11T19:25:53.945Z[ helios-setup] Sep 11 19:25:53.188 INFO E| Downloaded time v0.3.41
29292026-09-11T19:25:53.950Z[ helios-setup] Sep 11 19:25:53.193 INFO E| Downloaded hashbrown v0.15.3
29302026-09-11T19:25:53.954Z[ helios-setup] Sep 11 19:25:53.195 INFO E| Downloaded serde_with v3.12.0
29312026-09-11T19:25:53.961Z[ helios-setup] Sep 11 19:25:53.200 INFO E| Downloaded syn v2.0.101
29322026-09-11T19:25:53.968Z[ helios-setup] Sep 11 19:25:53.207 INFO E| Downloaded chrono v0.4.41
29332026-09-11T19:25:53.976Z[ helios-setup] Sep 11 19:25:53.221 INFO E| Downloaded rustix v1.0.7
29342026-09-11T19:25:53.997Z[ helios-setup] Sep 11 19:25:53.241 INFO E| Downloaded libc v0.2.172
29352026-09-11T19:25:54.052Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling proc-macro2 v1.0.95
29362026-09-11T19:25:54.052Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling unicode-ident v1.0.18
29372026-09-11T19:25:54.057Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling libc v0.2.172
29382026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling ident_case v1.0.1
29392026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling fnv v1.0.7
29402026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling strsim v0.11.1
29412026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling serde v1.0.219
29422026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling rustix v1.0.7
29432026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling getrandom v0.3.3
29442026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling bitflags v2.9.1
29452026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling cfg-if v1.0.0
29462026-09-11T19:25:54.058Z[ helios-setup] Sep 11 19:25:53.293 INFO E| Compiling serde_json v1.0.140
29472026-09-11T19:25:54.063Z[ helios-setup] Sep 11 19:25:53.307 INFO E| Compiling thiserror v2.0.12
29482026-09-11T19:25:54.066Z[ helios-setup] Sep 11 19:25:53.308 INFO E| Compiling anyhow v1.0.98
29492026-09-11T19:25:54.066Z[ helios-setup] Sep 11 19:25:53.308 INFO E| Compiling itoa v1.0.15
29502026-09-11T19:25:54.066Z[ helios-setup] Sep 11 19:25:53.308 INFO E| Compiling fastrand v2.3.0
29512026-09-11T19:25:54.226Z[ helios-setup] Sep 11 19:25:53.471 INFO E| Compiling memchr v2.7.4
29522026-09-11T19:25:54.273Z[ helios-setup] Sep 11 19:25:53.517 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
29532026-09-11T19:25:54.283Z[ helios-setup] Sep 11 19:25:53.527 INFO E| Compiling ryu v1.0.20
29542026-09-11T19:25:54.553Z[ helios-setup] Sep 11 19:25:53.798 INFO E| Compiling once_cell v1.21.3
29552026-09-11T19:25:54.984Z[ helios-setup] Sep 11 19:25:54.228 INFO E| Compiling errno v0.3.12
29562026-09-11T19:25:55.233Z[ helios-setup] Sep 11 19:25:54.478 INFO E| Compiling quote v1.0.40
29572026-09-11T19:25:55.399Z[ helios-setup] Sep 11 19:25:54.631 INFO E| Compiling syn v2.0.101
29582026-09-11T19:25:55.741Z[ helios-setup] Sep 11 19:25:54.985 INFO E| Compiling tempfile v3.20.0
29592026-09-11T19:25:57.620Z[ helios-setup] Sep 11 19:25:56.864 INFO E| Compiling darling_core v0.20.11
29602026-09-11T19:25:58.453Z[ helios-setup] Sep 11 19:25:57.698 INFO E| Compiling serde_derive v1.0.219
29612026-09-11T19:25:58.453Z[ helios-setup] Sep 11 19:25:57.698 INFO E| Compiling thiserror-impl v2.0.12
29622026-09-11T19:25:59.903Z[ helios-setup] Sep 11 19:25:59.148 INFO E| Compiling darling_macro v0.20.11
29632026-09-11T19:26:00.753Z[ helios-setup] Sep 11 19:25:59.998 INFO E| Compiling darling v0.20.11
29642026-09-11T19:26:00.838Z[ helios-setup] Sep 11 19:26:00.083 INFO E| Compiling serde_with_macros v3.12.0
29652026-09-11T19:26:03.739Z[ helios-setup] Sep 11 19:26:02.983 INFO E| Compiling serde_with v3.12.0
29662026-09-11T19:26:04.066Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.88s
29672026-09-11T19:26:04.074Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29682026-09-11T19:26:04.074Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29692026-09-11T19:26:04.303Z[ omicron-package]
29702026-09-11T19:26:04.303Z[ omicron-package] real 42.065374173
29712026-09-11T19:26:04.303Z[ omicron-package] user 3:59.889752541
29722026-09-11T19:26:04.306Z[ omicron-package] sys 27.819111802
29732026-09-11T19:26:04.306Z[ omicron-package] trap 0.347377471
29742026-09-11T19:26:04.307Z[ omicron-package] tflt 0.231268786
29752026-09-11T19:26:04.307Z[ omicron-package] dflt 2.262172770
29762026-09-11T19:26:04.307Z[ omicron-package] kflt 0.000150000
29772026-09-11T19:26:04.307Z[ omicron-package] lock 8:15.500559841
29782026-09-11T19:26:04.307Z[ omicron-package] slp 4:21.243670757
29792026-09-11T19:26:04.307Z[ omicron-package] lat 52.245533965
29802026-09-11T19:26:04.307Z[ omicron-package] stop 1:43.122980686
29812026-09-11T19:26:04.307ZSep 11 19:26:03.546 INFO [omicron-package] process exited with exit status: 0 (42.128784472s)
29822026-09-11T19:26:04.307ZSep 11 19:26:03.546 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29832026-09-11T19:26:04.307ZSep 11 19:26:03.547 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29842026-09-11T19:26:04.311Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29852026-09-11T19:26:04.311Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29862026-09-11T19:26:04.311Z[ host-target] Created new build target 'host' and set it as active
29872026-09-11T19:26:04.311Z[ recovery-target] Created new build target 'recovery' and set it as active
29882026-09-11T19:26:04.311ZSep 11 19:26:03.555 INFO [host-target] process exited with exit status: 0 (9.304487ms)
29892026-09-11T19:26:04.311ZSep 11 19:26:03.556 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29902026-09-11T19:26:04.314ZSep 11 19:26:03.556 INFO [recovery-target] process exited with exit status: 0 (9.270707ms)
29912026-09-11T19:26:04.319Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29922026-09-11T19:26:05.975Z[ host-package] Compiling cfg-if v1.0.4
29932026-09-11T19:26:06.202Z[ host-package] Compiling serde_core v1.0.228
29942026-09-11T19:26:06.202Z[ host-package] Compiling libc v0.2.185
29952026-09-11T19:26:06.227Z[ host-package] Compiling memchr v2.8.0
29962026-09-11T19:26:06.279Z[ host-package] Compiling smallvec v1.15.1
29972026-09-11T19:26:06.317Z[ host-package] Compiling stable_deref_trait v1.2.1
29982026-09-11T19:26:06.320Z[ host-package] Compiling scopeguard v1.2.0
29992026-09-11T19:26:06.368Z[ host-package] Compiling rand_core v0.10.0
30002026-09-11T19:26:06.395Z[ host-package] Compiling libm v0.2.16
30012026-09-11T19:26:06.422Z[ host-package] Compiling zerofrom v0.1.6
30022026-09-11T19:26:06.445Z[ host-package] Compiling lock_api v0.4.14
30032026-09-11T19:26:06.474Z[ host-package] Compiling litemap v0.8.1
30042026-09-11T19:26:06.474Z[ host-package] Compiling writeable v0.6.2
30052026-09-11T19:26:06.474Z[ host-package] Compiling percent-encoding v2.3.2
30062026-09-11T19:26:06.551Z[ host-package] Compiling yoke v0.8.1
30072026-09-11T19:26:06.577Z[ host-package] Compiling icu_normalizer_data v2.1.1
30082026-09-11T19:26:06.578Z[ host-package] Compiling icu_properties_data v2.1.2
30092026-09-11T19:26:06.637Z[ host-package] Compiling utf8_iter v1.0.4
30102026-09-11T19:26:06.662Z[ host-package] Compiling form_urlencoded v1.2.2
30112026-09-11T19:26:06.697Z[ host-package] Compiling errno v0.3.14
30122026-09-11T19:26:06.697Z[ host-package] Compiling getrandom v0.4.3
30132026-09-11T19:26:06.703Z[ helios-setup] Sep 11 19:26:05.944 INFO E| Finished `release` profile [optimized] target(s) in 13.08s
30142026-09-11T19:26:06.732Z[ helios-setup] Sep 11 19:26:05.976 INFO building project "dmar-report" ok (13 seconds)
30152026-09-11T19:26:06.732Z[ helios-setup] Sep 11 19:26:05.976 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
30162026-09-11T19:26:06.753Z[ host-package] Compiling zerovec v0.11.5
30172026-09-11T19:26:06.753Z[ host-package] Compiling zerotrie v0.2.3
30182026-09-11T19:26:06.777Z[ helios-setup] Sep 11 19:26:06.022 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')"
30192026-09-11T19:26:06.777Z[ helios-setup] Sep 11 19:26:06.022 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30202026-09-11T19:26:06.781Z[ helios-setup] Sep 11 19:26:06.022 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30212026-09-11T19:26:06.808Z[ host-package] Compiling parking_lot_core v0.9.12
30222026-09-11T19:26:06.833Z[ host-package] Compiling zerocopy v0.8.55
30232026-09-11T19:26:06.858Z[ host-package] Compiling iana-time-zone v0.1.65
30242026-09-11T19:26:06.883Z[ host-package] Compiling signal-hook-registry v1.4.8
30252026-09-11T19:26:06.918Z[ host-package] Compiling mio v1.2.0
30262026-09-11T19:26:06.938Z[ helios-setup] Sep 11 19:26:06.183 INFO E| Updating crates.io index
30272026-09-11T19:26:06.941Z[ helios-setup] Sep 11 19:26:06.183 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30282026-09-11T19:26:06.941Z[ host-package] Compiling thiserror v2.0.18
30292026-09-11T19:26:06.974Z[ host-package] Compiling socket2 v0.6.3
30302026-09-11T19:26:07.018Z[ host-package] Compiling getrandom v0.2.17
30312026-09-11T19:26:07.048Z[ host-package] Compiling parking_lot v0.12.5
30322026-09-11T19:26:07.098Z[ host-package] Compiling futures-util v0.3.32
30332026-09-11T19:26:07.131Z[ host-package] Compiling getrandom v0.3.4
30342026-09-11T19:26:07.134Z[ host-package] Compiling base64 v0.22.1
30352026-09-11T19:26:07.183Z[ host-package] Compiling rand_core v0.6.4
30362026-09-11T19:26:07.211Z[ host-package] Compiling time v0.3.47
30372026-09-11T19:26:07.239Z[ host-package] Compiling num-traits v0.2.19
30382026-09-11T19:26:07.268Z[ host-package] Compiling aho-corasick v1.1.4
30392026-09-11T19:26:07.294Z[ host-package] Compiling tinystr v0.8.2
30402026-09-11T19:26:07.405Z[ host-package] Compiling potential_utf v0.1.4
30412026-09-11T19:26:07.437Z[ helios-setup] Sep 11 19:26:06.682 INFO E| From https://github.com/oxidecomputer/amd-apcb
30422026-09-11T19:26:07.437Z[ helios-setup] Sep 11 19:26:06.682 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
30432026-09-11T19:26:07.440Z[ host-package] Compiling rand_core v0.9.5
30442026-09-11T19:26:07.455Z[ helios-setup] Sep 11 19:26:06.700 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
30452026-09-11T19:26:07.481Z[ host-package] Compiling spin v0.9.8
30462026-09-11T19:26:07.485Z[ host-package] Compiling socket2 v0.5.10
30472026-09-11T19:26:07.518Z[ host-package] Compiling pest v2.8.6
30482026-09-11T19:26:07.574Z[ host-package] Compiling icu_locale_core v2.1.1
30492026-09-11T19:26:07.600Z[ host-package] Compiling icu_collections v2.1.1
30502026-09-11T19:26:07.642Z[ host-package] Compiling crc32fast v1.5.0
30512026-09-11T19:26:07.688Z[ host-package] Compiling encoding_rs v0.8.35
30522026-09-11T19:26:07.718Z[ host-package] Compiling simd-adler32 v0.3.8
30532026-09-11T19:26:07.743Z[ host-package] Compiling adler2 v2.0.1
30542026-09-11T19:26:07.772Z[ host-package] Compiling lazy_static v1.5.0
30552026-09-11T19:26:07.843Z[ helios-setup] Sep 11 19:26:07.084 INFO E| From https://github.com/oxidecomputer/amd-efs
30562026-09-11T19:26:07.843Z[ helios-setup] Sep 11 19:26:07.084 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
30572026-09-11T19:26:07.906Z[ host-package] Compiling wait-timeout v0.2.1
30582026-09-11T19:26:07.942Z[ host-package] Compiling miniz_oxide v0.8.9
30592026-09-11T19:26:07.977Z[ host-package] Compiling thread_local v1.1.9
30602026-09-11T19:26:08.014Z[ helios-setup] Sep 11 19:26:07.259 INFO E| Downloading crates ...
30612026-09-11T19:26:08.058Z[ helios-setup] Sep 11 19:26:07.303 INFO E| Downloaded heck v0.3.3
30622026-09-11T19:26:08.062Z[ helios-setup] Sep 11 19:26:07.306 INFO E| Downloaded structopt-derive v0.4.18
30632026-09-11T19:26:08.063Z[ helios-setup] Sep 11 19:26:07.307 INFO E| Downloaded unic-char-property v0.9.0
30642026-09-11T19:26:08.066Z[ host-package] Compiling rand_xorshift v0.4.0
30652026-09-11T19:26:08.069Z[ helios-setup] Sep 11 19:26:07.312 INFO E| Downloaded ansi_term v0.12.1
30662026-09-11T19:26:08.069Z[ helios-setup] Sep 11 19:26:07.313 INFO E| Downloaded unic-ucd-ident v0.9.0
30672026-09-11T19:26:08.074Z[ helios-setup] Sep 11 19:26:07.318 INFO E| Downloaded modular-bitfield v0.11.2
30682026-09-11T19:26:08.079Z[ helios-setup] Sep 11 19:26:07.324 INFO E| Downloaded unic-common v0.9.0
30692026-09-11T19:26:08.082Z[ helios-setup] Sep 11 19:26:07.324 INFO E| Downloaded unic-ucd-version v0.9.0
30702026-09-11T19:26:08.082Z[ helios-setup] Sep 11 19:26:07.325 INFO E| Downloaded vec_map v0.8.2
30712026-09-11T19:26:08.085Z[ helios-setup] Sep 11 19:26:07.330 INFO E| Downloaded dyn-clone v1.0.19
30722026-09-11T19:26:08.090Z[ helios-setup] Sep 11 19:26:07.331 INFO E| Downloaded unic-char-range v0.9.0
30732026-09-11T19:26:08.093Z[ host-package] Compiling is-terminal v0.4.17
30742026-09-11T19:26:08.093Z[ helios-setup] Sep 11 19:26:07.335 INFO E| Downloaded four-cc v0.4.0
30752026-09-11T19:26:08.093Z[ helios-setup] Sep 11 19:26:07.336 INFO E| Downloaded strsim v0.8.0
30762026-09-11T19:26:08.093Z[ helios-setup] Sep 11 19:26:07.337 INFO E| Downloaded fletcher v1.0.0
30772026-09-11T19:26:08.112Z[ helios-setup] Sep 11 19:26:07.356 INFO E| Downloaded strum v0.27.1
30782026-09-11T19:26:08.115Z[ helios-setup] Sep 11 19:26:07.357 INFO E| Downloaded modular-bitfield-impl v0.13.1
30792026-09-11T19:26:08.115Z[ helios-setup] Sep 11 19:26:07.358 INFO E| Downloaded strum_macros v0.27.1
30802026-09-11T19:26:08.118Z[ helios-setup] Sep 11 19:26:07.360 INFO E| Downloaded bytesize v2.0.1
30812026-09-11T19:26:08.118Z[ helios-setup] Sep 11 19:26:07.361 INFO E| Downloaded modular-bitfield-impl v0.11.2
30822026-09-11T19:26:08.118Z[ helios-setup] Sep 11 19:26:07.362 INFO E| Downloaded parse_int v0.9.0
30832026-09-11T19:26:08.118Z[ helios-setup] Sep 11 19:26:07.363 INFO E| Downloaded textwrap v0.11.0
30842026-09-11T19:26:08.123Z[ helios-setup] Sep 11 19:26:07.364 INFO E| Downloaded rustversion v1.0.20
30852026-09-11T19:26:08.126Z[ helios-setup] Sep 11 19:26:07.366 INFO E| Downloaded pest_meta v2.8.0
30862026-09-11T19:26:08.126Z[ helios-setup] Sep 11 19:26:07.367 INFO E| Downloaded log v0.4.27
30872026-09-11T19:26:08.126Z[ helios-setup] Sep 11 19:26:07.369 INFO E| Downloaded modular-bitfield v0.13.1
30882026-09-11T19:26:08.130Z[ helios-setup] Sep 11 19:26:07.375 INFO E| Downloaded pest_generator v2.8.0
30892026-09-11T19:26:08.134Z[ helios-setup] Sep 11 19:26:07.376 INFO E| Downloaded typenum v1.18.0
30902026-09-11T19:26:08.142Z[ helios-setup] Sep 11 19:26:07.385 INFO E| Downloaded structopt v0.3.26
30912026-09-11T19:26:08.142Z[ helios-setup] Sep 11 19:26:07.385 INFO E| Downloaded pest_derive v2.8.0
30922026-09-11T19:26:08.151Z[ helios-setup] Sep 11 19:26:07.385 INFO E| Downloaded zerocopy-derive v0.8.25
30932026-09-11T19:26:08.166Z[ helios-setup] Sep 11 19:26:07.410 INFO E| Downloaded pest v2.8.0
30942026-09-11T19:26:08.170Z[ helios-setup] Sep 11 19:26:07.414 INFO E| Downloaded clap v2.34.0
30952026-09-11T19:26:08.175Z[ helios-setup] Sep 11 19:26:07.417 INFO E| Downloaded goblin v0.9.3
30962026-09-11T19:26:08.178Z[ helios-setup] Sep 11 19:26:07.421 INFO E| Downloaded zerocopy v0.8.25
30972026-09-11T19:26:08.192Z[ host-package] Compiling serde v1.0.228
30982026-09-11T19:26:08.243Z[ host-package] Compiling bitflags v2.11.0
30992026-09-11T19:26:08.254Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling proc-macro2 v1.0.95
31002026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling unicode-ident v1.0.18
31012026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling memchr v2.7.4
31022026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling autocfg v1.4.0
31032026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling thiserror v2.0.12
31042026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling serde v1.0.219
31052026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling syn v1.0.109
31062026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling version_check v0.9.5
31072026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling serde_json v1.0.140
31082026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling schemars v0.8.22
31092026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling itoa v1.0.15
31102026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling ryu v1.0.20
31112026-09-11T19:26:08.257Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling dyn-clone v1.0.19
31122026-09-11T19:26:08.263Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling libc v0.2.172
31132026-09-11T19:26:08.263Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling static_assertions v1.1.0
31142026-09-11T19:26:08.263Z[ helios-setup] Sep 11 19:26:07.498 INFO E| Compiling rustversion v1.0.20
31152026-09-11T19:26:08.277Z[ host-package] Compiling serde_json v1.0.151
31162026-09-11T19:26:08.346Z[ host-package] Compiling uuid v1.23.4
31172026-09-11T19:26:08.349Z[ host-package] Compiling semver v1.0.28
31182026-09-11T19:26:08.418Z[ host-package] Compiling icu_provider v2.1.1
31192026-09-11T19:26:08.418Z[ host-package] Compiling indexmap v2.14.0
31202026-09-11T19:26:08.527Z[ host-package] Compiling regex-automata v0.4.14
31212026-09-11T19:26:08.807Z[ host-package] Compiling bytes v1.11.1
31222026-09-11T19:26:08.824Z[ helios-setup] Sep 11 19:26:08.068 INFO E| Compiling zerocopy v0.8.25
31232026-09-11T19:26:08.874Z[ host-package] Compiling zeroize v1.9.0
31242026-09-11T19:26:08.936Z[ helios-setup] Sep 11 19:26:08.181 INFO E| Compiling ucd-trie v0.1.7
31252026-09-11T19:26:08.953Z[ helios-setup] Sep 11 19:26:08.198 INFO E| Compiling num-traits v0.2.19
31262026-09-11T19:26:08.973Z[ helios-setup] Sep 11 19:26:08.218 INFO E| Compiling memoffset v0.9.1
31272026-09-11T19:26:09.001Z[ host-package] Compiling icu_properties v2.1.2
31282026-09-11T19:26:09.001Z[ host-package] Compiling icu_normalizer v2.1.1
31292026-09-11T19:26:09.117Z[ helios-setup] Sep 11 19:26:08.362 INFO E| Compiling paste v1.0.15
31302026-09-11T19:26:09.129Z[ host-package] Compiling chrono v0.4.45
31312026-09-11T19:26:09.148Z[ helios-setup] Sep 11 19:26:08.393 INFO E| Compiling once_cell v1.21.3
31322026-09-11T19:26:09.276Z[ helios-setup] Sep 11 19:26:08.517 INFO E| Compiling heck v0.5.0
31332026-09-11T19:26:09.293Z[ host-package] Compiling rustix v1.1.4
31342026-09-11T19:26:09.318Z[ helios-setup] Sep 11 19:26:08.562 INFO E| Compiling unicode-width v0.1.14
31352026-09-11T19:26:09.382Z[ helios-setup] Sep 11 19:26:08.627 INFO E| Compiling unicode-segmentation v1.12.0
31362026-09-11T19:26:09.443Z[ helios-setup] Sep 11 19:26:08.687 INFO E| Compiling proc-macro-error-attr v1.0.4
31372026-09-11T19:26:09.522Z[ helios-setup] Sep 11 19:26:08.766 INFO E| Compiling proc-macro-error v1.0.4
31382026-09-11T19:26:09.606Z[ host-package] Compiling generic-array v0.14.7
31392026-09-11T19:26:09.610Z[ helios-setup] Sep 11 19:26:08.854 INFO E| Compiling unic-common v0.9.0
31402026-09-11T19:26:09.647Z[ helios-setup] Sep 11 19:26:08.890 INFO E| Compiling ansi_term v0.12.1
31412026-09-11T19:26:09.709Z[ helios-setup] Sep 11 19:26:08.952 INFO E| Compiling textwrap v0.11.0
31422026-09-11T19:26:09.790Z[ helios-setup] Sep 11 19:26:09.034 INFO E| Compiling bitflags v1.3.2
31432026-09-11T19:26:09.795Z[ helios-setup] Sep 11 19:26:09.040 INFO E| Compiling vec_map v0.8.2
31442026-09-11T19:26:09.858Z[ helios-setup] Sep 11 19:26:09.096 INFO E| Compiling strum v0.27.1
31452026-09-11T19:26:09.891Z[ helios-setup] Sep 11 19:26:09.125 INFO E| Compiling strsim v0.8.0
31462026-09-11T19:26:09.891Z[ helios-setup] Sep 11 19:26:09.126 INFO E| Compiling byteorder v1.5.0
31472026-09-11T19:26:09.946Z[ helios-setup] Sep 11 19:26:09.174 INFO E| Compiling unic-char-range v0.9.0
31482026-09-11T19:26:09.991Z[ helios-setup] Sep 11 19:26:09.228 INFO E| Compiling fletcher v1.0.0
31492026-09-11T19:26:10.084Z[ helios-setup] Sep 11 19:26:09.318 INFO E| Compiling heck v0.3.3
31502026-09-11T19:26:10.117Z[ helios-setup] Sep 11 19:26:09.357 INFO E| Compiling unic-char-property v0.9.0
31512026-09-11T19:26:10.122Z[ host-package] Compiling erased-serde v0.3.31
31522026-09-11T19:26:10.149Z[ helios-setup] Sep 11 19:26:09.392 INFO E| Compiling unic-ucd-version v0.9.0
31532026-09-11T19:26:10.183Z[ helios-setup] Sep 11 19:26:09.417 INFO E| Compiling log v0.4.27
31542026-09-11T19:26:10.217Z[ helios-setup] Sep 11 19:26:09.461 INFO E| Compiling plain v0.2.3
31552026-09-11T19:26:10.254Z[ helios-setup] Sep 11 19:26:09.477 INFO E| Compiling lazy_static v1.5.0
31562026-09-11T19:26:10.270Z[ helios-setup] Sep 11 19:26:09.478 INFO E| Compiling unic-ucd-ident v0.9.0
31572026-09-11T19:26:10.279Z[ helios-setup] Sep 11 19:26:09.506 INFO E| Compiling bytesize v2.0.1
31582026-09-11T19:26:10.302Z[ host-package] Compiling tokio v1.52.1
31592026-09-11T19:26:10.302Z[ host-package] Compiling http v1.4.2
31602026-09-11T19:26:10.438Z[ helios-setup] Sep 11 19:26:09.682 INFO E| Compiling atty v0.2.14
31612026-09-11T19:26:10.507Z[ host-package] Compiling rustls-pki-types v1.14.0
31622026-09-11T19:26:10.521Z[ helios-setup] Sep 11 19:26:09.762 INFO E| Compiling clap v2.34.0
31632026-09-11T19:26:10.642Z[ host-package] Compiling ipnet v2.12.0
31642026-09-11T19:26:10.703Z[ host-package] Compiling crypto-common v0.1.7
31652026-09-11T19:26:10.727Z[ host-package] Compiling block-buffer v0.10.4
31662026-09-11T19:26:10.825Z[ helios-setup] Sep 11 19:26:10.047 INFO E| Compiling quote v1.0.40
31672026-09-11T19:26:10.845Z[ host-package] Compiling idna_adapter v1.2.1
31682026-09-11T19:26:10.845Z[ host-package] Compiling der v0.7.10
31692026-09-11T19:26:10.892Z[ helios-setup] Sep 11 19:26:10.132 INFO E| Compiling parse_int v0.9.0
31702026-09-11T19:26:10.956Z[ host-package] Compiling aws-lc-rs v1.16.3
31712026-09-11T19:26:11.019Z[ helios-setup] Sep 11 19:26:10.260 INFO E| Compiling syn v2.0.101
31722026-09-11T19:26:11.066Z[ host-package] Compiling slog v2.8.2
31732026-09-11T19:26:11.124Z[ host-package] Compiling ppv-lite86 v0.2.21
31742026-09-11T19:26:11.237Z[ host-package] Compiling idna v1.1.0
31752026-09-11T19:26:11.334Z[ host-package] Compiling digest v0.10.7
31762026-09-11T19:26:11.430Z[ host-package] Compiling terminal_size v0.4.3
31772026-09-11T19:26:11.430Z[ host-package] Compiling tempfile v3.27.0
31782026-09-11T19:26:11.599Z[ host-package] Compiling hybrid-array v0.4.13
31792026-09-11T19:26:11.599Z[ host-package] Compiling serde_urlencoded v0.7.1
31802026-09-11T19:26:11.599Z[ host-package] Compiling hex v0.4.3
31812026-09-11T19:26:11.766Z[ host-package] Compiling url v2.5.8
31822026-09-11T19:26:11.790Z[ host-package] Compiling rand_chacha v0.9.0
31832026-09-11T19:26:11.798Z[ host-package] Compiling http-body v1.0.1
31842026-09-11T19:26:11.945Z[ host-package] Compiling clap_builder v4.6.0
31852026-09-11T19:26:12.015Z[ host-package] Compiling rand_chacha v0.3.1
31862026-09-11T19:26:12.060Z[ host-package] Compiling spki v0.7.3
31872026-09-11T19:26:12.130Z[ host-package] Compiling http-body-util v0.1.3
31882026-09-11T19:26:12.198Z[ host-package] Compiling futures-executor v0.3.32
31892026-09-11T19:26:12.198Z[ host-package] Compiling hubpack v0.1.2
31902026-09-11T19:26:12.208Z[ host-package] Compiling signature v2.2.0
31912026-09-11T19:26:12.515Z[ host-package] Compiling schemars v0.8.22
31922026-09-11T19:26:12.559Z[ host-package] Compiling rand v0.9.2
31932026-09-11T19:26:12.607Z[ host-package] Compiling rustls-webpki v0.103.13
31942026-09-11T19:26:12.659Z[ host-package] Compiling crypto-common v0.2.2
31952026-09-11T19:26:12.660Z[ host-package] Compiling block-buffer v0.12.1
31962026-09-11T19:26:12.660Z[ host-package] Compiling pkcs8 v0.10.2
31972026-09-11T19:26:12.663Z[ host-package] Compiling rand v0.8.6
31982026-09-11T19:26:12.715Z[ host-package] Compiling futures v0.3.32
31992026-09-11T19:26:12.870Z[ host-package] Compiling regex v1.12.3
32002026-09-11T19:26:12.997Z[ host-package] Compiling sha2 v0.10.9
32012026-09-11T19:26:13.331Z[ host-package] Compiling rustls-native-certs v0.8.3
32022026-09-11T19:26:13.415Z[ host-package] Compiling publicsuffix v2.3.0
32032026-09-11T19:26:13.418Z[ host-package] Compiling openapiv3 v2.2.0
32042026-09-11T19:26:13.638Z[ host-package] Compiling ipnetwork v0.21.1
32052026-09-11T19:26:13.638Z[ host-package] Compiling rustls v0.23.41
32062026-09-11T19:26:13.641Z[ host-package] Compiling digest v0.11.3
32072026-09-11T19:26:13.641Z[ helios-setup] Sep 11 19:26:12.886 INFO E| Compiling serde_derive_internals v0.29.1
32082026-09-11T19:26:13.878Z[ host-package] Compiling cookie v0.18.1
32092026-09-11T19:26:13.883Z[ host-package] Compiling rusty-fork v0.3.1
32102026-09-11T19:26:13.972Z[ helios-setup] Sep 11 19:26:13.217 INFO E| Compiling modular-bitfield-impl v0.11.2
32112026-09-11T19:26:13.972Z[ helios-setup] Sep 11 19:26:13.217 INFO E| Compiling structopt-derive v0.4.18
32122026-09-11T19:26:14.040Z[ host-package] Compiling data-encoding v2.10.0
32132026-09-11T19:26:14.043Z[ host-package] Compiling slog-async v2.8.0
32142026-09-11T19:26:14.043Z[ host-package] Compiling slog-term v2.9.2
32152026-09-11T19:26:14.233Z[ host-package] Compiling oxnet v0.1.6
32162026-09-11T19:26:14.326Z[ host-package] Compiling proptest v1.11.0
32172026-09-11T19:26:14.375Z[ helios-setup] Sep 11 19:26:13.617 INFO E| Compiling thiserror-impl v2.0.12
32182026-09-11T19:26:14.375Z[ helios-setup] Sep 11 19:26:13.617 INFO E| Compiling serde_derive v1.0.219
32192026-09-11T19:26:14.379Z[ helios-setup] Sep 11 19:26:13.621 INFO E| Compiling zerocopy-derive v0.8.25
32202026-09-11T19:26:14.379Z[ helios-setup] Sep 11 19:26:13.621 INFO E| Compiling modular-bitfield-impl v0.13.1
32212026-09-11T19:26:14.379Z[ helios-setup] Sep 11 19:26:13.621 INFO E| Compiling num-derive v0.4.2
32222026-09-11T19:26:14.379Z[ helios-setup] Sep 11 19:26:13.621 INFO E| Compiling strum_macros v0.27.1
32232026-09-11T19:26:14.379Z[ helios-setup] Sep 11 19:26:13.621 INFO E| Compiling scroll_derive v0.12.1
32242026-09-11T19:26:14.588Z[ host-package] Compiling clap v4.6.1
32252026-09-11T19:26:14.638Z[ host-package] Compiling cookie_store v0.22.1
32262026-09-11T19:26:14.781Z[ host-package] Compiling zlib-rs v0.6.2
32272026-09-11T19:26:14.874Z[ host-package] Compiling camino v1.2.5
32282026-09-11T19:26:14.970Z[ host-package] Compiling dof v0.4.0
32292026-09-11T19:26:14.976Z[ helios-setup] Sep 11 19:26:14.221 INFO E| Compiling schemars_derive v0.8.22
32302026-09-11T19:26:15.040Z[ host-package] Compiling dtrace-parser v0.3.0
32312026-09-11T19:26:15.428Z[ host-package] Compiling num-integer v0.1.46
32322026-09-11T19:26:15.529Z[ host-package] Compiling thread-id v5.1.0
32332026-09-11T19:26:15.596Z[ helios-setup] Sep 11 19:26:14.841 INFO E| Compiling modular-bitfield v0.11.2
32342026-09-11T19:26:15.661Z[ helios-setup] Sep 11 19:26:14.906 INFO E| Compiling scroll v0.12.0
32352026-09-11T19:26:15.666Z[ helios-setup] Sep 11 19:26:14.911 INFO E| Compiling structopt v0.3.26
32362026-09-11T19:26:15.722Z[ host-package] Compiling x509-cert v0.2.5
32372026-09-11T19:26:15.722Z[ host-package] Compiling hmac v0.12.1
32382026-09-11T19:26:15.966Z[ host-package] Compiling tokio-util v0.7.18
32392026-09-11T19:26:15.969Z[ host-package] Compiling tower v0.5.3
32402026-09-11T19:26:15.990Z[ helios-setup] Sep 11 19:26:15.234 INFO E| Compiling goblin v0.9.3
32412026-09-11T19:26:16.186Z[ host-package] Compiling memmap2 v0.9.10
32422026-09-11T19:26:16.384Z[ host-package] Compiling usdt-impl v0.6.0
32432026-09-11T19:26:16.469Z[ host-package] Compiling num-iter v0.1.45
32442026-09-11T19:26:16.487Z[ helios-setup] Sep 11 19:26:15.732 INFO E| Compiling modular-bitfield v0.13.1
32452026-09-11T19:26:16.616Z[ helios-setup] Sep 11 19:26:15.860 INFO E| Compiling pest v2.8.0
32462026-09-11T19:26:16.637Z[ host-package] Compiling half v2.7.1
32472026-09-11T19:26:16.733Z[ host-package] Compiling ff v0.13.1
32482026-09-11T19:26:16.800Z[ host-package] Compiling sec1 v0.7.3
32492026-09-11T19:26:17.009Z[ host-package] Compiling tower-http v0.6.8
32502026-09-11T19:26:17.054Z[ host-package] Compiling h2 v0.4.15
32512026-09-11T19:26:17.120Z[ host-package] Compiling usdt v0.6.0
32522026-09-11T19:26:17.193Z[ host-package] Compiling ciborium-ll v0.2.2
32532026-09-11T19:26:17.543Z[ host-package] Compiling group v0.13.0
32542026-09-11T19:26:17.673Z[ host-package] Compiling rustix v0.38.44
32552026-09-11T19:26:17.784Z[ host-package] Compiling packed_struct v0.10.1
32562026-09-11T19:26:17.831Z[ host-package] Compiling hkdf v0.12.4
32572026-09-11T19:26:17.870Z[ helios-setup] Sep 11 19:26:17.111 INFO E| Compiling pest_meta v2.8.0
32582026-09-11T19:26:17.928Z[ host-package] Compiling crypto-bigint v0.5.5
32592026-09-11T19:26:17.979Z[ host-package] Compiling num-bigint-dig v0.8.6
32602026-09-11T19:26:17.979Z[ host-package] Compiling dof v0.3.0
32612026-09-11T19:26:18.174Z[ host-package] Compiling newtype-uuid v1.3.2
32622026-09-11T19:26:18.351Z[ host-package] Compiling flate2 v1.1.9
32632026-09-11T19:26:18.509Z[ host-package] Compiling ciborium v0.2.2
32642026-09-11T19:26:18.546Z[ helios-setup] Sep 11 19:26:17.790 INFO E| Compiling pest_generator v2.8.0
32652026-09-11T19:26:18.634Z[ host-package] Compiling pkcs1 v0.7.5
32662026-09-11T19:26:18.728Z[ host-package] Compiling tokio-rustls v0.26.4
32672026-09-11T19:26:19.034Z[ host-package] Compiling rustls-platform-verifier v0.6.2
32682026-09-11T19:26:19.427Z[ host-package] Compiling elliptic-curve v0.13.8
32692026-09-11T19:26:19.428Z[ host-package] Compiling daft v0.1.8
32702026-09-11T19:26:19.476Z[ helios-setup] Sep 11 19:26:18.713 INFO E| Compiling pest_derive v2.8.0
32712026-09-11T19:26:19.533Z[ host-package] Compiling bstr v1.12.1
32722026-09-11T19:26:19.533Z[ host-package] Compiling block-padding v0.4.2
32732026-09-11T19:26:19.541Z[ host-package] Compiling dtrace-parser v0.2.0
32742026-09-11T19:26:19.609Z[ host-package] Compiling toml_datetime v0.6.11
32752026-09-11T19:26:19.609Z[ host-package] Compiling serde_spanned v0.6.9
32762026-09-11T19:26:19.792Z[ host-package] Compiling thread-id v4.2.2
32772026-09-11T19:26:19.834Z[ host-package] Compiling nix v0.31.2
32782026-09-11T19:26:19.837Z[ host-package] Compiling inout v0.2.2
32792026-09-11T19:26:19.837Z[ host-package] Compiling signal-hook v0.3.18
32802026-09-11T19:26:19.970Z[ host-package] Compiling usdt-impl v0.5.0
32812026-09-11T19:26:19.973Z[ host-package] Compiling rsa v0.9.10
32822026-09-11T19:26:20.080Z[ host-package] Compiling serde-hex v0.1.0
32832026-09-11T19:26:20.080Z[ host-package] Compiling ron v0.8.1
32842026-09-11T19:26:20.083Z[ host-package] Compiling serde_with v3.21.0
32852026-09-11T19:26:20.104Z[ host-package] Compiling memmap v0.7.0
32862026-09-11T19:26:20.322Z[ host-package] Compiling foreign-types-shared v0.1.1
32872026-09-11T19:26:20.322Z[ host-package] Compiling cipher v0.5.2
32882026-09-11T19:26:20.348Z[ host-package] Compiling openssl-sys v0.9.117
32892026-09-11T19:26:20.372Z[ host-package] Compiling rfc6979 v0.4.0
32902026-09-11T19:26:20.386Z[ helios-setup] Sep 11 19:26:19.631 INFO E| Compiling json5 v0.4.1
32912026-09-11T19:26:20.577Z[ host-package] Compiling foreign-types v0.3.2
32922026-09-11T19:26:20.618Z[ host-package] Compiling usdt v0.5.0
32932026-09-11T19:26:20.707Z[ host-package] Compiling ahash v0.8.12
32942026-09-11T19:26:20.787Z[ host-package] Compiling chacha20 v0.10.0
32952026-09-11T19:26:20.790Z[ host-package] Compiling curve25519-dalek v4.1.3
32962026-09-11T19:26:20.815Z[ host-package] Compiling ecdsa v0.16.9
32972026-09-11T19:26:20.819Z[ host-package] Compiling signal-hook-mio v0.2.5
32982026-09-11T19:26:21.006Z[ host-package] Compiling openssl v0.10.80
32992026-09-11T19:26:21.087Z[ host-package] Compiling globset v0.4.18
33002026-09-11T19:26:21.087Z[ host-package] Compiling primeorder v0.13.6
33012026-09-11T19:26:21.218Z[ host-package] Compiling toml_edit v0.19.15
33022026-09-11T19:26:21.273Z[ host-package] Compiling zopfli v0.8.3
33032026-09-11T19:26:21.320Z[ host-package] Compiling sha3 v0.10.8
33042026-09-11T19:26:21.495Z[ host-package] Compiling salty v0.3.0
33052026-09-11T19:26:21.584Z[ host-package] Compiling rand v0.10.1
33062026-09-11T19:26:21.694Z[ host-package] Compiling hyper v1.10.1
33072026-09-11T19:26:21.787Z[ host-package] Compiling hashbrown v0.13.2
33082026-09-11T19:26:21.828Z[ host-package] Compiling bzip2 v0.4.4
33092026-09-11T19:26:21.860Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-09-11T19:26:21.929Z[ helios-setup] Sep 11 19:26:21.174 INFO E| Compiling four-cc v0.4.0
33112026-09-11T19:26:21.929Z[ helios-setup] Sep 11 19:26:21.174 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33122026-09-11T19:26:22.053Z[ helios-setup] Sep 11 19:26:21.297 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33132026-09-11T19:26:22.093Z[ host-package] Compiling ed25519 v2.2.3
33142026-09-11T19:26:22.153Z[ host-package] Compiling inout v0.1.4
33152026-09-11T19:26:22.382Z[ host-package] Compiling jiff v0.2.34
33162026-09-11T19:26:22.433Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33172026-09-11T19:26:22.521Z[ host-package] Compiling cipher v0.4.4
33182026-09-11T19:26:22.521Z[ host-package] Compiling ed25519-dalek v2.2.0
33192026-09-11T19:26:22.605Z[ host-package] Compiling object v0.30.4
33202026-09-11T19:26:22.681Z[ host-package] Compiling zip v0.6.6
33212026-09-11T19:26:22.684Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-09-11T19:26:22.812Z[ host-package] Compiling crossterm v0.28.1
33232026-09-11T19:26:22.812Z[ host-package] Compiling sha2 v0.11.0
33242026-09-11T19:26:22.812Z[ host-package] Compiling serde-big-array v0.5.1
33252026-09-11T19:26:22.909Z[ host-package] Compiling pem v3.0.6
33262026-09-11T19:26:23.061Z[ host-package] Compiling toml v0.7.8
33272026-09-11T19:26:23.158Z[ host-package] Compiling petgraph v0.8.3
33282026-09-11T19:26:23.233Z[ host-package] Compiling object v0.37.3
33292026-09-11T19:26:23.658Z[ host-package] Compiling hyper-util v0.1.20
33302026-09-11T19:26:23.716Z[ host-package] Compiling heapless v0.7.17
33312026-09-11T19:26:23.799Z[ host-package] Compiling native-tls v0.2.18
33322026-09-11T19:26:23.999Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33332026-09-11T19:26:24.253Z[ host-package] Compiling tokio-native-tls v0.3.1
33342026-09-11T19:26:24.310Z[ host-package] Compiling p384 v0.13.1
33352026-09-11T19:26:24.352Z[ host-package] Compiling hmac v0.13.0
33362026-09-11T19:26:24.380Z[ host-package] Compiling md-5 v0.11.0
33372026-09-11T19:26:24.424Z[ host-package] Compiling byte-wrapper v0.1.0
33382026-09-11T19:26:24.547Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33392026-09-11T19:26:24.619Z[ host-package] Compiling serde_plain v1.0.2
33402026-09-11T19:26:24.761Z[ host-package] Compiling postgres-protocol v0.6.12
33412026-09-11T19:26:24.761Z[ host-package] Compiling toml_edit v0.22.27
33422026-09-11T19:26:24.868Z[ host-package] Compiling zip v8.6.0
33432026-09-11T19:26:25.013Z[ host-package] Compiling smoltcp v0.9.1
33442026-09-11T19:26:25.074Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33452026-09-11T19:26:25.163Z[ host-package] Compiling tokio-stream v0.1.18
33462026-09-11T19:26:25.702Z[ host-package] Compiling hyper-rustls v0.27.7
33472026-09-11T19:26:25.793Z[ host-package] Compiling hyper-tls v0.6.0
33482026-09-11T19:26:25.851Z[ host-package] Compiling hickory-proto v0.24.4
33492026-09-11T19:26:25.891Z[ host-package] Compiling hickory-proto v0.25.2
33502026-09-11T19:26:25.972Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
33512026-09-11T19:26:26.107Z[ host-package] Compiling reqwest v0.13.2
33522026-09-11T19:26:26.178Z[ host-package] Compiling float-cmp v0.10.0
33532026-09-11T19:26:26.383Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33542026-09-11T19:26:26.393Z[ host-package] Compiling predicates v3.1.4
33552026-09-11T19:26:26.393Z[ host-package] Compiling petgraph v0.6.5
33562026-09-11T19:26:26.456Z[ host-package] Compiling backtrace v0.3.76
33572026-09-11T19:26:26.489Z[ host-package] Compiling string_cache v0.8.9
33582026-09-11T19:26:26.721Z[ host-package] Compiling toml v0.8.23
33592026-09-11T19:26:26.796Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33602026-09-11T19:26:26.799Z[ host-package] Compiling textwrap v0.16.2
33612026-09-11T19:26:26.855Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33622026-09-11T19:26:26.884Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33632026-09-11T19:26:27.223Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-09-11T19:26:27.380Z[ host-package] Compiling backtrace-ext v0.2.1
33652026-09-11T19:26:27.735Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
33662026-09-11T19:26:27.799Z[ host-package] Compiling reqwest v0.12.28
33672026-09-11T19:26:27.906Z[ host-package] Compiling postgres-types v0.2.14
33682026-09-11T19:26:28.012Z[ host-package] Compiling zip v4.6.1
33692026-09-11T19:26:28.119Z[ host-package] Compiling iddqd v0.4.2
33702026-09-11T19:26:28.306Z[ host-package] Compiling similar v2.7.0
33712026-09-11T19:26:28.364Z[ host-package] Compiling olpc-cjson v0.1.4
33722026-09-11T19:26:28.470Z[ host-package] Compiling hickory-resolver v0.24.4
33732026-09-11T19:26:28.674Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-09-11T19:26:28.985Z[ host-package] Compiling secrecy v0.8.0
33752026-09-11T19:26:29.093Z[ host-package] Compiling miette v7.6.0
33762026-09-11T19:26:29.186Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
33772026-09-11T19:26:29.587Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
33782026-09-11T19:26:29.764Z[ host-package] Compiling qorb v0.4.1
33792026-09-11T19:26:29.995Z[ host-package] Compiling tough v0.22.0
33802026-09-11T19:26:30.024Z[ host-package] Compiling tokio-postgres v0.7.18
33812026-09-11T19:26:30.024Z[ host-package] Compiling fs-err v3.3.0
33822026-09-11T19:26:30.128Z[ host-package] Compiling buf-list v1.1.2
33832026-09-11T19:26:30.603Z[ host-package] Compiling hostname v0.3.1
33842026-09-11T19:26:30.628Z[ host-package] Compiling slog-json v2.6.1
33852026-09-11T19:26:30.658Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
33862026-09-11T19:26:30.811Z[ host-package] Compiling serde_spanned v1.1.1
33872026-09-11T19:26:30.848Z[ host-package] Compiling slog-bunyan v2.5.0
33882026-09-11T19:26:30.919Z[ host-package] Compiling compression-codecs v0.4.37
33892026-09-11T19:26:31.006Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
33902026-09-11T19:26:31.105Z[ host-package] Compiling multer v3.1.0
33912026-09-11T19:26:31.163Z[ host-package] Compiling sha1 v0.11.0
33922026-09-11T19:26:31.300Z[ host-package] Compiling async-compression v0.4.41
33932026-09-11T19:26:31.387Z[ host-package] Compiling rustls-pemfile v2.2.0
33942026-09-11T19:26:31.447Z[ host-package] Compiling serde_path_to_error v0.1.20
33952026-09-11T19:26:31.578Z[ host-package] Compiling hostname v0.4.2
33962026-09-11T19:26:31.622Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33972026-09-11T19:26:31.716Z[ host-package] Compiling progenitor-client v0.14.0
33982026-09-11T19:26:31.781Z[ host-package] Compiling atomicwrites v0.4.4
33992026-09-11T19:26:31.807Z[ host-package] Compiling macaddr v1.0.1
34002026-09-11T19:26:31.828Z[ host-package] Compiling instant v0.1.13
34012026-09-11T19:26:31.947Z[ host-package] Compiling dropshot v0.17.1
34022026-09-11T19:26:31.993Z[ host-package] Compiling oxide-generation v0.1.3
34032026-09-11T19:26:32.046Z[ host-package] Compiling regress v0.10.5
34042026-09-11T19:26:32.108Z[ host-package] Compiling backoff v0.4.0
34052026-09-11T19:26:32.150Z[ host-package] Compiling progenitor-extras v0.2.0
34062026-09-11T19:26:32.248Z[ host-package] Compiling parse-display v0.10.0
34072026-09-11T19:26:32.361Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34082026-09-11T19:26:32.521Z[ host-package] Compiling heck v0.5.0
34092026-09-11T19:26:32.574Z[ host-package] Compiling regress v0.11.1
34102026-09-11T19:26:32.655Z[ host-package] Compiling secrecy v0.10.3
34112026-09-11T19:26:32.877Z[ host-package] Compiling unsafe-libyaml v0.2.11
34122026-09-11T19:26:32.953Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34132026-09-11T19:26:32.995Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34142026-09-11T19:26:33.117Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34152026-09-11T19:26:33.163Z[ host-package] Compiling universal-hash v0.5.1
34162026-09-11T19:26:33.255Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34172026-09-11T19:26:33.285Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34182026-09-11T19:26:33.344Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34192026-09-11T19:26:33.427Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
34202026-09-11T19:26:33.581Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34212026-09-11T19:26:33.630Z[ host-package] Compiling poly1305 v0.8.0
34222026-09-11T19:26:33.764Z[ host-package] Compiling chacha20 v0.9.1
34232026-09-11T19:26:34.010Z[ host-package] Compiling blake2 v0.10.6
34242026-09-11T19:26:34.146Z[ host-package] Compiling aead v0.5.2
34252026-09-11T19:26:34.189Z[ host-package] Compiling password-hash v0.5.0
34262026-09-11T19:26:34.193Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34272026-09-11T19:26:34.256Z[ host-package] Compiling typify-impl v0.6.2
34282026-09-11T19:26:34.304Z[ host-package] Compiling vsss-rs v3.3.4
34292026-09-11T19:26:34.419Z[ host-package] Compiling chacha20poly1305 v0.10.1
34302026-09-11T19:26:34.461Z[ host-package] Compiling camino-tempfile v1.4.1
34312026-09-11T19:26:34.611Z[ host-package] Compiling argon2 v0.5.3
34322026-09-11T19:26:34.856Z[ host-package] Compiling ingot-types v0.2.0
34332026-09-11T19:26:34.900Z[ host-package] Compiling heapless v0.8.0
34342026-09-11T19:26:34.954Z[ host-package] Compiling cobs v0.3.0
34352026-09-11T19:26:35.048Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34362026-09-11T19:26:35.110Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34372026-09-11T19:26:35.252Z[ host-package] Compiling postcard v1.1.3
34382026-09-11T19:26:35.287Z[ host-package] Compiling ingot v0.2.1
34392026-09-11T19:26:35.329Z[ host-package] Compiling cstr-argument v0.1.2
34402026-09-11T19:26:35.394Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34412026-09-11T19:26:35.472Z[ host-package] Compiling smoltcp v0.11.0
34422026-09-11T19:26:35.498Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34432026-09-11T19:26:35.563Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34442026-09-11T19:26:35.563Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
34452026-09-11T19:26:35.588Z[ host-package] Compiling sigpipe v0.1.3
34462026-09-11T19:26:35.697Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34472026-09-11T19:26:35.749Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
34482026-09-11T19:26:35.787Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34492026-09-11T19:26:35.923Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34502026-09-11T19:26:35.966Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
34512026-09-11T19:26:35.966Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34522026-09-11T19:26:36.017Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34532026-09-11T19:26:36.075Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34542026-09-11T19:26:36.172Z[ host-package] Compiling zone v0.3.1
34552026-09-11T19:26:36.212Z[ helios-setup] Sep 11 19:26:35.449 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34562026-09-11T19:26:36.255Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34572026-09-11T19:26:36.307Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
34582026-09-11T19:26:36.313Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34592026-09-11T19:26:36.391Z[ host-package] Compiling tokio-dtrace v0.1.1
34602026-09-11T19:26:36.651Z[ host-package] Compiling bytecount v0.6.9
34612026-09-11T19:26:36.849Z[ host-package] Compiling oxide-tokio-rt v0.1.4
34622026-09-11T19:26:36.878Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34632026-09-11T19:26:36.878Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34642026-09-11T19:26:37.010Z[ host-package] Compiling slog-dtrace v0.3.0
34652026-09-11T19:26:37.144Z[ host-package] Compiling prettyplease v0.2.37
34662026-09-11T19:26:37.253Z[ host-package] Compiling newline-converter v0.3.0
34672026-09-11T19:26:37.338Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34682026-09-11T19:26:37.378Z[ host-package] Compiling gethostname v0.5.0
34692026-09-11T19:26:37.516Z[ host-package] Compiling console v0.15.11
34702026-09-11T19:26:37.566Z[ host-package] Compiling oxide-update-engine-types v0.1.2
34712026-09-11T19:26:37.638Z[ host-package] Compiling cancel-safe-futures v0.1.5
34722026-09-11T19:26:37.642Z[ host-package] Compiling num-rational v0.4.2
34732026-09-11T19:26:37.880Z[ host-package] Compiling num-complex v0.4.6
34742026-09-11T19:26:37.977Z[ host-package] Compiling expectorate v1.2.0
34752026-09-11T19:26:38.053Z[ host-package] Compiling match_cfg v0.1.0
34762026-09-11T19:26:38.109Z[ host-package] Compiling typify-macro v0.6.2
34772026-09-11T19:26:38.207Z[ host-package] Compiling compression-core v0.4.31
34782026-09-11T19:26:38.442Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34792026-09-11T19:26:38.498Z[ host-package] Compiling num v0.4.3
34802026-09-11T19:26:38.733Z[ host-package] Compiling linear-map v1.2.0
34812026-09-11T19:26:38.736Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
34822026-09-11T19:26:38.846Z[ host-package] Compiling float-ord v0.3.2
34832026-09-11T19:26:38.974Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34842026-09-11T19:26:39.018Z[ host-package] Compiling oxide-update-engine v0.1.2
34852026-09-11T19:26:39.225Z[ host-package] Compiling async-stream v0.3.6
34862026-09-11T19:26:39.373Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34872026-09-11T19:26:39.377Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34882026-09-11T19:26:39.424Z[ helios-setup] Sep 11 19:26:38.669 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34892026-09-11T19:26:39.567Z[ host-package] Compiling waitgroup v0.1.2
34902026-09-11T19:26:39.790Z[ host-package] Compiling backon v1.6.0
34912026-09-11T19:26:39.823Z[ host-package] Compiling typify v0.6.2
34922026-09-11T19:26:40.020Z[ host-package] Compiling progenitor-impl v0.14.0
34932026-09-11T19:26:40.074Z[ host-package] Compiling minimal-lexical v0.2.1
34942026-09-11T19:26:40.349Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34952026-09-11T19:26:40.441Z[ host-package] Compiling nom v7.1.3
34962026-09-11T19:26:40.470Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34972026-09-11T19:26:40.526Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34982026-09-11T19:26:40.981Z[ host-package] Compiling itertools v0.14.0
34992026-09-11T19:26:41.944Z[ host-package] Compiling humantime v2.3.0
35002026-09-11T19:26:42.118Z[ host-package] Compiling unicode-xid v0.2.6
35012026-09-11T19:26:42.290Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
35022026-09-11T19:26:42.327Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35032026-09-11T19:26:42.470Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
35042026-09-11T19:26:42.474Z[ host-package] Compiling progenitor-macro v0.14.0
35052026-09-11T19:26:42.563Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35062026-09-11T19:26:42.594Z[ host-package] Compiling papergrid v0.11.0
35072026-09-11T19:26:42.671Z[ host-package] Compiling tabled_derive v0.7.0
35082026-09-11T19:26:42.868Z[ host-package] Compiling termtree v0.5.1
35092026-09-11T19:26:42.980Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35102026-09-11T19:26:43.106Z[ host-package] Compiling crossterm v0.29.0
35112026-09-11T19:26:43.622Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35122026-09-11T19:26:43.698Z[ host-package] Compiling phf_shared v0.12.1
35132026-09-11T19:26:43.742Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35142026-09-11T19:26:43.880Z[ host-package] Compiling tabled v0.15.0
35152026-09-11T19:26:43.965Z[ host-package] Compiling vte v0.14.1
35162026-09-11T19:26:44.126Z[ host-package] Compiling csv-core v0.1.13
35172026-09-11T19:26:44.287Z[ host-package] Compiling highway v1.3.0
35182026-09-11T19:26:44.351Z[ host-package] Compiling chrono-tz v0.10.4
35192026-09-11T19:26:44.554Z[ host-package] Compiling csv v1.4.0
35202026-09-11T19:26:44.681Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35212026-09-11T19:26:44.731Z[ host-package] Compiling strip-ansi-escapes v0.2.1
35222026-09-11T19:26:44.842Z[ host-package] Compiling phf v0.12.1
35232026-09-11T19:26:44.938Z[ host-package] Compiling const_format_proc_macros v0.2.34
35242026-09-11T19:26:45.108Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35252026-09-11T19:26:45.151Z[ host-package] Compiling fd-lock v4.0.4
35262026-09-11T19:26:45.206Z[ host-package] Compiling peg-macros v0.8.5
35272026-09-11T19:26:45.429Z[ host-package] Compiling nu-ansi-term v0.50.3
35282026-09-11T19:26:45.631Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35292026-09-11T19:26:45.891Z[ host-package] Compiling reedline v0.40.0
35302026-09-11T19:26:45.993Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35312026-09-11T19:26:46.113Z[ host-package] Compiling const_format v0.2.35
35322026-09-11T19:26:46.452Z[ host-package] Compiling bcs v0.1.6
35332026-09-11T19:26:46.558Z[ host-package] Compiling nom v8.0.0
35342026-09-11T19:26:46.760Z[ host-package] Compiling semver v0.1.20
35352026-09-11T19:26:46.901Z[ host-package] Compiling peg v0.8.5
35362026-09-11T19:26:47.188Z[ host-package] Compiling progenitor v0.14.0
35372026-09-11T19:26:47.229Z[ host-package] Compiling rustc_version v0.1.7
35382026-09-11T19:26:47.280Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35392026-09-11T19:26:47.394Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35402026-09-11T19:26:47.481Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35412026-09-11T19:26:47.538Z[ host-package] Compiling newtype_derive v0.1.6
35422026-09-11T19:26:47.573Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35432026-09-11T19:26:47.651Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35442026-09-11T19:26:47.729Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
35452026-09-11T19:26:47.781Z[ host-package] Compiling sha1 v0.10.6
35462026-09-11T19:26:48.018Z[ host-package] Compiling utf-8 v0.7.6
35472026-09-11T19:26:48.076Z[ host-package] Compiling steno v0.4.1
35482026-09-11T19:26:48.125Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35492026-09-11T19:26:48.231Z[ host-package] Compiling tagptr v0.2.0
35502026-09-11T19:26:48.257Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35512026-09-11T19:26:48.260Z[ host-package] Compiling tungstenite v0.21.0
35522026-09-11T19:26:48.330Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35532026-09-11T19:26:48.330Z[ host-package] Compiling darling_core v0.21.3
35542026-09-11T19:26:48.396Z[ host-package] Compiling moka v0.12.13
35552026-09-11T19:26:48.447Z[ host-package] Compiling display-error-chain v0.2.2
35562026-09-11T19:26:48.565Z[ host-package] Compiling vergen-lib v0.1.6
35572026-09-11T19:26:48.595Z[ host-package] Compiling diesel_derives v2.3.7
35582026-09-11T19:26:48.879Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35592026-09-11T19:26:48.939Z[ host-package] Compiling vergen-gitcl v1.0.8
35602026-09-11T19:26:48.950Z[ host-package] Compiling tokio-tungstenite v0.21.0
35612026-09-11T19:26:49.007Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35622026-09-11T19:26:49.230Z[ host-package] Compiling dirs-sys-next v0.1.2
35632026-09-11T19:26:49.351Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35642026-09-11T19:26:49.445Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35652026-09-11T19:26:49.509Z[ host-package] Compiling hickory-resolver v0.25.2
35662026-09-11T19:26:49.535Z[ host-package] Compiling crunchy v0.2.4
35672026-09-11T19:26:49.593Z[ host-package] Compiling maplit v1.0.2
35682026-09-11T19:26:49.666Z[ host-package] Compiling glob v0.3.3
35692026-09-11T19:26:49.754Z[ host-package] Compiling dirs-next v2.0.0
35702026-09-11T19:26:49.859Z[ host-package] Compiling r2d2 v0.8.10
35712026-09-11T19:26:49.970Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35722026-09-11T19:26:50.000Z[ host-package] Compiling libscf-sys v1.2.0
35732026-09-11T19:26:50.007Z[ host-package] Compiling xshell-macros v0.2.7
35742026-09-11T19:26:50.033Z[ host-package] Compiling clang-sys v1.8.1
35752026-09-11T19:26:50.171Z[ host-package] Compiling tiny-keccak v2.0.2
35762026-09-11T19:26:50.235Z[ host-package] Compiling downcast-rs v2.0.2
35772026-09-11T19:26:50.436Z[ host-package] Compiling term v0.7.0
35782026-09-11T19:26:50.471Z[ host-package] Compiling papergrid v0.18.0
35792026-09-11T19:26:50.590Z[ host-package] Compiling xshell v0.2.7
35802026-09-11T19:26:50.622Z[ host-package] Compiling darling_macro v0.21.3
35812026-09-11T19:26:50.656Z[ host-package] Compiling bit-vec v0.6.3
35822026-09-11T19:26:50.775Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35832026-09-11T19:26:50.825Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35842026-09-11T19:26:50.893Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35852026-09-11T19:26:50.999Z[ host-package] Compiling bit-set v0.5.3
35862026-09-11T19:26:51.032Z[ host-package] Compiling ascii-canvas v3.0.0
35872026-09-11T19:26:51.213Z[ host-package] Compiling darling v0.21.3
35882026-09-11T19:26:51.250Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35892026-09-11T19:26:51.332Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35902026-09-11T19:26:51.391Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35912026-09-11T19:26:51.394Z[ host-package] Compiling dsl_auto_type v0.2.0
35922026-09-11T19:26:51.443Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35932026-09-11T19:26:51.481Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35942026-09-11T19:26:51.525Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35952026-09-11T19:26:51.701Z[ host-package] Compiling itertools v0.10.5
35962026-09-11T19:26:51.767Z[ host-package] Compiling tabled v0.21.0
35972026-09-11T19:26:51.803Z[ host-package] Compiling ena v0.14.4
35982026-09-11T19:26:51.851Z[ helios-setup] Sep 11 19:26:51.095 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.03s
35992026-09-11T19:26:51.888Z[ helios-setup] Sep 11 19:26:51.132 INFO building project "amd-host-image-builder" ok (45 seconds)
36002026-09-11T19:26:51.888Z[ helios-setup] Sep 11 19:26:51.132 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36012026-09-11T19:26:51.896Z[ helios-setup] Sep 11 19:26:51.140 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
36022026-09-11T19:26:51.896Z[ helios-setup] Sep 11 19:26:51.140 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36032026-09-11T19:26:51.899Z[ helios-setup] Sep 11 19:26:51.141 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36042026-09-11T19:26:51.984Z[ host-package] Compiling libloading v0.8.9
36052026-09-11T19:26:52.083Z[ helios-setup] Sep 11 19:26:51.328 INFO E| Downloading crates ...
36062026-09-11T19:26:52.122Z[ helios-setup] Sep 11 19:26:51.367 INFO E| Downloaded adler2 v2.0.0
36072026-09-11T19:26:52.133Z[ helios-setup] Sep 11 19:26:51.378 INFO E| Downloaded miniz_oxide v0.8.8
36082026-09-11T19:26:52.159Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36092026-09-11T19:26:52.174Z[ helios-setup] Sep 11 19:26:51.419 INFO E| Compiling adler2 v2.0.0
36102026-09-11T19:26:52.227Z[ host-package] Compiling unicase v2.9.0
36112026-09-11T19:26:52.269Z[ helios-setup] Sep 11 19:26:51.513 INFO E| Compiling miniz_oxide v0.8.8
36122026-09-11T19:26:52.298Z[ host-package] Compiling diff v0.1.13
36132026-09-11T19:26:52.425Z[ host-package] Compiling bindgen v0.71.1
36142026-09-11T19:26:52.504Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36152026-09-11T19:26:52.551Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
36162026-09-11T19:26:52.601Z[ host-package] Compiling regex-syntax v0.6.29
36172026-09-11T19:26:52.759Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36182026-09-11T19:26:53.003Z[ host-package] Compiling cexpr v0.6.0
36192026-09-11T19:26:53.146Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36202026-09-11T19:26:53.205Z[ host-package] Compiling rustc-hash v2.1.1
36212026-09-11T19:26:53.320Z[ helios-setup] Sep 11 19:26:52.565 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36222026-09-11T19:26:53.384Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36232026-09-11T19:26:53.576Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36242026-09-11T19:26:53.614Z[ host-package] Compiling headers-core v0.3.0
36252026-09-11T19:26:53.667Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36262026-09-11T19:26:53.795Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
36272026-09-11T19:26:53.848Z[ helios-setup] Sep 11 19:26:53.093 INFO E| Finished `release` profile [optimized] target(s) in 1.94s
36282026-09-11T19:26:53.859Z[ helios-setup] Sep 11 19:26:53.104 INFO building project "pinprick" ok (1 seconds)
36292026-09-11T19:26:53.860Z[ helios-setup] Sep 11 19:26:53.104 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36302026-09-11T19:26:53.869Z[ helios-setup] Sep 11 19:26:53.114 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
36312026-09-11T19:26:53.869Z[ helios-setup] Sep 11 19:26:53.114 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36322026-09-11T19:26:53.869Z[ helios-setup] Sep 11 19:26:53.114 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36332026-09-11T19:26:53.908Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36342026-09-11T19:26:53.981Z[ helios-setup] Sep 11 19:26:53.225 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36352026-09-11T19:26:54.111Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-09-11T19:26:54.323Z[ helios-setup] Sep 11 19:26:53.567 INFO E| From https://github.com/jclulow/rust-jmclib
36372026-09-11T19:26:54.323Z[ helios-setup] Sep 11 19:26:53.567 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36382026-09-11T19:26:54.328Z[ helios-setup] Sep 11 19:26:53.573 INFO E| Updating crates.io index
36392026-09-11T19:26:54.374Z[ helios-setup] Sep 11 19:26:53.619 INFO E| Downloading crates ...
36402026-09-11T19:26:54.426Z[ helios-setup] Sep 11 19:26:53.671 INFO E| Downloaded anyhow v1.0.72
36412026-09-11T19:26:54.430Z[ helios-setup] Sep 11 19:26:53.674 INFO E| Downloaded proc-macro2 v1.0.66
36422026-09-11T19:26:54.436Z[ helios-setup] Sep 11 19:26:53.681 INFO E| Downloaded errno v0.3.1
36432026-09-11T19:26:54.439Z[ helios-setup] Sep 11 19:26:53.682 INFO E| Downloaded block-buffer v0.9.0
36442026-09-11T19:26:54.439Z[ helios-setup] Sep 11 19:26:53.683 INFO E| Downloaded libdevinfo-sys v1.0.0
36452026-09-11T19:26:54.441Z[ helios-setup] Sep 11 19:26:53.686 INFO E| Downloaded itoa v1.0.9
36462026-09-11T19:26:54.445Z[ helios-setup] Sep 11 19:26:53.690 INFO E| Downloaded digest v0.9.0
36472026-09-11T19:26:54.449Z[ helios-setup] Sep 11 19:26:53.694 INFO E| Downloaded cpufeatures v0.2.9
36482026-09-11T19:26:54.453Z[ helios-setup] Sep 11 19:26:53.697 INFO E| Downloaded sha-1 v0.9.8
36492026-09-11T19:26:54.456Z[ helios-setup] Sep 11 19:26:53.699 INFO E| Downloaded opaque-debug v0.3.0
36502026-09-11T19:26:54.460Z[ helios-setup] Sep 11 19:26:53.705 INFO E| Downloaded walkdir v2.3.3
36512026-09-11T19:26:54.463Z[ helios-setup] Sep 11 19:26:53.706 INFO E| Downloaded bitflags v2.3.3
36522026-09-11T19:26:54.465Z[ helios-setup] Sep 11 19:26:53.708 INFO E| Downloaded md-5 v0.9.1
36532026-09-11T19:26:54.465Z[ helios-setup] Sep 11 19:26:53.709 INFO E| Downloaded quote v1.0.31
36542026-09-11T19:26:54.468Z[ helios-setup] Sep 11 19:26:53.711 INFO E| Downloaded tempfile v3.7.0
36552026-09-11T19:26:54.471Z[ helios-setup] Sep 11 19:26:53.713 INFO E| Downloaded fastrand v2.0.0
36562026-09-11T19:26:54.471Z[ helios-setup] Sep 11 19:26:53.714 INFO E| Downloaded glob v0.3.1
36572026-09-11T19:26:54.471Z[ helios-setup] Sep 11 19:26:53.714 INFO E| Downloaded once_cell v1.18.0
36582026-09-11T19:26:54.474Z[ helios-setup] Sep 11 19:26:53.716 INFO E| Downloaded ryu v1.0.15
36592026-09-11T19:26:54.474Z[ helios-setup] Sep 11 19:26:53.718 INFO E| Downloaded unicode-ident v1.0.11
36602026-09-11T19:26:54.477Z[ helios-setup] Sep 11 19:26:53.720 INFO E| Downloaded getrandom v0.2.10
36612026-09-11T19:26:54.480Z[ helios-setup] Sep 11 19:26:53.722 INFO E| Downloaded typenum v1.16.0
36622026-09-11T19:26:54.480Z[ helios-setup] Sep 11 19:26:53.724 INFO E| Downloaded uuid v0.8.2
36632026-09-11T19:26:54.483Z[ helios-setup] Sep 11 19:26:53.727 INFO E| Downloaded serde_derive v1.0.193
36642026-09-11T19:26:54.486Z[ helios-setup] Sep 11 19:26:53.731 INFO E| Downloaded serde v1.0.193
36652026-09-11T19:26:54.489Z[ helios-setup] Sep 11 19:26:53.733 INFO E| Downloaded toml v0.5.11
36662026-09-11T19:26:54.504Z[ helios-setup] Sep 11 19:26:53.749 INFO E| Downloaded serde_json v1.0.103
36672026-09-11T19:26:54.520Z[ helios-setup] Sep 11 19:26:53.764 INFO E| Downloaded syn v2.0.32
36682026-09-11T19:26:54.531Z[ helios-setup] Sep 11 19:26:53.776 INFO E| Downloaded rustix v0.38.4
36692026-09-11T19:26:54.535Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36702026-09-11T19:26:54.555Z[ helios-setup] Sep 11 19:26:53.799 INFO E| Downloaded libc v0.2.147
36712026-09-11T19:26:54.572Z[ host-package] Compiling lalrpop v0.19.12
36722026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling libc v0.2.147
36732026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling proc-macro2 v1.0.66
36742026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling cfg-if v1.0.0
36752026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling unicode-ident v1.0.11
36762026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling typenum v1.16.0
36772026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling version_check v0.9.4
36782026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling serde v1.0.193
36792026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling itoa v1.0.9
36802026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling slog v2.7.0
36812026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling time-core v0.1.2
36822026-09-11T19:26:54.622Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling powerfmt v0.2.0
36832026-09-11T19:26:54.626Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling num-conv v0.1.0
36842026-09-11T19:26:54.626Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling rustix v0.38.4
36852026-09-11T19:26:54.626Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling num_threads v0.1.6
36862026-09-11T19:26:54.626Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling bitflags v2.3.3
36872026-09-11T19:26:54.626Z[ helios-setup] Sep 11 19:26:53.864 INFO E| Compiling once_cell v1.18.0
36882026-09-11T19:26:54.976Z[ helios-setup] Sep 11 19:26:54.221 INFO E| Compiling fastrand v2.0.0
36892026-09-11T19:26:55.038Z[ host-package] Compiling libxml v0.3.3
36902026-09-11T19:26:55.154Z[ helios-setup] Sep 11 19:26:54.396 INFO E| Compiling deranged v0.3.11
36912026-09-11T19:26:55.154Z[ helios-setup] Sep 11 19:26:54.396 INFO E| Compiling thread_local v1.1.7
36922026-09-11T19:26:55.172Z[ helios-setup] Sep 11 19:26:54.416 INFO E| Compiling opaque-debug v0.3.0
36932026-09-11T19:26:55.256Z[ helios-setup] Sep 11 19:26:54.500 INFO E| Compiling serde_json v1.0.103
36942026-09-11T19:26:55.281Z[ helios-setup] Sep 11 19:26:54.525 INFO E| Compiling anyhow v1.0.72
36952026-09-11T19:26:55.299Z[ helios-setup] Sep 11 19:26:54.544 INFO E| Compiling time-macros v0.2.18
36962026-09-11T19:26:55.317Z[ helios-setup] Sep 11 19:26:54.562 INFO E| Compiling same-file v1.0.6
36972026-09-11T19:26:55.376Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36982026-09-11T19:26:55.379Z[ helios-setup] Sep 11 19:26:54.621 INFO E| Compiling unicode-width v0.1.10
36992026-09-11T19:26:55.458Z[ helios-setup] Sep 11 19:26:54.703 INFO E| Compiling ryu v1.0.15
37002026-09-11T19:26:55.523Z[ helios-setup] Sep 11 19:26:54.764 INFO E| Compiling cpufeatures v0.2.9
37012026-09-11T19:26:55.568Z[ helios-setup] Sep 11 19:26:54.812 INFO E| Compiling walkdir v2.3.3
37022026-09-11T19:26:55.614Z[ helios-setup] Sep 11 19:26:54.859 INFO E| Compiling generic-array v0.14.7
37032026-09-11T19:26:55.710Z[ helios-setup] Sep 11 19:26:54.953 INFO E| Compiling getopts v0.2.21
37042026-09-11T19:26:55.790Z[ helios-setup] Sep 11 19:26:55.034 INFO E| Compiling libdevinfo-sys v1.0.0
37052026-09-11T19:26:55.804Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37062026-09-11T19:26:55.832Z[ helios-setup] Sep 11 19:26:55.076 INFO E| Compiling glob v0.3.1
37072026-09-11T19:26:56.260Z[ host-package] Compiling crc8 v0.1.1
37082026-09-11T19:26:56.281Z[ helios-setup] Sep 11 19:26:55.525 INFO E| Compiling dirs-sys-next v0.1.2
37092026-09-11T19:26:56.281Z[ helios-setup] Sep 11 19:26:55.525 INFO E| Compiling errno v0.3.1
37102026-09-11T19:26:56.281Z[ helios-setup] Sep 11 19:26:55.525 INFO E| Compiling atty v0.2.14
37112026-09-11T19:26:56.284Z[ helios-setup] Sep 11 19:26:55.525 INFO E| Compiling getrandom v0.2.10
37122026-09-11T19:26:56.412Z[ helios-setup] Sep 11 19:26:55.656 INFO E| Compiling quote v1.0.31
37132026-09-11T19:26:56.417Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
37142026-09-11T19:26:56.486Z[ helios-setup] Sep 11 19:26:55.731 INFO E| Compiling dirs-next v2.0.0
37152026-09-11T19:26:56.663Z[ helios-setup] Sep 11 19:26:55.908 INFO E| Compiling term v0.7.0
37162026-09-11T19:26:56.669Z[ host-package] Compiling headers v0.4.1
37172026-09-11T19:26:56.738Z[ helios-setup] Sep 11 19:26:55.982 INFO E| Compiling syn v2.0.32
37182026-09-11T19:26:56.846Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
37192026-09-11T19:26:57.133Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37202026-09-11T19:26:57.292Z[ helios-setup] Sep 11 19:26:56.536 INFO E| Compiling tempfile v3.7.0
37212026-09-11T19:26:57.336Z[ helios-setup] Sep 11 19:26:56.580 INFO E| Compiling digest v0.9.0
37222026-09-11T19:26:57.336Z[ helios-setup] Sep 11 19:26:56.580 INFO E| Compiling block-buffer v0.9.0
37232026-09-11T19:26:57.343Z[ helios-setup] Sep 11 19:26:56.588 INFO E| Compiling time v0.3.36
37242026-09-11T19:26:57.548Z[ helios-setup] Sep 11 19:26:56.792 INFO E| Compiling md-5 v0.9.1
37252026-09-11T19:26:57.548Z[ helios-setup] Sep 11 19:26:56.792 INFO E| Compiling sha-1 v0.9.8
37262026-09-11T19:26:57.611Z[ host-package] Compiling strum_macros v0.24.3
37272026-09-11T19:26:57.821Z[ host-package] Compiling indoc v1.0.9
37282026-09-11T19:26:57.954Z[ host-package] Compiling diesel v2.3.7
37292026-09-11T19:26:58.317Z[ helios-setup] Sep 11 19:26:57.561 INFO E| Compiling slog-term v2.9.0
37302026-09-11T19:26:58.476Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37312026-09-11T19:26:58.883Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37322026-09-11T19:26:59.060Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37332026-09-11T19:26:59.092Z[ helios-setup] Sep 11 19:26:58.337 INFO E| Compiling serde_derive v1.0.193
37342026-09-11T19:26:59.288Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
37352026-09-11T19:26:59.342Z[ host-package] Compiling quick-xml v0.37.5
37362026-09-11T19:26:59.736Z[ host-package] Compiling derive_builder v0.20.2
37372026-09-11T19:26:59.947Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37382026-09-11T19:26:59.980Z[ host-package] Compiling oso-derive v0.27.3
37392026-09-11T19:27:00.065Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
37402026-09-11T19:27:00.696Z[ host-package] Compiling object v0.39.1
37412026-09-11T19:27:00.701Z[ host-package] Compiling openssl-probe v0.1.6
37422026-09-11T19:27:00.861Z[ host-package] Compiling samael v0.0.19
37432026-09-11T19:27:01.070Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
37442026-09-11T19:27:01.183Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37452026-09-11T19:27:01.308Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37462026-09-11T19:27:01.525Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37472026-09-11T19:27:01.600Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
37482026-09-11T19:27:01.715Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
37492026-09-11T19:27:01.997Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
37502026-09-11T19:27:02.066Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37512026-09-11T19:27:02.286Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37522026-09-11T19:27:02.449Z[ host-package] Compiling bb8 v0.8.6
37532026-09-11T19:27:02.476Z[ host-package] Compiling filetime v0.2.27
37542026-09-11T19:27:02.542Z[ host-package] Compiling trait-variant v0.1.2
37552026-09-11T19:27:02.692Z[ host-package] Compiling half v1.8.3
37562026-09-11T19:27:02.723Z[ host-package] Compiling path-slash v0.2.1
37572026-09-11T19:27:02.835Z[ host-package] Compiling tar v0.4.46
37582026-09-11T19:27:02.962Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37592026-09-11T19:27:03.051Z[ host-package] Compiling serde_cbor v0.11.2
37602026-09-11T19:27:03.145Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
37612026-09-11T19:27:03.176Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37622026-09-11T19:27:03.484Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37632026-09-11T19:27:03.529Z[ helios-setup] Sep 11 19:27:02.771 INFO E| Compiling toml v0.5.11
37642026-09-11T19:27:03.529Z[ helios-setup] Sep 11 19:27:02.771 INFO E| Compiling uuid v0.8.2
37652026-09-11T19:27:03.583Z[ host-package] Compiling nonempty v0.12.0
37662026-09-11T19:27:03.871Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37672026-09-11T19:27:03.908Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37682026-09-11T19:27:04.082Z[ host-package] Compiling polar-core v0.27.3
37692026-09-11T19:27:04.411Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37702026-09-11T19:27:04.488Z[ helios-setup] Sep 11 19:27:03.732 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37712026-09-11T19:27:04.841Z[ host-package] Compiling fxhash v0.2.1
37722026-09-11T19:27:05.033Z[ host-package] Compiling libz-sys v1.1.24
37732026-09-11T19:27:05.188Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37742026-09-11T19:27:05.267Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37752026-09-11T19:27:05.314Z[ helios-setup] Sep 11 19:27:04.557 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37762026-09-11T19:27:05.426Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37772026-09-11T19:27:05.667Z[ host-package] Compiling kstat-rs v0.2.5
37782026-09-11T19:27:05.728Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37792026-09-11T19:27:05.766Z[ host-package] Compiling dashu-int v0.5.1
37802026-09-11T19:27:06.043Z[ host-package] Compiling seq-macro v0.3.6
37812026-09-11T19:27:06.221Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37822026-09-11T19:27:06.422Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37832026-09-11T19:27:06.461Z[ host-package] Compiling mime_guess v2.0.5
37842026-09-11T19:27:06.609Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
37852026-09-11T19:27:07.068Z[ host-package] Compiling ssh-encoding v0.2.0
37862026-09-11T19:27:07.197Z[ host-package] Compiling nanorand v0.7.0
37872026-09-11T19:27:07.257Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
37882026-09-11T19:27:07.359Z[ host-package] Compiling keccak v0.2.0
37892026-09-11T19:27:07.541Z[ host-package] Compiling parking_lot_core v0.8.6
37902026-09-11T19:27:07.597Z[ host-package] Compiling dashu-base v0.5.1
37912026-09-11T19:27:07.629Z[ host-package] Compiling sponge-cursor v0.1.0
37922026-09-11T19:27:07.657Z[ host-package] Compiling num-modular v0.6.5
37932026-09-11T19:27:07.836Z[ host-package] Compiling rlimit v0.10.2
37942026-09-11T19:27:07.911Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
37952026-09-11T19:27:08.103Z[ host-package] Compiling sha3 v0.12.0
37962026-09-11T19:27:08.272Z[ host-package] Compiling flume v0.11.1
37972026-09-11T19:27:08.624Z[ host-package] Compiling ssh-cipher v0.2.0
37982026-09-11T19:27:08.711Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-09-11T19:27:08.835Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-09-11T19:27:09.004Z[ host-package] Compiling tungstenite v0.28.0
38012026-09-11T19:27:09.479Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38022026-09-11T19:27:09.578Z[ host-package] Compiling p256 v0.13.2
38032026-09-11T19:27:09.902Z[ helios-setup] Sep 11 19:27:09.145 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.02s
38042026-09-11T19:27:09.929Z[ helios-setup] Sep 11 19:27:09.173 INFO building project "image-builder" ok (16 seconds)
38052026-09-11T19:27:09.929Z[ helios-setup] Sep 11 19:27:09.173 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
38062026-09-11T19:27:09.938Z[ helios-setup] Sep 11 19:27:09.182 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
38072026-09-11T19:27:09.938Z[ helios-setup] Sep 11 19:27:09.182 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
38082026-09-11T19:27:09.940Z[ helios-setup] Sep 11 19:27:09.182 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
38092026-09-11T19:27:09.980Z[ host-package] Compiling git-stub v1.0.0
38102026-09-11T19:27:10.037Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
38112026-09-11T19:27:10.058Z[ helios-setup] Sep 11 19:27:09.297 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
38122026-09-11T19:27:10.215Z[ host-package] Compiling instability v0.3.11
38132026-09-11T19:27:10.270Z[ host-package] Compiling strsim v0.10.0
38142026-09-11T19:27:10.321Z[ host-package] Compiling num-primitive v0.2.1
38152026-09-11T19:27:10.420Z[ helios-setup] Sep 11 19:27:09.664 INFO E| From https://github.com/jclulow/hiercmd
38162026-09-11T19:27:10.420Z[ helios-setup] Sep 11 19:27:09.664 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
38172026-09-11T19:27:10.434Z[ helios-setup] Sep 11 19:27:09.678 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
38182026-09-11T19:27:10.475Z[ host-package] Compiling http-range v0.1.5
38192026-09-11T19:27:10.579Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
38202026-09-11T19:27:10.638Z[ host-package] Compiling darling_core v0.13.4
38212026-09-11T19:27:10.750Z[ helios-setup] Sep 11 19:27:09.994 INFO E| From https://github.com/oxidecomputer/network-interface
38222026-09-11T19:27:10.750Z[ helios-setup] Sep 11 19:27:09.995 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
38232026-09-11T19:27:10.763Z[ helios-setup] Sep 11 19:27:10.007 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
38242026-09-11T19:27:10.784Z[ host-package] Compiling git-stub-vcs v0.1.0
38252026-09-11T19:27:10.816Z[ host-package] Compiling ssh-key v0.6.7
38262026-09-11T19:27:10.970Z[ host-package] Compiling dsi-bitstream v0.10.1
38272026-09-11T19:27:11.035Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
38282026-09-11T19:27:11.160Z[ host-package] Compiling tokio-tungstenite v0.28.0
38292026-09-11T19:27:11.377Z[ helios-setup] Sep 11 19:27:10.622 INFO E| From https://github.com/oxidecomputer/boot-image-tools
38302026-09-11T19:27:11.377Z[ helios-setup] Sep 11 19:27:10.622 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
38312026-09-11T19:27:11.395Z[ helios-setup] Sep 11 19:27:10.640 INFO E| Updating crates.io index
38322026-09-11T19:27:11.453Z[ helios-setup] Sep 11 19:27:10.697 INFO E| Downloading crates ...
38332026-09-11T19:27:11.525Z[ helios-setup] Sep 11 19:27:10.769 INFO E| Downloaded serde_spanned v1.0.3
38342026-09-11T19:27:11.528Z[ helios-setup] Sep 11 19:27:10.771 INFO E| Downloaded futures-io v0.3.31
38352026-09-11T19:27:11.528Z[ helios-setup] Sep 11 19:27:10.772 INFO E| Downloaded clap_lex v0.7.6
38362026-09-11T19:27:11.531Z[ helios-setup] Sep 11 19:27:10.773 INFO E| Downloaded mio v1.1.0
38372026-09-11T19:27:11.533Z[ helios-setup] Sep 11 19:27:10.778 INFO E| Downloaded env_filter v0.1.4
38382026-09-11T19:27:11.536Z[ helios-setup] Sep 11 19:27:10.779 INFO E| Downloaded crc v3.3.0
38392026-09-11T19:27:11.536Z[ helios-setup] Sep 11 19:27:10.780 INFO E| Downloaded time-macros v0.2.24
38402026-09-11T19:27:11.539Z[ helios-setup] Sep 11 19:27:10.781 INFO E| Downloaded quote v1.0.41
38412026-09-11T19:27:11.542Z[ helios-setup] Sep 11 19:27:10.784 INFO E| Downloaded pin-utils v0.1.0
38422026-09-11T19:27:11.547Z[ helios-setup] Sep 11 19:27:10.791 INFO E| Downloaded futures-executor v0.3.31
38432026-09-11T19:27:11.549Z[ helios-setup] Sep 11 19:27:10.793 INFO E| Downloaded toml v0.9.8
38442026-09-11T19:27:11.552Z[ helios-setup] Sep 11 19:27:10.796 INFO E| Downloaded num_enum_derive v0.7.5
38452026-09-11T19:27:11.552Z[ helios-setup] Sep 11 19:27:10.797 INFO E| Downloaded find-msvc-tools v0.1.4
38462026-09-11T19:27:11.555Z[ helios-setup] Sep 11 19:27:10.798 INFO E| Downloaded anstyle v1.0.13
38472026-09-11T19:27:11.555Z[ helios-setup] Sep 11 19:27:10.799 INFO E| Downloaded env_logger v0.11.8
38482026-09-11T19:27:11.559Z[ helios-setup] Sep 11 19:27:10.801 INFO E| Downloaded getopts v0.2.24
38492026-09-11T19:27:11.559Z[ helios-setup] Sep 11 19:27:10.802 INFO E| Downloaded pin-project-lite v0.2.16
38502026-09-11T19:27:11.563Z[ helios-setup] Sep 11 19:27:10.805 INFO E| Downloaded time-core v0.1.6
38512026-09-11T19:27:11.563Z[ helios-setup] Sep 11 19:27:10.806 INFO E| Downloaded futures-macro v0.3.31
38522026-09-11T19:27:11.568Z[ helios-setup] Sep 11 19:27:10.812 INFO E| Downloaded bitflags v2.10.0
38532026-09-11T19:27:11.572Z[ helios-setup] Sep 11 19:27:10.815 INFO E| Downloaded clap v4.5.51
38542026-09-11T19:27:11.580Z[ helios-setup] Sep 11 19:27:10.821 INFO E| Downloaded libdevinfo-sys v1.1.0
38552026-09-11T19:27:11.586Z[ helios-setup] Sep 11 19:27:10.829 INFO E| Downloaded bitfield v0.19.3
38562026-09-11T19:27:11.590Z[ helios-setup] Sep 11 19:27:10.830 INFO E| Downloaded futures-sink v0.3.31
38572026-09-11T19:27:11.595Z[ helios-setup] Sep 11 19:27:10.839 INFO E| Downloaded zeroize v1.8.2
38582026-09-11T19:27:11.597Z[ helios-setup] Sep 11 19:27:10.842 INFO E| Downloaded thiserror-impl v2.0.17
38592026-09-11T19:27:11.600Z[ helios-setup] Sep 11 19:27:10.843 INFO E| Downloaded devinfo v0.1.0
38602026-09-11T19:27:11.600Z[ helios-setup] Sep 11 19:27:10.844 INFO E| Downloaded futures-core v0.3.31
38612026-09-11T19:27:11.609Z[ helios-setup] Sep 11 19:27:10.854 INFO E| Downloaded tokio-macros v2.6.0
38622026-09-11T19:27:11.615Z[ helios-setup] Sep 11 19:27:10.855 INFO E| Downloaded bitfield-macros v0.19.3
38632026-09-11T19:27:11.618Z[ helios-setup] Sep 11 19:27:10.862 INFO E| Downloaded futures-task v0.3.31
38642026-09-11T19:27:11.618Z[ helios-setup] Sep 11 19:27:10.863 INFO E| Downloaded signal-hook-registry v1.4.6
38652026-09-11T19:27:11.621Z[ helios-setup] Sep 11 19:27:10.863 INFO E| Downloaded generic-array v0.14.9
38662026-09-11T19:27:11.624Z[ helios-setup] Sep 11 19:27:10.869 INFO E| Downloaded anstyle-query v1.1.4
38672026-09-11T19:27:11.631Z[ helios-setup] Sep 11 19:27:10.876 INFO E| Downloaded num_enum v0.7.5
38682026-09-11T19:27:11.635Z[ helios-setup] Sep 11 19:27:10.879 INFO E| Downloaded unicode-ident v1.0.22
38692026-09-11T19:27:11.638Z[ helios-setup] Sep 11 19:27:10.881 INFO E| Downloaded proc-macro2 v1.0.103
38702026-09-11T19:27:11.640Z[ helios-setup] Sep 11 19:27:10.882 INFO E| Downloaded simd-adler32 v0.3.7
38712026-09-11T19:27:11.641Z[ helios-setup] Sep 11 19:27:10.883 INFO E| Downloaded zeroize_derive v1.4.2
38722026-09-11T19:27:11.644Z[ helios-setup] Sep 11 19:27:10.888 INFO E| Downloaded base64ct v1.8.0
38732026-09-11T19:27:11.647Z[ helios-setup] Sep 11 19:27:10.890 INFO E| Downloaded deranged v0.5.5
38742026-09-11T19:27:11.647Z[ helios-setup] Sep 11 19:27:10.891 INFO E| Downloaded iana-time-zone v0.1.64
38752026-09-11T19:27:11.650Z[ helios-setup] Sep 11 19:27:10.894 INFO E| Downloaded toml_datetime v0.7.3
38762026-09-11T19:27:11.652Z[ helios-setup] Sep 11 19:27:10.895 INFO E| Downloaded futures-channel v0.3.31
38772026-09-11T19:27:11.652Z[ helios-setup] Sep 11 19:27:10.897 INFO E| Downloaded slab v0.4.11
38782026-09-11T19:27:11.655Z[ helios-setup] Sep 11 19:27:10.900 INFO E| Downloaded toml_parser v1.0.4
38792026-09-11T19:27:11.681Z[ helios-setup] Sep 11 19:27:10.926 INFO E| Downloaded bytes v1.10.1
38802026-09-11T19:27:11.684Z[ helios-setup] Sep 11 19:27:10.929 INFO E| Downloaded socket2 v0.6.1
38812026-09-11T19:27:11.687Z[ helios-setup] Sep 11 19:27:10.930 INFO E| Downloaded thiserror v2.0.17
38822026-09-11T19:27:11.690Z[ helios-setup] Sep 11 19:27:10.933 INFO E| Downloaded toml_writer v1.0.4
38832026-09-11T19:27:11.692Z[ helios-setup] Sep 11 19:27:10.934 INFO E| Downloaded getrandom v0.2.16
38842026-09-11T19:27:11.693Z[ helios-setup] Sep 11 19:27:10.936 INFO E| Downloaded clap_derive v4.5.49
38852026-09-11T19:27:11.696Z[ helios-setup] Sep 11 19:27:10.938 INFO E| Downloaded uuid v1.18.1
38862026-09-11T19:27:11.696Z[ helios-setup] Sep 11 19:27:10.940 INFO E| Downloaded anyhow v1.0.100
38872026-09-11T19:27:11.699Z[ helios-setup] Sep 11 19:27:10.942 INFO E| Downloaded futures v0.3.31
38882026-09-11T19:27:11.703Z[ helios-setup] Sep 11 19:27:10.945 INFO E| Downloaded term v1.2.0
38892026-09-11T19:27:11.705Z[ helios-setup] Sep 11 19:27:10.947 INFO E| Downloaded log v0.4.28
38902026-09-11T19:27:11.737Z[ helios-setup] Sep 11 19:27:10.982 INFO E| Downloaded iddqd v0.3.14
38912026-09-11T19:27:11.741Z[ helios-setup] Sep 11 19:27:10.986 INFO E| Downloaded zerocopy-derive v0.8.27
38922026-09-11T19:27:11.759Z[ helios-setup] Sep 11 19:27:10.990 INFO E| Downloaded typenum v1.19.0
38932026-09-11T19:27:11.762Z[ helios-setup] Sep 11 19:27:10.992 INFO E| Downloaded memchr v2.7.6
38942026-09-11T19:27:11.762Z[ helios-setup] Sep 11 19:27:10.994 INFO E| Downloaded toml_edit v0.23.7
38952026-09-11T19:27:11.762Z[ helios-setup] Sep 11 19:27:10.997 INFO E| Downloaded cc v1.2.44
38962026-09-11T19:27:11.762Z[ helios-setup] Sep 11 19:27:10.998 INFO E| Downloaded flate2 v1.1.5
38972026-09-11T19:27:11.762Z[ helios-setup] Sep 11 19:27:11.001 INFO E| Downloaded rsa v0.9.8
38982026-09-11T19:27:11.762Z[ helios-setup] Sep 11 19:27:11.004 INFO E| Downloaded rand v0.8.5
38992026-09-11T19:27:11.769Z[ helios-setup] Sep 11 19:27:11.014 INFO E| Downloaded indexmap v2.12.0
39002026-09-11T19:27:11.790Z[ helios-setup] Sep 11 19:27:11.034 INFO E| Downloaded num-bigint-dig v0.8.4
39012026-09-11T19:27:11.793Z[ helios-setup] Sep 11 19:27:11.037 INFO E| Downloaded time v0.3.44
39022026-09-11T19:27:11.800Z[ helios-setup] Sep 11 19:27:11.044 INFO E| Downloaded futures-util v0.3.31
39032026-09-11T19:27:11.810Z[ helios-setup] Sep 11 19:27:11.055 INFO E| Downloaded hashbrown v0.16.0
39042026-09-11T19:27:11.813Z[ helios-setup] Sep 11 19:27:11.058 INFO E| Downloaded libm v0.2.15
39052026-09-11T19:27:11.827Z[ helios-setup] Sep 11 19:27:11.071 INFO E| Downloaded serde_json v1.0.145
39062026-09-11T19:27:11.831Z[ helios-setup] Sep 11 19:27:11.075 INFO E| Downloaded clap_builder v4.5.51
39072026-09-11T19:27:11.838Z[ helios-setup] Sep 11 19:27:11.079 INFO E| Downloaded chrono v0.4.42
39082026-09-11T19:27:11.841Z[ helios-setup] Sep 11 19:27:11.083 INFO E| Downloaded winnow v0.7.13
39092026-09-11T19:27:11.844Z[ helios-setup] Sep 11 19:27:11.088 INFO E| Downloaded zerocopy v0.8.27
39102026-09-11T19:27:11.856Z[ helios-setup] Sep 11 19:27:11.101 INFO E| Downloaded unicode-width v0.2.2
39112026-09-11T19:27:11.860Z[ helios-setup] Sep 11 19:27:11.104 INFO E| Downloaded syn v2.0.108
39122026-09-11T19:27:11.871Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39132026-09-11T19:27:11.874Z[ helios-setup] Sep 11 19:27:11.117 INFO E| Downloaded rustix v1.1.2
39142026-09-11T19:27:11.929Z[ helios-setup] Sep 11 19:27:11.173 INFO E| Downloaded libc v0.2.177
39152026-09-11T19:27:11.944Z[ helios-setup] Sep 11 19:27:11.188 INFO E| Downloaded tokio v1.48.0
39162026-09-11T19:27:12.049Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling proc-macro2 v1.0.103
39172026-09-11T19:27:12.049Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling unicode-ident v1.0.22
39182026-09-11T19:27:12.050Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling quote v1.0.41
39192026-09-11T19:27:12.054Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling libc v0.2.177
39202026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling serde_core v1.0.228
39212026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling cfg-if v1.0.4
39222026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling serde v1.0.228
39232026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling version_check v0.9.5
39242026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling autocfg v1.5.0
39252026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling typenum v1.19.0
39262026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling const-oid v0.9.6
39272026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling libm v0.2.15
39282026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling zerocopy v0.8.27
39292026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling rustversion v1.0.22
39302026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling zeroize v1.8.2
39312026-09-11T19:27:12.055Z[ helios-setup] Sep 11 19:27:11.293 INFO E| Compiling smallvec v1.15.1
39322026-09-11T19:27:12.226Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39332026-09-11T19:27:12.278Z[ host-package] Compiling progenitor-impl v0.13.0
39342026-09-11T19:27:12.369Z[ host-package] Compiling ignore v0.4.25
39352026-09-11T19:27:12.839Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
39362026-09-11T19:27:12.916Z[ helios-setup] Sep 11 19:27:12.160 INFO E| Compiling base64ct v1.8.0
39372026-09-11T19:27:12.948Z[ helios-setup] Sep 11 19:27:12.192 INFO E| Compiling byteorder v1.5.0
39382026-09-11T19:27:12.993Z[ helios-setup] Sep 11 19:27:12.238 INFO E| Compiling utf8parse v0.2.2
39392026-09-11T19:27:13.163Z[ helios-setup] Sep 11 19:27:12.407 INFO E| Compiling num-traits v0.2.19
39402026-09-11T19:27:13.294Z[ helios-setup] Sep 11 19:27:12.538 INFO E| Compiling hashbrown v0.16.0
39412026-09-11T19:27:13.331Z[ helios-setup] Sep 11 19:27:12.575 INFO E| Compiling crc32fast v1.5.0
39422026-09-11T19:27:13.340Z[ helios-setup] Sep 11 19:27:12.584 INFO E| Compiling memchr v2.7.6
39432026-09-11T19:27:13.378Z[ helios-setup] Sep 11 19:27:12.623 INFO E| Compiling anyhow v1.0.100
39442026-09-11T19:27:13.460Z[ helios-setup] Sep 11 19:27:12.704 INFO E| Compiling flagset v0.4.7
39452026-09-11T19:27:13.467Z[ helios-setup] Sep 11 19:27:12.711 INFO E| Compiling generic-array v0.14.9
39462026-09-11T19:27:13.547Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39472026-09-11T19:27:13.727Z[ helios-setup] Sep 11 19:27:12.971 INFO E| Compiling pem-rfc7468 v0.7.0
39482026-09-11T19:27:13.866Z[ helios-setup] Sep 11 19:27:13.110 INFO E| Compiling rustix v1.1.2
39492026-09-11T19:27:13.908Z[ helios-setup] Sep 11 19:27:13.153 INFO E| Compiling equivalent v1.0.2
39502026-09-11T19:27:14.012Z[ helios-setup] Sep 11 19:27:13.256 INFO E| Compiling winnow v0.7.13
39512026-09-11T19:27:14.025Z[ helios-setup] Sep 11 19:27:13.269 INFO E| Compiling anstyle-parse v0.2.7
39522026-09-11T19:27:14.275Z[ helios-setup] Sep 11 19:27:13.519 INFO E| Compiling allocator-api2 v0.2.21
39532026-09-11T19:27:14.359Z[ helios-setup] Sep 11 19:27:13.603 INFO E| Compiling indexmap v2.12.0
39542026-09-11T19:27:14.421Z[ helios-setup] Sep 11 19:27:13.665 INFO E| Compiling colorchoice v1.0.4
39552026-09-11T19:27:14.513Z[ helios-setup] Sep 11 19:27:13.757 INFO E| Compiling getrandom v0.2.16
39562026-09-11T19:27:14.529Z[ helios-setup] Sep 11 19:27:13.774 INFO E| Compiling errno v0.3.14
39572026-09-11T19:27:14.795Z[ helios-setup] Sep 11 19:27:14.038 INFO E| Compiling shlex v1.3.0
39582026-09-11T19:27:14.795Z[ helios-setup] Sep 11 19:27:14.039 INFO E| Compiling is_terminal_polyfill v1.70.2
39592026-09-11T19:27:14.891Z[ helios-setup] Sep 11 19:27:14.135 INFO E| Compiling rand_core v0.6.4
39602026-09-11T19:27:14.900Z[ helios-setup] Sep 11 19:27:14.144 INFO E| Compiling toml_datetime v0.7.3
39612026-09-11T19:27:14.976Z[ helios-setup] Sep 11 19:27:14.220 INFO E| Compiling anstyle-query v1.1.4
39622026-09-11T19:27:14.985Z[ helios-setup] Sep 11 19:27:14.229 INFO E| Compiling syn v1.0.109
39632026-09-11T19:27:15.018Z[ helios-setup] Sep 11 19:27:14.261 INFO E| Compiling cpufeatures v0.2.17
39642026-09-11T19:27:15.088Z[ helios-setup] Sep 11 19:27:14.332 INFO E| Compiling find-msvc-tools v0.1.4
39652026-09-11T19:27:15.109Z[ helios-setup] Sep 11 19:27:14.353 INFO E| Compiling anstyle v1.0.13
39662026-09-11T19:27:15.160Z[ host-package] Compiling anstyle-parse v0.2.7
39672026-09-11T19:27:15.288Z[ host-package] Compiling vergen-git2 v9.1.0
39682026-09-11T19:27:15.364Z[ helios-setup] Sep 11 19:27:14.608 INFO E| Compiling radium v0.7.0
39692026-09-11T19:27:15.465Z[ host-package] Compiling castaway v0.2.4
39702026-09-11T19:27:15.478Z[ helios-setup] Sep 11 19:27:14.722 INFO E| Compiling anstream v0.6.21
39712026-09-11T19:27:15.497Z[ helios-setup] Sep 11 19:27:14.741 INFO E| Compiling cc v1.2.44
39722026-09-11T19:27:15.549Z[ helios-setup] Sep 11 19:27:14.793 INFO E| Compiling syn v2.0.108
39732026-09-11T19:27:15.698Z[ helios-setup] Sep 11 19:27:14.942 INFO E| Compiling slog v2.8.2
39742026-09-11T19:27:15.755Z[ host-package] Compiling oso v0.27.3
39752026-09-11T19:27:15.850Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39762026-09-11T19:27:15.908Z[ helios-setup] Sep 11 19:27:15.152 INFO E| Compiling tap v1.0.1
39772026-09-11T19:27:15.980Z[ host-package] Compiling bytesize v2.7.0
39782026-09-11T19:27:15.984Z[ helios-setup] Sep 11 19:27:15.225 INFO E| Compiling parking_lot_core v0.9.12
39792026-09-11T19:27:16.069Z[ helios-setup] Sep 11 19:27:15.313 INFO E| Compiling pkg-config v0.3.32
39802026-09-11T19:27:16.117Z[ host-package] Compiling indoc v2.0.7
39812026-09-11T19:27:16.147Z[ host-package] Compiling http-range-header v0.4.2
39822026-09-11T19:27:16.170Z[ helios-setup] Sep 11 19:27:15.414 INFO E| Compiling maybe-uninit v2.0.0
39832026-09-11T19:27:16.204Z[ helios-setup] Sep 11 19:27:15.448 INFO E| Compiling pin-project-lite v0.2.16
39842026-09-11T19:27:16.407Z[ helios-setup] Sep 11 19:27:15.651 INFO E| Compiling futures-core v0.3.31
39852026-09-11T19:27:16.433Z[ helios-setup] Sep 11 19:27:15.678 INFO E| Compiling unicode-width v0.2.2
39862026-09-11T19:27:16.531Z[ host-package] Compiling progenitor-macro v0.13.0
39872026-09-11T19:27:16.565Z[ helios-setup] Sep 11 19:27:15.809 INFO E| Compiling crypto-common v0.1.6
39882026-09-11T19:27:16.607Z[ helios-setup] Sep 11 19:27:15.851 INFO E| Compiling block-buffer v0.10.4
39892026-09-11T19:27:16.722Z[ helios-setup] Sep 11 19:27:15.966 INFO E| Compiling toml_parser v1.0.4
39902026-09-11T19:27:16.774Z[ helios-setup] Sep 11 19:27:16.018 INFO E| Compiling futures-sink v0.3.31
39912026-09-11T19:27:16.849Z[ helios-setup] Sep 11 19:27:16.093 INFO E| Compiling digest v0.10.7
39922026-09-11T19:27:16.879Z[ helios-setup] Sep 11 19:27:16.123 INFO E| Compiling getopts v0.2.24
39932026-09-11T19:27:16.892Z[ helios-setup] Sep 11 19:27:16.131 INFO E| Compiling wyz v0.5.1
39942026-09-11T19:27:16.961Z[ helios-setup] Sep 11 19:27:16.157 INFO E| Compiling ahash v0.8.12
39952026-09-11T19:27:16.965Z[ helios-setup] Sep 11 19:27:16.164 INFO E| Compiling num-bigint-dig v0.8.4
39962026-09-11T19:27:16.985Z[ helios-setup] Sep 11 19:27:16.229 INFO E| Compiling num-integer v0.1.46
39972026-09-11T19:27:16.985Z[ helios-setup] Sep 11 19:27:16.229 INFO E| Compiling futures-channel v0.3.31
39982026-09-11T19:27:17.008Z[ host-package] Compiling anstream v0.6.21
39992026-09-11T19:27:17.012Z[ helios-setup] Sep 11 19:27:16.253 INFO E| Compiling packed_struct v0.10.1
40002026-09-11T19:27:17.142Z[ host-package] Compiling compact_str v0.8.1
40012026-09-11T19:27:17.216Z[ helios-setup] Sep 11 19:27:16.460 INFO E| Compiling sha2 v0.10.9
40022026-09-11T19:27:17.269Z[ helios-setup] Sep 11 19:27:16.513 INFO E| Compiling bitflags v2.10.0
40032026-09-11T19:27:17.346Z[ helios-setup] Sep 11 19:27:16.590 INFO E| Compiling clap_lex v0.7.6
40042026-09-11T19:27:17.426Z[ helios-setup] Sep 11 19:27:16.670 INFO E| Compiling toml_edit v0.23.7
40052026-09-11T19:27:17.493Z[ helios-setup] Sep 11 19:27:16.737 INFO E| Compiling strsim v0.11.1
40062026-09-11T19:27:17.560Z[ helios-setup] Sep 11 19:27:16.804 INFO E| Compiling time-core v0.1.6
40072026-09-11T19:27:17.651Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
40082026-09-11T19:27:17.726Z[ helios-setup] Sep 11 19:27:16.970 INFO E| Compiling futures-task v0.3.31
40092026-09-11T19:27:17.735Z[ helios-setup] Sep 11 19:27:16.979 INFO E| Compiling scopeguard v1.2.0
40102026-09-11T19:27:17.758Z[ helios-setup] Sep 11 19:27:17.002 INFO E| Compiling num-conv v0.1.0
40112026-09-11T19:27:17.855Z[ helios-setup] Sep 11 19:27:17.099 INFO E| Compiling powerfmt v0.2.0
40122026-09-11T19:27:17.855Z[ helios-setup] Sep 11 19:27:17.099 INFO E| Compiling futures-io v0.3.31
40132026-09-11T19:27:17.855Z[ host-package] Compiling globwalk v0.9.1
40142026-09-11T19:27:17.904Z[ helios-setup] Sep 11 19:27:17.148 INFO E| Compiling pin-utils v0.1.0
40152026-09-11T19:27:17.993Z[ helios-setup] Sep 11 19:27:17.236 INFO E| Compiling getrandom v0.3.4
40162026-09-11T19:27:17.998Z[ helios-setup] Sep 11 19:27:17.242 INFO E| Compiling bytes v1.10.1
40172026-09-11T19:27:18.038Z[ helios-setup] Sep 11 19:27:17.282 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
40182026-09-11T19:27:18.125Z[ helios-setup] Sep 11 19:27:17.369 INFO E| Compiling thiserror v1.0.69
40192026-09-11T19:27:18.144Z[ helios-setup] Sep 11 19:27:17.387 INFO E| Compiling heck v0.5.0
40202026-09-11T19:27:18.212Z[ helios-setup] Sep 11 19:27:17.456 INFO E| Compiling spin v0.9.8
40212026-09-11T19:27:18.215Z[ helios-setup] Sep 11 19:27:17.456 INFO E| Compiling itoa v1.0.15
40222026-09-11T19:27:18.225Z[ helios-setup] Sep 11 19:27:17.469 INFO E| Compiling slab v0.4.11
40232026-09-11T19:27:18.384Z[ helios-setup] Sep 11 19:27:17.628 INFO E| Compiling funty v2.0.0
40242026-09-11T19:27:18.498Z[ helios-setup] Sep 11 19:27:17.742 INFO E| Compiling proc-macro-crate v3.4.0
40252026-09-11T19:27:18.676Z[ helios-setup] Sep 11 19:27:17.920 INFO E| Compiling lazy_static v1.5.0
40262026-09-11T19:27:18.687Z[ helios-setup] Sep 11 19:27:17.931 INFO E| Compiling time-macros v0.2.24
40272026-09-11T19:27:18.799Z[ helios-setup] Sep 11 19:27:18.043 INFO E| Compiling terminal_size v0.4.3
40282026-09-11T19:27:18.815Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40292026-09-11T19:27:18.868Z[ helios-setup] Sep 11 19:27:18.112 INFO E| Compiling deranged v0.5.5
40302026-09-11T19:27:18.892Z[ helios-setup] Sep 11 19:27:18.136 INFO E| Compiling lock_api v0.4.14
40312026-09-11T19:27:18.940Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40322026-09-11T19:27:18.951Z[ helios-setup] Sep 11 19:27:18.193 INFO E| Compiling num-iter v0.1.45
40332026-09-11T19:27:19.034Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
40342026-09-11T19:27:19.100Z[ helios-setup] Sep 11 19:27:18.344 INFO E| Compiling clap_builder v4.5.51
40352026-09-11T19:27:19.103Z[ host-package] Compiling darling_macro v0.13.4
40362026-09-11T19:27:19.169Z[ helios-setup] Sep 11 19:27:18.411 INFO E| Compiling bitvec v1.0.1
40372026-09-11T19:27:19.261Z[ helios-setup] Sep 11 19:27:18.494 INFO E| Compiling indexmap v1.9.3
40382026-09-11T19:27:19.307Z[ helios-setup] Sep 11 19:27:18.551 INFO E| Compiling nodrop v0.1.14
40392026-09-11T19:27:19.428Z[ helios-setup] Sep 11 19:27:18.670 INFO E| Compiling once_cell v1.21.3
40402026-09-11T19:27:19.510Z[ helios-setup] Sep 11 19:27:18.754 INFO E| Compiling log v0.4.28
40412026-09-11T19:27:19.513Z[ host-package] Compiling parking_lot v0.11.2
40422026-09-11T19:27:19.815Z[ helios-setup] Sep 11 19:27:19.059 INFO E| Compiling adler2 v2.0.1
40432026-09-11T19:27:19.829Z[ helios-setup] Sep 11 19:27:19.073 INFO E| Compiling simd-adler32 v0.3.7
40442026-09-11T19:27:20.070Z[ helios-setup] Sep 11 19:27:19.314 INFO E| Compiling serde_json v1.0.145
40452026-09-11T19:27:20.074Z[ helios-setup] Sep 11 19:27:19.316 INFO E| Compiling thiserror v2.0.17
40462026-09-11T19:27:20.088Z[ helios-setup] Sep 11 19:27:19.332 INFO E| Compiling iana-time-zone v0.1.64
40472026-09-11T19:27:20.166Z[ helios-setup] Sep 11 19:27:19.409 INFO E| Compiling crc-catalog v2.4.0
40482026-09-11T19:27:20.208Z[ helios-setup] Sep 11 19:27:19.452 INFO E| Compiling miniz_oxide v0.8.9
40492026-09-11T19:27:20.252Z[ host-package] Compiling hyper-staticfile v0.10.1
40502026-09-11T19:27:20.270Z[ helios-setup] Sep 11 19:27:19.514 INFO E| Compiling crc v3.3.0
40512026-09-11T19:27:20.295Z[ helios-setup] Sep 11 19:27:19.539 INFO E| Compiling chrono v0.4.42
40522026-09-11T19:27:20.584Z[ helios-setup] Sep 11 19:27:19.827 INFO E| Compiling env_filter v0.1.4
40532026-09-11T19:27:20.714Z[ helios-setup] Sep 11 19:27:19.957 INFO E| Compiling parking_lot v0.12.5
40542026-09-11T19:27:20.790Z[ helios-setup] Sep 11 19:27:20.034 INFO E| Compiling array-init v0.0.4
40552026-09-11T19:27:20.871Z[ helios-setup] Sep 11 19:27:20.115 INFO E| Compiling smallvec v0.6.14
40562026-09-11T19:27:21.187Z[ helios-setup] Sep 11 19:27:20.384 INFO E| Compiling time v0.3.44
40572026-09-11T19:27:21.354Z[ helios-setup] Sep 11 19:27:20.598 INFO E| Compiling serde_spanned v1.0.3
40582026-09-11T19:27:21.374Z[ helios-setup] Sep 11 19:27:20.618 INFO E| Compiling signature v2.2.0
40592026-09-11T19:27:21.648Z[ helios-setup] Sep 11 19:27:20.892 INFO E| Compiling socket2 v0.6.1
40602026-09-11T19:27:21.664Z[ helios-setup] Sep 11 19:27:20.905 INFO E| Compiling signal-hook-registry v1.4.6
40612026-09-11T19:27:21.717Z[ host-package] Compiling diesel-dtrace v0.5.0
40622026-09-11T19:27:21.728Z[ helios-setup] Sep 11 19:27:20.972 INFO E| Compiling is-terminal v0.4.17
40632026-09-11T19:27:21.874Z[ helios-setup] Sep 11 19:27:21.119 INFO E| Compiling mio v1.1.0
40642026-09-11T19:27:21.885Z[ helios-setup] Sep 11 19:27:21.129 INFO E| Compiling thread_local v1.1.9
40652026-09-11T19:27:22.270Z[ host-package] Compiling async-bb8-diesel v0.2.1
40662026-09-11T19:27:22.293Z[ helios-setup] Sep 11 19:27:21.538 INFO E| Compiling packed_struct_codegen v0.10.1
40672026-09-11T19:27:22.411Z[ helios-setup] Sep 11 19:27:21.655 INFO E| Compiling ryu v1.0.20
40682026-09-11T19:27:22.578Z[ helios-setup] Sep 11 19:27:21.817 INFO E| Compiling serde_derive v1.0.228
40692026-09-11T19:27:22.619Z[ helios-setup] Sep 11 19:27:21.863 INFO E| Compiling zerocopy-derive v0.8.27
40702026-09-11T19:27:22.626Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-09-11T19:27:22.758Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40722026-09-11T19:27:22.826Z[ helios-setup] Sep 11 19:27:22.070 INFO E| Compiling der_derive v0.7.3
40732026-09-11T19:27:22.868Z[ helios-setup] Sep 11 19:27:22.112 INFO E| Compiling futures-macro v0.3.31
40742026-09-11T19:27:22.985Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-09-11T19:27:23.026Z[ helios-setup] Sep 11 19:27:22.270 INFO E| Compiling bitfield-macros v0.19.3
40762026-09-11T19:27:23.151Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40772026-09-11T19:27:23.401Z[ helios-setup] Sep 11 19:27:22.645 INFO E| Compiling num_enum_derive v0.7.5
40782026-09-11T19:27:23.439Z[ helios-setup] Sep 11 19:27:22.683 INFO E| Compiling clap_derive v4.5.49
40792026-09-11T19:27:23.519Z[ helios-setup] Sep 11 19:27:22.763 INFO E| Compiling zerocopy-derive v0.6.6
40802026-09-11T19:27:23.602Z[ host-package] Compiling predicates-tree v1.0.13
40812026-09-11T19:27:23.658Z[ helios-setup] Sep 11 19:27:22.893 INFO E| Compiling thiserror-impl v1.0.69
40822026-09-11T19:27:23.887Z[ helios-setup] Sep 11 19:27:23.130 INFO E| Compiling tokio-macros v2.6.0
40832026-09-11T19:27:24.208Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40842026-09-11T19:27:24.316Z[ helios-setup] Sep 11 19:27:23.557 INFO E| Compiling thiserror-impl v2.0.17
40852026-09-11T19:27:24.455Z[ helios-setup] Sep 11 19:27:23.697 INFO E| Compiling bitfield v0.19.3
40862026-09-11T19:27:24.504Z[ host-package] Compiling progenitor-client v0.13.0
40872026-09-11T19:27:24.681Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40882026-09-11T19:27:24.801Z[ host-package] Compiling unicode-truncate v1.1.0
40892026-09-11T19:27:24.856Z[ helios-setup] Sep 11 19:27:24.100 INFO E| Compiling libdevinfo-sys v1.1.0
40902026-09-11T19:27:24.994Z[ host-package] Compiling lru v0.12.5
40912026-09-11T19:27:25.020Z[ helios-setup] Sep 11 19:27:24.263 INFO E| Compiling toml_writer v1.0.4
40922026-09-11T19:27:25.068Z[ helios-setup] Sep 11 19:27:24.312 INFO E| Compiling der v0.7.10
40932026-09-11T19:27:25.121Z[ helios-setup] Sep 11 19:27:24.364 INFO E| Compiling futures-util v0.3.31
40942026-09-11T19:27:25.178Z[ helios-setup] Sep 11 19:27:24.422 INFO E| Compiling num_enum v0.7.5
40952026-09-11T19:27:25.200Z[ host-package] Compiling digest-io v0.1.0
40962026-09-11T19:27:25.208Z[ helios-setup] Sep 11 19:27:24.452 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40972026-09-11T19:27:25.340Z[ helios-setup] Sep 11 19:27:24.583 INFO E| Compiling subtle v2.6.1
40982026-09-11T19:27:25.467Z[ host-package] Compiling prefix-trie v0.7.0
40992026-09-11T19:27:25.475Z[ helios-setup] Sep 11 19:27:24.717 INFO E| Compiling term v1.2.0
41002026-09-11T19:27:25.577Z[ helios-setup] Sep 11 19:27:24.821 INFO E| Compiling zerocopy v0.6.6
41012026-09-11T19:27:25.585Z[ helios-setup] Sep 11 19:27:24.828 INFO E| Compiling base64 v0.21.7
41022026-09-11T19:27:25.692Z[ host-package] Compiling rand_seeder v0.4.0
41032026-09-11T19:27:25.781Z[ host-package] Compiling cassowary v0.3.0
41042026-09-11T19:27:25.850Z[ helios-setup] Sep 11 19:27:25.094 INFO E| Compiling winnow v0.5.40
41052026-09-11T19:27:25.871Z[ helios-setup] Sep 11 19:27:25.115 INFO E| Compiling hashbrown v0.12.3
41062026-09-11T19:27:25.913Z[ helios-setup] Sep 11 19:27:25.157 INFO E| Compiling tokio v1.48.0
41072026-09-11T19:27:25.917Z[ host-package] Compiling camino-tempfile-ext v0.3.3
41082026-09-11T19:27:26.134Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41092026-09-11T19:27:26.209Z[ helios-setup] Sep 11 19:27:25.452 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
41102026-09-11T19:27:26.350Z[ helios-setup] Sep 11 19:27:25.594 INFO E| Compiling toml v0.9.8
41112026-09-11T19:27:26.357Z[ helios-setup] Sep 11 19:27:25.601 INFO E| Compiling devinfo v0.1.0
41122026-09-11T19:27:26.430Z[ helios-setup] Sep 11 19:27:25.673 INFO E| Compiling bzip2 v0.4.4
41132026-09-11T19:27:26.468Z[ helios-setup] Sep 11 19:27:25.711 INFO E| Compiling flate2 v1.1.5
41142026-09-11T19:27:26.519Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
41152026-09-11T19:27:26.695Z[ host-package] Compiling hickory-server v0.25.2
41162026-09-11T19:27:26.969Z[ helios-setup] Sep 11 19:27:26.213 INFO E| Compiling uuid v1.18.1
41172026-09-11T19:27:27.011Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
41182026-09-11T19:27:27.015Z[ host-package] Compiling ratatui v0.29.0
41192026-09-11T19:27:27.120Z[ helios-setup] Sep 11 19:27:26.364 INFO E| Compiling env_logger v0.11.8
41202026-09-11T19:27:27.129Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41212026-09-11T19:27:27.203Z[ helios-setup] Sep 11 19:27:26.447 INFO E| Compiling clap v4.5.51
41222026-09-11T19:27:27.308Z[ helios-setup] Sep 11 19:27:26.552 INFO E| Compiling spki v0.7.3
41232026-09-11T19:27:27.548Z[ helios-setup] Sep 11 19:27:26.792 INFO E| Compiling hex v0.4.3
41242026-09-11T19:27:27.950Z[ host-package] Compiling progenitor v0.13.0
41252026-09-11T19:27:27.982Z[ helios-setup] Sep 11 19:27:27.224 INFO E| Compiling pkcs8 v0.10.2
41262026-09-11T19:27:28.035Z[ helios-setup] Sep 11 19:27:27.279 INFO E| Compiling x509-cert v0.2.5
41272026-09-11T19:27:28.320Z[ helios-setup] Sep 11 19:27:27.564 INFO E| Compiling ppv-lite86 v0.2.21
41282026-09-11T19:27:28.588Z[ helios-setup] Sep 11 19:27:27.830 INFO E| Compiling pkcs1 v0.7.5
41292026-09-11T19:27:28.651Z[ helios-setup] Sep 11 19:27:27.894 INFO E| Compiling hashbrown v0.13.2
41302026-09-11T19:27:28.729Z[ helios-setup] Sep 11 19:27:27.973 INFO E| Compiling foldhash v0.2.0
41312026-09-11T19:27:28.875Z[ helios-setup] Sep 11 19:27:28.117 INFO E| Compiling rustc-hash v2.1.1
41322026-09-11T19:27:28.993Z[ helios-setup] Sep 11 19:27:28.237 INFO E| Compiling rand_chacha v0.3.1
41332026-09-11T19:27:29.003Z[ helios-setup] Sep 11 19:27:28.247 INFO E| Compiling bitflags v1.3.2
41342026-09-11T19:27:29.093Z[ helios-setup] Sep 11 19:27:28.337 INFO E| Compiling crc-any v2.5.0
41352026-09-11T19:27:29.160Z[ helios-setup] Sep 11 19:27:28.402 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
41362026-09-11T19:27:29.437Z[ helios-setup] Sep 11 19:27:28.681 INFO E| Compiling erased-serde v0.3.31
41372026-09-11T19:27:29.643Z[ helios-setup] Sep 11 19:27:28.887 INFO E| Compiling rand v0.8.5
41382026-09-11T19:27:29.776Z[ helios-setup] Sep 11 19:27:29.010 INFO E| Compiling serde_spanned v0.6.9
41392026-09-11T19:27:29.852Z[ helios-setup] Sep 11 19:27:29.096 INFO E| Compiling toml_datetime v0.6.11
41402026-09-11T19:27:30.051Z[ helios-setup] Sep 11 19:27:29.294 INFO E| Compiling serde-hex v0.1.0
41412026-09-11T19:27:30.411Z[ helios-setup] Sep 11 19:27:29.655 INFO E| Compiling futures-executor v0.3.31
41422026-09-11T19:27:30.556Z[ helios-setup] Sep 11 19:27:29.800 INFO E| Compiling toml_edit v0.19.15
41432026-09-11T19:27:30.747Z[ helios-setup] Sep 11 19:27:29.991 INFO E| Compiling ron v0.8.1
41442026-09-11T19:27:30.820Z[ host-package] Compiling sled v0.34.7
41452026-09-11T19:27:31.007Z[ helios-setup] Sep 11 19:27:30.250 INFO E| Compiling object v0.30.4
41462026-09-11T19:27:31.017Z[ helios-setup] Sep 11 19:27:30.258 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
41472026-09-11T19:27:31.058Z[ helios-setup] Sep 11 19:27:30.302 INFO E| Compiling slog-term v2.9.2
41482026-09-11T19:27:31.320Z[ helios-setup] Sep 11 19:27:30.564 INFO E| Compiling futures v0.3.31
41492026-09-11T19:27:31.424Z[ helios-setup] Sep 11 19:27:30.668 INFO E| Compiling iddqd v0.3.14
41502026-09-11T19:27:31.762Z[ host-package] Compiling darling v0.13.4
41512026-09-11T19:27:31.881Z[ helios-setup] Sep 11 19:27:31.124 INFO E| Compiling zip v0.6.6
41522026-09-11T19:27:32.155Z[ helios-setup] Sep 11 19:27:31.395 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41532026-09-11T19:27:32.477Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
41542026-09-11T19:27:32.842Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
41552026-09-11T19:27:32.930Z[ helios-setup] Sep 11 19:27:32.174 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41562026-09-11T19:27:32.989Z[ helios-setup] Sep 11 19:27:32.233 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
41572026-09-11T19:27:33.562Z[ helios-setup] Sep 11 19:27:32.805 INFO E| Compiling rsa v0.9.8
41582026-09-11T19:27:33.685Z[ helios-setup] Sep 11 19:27:32.929 INFO E| Compiling path-slash v0.1.5
41592026-09-11T19:27:33.689Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41602026-09-11T19:27:33.852Z[ helios-setup] Sep 11 19:27:33.096 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
41612026-09-11T19:27:33.969Z[ helios-setup] Sep 11 19:27:33.211 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
41622026-09-11T19:27:34.740Z[ helios-setup] Sep 11 19:27:33.984 INFO E| Compiling toml v0.7.8
41632026-09-11T19:27:35.411Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41642026-09-11T19:27:35.572Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41652026-09-11T19:27:35.985Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41662026-09-11T19:27:36.163Z[ host-package] Compiling pwd v1.4.0
41672026-09-11T19:27:36.389Z[ host-package] Compiling lru v0.18.3
41682026-09-11T19:27:36.726Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
41692026-09-11T19:27:37.033Z[ host-package] Compiling serde_with_macros v1.5.2
41702026-09-11T19:27:37.154Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41712026-09-11T19:27:37.501Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41722026-09-11T19:27:38.280Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41732026-09-11T19:27:38.590Z[ host-package] Compiling git2 v0.20.4
41742026-09-11T19:27:38.722Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41752026-09-11T19:27:38.942Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762026-09-11T19:27:39.006Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41772026-09-11T19:27:39.409Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
41782026-09-11T19:27:39.725Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
41792026-09-11T19:27:39.806Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
41802026-09-11T19:27:40.195Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41812026-09-11T19:27:40.403Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
41822026-09-11T19:27:40.522Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41832026-09-11T19:27:40.592Z[ host-package] Compiling arc-swap v1.8.2
41842026-09-11T19:27:40.810Z[ host-package] Compiling void v1.0.2
41852026-09-11T19:27:40.929Z[ host-package] Compiling lzss v0.8.2
41862026-09-11T19:27:40.975Z[ host-package] Compiling slog-scope v4.4.1
41872026-09-11T19:27:41.101Z[ host-package] Compiling serde_with v1.14.0
41882026-09-11T19:27:41.104Z[ host-package] Compiling scuffle v0.1.0
41892026-09-11T19:27:41.150Z[ host-package] Compiling tungstenite v0.23.0
41902026-09-11T19:27:41.153Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41912026-09-11T19:27:41.209Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41922026-09-11T19:27:41.266Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41932026-09-11T19:27:41.369Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41942026-09-11T19:27:41.589Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
41952026-09-11T19:27:41.640Z[ helios-setup] Sep 11 19:27:40.884 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41962026-09-11T19:27:41.698Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41972026-09-11T19:27:42.129Z[ host-package] Compiling nix v0.27.1
41982026-09-11T19:27:42.345Z[ host-package] Compiling libsw-core v0.3.2
41992026-09-11T19:27:42.422Z[ host-package] Compiling twox-hash v2.1.2
42002026-09-11T19:27:42.490Z[ host-package] Compiling serde_bytes v0.11.19
42012026-09-11T19:27:42.726Z[ host-package] Compiling atty v0.2.14
42022026-09-11T19:27:42.798Z[ host-package] Compiling libsw v3.5.0
42032026-09-11T19:27:42.807Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
42042026-09-11T19:27:42.807Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
42052026-09-11T19:27:42.879Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
42062026-09-11T19:27:42.883Z[ helios-setup] Sep 11 19:27:42.127 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
42072026-09-11T19:27:42.952Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
42082026-09-11T19:27:42.955Z[ host-package] Compiling tokio-tungstenite v0.23.1
42092026-09-11T19:27:43.066Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42102026-09-11T19:27:43.066Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42112026-09-11T19:27:43.066Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42122026-09-11T19:27:43.252Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42132026-09-11T19:27:43.522Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42142026-09-11T19:27:44.509Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42152026-09-11T19:27:44.574Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
42162026-09-11T19:27:46.296Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42172026-09-11T19:27:46.793Z[ helios-setup] Sep 11 19:27:46.036 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
42182026-09-11T19:27:47.295Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42192026-09-11T19:27:48.232Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
42202026-09-11T19:27:48.948Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
42212026-09-11T19:27:49.890Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42222026-09-11T19:27:50.079Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42232026-09-11T19:27:50.366Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
42242026-09-11T19:27:51.322Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42252026-09-11T19:27:52.666Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42262026-09-11T19:27:53.334Z[ host-package] Compiling slog-stdlog v4.1.1
42272026-09-11T19:27:54.004Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42282026-09-11T19:27:54.307Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
42292026-09-11T19:27:54.377Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42302026-09-11T19:27:54.956Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
42312026-09-11T19:27:55.942Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42322026-09-11T19:27:57.552Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42332026-09-11T19:27:58.011Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42342026-09-11T19:27:58.557Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
42352026-09-11T19:27:58.820Z[ helios-setup] Sep 11 19:27:58.063 INFO E| Finished `release` profile [optimized] target(s) in 48.86s
42362026-09-11T19:27:58.823Z[ helios-setup] Sep 11 19:27:58.063 INFO E| Blocking waiting for file lock on package cache
42372026-09-11T19:27:59.283Z[ helios-setup] Sep 11 19:27:58.526 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
42382026-09-11T19:27:59.283Z[ helios-setup] Sep 11 19:27:58.526 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42392026-09-11T19:27:59.342Z[ helios-setup] Sep 11 19:27:58.585 INFO building project "pilot" ok (49 seconds)
42402026-09-11T19:27:59.342Z[ helios-setup] Sep 11 19:27:58.585 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
42412026-09-11T19:28:00.573Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42422026-09-11T19:28:00.774Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42432026-09-11T19:28:01.339Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42442026-09-11T19:28:01.710Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42452026-09-11T19:28:02.031Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-09-11T19:28:02.329Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42472026-09-11T19:28:02.437Z[ host-package] Compiling signal-hook-tokio v0.3.1
42482026-09-11T19:28:02.534Z[ host-package] Compiling fatfs v0.3.6
42492026-09-11T19:28:02.648Z[ host-package] Compiling yasna v0.5.2
42502026-09-11T19:28:02.975Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42512026-09-11T19:28:03.004Z[ host-package] Compiling console v0.16.2
42522026-09-11T19:28:03.007Z[ host-package] Compiling assert_matches v1.5.0
42532026-09-11T19:28:03.151Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42542026-09-11T19:28:03.690Z[ host-package] Compiling indicatif v0.18.4
42552026-09-11T19:28:03.795Z[ host-package] Compiling rcgen v0.12.1
42562026-09-11T19:28:03.891Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42572026-09-11T19:28:05.357Z[ host-package] Compiling slog-envlogger v2.2.0
42582026-09-11T19:28:05.612Z[ host-package] Compiling oxide-update-engine-display v0.1.2
42592026-09-11T19:28:05.654Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42602026-09-11T19:28:05.685Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42612026-09-11T19:28:05.991Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
42622026-09-11T19:28:06.032Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42632026-09-11T19:28:06.175Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
42642026-09-11T19:28:06.282Z[ host-package] Compiling port-file v0.1.0
42652026-09-11T19:28:06.312Z[ host-package] Compiling subprocess v0.2.15
42662026-09-11T19:28:06.475Z[ host-package] Compiling rtoolbox v0.0.3
42672026-09-11T19:28:06.651Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42682026-09-11T19:28:06.688Z[ host-package] Compiling rpassword v7.5.4
42692026-09-11T19:28:07.188Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42702026-09-11T19:28:07.222Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42712026-09-11T19:28:07.328Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
42722026-09-11T19:28:07.481Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42732026-09-11T19:28:07.644Z[ host-package] Compiling tui-tree-widget v0.23.1
42742026-09-11T19:28:07.724Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42752026-09-11T19:28:07.769Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
42762026-09-11T19:28:08.227Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42772026-09-11T19:28:08.623Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42782026-09-11T19:28:10.010Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42792026-09-11T19:28:10.068Z[ host-package] Compiling uzers v0.12.2
42802026-09-11T19:28:10.353Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42812026-09-11T19:28:10.479Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42822026-09-11T19:28:10.593Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42832026-09-11T19:28:11.008Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42842026-09-11T19:28:11.354Z[ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
42852026-09-11T19:28:12.070Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
42862026-09-11T19:28:12.559Z[ host-package] Compiling support-bundle-viewer v0.1.2
42872026-09-11T19:28:13.272Z[ host-package] Compiling multimap v0.10.1
42882026-09-11T19:28:13.993Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
42892026-09-11T19:28:23.110Z[ helios-setup] Sep 11 19:28:22.353 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')"
42902026-09-11T19:28:23.114Z[ helios-setup] rm -f helios-build
42912026-09-11T19:28:23.114Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
42922026-09-11T19:28:23.117Z[ helios-setup]
42932026-09-11T19:28:23.117Z[ helios-setup] Setup complete! ./helios-build is now available.
42942026-09-11T19:28:23.121Z[ helios-setup]
42952026-09-11T19:28:23.121Z[ helios-setup]
42962026-09-11T19:28:23.121Z[ helios-setup] real 3:00.943191881
42972026-09-11T19:28:23.121Z[ helios-setup] user 7:11.989429406
42982026-09-11T19:28:23.121Z[ helios-setup] sys 1:21.868373578
42992026-09-11T19:28:23.121Z[ helios-setup] trap 0.540945249
43002026-09-11T19:28:23.121Z[ helios-setup] tflt 3.178456662
43012026-09-11T19:28:23.121Z[ helios-setup] dflt 7.647500348
43022026-09-11T19:28:23.121Z[ helios-setup] kflt 0.002440290
43032026-09-11T19:28:23.121Z[ helios-setup] lock 1:01:58.539996370
43042026-09-11T19:28:23.121Z[ helios-setup] slp 38:38.048984197
43052026-09-11T19:28:23.121Z[ helios-setup] lat 7:11.082916997
43062026-09-11T19:28:23.121Z[ helios-setup] stop 1:40.495037345
43072026-09-11T19:28:23.121ZSep 11 19:28:22.363 INFO [helios-setup] process exited with exit status: 0 (180.946499474s)
43082026-09-11T19:28:23.122ZSep 11 19:28:22.363 INFO [helios-record] running task
43092026-09-11T19:28:23.122ZSep 11 19:28:22.363 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
43102026-09-11T19:28:23.125ZSep 11 19:28:22.368 DEBG process exited with exit status: 0 (4.122013ms)
43112026-09-11T19:28:23.125ZSep 11 19:28:22.368 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
43122026-09-11T19:28:23.128ZSep 11 19:28:22.371 DEBG process exited with exit status: 0 (3.639673ms)
43132026-09-11T19:28:23.128ZSep 11 19:28:22.371 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
43142026-09-11T19:28:23.131ZSep 11 19:28:22.375 DEBG process exited with exit status: 0 (3.257732ms)
43152026-09-11T19:28:23.131ZSep 11 19:28:22.375 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
43162026-09-11T19:28:23.134ZSep 11 19:28:22.378 DEBG process exited with exit status: 0 (3.179543ms)
43172026-09-11T19:28:23.135ZSep 11 19:28:22.378 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
43182026-09-11T19:28:23.138ZSep 11 19:28:22.381 DEBG process exited with exit status: 0 (3.000872ms)
43192026-09-11T19:28:23.138ZSep 11 19:28:22.381 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
43202026-09-11T19:28:23.142ZSep 11 19:28:22.384 DEBG process exited with exit status: 0 (3.168212ms)
43212026-09-11T19:28:23.142ZSep 11 19:28:22.384 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
43222026-09-11T19:28:23.146ZSep 11 19:28:22.387 DEBG process exited with exit status: 0 (3.110393ms)
43232026-09-11T19:28:23.146ZSep 11 19:28:22.387 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
43242026-09-11T19:28:23.149ZSep 11 19:28:22.390 DEBG process exited with exit status: 0 (3.312682ms)
43252026-09-11T19:28:23.149ZSep 11 19:28:22.390 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
43262026-09-11T19:28:23.153ZSep 11 19:28:22.394 DEBG process exited with exit status: 0 (3.181343ms)
43272026-09-11T19:28:23.153ZSep 11 19:28:22.394 INFO [helios-record] task succeeded (30.604913ms)
43282026-09-11T19:28:35.248Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43292026-09-11T19:28:59.981Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43302026-09-11T19:29:25.386Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43312026-09-11T19:37:10.971Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 06s
43322026-09-11T19:37:10.975Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43332026-09-11T19:37:10.976Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43342026-09-11T19:38:08.423ZSep 11 19:38:07.659 INFO [host-package] process exited with exit status: 0 (724.103205165s)
43352026-09-11T19:38:08.423ZSep 11 19:38:07.659 INFO [host-libraries] running task
43362026-09-11T19:38:08.423ZSep 11 19:38:07.659 INFO [host-stamp] running task
43372026-09-11T19:38:08.427ZSep 11 19:38:07.661 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+git0ba788bb1d4
43382026-09-11T19:38:08.427ZSep 11 19:38:07.662 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+git0ba788bb1d4
43392026-09-11T19:38:08.427ZSep 11 19:38:07.662 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+git0ba788bb1d4
43402026-09-11T19:38:08.430ZSep 11 19:38:07.662 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+git0ba788bb1d4
43412026-09-11T19:38:08.430ZSep 11 19:38:07.663 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+git0ba788bb1d4
43422026-09-11T19:38:08.430ZSep 11 19:38:07.663 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+git0ba788bb1d4
43432026-09-11T19:38:08.430ZSep 11 19:38:07.663 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+git0ba788bb1d4
43442026-09-11T19:38:08.430ZSep 11 19:38:07.663 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+git0ba788bb1d4
43452026-09-11T19:38:08.433Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
43462026-09-11T19:38:08.436Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
43472026-09-11T19:38:08.436Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43482026-09-11T19:38:08.436Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
43492026-09-11T19:38:08.437Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
43502026-09-11T19:38:08.437Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43512026-09-11T19:38:08.437Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
43522026-09-11T19:38:08.437Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
43532026-09-11T19:38:08.437Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
43542026-09-11T19:38:08.440ZSep 11 19:38:07.673 INFO [stamp-overlay] process exited with exit status: 0 (9.814127ms)
43552026-09-11T19:38:08.440Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
43562026-09-11T19:38:08.443ZSep 11 19:38:07.678 INFO [stamp-oxlog] process exited with exit status: 0 (14.795921ms)
43572026-09-11T19:38:08.478Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
43582026-09-11T19:38:08.481ZSep 11 19:38:07.716 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.62469ms)
43592026-09-11T19:38:08.492Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
43602026-09-11T19:38:08.495ZSep 11 19:38:07.730 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (67.56754ms)
43612026-09-11T19:38:08.665Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
43622026-09-11T19:38:08.669ZSep 11 19:38:07.903 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.261591ms)
43632026-09-11T19:38:08.707Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
43642026-09-11T19:38:08.711ZSep 11 19:38:07.945 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (282.578452ms)
43652026-09-11T19:38:08.960Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
43662026-09-11T19:38:08.964ZSep 11 19:38:08.198 INFO [stamp-propolis-server] process exited with exit status: 0 (536.398924ms)
43672026-09-11T19:38:09.290ZSep 11 19:38:08.525 INFO [host-libraries] task succeeded (865.747461ms)
43682026-09-11T19:38:09.295ZSep 11 19:38:08.525 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
43692026-09-11T19:38:09.298Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
43702026-09-11T19:38:10.366Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
43712026-09-11T19:38:10.519Z[recovery-package] Compiling regress v0.11.1
43722026-09-11T19:38:10.527Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
43732026-09-11T19:38:10.527Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43742026-09-11T19:38:10.575Z[recovery-package] Compiling slog-scope v4.4.1
43752026-09-11T19:38:10.590Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43762026-09-11T19:38:10.594Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43772026-09-11T19:38:10.618Z[recovery-package] Compiling cancel-safe-futures v0.1.5
43782026-09-11T19:38:10.723Z[recovery-package] Compiling slog-stdlog v4.1.1
43792026-09-11T19:38:10.776Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43802026-09-11T19:38:10.870Z[recovery-package] Compiling slog-envlogger v2.2.0
43812026-09-11T19:38:11.032Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43822026-09-11T19:38:11.538Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43832026-09-11T19:38:11.681Z[recovery-package] Compiling oxide-update-engine v0.1.2
43842026-09-11T19:38:12.179Z[recovery-package] Compiling typify-impl v0.6.2
43852026-09-11T19:38:13.365Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
43862026-09-11T19:38:13.369ZSep 11 19:38:12.603 INFO [stamp-switch-asic] process exited with exit status: 0 (4.943982504s)
43872026-09-11T19:38:13.369ZSep 11 19:38:12.603 INFO [host-stamp] task succeeded (4.944401364s)
43882026-09-11T19:38:13.369ZSep 11 19:38:12.603 INFO [host-proto] running task
43892026-09-11T19:38:13.697ZSep 11 19:38:12.932 INFO [host-proto] task succeeded (328.488516ms)
43902026-09-11T19:38:13.697ZSep 11 19:38:12.932 INFO [host-profile] running task
43912026-09-11T19:38:13.700ZSep 11 19:38:12.932 INFO [host-profile] task succeeded (237.09µs)
43922026-09-11T19:38:13.700ZSep 11 19:38:12.932 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/.tmpzsY8sR/proto/host/root -N 'ci 0ba788b/${os_short_commit} 2026-09-11 19:25' -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/'
43932026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.938 INFO Checking files for board 'cosmo-mbist-noaggr'
43942026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
43952026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO Checking files for board 'cosmo-mbist'
43962026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
43972026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO Checking files for board 'gimlet'
43982026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
43992026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44002026-09-11T19:38:13.754Z[ host-image] Sep 11 19:38:12.939 INFO Checking files for board 'cosmo'
44012026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.939 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44022026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.939 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44032026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.948 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpzsY8sR/proto/host/root"
44042026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.948 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44052026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.948 INFO image builder template: ramdisk-01-os...
44062026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.948 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/.tmpzsY8sR/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44072026-09-11T19:38:13.755Z[ host-image] Sep 11 19:38:12.961 INFO O| Sep 11 19:38:12.961 INFO CREATE DATASET: rpool/images/build/host/output
44082026-09-11T19:38:13.968Z[recovery-package] Compiling typify v0.6.2
44092026-09-11T19:38:14.058Z[recovery-package] Compiling progenitor-impl v0.14.0
44102026-09-11T19:38:14.864Z[ host-image] Sep 11 19:38:14.099 INFO O| Sep 11 19:38:14.099 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
44112026-09-11T19:38:14.867Z[ host-image] Sep 11 19:38:14.103 INFO O| Sep 11 19:38:14.102 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44122026-09-11T19:38:15.121Z[ host-image] Sep 11 19:38:14.356 INFO O| Sep 11 19:38:14.356 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
44132026-09-11T19:38:15.170Z[ host-image] Sep 11 19:38:14.405 INFO O| Sep 11 19:38:14.405 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
44142026-09-11T19:38:15.170Z[ host-image] Sep 11 19:38:14.405 INFO O| Sep 11 19:38:14.405 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
44152026-09-11T19:38:15.173Z[ host-image] Sep 11 19:38:14.405 INFO O| Sep 11 19:38:14.405 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
44162026-09-11T19:38:15.173Z[ host-image] Sep 11 19:38:14.405 INFO O| Sep 11 19:38:14.405 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
44172026-09-11T19:38:15.176Z[ host-image] Sep 11 19:38:14.411 INFO O| Sep 11 19:38:14.411 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
44182026-09-11T19:38:15.409Z[ host-image] Sep 11 19:38:14.644 INFO O| Sep 11 19:38:14.644 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44192026-09-11T19:38:15.415Z[ host-image] Sep 11 19:38:14.650 INFO O| Sep 11 19:38:14.650 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
44202026-09-11T19:38:15.422Z[recovery-package] Compiling progenitor v0.14.0
44212026-09-11T19:38:15.535Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44222026-09-11T19:38:15.535Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44232026-09-11T19:38:15.717Z[ host-image] Sep 11 19:38:14.952 INFO O| Sep 11 19:38:14.952 INFO O| Caching catalogs ... Done
44242026-09-11T19:38:15.797Z[ host-image] Sep 11 19:38:15.031 INFO O| Sep 11 19:38:15.031 INFO STEP 0 (pkg_image_create) COMPLETE
44252026-09-11T19:38:15.797Z[ host-image] Sep 11 19:38:15.031 INFO O| Sep 11 19:38:15.031 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44262026-09-11T19:38:15.804Z[ host-image] Sep 11 19:38:15.038 INFO O| Sep 11 19:38:15.038 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"]
44272026-09-11T19:38:16.085Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO STEP 1 (pkg_set_publisher) COMPLETE
44282026-09-11T19:38:16.085Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292026-09-11T19:38:16.085Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO skip step because feature "publisher_1_name" is not enabled
44302026-09-11T19:38:16.088Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44312026-09-11T19:38:16.088Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO skip step because feature "publisher_2_name" is not enabled
44322026-09-11T19:38:16.088Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44332026-09-11T19:38:16.088Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO skip step because feature "publisher_3_name" is not enabled
44342026-09-11T19:38:16.088Z[ host-image] Sep 11 19:38:15.320 INFO O| Sep 11 19:38:15.320 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44352026-09-11T19:38:16.094Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44362026-09-11T19:38:16.360Z[ host-image] Sep 11 19:38:15.595 INFO O| Sep 11 19:38:15.595 INFO variant opensolaris.zone is already global
44372026-09-11T19:38:16.360Z[ host-image] Sep 11 19:38:15.595 INFO O| Sep 11 19:38:15.595 INFO STEP 5 (pkg_change_variant) COMPLETE
44382026-09-11T19:38:16.364Z[ host-image] Sep 11 19:38:15.595 INFO O| Sep 11 19:38:15.595 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44392026-09-11T19:38:16.643Z[ host-image] Sep 11 19:38:15.878 INFO O| Sep 11 19:38:15.878 INFO variant opensolaris.imagetype is full; changing to partial
44402026-09-11T19:38:16.644Z[ host-image] Sep 11 19:38:15.878 INFO O| Sep 11 19:38:15.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44412026-09-11T19:38:18.551Z[ host-image] Sep 11 19:38:17.786 INFO O| Sep 11 19:38:17.786 INFO O| Startup: Refreshing catalog 'helios' ... Done
44422026-09-11T19:38:19.011Z[ host-image] Sep 11 19:38:18.246 INFO O| Sep 11 19:38:18.246 INFO O| Startup: Caching catalogs ... Done
44432026-09-11T19:38:19.027Z[ host-image] Sep 11 19:38:18.262 INFO O| Sep 11 19:38:18.262 INFO O| Planning: Planning completed in 0.00 seconds
44442026-09-11T19:38:19.030Z[ host-image] Sep 11 19:38:18.262 INFO O| Sep 11 19:38:18.262 INFO O| Planning: Consolidating action changes ... Done
44452026-09-11T19:38:19.030Z[ host-image] Sep 11 19:38:18.262 INFO O| Sep 11 19:38:18.262 INFO O| Planning: Evaluating mediators ... Done
44462026-09-11T19:38:19.030Z[ host-image] Sep 11 19:38:18.263 INFO O| Sep 11 19:38:18.263 INFO O| Planning: Planning completed in 0.00 seconds
44472026-09-11T19:38:19.030Z[ host-image] Sep 11 19:38:18.263 INFO O| Sep 11 19:38:18.263 INFO O| Variants/Facets to change: 1
44482026-09-11T19:38:19.036Z[ host-image] Sep 11 19:38:18.271 INFO O| Sep 11 19:38:18.271 INFO O| Finalize: Updating package state database ... Done
44492026-09-11T19:38:19.036Z[ host-image] Sep 11 19:38:18.271 INFO O| Sep 11 19:38:18.271 INFO O| Finalize: Updating package cache ... Done
44502026-09-11T19:38:19.116Z[ host-image] Sep 11 19:38:18.351 INFO O| Sep 11 19:38:18.351 INFO O| Finalize: Updating image state ... Done
44512026-09-11T19:38:19.128Z[ host-image] Sep 11 19:38:18.363 INFO O| Sep 11 19:38:18.363 INFO O| Finalize: Creating fast lookup database ... Done
44522026-09-11T19:38:19.131Z[ host-image] Sep 11 19:38:18.364 INFO O| Sep 11 19:38:18.364 INFO O| Finalize: Reading search index ... Done
44532026-09-11T19:38:19.131Z[ host-image] Sep 11 19:38:18.364 INFO O| Sep 11 19:38:18.364 INFO O| Finalize: Updating search index ... Done
44542026-09-11T19:38:19.131Z[ host-image] Sep 11 19:38:18.365 INFO O| Sep 11 19:38:18.365 INFO O| Finalize: Updating package cache ... Done
44552026-09-11T19:38:19.329Z[ host-image] Sep 11 19:38:18.564 INFO O| Sep 11 19:38:18.564 INFO STEP 6 (pkg_change_variant) COMPLETE
44562026-09-11T19:38:19.329Z[ host-image] Sep 11 19:38:18.564 INFO O| Sep 11 19:38:18.564 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44572026-09-11T19:38:19.333Z[ host-image] Sep 11 19:38:18.564 INFO O| Sep 11 19:38:18.564 INFO skip step because feature "debug_variant" is not enabled
44582026-09-11T19:38:19.333Z[ host-image] Sep 11 19:38:18.564 INFO O| Sep 11 19:38:18.564 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44592026-09-11T19:38:19.571Z[ host-image] Sep 11 19:38:18.806 INFO O| Sep 11 19:38:18.806 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44602026-09-11T19:38:21.392Z[ host-image] Sep 11 19:38:20.627 INFO O| Sep 11 19:38:20.626 INFO O| Startup: Refreshing catalog 'helios' ... Done
44612026-09-11T19:38:21.800Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44622026-09-11T19:38:21.839Z[ host-image] Sep 11 19:38:21.074 INFO O| Sep 11 19:38:21.074 INFO O| Startup: Caching catalogs ... Done
44632026-09-11T19:38:21.854Z[ host-image] Sep 11 19:38:21.090 INFO O| Sep 11 19:38:21.090 INFO O| Planning: Planning completed in 0.00 seconds
44642026-09-11T19:38:21.857Z[ host-image] Sep 11 19:38:21.090 INFO O| Sep 11 19:38:21.090 INFO O| Planning: Consolidating action changes ... Done
44652026-09-11T19:38:21.857Z[ host-image] Sep 11 19:38:21.090 INFO O| Sep 11 19:38:21.090 INFO O| Planning: Evaluating mediators ... Done
44662026-09-11T19:38:21.857Z[ host-image] Sep 11 19:38:21.090 INFO O| Sep 11 19:38:21.090 INFO O| Planning: Planning completed in 0.00 seconds
44672026-09-11T19:38:21.857Z[ host-image] Sep 11 19:38:21.090 INFO O| Sep 11 19:38:21.090 INFO O| Variants/Facets to change: 1
44682026-09-11T19:38:21.864Z[ host-image] Sep 11 19:38:21.100 INFO O| Sep 11 19:38:21.100 INFO O| Finalize: Updating package state database ... Done
44692026-09-11T19:38:21.864Z[ host-image] Sep 11 19:38:21.100 INFO O| Sep 11 19:38:21.100 INFO O| Finalize: Updating package cache ... Done
44702026-09-11T19:38:21.941Z[ host-image] Sep 11 19:38:21.176 INFO O| Sep 11 19:38:21.176 INFO O| Finalize: Updating image state ... Done
44712026-09-11T19:38:21.956Z[ host-image] Sep 11 19:38:21.192 INFO O| Sep 11 19:38:21.192 INFO O| Finalize: Creating fast lookup database ... Done
44722026-09-11T19:38:21.959Z[ host-image] Sep 11 19:38:21.192 INFO O| Sep 11 19:38:21.192 INFO O| Finalize: Reading search index ... Done
44732026-09-11T19:38:21.959Z[ host-image] Sep 11 19:38:21.192 INFO O| Sep 11 19:38:21.192 INFO O| Finalize: Updating search index ... Done
44742026-09-11T19:38:21.959Z[ host-image] Sep 11 19:38:21.193 INFO O| Sep 11 19:38:21.193 INFO O| Finalize: Updating package cache ... Done
44752026-09-11T19:38:22.207Z[ host-image] Sep 11 19:38:21.442 INFO O| Sep 11 19:38:21.442 INFO STEP 8 (pkg_change_facet) COMPLETE
44762026-09-11T19:38:22.207Z[ host-image] Sep 11 19:38:21.442 INFO O| Sep 11 19:38:21.442 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44772026-09-11T19:38:22.211Z[ host-image] Sep 11 19:38:21.442 INFO O| Sep 11 19:38:21.442 INFO skip step because feature "recovery" is not enabled
44782026-09-11T19:38:22.211Z[ host-image] Sep 11 19:38:21.442 INFO O| Sep 11 19:38:21.442 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44792026-09-11T19:38:22.212Z[ host-image] Sep 11 19:38:21.442 INFO O| Sep 11 19:38:21.442 INFO skip step because feature "recovery" is not enabled
44802026-09-11T19:38:22.212Z[ host-image] Sep 11 19:38:21.442 INFO O| Sep 11 19:38:21.442 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812026-09-11T19:38:22.215Z[ host-image] Sep 11 19:38:21.450 INFO O| Sep 11 19:38:21.449 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"]
44822026-09-11T19:38:22.790Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
44832026-09-11T19:38:22.790Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44842026-09-11T19:38:24.142Z[ host-image] Sep 11 19:38:23.376 INFO O| Sep 11 19:38:23.376 INFO O| Startup: Refreshing catalog 'helios' ... Done
44852026-09-11T19:38:24.591Z[ host-image] Sep 11 19:38:23.826 INFO O| Sep 11 19:38:23.826 INFO O| Startup: Caching catalogs ... Done
44862026-09-11T19:38:25.064Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44872026-09-11T19:38:25.064Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44882026-09-11T19:38:26.122Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44892026-09-11T19:38:26.710Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44902026-09-11T19:38:27.384Z[ host-image] Sep 11 19:38:26.619 INFO O| Sep 11 19:38:26.619 INFO O| Planning: Solver setup ... Done
44912026-09-11T19:38:27.687Z[ host-image] Sep 11 19:38:26.922 INFO O| Sep 11 19:38:26.922 INFO O| Planning: Running solver ... Done
44922026-09-11T19:38:27.740Z[ host-image] Sep 11 19:38:26.975 INFO O| Sep 11 19:38:26.975 INFO O| Planning: Finding local manifests ... Done
44932026-09-11T19:38:27.757Z[ host-image] Sep 11 19:38:26.992 INFO O| Sep 11 19:38:26.992 INFO O| Planning: Fetching manifests: 0/130 0% complete
44942026-09-11T19:38:29.298Z[ host-image] Sep 11 19:38:28.533 INFO O| Sep 11 19:38:28.533 INFO O| Planning: Fetching manifests: 130/130 100% complete
44952026-09-11T19:38:29.773Z[ host-image] Sep 11 19:38:29.008 INFO O| Sep 11 19:38:29.008 INFO O| Planning: Package planning ... Done
44962026-09-11T19:38:30.088Z[ host-image] Sep 11 19:38:29.323 INFO O| Sep 11 19:38:29.323 INFO O| Planning: Merging actions ... Done
44972026-09-11T19:38:30.350Z[ host-image] Sep 11 19:38:29.584 INFO O| Sep 11 19:38:29.584 INFO O| Planning: Checking for conflicting actions ... Done
44982026-09-11T19:38:30.451Z[ host-image] Sep 11 19:38:29.686 INFO O| Sep 11 19:38:29.686 INFO O| Planning: Consolidating action changes ... Done
44992026-09-11T19:38:30.625Z[ host-image] Sep 11 19:38:29.860 INFO O| Sep 11 19:38:29.860 INFO O| Planning: Evaluating mediators ... Done
45002026-09-11T19:38:32.018Z[ host-image] Sep 11 19:38:31.252 INFO O| Sep 11 19:38:31.252 INFO O| Planning: Planning completed in 7.41 seconds
45012026-09-11T19:38:32.021Z[ host-image] Sep 11 19:38:31.254 INFO O| Sep 11 19:38:31.254 INFO O| Packages to install: 130
45022026-09-11T19:38:32.021Z[ host-image] Sep 11 19:38:31.254 INFO O| Sep 11 19:38:31.254 INFO O| Mediators to change: 5
45032026-09-11T19:38:32.021Z[ host-image] Sep 11 19:38:31.254 INFO O| Sep 11 19:38:31.254 INFO O| Services to change: 6
45042026-09-11T19:38:32.049Z[ host-image] Sep 11 19:38:31.283 INFO O| Sep 11 19:38:31.283 INFO O| Download: 0/23895 items 0.0/223.1MB 0% complete
45052026-09-11T19:38:37.055Z[ host-image] Sep 11 19:38:36.290 INFO O| Sep 11 19:38:36.290 INFO O| Download: 15335/23895 items 122.4/223.1MB 54% complete (24.6M/s)
45062026-09-11T19:38:40.565Z[ host-image] Sep 11 19:38:39.800 INFO O| Sep 11 19:38:39.800 INFO O| Download: Completed 223.11 MB in 8.52 seconds (26.1M/s)
45072026-09-11T19:38:42.976Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.56s
45082026-09-11T19:38:42.981Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45092026-09-11T19:38:42.981Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45102026-09-11T19:38:43.100Z[ host-image] Sep 11 19:38:42.335 INFO O| Sep 11 19:38:42.334 INFO O| Actions: 1/54210 actions (Installing new actions)
45112026-09-11T19:38:45.099ZSep 11 19:38:44.334 INFO [recovery-package] process exited with exit status: 0 (35.809422859s)
45122026-09-11T19:38:45.099ZSep 11 19:38:44.334 INFO [recovery-libraries] running task
45132026-09-11T19:38:45.100ZSep 11 19:38:44.334 INFO [recovery-stamp] running task
45142026-09-11T19:38:45.103ZSep 11 19:38:44.335 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+git0ba788bb1d4
45152026-09-11T19:38:45.104ZSep 11 19:38:44.335 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git0ba788bb1d4
45162026-09-11T19:38:45.107Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
45172026-09-11T19:38:45.107Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
45182026-09-11T19:38:45.122ZSep 11 19:38:44.357 INFO [recovery-libraries] task succeeded (22.523117ms)
45192026-09-11T19:38:45.125ZSep 11 19:38:44.357 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
45202026-09-11T19:38:45.145Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
45212026-09-11T19:38:45.148ZSep 11 19:38:44.381 INFO [stamp-installinator] process exited with exit status: 0 (46.547976ms)
45222026-09-11T19:38:45.251Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
45232026-09-11T19:38:45.254ZSep 11 19:38:44.488 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.708986ms)
45242026-09-11T19:38:45.254ZSep 11 19:38:44.488 INFO [recovery-stamp] task succeeded (154.102476ms)
45252026-09-11T19:38:45.254ZSep 11 19:38:44.488 INFO [recovery-proto] running task
45262026-09-11T19:38:45.254ZSep 11 19:38:44.488 INFO [tuf-stamp] running task
45272026-09-11T19:38:45.254ZSep 11 19:38:44.489 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+git0ba788bb1d4
45282026-09-11T19:38:45.258ZSep 11 19:38:44.489 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+git0ba788bb1d4
45292026-09-11T19:38:45.258ZSep 11 19:38:44.490 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+git0ba788bb1d4
45302026-09-11T19:38:45.258ZSep 11 19:38:44.490 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+git0ba788bb1d4
45312026-09-11T19:38:45.258ZSep 11 19:38:44.490 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+git0ba788bb1d4
45322026-09-11T19:38:45.258ZSep 11 19:38:44.491 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+git0ba788bb1d4
45332026-09-11T19:38:45.258ZSep 11 19:38:44.491 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+git0ba788bb1d4
45342026-09-11T19:38:45.258ZSep 11 19:38:44.491 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+git0ba788bb1d4
45352026-09-11T19:38:45.258ZSep 11 19:38:44.491 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+git0ba788bb1d4
45362026-09-11T19:38:45.258ZSep 11 19:38:44.492 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+git0ba788bb1d4
45372026-09-11T19:38:45.258ZSep 11 19:38:44.492 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+git0ba788bb1d4
45382026-09-11T19:38:45.258ZSep 11 19:38:44.492 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+git0ba788bb1d4
45392026-09-11T19:38:45.262Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
45402026-09-11T19:38:45.262Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45412026-09-11T19:38:45.262Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45422026-09-11T19:38:45.262Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45432026-09-11T19:38:45.262Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45442026-09-11T19:38:45.267Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
45452026-09-11T19:38:45.267Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
45462026-09-11T19:38:45.267Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
45472026-09-11T19:38:45.267Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
45482026-09-11T19:38:45.268Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
45492026-09-11T19:38:45.268Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
45502026-09-11T19:38:45.268Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
45512026-09-11T19:38:45.307Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
45522026-09-11T19:38:45.310ZSep 11 19:38:44.545 INFO [stamp-probe] process exited with exit status: 0 (56.345393ms)
45532026-09-11T19:38:45.411ZSep 11 19:38:44.645 INFO [recovery-proto] task succeeded (157.087369ms)
45542026-09-11T19:38:45.415ZSep 11 19:38:44.646 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/.tmpzsY8sR/proto/recovery/root -N 'recovery 0ba788b/${os_short_commit} 2026-09-11 19:25' -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/'
45552026-09-11T19:38:45.419Z[ recovery-image] Sep 11 19:38:44.652 INFO Checking files for board 'cosmo'
45562026-09-11T19:38:45.419Z[ recovery-image] Sep 11 19:38:44.652 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
45572026-09-11T19:38:45.419Z[ recovery-image] Sep 11 19:38:44.652 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
45582026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO Checking files for board 'cosmo-mbist'
45592026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
45602026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO Checking files for board 'cosmo-mbist-noaggr'
45612026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
45622026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO Checking files for board 'gimlet'
45632026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
45642026-09-11T19:38:45.420Z[ recovery-image] Sep 11 19:38:44.652 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
45652026-09-11T19:38:45.429Z[ recovery-image] Sep 11 19:38:44.664 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpzsY8sR/proto/recovery/root"
45662026-09-11T19:38:45.429Z[ recovery-image] Sep 11 19:38:44.664 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
45672026-09-11T19:38:45.432Z[ recovery-image] Sep 11 19:38:44.664 INFO image builder template: ramdisk-01-os...
45682026-09-11T19:38:45.432Z[ recovery-image] Sep 11 19:38:44.664 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/.tmpzsY8sR/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
45692026-09-11T19:38:45.438Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
45702026-09-11T19:38:45.442ZSep 11 19:38:44.676 INFO [stamp-ntp] process exited with exit status: 0 (184.390679ms)
45712026-09-11T19:38:45.447Z[ recovery-image] Sep 11 19:38:44.682 INFO O| Sep 11 19:38:44.682 INFO CREATE DATASET: rpool/images/build/recovery/output
45722026-09-11T19:38:45.520Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
45732026-09-11T19:38:45.524ZSep 11 19:38:44.758 INFO [stamp-internal-dns] process exited with exit status: 0 (268.496413ms)
45742026-09-11T19:38:45.528Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
45752026-09-11T19:38:45.531ZSep 11 19:38:44.766 INFO [stamp-external-dns] process exited with exit status: 0 (276.791619ms)
45762026-09-11T19:38:45.604Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
45772026-09-11T19:38:45.608ZSep 11 19:38:44.842 INFO [stamp-oximeter] process exited with exit status: 0 (350.310114ms)
45782026-09-11T19:38:45.631Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
45792026-09-11T19:38:45.635ZSep 11 19:38:44.869 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (378.975704ms)
45802026-09-11T19:38:45.776Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
45812026-09-11T19:38:45.805Z[verify-libraries] Running `target/debug/xtask verify-libraries`
45822026-09-11T19:38:45.852Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
45832026-09-11T19:38:45.855ZSep 11 19:38:45.090 INFO [stamp-crucible-zone] process exited with exit status: 0 (599.719902ms)
45842026-09-11T19:38:46.010Z[ recovery-image] Sep 11 19:38:45.243 INFO O| Sep 11 19:38:45.243 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45852026-09-11T19:38:46.015Z[ recovery-image] Sep 11 19:38:45.247 INFO O| Sep 11 19:38:45.247 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45862026-09-11T19:38:46.356Z[ recovery-image] Sep 11 19:38:45.591 INFO O| Sep 11 19:38:45.591 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
45872026-09-11T19:38:46.478Z[ recovery-image] Sep 11 19:38:45.713 INFO O| Sep 11 19:38:45.713 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45882026-09-11T19:38:46.478Z[ recovery-image] Sep 11 19:38:45.713 INFO O| Sep 11 19:38:45.713 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45892026-09-11T19:38:46.481Z[ recovery-image] Sep 11 19:38:45.713 INFO O| Sep 11 19:38:45.713 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
45902026-09-11T19:38:46.481Z[ recovery-image] Sep 11 19:38:45.713 INFO O| Sep 11 19:38:45.713 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
45912026-09-11T19:38:46.484Z[ recovery-image] Sep 11 19:38:45.719 INFO O| Sep 11 19:38:45.719 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45922026-09-11T19:38:47.250Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
45932026-09-11T19:38:47.253ZSep 11 19:38:46.488 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.995926163s)
45942026-09-11T19:38:47.926Z[ recovery-image] Sep 11 19:38:47.161 INFO O| Sep 11 19:38:47.161 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45952026-09-11T19:38:47.935Z[ recovery-image] Sep 11 19:38:47.170 INFO O| Sep 11 19:38:47.169 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45962026-09-11T19:38:48.100Z[ host-image] Sep 11 19:38:47.335 INFO O| Sep 11 19:38:47.335 INFO O| Actions: 26404/54210 actions (Installing new actions)
45972026-09-11T19:38:48.195Z[ recovery-image] Sep 11 19:38:47.430 INFO O| Sep 11 19:38:47.430 INFO O| Caching catalogs ... Done
45982026-09-11T19:38:48.286Z[ recovery-image] Sep 11 19:38:47.520 INFO O| Sep 11 19:38:47.520 INFO STEP 0 (pkg_image_create) COMPLETE
45992026-09-11T19:38:48.286Z[ recovery-image] Sep 11 19:38:47.520 INFO O| Sep 11 19:38:47.520 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46002026-09-11T19:38:48.294Z[ recovery-image] Sep 11 19:38:47.529 INFO O| Sep 11 19:38:47.529 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"]
46012026-09-11T19:38:48.350Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
46022026-09-11T19:38:48.355ZSep 11 19:38:47.587 INFO [stamp-nexus] process exited with exit status: 0 (3.096816602s)
46032026-09-11T19:38:48.672Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
46042026-09-11T19:38:48.676ZSep 11 19:38:47.910 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.418186343s)
46052026-09-11T19:38:48.942Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
46062026-09-11T19:38:48.945ZSep 11 19:38:48.180 INFO [stamp-clickhouse] process exited with exit status: 0 (3.688810038s)
46072026-09-11T19:38:48.958Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
46082026-09-11T19:38:48.962ZSep 11 19:38:48.196 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.704832289s)
46092026-09-11T19:38:48.962ZSep 11 19:38:48.196 INFO [tuf-stamp] task succeeded (3.707298951s)
46102026-09-11T19:38:48.962ZSep 11 19:38:48.196 INFO [tuf-v2-zones] running task
46112026-09-11T19:38:49.017ZSep 11 19:38:48.252 INFO [tuf-v2-zones] task succeeded (55.893143ms)
46122026-09-11T19:38:49.847Z[ host-image] Sep 11 19:38:49.082 INFO O| Sep 11 19:38:49.082 INFO O| Actions: Completed 54210 actions in 6.74 seconds.
46132026-09-11T19:38:49.924Z[ host-image] Sep 11 19:38:49.158 INFO O| Sep 11 19:38:49.158 INFO O| Finalize: Updating package state database ... Done
46142026-09-11T19:38:49.924Z[ host-image] Sep 11 19:38:49.158 INFO O| Sep 11 19:38:49.158 INFO O| Finalize: Updating package cache ... Done
46152026-09-11T19:38:50.071Z[ host-image] Sep 11 19:38:49.306 INFO O| Sep 11 19:38:49.306 INFO O| Finalize: Updating image state ... Done
46162026-09-11T19:38:50.355Z[verify-libraries] Compiling match_cfg v0.1.0
46172026-09-11T19:38:50.355Z[verify-libraries] Compiling slog-json v2.6.1
46182026-09-11T19:38:50.355Z[verify-libraries] Compiling serde_spanned v1.1.1
46192026-09-11T19:38:50.358Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
46202026-09-11T19:38:50.358Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
46212026-09-11T19:38:50.392Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO STEP 1 (pkg_set_publisher) COMPLETE
46222026-09-11T19:38:50.392Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46232026-09-11T19:38:50.395Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO skip step because feature "publisher_1_name" is not enabled
46242026-09-11T19:38:50.395Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46252026-09-11T19:38:50.395Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO skip step because feature "publisher_2_name" is not enabled
46262026-09-11T19:38:50.396Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46272026-09-11T19:38:50.396Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO skip step because feature "publisher_3_name" is not enabled
46282026-09-11T19:38:50.396Z[ recovery-image] Sep 11 19:38:49.626 INFO O| Sep 11 19:38:49.626 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46292026-09-11T19:38:50.652Z[verify-libraries] Compiling sha1 v0.11.0
46302026-09-11T19:38:50.655Z[verify-libraries] Compiling async-stream-impl v0.3.6
46312026-09-11T19:38:50.655Z[verify-libraries] Compiling serde_path_to_error v0.1.20
46322026-09-11T19:38:50.656Z[verify-libraries] Compiling multer v3.1.0
46332026-09-11T19:38:50.656Z[verify-libraries] Compiling compression-core v0.4.31
46342026-09-11T19:38:50.656Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
46352026-09-11T19:38:50.656Z[verify-libraries] Compiling dropshot v0.17.1
46362026-09-11T19:38:50.656Z[verify-libraries] Compiling waitgroup v0.1.2
46372026-09-11T19:38:50.656Z[verify-libraries] Compiling rustls-pemfile v2.2.0
46382026-09-11T19:38:50.656Z[ recovery-image] Sep 11 19:38:49.888 INFO O| Sep 11 19:38:49.888 INFO variant opensolaris.zone is already global
46392026-09-11T19:38:50.656Z[ recovery-image] Sep 11 19:38:49.888 INFO O| Sep 11 19:38:49.888 INFO STEP 5 (pkg_change_variant) COMPLETE
46402026-09-11T19:38:50.657Z[ recovery-image] Sep 11 19:38:49.888 INFO O| Sep 11 19:38:49.888 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46412026-09-11T19:38:50.859Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
46422026-09-11T19:38:50.872Z[ host-image] Sep 11 19:38:50.107 INFO O| Sep 11 19:38:50.106 INFO O| Finalize: Creating fast lookup database ... Done
46432026-09-11T19:38:50.881Z[verify-libraries] Compiling hostname v0.3.1
46442026-09-11T19:38:50.881Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
46452026-09-11T19:38:50.884Z[verify-libraries] Compiling hostname v0.4.2
46462026-09-11T19:38:50.884Z[verify-libraries] Compiling progenitor-client v0.14.0
46472026-09-11T19:38:50.897Z[ host-image] Sep 11 19:38:50.132 INFO O| Sep 11 19:38:50.132 INFO O| Finalize: Reading search index ... Done
46482026-09-11T19:38:50.957Z[ recovery-image] Sep 11 19:38:50.191 INFO O| Sep 11 19:38:50.191 INFO variant opensolaris.imagetype is full; changing to partial
46492026-09-11T19:38:50.957Z[ recovery-image] Sep 11 19:38:50.191 INFO O| Sep 11 19:38:50.191 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46502026-09-11T19:38:50.977Z[verify-libraries] Compiling compression-codecs v0.4.37
46512026-09-11T19:38:50.977Z[verify-libraries] Compiling atomicwrites v0.4.4
46522026-09-11T19:38:50.977Z[verify-libraries] Compiling macaddr v1.0.1
46532026-09-11T19:38:50.981Z[verify-libraries] Compiling serde_tokenstream v0.3.0
46542026-09-11T19:38:50.981Z[verify-libraries] Compiling regress v0.10.5
46552026-09-11T19:38:51.100Z[verify-libraries] Compiling instant v0.1.13
46562026-09-11T19:38:51.103Z[verify-libraries] Compiling oxide-generation v0.1.3
46572026-09-11T19:38:51.123Z[verify-libraries] Compiling slog-bunyan v2.5.0
46582026-09-11T19:38:51.216Z[verify-libraries] Compiling async-compression v0.4.41
46592026-09-11T19:38:51.248Z[verify-libraries] Compiling itertools v0.14.0
46602026-09-11T19:38:51.248Z[verify-libraries] Compiling parse-display-derive v0.10.0
46612026-09-11T19:38:51.326Z[verify-libraries] Compiling backoff v0.4.0
46622026-09-11T19:38:51.355Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46632026-09-11T19:38:51.358Z[verify-libraries] Compiling backon v1.6.0
46642026-09-11T19:38:51.358Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
46652026-09-11T19:38:51.359Z[verify-libraries] Compiling humantime v2.3.0
46662026-09-11T19:38:51.502Z[verify-libraries] Compiling async-stream v0.3.6
46672026-09-11T19:38:51.505Z[verify-libraries] Compiling convert_case v0.4.0
46682026-09-11T19:38:51.570Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46692026-09-11T19:38:51.600Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
46702026-09-11T19:38:51.603Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
46712026-09-11T19:38:51.692Z[verify-libraries] Compiling progenitor-extras v0.2.0
46722026-09-11T19:38:51.696Z[verify-libraries] Compiling indent_write v2.2.0
46732026-09-11T19:38:51.739Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46742026-09-11T19:38:51.775Z[verify-libraries] Compiling regress v0.11.1
46752026-09-11T19:38:51.779Z[verify-libraries] Compiling secrecy v0.10.3
46762026-09-11T19:38:51.867Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
46772026-09-11T19:38:51.934Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46782026-09-11T19:38:52.006Z[verify-libraries] Compiling derive_more v0.99.20
46792026-09-11T19:38:52.038Z[verify-libraries] Compiling universal-hash v0.5.1
46802026-09-11T19:38:52.042Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
46812026-09-11T19:38:52.091Z[verify-libraries] Compiling opaque-debug v0.3.1
46822026-09-11T19:38:52.245Z[verify-libraries] Compiling poly1305 v0.8.0
46832026-09-11T19:38:52.271Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46842026-09-11T19:38:52.271Z[verify-libraries] Compiling chacha20 v0.9.1
46852026-09-11T19:38:52.274Z[verify-libraries] Compiling blake2 v0.10.6
46862026-09-11T19:38:52.370Z[verify-libraries] Compiling aead v0.5.2
46872026-09-11T19:38:52.374Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46882026-09-11T19:38:52.493Z[verify-libraries] Compiling password-hash v0.5.0
46892026-09-11T19:38:52.614Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
46902026-09-11T19:38:52.706Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
46912026-09-11T19:38:52.730Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
46922026-09-11T19:38:52.770Z[verify-libraries] Compiling num-derive v0.4.2
46932026-09-11T19:38:52.817Z[verify-libraries] Compiling crossbeam-deque v0.8.6
46942026-09-11T19:38:52.946Z[verify-libraries] Compiling argon2 v0.5.3
46952026-09-11T19:38:53.037Z[verify-libraries] Compiling rayon-core v1.13.0
46962026-09-11T19:38:53.095Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46972026-09-11T19:38:53.129Z[ recovery-image] Sep 11 19:38:52.364 INFO O| Sep 11 19:38:52.364 INFO O| Startup: Refreshing catalog 'helios' ... Done
46982026-09-11T19:38:53.164Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46992026-09-11T19:38:53.212Z[verify-libraries] Compiling glob v0.3.3
47002026-09-11T19:38:53.215Z[verify-libraries] Compiling parse-display v0.10.0
47012026-09-11T19:38:53.334Z[verify-libraries] Compiling heapless v0.8.0
47022026-09-11T19:38:53.376Z[verify-libraries] Compiling proc-macro-error v1.0.4
47032026-09-11T19:38:53.507Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47042026-09-11T19:38:53.536Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
47052026-09-11T19:38:53.574Z[verify-libraries] Compiling thiserror-no-std v2.0.2
47062026-09-11T19:38:53.693Z[ recovery-image] Sep 11 19:38:52.914 INFO O| Sep 11 19:38:52.914 INFO O| Startup: Caching catalogs ... Done
47072026-09-11T19:38:53.707Z[verify-libraries] Compiling typify-impl v0.6.2
47082026-09-11T19:38:53.715Z[ recovery-image] Sep 11 19:38:52.950 INFO O| Sep 11 19:38:52.949 INFO O| Planning: Planning completed in 0.00 seconds
47092026-09-11T19:38:53.715Z[ recovery-image] Sep 11 19:38:52.950 INFO O| Sep 11 19:38:52.950 INFO O| Planning: Consolidating action changes ... Done
47102026-09-11T19:38:53.715Z[ recovery-image] Sep 11 19:38:52.950 INFO O| Sep 11 19:38:52.950 INFO O| Planning: Evaluating mediators ... Done
47112026-09-11T19:38:53.718Z[ recovery-image] Sep 11 19:38:52.950 INFO O| Sep 11 19:38:52.950 INFO O| Planning: Planning completed in 0.00 seconds
47122026-09-11T19:38:53.719Z[ recovery-image] Sep 11 19:38:52.950 INFO O| Sep 11 19:38:52.950 INFO O| Variants/Facets to change: 1
47132026-09-11T19:38:53.736Z[ recovery-image] Sep 11 19:38:52.964 INFO O| Sep 11 19:38:52.964 INFO O| Finalize: Updating package state database ... Done
47142026-09-11T19:38:53.741Z[ recovery-image] Sep 11 19:38:52.964 INFO O| Sep 11 19:38:52.964 INFO O| Finalize: Updating package cache ... Done
47152026-09-11T19:38:53.748Z[verify-libraries] Compiling vsss-rs v3.3.4
47162026-09-11T19:38:53.754Z[ host-image] Sep 11 19:38:52.988 INFO O| Sep 11 19:38:52.988 INFO O| Finalize: Building new search index ... Done
47172026-09-11T19:38:53.815Z[ recovery-image] Sep 11 19:38:53.049 INFO O| Sep 11 19:38:53.045 INFO O| Finalize: Updating image state ... Done
47182026-09-11T19:38:53.822Z[verify-libraries] Compiling ingot-macros v0.2.0
47192026-09-11T19:38:53.831Z[ recovery-image] Sep 11 19:38:53.065 INFO O| Sep 11 19:38:53.065 INFO O| Finalize: Creating fast lookup database ... Done
47202026-09-11T19:38:53.836Z[ recovery-image] Sep 11 19:38:53.066 INFO O| Sep 11 19:38:53.066 INFO O| Finalize: Reading search index ... Done
47212026-09-11T19:38:53.836Z[ recovery-image] Sep 11 19:38:53.066 INFO O| Sep 11 19:38:53.066 INFO O| Finalize: Updating search index ... Done
47222026-09-11T19:38:53.836Z[ recovery-image] Sep 11 19:38:53.067 INFO O| Sep 11 19:38:53.067 INFO O| Finalize: Updating package cache ... Done
47232026-09-11T19:38:53.926Z[verify-libraries] Compiling tabwriter v1.4.1
47242026-09-11T19:38:53.970Z[verify-libraries] Compiling hash32 v0.3.1
47252026-09-11T19:38:54.156Z[verify-libraries] Compiling proc-macro-crate v3.4.0
47262026-09-11T19:38:54.194Z[ recovery-image] Sep 11 19:38:53.429 INFO O| Sep 11 19:38:53.429 INFO STEP 6 (pkg_change_variant) COMPLETE
47272026-09-11T19:38:54.194Z[ recovery-image] Sep 11 19:38:53.429 INFO O| Sep 11 19:38:53.429 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47282026-09-11T19:38:54.194Z[ recovery-image] Sep 11 19:38:53.429 INFO O| Sep 11 19:38:53.429 INFO skip step because feature "debug_variant" is not enabled
47292026-09-11T19:38:54.199Z[ recovery-image] Sep 11 19:38:53.429 INFO O| Sep 11 19:38:53.429 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47302026-09-11T19:38:54.208Z[ host-image] Sep 11 19:38:53.443 INFO O| Sep 11 19:38:53.443 INFO O| Finalize: Updating package cache ... Done
47312026-09-11T19:38:54.287Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47322026-09-11T19:38:54.287Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47332026-09-11T19:38:54.382Z[verify-libraries] Compiling smoltcp v0.11.0
47342026-09-11T19:38:54.506Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47352026-09-11T19:38:54.528Z[ recovery-image] Sep 11 19:38:53.763 INFO O| Sep 11 19:38:53.762 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
47362026-09-11T19:38:54.577Z[verify-libraries] Compiling cobs v0.3.0
47372026-09-11T19:38:54.602Z[ host-image] Sep 11 19:38:53.837 INFO O| Sep 11 19:38:53.836 INFO STEP 11 (pkg_install) COMPLETE
47382026-09-11T19:38:54.602Z[ host-image] Sep 11 19:38:53.837 INFO O| Sep 11 19:38:53.836 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47392026-09-11T19:38:54.611Z[ host-image] Sep 11 19:38:53.846 INFO O| Sep 11 19:38:53.846 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"]
47402026-09-11T19:38:54.692Z[verify-libraries] Compiling colored v3.1.1
47412026-09-11T19:38:54.692Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47422026-09-11T19:38:54.827Z[verify-libraries] Compiling postcard v1.1.3
47432026-09-11T19:38:54.857Z[verify-libraries] Compiling rayon v1.11.0
47442026-09-11T19:38:54.911Z[verify-libraries] Compiling proc-macro-crate v1.3.1
47452026-09-11T19:38:54.934Z[verify-libraries] Compiling num_enum_derive v0.7.6
47462026-09-11T19:38:55.001Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47472026-09-11T19:38:55.005Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47482026-09-11T19:38:55.005Z[verify-libraries] Compiling foreign-types-macros v0.2.3
47492026-09-11T19:38:55.118Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47502026-09-11T19:38:55.176Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47512026-09-11T19:38:55.341Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47522026-09-11T19:38:55.408Z[verify-libraries] Compiling foreign-types-shared v0.3.1
47532026-09-11T19:38:55.488Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47542026-09-11T19:38:55.495Z[verify-libraries] Compiling num_enum_derive v0.5.11
47552026-09-11T19:38:55.567Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47562026-09-11T19:38:55.612Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47572026-09-11T19:38:55.687Z[verify-libraries] Compiling cstr-argument v0.1.2
47582026-09-11T19:38:55.733Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
47592026-09-11T19:38:55.805Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
47602026-09-11T19:38:55.873Z[verify-libraries] Compiling foreign-types v0.5.0
47612026-09-11T19:38:55.907Z[verify-libraries] Compiling sigpipe v0.1.3
47622026-09-11T19:38:56.025Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47632026-09-11T19:38:56.069Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
47642026-09-11T19:38:56.157Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47652026-09-11T19:38:56.201Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47662026-09-11T19:38:56.204Z[verify-libraries] Compiling num_enum v0.7.6
47672026-09-11T19:38:56.284Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47682026-09-11T19:38:56.365Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47692026-09-11T19:38:56.397Z[verify-libraries] Compiling itertools v0.12.1
47702026-09-11T19:38:56.400Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47712026-09-11T19:38:56.497Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47722026-09-11T19:38:56.497Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47732026-09-11T19:38:56.500Z[verify-libraries] Compiling tokio-dtrace v0.1.1
47742026-09-11T19:38:56.626Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47752026-09-11T19:38:56.692Z[ recovery-image] Sep 11 19:38:55.926 INFO O| Sep 11 19:38:55.926 INFO O| Startup: Refreshing catalog 'helios' ... Done
47762026-09-11T19:38:56.734Z[ host-image] Sep 11 19:38:55.968 INFO O| Sep 11 19:38:55.968 INFO O| Startup: Refreshing catalog 'helios' ... Done
47772026-09-11T19:38:56.738Z[verify-libraries] Compiling num_enum v0.5.11
47782026-09-11T19:38:56.842Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47792026-09-11T19:38:56.845Z[verify-libraries] Compiling smf v0.2.3
47802026-09-11T19:38:56.866Z[verify-libraries] Compiling whoami v1.6.1
47812026-09-11T19:38:56.892Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47822026-09-11T19:38:56.919Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
47832026-09-11T19:38:56.968Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47842026-09-11T19:38:56.972Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47852026-09-11T19:38:56.995Z[verify-libraries] Compiling ingot-types v0.2.0
47862026-09-11T19:38:57.014Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47872026-09-11T19:38:57.219Z[ recovery-image] Sep 11 19:38:56.454 INFO O| Sep 11 19:38:56.454 INFO O| Startup: Caching catalogs ... Done
47882026-09-11T19:38:57.238Z[ recovery-image] Sep 11 19:38:56.472 INFO O| Sep 11 19:38:56.472 INFO O| Planning: Planning completed in 0.00 seconds
47892026-09-11T19:38:57.241Z[ recovery-image] Sep 11 19:38:56.472 INFO O| Sep 11 19:38:56.472 INFO O| Planning: Consolidating action changes ... Done
47902026-09-11T19:38:57.241Z[ recovery-image] Sep 11 19:38:56.472 INFO O| Sep 11 19:38:56.472 INFO O| Planning: Evaluating mediators ... Done
47912026-09-11T19:38:57.241Z[ host-image] Sep 11 19:38:56.473 INFO O| Sep 11 19:38:56.473 INFO O| Startup: Caching catalogs ... Done
47922026-09-11T19:38:57.241Z[ recovery-image] Sep 11 19:38:56.473 INFO O| Sep 11 19:38:56.473 INFO O| Planning: Planning completed in 0.00 seconds
47932026-09-11T19:38:57.241Z[ recovery-image] Sep 11 19:38:56.473 INFO O| Sep 11 19:38:56.473 INFO O| Variants/Facets to change: 1
47942026-09-11T19:38:57.250Z[ recovery-image] Sep 11 19:38:56.485 INFO O| Sep 11 19:38:56.485 INFO O| Finalize: Updating package state database ... Done
47952026-09-11T19:38:57.250Z[ recovery-image] Sep 11 19:38:56.485 INFO O| Sep 11 19:38:56.485 INFO O| Finalize: Updating package cache ... Done
47962026-09-11T19:38:57.253Z[verify-libraries] Compiling gethostname v0.5.0
47972026-09-11T19:38:57.394Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47982026-09-11T19:38:57.416Z[ recovery-image] Sep 11 19:38:56.650 INFO O| Sep 11 19:38:56.650 INFO O| Finalize: Updating image state ... Done
47992026-09-11T19:38:57.427Z[verify-libraries] Compiling slog-dtrace v0.3.0
48002026-09-11T19:38:57.430Z[verify-libraries] Compiling newline-converter v0.3.0
48012026-09-11T19:38:57.435Z[ recovery-image] Sep 11 19:38:56.669 INFO O| Sep 11 19:38:56.669 INFO O| Finalize: Creating fast lookup database ... Done
48022026-09-11T19:38:57.438Z[ recovery-image] Sep 11 19:38:56.670 INFO O| Sep 11 19:38:56.670 INFO O| Finalize: Reading search index ... Done
48032026-09-11T19:38:57.438Z[ recovery-image] Sep 11 19:38:56.670 INFO O| Sep 11 19:38:56.670 INFO O| Finalize: Updating search index ... Done
48042026-09-11T19:38:57.438Z[ recovery-image] Sep 11 19:38:56.671 INFO O| Sep 11 19:38:56.671 INFO O| Finalize: Updating package cache ... Done
48052026-09-11T19:38:57.597Z[verify-libraries] Compiling console v0.15.11
48062026-09-11T19:38:57.656Z[verify-libraries] Compiling linear-map v1.2.0
48072026-09-11T19:38:57.760Z[verify-libraries] Compiling ingot v0.2.1
48082026-09-11T19:38:57.779Z[ recovery-image] Sep 11 19:38:57.014 INFO O| Sep 11 19:38:57.014 INFO STEP 8 (pkg_change_facet) COMPLETE
48092026-09-11T19:38:57.779Z[ recovery-image] Sep 11 19:38:57.014 INFO O| Sep 11 19:38:57.014 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48102026-09-11T19:38:57.821Z[verify-libraries] Compiling zone v0.3.1
48112026-09-11T19:38:57.821Z[verify-libraries] Compiling num-rational v0.4.2
48122026-09-11T19:38:57.821Z[verify-libraries] Compiling num-complex v0.4.6
48132026-09-11T19:38:57.975Z[verify-libraries] Compiling prettyplease v0.2.37
48142026-09-11T19:38:57.978Z[verify-libraries] Compiling float-ord v0.3.2
48152026-09-11T19:38:58.031Z[ host-image] Sep 11 19:38:57.266 INFO O| Sep 11 19:38:57.266 INFO O| Planning: Solver setup ... Done
48162026-09-11T19:38:58.037Z[ host-image] Sep 11 19:38:57.271 INFO O| Sep 11 19:38:57.271 INFO O| Planning: Running solver ... Done
48172026-09-11T19:38:58.056Z[ host-image] Sep 11 19:38:57.290 INFO O| Sep 11 19:38:57.290 INFO O| Planning: Finding local manifests ... Done
48182026-09-11T19:38:58.097Z[ host-image] Sep 11 19:38:57.331 INFO O| Sep 11 19:38:57.331 INFO O| Planning: Fetching manifests: 0/6 0% complete
48192026-09-11T19:38:58.118Z[ recovery-image] Sep 11 19:38:57.351 INFO O| Sep 11 19:38:57.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
48202026-09-11T19:38:58.196Z[ host-image] Sep 11 19:38:57.430 INFO O| Sep 11 19:38:57.430 INFO O| Planning: Fetching manifests: 6/6 100% complete
48212026-09-11T19:38:58.223Z[ host-image] Sep 11 19:38:57.451 INFO O| Sep 11 19:38:57.451 INFO O| Planning: Package planning ... Done
48222026-09-11T19:38:58.227Z[ host-image] Sep 11 19:38:57.458 INFO O| Sep 11 19:38:57.458 INFO O| Planning: Merging actions ... Done
48232026-09-11T19:38:58.241Z[verify-libraries] Compiling expectorate v1.2.0
48242026-09-11T19:38:58.281Z[verify-libraries] Compiling oxide-update-engine v0.1.2
48252026-09-11T19:38:58.293Z[ host-image] Sep 11 19:38:57.528 INFO O| Sep 11 19:38:57.528 INFO O| Planning: Checking for conflicting actions ... Done
48262026-09-11T19:38:58.297Z[ host-image] Sep 11 19:38:57.529 INFO O| Sep 11 19:38:57.529 INFO O| Planning: Consolidating action changes ... Done
48272026-09-11T19:38:58.338Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
48282026-09-11T19:38:58.399Z[verify-libraries] Compiling num v0.4.3
48292026-09-11T19:38:58.444Z[ host-image] Sep 11 19:38:57.676 INFO O| Sep 11 19:38:57.674 INFO O| Planning: Evaluating mediators ... Done
48302026-09-11T19:38:58.444Z[ host-image] Sep 11 19:38:57.676 INFO O| Sep 11 19:38:57.675 INFO O| Planning: Planning completed in 1.18 seconds
48312026-09-11T19:38:58.444Z[ host-image] Sep 11 19:38:57.676 INFO O| Sep 11 19:38:57.676 INFO O| Packages to install: 6
48322026-09-11T19:38:58.447Z[ host-image] Sep 11 19:38:57.676 INFO O| Sep 11 19:38:57.676 INFO O| Services to change: 2
48332026-09-11T19:38:58.452Z[ host-image] Sep 11 19:38:57.687 INFO O| Sep 11 19:38:57.687 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
48342026-09-11T19:38:58.482Z[verify-libraries] Compiling minimal-lexical v0.2.1
48352026-09-11T19:38:58.485Z[verify-libraries] Compiling unicode-xid v0.2.6
48362026-09-11T19:38:58.507Z[verify-libraries] Compiling tabled_derive v0.7.0
48372026-09-11T19:38:58.534Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
48382026-09-11T19:38:58.583Z[verify-libraries] Compiling ar_archive_writer v0.5.1
48392026-09-11T19:38:58.586Z[verify-libraries] Compiling fd-lock v4.0.4
48402026-09-11T19:38:58.586Z[ host-image] Sep 11 19:38:57.819 INFO O| Sep 11 19:38:57.819 INFO O| Download: Completed 1.76 MB in 0.13 seconds (13.3M/s)
48412026-09-11T19:38:58.604Z[ host-image] Sep 11 19:38:57.839 INFO O| Sep 11 19:38:57.839 INFO O| Actions: 1/391 actions (Installing new actions)
48422026-09-11T19:38:58.642Z[verify-libraries] Compiling vte v0.14.1
48432026-09-11T19:38:58.642Z[verify-libraries] Compiling typify-macro v0.6.2
48442026-09-11T19:38:58.703Z[verify-libraries] Compiling display-error-chain v0.2.2
48452026-09-11T19:38:58.740Z[ host-image] Sep 11 19:38:57.974 INFO O| Sep 11 19:38:57.974 INFO O| Actions: Completed 391 actions in 0.14 seconds.
48462026-09-11T19:38:58.792Z[ host-image] Sep 11 19:38:58.024 INFO O| Sep 11 19:38:58.024 INFO O| Finalize: Updating package state database ... Done
48472026-09-11T19:38:58.792Z[ host-image] Sep 11 19:38:58.025 INFO O| Sep 11 19:38:58.024 INFO O| Finalize: Updating package cache ... Done
48482026-09-11T19:38:58.802Z[verify-libraries] Compiling nom v7.1.3
48492026-09-11T19:38:58.844Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
48502026-09-11T19:38:58.898Z[ host-image] Sep 11 19:38:58.132 INFO O| Sep 11 19:38:58.132 INFO O| Finalize: Updating image state ... Done
48512026-09-11T19:38:58.908Z[verify-libraries] Compiling crossterm v0.29.0
48522026-09-11T19:38:58.908Z[verify-libraries] Compiling nu-ansi-term v0.50.3
48532026-09-11T19:38:58.964Z[verify-libraries] Compiling stacker v0.1.23
48542026-09-11T19:38:59.102Z[verify-libraries] Compiling cfg_aliases v0.1.1
48552026-09-11T19:38:59.188Z[verify-libraries] Compiling termtree v0.5.1
48562026-09-11T19:38:59.249Z[verify-libraries] Compiling semver v0.1.20
48572026-09-11T19:38:59.345Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48582026-09-11T19:38:59.428Z[verify-libraries] Compiling reedline v0.40.0
48592026-09-11T19:38:59.529Z[verify-libraries] Compiling nix v0.28.0
48602026-09-11T19:38:59.529Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48612026-09-11T19:38:59.592Z[verify-libraries] Compiling rustc_version v0.1.7
48622026-09-11T19:38:59.595Z[verify-libraries] Compiling psm v0.1.30
48632026-09-11T19:38:59.665Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48642026-09-11T19:38:59.668Z[verify-libraries] Compiling tabled v0.15.0
48652026-09-11T19:38:59.812Z[verify-libraries] Compiling phf_shared v0.12.1
48662026-09-11T19:38:59.837Z[ host-image] Sep 11 19:38:59.071 INFO O| Sep 11 19:38:59.071 INFO O| Finalize: Creating fast lookup database ... Done
48672026-09-11T19:38:59.847Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
48682026-09-11T19:38:59.851Z[verify-libraries] Compiling nibble_vec v0.1.0
48692026-09-11T19:38:59.866Z[ host-image] Sep 11 19:38:59.100 INFO O| Sep 11 19:38:59.100 INFO O| Finalize: Reading search index ... Done
48702026-09-11T19:38:59.866Z[ host-image] Sep 11 19:38:59.100 INFO O| Sep 11 19:38:59.100 INFO O| Finalize: Updating search index ... Done
48712026-09-11T19:38:59.885Z[ host-image] Sep 11 19:38:59.119 INFO O| Sep 11 19:38:59.115 INFO O| Finalize: Updating package cache ... Done
48722026-09-11T19:38:59.915Z[verify-libraries] Compiling endian-type v0.1.2
48732026-09-11T19:39:00.073Z[verify-libraries] Compiling chrono-tz v0.10.4
48742026-09-11T19:39:00.077Z[verify-libraries] Compiling highway v1.3.0
48752026-09-11T19:39:00.153Z[verify-libraries] Compiling radix_trie v0.2.1
48762026-09-11T19:39:00.182Z[verify-libraries] Compiling phf v0.12.1
48772026-09-11T19:39:00.182Z[verify-libraries] Compiling newtype_derive v0.1.6
48782026-09-11T19:39:00.258Z[ host-image] Sep 11 19:38:59.474 INFO O| Sep 11 19:38:59.474 INFO STEP 12 (pkg_install) COMPLETE
48792026-09-11T19:39:00.258Z[ host-image] Sep 11 19:38:59.474 INFO O| Sep 11 19:38:59.474 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48802026-09-11T19:39:00.263Z[ host-image] Sep 11 19:38:59.484 INFO O| Sep 11 19:38:59.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48812026-09-11T19:39:00.321Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48822026-09-11T19:39:00.321Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48832026-09-11T19:39:00.380Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48842026-09-11T19:39:00.383Z[ recovery-image] Sep 11 19:38:59.617 INFO O| Sep 11 19:38:59.617 INFO O| Startup: Refreshing catalog 'helios' ... Done
48852026-09-11T19:39:00.464Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48862026-09-11T19:39:00.522Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48872026-09-11T19:39:00.585Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48882026-09-11T19:39:00.652Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48892026-09-11T19:39:00.763Z[verify-libraries] Compiling typify v0.6.2
48902026-09-11T19:39:00.871Z[verify-libraries] Compiling peg-macros v0.8.5
48912026-09-11T19:39:00.878Z[ recovery-image] Sep 11 19:39:00.113 INFO O| Sep 11 19:39:00.113 INFO O| Startup: Caching catalogs ... Done
48922026-09-11T19:39:00.906Z[ recovery-image] Sep 11 19:39:00.138 INFO O| Sep 11 19:39:00.138 INFO O| Planning: Planning completed in 0.00 seconds
48932026-09-11T19:39:00.906Z[ recovery-image] Sep 11 19:39:00.138 INFO O| Sep 11 19:39:00.138 INFO O| Planning: Consolidating action changes ... Done
48942026-09-11T19:39:00.906Z[ recovery-image] Sep 11 19:39:00.138 INFO O| Sep 11 19:39:00.138 INFO O| Planning: Evaluating mediators ... Done
48952026-09-11T19:39:00.909Z[ recovery-image] Sep 11 19:39:00.138 INFO O| Sep 11 19:39:00.138 INFO O| Planning: Planning completed in 0.00 seconds
48962026-09-11T19:39:00.909Z[ recovery-image] Sep 11 19:39:00.139 INFO O| Sep 11 19:39:00.139 INFO O| Variants/Facets to change: 1
48972026-09-11T19:39:00.919Z[ recovery-image] Sep 11 19:39:00.154 INFO O| Sep 11 19:39:00.154 INFO O| Finalize: Updating package state database ... Done
48982026-09-11T19:39:00.919Z[ recovery-image] Sep 11 19:39:00.154 INFO O| Sep 11 19:39:00.154 INFO O| Finalize: Updating package cache ... Done
48992026-09-11T19:39:01.000Z[ recovery-image] Sep 11 19:39:00.235 INFO O| Sep 11 19:39:00.235 INFO O| Finalize: Updating image state ... Done
49002026-09-11T19:39:01.004Z[verify-libraries] Compiling progenitor-impl v0.14.0
49012026-09-11T19:39:01.020Z[ recovery-image] Sep 11 19:39:00.254 INFO O| Sep 11 19:39:00.254 INFO O| Finalize: Creating fast lookup database ... Done
49022026-09-11T19:39:01.023Z[ recovery-image] Sep 11 19:39:00.255 INFO O| Sep 11 19:39:00.255 INFO O| Finalize: Reading search index ... Done
49032026-09-11T19:39:01.024Z[ recovery-image] Sep 11 19:39:00.255 INFO O| Sep 11 19:39:00.255 INFO O| Finalize: Updating search index ... Done
49042026-09-11T19:39:01.024Z[ recovery-image] Sep 11 19:39:00.256 INFO O| Sep 11 19:39:00.256 INFO O| Finalize: Updating package cache ... Done
49052026-09-11T19:39:01.071Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
49062026-09-11T19:39:01.169Z[verify-libraries] Compiling recursive v0.1.1
49072026-09-11T19:39:01.254Z[verify-libraries] Compiling sqlparser_derive v0.5.0
49082026-09-11T19:39:01.355Z[verify-libraries] Compiling winnow v0.6.26
49092026-09-11T19:39:01.423Z[ recovery-image] Sep 11 19:39:00.658 INFO O| Sep 11 19:39:00.658 INFO STEP 9 (pkg_change_facet) COMPLETE
49102026-09-11T19:39:01.423Z[ recovery-image] Sep 11 19:39:00.658 INFO O| Sep 11 19:39:00.658 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49112026-09-11T19:39:01.654Z[verify-libraries] Compiling csv-core v0.1.13
49122026-09-11T19:39:01.753Z[ recovery-image] Sep 11 19:39:00.988 INFO O| Sep 11 19:39:00.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
49132026-09-11T19:39:01.757Z[verify-libraries] Compiling unicode_categories v0.1.1
49142026-09-11T19:39:01.982Z[verify-libraries] Compiling home v0.5.12
49152026-09-11T19:39:02.006Z[verify-libraries] Compiling csv v1.4.0
49162026-09-11T19:39:02.057Z[verify-libraries] Compiling const_format v0.2.35
49172026-09-11T19:39:02.124Z[verify-libraries] Compiling rustyline v14.0.0
49182026-09-11T19:39:02.217Z[verify-libraries] Compiling sqlparser v0.61.0
49192026-09-11T19:39:02.431Z[verify-libraries] Compiling bcs v0.1.6
49202026-09-11T19:39:02.526Z[verify-libraries] Compiling peg v0.8.5
49212026-09-11T19:39:02.574Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49222026-09-11T19:39:02.603Z[verify-libraries] Compiling nom v8.0.0
49232026-09-11T19:39:02.622Z[ host-image] Sep 11 19:39:01.854 INFO O| Sep 11 19:39:01.854 INFO O| Startup: Refreshing catalog 'helios' ... Done
49242026-09-11T19:39:02.655Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49252026-09-11T19:39:02.734Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
49262026-09-11T19:39:02.824Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49272026-09-11T19:39:02.878Z[verify-libraries] Compiling steno v0.4.1
49282026-09-11T19:39:02.949Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49292026-09-11T19:39:03.005Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49302026-09-11T19:39:03.193Z[verify-libraries] Compiling sqlformat v0.3.5
49312026-09-11T19:39:03.197Z[ host-image] Sep 11 19:39:02.429 INFO O| Sep 11 19:39:02.429 INFO O| Startup: Caching catalogs ... Done
49322026-09-11T19:39:03.394Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49332026-09-11T19:39:03.452Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49342026-09-11T19:39:03.701Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49352026-09-11T19:39:03.823Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
49362026-09-11T19:39:03.847Z[ host-image] Sep 11 19:39:03.082 INFO O| Sep 11 19:39:03.081 INFO O| Planning: Solver setup ... Done
49372026-09-11T19:39:03.871Z[ host-image] Sep 11 19:39:03.105 INFO O| Sep 11 19:39:03.105 INFO O| Planning: Running solver ... Done
49382026-09-11T19:39:03.875Z[verify-libraries] Compiling utf-8 v0.7.6
49392026-09-11T19:39:03.889Z[ host-image] Sep 11 19:39:03.121 INFO O| Sep 11 19:39:03.121 INFO O| Planning: Finding local manifests ... Done
49402026-09-11T19:39:03.908Z[ host-image] Sep 11 19:39:03.142 INFO O| Sep 11 19:39:03.142 INFO O| Planning: Fetching manifests: 0/6 0% complete
49412026-09-11T19:39:03.965Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
49422026-09-11T19:39:03.999Z[ host-image] Sep 11 19:39:03.233 INFO O| Sep 11 19:39:03.232 INFO O| Planning: Fetching manifests: 6/6 100% complete
49432026-09-11T19:39:04.028Z[ host-image] Sep 11 19:39:03.262 INFO O| Sep 11 19:39:03.262 INFO O| Planning: Package planning ... Done
49442026-09-11T19:39:04.037Z[ host-image] Sep 11 19:39:03.271 INFO O| Sep 11 19:39:03.271 INFO O| Planning: Merging actions ... Done
49452026-09-11T19:39:04.059Z[verify-libraries] Compiling progenitor-macro v0.14.0
49462026-09-11T19:39:04.087Z[ host-image] Sep 11 19:39:03.321 INFO O| Sep 11 19:39:03.320 INFO O| Planning: Checking for conflicting actions ... Done
49472026-09-11T19:39:04.091Z[ host-image] Sep 11 19:39:03.323 INFO O| Sep 11 19:39:03.323 INFO O| Planning: Consolidating action changes ... Done
49482026-09-11T19:39:04.096Z[verify-libraries] Compiling tagptr v0.2.0
49492026-09-11T19:39:04.126Z[verify-libraries] Compiling libefi-sys v0.1.0
49502026-09-11T19:39:04.226Z[ host-image] Sep 11 19:39:03.460 INFO O| Sep 11 19:39:03.460 INFO O| Planning: Evaluating mediators ... Done
49512026-09-11T19:39:04.229Z[ host-image] Sep 11 19:39:03.463 INFO O| Sep 11 19:39:03.463 INFO O| Planning: Planning completed in 1.02 seconds
49522026-09-11T19:39:04.229Z[ host-image] Sep 11 19:39:03.463 INFO O| Sep 11 19:39:03.463 INFO O| Packages to install: 6
49532026-09-11T19:39:04.229Z[ host-image] Sep 11 19:39:03.463 INFO O| Sep 11 19:39:03.463 INFO O| Mediators to change: 1
49542026-09-11T19:39:04.229Z[ host-image] Sep 11 19:39:03.463 INFO O| Sep 11 19:39:03.463 INFO O| Services to change: 1
49552026-09-11T19:39:04.240Z[ host-image] Sep 11 19:39:03.474 INFO O| Sep 11 19:39:03.474 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49562026-09-11T19:39:04.330Z[verify-libraries] Compiling moka v0.12.13
49572026-09-11T19:39:04.362Z[verify-libraries] Compiling bitfield-struct v0.6.2
49582026-09-11T19:39:04.404Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49592026-09-11T19:39:04.434Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49602026-09-11T19:39:04.492Z[ recovery-image] Sep 11 19:39:03.723 INFO O| Sep 11 19:39:03.723 INFO O| Startup: Refreshing catalog 'helios' ... Done
49612026-09-11T19:39:04.513Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49622026-09-11T19:39:04.516Z[verify-libraries] Compiling xshell-macros v0.2.7
49632026-09-11T19:39:04.615Z[verify-libraries] Compiling tungstenite v0.21.0
49642026-09-11T19:39:04.622Z[ host-image] Sep 11 19:39:03.856 INFO O| Sep 11 19:39:03.854 INFO O| Download: Completed 7.84 MB in 0.38 seconds (20.6M/s)
49652026-09-11T19:39:04.666Z[ host-image] Sep 11 19:39:03.900 INFO O| Sep 11 19:39:03.900 INFO O| Actions: 1/1366 actions (Installing new actions)
49662026-09-11T19:39:04.784Z[verify-libraries] Compiling object v0.39.1
49672026-09-11T19:39:04.899Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49682026-09-11T19:39:04.916Z[ host-image] Sep 11 19:39:04.150 INFO O| Sep 11 19:39:04.150 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
49692026-09-11T19:39:04.939Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49702026-09-11T19:39:04.967Z[ host-image] Sep 11 19:39:04.202 INFO O| Sep 11 19:39:04.202 INFO O| Finalize: Updating package state database ... Done
49712026-09-11T19:39:04.967Z[ host-image] Sep 11 19:39:04.202 INFO O| Sep 11 19:39:04.202 INFO O| Finalize: Updating package cache ... Done
49722026-09-11T19:39:05.000Z[ recovery-image] Sep 11 19:39:04.234 INFO O| Sep 11 19:39:04.234 INFO O| Startup: Caching catalogs ... Done
49732026-09-11T19:39:05.018Z[ recovery-image] Sep 11 19:39:04.252 INFO O| Sep 11 19:39:04.252 INFO O| Planning: Planning completed in 0.00 seconds
49742026-09-11T19:39:05.023Z[ recovery-image] Sep 11 19:39:04.254 INFO O| Sep 11 19:39:04.253 INFO O| Planning: Consolidating action changes ... Done
49752026-09-11T19:39:05.023Z[ recovery-image] Sep 11 19:39:04.254 INFO O| Sep 11 19:39:04.253 INFO O| Planning: Evaluating mediators ... Done
49762026-09-11T19:39:05.023Z[ recovery-image] Sep 11 19:39:04.254 INFO O| Sep 11 19:39:04.253 INFO O| Planning: Planning completed in 0.00 seconds
49772026-09-11T19:39:05.023Z[ recovery-image] Sep 11 19:39:04.254 INFO O| Sep 11 19:39:04.253 INFO O| Variants/Facets to change: 1
49782026-09-11T19:39:05.036Z[ recovery-image] Sep 11 19:39:04.270 INFO O| Sep 11 19:39:04.270 INFO O| Finalize: Updating package state database ... Done
49792026-09-11T19:39:05.036Z[ recovery-image] Sep 11 19:39:04.270 INFO O| Sep 11 19:39:04.270 INFO O| Finalize: Updating package cache ... Done
49802026-09-11T19:39:05.048Z[verify-libraries] Compiling xshell v0.2.7
49812026-09-11T19:39:05.052Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49822026-09-11T19:39:05.083Z[ host-image] Sep 11 19:39:04.317 INFO O| Sep 11 19:39:04.317 INFO O| Finalize: Updating image state ... Done
49832026-09-11T19:39:05.132Z[ recovery-image] Sep 11 19:39:04.366 INFO O| Sep 11 19:39:04.366 INFO O| Finalize: Updating image state ... Done
49842026-09-11T19:39:05.150Z[ recovery-image] Sep 11 19:39:04.385 INFO O| Sep 11 19:39:04.385 INFO O| Finalize: Creating fast lookup database ... Done
49852026-09-11T19:39:05.154Z[ recovery-image] Sep 11 19:39:04.385 INFO O| Sep 11 19:39:04.385 INFO O| Finalize: Reading search index ... Done
49862026-09-11T19:39:05.154Z[ recovery-image] Sep 11 19:39:04.385 INFO O| Sep 11 19:39:04.385 INFO O| Finalize: Updating search index ... Done
49872026-09-11T19:39:05.154Z[ recovery-image] Sep 11 19:39:04.386 INFO O| Sep 11 19:39:04.386 INFO O| Finalize: Updating package cache ... Done
49882026-09-11T19:39:05.161Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49892026-09-11T19:39:05.223Z[verify-libraries] Compiling hickory-resolver v0.25.2
49902026-09-11T19:39:05.275Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49912026-09-11T19:39:05.383Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49922026-09-11T19:39:05.461Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49932026-09-11T19:39:05.464Z[ recovery-image] Sep 11 19:39:04.698 INFO O| Sep 11 19:39:04.698 INFO STEP 10 (pkg_change_facet) COMPLETE
49942026-09-11T19:39:05.464Z[ recovery-image] Sep 11 19:39:04.698 INFO O| Sep 11 19:39:04.698 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49952026-09-11T19:39:05.475Z[ recovery-image] Sep 11 19:39:04.710 INFO O| Sep 11 19:39:04.710 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"]
49962026-09-11T19:39:05.520Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49972026-09-11T19:39:05.593Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49982026-09-11T19:39:05.689Z[verify-libraries] Compiling half v1.8.3
49992026-09-11T19:39:05.723Z[verify-libraries] Compiling path-slash v0.2.1
50002026-09-11T19:39:05.865Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
50012026-09-11T19:39:05.959Z[verify-libraries] Compiling serde_cbor v0.11.2
50022026-09-11T19:39:05.996Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50032026-09-11T19:39:06.059Z[verify-libraries] Compiling libscf-sys v1.2.0
50042026-09-11T19:39:06.063Z[ host-image] Sep 11 19:39:05.298 INFO O| Sep 11 19:39:05.298 INFO O| Finalize: Creating fast lookup database ... Done
50052026-09-11T19:39:06.093Z[ host-image] Sep 11 19:39:05.327 INFO O| Sep 11 19:39:05.327 INFO O| Finalize: Reading search index ... Done
50062026-09-11T19:39:06.093Z[ host-image] Sep 11 19:39:05.327 INFO O| Sep 11 19:39:05.327 INFO O| Finalize: Updating search index ... Done
50072026-09-11T19:39:06.113Z[verify-libraries] Compiling subprocess v0.2.15
50082026-09-11T19:39:06.124Z[ host-image] Sep 11 19:39:05.359 INFO O| Sep 11 19:39:05.359 INFO O| Finalize: Updating package cache ... Done
50092026-09-11T19:39:06.152Z[verify-libraries] Compiling papergrid v0.18.0
50102026-09-11T19:39:06.286Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50112026-09-11T19:39:06.365Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
50122026-09-11T19:39:06.441Z[ host-image] Sep 11 19:39:05.675 INFO O| Sep 11 19:39:05.675 INFO STEP 13 (pkg_install) COMPLETE
50132026-09-11T19:39:06.441Z[ host-image] Sep 11 19:39:05.675 INFO O| Sep 11 19:39:05.675 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50142026-09-11T19:39:06.451Z[ host-image] Sep 11 19:39:05.685 INFO O| Sep 11 19:39:05.685 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
50152026-09-11T19:39:06.461Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
50162026-09-11T19:39:06.645Z[verify-libraries] Compiling headers-core v0.3.0
50172026-09-11T19:39:06.854Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
50182026-09-11T19:39:06.897Z[verify-libraries] Compiling unicase v2.9.0
50192026-09-11T19:39:07.154Z[verify-libraries] Compiling headers v0.4.1
50202026-09-11T19:39:07.178Z[verify-libraries] Compiling tabled v0.21.0
50212026-09-11T19:39:07.370Z[verify-libraries] Compiling darling_core v0.21.3
50222026-09-11T19:39:07.442Z[verify-libraries] Compiling maplit v1.0.2
50232026-09-11T19:39:07.468Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
50242026-09-11T19:39:07.577Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
50252026-09-11T19:39:07.693Z[verify-libraries] Compiling yasna v0.5.2
50262026-09-11T19:39:07.979Z[ recovery-image] Sep 11 19:39:07.214 INFO O| Sep 11 19:39:07.214 INFO O| Startup: Refreshing catalog 'helios' ... Done
50272026-09-11T19:39:08.025Z[verify-libraries] Compiling crc8 v0.1.1
50282026-09-11T19:39:08.115Z[verify-libraries] Compiling vergen-lib v0.1.6
50292026-09-11T19:39:08.156Z[verify-libraries] Compiling diesel_derives v2.3.7
50302026-09-11T19:39:08.221Z[verify-libraries] Compiling rcgen v0.12.1
50312026-09-11T19:39:08.514Z[ recovery-image] Sep 11 19:39:07.744 INFO O| Sep 11 19:39:07.744 INFO O| Startup: Caching catalogs ... Done
50322026-09-11T19:39:08.518Z[verify-libraries] Compiling port-file v0.1.0
50332026-09-11T19:39:08.574Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50342026-09-11T19:39:08.662Z[verify-libraries] Compiling vergen-gitcl v1.0.8
50352026-09-11T19:39:08.821Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
50362026-09-11T19:39:08.879Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
50372026-09-11T19:39:09.040Z[ host-image] Sep 11 19:39:08.273 INFO O| Sep 11 19:39:08.273 INFO O| Startup: Refreshing catalog 'helios' ... Done
50382026-09-11T19:39:09.052Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50392026-09-11T19:39:09.214Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
50402026-09-11T19:39:09.313Z[verify-libraries] Compiling r2d2 v0.8.10
50412026-09-11T19:39:09.580Z[ host-image] Sep 11 19:39:08.814 INFO O| Sep 11 19:39:08.813 INFO O| Startup: Caching catalogs ... Done
50422026-09-11T19:39:09.643Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50432026-09-11T19:39:09.740Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50442026-09-11T19:39:09.856Z[verify-libraries] Compiling digest-io v0.1.0
50452026-09-11T19:39:09.989Z[verify-libraries] Compiling progenitor v0.14.0
50462026-09-11T19:39:10.045Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50472026-09-11T19:39:10.101Z[verify-libraries] Compiling dirs-sys-next v0.1.2
50482026-09-11T19:39:10.210Z[ host-image] Sep 11 19:39:09.444 INFO O| Sep 11 19:39:09.444 INFO O| Planning: Solver setup ... Done
50492026-09-11T19:39:10.213Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50502026-09-11T19:39:10.217Z[ host-image] Sep 11 19:39:09.452 INFO O| Sep 11 19:39:09.452 INFO O| Planning: Running solver ... Done
50512026-09-11T19:39:10.234Z[ host-image] Sep 11 19:39:09.469 INFO O| Sep 11 19:39:09.469 INFO O| Planning: Finding local manifests ... Done
50522026-09-11T19:39:10.250Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50532026-09-11T19:39:10.251Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50542026-09-11T19:39:10.257Z[ host-image] Sep 11 19:39:09.492 INFO O| Sep 11 19:39:09.492 INFO O| Planning: Fetching manifests: 0/1 0% complete
50552026-09-11T19:39:10.267Z[ host-image] Sep 11 19:39:09.501 INFO O| Sep 11 19:39:09.501 INFO O| Planning: Fetching manifests: 1/1 100% complete
50562026-09-11T19:39:10.281Z[ host-image] Sep 11 19:39:09.516 INFO O| Sep 11 19:39:09.516 INFO O| Planning: Package planning ... Done
50572026-09-11T19:39:10.282Z[ host-image] Sep 11 19:39:09.516 INFO O| Sep 11 19:39:09.516 INFO O| Planning: Merging actions ... Done
50582026-09-11T19:39:10.285Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50592026-09-11T19:39:10.319Z[ host-image] Sep 11 19:39:09.553 INFO O| Sep 11 19:39:09.553 INFO O| Planning: Checking for conflicting actions ... Done
50602026-09-11T19:39:10.322Z[ host-image] Sep 11 19:39:09.553 INFO O| Sep 11 19:39:09.553 INFO O| Planning: Consolidating action changes ... Done
50612026-09-11T19:39:10.460Z[ host-image] Sep 11 19:39:09.695 INFO O| Sep 11 19:39:09.693 INFO O| Planning: Evaluating mediators ... Done
50622026-09-11T19:39:10.460Z[ host-image] Sep 11 19:39:09.695 INFO O| Sep 11 19:39:09.693 INFO O| Planning: Planning completed in 0.86 seconds
50632026-09-11T19:39:10.460Z[ host-image] Sep 11 19:39:09.695 INFO O| Sep 11 19:39:09.693 INFO O| Packages to install: 1
50642026-09-11T19:39:10.470Z[ host-image] Sep 11 19:39:09.704 INFO O| Sep 11 19:39:09.704 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50652026-09-11T19:39:10.484Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50662026-09-11T19:39:10.525Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50672026-09-11T19:39:10.570Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
50682026-09-11T19:39:10.617Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50692026-09-11T19:39:10.659Z[verify-libraries] Compiling darling_macro v0.21.3
50702026-09-11T19:39:10.880Z[ host-image] Sep 11 19:39:10.115 INFO O| Sep 11 19:39:10.114 INFO O| Download: Completed 13.27 MB in 0.41 seconds (32.4M/s)
50712026-09-11T19:39:10.900Z[ host-image] Sep 11 19:39:10.135 INFO O| Sep 11 19:39:10.134 INFO O| Actions: 1/22 actions (Installing new actions)
50722026-09-11T19:39:10.983Z[verify-libraries] Compiling cpubits v0.1.1
50732026-09-11T19:39:11.098Z[verify-libraries] Compiling crunchy v0.2.4
50742026-09-11T19:39:11.177Z[ host-image] Sep 11 19:39:10.411 INFO O| Sep 11 19:39:10.411 INFO O| Actions: Completed 22 actions in 0.28 seconds.
50752026-09-11T19:39:11.237Z[verify-libraries] Compiling rawzip v0.4.4
50762026-09-11T19:39:11.242Z[ host-image] Sep 11 19:39:10.472 INFO O| Sep 11 19:39:10.470 INFO O| Finalize: Updating package state database ... Done
50772026-09-11T19:39:11.242Z[ host-image] Sep 11 19:39:10.472 INFO O| Sep 11 19:39:10.470 INFO O| Finalize: Updating package cache ... Done
50782026-09-11T19:39:11.285Z[verify-libraries] Compiling darling v0.21.3
50792026-09-11T19:39:11.352Z[ host-image] Sep 11 19:39:10.586 INFO O| Sep 11 19:39:10.586 INFO O| Finalize: Updating image state ... Done
50802026-09-11T19:39:11.410Z[verify-libraries] Compiling dsl_auto_type v0.2.0
50812026-09-11T19:39:11.527Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50822026-09-11T19:39:11.648Z[verify-libraries] Compiling downcast-rs v2.0.2
50832026-09-11T19:39:11.705Z[ recovery-image] Sep 11 19:39:10.939 INFO O| Sep 11 19:39:10.939 INFO O| Planning: Solver setup ... Done
50842026-09-11T19:39:11.836Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50852026-09-11T19:39:11.946Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50862026-09-11T19:39:11.950Z[verify-libraries] Compiling dirs-next v2.0.0
50872026-09-11T19:39:12.050Z[ recovery-image] Sep 11 19:39:11.284 INFO O| Sep 11 19:39:11.284 INFO O| Planning: Running solver ... Done
50882026-09-11T19:39:12.063Z[verify-libraries] Compiling clang-sys v1.8.1
50892026-09-11T19:39:12.114Z[ recovery-image] Sep 11 19:39:11.347 INFO O| Sep 11 19:39:11.347 INFO O| Planning: Finding local manifests ... Done
50902026-09-11T19:39:12.188Z[ recovery-image] Sep 11 19:39:11.422 INFO O| Sep 11 19:39:11.422 INFO O| Planning: Fetching manifests: 0/130 0% complete
50912026-09-11T19:39:12.202Z[verify-libraries] Compiling ignore v0.4.25
50922026-09-11T19:39:12.431Z[ host-image] Sep 11 19:39:11.663 INFO O| Sep 11 19:39:11.663 INFO O| Finalize: Creating fast lookup database ... Done
50932026-09-11T19:39:12.461Z[ host-image] Sep 11 19:39:11.695 INFO O| Sep 11 19:39:11.695 INFO O| Finalize: Reading search index ... Done
50942026-09-11T19:39:12.462Z[ host-image] Sep 11 19:39:11.696 INFO O| Sep 11 19:39:11.696 INFO O| Finalize: Updating search index ... Done
50952026-09-11T19:39:12.473Z[ host-image] Sep 11 19:39:11.707 INFO O| Sep 11 19:39:11.707 INFO O| Finalize: Updating package cache ... Done
50962026-09-11T19:39:12.658Z[verify-libraries] Compiling anstyle-parse v0.2.7
50972026-09-11T19:39:12.713Z[verify-libraries] Compiling tiny-keccak v2.0.2
50982026-09-11T19:39:12.805Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 14 (pkg_install) COMPLETE
50992026-09-11T19:39:12.805Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51002026-09-11T19:39:12.805Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO skip step because feature "mbist" is not enabled
51012026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51022026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO skip step because feature "mfg" is not enabled
51032026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51042026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO skip step because feature "compliance" is not enabled
51052026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51062026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO skip step because feature "stress" is not enabled
51072026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51082026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO skip step because feature "compliance" is not enabled
51092026-09-11T19:39:12.811Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51102026-09-11T19:39:12.812Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO skip step because feature "nfs" is not enabled
51112026-09-11T19:39:12.812Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51122026-09-11T19:39:12.812Z[ host-image] Sep 11 19:39:12.039 INFO O| Sep 11 19:39:12.039 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51132026-09-11T19:39:12.879Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
51142026-09-11T19:39:12.908Z[verify-libraries] Compiling anstream v0.6.21
51152026-09-11T19:39:12.918Z[ host-image] Sep 11 19:39:12.152 INFO O| Sep 11 19:39:12.152 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51162026-09-11T19:39:12.975Z[verify-libraries] Compiling term v0.7.0
51172026-09-11T19:39:13.028Z[verify-libraries] Compiling globwalk v0.9.1
51182026-09-11T19:39:13.103Z[ host-image] Sep 11 19:39:12.337 INFO O| Sep 11 19:39:12.337 INFO completed processing sled/ramdisk-01-os
51192026-09-11T19:39:13.107Z[ host-image] Sep 11 19:39:12.339 INFO omicron1 baseline generation...
51202026-09-11T19:39:13.107Z[ host-image] Sep 11 19:39:12.339 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51212026-09-11T19:39:13.121Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51222026-09-11T19:39:13.206Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
51232026-09-11T19:39:13.288Z[verify-libraries] Compiling predicates-tree v1.0.13
51242026-09-11T19:39:13.402Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
51252026-09-11T19:39:13.503Z[ host-image] Sep 11 19:39:12.737 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24250:20260908T193510Z
51262026-09-11T19:39:13.544Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
51272026-09-11T19:39:13.631Z[verify-libraries] Compiling rand_seeder v0.4.0
51282026-09-11T19:39:13.653Z[verify-libraries] Compiling bit-vec v0.6.3
51292026-09-11T19:39:13.695Z[verify-libraries] Compiling diff v0.1.13
51302026-09-11T19:39:13.794Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51312026-09-11T19:39:13.857Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
51322026-09-11T19:39:13.897Z[verify-libraries] Compiling bit-set v0.5.3
51332026-09-11T19:39:13.930Z[verify-libraries] Compiling ascii-canvas v3.0.0
51342026-09-11T19:39:14.001Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51352026-09-11T19:39:14.029Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51362026-09-11T19:39:14.033Z[verify-libraries] Compiling itertools v0.10.5
51372026-09-11T19:39:14.104Z[verify-libraries] Compiling ena v0.14.4
51382026-09-11T19:39:14.141Z[verify-libraries] Compiling libloading v0.8.9
51392026-09-11T19:39:14.234Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51402026-09-11T19:39:14.286Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
51412026-09-11T19:39:14.311Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51422026-09-11T19:39:14.361Z[verify-libraries] Compiling regex-syntax v0.6.29
51432026-09-11T19:39:14.422Z[verify-libraries] Compiling bindgen v0.71.1
51442026-09-11T19:39:15.089Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51452026-09-11T19:39:15.145Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51462026-09-11T19:39:15.294Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51472026-09-11T19:39:15.334Z[verify-libraries] Compiling cexpr v0.6.0
51482026-09-11T19:39:15.403Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
51492026-09-11T19:39:15.641Z[ recovery-image] Sep 11 19:39:14.874 INFO O| Sep 11 19:39:14.874 INFO O| Planning: Fetching manifests: 130/130 100% complete
51502026-09-11T19:39:15.818Z[verify-libraries] Compiling rustc-hash v2.1.1
51512026-09-11T19:39:16.090Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51522026-09-11T19:39:16.161Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51532026-09-11T19:39:16.242Z[ recovery-image] Sep 11 19:39:15.476 INFO O| Sep 11 19:39:15.476 INFO O| Planning: Package planning ... Done
51542026-09-11T19:39:16.415Z[ recovery-image] Sep 11 19:39:15.649 INFO O| Sep 11 19:39:15.649 INFO O| Planning: Merging actions ... Done
51552026-09-11T19:39:16.501Z[ recovery-image] Sep 11 19:39:15.735 INFO O| Sep 11 19:39:15.735 INFO O| Planning: Checking for conflicting actions ... Done
51562026-09-11T19:39:16.562Z[ recovery-image] Sep 11 19:39:15.796 INFO O| Sep 11 19:39:15.796 INFO O| Planning: Consolidating action changes ... Done
51572026-09-11T19:39:16.681Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51582026-09-11T19:39:16.698Z[ recovery-image] Sep 11 19:39:15.932 INFO O| Sep 11 19:39:15.932 INFO O| Planning: Evaluating mediators ... Done
51592026-09-11T19:39:16.939Z[verify-libraries] Compiling lalrpop v0.19.12
51602026-09-11T19:39:17.327Z[verify-libraries] Compiling libxml v0.3.3
51612026-09-11T19:39:17.689Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
51622026-09-11T19:39:18.265Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51632026-09-11T19:39:18.370Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51642026-09-11T19:39:18.446Z[verify-libraries] Compiling diesel v2.3.7
51652026-09-11T19:39:18.513Z[ recovery-image] Sep 11 19:39:17.736 INFO O| Sep 11 19:39:17.736 INFO O| Planning: Planning completed in 9.97 seconds
51662026-09-11T19:39:18.523Z[ recovery-image] Sep 11 19:39:17.738 INFO O| Sep 11 19:39:17.738 INFO O| Packages to install: 130
51672026-09-11T19:39:18.523Z[ recovery-image] Sep 11 19:39:17.738 INFO O| Sep 11 19:39:17.738 INFO O| Mediators to change: 5
51682026-09-11T19:39:18.523Z[ recovery-image] Sep 11 19:39:17.738 INFO O| Sep 11 19:39:17.738 INFO O| Services to change: 5
51692026-09-11T19:39:18.549Z[ recovery-image] Sep 11 19:39:17.769 INFO O| Sep 11 19:39:17.768 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51702026-09-11T19:39:18.695Z[verify-libraries] Compiling strum_macros v0.24.3
51712026-09-11T19:39:18.749Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51722026-09-11T19:39:19.364Z[verify-libraries] Compiling universal-hash v0.6.1
51732026-09-11T19:39:19.439Z[verify-libraries] Compiling fxhash v0.2.1
51742026-09-11T19:39:19.567Z[verify-libraries] Compiling indoc v1.0.9
51752026-09-11T19:39:19.634Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51762026-09-11T19:39:19.689Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51772026-09-11T19:39:20.162Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51782026-09-11T19:39:20.270Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51792026-09-11T19:39:20.393Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51802026-09-11T19:39:20.729Z[verify-libraries] Compiling oso-derive v0.27.3
51812026-09-11T19:39:20.818Z[verify-libraries] Compiling quick-xml v0.37.5
51822026-09-11T19:39:20.927Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51832026-09-11T19:39:21.123Z[verify-libraries] Compiling keccak v0.2.0
51842026-09-11T19:39:21.380Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51852026-09-11T19:39:21.405Z[verify-libraries] Compiling openssl-probe v0.1.6
51862026-09-11T19:39:21.490Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51872026-09-11T19:39:21.522Z[verify-libraries] Compiling polyval v0.7.1
51882026-09-11T19:39:21.671Z[verify-libraries] Compiling der v0.8.0
51892026-09-11T19:39:21.756Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51902026-09-11T19:39:21.898Z[verify-libraries] Compiling git-stub v1.0.0
51912026-09-11T19:39:22.026Z[verify-libraries] Compiling kstat-rs v0.2.5
51922026-09-11T19:39:22.230Z[verify-libraries] Compiling trait-variant v0.1.2
51932026-09-11T19:39:22.342Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51942026-09-11T19:39:22.389Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51952026-09-11T19:39:22.513Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51962026-09-11T19:39:22.541Z[verify-libraries] Compiling ghash v0.6.0
51972026-09-11T19:39:22.759Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51982026-09-11T19:39:22.789Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51992026-09-11T19:39:22.842Z[verify-libraries] Compiling crypto-bigint v0.7.5
52002026-09-11T19:39:22.975Z[verify-libraries] Compiling aes v0.9.1
52012026-09-11T19:39:23.034Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
52022026-09-11T19:39:23.088Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
52032026-09-11T19:39:23.126Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
52042026-09-11T19:39:23.188Z[verify-libraries] Compiling pbkdf2 v0.13.0
52052026-09-11T19:39:23.224Z[verify-libraries] Compiling ctr v0.10.1
52062026-09-11T19:39:23.464Z[verify-libraries] Compiling bb8 v0.8.6
52072026-09-11T19:39:23.517Z[verify-libraries] Compiling aead v0.6.1
52082026-09-11T19:39:23.536Z[ recovery-image] Sep 11 19:39:22.770 INFO O| Sep 11 19:39:22.770 INFO O| Download: 11675/16683 items 106.1/200.2MB 52% complete (21.3M/s)
52092026-09-11T19:39:23.578Z[verify-libraries] Compiling sponge-cursor v0.1.0
52102026-09-11T19:39:23.815Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52112026-09-11T19:39:23.848Z[verify-libraries] Compiling seq-macro v0.3.6
52122026-09-11T19:39:23.898Z[verify-libraries] Compiling dashu-int v0.5.1
52132026-09-11T19:39:23.902Z[verify-libraries] Compiling parking_lot_core v0.8.6
52142026-09-11T19:39:24.115Z[verify-libraries] Compiling sha3 v0.12.0
52152026-09-11T19:39:24.243Z[verify-libraries] Compiling aes-gcm v0.11.0
52162026-09-11T19:39:24.428Z[verify-libraries] Compiling spki v0.8.0
52172026-09-11T19:39:24.586Z[verify-libraries] Compiling mime_guess v2.0.5
52182026-09-11T19:39:24.615Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
52192026-09-11T19:39:24.620Z[verify-libraries] Compiling ssh-encoding v0.2.0
52202026-09-11T19:39:24.620Z[verify-libraries] Compiling salsa20 v0.11.0
52212026-09-11T19:39:24.774Z[verify-libraries] Compiling nanorand v0.7.0
52222026-09-11T19:39:24.854Z[verify-libraries] Compiling num-modular v0.6.5
52232026-09-11T19:39:24.893Z[verify-libraries] Compiling rlimit v0.10.2
52242026-09-11T19:39:24.932Z[verify-libraries] Compiling dashu-base v0.5.1
52252026-09-11T19:39:25.019Z[verify-libraries] Compiling ssh-cipher v0.2.0
52262026-09-11T19:39:25.067Z[verify-libraries] Compiling flume v0.11.1
52272026-09-11T19:39:25.241Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52282026-09-11T19:39:25.291Z[verify-libraries] Compiling scrypt v0.12.0
52292026-09-11T19:39:25.406Z[verify-libraries] Compiling tungstenite v0.28.0
52302026-09-11T19:39:25.438Z[verify-libraries] Compiling p256 v0.13.2
52312026-09-11T19:39:25.501Z[verify-libraries] Compiling cbc v0.2.1
52322026-09-11T19:39:25.769Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52332026-09-11T19:39:25.802Z[verify-libraries] Compiling nonempty v0.12.0
52342026-09-11T19:39:25.850Z[verify-libraries] Compiling http-range v0.1.5
52352026-09-11T19:39:25.862Z[ recovery-image] Sep 11 19:39:25.096 INFO O| Sep 11 19:39:25.096 INFO O| Download: Completed 200.24 MB in 7.33 seconds (27.3M/s)
52362026-09-11T19:39:25.914Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
52372026-09-11T19:39:26.087Z[verify-libraries] Compiling num-primitive v0.2.1
52382026-09-11T19:39:26.112Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
52392026-09-11T19:39:26.176Z[verify-libraries] Compiling ssh-key v0.6.7
52402026-09-11T19:39:26.386Z[verify-libraries] Compiling pkcs5 v0.8.1
52412026-09-11T19:39:26.440Z[verify-libraries] Compiling parking_lot v0.11.2
52422026-09-11T19:39:26.770Z[verify-libraries] Compiling dsi-bitstream v0.10.1
52432026-09-11T19:39:26.805Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
52442026-09-11T19:39:26.920Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
52452026-09-11T19:39:27.083Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52462026-09-11T19:39:27.108Z[verify-libraries] Compiling prefix-trie v0.7.0
52472026-09-11T19:39:27.312Z[verify-libraries] Compiling bytesize v2.7.0
52482026-09-11T19:39:27.554Z[verify-libraries] Compiling http-range-header v0.4.2
52492026-09-11T19:39:27.657Z[verify-libraries] Compiling hickory-server v0.25.2
52502026-09-11T19:39:27.693Z[verify-libraries] Compiling hyper-staticfile v0.10.1
52512026-09-11T19:39:27.718Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52522026-09-11T19:39:28.006Z[verify-libraries] Compiling pkcs8 v0.11.0
52532026-09-11T19:39:28.173Z[ recovery-image] Sep 11 19:39:27.406 INFO O| Sep 11 19:39:27.406 INFO O| Actions: 1/27596 actions (Installing new actions)
52542026-09-11T19:39:28.177Z[verify-libraries] Compiling sled v0.34.7
52552026-09-11T19:39:28.401Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
52562026-09-11T19:39:28.457Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52572026-09-11T19:39:28.646Z[verify-libraries] Compiling ff v0.14.0
52582026-09-11T19:39:28.738Z[verify-libraries] Compiling libz-sys v1.1.24
52592026-09-11T19:39:28.898Z[verify-libraries] Compiling pwd v1.4.0
52602026-09-11T19:39:28.953Z[verify-libraries] Compiling lru v0.18.3
52612026-09-11T19:39:29.132Z[verify-libraries] Compiling group v0.14.0
52622026-09-11T19:39:29.190Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
52632026-09-11T19:39:29.191Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52642026-09-11T19:39:29.336Z[verify-libraries] Compiling signature v3.0.0
52652026-09-11T19:39:29.336Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52662026-09-11T19:39:29.448Z[verify-libraries] Compiling base16ct v1.0.0
52672026-09-11T19:39:29.503Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
52682026-09-11T19:39:29.707Z[verify-libraries] Compiling instability v0.3.11
52692026-09-11T19:39:29.819Z[verify-libraries] Compiling sec1 v0.8.1
52702026-09-11T19:39:29.863Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52712026-09-11T19:39:29.916Z[verify-libraries] Compiling scuffle v0.1.0
52722026-09-11T19:39:30.278Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52732026-09-11T19:39:30.495Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52742026-09-11T19:39:30.700Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52752026-09-11T19:39:30.993Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52762026-09-11T19:39:31.019Z[verify-libraries] Compiling hkdf v0.13.0
52772026-09-11T19:39:31.024Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
52782026-09-11T19:39:31.024Z[verify-libraries] Compiling castaway v0.2.4
52792026-09-11T19:39:31.178Z[verify-libraries] Compiling indoc v2.0.7
52802026-09-11T19:39:31.307Z[verify-libraries] Compiling compact_str v0.8.1
52812026-09-11T19:39:31.663Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52822026-09-11T19:39:31.737Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52832026-09-11T19:39:32.099Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52842026-09-11T19:39:32.301Z[verify-libraries] Compiling elliptic-curve v0.14.1
52852026-09-11T19:39:32.418Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52862026-09-11T19:39:33.036Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52872026-09-11T19:39:33.168Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
52882026-09-11T19:39:33.173Z[ recovery-image] Sep 11 19:39:32.407 INFO O| Sep 11 19:39:32.407 INFO O| Actions: 20838/27596 actions (Installing new actions)
52892026-09-11T19:39:33.262Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52902026-09-11T19:39:33.262Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
52912026-09-11T19:39:33.395Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52922026-09-11T19:39:33.813Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52932026-09-11T19:39:34.133Z[verify-libraries] Compiling lru v0.12.5
52942026-09-11T19:39:34.187Z[verify-libraries] Compiling unicode-truncate v1.1.0
52952026-09-11T19:39:34.216Z[ recovery-image] Sep 11 19:39:33.448 INFO O| Sep 11 19:39:33.448 INFO O| Actions: Completed 27596 actions in 6.04 seconds.
52962026-09-11T19:39:34.227Z[verify-libraries] Compiling arc-swap v1.8.2
52972026-09-11T19:39:34.304Z[ recovery-image] Sep 11 19:39:33.537 INFO O| Sep 11 19:39:33.537 INFO O| Finalize: Updating package state database ... Done
52982026-09-11T19:39:34.304Z[ recovery-image] Sep 11 19:39:33.537 INFO O| Sep 11 19:39:33.537 INFO O| Finalize: Updating package cache ... Done
52992026-09-11T19:39:34.372Z[verify-libraries] Compiling cassowary v0.3.0
53002026-09-11T19:39:34.411Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53012026-09-11T19:39:34.459Z[ recovery-image] Sep 11 19:39:33.693 INFO O| Sep 11 19:39:33.693 INFO O| Finalize: Updating image state ... Done
53022026-09-11T19:39:34.472Z[verify-libraries] Compiling wnaf v0.14.0
53032026-09-11T19:39:34.634Z[verify-libraries] Compiling slog-scope v4.4.1
53042026-09-11T19:39:34.786Z[verify-libraries] Compiling ratatui v0.29.0
53052026-09-11T19:39:34.934Z[verify-libraries] Compiling primefield v0.14.0
53062026-09-11T19:39:35.006Z[verify-libraries] Compiling rfc6979 v0.6.0
53072026-09-11T19:39:35.253Z[ recovery-image] Sep 11 19:39:34.487 INFO O| Sep 11 19:39:34.487 INFO O| Finalize: Creating fast lookup database ... Done
53082026-09-11T19:39:35.267Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53092026-09-11T19:39:35.271Z[ recovery-image] Sep 11 19:39:34.505 INFO O| Sep 11 19:39:34.505 INFO O| Finalize: Reading search index ... Done
53102026-09-11T19:39:35.298Z[verify-libraries] Compiling progenitor-impl v0.13.0
53112026-09-11T19:39:35.475Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
53122026-09-11T19:39:36.342Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
53132026-09-11T19:39:36.471Z[verify-libraries] Compiling diesel-dtrace v0.5.0
53142026-09-11T19:39:36.847Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
53152026-09-11T19:39:36.926Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
53162026-09-11T19:39:36.962Z[verify-libraries] Compiling vergen-git2 v9.1.0
53172026-09-11T19:39:37.117Z[verify-libraries] Compiling strsim v0.10.0
53182026-09-11T19:39:37.151Z[ recovery-image] Sep 11 19:39:36.385 INFO O| Sep 11 19:39:36.385 INFO O| Finalize: Building new search index ... Done
53192026-09-11T19:39:37.236Z[verify-libraries] Compiling ecdsa v0.17.0
53202026-09-11T19:39:37.352Z[verify-libraries] Compiling darling_core v0.13.4
53212026-09-11T19:39:37.442Z[ recovery-image] Sep 11 19:39:36.676 INFO O| Sep 11 19:39:36.676 INFO O| Finalize: Updating package cache ... Done
53222026-09-11T19:39:37.573Z[verify-libraries] Compiling primeorder v0.14.0
53232026-09-11T19:39:37.816Z[verify-libraries] Compiling slog-stdlog v4.1.1
53242026-09-11T19:39:37.849Z[ recovery-image] Sep 11 19:39:37.081 INFO O| Sep 11 19:39:37.078 INFO STEP 11 (pkg_install) COMPLETE
53252026-09-11T19:39:37.850Z[ recovery-image] Sep 11 19:39:37.081 INFO O| Sep 11 19:39:37.078 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53262026-09-11T19:39:37.850Z[ recovery-image] Sep 11 19:39:37.081 INFO O| Sep 11 19:39:37.078 INFO skip step because feature "recovery" is enabled
53272026-09-11T19:39:37.862Z[ recovery-image] Sep 11 19:39:37.081 INFO O| Sep 11 19:39:37.078 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53282026-09-11T19:39:37.862Z[ recovery-image] Sep 11 19:39:37.081 INFO O| Sep 11 19:39:37.078 INFO skip step because feature "omicron1" is not enabled
53292026-09-11T19:39:37.862Z[ recovery-image] Sep 11 19:39:37.081 INFO O| Sep 11 19:39:37.078 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53302026-09-11T19:39:37.862Z[ recovery-image] Sep 11 19:39:37.088 INFO O| Sep 11 19:39:37.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53312026-09-11T19:39:37.890Z[verify-libraries] Compiling tungstenite v0.23.0
53322026-09-11T19:39:38.091Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
53332026-09-11T19:39:38.140Z[verify-libraries] Compiling progenitor-client v0.13.0
53342026-09-11T19:39:38.256Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
53352026-09-11T19:39:38.334Z[verify-libraries] Compiling progenitor-macro v0.13.0
53362026-09-11T19:39:38.548Z[verify-libraries] Compiling console v0.16.2
53372026-09-11T19:39:38.590Z[verify-libraries] Compiling curve25519-dalek v5.0.0
53382026-09-11T19:39:38.838Z[verify-libraries] Compiling libsw-core v0.3.2
53392026-09-11T19:39:38.874Z[verify-libraries] Compiling unit-prefix v0.5.2
53402026-09-11T19:39:39.058Z[verify-libraries] Compiling void v1.0.2
53412026-09-11T19:39:39.102Z[verify-libraries] Compiling assert_matches v1.5.0
53422026-09-11T19:39:39.174Z[verify-libraries] Compiling indicatif v0.18.4
53432026-09-11T19:39:39.215Z[verify-libraries] Compiling libsw v3.5.0
53442026-09-11T19:39:39.219Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
53452026-09-11T19:39:39.262Z[verify-libraries] Compiling lzss v0.8.2
53462026-09-11T19:39:39.480Z[verify-libraries] Compiling slog-envlogger v2.2.0
53472026-09-11T19:39:39.530Z[verify-libraries] Compiling darling_macro v0.13.4
53482026-09-11T19:39:39.589Z[verify-libraries] Compiling ssh-encoding v0.3.0
53492026-09-11T19:39:39.624Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53502026-09-11T19:39:39.939Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
53512026-09-11T19:39:40.020Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
53522026-09-11T19:39:40.165Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
53532026-09-11T19:39:40.176Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
53542026-09-11T19:39:40.360Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53552026-09-11T19:39:40.422Z[verify-libraries] Compiling nix v0.27.1
53562026-09-11T19:39:40.452Z[verify-libraries] Compiling colored v2.2.0
53572026-09-11T19:39:40.617Z[verify-libraries] Compiling blake3 v1.8.5
53582026-09-11T19:39:40.983Z[verify-libraries] Compiling serde_bytes v0.11.19
53592026-09-11T19:39:41.222Z[verify-libraries] Compiling shell-words v1.1.1
53602026-09-11T19:39:41.357Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
53612026-09-11T19:39:41.506Z[verify-libraries] Compiling darling v0.13.4
53622026-09-11T19:39:41.618Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
53632026-09-11T19:39:41.668Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53642026-09-11T19:39:41.987Z[verify-libraries] Compiling ed25519 v3.0.0
53652026-09-11T19:39:42.118Z[verify-libraries] Compiling crypto-primes v0.7.2
53662026-09-11T19:39:42.151Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
53672026-09-11T19:39:42.612Z[verify-libraries] Compiling poly1305 v0.9.0
53682026-09-11T19:39:42.668Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53692026-09-11T19:39:42.977Z[ recovery-image] Sep 11 19:39:42.211 INFO O| Sep 11 19:39:42.211 INFO O| Startup: Refreshing catalog 'helios' ... Done
53702026-09-11T19:39:43.253Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
53712026-09-11T19:39:43.291Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
53722026-09-11T19:39:43.500Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
53732026-09-11T19:39:43.523Z[ recovery-image] Sep 11 19:39:42.751 INFO O| Sep 11 19:39:42.751 INFO O| Startup: Caching catalogs ... Done
53742026-09-11T19:39:43.648Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
53752026-09-11T19:39:43.694Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
53762026-09-11T19:39:43.848Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
53772026-09-11T19:39:43.923Z[verify-libraries] Compiling progenitor v0.13.0
53782026-09-11T19:39:43.963Z[verify-libraries] Compiling blowfish v0.10.0
53792026-09-11T19:39:44.069Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
53802026-09-11T19:39:44.114Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53812026-09-11T19:39:44.155Z[ recovery-image] Sep 11 19:39:43.388 INFO O| Sep 11 19:39:43.388 INFO O| Planning: Solver setup ... Done
53822026-09-11T19:39:44.161Z[ recovery-image] Sep 11 19:39:43.394 INFO O| Sep 11 19:39:43.394 INFO O| Planning: Running solver ... Done
53832026-09-11T19:39:44.169Z[verify-libraries] Compiling petname v2.0.2
53842026-09-11T19:39:44.184Z[ recovery-image] Sep 11 19:39:43.410 INFO O| Sep 11 19:39:43.410 INFO O| Planning: Finding local manifests ... Done
53852026-09-11T19:39:44.189Z[ recovery-image] Sep 11 19:39:43.423 INFO O| Sep 11 19:39:43.423 INFO O| Planning: Fetching manifests: 0/1 0% complete
53862026-09-11T19:39:44.195Z[verify-libraries] Compiling arrayref v0.3.9
53872026-09-11T19:39:44.195Z[ recovery-image] Sep 11 19:39:43.428 INFO O| Sep 11 19:39:43.428 INFO O| Planning: Fetching manifests: 1/1 100% complete
53882026-09-11T19:39:44.222Z[ recovery-image] Sep 11 19:39:43.448 INFO O| Sep 11 19:39:43.448 INFO O| Planning: Package planning ... Done
53892026-09-11T19:39:44.223Z[ recovery-image] Sep 11 19:39:43.448 INFO O| Sep 11 19:39:43.448 INFO O| Planning: Merging actions ... Done
53902026-09-11T19:39:44.269Z[ recovery-image] Sep 11 19:39:43.491 INFO O| Sep 11 19:39:43.491 INFO O| Planning: Checking for conflicting actions ... Done
53912026-09-11T19:39:44.270Z[ recovery-image] Sep 11 19:39:43.492 INFO O| Sep 11 19:39:43.492 INFO O| Planning: Consolidating action changes ... Done
53922026-09-11T19:39:44.349Z[verify-libraries] Compiling arrayvec v0.7.6
53932026-09-11T19:39:44.355Z[ recovery-image] Sep 11 19:39:43.587 INFO O| Sep 11 19:39:43.587 INFO O| Planning: Evaluating mediators ... Done
53942026-09-11T19:39:44.355Z[ recovery-image] Sep 11 19:39:43.587 INFO O| Sep 11 19:39:43.587 INFO O| Planning: Planning completed in 0.82 seconds
53952026-09-11T19:39:44.355Z[ recovery-image] Sep 11 19:39:43.588 INFO O| Sep 11 19:39:43.587 INFO O| Packages to install: 1
53962026-09-11T19:39:44.367Z[ recovery-image] Sep 11 19:39:43.600 INFO O| Sep 11 19:39:43.600 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53972026-09-11T19:39:44.419Z[verify-libraries] Compiling constant_time_eq v0.4.2
53982026-09-11T19:39:44.748Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
53992026-09-11T19:39:44.823Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
54002026-09-11T19:39:44.835Z[ recovery-image] Sep 11 19:39:44.057 INFO O| Sep 11 19:39:44.057 INFO O| Download: Completed 13.27 MB in 0.46 seconds (29.0M/s)
54012026-09-11T19:39:44.862Z[ recovery-image] Sep 11 19:39:44.083 INFO O| Sep 11 19:39:44.083 INFO O| Actions: 1/22 actions (Installing new actions)
54022026-09-11T19:39:45.221Z[ recovery-image] Sep 11 19:39:44.452 INFO O| Sep 11 19:39:44.452 INFO O| Actions: Completed 22 actions in 0.38 seconds.
54032026-09-11T19:39:45.240Z[verify-libraries] Compiling rsa v0.10.0-rc.18
54042026-09-11T19:39:45.273Z[ recovery-image] Sep 11 19:39:44.498 INFO O| Sep 11 19:39:44.498 INFO O| Finalize: Updating package state database ... Done
54052026-09-11T19:39:45.273Z[ recovery-image] Sep 11 19:39:44.498 INFO O| Sep 11 19:39:44.498 INFO O| Finalize: Updating package cache ... Done
54062026-09-11T19:39:45.279Z[verify-libraries] Compiling ssh-cipher v0.3.0
54072026-09-11T19:39:45.326Z[verify-libraries] Compiling ed25519-dalek v3.0.0
54082026-09-11T19:39:45.336Z[verify-libraries] Compiling serde_with_macros v1.5.2
54092026-09-11T19:39:45.381Z[ recovery-image] Sep 11 19:39:44.613 INFO O| Sep 11 19:39:44.613 INFO O| Finalize: Updating image state ... Done
54102026-09-11T19:39:45.488Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54112026-09-11T19:39:45.960Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54122026-09-11T19:39:46.050Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54132026-09-11T19:39:46.396Z[ recovery-image] Sep 11 19:39:45.630 INFO O| Sep 11 19:39:45.630 INFO O| Finalize: Creating fast lookup database ... Done
54142026-09-11T19:39:46.413Z[ recovery-image] Sep 11 19:39:45.646 INFO O| Sep 11 19:39:45.646 INFO O| Finalize: Reading search index ... Done
54152026-09-11T19:39:46.413Z[ recovery-image] Sep 11 19:39:45.646 INFO O| Sep 11 19:39:45.646 INFO O| Finalize: Updating search index ... Done
54162026-09-11T19:39:46.423Z[ recovery-image] Sep 11 19:39:45.657 INFO O| Sep 11 19:39:45.657 INFO O| Finalize: Updating package cache ... Done
54172026-09-11T19:39:46.677Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54182026-09-11T19:39:46.788Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO STEP 14 (pkg_install) COMPLETE
54192026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54202026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO skip step because feature "mbist" is not enabled
54212026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54222026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO skip step because feature "mfg" is not enabled
54232026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54242026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO skip step because feature "compliance" is not enabled
54252026-09-11T19:39:46.806Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54262026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.017 INFO O| Sep 11 19:39:46.017 INFO skip step because feature "stress" is not enabled
54272026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.018 INFO O| Sep 11 19:39:46.017 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54282026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.018 INFO O| Sep 11 19:39:46.017 INFO skip step because feature "compliance" is not enabled
54292026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.018 INFO O| Sep 11 19:39:46.017 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54302026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.018 INFO O| Sep 11 19:39:46.017 INFO skip step because feature "nfs" is not enabled
54312026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.018 INFO O| Sep 11 19:39:46.017 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54322026-09-11T19:39:46.807Z[ recovery-image] Sep 11 19:39:46.018 INFO O| Sep 11 19:39:46.017 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54332026-09-11T19:39:46.976Z[ recovery-image] Sep 11 19:39:46.210 INFO O| Sep 11 19:39:46.209 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54342026-09-11T19:39:47.166Z[ recovery-image] Sep 11 19:39:46.392 INFO O| Sep 11 19:39:46.392 INFO completed processing sled/ramdisk-01-os
54352026-09-11T19:39:47.170Z[ recovery-image] Sep 11 19:39:46.394 INFO image builder template: ramdisk-02-trim...
54362026-09-11T19:39:47.170Z[ recovery-image] Sep 11 19:39:46.394 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/.tmpzsY8sR/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
54372026-09-11T19:39:47.182Z[ recovery-image] Sep 11 19:39:46.416 INFO O| Sep 11 19:39:46.415 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54382026-09-11T19:39:47.186Z[ recovery-image] Sep 11 19:39:46.420 INFO O| Sep 11 19:39:46.419 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54392026-09-11T19:39:47.298Z[ recovery-image] Sep 11 19:39:46.528 INFO O| Sep 11 19:39:46.528 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54402026-09-11T19:39:47.368Z[ recovery-image] Sep 11 19:39:46.600 INFO O| Sep 11 19:39:46.600 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54412026-09-11T19:39:47.368Z[ recovery-image] Sep 11 19:39:46.600 INFO O| Sep 11 19:39:46.600 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54422026-09-11T19:39:47.378Z[ recovery-image] Sep 11 19:39:46.605 INFO O| Sep 11 19:39:46.605 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54432026-09-11T19:39:47.382Z[ recovery-image] Sep 11 19:39:46.609 INFO O| Sep 11 19:39:46.609 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54442026-09-11T19:39:47.383Z[ recovery-image] Sep 11 19:39:46.614 INFO O| Sep 11 19:39:46.614 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54452026-09-11T19:39:48.049Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54462026-09-11T19:39:48.229Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
54472026-09-11T19:39:48.393Z[ recovery-image] Sep 11 19:39:47.626 INFO O| Sep 11 19:39:47.626 INFO rolled back to input snapshot; work may begin
54482026-09-11T19:39:48.393Z[ recovery-image] Sep 11 19:39:47.626 INFO O| Sep 11 19:39:47.626 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
54492026-09-11T19:39:48.398Z[ recovery-image] Sep 11 19:39:47.631 INFO O| Sep 11 19:39:47.631 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54502026-09-11T19:39:48.407Z[ recovery-image] Sep 11 19:39:47.641 INFO O| Sep 11 19:39:47.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54512026-09-11T19:39:48.446Z[ recovery-image] Sep 11 19:39:47.679 INFO O| Sep 11 19:39:47.679 INFO STEP 0 (remove_files) COMPLETE
54522026-09-11T19:39:48.446Z[ recovery-image] Sep 11 19:39:47.679 INFO O| Sep 11 19:39:47.679 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54532026-09-11T19:39:48.459Z[ recovery-image] Sep 11 19:39:47.689 INFO O| Sep 11 19:39:47.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54542026-09-11T19:39:48.465Z[ recovery-image] Sep 11 19:39:47.691 INFO O| Sep 11 19:39:47.691 INFO STEP 1 (remove_files) COMPLETE
54552026-09-11T19:39:48.465Z[ recovery-image] Sep 11 19:39:47.691 INFO O| Sep 11 19:39:47.691 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54562026-09-11T19:39:48.469Z[ recovery-image] Sep 11 19:39:47.702 INFO O| Sep 11 19:39:47.702 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54572026-09-11T19:39:48.481Z[ recovery-image] Sep 11 19:39:47.715 INFO O| Sep 11 19:39:47.714 INFO STEP 2 (remove_files) COMPLETE
54582026-09-11T19:39:48.481Z[ recovery-image] Sep 11 19:39:47.715 INFO O| Sep 11 19:39:47.715 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54592026-09-11T19:39:48.491Z[ recovery-image] Sep 11 19:39:47.724 INFO O| Sep 11 19:39:47.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54602026-09-11T19:39:48.496Z[ recovery-image] Sep 11 19:39:47.725 INFO O| Sep 11 19:39:47.725 INFO STEP 3 (remove_files) COMPLETE
54612026-09-11T19:39:48.496Z[ recovery-image] Sep 11 19:39:47.726 INFO O| Sep 11 19:39:47.725 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54622026-09-11T19:39:48.500Z[ recovery-image] Sep 11 19:39:47.734 INFO O| Sep 11 19:39:47.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54632026-09-11T19:39:48.505Z[ recovery-image] Sep 11 19:39:47.737 INFO O| Sep 11 19:39:47.737 INFO STEP 4 (remove_files) COMPLETE
54642026-09-11T19:39:48.505Z[ recovery-image] Sep 11 19:39:47.737 INFO O| Sep 11 19:39:47.737 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54652026-09-11T19:39:48.517Z[ recovery-image] Sep 11 19:39:47.746 INFO O| Sep 11 19:39:47.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54662026-09-11T19:39:48.517Z[ recovery-image] Sep 11 19:39:47.746 INFO O| Sep 11 19:39:47.746 INFO STEP 5 (remove_files) COMPLETE
54672026-09-11T19:39:48.517Z[ recovery-image] Sep 11 19:39:47.746 INFO O| Sep 11 19:39:47.746 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54682026-09-11T19:39:48.522Z[ recovery-image] Sep 11 19:39:47.754 INFO O| Sep 11 19:39:47.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54692026-09-11T19:39:48.535Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO STEP 6 (remove_files) COMPLETE
54702026-09-11T19:39:48.535Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54712026-09-11T19:39:48.535Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO skip step because feature "heliosv2" is not enabled
54722026-09-11T19:39:48.545Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-11T19:39:48.545Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO skip step because feature "recovery" is enabled
54742026-09-11T19:39:48.545Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54752026-09-11T19:39:48.545Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO skip step because feature "recovery" is enabled
54762026-09-11T19:39:48.546Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54772026-09-11T19:39:48.546Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO skip step because feature "recovery" is enabled
54782026-09-11T19:39:48.546Z[ recovery-image] Sep 11 19:39:47.765 INFO O| Sep 11 19:39:47.765 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-11T19:39:48.554Z[ recovery-image] Sep 11 19:39:47.775 INFO O| Sep 11 19:39:47.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54802026-09-11T19:39:48.555Z[ recovery-image] Sep 11 19:39:47.777 INFO O| Sep 11 19:39:47.777 INFO STEP 11 (remove_files) COMPLETE
54812026-09-11T19:39:48.555Z[ recovery-image] Sep 11 19:39:47.777 INFO O| Sep 11 19:39:47.777 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-11T19:39:48.561Z[ recovery-image] Sep 11 19:39:47.787 INFO O| Sep 11 19:39:47.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54832026-09-11T19:39:48.561Z[ recovery-image] Sep 11 19:39:47.788 INFO O| Sep 11 19:39:47.788 INFO STEP 12 (remove_files) COMPLETE
54842026-09-11T19:39:48.561Z[ recovery-image] Sep 11 19:39:47.788 INFO O| Sep 11 19:39:47.788 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-11T19:39:48.570Z[ recovery-image] Sep 11 19:39:47.797 INFO O| Sep 11 19:39:47.797 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54862026-09-11T19:39:48.570Z[ recovery-image] Sep 11 19:39:47.798 INFO O| Sep 11 19:39:47.798 INFO STEP 13 (remove_files) COMPLETE
54872026-09-11T19:39:48.570Z[ recovery-image] Sep 11 19:39:47.798 INFO O| Sep 11 19:39:47.798 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-11T19:39:48.585Z[ recovery-image] Sep 11 19:39:47.816 INFO O| Sep 11 19:39:47.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54892026-09-11T19:39:48.585Z[ recovery-image] Sep 11 19:39:47.816 INFO O| Sep 11 19:39:47.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54902026-09-11T19:39:48.629Z[ recovery-image] Sep 11 19:39:47.859 INFO O| Sep 11 19:39:47.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54912026-09-11T19:39:48.661Z[ recovery-image] Sep 11 19:39:47.888 INFO O| Sep 11 19:39:47.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54922026-09-11T19:39:48.718Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54932026-09-11T19:39:48.733Z[ recovery-image] Sep 11 19:39:47.966 INFO O| Sep 11 19:39:47.966 INFO STEP 14 (remove_files) COMPLETE
54942026-09-11T19:39:48.733Z[ recovery-image] Sep 11 19:39:47.966 INFO O| Sep 11 19:39:47.966 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54952026-09-11T19:39:48.762Z[ recovery-image] Sep 11 19:39:47.995 INFO O| Sep 11 19:39:47.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54962026-09-11T19:39:48.774Z[ recovery-image] Sep 11 19:39:47.996 INFO O| Sep 11 19:39:47.996 INFO STEP 15 (remove_files) COMPLETE
54972026-09-11T19:39:48.774Z[ recovery-image] Sep 11 19:39:47.996 INFO O| Sep 11 19:39:47.996 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54982026-09-11T19:39:48.783Z[ recovery-image] Sep 11 19:39:48.017 INFO O| Sep 11 19:39:48.017 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54992026-09-11T19:39:48.789Z[ recovery-image] Sep 11 19:39:48.023 INFO O| Sep 11 19:39:48.022 INFO STEP 16 (remove_files) COMPLETE
55002026-09-11T19:39:48.790Z[ recovery-image] Sep 11 19:39:48.023 INFO O| Sep 11 19:39:48.022 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55012026-09-11T19:39:48.799Z[ recovery-image] Sep 11 19:39:48.032 INFO O| Sep 11 19:39:48.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
55022026-09-11T19:39:48.806Z[ recovery-image] Sep 11 19:39:48.032 INFO O| Sep 11 19:39:48.032 INFO STEP 17 (remove_files) COMPLETE
55032026-09-11T19:39:48.806Z[ recovery-image] Sep 11 19:39:48.032 INFO O| Sep 11 19:39:48.032 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55042026-09-11T19:39:48.810Z[ recovery-image] Sep 11 19:39:48.042 INFO O| Sep 11 19:39:48.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
55052026-09-11T19:39:48.811Z[ recovery-image] Sep 11 19:39:48.044 INFO O| Sep 11 19:39:48.044 INFO STEP 18 (remove_files) COMPLETE
55062026-09-11T19:39:48.811Z[ recovery-image] Sep 11 19:39:48.044 INFO O| Sep 11 19:39:48.044 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55072026-09-11T19:39:48.825Z[ recovery-image] Sep 11 19:39:48.054 INFO O| Sep 11 19:39:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55082026-09-11T19:39:48.825Z[ recovery-image] Sep 11 19:39:48.054 INFO O| Sep 11 19:39:48.054 INFO STEP 19 (remove_files) COMPLETE
55092026-09-11T19:39:48.825Z[ recovery-image] Sep 11 19:39:48.054 INFO O| Sep 11 19:39:48.054 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55102026-09-11T19:39:48.832Z[ recovery-image] Sep 11 19:39:48.064 INFO O| Sep 11 19:39:48.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55112026-09-11T19:39:48.833Z[ recovery-image] Sep 11 19:39:48.064 INFO O| Sep 11 19:39:48.064 INFO STEP 20 (remove_files) COMPLETE
55122026-09-11T19:39:48.833Z[ recovery-image] Sep 11 19:39:48.064 INFO O| Sep 11 19:39:48.064 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55132026-09-11T19:39:48.847Z[ recovery-image] Sep 11 19:39:48.073 INFO O| Sep 11 19:39:48.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55142026-09-11T19:39:48.847Z[ recovery-image] Sep 11 19:39:48.073 INFO O| Sep 11 19:39:48.073 INFO STEP 21 (remove_files) COMPLETE
55152026-09-11T19:39:48.847Z[ recovery-image] Sep 11 19:39:48.073 INFO O| Sep 11 19:39:48.073 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55162026-09-11T19:39:48.853Z[ recovery-image] Sep 11 19:39:48.082 INFO O| Sep 11 19:39:48.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55172026-09-11T19:39:48.853Z[ recovery-image] Sep 11 19:39:48.082 INFO O| Sep 11 19:39:48.082 INFO STEP 22 (remove_files) COMPLETE
55182026-09-11T19:39:48.853Z[ recovery-image] Sep 11 19:39:48.082 INFO O| Sep 11 19:39:48.082 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55192026-09-11T19:39:48.858Z[ recovery-image] Sep 11 19:39:48.090 INFO O| Sep 11 19:39:48.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55202026-09-11T19:39:48.858Z[ recovery-image] Sep 11 19:39:48.090 INFO O| Sep 11 19:39:48.090 INFO STEP 23 (remove_files) COMPLETE
55212026-09-11T19:39:48.858Z[ recovery-image] Sep 11 19:39:48.090 INFO O| Sep 11 19:39:48.090 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55222026-09-11T19:39:48.873Z[ recovery-image] Sep 11 19:39:48.098 INFO O| Sep 11 19:39:48.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55232026-09-11T19:39:48.873Z[ recovery-image] Sep 11 19:39:48.098 INFO O| Sep 11 19:39:48.098 INFO STEP 24 (remove_files) COMPLETE
55242026-09-11T19:39:48.874Z[ recovery-image] Sep 11 19:39:48.098 INFO O| Sep 11 19:39:48.098 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55252026-09-11T19:39:48.879Z[ recovery-image] Sep 11 19:39:48.108 INFO O| Sep 11 19:39:48.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55262026-09-11T19:39:48.879Z[ recovery-image] Sep 11 19:39:48.108 INFO O| Sep 11 19:39:48.108 INFO STEP 25 (remove_files) COMPLETE
55272026-09-11T19:39:48.879Z[ recovery-image] Sep 11 19:39:48.108 INFO O| Sep 11 19:39:48.108 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55282026-09-11T19:39:48.892Z[ recovery-image] Sep 11 19:39:48.118 INFO O| Sep 11 19:39:48.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55292026-09-11T19:39:48.892Z[ recovery-image] Sep 11 19:39:48.118 INFO O| Sep 11 19:39:48.118 INFO STEP 26 (remove_files) COMPLETE
55302026-09-11T19:39:48.892Z[ recovery-image] Sep 11 19:39:48.118 INFO O| Sep 11 19:39:48.118 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55312026-09-11T19:39:48.905Z[ recovery-image] Sep 11 19:39:48.128 INFO O| Sep 11 19:39:48.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55322026-09-11T19:39:48.905Z[ recovery-image] Sep 11 19:39:48.128 INFO O| Sep 11 19:39:48.128 INFO STEP 27 (remove_files) COMPLETE
55332026-09-11T19:39:48.905Z[ recovery-image] Sep 11 19:39:48.128 INFO O| Sep 11 19:39:48.128 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55342026-09-11T19:39:48.912Z[ recovery-image] Sep 11 19:39:48.137 INFO O| Sep 11 19:39:48.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55352026-09-11T19:39:48.912Z[ recovery-image] Sep 11 19:39:48.137 INFO O| Sep 11 19:39:48.137 INFO STEP 28 (remove_files) COMPLETE
55362026-09-11T19:39:48.912Z[ recovery-image] Sep 11 19:39:48.137 INFO O| Sep 11 19:39:48.137 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55372026-09-11T19:39:48.917Z[ recovery-image] Sep 11 19:39:48.146 INFO O| Sep 11 19:39:48.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55382026-09-11T19:39:48.917Z[ recovery-image] Sep 11 19:39:48.146 INFO O| Sep 11 19:39:48.146 INFO STEP 29 (remove_files) COMPLETE
55392026-09-11T19:39:48.917Z[ recovery-image] Sep 11 19:39:48.146 INFO O| Sep 11 19:39:48.146 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55402026-09-11T19:39:48.924Z[ recovery-image] Sep 11 19:39:48.157 INFO O| Sep 11 19:39:48.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55412026-09-11T19:39:48.924Z[ recovery-image] Sep 11 19:39:48.157 INFO O| Sep 11 19:39:48.157 INFO STEP 30 (remove_files) COMPLETE
55422026-09-11T19:39:48.924Z[ recovery-image] Sep 11 19:39:48.157 INFO O| Sep 11 19:39:48.157 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55432026-09-11T19:39:48.932Z[ recovery-image] Sep 11 19:39:48.166 INFO O| Sep 11 19:39:48.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
55442026-09-11T19:39:48.932Z[ recovery-image] Sep 11 19:39:48.166 INFO O| Sep 11 19:39:48.166 INFO STEP 31 (remove_files) COMPLETE
55452026-09-11T19:39:48.939Z[ recovery-image] Sep 11 19:39:48.166 INFO O| Sep 11 19:39:48.166 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55462026-09-11T19:39:48.944Z[ recovery-image] Sep 11 19:39:48.175 INFO O| Sep 11 19:39:48.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
55472026-09-11T19:39:48.944Z[ recovery-image] Sep 11 19:39:48.175 INFO O| Sep 11 19:39:48.175 INFO STEP 32 (remove_files) COMPLETE
55482026-09-11T19:39:48.944Z[ recovery-image] Sep 11 19:39:48.175 INFO O| Sep 11 19:39:48.175 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55492026-09-11T19:39:48.951Z[ recovery-image] Sep 11 19:39:48.185 INFO O| Sep 11 19:39:48.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55502026-09-11T19:39:48.951Z[ recovery-image] Sep 11 19:39:48.185 INFO O| Sep 11 19:39:48.185 INFO STEP 33 (remove_files) COMPLETE
55512026-09-11T19:39:48.951Z[ recovery-image] Sep 11 19:39:48.185 INFO O| Sep 11 19:39:48.185 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55522026-09-11T19:39:48.960Z[ recovery-image] Sep 11 19:39:48.193 INFO O| Sep 11 19:39:48.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55532026-09-11T19:39:48.960Z[ recovery-image] Sep 11 19:39:48.193 INFO O| Sep 11 19:39:48.193 INFO STEP 34 (remove_files) COMPLETE
55542026-09-11T19:39:48.960Z[ recovery-image] Sep 11 19:39:48.193 INFO O| Sep 11 19:39:48.193 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55552026-09-11T19:39:48.970Z[ recovery-image] Sep 11 19:39:48.202 INFO O| Sep 11 19:39:48.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55562026-09-11T19:39:48.971Z[ recovery-image] Sep 11 19:39:48.202 INFO O| Sep 11 19:39:48.202 INFO STEP 35 (remove_files) COMPLETE
55572026-09-11T19:39:48.971Z[ recovery-image] Sep 11 19:39:48.202 INFO O| Sep 11 19:39:48.202 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55582026-09-11T19:39:48.978Z[ recovery-image] Sep 11 19:39:48.212 INFO O| Sep 11 19:39:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55592026-09-11T19:39:48.978Z[ recovery-image] Sep 11 19:39:48.212 INFO O| Sep 11 19:39:48.212 INFO STEP 36 (remove_files) COMPLETE
55602026-09-11T19:39:48.978Z[ recovery-image] Sep 11 19:39:48.212 INFO O| Sep 11 19:39:48.212 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55612026-09-11T19:39:48.989Z[ recovery-image] Sep 11 19:39:48.222 INFO O| Sep 11 19:39:48.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55622026-09-11T19:39:48.989Z[ recovery-image] Sep 11 19:39:48.222 INFO O| Sep 11 19:39:48.222 INFO STEP 37 (remove_files) COMPLETE
55632026-09-11T19:39:48.989Z[ recovery-image] Sep 11 19:39:48.222 INFO O| Sep 11 19:39:48.222 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55642026-09-11T19:39:48.999Z[ recovery-image] Sep 11 19:39:48.232 INFO O| Sep 11 19:39:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55652026-09-11T19:39:48.999Z[ recovery-image] Sep 11 19:39:48.233 INFO O| Sep 11 19:39:48.233 INFO STEP 38 (remove_files) COMPLETE
55662026-09-11T19:39:49.005Z[ recovery-image] Sep 11 19:39:48.233 INFO O| Sep 11 19:39:48.233 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55672026-09-11T19:39:49.011Z[ recovery-image] Sep 11 19:39:48.242 INFO O| Sep 11 19:39:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55682026-09-11T19:39:49.012Z[ recovery-image] Sep 11 19:39:48.242 INFO O| Sep 11 19:39:48.242 INFO STEP 39 (remove_files) COMPLETE
55692026-09-11T19:39:49.012Z[ recovery-image] Sep 11 19:39:48.242 INFO O| Sep 11 19:39:48.242 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55702026-09-11T19:39:49.018Z[ recovery-image] Sep 11 19:39:48.251 INFO O| Sep 11 19:39:48.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55712026-09-11T19:39:49.018Z[ recovery-image] Sep 11 19:39:48.252 INFO O| Sep 11 19:39:48.252 INFO STEP 40 (remove_files) COMPLETE
55722026-09-11T19:39:49.022Z[ recovery-image] Sep 11 19:39:48.252 INFO O| Sep 11 19:39:48.252 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55732026-09-11T19:39:49.027Z[ recovery-image] Sep 11 19:39:48.261 INFO O| Sep 11 19:39:48.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55742026-09-11T19:39:49.028Z[ recovery-image] Sep 11 19:39:48.261 INFO O| Sep 11 19:39:48.261 INFO STEP 41 (remove_files) COMPLETE
55752026-09-11T19:39:49.028Z[ recovery-image] Sep 11 19:39:48.261 INFO O| Sep 11 19:39:48.261 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55762026-09-11T19:39:49.039Z[ recovery-image] Sep 11 19:39:48.271 INFO O| Sep 11 19:39:48.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55772026-09-11T19:39:49.039Z[ recovery-image] Sep 11 19:39:48.271 INFO O| Sep 11 19:39:48.271 INFO STEP 42 (remove_files) COMPLETE
55782026-09-11T19:39:49.063Z[ recovery-image] Sep 11 19:39:48.271 INFO O| Sep 11 19:39:48.271 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55792026-09-11T19:39:49.072Z[ recovery-image] Sep 11 19:39:48.282 INFO O| Sep 11 19:39:48.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55802026-09-11T19:39:49.072Z[ recovery-image] Sep 11 19:39:48.282 INFO O| Sep 11 19:39:48.282 INFO STEP 43 (remove_files) COMPLETE
55812026-09-11T19:39:49.072Z[ recovery-image] Sep 11 19:39:48.282 INFO O| Sep 11 19:39:48.282 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55822026-09-11T19:39:49.073Z[ recovery-image] Sep 11 19:39:48.293 INFO O| Sep 11 19:39:48.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55832026-09-11T19:39:49.073Z[ recovery-image] Sep 11 19:39:48.293 INFO O| Sep 11 19:39:48.293 INFO STEP 44 (remove_files) COMPLETE
55842026-09-11T19:39:49.073Z[ recovery-image] Sep 11 19:39:48.293 INFO O| Sep 11 19:39:48.293 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55852026-09-11T19:39:49.073Z[ recovery-image] Sep 11 19:39:48.303 INFO O| Sep 11 19:39:48.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55862026-09-11T19:39:49.073Z[ recovery-image] Sep 11 19:39:48.304 INFO O| Sep 11 19:39:48.303 INFO STEP 45 (remove_files) COMPLETE
55872026-09-11T19:39:49.073Z[ recovery-image] Sep 11 19:39:48.304 INFO O| Sep 11 19:39:48.304 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55882026-09-11T19:39:49.080Z[ recovery-image] Sep 11 19:39:48.314 INFO O| Sep 11 19:39:48.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55892026-09-11T19:39:49.080Z[ recovery-image] Sep 11 19:39:48.314 INFO O| Sep 11 19:39:48.314 INFO STEP 46 (remove_files) COMPLETE
55902026-09-11T19:39:49.080Z[ recovery-image] Sep 11 19:39:48.314 INFO O| Sep 11 19:39:48.314 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55912026-09-11T19:39:49.100Z[ recovery-image] Sep 11 19:39:48.323 INFO O| Sep 11 19:39:48.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55922026-09-11T19:39:49.100Z[ recovery-image] Sep 11 19:39:48.323 INFO O| Sep 11 19:39:48.323 INFO STEP 47 (remove_files) COMPLETE
55932026-09-11T19:39:49.100Z[ recovery-image] Sep 11 19:39:48.323 INFO O| Sep 11 19:39:48.323 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55942026-09-11T19:39:49.106Z[ recovery-image] Sep 11 19:39:48.334 INFO O| Sep 11 19:39:48.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55952026-09-11T19:39:49.108Z[ recovery-image] Sep 11 19:39:48.334 INFO O| Sep 11 19:39:48.334 INFO STEP 48 (remove_files) COMPLETE
55962026-09-11T19:39:49.108Z[ recovery-image] Sep 11 19:39:48.334 INFO O| Sep 11 19:39:48.334 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55972026-09-11T19:39:49.115Z[ recovery-image] Sep 11 19:39:48.342 INFO O| Sep 11 19:39:48.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55982026-09-11T19:39:49.115Z[ recovery-image] Sep 11 19:39:48.342 INFO O| Sep 11 19:39:48.342 INFO STEP 49 (remove_files) COMPLETE
55992026-09-11T19:39:49.115Z[ recovery-image] Sep 11 19:39:48.342 INFO O| Sep 11 19:39:48.342 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56002026-09-11T19:39:49.120Z[ recovery-image] Sep 11 19:39:48.352 INFO O| Sep 11 19:39:48.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
56012026-09-11T19:39:49.120Z[ recovery-image] Sep 11 19:39:48.352 INFO O| Sep 11 19:39:48.352 INFO STEP 50 (remove_files) COMPLETE
56022026-09-11T19:39:49.120Z[ recovery-image] Sep 11 19:39:48.352 INFO O| Sep 11 19:39:48.352 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56032026-09-11T19:39:49.134Z[ recovery-image] Sep 11 19:39:48.362 INFO O| Sep 11 19:39:48.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
56042026-09-11T19:39:49.134Z[ recovery-image] Sep 11 19:39:48.362 INFO O| Sep 11 19:39:48.362 INFO STEP 51 (remove_files) COMPLETE
56052026-09-11T19:39:49.134Z[ recovery-image] Sep 11 19:39:48.362 INFO O| Sep 11 19:39:48.362 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56062026-09-11T19:39:49.193Z[ recovery-image] Sep 11 19:39:48.372 INFO O| Sep 11 19:39:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
56072026-09-11T19:39:49.193Z[ recovery-image] Sep 11 19:39:48.372 INFO O| Sep 11 19:39:48.372 INFO STEP 52 (remove_files) COMPLETE
56082026-09-11T19:39:49.193Z[ recovery-image] Sep 11 19:39:48.372 INFO O| Sep 11 19:39:48.372 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56092026-09-11T19:39:49.193Z[ recovery-image] Sep 11 19:39:48.381 INFO O| Sep 11 19:39:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56102026-09-11T19:39:49.193Z[ recovery-image] Sep 11 19:39:48.381 INFO O| Sep 11 19:39:48.381 INFO STEP 53 (remove_files) COMPLETE
56112026-09-11T19:39:49.193Z[ recovery-image] Sep 11 19:39:48.381 INFO O| Sep 11 19:39:48.381 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56122026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.390 INFO O| Sep 11 19:39:48.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56132026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.390 INFO O| Sep 11 19:39:48.390 INFO STEP 54 (remove_files) COMPLETE
56142026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.390 INFO O| Sep 11 19:39:48.390 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56152026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.400 INFO O| Sep 11 19:39:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56162026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.400 INFO O| Sep 11 19:39:48.400 INFO STEP 55 (remove_files) COMPLETE
56172026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.400 INFO O| Sep 11 19:39:48.400 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56182026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.409 INFO O| Sep 11 19:39:48.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
56192026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.409 INFO O| Sep 11 19:39:48.409 INFO STEP 56 (remove_files) COMPLETE
56202026-09-11T19:39:49.194Z[ recovery-image] Sep 11 19:39:48.409 INFO O| Sep 11 19:39:48.409 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56212026-09-11T19:39:49.196Z[ recovery-image] Sep 11 19:39:48.418 INFO O| Sep 11 19:39:48.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
56222026-09-11T19:39:49.196Z[ recovery-image] Sep 11 19:39:48.418 INFO O| Sep 11 19:39:48.418 INFO STEP 57 (remove_files) COMPLETE
56232026-09-11T19:39:49.196Z[ recovery-image] Sep 11 19:39:48.418 INFO O| Sep 11 19:39:48.418 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56242026-09-11T19:39:49.196Z[ recovery-image] Sep 11 19:39:48.426 INFO O| Sep 11 19:39:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
56252026-09-11T19:39:49.196Z[ recovery-image] Sep 11 19:39:48.426 INFO O| Sep 11 19:39:48.426 INFO STEP 58 (remove_files) COMPLETE
56262026-09-11T19:39:49.196Z[ recovery-image] Sep 11 19:39:48.426 INFO O| Sep 11 19:39:48.426 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56272026-09-11T19:39:49.203Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
56282026-09-11T19:39:49.203Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
56292026-09-11T19:39:49.203Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56302026-09-11T19:39:49.203Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56312026-09-11T19:39:49.204Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56322026-09-11T19:39:49.204Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56332026-09-11T19:39:49.204Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO ok!
56342026-09-11T19:39:49.204Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO STEP 59 (ensure_file) COMPLETE
56352026-09-11T19:39:49.204Z[ recovery-image] Sep 11 19:39:48.436 INFO O| Sep 11 19:39:48.436 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56362026-09-11T19:39:49.222Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
56372026-09-11T19:39:49.222Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
56382026-09-11T19:39:49.222Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56392026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56402026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56412026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56422026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO ok!
56432026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO STEP 60 (ensure_file) COMPLETE
56442026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.447 INFO O| Sep 11 19:39:48.447 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56452026-09-11T19:39:49.225Z[ recovery-image] Sep 11 19:39:48.458 INFO O| Sep 11 19:39:48.458 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
56462026-09-11T19:39:49.226Z[ recovery-image] Sep 11 19:39:48.458 INFO O| Sep 11 19:39:48.458 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
56472026-09-11T19:39:49.226Z[ recovery-image] Sep 11 19:39:48.458 INFO O| Sep 11 19:39:48.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
56482026-09-11T19:39:49.226Z[ recovery-image] Sep 11 19:39:48.458 INFO O| Sep 11 19:39:48.458 INFO ok!
56492026-09-11T19:39:49.226Z[ recovery-image] Sep 11 19:39:48.458 INFO O| Sep 11 19:39:48.458 INFO STEP 61 (ensure_file) COMPLETE
56502026-09-11T19:39:49.226Z[ recovery-image] Sep 11 19:39:48.458 INFO O| Sep 11 19:39:48.458 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56512026-09-11T19:39:49.234Z[ recovery-image] Sep 11 19:39:48.468 INFO O| Sep 11 19:39:48.468 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56522026-09-11T19:39:49.234Z[ recovery-image] Sep 11 19:39:48.468 INFO O| Sep 11 19:39:48.468 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56532026-09-11T19:39:49.234Z[ recovery-image] Sep 11 19:39:48.468 INFO O| Sep 11 19:39:48.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56542026-09-11T19:39:49.234Z[ recovery-image] Sep 11 19:39:48.468 INFO O| Sep 11 19:39:48.468 INFO ok!
56552026-09-11T19:39:49.238Z[ recovery-image] Sep 11 19:39:48.468 INFO O| Sep 11 19:39:48.468 INFO STEP 62 (ensure_file) COMPLETE
56562026-09-11T19:39:49.238Z[ recovery-image] Sep 11 19:39:48.468 INFO O| Sep 11 19:39:48.468 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56572026-09-11T19:39:49.243Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56582026-09-11T19:39:49.243Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56592026-09-11T19:39:49.243Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56602026-09-11T19:39:49.246Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56612026-09-11T19:39:49.246Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 INFO ok!
56622026-09-11T19:39:49.246Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 INFO STEP 63 (ensure_file) COMPLETE
56632026-09-11T19:39:49.246Z[ recovery-image] Sep 11 19:39:48.477 INFO O| Sep 11 19:39:48.477 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56642026-09-11T19:39:49.252Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56652026-09-11T19:39:49.252Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56662026-09-11T19:39:49.256Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56672026-09-11T19:39:49.256Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56682026-09-11T19:39:49.256Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 INFO ok!
56692026-09-11T19:39:49.256Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 INFO STEP 64 (ensure_file) COMPLETE
56702026-09-11T19:39:49.256Z[ recovery-image] Sep 11 19:39:48.486 INFO O| Sep 11 19:39:48.486 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56712026-09-11T19:39:49.262Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56722026-09-11T19:39:49.263Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56732026-09-11T19:39:49.266Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56742026-09-11T19:39:49.266Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56752026-09-11T19:39:49.266Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO ok!
56762026-09-11T19:39:49.266Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO STEP 65 (ensure_file) COMPLETE
56772026-09-11T19:39:49.266Z[ recovery-image] Sep 11 19:39:48.496 INFO O| Sep 11 19:39:48.496 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56782026-09-11T19:39:49.273Z[ recovery-image] Sep 11 19:39:48.507 INFO O| Sep 11 19:39:48.506 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56792026-09-11T19:39:49.273Z[ recovery-image] Sep 11 19:39:48.507 INFO O| Sep 11 19:39:48.507 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56802026-09-11T19:39:49.276Z[ recovery-image] Sep 11 19:39:48.507 INFO O| Sep 11 19:39:48.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56812026-09-11T19:39:49.276Z[ recovery-image] Sep 11 19:39:48.507 INFO O| Sep 11 19:39:48.507 INFO ok!
56822026-09-11T19:39:49.276Z[ recovery-image] Sep 11 19:39:48.507 INFO O| Sep 11 19:39:48.507 INFO STEP 66 (assemble_files) COMPLETE
56832026-09-11T19:39:49.276Z[ recovery-image] Sep 11 19:39:48.507 INFO O| Sep 11 19:39:48.507 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56842026-09-11T19:39:49.282Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56852026-09-11T19:39:49.282Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56862026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56872026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56882026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO ok!
56892026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO STEP 67 (ensure_file) COMPLETE
56902026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56912026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO skip step because feature "omicron1" is not enabled
56922026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56932026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO skip step because feature "omicron1" is not enabled
56942026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.516 INFO O| Sep 11 19:39:48.516 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56952026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.517 INFO O| Sep 11 19:39:48.516 INFO skip step because feature "omicron1" is not enabled
56962026-09-11T19:39:49.286Z[ recovery-image] Sep 11 19:39:48.517 INFO O| Sep 11 19:39:48.516 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56972026-09-11T19:39:49.299Z[ recovery-image] Sep 11 19:39:48.533 INFO O| Sep 11 19:39:48.533 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56982026-09-11T19:39:49.299Z[ recovery-image] Sep 11 19:39:48.533 INFO O| Sep 11 19:39:48.533 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56992026-09-11T19:39:49.707Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
57002026-09-11T19:39:49.848Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57012026-09-11T19:39:49.894Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
57022026-09-11T19:39:50.342Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
57032026-09-11T19:39:50.630Z[ recovery-image] Sep 11 19:39:49.862 INFO O| Sep 11 19:39:49.862 INFO STEP 71 (pack_tar) COMPLETE
57042026-09-11T19:39:50.630Z[ recovery-image] Sep 11 19:39:49.862 INFO O| Sep 11 19:39:49.862 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57052026-09-11T19:39:50.630Z[ recovery-image] Sep 11 19:39:49.862 INFO O| Sep 11 19:39:49.862 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57062026-09-11T19:39:50.652Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
57072026-09-11T19:39:51.074Z[ recovery-image] Sep 11 19:39:50.307 INFO O| Sep 11 19:39:50.307 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57082026-09-11T19:39:51.209Z[ recovery-image] Sep 11 19:39:50.439 INFO O| Sep 11 19:39:50.438 INFO completed processing sled/ramdisk-02-trim
57092026-09-11T19:39:51.214Z[ recovery-image] Sep 11 19:39:50.440 INFO image builder template: ramdisk-03-recovery-trim...
57102026-09-11T19:39:51.214Z[ recovery-image] Sep 11 19:39:50.440 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/.tmpzsY8sR/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
57112026-09-11T19:39:51.214Z[ recovery-image] Sep 11 19:39:50.446 INFO O| Sep 11 19:39:50.445 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57122026-09-11T19:39:51.246Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
57132026-09-11T19:39:51.290Z[ recovery-image] Sep 11 19:39:50.524 INFO O| Sep 11 19:39:50.523 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57142026-09-11T19:39:51.295Z[ recovery-image] Sep 11 19:39:50.528 INFO O| Sep 11 19:39:50.528 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57152026-09-11T19:39:51.427Z[ recovery-image] Sep 11 19:39:50.656 INFO O| Sep 11 19:39:50.656 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57162026-09-11T19:39:51.511Z[ recovery-image] Sep 11 19:39:50.735 INFO O| Sep 11 19:39:50.735 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57172026-09-11T19:39:51.511Z[ recovery-image] Sep 11 19:39:50.736 INFO O| Sep 11 19:39:50.735 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57182026-09-11T19:39:51.517Z[ recovery-image] Sep 11 19:39:50.742 INFO O| Sep 11 19:39:50.742 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57192026-09-11T19:39:51.518Z[ recovery-image] Sep 11 19:39:50.746 INFO O| Sep 11 19:39:50.746 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57202026-09-11T19:39:51.518Z[ recovery-image] Sep 11 19:39:50.750 INFO O| Sep 11 19:39:50.750 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57212026-09-11T19:39:52.192Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
57222026-09-11T19:39:52.361Z[ recovery-image] Sep 11 19:39:51.592 INFO O| Sep 11 19:39:51.591 INFO rolled back to input snapshot; work may begin
57232026-09-11T19:39:52.361Z[ recovery-image] Sep 11 19:39:51.592 INFO O| Sep 11 19:39:51.592 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57242026-09-11T19:39:52.366Z[ recovery-image] Sep 11 19:39:51.597 INFO O| Sep 11 19:39:51.597 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-09-11T19:39:52.374Z[ recovery-image] Sep 11 19:39:51.607 INFO O| Sep 11 19:39:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
57262026-09-11T19:39:52.379Z[ recovery-image] Sep 11 19:39:51.610 INFO O| Sep 11 19:39:51.610 INFO STEP 0 (remove_files) COMPLETE
57272026-09-11T19:39:52.379Z[ recovery-image] Sep 11 19:39:51.610 INFO O| Sep 11 19:39:51.610 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-09-11T19:39:52.388Z[ recovery-image] Sep 11 19:39:51.621 INFO O| Sep 11 19:39:51.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
57292026-09-11T19:39:52.388Z[ recovery-image] Sep 11 19:39:51.621 INFO O| Sep 11 19:39:51.621 INFO STEP 1 (remove_files) COMPLETE
57302026-09-11T19:39:52.388Z[ recovery-image] Sep 11 19:39:51.621 INFO O| Sep 11 19:39:51.621 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-09-11T19:39:52.402Z[ recovery-image] Sep 11 19:39:51.631 INFO O| Sep 11 19:39:51.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
57322026-09-11T19:39:52.406Z[ recovery-image] Sep 11 19:39:51.634 INFO O| Sep 11 19:39:51.634 INFO STEP 2 (remove_files) COMPLETE
57332026-09-11T19:39:52.406Z[ recovery-image] Sep 11 19:39:51.634 INFO O| Sep 11 19:39:51.634 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-09-11T19:39:52.410Z[ recovery-image] Sep 11 19:39:51.644 INFO O| Sep 11 19:39:51.643 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
57352026-09-11T19:39:52.478Z[ recovery-image] Sep 11 19:39:51.692 INFO O| Sep 11 19:39:51.692 INFO STEP 3 (remove_files) COMPLETE
57362026-09-11T19:39:52.478Z[ recovery-image] Sep 11 19:39:51.693 INFO O| Sep 11 19:39:51.692 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-09-11T19:39:52.498Z[ recovery-image] Sep 11 19:39:51.703 INFO O| Sep 11 19:39:51.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57382026-09-11T19:39:52.498Z[ recovery-image] Sep 11 19:39:51.705 INFO O| Sep 11 19:39:51.705 INFO STEP 4 (remove_files) COMPLETE
57392026-09-11T19:39:52.498Z[ recovery-image] Sep 11 19:39:51.705 INFO O| Sep 11 19:39:51.705 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-09-11T19:39:52.498Z[ recovery-image] Sep 11 19:39:51.716 INFO O| Sep 11 19:39:51.716 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57412026-09-11T19:39:52.525Z[ recovery-image] Sep 11 19:39:51.753 INFO O| Sep 11 19:39:51.753 INFO STEP 5 (remove_files) COMPLETE
57422026-09-11T19:39:52.526Z[ recovery-image] Sep 11 19:39:51.753 INFO O| Sep 11 19:39:51.753 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-09-11T19:39:52.530Z[ recovery-image] Sep 11 19:39:51.763 INFO O| Sep 11 19:39:51.763 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57442026-09-11T19:39:52.539Z[ recovery-image] Sep 11 19:39:51.773 INFO O| Sep 11 19:39:51.773 INFO STEP 6 (remove_files) COMPLETE
57452026-09-11T19:39:52.539Z[ recovery-image] Sep 11 19:39:51.773 INFO O| Sep 11 19:39:51.773 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-09-11T19:39:52.551Z[ recovery-image] Sep 11 19:39:51.785 INFO O| Sep 11 19:39:51.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57472026-09-11T19:39:52.556Z[ recovery-image] Sep 11 19:39:51.790 INFO O| Sep 11 19:39:51.790 INFO STEP 7 (remove_files) COMPLETE
57482026-09-11T19:39:52.556Z[ recovery-image] Sep 11 19:39:51.790 INFO O| Sep 11 19:39:51.790 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-09-11T19:39:52.572Z[ recovery-image] Sep 11 19:39:51.800 INFO O| Sep 11 19:39:51.800 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57502026-09-11T19:39:52.576Z[ recovery-image] Sep 11 19:39:51.806 INFO O| Sep 11 19:39:51.806 INFO STEP 8 (remove_files) COMPLETE
57512026-09-11T19:39:52.576Z[ recovery-image] Sep 11 19:39:51.806 INFO O| Sep 11 19:39:51.806 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-09-11T19:39:52.582Z[ recovery-image] Sep 11 19:39:51.816 INFO O| Sep 11 19:39:51.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57532026-09-11T19:39:52.591Z[ recovery-image] Sep 11 19:39:51.822 INFO O| Sep 11 19:39:51.822 INFO STEP 9 (remove_files) COMPLETE
57542026-09-11T19:39:52.591Z[ recovery-image] Sep 11 19:39:51.822 INFO O| Sep 11 19:39:51.822 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-09-11T19:39:52.604Z[ recovery-image] Sep 11 19:39:51.833 INFO O| Sep 11 19:39:51.833 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57562026-09-11T19:39:52.604Z[ recovery-image] Sep 11 19:39:51.833 INFO O| Sep 11 19:39:51.833 INFO STEP 10 (remove_files) COMPLETE
57572026-09-11T19:39:52.604Z[ recovery-image] Sep 11 19:39:51.833 INFO O| Sep 11 19:39:51.833 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-09-11T19:39:52.613Z[ recovery-image] Sep 11 19:39:51.842 INFO O| Sep 11 19:39:51.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57592026-09-11T19:39:52.617Z[ recovery-image] Sep 11 19:39:51.844 INFO O| Sep 11 19:39:51.844 INFO STEP 11 (remove_files) COMPLETE
57602026-09-11T19:39:52.617Z[ recovery-image] Sep 11 19:39:51.844 INFO O| Sep 11 19:39:51.844 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-09-11T19:39:52.635Z[ recovery-image] Sep 11 19:39:51.867 INFO O| Sep 11 19:39:51.867 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57622026-09-11T19:39:52.839Z[ recovery-image] Sep 11 19:39:52.051 INFO O| Sep 11 19:39:52.051 INFO STEP 12 (remove_files) COMPLETE
57632026-09-11T19:39:52.839Z[ recovery-image] Sep 11 19:39:52.051 INFO O| Sep 11 19:39:52.051 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-09-11T19:39:52.881Z[ recovery-image] Sep 11 19:39:52.062 INFO O| Sep 11 19:39:52.062 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57652026-09-11T19:39:52.882Z[ recovery-image] Sep 11 19:39:52.064 INFO O| Sep 11 19:39:52.064 INFO STEP 13 (remove_files) COMPLETE
57662026-09-11T19:39:52.882Z[ recovery-image] Sep 11 19:39:52.064 INFO O| Sep 11 19:39:52.064 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-09-11T19:39:52.882Z[ recovery-image] Sep 11 19:39:52.076 INFO O| Sep 11 19:39:52.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57682026-09-11T19:39:52.895Z[ recovery-image] Sep 11 19:39:52.079 INFO O| Sep 11 19:39:52.078 INFO STEP 14 (remove_files) COMPLETE
57692026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.079 INFO O| Sep 11 19:39:52.078 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.089 INFO O| Sep 11 19:39:52.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57712026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.090 INFO O| Sep 11 19:39:52.090 INFO STEP 15 (remove_files) COMPLETE
57722026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.090 INFO O| Sep 11 19:39:52.090 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.103 INFO O| Sep 11 19:39:52.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57742026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.103 INFO O| Sep 11 19:39:52.102 INFO STEP 16 (remove_files) COMPLETE
57752026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.103 INFO O| Sep 11 19:39:52.102 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-09-11T19:39:52.896Z[ recovery-image] Sep 11 19:39:52.115 INFO O| Sep 11 19:39:52.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57772026-09-11T19:39:52.904Z[ recovery-image] Sep 11 19:39:52.126 INFO O| Sep 11 19:39:52.126 INFO STEP 17 (remove_files) COMPLETE
57782026-09-11T19:39:52.904Z[ recovery-image] Sep 11 19:39:52.126 INFO O| Sep 11 19:39:52.126 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-09-11T19:39:52.946Z[ recovery-image] Sep 11 19:39:52.139 INFO O| Sep 11 19:39:52.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57802026-09-11T19:39:52.947Z[ recovery-image] Sep 11 19:39:52.140 INFO O| Sep 11 19:39:52.140 INFO STEP 18 (remove_files) COMPLETE
57812026-09-11T19:39:52.955Z[ recovery-image] Sep 11 19:39:52.140 INFO O| Sep 11 19:39:52.140 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-09-11T19:39:52.955Z[ recovery-image] Sep 11 19:39:52.150 INFO O| Sep 11 19:39:52.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57832026-09-11T19:39:52.955Z[ recovery-image] Sep 11 19:39:52.150 INFO O| Sep 11 19:39:52.150 INFO STEP 19 (remove_files) COMPLETE
57842026-09-11T19:39:52.955Z[ recovery-image] Sep 11 19:39:52.150 INFO O| Sep 11 19:39:52.150 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-09-11T19:39:52.955Z[ recovery-image] Sep 11 19:39:52.160 INFO O| Sep 11 19:39:52.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57862026-09-11T19:39:52.980Z[ recovery-image] Sep 11 19:39:52.200 INFO O| Sep 11 19:39:52.200 INFO STEP 20 (remove_files) COMPLETE
57872026-09-11T19:39:52.980Z[ recovery-image] Sep 11 19:39:52.200 INFO O| Sep 11 19:39:52.200 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-09-11T19:39:53.001Z[ recovery-image] Sep 11 19:39:52.212 INFO O| Sep 11 19:39:52.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57892026-09-11T19:39:53.001Z[ recovery-image] Sep 11 19:39:52.214 INFO O| Sep 11 19:39:52.214 INFO STEP 21 (remove_files) COMPLETE
57902026-09-11T19:39:53.001Z[ recovery-image] Sep 11 19:39:52.214 INFO O| Sep 11 19:39:52.214 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-09-11T19:39:53.001Z[ recovery-image] Sep 11 19:39:52.224 INFO O| Sep 11 19:39:52.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57922026-09-11T19:39:53.002Z[ recovery-image] Sep 11 19:39:52.224 INFO O| Sep 11 19:39:52.224 INFO STEP 22 (remove_files) COMPLETE
57932026-09-11T19:39:53.002Z[ recovery-image] Sep 11 19:39:52.224 INFO O| Sep 11 19:39:52.224 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-09-11T19:39:53.021Z[ recovery-image] Sep 11 19:39:52.233 INFO O| Sep 11 19:39:52.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57952026-09-11T19:39:53.021Z[ recovery-image] Sep 11 19:39:52.233 INFO O| Sep 11 19:39:52.233 INFO STEP 23 (remove_files) COMPLETE
57962026-09-11T19:39:53.021Z[ recovery-image] Sep 11 19:39:52.233 INFO O| Sep 11 19:39:52.233 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.245 INFO O| Sep 11 19:39:52.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57982026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.246 INFO O| Sep 11 19:39:52.245 INFO STEP 24 (remove_files) COMPLETE
57992026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.246 INFO O| Sep 11 19:39:52.245 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.256 INFO O| Sep 11 19:39:52.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
58012026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.256 INFO O| Sep 11 19:39:52.256 INFO STEP 25 (remove_files) COMPLETE
58022026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.257 INFO O| Sep 11 19:39:52.256 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.266 INFO O| Sep 11 19:39:52.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
58042026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.267 INFO O| Sep 11 19:39:52.266 INFO STEP 26 (remove_files) COMPLETE
58052026-09-11T19:39:53.055Z[ recovery-image] Sep 11 19:39:52.267 INFO O| Sep 11 19:39:52.266 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-11T19:39:53.068Z[ recovery-image] Sep 11 19:39:52.276 INFO O| Sep 11 19:39:52.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58072026-09-11T19:39:53.068Z[ recovery-image] Sep 11 19:39:52.276 INFO O| Sep 11 19:39:52.276 INFO STEP 27 (remove_files) COMPLETE
58082026-09-11T19:39:53.068Z[ recovery-image] Sep 11 19:39:52.276 INFO O| Sep 11 19:39:52.276 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-11T19:39:53.068Z[ recovery-image] Sep 11 19:39:52.284 INFO O| Sep 11 19:39:52.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58102026-09-11T19:39:53.068Z[ recovery-image] Sep 11 19:39:52.285 INFO O| Sep 11 19:39:52.285 INFO STEP 28 (remove_files) COMPLETE
58112026-09-11T19:39:53.069Z[ recovery-image] Sep 11 19:39:52.285 INFO O| Sep 11 19:39:52.285 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-11T19:39:53.069Z[ recovery-image] Sep 11 19:39:52.294 INFO O| Sep 11 19:39:52.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58132026-09-11T19:39:53.069Z[ recovery-image] Sep 11 19:39:52.295 INFO O| Sep 11 19:39:52.295 INFO STEP 29 (remove_files) COMPLETE
58142026-09-11T19:39:53.069Z[ recovery-image] Sep 11 19:39:52.295 INFO O| Sep 11 19:39:52.295 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-11T19:39:53.078Z[ recovery-image] Sep 11 19:39:52.304 INFO O| Sep 11 19:39:52.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58162026-09-11T19:39:53.078Z[ recovery-image] Sep 11 19:39:52.304 INFO O| Sep 11 19:39:52.304 INFO STEP 30 (remove_files) COMPLETE
58172026-09-11T19:39:53.079Z[ recovery-image] Sep 11 19:39:52.304 INFO O| Sep 11 19:39:52.304 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-11T19:39:53.097Z[ recovery-image] Sep 11 19:39:52.315 INFO O| Sep 11 19:39:52.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58192026-09-11T19:39:53.097Z[ recovery-image] Sep 11 19:39:52.315 INFO O| Sep 11 19:39:52.314 INFO STEP 31 (remove_files) COMPLETE
58202026-09-11T19:39:53.097Z[ recovery-image] Sep 11 19:39:52.315 INFO O| Sep 11 19:39:52.314 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-11T19:39:53.106Z[ recovery-image] Sep 11 19:39:52.323 INFO O| Sep 11 19:39:52.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58222026-09-11T19:39:53.106Z[ recovery-image] Sep 11 19:39:52.323 INFO O| Sep 11 19:39:52.323 INFO STEP 32 (remove_files) COMPLETE
58232026-09-11T19:39:53.106Z[ recovery-image] Sep 11 19:39:52.323 INFO O| Sep 11 19:39:52.323 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-11T19:39:53.106Z[ recovery-image] Sep 11 19:39:52.333 INFO O| Sep 11 19:39:52.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
58252026-09-11T19:39:53.106Z[ recovery-image] Sep 11 19:39:52.333 INFO O| Sep 11 19:39:52.333 INFO STEP 33 (remove_files) COMPLETE
58262026-09-11T19:39:53.106Z[ recovery-image] Sep 11 19:39:52.333 INFO O| Sep 11 19:39:52.333 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-11T19:39:53.122Z[ recovery-image] Sep 11 19:39:52.343 INFO O| Sep 11 19:39:52.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
58282026-09-11T19:39:53.122Z[ recovery-image] Sep 11 19:39:52.343 INFO O| Sep 11 19:39:52.343 INFO STEP 34 (remove_files) COMPLETE
58292026-09-11T19:39:53.122Z[ recovery-image] Sep 11 19:39:52.343 INFO O| Sep 11 19:39:52.343 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-11T19:39:53.122Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
58312026-09-11T19:39:53.126Z[ recovery-image] Sep 11 19:39:52.353 INFO O| Sep 11 19:39:52.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
58322026-09-11T19:39:53.127Z[ recovery-image] Sep 11 19:39:52.353 INFO O| Sep 11 19:39:52.353 INFO STEP 35 (remove_files) COMPLETE
58332026-09-11T19:39:53.127Z[ recovery-image] Sep 11 19:39:52.353 INFO O| Sep 11 19:39:52.353 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-11T19:39:53.137Z[ recovery-image] Sep 11 19:39:52.369 INFO O| Sep 11 19:39:52.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58352026-09-11T19:39:53.137Z[ recovery-image] Sep 11 19:39:52.370 INFO O| Sep 11 19:39:52.370 INFO STEP 36 (remove_files) COMPLETE
58362026-09-11T19:39:53.142Z[ recovery-image] Sep 11 19:39:52.370 INFO O| Sep 11 19:39:52.370 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-11T19:39:53.167Z[ recovery-image] Sep 11 19:39:52.398 INFO O| Sep 11 19:39:52.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58382026-09-11T19:39:53.167Z[ recovery-image] Sep 11 19:39:52.398 INFO O| Sep 11 19:39:52.398 INFO STEP 37 (remove_files) COMPLETE
58392026-09-11T19:39:53.167Z[ recovery-image] Sep 11 19:39:52.398 INFO O| Sep 11 19:39:52.398 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-11T19:39:53.177Z[ recovery-image] Sep 11 19:39:52.408 INFO O| Sep 11 19:39:52.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58412026-09-11T19:39:53.177Z[ recovery-image] Sep 11 19:39:52.409 INFO O| Sep 11 19:39:52.408 INFO STEP 38 (remove_files) COMPLETE
58422026-09-11T19:39:53.177Z[ recovery-image] Sep 11 19:39:52.409 INFO O| Sep 11 19:39:52.408 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-11T19:39:53.185Z[ recovery-image] Sep 11 19:39:52.418 INFO O| Sep 11 19:39:52.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58442026-09-11T19:39:53.185Z[ recovery-image] Sep 11 19:39:52.418 INFO O| Sep 11 19:39:52.418 INFO STEP 39 (remove_files) COMPLETE
58452026-09-11T19:39:53.185Z[ recovery-image] Sep 11 19:39:52.418 INFO O| Sep 11 19:39:52.418 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-11T19:39:53.196Z[ recovery-image] Sep 11 19:39:52.428 INFO O| Sep 11 19:39:52.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58472026-09-11T19:39:53.196Z[ recovery-image] Sep 11 19:39:52.428 INFO O| Sep 11 19:39:52.428 INFO STEP 40 (remove_files) COMPLETE
58482026-09-11T19:39:53.196Z[ recovery-image] Sep 11 19:39:52.428 INFO O| Sep 11 19:39:52.428 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-11T19:39:53.211Z[ recovery-image] Sep 11 19:39:52.444 INFO O| Sep 11 19:39:52.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58502026-09-11T19:39:53.211Z[ recovery-image] Sep 11 19:39:52.444 INFO O| Sep 11 19:39:52.444 INFO STEP 41 (remove_files) COMPLETE
58512026-09-11T19:39:53.211Z[ recovery-image] Sep 11 19:39:52.444 INFO O| Sep 11 19:39:52.444 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-11T19:39:53.226Z[ recovery-image] Sep 11 19:39:52.459 INFO O| Sep 11 19:39:52.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58532026-09-11T19:39:53.226Z[ recovery-image] Sep 11 19:39:52.459 INFO O| Sep 11 19:39:52.459 INFO STEP 42 (remove_files) COMPLETE
58542026-09-11T19:39:53.226Z[ recovery-image] Sep 11 19:39:52.459 INFO O| Sep 11 19:39:52.459 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-11T19:39:53.253Z[ recovery-image] Sep 11 19:39:52.486 INFO O| Sep 11 19:39:52.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58562026-09-11T19:39:53.253Z[ recovery-image] Sep 11 19:39:52.486 INFO O| Sep 11 19:39:52.486 INFO STEP 43 (remove_files) COMPLETE
58572026-09-11T19:39:53.253Z[ recovery-image] Sep 11 19:39:52.486 INFO O| Sep 11 19:39:52.486 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-11T19:39:53.266Z[ recovery-image] Sep 11 19:39:52.496 INFO O| Sep 11 19:39:52.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58592026-09-11T19:39:53.267Z[ recovery-image] Sep 11 19:39:52.496 INFO O| Sep 11 19:39:52.496 INFO STEP 44 (remove_files) COMPLETE
58602026-09-11T19:39:53.267Z[ recovery-image] Sep 11 19:39:52.496 INFO O| Sep 11 19:39:52.496 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-11T19:39:53.273Z[ recovery-image] Sep 11 19:39:52.506 INFO O| Sep 11 19:39:52.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58622026-09-11T19:39:53.273Z[ recovery-image] Sep 11 19:39:52.506 INFO O| Sep 11 19:39:52.506 INFO STEP 45 (remove_files) COMPLETE
58632026-09-11T19:39:53.279Z[ recovery-image] Sep 11 19:39:52.506 INFO O| Sep 11 19:39:52.506 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-11T19:39:53.283Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
58652026-09-11T19:39:53.300Z[ recovery-image] Sep 11 19:39:52.516 INFO O| Sep 11 19:39:52.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58662026-09-11T19:39:53.300Z[ recovery-image] Sep 11 19:39:52.517 INFO O| Sep 11 19:39:52.516 INFO STEP 46 (remove_files) COMPLETE
58672026-09-11T19:39:53.300Z[ recovery-image] Sep 11 19:39:52.517 INFO O| Sep 11 19:39:52.516 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-11T19:39:53.310Z[ recovery-image] Sep 11 19:39:52.526 INFO O| Sep 11 19:39:52.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58692026-09-11T19:39:53.310Z[ recovery-image] Sep 11 19:39:52.526 INFO O| Sep 11 19:39:52.526 INFO STEP 47 (remove_files) COMPLETE
58702026-09-11T19:39:53.310Z[ recovery-image] Sep 11 19:39:52.526 INFO O| Sep 11 19:39:52.526 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-11T19:39:53.310Z[ recovery-image] Sep 11 19:39:52.536 INFO O| Sep 11 19:39:52.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58722026-09-11T19:39:53.310Z[ recovery-image] Sep 11 19:39:52.536 INFO O| Sep 11 19:39:52.536 INFO STEP 48 (remove_files) COMPLETE
58732026-09-11T19:39:53.310Z[ recovery-image] Sep 11 19:39:52.536 INFO O| Sep 11 19:39:52.536 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-09-11T19:39:53.319Z[ recovery-image] Sep 11 19:39:52.548 INFO O| Sep 11 19:39:52.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58752026-09-11T19:39:53.319Z[ recovery-image] Sep 11 19:39:52.548 INFO O| Sep 11 19:39:52.548 INFO STEP 49 (remove_files) COMPLETE
58762026-09-11T19:39:53.319Z[ recovery-image] Sep 11 19:39:52.548 INFO O| Sep 11 19:39:52.548 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-09-11T19:39:53.324Z[verify-libraries] Compiling p384 v0.14.0
58782026-09-11T19:39:53.336Z[ recovery-image] Sep 11 19:39:52.559 INFO O| Sep 11 19:39:52.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58792026-09-11T19:39:53.336Z[ recovery-image] Sep 11 19:39:52.559 INFO O| Sep 11 19:39:52.559 INFO STEP 50 (remove_files) COMPLETE
58802026-09-11T19:39:53.337Z[ recovery-image] Sep 11 19:39:52.560 INFO O| Sep 11 19:39:52.559 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-11T19:39:53.340Z[ recovery-image] Sep 11 19:39:52.573 INFO O| Sep 11 19:39:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58822026-09-11T19:39:53.340Z[ recovery-image] Sep 11 19:39:52.573 INFO O| Sep 11 19:39:52.573 INFO STEP 51 (remove_files) COMPLETE
58832026-09-11T19:39:53.341Z[ recovery-image] Sep 11 19:39:52.573 INFO O| Sep 11 19:39:52.573 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-11T19:39:53.356Z[ recovery-image] Sep 11 19:39:52.587 INFO O| Sep 11 19:39:52.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58852026-09-11T19:39:53.356Z[ recovery-image] Sep 11 19:39:52.587 INFO O| Sep 11 19:39:52.587 INFO STEP 52 (remove_files) COMPLETE
58862026-09-11T19:39:53.356Z[ recovery-image] Sep 11 19:39:52.587 INFO O| Sep 11 19:39:52.587 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-11T19:39:53.366Z[ recovery-image] Sep 11 19:39:52.597 INFO O| Sep 11 19:39:52.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58882026-09-11T19:39:53.366Z[ recovery-image] Sep 11 19:39:52.597 INFO O| Sep 11 19:39:52.597 INFO STEP 53 (remove_files) COMPLETE
58892026-09-11T19:39:53.366Z[ recovery-image] Sep 11 19:39:52.597 INFO O| Sep 11 19:39:52.597 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-11T19:39:53.371Z[ recovery-image] Sep 11 19:39:52.605 INFO O| Sep 11 19:39:52.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58912026-09-11T19:39:53.372Z[ recovery-image] Sep 11 19:39:52.605 INFO O| Sep 11 19:39:52.605 INFO STEP 54 (remove_files) COMPLETE
58922026-09-11T19:39:53.372Z[ recovery-image] Sep 11 19:39:52.605 INFO O| Sep 11 19:39:52.605 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-11T19:39:53.386Z[ recovery-image] Sep 11 19:39:52.613 INFO O| Sep 11 19:39:52.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58942026-09-11T19:39:53.386Z[ recovery-image] Sep 11 19:39:52.614 INFO O| Sep 11 19:39:52.614 INFO STEP 55 (remove_files) COMPLETE
58952026-09-11T19:39:53.386Z[ recovery-image] Sep 11 19:39:52.614 INFO O| Sep 11 19:39:52.614 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-11T19:39:53.392Z[ recovery-image] Sep 11 19:39:52.622 INFO O| Sep 11 19:39:52.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58972026-09-11T19:39:53.393Z[ recovery-image] Sep 11 19:39:52.622 INFO O| Sep 11 19:39:52.622 INFO STEP 56 (remove_files) COMPLETE
58982026-09-11T19:39:53.393Z[ recovery-image] Sep 11 19:39:52.622 INFO O| Sep 11 19:39:52.622 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-11T19:39:53.404Z[ recovery-image] Sep 11 19:39:52.637 INFO O| Sep 11 19:39:52.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
59002026-09-11T19:39:53.404Z[ recovery-image] Sep 11 19:39:52.637 INFO O| Sep 11 19:39:52.637 INFO STEP 57 (remove_files) COMPLETE
59012026-09-11T19:39:53.404Z[ recovery-image] Sep 11 19:39:52.637 INFO O| Sep 11 19:39:52.637 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-11T19:39:53.420Z[ recovery-image] Sep 11 19:39:52.647 INFO O| Sep 11 19:39:52.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
59032026-09-11T19:39:53.420Z[ recovery-image] Sep 11 19:39:52.647 INFO O| Sep 11 19:39:52.647 INFO STEP 58 (remove_files) COMPLETE
59042026-09-11T19:39:53.438Z[ recovery-image] Sep 11 19:39:52.647 INFO O| Sep 11 19:39:52.647 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-11T19:39:53.438Z[ recovery-image] Sep 11 19:39:52.656 INFO O| Sep 11 19:39:52.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
59062026-09-11T19:39:53.438Z[ recovery-image] Sep 11 19:39:52.656 INFO O| Sep 11 19:39:52.656 INFO STEP 59 (remove_files) COMPLETE
59072026-09-11T19:39:53.438Z[ recovery-image] Sep 11 19:39:52.656 INFO O| Sep 11 19:39:52.656 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-11T19:39:53.450Z[ recovery-image] Sep 11 19:39:52.666 INFO O| Sep 11 19:39:52.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59092026-09-11T19:39:53.451Z[ recovery-image] Sep 11 19:39:52.666 INFO O| Sep 11 19:39:52.666 INFO STEP 60 (remove_files) COMPLETE
59102026-09-11T19:39:53.451Z[ recovery-image] Sep 11 19:39:52.666 INFO O| Sep 11 19:39:52.666 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-11T19:39:53.475Z[ recovery-image] Sep 11 19:39:52.676 INFO O| Sep 11 19:39:52.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59122026-09-11T19:39:53.475Z[ recovery-image] Sep 11 19:39:52.676 INFO O| Sep 11 19:39:52.676 INFO STEP 61 (remove_files) COMPLETE
59132026-09-11T19:39:53.476Z[ recovery-image] Sep 11 19:39:52.676 INFO O| Sep 11 19:39:52.676 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-11T19:39:53.518Z[ recovery-image] Sep 11 19:39:52.697 INFO O| Sep 11 19:39:52.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59152026-09-11T19:39:53.518Z[ recovery-image] Sep 11 19:39:52.697 INFO O| Sep 11 19:39:52.697 INFO STEP 62 (remove_files) COMPLETE
59162026-09-11T19:39:53.518Z[ recovery-image] Sep 11 19:39:52.697 INFO O| Sep 11 19:39:52.697 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-09-11T19:39:53.518Z[ recovery-image] Sep 11 19:39:52.709 INFO O| Sep 11 19:39:52.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59182026-09-11T19:39:53.518Z[ recovery-image] Sep 11 19:39:52.709 INFO O| Sep 11 19:39:52.709 INFO STEP 63 (remove_files) COMPLETE
59192026-09-11T19:39:53.518Z[ recovery-image] Sep 11 19:39:52.709 INFO O| Sep 11 19:39:52.709 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-11T19:39:53.527Z[ recovery-image] Sep 11 19:39:52.719 INFO O| Sep 11 19:39:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
59212026-09-11T19:39:53.527Z[ recovery-image] Sep 11 19:39:52.719 INFO O| Sep 11 19:39:52.719 INFO STEP 64 (remove_files) COMPLETE
59222026-09-11T19:39:53.527Z[ recovery-image] Sep 11 19:39:52.719 INFO O| Sep 11 19:39:52.719 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-11T19:39:53.527Z[ recovery-image] Sep 11 19:39:52.730 INFO O| Sep 11 19:39:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
59242026-09-11T19:39:53.527Z[ recovery-image] Sep 11 19:39:52.730 INFO O| Sep 11 19:39:52.730 INFO STEP 65 (remove_files) COMPLETE
59252026-09-11T19:39:53.527Z[ recovery-image] Sep 11 19:39:52.730 INFO O| Sep 11 19:39:52.730 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-11T19:39:53.528Z[ recovery-image] Sep 11 19:39:52.742 INFO O| Sep 11 19:39:52.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
59272026-09-11T19:39:53.528Z[ recovery-image] Sep 11 19:39:52.742 INFO O| Sep 11 19:39:52.742 INFO STEP 66 (remove_files) COMPLETE
59282026-09-11T19:39:53.528Z[ recovery-image] Sep 11 19:39:52.742 INFO O| Sep 11 19:39:52.742 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-09-11T19:39:53.528Z[ recovery-image] Sep 11 19:39:52.757 INFO O| Sep 11 19:39:52.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
59302026-09-11T19:39:53.528Z[ recovery-image] Sep 11 19:39:52.757 INFO O| Sep 11 19:39:52.757 INFO STEP 67 (remove_files) COMPLETE
59312026-09-11T19:39:53.528Z[ recovery-image] Sep 11 19:39:52.757 INFO O| Sep 11 19:39:52.757 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-11T19:39:53.537Z[ recovery-image] Sep 11 19:39:52.768 INFO O| Sep 11 19:39:52.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
59332026-09-11T19:39:53.538Z[ recovery-image] Sep 11 19:39:52.768 INFO O| Sep 11 19:39:52.768 INFO STEP 68 (remove_files) COMPLETE
59342026-09-11T19:39:53.538Z[ recovery-image] Sep 11 19:39:52.768 INFO O| Sep 11 19:39:52.768 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-09-11T19:39:53.544Z[ recovery-image] Sep 11 19:39:52.777 INFO O| Sep 11 19:39:52.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59362026-09-11T19:39:53.544Z[ recovery-image] Sep 11 19:39:52.777 INFO O| Sep 11 19:39:52.777 INFO STEP 69 (remove_files) COMPLETE
59372026-09-11T19:39:53.544Z[ recovery-image] Sep 11 19:39:52.777 INFO O| Sep 11 19:39:52.777 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-09-11T19:39:53.551Z[ recovery-image] Sep 11 19:39:52.785 INFO O| Sep 11 19:39:52.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59392026-09-11T19:39:53.552Z[ recovery-image] Sep 11 19:39:52.785 INFO O| Sep 11 19:39:52.785 INFO STEP 70 (remove_files) COMPLETE
59402026-09-11T19:39:53.552Z[ recovery-image] Sep 11 19:39:52.785 INFO O| Sep 11 19:39:52.785 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-09-11T19:39:53.559Z[ recovery-image] Sep 11 19:39:52.793 INFO O| Sep 11 19:39:52.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59422026-09-11T19:39:53.560Z[ recovery-image] Sep 11 19:39:52.793 INFO O| Sep 11 19:39:52.793 INFO STEP 71 (remove_files) COMPLETE
59432026-09-11T19:39:53.568Z[ recovery-image] Sep 11 19:39:52.793 INFO O| Sep 11 19:39:52.793 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-11T19:39:53.577Z[ recovery-image] Sep 11 19:39:52.803 INFO O| Sep 11 19:39:52.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59452026-09-11T19:39:53.578Z[ recovery-image] Sep 11 19:39:52.803 INFO O| Sep 11 19:39:52.803 INFO STEP 72 (remove_files) COMPLETE
59462026-09-11T19:39:53.578Z[ recovery-image] Sep 11 19:39:52.803 INFO O| Sep 11 19:39:52.803 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-11T19:39:53.589Z[ recovery-image] Sep 11 19:39:52.819 INFO O| Sep 11 19:39:52.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59482026-09-11T19:39:53.589Z[ recovery-image] Sep 11 19:39:52.819 INFO O| Sep 11 19:39:52.819 INFO STEP 73 (remove_files) COMPLETE
59492026-09-11T19:39:53.590Z[ recovery-image] Sep 11 19:39:52.819 INFO O| Sep 11 19:39:52.819 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-11T19:39:53.625Z[ recovery-image] Sep 11 19:39:52.835 INFO O| Sep 11 19:39:52.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59512026-09-11T19:39:53.625Z[ recovery-image] Sep 11 19:39:52.835 INFO O| Sep 11 19:39:52.835 INFO STEP 74 (remove_files) COMPLETE
59522026-09-11T19:39:53.625Z[ recovery-image] Sep 11 19:39:52.835 INFO O| Sep 11 19:39:52.835 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-11T19:39:53.630Z[ recovery-image] Sep 11 19:39:52.848 INFO O| Sep 11 19:39:52.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59542026-09-11T19:39:53.630Z[ recovery-image] Sep 11 19:39:52.848 INFO O| Sep 11 19:39:52.848 INFO STEP 75 (remove_files) COMPLETE
59552026-09-11T19:39:53.630Z[ recovery-image] Sep 11 19:39:52.848 INFO O| Sep 11 19:39:52.848 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-11T19:39:53.630Z[ recovery-image] Sep 11 19:39:52.858 INFO O| Sep 11 19:39:52.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59572026-09-11T19:39:53.630Z[ recovery-image] Sep 11 19:39:52.858 INFO O| Sep 11 19:39:52.858 INFO STEP 76 (remove_files) COMPLETE
59582026-09-11T19:39:53.631Z[ recovery-image] Sep 11 19:39:52.858 INFO O| Sep 11 19:39:52.858 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-11T19:39:53.646Z[ recovery-image] Sep 11 19:39:52.867 INFO O| Sep 11 19:39:52.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59602026-09-11T19:39:53.646Z[ recovery-image] Sep 11 19:39:52.867 INFO O| Sep 11 19:39:52.867 INFO STEP 77 (remove_files) COMPLETE
59612026-09-11T19:39:53.646Z[ recovery-image] Sep 11 19:39:52.867 INFO O| Sep 11 19:39:52.867 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-11T19:39:53.659Z[ recovery-image] Sep 11 19:39:52.876 INFO O| Sep 11 19:39:52.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59632026-09-11T19:39:53.659Z[ recovery-image] Sep 11 19:39:52.876 INFO O| Sep 11 19:39:52.876 INFO STEP 78 (remove_files) COMPLETE
59642026-09-11T19:39:53.659Z[ recovery-image] Sep 11 19:39:52.876 INFO O| Sep 11 19:39:52.876 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-11T19:39:53.666Z[ recovery-image] Sep 11 19:39:52.889 INFO O| Sep 11 19:39:52.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59662026-09-11T19:39:53.666Z[ recovery-image] Sep 11 19:39:52.889 INFO O| Sep 11 19:39:52.889 INFO STEP 79 (remove_files) COMPLETE
59672026-09-11T19:39:53.667Z[ recovery-image] Sep 11 19:39:52.889 INFO O| Sep 11 19:39:52.889 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-11T19:39:53.683Z[ recovery-image] Sep 11 19:39:52.901 INFO O| Sep 11 19:39:52.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59692026-09-11T19:39:53.683Z[ recovery-image] Sep 11 19:39:52.901 INFO O| Sep 11 19:39:52.901 INFO STEP 80 (remove_files) COMPLETE
59702026-09-11T19:39:53.683Z[ recovery-image] Sep 11 19:39:52.901 INFO O| Sep 11 19:39:52.901 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-11T19:39:53.694Z[ recovery-image] Sep 11 19:39:52.910 INFO O| Sep 11 19:39:52.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59722026-09-11T19:39:53.694Z[ recovery-image] Sep 11 19:39:52.910 INFO O| Sep 11 19:39:52.910 INFO STEP 81 (remove_files) COMPLETE
59732026-09-11T19:39:53.694Z[ recovery-image] Sep 11 19:39:52.910 INFO O| Sep 11 19:39:52.910 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-11T19:39:53.725Z[ recovery-image] Sep 11 19:39:52.924 INFO O| Sep 11 19:39:52.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59752026-09-11T19:39:53.725Z[ recovery-image] Sep 11 19:39:52.924 INFO O| Sep 11 19:39:52.924 INFO STEP 82 (remove_files) COMPLETE
59762026-09-11T19:39:53.725Z[ recovery-image] Sep 11 19:39:52.924 INFO O| Sep 11 19:39:52.924 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-11T19:39:53.745Z[ recovery-image] Sep 11 19:39:52.935 INFO O| Sep 11 19:39:52.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59782026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.935 INFO O| Sep 11 19:39:52.935 INFO STEP 83 (remove_files) COMPLETE
59792026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.935 INFO O| Sep 11 19:39:52.935 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.945 INFO O| Sep 11 19:39:52.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59812026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.945 INFO O| Sep 11 19:39:52.945 INFO STEP 84 (remove_files) COMPLETE
59822026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.945 INFO O| Sep 11 19:39:52.945 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.955 INFO O| Sep 11 19:39:52.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59842026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.955 INFO O| Sep 11 19:39:52.955 INFO STEP 85 (remove_files) COMPLETE
59852026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.955 INFO O| Sep 11 19:39:52.955 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.965 INFO O| Sep 11 19:39:52.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59872026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.965 INFO O| Sep 11 19:39:52.965 INFO STEP 86 (remove_files) COMPLETE
59882026-09-11T19:39:53.746Z[ recovery-image] Sep 11 19:39:52.965 INFO O| Sep 11 19:39:52.965 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-11T19:39:53.750Z[ recovery-image] Sep 11 19:39:52.974 INFO O| Sep 11 19:39:52.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59902026-09-11T19:39:53.750Z[ recovery-image] Sep 11 19:39:52.974 INFO O| Sep 11 19:39:52.974 INFO STEP 87 (remove_files) COMPLETE
59912026-09-11T19:39:53.750Z[ recovery-image] Sep 11 19:39:52.974 INFO O| Sep 11 19:39:52.974 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-11T19:39:53.756Z[ recovery-image] Sep 11 19:39:52.984 INFO O| Sep 11 19:39:52.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59932026-09-11T19:39:53.756Z[ recovery-image] Sep 11 19:39:52.985 INFO O| Sep 11 19:39:52.985 INFO STEP 88 (remove_files) COMPLETE
59942026-09-11T19:39:53.756Z[ recovery-image] Sep 11 19:39:52.985 INFO O| Sep 11 19:39:52.985 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-11T19:39:53.778Z[ recovery-image] Sep 11 19:39:52.993 INFO O| Sep 11 19:39:52.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59962026-09-11T19:39:53.778Z[ recovery-image] Sep 11 19:39:52.994 INFO O| Sep 11 19:39:52.993 INFO STEP 89 (remove_files) COMPLETE
59972026-09-11T19:39:53.779Z[ recovery-image] Sep 11 19:39:52.994 INFO O| Sep 11 19:39:52.993 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-11T19:39:53.806Z[ recovery-image] Sep 11 19:39:53.002 INFO O| Sep 11 19:39:53.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59992026-09-11T19:39:53.806Z[ recovery-image] Sep 11 19:39:53.002 INFO O| Sep 11 19:39:53.002 INFO STEP 90 (remove_files) COMPLETE
60002026-09-11T19:39:53.806Z[ recovery-image] Sep 11 19:39:53.002 INFO O| Sep 11 19:39:53.002 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-11T19:39:53.806Z[ recovery-image] Sep 11 19:39:53.011 INFO O| Sep 11 19:39:53.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
60022026-09-11T19:39:53.806Z[ recovery-image] Sep 11 19:39:53.011 INFO O| Sep 11 19:39:53.011 INFO STEP 91 (remove_files) COMPLETE
60032026-09-11T19:39:53.806Z[ recovery-image] Sep 11 19:39:53.011 INFO O| Sep 11 19:39:53.011 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.020 INFO O| Sep 11 19:39:53.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
60052026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.020 INFO O| Sep 11 19:39:53.020 INFO STEP 92 (remove_files) COMPLETE
60062026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.020 INFO O| Sep 11 19:39:53.020 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.028 INFO O| Sep 11 19:39:53.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60082026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.028 INFO O| Sep 11 19:39:53.028 INFO STEP 93 (remove_files) COMPLETE
60092026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.028 INFO O| Sep 11 19:39:53.028 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-11T19:39:53.816Z[ recovery-image] Sep 11 19:39:53.037 INFO O| Sep 11 19:39:53.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
60112026-09-11T19:39:53.824Z[ recovery-image] Sep 11 19:39:53.045 INFO O| Sep 11 19:39:53.045 INFO STEP 94 (remove_files) COMPLETE
60122026-09-11T19:39:53.824Z[ recovery-image] Sep 11 19:39:53.045 INFO O| Sep 11 19:39:53.045 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-11T19:39:53.829Z[ recovery-image] Sep 11 19:39:53.055 INFO O| Sep 11 19:39:53.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
60142026-09-11T19:39:53.829Z[ recovery-image] Sep 11 19:39:53.055 INFO O| Sep 11 19:39:53.055 INFO STEP 95 (remove_files) COMPLETE
60152026-09-11T19:39:53.829Z[ recovery-image] Sep 11 19:39:53.055 INFO O| Sep 11 19:39:53.055 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-11T19:39:53.843Z[ recovery-image] Sep 11 19:39:53.066 INFO O| Sep 11 19:39:53.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
60172026-09-11T19:39:53.843Z[ recovery-image] Sep 11 19:39:53.066 INFO O| Sep 11 19:39:53.066 INFO STEP 96 (remove_files) COMPLETE
60182026-09-11T19:39:53.843Z[ recovery-image] Sep 11 19:39:53.066 INFO O| Sep 11 19:39:53.066 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-11T19:39:53.856Z[ recovery-image] Sep 11 19:39:53.076 INFO O| Sep 11 19:39:53.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
60202026-09-11T19:39:53.856Z[ recovery-image] Sep 11 19:39:53.076 INFO O| Sep 11 19:39:53.076 INFO STEP 97 (remove_files) COMPLETE
60212026-09-11T19:39:53.856Z[ recovery-image] Sep 11 19:39:53.076 INFO O| Sep 11 19:39:53.076 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-11T19:39:53.863Z[ recovery-image] Sep 11 19:39:53.087 INFO O| Sep 11 19:39:53.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
60232026-09-11T19:39:53.863Z[ recovery-image] Sep 11 19:39:53.087 INFO O| Sep 11 19:39:53.087 INFO STEP 98 (remove_files) COMPLETE
60242026-09-11T19:39:53.863Z[ recovery-image] Sep 11 19:39:53.087 INFO O| Sep 11 19:39:53.087 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-11T19:39:53.870Z[ recovery-image] Sep 11 19:39:53.098 INFO O| Sep 11 19:39:53.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
60262026-09-11T19:39:53.870Z[ recovery-image] Sep 11 19:39:53.098 INFO O| Sep 11 19:39:53.098 INFO STEP 99 (remove_files) COMPLETE
60272026-09-11T19:39:53.870Z[ recovery-image] Sep 11 19:39:53.098 INFO O| Sep 11 19:39:53.098 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-11T19:39:53.878Z[ recovery-image] Sep 11 19:39:53.108 INFO O| Sep 11 19:39:53.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
60292026-09-11T19:39:53.878Z[ recovery-image] Sep 11 19:39:53.108 INFO O| Sep 11 19:39:53.108 INFO STEP 100 (remove_files) COMPLETE
60302026-09-11T19:39:53.878Z[ recovery-image] Sep 11 19:39:53.108 INFO O| Sep 11 19:39:53.108 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-11T19:39:53.886Z[ recovery-image] Sep 11 19:39:53.119 INFO O| Sep 11 19:39:53.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
60322026-09-11T19:39:53.886Z[ recovery-image] Sep 11 19:39:53.119 INFO O| Sep 11 19:39:53.119 INFO STEP 101 (remove_files) COMPLETE
60332026-09-11T19:39:53.897Z[ recovery-image] Sep 11 19:39:53.119 INFO O| Sep 11 19:39:53.119 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-11T19:39:53.900Z[ recovery-image] Sep 11 19:39:53.130 INFO O| Sep 11 19:39:53.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60352026-09-11T19:39:53.901Z[ recovery-image] Sep 11 19:39:53.130 INFO O| Sep 11 19:39:53.130 INFO STEP 102 (remove_files) COMPLETE
60362026-09-11T19:39:53.901Z[ recovery-image] Sep 11 19:39:53.130 INFO O| Sep 11 19:39:53.130 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-11T19:39:53.909Z[ recovery-image] Sep 11 19:39:53.142 INFO O| Sep 11 19:39:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60382026-09-11T19:39:53.909Z[ recovery-image] Sep 11 19:39:53.142 INFO O| Sep 11 19:39:53.142 INFO STEP 103 (remove_files) COMPLETE
60392026-09-11T19:39:53.909Z[ recovery-image] Sep 11 19:39:53.142 INFO O| Sep 11 19:39:53.142 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-11T19:39:53.920Z[ recovery-image] Sep 11 19:39:53.152 INFO O| Sep 11 19:39:53.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60412026-09-11T19:39:53.920Z[ recovery-image] Sep 11 19:39:53.152 INFO O| Sep 11 19:39:53.152 INFO STEP 104 (remove_files) COMPLETE
60422026-09-11T19:39:53.929Z[ recovery-image] Sep 11 19:39:53.152 INFO O| Sep 11 19:39:53.152 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-11T19:39:53.933Z[ recovery-image] Sep 11 19:39:53.160 INFO O| Sep 11 19:39:53.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60442026-09-11T19:39:53.933Z[ recovery-image] Sep 11 19:39:53.160 INFO O| Sep 11 19:39:53.160 INFO STEP 105 (remove_files) COMPLETE
60452026-09-11T19:39:53.934Z[ recovery-image] Sep 11 19:39:53.160 INFO O| Sep 11 19:39:53.160 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-11T19:39:53.953Z[ recovery-image] Sep 11 19:39:53.168 INFO O| Sep 11 19:39:53.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60472026-09-11T19:39:53.953Z[ recovery-image] Sep 11 19:39:53.168 INFO O| Sep 11 19:39:53.168 INFO STEP 106 (remove_files) COMPLETE
60482026-09-11T19:39:53.953Z[ recovery-image] Sep 11 19:39:53.168 INFO O| Sep 11 19:39:53.168 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-11T19:39:53.963Z[ recovery-image] Sep 11 19:39:53.177 INFO O| Sep 11 19:39:53.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60502026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.177 INFO O| Sep 11 19:39:53.177 INFO STEP 107 (remove_files) COMPLETE
60512026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.177 INFO O| Sep 11 19:39:53.177 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.184 INFO O| Sep 11 19:39:53.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60532026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.184 INFO O| Sep 11 19:39:53.184 INFO STEP 108 (remove_files) COMPLETE
60542026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.184 INFO O| Sep 11 19:39:53.184 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.191 INFO O| Sep 11 19:39:53.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60562026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.191 INFO O| Sep 11 19:39:53.191 INFO STEP 109 (remove_files) COMPLETE
60572026-09-11T19:39:53.964Z[ recovery-image] Sep 11 19:39:53.191 INFO O| Sep 11 19:39:53.191 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-11T19:39:53.987Z[verify-libraries] Compiling p256 v0.14.0
60592026-09-11T19:39:53.988Z[ recovery-image] Sep 11 19:39:53.199 INFO O| Sep 11 19:39:53.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60602026-09-11T19:39:53.991Z[ recovery-image] Sep 11 19:39:53.199 INFO O| Sep 11 19:39:53.199 INFO STEP 110 (remove_files) COMPLETE
60612026-09-11T19:39:53.991Z[ recovery-image] Sep 11 19:39:53.199 INFO O| Sep 11 19:39:53.199 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-09-11T19:39:53.991Z[ recovery-image] Sep 11 19:39:53.207 INFO O| Sep 11 19:39:53.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60632026-09-11T19:39:53.992Z[ recovery-image] Sep 11 19:39:53.207 INFO O| Sep 11 19:39:53.207 INFO STEP 111 (remove_files) COMPLETE
60642026-09-11T19:39:53.992Z[ recovery-image] Sep 11 19:39:53.207 INFO O| Sep 11 19:39:53.207 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-09-11T19:39:54.004Z[ recovery-image] Sep 11 19:39:53.218 INFO O| Sep 11 19:39:53.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60662026-09-11T19:39:54.004Z[ recovery-image] Sep 11 19:39:53.218 INFO O| Sep 11 19:39:53.218 INFO STEP 112 (remove_files) COMPLETE
60672026-09-11T19:39:54.004Z[ recovery-image] Sep 11 19:39:53.218 INFO O| Sep 11 19:39:53.218 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-09-11T19:39:54.004Z[verify-libraries] Compiling p521 v0.14.0
60692026-09-11T19:39:54.004Z[ recovery-image] Sep 11 19:39:53.230 INFO O| Sep 11 19:39:53.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60702026-09-11T19:39:54.004Z[ recovery-image] Sep 11 19:39:53.230 INFO O| Sep 11 19:39:53.230 INFO STEP 113 (remove_files) COMPLETE
60712026-09-11T19:39:54.004Z[ recovery-image] Sep 11 19:39:53.230 INFO O| Sep 11 19:39:53.230 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-09-11T19:39:54.011Z[ recovery-image] Sep 11 19:39:53.239 INFO O| Sep 11 19:39:53.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60732026-09-11T19:39:54.012Z[ recovery-image] Sep 11 19:39:53.239 INFO O| Sep 11 19:39:53.239 INFO STEP 114 (remove_files) COMPLETE
60742026-09-11T19:39:54.012Z[ recovery-image] Sep 11 19:39:53.239 INFO O| Sep 11 19:39:53.239 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-09-11T19:39:54.025Z[ recovery-image] Sep 11 19:39:53.259 INFO O| Sep 11 19:39:53.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60762026-09-11T19:39:54.025Z[ recovery-image] Sep 11 19:39:53.259 INFO O| Sep 11 19:39:53.259 INFO STEP 115 (remove_files) COMPLETE
60772026-09-11T19:39:54.026Z[ recovery-image] Sep 11 19:39:53.259 INFO O| Sep 11 19:39:53.259 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-09-11T19:39:54.036Z[ recovery-image] Sep 11 19:39:53.269 INFO O| Sep 11 19:39:53.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60792026-09-11T19:39:54.036Z[ recovery-image] Sep 11 19:39:53.269 INFO O| Sep 11 19:39:53.269 INFO STEP 116 (remove_files) COMPLETE
60802026-09-11T19:39:54.040Z[ recovery-image] Sep 11 19:39:53.269 INFO O| Sep 11 19:39:53.269 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-09-11T19:39:54.047Z[ recovery-image] Sep 11 19:39:53.280 INFO O| Sep 11 19:39:53.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60822026-09-11T19:39:54.047Z[ recovery-image] Sep 11 19:39:53.280 INFO O| Sep 11 19:39:53.280 INFO STEP 117 (remove_files) COMPLETE
60832026-09-11T19:39:54.047Z[ recovery-image] Sep 11 19:39:53.280 INFO O| Sep 11 19:39:53.280 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-09-11T19:39:54.060Z[ recovery-image] Sep 11 19:39:53.291 INFO O| Sep 11 19:39:53.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60852026-09-11T19:39:54.060Z[ recovery-image] Sep 11 19:39:53.291 INFO O| Sep 11 19:39:53.291 INFO STEP 118 (remove_files) COMPLETE
60862026-09-11T19:39:54.064Z[ recovery-image] Sep 11 19:39:53.291 INFO O| Sep 11 19:39:53.291 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-09-11T19:39:54.068Z[ recovery-image] Sep 11 19:39:53.301 INFO O| Sep 11 19:39:53.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60882026-09-11T19:39:54.069Z[ recovery-image] Sep 11 19:39:53.301 INFO O| Sep 11 19:39:53.301 INFO STEP 119 (remove_files) COMPLETE
60892026-09-11T19:39:54.069Z[ recovery-image] Sep 11 19:39:53.301 INFO O| Sep 11 19:39:53.301 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-09-11T19:39:54.076Z[ recovery-image] Sep 11 19:39:53.310 INFO O| Sep 11 19:39:53.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60912026-09-11T19:39:54.076Z[ recovery-image] Sep 11 19:39:53.310 INFO O| Sep 11 19:39:53.310 INFO STEP 120 (remove_files) COMPLETE
60922026-09-11T19:39:54.077Z[ recovery-image] Sep 11 19:39:53.310 INFO O| Sep 11 19:39:53.310 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-11T19:39:54.110Z[ recovery-image] Sep 11 19:39:53.319 INFO O| Sep 11 19:39:53.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60942026-09-11T19:39:54.110Z[ recovery-image] Sep 11 19:39:53.319 INFO O| Sep 11 19:39:53.319 INFO STEP 121 (remove_files) COMPLETE
60952026-09-11T19:39:54.110Z[ recovery-image] Sep 11 19:39:53.319 INFO O| Sep 11 19:39:53.319 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-11T19:39:54.117Z[ recovery-image] Sep 11 19:39:53.328 INFO O| Sep 11 19:39:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60972026-09-11T19:39:54.117Z[ recovery-image] Sep 11 19:39:53.328 INFO O| Sep 11 19:39:53.328 INFO STEP 122 (remove_files) COMPLETE
60982026-09-11T19:39:54.117Z[ recovery-image] Sep 11 19:39:53.328 INFO O| Sep 11 19:39:53.328 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-11T19:39:54.117Z[ recovery-image] Sep 11 19:39:53.339 INFO O| Sep 11 19:39:53.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
61002026-09-11T19:39:54.117Z[ recovery-image] Sep 11 19:39:53.339 INFO O| Sep 11 19:39:53.339 INFO STEP 123 (remove_files) COMPLETE
61012026-09-11T19:39:54.117Z[ recovery-image] Sep 11 19:39:53.339 INFO O| Sep 11 19:39:53.339 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-09-11T19:39:54.118Z[ recovery-image] Sep 11 19:39:53.350 INFO O| Sep 11 19:39:53.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
61032026-09-11T19:39:54.118Z[ recovery-image] Sep 11 19:39:53.350 INFO O| Sep 11 19:39:53.350 INFO STEP 124 (remove_files) COMPLETE
61042026-09-11T19:39:54.118Z[ recovery-image] Sep 11 19:39:53.350 INFO O| Sep 11 19:39:53.350 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-09-11T19:39:54.128Z[ recovery-image] Sep 11 19:39:53.359 INFO O| Sep 11 19:39:53.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
61062026-09-11T19:39:54.128Z[ recovery-image] Sep 11 19:39:53.359 INFO O| Sep 11 19:39:53.359 INFO STEP 125 (remove_files) COMPLETE
61072026-09-11T19:39:54.132Z[ recovery-image] Sep 11 19:39:53.359 INFO O| Sep 11 19:39:53.359 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-09-11T19:39:54.146Z[ recovery-image] Sep 11 19:39:53.369 INFO O| Sep 11 19:39:53.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61092026-09-11T19:39:54.146Z[ recovery-image] Sep 11 19:39:53.369 INFO O| Sep 11 19:39:53.369 INFO STEP 126 (remove_files) COMPLETE
61102026-09-11T19:39:54.146Z[ recovery-image] Sep 11 19:39:53.369 INFO O| Sep 11 19:39:53.369 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-09-11T19:39:54.150Z[ recovery-image] Sep 11 19:39:53.379 INFO O| Sep 11 19:39:53.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
61122026-09-11T19:39:54.150Z[ recovery-image] Sep 11 19:39:53.379 INFO O| Sep 11 19:39:53.379 INFO STEP 127 (remove_files) COMPLETE
61132026-09-11T19:39:54.150Z[ recovery-image] Sep 11 19:39:53.379 INFO O| Sep 11 19:39:53.379 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-09-11T19:39:54.156Z[ recovery-image] Sep 11 19:39:53.389 INFO O| Sep 11 19:39:53.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
61152026-09-11T19:39:54.156Z[ recovery-image] Sep 11 19:39:53.389 INFO O| Sep 11 19:39:53.389 INFO STEP 128 (remove_files) COMPLETE
61162026-09-11T19:39:54.157Z[ recovery-image] Sep 11 19:39:53.389 INFO O| Sep 11 19:39:53.389 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-09-11T19:39:54.175Z[ recovery-image] Sep 11 19:39:53.399 INFO O| Sep 11 19:39:53.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
61182026-09-11T19:39:54.175Z[ recovery-image] Sep 11 19:39:53.399 INFO O| Sep 11 19:39:53.399 INFO STEP 129 (remove_files) COMPLETE
61192026-09-11T19:39:54.175Z[ recovery-image] Sep 11 19:39:53.399 INFO O| Sep 11 19:39:53.399 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-09-11T19:39:54.186Z[ recovery-image] Sep 11 19:39:53.409 INFO O| Sep 11 19:39:53.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
61212026-09-11T19:39:54.187Z[ recovery-image] Sep 11 19:39:53.409 INFO O| Sep 11 19:39:53.409 INFO STEP 130 (remove_files) COMPLETE
61222026-09-11T19:39:54.187Z[ recovery-image] Sep 11 19:39:53.409 INFO O| Sep 11 19:39:53.409 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-09-11T19:39:54.191Z[ recovery-image] Sep 11 19:39:53.417 INFO O| Sep 11 19:39:53.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
61242026-09-11T19:39:54.191Z[ recovery-image] Sep 11 19:39:53.417 INFO O| Sep 11 19:39:53.417 INFO STEP 131 (remove_files) COMPLETE
61252026-09-11T19:39:54.192Z[ recovery-image] Sep 11 19:39:53.417 INFO O| Sep 11 19:39:53.417 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-09-11T19:39:54.201Z[ recovery-image] Sep 11 19:39:53.426 INFO O| Sep 11 19:39:53.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
61272026-09-11T19:39:54.201Z[ recovery-image] Sep 11 19:39:53.427 INFO O| Sep 11 19:39:53.426 INFO STEP 132 (remove_files) COMPLETE
61282026-09-11T19:39:54.201Z[ recovery-image] Sep 11 19:39:53.427 INFO O| Sep 11 19:39:53.427 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-09-11T19:39:54.208Z[ recovery-image] Sep 11 19:39:53.436 INFO O| Sep 11 19:39:53.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
61302026-09-11T19:39:54.208Z[ recovery-image] Sep 11 19:39:53.436 INFO O| Sep 11 19:39:53.436 INFO STEP 133 (remove_files) COMPLETE
61312026-09-11T19:39:54.208Z[ recovery-image] Sep 11 19:39:53.436 INFO O| Sep 11 19:39:53.436 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.445 INFO O| Sep 11 19:39:53.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
61332026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.446 INFO O| Sep 11 19:39:53.445 INFO STEP 134 (remove_files) COMPLETE
61342026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.446 INFO O| Sep 11 19:39:53.445 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.454 INFO O| Sep 11 19:39:53.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
61362026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.454 INFO O| Sep 11 19:39:53.454 INFO STEP 135 (remove_files) COMPLETE
61372026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.454 INFO O| Sep 11 19:39:53.454 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-09-11T19:39:54.242Z[ recovery-image] Sep 11 19:39:53.467 INFO O| Sep 11 19:39:53.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61392026-09-11T19:39:54.243Z[ recovery-image] Sep 11 19:39:53.467 INFO O| Sep 11 19:39:53.466 INFO STEP 136 (remove_files) COMPLETE
61402026-09-11T19:39:54.243Z[ recovery-image] Sep 11 19:39:53.467 INFO O| Sep 11 19:39:53.466 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-09-11T19:39:54.247Z[ recovery-image] Sep 11 19:39:53.477 INFO O| Sep 11 19:39:53.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61422026-09-11T19:39:54.247Z[ recovery-image] Sep 11 19:39:53.477 INFO O| Sep 11 19:39:53.477 INFO STEP 137 (remove_files) COMPLETE
61432026-09-11T19:39:54.247Z[ recovery-image] Sep 11 19:39:53.477 INFO O| Sep 11 19:39:53.477 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-09-11T19:39:54.267Z[ recovery-image] Sep 11 19:39:53.486 INFO O| Sep 11 19:39:53.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61452026-09-11T19:39:54.267Z[ recovery-image] Sep 11 19:39:53.486 INFO O| Sep 11 19:39:53.486 INFO STEP 138 (remove_files) COMPLETE
61462026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.486 INFO O| Sep 11 19:39:53.486 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.495 INFO O| Sep 11 19:39:53.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61482026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.495 INFO O| Sep 11 19:39:53.495 INFO STEP 139 (remove_files) COMPLETE
61492026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.495 INFO O| Sep 11 19:39:53.495 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.506 INFO O| Sep 11 19:39:53.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61512026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.506 INFO O| Sep 11 19:39:53.505 INFO STEP 140 (remove_files) COMPLETE
61522026-09-11T19:39:54.295Z[ recovery-image] Sep 11 19:39:53.506 INFO O| Sep 11 19:39:53.505 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-09-11T19:39:54.303Z[ recovery-image] Sep 11 19:39:53.515 INFO O| Sep 11 19:39:53.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61542026-09-11T19:39:54.303Z[ recovery-image] Sep 11 19:39:53.515 INFO O| Sep 11 19:39:53.515 INFO STEP 141 (remove_files) COMPLETE
61552026-09-11T19:39:54.304Z[ recovery-image] Sep 11 19:39:53.515 INFO O| Sep 11 19:39:53.515 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-09-11T19:39:54.304Z[ recovery-image] Sep 11 19:39:53.525 INFO O| Sep 11 19:39:53.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61572026-09-11T19:39:54.304Z[ recovery-image] Sep 11 19:39:53.525 INFO O| Sep 11 19:39:53.525 INFO STEP 142 (remove_files) COMPLETE
61582026-09-11T19:39:54.305Z[ recovery-image] Sep 11 19:39:53.525 INFO O| Sep 11 19:39:53.525 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-09-11T19:39:54.321Z[ recovery-image] Sep 11 19:39:53.535 INFO O| Sep 11 19:39:53.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61602026-09-11T19:39:54.321Z[ recovery-image] Sep 11 19:39:53.535 INFO O| Sep 11 19:39:53.535 INFO STEP 143 (remove_files) COMPLETE
61612026-09-11T19:39:54.321Z[ recovery-image] Sep 11 19:39:53.535 INFO O| Sep 11 19:39:53.535 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-09-11T19:39:54.331Z[ recovery-image] Sep 11 19:39:53.544 INFO O| Sep 11 19:39:53.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61632026-09-11T19:39:54.331Z[ recovery-image] Sep 11 19:39:53.545 INFO O| Sep 11 19:39:53.545 INFO STEP 144 (remove_files) COMPLETE
61642026-09-11T19:39:54.332Z[ recovery-image] Sep 11 19:39:53.545 INFO O| Sep 11 19:39:53.545 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-09-11T19:39:54.332Z[ recovery-image] Sep 11 19:39:53.553 INFO O| Sep 11 19:39:53.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61662026-09-11T19:39:54.332Z[ recovery-image] Sep 11 19:39:53.554 INFO O| Sep 11 19:39:53.554 INFO STEP 145 (remove_files) COMPLETE
61672026-09-11T19:39:54.332Z[ recovery-image] Sep 11 19:39:53.554 INFO O| Sep 11 19:39:53.554 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-09-11T19:39:54.347Z[ recovery-image] Sep 11 19:39:53.563 INFO O| Sep 11 19:39:53.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61692026-09-11T19:39:54.347Z[ recovery-image] Sep 11 19:39:53.563 INFO O| Sep 11 19:39:53.563 INFO STEP 146 (remove_files) COMPLETE
61702026-09-11T19:39:54.347Z[ recovery-image] Sep 11 19:39:53.563 INFO O| Sep 11 19:39:53.563 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-09-11T19:39:54.358Z[ recovery-image] Sep 11 19:39:53.573 INFO O| Sep 11 19:39:53.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61722026-09-11T19:39:54.358Z[ recovery-image] Sep 11 19:39:53.573 INFO O| Sep 11 19:39:53.573 INFO STEP 147 (remove_files) COMPLETE
61732026-09-11T19:39:54.358Z[ recovery-image] Sep 11 19:39:53.573 INFO O| Sep 11 19:39:53.573 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-09-11T19:39:54.358Z[ recovery-image] Sep 11 19:39:53.582 INFO O| Sep 11 19:39:53.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61752026-09-11T19:39:54.358Z[ recovery-image] Sep 11 19:39:53.582 INFO O| Sep 11 19:39:53.582 INFO STEP 148 (remove_files) COMPLETE
61762026-09-11T19:39:54.358Z[ recovery-image] Sep 11 19:39:53.582 INFO O| Sep 11 19:39:53.582 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-09-11T19:39:54.358Z[verify-libraries] Compiling sha3 v0.11.0
61782026-09-11T19:39:54.364Z[ recovery-image] Sep 11 19:39:53.592 INFO O| Sep 11 19:39:53.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61792026-09-11T19:39:54.364Z[ recovery-image] Sep 11 19:39:53.592 INFO O| Sep 11 19:39:53.592 INFO STEP 149 (remove_files) COMPLETE
61802026-09-11T19:39:54.364Z[ recovery-image] Sep 11 19:39:53.592 INFO O| Sep 11 19:39:53.592 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-11T19:39:54.373Z[ recovery-image] Sep 11 19:39:53.602 INFO O| Sep 11 19:39:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61822026-09-11T19:39:54.373Z[ recovery-image] Sep 11 19:39:53.602 INFO O| Sep 11 19:39:53.602 INFO STEP 150 (remove_files) COMPLETE
61832026-09-11T19:39:54.373Z[ recovery-image] Sep 11 19:39:53.602 INFO O| Sep 11 19:39:53.602 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-11T19:39:54.385Z[ recovery-image] Sep 11 19:39:53.615 INFO O| Sep 11 19:39:53.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61852026-09-11T19:39:54.385Z[ recovery-image] Sep 11 19:39:53.616 INFO O| Sep 11 19:39:53.615 INFO STEP 151 (remove_files) COMPLETE
61862026-09-11T19:39:54.395Z[ recovery-image] Sep 11 19:39:53.616 INFO O| Sep 11 19:39:53.615 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-11T19:39:54.401Z[ recovery-image] Sep 11 19:39:53.626 INFO O| Sep 11 19:39:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61882026-09-11T19:39:54.401Z[ recovery-image] Sep 11 19:39:53.627 INFO O| Sep 11 19:39:53.626 INFO STEP 152 (remove_files) COMPLETE
61892026-09-11T19:39:54.401Z[ recovery-image] Sep 11 19:39:53.627 INFO O| Sep 11 19:39:53.626 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-11T19:39:54.408Z[ recovery-image] Sep 11 19:39:53.637 INFO O| Sep 11 19:39:53.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61912026-09-11T19:39:54.408Z[ recovery-image] Sep 11 19:39:53.637 INFO O| Sep 11 19:39:53.637 INFO STEP 153 (remove_files) COMPLETE
61922026-09-11T19:39:54.408Z[ recovery-image] Sep 11 19:39:53.637 INFO O| Sep 11 19:39:53.637 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-11T19:39:54.415Z[ recovery-image] Sep 11 19:39:53.646 INFO O| Sep 11 19:39:53.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61942026-09-11T19:39:54.415Z[ recovery-image] Sep 11 19:39:53.646 INFO O| Sep 11 19:39:53.646 INFO STEP 154 (remove_files) COMPLETE
61952026-09-11T19:39:54.415Z[ recovery-image] Sep 11 19:39:53.646 INFO O| Sep 11 19:39:53.646 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-11T19:39:54.425Z[ recovery-image] Sep 11 19:39:53.655 INFO O| Sep 11 19:39:53.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61972026-09-11T19:39:54.425Z[ recovery-image] Sep 11 19:39:53.656 INFO O| Sep 11 19:39:53.655 INFO STEP 155 (remove_files) COMPLETE
61982026-09-11T19:39:54.429Z[ recovery-image] Sep 11 19:39:53.656 INFO O| Sep 11 19:39:53.655 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-11T19:39:54.434Z[ recovery-image] Sep 11 19:39:53.666 INFO O| Sep 11 19:39:53.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
62002026-09-11T19:39:54.434Z[ recovery-image] Sep 11 19:39:53.666 INFO O| Sep 11 19:39:53.666 INFO STEP 156 (remove_files) COMPLETE
62012026-09-11T19:39:54.434Z[ recovery-image] Sep 11 19:39:53.666 INFO O| Sep 11 19:39:53.666 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-11T19:39:54.450Z[ recovery-image] Sep 11 19:39:53.676 INFO O| Sep 11 19:39:53.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
62032026-09-11T19:39:54.450Z[ recovery-image] Sep 11 19:39:53.677 INFO O| Sep 11 19:39:53.676 INFO STEP 157 (remove_files) COMPLETE
62042026-09-11T19:39:54.451Z[ recovery-image] Sep 11 19:39:53.677 INFO O| Sep 11 19:39:53.676 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-11T19:39:54.459Z[ recovery-image] Sep 11 19:39:53.686 INFO O| Sep 11 19:39:53.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
62062026-09-11T19:39:54.460Z[ recovery-image] Sep 11 19:39:53.686 INFO O| Sep 11 19:39:53.686 INFO STEP 158 (remove_files) COMPLETE
62072026-09-11T19:39:54.460Z[ recovery-image] Sep 11 19:39:53.686 INFO O| Sep 11 19:39:53.686 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-11T19:39:54.478Z[ recovery-image] Sep 11 19:39:53.696 INFO O| Sep 11 19:39:53.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62092026-09-11T19:39:54.478Z[ recovery-image] Sep 11 19:39:53.696 INFO O| Sep 11 19:39:53.696 INFO STEP 159 (remove_files) COMPLETE
62102026-09-11T19:39:54.478Z[ recovery-image] Sep 11 19:39:53.696 INFO O| Sep 11 19:39:53.696 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-11T19:39:54.484Z[ recovery-image] Sep 11 19:39:53.706 INFO O| Sep 11 19:39:53.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62122026-09-11T19:39:54.484Z[ recovery-image] Sep 11 19:39:53.706 INFO O| Sep 11 19:39:53.706 INFO STEP 160 (remove_files) COMPLETE
62132026-09-11T19:39:54.484Z[ recovery-image] Sep 11 19:39:53.706 INFO O| Sep 11 19:39:53.706 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-11T19:39:54.484Z[ recovery-image] Sep 11 19:39:53.716 INFO O| Sep 11 19:39:53.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
62152026-09-11T19:39:54.484Z[ recovery-image] Sep 11 19:39:53.716 INFO O| Sep 11 19:39:53.716 INFO STEP 161 (remove_files) COMPLETE
62162026-09-11T19:39:54.484Z[ recovery-image] Sep 11 19:39:53.716 INFO O| Sep 11 19:39:53.716 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-11T19:39:54.495Z[ recovery-image] Sep 11 19:39:53.726 INFO O| Sep 11 19:39:53.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
62182026-09-11T19:39:54.495Z[ recovery-image] Sep 11 19:39:53.726 INFO O| Sep 11 19:39:53.726 INFO STEP 162 (remove_files) COMPLETE
62192026-09-11T19:39:54.495Z[ recovery-image] Sep 11 19:39:53.726 INFO O| Sep 11 19:39:53.726 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-11T19:39:54.507Z[ recovery-image] Sep 11 19:39:53.735 INFO O| Sep 11 19:39:53.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
62212026-09-11T19:39:54.507Z[ recovery-image] Sep 11 19:39:53.735 INFO O| Sep 11 19:39:53.735 INFO STEP 163 (remove_files) COMPLETE
62222026-09-11T19:39:54.507Z[ recovery-image] Sep 11 19:39:53.735 INFO O| Sep 11 19:39:53.735 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-11T19:39:54.512Z[ recovery-image] Sep 11 19:39:53.742 INFO O| Sep 11 19:39:53.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
62242026-09-11T19:39:54.512Z[ recovery-image] Sep 11 19:39:53.742 INFO O| Sep 11 19:39:53.742 INFO STEP 164 (remove_files) COMPLETE
62252026-09-11T19:39:54.512Z[ recovery-image] Sep 11 19:39:53.742 INFO O| Sep 11 19:39:53.742 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-11T19:39:54.516Z[ recovery-image] Sep 11 19:39:53.750 INFO O| Sep 11 19:39:53.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
62272026-09-11T19:39:54.516Z[ recovery-image] Sep 11 19:39:53.750 INFO O| Sep 11 19:39:53.750 INFO STEP 165 (remove_files) COMPLETE
62282026-09-11T19:39:54.516Z[ recovery-image] Sep 11 19:39:53.750 INFO O| Sep 11 19:39:53.750 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-11T19:39:54.529Z[ recovery-image] Sep 11 19:39:53.758 INFO O| Sep 11 19:39:53.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
62302026-09-11T19:39:54.529Z[ recovery-image] Sep 11 19:39:53.758 INFO O| Sep 11 19:39:53.758 INFO STEP 166 (remove_files) COMPLETE
62312026-09-11T19:39:54.530Z[ recovery-image] Sep 11 19:39:53.758 INFO O| Sep 11 19:39:53.758 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-11T19:39:54.546Z[ recovery-image] Sep 11 19:39:53.766 INFO O| Sep 11 19:39:53.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
62332026-09-11T19:39:54.546Z[ recovery-image] Sep 11 19:39:53.766 INFO O| Sep 11 19:39:53.766 INFO STEP 167 (remove_files) COMPLETE
62342026-09-11T19:39:54.546Z[ recovery-image] Sep 11 19:39:53.766 INFO O| Sep 11 19:39:53.766 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-11T19:39:54.584Z[ recovery-image] Sep 11 19:39:53.775 INFO O| Sep 11 19:39:53.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
62362026-09-11T19:39:54.584Z[ recovery-image] Sep 11 19:39:53.775 INFO O| Sep 11 19:39:53.775 INFO STEP 168 (remove_files) COMPLETE
62372026-09-11T19:39:54.584Z[ recovery-image] Sep 11 19:39:53.775 INFO O| Sep 11 19:39:53.775 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-11T19:39:54.585Z[ recovery-image] Sep 11 19:39:53.785 INFO O| Sep 11 19:39:53.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62392026-09-11T19:39:54.585Z[ recovery-image] Sep 11 19:39:53.785 INFO O| Sep 11 19:39:53.785 INFO STEP 169 (remove_files) COMPLETE
62402026-09-11T19:39:54.585Z[ recovery-image] Sep 11 19:39:53.785 INFO O| Sep 11 19:39:53.785 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.794 INFO O| Sep 11 19:39:53.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62422026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.794 INFO O| Sep 11 19:39:53.794 INFO STEP 170 (remove_files) COMPLETE
62432026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.794 INFO O| Sep 11 19:39:53.794 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.802 INFO O| Sep 11 19:39:53.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62452026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.802 INFO O| Sep 11 19:39:53.802 INFO STEP 171 (remove_files) COMPLETE
62462026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.802 INFO O| Sep 11 19:39:53.802 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.810 INFO O| Sep 11 19:39:53.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62482026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.810 INFO O| Sep 11 19:39:53.810 INFO STEP 172 (remove_files) COMPLETE
62492026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.811 INFO O| Sep 11 19:39:53.810 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.818 INFO O| Sep 11 19:39:53.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62512026-09-11T19:39:54.609Z[ recovery-image] Sep 11 19:39:53.818 INFO O| Sep 11 19:39:53.818 INFO STEP 173 (remove_files) COMPLETE
62522026-09-11T19:39:54.610Z[ recovery-image] Sep 11 19:39:53.818 INFO O| Sep 11 19:39:53.818 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-11T19:39:54.610Z[ recovery-image] Sep 11 19:39:53.827 INFO O| Sep 11 19:39:53.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62542026-09-11T19:39:54.610Z[ recovery-image] Sep 11 19:39:53.827 INFO O| Sep 11 19:39:53.827 INFO STEP 174 (remove_files) COMPLETE
62552026-09-11T19:39:54.610Z[ recovery-image] Sep 11 19:39:53.827 INFO O| Sep 11 19:39:53.827 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-11T19:39:54.650Z[ recovery-image] Sep 11 19:39:53.839 INFO O| Sep 11 19:39:53.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62572026-09-11T19:39:54.650Z[ recovery-image] Sep 11 19:39:53.839 INFO O| Sep 11 19:39:53.839 INFO STEP 175 (remove_files) COMPLETE
62582026-09-11T19:39:54.650Z[ recovery-image] Sep 11 19:39:53.839 INFO O| Sep 11 19:39:53.839 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-11T19:39:54.650Z[ recovery-image] Sep 11 19:39:53.849 INFO O| Sep 11 19:39:53.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62602026-09-11T19:39:54.650Z[ recovery-image] Sep 11 19:39:53.849 INFO O| Sep 11 19:39:53.849 INFO STEP 176 (remove_files) COMPLETE
62612026-09-11T19:39:54.651Z[ recovery-image] Sep 11 19:39:53.849 INFO O| Sep 11 19:39:53.849 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-11T19:39:54.674Z[ recovery-image] Sep 11 19:39:53.861 INFO O| Sep 11 19:39:53.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62632026-09-11T19:39:54.674Z[ recovery-image] Sep 11 19:39:53.861 INFO O| Sep 11 19:39:53.861 INFO STEP 177 (remove_files) COMPLETE
62642026-09-11T19:39:54.674Z[ recovery-image] Sep 11 19:39:53.861 INFO O| Sep 11 19:39:53.861 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-11T19:39:54.674Z[ recovery-image] Sep 11 19:39:53.872 INFO O| Sep 11 19:39:53.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62662026-09-11T19:39:54.674Z[ recovery-image] Sep 11 19:39:53.873 INFO O| Sep 11 19:39:53.873 INFO STEP 178 (remove_files) COMPLETE
62672026-09-11T19:39:54.674Z[ recovery-image] Sep 11 19:39:53.873 INFO O| Sep 11 19:39:53.873 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-11T19:39:54.675Z[ recovery-image] Sep 11 19:39:53.881 INFO O| Sep 11 19:39:53.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62692026-09-11T19:39:54.675Z[ recovery-image] Sep 11 19:39:53.882 INFO O| Sep 11 19:39:53.882 INFO STEP 179 (remove_files) COMPLETE
62702026-09-11T19:39:54.675Z[ recovery-image] Sep 11 19:39:53.882 INFO O| Sep 11 19:39:53.882 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-11T19:39:54.701Z[ recovery-image] Sep 11 19:39:53.891 INFO O| Sep 11 19:39:53.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62722026-09-11T19:39:54.701Z[ recovery-image] Sep 11 19:39:53.891 INFO O| Sep 11 19:39:53.891 INFO STEP 180 (remove_files) COMPLETE
62732026-09-11T19:39:54.701Z[ recovery-image] Sep 11 19:39:53.891 INFO O| Sep 11 19:39:53.891 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-11T19:39:54.701Z[ recovery-image] Sep 11 19:39:53.899 INFO O| Sep 11 19:39:53.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62752026-09-11T19:39:54.701Z[ recovery-image] Sep 11 19:39:53.899 INFO O| Sep 11 19:39:53.899 INFO STEP 181 (remove_files) COMPLETE
62762026-09-11T19:39:54.701Z[ recovery-image] Sep 11 19:39:53.899 INFO O| Sep 11 19:39:53.899 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-11T19:39:54.702Z[ recovery-image] Sep 11 19:39:53.907 INFO O| Sep 11 19:39:53.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62782026-09-11T19:39:54.702Z[ recovery-image] Sep 11 19:39:53.907 INFO O| Sep 11 19:39:53.907 INFO STEP 182 (remove_files) COMPLETE
62792026-09-11T19:39:54.702Z[ recovery-image] Sep 11 19:39:53.907 INFO O| Sep 11 19:39:53.907 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-11T19:39:54.702Z[ recovery-image] Sep 11 19:39:53.915 INFO O| Sep 11 19:39:53.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62812026-09-11T19:39:54.702Z[ recovery-image] Sep 11 19:39:53.915 INFO O| Sep 11 19:39:53.915 INFO STEP 183 (remove_files) COMPLETE
62822026-09-11T19:39:54.702Z[ recovery-image] Sep 11 19:39:53.915 INFO O| Sep 11 19:39:53.915 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-11T19:39:54.724Z[ recovery-image] Sep 11 19:39:53.922 INFO O| Sep 11 19:39:53.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62842026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.922 INFO O| Sep 11 19:39:53.922 INFO STEP 184 (remove_files) COMPLETE
62852026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.922 INFO O| Sep 11 19:39:53.922 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-09-11T19:39:54.725Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
62872026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.930 INFO O| Sep 11 19:39:53.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62882026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.930 INFO O| Sep 11 19:39:53.930 INFO STEP 185 (remove_files) COMPLETE
62892026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.930 INFO O| Sep 11 19:39:53.930 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.937 INFO O| Sep 11 19:39:53.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62912026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.938 INFO O| Sep 11 19:39:53.938 INFO STEP 186 (remove_files) COMPLETE
62922026-09-11T19:39:54.725Z[ recovery-image] Sep 11 19:39:53.938 INFO O| Sep 11 19:39:53.938 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-11T19:39:54.739Z[ recovery-image] Sep 11 19:39:53.945 INFO O| Sep 11 19:39:53.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62942026-09-11T19:39:54.739Z[ recovery-image] Sep 11 19:39:53.945 INFO O| Sep 11 19:39:53.945 INFO STEP 187 (remove_files) COMPLETE
62952026-09-11T19:39:54.739Z[ recovery-image] Sep 11 19:39:53.945 INFO O| Sep 11 19:39:53.945 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-11T19:39:54.740Z[ recovery-image] Sep 11 19:39:53.954 INFO O| Sep 11 19:39:53.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62972026-09-11T19:39:54.740Z[ recovery-image] Sep 11 19:39:53.954 INFO O| Sep 11 19:39:53.953 INFO STEP 188 (remove_files) COMPLETE
62982026-09-11T19:39:54.740Z[ recovery-image] Sep 11 19:39:53.954 INFO O| Sep 11 19:39:53.953 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-11T19:39:54.740Z[ recovery-image] Sep 11 19:39:53.962 INFO O| Sep 11 19:39:53.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
63002026-09-11T19:39:54.740Z[ recovery-image] Sep 11 19:39:53.963 INFO O| Sep 11 19:39:53.962 INFO STEP 189 (remove_files) COMPLETE
63012026-09-11T19:39:54.740Z[ recovery-image] Sep 11 19:39:53.963 INFO O| Sep 11 19:39:53.963 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-11T19:39:54.745Z[ recovery-image] Sep 11 19:39:53.971 INFO O| Sep 11 19:39:53.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
63032026-09-11T19:39:54.745Z[ recovery-image] Sep 11 19:39:53.971 INFO O| Sep 11 19:39:53.971 INFO STEP 190 (remove_files) COMPLETE
63042026-09-11T19:39:54.745Z[ recovery-image] Sep 11 19:39:53.971 INFO O| Sep 11 19:39:53.971 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-11T19:39:54.755Z[ recovery-image] Sep 11 19:39:53.980 INFO O| Sep 11 19:39:53.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
63062026-09-11T19:39:54.755Z[ recovery-image] Sep 11 19:39:53.980 INFO O| Sep 11 19:39:53.980 INFO STEP 191 (remove_files) COMPLETE
63072026-09-11T19:39:54.755Z[ recovery-image] Sep 11 19:39:53.980 INFO O| Sep 11 19:39:53.980 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-11T19:39:54.761Z[ recovery-image] Sep 11 19:39:53.989 INFO O| Sep 11 19:39:53.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63092026-09-11T19:39:54.761Z[ recovery-image] Sep 11 19:39:53.989 INFO O| Sep 11 19:39:53.989 INFO STEP 192 (remove_files) COMPLETE
63102026-09-11T19:39:54.761Z[ recovery-image] Sep 11 19:39:53.989 INFO O| Sep 11 19:39:53.989 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-11T19:39:54.766Z[ recovery-image] Sep 11 19:39:53.999 INFO O| Sep 11 19:39:53.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63122026-09-11T19:39:54.766Z[ recovery-image] Sep 11 19:39:53.999 INFO O| Sep 11 19:39:53.999 INFO STEP 193 (remove_files) COMPLETE
63132026-09-11T19:39:54.766Z[ recovery-image] Sep 11 19:39:53.999 INFO O| Sep 11 19:39:53.999 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-11T19:39:54.784Z[ recovery-image] Sep 11 19:39:54.009 INFO O| Sep 11 19:39:54.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
63152026-09-11T19:39:54.784Z[ recovery-image] Sep 11 19:39:54.009 INFO O| Sep 11 19:39:54.009 INFO STEP 194 (remove_files) COMPLETE
63162026-09-11T19:39:54.785Z[ recovery-image] Sep 11 19:39:54.009 INFO O| Sep 11 19:39:54.009 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-11T19:39:54.789Z[ recovery-image] Sep 11 19:39:54.019 INFO O| Sep 11 19:39:54.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
63182026-09-11T19:39:54.789Z[ recovery-image] Sep 11 19:39:54.019 INFO O| Sep 11 19:39:54.019 INFO STEP 195 (remove_files) COMPLETE
63192026-09-11T19:39:54.789Z[ recovery-image] Sep 11 19:39:54.019 INFO O| Sep 11 19:39:54.019 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-11T19:39:54.802Z[ recovery-image] Sep 11 19:39:54.028 INFO O| Sep 11 19:39:54.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
63212026-09-11T19:39:54.803Z[ recovery-image] Sep 11 19:39:54.028 INFO O| Sep 11 19:39:54.028 INFO STEP 196 (remove_files) COMPLETE
63222026-09-11T19:39:54.809Z[ recovery-image] Sep 11 19:39:54.028 INFO O| Sep 11 19:39:54.028 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-11T19:39:54.818Z[ recovery-image] Sep 11 19:39:54.049 INFO O| Sep 11 19:39:54.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
63242026-09-11T19:39:54.818Z[ recovery-image] Sep 11 19:39:54.049 INFO O| Sep 11 19:39:54.049 INFO STEP 197 (remove_files) COMPLETE
63252026-09-11T19:39:54.818Z[ recovery-image] Sep 11 19:39:54.049 INFO O| Sep 11 19:39:54.049 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-11T19:39:54.840Z[ recovery-image] Sep 11 19:39:54.059 INFO O| Sep 11 19:39:54.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
63272026-09-11T19:39:54.840Z[ recovery-image] Sep 11 19:39:54.059 INFO O| Sep 11 19:39:54.059 INFO STEP 198 (remove_files) COMPLETE
63282026-09-11T19:39:54.840Z[ recovery-image] Sep 11 19:39:54.059 INFO O| Sep 11 19:39:54.059 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-11T19:39:54.851Z[ recovery-image] Sep 11 19:39:54.069 INFO O| Sep 11 19:39:54.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
63302026-09-11T19:39:54.851Z[ recovery-image] Sep 11 19:39:54.069 INFO O| Sep 11 19:39:54.069 INFO STEP 199 (remove_files) COMPLETE
63312026-09-11T19:39:54.851Z[ recovery-image] Sep 11 19:39:54.069 INFO O| Sep 11 19:39:54.069 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-11T19:39:54.852Z[ recovery-image] Sep 11 19:39:54.079 INFO O| Sep 11 19:39:54.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
63332026-09-11T19:39:54.852Z[ recovery-image] Sep 11 19:39:54.079 INFO O| Sep 11 19:39:54.079 INFO STEP 200 (remove_files) COMPLETE
63342026-09-11T19:39:54.852Z[ recovery-image] Sep 11 19:39:54.079 INFO O| Sep 11 19:39:54.079 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-11T19:39:54.858Z[ recovery-image] Sep 11 19:39:54.087 INFO O| Sep 11 19:39:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
63362026-09-11T19:39:54.859Z[ recovery-image] Sep 11 19:39:54.087 INFO O| Sep 11 19:39:54.087 INFO STEP 201 (remove_files) COMPLETE
63372026-09-11T19:39:54.859Z[ recovery-image] Sep 11 19:39:54.087 INFO O| Sep 11 19:39:54.087 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-11T19:39:54.958Z[ recovery-image] Sep 11 19:39:54.095 INFO O| Sep 11 19:39:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63392026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.095 INFO O| Sep 11 19:39:54.095 INFO STEP 202 (remove_files) COMPLETE
63402026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.095 INFO O| Sep 11 19:39:54.095 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.103 INFO O| Sep 11 19:39:54.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63422026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.103 INFO O| Sep 11 19:39:54.103 INFO STEP 203 (remove_files) COMPLETE
63432026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.103 INFO O| Sep 11 19:39:54.103 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-11T19:39:54.959Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
63452026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.113 INFO O| Sep 11 19:39:54.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63462026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.114 INFO O| Sep 11 19:39:54.114 INFO STEP 204 (remove_files) COMPLETE
63472026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.114 INFO O| Sep 11 19:39:54.114 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.123 INFO O| Sep 11 19:39:54.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63492026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.123 INFO O| Sep 11 19:39:54.123 INFO STEP 205 (remove_files) COMPLETE
63502026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.123 INFO O| Sep 11 19:39:54.123 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.132 INFO O| Sep 11 19:39:54.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63522026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.133 INFO O| Sep 11 19:39:54.132 INFO STEP 206 (remove_files) COMPLETE
63532026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.133 INFO O| Sep 11 19:39:54.133 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-09-11T19:39:54.959Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
63552026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.144 INFO O| Sep 11 19:39:54.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63562026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.144 INFO O| Sep 11 19:39:54.142 INFO STEP 207 (remove_files) COMPLETE
63572026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.144 INFO O| Sep 11 19:39:54.142 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.153 INFO O| Sep 11 19:39:54.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63592026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.153 INFO O| Sep 11 19:39:54.153 INFO STEP 208 (remove_files) COMPLETE
63602026-09-11T19:39:54.959Z[ recovery-image] Sep 11 19:39:54.153 INFO O| Sep 11 19:39:54.153 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.163 INFO O| Sep 11 19:39:54.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63622026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.163 INFO O| Sep 11 19:39:54.163 INFO STEP 209 (remove_files) COMPLETE
63632026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.163 INFO O| Sep 11 19:39:54.163 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.171 INFO O| Sep 11 19:39:54.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63652026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.172 INFO O| Sep 11 19:39:54.172 INFO STEP 210 (remove_files) COMPLETE
63662026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.172 INFO O| Sep 11 19:39:54.172 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.181 INFO O| Sep 11 19:39:54.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63682026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.181 INFO O| Sep 11 19:39:54.181 INFO STEP 211 (remove_files) COMPLETE
63692026-09-11T19:39:54.960Z[ recovery-image] Sep 11 19:39:54.181 INFO O| Sep 11 19:39:54.181 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-11T19:39:54.970Z[ recovery-image] Sep 11 19:39:54.191 INFO O| Sep 11 19:39:54.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63712026-09-11T19:39:54.970Z[ recovery-image] Sep 11 19:39:54.191 INFO O| Sep 11 19:39:54.191 INFO STEP 212 (remove_files) COMPLETE
63722026-09-11T19:39:54.970Z[ recovery-image] Sep 11 19:39:54.191 INFO O| Sep 11 19:39:54.191 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-11T19:39:54.979Z[ recovery-image] Sep 11 19:39:54.200 INFO O| Sep 11 19:39:54.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63742026-09-11T19:39:54.979Z[ recovery-image] Sep 11 19:39:54.200 INFO O| Sep 11 19:39:54.200 INFO STEP 213 (remove_files) COMPLETE
63752026-09-11T19:39:54.979Z[ recovery-image] Sep 11 19:39:54.200 INFO O| Sep 11 19:39:54.200 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-11T19:39:54.995Z[ recovery-image] Sep 11 19:39:54.208 INFO O| Sep 11 19:39:54.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63772026-09-11T19:39:54.995Z[ recovery-image] Sep 11 19:39:54.208 INFO O| Sep 11 19:39:54.208 INFO STEP 214 (remove_files) COMPLETE
63782026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.209 INFO O| Sep 11 19:39:54.208 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.217 INFO O| Sep 11 19:39:54.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63802026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.217 INFO O| Sep 11 19:39:54.217 INFO STEP 215 (remove_files) COMPLETE
63812026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.217 INFO O| Sep 11 19:39:54.217 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.225 INFO O| Sep 11 19:39:54.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63832026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.225 INFO O| Sep 11 19:39:54.225 INFO STEP 216 (remove_files) COMPLETE
63842026-09-11T19:39:54.996Z[ recovery-image] Sep 11 19:39:54.225 INFO O| Sep 11 19:39:54.225 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-11T19:39:55.006Z[ recovery-image] Sep 11 19:39:54.235 INFO O| Sep 11 19:39:54.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63862026-09-11T19:39:55.006Z[ recovery-image] Sep 11 19:39:54.235 INFO O| Sep 11 19:39:54.235 INFO STEP 217 (remove_files) COMPLETE
63872026-09-11T19:39:55.006Z[ recovery-image] Sep 11 19:39:54.235 INFO O| Sep 11 19:39:54.235 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-11T19:39:55.038Z[ recovery-image] Sep 11 19:39:54.245 INFO O| Sep 11 19:39:54.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63892026-09-11T19:39:55.038Z[ recovery-image] Sep 11 19:39:54.245 INFO O| Sep 11 19:39:54.245 INFO STEP 218 (remove_files) COMPLETE
63902026-09-11T19:39:55.038Z[ recovery-image] Sep 11 19:39:54.245 INFO O| Sep 11 19:39:54.245 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-11T19:39:55.038Z[ recovery-image] Sep 11 19:39:54.255 INFO O| Sep 11 19:39:54.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63922026-09-11T19:39:55.038Z[ recovery-image] Sep 11 19:39:54.255 INFO O| Sep 11 19:39:54.255 INFO STEP 219 (remove_files) COMPLETE
63932026-09-11T19:39:55.038Z[ recovery-image] Sep 11 19:39:54.255 INFO O| Sep 11 19:39:54.255 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-11T19:39:55.101Z[ recovery-image] Sep 11 19:39:54.264 INFO O| Sep 11 19:39:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63952026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.264 INFO O| Sep 11 19:39:54.264 INFO STEP 220 (remove_files) COMPLETE
63962026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.264 INFO O| Sep 11 19:39:54.264 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.273 INFO O| Sep 11 19:39:54.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63982026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.273 INFO O| Sep 11 19:39:54.273 INFO STEP 221 (remove_files) COMPLETE
63992026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.273 INFO O| Sep 11 19:39:54.273 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.283 INFO O| Sep 11 19:39:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
64012026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.283 INFO O| Sep 11 19:39:54.283 INFO STEP 222 (remove_files) COMPLETE
64022026-09-11T19:39:55.102Z[ recovery-image] Sep 11 19:39:54.283 INFO O| Sep 11 19:39:54.283 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-11T19:39:55.114Z[ recovery-image] Sep 11 19:39:54.292 INFO O| Sep 11 19:39:54.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
64042026-09-11T19:39:55.114Z[ recovery-image] Sep 11 19:39:54.292 INFO O| Sep 11 19:39:54.292 INFO STEP 223 (remove_files) COMPLETE
64052026-09-11T19:39:55.114Z[ recovery-image] Sep 11 19:39:54.292 INFO O| Sep 11 19:39:54.292 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-11T19:39:55.115Z[ recovery-image] Sep 11 19:39:54.301 INFO O| Sep 11 19:39:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
64072026-09-11T19:39:55.115Z[ recovery-image] Sep 11 19:39:54.301 INFO O| Sep 11 19:39:54.301 INFO STEP 224 (remove_files) COMPLETE
64082026-09-11T19:39:55.115Z[ recovery-image] Sep 11 19:39:54.301 INFO O| Sep 11 19:39:54.301 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-11T19:39:55.115Z[ recovery-image] Sep 11 19:39:54.309 INFO O| Sep 11 19:39:54.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
64102026-09-11T19:39:55.115Z[ recovery-image] Sep 11 19:39:54.309 INFO O| Sep 11 19:39:54.309 INFO STEP 225 (remove_files) COMPLETE
64112026-09-11T19:39:55.115Z[ recovery-image] Sep 11 19:39:54.309 INFO O| Sep 11 19:39:54.309 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-11T19:39:55.142Z[ recovery-image] Sep 11 19:39:54.319 INFO O| Sep 11 19:39:54.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64132026-09-11T19:39:55.142Z[ recovery-image] Sep 11 19:39:54.320 INFO O| Sep 11 19:39:54.320 INFO STEP 226 (remove_files) COMPLETE
64142026-09-11T19:39:55.142Z[ recovery-image] Sep 11 19:39:54.320 INFO O| Sep 11 19:39:54.320 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-11T19:39:55.142Z[ recovery-image] Sep 11 19:39:54.329 INFO O| Sep 11 19:39:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
64162026-09-11T19:39:55.143Z[ recovery-image] Sep 11 19:39:54.329 INFO O| Sep 11 19:39:54.329 INFO STEP 227 (remove_files) COMPLETE
64172026-09-11T19:39:55.143Z[ recovery-image] Sep 11 19:39:54.329 INFO O| Sep 11 19:39:54.329 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-11T19:39:55.143Z[ recovery-image] Sep 11 19:39:54.339 INFO O| Sep 11 19:39:54.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
64192026-09-11T19:39:55.143Z[ recovery-image] Sep 11 19:39:54.339 INFO O| Sep 11 19:39:54.339 INFO STEP 228 (remove_files) COMPLETE
64202026-09-11T19:39:55.143Z[ recovery-image] Sep 11 19:39:54.339 INFO O| Sep 11 19:39:54.339 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.348 INFO O| Sep 11 19:39:54.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
64222026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.348 INFO O| Sep 11 19:39:54.348 INFO STEP 229 (remove_files) COMPLETE
64232026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.348 INFO O| Sep 11 19:39:54.348 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.358 INFO O| Sep 11 19:39:54.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
64252026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.358 INFO O| Sep 11 19:39:54.358 INFO STEP 230 (remove_files) COMPLETE
64262026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.358 INFO O| Sep 11 19:39:54.358 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-11T19:39:55.265Z[ recovery-image] Sep 11 19:39:54.369 INFO O| Sep 11 19:39:54.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
64282026-09-11T19:39:55.266Z[ recovery-image] Sep 11 19:39:54.369 INFO O| Sep 11 19:39:54.369 INFO STEP 231 (remove_files) COMPLETE
64292026-09-11T19:39:55.266Z[ recovery-image] Sep 11 19:39:54.369 INFO O| Sep 11 19:39:54.369 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-11T19:39:55.266Z[ recovery-image] Sep 11 19:39:54.380 INFO O| Sep 11 19:39:54.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
64312026-09-11T19:39:55.266Z[ recovery-image] Sep 11 19:39:54.380 INFO O| Sep 11 19:39:54.380 INFO STEP 232 (remove_files) COMPLETE
64322026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.380 INFO O| Sep 11 19:39:54.380 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.389 INFO O| Sep 11 19:39:54.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
64342026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.389 INFO O| Sep 11 19:39:54.389 INFO STEP 233 (remove_files) COMPLETE
64352026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.389 INFO O| Sep 11 19:39:54.389 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.398 INFO O| Sep 11 19:39:54.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
64372026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.398 INFO O| Sep 11 19:39:54.398 INFO STEP 234 (remove_files) COMPLETE
64382026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.398 INFO O| Sep 11 19:39:54.398 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.409 INFO O| Sep 11 19:39:54.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64402026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.409 INFO O| Sep 11 19:39:54.409 INFO STEP 235 (remove_files) COMPLETE
64412026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.409 INFO O| Sep 11 19:39:54.409 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.418 INFO O| Sep 11 19:39:54.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64432026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.419 INFO O| Sep 11 19:39:54.419 INFO STEP 236 (remove_files) COMPLETE
64442026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.419 INFO O| Sep 11 19:39:54.419 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.428 INFO O| Sep 11 19:39:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64462026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.428 INFO O| Sep 11 19:39:54.428 INFO STEP 237 (remove_files) COMPLETE
64472026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.428 INFO O| Sep 11 19:39:54.428 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.438 INFO O| Sep 11 19:39:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64492026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.438 INFO O| Sep 11 19:39:54.438 INFO STEP 238 (remove_files) COMPLETE
64502026-09-11T19:39:55.268Z[ recovery-image] Sep 11 19:39:54.438 INFO O| Sep 11 19:39:54.438 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-11T19:39:55.269Z[ recovery-image] Sep 11 19:39:54.447 INFO O| Sep 11 19:39:54.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64522026-09-11T19:39:55.269Z[ recovery-image] Sep 11 19:39:54.447 INFO O| Sep 11 19:39:54.447 INFO STEP 239 (remove_files) COMPLETE
64532026-09-11T19:39:55.269Z[ recovery-image] Sep 11 19:39:54.447 INFO O| Sep 11 19:39:54.447 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-11T19:39:55.269Z[ recovery-image] Sep 11 19:39:54.456 INFO O| Sep 11 19:39:54.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64552026-09-11T19:39:55.269Z[ recovery-image] Sep 11 19:39:54.456 INFO O| Sep 11 19:39:54.456 INFO STEP 240 (remove_files) COMPLETE
64562026-09-11T19:39:55.269Z[ recovery-image] Sep 11 19:39:54.456 INFO O| Sep 11 19:39:54.456 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-11T19:39:55.306Z[ recovery-image] Sep 11 19:39:54.467 INFO O| Sep 11 19:39:54.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64582026-09-11T19:39:55.306Z[ recovery-image] Sep 11 19:39:54.467 INFO O| Sep 11 19:39:54.467 INFO STEP 241 (remove_files) COMPLETE
64592026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.467 INFO O| Sep 11 19:39:54.467 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.475 INFO O| Sep 11 19:39:54.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64612026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.475 INFO O| Sep 11 19:39:54.475 INFO STEP 242 (remove_files) COMPLETE
64622026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.475 INFO O| Sep 11 19:39:54.475 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.484 INFO O| Sep 11 19:39:54.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64642026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.484 INFO O| Sep 11 19:39:54.484 INFO STEP 243 (remove_files) COMPLETE
64652026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.484 INFO O| Sep 11 19:39:54.484 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.492 INFO O| Sep 11 19:39:54.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64672026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.492 INFO O| Sep 11 19:39:54.492 INFO STEP 244 (remove_files) COMPLETE
64682026-09-11T19:39:55.307Z[ recovery-image] Sep 11 19:39:54.492 INFO O| Sep 11 19:39:54.492 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-11T19:39:55.307Z[verify-libraries] Compiling twox-hash v2.1.2
64702026-09-11T19:39:55.316Z[ recovery-image] Sep 11 19:39:54.503 INFO O| Sep 11 19:39:54.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64712026-09-11T19:39:55.316Z[ recovery-image] Sep 11 19:39:54.503 INFO O| Sep 11 19:39:54.503 INFO STEP 245 (remove_files) COMPLETE
64722026-09-11T19:39:55.316Z[ recovery-image] Sep 11 19:39:54.503 INFO O| Sep 11 19:39:54.503 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.513 INFO O| Sep 11 19:39:54.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64742026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.513 INFO O| Sep 11 19:39:54.513 INFO STEP 246 (remove_files) COMPLETE
64752026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.513 INFO O| Sep 11 19:39:54.513 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.523 INFO O| Sep 11 19:39:54.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64772026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.523 INFO O| Sep 11 19:39:54.523 INFO STEP 247 (remove_files) COMPLETE
64782026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.523 INFO O| Sep 11 19:39:54.523 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.532 INFO O| Sep 11 19:39:54.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64802026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.532 INFO O| Sep 11 19:39:54.532 INFO STEP 248 (remove_files) COMPLETE
64812026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.532 INFO O| Sep 11 19:39:54.532 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.542 INFO O| Sep 11 19:39:54.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64832026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.542 INFO O| Sep 11 19:39:54.542 INFO STEP 249 (remove_files) COMPLETE
64842026-09-11T19:39:55.317Z[ recovery-image] Sep 11 19:39:54.542 INFO O| Sep 11 19:39:54.542 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-11T19:39:55.332Z[verify-libraries] Compiling kem v0.3.0
64862026-09-11T19:39:55.333Z[ recovery-image] Sep 11 19:39:54.551 INFO O| Sep 11 19:39:54.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64872026-09-11T19:39:55.333Z[ recovery-image] Sep 11 19:39:54.551 INFO O| Sep 11 19:39:54.551 INFO STEP 250 (remove_files) COMPLETE
64882026-09-11T19:39:55.333Z[ recovery-image] Sep 11 19:39:54.551 INFO O| Sep 11 19:39:54.551 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-11T19:39:55.360Z[ recovery-image] Sep 11 19:39:54.559 INFO O| Sep 11 19:39:54.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64902026-09-11T19:39:55.360Z[ recovery-image] Sep 11 19:39:54.559 INFO O| Sep 11 19:39:54.559 INFO STEP 251 (remove_files) COMPLETE
64912026-09-11T19:39:55.360Z[ recovery-image] Sep 11 19:39:54.559 INFO O| Sep 11 19:39:54.559 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-11T19:39:55.360Z[ recovery-image] Sep 11 19:39:54.570 INFO O| Sep 11 19:39:54.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64932026-09-11T19:39:55.360Z[ recovery-image] Sep 11 19:39:54.570 INFO O| Sep 11 19:39:54.570 INFO STEP 252 (remove_files) COMPLETE
64942026-09-11T19:39:55.360Z[ recovery-image] Sep 11 19:39:54.570 INFO O| Sep 11 19:39:54.570 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-09-11T19:39:55.369Z[verify-libraries] Compiling module-lattice v0.2.3
64962026-09-11T19:39:55.369Z[ recovery-image] Sep 11 19:39:54.580 INFO O| Sep 11 19:39:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64972026-09-11T19:39:55.369Z[ recovery-image] Sep 11 19:39:54.580 INFO O| Sep 11 19:39:54.580 INFO STEP 253 (remove_files) COMPLETE
64982026-09-11T19:39:55.369Z[ recovery-image] Sep 11 19:39:54.580 INFO O| Sep 11 19:39:54.580 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-09-11T19:39:55.369Z[ recovery-image] Sep 11 19:39:54.589 INFO O| Sep 11 19:39:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
65002026-09-11T19:39:55.369Z[ recovery-image] Sep 11 19:39:54.589 INFO O| Sep 11 19:39:54.589 INFO STEP 254 (remove_files) COMPLETE
65012026-09-11T19:39:55.370Z[ recovery-image] Sep 11 19:39:54.589 INFO O| Sep 11 19:39:54.589 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-09-11T19:39:55.380Z[ recovery-image] Sep 11 19:39:54.600 INFO O| Sep 11 19:39:54.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
65032026-09-11T19:39:55.380Z[ recovery-image] Sep 11 19:39:54.600 INFO O| Sep 11 19:39:54.600 INFO STEP 255 (remove_files) COMPLETE
65042026-09-11T19:39:55.380Z[ recovery-image] Sep 11 19:39:54.600 INFO O| Sep 11 19:39:54.600 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-09-11T19:39:55.385Z[ recovery-image] Sep 11 19:39:54.609 INFO O| Sep 11 19:39:54.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
65062026-09-11T19:39:55.385Z[ recovery-image] Sep 11 19:39:54.609 INFO O| Sep 11 19:39:54.609 INFO STEP 256 (remove_files) COMPLETE
65072026-09-11T19:39:55.385Z[ recovery-image] Sep 11 19:39:54.609 INFO O| Sep 11 19:39:54.609 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-09-11T19:39:55.388Z[ recovery-image] Sep 11 19:39:54.619 INFO O| Sep 11 19:39:54.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
65092026-09-11T19:39:55.389Z[ recovery-image] Sep 11 19:39:54.619 INFO O| Sep 11 19:39:54.619 INFO STEP 257 (remove_files) COMPLETE
65102026-09-11T19:39:55.389Z[ recovery-image] Sep 11 19:39:54.619 INFO O| Sep 11 19:39:54.619 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-09-11T19:39:55.399Z[ recovery-image] Sep 11 19:39:54.628 INFO O| Sep 11 19:39:54.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
65122026-09-11T19:39:55.400Z[ recovery-image] Sep 11 19:39:54.628 INFO O| Sep 11 19:39:54.628 INFO STEP 258 (remove_files) COMPLETE
65132026-09-11T19:39:55.400Z[ recovery-image] Sep 11 19:39:54.628 INFO O| Sep 11 19:39:54.628 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-09-11T19:39:55.420Z[ recovery-image] Sep 11 19:39:54.637 INFO O| Sep 11 19:39:54.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65152026-09-11T19:39:55.420Z[ recovery-image] Sep 11 19:39:54.637 INFO O| Sep 11 19:39:54.637 INFO STEP 259 (remove_files) COMPLETE
65162026-09-11T19:39:55.420Z[ recovery-image] Sep 11 19:39:54.637 INFO O| Sep 11 19:39:54.637 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-11T19:39:55.420Z[ recovery-image] Sep 11 19:39:54.646 INFO O| Sep 11 19:39:54.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
65182026-09-11T19:39:55.420Z[ recovery-image] Sep 11 19:39:54.646 INFO O| Sep 11 19:39:54.646 INFO STEP 260 (remove_files) COMPLETE
65192026-09-11T19:39:55.420Z[ recovery-image] Sep 11 19:39:54.646 INFO O| Sep 11 19:39:54.646 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-11T19:39:55.425Z[ recovery-image] Sep 11 19:39:54.657 INFO O| Sep 11 19:39:54.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
65212026-09-11T19:39:55.425Z[ recovery-image] Sep 11 19:39:54.657 INFO O| Sep 11 19:39:54.657 INFO STEP 261 (remove_files) COMPLETE
65222026-09-11T19:39:55.425Z[ recovery-image] Sep 11 19:39:54.657 INFO O| Sep 11 19:39:54.657 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-11T19:39:55.436Z[ recovery-image] Sep 11 19:39:54.669 INFO O| Sep 11 19:39:54.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
65242026-09-11T19:39:55.436Z[ recovery-image] Sep 11 19:39:54.669 INFO O| Sep 11 19:39:54.669 INFO STEP 262 (remove_files) COMPLETE
65252026-09-11T19:39:55.436Z[ recovery-image] Sep 11 19:39:54.669 INFO O| Sep 11 19:39:54.669 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-11T19:39:55.446Z[ recovery-image] Sep 11 19:39:54.679 INFO O| Sep 11 19:39:54.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
65272026-09-11T19:39:55.446Z[ recovery-image] Sep 11 19:39:54.679 INFO O| Sep 11 19:39:54.679 INFO STEP 263 (remove_files) COMPLETE
65282026-09-11T19:39:55.447Z[ recovery-image] Sep 11 19:39:54.679 INFO O| Sep 11 19:39:54.679 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-11T19:39:55.455Z[ recovery-image] Sep 11 19:39:54.688 INFO O| Sep 11 19:39:54.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
65302026-09-11T19:39:55.455Z[ recovery-image] Sep 11 19:39:54.688 INFO O| Sep 11 19:39:54.688 INFO STEP 264 (remove_files) COMPLETE
65312026-09-11T19:39:55.455Z[ recovery-image] Sep 11 19:39:54.688 INFO O| Sep 11 19:39:54.688 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-11T19:39:55.473Z[ recovery-image] Sep 11 19:39:54.705 INFO O| Sep 11 19:39:54.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
65332026-09-11T19:39:55.473Z[ recovery-image] Sep 11 19:39:54.705 INFO O| Sep 11 19:39:54.698 INFO STEP 265 (remove_files) COMPLETE
65342026-09-11T19:39:55.474Z[ recovery-image] Sep 11 19:39:54.705 INFO O| Sep 11 19:39:54.698 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-11T19:39:55.478Z[ recovery-image] Sep 11 19:39:54.707 INFO O| Sep 11 19:39:54.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
65362026-09-11T19:39:55.478Z[ recovery-image] Sep 11 19:39:54.707 INFO O| Sep 11 19:39:54.707 INFO STEP 266 (remove_files) COMPLETE
65372026-09-11T19:39:55.478Z[ recovery-image] Sep 11 19:39:54.707 INFO O| Sep 11 19:39:54.707 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-11T19:39:55.482Z[ recovery-image] Sep 11 19:39:54.715 INFO O| Sep 11 19:39:54.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
65392026-09-11T19:39:55.483Z[ recovery-image] Sep 11 19:39:54.715 INFO O| Sep 11 19:39:54.715 INFO STEP 267 (remove_files) COMPLETE
65402026-09-11T19:39:55.483Z[ recovery-image] Sep 11 19:39:54.716 INFO O| Sep 11 19:39:54.715 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-11T19:39:55.496Z[verify-libraries] Compiling rtoolbox v0.0.3
65422026-09-11T19:39:55.499Z[ recovery-image] Sep 11 19:39:54.725 INFO O| Sep 11 19:39:54.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65432026-09-11T19:39:55.499Z[ recovery-image] Sep 11 19:39:54.725 INFO O| Sep 11 19:39:54.725 INFO STEP 268 (remove_files) COMPLETE
65442026-09-11T19:39:55.499Z[ recovery-image] Sep 11 19:39:54.725 INFO O| Sep 11 19:39:54.725 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-09-11T19:39:55.504Z[ recovery-image] Sep 11 19:39:54.733 INFO O| Sep 11 19:39:54.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65462026-09-11T19:39:55.504Z[ recovery-image] Sep 11 19:39:54.734 INFO O| Sep 11 19:39:54.733 INFO STEP 269 (remove_files) COMPLETE
65472026-09-11T19:39:55.504Z[ recovery-image] Sep 11 19:39:54.734 INFO O| Sep 11 19:39:54.733 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-09-11T19:39:55.515Z[ recovery-image] Sep 11 19:39:54.742 INFO O| Sep 11 19:39:54.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65492026-09-11T19:39:55.519Z[ recovery-image] Sep 11 19:39:54.743 INFO O| Sep 11 19:39:54.743 INFO STEP 270 (remove_files) COMPLETE
65502026-09-11T19:39:55.519Z[ recovery-image] Sep 11 19:39:54.743 INFO O| Sep 11 19:39:54.743 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-09-11T19:39:55.527Z[ recovery-image] Sep 11 19:39:54.755 INFO O| Sep 11 19:39:54.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65522026-09-11T19:39:55.527Z[ recovery-image] Sep 11 19:39:54.755 INFO O| Sep 11 19:39:54.755 INFO STEP 271 (remove_files) COMPLETE
65532026-09-11T19:39:55.527Z[ recovery-image] Sep 11 19:39:54.755 INFO O| Sep 11 19:39:54.755 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-09-11T19:39:55.538Z[ recovery-image] Sep 11 19:39:54.770 INFO O| Sep 11 19:39:54.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65552026-09-11T19:39:55.539Z[ recovery-image] Sep 11 19:39:54.770 INFO O| Sep 11 19:39:54.770 INFO STEP 272 (remove_files) COMPLETE
65562026-09-11T19:39:55.542Z[ recovery-image] Sep 11 19:39:54.770 INFO O| Sep 11 19:39:54.770 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-09-11T19:39:55.543Z[verify-libraries] Compiling atty v0.2.14
65582026-09-11T19:39:55.547Z[ recovery-image] Sep 11 19:39:54.780 INFO O| Sep 11 19:39:54.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65592026-09-11T19:39:55.547Z[ recovery-image] Sep 11 19:39:54.780 INFO O| Sep 11 19:39:54.780 INFO STEP 273 (remove_files) COMPLETE
65602026-09-11T19:39:55.548Z[ recovery-image] Sep 11 19:39:54.780 INFO O| Sep 11 19:39:54.780 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-11T19:39:55.556Z[ recovery-image] Sep 11 19:39:54.789 INFO O| Sep 11 19:39:54.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65622026-09-11T19:39:55.556Z[ recovery-image] Sep 11 19:39:54.790 INFO O| Sep 11 19:39:54.789 INFO STEP 274 (remove_files) COMPLETE
65632026-09-11T19:39:55.561Z[ recovery-image] Sep 11 19:39:54.790 INFO O| Sep 11 19:39:54.789 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-11T19:39:55.573Z[ recovery-image] Sep 11 19:39:54.799 INFO O| Sep 11 19:39:54.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65652026-09-11T19:39:55.573Z[ recovery-image] Sep 11 19:39:54.799 INFO O| Sep 11 19:39:54.799 INFO STEP 275 (remove_files) COMPLETE
65662026-09-11T19:39:55.577Z[ recovery-image] Sep 11 19:39:54.799 INFO O| Sep 11 19:39:54.799 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-11T19:39:55.577Z[ recovery-image] Sep 11 19:39:54.808 INFO O| Sep 11 19:39:54.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65682026-09-11T19:39:55.577Z[ recovery-image] Sep 11 19:39:54.808 INFO O| Sep 11 19:39:54.808 INFO STEP 276 (remove_files) COMPLETE
65692026-09-11T19:39:55.578Z[ recovery-image] Sep 11 19:39:54.808 INFO O| Sep 11 19:39:54.808 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-11T19:39:55.588Z[ recovery-image] Sep 11 19:39:54.818 INFO O| Sep 11 19:39:54.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65712026-09-11T19:39:55.594Z[ recovery-image] Sep 11 19:39:54.818 INFO O| Sep 11 19:39:54.818 INFO STEP 277 (remove_files) COMPLETE
65722026-09-11T19:39:55.594Z[ recovery-image] Sep 11 19:39:54.818 INFO O| Sep 11 19:39:54.818 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-11T19:39:55.594Z[ recovery-image] Sep 11 19:39:54.828 INFO O| Sep 11 19:39:54.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65742026-09-11T19:39:55.594Z[ recovery-image] Sep 11 19:39:54.828 INFO O| Sep 11 19:39:54.828 INFO STEP 278 (remove_files) COMPLETE
65752026-09-11T19:39:55.595Z[ recovery-image] Sep 11 19:39:54.828 INFO O| Sep 11 19:39:54.828 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-11T19:39:55.604Z[ recovery-image] Sep 11 19:39:54.837 INFO O| Sep 11 19:39:54.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65772026-09-11T19:39:55.604Z[ recovery-image] Sep 11 19:39:54.837 INFO O| Sep 11 19:39:54.837 INFO STEP 279 (remove_files) COMPLETE
65782026-09-11T19:39:55.610Z[ recovery-image] Sep 11 19:39:54.837 INFO O| Sep 11 19:39:54.837 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-11T19:39:55.614Z[ recovery-image] Sep 11 19:39:54.846 INFO O| Sep 11 19:39:54.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65802026-09-11T19:39:55.614Z[ recovery-image] Sep 11 19:39:54.846 INFO O| Sep 11 19:39:54.846 INFO STEP 280 (remove_files) COMPLETE
65812026-09-11T19:39:55.614Z[ recovery-image] Sep 11 19:39:54.846 INFO O| Sep 11 19:39:54.846 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-11T19:39:55.624Z[ recovery-image] Sep 11 19:39:54.857 INFO O| Sep 11 19:39:54.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65832026-09-11T19:39:55.624Z[ recovery-image] Sep 11 19:39:54.857 INFO O| Sep 11 19:39:54.857 INFO STEP 281 (remove_files) COMPLETE
65842026-09-11T19:39:55.624Z[ recovery-image] Sep 11 19:39:54.857 INFO O| Sep 11 19:39:54.857 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-09-11T19:39:55.634Z[ recovery-image] Sep 11 19:39:54.867 INFO O| Sep 11 19:39:54.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65862026-09-11T19:39:55.634Z[ recovery-image] Sep 11 19:39:54.867 INFO O| Sep 11 19:39:54.867 INFO STEP 282 (remove_files) COMPLETE
65872026-09-11T19:39:55.638Z[ recovery-image] Sep 11 19:39:54.867 INFO O| Sep 11 19:39:54.867 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-09-11T19:39:55.649Z[ recovery-image] Sep 11 19:39:54.876 INFO O| Sep 11 19:39:54.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65892026-09-11T19:39:55.649Z[ recovery-image] Sep 11 19:39:54.876 INFO O| Sep 11 19:39:54.876 INFO STEP 283 (remove_files) COMPLETE
65902026-09-11T19:39:55.650Z[ recovery-image] Sep 11 19:39:54.876 INFO O| Sep 11 19:39:54.876 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-09-11T19:39:55.655Z[ recovery-image] Sep 11 19:39:54.885 INFO O| Sep 11 19:39:54.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65922026-09-11T19:39:55.655Z[ recovery-image] Sep 11 19:39:54.885 INFO O| Sep 11 19:39:54.885 INFO STEP 284 (remove_files) COMPLETE
65932026-09-11T19:39:55.655Z[ recovery-image] Sep 11 19:39:54.885 INFO O| Sep 11 19:39:54.885 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-09-11T19:39:55.663Z[ recovery-image] Sep 11 19:39:54.894 INFO O| Sep 11 19:39:54.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65952026-09-11T19:39:55.663Z[ recovery-image] Sep 11 19:39:54.894 INFO O| Sep 11 19:39:54.894 INFO STEP 285 (remove_files) COMPLETE
65962026-09-11T19:39:55.663Z[ recovery-image] Sep 11 19:39:54.894 INFO O| Sep 11 19:39:54.894 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-09-11T19:39:55.677Z[ recovery-image] Sep 11 19:39:54.903 INFO O| Sep 11 19:39:54.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65982026-09-11T19:39:55.677Z[ recovery-image] Sep 11 19:39:54.903 INFO O| Sep 11 19:39:54.903 INFO STEP 286 (remove_files) COMPLETE
65992026-09-11T19:39:55.677Z[ recovery-image] Sep 11 19:39:54.903 INFO O| Sep 11 19:39:54.903 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-09-11T19:39:55.682Z[ recovery-image] Sep 11 19:39:54.912 INFO O| Sep 11 19:39:54.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
66012026-09-11T19:39:55.682Z[ recovery-image] Sep 11 19:39:54.912 INFO O| Sep 11 19:39:54.912 INFO STEP 287 (remove_files) COMPLETE
66022026-09-11T19:39:55.682Z[ recovery-image] Sep 11 19:39:54.912 INFO O| Sep 11 19:39:54.912 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-09-11T19:39:55.686Z[verify-libraries] Compiling topological-sort v0.2.2
66042026-09-11T19:39:55.692Z[ recovery-image] Sep 11 19:39:54.920 INFO O| Sep 11 19:39:54.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
66052026-09-11T19:39:55.693Z[ recovery-image] Sep 11 19:39:54.920 INFO O| Sep 11 19:39:54.920 INFO STEP 288 (remove_files) COMPLETE
66062026-09-11T19:39:55.693Z[ recovery-image] Sep 11 19:39:54.920 INFO O| Sep 11 19:39:54.920 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-11T19:39:55.700Z[ recovery-image] Sep 11 19:39:54.928 INFO O| Sep 11 19:39:54.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
66082026-09-11T19:39:55.700Z[ recovery-image] Sep 11 19:39:54.928 INFO O| Sep 11 19:39:54.928 INFO STEP 289 (remove_files) COMPLETE
66092026-09-11T19:39:55.700Z[ recovery-image] Sep 11 19:39:54.928 INFO O| Sep 11 19:39:54.928 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-11T19:39:55.705Z[ recovery-image] Sep 11 19:39:54.939 INFO O| Sep 11 19:39:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
66112026-09-11T19:39:55.705Z[ recovery-image] Sep 11 19:39:54.939 INFO O| Sep 11 19:39:54.939 INFO STEP 290 (remove_files) COMPLETE
66122026-09-11T19:39:55.708Z[ recovery-image] Sep 11 19:39:54.939 INFO O| Sep 11 19:39:54.939 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-11T19:39:55.714Z[ recovery-image] Sep 11 19:39:54.948 INFO O| Sep 11 19:39:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
66142026-09-11T19:39:55.719Z[ recovery-image] Sep 11 19:39:54.948 INFO O| Sep 11 19:39:54.948 INFO STEP 291 (remove_files) COMPLETE
66152026-09-11T19:39:55.719Z[ recovery-image] Sep 11 19:39:54.948 INFO O| Sep 11 19:39:54.948 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-11T19:39:55.724Z[ recovery-image] Sep 11 19:39:54.957 INFO O| Sep 11 19:39:54.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
66172026-09-11T19:39:55.724Z[ recovery-image] Sep 11 19:39:54.957 INFO O| Sep 11 19:39:54.957 INFO STEP 292 (remove_files) COMPLETE
66182026-09-11T19:39:55.728Z[ recovery-image] Sep 11 19:39:54.957 INFO O| Sep 11 19:39:54.957 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-11T19:39:55.728Z[verify-libraries] Compiling rpassword v7.5.4
66202026-09-11T19:39:55.733Z[ recovery-image] Sep 11 19:39:54.966 INFO O| Sep 11 19:39:54.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
66212026-09-11T19:39:55.733Z[ recovery-image] Sep 11 19:39:54.966 INFO O| Sep 11 19:39:54.966 INFO STEP 293 (remove_files) COMPLETE
66222026-09-11T19:39:55.733Z[ recovery-image] Sep 11 19:39:54.966 INFO O| Sep 11 19:39:54.966 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-11T19:39:55.742Z[ recovery-image] Sep 11 19:39:54.976 INFO O| Sep 11 19:39:54.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
66242026-09-11T19:39:55.742Z[ recovery-image] Sep 11 19:39:54.976 INFO O| Sep 11 19:39:54.976 INFO STEP 294 (remove_files) COMPLETE
66252026-09-11T19:39:55.746Z[ recovery-image] Sep 11 19:39:54.976 INFO O| Sep 11 19:39:54.976 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-11T19:39:55.753Z[ recovery-image] Sep 11 19:39:54.985 INFO O| Sep 11 19:39:54.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
66272026-09-11T19:39:55.754Z[ recovery-image] Sep 11 19:39:54.985 INFO O| Sep 11 19:39:54.985 INFO STEP 295 (remove_files) COMPLETE
66282026-09-11T19:39:55.754Z[ recovery-image] Sep 11 19:39:54.985 INFO O| Sep 11 19:39:54.985 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-11T19:39:55.760Z[verify-libraries] Compiling ml-kem v0.3.2
66302026-09-11T19:39:55.767Z[ recovery-image] Sep 11 19:39:54.996 INFO O| Sep 11 19:39:54.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
66312026-09-11T19:39:55.767Z[ recovery-image] Sep 11 19:39:54.996 INFO O| Sep 11 19:39:54.996 INFO STEP 296 (remove_files) COMPLETE
66322026-09-11T19:39:55.767Z[ recovery-image] Sep 11 19:39:54.996 INFO O| Sep 11 19:39:54.996 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-09-11T19:39:55.772Z[ recovery-image] Sep 11 19:39:55.006 INFO O| Sep 11 19:39:55.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
66342026-09-11T19:39:55.772Z[ recovery-image] Sep 11 19:39:55.006 INFO O| Sep 11 19:39:55.006 INFO STEP 297 (remove_files) COMPLETE
66352026-09-11T19:39:55.773Z[ recovery-image] Sep 11 19:39:55.006 INFO O| Sep 11 19:39:55.006 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-09-11T19:39:55.784Z[ recovery-image] Sep 11 19:39:55.015 INFO O| Sep 11 19:39:55.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
66372026-09-11T19:39:55.784Z[ recovery-image] Sep 11 19:39:55.015 INFO O| Sep 11 19:39:55.015 INFO STEP 298 (remove_files) COMPLETE
66382026-09-11T19:39:55.784Z[ recovery-image] Sep 11 19:39:55.015 INFO O| Sep 11 19:39:55.015 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-09-11T19:39:55.797Z[ recovery-image] Sep 11 19:39:55.026 INFO O| Sep 11 19:39:55.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
66402026-09-11T19:39:55.797Z[ recovery-image] Sep 11 19:39:55.026 INFO O| Sep 11 19:39:55.026 INFO STEP 299 (remove_files) COMPLETE
66412026-09-11T19:39:55.797Z[ recovery-image] Sep 11 19:39:55.026 INFO O| Sep 11 19:39:55.026 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-09-11T19:39:55.801Z[ recovery-image] Sep 11 19:39:55.035 INFO O| Sep 11 19:39:55.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66432026-09-11T19:39:55.801Z[ recovery-image] Sep 11 19:39:55.035 INFO O| Sep 11 19:39:55.035 INFO STEP 300 (remove_files) COMPLETE
66442026-09-11T19:39:55.805Z[ recovery-image] Sep 11 19:39:55.035 INFO O| Sep 11 19:39:55.035 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-09-11T19:39:55.812Z[ recovery-image] Sep 11 19:39:55.045 INFO O| Sep 11 19:39:55.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66462026-09-11T19:39:55.813Z[ recovery-image] Sep 11 19:39:55.045 INFO O| Sep 11 19:39:55.045 INFO STEP 301 (remove_files) COMPLETE
66472026-09-11T19:39:55.813Z[ recovery-image] Sep 11 19:39:55.045 INFO O| Sep 11 19:39:55.045 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-09-11T19:39:55.821Z[ recovery-image] Sep 11 19:39:55.054 INFO O| Sep 11 19:39:55.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66492026-09-11T19:39:55.821Z[ recovery-image] Sep 11 19:39:55.054 INFO O| Sep 11 19:39:55.054 INFO STEP 302 (remove_files) COMPLETE
66502026-09-11T19:39:55.824Z[ recovery-image] Sep 11 19:39:55.054 INFO O| Sep 11 19:39:55.054 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-09-11T19:39:55.833Z[ recovery-image] Sep 11 19:39:55.066 INFO O| Sep 11 19:39:55.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66522026-09-11T19:39:55.833Z[ recovery-image] Sep 11 19:39:55.066 INFO O| Sep 11 19:39:55.065 INFO STEP 303 (remove_files) COMPLETE
66532026-09-11T19:39:55.833Z[ recovery-image] Sep 11 19:39:55.066 INFO O| Sep 11 19:39:55.065 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-09-11T19:39:55.842Z[ recovery-image] Sep 11 19:39:55.075 INFO O| Sep 11 19:39:55.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66552026-09-11T19:39:55.842Z[ recovery-image] Sep 11 19:39:55.075 INFO O| Sep 11 19:39:55.075 INFO STEP 304 (remove_files) COMPLETE
66562026-09-11T19:39:55.845Z[ recovery-image] Sep 11 19:39:55.075 INFO O| Sep 11 19:39:55.075 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-09-11T19:39:55.852Z[ recovery-image] Sep 11 19:39:55.085 INFO O| Sep 11 19:39:55.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66582026-09-11T19:39:55.852Z[ recovery-image] Sep 11 19:39:55.085 INFO O| Sep 11 19:39:55.085 INFO STEP 305 (remove_files) COMPLETE
66592026-09-11T19:39:55.852Z[ recovery-image] Sep 11 19:39:55.085 INFO O| Sep 11 19:39:55.085 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-09-11T19:39:55.862Z[ recovery-image] Sep 11 19:39:55.096 INFO O| Sep 11 19:39:55.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66612026-09-11T19:39:55.863Z[ recovery-image] Sep 11 19:39:55.096 INFO O| Sep 11 19:39:55.096 INFO STEP 306 (remove_files) COMPLETE
66622026-09-11T19:39:55.870Z[ recovery-image] Sep 11 19:39:55.096 INFO O| Sep 11 19:39:55.096 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-09-11T19:39:55.875Z[ recovery-image] Sep 11 19:39:55.106 INFO O| Sep 11 19:39:55.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66642026-09-11T19:39:55.875Z[ recovery-image] Sep 11 19:39:55.106 INFO O| Sep 11 19:39:55.106 INFO STEP 307 (remove_files) COMPLETE
66652026-09-11T19:39:55.875Z[ recovery-image] Sep 11 19:39:55.106 INFO O| Sep 11 19:39:55.106 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-09-11T19:39:55.884Z[ recovery-image] Sep 11 19:39:55.117 INFO O| Sep 11 19:39:55.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66672026-09-11T19:39:55.884Z[ recovery-image] Sep 11 19:39:55.117 INFO O| Sep 11 19:39:55.117 INFO STEP 308 (remove_files) COMPLETE
66682026-09-11T19:39:55.884Z[ recovery-image] Sep 11 19:39:55.117 INFO O| Sep 11 19:39:55.117 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-09-11T19:39:55.892Z[verify-libraries] Compiling omicron-zone-package v0.12.3
66702026-09-11T19:39:55.896Z[ recovery-image] Sep 11 19:39:55.127 INFO O| Sep 11 19:39:55.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66712026-09-11T19:39:55.896Z[ recovery-image] Sep 11 19:39:55.127 INFO O| Sep 11 19:39:55.127 INFO STEP 309 (remove_files) COMPLETE
66722026-09-11T19:39:55.896Z[ recovery-image] Sep 11 19:39:55.127 INFO O| Sep 11 19:39:55.127 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-09-11T19:39:55.910Z[ recovery-image] Sep 11 19:39:55.137 INFO O| Sep 11 19:39:55.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66742026-09-11T19:39:55.910Z[ recovery-image] Sep 11 19:39:55.137 INFO O| Sep 11 19:39:55.137 INFO STEP 310 (remove_files) COMPLETE
66752026-09-11T19:39:55.921Z[ recovery-image] Sep 11 19:39:55.137 INFO O| Sep 11 19:39:55.137 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-09-11T19:39:55.929Z[ recovery-image] Sep 11 19:39:55.147 INFO O| Sep 11 19:39:55.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66772026-09-11T19:39:55.929Z[ recovery-image] Sep 11 19:39:55.147 INFO O| Sep 11 19:39:55.147 INFO STEP 311 (remove_files) COMPLETE
66782026-09-11T19:39:55.930Z[ recovery-image] Sep 11 19:39:55.147 INFO O| Sep 11 19:39:55.147 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-09-11T19:39:55.930Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
66802026-09-11T19:39:55.930Z[ recovery-image] Sep 11 19:39:55.158 INFO O| Sep 11 19:39:55.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66812026-09-11T19:39:55.930Z[ recovery-image] Sep 11 19:39:55.158 INFO O| Sep 11 19:39:55.158 INFO STEP 312 (remove_files) COMPLETE
66822026-09-11T19:39:55.930Z[ recovery-image] Sep 11 19:39:55.158 INFO O| Sep 11 19:39:55.158 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-11T19:39:55.935Z[ recovery-image] Sep 11 19:39:55.168 INFO O| Sep 11 19:39:55.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66842026-09-11T19:39:55.935Z[ recovery-image] Sep 11 19:39:55.168 INFO O| Sep 11 19:39:55.168 INFO STEP 313 (remove_files) COMPLETE
66852026-09-11T19:39:55.939Z[ recovery-image] Sep 11 19:39:55.168 INFO O| Sep 11 19:39:55.168 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-11T19:39:55.944Z[ recovery-image] Sep 11 19:39:55.177 INFO O| Sep 11 19:39:55.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66872026-09-11T19:39:55.944Z[ recovery-image] Sep 11 19:39:55.177 INFO O| Sep 11 19:39:55.177 INFO STEP 314 (remove_files) COMPLETE
66882026-09-11T19:39:55.944Z[ recovery-image] Sep 11 19:39:55.177 INFO O| Sep 11 19:39:55.177 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-11T19:39:55.958Z[ recovery-image] Sep 11 19:39:55.187 INFO O| Sep 11 19:39:55.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66902026-09-11T19:39:55.958Z[ recovery-image] Sep 11 19:39:55.187 INFO O| Sep 11 19:39:55.187 INFO STEP 315 (remove_files) COMPLETE
66912026-09-11T19:39:55.958Z[ recovery-image] Sep 11 19:39:55.187 INFO O| Sep 11 19:39:55.187 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-11T19:39:55.963Z[ recovery-image] Sep 11 19:39:55.197 INFO O| Sep 11 19:39:55.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66932026-09-11T19:39:55.967Z[ recovery-image] Sep 11 19:39:55.197 INFO O| Sep 11 19:39:55.197 INFO STEP 316 (remove_files) COMPLETE
66942026-09-11T19:39:55.967Z[ recovery-image] Sep 11 19:39:55.197 INFO O| Sep 11 19:39:55.197 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-11T19:39:55.973Z[ recovery-image] Sep 11 19:39:55.206 INFO O| Sep 11 19:39:55.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66962026-09-11T19:39:55.973Z[ recovery-image] Sep 11 19:39:55.207 INFO O| Sep 11 19:39:55.207 INFO STEP 317 (remove_files) COMPLETE
66972026-09-11T19:39:55.973Z[ recovery-image] Sep 11 19:39:55.207 INFO O| Sep 11 19:39:55.207 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-11T19:39:55.986Z[ recovery-image] Sep 11 19:39:55.217 INFO O| Sep 11 19:39:55.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66992026-09-11T19:39:55.986Z[ recovery-image] Sep 11 19:39:55.217 INFO O| Sep 11 19:39:55.217 INFO STEP 318 (remove_files) COMPLETE
67002026-09-11T19:39:55.990Z[ recovery-image] Sep 11 19:39:55.217 INFO O| Sep 11 19:39:55.217 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-11T19:39:55.995Z[ recovery-image] Sep 11 19:39:55.225 INFO O| Sep 11 19:39:55.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
67022026-09-11T19:39:55.995Z[ recovery-image] Sep 11 19:39:55.225 INFO O| Sep 11 19:39:55.225 INFO STEP 319 (remove_files) COMPLETE
67032026-09-11T19:39:55.995Z[ recovery-image] Sep 11 19:39:55.225 INFO O| Sep 11 19:39:55.225 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-11T19:39:56.007Z[ recovery-image] Sep 11 19:39:55.234 INFO O| Sep 11 19:39:55.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
67052026-09-11T19:39:56.007Z[ recovery-image] Sep 11 19:39:55.234 INFO O| Sep 11 19:39:55.234 INFO STEP 320 (remove_files) COMPLETE
67062026-09-11T19:39:56.011Z[ recovery-image] Sep 11 19:39:55.234 INFO O| Sep 11 19:39:55.234 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-11T19:39:56.013Z[verify-libraries] Compiling serde_with v1.14.0
67082026-09-11T19:39:56.013Z[ recovery-image] Sep 11 19:39:55.242 INFO O| Sep 11 19:39:55.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
67092026-09-11T19:39:56.013Z[ recovery-image] Sep 11 19:39:55.242 INFO O| Sep 11 19:39:55.242 INFO STEP 321 (remove_files) COMPLETE
67102026-09-11T19:39:56.013Z[ recovery-image] Sep 11 19:39:55.242 INFO O| Sep 11 19:39:55.242 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-11T19:39:56.022Z[ recovery-image] Sep 11 19:39:55.250 INFO O| Sep 11 19:39:55.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
67122026-09-11T19:39:56.023Z[ recovery-image] Sep 11 19:39:55.250 INFO O| Sep 11 19:39:55.250 INFO STEP 322 (remove_files) COMPLETE
67132026-09-11T19:39:56.023Z[ recovery-image] Sep 11 19:39:55.250 INFO O| Sep 11 19:39:55.250 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-11T19:39:56.028Z[ recovery-image] Sep 11 19:39:55.259 INFO O| Sep 11 19:39:55.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
67152026-09-11T19:39:56.028Z[ recovery-image] Sep 11 19:39:55.259 INFO O| Sep 11 19:39:55.259 INFO STEP 323 (remove_files) COMPLETE
67162026-09-11T19:39:56.028Z[ recovery-image] Sep 11 19:39:55.259 INFO O| Sep 11 19:39:55.259 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-11T19:39:56.034Z[ recovery-image] Sep 11 19:39:55.268 INFO O| Sep 11 19:39:55.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
67182026-09-11T19:39:56.034Z[ recovery-image] Sep 11 19:39:55.268 INFO O| Sep 11 19:39:55.268 INFO STEP 324 (remove_files) COMPLETE
67192026-09-11T19:39:56.037Z[ recovery-image] Sep 11 19:39:55.268 INFO O| Sep 11 19:39:55.268 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-11T19:39:56.043Z[ recovery-image] Sep 11 19:39:55.277 INFO O| Sep 11 19:39:55.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
67212026-09-11T19:39:56.043Z[ recovery-image] Sep 11 19:39:55.277 INFO O| Sep 11 19:39:55.277 INFO STEP 325 (remove_files) COMPLETE
67222026-09-11T19:39:56.043Z[ recovery-image] Sep 11 19:39:55.277 INFO O| Sep 11 19:39:55.277 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-11T19:39:56.055Z[ recovery-image] Sep 11 19:39:55.286 INFO O| Sep 11 19:39:55.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
67242026-09-11T19:39:56.055Z[ recovery-image] Sep 11 19:39:55.286 INFO O| Sep 11 19:39:55.286 INFO STEP 326 (remove_files) COMPLETE
67252026-09-11T19:39:56.060Z[ recovery-image] Sep 11 19:39:55.286 INFO O| Sep 11 19:39:55.286 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-11T19:39:56.063Z[ recovery-image] Sep 11 19:39:55.293 INFO O| Sep 11 19:39:55.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
67272026-09-11T19:39:56.063Z[ recovery-image] Sep 11 19:39:55.293 INFO O| Sep 11 19:39:55.293 INFO STEP 327 (remove_files) COMPLETE
67282026-09-11T19:39:56.063Z[ recovery-image] Sep 11 19:39:55.293 INFO O| Sep 11 19:39:55.293 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-09-11T19:39:56.068Z[ recovery-image] Sep 11 19:39:55.301 INFO O| Sep 11 19:39:55.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
67302026-09-11T19:39:56.068Z[ recovery-image] Sep 11 19:39:55.301 INFO O| Sep 11 19:39:55.301 INFO STEP 328 (remove_files) COMPLETE
67312026-09-11T19:39:56.072Z[ recovery-image] Sep 11 19:39:55.301 INFO O| Sep 11 19:39:55.301 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-09-11T19:39:56.076Z[ recovery-image] Sep 11 19:39:55.309 INFO O| Sep 11 19:39:55.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
67332026-09-11T19:39:56.076Z[ recovery-image] Sep 11 19:39:55.309 INFO O| Sep 11 19:39:55.309 INFO STEP 329 (remove_files) COMPLETE
67342026-09-11T19:39:56.076Z[ recovery-image] Sep 11 19:39:55.309 INFO O| Sep 11 19:39:55.309 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-09-11T19:39:56.091Z[ recovery-image] Sep 11 19:39:55.317 INFO O| Sep 11 19:39:55.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
67362026-09-11T19:39:56.092Z[ recovery-image] Sep 11 19:39:55.317 INFO O| Sep 11 19:39:55.317 INFO STEP 330 (remove_files) COMPLETE
67372026-09-11T19:39:56.106Z[ recovery-image] Sep 11 19:39:55.317 INFO O| Sep 11 19:39:55.317 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-09-11T19:39:56.108Z[ recovery-image] Sep 11 19:39:55.325 INFO O| Sep 11 19:39:55.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
67392026-09-11T19:39:56.108Z[ recovery-image] Sep 11 19:39:55.325 INFO O| Sep 11 19:39:55.325 INFO STEP 331 (remove_files) COMPLETE
67402026-09-11T19:39:56.108Z[ recovery-image] Sep 11 19:39:55.325 INFO O| Sep 11 19:39:55.325 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-11T19:39:56.116Z[ recovery-image] Sep 11 19:39:55.334 INFO O| Sep 11 19:39:55.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
67422026-09-11T19:39:56.116Z[ recovery-image] Sep 11 19:39:55.334 INFO O| Sep 11 19:39:55.334 INFO STEP 332 (remove_files) COMPLETE
67432026-09-11T19:39:56.116Z[ recovery-image] Sep 11 19:39:55.334 INFO O| Sep 11 19:39:55.334 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-11T19:39:56.116Z[ recovery-image] Sep 11 19:39:55.344 INFO O| Sep 11 19:39:55.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67452026-09-11T19:39:56.116Z[ recovery-image] Sep 11 19:39:55.344 INFO O| Sep 11 19:39:55.344 INFO STEP 333 (remove_files) COMPLETE
67462026-09-11T19:39:56.116Z[ recovery-image] Sep 11 19:39:55.344 INFO O| Sep 11 19:39:55.344 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-11T19:39:56.123Z[ recovery-image] Sep 11 19:39:55.352 INFO O| Sep 11 19:39:55.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67482026-09-11T19:39:56.123Z[ recovery-image] Sep 11 19:39:55.352 INFO O| Sep 11 19:39:55.352 INFO STEP 334 (remove_files) COMPLETE
67492026-09-11T19:39:56.123Z[ recovery-image] Sep 11 19:39:55.352 INFO O| Sep 11 19:39:55.352 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-11T19:39:56.130Z[ recovery-image] Sep 11 19:39:55.362 INFO O| Sep 11 19:39:55.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67512026-09-11T19:39:56.130Z[ recovery-image] Sep 11 19:39:55.362 INFO O| Sep 11 19:39:55.362 INFO STEP 335 (remove_files) COMPLETE
67522026-09-11T19:39:56.130Z[ recovery-image] Sep 11 19:39:55.362 INFO O| Sep 11 19:39:55.362 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-11T19:39:56.138Z[ recovery-image] Sep 11 19:39:55.371 INFO O| Sep 11 19:39:55.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67542026-09-11T19:39:56.138Z[ recovery-image] Sep 11 19:39:55.371 INFO O| Sep 11 19:39:55.371 INFO STEP 336 (remove_files) COMPLETE
67552026-09-11T19:39:56.138Z[ recovery-image] Sep 11 19:39:55.371 INFO O| Sep 11 19:39:55.371 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-11T19:39:56.151Z[ recovery-image] Sep 11 19:39:55.381 INFO O| Sep 11 19:39:55.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67572026-09-11T19:39:56.151Z[ recovery-image] Sep 11 19:39:55.381 INFO O| Sep 11 19:39:55.381 INFO STEP 337 (remove_files) COMPLETE
67582026-09-11T19:39:56.160Z[ recovery-image] Sep 11 19:39:55.381 INFO O| Sep 11 19:39:55.381 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-09-11T19:39:56.169Z[ recovery-image] Sep 11 19:39:55.391 INFO O| Sep 11 19:39:55.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67602026-09-11T19:39:56.169Z[ recovery-image] Sep 11 19:39:55.391 INFO O| Sep 11 19:39:55.391 INFO STEP 338 (remove_files) COMPLETE
67612026-09-11T19:39:56.169Z[ recovery-image] Sep 11 19:39:55.391 INFO O| Sep 11 19:39:55.391 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-09-11T19:39:56.169Z[verify-libraries] Compiling russh-cryptovec v0.62.0
67632026-09-11T19:39:56.169Z[ recovery-image] Sep 11 19:39:55.401 INFO O| Sep 11 19:39:55.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67642026-09-11T19:39:56.169Z[ recovery-image] Sep 11 19:39:55.401 INFO O| Sep 11 19:39:55.401 INFO STEP 339 (remove_files) COMPLETE
67652026-09-11T19:39:56.169Z[ recovery-image] Sep 11 19:39:55.401 INFO O| Sep 11 19:39:55.401 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-11T19:39:56.177Z[ recovery-image] Sep 11 19:39:55.410 INFO O| Sep 11 19:39:55.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67672026-09-11T19:39:56.177Z[ recovery-image] Sep 11 19:39:55.410 INFO O| Sep 11 19:39:55.410 INFO STEP 340 (remove_files) COMPLETE
67682026-09-11T19:39:56.181Z[ recovery-image] Sep 11 19:39:55.410 INFO O| Sep 11 19:39:55.410 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-11T19:39:56.186Z[ recovery-image] Sep 11 19:39:55.420 INFO O| Sep 11 19:39:55.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67702026-09-11T19:39:56.186Z[ recovery-image] Sep 11 19:39:55.420 INFO O| Sep 11 19:39:55.420 INFO STEP 341 (remove_files) COMPLETE
67712026-09-11T19:39:56.186Z[ recovery-image] Sep 11 19:39:55.420 INFO O| Sep 11 19:39:55.420 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-11T19:39:56.195Z[ recovery-image] Sep 11 19:39:55.428 INFO O| Sep 11 19:39:55.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67732026-09-11T19:39:56.195Z[ recovery-image] Sep 11 19:39:55.428 INFO O| Sep 11 19:39:55.428 INFO STEP 342 (remove_files) COMPLETE
67742026-09-11T19:39:56.195Z[ recovery-image] Sep 11 19:39:55.428 INFO O| Sep 11 19:39:55.428 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-11T19:39:56.204Z[ recovery-image] Sep 11 19:39:55.436 INFO O| Sep 11 19:39:55.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67762026-09-11T19:39:56.204Z[ recovery-image] Sep 11 19:39:55.436 INFO O| Sep 11 19:39:55.436 INFO STEP 343 (remove_files) COMPLETE
67772026-09-11T19:39:56.204Z[ recovery-image] Sep 11 19:39:55.436 INFO O| Sep 11 19:39:55.436 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-11T19:39:56.213Z[ recovery-image] Sep 11 19:39:55.445 INFO O| Sep 11 19:39:55.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67792026-09-11T19:39:56.213Z[ recovery-image] Sep 11 19:39:55.445 INFO O| Sep 11 19:39:55.445 INFO STEP 344 (remove_files) COMPLETE
67802026-09-11T19:39:56.213Z[ recovery-image] Sep 11 19:39:55.445 INFO O| Sep 11 19:39:55.445 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-11T19:39:56.222Z[ recovery-image] Sep 11 19:39:55.455 INFO O| Sep 11 19:39:55.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67822026-09-11T19:39:56.222Z[ recovery-image] Sep 11 19:39:55.455 INFO O| Sep 11 19:39:55.455 INFO STEP 345 (remove_files) COMPLETE
67832026-09-11T19:39:56.222Z[ recovery-image] Sep 11 19:39:55.455 INFO O| Sep 11 19:39:55.455 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-11T19:39:56.235Z[ recovery-image] Sep 11 19:39:55.465 INFO O| Sep 11 19:39:55.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67852026-09-11T19:39:56.236Z[ recovery-image] Sep 11 19:39:55.465 INFO O| Sep 11 19:39:55.465 INFO STEP 346 (remove_files) COMPLETE
67862026-09-11T19:39:56.236Z[ recovery-image] Sep 11 19:39:55.465 INFO O| Sep 11 19:39:55.465 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-11T19:39:56.242Z[ recovery-image] Sep 11 19:39:55.474 INFO O| Sep 11 19:39:55.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67882026-09-11T19:39:56.242Z[ recovery-image] Sep 11 19:39:55.474 INFO O| Sep 11 19:39:55.474 INFO STEP 347 (remove_files) COMPLETE
67892026-09-11T19:39:56.247Z[ recovery-image] Sep 11 19:39:55.474 INFO O| Sep 11 19:39:55.474 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-11T19:39:56.254Z[ recovery-image] Sep 11 19:39:55.483 INFO O| Sep 11 19:39:55.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67912026-09-11T19:39:56.254Z[ recovery-image] Sep 11 19:39:55.484 INFO O| Sep 11 19:39:55.483 INFO STEP 348 (remove_files) COMPLETE
67922026-09-11T19:39:56.254Z[ recovery-image] Sep 11 19:39:55.484 INFO O| Sep 11 19:39:55.484 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-11T19:39:56.262Z[ recovery-image] Sep 11 19:39:55.493 INFO O| Sep 11 19:39:55.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67942026-09-11T19:39:56.262Z[ recovery-image] Sep 11 19:39:55.493 INFO O| Sep 11 19:39:55.493 INFO STEP 349 (remove_files) COMPLETE
67952026-09-11T19:39:56.262Z[ recovery-image] Sep 11 19:39:55.493 INFO O| Sep 11 19:39:55.493 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-11T19:39:56.280Z[ recovery-image] Sep 11 19:39:55.502 INFO O| Sep 11 19:39:55.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67972026-09-11T19:39:56.280Z[ recovery-image] Sep 11 19:39:55.502 INFO O| Sep 11 19:39:55.502 INFO STEP 350 (remove_files) COMPLETE
67982026-09-11T19:39:56.280Z[ recovery-image] Sep 11 19:39:55.502 INFO O| Sep 11 19:39:55.502 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-11T19:39:56.299Z[ recovery-image] Sep 11 19:39:55.512 INFO O| Sep 11 19:39:55.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
68002026-09-11T19:39:56.299Z[ recovery-image] Sep 11 19:39:55.512 INFO O| Sep 11 19:39:55.512 INFO STEP 351 (remove_files) COMPLETE
68012026-09-11T19:39:56.299Z[ recovery-image] Sep 11 19:39:55.512 INFO O| Sep 11 19:39:55.512 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-11T19:39:56.299Z[ recovery-image] Sep 11 19:39:55.521 INFO O| Sep 11 19:39:55.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
68032026-09-11T19:39:56.299Z[ recovery-image] Sep 11 19:39:55.521 INFO O| Sep 11 19:39:55.521 INFO STEP 352 (remove_files) COMPLETE
68042026-09-11T19:39:56.300Z[ recovery-image] Sep 11 19:39:55.521 INFO O| Sep 11 19:39:55.521 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-11T19:39:56.312Z[ recovery-image] Sep 11 19:39:55.531 INFO O| Sep 11 19:39:55.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
68062026-09-11T19:39:56.312Z[ recovery-image] Sep 11 19:39:55.531 INFO O| Sep 11 19:39:55.531 INFO STEP 353 (remove_files) COMPLETE
68072026-09-11T19:39:56.312Z[ recovery-image] Sep 11 19:39:55.531 INFO O| Sep 11 19:39:55.531 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-11T19:39:56.318Z[ recovery-image] Sep 11 19:39:55.541 INFO O| Sep 11 19:39:55.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
68092026-09-11T19:39:56.318Z[ recovery-image] Sep 11 19:39:55.541 INFO O| Sep 11 19:39:55.541 INFO STEP 354 (remove_files) COMPLETE
68102026-09-11T19:39:56.318Z[ recovery-image] Sep 11 19:39:55.541 INFO O| Sep 11 19:39:55.541 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-11T19:39:56.323Z[ recovery-image] Sep 11 19:39:55.552 INFO O| Sep 11 19:39:55.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
68122026-09-11T19:39:56.323Z[ recovery-image] Sep 11 19:39:55.552 INFO O| Sep 11 19:39:55.552 INFO STEP 355 (remove_files) COMPLETE
68132026-09-11T19:39:56.323Z[ recovery-image] Sep 11 19:39:55.552 INFO O| Sep 11 19:39:55.552 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-11T19:39:56.329Z[ recovery-image] Sep 11 19:39:55.562 INFO O| Sep 11 19:39:55.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
68152026-09-11T19:39:56.329Z[ recovery-image] Sep 11 19:39:55.562 INFO O| Sep 11 19:39:55.562 INFO STEP 356 (remove_files) COMPLETE
68162026-09-11T19:39:56.329Z[ recovery-image] Sep 11 19:39:55.562 INFO O| Sep 11 19:39:55.562 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-11T19:39:56.342Z[ recovery-image] Sep 11 19:39:55.570 INFO O| Sep 11 19:39:55.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
68182026-09-11T19:39:56.342Z[ recovery-image] Sep 11 19:39:55.570 INFO O| Sep 11 19:39:55.570 INFO STEP 357 (remove_files) COMPLETE
68192026-09-11T19:39:56.346Z[ recovery-image] Sep 11 19:39:55.570 INFO O| Sep 11 19:39:55.570 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-11T19:39:56.346Z[ recovery-image] Sep 11 19:39:55.579 INFO O| Sep 11 19:39:55.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
68212026-09-11T19:39:56.346Z[ recovery-image] Sep 11 19:39:55.579 INFO O| Sep 11 19:39:55.579 INFO STEP 358 (remove_files) COMPLETE
68222026-09-11T19:39:56.346Z[ recovery-image] Sep 11 19:39:55.579 INFO O| Sep 11 19:39:55.579 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-11T19:39:56.362Z[ recovery-image] Sep 11 19:39:55.588 INFO O| Sep 11 19:39:55.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
68242026-09-11T19:39:56.362Z[ recovery-image] Sep 11 19:39:55.589 INFO O| Sep 11 19:39:55.589 INFO STEP 359 (remove_files) COMPLETE
68252026-09-11T19:39:56.366Z[ recovery-image] Sep 11 19:39:55.589 INFO O| Sep 11 19:39:55.589 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-11T19:39:56.366Z[ recovery-image] Sep 11 19:39:55.598 INFO O| Sep 11 19:39:55.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
68272026-09-11T19:39:56.367Z[ recovery-image] Sep 11 19:39:55.598 INFO O| Sep 11 19:39:55.598 INFO STEP 360 (remove_files) COMPLETE
68282026-09-11T19:39:56.367Z[ recovery-image] Sep 11 19:39:55.598 INFO O| Sep 11 19:39:55.598 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-11T19:39:56.385Z[ recovery-image] Sep 11 19:39:55.609 INFO O| Sep 11 19:39:55.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
68302026-09-11T19:39:56.386Z[ recovery-image] Sep 11 19:39:55.609 INFO O| Sep 11 19:39:55.609 INFO STEP 361 (remove_files) COMPLETE
68312026-09-11T19:39:56.386Z[ recovery-image] Sep 11 19:39:55.609 INFO O| Sep 11 19:39:55.609 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-09-11T19:39:56.391Z[ recovery-image] Sep 11 19:39:55.619 INFO O| Sep 11 19:39:55.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
68332026-09-11T19:39:56.391Z[ recovery-image] Sep 11 19:39:55.619 INFO O| Sep 11 19:39:55.619 INFO STEP 362 (remove_files) COMPLETE
68342026-09-11T19:39:56.391Z[ recovery-image] Sep 11 19:39:55.619 INFO O| Sep 11 19:39:55.619 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-09-11T19:39:56.397Z[ recovery-image] Sep 11 19:39:55.629 INFO O| Sep 11 19:39:55.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
68362026-09-11T19:39:56.397Z[ recovery-image] Sep 11 19:39:55.629 INFO O| Sep 11 19:39:55.629 INFO STEP 363 (remove_files) COMPLETE
68372026-09-11T19:39:56.402Z[ recovery-image] Sep 11 19:39:55.629 INFO O| Sep 11 19:39:55.629 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-09-11T19:39:56.405Z[ recovery-image] Sep 11 19:39:55.638 INFO O| Sep 11 19:39:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
68392026-09-11T19:39:56.405Z[ recovery-image] Sep 11 19:39:55.638 INFO O| Sep 11 19:39:55.638 INFO STEP 364 (remove_files) COMPLETE
68402026-09-11T19:39:56.406Z[ recovery-image] Sep 11 19:39:55.638 INFO O| Sep 11 19:39:55.638 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-09-11T19:39:56.417Z[ recovery-image] Sep 11 19:39:55.646 INFO O| Sep 11 19:39:55.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
68422026-09-11T19:39:56.417Z[ recovery-image] Sep 11 19:39:55.646 INFO O| Sep 11 19:39:55.646 INFO STEP 365 (remove_files) COMPLETE
68432026-09-11T19:39:56.417Z[ recovery-image] Sep 11 19:39:55.646 INFO O| Sep 11 19:39:55.646 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-09-11T19:39:56.426Z[ recovery-image] Sep 11 19:39:55.655 INFO O| Sep 11 19:39:55.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68452026-09-11T19:39:56.426Z[ recovery-image] Sep 11 19:39:55.655 INFO O| Sep 11 19:39:55.655 INFO STEP 366 (remove_files) COMPLETE
68462026-09-11T19:39:56.426Z[ recovery-image] Sep 11 19:39:55.655 INFO O| Sep 11 19:39:55.655 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-09-11T19:39:56.433Z[ recovery-image] Sep 11 19:39:55.663 INFO O| Sep 11 19:39:55.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68482026-09-11T19:39:56.439Z[ recovery-image] Sep 11 19:39:55.664 INFO O| Sep 11 19:39:55.664 INFO STEP 367 (remove_files) COMPLETE
68492026-09-11T19:39:56.439Z[ recovery-image] Sep 11 19:39:55.665 INFO O| Sep 11 19:39:55.664 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-09-11T19:39:56.443Z[ recovery-image] Sep 11 19:39:55.673 INFO O| Sep 11 19:39:55.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68512026-09-11T19:39:56.443Z[ recovery-image] Sep 11 19:39:55.673 INFO O| Sep 11 19:39:55.673 INFO STEP 368 (remove_files) COMPLETE
68522026-09-11T19:39:56.443Z[ recovery-image] Sep 11 19:39:55.673 INFO O| Sep 11 19:39:55.673 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-09-11T19:39:56.453Z[ recovery-image] Sep 11 19:39:55.682 INFO O| Sep 11 19:39:55.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68542026-09-11T19:39:56.453Z[ recovery-image] Sep 11 19:39:55.682 INFO O| Sep 11 19:39:55.682 INFO STEP 369 (remove_files) COMPLETE
68552026-09-11T19:39:56.453Z[ recovery-image] Sep 11 19:39:55.682 INFO O| Sep 11 19:39:55.682 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-09-11T19:39:56.459Z[ recovery-image] Sep 11 19:39:55.690 INFO O| Sep 11 19:39:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68572026-09-11T19:39:56.459Z[ recovery-image] Sep 11 19:39:55.690 INFO O| Sep 11 19:39:55.690 INFO STEP 370 (remove_files) COMPLETE
68582026-09-11T19:39:56.459Z[ recovery-image] Sep 11 19:39:55.690 INFO O| Sep 11 19:39:55.690 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-09-11T19:39:56.465Z[ recovery-image] Sep 11 19:39:55.698 INFO O| Sep 11 19:39:55.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68602026-09-11T19:39:56.465Z[ recovery-image] Sep 11 19:39:55.698 INFO O| Sep 11 19:39:55.698 INFO STEP 371 (remove_files) COMPLETE
68612026-09-11T19:39:56.465Z[ recovery-image] Sep 11 19:39:55.698 INFO O| Sep 11 19:39:55.698 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-09-11T19:39:56.481Z[ recovery-image] Sep 11 19:39:55.707 INFO O| Sep 11 19:39:55.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68632026-09-11T19:39:56.481Z[ recovery-image] Sep 11 19:39:55.707 INFO O| Sep 11 19:39:55.707 INFO STEP 372 (remove_files) COMPLETE
68642026-09-11T19:39:56.481Z[ recovery-image] Sep 11 19:39:55.707 INFO O| Sep 11 19:39:55.707 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-09-11T19:39:56.497Z[verify-libraries] Compiling tui-tree-widget v0.23.1
68662026-09-11T19:39:56.497Z[ recovery-image] Sep 11 19:39:55.716 INFO O| Sep 11 19:39:55.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68672026-09-11T19:39:56.497Z[ recovery-image] Sep 11 19:39:55.716 INFO O| Sep 11 19:39:55.716 INFO STEP 373 (remove_files) COMPLETE
68682026-09-11T19:39:56.497Z[ recovery-image] Sep 11 19:39:55.716 INFO O| Sep 11 19:39:55.716 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-11T19:39:56.497Z[ recovery-image] Sep 11 19:39:55.725 INFO O| Sep 11 19:39:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68702026-09-11T19:39:56.497Z[ recovery-image] Sep 11 19:39:55.725 INFO O| Sep 11 19:39:55.725 INFO STEP 374 (remove_files) COMPLETE
68712026-09-11T19:39:56.497Z[ recovery-image] Sep 11 19:39:55.725 INFO O| Sep 11 19:39:55.725 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-11T19:39:56.504Z[ recovery-image] Sep 11 19:39:55.734 INFO O| Sep 11 19:39:55.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68732026-09-11T19:39:56.504Z[ recovery-image] Sep 11 19:39:55.734 INFO O| Sep 11 19:39:55.734 INFO STEP 375 (remove_files) COMPLETE
68742026-09-11T19:39:56.504Z[ recovery-image] Sep 11 19:39:55.734 INFO O| Sep 11 19:39:55.734 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-11T19:39:56.518Z[ recovery-image] Sep 11 19:39:55.744 INFO O| Sep 11 19:39:55.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68762026-09-11T19:39:56.519Z[ recovery-image] Sep 11 19:39:55.744 INFO O| Sep 11 19:39:55.744 INFO STEP 376 (remove_files) COMPLETE
68772026-09-11T19:39:56.519Z[ recovery-image] Sep 11 19:39:55.744 INFO O| Sep 11 19:39:55.744 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-11T19:39:56.530Z[ recovery-image] Sep 11 19:39:55.754 INFO O| Sep 11 19:39:55.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68792026-09-11T19:39:56.530Z[ recovery-image] Sep 11 19:39:55.754 INFO O| Sep 11 19:39:55.754 INFO STEP 377 (remove_files) COMPLETE
68802026-09-11T19:39:56.530Z[ recovery-image] Sep 11 19:39:55.754 INFO O| Sep 11 19:39:55.754 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-11T19:39:56.538Z[ recovery-image] Sep 11 19:39:55.764 INFO O| Sep 11 19:39:55.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68822026-09-11T19:39:56.539Z[ recovery-image] Sep 11 19:39:55.764 INFO O| Sep 11 19:39:55.764 INFO STEP 378 (remove_files) COMPLETE
68832026-09-11T19:39:56.539Z[ recovery-image] Sep 11 19:39:55.764 INFO O| Sep 11 19:39:55.764 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-11T19:39:56.542Z[ recovery-image] Sep 11 19:39:55.775 INFO O| Sep 11 19:39:55.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68852026-09-11T19:39:56.542Z[ recovery-image] Sep 11 19:39:55.775 INFO O| Sep 11 19:39:55.775 INFO STEP 379 (remove_files) COMPLETE
68862026-09-11T19:39:56.542Z[ recovery-image] Sep 11 19:39:55.775 INFO O| Sep 11 19:39:55.775 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-11T19:39:56.551Z[ recovery-image] Sep 11 19:39:55.785 INFO O| Sep 11 19:39:55.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68882026-09-11T19:39:56.551Z[ recovery-image] Sep 11 19:39:55.785 INFO O| Sep 11 19:39:55.785 INFO STEP 380 (remove_files) COMPLETE
68892026-09-11T19:39:56.552Z[ recovery-image] Sep 11 19:39:55.785 INFO O| Sep 11 19:39:55.785 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-11T19:39:56.563Z[ recovery-image] Sep 11 19:39:55.795 INFO O| Sep 11 19:39:55.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68912026-09-11T19:39:56.563Z[ recovery-image] Sep 11 19:39:55.795 INFO O| Sep 11 19:39:55.795 INFO STEP 381 (remove_files) COMPLETE
68922026-09-11T19:39:56.563Z[ recovery-image] Sep 11 19:39:55.795 INFO O| Sep 11 19:39:55.795 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-11T19:39:56.574Z[ recovery-image] Sep 11 19:39:55.805 INFO O| Sep 11 19:39:55.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68942026-09-11T19:39:56.574Z[ recovery-image] Sep 11 19:39:55.805 INFO O| Sep 11 19:39:55.805 INFO STEP 382 (remove_files) COMPLETE
68952026-09-11T19:39:56.574Z[ recovery-image] Sep 11 19:39:55.805 INFO O| Sep 11 19:39:55.805 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-11T19:39:56.586Z[ recovery-image] Sep 11 19:39:55.815 INFO O| Sep 11 19:39:55.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68972026-09-11T19:39:56.586Z[ recovery-image] Sep 11 19:39:55.815 INFO O| Sep 11 19:39:55.815 INFO STEP 383 (remove_files) COMPLETE
68982026-09-11T19:39:56.586Z[ recovery-image] Sep 11 19:39:55.815 INFO O| Sep 11 19:39:55.815 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-11T19:39:56.593Z[ recovery-image] Sep 11 19:39:55.826 INFO O| Sep 11 19:39:55.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
69002026-09-11T19:39:56.593Z[ recovery-image] Sep 11 19:39:55.826 INFO O| Sep 11 19:39:55.826 INFO STEP 384 (remove_files) COMPLETE
69012026-09-11T19:39:56.593Z[ recovery-image] Sep 11 19:39:55.826 INFO O| Sep 11 19:39:55.826 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-11T19:39:56.607Z[ recovery-image] Sep 11 19:39:55.836 INFO O| Sep 11 19:39:55.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
69032026-09-11T19:39:56.607Z[ recovery-image] Sep 11 19:39:55.836 INFO O| Sep 11 19:39:55.836 INFO STEP 385 (remove_files) COMPLETE
69042026-09-11T19:39:56.607Z[ recovery-image] Sep 11 19:39:55.836 INFO O| Sep 11 19:39:55.836 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-11T19:39:56.620Z[ recovery-image] Sep 11 19:39:55.847 INFO O| Sep 11 19:39:55.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
69062026-09-11T19:39:56.620Z[ recovery-image] Sep 11 19:39:55.847 INFO O| Sep 11 19:39:55.847 INFO STEP 386 (remove_files) COMPLETE
69072026-09-11T19:39:56.629Z[ recovery-image] Sep 11 19:39:55.847 INFO O| Sep 11 19:39:55.847 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-11T19:39:56.629Z[ recovery-image] Sep 11 19:39:55.857 INFO O| Sep 11 19:39:55.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
69092026-09-11T19:39:56.629Z[ recovery-image] Sep 11 19:39:55.857 INFO O| Sep 11 19:39:55.857 INFO STEP 387 (remove_files) COMPLETE
69102026-09-11T19:39:56.629Z[ recovery-image] Sep 11 19:39:55.857 INFO O| Sep 11 19:39:55.857 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-09-11T19:39:56.647Z[ recovery-image] Sep 11 19:39:55.867 INFO O| Sep 11 19:39:55.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
69122026-09-11T19:39:56.647Z[ recovery-image] Sep 11 19:39:55.867 INFO O| Sep 11 19:39:55.867 INFO STEP 388 (remove_files) COMPLETE
69132026-09-11T19:39:56.647Z[ recovery-image] Sep 11 19:39:55.867 INFO O| Sep 11 19:39:55.867 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-09-11T19:39:56.652Z[ recovery-image] Sep 11 19:39:55.877 INFO O| Sep 11 19:39:55.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
69152026-09-11T19:39:56.653Z[ recovery-image] Sep 11 19:39:55.877 INFO O| Sep 11 19:39:55.877 INFO STEP 389 (remove_files) COMPLETE
69162026-09-11T19:39:56.654Z[ recovery-image] Sep 11 19:39:55.877 INFO O| Sep 11 19:39:55.877 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-09-11T19:39:56.662Z[ recovery-image] Sep 11 19:39:55.887 INFO O| Sep 11 19:39:55.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
69182026-09-11T19:39:56.662Z[ recovery-image] Sep 11 19:39:55.887 INFO O| Sep 11 19:39:55.887 INFO STEP 390 (remove_files) COMPLETE
69192026-09-11T19:39:56.663Z[ recovery-image] Sep 11 19:39:55.887 INFO O| Sep 11 19:39:55.887 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-09-11T19:39:56.672Z[ recovery-image] Sep 11 19:39:55.897 INFO O| Sep 11 19:39:55.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
69212026-09-11T19:39:56.672Z[ recovery-image] Sep 11 19:39:55.897 INFO O| Sep 11 19:39:55.897 INFO STEP 391 (remove_files) COMPLETE
69222026-09-11T19:39:56.672Z[ recovery-image] Sep 11 19:39:55.897 INFO O| Sep 11 19:39:55.897 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-09-11T19:39:56.677Z[ recovery-image] Sep 11 19:39:55.906 INFO O| Sep 11 19:39:55.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
69242026-09-11T19:39:56.677Z[ recovery-image] Sep 11 19:39:55.906 INFO O| Sep 11 19:39:55.906 INFO STEP 392 (remove_files) COMPLETE
69252026-09-11T19:39:56.677Z[ recovery-image] Sep 11 19:39:55.906 INFO O| Sep 11 19:39:55.906 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-09-11T19:39:56.691Z[ recovery-image] Sep 11 19:39:55.915 INFO O| Sep 11 19:39:55.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
69272026-09-11T19:39:56.691Z[ recovery-image] Sep 11 19:39:55.915 INFO O| Sep 11 19:39:55.915 INFO STEP 393 (remove_files) COMPLETE
69282026-09-11T19:39:56.691Z[ recovery-image] Sep 11 19:39:55.915 INFO O| Sep 11 19:39:55.915 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-09-11T19:39:56.700Z[ recovery-image] Sep 11 19:39:55.926 INFO O| Sep 11 19:39:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
69302026-09-11T19:39:56.701Z[ recovery-image] Sep 11 19:39:55.926 INFO O| Sep 11 19:39:55.926 INFO STEP 394 (remove_files) COMPLETE
69312026-09-11T19:39:56.701Z[ recovery-image] Sep 11 19:39:55.926 INFO O| Sep 11 19:39:55.926 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-09-11T19:39:56.713Z[ recovery-image] Sep 11 19:39:55.937 INFO O| Sep 11 19:39:55.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
69332026-09-11T19:39:56.713Z[ recovery-image] Sep 11 19:39:55.937 INFO O| Sep 11 19:39:55.937 INFO STEP 395 (remove_files) COMPLETE
69342026-09-11T19:39:56.713Z[ recovery-image] Sep 11 19:39:55.937 INFO O| Sep 11 19:39:55.937 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-09-11T19:39:56.718Z[ recovery-image] Sep 11 19:39:55.949 INFO O| Sep 11 19:39:55.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
69362026-09-11T19:39:56.718Z[ recovery-image] Sep 11 19:39:55.949 INFO O| Sep 11 19:39:55.949 INFO STEP 396 (remove_files) COMPLETE
69372026-09-11T19:39:56.718Z[ recovery-image] Sep 11 19:39:55.949 INFO O| Sep 11 19:39:55.949 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-09-11T19:39:56.725Z[ recovery-image] Sep 11 19:39:55.959 INFO O| Sep 11 19:39:55.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
69392026-09-11T19:39:56.725Z[ recovery-image] Sep 11 19:39:55.959 INFO O| Sep 11 19:39:55.959 INFO STEP 397 (remove_files) COMPLETE
69402026-09-11T19:39:56.726Z[ recovery-image] Sep 11 19:39:55.959 INFO O| Sep 11 19:39:55.959 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-09-11T19:39:56.741Z[ recovery-image] Sep 11 19:39:55.968 INFO O| Sep 11 19:39:55.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
69422026-09-11T19:39:56.741Z[ recovery-image] Sep 11 19:39:55.968 INFO O| Sep 11 19:39:55.968 INFO STEP 398 (remove_files) COMPLETE
69432026-09-11T19:39:56.741Z[ recovery-image] Sep 11 19:39:55.968 INFO O| Sep 11 19:39:55.968 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-09-11T19:39:56.749Z[ recovery-image] Sep 11 19:39:55.978 INFO O| Sep 11 19:39:55.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69452026-09-11T19:39:56.749Z[ recovery-image] Sep 11 19:39:55.978 INFO O| Sep 11 19:39:55.978 INFO STEP 399 (remove_files) COMPLETE
69462026-09-11T19:39:56.750Z[ recovery-image] Sep 11 19:39:55.978 INFO O| Sep 11 19:39:55.978 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-09-11T19:39:56.755Z[ recovery-image] Sep 11 19:39:55.988 INFO O| Sep 11 19:39:55.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69482026-09-11T19:39:56.766Z[ recovery-image] Sep 11 19:39:55.989 INFO O| Sep 11 19:39:55.989 INFO STEP 400 (remove_files) COMPLETE
69492026-09-11T19:39:56.766Z[ recovery-image] Sep 11 19:39:55.989 INFO O| Sep 11 19:39:55.989 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-09-11T19:39:56.771Z[ recovery-image] Sep 11 19:39:55.998 INFO O| Sep 11 19:39:55.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69512026-09-11T19:39:56.771Z[ recovery-image] Sep 11 19:39:55.998 INFO O| Sep 11 19:39:55.998 INFO STEP 401 (remove_files) COMPLETE
69522026-09-11T19:39:56.771Z[ recovery-image] Sep 11 19:39:55.998 INFO O| Sep 11 19:39:55.998 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-09-11T19:39:56.780Z[ recovery-image] Sep 11 19:39:56.007 INFO O| Sep 11 19:39:56.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69542026-09-11T19:39:56.780Z[ recovery-image] Sep 11 19:39:56.007 INFO O| Sep 11 19:39:56.007 INFO STEP 402 (remove_files) COMPLETE
69552026-09-11T19:39:56.780Z[ recovery-image] Sep 11 19:39:56.007 INFO O| Sep 11 19:39:56.007 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-09-11T19:39:56.787Z[ recovery-image] Sep 11 19:39:56.016 INFO O| Sep 11 19:39:56.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69572026-09-11T19:39:56.787Z[ recovery-image] Sep 11 19:39:56.016 INFO O| Sep 11 19:39:56.016 INFO STEP 403 (remove_files) COMPLETE
69582026-09-11T19:39:56.787Z[ recovery-image] Sep 11 19:39:56.016 INFO O| Sep 11 19:39:56.016 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-09-11T19:39:56.805Z[ recovery-image] Sep 11 19:39:56.025 INFO O| Sep 11 19:39:56.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69602026-09-11T19:39:56.805Z[ recovery-image] Sep 11 19:39:56.025 INFO O| Sep 11 19:39:56.025 INFO STEP 404 (remove_files) COMPLETE
69612026-09-11T19:39:56.805Z[ recovery-image] Sep 11 19:39:56.025 INFO O| Sep 11 19:39:56.025 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-09-11T19:39:56.806Z[ recovery-image] Sep 11 19:39:56.033 INFO O| Sep 11 19:39:56.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69632026-09-11T19:39:56.806Z[ recovery-image] Sep 11 19:39:56.033 INFO O| Sep 11 19:39:56.033 INFO STEP 405 (remove_files) COMPLETE
69642026-09-11T19:39:56.806Z[ recovery-image] Sep 11 19:39:56.033 INFO O| Sep 11 19:39:56.033 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-09-11T19:39:56.807Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
69662026-09-11T19:39:56.811Z[ recovery-image] Sep 11 19:39:56.043 INFO O| Sep 11 19:39:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69672026-09-11T19:39:56.811Z[ recovery-image] Sep 11 19:39:56.043 INFO O| Sep 11 19:39:56.043 INFO STEP 406 (remove_files) COMPLETE
69682026-09-11T19:39:56.811Z[ recovery-image] Sep 11 19:39:56.043 INFO O| Sep 11 19:39:56.043 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-11T19:39:56.819Z[ recovery-image] Sep 11 19:39:56.053 INFO O| Sep 11 19:39:56.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69702026-09-11T19:39:56.820Z[ recovery-image] Sep 11 19:39:56.053 INFO O| Sep 11 19:39:56.053 INFO STEP 407 (remove_files) COMPLETE
69712026-09-11T19:39:56.829Z[ recovery-image] Sep 11 19:39:56.053 INFO O| Sep 11 19:39:56.053 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-11T19:39:56.838Z[ recovery-image] Sep 11 19:39:56.063 INFO O| Sep 11 19:39:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69732026-09-11T19:39:56.838Z[ recovery-image] Sep 11 19:39:56.063 INFO O| Sep 11 19:39:56.063 INFO STEP 408 (remove_files) COMPLETE
69742026-09-11T19:39:56.839Z[ recovery-image] Sep 11 19:39:56.063 INFO O| Sep 11 19:39:56.063 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-11T19:39:56.843Z[ recovery-image] Sep 11 19:39:56.072 INFO O| Sep 11 19:39:56.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69762026-09-11T19:39:56.843Z[ recovery-image] Sep 11 19:39:56.072 INFO O| Sep 11 19:39:56.072 INFO STEP 409 (remove_files) COMPLETE
69772026-09-11T19:39:56.843Z[ recovery-image] Sep 11 19:39:56.072 INFO O| Sep 11 19:39:56.072 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-11T19:39:56.847Z[ recovery-image] Sep 11 19:39:56.080 INFO O| Sep 11 19:39:56.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69792026-09-11T19:39:56.847Z[ recovery-image] Sep 11 19:39:56.080 INFO O| Sep 11 19:39:56.080 INFO STEP 410 (remove_files) COMPLETE
69802026-09-11T19:39:56.847Z[ recovery-image] Sep 11 19:39:56.080 INFO O| Sep 11 19:39:56.080 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-11T19:39:56.857Z[ recovery-image] Sep 11 19:39:56.091 INFO O| Sep 11 19:39:56.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69822026-09-11T19:39:56.857Z[ recovery-image] Sep 11 19:39:56.091 INFO O| Sep 11 19:39:56.091 INFO STEP 411 (remove_files) COMPLETE
69832026-09-11T19:39:56.862Z[ recovery-image] Sep 11 19:39:56.091 INFO O| Sep 11 19:39:56.091 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-11T19:39:56.871Z[ recovery-image] Sep 11 19:39:56.101 INFO O| Sep 11 19:39:56.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69852026-09-11T19:39:56.871Z[ recovery-image] Sep 11 19:39:56.101 INFO O| Sep 11 19:39:56.101 INFO STEP 412 (remove_files) COMPLETE
69862026-09-11T19:39:56.876Z[ recovery-image] Sep 11 19:39:56.101 INFO O| Sep 11 19:39:56.101 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-11T19:39:56.881Z[ recovery-image] Sep 11 19:39:56.110 INFO O| Sep 11 19:39:56.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69882026-09-11T19:39:56.881Z[ recovery-image] Sep 11 19:39:56.110 INFO O| Sep 11 19:39:56.110 INFO STEP 413 (remove_files) COMPLETE
69892026-09-11T19:39:56.881Z[ recovery-image] Sep 11 19:39:56.110 INFO O| Sep 11 19:39:56.110 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-11T19:39:56.888Z[ recovery-image] Sep 11 19:39:56.120 INFO O| Sep 11 19:39:56.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69912026-09-11T19:39:56.888Z[ recovery-image] Sep 11 19:39:56.120 INFO O| Sep 11 19:39:56.120 INFO STEP 414 (remove_files) COMPLETE
69922026-09-11T19:39:56.892Z[ recovery-image] Sep 11 19:39:56.120 INFO O| Sep 11 19:39:56.120 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-11T19:39:56.896Z[ recovery-image] Sep 11 19:39:56.129 INFO O| Sep 11 19:39:56.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69942026-09-11T19:39:56.897Z[ recovery-image] Sep 11 19:39:56.129 INFO O| Sep 11 19:39:56.129 INFO STEP 415 (remove_files) COMPLETE
69952026-09-11T19:39:56.897Z[ recovery-image] Sep 11 19:39:56.129 INFO O| Sep 11 19:39:56.129 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-11T19:39:56.904Z[ recovery-image] Sep 11 19:39:56.137 INFO O| Sep 11 19:39:56.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69972026-09-11T19:39:56.904Z[ recovery-image] Sep 11 19:39:56.137 INFO O| Sep 11 19:39:56.137 INFO STEP 416 (remove_files) COMPLETE
69982026-09-11T19:39:56.908Z[ recovery-image] Sep 11 19:39:56.137 INFO O| Sep 11 19:39:56.137 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-11T19:39:56.908Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
70002026-09-11T19:39:56.912Z[ recovery-image] Sep 11 19:39:56.145 INFO O| Sep 11 19:39:56.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
70012026-09-11T19:39:56.912Z[ recovery-image] Sep 11 19:39:56.145 INFO O| Sep 11 19:39:56.145 INFO STEP 417 (remove_files) COMPLETE
70022026-09-11T19:39:56.912Z[ recovery-image] Sep 11 19:39:56.145 INFO O| Sep 11 19:39:56.145 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-09-11T19:39:56.920Z[ recovery-image] Sep 11 19:39:56.153 INFO O| Sep 11 19:39:56.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
70042026-09-11T19:39:56.920Z[ recovery-image] Sep 11 19:39:56.153 INFO O| Sep 11 19:39:56.153 INFO STEP 418 (remove_files) COMPLETE
70052026-09-11T19:39:56.920Z[ recovery-image] Sep 11 19:39:56.153 INFO O| Sep 11 19:39:56.153 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-09-11T19:39:56.930Z[ recovery-image] Sep 11 19:39:56.161 INFO O| Sep 11 19:39:56.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
70072026-09-11T19:39:56.930Z[ recovery-image] Sep 11 19:39:56.161 INFO O| Sep 11 19:39:56.161 INFO STEP 419 (remove_files) COMPLETE
70082026-09-11T19:39:56.935Z[ recovery-image] Sep 11 19:39:56.161 INFO O| Sep 11 19:39:56.161 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-09-11T19:39:56.935Z[ recovery-image] Sep 11 19:39:56.168 INFO O| Sep 11 19:39:56.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
70102026-09-11T19:39:56.935Z[ recovery-image] Sep 11 19:39:56.168 INFO O| Sep 11 19:39:56.168 INFO STEP 420 (remove_files) COMPLETE
70112026-09-11T19:39:56.935Z[ recovery-image] Sep 11 19:39:56.168 INFO O| Sep 11 19:39:56.168 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-09-11T19:39:56.942Z[ recovery-image] Sep 11 19:39:56.175 INFO O| Sep 11 19:39:56.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
70132026-09-11T19:39:56.942Z[ recovery-image] Sep 11 19:39:56.175 INFO O| Sep 11 19:39:56.175 INFO STEP 421 (remove_files) COMPLETE
70142026-09-11T19:39:56.942Z[ recovery-image] Sep 11 19:39:56.175 INFO O| Sep 11 19:39:56.175 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-09-11T19:39:56.951Z[ recovery-image] Sep 11 19:39:56.183 INFO O| Sep 11 19:39:56.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
70162026-09-11T19:39:56.951Z[ recovery-image] Sep 11 19:39:56.183 INFO O| Sep 11 19:39:56.183 INFO STEP 422 (remove_files) COMPLETE
70172026-09-11T19:39:56.952Z[ recovery-image] Sep 11 19:39:56.183 INFO O| Sep 11 19:39:56.183 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-09-11T19:39:56.965Z[ recovery-image] Sep 11 19:39:56.191 INFO O| Sep 11 19:39:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
70192026-09-11T19:39:56.965Z[ recovery-image] Sep 11 19:39:56.191 INFO O| Sep 11 19:39:56.191 INFO STEP 423 (remove_files) COMPLETE
70202026-09-11T19:39:56.966Z[ recovery-image] Sep 11 19:39:56.191 INFO O| Sep 11 19:39:56.191 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-11T19:39:56.975Z[ recovery-image] Sep 11 19:39:56.199 INFO O| Sep 11 19:39:56.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
70222026-09-11T19:39:56.975Z[ recovery-image] Sep 11 19:39:56.199 INFO O| Sep 11 19:39:56.199 INFO STEP 424 (remove_files) COMPLETE
70232026-09-11T19:39:56.975Z[ recovery-image] Sep 11 19:39:56.199 INFO O| Sep 11 19:39:56.199 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-11T19:39:56.975Z[ recovery-image] Sep 11 19:39:56.207 INFO O| Sep 11 19:39:56.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
70252026-09-11T19:39:56.975Z[ recovery-image] Sep 11 19:39:56.207 INFO O| Sep 11 19:39:56.207 INFO STEP 425 (remove_files) COMPLETE
70262026-09-11T19:39:56.975Z[ recovery-image] Sep 11 19:39:56.207 INFO O| Sep 11 19:39:56.207 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-11T19:39:56.985Z[ recovery-image] Sep 11 19:39:56.216 INFO O| Sep 11 19:39:56.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
70282026-09-11T19:39:56.985Z[ recovery-image] Sep 11 19:39:56.216 INFO O| Sep 11 19:39:56.216 INFO STEP 426 (remove_files) COMPLETE
70292026-09-11T19:39:56.985Z[ recovery-image] Sep 11 19:39:56.216 INFO O| Sep 11 19:39:56.216 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-11T19:39:56.991Z[ recovery-image] Sep 11 19:39:56.224 INFO O| Sep 11 19:39:56.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
70312026-09-11T19:39:56.991Z[ recovery-image] Sep 11 19:39:56.224 INFO O| Sep 11 19:39:56.224 INFO STEP 427 (remove_files) COMPLETE
70322026-09-11T19:39:56.991Z[ recovery-image] Sep 11 19:39:56.224 INFO O| Sep 11 19:39:56.224 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-09-11T19:39:56.999Z[ recovery-image] Sep 11 19:39:56.233 INFO O| Sep 11 19:39:56.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
70342026-09-11T19:39:56.999Z[ recovery-image] Sep 11 19:39:56.233 INFO O| Sep 11 19:39:56.233 INFO STEP 428 (remove_files) COMPLETE
70352026-09-11T19:39:56.999Z[ recovery-image] Sep 11 19:39:56.233 INFO O| Sep 11 19:39:56.233 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-11T19:39:57.009Z[ recovery-image] Sep 11 19:39:56.243 INFO O| Sep 11 19:39:56.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
70372026-09-11T19:39:57.009Z[ recovery-image] Sep 11 19:39:56.243 INFO O| Sep 11 19:39:56.243 INFO STEP 429 (remove_files) COMPLETE
70382026-09-11T19:39:57.011Z[ recovery-image] Sep 11 19:39:56.243 INFO O| Sep 11 19:39:56.243 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-11T19:39:57.020Z[ recovery-image] Sep 11 19:39:56.253 INFO O| Sep 11 19:39:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
70402026-09-11T19:39:57.020Z[ recovery-image] Sep 11 19:39:56.253 INFO O| Sep 11 19:39:56.253 INFO STEP 430 (remove_files) COMPLETE
70412026-09-11T19:39:57.024Z[ recovery-image] Sep 11 19:39:56.253 INFO O| Sep 11 19:39:56.253 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-11T19:39:57.037Z[ recovery-image] Sep 11 19:39:56.263 INFO O| Sep 11 19:39:56.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
70432026-09-11T19:39:57.037Z[ recovery-image] Sep 11 19:39:56.263 INFO O| Sep 11 19:39:56.263 INFO STEP 431 (remove_files) COMPLETE
70442026-09-11T19:39:57.038Z[ recovery-image] Sep 11 19:39:56.263 INFO O| Sep 11 19:39:56.263 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-11T19:39:57.043Z[ recovery-image] Sep 11 19:39:56.272 INFO O| Sep 11 19:39:56.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70462026-09-11T19:39:57.043Z[ recovery-image] Sep 11 19:39:56.272 INFO O| Sep 11 19:39:56.272 INFO STEP 432 (remove_files) COMPLETE
70472026-09-11T19:39:57.043Z[ recovery-image] Sep 11 19:39:56.272 INFO O| Sep 11 19:39:56.272 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-11T19:39:57.069Z[ recovery-image] Sep 11 19:39:56.283 INFO O| Sep 11 19:39:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70492026-09-11T19:39:57.069Z[ recovery-image] Sep 11 19:39:56.283 INFO O| Sep 11 19:39:56.283 INFO STEP 433 (remove_files) COMPLETE
70502026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.283 INFO O| Sep 11 19:39:56.283 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.293 INFO O| Sep 11 19:39:56.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70522026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.293 INFO O| Sep 11 19:39:56.293 INFO STEP 434 (remove_files) COMPLETE
70532026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.293 INFO O| Sep 11 19:39:56.293 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.301 INFO O| Sep 11 19:39:56.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70552026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.301 INFO O| Sep 11 19:39:56.301 INFO STEP 435 (remove_files) COMPLETE
70562026-09-11T19:39:57.070Z[ recovery-image] Sep 11 19:39:56.301 INFO O| Sep 11 19:39:56.301 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.310 INFO O| Sep 11 19:39:56.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70582026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.310 INFO O| Sep 11 19:39:56.310 INFO STEP 436 (remove_files) COMPLETE
70592026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.310 INFO O| Sep 11 19:39:56.310 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.317 INFO O| Sep 11 19:39:56.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70612026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.317 INFO O| Sep 11 19:39:56.317 INFO STEP 437 (remove_files) COMPLETE
70622026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.317 INFO O| Sep 11 19:39:56.317 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.325 INFO O| Sep 11 19:39:56.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70642026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.325 INFO O| Sep 11 19:39:56.325 INFO STEP 438 (remove_files) COMPLETE
70652026-09-11T19:39:57.093Z[ recovery-image] Sep 11 19:39:56.325 INFO O| Sep 11 19:39:56.325 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-09-11T19:39:57.099Z[ recovery-image] Sep 11 19:39:56.332 INFO O| Sep 11 19:39:56.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70672026-09-11T19:39:57.099Z[ recovery-image] Sep 11 19:39:56.332 INFO O| Sep 11 19:39:56.332 INFO STEP 439 (remove_files) COMPLETE
70682026-09-11T19:39:57.099Z[ recovery-image] Sep 11 19:39:56.332 INFO O| Sep 11 19:39:56.332 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-09-11T19:39:57.110Z[ recovery-image] Sep 11 19:39:56.340 INFO O| Sep 11 19:39:56.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70702026-09-11T19:39:57.110Z[ recovery-image] Sep 11 19:39:56.340 INFO O| Sep 11 19:39:56.340 INFO STEP 440 (remove_files) COMPLETE
70712026-09-11T19:39:57.110Z[ recovery-image] Sep 11 19:39:56.340 INFO O| Sep 11 19:39:56.340 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-09-11T19:39:57.182Z[ recovery-image] Sep 11 19:39:56.369 INFO O| Sep 11 19:39:56.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70732026-09-11T19:39:57.190Z[ recovery-image] Sep 11 19:39:56.369 INFO O| Sep 11 19:39:56.369 INFO STEP 441 (remove_files) COMPLETE
70742026-09-11T19:39:57.190Z[ recovery-image] Sep 11 19:39:56.369 INFO O| Sep 11 19:39:56.369 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-09-11T19:39:57.200Z[ recovery-image] Sep 11 19:39:56.379 INFO O| Sep 11 19:39:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70762026-09-11T19:39:57.200Z[ recovery-image] Sep 11 19:39:56.379 INFO O| Sep 11 19:39:56.379 INFO STEP 442 (remove_files) COMPLETE
70772026-09-11T19:39:57.200Z[ recovery-image] Sep 11 19:39:56.379 INFO O| Sep 11 19:39:56.379 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-09-11T19:39:57.200Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
70792026-09-11T19:39:57.200Z[ recovery-image] Sep 11 19:39:56.388 INFO O| Sep 11 19:39:56.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70802026-09-11T19:39:57.200Z[ recovery-image] Sep 11 19:39:56.388 INFO O| Sep 11 19:39:56.388 INFO STEP 443 (remove_files) COMPLETE
70812026-09-11T19:39:57.201Z[ recovery-image] Sep 11 19:39:56.388 INFO O| Sep 11 19:39:56.388 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-11T19:39:57.201Z[ recovery-image] Sep 11 19:39:56.399 INFO O| Sep 11 19:39:56.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70832026-09-11T19:39:57.201Z[ recovery-image] Sep 11 19:39:56.399 INFO O| Sep 11 19:39:56.399 INFO STEP 444 (remove_files) COMPLETE
70842026-09-11T19:39:57.201Z[ recovery-image] Sep 11 19:39:56.399 INFO O| Sep 11 19:39:56.399 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.427 INFO O| Sep 11 19:39:56.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70862026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.437 INFO O| Sep 11 19:39:56.437 INFO STEP 445 (remove_files) COMPLETE
70872026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.437 INFO O| Sep 11 19:39:56.437 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.450 INFO O| Sep 11 19:39:56.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70892026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.450 INFO O| Sep 11 19:39:56.450 INFO STEP 446 (remove_files) COMPLETE
70902026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.450 INFO O| Sep 11 19:39:56.450 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.463 INFO O| Sep 11 19:39:56.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70922026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.463 INFO O| Sep 11 19:39:56.463 INFO STEP 447 (remove_files) COMPLETE
70932026-09-11T19:39:57.282Z[ recovery-image] Sep 11 19:39:56.463 INFO O| Sep 11 19:39:56.463 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-11T19:39:57.283Z[ recovery-image] Sep 11 19:39:56.474 INFO O| Sep 11 19:39:56.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70952026-09-11T19:39:57.283Z[ recovery-image] Sep 11 19:39:56.475 INFO O| Sep 11 19:39:56.475 INFO STEP 448 (remove_files) COMPLETE
70962026-09-11T19:39:57.283Z[ recovery-image] Sep 11 19:39:56.475 INFO O| Sep 11 19:39:56.475 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-11T19:39:57.283Z[ recovery-image] Sep 11 19:39:56.485 INFO O| Sep 11 19:39:56.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70982026-09-11T19:39:57.283Z[ recovery-image] Sep 11 19:39:56.485 INFO O| Sep 11 19:39:56.485 INFO STEP 449 (remove_files) COMPLETE
70992026-09-11T19:39:57.283Z[ recovery-image] Sep 11 19:39:56.485 INFO O| Sep 11 19:39:56.485 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-09-11T19:39:57.285Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
71012026-09-11T19:39:57.286Z[ recovery-image] Sep 11 19:39:56.495 INFO O| Sep 11 19:39:56.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
71022026-09-11T19:39:57.286Z[ recovery-image] Sep 11 19:39:56.495 INFO O| Sep 11 19:39:56.495 INFO STEP 450 (remove_files) COMPLETE
71032026-09-11T19:39:57.286Z[ recovery-image] Sep 11 19:39:56.496 INFO O| Sep 11 19:39:56.495 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.506 INFO O| Sep 11 19:39:56.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
71052026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.506 INFO O| Sep 11 19:39:56.506 INFO STEP 451 (remove_files) COMPLETE
71062026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.506 INFO O| Sep 11 19:39:56.506 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.517 INFO O| Sep 11 19:39:56.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
71082026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.517 INFO O| Sep 11 19:39:56.517 INFO STEP 452 (remove_files) COMPLETE
71092026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.517 INFO O| Sep 11 19:39:56.517 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.528 INFO O| Sep 11 19:39:56.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
71112026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.528 INFO O| Sep 11 19:39:56.528 INFO STEP 453 (remove_files) COMPLETE
71122026-09-11T19:39:57.299Z[ recovery-image] Sep 11 19:39:56.528 INFO O| Sep 11 19:39:56.528 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-11T19:39:57.309Z[ recovery-image] Sep 11 19:39:56.538 INFO O| Sep 11 19:39:56.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
71142026-09-11T19:39:57.309Z[ recovery-image] Sep 11 19:39:56.538 INFO O| Sep 11 19:39:56.538 INFO STEP 454 (remove_files) COMPLETE
71152026-09-11T19:39:57.309Z[ recovery-image] Sep 11 19:39:56.538 INFO O| Sep 11 19:39:56.538 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-11T19:39:57.321Z[ recovery-image] Sep 11 19:39:56.548 INFO O| Sep 11 19:39:56.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
71172026-09-11T19:39:57.321Z[ recovery-image] Sep 11 19:39:56.548 INFO O| Sep 11 19:39:56.548 INFO STEP 455 (remove_files) COMPLETE
71182026-09-11T19:39:57.322Z[ recovery-image] Sep 11 19:39:56.548 INFO O| Sep 11 19:39:56.548 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-11T19:39:57.333Z[ recovery-image] Sep 11 19:39:56.558 INFO O| Sep 11 19:39:56.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
71202026-09-11T19:39:57.333Z[ recovery-image] Sep 11 19:39:56.558 INFO O| Sep 11 19:39:56.558 INFO STEP 456 (remove_files) COMPLETE
71212026-09-11T19:39:57.333Z[ recovery-image] Sep 11 19:39:56.558 INFO O| Sep 11 19:39:56.558 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-11T19:39:57.337Z[ recovery-image] Sep 11 19:39:56.569 INFO O| Sep 11 19:39:56.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
71232026-09-11T19:39:57.337Z[ recovery-image] Sep 11 19:39:56.569 INFO O| Sep 11 19:39:56.569 INFO STEP 457 (remove_files) COMPLETE
71242026-09-11T19:39:57.337Z[ recovery-image] Sep 11 19:39:56.569 INFO O| Sep 11 19:39:56.569 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-11T19:39:57.346Z[ recovery-image] Sep 11 19:39:56.579 INFO O| Sep 11 19:39:56.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
71262026-09-11T19:39:57.346Z[ recovery-image] Sep 11 19:39:56.579 INFO O| Sep 11 19:39:56.579 INFO STEP 458 (remove_files) COMPLETE
71272026-09-11T19:39:57.350Z[ recovery-image] Sep 11 19:39:56.579 INFO O| Sep 11 19:39:56.579 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-11T19:39:57.357Z[ recovery-image] Sep 11 19:39:56.590 INFO O| Sep 11 19:39:56.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
71292026-09-11T19:39:57.357Z[ recovery-image] Sep 11 19:39:56.590 INFO O| Sep 11 19:39:56.590 INFO STEP 459 (remove_files) COMPLETE
71302026-09-11T19:39:57.357Z[ recovery-image] Sep 11 19:39:56.590 INFO O| Sep 11 19:39:56.590 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-11T19:39:57.366Z[ recovery-image] Sep 11 19:39:56.600 INFO O| Sep 11 19:39:56.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
71322026-09-11T19:39:57.366Z[ recovery-image] Sep 11 19:39:56.600 INFO O| Sep 11 19:39:56.600 INFO STEP 460 (remove_files) COMPLETE
71332026-09-11T19:39:57.378Z[ recovery-image] Sep 11 19:39:56.600 INFO O| Sep 11 19:39:56.600 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-11T19:39:57.393Z[ recovery-image] Sep 11 19:39:56.610 INFO O| Sep 11 19:39:56.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
71352026-09-11T19:39:57.393Z[ recovery-image] Sep 11 19:39:56.610 INFO O| Sep 11 19:39:56.610 INFO STEP 461 (remove_files) COMPLETE
71362026-09-11T19:39:57.393Z[ recovery-image] Sep 11 19:39:56.610 INFO O| Sep 11 19:39:56.610 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-11T19:39:57.398Z[ recovery-image] Sep 11 19:39:56.622 INFO O| Sep 11 19:39:56.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
71382026-09-11T19:39:57.398Z[ recovery-image] Sep 11 19:39:56.622 INFO O| Sep 11 19:39:56.622 INFO STEP 462 (remove_files) COMPLETE
71392026-09-11T19:39:57.398Z[ recovery-image] Sep 11 19:39:56.622 INFO O| Sep 11 19:39:56.622 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-11T19:39:57.405Z[ recovery-image] Sep 11 19:39:56.633 INFO O| Sep 11 19:39:56.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
71412026-09-11T19:39:57.405Z[ recovery-image] Sep 11 19:39:56.633 INFO O| Sep 11 19:39:56.633 INFO STEP 463 (remove_files) COMPLETE
71422026-09-11T19:39:57.405Z[ recovery-image] Sep 11 19:39:56.633 INFO O| Sep 11 19:39:56.633 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-11T19:39:57.498Z[ recovery-image] Sep 11 19:39:56.644 INFO O| Sep 11 19:39:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
71442026-09-11T19:39:57.498Z[ recovery-image] Sep 11 19:39:56.644 INFO O| Sep 11 19:39:56.644 INFO STEP 464 (remove_files) COMPLETE
71452026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.644 INFO O| Sep 11 19:39:56.644 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.655 INFO O| Sep 11 19:39:56.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
71472026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.655 INFO O| Sep 11 19:39:56.655 INFO STEP 465 (remove_files) COMPLETE
71482026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.655 INFO O| Sep 11 19:39:56.655 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.666 INFO O| Sep 11 19:39:56.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71502026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.666 INFO O| Sep 11 19:39:56.666 INFO STEP 466 (remove_files) COMPLETE
71512026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.666 INFO O| Sep 11 19:39:56.666 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.676 INFO O| Sep 11 19:39:56.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71532026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.676 INFO O| Sep 11 19:39:56.676 INFO STEP 467 (remove_files) COMPLETE
71542026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.676 INFO O| Sep 11 19:39:56.676 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-11T19:39:57.499Z[ recovery-image] Sep 11 19:39:56.686 INFO O| Sep 11 19:39:56.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71562026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.686 INFO O| Sep 11 19:39:56.686 INFO STEP 468 (remove_files) COMPLETE
71572026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.686 INFO O| Sep 11 19:39:56.686 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.696 INFO O| Sep 11 19:39:56.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71592026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.696 INFO O| Sep 11 19:39:56.696 INFO STEP 469 (remove_files) COMPLETE
71602026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.696 INFO O| Sep 11 19:39:56.696 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.706 INFO O| Sep 11 19:39:56.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71622026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.706 INFO O| Sep 11 19:39:56.706 INFO STEP 470 (remove_files) COMPLETE
71632026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.706 INFO O| Sep 11 19:39:56.706 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.718 INFO O| Sep 11 19:39:56.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71652026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.718 INFO O| Sep 11 19:39:56.718 INFO STEP 471 (remove_files) COMPLETE
71662026-09-11T19:39:57.500Z[ recovery-image] Sep 11 19:39:56.718 INFO O| Sep 11 19:39:56.718 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-11T19:39:57.508Z[ recovery-image] Sep 11 19:39:56.731 INFO O| Sep 11 19:39:56.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71682026-09-11T19:39:57.508Z[ recovery-image] Sep 11 19:39:56.731 INFO O| Sep 11 19:39:56.731 INFO STEP 472 (remove_files) COMPLETE
71692026-09-11T19:39:57.508Z[ recovery-image] Sep 11 19:39:56.731 INFO O| Sep 11 19:39:56.731 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-11T19:39:57.519Z[ recovery-image] Sep 11 19:39:56.742 INFO O| Sep 11 19:39:56.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71712026-09-11T19:39:57.519Z[ recovery-image] Sep 11 19:39:56.743 INFO O| Sep 11 19:39:56.743 INFO STEP 473 (remove_files) COMPLETE
71722026-09-11T19:39:57.519Z[ recovery-image] Sep 11 19:39:56.743 INFO O| Sep 11 19:39:56.743 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-11T19:39:57.535Z[ recovery-image] Sep 11 19:39:56.754 INFO O| Sep 11 19:39:56.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71742026-09-11T19:39:57.535Z[ recovery-image] Sep 11 19:39:56.755 INFO O| Sep 11 19:39:56.755 INFO STEP 474 (remove_files) COMPLETE
71752026-09-11T19:39:57.535Z[ recovery-image] Sep 11 19:39:56.755 INFO O| Sep 11 19:39:56.755 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-11T19:39:57.546Z[ recovery-image] Sep 11 19:39:56.766 INFO O| Sep 11 19:39:56.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71772026-09-11T19:39:57.547Z[ recovery-image] Sep 11 19:39:56.766 INFO O| Sep 11 19:39:56.766 INFO STEP 475 (remove_files) COMPLETE
71782026-09-11T19:39:57.547Z[ recovery-image] Sep 11 19:39:56.766 INFO O| Sep 11 19:39:56.766 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-11T19:39:57.547Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
71802026-09-11T19:39:57.547Z[ recovery-image] Sep 11 19:39:56.775 INFO O| Sep 11 19:39:56.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71812026-09-11T19:39:57.547Z[ recovery-image] Sep 11 19:39:56.775 INFO O| Sep 11 19:39:56.775 INFO STEP 476 (remove_files) COMPLETE
71822026-09-11T19:39:57.547Z[ recovery-image] Sep 11 19:39:56.775 INFO O| Sep 11 19:39:56.775 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-11T19:39:57.553Z[ recovery-image] Sep 11 19:39:56.787 INFO O| Sep 11 19:39:56.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71842026-09-11T19:39:57.554Z[ recovery-image] Sep 11 19:39:56.787 INFO O| Sep 11 19:39:56.787 INFO STEP 477 (remove_files) COMPLETE
71852026-09-11T19:39:57.554Z[ recovery-image] Sep 11 19:39:56.787 INFO O| Sep 11 19:39:56.787 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-11T19:39:57.609Z[ recovery-image] Sep 11 19:39:56.796 INFO O| Sep 11 19:39:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71872026-09-11T19:39:57.609Z[ recovery-image] Sep 11 19:39:56.796 INFO O| Sep 11 19:39:56.796 INFO STEP 478 (remove_files) COMPLETE
71882026-09-11T19:39:57.609Z[ recovery-image] Sep 11 19:39:56.796 INFO O| Sep 11 19:39:56.796 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-11T19:39:57.609Z[ recovery-image] Sep 11 19:39:56.807 INFO O| Sep 11 19:39:56.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71902026-09-11T19:39:57.609Z[ recovery-image] Sep 11 19:39:56.807 INFO O| Sep 11 19:39:56.807 INFO STEP 479 (remove_files) COMPLETE
71912026-09-11T19:39:57.609Z[ recovery-image] Sep 11 19:39:56.807 INFO O| Sep 11 19:39:56.807 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.817 INFO O| Sep 11 19:39:56.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71932026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.817 INFO O| Sep 11 19:39:56.817 INFO STEP 480 (remove_files) COMPLETE
71942026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.817 INFO O| Sep 11 19:39:56.817 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.827 INFO O| Sep 11 19:39:56.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71962026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.827 INFO O| Sep 11 19:39:56.827 INFO STEP 481 (remove_files) COMPLETE
71972026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.827 INFO O| Sep 11 19:39:56.827 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-11T19:39:57.610Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
71992026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.836 INFO O| Sep 11 19:39:56.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
72002026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.837 INFO O| Sep 11 19:39:56.837 INFO STEP 482 (remove_files) COMPLETE
72012026-09-11T19:39:57.610Z[ recovery-image] Sep 11 19:39:56.837 INFO O| Sep 11 19:39:56.837 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-11T19:39:57.618Z[ recovery-image] Sep 11 19:39:56.848 INFO O| Sep 11 19:39:56.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
72032026-09-11T19:39:57.629Z[ recovery-image] Sep 11 19:39:56.849 INFO O| Sep 11 19:39:56.849 INFO STEP 483 (remove_files) COMPLETE
72042026-09-11T19:39:57.630Z[ recovery-image] Sep 11 19:39:56.849 INFO O| Sep 11 19:39:56.849 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-11T19:39:57.640Z[ recovery-image] Sep 11 19:39:56.860 INFO O| Sep 11 19:39:56.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
72062026-09-11T19:39:57.640Z[ recovery-image] Sep 11 19:39:56.860 INFO O| Sep 11 19:39:56.860 INFO STEP 484 (remove_files) COMPLETE
72072026-09-11T19:39:57.640Z[ recovery-image] Sep 11 19:39:56.860 INFO O| Sep 11 19:39:56.860 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-11T19:39:57.647Z[ recovery-image] Sep 11 19:39:56.869 INFO O| Sep 11 19:39:56.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
72092026-09-11T19:39:57.647Z[ recovery-image] Sep 11 19:39:56.869 INFO O| Sep 11 19:39:56.869 INFO STEP 485 (remove_files) COMPLETE
72102026-09-11T19:39:57.648Z[ recovery-image] Sep 11 19:39:56.869 INFO O| Sep 11 19:39:56.869 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.879 INFO O| Sep 11 19:39:56.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
72122026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.879 INFO O| Sep 11 19:39:56.879 INFO STEP 486 (remove_files) COMPLETE
72132026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.879 INFO O| Sep 11 19:39:56.879 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.887 INFO O| Sep 11 19:39:56.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
72152026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.887 INFO O| Sep 11 19:39:56.887 INFO STEP 487 (remove_files) COMPLETE
72162026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.887 INFO O| Sep 11 19:39:56.887 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.896 INFO O| Sep 11 19:39:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
72182026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.896 INFO O| Sep 11 19:39:56.896 INFO STEP 488 (remove_files) COMPLETE
72192026-09-11T19:39:57.664Z[ recovery-image] Sep 11 19:39:56.896 INFO O| Sep 11 19:39:56.896 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-11T19:39:57.671Z[ recovery-image] Sep 11 19:39:56.905 INFO O| Sep 11 19:39:56.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
72212026-09-11T19:39:57.671Z[ recovery-image] Sep 11 19:39:56.905 INFO O| Sep 11 19:39:56.905 INFO STEP 489 (remove_files) COMPLETE
72222026-09-11T19:39:57.671Z[ recovery-image] Sep 11 19:39:56.905 INFO O| Sep 11 19:39:56.905 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-11T19:39:57.680Z[ recovery-image] Sep 11 19:39:56.913 INFO O| Sep 11 19:39:56.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
72242026-09-11T19:39:57.680Z[ recovery-image] Sep 11 19:39:56.914 INFO O| Sep 11 19:39:56.914 INFO STEP 490 (remove_files) COMPLETE
72252026-09-11T19:39:57.681Z[ recovery-image] Sep 11 19:39:56.914 INFO O| Sep 11 19:39:56.914 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-11T19:39:57.689Z[ recovery-image] Sep 11 19:39:56.923 INFO O| Sep 11 19:39:56.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
72272026-09-11T19:39:57.689Z[ recovery-image] Sep 11 19:39:56.923 INFO O| Sep 11 19:39:56.923 INFO STEP 491 (remove_files) COMPLETE
72282026-09-11T19:39:57.694Z[ recovery-image] Sep 11 19:39:56.923 INFO O| Sep 11 19:39:56.923 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-11T19:39:57.700Z[ recovery-image] Sep 11 19:39:56.932 INFO O| Sep 11 19:39:56.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
72302026-09-11T19:39:57.701Z[ recovery-image] Sep 11 19:39:56.932 INFO O| Sep 11 19:39:56.932 INFO STEP 492 (remove_files) COMPLETE
72312026-09-11T19:39:57.715Z[ recovery-image] Sep 11 19:39:56.933 INFO O| Sep 11 19:39:56.932 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-11T19:39:57.726Z[ recovery-image] Sep 11 19:39:56.942 INFO O| Sep 11 19:39:56.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
72332026-09-11T19:39:57.728Z[ recovery-image] Sep 11 19:39:56.942 INFO O| Sep 11 19:39:56.942 INFO STEP 493 (remove_files) COMPLETE
72342026-09-11T19:39:57.728Z[ recovery-image] Sep 11 19:39:56.942 INFO O| Sep 11 19:39:56.942 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-11T19:39:57.729Z[ recovery-image] Sep 11 19:39:56.952 INFO O| Sep 11 19:39:56.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
72362026-09-11T19:39:57.729Z[ recovery-image] Sep 11 19:39:56.952 INFO O| Sep 11 19:39:56.952 INFO STEP 494 (remove_files) COMPLETE
72372026-09-11T19:39:57.729Z[ recovery-image] Sep 11 19:39:56.952 INFO O| Sep 11 19:39:56.952 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-11T19:39:57.735Z[ recovery-image] Sep 11 19:39:56.963 INFO O| Sep 11 19:39:56.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
72392026-09-11T19:39:57.735Z[ recovery-image] Sep 11 19:39:56.963 INFO O| Sep 11 19:39:56.963 INFO STEP 495 (remove_files) COMPLETE
72402026-09-11T19:39:57.735Z[ recovery-image] Sep 11 19:39:56.963 INFO O| Sep 11 19:39:56.963 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-11T19:39:57.739Z[ recovery-image] Sep 11 19:39:56.972 INFO O| Sep 11 19:39:56.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
72422026-09-11T19:39:57.740Z[ recovery-image] Sep 11 19:39:56.972 INFO O| Sep 11 19:39:56.972 INFO STEP 496 (remove_files) COMPLETE
72432026-09-11T19:39:57.740Z[ recovery-image] Sep 11 19:39:56.972 INFO O| Sep 11 19:39:56.972 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-11T19:39:57.751Z[ recovery-image] Sep 11 19:39:56.983 INFO O| Sep 11 19:39:56.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
72452026-09-11T19:39:57.751Z[ recovery-image] Sep 11 19:39:56.983 INFO O| Sep 11 19:39:56.983 INFO STEP 497 (remove_files) COMPLETE
72462026-09-11T19:39:57.756Z[ recovery-image] Sep 11 19:39:56.983 INFO O| Sep 11 19:39:56.983 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-11T19:39:57.760Z[ recovery-image] Sep 11 19:39:56.994 INFO O| Sep 11 19:39:56.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
72482026-09-11T19:39:57.762Z[ recovery-image] Sep 11 19:39:56.994 INFO O| Sep 11 19:39:56.994 INFO STEP 498 (remove_files) COMPLETE
72492026-09-11T19:39:57.762Z[ recovery-image] Sep 11 19:39:56.994 INFO O| Sep 11 19:39:56.994 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-11T19:39:57.772Z[ recovery-image] Sep 11 19:39:57.005 INFO O| Sep 11 19:39:57.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72512026-09-11T19:39:57.773Z[ recovery-image] Sep 11 19:39:57.005 INFO O| Sep 11 19:39:57.005 INFO STEP 499 (remove_files) COMPLETE
72522026-09-11T19:39:57.773Z[ recovery-image] Sep 11 19:39:57.005 INFO O| Sep 11 19:39:57.005 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-11T19:39:57.782Z[ recovery-image] Sep 11 19:39:57.015 INFO O| Sep 11 19:39:57.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72542026-09-11T19:39:57.782Z[ recovery-image] Sep 11 19:39:57.015 INFO O| Sep 11 19:39:57.015 INFO STEP 500 (remove_files) COMPLETE
72552026-09-11T19:39:57.786Z[ recovery-image] Sep 11 19:39:57.015 INFO O| Sep 11 19:39:57.015 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-11T19:39:57.792Z[ recovery-image] Sep 11 19:39:57.025 INFO O| Sep 11 19:39:57.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72572026-09-11T19:39:57.792Z[ recovery-image] Sep 11 19:39:57.025 INFO O| Sep 11 19:39:57.025 INFO STEP 501 (remove_files) COMPLETE
72582026-09-11T19:39:57.792Z[ recovery-image] Sep 11 19:39:57.025 INFO O| Sep 11 19:39:57.025 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-11T19:39:57.801Z[ recovery-image] Sep 11 19:39:57.034 INFO O| Sep 11 19:39:57.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72602026-09-11T19:39:57.801Z[ recovery-image] Sep 11 19:39:57.034 INFO O| Sep 11 19:39:57.034 INFO STEP 502 (remove_files) COMPLETE
72612026-09-11T19:39:57.801Z[ recovery-image] Sep 11 19:39:57.034 INFO O| Sep 11 19:39:57.034 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-11T19:39:57.822Z[ recovery-image] Sep 11 19:39:57.049 INFO O| Sep 11 19:39:57.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72632026-09-11T19:39:57.822Z[ recovery-image] Sep 11 19:39:57.049 INFO O| Sep 11 19:39:57.049 INFO STEP 503 (remove_files) COMPLETE
72642026-09-11T19:39:57.826Z[ recovery-image] Sep 11 19:39:57.049 INFO O| Sep 11 19:39:57.049 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-11T19:39:57.827Z[ recovery-image] Sep 11 19:39:57.059 INFO O| Sep 11 19:39:57.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72662026-09-11T19:39:57.827Z[ recovery-image] Sep 11 19:39:57.059 INFO O| Sep 11 19:39:57.059 INFO STEP 504 (remove_files) COMPLETE
72672026-09-11T19:39:57.827Z[ recovery-image] Sep 11 19:39:57.059 INFO O| Sep 11 19:39:57.059 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-11T19:39:57.836Z[ recovery-image] Sep 11 19:39:57.068 INFO O| Sep 11 19:39:57.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72692026-09-11T19:39:57.836Z[ recovery-image] Sep 11 19:39:57.068 INFO O| Sep 11 19:39:57.068 INFO STEP 505 (remove_files) COMPLETE
72702026-09-11T19:39:57.837Z[ recovery-image] Sep 11 19:39:57.068 INFO O| Sep 11 19:39:57.068 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-11T19:39:57.845Z[ recovery-image] Sep 11 19:39:57.078 INFO O| Sep 11 19:39:57.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72722026-09-11T19:39:57.845Z[ recovery-image] Sep 11 19:39:57.078 INFO O| Sep 11 19:39:57.078 INFO STEP 506 (remove_files) COMPLETE
72732026-09-11T19:39:57.845Z[ recovery-image] Sep 11 19:39:57.078 INFO O| Sep 11 19:39:57.078 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-11T19:39:57.854Z[ recovery-image] Sep 11 19:39:57.087 INFO O| Sep 11 19:39:57.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72752026-09-11T19:39:57.858Z[ recovery-image] Sep 11 19:39:57.087 INFO O| Sep 11 19:39:57.087 INFO STEP 507 (remove_files) COMPLETE
72762026-09-11T19:39:57.858Z[ recovery-image] Sep 11 19:39:57.087 INFO O| Sep 11 19:39:57.087 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-11T19:39:57.864Z[ recovery-image] Sep 11 19:39:57.097 INFO O| Sep 11 19:39:57.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72782026-09-11T19:39:57.865Z[ recovery-image] Sep 11 19:39:57.097 INFO O| Sep 11 19:39:57.097 INFO STEP 508 (remove_files) COMPLETE
72792026-09-11T19:39:57.865Z[ recovery-image] Sep 11 19:39:57.097 INFO O| Sep 11 19:39:57.097 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-11T19:39:57.873Z[ recovery-image] Sep 11 19:39:57.107 INFO O| Sep 11 19:39:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72812026-09-11T19:39:57.873Z[ recovery-image] Sep 11 19:39:57.107 INFO O| Sep 11 19:39:57.107 INFO STEP 509 (remove_files) COMPLETE
72822026-09-11T19:39:57.873Z[ recovery-image] Sep 11 19:39:57.107 INFO O| Sep 11 19:39:57.107 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-11T19:39:57.884Z[ recovery-image] Sep 11 19:39:57.117 INFO O| Sep 11 19:39:57.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72842026-09-11T19:39:57.884Z[ recovery-image] Sep 11 19:39:57.117 INFO O| Sep 11 19:39:57.117 INFO STEP 510 (remove_files) COMPLETE
72852026-09-11T19:39:57.884Z[ recovery-image] Sep 11 19:39:57.117 INFO O| Sep 11 19:39:57.117 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-11T19:39:57.894Z[ recovery-image] Sep 11 19:39:57.127 INFO O| Sep 11 19:39:57.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72872026-09-11T19:39:57.894Z[ recovery-image] Sep 11 19:39:57.127 INFO O| Sep 11 19:39:57.127 INFO STEP 511 (remove_files) COMPLETE
72882026-09-11T19:39:57.894Z[ recovery-image] Sep 11 19:39:57.127 INFO O| Sep 11 19:39:57.127 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-11T19:39:57.902Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
72902026-09-11T19:39:57.907Z[ recovery-image] Sep 11 19:39:57.137 INFO O| Sep 11 19:39:57.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72912026-09-11T19:39:57.907Z[ recovery-image] Sep 11 19:39:57.137 INFO O| Sep 11 19:39:57.137 INFO STEP 512 (remove_files) COMPLETE
72922026-09-11T19:39:57.908Z[ recovery-image] Sep 11 19:39:57.137 INFO O| Sep 11 19:39:57.137 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-09-11T19:39:57.915Z[ recovery-image] Sep 11 19:39:57.146 INFO O| Sep 11 19:39:57.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72942026-09-11T19:39:57.934Z[ recovery-image] Sep 11 19:39:57.147 INFO O| Sep 11 19:39:57.147 INFO STEP 513 (remove_files) COMPLETE
72952026-09-11T19:39:57.934Z[ recovery-image] Sep 11 19:39:57.147 INFO O| Sep 11 19:39:57.147 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-09-11T19:39:57.934Z[ recovery-image] Sep 11 19:39:57.156 INFO O| Sep 11 19:39:57.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72972026-09-11T19:39:57.934Z[ recovery-image] Sep 11 19:39:57.156 INFO O| Sep 11 19:39:57.156 INFO STEP 514 (remove_files) COMPLETE
72982026-09-11T19:39:57.934Z[ recovery-image] Sep 11 19:39:57.156 INFO O| Sep 11 19:39:57.156 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-09-11T19:39:57.939Z[ recovery-image] Sep 11 19:39:57.165 INFO O| Sep 11 19:39:57.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
73002026-09-11T19:39:57.939Z[ recovery-image] Sep 11 19:39:57.165 INFO O| Sep 11 19:39:57.165 INFO STEP 515 (remove_files) COMPLETE
73012026-09-11T19:39:57.940Z[ recovery-image] Sep 11 19:39:57.165 INFO O| Sep 11 19:39:57.165 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-09-11T19:39:57.944Z[ recovery-image] Sep 11 19:39:57.174 INFO O| Sep 11 19:39:57.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
73032026-09-11T19:39:57.944Z[ recovery-image] Sep 11 19:39:57.174 INFO O| Sep 11 19:39:57.174 INFO STEP 516 (remove_files) COMPLETE
73042026-09-11T19:39:57.944Z[ recovery-image] Sep 11 19:39:57.174 INFO O| Sep 11 19:39:57.174 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-09-11T19:39:57.949Z[ recovery-image] Sep 11 19:39:57.183 INFO O| Sep 11 19:39:57.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
73062026-09-11T19:39:57.950Z[ recovery-image] Sep 11 19:39:57.183 INFO O| Sep 11 19:39:57.183 INFO STEP 517 (remove_files) COMPLETE
73072026-09-11T19:39:57.950Z[ recovery-image] Sep 11 19:39:57.183 INFO O| Sep 11 19:39:57.183 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-09-11T19:39:57.958Z[ recovery-image] Sep 11 19:39:57.191 INFO O| Sep 11 19:39:57.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
73092026-09-11T19:39:57.958Z[ recovery-image] Sep 11 19:39:57.191 INFO O| Sep 11 19:39:57.191 INFO STEP 518 (remove_files) COMPLETE
73102026-09-11T19:39:57.958Z[ recovery-image] Sep 11 19:39:57.191 INFO O| Sep 11 19:39:57.191 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-09-11T19:39:57.974Z[ recovery-image] Sep 11 19:39:57.200 INFO O| Sep 11 19:39:57.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
73122026-09-11T19:39:57.974Z[ recovery-image] Sep 11 19:39:57.200 INFO O| Sep 11 19:39:57.200 INFO STEP 519 (remove_files) COMPLETE
73132026-09-11T19:39:57.974Z[ recovery-image] Sep 11 19:39:57.200 INFO O| Sep 11 19:39:57.200 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-11T19:39:57.978Z[ recovery-image] Sep 11 19:39:57.209 INFO O| Sep 11 19:39:57.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
73152026-09-11T19:39:57.978Z[ recovery-image] Sep 11 19:39:57.209 INFO O| Sep 11 19:39:57.209 INFO STEP 520 (remove_files) COMPLETE
73162026-09-11T19:39:57.978Z[ recovery-image] Sep 11 19:39:57.209 INFO O| Sep 11 19:39:57.209 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-11T19:39:57.986Z[ recovery-image] Sep 11 19:39:57.218 INFO O| Sep 11 19:39:57.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
73182026-09-11T19:39:57.986Z[ recovery-image] Sep 11 19:39:57.219 INFO O| Sep 11 19:39:57.218 INFO STEP 521 (remove_files) COMPLETE
73192026-09-11T19:39:57.986Z[ recovery-image] Sep 11 19:39:57.219 INFO O| Sep 11 19:39:57.218 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-11T19:39:57.995Z[ recovery-image] Sep 11 19:39:57.228 INFO O| Sep 11 19:39:57.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
73212026-09-11T19:39:57.995Z[ recovery-image] Sep 11 19:39:57.228 INFO O| Sep 11 19:39:57.228 INFO STEP 522 (remove_files) COMPLETE
73222026-09-11T19:39:57.995Z[ recovery-image] Sep 11 19:39:57.228 INFO O| Sep 11 19:39:57.228 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-11T19:39:58.004Z[ recovery-image] Sep 11 19:39:57.236 INFO O| Sep 11 19:39:57.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
73242026-09-11T19:39:58.009Z[ recovery-image] Sep 11 19:39:57.237 INFO O| Sep 11 19:39:57.237 INFO STEP 523 (remove_files) COMPLETE
73252026-09-11T19:39:58.009Z[ recovery-image] Sep 11 19:39:57.237 INFO O| Sep 11 19:39:57.237 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-11T19:39:58.010Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
73272026-09-11T19:39:58.016Z[ recovery-image] Sep 11 19:39:57.248 INFO O| Sep 11 19:39:57.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
73282026-09-11T19:39:58.016Z[ recovery-image] Sep 11 19:39:57.248 INFO O| Sep 11 19:39:57.248 INFO STEP 524 (remove_files) COMPLETE
73292026-09-11T19:39:58.016Z[ recovery-image] Sep 11 19:39:57.248 INFO O| Sep 11 19:39:57.248 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-09-11T19:39:58.029Z[ recovery-image] Sep 11 19:39:57.258 INFO O| Sep 11 19:39:57.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
73312026-09-11T19:39:58.030Z[ recovery-image] Sep 11 19:39:57.258 INFO O| Sep 11 19:39:57.258 INFO STEP 525 (remove_files) COMPLETE
73322026-09-11T19:39:58.030Z[ recovery-image] Sep 11 19:39:57.258 INFO O| Sep 11 19:39:57.258 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-09-11T19:39:58.035Z[ recovery-image] Sep 11 19:39:57.268 INFO O| Sep 11 19:39:57.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
73342026-09-11T19:39:58.036Z[ recovery-image] Sep 11 19:39:57.269 INFO O| Sep 11 19:39:57.269 INFO STEP 526 (remove_files) COMPLETE
73352026-09-11T19:39:58.036Z[ recovery-image] Sep 11 19:39:57.269 INFO O| Sep 11 19:39:57.269 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-09-11T19:39:58.051Z[ recovery-image] Sep 11 19:39:57.278 INFO O| Sep 11 19:39:57.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
73372026-09-11T19:39:58.051Z[ recovery-image] Sep 11 19:39:57.278 INFO O| Sep 11 19:39:57.278 INFO STEP 527 (remove_files) COMPLETE
73382026-09-11T19:39:58.055Z[ recovery-image] Sep 11 19:39:57.278 INFO O| Sep 11 19:39:57.278 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-09-11T19:39:58.061Z[ recovery-image] Sep 11 19:39:57.295 INFO O| Sep 11 19:39:57.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
73402026-09-11T19:39:58.061Z[ recovery-image] Sep 11 19:39:57.295 INFO O| Sep 11 19:39:57.289 INFO STEP 528 (remove_files) COMPLETE
73412026-09-11T19:39:58.061Z[ recovery-image] Sep 11 19:39:57.295 INFO O| Sep 11 19:39:57.289 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-09-11T19:39:58.065Z[ recovery-image] Sep 11 19:39:57.298 INFO O| Sep 11 19:39:57.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
73432026-09-11T19:39:58.073Z[ recovery-image] Sep 11 19:39:57.298 INFO O| Sep 11 19:39:57.298 INFO STEP 529 (remove_files) COMPLETE
73442026-09-11T19:39:58.074Z[ recovery-image] Sep 11 19:39:57.298 INFO O| Sep 11 19:39:57.298 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-09-11T19:39:58.074Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
73462026-09-11T19:39:58.078Z[ recovery-image] Sep 11 19:39:57.307 INFO O| Sep 11 19:39:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
73472026-09-11T19:39:58.078Z[ recovery-image] Sep 11 19:39:57.307 INFO O| Sep 11 19:39:57.307 INFO STEP 530 (remove_files) COMPLETE
73482026-09-11T19:39:58.078Z[ recovery-image] Sep 11 19:39:57.308 INFO O| Sep 11 19:39:57.307 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-11T19:39:58.083Z[ recovery-image] Sep 11 19:39:57.317 INFO O| Sep 11 19:39:57.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
73502026-09-11T19:39:58.084Z[ recovery-image] Sep 11 19:39:57.317 INFO O| Sep 11 19:39:57.317 INFO STEP 531 (remove_files) COMPLETE
73512026-09-11T19:39:58.088Z[ recovery-image] Sep 11 19:39:57.317 INFO O| Sep 11 19:39:57.317 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-11T19:39:58.099Z[ recovery-image] Sep 11 19:39:57.328 INFO O| Sep 11 19:39:57.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73532026-09-11T19:39:58.099Z[ recovery-image] Sep 11 19:39:57.328 INFO O| Sep 11 19:39:57.328 INFO STEP 532 (remove_files) COMPLETE
73542026-09-11T19:39:58.103Z[ recovery-image] Sep 11 19:39:57.328 INFO O| Sep 11 19:39:57.328 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-11T19:39:58.109Z[ recovery-image] Sep 11 19:39:57.338 INFO O| Sep 11 19:39:57.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73562026-09-11T19:39:58.109Z[ recovery-image] Sep 11 19:39:57.338 INFO O| Sep 11 19:39:57.338 INFO STEP 533 (remove_files) COMPLETE
73572026-09-11T19:39:58.110Z[ recovery-image] Sep 11 19:39:57.338 INFO O| Sep 11 19:39:57.338 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-11T19:39:58.117Z[ recovery-image] Sep 11 19:39:57.349 INFO O| Sep 11 19:39:57.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73592026-09-11T19:39:58.117Z[ recovery-image] Sep 11 19:39:57.350 INFO O| Sep 11 19:39:57.349 INFO STEP 534 (remove_files) COMPLETE
73602026-09-11T19:39:58.117Z[ recovery-image] Sep 11 19:39:57.350 INFO O| Sep 11 19:39:57.350 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-11T19:39:58.126Z[ recovery-image] Sep 11 19:39:57.360 INFO O| Sep 11 19:39:57.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73622026-09-11T19:39:58.135Z[ recovery-image] Sep 11 19:39:57.360 INFO O| Sep 11 19:39:57.360 INFO STEP 535 (remove_files) COMPLETE
73632026-09-11T19:39:58.135Z[ recovery-image] Sep 11 19:39:57.360 INFO O| Sep 11 19:39:57.360 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-09-11T19:39:58.139Z[ recovery-image] Sep 11 19:39:57.370 INFO O| Sep 11 19:39:57.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73652026-09-11T19:39:58.139Z[ recovery-image] Sep 11 19:39:57.370 INFO O| Sep 11 19:39:57.370 INFO STEP 536 (remove_files) COMPLETE
73662026-09-11T19:39:58.139Z[ recovery-image] Sep 11 19:39:57.370 INFO O| Sep 11 19:39:57.370 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-09-11T19:39:58.146Z[ recovery-image] Sep 11 19:39:57.379 INFO O| Sep 11 19:39:57.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73682026-09-11T19:39:58.146Z[ recovery-image] Sep 11 19:39:57.379 INFO O| Sep 11 19:39:57.379 INFO STEP 537 (remove_files) COMPLETE
73692026-09-11T19:39:58.150Z[ recovery-image] Sep 11 19:39:57.379 INFO O| Sep 11 19:39:57.379 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-09-11T19:39:58.156Z[ recovery-image] Sep 11 19:39:57.389 INFO O| Sep 11 19:39:57.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73712026-09-11T19:39:58.156Z[ recovery-image] Sep 11 19:39:57.389 INFO O| Sep 11 19:39:57.389 INFO STEP 538 (remove_files) COMPLETE
73722026-09-11T19:39:58.156Z[ recovery-image] Sep 11 19:39:57.389 INFO O| Sep 11 19:39:57.389 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-09-11T19:39:58.166Z[ recovery-image] Sep 11 19:39:57.400 INFO O| Sep 11 19:39:57.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73742026-09-11T19:39:58.166Z[ recovery-image] Sep 11 19:39:57.400 INFO O| Sep 11 19:39:57.400 INFO STEP 539 (remove_files) COMPLETE
73752026-09-11T19:39:58.170Z[ recovery-image] Sep 11 19:39:57.400 INFO O| Sep 11 19:39:57.400 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-09-11T19:39:58.176Z[ recovery-image] Sep 11 19:39:57.410 INFO O| Sep 11 19:39:57.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73772026-09-11T19:39:58.176Z[ recovery-image] Sep 11 19:39:57.410 INFO O| Sep 11 19:39:57.410 INFO STEP 540 (remove_files) COMPLETE
73782026-09-11T19:39:58.176Z[ recovery-image] Sep 11 19:39:57.410 INFO O| Sep 11 19:39:57.410 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-09-11T19:39:58.190Z[ recovery-image] Sep 11 19:39:57.419 INFO O| Sep 11 19:39:57.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73802026-09-11T19:39:58.190Z[ recovery-image] Sep 11 19:39:57.420 INFO O| Sep 11 19:39:57.420 INFO STEP 541 (remove_files) COMPLETE
73812026-09-11T19:39:58.190Z[ recovery-image] Sep 11 19:39:57.420 INFO O| Sep 11 19:39:57.420 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-09-11T19:39:58.198Z[ recovery-image] Sep 11 19:39:57.428 INFO O| Sep 11 19:39:57.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73832026-09-11T19:39:58.199Z[ recovery-image] Sep 11 19:39:57.428 INFO O| Sep 11 19:39:57.428 INFO STEP 542 (remove_files) COMPLETE
73842026-09-11T19:39:58.199Z[ recovery-image] Sep 11 19:39:57.428 INFO O| Sep 11 19:39:57.428 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-09-11T19:39:58.204Z[ recovery-image] Sep 11 19:39:57.436 INFO O| Sep 11 19:39:57.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73862026-09-11T19:39:58.204Z[ recovery-image] Sep 11 19:39:57.436 INFO O| Sep 11 19:39:57.436 INFO STEP 543 (remove_files) COMPLETE
73872026-09-11T19:39:58.204Z[ recovery-image] Sep 11 19:39:57.436 INFO O| Sep 11 19:39:57.436 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-09-11T19:39:58.208Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
73892026-09-11T19:39:58.211Z[ recovery-image] Sep 11 19:39:57.444 INFO O| Sep 11 19:39:57.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73902026-09-11T19:39:58.212Z[ recovery-image] Sep 11 19:39:57.444 INFO O| Sep 11 19:39:57.444 INFO STEP 544 (remove_files) COMPLETE
73912026-09-11T19:39:58.212Z[ recovery-image] Sep 11 19:39:57.444 INFO O| Sep 11 19:39:57.444 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-11T19:39:58.222Z[ recovery-image] Sep 11 19:39:57.452 INFO O| Sep 11 19:39:57.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73932026-09-11T19:39:58.222Z[ recovery-image] Sep 11 19:39:57.452 INFO O| Sep 11 19:39:57.452 INFO STEP 545 (remove_files) COMPLETE
73942026-09-11T19:39:58.223Z[ recovery-image] Sep 11 19:39:57.452 INFO O| Sep 11 19:39:57.452 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-11T19:39:58.230Z[ recovery-image] Sep 11 19:39:57.463 INFO O| Sep 11 19:39:57.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73962026-09-11T19:39:58.230Z[ recovery-image] Sep 11 19:39:57.463 INFO O| Sep 11 19:39:57.463 INFO STEP 546 (remove_files) COMPLETE
73972026-09-11T19:39:58.230Z[ recovery-image] Sep 11 19:39:57.463 INFO O| Sep 11 19:39:57.463 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-11T19:39:58.244Z[ recovery-image] Sep 11 19:39:57.473 INFO O| Sep 11 19:39:57.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73992026-09-11T19:39:58.244Z[ recovery-image] Sep 11 19:39:57.473 INFO O| Sep 11 19:39:57.473 INFO STEP 547 (remove_files) COMPLETE
74002026-09-11T19:39:58.250Z[ recovery-image] Sep 11 19:39:57.473 INFO O| Sep 11 19:39:57.473 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-11T19:39:58.254Z[ recovery-image] Sep 11 19:39:57.481 INFO O| Sep 11 19:39:57.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
74022026-09-11T19:39:58.254Z[ recovery-image] Sep 11 19:39:57.481 INFO O| Sep 11 19:39:57.481 INFO STEP 548 (remove_files) COMPLETE
74032026-09-11T19:39:58.254Z[ recovery-image] Sep 11 19:39:57.481 INFO O| Sep 11 19:39:57.481 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-11T19:39:58.257Z[ recovery-image] Sep 11 19:39:57.490 INFO O| Sep 11 19:39:57.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
74052026-09-11T19:39:58.257Z[ recovery-image] Sep 11 19:39:57.490 INFO O| Sep 11 19:39:57.490 INFO STEP 549 (remove_files) COMPLETE
74062026-09-11T19:39:58.257Z[ recovery-image] Sep 11 19:39:57.490 INFO O| Sep 11 19:39:57.490 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-11T19:39:58.278Z[ recovery-image] Sep 11 19:39:57.500 INFO O| Sep 11 19:39:57.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
74082026-09-11T19:39:58.278Z[ recovery-image] Sep 11 19:39:57.500 INFO O| Sep 11 19:39:57.500 INFO STEP 550 (remove_files) COMPLETE
74092026-09-11T19:39:58.280Z[ recovery-image] Sep 11 19:39:57.500 INFO O| Sep 11 19:39:57.500 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-11T19:39:58.283Z[ recovery-image] Sep 11 19:39:57.509 INFO O| Sep 11 19:39:57.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
74112026-09-11T19:39:58.283Z[ recovery-image] Sep 11 19:39:57.509 INFO O| Sep 11 19:39:57.509 INFO STEP 551 (remove_files) COMPLETE
74122026-09-11T19:39:58.283Z[ recovery-image] Sep 11 19:39:57.509 INFO O| Sep 11 19:39:57.509 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-11T19:39:58.300Z[ recovery-image] Sep 11 19:39:57.517 INFO O| Sep 11 19:39:57.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
74142026-09-11T19:39:58.300Z[ recovery-image] Sep 11 19:39:57.517 INFO O| Sep 11 19:39:57.517 INFO STEP 552 (remove_files) COMPLETE
74152026-09-11T19:39:58.300Z[ recovery-image] Sep 11 19:39:57.517 INFO O| Sep 11 19:39:57.517 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-11T19:39:58.300Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
74172026-09-11T19:39:58.461Z[ recovery-image] Sep 11 19:39:57.526 INFO O| Sep 11 19:39:57.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
74182026-09-11T19:39:58.461Z[ recovery-image] Sep 11 19:39:57.526 INFO O| Sep 11 19:39:57.526 INFO STEP 553 (remove_files) COMPLETE
74192026-09-11T19:39:58.461Z[ recovery-image] Sep 11 19:39:57.526 INFO O| Sep 11 19:39:57.526 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-11T19:39:58.461Z[ recovery-image] Sep 11 19:39:57.535 INFO O| Sep 11 19:39:57.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
74212026-09-11T19:39:58.461Z[ recovery-image] Sep 11 19:39:57.535 INFO O| Sep 11 19:39:57.535 INFO STEP 554 (remove_files) COMPLETE
74222026-09-11T19:39:58.461Z[ recovery-image] Sep 11 19:39:57.535 INFO O| Sep 11 19:39:57.535 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-11T19:39:58.479Z[ recovery-image] Sep 11 19:39:57.544 INFO O| Sep 11 19:39:57.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
74242026-09-11T19:39:58.480Z[ recovery-image] Sep 11 19:39:57.544 INFO O| Sep 11 19:39:57.544 INFO STEP 555 (remove_files) COMPLETE
74252026-09-11T19:39:58.480Z[ recovery-image] Sep 11 19:39:57.544 INFO O| Sep 11 19:39:57.544 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-11T19:40:02.397Z[ recovery-image] Sep 11 19:39:57.553 INFO O| Sep 11 19:39:57.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
74272026-09-11T19:40:02.397Z[ recovery-image] Sep 11 19:39:57.553 INFO O| Sep 11 19:39:57.553 INFO STEP 556 (remove_files) COMPLETE
74282026-09-11T19:40:02.397Z[ recovery-image] Sep 11 19:39:57.553 INFO O| Sep 11 19:39:57.553 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-11T19:40:02.397Z[ recovery-image] Sep 11 19:39:57.561 INFO O| Sep 11 19:39:57.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
74302026-09-11T19:40:02.397Z[ recovery-image] Sep 11 19:39:57.561 INFO O| Sep 11 19:39:57.561 INFO STEP 557 (remove_files) COMPLETE
74312026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.561 INFO O| Sep 11 19:39:57.561 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.571 INFO O| Sep 11 19:39:57.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
74332026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.571 INFO O| Sep 11 19:39:57.571 INFO STEP 558 (remove_files) COMPLETE
74342026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.571 INFO O| Sep 11 19:39:57.571 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.585 INFO O| Sep 11 19:39:57.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
74362026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.585 INFO O| Sep 11 19:39:57.579 INFO STEP 559 (remove_files) COMPLETE
74372026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.585 INFO O| Sep 11 19:39:57.579 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.587 INFO O| Sep 11 19:39:57.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
74392026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.587 INFO O| Sep 11 19:39:57.587 INFO STEP 560 (remove_files) COMPLETE
74402026-09-11T19:40:02.398Z[ recovery-image] Sep 11 19:39:57.587 INFO O| Sep 11 19:39:57.587 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.594 INFO O| Sep 11 19:39:57.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
74422026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.594 INFO O| Sep 11 19:39:57.594 INFO STEP 561 (remove_files) COMPLETE
74432026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.594 INFO O| Sep 11 19:39:57.594 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.602 INFO O| Sep 11 19:39:57.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
74452026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.602 INFO O| Sep 11 19:39:57.602 INFO STEP 562 (remove_files) COMPLETE
74462026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.602 INFO O| Sep 11 19:39:57.602 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.610 INFO O| Sep 11 19:39:57.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
74482026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.610 INFO O| Sep 11 19:39:57.610 INFO STEP 563 (remove_files) COMPLETE
74492026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.610 INFO O| Sep 11 19:39:57.610 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.617 INFO O| Sep 11 19:39:57.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
74512026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.618 INFO O| Sep 11 19:39:57.618 INFO STEP 564 (remove_files) COMPLETE
74522026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.618 INFO O| Sep 11 19:39:57.618 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.625 INFO O| Sep 11 19:39:57.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
74542026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.625 INFO O| Sep 11 19:39:57.625 INFO STEP 565 (remove_files) COMPLETE
74552026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.625 INFO O| Sep 11 19:39:57.625 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.633 INFO O| Sep 11 19:39:57.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74572026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.633 INFO O| Sep 11 19:39:57.633 INFO STEP 566 (remove_files) COMPLETE
74582026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.633 INFO O| Sep 11 19:39:57.633 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.640 INFO O| Sep 11 19:39:57.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74602026-09-11T19:40:02.399Z[ recovery-image] Sep 11 19:39:57.640 INFO O| Sep 11 19:39:57.640 INFO STEP 567 (remove_files) COMPLETE
74612026-09-11T19:40:02.400Z[ recovery-image] Sep 11 19:39:57.640 INFO O| Sep 11 19:39:57.640 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.647 INFO O| Sep 11 19:39:57.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74632026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.648 INFO O| Sep 11 19:39:57.648 INFO STEP 568 (remove_files) COMPLETE
74642026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.649 INFO O| Sep 11 19:39:57.648 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.656 INFO O| Sep 11 19:39:57.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74662026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.656 INFO O| Sep 11 19:39:57.656 INFO STEP 569 (remove_files) COMPLETE
74672026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.656 INFO O| Sep 11 19:39:57.656 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.665 INFO O| Sep 11 19:39:57.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74692026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.665 INFO O| Sep 11 19:39:57.665 INFO STEP 570 (remove_files) COMPLETE
74702026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.665 INFO O| Sep 11 19:39:57.665 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.672 INFO O| Sep 11 19:39:57.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74722026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.673 INFO O| Sep 11 19:39:57.673 INFO STEP 571 (remove_files) COMPLETE
74732026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.673 INFO O| Sep 11 19:39:57.673 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-11T19:40:02.401Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
74752026-09-11T19:40:02.401Z[ recovery-image] Sep 11 19:39:57.680 INFO O| Sep 11 19:39:57.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74762026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.681 INFO O| Sep 11 19:39:57.680 INFO STEP 572 (remove_files) COMPLETE
74772026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.681 INFO O| Sep 11 19:39:57.680 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.688 INFO O| Sep 11 19:39:57.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74792026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.689 INFO O| Sep 11 19:39:57.689 INFO STEP 573 (remove_files) COMPLETE
74802026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.689 INFO O| Sep 11 19:39:57.689 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.696 INFO O| Sep 11 19:39:57.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74822026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.696 INFO O| Sep 11 19:39:57.696 INFO STEP 574 (remove_files) COMPLETE
74832026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.696 INFO O| Sep 11 19:39:57.696 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.704 INFO O| Sep 11 19:39:57.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74852026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.704 INFO O| Sep 11 19:39:57.704 INFO STEP 575 (remove_files) COMPLETE
74862026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.704 INFO O| Sep 11 19:39:57.704 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.712 INFO O| Sep 11 19:39:57.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74882026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.712 INFO O| Sep 11 19:39:57.712 INFO STEP 576 (remove_files) COMPLETE
74892026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.712 INFO O| Sep 11 19:39:57.712 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.721 INFO O| Sep 11 19:39:57.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74912026-09-11T19:40:02.402Z[ recovery-image] Sep 11 19:39:57.721 INFO O| Sep 11 19:39:57.721 INFO STEP 577 (remove_files) COMPLETE
74922026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.721 INFO O| Sep 11 19:39:57.721 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.730 INFO O| Sep 11 19:39:57.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74942026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.730 INFO O| Sep 11 19:39:57.730 INFO STEP 578 (remove_files) COMPLETE
74952026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.730 INFO O| Sep 11 19:39:57.730 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.739 INFO O| Sep 11 19:39:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74972026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.739 INFO O| Sep 11 19:39:57.739 INFO STEP 579 (remove_files) COMPLETE
74982026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.739 INFO O| Sep 11 19:39:57.739 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.749 INFO O| Sep 11 19:39:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
75002026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.749 INFO O| Sep 11 19:39:57.749 INFO STEP 580 (remove_files) COMPLETE
75012026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.749 INFO O| Sep 11 19:39:57.749 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.758 INFO O| Sep 11 19:39:57.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
75032026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.758 INFO O| Sep 11 19:39:57.758 INFO STEP 581 (remove_files) COMPLETE
75042026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.758 INFO O| Sep 11 19:39:57.758 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-09-11T19:40:02.403Z[ recovery-image] Sep 11 19:39:57.769 INFO O| Sep 11 19:39:57.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
75062026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.769 INFO O| Sep 11 19:39:57.769 INFO STEP 582 (remove_files) COMPLETE
75072026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.769 INFO O| Sep 11 19:39:57.769 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-09-11T19:40:02.404Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
75092026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.779 INFO O| Sep 11 19:39:57.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
75102026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.779 INFO O| Sep 11 19:39:57.779 INFO STEP 583 (remove_files) COMPLETE
75112026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.779 INFO O| Sep 11 19:39:57.779 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.787 INFO O| Sep 11 19:39:57.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
75132026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.787 INFO O| Sep 11 19:39:57.787 INFO STEP 584 (remove_files) COMPLETE
75142026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.787 INFO O| Sep 11 19:39:57.787 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.795 INFO O| Sep 11 19:39:57.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
75162026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.795 INFO O| Sep 11 19:39:57.795 INFO STEP 585 (remove_files) COMPLETE
75172026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.795 INFO O| Sep 11 19:39:57.795 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.804 INFO O| Sep 11 19:39:57.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
75192026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.804 INFO O| Sep 11 19:39:57.804 INFO STEP 586 (remove_files) COMPLETE
75202026-09-11T19:40:02.404Z[ recovery-image] Sep 11 19:39:57.804 INFO O| Sep 11 19:39:57.804 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-11T19:40:02.405Z[ recovery-image] Sep 11 19:39:57.812 INFO O| Sep 11 19:39:57.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
75222026-09-11T19:40:02.405Z[ recovery-image] Sep 11 19:39:57.812 INFO O| Sep 11 19:39:57.812 INFO STEP 587 (remove_files) COMPLETE
75232026-09-11T19:40:02.405Z[ recovery-image] Sep 11 19:39:57.812 INFO O| Sep 11 19:39:57.812 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-11T19:40:02.405Z[ recovery-image] Sep 11 19:39:57.820 INFO O| Sep 11 19:39:57.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
75252026-09-11T19:40:02.405Z[ recovery-image] Sep 11 19:39:57.820 INFO O| Sep 11 19:39:57.820 INFO STEP 588 (remove_files) COMPLETE
75262026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.820 INFO O| Sep 11 19:39:57.820 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-11T19:40:02.454Z[verify-libraries] Compiling fatfs v0.3.6
75282026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.830 INFO O| Sep 11 19:39:57.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
75292026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.831 INFO O| Sep 11 19:39:57.830 INFO STEP 589 (remove_files) COMPLETE
75302026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.831 INFO O| Sep 11 19:39:57.831 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.840 INFO O| Sep 11 19:39:57.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
75322026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.840 INFO O| Sep 11 19:39:57.840 INFO STEP 590 (remove_files) COMPLETE
75332026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.840 INFO O| Sep 11 19:39:57.840 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.849 INFO O| Sep 11 19:39:57.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
75352026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.849 INFO O| Sep 11 19:39:57.849 INFO STEP 591 (remove_files) COMPLETE
75362026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.849 INFO O| Sep 11 19:39:57.849 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-09-11T19:40:02.454Z[verify-libraries] Compiling num-bigint v0.4.6
75382026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.858 INFO O| Sep 11 19:39:57.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
75392026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.858 INFO O| Sep 11 19:39:57.858 INFO STEP 592 (remove_files) COMPLETE
75402026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.858 INFO O| Sep 11 19:39:57.858 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.868 INFO O| Sep 11 19:39:57.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
75422026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.868 INFO O| Sep 11 19:39:57.868 INFO STEP 593 (remove_files) COMPLETE
75432026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.868 INFO O| Sep 11 19:39:57.868 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.878 INFO O| Sep 11 19:39:57.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
75452026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.878 INFO O| Sep 11 19:39:57.878 INFO STEP 594 (remove_files) COMPLETE
75462026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.878 INFO O| Sep 11 19:39:57.878 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-11T19:40:02.454Z[verify-libraries] Compiling generic-array v1.4.3
75482026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.888 INFO O| Sep 11 19:39:57.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
75492026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.888 INFO O| Sep 11 19:39:57.888 INFO STEP 595 (remove_files) COMPLETE
75502026-09-11T19:40:02.454Z[ recovery-image] Sep 11 19:39:57.888 INFO O| Sep 11 19:39:57.888 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.897 INFO O| Sep 11 19:39:57.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
75522026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.898 INFO O| Sep 11 19:39:57.898 INFO STEP 596 (remove_files) COMPLETE
75532026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.898 INFO O| Sep 11 19:39:57.898 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.913 INFO O| Sep 11 19:39:57.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
75552026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.913 INFO O| Sep 11 19:39:57.913 INFO STEP 597 (remove_files) COMPLETE
75562026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.913 INFO O| Sep 11 19:39:57.913 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.923 INFO O| Sep 11 19:39:57.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
75582026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.923 INFO O| Sep 11 19:39:57.923 INFO STEP 598 (remove_files) COMPLETE
75592026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.923 INFO O| Sep 11 19:39:57.923 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.932 INFO O| Sep 11 19:39:57.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75612026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.933 INFO O| Sep 11 19:39:57.933 INFO STEP 599 (remove_files) COMPLETE
75622026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.933 INFO O| Sep 11 19:39:57.933 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.942 INFO O| Sep 11 19:39:57.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75642026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.942 INFO O| Sep 11 19:39:57.942 INFO STEP 600 (remove_files) COMPLETE
75652026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.942 INFO O| Sep 11 19:39:57.942 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.952 INFO O| Sep 11 19:39:57.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75672026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.952 INFO O| Sep 11 19:39:57.952 INFO STEP 601 (remove_files) COMPLETE
75682026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.952 INFO O| Sep 11 19:39:57.952 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.962 INFO O| Sep 11 19:39:57.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75702026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.963 INFO O| Sep 11 19:39:57.963 INFO STEP 602 (remove_files) COMPLETE
75712026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.963 INFO O| Sep 11 19:39:57.963 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.973 INFO O| Sep 11 19:39:57.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75732026-09-11T19:40:02.455Z[ recovery-image] Sep 11 19:39:57.973 INFO O| Sep 11 19:39:57.973 INFO STEP 603 (remove_files) COMPLETE
75742026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.973 INFO O| Sep 11 19:39:57.973 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.983 INFO O| Sep 11 19:39:57.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75762026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.983 INFO O| Sep 11 19:39:57.983 INFO STEP 604 (remove_files) COMPLETE
75772026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.983 INFO O| Sep 11 19:39:57.983 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.992 INFO O| Sep 11 19:39:57.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75792026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.992 INFO O| Sep 11 19:39:57.992 INFO STEP 605 (remove_files) COMPLETE
75802026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:57.992 INFO O| Sep 11 19:39:57.992 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.001 INFO O| Sep 11 19:39:58.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75822026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.001 INFO O| Sep 11 19:39:58.001 INFO STEP 606 (remove_files) COMPLETE
75832026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.001 INFO O| Sep 11 19:39:58.001 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.011 INFO O| Sep 11 19:39:58.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75852026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.012 INFO O| Sep 11 19:39:58.012 INFO STEP 607 (remove_files) COMPLETE
75862026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.012 INFO O| Sep 11 19:39:58.012 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.021 INFO O| Sep 11 19:39:58.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75882026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.021 INFO O| Sep 11 19:39:58.021 INFO STEP 608 (remove_files) COMPLETE
75892026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.021 INFO O| Sep 11 19:39:58.021 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.031 INFO O| Sep 11 19:39:58.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75912026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.031 INFO O| Sep 11 19:39:58.031 INFO STEP 609 (remove_files) COMPLETE
75922026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.031 INFO O| Sep 11 19:39:58.031 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.040 INFO O| Sep 11 19:39:58.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75942026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.040 INFO O| Sep 11 19:39:58.040 INFO STEP 610 (remove_files) COMPLETE
75952026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.040 INFO O| Sep 11 19:39:58.040 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.050 INFO O| Sep 11 19:39:58.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75972026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.050 INFO O| Sep 11 19:39:58.050 INFO STEP 611 (remove_files) COMPLETE
75982026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.050 INFO O| Sep 11 19:39:58.050 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.059 INFO O| Sep 11 19:39:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
76002026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.060 INFO O| Sep 11 19:39:58.060 INFO STEP 612 (remove_files) COMPLETE
76012026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.060 INFO O| Sep 11 19:39:58.060 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.069 INFO O| Sep 11 19:39:58.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
76032026-09-11T19:40:02.456Z[ recovery-image] Sep 11 19:39:58.070 INFO O| Sep 11 19:39:58.069 INFO STEP 613 (remove_files) COMPLETE
76042026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.070 INFO O| Sep 11 19:39:58.069 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.081 INFO O| Sep 11 19:39:58.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
76062026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.081 INFO O| Sep 11 19:39:58.081 INFO STEP 614 (remove_files) COMPLETE
76072026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.081 INFO O| Sep 11 19:39:58.081 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.090 INFO O| Sep 11 19:39:58.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
76092026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.090 INFO O| Sep 11 19:39:58.090 INFO STEP 615 (remove_files) COMPLETE
76102026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.090 INFO O| Sep 11 19:39:58.090 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.101 INFO O| Sep 11 19:39:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
76122026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.102 INFO O| Sep 11 19:39:58.102 INFO STEP 616 (remove_files) COMPLETE
76132026-09-11T19:40:02.457Z[ recovery-image] Sep 11 19:39:58.102 INFO O| Sep 11 19:39:58.102 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-11T19:40:02.471Z[ recovery-image] Sep 11 19:39:58.112 INFO O| Sep 11 19:39:58.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
76152026-09-11T19:40:02.471Z[ recovery-image] Sep 11 19:39:58.112 INFO O| Sep 11 19:39:58.112 INFO STEP 617 (remove_files) COMPLETE
76162026-09-11T19:40:02.471Z[ recovery-image] Sep 11 19:39:58.112 INFO O| Sep 11 19:39:58.112 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-11T19:40:02.471Z[ recovery-image] Sep 11 19:39:58.121 INFO O| Sep 11 19:39:58.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
76182026-09-11T19:40:02.471Z[ recovery-image] Sep 11 19:39:58.121 INFO O| Sep 11 19:39:58.121 INFO STEP 618 (remove_files) COMPLETE
76192026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.121 INFO O| Sep 11 19:39:58.121 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.130 INFO O| Sep 11 19:39:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
76212026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.130 INFO O| Sep 11 19:39:58.130 INFO STEP 619 (remove_files) COMPLETE
76222026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.130 INFO O| Sep 11 19:39:58.130 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.140 INFO O| Sep 11 19:39:58.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
76242026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.140 INFO O| Sep 11 19:39:58.140 INFO STEP 620 (remove_files) COMPLETE
76252026-09-11T19:40:02.472Z[ recovery-image] Sep 11 19:39:58.140 INFO O| Sep 11 19:39:58.140 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-11T19:40:02.522Z[ recovery-image] Sep 11 19:39:58.150 INFO O| Sep 11 19:39:58.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
76272026-09-11T19:40:02.522Z[ recovery-image] Sep 11 19:39:58.150 INFO O| Sep 11 19:39:58.150 INFO STEP 621 (remove_files) COMPLETE
76282026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.150 INFO O| Sep 11 19:39:58.150 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.162 INFO O| Sep 11 19:39:58.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
76302026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.162 INFO O| Sep 11 19:39:58.162 INFO STEP 622 (remove_files) COMPLETE
76312026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.162 INFO O| Sep 11 19:39:58.162 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.173 INFO O| Sep 11 19:39:58.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
76332026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.173 INFO O| Sep 11 19:39:58.173 INFO STEP 623 (remove_files) COMPLETE
76342026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.173 INFO O| Sep 11 19:39:58.173 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-11T19:40:02.526Z[verify-libraries] Compiling russh-util v0.52.0
76362026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.184 INFO O| Sep 11 19:39:58.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
76372026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.184 INFO O| Sep 11 19:39:58.184 INFO STEP 624 (remove_files) COMPLETE
76382026-09-11T19:40:02.526Z[ recovery-image] Sep 11 19:39:58.184 INFO O| Sep 11 19:39:58.184 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-11T19:40:02.527Z[ recovery-image] Sep 11 19:39:58.194 INFO O| Sep 11 19:39:58.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
76402026-09-11T19:40:02.527Z[ recovery-image] Sep 11 19:39:58.194 INFO O| Sep 11 19:39:58.194 INFO STEP 625 (remove_files) COMPLETE
76412026-09-11T19:40:02.527Z[ recovery-image] Sep 11 19:39:58.194 INFO O| Sep 11 19:39:58.194 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-11T19:40:02.527Z[ recovery-image] Sep 11 19:39:58.204 INFO O| Sep 11 19:39:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
76432026-09-11T19:40:02.527Z[ recovery-image] Sep 11 19:39:58.204 INFO O| Sep 11 19:39:58.204 INFO STEP 626 (remove_files) COMPLETE
76442026-09-11T19:40:02.530Z[ recovery-image] Sep 11 19:39:58.204 INFO O| Sep 11 19:39:58.204 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-11T19:40:02.530Z[verify-libraries] Compiling enum_dispatch v0.3.13
76462026-09-11T19:40:02.530Z[ recovery-image] Sep 11 19:39:58.213 INFO O| Sep 11 19:39:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
76472026-09-11T19:40:02.530Z[ recovery-image] Sep 11 19:39:58.213 INFO O| Sep 11 19:39:58.213 INFO STEP 627 (remove_files) COMPLETE
76482026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.213 INFO O| Sep 11 19:39:58.213 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.222 INFO O| Sep 11 19:39:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
76502026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.222 INFO O| Sep 11 19:39:58.222 INFO STEP 628 (remove_files) COMPLETE
76512026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.222 INFO O| Sep 11 19:39:58.222 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.231 INFO O| Sep 11 19:39:58.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
76532026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.231 INFO O| Sep 11 19:39:58.231 INFO STEP 629 (remove_files) COMPLETE
76542026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.231 INFO O| Sep 11 19:39:58.231 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.239 INFO O| Sep 11 19:39:58.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
76562026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.239 INFO O| Sep 11 19:39:58.239 INFO STEP 630 (remove_files) COMPLETE
76572026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.239 INFO O| Sep 11 19:39:58.239 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-11T19:40:02.531Z[ recovery-image] Sep 11 19:39:58.248 INFO O| Sep 11 19:39:58.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
76592026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.248 INFO O| Sep 11 19:39:58.248 INFO STEP 631 (remove_files) COMPLETE
76602026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.248 INFO O| Sep 11 19:39:58.248 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.257 INFO O| Sep 11 19:39:58.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76622026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.257 INFO O| Sep 11 19:39:58.257 INFO STEP 632 (remove_files) COMPLETE
76632026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.257 INFO O| Sep 11 19:39:58.257 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.266 INFO O| Sep 11 19:39:58.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76652026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.266 INFO O| Sep 11 19:39:58.266 INFO STEP 633 (remove_files) COMPLETE
76662026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.266 INFO O| Sep 11 19:39:58.266 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-11T19:40:02.534Z[ recovery-image] Sep 11 19:39:58.276 INFO O| Sep 11 19:39:58.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76682026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.276 INFO O| Sep 11 19:39:58.276 INFO STEP 634 (remove_files) COMPLETE
76692026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.276 INFO O| Sep 11 19:39:58.276 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.285 INFO O| Sep 11 19:39:58.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76712026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.285 INFO O| Sep 11 19:39:58.285 INFO STEP 635 (remove_files) COMPLETE
76722026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.285 INFO O| Sep 11 19:39:58.285 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.296 INFO O| Sep 11 19:39:58.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76742026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.296 INFO O| Sep 11 19:39:58.296 INFO STEP 636 (remove_files) COMPLETE
76752026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.296 INFO O| Sep 11 19:39:58.296 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.306 INFO O| Sep 11 19:39:58.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76772026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.306 INFO O| Sep 11 19:39:58.306 INFO STEP 637 (remove_files) COMPLETE
76782026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.306 INFO O| Sep 11 19:39:58.306 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.315 INFO O| Sep 11 19:39:58.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76802026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.315 INFO O| Sep 11 19:39:58.315 INFO STEP 638 (remove_files) COMPLETE
76812026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.315 INFO O| Sep 11 19:39:58.315 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.324 INFO O| Sep 11 19:39:58.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76832026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.325 INFO O| Sep 11 19:39:58.325 INFO STEP 639 (remove_files) COMPLETE
76842026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.325 INFO O| Sep 11 19:39:58.325 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.333 INFO O| Sep 11 19:39:58.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76862026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.333 INFO O| Sep 11 19:39:58.333 INFO STEP 640 (remove_files) COMPLETE
76872026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.333 INFO O| Sep 11 19:39:58.333 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.342 INFO O| Sep 11 19:39:58.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76892026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.342 INFO O| Sep 11 19:39:58.342 INFO STEP 641 (remove_files) COMPLETE
76902026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.342 INFO O| Sep 11 19:39:58.342 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.351 INFO O| Sep 11 19:39:58.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76922026-09-11T19:40:02.535Z[ recovery-image] Sep 11 19:39:58.351 INFO O| Sep 11 19:39:58.351 INFO STEP 642 (remove_files) COMPLETE
76932026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.351 INFO O| Sep 11 19:39:58.351 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-09-11T19:40:02.536Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
76952026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.361 INFO O| Sep 11 19:39:58.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76962026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.361 INFO O| Sep 11 19:39:58.361 INFO STEP 643 (remove_files) COMPLETE
76972026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.362 INFO O| Sep 11 19:39:58.361 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.371 INFO O| Sep 11 19:39:58.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76992026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.372 INFO O| Sep 11 19:39:58.372 INFO STEP 644 (remove_files) COMPLETE
77002026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.372 INFO O| Sep 11 19:39:58.372 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.381 INFO O| Sep 11 19:39:58.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
77022026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.381 INFO O| Sep 11 19:39:58.381 INFO STEP 645 (remove_files) COMPLETE
77032026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.381 INFO O| Sep 11 19:39:58.381 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.389 INFO O| Sep 11 19:39:58.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
77052026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.389 INFO O| Sep 11 19:39:58.389 INFO STEP 646 (remove_files) COMPLETE
77062026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.389 INFO O| Sep 11 19:39:58.389 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.399 INFO O| Sep 11 19:39:58.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
77082026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.399 INFO O| Sep 11 19:39:58.399 INFO STEP 647 (remove_files) COMPLETE
77092026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.399 INFO O| Sep 11 19:39:58.399 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.407 INFO O| Sep 11 19:39:58.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
77112026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.408 INFO O| Sep 11 19:39:58.408 INFO STEP 648 (remove_files) COMPLETE
77122026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.408 INFO O| Sep 11 19:39:58.408 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.417 INFO O| Sep 11 19:39:58.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
77142026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.417 INFO O| Sep 11 19:39:58.417 INFO STEP 649 (remove_files) COMPLETE
77152026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.417 INFO O| Sep 11 19:39:58.417 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.426 INFO O| Sep 11 19:39:58.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
77172026-09-11T19:40:02.536Z[ recovery-image] Sep 11 19:39:58.426 INFO O| Sep 11 19:39:58.426 INFO STEP 650 (remove_files) COMPLETE
77182026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.426 INFO O| Sep 11 19:39:58.426 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-11T19:40:02.537Z[verify-libraries] Compiling sapling-renderdag v0.1.0
77202026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.437 INFO O| Sep 11 19:39:58.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
77212026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.437 INFO O| Sep 11 19:39:58.437 INFO STEP 651 (remove_files) COMPLETE
77222026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.437 INFO O| Sep 11 19:39:58.437 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.446 INFO O| Sep 11 19:39:58.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
77242026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.446 INFO O| Sep 11 19:39:58.446 INFO STEP 652 (remove_files) COMPLETE
77252026-09-11T19:40:02.537Z[ recovery-image] Sep 11 19:39:58.446 INFO O| Sep 11 19:39:58.446 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.455 INFO O| Sep 11 19:39:58.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
77272026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.455 INFO O| Sep 11 19:39:58.455 INFO STEP 653 (remove_files) COMPLETE
77282026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.455 INFO O| Sep 11 19:39:58.455 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.463 INFO O| Sep 11 19:39:58.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
77302026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.463 INFO O| Sep 11 19:39:58.463 INFO STEP 654 (remove_files) COMPLETE
77312026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.463 INFO O| Sep 11 19:39:58.463 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.473 INFO O| Sep 11 19:39:58.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
77332026-09-11T19:40:02.572Z[ recovery-image] Sep 11 19:39:58.474 INFO O| Sep 11 19:39:58.474 INFO STEP 655 (remove_files) COMPLETE
77342026-09-11T19:40:02.581Z[ recovery-image] Sep 11 19:39:58.474 INFO O| Sep 11 19:39:58.474 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.484 INFO O| Sep 11 19:39:58.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
77362026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.484 INFO O| Sep 11 19:39:58.484 INFO STEP 656 (remove_files) COMPLETE
77372026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.484 INFO O| Sep 11 19:39:58.484 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.492 INFO O| Sep 11 19:39:58.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
77392026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.492 INFO O| Sep 11 19:39:58.492 INFO STEP 657 (remove_files) COMPLETE
77402026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.492 INFO O| Sep 11 19:39:58.492 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.500 INFO O| Sep 11 19:39:58.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
77422026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.500 INFO O| Sep 11 19:39:58.500 INFO STEP 658 (remove_files) COMPLETE
77432026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.500 INFO O| Sep 11 19:39:58.500 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.509 INFO O| Sep 11 19:39:58.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
77452026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.509 INFO O| Sep 11 19:39:58.509 INFO STEP 659 (remove_files) COMPLETE
77462026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.509 INFO O| Sep 11 19:39:58.509 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.517 INFO O| Sep 11 19:39:58.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
77482026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.517 INFO O| Sep 11 19:39:58.517 INFO STEP 660 (remove_files) COMPLETE
77492026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.517 INFO O| Sep 11 19:39:58.517 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.526 INFO O| Sep 11 19:39:58.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
77512026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.526 INFO O| Sep 11 19:39:58.526 INFO STEP 661 (remove_files) COMPLETE
77522026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.526 INFO O| Sep 11 19:39:58.526 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.534 INFO O| Sep 11 19:39:58.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
77542026-09-11T19:40:02.582Z[ recovery-image] Sep 11 19:39:58.534 INFO O| Sep 11 19:39:58.534 INFO STEP 662 (remove_files) COMPLETE
77552026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.534 INFO O| Sep 11 19:39:58.534 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.543 INFO O| Sep 11 19:39:58.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
77572026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.543 INFO O| Sep 11 19:39:58.543 INFO STEP 663 (remove_files) COMPLETE
77582026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.543 INFO O| Sep 11 19:39:58.543 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-11T19:40:02.583Z[verify-libraries] Compiling delegate v0.13.5
77602026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.552 INFO O| Sep 11 19:39:58.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77612026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.552 INFO O| Sep 11 19:39:58.552 INFO STEP 664 (remove_files) COMPLETE
77622026-09-11T19:40:02.583Z[ recovery-image] Sep 11 19:39:58.552 INFO O| Sep 11 19:39:58.552 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-11T19:40:02.592Z[ recovery-image] Sep 11 19:39:58.562 INFO O| Sep 11 19:39:58.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77642026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.562 INFO O| Sep 11 19:39:58.562 INFO STEP 665 (remove_files) COMPLETE
77652026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.562 INFO O| Sep 11 19:39:58.562 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.571 INFO O| Sep 11 19:39:58.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77672026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.571 INFO O| Sep 11 19:39:58.571 INFO STEP 666 (remove_files) COMPLETE
77682026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.571 INFO O| Sep 11 19:39:58.571 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.587 INFO O| Sep 11 19:39:58.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77702026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.587 INFO O| Sep 11 19:39:58.587 INFO STEP 667 (remove_files) COMPLETE
77712026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.587 INFO O| Sep 11 19:39:58.587 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.596 INFO O| Sep 11 19:39:58.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77732026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.596 INFO O| Sep 11 19:39:58.596 INFO STEP 668 (remove_files) COMPLETE
77742026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.596 INFO O| Sep 11 19:39:58.596 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.606 INFO O| Sep 11 19:39:58.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77762026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.607 INFO O| Sep 11 19:39:58.607 INFO STEP 669 (remove_files) COMPLETE
77772026-09-11T19:40:02.593Z[ recovery-image] Sep 11 19:39:58.607 INFO O| Sep 11 19:39:58.607 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-09-11T19:40:02.600Z[ recovery-image] Sep 11 19:39:58.615 INFO O| Sep 11 19:39:58.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77792026-09-11T19:40:02.600Z[ recovery-image] Sep 11 19:39:58.615 INFO O| Sep 11 19:39:58.615 INFO STEP 670 (remove_files) COMPLETE
77802026-09-11T19:40:02.601Z[ recovery-image] Sep 11 19:39:58.615 INFO O| Sep 11 19:39:58.615 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-09-11T19:40:02.601Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
77822026-09-11T19:40:02.601Z[ recovery-image] Sep 11 19:39:58.624 INFO O| Sep 11 19:39:58.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77832026-09-11T19:40:02.601Z[ recovery-image] Sep 11 19:39:58.624 INFO O| Sep 11 19:39:58.624 INFO STEP 671 (remove_files) COMPLETE
77842026-09-11T19:40:02.601Z[verify-libraries] Compiling sync-ptr v0.1.4
77852026-09-11T19:40:02.601Z[verify-libraries] Compiling hex-literal v1.1.0
77862026-09-11T19:40:02.601Z[verify-libraries] Compiling md5 v0.8.0
77872026-09-11T19:40:02.601Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
77882026-09-11T19:40:02.601Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
77892026-09-11T19:40:02.601Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77902026-09-11T19:40:02.601Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
77912026-09-11T19:40:02.601Z[verify-libraries] Compiling russh v0.62.4
77922026-09-11T19:40:02.601Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
77932026-09-11T19:40:02.601Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
77942026-09-11T19:40:02.601Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
77952026-09-11T19:40:02.606Z[verify-libraries] Compiling git2 v0.20.4
77962026-09-11T19:40:02.607Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
77972026-09-11T19:40:02.607Z[verify-libraries] Compiling samael v0.0.19
77982026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.624 INFO O| Sep 11 19:39:58.624 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.632 INFO O| Sep 11 19:39:58.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
78002026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.632 INFO O| Sep 11 19:39:58.632 INFO STEP 672 (remove_files) COMPLETE
78012026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.632 INFO O| Sep 11 19:39:58.632 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.641 INFO O| Sep 11 19:39:58.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
78032026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.641 INFO O| Sep 11 19:39:58.641 INFO STEP 673 (remove_files) COMPLETE
78042026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.641 INFO O| Sep 11 19:39:58.641 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.649 INFO O| Sep 11 19:39:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
78062026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.649 INFO O| Sep 11 19:39:58.649 INFO STEP 674 (remove_files) COMPLETE
78072026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.649 INFO O| Sep 11 19:39:58.649 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.658 INFO O| Sep 11 19:39:58.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
78092026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.658 INFO O| Sep 11 19:39:58.658 INFO STEP 675 (remove_files) COMPLETE
78102026-09-11T19:40:02.607Z[ recovery-image] Sep 11 19:39:58.658 INFO O| Sep 11 19:39:58.658 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-09-11T19:40:02.609Z[ recovery-image] Sep 11 19:39:58.667 INFO O| Sep 11 19:39:58.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
78122026-09-11T19:40:02.609Z[ recovery-image] Sep 11 19:39:58.667 INFO O| Sep 11 19:39:58.667 INFO STEP 676 (remove_files) COMPLETE
78132026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.667 INFO O| Sep 11 19:39:58.667 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.676 INFO O| Sep 11 19:39:58.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
78152026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.676 INFO O| Sep 11 19:39:58.676 INFO STEP 677 (remove_files) COMPLETE
78162026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.676 INFO O| Sep 11 19:39:58.676 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.686 INFO O| Sep 11 19:39:58.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
78182026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.686 INFO O| Sep 11 19:39:58.686 INFO STEP 678 (remove_files) COMPLETE
78192026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.686 INFO O| Sep 11 19:39:58.686 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.695 INFO O| Sep 11 19:39:58.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
78212026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.695 INFO O| Sep 11 19:39:58.695 INFO STEP 679 (remove_files) COMPLETE
78222026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.695 INFO O| Sep 11 19:39:58.695 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.704 INFO O| Sep 11 19:39:58.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
78242026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.704 INFO O| Sep 11 19:39:58.704 INFO STEP 680 (remove_files) COMPLETE
78252026-09-11T19:40:02.610Z[ recovery-image] Sep 11 19:39:58.704 INFO O| Sep 11 19:39:58.704 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.712 INFO O| Sep 11 19:39:58.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
78272026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.712 INFO O| Sep 11 19:39:58.712 INFO STEP 681 (remove_files) COMPLETE
78282026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.712 INFO O| Sep 11 19:39:58.712 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.721 INFO O| Sep 11 19:39:58.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
78302026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.721 INFO O| Sep 11 19:39:58.721 INFO STEP 682 (remove_files) COMPLETE
78312026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.721 INFO O| Sep 11 19:39:58.721 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.730 INFO O| Sep 11 19:39:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
78332026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.730 INFO O| Sep 11 19:39:58.730 INFO STEP 683 (remove_files) COMPLETE
78342026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.730 INFO O| Sep 11 19:39:58.730 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.739 INFO O| Sep 11 19:39:58.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
78362026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.740 INFO O| Sep 11 19:39:58.740 INFO STEP 684 (remove_files) COMPLETE
78372026-09-11T19:40:02.673Z[ recovery-image] Sep 11 19:39:58.740 INFO O| Sep 11 19:39:58.740 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-11T19:40:02.674Z[ recovery-image] Sep 11 19:39:58.748 INFO O| Sep 11 19:39:58.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
78392026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.748 INFO O| Sep 11 19:39:58.748 INFO STEP 685 (remove_files) COMPLETE
78402026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.748 INFO O| Sep 11 19:39:58.748 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.757 INFO O| Sep 11 19:39:58.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
78422026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.757 INFO O| Sep 11 19:39:58.757 INFO STEP 686 (remove_files) COMPLETE
78432026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.757 INFO O| Sep 11 19:39:58.757 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.766 INFO O| Sep 11 19:39:58.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
78452026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.766 INFO O| Sep 11 19:39:58.766 INFO STEP 687 (remove_files) COMPLETE
78462026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.766 INFO O| Sep 11 19:39:58.766 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.775 INFO O| Sep 11 19:39:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
78482026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.775 INFO O| Sep 11 19:39:58.775 INFO STEP 688 (remove_files) COMPLETE
78492026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.775 INFO O| Sep 11 19:39:58.775 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.784 INFO O| Sep 11 19:39:58.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
78512026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.784 INFO O| Sep 11 19:39:58.784 INFO STEP 689 (remove_files) COMPLETE
78522026-09-11T19:40:02.675Z[ recovery-image] Sep 11 19:39:58.784 INFO O| Sep 11 19:39:58.784 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.794 INFO O| Sep 11 19:39:58.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
78542026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.794 INFO O| Sep 11 19:39:58.794 INFO STEP 690 (remove_files) COMPLETE
78552026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.794 INFO O| Sep 11 19:39:58.794 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.803 INFO O| Sep 11 19:39:58.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
78572026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.803 INFO O| Sep 11 19:39:58.803 INFO STEP 691 (remove_files) COMPLETE
78582026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.803 INFO O| Sep 11 19:39:58.803 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.813 INFO O| Sep 11 19:39:58.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
78602026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.814 INFO O| Sep 11 19:39:58.813 INFO STEP 692 (remove_files) COMPLETE
78612026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.814 INFO O| Sep 11 19:39:58.813 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.823 INFO O| Sep 11 19:39:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
78632026-09-11T19:40:02.676Z[ recovery-image] Sep 11 19:39:58.823 INFO O| Sep 11 19:39:58.823 INFO STEP 693 (remove_files) COMPLETE
78642026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.823 INFO O| Sep 11 19:39:58.823 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.833 INFO O| Sep 11 19:39:58.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
78662026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.833 INFO O| Sep 11 19:39:58.833 INFO STEP 694 (remove_files) COMPLETE
78672026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.833 INFO O| Sep 11 19:39:58.833 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.841 INFO O| Sep 11 19:39:58.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
78692026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.842 INFO O| Sep 11 19:39:58.841 INFO STEP 695 (remove_files) COMPLETE
78702026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.842 INFO O| Sep 11 19:39:58.841 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-09-11T19:40:02.677Z[ recovery-image] Sep 11 19:39:58.850 INFO O| Sep 11 19:39:58.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
78722026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.850 INFO O| Sep 11 19:39:58.850 INFO STEP 696 (remove_files) COMPLETE
78732026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.850 INFO O| Sep 11 19:39:58.850 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.858 INFO O| Sep 11 19:39:58.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78752026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.858 INFO O| Sep 11 19:39:58.858 INFO STEP 697 (remove_files) COMPLETE
78762026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.858 INFO O| Sep 11 19:39:58.858 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.867 INFO O| Sep 11 19:39:58.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78782026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.867 INFO O| Sep 11 19:39:58.867 INFO STEP 698 (remove_files) COMPLETE
78792026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.867 INFO O| Sep 11 19:39:58.867 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.877 INFO O| Sep 11 19:39:58.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78812026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.877 INFO O| Sep 11 19:39:58.877 INFO STEP 699 (remove_files) COMPLETE
78822026-09-11T19:40:02.678Z[ recovery-image] Sep 11 19:39:58.877 INFO O| Sep 11 19:39:58.877 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.886 INFO O| Sep 11 19:39:58.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78842026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.886 INFO O| Sep 11 19:39:58.886 INFO STEP 700 (remove_files) COMPLETE
78852026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.886 INFO O| Sep 11 19:39:58.886 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.896 INFO O| Sep 11 19:39:58.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78872026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.896 INFO O| Sep 11 19:39:58.896 INFO STEP 701 (remove_files) COMPLETE
78882026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.896 INFO O| Sep 11 19:39:58.896 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.906 INFO O| Sep 11 19:39:58.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78902026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.906 INFO O| Sep 11 19:39:58.906 INFO STEP 702 (remove_files) COMPLETE
78912026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.906 INFO O| Sep 11 19:39:58.906 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.915 INFO O| Sep 11 19:39:58.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78932026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.915 INFO O| Sep 11 19:39:58.915 INFO STEP 703 (remove_files) COMPLETE
78942026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.915 INFO O| Sep 11 19:39:58.915 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.925 INFO O| Sep 11 19:39:58.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78962026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.925 INFO O| Sep 11 19:39:58.925 INFO STEP 704 (remove_files) COMPLETE
78972026-09-11T19:40:02.679Z[ recovery-image] Sep 11 19:39:58.925 INFO O| Sep 11 19:39:58.925 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-09-11T19:40:02.680Z[ recovery-image] Sep 11 19:39:58.935 INFO O| Sep 11 19:39:58.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78992026-09-11T19:40:02.680Z[ recovery-image] Sep 11 19:39:58.935 INFO O| Sep 11 19:39:58.935 INFO STEP 705 (remove_files) COMPLETE
79002026-09-11T19:40:02.680Z[ recovery-image] Sep 11 19:39:58.935 INFO O| Sep 11 19:39:58.935 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-09-11T19:40:02.680Z[ recovery-image] Sep 11 19:39:58.946 INFO O| Sep 11 19:39:58.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
79022026-09-11T19:40:02.680Z[ recovery-image] Sep 11 19:39:58.946 INFO O| Sep 11 19:39:58.946 INFO STEP 706 (remove_files) COMPLETE
79032026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.946 INFO O| Sep 11 19:39:58.946 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.957 INFO O| Sep 11 19:39:58.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
79052026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.957 INFO O| Sep 11 19:39:58.957 INFO STEP 707 (remove_files) COMPLETE
79062026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.957 INFO O| Sep 11 19:39:58.957 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.971 INFO O| Sep 11 19:39:58.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
79082026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.971 INFO O| Sep 11 19:39:58.971 INFO STEP 708 (remove_files) COMPLETE
79092026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.971 INFO O| Sep 11 19:39:58.971 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.981 INFO O| Sep 11 19:39:58.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
79112026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.981 INFO O| Sep 11 19:39:58.981 INFO STEP 709 (remove_files) COMPLETE
79122026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.981 INFO O| Sep 11 19:39:58.981 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.990 INFO O| Sep 11 19:39:58.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
79142026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.990 INFO O| Sep 11 19:39:58.990 INFO STEP 710 (remove_files) COMPLETE
79152026-09-11T19:40:02.681Z[ recovery-image] Sep 11 19:39:58.990 INFO O| Sep 11 19:39:58.990 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-11T19:40:02.682Z[ recovery-image] Sep 11 19:39:59.000 INFO O| Sep 11 19:39:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
79172026-09-11T19:40:02.682Z[ recovery-image] Sep 11 19:39:59.000 INFO O| Sep 11 19:39:59.000 INFO STEP 711 (remove_files) COMPLETE
79182026-09-11T19:40:02.682Z[ recovery-image] Sep 11 19:39:59.000 INFO O| Sep 11 19:39:59.000 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-11T19:40:02.682Z[ recovery-image] Sep 11 19:39:59.010 INFO O| Sep 11 19:39:59.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
79202026-09-11T19:40:02.683Z[ recovery-image] Sep 11 19:39:59.010 INFO O| Sep 11 19:39:59.010 INFO STEP 712 (remove_files) COMPLETE
79212026-09-11T19:40:02.683Z[ recovery-image] Sep 11 19:39:59.010 INFO O| Sep 11 19:39:59.010 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-11T19:40:02.683Z[ recovery-image] Sep 11 19:39:59.019 INFO O| Sep 11 19:39:59.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
79232026-09-11T19:40:02.683Z[ recovery-image] Sep 11 19:39:59.019 INFO O| Sep 11 19:39:59.019 INFO STEP 713 (remove_files) COMPLETE
79242026-09-11T19:40:02.683Z[ recovery-image] Sep 11 19:39:59.019 INFO O| Sep 11 19:39:59.019 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-11T19:40:02.683Z[ recovery-image] Sep 11 19:39:59.030 INFO O| Sep 11 19:39:59.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
79262026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.030 INFO O| Sep 11 19:39:59.030 INFO STEP 714 (remove_files) COMPLETE
79272026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.030 INFO O| Sep 11 19:39:59.030 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.040 INFO O| Sep 11 19:39:59.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
79292026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.040 INFO O| Sep 11 19:39:59.040 INFO STEP 715 (remove_files) COMPLETE
79302026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.040 INFO O| Sep 11 19:39:59.040 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.050 INFO O| Sep 11 19:39:59.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
79322026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.050 INFO O| Sep 11 19:39:59.050 INFO STEP 716 (remove_files) COMPLETE
79332026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.050 INFO O| Sep 11 19:39:59.050 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.059 INFO O| Sep 11 19:39:59.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
79352026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.060 INFO O| Sep 11 19:39:59.060 INFO STEP 717 (remove_files) COMPLETE
79362026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.060 INFO O| Sep 11 19:39:59.060 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.071 INFO O| Sep 11 19:39:59.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
79382026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.071 INFO O| Sep 11 19:39:59.071 INFO STEP 718 (remove_files) COMPLETE
79392026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.071 INFO O| Sep 11 19:39:59.071 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.080 INFO O| Sep 11 19:39:59.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
79412026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.081 INFO O| Sep 11 19:39:59.081 INFO STEP 719 (remove_files) COMPLETE
79422026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.081 INFO O| Sep 11 19:39:59.081 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.092 INFO O| Sep 11 19:39:59.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
79442026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.092 INFO O| Sep 11 19:39:59.092 INFO STEP 720 (remove_files) COMPLETE
79452026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.092 INFO O| Sep 11 19:39:59.092 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-11T19:40:02.688Z[ recovery-image] Sep 11 19:39:59.103 INFO O| Sep 11 19:39:59.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
79472026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.103 INFO O| Sep 11 19:39:59.103 INFO STEP 721 (remove_files) COMPLETE
79482026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.103 INFO O| Sep 11 19:39:59.103 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.113 INFO O| Sep 11 19:39:59.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
79502026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.113 INFO O| Sep 11 19:39:59.113 INFO STEP 722 (remove_files) COMPLETE
79512026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.113 INFO O| Sep 11 19:39:59.113 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.130 INFO O| Sep 11 19:39:59.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
79532026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.130 INFO O| Sep 11 19:39:59.130 INFO STEP 723 (remove_files) COMPLETE
79542026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.130 INFO O| Sep 11 19:39:59.130 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.140 INFO O| Sep 11 19:39:59.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
79562026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.140 INFO O| Sep 11 19:39:59.140 INFO STEP 724 (remove_files) COMPLETE
79572026-09-11T19:40:02.689Z[ recovery-image] Sep 11 19:39:59.140 INFO O| Sep 11 19:39:59.140 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-11T19:40:02.690Z[ recovery-image] Sep 11 19:39:59.150 INFO O| Sep 11 19:39:59.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79592026-09-11T19:40:02.690Z[ recovery-image] Sep 11 19:39:59.150 INFO O| Sep 11 19:39:59.150 INFO STEP 725 (remove_files) COMPLETE
79602026-09-11T19:40:02.690Z[ recovery-image] Sep 11 19:39:59.150 INFO O| Sep 11 19:39:59.150 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-11T19:40:02.690Z[ recovery-image] Sep 11 19:39:59.159 INFO O| Sep 11 19:39:59.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79622026-09-11T19:40:02.690Z[ recovery-image] Sep 11 19:39:59.159 INFO O| Sep 11 19:39:59.159 INFO STEP 726 (remove_files) COMPLETE
79632026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.159 INFO O| Sep 11 19:39:59.159 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.168 INFO O| Sep 11 19:39:59.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79652026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.168 INFO O| Sep 11 19:39:59.168 INFO STEP 727 (remove_files) COMPLETE
79662026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.168 INFO O| Sep 11 19:39:59.168 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.176 INFO O| Sep 11 19:39:59.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79682026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.176 INFO O| Sep 11 19:39:59.176 INFO STEP 728 (remove_files) COMPLETE
79692026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.176 INFO O| Sep 11 19:39:59.176 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.185 INFO O| Sep 11 19:39:59.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
79712026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.185 INFO O| Sep 11 19:39:59.185 INFO STEP 729 (remove_files) COMPLETE
79722026-09-11T19:40:02.691Z[ recovery-image] Sep 11 19:39:59.185 INFO O| Sep 11 19:39:59.185 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.195 INFO O| Sep 11 19:39:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
79742026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.195 INFO O| Sep 11 19:39:59.195 INFO STEP 730 (remove_files) COMPLETE
79752026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.195 INFO O| Sep 11 19:39:59.195 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.205 INFO O| Sep 11 19:39:59.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79772026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.205 INFO O| Sep 11 19:39:59.205 INFO STEP 731 (remove_files) COMPLETE
79782026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.205 INFO O| Sep 11 19:39:59.205 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.214 INFO O| Sep 11 19:39:59.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79802026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.214 INFO O| Sep 11 19:39:59.214 INFO STEP 732 (remove_files) COMPLETE
79812026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.214 INFO O| Sep 11 19:39:59.214 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-09-11T19:40:02.692Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
79832026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.223 INFO O| Sep 11 19:39:59.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79842026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.223 INFO O| Sep 11 19:39:59.223 INFO STEP 733 (remove_files) COMPLETE
79852026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.223 INFO O| Sep 11 19:39:59.223 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.234 INFO O| Sep 11 19:39:59.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79872026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.234 INFO O| Sep 11 19:39:59.234 INFO STEP 734 (remove_files) COMPLETE
79882026-09-11T19:40:02.692Z[ recovery-image] Sep 11 19:39:59.234 INFO O| Sep 11 19:39:59.234 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.244 INFO O| Sep 11 19:39:59.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79902026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.244 INFO O| Sep 11 19:39:59.244 INFO STEP 735 (remove_files) COMPLETE
79912026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.244 INFO O| Sep 11 19:39:59.244 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.254 INFO O| Sep 11 19:39:59.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79932026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.254 INFO O| Sep 11 19:39:59.254 INFO STEP 736 (remove_files) COMPLETE
79942026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.254 INFO O| Sep 11 19:39:59.254 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.263 INFO O| Sep 11 19:39:59.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79962026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.263 INFO O| Sep 11 19:39:59.263 INFO STEP 737 (remove_files) COMPLETE
79972026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.263 INFO O| Sep 11 19:39:59.263 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.271 INFO O| Sep 11 19:39:59.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79992026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.271 INFO O| Sep 11 19:39:59.271 INFO STEP 738 (remove_files) COMPLETE
80002026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.271 INFO O| Sep 11 19:39:59.271 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.282 INFO O| Sep 11 19:39:59.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
80022026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.282 INFO O| Sep 11 19:39:59.282 INFO STEP 739 (remove_files) COMPLETE
80032026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.282 INFO O| Sep 11 19:39:59.282 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.292 INFO O| Sep 11 19:39:59.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
80052026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.292 INFO O| Sep 11 19:39:59.292 INFO STEP 740 (remove_files) COMPLETE
80062026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.292 INFO O| Sep 11 19:39:59.292 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.302 INFO O| Sep 11 19:39:59.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
80082026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.302 INFO O| Sep 11 19:39:59.302 INFO STEP 741 (remove_files) COMPLETE
80092026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.302 INFO O| Sep 11 19:39:59.302 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.311 INFO O| Sep 11 19:39:59.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
80112026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.311 INFO O| Sep 11 19:39:59.311 INFO STEP 742 (remove_files) COMPLETE
80122026-09-11T19:40:02.693Z[ recovery-image] Sep 11 19:39:59.312 INFO O| Sep 11 19:39:59.311 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-09-11T19:40:02.694Z[ recovery-image] Sep 11 19:39:59.321 INFO O| Sep 11 19:39:59.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
80142026-09-11T19:40:02.694Z[ recovery-image] Sep 11 19:39:59.321 INFO O| Sep 11 19:39:59.321 INFO STEP 743 (remove_files) COMPLETE
80152026-09-11T19:40:02.694Z[ recovery-image] Sep 11 19:39:59.321 INFO O| Sep 11 19:39:59.321 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-09-11T19:40:02.694Z[ recovery-image] Sep 11 19:39:59.330 INFO O| Sep 11 19:39:59.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
80172026-09-11T19:40:02.694Z[ recovery-image] Sep 11 19:39:59.330 INFO O| Sep 11 19:39:59.330 INFO STEP 744 (remove_files) COMPLETE
80182026-09-11T19:40:02.694Z[ recovery-image] Sep 11 19:39:59.330 INFO O| Sep 11 19:39:59.330 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-09-11T19:40:02.696Z[ recovery-image] Sep 11 19:39:59.339 INFO O| Sep 11 19:39:59.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
80202026-09-11T19:40:02.696Z[ recovery-image] Sep 11 19:39:59.339 INFO O| Sep 11 19:39:59.339 INFO STEP 745 (remove_files) COMPLETE
80212026-09-11T19:40:02.696Z[ recovery-image] Sep 11 19:39:59.339 INFO O| Sep 11 19:39:59.339 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-09-11T19:40:02.696Z[ recovery-image] Sep 11 19:39:59.349 INFO O| Sep 11 19:39:59.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
80232026-09-11T19:40:02.696Z[ recovery-image] Sep 11 19:39:59.349 INFO O| Sep 11 19:39:59.349 INFO STEP 746 (remove_files) COMPLETE
80242026-09-11T19:40:02.697Z[ recovery-image] Sep 11 19:39:59.349 INFO O| Sep 11 19:39:59.349 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-09-11T19:40:02.697Z[ recovery-image] Sep 11 19:39:59.358 INFO O| Sep 11 19:39:59.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
80262026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.358 INFO O| Sep 11 19:39:59.358 INFO STEP 747 (remove_files) COMPLETE
80272026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.358 INFO O| Sep 11 19:39:59.358 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.365 INFO O| Sep 11 19:39:59.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
80292026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.366 INFO O| Sep 11 19:39:59.365 INFO STEP 748 (remove_files) COMPLETE
80302026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.366 INFO O| Sep 11 19:39:59.366 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.373 INFO O| Sep 11 19:39:59.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
80322026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.373 INFO O| Sep 11 19:39:59.373 INFO STEP 749 (remove_files) COMPLETE
80332026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.373 INFO O| Sep 11 19:39:59.373 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.381 INFO O| Sep 11 19:39:59.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
80352026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.381 INFO O| Sep 11 19:39:59.381 INFO STEP 750 (remove_files) COMPLETE
80362026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.381 INFO O| Sep 11 19:39:59.381 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.388 INFO O| Sep 11 19:39:59.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
80382026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.388 INFO O| Sep 11 19:39:59.388 INFO STEP 751 (remove_files) COMPLETE
80392026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:39:59.388 INFO O| Sep 11 19:39:59.388 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-09-11T19:40:02.703Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
80412026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.398 INFO STEP 752 (remove_files) COMPLETE
80422026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.398 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
80442026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.407 INFO STEP 753 (remove_files) COMPLETE
80452026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.407 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
80472026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.419 INFO STEP 754 (remove_files) COMPLETE
80482026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.419 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
80502026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.430 INFO STEP 755 (remove_files) COMPLETE
80512026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.430 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
80532026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.441 INFO STEP 756 (remove_files) COMPLETE
80542026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.441 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
80562026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.451 INFO STEP 757 (remove_files) COMPLETE
80572026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.451 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
80592026-09-11T19:40:02.704Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.462 INFO STEP 758 (remove_files) COMPLETE
80602026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.462 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
80622026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.472 INFO STEP 759 (remove_files) COMPLETE
80632026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.472 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
80652026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.482 INFO STEP 760 (remove_files) COMPLETE
80662026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.482 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
80682026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.493 INFO STEP 761 (remove_files) COMPLETE
80692026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.493 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
80712026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.503 INFO STEP 762 (remove_files) COMPLETE
80722026-09-11T19:40:02.705Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.503 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
80742026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.514 INFO STEP 763 (remove_files) COMPLETE
80752026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.514 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80772026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.523 INFO STEP 764 (remove_files) COMPLETE
80782026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.523 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80802026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.533 INFO STEP 765 (remove_files) COMPLETE
80812026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.533 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80832026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.542 INFO STEP 766 (remove_files) COMPLETE
80842026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.542 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80862026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.553 INFO STEP 767 (remove_files) COMPLETE
80872026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.553 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-11T19:40:02.706Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80892026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.580 INFO STEP 768 (remove_files) COMPLETE
80902026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.580 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80922026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.589 INFO STEP 769 (remove_files) COMPLETE
80932026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.589 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80952026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.600 INFO STEP 770 (remove_files) COMPLETE
80962026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.600 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80982026-09-11T19:40:02.707Z[verify-libraries] Compiling fs-err v2.11.0
80992026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.609 INFO STEP 771 (remove_files) COMPLETE
81002026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.609 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
81022026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.618 INFO STEP 772 (remove_files) COMPLETE
81032026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.618 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.632 INFO O| Sep 11 19:39:59.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
81052026-09-11T19:40:02.707Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.631 INFO STEP 773 (remove_files) COMPLETE
81062026-09-11T19:40:02.709Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.631 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-11T19:40:02.709Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
81082026-09-11T19:40:02.709Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.641 INFO STEP 774 (remove_files) COMPLETE
81092026-09-11T19:40:02.709Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.641 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
81112026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.650 INFO STEP 775 (remove_files) COMPLETE
81122026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.650 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
81142026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.661 INFO STEP 776 (remove_files) COMPLETE
81152026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.661 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-11T19:40:02.710Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
81172026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.670 INFO STEP 777 (remove_files) COMPLETE
81182026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.670 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
81202026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.679 INFO STEP 778 (remove_files) COMPLETE
81212026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.679 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
81232026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.688 INFO STEP 779 (remove_files) COMPLETE
81242026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.688 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-11T19:40:02.711Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
81262026-09-11T19:40:02.716Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.697 INFO STEP 780 (remove_files) COMPLETE
81272026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.697 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
81292026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.707 INFO STEP 781 (remove_files) COMPLETE
81302026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.707 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
81322026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.716 INFO STEP 782 (remove_files) COMPLETE
81332026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.716 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
81352026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.725 INFO STEP 783 (remove_files) COMPLETE
81362026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.725 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
81382026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.734 INFO STEP 784 (remove_files) COMPLETE
81392026-09-11T19:40:02.717Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.734 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
81412026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.744 INFO STEP 785 (remove_files) COMPLETE
81422026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.744 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
81442026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.753 INFO STEP 786 (remove_files) COMPLETE
81452026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.753 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
81472026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.762 INFO STEP 787 (remove_files) COMPLETE
81482026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.762 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-11T19:40:02.725Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
81502026-09-11T19:40:02.726Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.771 INFO STEP 788 (remove_files) COMPLETE
81512026-09-11T19:40:02.726Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.771 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-09-11T19:40:02.726Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
81532026-09-11T19:40:02.726Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.781 INFO STEP 789 (remove_files) COMPLETE
81542026-09-11T19:40:02.726Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.781 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-09-11T19:40:02.728Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
81562026-09-11T19:40:02.728Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.790 INFO STEP 790 (remove_files) COMPLETE
81572026-09-11T19:40:02.728Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.790 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-09-11T19:40:02.728Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
81592026-09-11T19:40:02.728Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.798 INFO STEP 791 (remove_files) COMPLETE
81602026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.798 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
81622026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.807 INFO STEP 792 (remove_files) COMPLETE
81632026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.807 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
81652026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.816 INFO STEP 793 (remove_files) COMPLETE
81662026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.816 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
81682026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.635 INFO O| Sep 11 19:39:59.825 INFO STEP 794 (remove_files) COMPLETE
81692026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.825 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
81712026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.834 INFO STEP 795 (remove_files) COMPLETE
81722026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.834 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
81742026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.844 INFO STEP 796 (remove_files) COMPLETE
81752026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.844 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
81772026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.854 INFO STEP 797 (remove_files) COMPLETE
81782026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.854 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81802026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.863 INFO STEP 798 (remove_files) COMPLETE
81812026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.863 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81832026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.872 INFO STEP 799 (remove_files) COMPLETE
81842026-09-11T19:40:02.729Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.872 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81862026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.881 INFO STEP 800 (remove_files) COMPLETE
81872026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.882 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81892026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.893 INFO STEP 801 (remove_files) COMPLETE
81902026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.893 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81922026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.904 INFO STEP 802 (remove_files) COMPLETE
81932026-09-11T19:40:02.731Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.904 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-09-11T19:40:02.732Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81952026-09-11T19:40:02.732Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.913 INFO STEP 803 (remove_files) COMPLETE
81962026-09-11T19:40:02.732Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.913 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-09-11T19:40:02.732Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81982026-09-11T19:40:02.732Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.923 INFO STEP 804 (remove_files) COMPLETE
81992026-09-11T19:40:02.733Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.923 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
82012026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.933 INFO STEP 805 (remove_files) COMPLETE
82022026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.933 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
82042026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:39:59.944 INFO STEP 806 (remove_files) COMPLETE
82052026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.632 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
82072026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.643 INFO STEP 807 (remove_files) COMPLETE
82082026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.643 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
82102026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.653 INFO STEP 808 (remove_files) COMPLETE
82112026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.653 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
82132026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.663 INFO STEP 809 (remove_files) COMPLETE
82142026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.672 INFO O| Sep 11 19:40:01.663 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.673 INFO O| Sep 11 19:40:01.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
82162026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.673 INFO O| Sep 11 19:40:01.673 INFO STEP 810 (remove_files) COMPLETE
82172026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.673 INFO O| Sep 11 19:40:01.673 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.684 INFO O| Sep 11 19:40:01.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
82192026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.684 INFO O| Sep 11 19:40:01.684 INFO STEP 811 (remove_files) COMPLETE
82202026-09-11T19:40:02.735Z[ recovery-image] Sep 11 19:40:01.684 INFO O| Sep 11 19:40:01.684 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-11T19:40:02.736Z[ recovery-image] Sep 11 19:40:01.694 INFO O| Sep 11 19:40:01.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
82222026-09-11T19:40:02.736Z[ recovery-image] Sep 11 19:40:01.694 INFO O| Sep 11 19:40:01.694 INFO STEP 812 (remove_files) COMPLETE
82232026-09-11T19:40:02.736Z[ recovery-image] Sep 11 19:40:01.694 INFO O| Sep 11 19:40:01.694 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-09-11T19:40:02.736Z[ recovery-image] Sep 11 19:40:01.705 INFO O| Sep 11 19:40:01.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
82252026-09-11T19:40:02.736Z[ recovery-image] Sep 11 19:40:01.705 INFO O| Sep 11 19:40:01.705 INFO STEP 813 (remove_files) COMPLETE
82262026-09-11T19:40:02.749Z[ recovery-image] Sep 11 19:40:01.705 INFO O| Sep 11 19:40:01.705 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-11T19:40:02.749Z[ recovery-image] Sep 11 19:40:01.714 INFO O| Sep 11 19:40:01.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
82282026-09-11T19:40:02.749Z[ recovery-image] Sep 11 19:40:01.714 INFO O| Sep 11 19:40:01.714 INFO STEP 814 (remove_files) COMPLETE
82292026-09-11T19:40:02.749Z[ recovery-image] Sep 11 19:40:01.714 INFO O| Sep 11 19:40:01.714 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.724 INFO O| Sep 11 19:40:01.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
82312026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.724 INFO O| Sep 11 19:40:01.724 INFO STEP 815 (remove_files) COMPLETE
82322026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.724 INFO O| Sep 11 19:40:01.724 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.734 INFO O| Sep 11 19:40:01.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
82342026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.734 INFO O| Sep 11 19:40:01.734 INFO STEP 816 (remove_files) COMPLETE
82352026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.734 INFO O| Sep 11 19:40:01.734 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.744 INFO O| Sep 11 19:40:01.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
82372026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.745 INFO O| Sep 11 19:40:01.745 INFO STEP 817 (remove_files) COMPLETE
82382026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.745 INFO O| Sep 11 19:40:01.745 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.755 INFO O| Sep 11 19:40:01.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
82402026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.755 INFO O| Sep 11 19:40:01.755 INFO STEP 818 (remove_files) COMPLETE
82412026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.755 INFO O| Sep 11 19:40:01.755 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.764 INFO O| Sep 11 19:40:01.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
82432026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.764 INFO O| Sep 11 19:40:01.764 INFO STEP 819 (remove_files) COMPLETE
82442026-09-11T19:40:02.751Z[ recovery-image] Sep 11 19:40:01.764 INFO O| Sep 11 19:40:01.764 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.773 INFO O| Sep 11 19:40:01.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
82462026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.773 INFO O| Sep 11 19:40:01.773 INFO STEP 820 (remove_files) COMPLETE
82472026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.773 INFO O| Sep 11 19:40:01.773 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.782 INFO O| Sep 11 19:40:01.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
82492026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.782 INFO O| Sep 11 19:40:01.782 INFO STEP 821 (remove_files) COMPLETE
82502026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.782 INFO O| Sep 11 19:40:01.782 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.791 INFO O| Sep 11 19:40:01.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
82522026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.791 INFO O| Sep 11 19:40:01.791 INFO STEP 822 (remove_files) COMPLETE
82532026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.791 INFO O| Sep 11 19:40:01.791 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.802 INFO O| Sep 11 19:40:01.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
82552026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.802 INFO O| Sep 11 19:40:01.802 INFO STEP 823 (remove_files) COMPLETE
82562026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.802 INFO O| Sep 11 19:40:01.802 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.811 INFO O| Sep 11 19:40:01.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
82582026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.811 INFO O| Sep 11 19:40:01.811 INFO STEP 824 (remove_files) COMPLETE
82592026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.811 INFO O| Sep 11 19:40:01.811 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.820 INFO O| Sep 11 19:40:01.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
82612026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.820 INFO O| Sep 11 19:40:01.820 INFO STEP 825 (remove_files) COMPLETE
82622026-09-11T19:40:02.752Z[ recovery-image] Sep 11 19:40:01.820 INFO O| Sep 11 19:40:01.820 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.829 INFO O| Sep 11 19:40:01.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
82642026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.829 INFO O| Sep 11 19:40:01.829 INFO STEP 826 (remove_files) COMPLETE
82652026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.829 INFO O| Sep 11 19:40:01.829 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.838 INFO O| Sep 11 19:40:01.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
82672026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.838 INFO O| Sep 11 19:40:01.838 INFO STEP 827 (remove_files) COMPLETE
82682026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.838 INFO O| Sep 11 19:40:01.838 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.847 INFO O| Sep 11 19:40:01.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
82702026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.848 INFO O| Sep 11 19:40:01.847 INFO STEP 828 (remove_files) COMPLETE
82712026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.848 INFO O| Sep 11 19:40:01.847 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.856 INFO O| Sep 11 19:40:01.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
82732026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.856 INFO O| Sep 11 19:40:01.856 INFO STEP 829 (remove_files) COMPLETE
82742026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.856 INFO O| Sep 11 19:40:01.856 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.867 INFO O| Sep 11 19:40:01.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
82762026-09-11T19:40:02.753Z[ recovery-image] Sep 11 19:40:01.867 INFO O| Sep 11 19:40:01.867 INFO STEP 830 (remove_files) COMPLETE
82772026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.867 INFO O| Sep 11 19:40:01.867 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.877 INFO O| Sep 11 19:40:01.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82792026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.877 INFO O| Sep 11 19:40:01.877 INFO STEP 831 (remove_files) COMPLETE
82802026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.877 INFO O| Sep 11 19:40:01.877 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.887 INFO O| Sep 11 19:40:01.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82822026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.887 INFO O| Sep 11 19:40:01.887 INFO STEP 832 (remove_files) COMPLETE
82832026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.887 INFO O| Sep 11 19:40:01.887 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.897 INFO O| Sep 11 19:40:01.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82852026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.897 INFO O| Sep 11 19:40:01.897 INFO STEP 833 (remove_files) COMPLETE
82862026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.897 INFO O| Sep 11 19:40:01.897 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.907 INFO O| Sep 11 19:40:01.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82882026-09-11T19:40:02.754Z[ recovery-image] Sep 11 19:40:01.907 INFO O| Sep 11 19:40:01.907 INFO STEP 834 (remove_files) COMPLETE
82892026-09-11T19:40:02.755Z[ recovery-image] Sep 11 19:40:01.907 INFO O| Sep 11 19:40:01.907 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-11T19:40:02.757Z[ recovery-image] Sep 11 19:40:01.915 INFO O| Sep 11 19:40:01.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82912026-09-11T19:40:02.757Z[ recovery-image] Sep 11 19:40:01.916 INFO O| Sep 11 19:40:01.916 INFO STEP 835 (remove_files) COMPLETE
82922026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.916 INFO O| Sep 11 19:40:01.916 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.924 INFO O| Sep 11 19:40:01.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82942026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.924 INFO O| Sep 11 19:40:01.924 INFO STEP 836 (remove_files) COMPLETE
82952026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.924 INFO O| Sep 11 19:40:01.924 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.934 INFO O| Sep 11 19:40:01.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82972026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.934 INFO O| Sep 11 19:40:01.934 INFO STEP 837 (remove_files) COMPLETE
82982026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.934 INFO O| Sep 11 19:40:01.934 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.944 INFO O| Sep 11 19:40:01.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
83002026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.944 INFO O| Sep 11 19:40:01.944 INFO STEP 838 (remove_files) COMPLETE
83012026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.944 INFO O| Sep 11 19:40:01.944 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.954 INFO O| Sep 11 19:40:01.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
83032026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.955 INFO O| Sep 11 19:40:01.954 INFO STEP 839 (remove_files) COMPLETE
83042026-09-11T19:40:02.758Z[ recovery-image] Sep 11 19:40:01.955 INFO O| Sep 11 19:40:01.954 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-11T19:40:02.759Z[ recovery-image] Sep 11 19:40:01.964 INFO O| Sep 11 19:40:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
83062026-09-11T19:40:02.760Z[ recovery-image] Sep 11 19:40:01.965 INFO O| Sep 11 19:40:01.964 INFO STEP 840 (remove_files) COMPLETE
83072026-09-11T19:40:02.760Z[ recovery-image] Sep 11 19:40:01.965 INFO O| Sep 11 19:40:01.965 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.974 INFO O| Sep 11 19:40:01.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
83092026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.974 INFO O| Sep 11 19:40:01.974 INFO STEP 841 (remove_files) COMPLETE
83102026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.974 INFO O| Sep 11 19:40:01.974 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.987 INFO O| Sep 11 19:40:01.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
83122026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.987 INFO O| Sep 11 19:40:01.984 INFO STEP 842 (remove_files) COMPLETE
83132026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.987 INFO O| Sep 11 19:40:01.984 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.993 INFO O| Sep 11 19:40:01.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
83152026-09-11T19:40:02.765Z[ recovery-image] Sep 11 19:40:01.993 INFO O| Sep 11 19:40:01.993 INFO STEP 843 (remove_files) COMPLETE
83162026-09-11T19:40:02.766Z[ recovery-image] Sep 11 19:40:01.993 INFO O| Sep 11 19:40:01.993 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-11T19:40:02.773Z[ recovery-image] Sep 11 19:40:02.002 INFO O| Sep 11 19:40:02.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
83182026-09-11T19:40:02.773Z[ recovery-image] Sep 11 19:40:02.002 INFO O| Sep 11 19:40:02.002 INFO STEP 844 (remove_files) COMPLETE
83192026-09-11T19:40:02.773Z[ recovery-image] Sep 11 19:40:02.002 INFO O| Sep 11 19:40:02.002 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-11T19:40:02.778Z[ recovery-image] Sep 11 19:40:02.011 INFO O| Sep 11 19:40:02.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
83212026-09-11T19:40:02.778Z[ recovery-image] Sep 11 19:40:02.011 INFO O| Sep 11 19:40:02.011 INFO STEP 845 (remove_files) COMPLETE
83222026-09-11T19:40:02.778Z[ recovery-image] Sep 11 19:40:02.011 INFO O| Sep 11 19:40:02.011 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-09-11T19:40:02.788Z[ recovery-image] Sep 11 19:40:02.020 INFO O| Sep 11 19:40:02.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83242026-09-11T19:40:02.788Z[ recovery-image] Sep 11 19:40:02.020 INFO O| Sep 11 19:40:02.020 INFO STEP 846 (remove_files) COMPLETE
83252026-09-11T19:40:02.788Z[ recovery-image] Sep 11 19:40:02.020 INFO O| Sep 11 19:40:02.020 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-09-11T19:40:02.803Z[ recovery-image] Sep 11 19:40:02.029 INFO O| Sep 11 19:40:02.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
83272026-09-11T19:40:02.803Z[ recovery-image] Sep 11 19:40:02.029 INFO O| Sep 11 19:40:02.029 INFO STEP 847 (remove_files) COMPLETE
83282026-09-11T19:40:02.803Z[ recovery-image] Sep 11 19:40:02.029 INFO O| Sep 11 19:40:02.029 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-09-11T19:40:02.808Z[ recovery-image] Sep 11 19:40:02.039 INFO O| Sep 11 19:40:02.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
83302026-09-11T19:40:02.808Z[ recovery-image] Sep 11 19:40:02.039 INFO O| Sep 11 19:40:02.039 INFO STEP 848 (remove_files) COMPLETE
83312026-09-11T19:40:02.808Z[ recovery-image] Sep 11 19:40:02.039 INFO O| Sep 11 19:40:02.039 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-09-11T19:40:02.833Z[verify-libraries] Compiling internet-checksum v0.2.1
83332026-09-11T19:40:02.838Z[ recovery-image] Sep 11 19:40:02.050 INFO O| Sep 11 19:40:02.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
83342026-09-11T19:40:02.840Z[ recovery-image] Sep 11 19:40:02.050 INFO O| Sep 11 19:40:02.050 INFO STEP 849 (remove_files) COMPLETE
83352026-09-11T19:40:02.840Z[ recovery-image] Sep 11 19:40:02.050 INFO O| Sep 11 19:40:02.050 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-11T19:40:02.840Z[ recovery-image] Sep 11 19:40:02.059 INFO O| Sep 11 19:40:02.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
83372026-09-11T19:40:02.847Z[ recovery-image] Sep 11 19:40:02.059 INFO O| Sep 11 19:40:02.059 INFO STEP 850 (remove_files) COMPLETE
83382026-09-11T19:40:02.848Z[ recovery-image] Sep 11 19:40:02.059 INFO O| Sep 11 19:40:02.059 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-11T19:40:02.861Z[ recovery-image] Sep 11 19:40:02.070 INFO O| Sep 11 19:40:02.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
83402026-09-11T19:40:02.861Z[ recovery-image] Sep 11 19:40:02.070 INFO O| Sep 11 19:40:02.070 INFO STEP 851 (remove_files) COMPLETE
83412026-09-11T19:40:02.861Z[ recovery-image] Sep 11 19:40:02.070 INFO O| Sep 11 19:40:02.070 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-11T19:40:02.861Z[ recovery-image] Sep 11 19:40:02.084 INFO O| Sep 11 19:40:02.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
83432026-09-11T19:40:02.861Z[ recovery-image] Sep 11 19:40:02.084 INFO O| Sep 11 19:40:02.084 INFO STEP 852 (remove_files) COMPLETE
83442026-09-11T19:40:02.861Z[ recovery-image] Sep 11 19:40:02.084 INFO O| Sep 11 19:40:02.084 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-11T19:40:02.867Z[ recovery-image] Sep 11 19:40:02.093 INFO O| Sep 11 19:40:02.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
83462026-09-11T19:40:02.867Z[ recovery-image] Sep 11 19:40:02.093 INFO O| Sep 11 19:40:02.093 INFO STEP 853 (remove_files) COMPLETE
83472026-09-11T19:40:02.867Z[ recovery-image] Sep 11 19:40:02.093 INFO O| Sep 11 19:40:02.093 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-09-11T19:40:02.875Z[ recovery-image] Sep 11 19:40:02.104 INFO O| Sep 11 19:40:02.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
83492026-09-11T19:40:02.875Z[ recovery-image] Sep 11 19:40:02.104 INFO O| Sep 11 19:40:02.104 INFO STEP 854 (remove_files) COMPLETE
83502026-09-11T19:40:02.875Z[ recovery-image] Sep 11 19:40:02.104 INFO O| Sep 11 19:40:02.104 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-09-11T19:40:02.881Z[ recovery-image] Sep 11 19:40:02.114 INFO O| Sep 11 19:40:02.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
83522026-09-11T19:40:02.886Z[ recovery-image] Sep 11 19:40:02.114 INFO O| Sep 11 19:40:02.114 INFO STEP 855 (remove_files) COMPLETE
83532026-09-11T19:40:02.886Z[ recovery-image] Sep 11 19:40:02.114 INFO O| Sep 11 19:40:02.114 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-09-11T19:40:02.891Z[ recovery-image] Sep 11 19:40:02.125 INFO O| Sep 11 19:40:02.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
83552026-09-11T19:40:02.892Z[ recovery-image] Sep 11 19:40:02.125 INFO O| Sep 11 19:40:02.125 INFO STEP 856 (remove_files) COMPLETE
83562026-09-11T19:40:02.892Z[ recovery-image] Sep 11 19:40:02.125 INFO O| Sep 11 19:40:02.125 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-11T19:40:02.900Z[ recovery-image] Sep 11 19:40:02.133 INFO O| Sep 11 19:40:02.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
83582026-09-11T19:40:02.900Z[ recovery-image] Sep 11 19:40:02.133 INFO O| Sep 11 19:40:02.133 INFO STEP 857 (remove_files) COMPLETE
83592026-09-11T19:40:02.900Z[ recovery-image] Sep 11 19:40:02.133 INFO O| Sep 11 19:40:02.133 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-09-11T19:40:02.912Z[ recovery-image] Sep 11 19:40:02.145 INFO O| Sep 11 19:40:02.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
83612026-09-11T19:40:02.912Z[ recovery-image] Sep 11 19:40:02.145 INFO O| Sep 11 19:40:02.145 INFO STEP 858 (remove_files) COMPLETE
83622026-09-11T19:40:02.912Z[ recovery-image] Sep 11 19:40:02.145 INFO O| Sep 11 19:40:02.145 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-11T19:40:02.923Z[ recovery-image] Sep 11 19:40:02.156 INFO O| Sep 11 19:40:02.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
83642026-09-11T19:40:02.923Z[ recovery-image] Sep 11 19:40:02.156 INFO O| Sep 11 19:40:02.156 INFO STEP 859 (remove_files) COMPLETE
83652026-09-11T19:40:02.923Z[ recovery-image] Sep 11 19:40:02.156 INFO O| Sep 11 19:40:02.156 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-09-11T19:40:02.935Z[ recovery-image] Sep 11 19:40:02.166 INFO O| Sep 11 19:40:02.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
83672026-09-11T19:40:02.935Z[ recovery-image] Sep 11 19:40:02.166 INFO O| Sep 11 19:40:02.166 INFO STEP 860 (remove_files) COMPLETE
83682026-09-11T19:40:02.935Z[ recovery-image] Sep 11 19:40:02.166 INFO O| Sep 11 19:40:02.166 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-11T19:40:02.955Z[ recovery-image] Sep 11 19:40:02.181 INFO O| Sep 11 19:40:02.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
83702026-09-11T19:40:02.955Z[ recovery-image] Sep 11 19:40:02.181 INFO O| Sep 11 19:40:02.181 INFO STEP 861 (remove_files) COMPLETE
83712026-09-11T19:40:02.955Z[ recovery-image] Sep 11 19:40:02.181 INFO O| Sep 11 19:40:02.181 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-09-11T19:40:02.960Z[ recovery-image] Sep 11 19:40:02.193 INFO O| Sep 11 19:40:02.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
83732026-09-11T19:40:02.960Z[ recovery-image] Sep 11 19:40:02.193 INFO O| Sep 11 19:40:02.193 INFO STEP 862 (remove_files) COMPLETE
83742026-09-11T19:40:02.960Z[ recovery-image] Sep 11 19:40:02.193 INFO O| Sep 11 19:40:02.193 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-11T19:40:02.976Z[ recovery-image] Sep 11 19:40:02.205 INFO O| Sep 11 19:40:02.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
83762026-09-11T19:40:02.980Z[ recovery-image] Sep 11 19:40:02.205 INFO O| Sep 11 19:40:02.205 INFO STEP 863 (remove_files) COMPLETE
83772026-09-11T19:40:02.980Z[ recovery-image] Sep 11 19:40:02.205 INFO O| Sep 11 19:40:02.205 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-09-11T19:40:02.985Z[ recovery-image] Sep 11 19:40:02.216 INFO O| Sep 11 19:40:02.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
83792026-09-11T19:40:02.985Z[ recovery-image] Sep 11 19:40:02.216 INFO O| Sep 11 19:40:02.216 INFO STEP 864 (remove_files) COMPLETE
83802026-09-11T19:40:02.985Z[ recovery-image] Sep 11 19:40:02.216 INFO O| Sep 11 19:40:02.216 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-09-11T19:40:02.996Z[ recovery-image] Sep 11 19:40:02.230 INFO O| Sep 11 19:40:02.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
83822026-09-11T19:40:03.007Z[ recovery-image] Sep 11 19:40:02.231 INFO O| Sep 11 19:40:02.231 INFO STEP 865 (remove_files) COMPLETE
83832026-09-11T19:40:03.007Z[ recovery-image] Sep 11 19:40:02.231 INFO O| Sep 11 19:40:02.231 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-09-11T19:40:03.011Z[ recovery-image] Sep 11 19:40:02.241 INFO O| Sep 11 19:40:02.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83852026-09-11T19:40:03.011Z[ recovery-image] Sep 11 19:40:02.241 INFO O| Sep 11 19:40:02.241 INFO STEP 866 (remove_files) COMPLETE
83862026-09-11T19:40:03.011Z[ recovery-image] Sep 11 19:40:02.241 INFO O| Sep 11 19:40:02.241 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-09-11T19:40:03.020Z[ recovery-image] Sep 11 19:40:02.253 INFO O| Sep 11 19:40:02.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83882026-09-11T19:40:03.020Z[ recovery-image] Sep 11 19:40:02.253 INFO O| Sep 11 19:40:02.253 INFO STEP 867 (remove_files) COMPLETE
83892026-09-11T19:40:03.041Z[ recovery-image] Sep 11 19:40:02.253 INFO O| Sep 11 19:40:02.253 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-09-11T19:40:03.046Z[ recovery-image] Sep 11 19:40:02.264 INFO O| Sep 11 19:40:02.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83912026-09-11T19:40:03.047Z[ recovery-image] Sep 11 19:40:02.264 INFO O| Sep 11 19:40:02.264 INFO STEP 868 (remove_files) COMPLETE
83922026-09-11T19:40:03.047Z[ recovery-image] Sep 11 19:40:02.264 INFO O| Sep 11 19:40:02.264 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-11T19:40:03.047Z[ recovery-image] Sep 11 19:40:02.275 INFO O| Sep 11 19:40:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83942026-09-11T19:40:03.047Z[ recovery-image] Sep 11 19:40:02.275 INFO O| Sep 11 19:40:02.275 INFO STEP 869 (remove_files) COMPLETE
83952026-09-11T19:40:03.047Z[ recovery-image] Sep 11 19:40:02.275 INFO O| Sep 11 19:40:02.275 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-11T19:40:03.054Z[ recovery-image] Sep 11 19:40:02.285 INFO O| Sep 11 19:40:02.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83972026-09-11T19:40:03.054Z[ recovery-image] Sep 11 19:40:02.285 INFO O| Sep 11 19:40:02.285 INFO STEP 870 (remove_files) COMPLETE
83982026-09-11T19:40:03.054Z[ recovery-image] Sep 11 19:40:02.285 INFO O| Sep 11 19:40:02.285 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-11T19:40:03.062Z[ recovery-image] Sep 11 19:40:02.296 INFO O| Sep 11 19:40:02.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
84002026-09-11T19:40:03.063Z[ recovery-image] Sep 11 19:40:02.296 INFO O| Sep 11 19:40:02.296 INFO STEP 871 (remove_files) COMPLETE
84012026-09-11T19:40:03.063Z[ recovery-image] Sep 11 19:40:02.296 INFO O| Sep 11 19:40:02.296 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-11T19:40:03.076Z[ recovery-image] Sep 11 19:40:02.307 INFO O| Sep 11 19:40:02.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
84032026-09-11T19:40:03.076Z[ recovery-image] Sep 11 19:40:02.307 INFO O| Sep 11 19:40:02.307 INFO STEP 872 (remove_files) COMPLETE
84042026-09-11T19:40:03.076Z[ recovery-image] Sep 11 19:40:02.307 INFO O| Sep 11 19:40:02.307 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-09-11T19:40:03.083Z[ recovery-image] Sep 11 19:40:02.317 INFO O| Sep 11 19:40:02.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
84062026-09-11T19:40:03.083Z[ recovery-image] Sep 11 19:40:02.317 INFO O| Sep 11 19:40:02.317 INFO STEP 873 (remove_files) COMPLETE
84072026-09-11T19:40:03.087Z[ recovery-image] Sep 11 19:40:02.317 INFO O| Sep 11 19:40:02.317 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-09-11T19:40:03.092Z[ recovery-image] Sep 11 19:40:02.326 INFO O| Sep 11 19:40:02.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
84092026-09-11T19:40:03.092Z[ recovery-image] Sep 11 19:40:02.326 INFO O| Sep 11 19:40:02.326 INFO STEP 874 (remove_files) COMPLETE
84102026-09-11T19:40:03.092Z[ recovery-image] Sep 11 19:40:02.326 INFO O| Sep 11 19:40:02.326 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-11T19:40:03.110Z[ recovery-image] Sep 11 19:40:02.338 INFO O| Sep 11 19:40:02.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84122026-09-11T19:40:03.110Z[ recovery-image] Sep 11 19:40:02.338 INFO O| Sep 11 19:40:02.338 INFO STEP 875 (remove_files) COMPLETE
84132026-09-11T19:40:03.111Z[ recovery-image] Sep 11 19:40:02.338 INFO O| Sep 11 19:40:02.338 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-09-11T19:40:03.117Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
84152026-09-11T19:40:03.117Z[ recovery-image] Sep 11 19:40:02.348 INFO O| Sep 11 19:40:02.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84162026-09-11T19:40:03.117Z[ recovery-image] Sep 11 19:40:02.348 INFO O| Sep 11 19:40:02.348 INFO STEP 876 (remove_files) COMPLETE
84172026-09-11T19:40:03.117Z[ recovery-image] Sep 11 19:40:02.348 INFO O| Sep 11 19:40:02.348 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-11T19:40:03.125Z[ recovery-image] Sep 11 19:40:02.357 INFO O| Sep 11 19:40:02.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84192026-09-11T19:40:03.125Z[ recovery-image] Sep 11 19:40:02.357 INFO O| Sep 11 19:40:02.357 INFO STEP 877 (remove_files) COMPLETE
84202026-09-11T19:40:03.125Z[ recovery-image] Sep 11 19:40:02.357 INFO O| Sep 11 19:40:02.357 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-11T19:40:03.133Z[ recovery-image] Sep 11 19:40:02.366 INFO O| Sep 11 19:40:02.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84222026-09-11T19:40:03.133Z[ recovery-image] Sep 11 19:40:02.367 INFO O| Sep 11 19:40:02.367 INFO STEP 878 (remove_files) COMPLETE
84232026-09-11T19:40:03.133Z[ recovery-image] Sep 11 19:40:02.367 INFO O| Sep 11 19:40:02.367 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-11T19:40:03.143Z[ recovery-image] Sep 11 19:40:02.375 INFO O| Sep 11 19:40:02.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84252026-09-11T19:40:03.143Z[ recovery-image] Sep 11 19:40:02.375 INFO O| Sep 11 19:40:02.375 INFO STEP 879 (remove_files) COMPLETE
84262026-09-11T19:40:03.143Z[ recovery-image] Sep 11 19:40:02.375 INFO O| Sep 11 19:40:02.375 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-09-11T19:40:03.155Z[ recovery-image] Sep 11 19:40:02.386 INFO O| Sep 11 19:40:02.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84282026-09-11T19:40:03.155Z[ recovery-image] Sep 11 19:40:02.386 INFO O| Sep 11 19:40:02.386 INFO STEP 880 (remove_files) COMPLETE
84292026-09-11T19:40:03.156Z[ recovery-image] Sep 11 19:40:02.386 INFO O| Sep 11 19:40:02.386 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-11T19:40:03.164Z[ recovery-image] Sep 11 19:40:02.396 INFO O| Sep 11 19:40:02.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84312026-09-11T19:40:03.164Z[ recovery-image] Sep 11 19:40:02.396 INFO O| Sep 11 19:40:02.396 INFO STEP 881 (remove_files) COMPLETE
84322026-09-11T19:40:03.164Z[ recovery-image] Sep 11 19:40:02.396 INFO O| Sep 11 19:40:02.396 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-11T19:40:03.179Z[ recovery-image] Sep 11 19:40:02.412 INFO O| Sep 11 19:40:02.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
84342026-09-11T19:40:03.179Z[ recovery-image] Sep 11 19:40:02.412 INFO O| Sep 11 19:40:02.412 INFO STEP 882 (remove_files) COMPLETE
84352026-09-11T19:40:03.182Z[ recovery-image] Sep 11 19:40:02.412 INFO O| Sep 11 19:40:02.412 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-09-11T19:40:03.194Z[ recovery-image] Sep 11 19:40:02.423 INFO O| Sep 11 19:40:02.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
84372026-09-11T19:40:03.194Z[ recovery-image] Sep 11 19:40:02.423 INFO O| Sep 11 19:40:02.423 INFO STEP 883 (remove_files) COMPLETE
84382026-09-11T19:40:03.194Z[ recovery-image] Sep 11 19:40:02.423 INFO O| Sep 11 19:40:02.423 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-09-11T19:40:03.202Z[ recovery-image] Sep 11 19:40:02.434 INFO O| Sep 11 19:40:02.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
84402026-09-11T19:40:03.202Z[ recovery-image] Sep 11 19:40:02.434 INFO O| Sep 11 19:40:02.434 INFO STEP 884 (remove_files) COMPLETE
84412026-09-11T19:40:03.202Z[ recovery-image] Sep 11 19:40:02.434 INFO O| Sep 11 19:40:02.434 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-11T19:40:03.214Z[ recovery-image] Sep 11 19:40:02.447 INFO O| Sep 11 19:40:02.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
84432026-09-11T19:40:03.214Z[ recovery-image] Sep 11 19:40:02.448 INFO O| Sep 11 19:40:02.447 INFO STEP 885 (remove_files) COMPLETE
84442026-09-11T19:40:03.219Z[ recovery-image] Sep 11 19:40:02.448 INFO O| Sep 11 19:40:02.448 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-09-11T19:40:03.225Z[ recovery-image] Sep 11 19:40:02.458 INFO O| Sep 11 19:40:02.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
84462026-09-11T19:40:03.225Z[ recovery-image] Sep 11 19:40:02.458 INFO O| Sep 11 19:40:02.458 INFO STEP 886 (remove_files) COMPLETE
84472026-09-11T19:40:03.232Z[ recovery-image] Sep 11 19:40:02.458 INFO O| Sep 11 19:40:02.458 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-09-11T19:40:03.238Z[ recovery-image] Sep 11 19:40:02.469 INFO O| Sep 11 19:40:02.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
84492026-09-11T19:40:03.239Z[ recovery-image] Sep 11 19:40:02.469 INFO O| Sep 11 19:40:02.469 INFO STEP 887 (remove_files) COMPLETE
84502026-09-11T19:40:03.239Z[ recovery-image] Sep 11 19:40:02.469 INFO O| Sep 11 19:40:02.469 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-11T19:40:03.247Z[ recovery-image] Sep 11 19:40:02.480 INFO O| Sep 11 19:40:02.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
84522026-09-11T19:40:03.247Z[ recovery-image] Sep 11 19:40:02.480 INFO O| Sep 11 19:40:02.480 INFO STEP 888 (remove_files) COMPLETE
84532026-09-11T19:40:03.250Z[ recovery-image] Sep 11 19:40:02.480 INFO O| Sep 11 19:40:02.480 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-11T19:40:03.261Z[ recovery-image] Sep 11 19:40:02.491 INFO O| Sep 11 19:40:02.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
84552026-09-11T19:40:03.261Z[ recovery-image] Sep 11 19:40:02.491 INFO O| Sep 11 19:40:02.491 INFO STEP 889 (remove_files) COMPLETE
84562026-09-11T19:40:03.262Z[ recovery-image] Sep 11 19:40:02.491 INFO O| Sep 11 19:40:02.491 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-11T19:40:03.268Z[ recovery-image] Sep 11 19:40:02.501 INFO O| Sep 11 19:40:02.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
84582026-09-11T19:40:03.268Z[ recovery-image] Sep 11 19:40:02.501 INFO O| Sep 11 19:40:02.501 INFO STEP 890 (remove_files) COMPLETE
84592026-09-11T19:40:03.268Z[ recovery-image] Sep 11 19:40:02.501 INFO O| Sep 11 19:40:02.501 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-11T19:40:03.290Z[ recovery-image] Sep 11 19:40:02.511 INFO O| Sep 11 19:40:02.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
84612026-09-11T19:40:03.290Z[ recovery-image] Sep 11 19:40:02.511 INFO O| Sep 11 19:40:02.511 INFO STEP 891 (remove_files) COMPLETE
84622026-09-11T19:40:03.301Z[ recovery-image] Sep 11 19:40:02.511 INFO O| Sep 11 19:40:02.511 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-11T19:40:03.301Z[ recovery-image] Sep 11 19:40:02.521 INFO O| Sep 11 19:40:02.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
84642026-09-11T19:40:03.301Z[ recovery-image] Sep 11 19:40:02.522 INFO O| Sep 11 19:40:02.522 INFO STEP 892 (remove_files) COMPLETE
84652026-09-11T19:40:03.301Z[ recovery-image] Sep 11 19:40:02.522 INFO O| Sep 11 19:40:02.522 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-11T19:40:03.301Z[ recovery-image] Sep 11 19:40:02.532 INFO O| Sep 11 19:40:02.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
84672026-09-11T19:40:03.301Z[ recovery-image] Sep 11 19:40:02.532 INFO O| Sep 11 19:40:02.532 INFO STEP 893 (remove_files) COMPLETE
84682026-09-11T19:40:03.302Z[ recovery-image] Sep 11 19:40:02.532 INFO O| Sep 11 19:40:02.532 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-11T19:40:03.312Z[ recovery-image] Sep 11 19:40:02.542 INFO O| Sep 11 19:40:02.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
84702026-09-11T19:40:03.312Z[ recovery-image] Sep 11 19:40:02.542 INFO O| Sep 11 19:40:02.542 INFO STEP 894 (remove_files) COMPLETE
84712026-09-11T19:40:03.319Z[ recovery-image] Sep 11 19:40:02.542 INFO O| Sep 11 19:40:02.542 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-11T19:40:03.324Z[ recovery-image] Sep 11 19:40:02.552 INFO O| Sep 11 19:40:02.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
84732026-09-11T19:40:03.324Z[ recovery-image] Sep 11 19:40:02.552 INFO O| Sep 11 19:40:02.552 INFO STEP 895 (remove_files) COMPLETE
84742026-09-11T19:40:03.324Z[ recovery-image] Sep 11 19:40:02.552 INFO O| Sep 11 19:40:02.552 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-11T19:40:03.329Z[ recovery-image] Sep 11 19:40:02.563 INFO O| Sep 11 19:40:02.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
84762026-09-11T19:40:03.341Z[ recovery-image] Sep 11 19:40:02.563 INFO O| Sep 11 19:40:02.563 INFO STEP 896 (remove_files) COMPLETE
84772026-09-11T19:40:03.341Z[ recovery-image] Sep 11 19:40:02.563 INFO O| Sep 11 19:40:02.563 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-11T19:40:03.350Z[ recovery-image] Sep 11 19:40:02.574 INFO O| Sep 11 19:40:02.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
84792026-09-11T19:40:03.350Z[ recovery-image] Sep 11 19:40:02.574 INFO O| Sep 11 19:40:02.574 INFO STEP 897 (remove_files) COMPLETE
84802026-09-11T19:40:03.350Z[ recovery-image] Sep 11 19:40:02.574 INFO O| Sep 11 19:40:02.574 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-11T19:40:03.361Z[ recovery-image] Sep 11 19:40:02.583 INFO O| Sep 11 19:40:02.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
84822026-09-11T19:40:03.362Z[ recovery-image] Sep 11 19:40:02.584 INFO O| Sep 11 19:40:02.584 INFO STEP 898 (remove_files) COMPLETE
84832026-09-11T19:40:03.362Z[ recovery-image] Sep 11 19:40:02.584 INFO O| Sep 11 19:40:02.584 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-11T19:40:03.366Z[ recovery-image] Sep 11 19:40:02.593 INFO O| Sep 11 19:40:02.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
84852026-09-11T19:40:03.366Z[ recovery-image] Sep 11 19:40:02.593 INFO O| Sep 11 19:40:02.593 INFO STEP 899 (remove_files) COMPLETE
84862026-09-11T19:40:03.366Z[ recovery-image] Sep 11 19:40:02.593 INFO O| Sep 11 19:40:02.593 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-11T19:40:03.370Z[ recovery-image] Sep 11 19:40:02.602 INFO O| Sep 11 19:40:02.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
84882026-09-11T19:40:03.370Z[ recovery-image] Sep 11 19:40:02.602 INFO O| Sep 11 19:40:02.602 INFO STEP 900 (remove_files) COMPLETE
84892026-09-11T19:40:03.370Z[ recovery-image] Sep 11 19:40:02.602 INFO O| Sep 11 19:40:02.602 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-11T19:40:03.379Z[ recovery-image] Sep 11 19:40:02.612 INFO O| Sep 11 19:40:02.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84912026-09-11T19:40:03.379Z[ recovery-image] Sep 11 19:40:02.612 INFO O| Sep 11 19:40:02.612 INFO STEP 901 (remove_files) COMPLETE
84922026-09-11T19:40:03.379Z[ recovery-image] Sep 11 19:40:02.612 INFO O| Sep 11 19:40:02.612 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-11T19:40:03.388Z[ recovery-image] Sep 11 19:40:02.622 INFO O| Sep 11 19:40:02.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
84942026-09-11T19:40:03.389Z[ recovery-image] Sep 11 19:40:02.622 INFO O| Sep 11 19:40:02.622 INFO STEP 902 (remove_files) COMPLETE
84952026-09-11T19:40:03.389Z[ recovery-image] Sep 11 19:40:02.622 INFO O| Sep 11 19:40:02.622 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-11T19:40:03.398Z[ recovery-image] Sep 11 19:40:02.631 INFO O| Sep 11 19:40:02.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
84972026-09-11T19:40:03.398Z[ recovery-image] Sep 11 19:40:02.631 INFO O| Sep 11 19:40:02.631 INFO STEP 903 (remove_files) COMPLETE
84982026-09-11T19:40:03.398Z[ recovery-image] Sep 11 19:40:02.632 INFO O| Sep 11 19:40:02.631 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-11T19:40:03.407Z[ recovery-image] Sep 11 19:40:02.641 INFO O| Sep 11 19:40:02.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85002026-09-11T19:40:03.407Z[ recovery-image] Sep 11 19:40:02.641 INFO O| Sep 11 19:40:02.641 INFO STEP 904 (remove_files) COMPLETE
85012026-09-11T19:40:03.407Z[ recovery-image] Sep 11 19:40:02.641 INFO O| Sep 11 19:40:02.641 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-11T19:40:03.419Z[ recovery-image] Sep 11 19:40:02.651 INFO O| Sep 11 19:40:02.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85032026-09-11T19:40:03.419Z[ recovery-image] Sep 11 19:40:02.651 INFO O| Sep 11 19:40:02.651 INFO STEP 905 (remove_files) COMPLETE
85042026-09-11T19:40:03.428Z[ recovery-image] Sep 11 19:40:02.651 INFO O| Sep 11 19:40:02.651 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-11T19:40:03.428Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
85062026-09-11T19:40:03.436Z[ recovery-image] Sep 11 19:40:02.660 INFO O| Sep 11 19:40:02.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85072026-09-11T19:40:03.437Z[ recovery-image] Sep 11 19:40:02.660 INFO O| Sep 11 19:40:02.660 INFO STEP 906 (remove_files) COMPLETE
85082026-09-11T19:40:03.437Z[ recovery-image] Sep 11 19:40:02.660 INFO O| Sep 11 19:40:02.660 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-09-11T19:40:03.441Z[ recovery-image] Sep 11 19:40:02.669 INFO O| Sep 11 19:40:02.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85102026-09-11T19:40:03.441Z[ recovery-image] Sep 11 19:40:02.670 INFO O| Sep 11 19:40:02.670 INFO STEP 907 (remove_files) COMPLETE
85112026-09-11T19:40:03.441Z[ recovery-image] Sep 11 19:40:02.670 INFO O| Sep 11 19:40:02.670 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-09-11T19:40:03.447Z[ recovery-image] Sep 11 19:40:02.679 INFO O| Sep 11 19:40:02.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85132026-09-11T19:40:03.447Z[ recovery-image] Sep 11 19:40:02.679 INFO O| Sep 11 19:40:02.679 INFO STEP 908 (remove_files) COMPLETE
85142026-09-11T19:40:03.447Z[ recovery-image] Sep 11 19:40:02.679 INFO O| Sep 11 19:40:02.679 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-09-11T19:40:03.457Z[ recovery-image] Sep 11 19:40:02.688 INFO O| Sep 11 19:40:02.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85162026-09-11T19:40:03.457Z[ recovery-image] Sep 11 19:40:02.688 INFO O| Sep 11 19:40:02.688 INFO STEP 909 (remove_files) COMPLETE
85172026-09-11T19:40:03.458Z[ recovery-image] Sep 11 19:40:02.688 INFO O| Sep 11 19:40:02.688 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-09-11T19:40:03.467Z[ recovery-image] Sep 11 19:40:02.697 INFO O| Sep 11 19:40:02.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85192026-09-11T19:40:03.467Z[ recovery-image] Sep 11 19:40:02.697 INFO O| Sep 11 19:40:02.697 INFO STEP 910 (remove_files) COMPLETE
85202026-09-11T19:40:03.473Z[ recovery-image] Sep 11 19:40:02.697 INFO O| Sep 11 19:40:02.697 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-09-11T19:40:03.476Z[ recovery-image] Sep 11 19:40:02.707 INFO O| Sep 11 19:40:02.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85222026-09-11T19:40:03.476Z[ recovery-image] Sep 11 19:40:02.707 INFO O| Sep 11 19:40:02.707 INFO STEP 911 (remove_files) COMPLETE
85232026-09-11T19:40:03.477Z[ recovery-image] Sep 11 19:40:02.707 INFO O| Sep 11 19:40:02.707 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-11T19:40:03.489Z[ recovery-image] Sep 11 19:40:02.716 INFO O| Sep 11 19:40:02.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85252026-09-11T19:40:03.489Z[ recovery-image] Sep 11 19:40:02.717 INFO O| Sep 11 19:40:02.717 INFO STEP 912 (remove_files) COMPLETE
85262026-09-11T19:40:03.493Z[ recovery-image] Sep 11 19:40:02.717 INFO O| Sep 11 19:40:02.717 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-11T19:40:03.499Z[ recovery-image] Sep 11 19:40:02.727 INFO O| Sep 11 19:40:02.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
85282026-09-11T19:40:03.499Z[ recovery-image] Sep 11 19:40:02.727 INFO O| Sep 11 19:40:02.727 INFO STEP 913 (remove_files) COMPLETE
85292026-09-11T19:40:03.499Z[ recovery-image] Sep 11 19:40:02.727 INFO O| Sep 11 19:40:02.727 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-11T19:40:03.513Z[ recovery-image] Sep 11 19:40:02.738 INFO O| Sep 11 19:40:02.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
85312026-09-11T19:40:03.513Z[ recovery-image] Sep 11 19:40:02.738 INFO O| Sep 11 19:40:02.738 INFO STEP 914 (remove_files) COMPLETE
85322026-09-11T19:40:03.521Z[ recovery-image] Sep 11 19:40:02.738 INFO O| Sep 11 19:40:02.738 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-11T19:40:03.521Z[ recovery-image] Sep 11 19:40:02.750 INFO O| Sep 11 19:40:02.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
85342026-09-11T19:40:03.521Z[ recovery-image] Sep 11 19:40:02.750 INFO O| Sep 11 19:40:02.750 INFO STEP 915 (remove_files) COMPLETE
85352026-09-11T19:40:03.521Z[ recovery-image] Sep 11 19:40:02.750 INFO O| Sep 11 19:40:02.750 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-09-11T19:40:03.528Z[ recovery-image] Sep 11 19:40:02.760 INFO O| Sep 11 19:40:02.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
85372026-09-11T19:40:03.528Z[ recovery-image] Sep 11 19:40:02.760 INFO O| Sep 11 19:40:02.760 INFO STEP 916 (remove_files) COMPLETE
85382026-09-11T19:40:03.529Z[ recovery-image] Sep 11 19:40:02.760 INFO O| Sep 11 19:40:02.760 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-09-11T19:40:03.536Z[ recovery-image] Sep 11 19:40:02.769 INFO O| Sep 11 19:40:02.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
85402026-09-11T19:40:03.536Z[ recovery-image] Sep 11 19:40:02.769 INFO O| Sep 11 19:40:02.769 INFO STEP 917 (remove_files) COMPLETE
85412026-09-11T19:40:03.536Z[ recovery-image] Sep 11 19:40:02.769 INFO O| Sep 11 19:40:02.769 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-09-11T19:40:03.546Z[ recovery-image] Sep 11 19:40:02.778 INFO O| Sep 11 19:40:02.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
85432026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.779 INFO O| Sep 11 19:40:02.779 INFO STEP 918 (remove_files) COMPLETE
85442026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.779 INFO O| Sep 11 19:40:02.779 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.788 INFO O| Sep 11 19:40:02.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
85462026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.788 INFO O| Sep 11 19:40:02.788 INFO STEP 919 (remove_files) COMPLETE
85472026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.788 INFO O| Sep 11 19:40:02.788 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.798 INFO O| Sep 11 19:40:02.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
85492026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.798 INFO O| Sep 11 19:40:02.798 INFO STEP 920 (remove_files) COMPLETE
85502026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.798 INFO O| Sep 11 19:40:02.798 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.808 INFO O| Sep 11 19:40:02.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
85522026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.808 INFO O| Sep 11 19:40:02.808 INFO STEP 921 (remove_files) COMPLETE
85532026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.808 INFO O| Sep 11 19:40:02.808 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-09-11T19:40:03.787Z[ recovery-image] Sep 11 19:40:02.818 INFO O| Sep 11 19:40:02.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
85552026-09-11T19:40:03.789Z[ recovery-image] Sep 11 19:40:02.818 INFO O| Sep 11 19:40:02.818 INFO STEP 922 (remove_files) COMPLETE
85562026-09-11T19:40:03.789Z[ recovery-image] Sep 11 19:40:02.818 INFO O| Sep 11 19:40:02.818 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.829 INFO O| Sep 11 19:40:02.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
85582026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.829 INFO O| Sep 11 19:40:02.829 INFO STEP 923 (remove_files) COMPLETE
85592026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.829 INFO O| Sep 11 19:40:02.829 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.838 INFO O| Sep 11 19:40:02.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
85612026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.838 INFO O| Sep 11 19:40:02.838 INFO STEP 924 (remove_files) COMPLETE
85622026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.838 INFO O| Sep 11 19:40:02.838 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.848 INFO O| Sep 11 19:40:02.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
85642026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.849 INFO O| Sep 11 19:40:02.849 INFO STEP 925 (remove_files) COMPLETE
85652026-09-11T19:40:03.790Z[ recovery-image] Sep 11 19:40:02.849 INFO O| Sep 11 19:40:02.849 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-09-11T19:40:03.791Z[ recovery-image] Sep 11 19:40:02.860 INFO O| Sep 11 19:40:02.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
85672026-09-11T19:40:03.791Z[ recovery-image] Sep 11 19:40:02.860 INFO O| Sep 11 19:40:02.860 INFO STEP 926 (remove_files) COMPLETE
85682026-09-11T19:40:03.791Z[ recovery-image] Sep 11 19:40:02.860 INFO O| Sep 11 19:40:02.860 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-09-11T19:40:03.791Z[ recovery-image] Sep 11 19:40:02.871 INFO O| Sep 11 19:40:02.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
85702026-09-11T19:40:03.792Z[ recovery-image] Sep 11 19:40:02.871 INFO O| Sep 11 19:40:02.871 INFO STEP 927 (remove_files) COMPLETE
85712026-09-11T19:40:03.792Z[ recovery-image] Sep 11 19:40:02.871 INFO O| Sep 11 19:40:02.871 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.881 INFO O| Sep 11 19:40:02.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
85732026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.881 INFO O| Sep 11 19:40:02.881 INFO STEP 928 (remove_files) COMPLETE
85742026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.881 INFO O| Sep 11 19:40:02.881 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.891 INFO O| Sep 11 19:40:02.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
85762026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.891 INFO O| Sep 11 19:40:02.891 INFO STEP 929 (remove_files) COMPLETE
85772026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.891 INFO O| Sep 11 19:40:02.891 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-09-11T19:40:03.793Z[ recovery-image] Sep 11 19:40:02.900 INFO O| Sep 11 19:40:02.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
85792026-09-11T19:40:03.794Z[ recovery-image] Sep 11 19:40:02.900 INFO O| Sep 11 19:40:02.900 INFO STEP 930 (remove_files) COMPLETE
85802026-09-11T19:40:03.794Z[ recovery-image] Sep 11 19:40:02.900 INFO O| Sep 11 19:40:02.900 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-09-11T19:40:03.794Z[ recovery-image] Sep 11 19:40:02.910 INFO O| Sep 11 19:40:02.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
85822026-09-11T19:40:03.794Z[ recovery-image] Sep 11 19:40:02.910 INFO O| Sep 11 19:40:02.910 INFO STEP 931 (remove_files) COMPLETE
85832026-09-11T19:40:03.794Z[ recovery-image] Sep 11 19:40:02.910 INFO O| Sep 11 19:40:02.910 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-09-11T19:40:03.794Z[ recovery-image] Sep 11 19:40:02.920 INFO O| Sep 11 19:40:02.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
85852026-09-11T19:40:03.795Z[ recovery-image] Sep 11 19:40:02.920 INFO O| Sep 11 19:40:02.920 INFO STEP 932 (remove_files) COMPLETE
85862026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.920 INFO O| Sep 11 19:40:02.920 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.930 INFO O| Sep 11 19:40:02.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
85882026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.930 INFO O| Sep 11 19:40:02.930 INFO STEP 933 (remove_files) COMPLETE
85892026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.930 INFO O| Sep 11 19:40:02.930 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.940 INFO O| Sep 11 19:40:02.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
85912026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.940 INFO O| Sep 11 19:40:02.940 INFO STEP 934 (remove_files) COMPLETE
85922026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.940 INFO O| Sep 11 19:40:02.940 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.952 INFO O| Sep 11 19:40:02.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
85942026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.952 INFO O| Sep 11 19:40:02.951 INFO STEP 935 (remove_files) COMPLETE
85952026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.952 INFO O| Sep 11 19:40:02.951 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.962 INFO O| Sep 11 19:40:02.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
85972026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.962 INFO O| Sep 11 19:40:02.962 INFO STEP 936 (remove_files) COMPLETE
85982026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.962 INFO O| Sep 11 19:40:02.962 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-11T19:40:03.796Z[ recovery-image] Sep 11 19:40:02.972 INFO O| Sep 11 19:40:02.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86002026-09-11T19:40:03.801Z[ recovery-image] Sep 11 19:40:02.972 INFO O| Sep 11 19:40:02.972 INFO STEP 937 (remove_files) COMPLETE
86012026-09-11T19:40:03.801Z[ recovery-image] Sep 11 19:40:02.972 INFO O| Sep 11 19:40:02.972 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:02.981 INFO O| Sep 11 19:40:02.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86032026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:02.981 INFO O| Sep 11 19:40:02.981 INFO STEP 938 (remove_files) COMPLETE
86042026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:02.981 INFO O| Sep 11 19:40:02.981 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:02.992 INFO O| Sep 11 19:40:02.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86062026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:02.992 INFO O| Sep 11 19:40:02.992 INFO STEP 939 (remove_files) COMPLETE
86072026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:02.992 INFO O| Sep 11 19:40:02.992 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:03.003 INFO O| Sep 11 19:40:03.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86092026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:03.003 INFO O| Sep 11 19:40:03.003 INFO STEP 940 (remove_files) COMPLETE
86102026-09-11T19:40:03.802Z[ recovery-image] Sep 11 19:40:03.003 INFO O| Sep 11 19:40:03.003 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.014 INFO O| Sep 11 19:40:03.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86122026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.014 INFO O| Sep 11 19:40:03.014 INFO STEP 941 (remove_files) COMPLETE
86132026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.014 INFO O| Sep 11 19:40:03.014 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.028 INFO O| Sep 11 19:40:03.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86152026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.028 INFO O| Sep 11 19:40:03.028 INFO STEP 942 (remove_files) COMPLETE
86162026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.028 INFO O| Sep 11 19:40:03.028 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.040 INFO O| Sep 11 19:40:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86182026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.040 INFO O| Sep 11 19:40:03.040 INFO STEP 943 (remove_files) COMPLETE
86192026-09-11T19:40:03.808Z[ recovery-image] Sep 11 19:40:03.040 INFO O| Sep 11 19:40:03.040 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-09-11T19:40:03.818Z[ recovery-image] Sep 11 19:40:03.051 INFO O| Sep 11 19:40:03.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86212026-09-11T19:40:03.818Z[ recovery-image] Sep 11 19:40:03.051 INFO O| Sep 11 19:40:03.051 INFO STEP 944 (remove_files) COMPLETE
86222026-09-11T19:40:03.818Z[ recovery-image] Sep 11 19:40:03.051 INFO O| Sep 11 19:40:03.051 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-09-11T19:40:03.822Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86242026-09-11T19:40:03.830Z[ recovery-image] Sep 11 19:40:03.061 INFO O| Sep 11 19:40:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86252026-09-11T19:40:03.830Z[ recovery-image] Sep 11 19:40:03.061 INFO O| Sep 11 19:40:03.061 INFO STEP 945 (remove_files) COMPLETE
86262026-09-11T19:40:03.833Z[ recovery-image] Sep 11 19:40:03.061 INFO O| Sep 11 19:40:03.061 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-09-11T19:40:03.838Z[ recovery-image] Sep 11 19:40:03.072 INFO O| Sep 11 19:40:03.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86282026-09-11T19:40:03.842Z[ recovery-image] Sep 11 19:40:03.072 INFO O| Sep 11 19:40:03.072 INFO STEP 946 (remove_files) COMPLETE
86292026-09-11T19:40:03.842Z[ recovery-image] Sep 11 19:40:03.072 INFO O| Sep 11 19:40:03.072 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-11T19:40:03.851Z[ recovery-image] Sep 11 19:40:03.084 INFO O| Sep 11 19:40:03.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86312026-09-11T19:40:03.852Z[ recovery-image] Sep 11 19:40:03.084 INFO O| Sep 11 19:40:03.084 INFO STEP 947 (remove_files) COMPLETE
86322026-09-11T19:40:03.852Z[ recovery-image] Sep 11 19:40:03.084 INFO O| Sep 11 19:40:03.084 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-11T19:40:03.862Z[ recovery-image] Sep 11 19:40:03.096 INFO O| Sep 11 19:40:03.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86342026-09-11T19:40:03.862Z[ recovery-image] Sep 11 19:40:03.096 INFO O| Sep 11 19:40:03.096 INFO STEP 948 (remove_files) COMPLETE
86352026-09-11T19:40:03.862Z[ recovery-image] Sep 11 19:40:03.096 INFO O| Sep 11 19:40:03.096 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-09-11T19:40:03.874Z[ recovery-image] Sep 11 19:40:03.108 INFO O| Sep 11 19:40:03.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86372026-09-11T19:40:03.874Z[ recovery-image] Sep 11 19:40:03.108 INFO O| Sep 11 19:40:03.108 INFO STEP 949 (remove_files) COMPLETE
86382026-09-11T19:40:03.874Z[ recovery-image] Sep 11 19:40:03.108 INFO O| Sep 11 19:40:03.108 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-09-11T19:40:03.888Z[ recovery-image] Sep 11 19:40:03.120 INFO O| Sep 11 19:40:03.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86402026-09-11T19:40:03.888Z[ recovery-image] Sep 11 19:40:03.120 INFO O| Sep 11 19:40:03.120 INFO STEP 950 (remove_files) COMPLETE
86412026-09-11T19:40:03.888Z[ recovery-image] Sep 11 19:40:03.120 INFO O| Sep 11 19:40:03.120 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-09-11T19:40:03.899Z[ recovery-image] Sep 11 19:40:03.132 INFO O| Sep 11 19:40:03.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
86432026-09-11T19:40:03.899Z[ recovery-image] Sep 11 19:40:03.132 INFO O| Sep 11 19:40:03.132 INFO STEP 951 (remove_files) COMPLETE
86442026-09-11T19:40:03.899Z[ recovery-image] Sep 11 19:40:03.132 INFO O| Sep 11 19:40:03.132 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-09-11T19:40:03.911Z[ recovery-image] Sep 11 19:40:03.145 INFO O| Sep 11 19:40:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
86462026-09-11T19:40:03.911Z[ recovery-image] Sep 11 19:40:03.145 INFO O| Sep 11 19:40:03.145 INFO STEP 952 (remove_files) COMPLETE
86472026-09-11T19:40:03.917Z[ recovery-image] Sep 11 19:40:03.145 INFO O| Sep 11 19:40:03.145 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-09-11T19:40:03.923Z[ recovery-image] Sep 11 19:40:03.157 INFO O| Sep 11 19:40:03.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
86492026-09-11T19:40:03.923Z[ recovery-image] Sep 11 19:40:03.157 INFO O| Sep 11 19:40:03.157 INFO STEP 953 (remove_files) COMPLETE
86502026-09-11T19:40:03.930Z[ recovery-image] Sep 11 19:40:03.157 INFO O| Sep 11 19:40:03.157 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-09-11T19:40:03.945Z[ recovery-image] Sep 11 19:40:03.169 INFO O| Sep 11 19:40:03.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
86522026-09-11T19:40:03.945Z[ recovery-image] Sep 11 19:40:03.169 INFO O| Sep 11 19:40:03.169 INFO STEP 954 (remove_files) COMPLETE
86532026-09-11T19:40:03.948Z[ recovery-image] Sep 11 19:40:03.169 INFO O| Sep 11 19:40:03.169 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-09-11T19:40:03.948Z[ recovery-image] Sep 11 19:40:03.181 INFO O| Sep 11 19:40:03.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
86552026-09-11T19:40:03.951Z[ recovery-image] Sep 11 19:40:03.181 INFO O| Sep 11 19:40:03.181 INFO STEP 955 (remove_files) COMPLETE
86562026-09-11T19:40:03.951Z[ recovery-image] Sep 11 19:40:03.181 INFO O| Sep 11 19:40:03.181 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-09-11T19:40:03.959Z[ recovery-image] Sep 11 19:40:03.192 INFO O| Sep 11 19:40:03.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
86582026-09-11T19:40:03.959Z[ recovery-image] Sep 11 19:40:03.192 INFO O| Sep 11 19:40:03.192 INFO STEP 956 (remove_files) COMPLETE
86592026-09-11T19:40:03.959Z[ recovery-image] Sep 11 19:40:03.192 INFO O| Sep 11 19:40:03.192 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-09-11T19:40:03.970Z[ recovery-image] Sep 11 19:40:03.203 INFO O| Sep 11 19:40:03.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
86612026-09-11T19:40:03.970Z[ recovery-image] Sep 11 19:40:03.203 INFO O| Sep 11 19:40:03.203 INFO STEP 957 (remove_files) COMPLETE
86622026-09-11T19:40:03.970Z[ recovery-image] Sep 11 19:40:03.203 INFO O| Sep 11 19:40:03.203 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-09-11T19:40:03.980Z[ recovery-image] Sep 11 19:40:03.214 INFO O| Sep 11 19:40:03.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
86642026-09-11T19:40:03.981Z[ recovery-image] Sep 11 19:40:03.214 INFO O| Sep 11 19:40:03.214 INFO STEP 958 (remove_files) COMPLETE
86652026-09-11T19:40:03.981Z[ recovery-image] Sep 11 19:40:03.214 INFO O| Sep 11 19:40:03.214 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-09-11T19:40:04.002Z[ recovery-image] Sep 11 19:40:03.224 INFO O| Sep 11 19:40:03.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
86672026-09-11T19:40:04.002Z[ recovery-image] Sep 11 19:40:03.224 INFO O| Sep 11 19:40:03.224 INFO STEP 959 (remove_files) COMPLETE
86682026-09-11T19:40:04.006Z[ recovery-image] Sep 11 19:40:03.224 INFO O| Sep 11 19:40:03.224 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-09-11T19:40:04.007Z[ recovery-image] Sep 11 19:40:03.235 INFO O| Sep 11 19:40:03.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
86702026-09-11T19:40:04.007Z[ recovery-image] Sep 11 19:40:03.235 INFO O| Sep 11 19:40:03.235 INFO STEP 960 (remove_files) COMPLETE
86712026-09-11T19:40:04.007Z[ recovery-image] Sep 11 19:40:03.235 INFO O| Sep 11 19:40:03.235 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-09-11T19:40:04.013Z[ recovery-image] Sep 11 19:40:03.245 INFO O| Sep 11 19:40:03.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
86732026-09-11T19:40:04.013Z[ recovery-image] Sep 11 19:40:03.246 INFO O| Sep 11 19:40:03.246 INFO STEP 961 (remove_files) COMPLETE
86742026-09-11T19:40:04.013Z[ recovery-image] Sep 11 19:40:03.246 INFO O| Sep 11 19:40:03.246 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-09-11T19:40:04.023Z[ recovery-image] Sep 11 19:40:03.256 INFO O| Sep 11 19:40:03.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
86762026-09-11T19:40:04.023Z[ recovery-image] Sep 11 19:40:03.256 INFO O| Sep 11 19:40:03.256 INFO STEP 962 (remove_files) COMPLETE
86772026-09-11T19:40:04.023Z[ recovery-image] Sep 11 19:40:03.256 INFO O| Sep 11 19:40:03.256 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-09-11T19:40:04.034Z[ recovery-image] Sep 11 19:40:03.267 INFO O| Sep 11 19:40:03.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
86792026-09-11T19:40:04.035Z[ recovery-image] Sep 11 19:40:03.268 INFO O| Sep 11 19:40:03.267 INFO STEP 963 (remove_files) COMPLETE
86802026-09-11T19:40:04.035Z[ recovery-image] Sep 11 19:40:03.268 INFO O| Sep 11 19:40:03.268 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-09-11T19:40:04.045Z[ recovery-image] Sep 11 19:40:03.278 INFO O| Sep 11 19:40:03.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
86822026-09-11T19:40:04.045Z[ recovery-image] Sep 11 19:40:03.278 INFO O| Sep 11 19:40:03.278 INFO STEP 964 (remove_files) COMPLETE
86832026-09-11T19:40:04.049Z[ recovery-image] Sep 11 19:40:03.278 INFO O| Sep 11 19:40:03.278 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-09-11T19:40:04.063Z[ recovery-image] Sep 11 19:40:03.289 INFO O| Sep 11 19:40:03.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
86852026-09-11T19:40:04.063Z[ recovery-image] Sep 11 19:40:03.289 INFO O| Sep 11 19:40:03.289 INFO STEP 965 (remove_files) COMPLETE
86862026-09-11T19:40:04.063Z[ recovery-image] Sep 11 19:40:03.289 INFO O| Sep 11 19:40:03.289 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-09-11T19:40:04.067Z[ recovery-image] Sep 11 19:40:03.299 INFO O| Sep 11 19:40:03.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
86882026-09-11T19:40:04.067Z[ recovery-image] Sep 11 19:40:03.299 INFO O| Sep 11 19:40:03.299 INFO STEP 966 (remove_files) COMPLETE
86892026-09-11T19:40:04.067Z[ recovery-image] Sep 11 19:40:03.299 INFO O| Sep 11 19:40:03.299 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-09-11T19:40:04.077Z[ recovery-image] Sep 11 19:40:03.310 INFO O| Sep 11 19:40:03.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
86912026-09-11T19:40:04.077Z[ recovery-image] Sep 11 19:40:03.310 INFO O| Sep 11 19:40:03.310 INFO STEP 967 (remove_files) COMPLETE
86922026-09-11T19:40:04.087Z[ recovery-image] Sep 11 19:40:03.310 INFO O| Sep 11 19:40:03.310 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-09-11T19:40:04.091Z[ recovery-image] Sep 11 19:40:03.321 INFO O| Sep 11 19:40:03.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
86942026-09-11T19:40:04.091Z[ recovery-image] Sep 11 19:40:03.321 INFO O| Sep 11 19:40:03.321 INFO STEP 968 (remove_files) COMPLETE
86952026-09-11T19:40:04.091Z[ recovery-image] Sep 11 19:40:03.321 INFO O| Sep 11 19:40:03.321 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-11T19:40:04.098Z[ recovery-image] Sep 11 19:40:03.332 INFO O| Sep 11 19:40:03.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
86972026-09-11T19:40:04.099Z[ recovery-image] Sep 11 19:40:03.332 INFO O| Sep 11 19:40:03.332 INFO STEP 969 (remove_files) COMPLETE
86982026-09-11T19:40:04.103Z[ recovery-image] Sep 11 19:40:03.332 INFO O| Sep 11 19:40:03.332 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-11T19:40:04.109Z[ recovery-image] Sep 11 19:40:03.343 INFO O| Sep 11 19:40:03.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87002026-09-11T19:40:04.109Z[ recovery-image] Sep 11 19:40:03.343 INFO O| Sep 11 19:40:03.343 INFO STEP 970 (remove_files) COMPLETE
87012026-09-11T19:40:04.109Z[ recovery-image] Sep 11 19:40:03.343 INFO O| Sep 11 19:40:03.343 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-11T19:40:04.119Z[ recovery-image] Sep 11 19:40:03.353 INFO O| Sep 11 19:40:03.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87032026-09-11T19:40:04.119Z[ recovery-image] Sep 11 19:40:03.353 INFO O| Sep 11 19:40:03.353 INFO STEP 971 (remove_files) COMPLETE
87042026-09-11T19:40:04.119Z[ recovery-image] Sep 11 19:40:03.353 INFO O| Sep 11 19:40:03.353 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-11T19:40:04.132Z[ recovery-image] Sep 11 19:40:03.363 INFO O| Sep 11 19:40:03.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87062026-09-11T19:40:04.132Z[ recovery-image] Sep 11 19:40:03.363 INFO O| Sep 11 19:40:03.363 INFO STEP 972 (remove_files) COMPLETE
87072026-09-11T19:40:04.136Z[ recovery-image] Sep 11 19:40:03.363 INFO O| Sep 11 19:40:03.363 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-11T19:40:04.140Z[ recovery-image] Sep 11 19:40:03.372 INFO O| Sep 11 19:40:03.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87092026-09-11T19:40:04.140Z[ recovery-image] Sep 11 19:40:03.372 INFO O| Sep 11 19:40:03.372 INFO STEP 973 (remove_files) COMPLETE
87102026-09-11T19:40:04.140Z[ recovery-image] Sep 11 19:40:03.372 INFO O| Sep 11 19:40:03.372 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-11T19:40:04.148Z[ recovery-image] Sep 11 19:40:03.382 INFO O| Sep 11 19:40:03.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87122026-09-11T19:40:04.149Z[ recovery-image] Sep 11 19:40:03.382 INFO O| Sep 11 19:40:03.382 INFO STEP 974 (remove_files) COMPLETE
87132026-09-11T19:40:04.149Z[ recovery-image] Sep 11 19:40:03.382 INFO O| Sep 11 19:40:03.382 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-11T19:40:04.160Z[ recovery-image] Sep 11 19:40:03.391 INFO O| Sep 11 19:40:03.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87152026-09-11T19:40:04.160Z[ recovery-image] Sep 11 19:40:03.391 INFO O| Sep 11 19:40:03.391 INFO STEP 975 (remove_files) COMPLETE
87162026-09-11T19:40:04.164Z[ recovery-image] Sep 11 19:40:03.391 INFO O| Sep 11 19:40:03.391 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-11T19:40:04.178Z[ recovery-image] Sep 11 19:40:03.400 INFO O| Sep 11 19:40:03.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87182026-09-11T19:40:04.178Z[ recovery-image] Sep 11 19:40:03.400 INFO O| Sep 11 19:40:03.400 INFO STEP 976 (remove_files) COMPLETE
87192026-09-11T19:40:04.178Z[ recovery-image] Sep 11 19:40:03.400 INFO O| Sep 11 19:40:03.400 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-11T19:40:04.185Z[ recovery-image] Sep 11 19:40:03.408 INFO O| Sep 11 19:40:03.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87212026-09-11T19:40:04.185Z[ recovery-image] Sep 11 19:40:03.408 INFO O| Sep 11 19:40:03.408 INFO STEP 977 (remove_files) COMPLETE
87222026-09-11T19:40:04.185Z[ recovery-image] Sep 11 19:40:03.408 INFO O| Sep 11 19:40:03.408 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-11T19:40:04.191Z[ recovery-image] Sep 11 19:40:03.417 INFO O| Sep 11 19:40:03.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87242026-09-11T19:40:04.191Z[ recovery-image] Sep 11 19:40:03.417 INFO O| Sep 11 19:40:03.417 INFO STEP 978 (remove_files) COMPLETE
87252026-09-11T19:40:04.191Z[ recovery-image] Sep 11 19:40:03.417 INFO O| Sep 11 19:40:03.417 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-09-11T19:40:04.197Z[ recovery-image] Sep 11 19:40:03.428 INFO O| Sep 11 19:40:03.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87272026-09-11T19:40:04.198Z[ recovery-image] Sep 11 19:40:03.428 INFO O| Sep 11 19:40:03.428 INFO STEP 979 (remove_files) COMPLETE
87282026-09-11T19:40:04.198Z[ recovery-image] Sep 11 19:40:03.428 INFO O| Sep 11 19:40:03.428 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-09-11T19:40:04.206Z[ recovery-image] Sep 11 19:40:03.439 INFO O| Sep 11 19:40:03.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87302026-09-11T19:40:04.206Z[ recovery-image] Sep 11 19:40:03.439 INFO O| Sep 11 19:40:03.439 INFO STEP 980 (remove_files) COMPLETE
87312026-09-11T19:40:04.206Z[ recovery-image] Sep 11 19:40:03.439 INFO O| Sep 11 19:40:03.439 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-09-11T19:40:04.218Z[ recovery-image] Sep 11 19:40:03.448 INFO O| Sep 11 19:40:03.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87332026-09-11T19:40:04.218Z[ recovery-image] Sep 11 19:40:03.448 INFO O| Sep 11 19:40:03.448 INFO STEP 981 (remove_files) COMPLETE
87342026-09-11T19:40:04.222Z[ recovery-image] Sep 11 19:40:03.448 INFO O| Sep 11 19:40:03.448 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-09-11T19:40:04.226Z[ recovery-image] Sep 11 19:40:03.457 INFO O| Sep 11 19:40:03.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
87362026-09-11T19:40:04.226Z[ recovery-image] Sep 11 19:40:03.457 INFO O| Sep 11 19:40:03.457 INFO STEP 982 (remove_files) COMPLETE
87372026-09-11T19:40:04.226Z[ recovery-image] Sep 11 19:40:03.457 INFO O| Sep 11 19:40:03.457 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87382026-09-11T19:40:04.233Z[ recovery-image] Sep 11 19:40:03.466 INFO O| Sep 11 19:40:03.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
87392026-09-11T19:40:04.233Z[ recovery-image] Sep 11 19:40:03.467 INFO O| Sep 11 19:40:03.467 INFO STEP 983 (remove_files) COMPLETE
87402026-09-11T19:40:04.237Z[ recovery-image] Sep 11 19:40:03.467 INFO O| Sep 11 19:40:03.467 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87412026-09-11T19:40:04.249Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87422026-09-11T19:40:04.251Z[ recovery-image] Sep 11 19:40:03.476 INFO O| Sep 11 19:40:03.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
87432026-09-11T19:40:04.251Z[ recovery-image] Sep 11 19:40:03.476 INFO O| Sep 11 19:40:03.476 INFO STEP 984 (remove_files) COMPLETE
87442026-09-11T19:40:04.251Z[ recovery-image] Sep 11 19:40:03.477 INFO O| Sep 11 19:40:03.476 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-11T19:40:04.255Z[ recovery-image] Sep 11 19:40:03.487 INFO O| Sep 11 19:40:03.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
87462026-09-11T19:40:04.255Z[ recovery-image] Sep 11 19:40:03.487 INFO O| Sep 11 19:40:03.487 INFO STEP 985 (remove_files) COMPLETE
87472026-09-11T19:40:04.255Z[ recovery-image] Sep 11 19:40:03.487 INFO O| Sep 11 19:40:03.487 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-09-11T19:40:04.264Z[ recovery-image] Sep 11 19:40:03.497 INFO O| Sep 11 19:40:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
87492026-09-11T19:40:04.264Z[ recovery-image] Sep 11 19:40:03.497 INFO O| Sep 11 19:40:03.497 INFO STEP 986 (remove_files) COMPLETE
87502026-09-11T19:40:04.272Z[ recovery-image] Sep 11 19:40:03.497 INFO O| Sep 11 19:40:03.497 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-09-11T19:40:04.291Z[ recovery-image] Sep 11 19:40:03.511 INFO O| Sep 11 19:40:03.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
87522026-09-11T19:40:04.291Z[ recovery-image] Sep 11 19:40:03.511 INFO O| Sep 11 19:40:03.511 INFO STEP 987 (remove_files) COMPLETE
87532026-09-11T19:40:04.291Z[ recovery-image] Sep 11 19:40:03.511 INFO O| Sep 11 19:40:03.511 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-11T19:40:04.291Z[ recovery-image] Sep 11 19:40:03.522 INFO O| Sep 11 19:40:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
87552026-09-11T19:40:04.291Z[ recovery-image] Sep 11 19:40:03.522 INFO O| Sep 11 19:40:03.522 INFO STEP 988 (remove_files) COMPLETE
87562026-09-11T19:40:04.291Z[ recovery-image] Sep 11 19:40:03.522 INFO O| Sep 11 19:40:03.522 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87572026-09-11T19:40:04.302Z[ recovery-image] Sep 11 19:40:03.532 INFO O| Sep 11 19:40:03.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
87582026-09-11T19:40:04.303Z[ recovery-image] Sep 11 19:40:03.533 INFO O| Sep 11 19:40:03.533 INFO STEP 989 (remove_files) COMPLETE
87592026-09-11T19:40:04.309Z[ recovery-image] Sep 11 19:40:03.533 INFO O| Sep 11 19:40:03.533 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-11T19:40:04.312Z[ recovery-image] Sep 11 19:40:03.543 INFO O| Sep 11 19:40:03.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
87612026-09-11T19:40:04.312Z[ recovery-image] Sep 11 19:40:03.543 INFO O| Sep 11 19:40:03.543 INFO STEP 990 (remove_files) COMPLETE
87622026-09-11T19:40:04.312Z[ recovery-image] Sep 11 19:40:03.543 INFO O| Sep 11 19:40:03.543 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-11T19:40:04.324Z[ recovery-image] Sep 11 19:40:03.554 INFO O| Sep 11 19:40:03.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
87642026-09-11T19:40:04.324Z[ recovery-image] Sep 11 19:40:03.554 INFO O| Sep 11 19:40:03.554 INFO STEP 991 (remove_files) COMPLETE
87652026-09-11T19:40:04.324Z[ recovery-image] Sep 11 19:40:03.554 INFO O| Sep 11 19:40:03.554 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-11T19:40:04.335Z[ recovery-image] Sep 11 19:40:03.564 INFO O| Sep 11 19:40:03.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
87672026-09-11T19:40:04.339Z[ recovery-image] Sep 11 19:40:03.564 INFO O| Sep 11 19:40:03.564 INFO STEP 992 (remove_files) COMPLETE
87682026-09-11T19:40:04.339Z[ recovery-image] Sep 11 19:40:03.564 INFO O| Sep 11 19:40:03.564 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-11T19:40:04.343Z[ recovery-image] Sep 11 19:40:03.574 INFO O| Sep 11 19:40:03.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
87702026-09-11T19:40:04.343Z[ recovery-image] Sep 11 19:40:03.574 INFO O| Sep 11 19:40:03.574 INFO STEP 993 (remove_files) COMPLETE
87712026-09-11T19:40:04.343Z[ recovery-image] Sep 11 19:40:03.574 INFO O| Sep 11 19:40:03.574 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-11T19:40:04.351Z[ recovery-image] Sep 11 19:40:03.584 INFO O| Sep 11 19:40:03.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
87732026-09-11T19:40:04.375Z[ recovery-image] Sep 11 19:40:03.585 INFO O| Sep 11 19:40:03.585 INFO STEP 994 (remove_files) COMPLETE
87742026-09-11T19:40:04.375Z[ recovery-image] Sep 11 19:40:03.585 INFO O| Sep 11 19:40:03.585 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-11T19:40:04.375Z[ recovery-image] Sep 11 19:40:03.595 INFO O| Sep 11 19:40:03.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
87762026-09-11T19:40:04.376Z[ recovery-image] Sep 11 19:40:03.595 INFO O| Sep 11 19:40:03.595 INFO STEP 995 (remove_files) COMPLETE
87772026-09-11T19:40:04.376Z[ recovery-image] Sep 11 19:40:03.595 INFO O| Sep 11 19:40:03.595 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-11T19:40:04.383Z[ recovery-image] Sep 11 19:40:03.604 INFO O| Sep 11 19:40:03.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
87792026-09-11T19:40:04.383Z[ recovery-image] Sep 11 19:40:03.605 INFO O| Sep 11 19:40:03.605 INFO STEP 996 (remove_files) COMPLETE
87802026-09-11T19:40:04.383Z[ recovery-image] Sep 11 19:40:03.605 INFO O| Sep 11 19:40:03.605 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87812026-09-11T19:40:04.392Z[ recovery-image] Sep 11 19:40:03.615 INFO O| Sep 11 19:40:03.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
87822026-09-11T19:40:04.392Z[ recovery-image] Sep 11 19:40:03.615 INFO O| Sep 11 19:40:03.615 INFO STEP 997 (remove_files) COMPLETE
87832026-09-11T19:40:04.392Z[ recovery-image] Sep 11 19:40:03.615 INFO O| Sep 11 19:40:03.615 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87842026-09-11T19:40:04.401Z[ recovery-image] Sep 11 19:40:03.625 INFO O| Sep 11 19:40:03.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
87852026-09-11T19:40:04.401Z[ recovery-image] Sep 11 19:40:03.625 INFO O| Sep 11 19:40:03.625 INFO STEP 998 (remove_files) COMPLETE
87862026-09-11T19:40:04.402Z[ recovery-image] Sep 11 19:40:03.625 INFO O| Sep 11 19:40:03.625 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87872026-09-11T19:40:04.406Z[ recovery-image] Sep 11 19:40:03.635 INFO O| Sep 11 19:40:03.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
87882026-09-11T19:40:04.406Z[ recovery-image] Sep 11 19:40:03.635 INFO O| Sep 11 19:40:03.635 INFO STEP 999 (remove_files) COMPLETE
87892026-09-11T19:40:04.406Z[ recovery-image] Sep 11 19:40:03.635 INFO O| Sep 11 19:40:03.635 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87902026-09-11T19:40:04.411Z[ recovery-image] Sep 11 19:40:03.644 INFO O| Sep 11 19:40:03.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
87912026-09-11T19:40:04.411Z[ recovery-image] Sep 11 19:40:03.644 INFO O| Sep 11 19:40:03.644 INFO STEP 1000 (remove_files) COMPLETE
87922026-09-11T19:40:04.412Z[ recovery-image] Sep 11 19:40:03.644 INFO O| Sep 11 19:40:03.644 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-11T19:40:04.420Z[ recovery-image] Sep 11 19:40:03.653 INFO O| Sep 11 19:40:03.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
87942026-09-11T19:40:04.420Z[ recovery-image] Sep 11 19:40:03.653 INFO O| Sep 11 19:40:03.653 INFO STEP 1001 (remove_files) COMPLETE
87952026-09-11T19:40:04.420Z[ recovery-image] Sep 11 19:40:03.653 INFO O| Sep 11 19:40:03.653 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-11T19:40:04.428Z[ recovery-image] Sep 11 19:40:03.662 INFO O| Sep 11 19:40:03.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
87972026-09-11T19:40:04.428Z[ recovery-image] Sep 11 19:40:03.662 INFO O| Sep 11 19:40:03.662 INFO STEP 1002 (remove_files) COMPLETE
87982026-09-11T19:40:04.434Z[ recovery-image] Sep 11 19:40:03.662 INFO O| Sep 11 19:40:03.662 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-11T19:40:04.439Z[ recovery-image] Sep 11 19:40:03.672 INFO O| Sep 11 19:40:03.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88002026-09-11T19:40:04.439Z[ recovery-image] Sep 11 19:40:03.672 INFO O| Sep 11 19:40:03.672 INFO STEP 1003 (remove_files) COMPLETE
88012026-09-11T19:40:04.440Z[ recovery-image] Sep 11 19:40:03.672 INFO O| Sep 11 19:40:03.672 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-11T19:40:04.451Z[ recovery-image] Sep 11 19:40:03.681 INFO O| Sep 11 19:40:03.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88032026-09-11T19:40:04.452Z[ recovery-image] Sep 11 19:40:03.681 INFO O| Sep 11 19:40:03.681 INFO STEP 1004 (remove_files) COMPLETE
88042026-09-11T19:40:04.452Z[ recovery-image] Sep 11 19:40:03.681 INFO O| Sep 11 19:40:03.681 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-11T19:40:04.456Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
88062026-09-11T19:40:04.461Z[ recovery-image] Sep 11 19:40:03.692 INFO O| Sep 11 19:40:03.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88072026-09-11T19:40:04.461Z[ recovery-image] Sep 11 19:40:03.692 INFO O| Sep 11 19:40:03.692 INFO STEP 1005 (remove_files) COMPLETE
88082026-09-11T19:40:04.461Z[ recovery-image] Sep 11 19:40:03.692 INFO O| Sep 11 19:40:03.692 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-09-11T19:40:04.469Z[ recovery-image] Sep 11 19:40:03.703 INFO O| Sep 11 19:40:03.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88102026-09-11T19:40:04.469Z[ recovery-image] Sep 11 19:40:03.703 INFO O| Sep 11 19:40:03.703 INFO STEP 1006 (remove_files) COMPLETE
88112026-09-11T19:40:04.469Z[ recovery-image] Sep 11 19:40:03.703 INFO O| Sep 11 19:40:03.703 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-09-11T19:40:04.480Z[ recovery-image] Sep 11 19:40:03.714 INFO O| Sep 11 19:40:03.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88132026-09-11T19:40:04.480Z[ recovery-image] Sep 11 19:40:03.714 INFO O| Sep 11 19:40:03.714 INFO STEP 1007 (remove_files) COMPLETE
88142026-09-11T19:40:04.480Z[ recovery-image] Sep 11 19:40:03.714 INFO O| Sep 11 19:40:03.714 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-11T19:40:04.492Z[ recovery-image] Sep 11 19:40:03.725 INFO O| Sep 11 19:40:03.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88162026-09-11T19:40:04.492Z[ recovery-image] Sep 11 19:40:03.725 INFO O| Sep 11 19:40:03.725 INFO STEP 1008 (remove_files) COMPLETE
88172026-09-11T19:40:04.492Z[ recovery-image] Sep 11 19:40:03.725 INFO O| Sep 11 19:40:03.725 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-11T19:40:04.504Z[ recovery-image] Sep 11 19:40:03.736 INFO O| Sep 11 19:40:03.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88192026-09-11T19:40:04.505Z[ recovery-image] Sep 11 19:40:03.736 INFO O| Sep 11 19:40:03.736 INFO STEP 1009 (remove_files) COMPLETE
88202026-09-11T19:40:04.505Z[ recovery-image] Sep 11 19:40:03.736 INFO O| Sep 11 19:40:03.736 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-09-11T19:40:04.512Z[ recovery-image] Sep 11 19:40:03.746 INFO O| Sep 11 19:40:03.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88222026-09-11T19:40:04.512Z[ recovery-image] Sep 11 19:40:03.746 INFO O| Sep 11 19:40:03.746 INFO STEP 1010 (remove_files) COMPLETE
88232026-09-11T19:40:04.516Z[ recovery-image] Sep 11 19:40:03.746 INFO O| Sep 11 19:40:03.746 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88242026-09-11T19:40:04.523Z[ recovery-image] Sep 11 19:40:03.757 INFO O| Sep 11 19:40:03.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
88252026-09-11T19:40:04.524Z[ recovery-image] Sep 11 19:40:03.757 INFO O| Sep 11 19:40:03.757 INFO STEP 1011 (remove_files) COMPLETE
88262026-09-11T19:40:04.527Z[ recovery-image] Sep 11 19:40:03.757 INFO O| Sep 11 19:40:03.757 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88272026-09-11T19:40:04.535Z[ recovery-image] Sep 11 19:40:03.768 INFO O| Sep 11 19:40:03.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
88282026-09-11T19:40:04.535Z[ recovery-image] Sep 11 19:40:03.768 INFO O| Sep 11 19:40:03.768 INFO STEP 1012 (remove_files) COMPLETE
88292026-09-11T19:40:04.536Z[ recovery-image] Sep 11 19:40:03.768 INFO O| Sep 11 19:40:03.768 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-11T19:40:04.547Z[ recovery-image] Sep 11 19:40:03.778 INFO O| Sep 11 19:40:03.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
88312026-09-11T19:40:04.547Z[ recovery-image] Sep 11 19:40:03.778 INFO O| Sep 11 19:40:03.778 INFO STEP 1013 (remove_files) COMPLETE
88322026-09-11T19:40:04.547Z[ recovery-image] Sep 11 19:40:03.778 INFO O| Sep 11 19:40:03.778 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-11T19:40:04.555Z[ recovery-image] Sep 11 19:40:03.788 INFO O| Sep 11 19:40:03.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
88342026-09-11T19:40:04.555Z[ recovery-image] Sep 11 19:40:03.788 INFO O| Sep 11 19:40:03.788 INFO STEP 1014 (remove_files) COMPLETE
88352026-09-11T19:40:04.555Z[ recovery-image] Sep 11 19:40:03.788 INFO O| Sep 11 19:40:03.788 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-11T19:40:04.565Z[ recovery-image] Sep 11 19:40:03.799 INFO O| Sep 11 19:40:03.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
88372026-09-11T19:40:04.565Z[ recovery-image] Sep 11 19:40:03.799 INFO O| Sep 11 19:40:03.799 INFO STEP 1015 (remove_files) COMPLETE
88382026-09-11T19:40:04.565Z[ recovery-image] Sep 11 19:40:03.799 INFO O| Sep 11 19:40:03.799 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-11T19:40:04.592Z[ recovery-image] Sep 11 19:40:03.809 INFO O| Sep 11 19:40:03.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
88402026-09-11T19:40:04.592Z[ recovery-image] Sep 11 19:40:03.809 INFO O| Sep 11 19:40:03.809 INFO STEP 1016 (remove_files) COMPLETE
88412026-09-11T19:40:04.592Z[ recovery-image] Sep 11 19:40:03.809 INFO O| Sep 11 19:40:03.809 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-11T19:40:04.617Z[ recovery-image] Sep 11 19:40:03.819 INFO O| Sep 11 19:40:03.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
88432026-09-11T19:40:04.617Z[ recovery-image] Sep 11 19:40:03.819 INFO O| Sep 11 19:40:03.819 INFO STEP 1017 (remove_files) COMPLETE
88442026-09-11T19:40:04.617Z[ recovery-image] Sep 11 19:40:03.819 INFO O| Sep 11 19:40:03.819 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-11T19:40:04.617Z[ recovery-image] Sep 11 19:40:03.829 INFO O| Sep 11 19:40:03.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
88462026-09-11T19:40:04.617Z[ recovery-image] Sep 11 19:40:03.829 INFO O| Sep 11 19:40:03.829 INFO STEP 1018 (remove_files) COMPLETE
88472026-09-11T19:40:04.617Z[ recovery-image] Sep 11 19:40:03.829 INFO O| Sep 11 19:40:03.829 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-11T19:40:04.629Z[ recovery-image] Sep 11 19:40:03.839 INFO O| Sep 11 19:40:03.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
88492026-09-11T19:40:04.629Z[ recovery-image] Sep 11 19:40:03.839 INFO O| Sep 11 19:40:03.839 INFO STEP 1019 (remove_files) COMPLETE
88502026-09-11T19:40:04.629Z[ recovery-image] Sep 11 19:40:03.839 INFO O| Sep 11 19:40:03.839 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-11T19:40:04.629Z[ recovery-image] Sep 11 19:40:03.849 INFO O| Sep 11 19:40:03.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
88522026-09-11T19:40:04.629Z[ recovery-image] Sep 11 19:40:03.849 INFO O| Sep 11 19:40:03.849 INFO STEP 1020 (remove_files) COMPLETE
88532026-09-11T19:40:04.629Z[ recovery-image] Sep 11 19:40:03.849 INFO O| Sep 11 19:40:03.849 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-11T19:40:04.641Z[ recovery-image] Sep 11 19:40:03.859 INFO O| Sep 11 19:40:03.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
88552026-09-11T19:40:04.641Z[ recovery-image] Sep 11 19:40:03.859 INFO O| Sep 11 19:40:03.859 INFO STEP 1021 (remove_files) COMPLETE
88562026-09-11T19:40:04.641Z[ recovery-image] Sep 11 19:40:03.859 INFO O| Sep 11 19:40:03.859 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-11T19:40:04.641Z[ recovery-image] Sep 11 19:40:03.868 INFO O| Sep 11 19:40:03.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
88582026-09-11T19:40:04.641Z[ recovery-image] Sep 11 19:40:03.868 INFO O| Sep 11 19:40:03.868 INFO STEP 1022 (remove_files) COMPLETE
88592026-09-11T19:40:04.641Z[ recovery-image] Sep 11 19:40:03.868 INFO O| Sep 11 19:40:03.868 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-11T19:40:04.649Z[ recovery-image] Sep 11 19:40:03.878 INFO O| Sep 11 19:40:03.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
88612026-09-11T19:40:04.649Z[ recovery-image] Sep 11 19:40:03.878 INFO O| Sep 11 19:40:03.878 INFO STEP 1023 (remove_files) COMPLETE
88622026-09-11T19:40:04.649Z[ recovery-image] Sep 11 19:40:03.878 INFO O| Sep 11 19:40:03.878 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-11T19:40:04.655Z[ recovery-image] Sep 11 19:40:03.886 INFO O| Sep 11 19:40:03.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
88642026-09-11T19:40:04.655Z[ recovery-image] Sep 11 19:40:03.886 INFO O| Sep 11 19:40:03.886 INFO STEP 1024 (remove_files) COMPLETE
88652026-09-11T19:40:04.655Z[ recovery-image] Sep 11 19:40:03.886 INFO O| Sep 11 19:40:03.886 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-11T19:40:04.671Z[ recovery-image] Sep 11 19:40:03.894 INFO O| Sep 11 19:40:03.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
88672026-09-11T19:40:04.671Z[ recovery-image] Sep 11 19:40:03.894 INFO O| Sep 11 19:40:03.894 INFO STEP 1025 (remove_files) COMPLETE
88682026-09-11T19:40:04.671Z[ recovery-image] Sep 11 19:40:03.894 INFO O| Sep 11 19:40:03.894 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88692026-09-11T19:40:04.678Z[ recovery-image] Sep 11 19:40:03.902 INFO O| Sep 11 19:40:03.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
88702026-09-11T19:40:04.678Z[ recovery-image] Sep 11 19:40:03.902 INFO O| Sep 11 19:40:03.902 INFO STEP 1026 (remove_files) COMPLETE
88712026-09-11T19:40:04.678Z[ recovery-image] Sep 11 19:40:03.902 INFO O| Sep 11 19:40:03.902 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88722026-09-11T19:40:04.678Z[ recovery-image] Sep 11 19:40:03.910 INFO O| Sep 11 19:40:03.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
88732026-09-11T19:40:04.678Z[ recovery-image] Sep 11 19:40:03.910 INFO O| Sep 11 19:40:03.910 INFO STEP 1027 (remove_files) COMPLETE
88742026-09-11T19:40:04.678Z[ recovery-image] Sep 11 19:40:03.910 INFO O| Sep 11 19:40:03.910 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88752026-09-11T19:40:04.686Z[ recovery-image] Sep 11 19:40:03.917 INFO O| Sep 11 19:40:03.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
88762026-09-11T19:40:04.687Z[ recovery-image] Sep 11 19:40:03.917 INFO O| Sep 11 19:40:03.917 INFO STEP 1028 (remove_files) COMPLETE
88772026-09-11T19:40:04.687Z[ recovery-image] Sep 11 19:40:03.917 INFO O| Sep 11 19:40:03.917 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-11T19:40:04.695Z[ recovery-image] Sep 11 19:40:03.926 INFO O| Sep 11 19:40:03.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
88792026-09-11T19:40:04.695Z[ recovery-image] Sep 11 19:40:03.926 INFO O| Sep 11 19:40:03.926 INFO STEP 1029 (remove_files) COMPLETE
88802026-09-11T19:40:04.695Z[ recovery-image] Sep 11 19:40:03.926 INFO O| Sep 11 19:40:03.926 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-11T19:40:04.706Z[ recovery-image] Sep 11 19:40:03.934 INFO O| Sep 11 19:40:03.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
88822026-09-11T19:40:04.707Z[ recovery-image] Sep 11 19:40:03.934 INFO O| Sep 11 19:40:03.934 INFO STEP 1030 (remove_files) COMPLETE
88832026-09-11T19:40:04.707Z[ recovery-image] Sep 11 19:40:03.934 INFO O| Sep 11 19:40:03.934 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-11T19:40:04.713Z[ recovery-image] Sep 11 19:40:03.942 INFO O| Sep 11 19:40:03.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
88852026-09-11T19:40:04.714Z[ recovery-image] Sep 11 19:40:03.942 INFO O| Sep 11 19:40:03.942 INFO STEP 1031 (remove_files) COMPLETE
88862026-09-11T19:40:04.714Z[ recovery-image] Sep 11 19:40:03.942 INFO O| Sep 11 19:40:03.942 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88872026-09-11T19:40:04.728Z[ recovery-image] Sep 11 19:40:03.950 INFO O| Sep 11 19:40:03.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
88882026-09-11T19:40:04.728Z[ recovery-image] Sep 11 19:40:03.950 INFO O| Sep 11 19:40:03.950 INFO STEP 1032 (remove_files) COMPLETE
88892026-09-11T19:40:04.728Z[ recovery-image] Sep 11 19:40:03.950 INFO O| Sep 11 19:40:03.950 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88902026-09-11T19:40:04.737Z[ recovery-image] Sep 11 19:40:03.957 INFO O| Sep 11 19:40:03.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
88912026-09-11T19:40:04.737Z[ recovery-image] Sep 11 19:40:03.957 INFO O| Sep 11 19:40:03.957 INFO STEP 1033 (remove_files) COMPLETE
88922026-09-11T19:40:04.737Z[ recovery-image] Sep 11 19:40:03.957 INFO O| Sep 11 19:40:03.957 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88932026-09-11T19:40:04.737Z[ recovery-image] Sep 11 19:40:03.965 INFO O| Sep 11 19:40:03.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
88942026-09-11T19:40:04.738Z[ recovery-image] Sep 11 19:40:03.965 INFO O| Sep 11 19:40:03.965 INFO STEP 1034 (remove_files) COMPLETE
88952026-09-11T19:40:04.738Z[ recovery-image] Sep 11 19:40:03.965 INFO O| Sep 11 19:40:03.965 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88962026-09-11T19:40:04.750Z[ recovery-image] Sep 11 19:40:03.973 INFO O| Sep 11 19:40:03.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
88972026-09-11T19:40:04.750Z[ recovery-image] Sep 11 19:40:03.973 INFO O| Sep 11 19:40:03.973 INFO STEP 1035 (remove_files) COMPLETE
88982026-09-11T19:40:04.750Z[ recovery-image] Sep 11 19:40:03.973 INFO O| Sep 11 19:40:03.973 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88992026-09-11T19:40:04.760Z[ recovery-image] Sep 11 19:40:03.982 INFO O| Sep 11 19:40:03.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89002026-09-11T19:40:04.760Z[ recovery-image] Sep 11 19:40:03.982 INFO O| Sep 11 19:40:03.982 INFO STEP 1036 (remove_files) COMPLETE
89012026-09-11T19:40:04.760Z[ recovery-image] Sep 11 19:40:03.982 INFO O| Sep 11 19:40:03.982 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89022026-09-11T19:40:04.768Z[ recovery-image] Sep 11 19:40:03.991 INFO O| Sep 11 19:40:03.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89032026-09-11T19:40:04.769Z[ recovery-image] Sep 11 19:40:03.991 INFO O| Sep 11 19:40:03.991 INFO STEP 1037 (remove_files) COMPLETE
89042026-09-11T19:40:04.769Z[ recovery-image] Sep 11 19:40:03.991 INFO O| Sep 11 19:40:03.991 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89052026-09-11T19:40:04.769Z[ recovery-image] Sep 11 19:40:04.000 INFO O| Sep 11 19:40:04.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89062026-09-11T19:40:04.769Z[ recovery-image] Sep 11 19:40:04.000 INFO O| Sep 11 19:40:04.000 INFO STEP 1038 (remove_files) COMPLETE
89072026-09-11T19:40:04.769Z[ recovery-image] Sep 11 19:40:04.000 INFO O| Sep 11 19:40:04.000 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89082026-09-11T19:40:04.779Z[ recovery-image] Sep 11 19:40:04.010 INFO O| Sep 11 19:40:04.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89092026-09-11T19:40:04.779Z[ recovery-image] Sep 11 19:40:04.010 INFO O| Sep 11 19:40:04.010 INFO STEP 1039 (remove_files) COMPLETE
89102026-09-11T19:40:04.779Z[ recovery-image] Sep 11 19:40:04.010 INFO O| Sep 11 19:40:04.010 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89112026-09-11T19:40:04.798Z[ recovery-image] Sep 11 19:40:04.019 INFO O| Sep 11 19:40:04.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89122026-09-11T19:40:04.798Z[ recovery-image] Sep 11 19:40:04.020 INFO O| Sep 11 19:40:04.019 INFO STEP 1040 (remove_files) COMPLETE
89132026-09-11T19:40:04.798Z[ recovery-image] Sep 11 19:40:04.020 INFO O| Sep 11 19:40:04.020 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89142026-09-11T19:40:04.808Z[ recovery-image] Sep 11 19:40:04.029 INFO O| Sep 11 19:40:04.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89152026-09-11T19:40:04.808Z[ recovery-image] Sep 11 19:40:04.029 INFO O| Sep 11 19:40:04.029 INFO STEP 1041 (remove_files) COMPLETE
89162026-09-11T19:40:04.808Z[ recovery-image] Sep 11 19:40:04.029 INFO O| Sep 11 19:40:04.029 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-11T19:40:04.808Z[ recovery-image] Sep 11 19:40:04.039 INFO O| Sep 11 19:40:04.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89182026-09-11T19:40:04.808Z[ recovery-image] Sep 11 19:40:04.039 INFO O| Sep 11 19:40:04.039 INFO STEP 1042 (remove_files) COMPLETE
89192026-09-11T19:40:04.808Z[ recovery-image] Sep 11 19:40:04.039 INFO O| Sep 11 19:40:04.039 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-11T19:40:04.815Z[ recovery-image] Sep 11 19:40:04.048 INFO O| Sep 11 19:40:04.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89212026-09-11T19:40:04.815Z[ recovery-image] Sep 11 19:40:04.048 INFO O| Sep 11 19:40:04.048 INFO STEP 1043 (remove_files) COMPLETE
89222026-09-11T19:40:04.823Z[ recovery-image] Sep 11 19:40:04.048 INFO O| Sep 11 19:40:04.048 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-11T19:40:04.831Z[ recovery-image] Sep 11 19:40:04.059 INFO O| Sep 11 19:40:04.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89242026-09-11T19:40:04.832Z[ recovery-image] Sep 11 19:40:04.059 INFO O| Sep 11 19:40:04.059 INFO STEP 1044 (remove_files) COMPLETE
89252026-09-11T19:40:04.834Z[ recovery-image] Sep 11 19:40:04.059 INFO O| Sep 11 19:40:04.059 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-11T19:40:04.859Z[ recovery-image] Sep 11 19:40:04.069 INFO O| Sep 11 19:40:04.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89272026-09-11T19:40:04.859Z[ recovery-image] Sep 11 19:40:04.069 INFO O| Sep 11 19:40:04.069 INFO STEP 1045 (remove_files) COMPLETE
89282026-09-11T19:40:04.860Z[ recovery-image] Sep 11 19:40:04.069 INFO O| Sep 11 19:40:04.069 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.080 INFO O| Sep 11 19:40:04.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89302026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.081 INFO O| Sep 11 19:40:04.081 INFO STEP 1046 (remove_files) COMPLETE
89312026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.081 INFO O| Sep 11 19:40:04.081 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.092 INFO O| Sep 11 19:40:04.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89332026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.092 INFO O| Sep 11 19:40:04.090 INFO STEP 1047 (remove_files) COMPLETE
89342026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.092 INFO O| Sep 11 19:40:04.090 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.102 INFO O| Sep 11 19:40:04.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89362026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.102 INFO O| Sep 11 19:40:04.102 INFO STEP 1048 (remove_files) COMPLETE
89372026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.102 INFO O| Sep 11 19:40:04.102 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-11T19:40:04.899Z[ recovery-image] Sep 11 19:40:04.112 INFO O| Sep 11 19:40:04.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
89392026-09-11T19:40:04.914Z[ recovery-image] Sep 11 19:40:04.112 INFO O| Sep 11 19:40:04.112 INFO STEP 1049 (remove_files) COMPLETE
89402026-09-11T19:40:04.914Z[ recovery-image] Sep 11 19:40:04.112 INFO O| Sep 11 19:40:04.112 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-11T19:40:04.914Z[ recovery-image] Sep 11 19:40:04.123 INFO O| Sep 11 19:40:04.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
89422026-09-11T19:40:04.914Z[ recovery-image] Sep 11 19:40:04.123 INFO O| Sep 11 19:40:04.123 INFO STEP 1050 (remove_files) COMPLETE
89432026-09-11T19:40:04.914Z[ recovery-image] Sep 11 19:40:04.123 INFO O| Sep 11 19:40:04.123 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-11T19:40:04.928Z[ recovery-image] Sep 11 19:40:04.133 INFO O| Sep 11 19:40:04.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
89452026-09-11T19:40:04.928Z[ recovery-image] Sep 11 19:40:04.133 INFO O| Sep 11 19:40:04.133 INFO STEP 1051 (remove_files) COMPLETE
89462026-09-11T19:40:04.928Z[ recovery-image] Sep 11 19:40:04.133 INFO O| Sep 11 19:40:04.133 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-11T19:40:04.928Z[ recovery-image] Sep 11 19:40:04.144 INFO O| Sep 11 19:40:04.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
89482026-09-11T19:40:04.928Z[ recovery-image] Sep 11 19:40:04.144 INFO O| Sep 11 19:40:04.144 INFO STEP 1052 (remove_files) COMPLETE
89492026-09-11T19:40:04.928Z[ recovery-image] Sep 11 19:40:04.144 INFO O| Sep 11 19:40:04.144 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-11T19:40:04.936Z[ recovery-image] Sep 11 19:40:04.154 INFO O| Sep 11 19:40:04.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
89512026-09-11T19:40:04.936Z[ recovery-image] Sep 11 19:40:04.154 INFO O| Sep 11 19:40:04.154 INFO STEP 1053 (remove_files) COMPLETE
89522026-09-11T19:40:04.936Z[ recovery-image] Sep 11 19:40:04.154 INFO O| Sep 11 19:40:04.154 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-11T19:40:04.936Z[ recovery-image] Sep 11 19:40:04.164 INFO O| Sep 11 19:40:04.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
89542026-09-11T19:40:04.936Z[ recovery-image] Sep 11 19:40:04.164 INFO O| Sep 11 19:40:04.164 INFO STEP 1054 (remove_files) COMPLETE
89552026-09-11T19:40:04.937Z[ recovery-image] Sep 11 19:40:04.164 INFO O| Sep 11 19:40:04.164 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-11T19:40:04.949Z[ recovery-image] Sep 11 19:40:04.174 INFO O| Sep 11 19:40:04.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
89572026-09-11T19:40:04.949Z[ recovery-image] Sep 11 19:40:04.174 INFO O| Sep 11 19:40:04.174 INFO STEP 1055 (remove_files) COMPLETE
89582026-09-11T19:40:04.949Z[ recovery-image] Sep 11 19:40:04.174 INFO O| Sep 11 19:40:04.174 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-11T19:40:04.958Z[ recovery-image] Sep 11 19:40:04.184 INFO O| Sep 11 19:40:04.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
89602026-09-11T19:40:04.959Z[ recovery-image] Sep 11 19:40:04.184 INFO O| Sep 11 19:40:04.184 INFO STEP 1056 (remove_files) COMPLETE
89612026-09-11T19:40:04.959Z[ recovery-image] Sep 11 19:40:04.184 INFO O| Sep 11 19:40:04.184 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-11T19:40:04.976Z[ recovery-image] Sep 11 19:40:04.193 INFO O| Sep 11 19:40:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
89632026-09-11T19:40:04.976Z[ recovery-image] Sep 11 19:40:04.193 INFO O| Sep 11 19:40:04.193 INFO STEP 1057 (remove_files) COMPLETE
89642026-09-11T19:40:04.976Z[ recovery-image] Sep 11 19:40:04.193 INFO O| Sep 11 19:40:04.193 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-11T19:40:05.013Z[ recovery-image] Sep 11 19:40:04.203 INFO O| Sep 11 19:40:04.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
89662026-09-11T19:40:05.014Z[ recovery-image] Sep 11 19:40:04.203 INFO O| Sep 11 19:40:04.203 INFO STEP 1058 (remove_files) COMPLETE
89672026-09-11T19:40:05.014Z[ recovery-image] Sep 11 19:40:04.203 INFO O| Sep 11 19:40:04.203 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-11T19:40:05.014Z[ recovery-image] Sep 11 19:40:04.213 INFO O| Sep 11 19:40:04.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
89692026-09-11T19:40:05.014Z[ recovery-image] Sep 11 19:40:04.213 INFO O| Sep 11 19:40:04.213 INFO STEP 1059 (remove_files) COMPLETE
89702026-09-11T19:40:05.014Z[ recovery-image] Sep 11 19:40:04.213 INFO O| Sep 11 19:40:04.213 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.223 INFO O| Sep 11 19:40:04.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
89722026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.223 INFO O| Sep 11 19:40:04.223 INFO STEP 1060 (remove_files) COMPLETE
89732026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.223 INFO O| Sep 11 19:40:04.223 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.233 INFO O| Sep 11 19:40:04.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
89752026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.233 INFO O| Sep 11 19:40:04.233 INFO STEP 1061 (remove_files) COMPLETE
89762026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.233 INFO O| Sep 11 19:40:04.233 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89772026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.243 INFO O| Sep 11 19:40:04.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
89782026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.243 INFO O| Sep 11 19:40:04.243 INFO STEP 1062 (remove_files) COMPLETE
89792026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.243 INFO O| Sep 11 19:40:04.243 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.253 INFO O| Sep 11 19:40:04.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
89812026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.253 INFO O| Sep 11 19:40:04.253 INFO STEP 1063 (remove_files) COMPLETE
89822026-09-11T19:40:05.031Z[ recovery-image] Sep 11 19:40:04.253 INFO O| Sep 11 19:40:04.253 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-11T19:40:05.059Z[ recovery-image] Sep 11 19:40:04.262 INFO O| Sep 11 19:40:04.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
89842026-09-11T19:40:05.059Z[ recovery-image] Sep 11 19:40:04.262 INFO O| Sep 11 19:40:04.262 INFO STEP 1064 (remove_files) COMPLETE
89852026-09-11T19:40:05.060Z[ recovery-image] Sep 11 19:40:04.263 INFO O| Sep 11 19:40:04.262 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-11T19:40:05.060Z[ recovery-image] Sep 11 19:40:04.273 INFO O| Sep 11 19:40:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
89872026-09-11T19:40:05.060Z[ recovery-image] Sep 11 19:40:04.273 INFO O| Sep 11 19:40:04.273 INFO STEP 1065 (remove_files) COMPLETE
89882026-09-11T19:40:05.060Z[ recovery-image] Sep 11 19:40:04.273 INFO O| Sep 11 19:40:04.273 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-11T19:40:05.142Z[ recovery-image] Sep 11 19:40:04.283 INFO O| Sep 11 19:40:04.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
89902026-09-11T19:40:05.142Z[ recovery-image] Sep 11 19:40:04.283 INFO O| Sep 11 19:40:04.283 INFO STEP 1066 (remove_files) COMPLETE
89912026-09-11T19:40:05.142Z[ recovery-image] Sep 11 19:40:04.283 INFO O| Sep 11 19:40:04.283 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-11T19:40:05.142Z[ recovery-image] Sep 11 19:40:04.292 INFO O| Sep 11 19:40:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
89932026-09-11T19:40:05.142Z[ recovery-image] Sep 11 19:40:04.292 INFO O| Sep 11 19:40:04.292 INFO STEP 1067 (remove_files) COMPLETE
89942026-09-11T19:40:05.143Z[ recovery-image] Sep 11 19:40:04.292 INFO O| Sep 11 19:40:04.292 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-11T19:40:05.325Z[ recovery-image] Sep 11 19:40:04.301 INFO O| Sep 11 19:40:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
89962026-09-11T19:40:05.325Z[ recovery-image] Sep 11 19:40:04.301 INFO O| Sep 11 19:40:04.301 INFO STEP 1068 (remove_files) COMPLETE
89972026-09-11T19:40:05.325Z[ recovery-image] Sep 11 19:40:04.301 INFO O| Sep 11 19:40:04.301 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-11T19:40:05.325Z[ recovery-image] Sep 11 19:40:04.310 INFO O| Sep 11 19:40:04.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
89992026-09-11T19:40:05.325Z[ recovery-image] Sep 11 19:40:04.310 INFO O| Sep 11 19:40:04.310 INFO STEP 1069 (remove_files) COMPLETE
90002026-09-11T19:40:05.325Z[ recovery-image] Sep 11 19:40:04.310 INFO O| Sep 11 19:40:04.310 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.319 INFO O| Sep 11 19:40:04.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90022026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.319 INFO O| Sep 11 19:40:04.319 INFO STEP 1070 (remove_files) COMPLETE
90032026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.319 INFO O| Sep 11 19:40:04.319 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.329 INFO O| Sep 11 19:40:04.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90052026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.329 INFO O| Sep 11 19:40:04.329 INFO STEP 1071 (remove_files) COMPLETE
90062026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.329 INFO O| Sep 11 19:40:04.329 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.338 INFO O| Sep 11 19:40:04.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90082026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.338 INFO O| Sep 11 19:40:04.338 INFO STEP 1072 (remove_files) COMPLETE
90092026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.338 INFO O| Sep 11 19:40:04.338 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.348 INFO O| Sep 11 19:40:04.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90112026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.348 INFO O| Sep 11 19:40:04.348 INFO STEP 1073 (remove_files) COMPLETE
90122026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.348 INFO O| Sep 11 19:40:04.348 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.357 INFO O| Sep 11 19:40:04.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90142026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.357 INFO O| Sep 11 19:40:04.357 INFO STEP 1074 (remove_files) COMPLETE
90152026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.357 INFO O| Sep 11 19:40:04.357 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.366 INFO O| Sep 11 19:40:04.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90172026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.366 INFO O| Sep 11 19:40:04.366 INFO STEP 1075 (remove_files) COMPLETE
90182026-09-11T19:40:05.483Z[ recovery-image] Sep 11 19:40:04.366 INFO O| Sep 11 19:40:04.366 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-11T19:40:05.486Z[ recovery-image] Sep 11 19:40:04.375 INFO O| Sep 11 19:40:04.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90202026-09-11T19:40:05.487Z[ recovery-image] Sep 11 19:40:04.376 INFO O| Sep 11 19:40:04.375 INFO STEP 1076 (remove_files) COMPLETE
90212026-09-11T19:40:05.487Z[ recovery-image] Sep 11 19:40:04.376 INFO O| Sep 11 19:40:04.375 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-11T19:40:05.487Z[ recovery-image] Sep 11 19:40:04.385 INFO O| Sep 11 19:40:04.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90232026-09-11T19:40:05.487Z[ recovery-image] Sep 11 19:40:04.385 INFO O| Sep 11 19:40:04.385 INFO STEP 1077 (remove_files) COMPLETE
90242026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.385 INFO O| Sep 11 19:40:04.385 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.395 INFO O| Sep 11 19:40:04.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90262026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.395 INFO O| Sep 11 19:40:04.395 INFO STEP 1078 (remove_files) COMPLETE
90272026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.395 INFO O| Sep 11 19:40:04.395 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.405 INFO O| Sep 11 19:40:04.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90292026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.405 INFO O| Sep 11 19:40:04.405 INFO STEP 1079 (remove_files) COMPLETE
90302026-09-11T19:40:05.490Z[ recovery-image] Sep 11 19:40:04.405 INFO O| Sep 11 19:40:04.405 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.414 INFO O| Sep 11 19:40:04.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90322026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.414 INFO O| Sep 11 19:40:04.414 INFO STEP 1080 (remove_files) COMPLETE
90332026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.414 INFO O| Sep 11 19:40:04.414 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.423 INFO O| Sep 11 19:40:04.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90352026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.423 INFO O| Sep 11 19:40:04.423 INFO STEP 1081 (remove_files) COMPLETE
90362026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.423 INFO O| Sep 11 19:40:04.423 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.433 INFO O| Sep 11 19:40:04.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
90382026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.434 INFO O| Sep 11 19:40:04.434 INFO STEP 1082 (remove_files) COMPLETE
90392026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.434 INFO O| Sep 11 19:40:04.434 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.443 INFO O| Sep 11 19:40:04.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
90412026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.443 INFO O| Sep 11 19:40:04.443 INFO STEP 1083 (remove_files) COMPLETE
90422026-09-11T19:40:05.491Z[ recovery-image] Sep 11 19:40:04.443 INFO O| Sep 11 19:40:04.443 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.453 INFO O| Sep 11 19:40:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
90442026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.453 INFO O| Sep 11 19:40:04.453 INFO STEP 1084 (remove_files) COMPLETE
90452026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.453 INFO O| Sep 11 19:40:04.453 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.464 INFO O| Sep 11 19:40:04.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
90472026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.464 INFO O| Sep 11 19:40:04.464 INFO STEP 1085 (remove_files) COMPLETE
90482026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.464 INFO O| Sep 11 19:40:04.464 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.474 INFO O| Sep 11 19:40:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
90502026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.474 INFO O| Sep 11 19:40:04.474 INFO STEP 1086 (remove_files) COMPLETE
90512026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.474 INFO O| Sep 11 19:40:04.474 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.485 INFO O| Sep 11 19:40:04.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
90532026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.485 INFO O| Sep 11 19:40:04.485 INFO STEP 1087 (remove_files) COMPLETE
90542026-09-11T19:40:05.492Z[ recovery-image] Sep 11 19:40:04.485 INFO O| Sep 11 19:40:04.485 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.496 INFO O| Sep 11 19:40:04.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
90562026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.496 INFO O| Sep 11 19:40:04.496 INFO STEP 1088 (remove_files) COMPLETE
90572026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.496 INFO O| Sep 11 19:40:04.496 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.508 INFO O| Sep 11 19:40:04.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
90592026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.508 INFO O| Sep 11 19:40:04.508 INFO STEP 1089 (remove_files) COMPLETE
90602026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.508 INFO O| Sep 11 19:40:04.508 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90612026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.518 INFO O| Sep 11 19:40:04.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
90622026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.518 INFO O| Sep 11 19:40:04.518 INFO STEP 1090 (remove_files) COMPLETE
90632026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.518 INFO O| Sep 11 19:40:04.518 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90642026-09-11T19:40:05.493Z[ recovery-image] Sep 11 19:40:04.529 INFO O| Sep 11 19:40:04.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
90652026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.529 INFO O| Sep 11 19:40:04.529 INFO STEP 1091 (remove_files) COMPLETE
90662026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.529 INFO O| Sep 11 19:40:04.529 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90672026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.539 INFO O| Sep 11 19:40:04.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
90682026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.539 INFO O| Sep 11 19:40:04.539 INFO STEP 1092 (remove_files) COMPLETE
90692026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.539 INFO O| Sep 11 19:40:04.539 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90702026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.549 INFO O| Sep 11 19:40:04.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
90712026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.549 INFO O| Sep 11 19:40:04.549 INFO STEP 1093 (remove_files) COMPLETE
90722026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.549 INFO O| Sep 11 19:40:04.549 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90732026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.560 INFO O| Sep 11 19:40:04.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
90742026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.560 INFO O| Sep 11 19:40:04.560 INFO STEP 1094 (remove_files) COMPLETE
90752026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.560 INFO O| Sep 11 19:40:04.560 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90762026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.570 INFO O| Sep 11 19:40:04.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
90772026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.571 INFO O| Sep 11 19:40:04.571 INFO STEP 1095 (remove_files) COMPLETE
90782026-09-11T19:40:05.494Z[ recovery-image] Sep 11 19:40:04.571 INFO O| Sep 11 19:40:04.571 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90792026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.581 INFO O| Sep 11 19:40:04.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
90802026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.582 INFO O| Sep 11 19:40:04.582 INFO STEP 1096 (remove_files) COMPLETE
90812026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.582 INFO O| Sep 11 19:40:04.582 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90822026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.592 INFO O| Sep 11 19:40:04.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
90832026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.592 INFO O| Sep 11 19:40:04.592 INFO STEP 1097 (remove_files) COMPLETE
90842026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.592 INFO O| Sep 11 19:40:04.592 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90852026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.602 INFO O| Sep 11 19:40:04.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
90862026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.602 INFO O| Sep 11 19:40:04.602 INFO STEP 1098 (remove_files) COMPLETE
90872026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.602 INFO O| Sep 11 19:40:04.602 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90882026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.612 INFO O| Sep 11 19:40:04.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
90892026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.612 INFO O| Sep 11 19:40:04.612 INFO STEP 1099 (remove_files) COMPLETE
90902026-09-11T19:40:05.495Z[ recovery-image] Sep 11 19:40:04.612 INFO O| Sep 11 19:40:04.612 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90912026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.622 INFO O| Sep 11 19:40:04.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
90922026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.622 INFO O| Sep 11 19:40:04.622 INFO STEP 1100 (remove_files) COMPLETE
90932026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.622 INFO O| Sep 11 19:40:04.622 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90942026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.632 INFO O| Sep 11 19:40:04.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
90952026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.632 INFO O| Sep 11 19:40:04.632 INFO STEP 1101 (remove_files) COMPLETE
90962026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.632 INFO O| Sep 11 19:40:04.632 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90972026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.641 INFO O| Sep 11 19:40:04.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
90982026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.641 INFO O| Sep 11 19:40:04.641 INFO STEP 1102 (remove_files) COMPLETE
90992026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.641 INFO O| Sep 11 19:40:04.641 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91002026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.651 INFO O| Sep 11 19:40:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91012026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.651 INFO O| Sep 11 19:40:04.651 INFO STEP 1103 (remove_files) COMPLETE
91022026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.651 INFO O| Sep 11 19:40:04.651 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91032026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.660 INFO O| Sep 11 19:40:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91042026-09-11T19:40:05.526Z[ recovery-image] Sep 11 19:40:04.660 INFO O| Sep 11 19:40:04.660 INFO STEP 1104 (remove_files) COMPLETE
91052026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.660 INFO O| Sep 11 19:40:04.660 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91062026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.669 INFO O| Sep 11 19:40:04.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91072026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.669 INFO O| Sep 11 19:40:04.669 INFO STEP 1105 (remove_files) COMPLETE
91082026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.669 INFO O| Sep 11 19:40:04.669 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91092026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.678 INFO O| Sep 11 19:40:04.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91102026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.678 INFO O| Sep 11 19:40:04.678 INFO STEP 1106 (remove_files) COMPLETE
91112026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.678 INFO O| Sep 11 19:40:04.678 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91122026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.713 INFO O| Sep 11 19:40:04.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91132026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.713 INFO O| Sep 11 19:40:04.713 INFO STEP 1107 (remove_files) COMPLETE
91142026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.713 INFO O| Sep 11 19:40:04.713 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91152026-09-11T19:40:05.530Z[ recovery-image] Sep 11 19:40:04.724 INFO O| Sep 11 19:40:04.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91162026-09-11T19:40:05.531Z[ recovery-image] Sep 11 19:40:04.724 INFO O| Sep 11 19:40:04.724 INFO STEP 1108 (remove_files) COMPLETE
91172026-09-11T19:40:05.531Z[ recovery-image] Sep 11 19:40:04.724 INFO O| Sep 11 19:40:04.724 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91182026-09-11T19:40:05.531Z[ recovery-image] Sep 11 19:40:04.734 INFO O| Sep 11 19:40:04.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91192026-09-11T19:40:05.531Z[ recovery-image] Sep 11 19:40:04.734 INFO O| Sep 11 19:40:04.734 INFO STEP 1109 (remove_files) COMPLETE
91202026-09-11T19:40:05.531Z[ recovery-image] Sep 11 19:40:04.734 INFO O| Sep 11 19:40:04.734 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91212026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.745 INFO O| Sep 11 19:40:04.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91222026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.745 INFO O| Sep 11 19:40:04.745 INFO STEP 1110 (remove_files) COMPLETE
91232026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.745 INFO O| Sep 11 19:40:04.745 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91242026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.754 INFO O| Sep 11 19:40:04.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91252026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.754 INFO O| Sep 11 19:40:04.754 INFO STEP 1111 (remove_files) COMPLETE
91262026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.754 INFO O| Sep 11 19:40:04.754 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91272026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.763 INFO O| Sep 11 19:40:04.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91282026-09-11T19:40:05.555Z[ recovery-image] Sep 11 19:40:04.763 INFO O| Sep 11 19:40:04.763 INFO STEP 1112 (remove_files) COMPLETE
91292026-09-11T19:40:05.556Z[ recovery-image] Sep 11 19:40:04.763 INFO O| Sep 11 19:40:04.763 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91302026-09-11T19:40:05.556Z[ recovery-image] Sep 11 19:40:04.772 INFO O| Sep 11 19:40:04.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91312026-09-11T19:40:05.556Z[ recovery-image] Sep 11 19:40:04.772 INFO O| Sep 11 19:40:04.772 INFO STEP 1113 (remove_files) COMPLETE
91322026-09-11T19:40:05.556Z[ recovery-image] Sep 11 19:40:04.772 INFO O| Sep 11 19:40:04.772 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91332026-09-11T19:40:05.582Z[ recovery-image] Sep 11 19:40:04.781 INFO O| Sep 11 19:40:04.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91342026-09-11T19:40:05.583Z[ recovery-image] Sep 11 19:40:04.781 INFO O| Sep 11 19:40:04.781 INFO STEP 1114 (remove_files) COMPLETE
91352026-09-11T19:40:05.583Z[ recovery-image] Sep 11 19:40:04.781 INFO O| Sep 11 19:40:04.781 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91362026-09-11T19:40:05.583Z[ recovery-image] Sep 11 19:40:04.790 INFO O| Sep 11 19:40:04.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
91372026-09-11T19:40:05.583Z[ recovery-image] Sep 11 19:40:04.790 INFO O| Sep 11 19:40:04.790 INFO STEP 1115 (remove_files) COMPLETE
91382026-09-11T19:40:05.583Z[ recovery-image] Sep 11 19:40:04.790 INFO O| Sep 11 19:40:04.790 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91392026-09-11T19:40:05.588Z[ recovery-image] Sep 11 19:40:04.800 INFO O| Sep 11 19:40:04.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
91402026-09-11T19:40:05.588Z[ recovery-image] Sep 11 19:40:04.800 INFO O| Sep 11 19:40:04.800 INFO STEP 1116 (remove_files) COMPLETE
91412026-09-11T19:40:05.588Z[ recovery-image] Sep 11 19:40:04.800 INFO O| Sep 11 19:40:04.800 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91422026-09-11T19:40:05.588Z[ recovery-image] Sep 11 19:40:04.809 INFO O| Sep 11 19:40:04.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
91432026-09-11T19:40:05.589Z[ recovery-image] Sep 11 19:40:04.809 INFO O| Sep 11 19:40:04.809 INFO STEP 1117 (remove_files) COMPLETE
91442026-09-11T19:40:05.589Z[ recovery-image] Sep 11 19:40:04.809 INFO O| Sep 11 19:40:04.809 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
91452026-09-11T19:40:05.609Z[ recovery-image] Sep 11 19:40:04.824 INFO O| Sep 11 19:40:04.824 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
91462026-09-11T19:40:05.609Z[ recovery-image] Sep 11 19:40:04.824 INFO O| Sep 11 19:40:04.824 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
91472026-09-11T19:40:05.850Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
91482026-09-11T19:40:06.068Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
91492026-09-11T19:40:06.519Z[ recovery-image] Sep 11 19:40:05.752 INFO O| Sep 11 19:40:05.752 INFO STEP 1118 (pack_tar) COMPLETE
91502026-09-11T19:40:06.519Z[ recovery-image] Sep 11 19:40:05.752 INFO O| Sep 11 19:40:05.752 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
91512026-09-11T19:40:06.523Z[ recovery-image] Sep 11 19:40:05.752 INFO O| Sep 11 19:40:05.752 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
91522026-09-11T19:40:06.627Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24250:20260908T193524Z
91532026-09-11T19:40:06.627Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24250:20260908T193524Z
91542026-09-11T19:40:06.627Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91552026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91562026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91572026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91582026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91592026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.860 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91602026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.861 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260911T192527Z
91612026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.861 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91622026-09-11T19:40:06.648Z[ host-image] Sep 11 19:40:05.861 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91632026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.861 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24250:20260908T193524Z
91642026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24250:20260908T193525Z
91652026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24250:20260908T193525Z
91662026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24250:20260908T193525Z
91672026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91682026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24250:20260908T193525Z
91692026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24250:20260908T193525Z
91702026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24250:20260908T193525Z
91712026-09-11T19:40:06.650Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24250:20260908T193525Z
91722026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24250:20260908T193525Z
91732026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.862 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24250:20260908T193525Z
91742026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24250:20260908T193525Z
91752026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24250:20260908T193526Z
91762026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24250:20260908T193526Z
91772026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24250:20260908T193526Z
91782026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24250:20260908T193526Z
91792026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24250:20260908T193527Z
91802026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24250:20260908T193527Z
91812026-09-11T19:40:06.651Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24250:20260908T193527Z
91822026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24250:20260908T193528Z
91832026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
91842026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24250:20260908T193528Z
91852026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24250:20260908T193529Z
91862026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24250:20260908T193529Z
91872026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24250:20260908T193530Z
91882026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24250:20260908T193530Z
91892026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.863 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24250:20260908T193530Z
91902026-09-11T19:40:06.652Z[ host-image] Sep 11 19:40:05.864 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24250:20260908T193530Z
91912026-09-11T19:40:06.658Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91922026-09-11T19:40:06.658Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24250:20260908T193531Z
91932026-09-11T19:40:06.658Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
91942026-09-11T19:40:06.658Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91952026-09-11T19:40:06.658Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91962026-09-11T19:40:06.658Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91972026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24250:20260908T193531Z
91982026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.867 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
91992026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.868 INFO O| install = pkg://helios/library/libxml2@2.13.9-3.0:20260908T224111Z
92002026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.868 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92012026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.868 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92022026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.872 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92032026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.872 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92042026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.872 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92052026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.872 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92062026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.873 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92072026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.873 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92082026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
92092026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92102026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92112026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24250:20260908T193531Z
92122026-09-11T19:40:06.659Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24250:20260908T193534Z
92132026-09-11T19:40:06.660Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92142026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.886 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24250:20260908T193534Z
92152026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.887 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92162026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.887 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92172026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.887 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92182026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.887 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
92192026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.887 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24250:20260908T193534Z
92202026-09-11T19:40:06.661Z[ host-image] Sep 11 19:40:05.887 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92212026-09-11T19:40:06.662Z[ host-image] Sep 11 19:40:05.888 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92222026-09-11T19:40:06.663Z[ host-image] Sep 11 19:40:05.888 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92232026-09-11T19:40:06.663Z[ host-image] Sep 11 19:40:05.888 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92242026-09-11T19:40:06.663Z[ host-image] Sep 11 19:40:05.888 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24250:20260908T193534Z
92252026-09-11T19:40:06.663Z[ host-image] Sep 11 19:40:05.888 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92262026-09-11T19:40:06.669Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
92272026-09-11T19:40:06.669Z[ host-image] Sep 11 19:40:05.892 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92282026-09-11T19:40:06.669Z[ host-image] Sep 11 19:40:05.892 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24250:20260908T193535Z
92292026-09-11T19:40:06.669Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24250:20260908T193535Z
92302026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24250:20260908T193535Z
92312026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92322026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24250:20260908T193535Z
92332026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24250:20260908T193535Z
92342026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24250:20260908T193536Z
92352026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.893 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24250:20260908T193536Z
92362026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92372026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24250:20260908T193536Z
92382026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24250:20260908T193536Z
92392026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92402026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24250:20260908T193536Z
92412026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24250:20260908T193537Z
92422026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.895 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24250:20260908T193537Z
92432026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.896 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24250:20260908T193537Z
92442026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.898 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24250:20260908T193537Z
92452026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.898 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92462026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.898 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24250:20260908T193537Z
92472026-09-11T19:40:06.670Z[ host-image] Sep 11 19:40:05.898 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24250:20260908T193537Z
92482026-09-11T19:40:06.671Z[ host-image] Sep 11 19:40:05.899 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24250:20260908T193537Z
92492026-09-11T19:40:06.671Z[ host-image] Sep 11 19:40:05.899 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24250:20260908T193537Z
92502026-09-11T19:40:06.671Z[ host-image] Sep 11 19:40:05.899 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24250:20260908T193537Z
92512026-09-11T19:40:06.671Z[ host-image] Sep 11 19:40:05.899 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24250:20260908T193537Z
92522026-09-11T19:40:06.671Z[ host-image] Sep 11 19:40:05.899 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24250:20260908T193537Z
92532026-09-11T19:40:06.671Z[ host-image] Sep 11 19:40:05.899 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24250:20260908T193537Z
92542026-09-11T19:40:06.676Z[ host-image] Sep 11 19:40:05.902 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24250:20260908T193538Z
92552026-09-11T19:40:06.676Z[ host-image] Sep 11 19:40:05.902 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24250:20260908T193538Z
92562026-09-11T19:40:06.676Z[ host-image] Sep 11 19:40:05.902 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24250:20260908T193538Z
92572026-09-11T19:40:06.676Z[ host-image] Sep 11 19:40:05.903 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24250:20260908T193538Z
92582026-09-11T19:40:06.676Z[ host-image] Sep 11 19:40:05.903 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24250:20260908T193538Z
92592026-09-11T19:40:06.676Z[ host-image] Sep 11 19:40:05.909 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24250:20260908T193539Z
92602026-09-11T19:40:06.677Z[ host-image] Sep 11 19:40:05.909 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24250:20260908T193538Z
92612026-09-11T19:40:06.677Z[ host-image] Sep 11 19:40:05.909 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24250:20260908T193538Z
92622026-09-11T19:40:06.683Z[ host-image] Sep 11 19:40:05.909 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92632026-09-11T19:40:06.686Z[ host-image] Sep 11 19:40:05.909 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92642026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24250:20260908T193538Z
92652026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92662026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24250:20260908T193538Z
92672026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24250:20260908T193538Z
92682026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24250:20260908T193538Z
92692026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92702026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
92712026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24250:20260908T193539Z
92722026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24250:20260908T193539Z
92732026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.919 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24250:20260908T193539Z
92742026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.920 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24250:20260908T193539Z
92752026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.920 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24250:20260908T193539Z
92762026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.920 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24250:20260908T193539Z
92772026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.920 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92782026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.920 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24250:20260908T193540Z
92792026-09-11T19:40:06.723Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24250:20260908T193540Z
92802026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24250:20260908T193540Z
92812026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24250:20260908T193540Z
92822026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24250:20260908T193540Z
92832026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24250:20260908T193540Z
92842026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92852026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92862026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24250:20260908T193541Z
92872026-09-11T19:40:06.724Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24250:20260908T193542Z
92882026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.921 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92892026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.922 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92902026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.922 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92912026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.922 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92922026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.922 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92932026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.922 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92942026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.923 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
92952026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.923 INFO O| tempdir @ "/tmp/.tmp9ZCRPt/tmp"
92962026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.923 INFO O| image root @ "/tmp/.tmp9ZCRPt/tmp/root"
92972026-09-11T19:40:06.725Z[ host-image] Sep 11 19:40:05.923 INFO O| creating image...
92982026-09-11T19:40:07.061Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
92992026-09-11T19:40:07.376Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
93002026-09-11T19:40:07.386Z[ recovery-image] Sep 11 19:40:06.604 INFO O| Sep 11 19:40:06.604 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
93012026-09-11T19:40:07.445Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
93022026-09-11T19:40:07.609Z[ recovery-image] Sep 11 19:40:06.834 INFO O| Sep 11 19:40:06.834 INFO completed processing sled/ramdisk-03-recovery-trim
93032026-09-11T19:40:07.622Z[ recovery-image] Sep 11 19:40:06.838 INFO image builder template: zfs-recovery...
93042026-09-11T19:40:07.622Z[ recovery-image] Sep 11 19:40:06.838 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/.tmpzsY8sR/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
93052026-09-11T19:40:07.647Z[ recovery-image] Sep 11 19:40:06.867 INFO O| Sep 11 19:40:06.867 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
93062026-09-11T19:40:07.654Z[ recovery-image] Sep 11 19:40:06.871 INFO O| Sep 11 19:40:06.871 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93072026-09-11T19:40:07.693Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
93082026-09-11T19:40:07.707Z[ host-image] Sep 11 19:40:06.929 INFO O| copying publishers...
93092026-09-11T19:40:07.757Z[verify-libraries] Compiling yansi v1.0.1
93102026-09-11T19:40:07.769Z[ recovery-image] Sep 11 19:40:06.993 INFO O| Sep 11 19:40:06.993 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
93112026-09-11T19:40:07.859Z[ recovery-image] Sep 11 19:40:07.090 INFO O| Sep 11 19:40:07.090 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
93122026-09-11T19:40:07.859Z[ recovery-image] Sep 11 19:40:07.090 INFO O| Sep 11 19:40:07.090 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
93132026-09-11T19:40:11.583Z[ recovery-image] Sep 11 19:40:07.095 INFO O| Sep 11 19:40:07.095 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93142026-09-11T19:40:11.583Z[ recovery-image] Sep 11 19:40:07.229 INFO O| Sep 11 19:40:07.229 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
93152026-09-11T19:40:11.583Z[ recovery-image] Sep 11 19:40:07.384 INFO O| Sep 11 19:40:07.384 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
93162026-09-11T19:40:11.586Z[ recovery-image] Sep 11 19:40:07.394 INFO O| Sep 11 19:40:07.394 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93172026-09-11T19:40:11.586Z[ recovery-image] Sep 11 19:40:07.399 INFO O| Sep 11 19:40:07.399 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
93182026-09-11T19:40:11.586Z[ recovery-image] Sep 11 19:40:07.400 INFO O| Sep 11 19:40:07.400 INFO no lofi found
93192026-09-11T19:40:11.586Z[ recovery-image] Sep 11 19:40:07.400 INFO O| Sep 11 19:40:07.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
93202026-09-11T19:40:11.586Z[ recovery-image] Sep 11 19:40:07.400 INFO O| Sep 11 19:40:07.400 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93212026-09-11T19:40:11.587Z[verify-libraries] Compiling pretty_assertions v1.4.1
93222026-09-11T19:40:11.587Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
93232026-09-11T19:40:11.587Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
93242026-09-11T19:40:11.587Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
93252026-09-11T19:40:11.587Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
93262026-09-11T19:40:11.587Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
93272026-09-11T19:40:11.587Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
93282026-09-11T19:40:11.587Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
93292026-09-11T19:40:11.587Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
93302026-09-11T19:40:11.587Z[ recovery-image] Sep 11 19:40:09.001 INFO O| Sep 11 19:40:09.001 INFO lofi device = /dev/dsk/c2t1d0p0
93312026-09-11T19:40:11.587Z[ recovery-image] Sep 11 19:40:09.001 INFO O| Sep 11 19:40:09.001 INFO pool device = /dev/dsk/c2t1d0p0
93322026-09-11T19:40:11.587Z[ recovery-image] Sep 11 19:40:09.001 INFO O| Sep 11 19:40:09.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"]
93332026-09-11T19:40:11.587Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
93342026-09-11T19:40:11.587Z[ recovery-image] Sep 11 19:40:09.181 INFO O| Sep 11 19:40:09.181 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93352026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.181 INFO O| Sep 11 19:40:09.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
93362026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.206 INFO O| Sep 11 19:40:09.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
93372026-09-11T19:40:11.588Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
93382026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.312 INFO O| Sep 11 19:40:09.312 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
93392026-09-11T19:40:11.588Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
93402026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.364 INFO O| Sep 11 19:40:09.364 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
93412026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.385 INFO O| Sep 11 19:40:09.385 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93422026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.417 INFO O| Sep 11 19:40:09.417 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93432026-09-11T19:40:11.588Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
93442026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.462 INFO O| Sep 11 19:40:09.462 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93452026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.462 INFO O| Sep 11 19:40:09.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93462026-09-11T19:40:11.588Z[ recovery-image] Sep 11 19:40:09.462 INFO O| Sep 11 19:40:09.462 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93472026-09-11T19:40:11.589Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
93482026-09-11T19:40:11.592Z[ recovery-image] Sep 11 19:40:09.476 INFO O| Sep 11 19:40:09.476 INFO boot environment UUID: 5651ac21-6277-4717-8ae1-ff77c12035d7
93492026-09-11T19:40:11.592Z[ recovery-image] Sep 11 19:40:09.476 INFO O| Sep 11 19:40:09.476 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5651ac21-6277-4717-8ae1-ff77c12035d7
93502026-09-11T19:40:11.592Z[ recovery-image] Sep 11 19:40:09.503 INFO O| Sep 11 19:40:09.503 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93512026-09-11T19:40:11.592Z[ recovery-image] Sep 11 19:40:09.521 INFO O| Sep 11 19:40:09.521 INFO STEP 0 (create_be) COMPLETE
93522026-09-11T19:40:11.592Z[ recovery-image] Sep 11 19:40:09.521 INFO O| Sep 11 19:40:09.521 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93532026-09-11T19:40:11.592Z[ recovery-image] Sep 11 19:40:09.538 INFO O| Sep 11 19:40:09.538 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"]
93542026-09-11T19:40:11.592Z[verify-libraries] Compiling drift v0.2.0
93552026-09-11T19:40:11.592Z[verify-libraries] Compiling uzers v0.12.2
93562026-09-11T19:40:11.592Z[verify-libraries] Compiling parse-size v1.1.0
93572026-09-11T19:40:11.592Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
93582026-09-11T19:40:11.639Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
93592026-09-11T19:40:11.639Z[ host-image] Sep 11 19:40:10.668 INFO O| adding properties...
93602026-09-11T19:40:11.639Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
93612026-09-11T19:40:11.806Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
93622026-09-11T19:40:12.316Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
93632026-09-11T19:40:14.284Z[ host-image] Sep 11 19:40:13.517 INFO O| installing packages...
93642026-09-11T19:40:14.738Z[ recovery-image] Sep 11 19:40:13.971 INFO O| Sep 11 19:40:13.971 INFO STEP 1 (unpack_tar) COMPLETE
93652026-09-11T19:40:14.738Z[ recovery-image] Sep 11 19:40:13.971 INFO O| Sep 11 19:40:13.971 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93662026-09-11T19:40:14.749Z[ recovery-image] Sep 11 19:40:13.982 INFO O| Sep 11 19:40:13.982 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93672026-09-11T19:40:15.278Z[ recovery-image] Sep 11 19:40:14.501 INFO O| Sep 11 19:40:14.500 INFO STEP 2 (devfsadm) COMPLETE
93682026-09-11T19:40:15.278Z[ recovery-image] Sep 11 19:40:14.501 INFO O| Sep 11 19:40:14.501 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93692026-09-11T19:40:15.288Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
93702026-09-11T19:40:15.288Z[ recovery-image] Sep 11 19:40:14.512 INFO O| Sep 11 19:40:14.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93712026-09-11T19:40:15.289Z[ recovery-image] Sep 11 19:40:14.512 INFO O| Sep 11 19:40:14.512 INFO STEP 3 (ensure_dir) COMPLETE
93722026-09-11T19:40:15.289Z[ recovery-image] Sep 11 19:40:14.512 INFO O| Sep 11 19:40:14.512 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93732026-09-11T19:40:15.295Z[ recovery-image] Sep 11 19:40:14.523 INFO O| Sep 11 19:40:14.522 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93742026-09-11T19:40:15.295Z[ recovery-image] Sep 11 19:40:14.523 INFO O| Sep 11 19:40:14.522 INFO STEP 4 (ensure_dir) COMPLETE
93752026-09-11T19:40:15.295Z[ recovery-image] Sep 11 19:40:14.523 INFO O| Sep 11 19:40:14.522 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93762026-09-11T19:40:15.305Z[ recovery-image] Sep 11 19:40:14.533 INFO O| Sep 11 19:40:14.533 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93772026-09-11T19:40:15.305Z[ recovery-image] Sep 11 19:40:14.533 INFO O| Sep 11 19:40:14.533 INFO STEP 5 (ensure_dir) COMPLETE
93782026-09-11T19:40:15.305Z[ recovery-image] Sep 11 19:40:14.533 INFO O| Sep 11 19:40:14.533 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93792026-09-11T19:40:15.310Z[ recovery-image] Sep 11 19:40:14.543 INFO O| Sep 11 19:40:14.543 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93802026-09-11T19:40:15.310Z[ recovery-image] Sep 11 19:40:14.543 INFO O| Sep 11 19:40:14.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93812026-09-11T19:40:15.310Z[ recovery-image] Sep 11 19:40:14.543 INFO O| Sep 11 19:40:14.543 INFO STEP 6 (ensure_dir) COMPLETE
93822026-09-11T19:40:15.314Z[ recovery-image] Sep 11 19:40:14.543 INFO O| Sep 11 19:40:14.543 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93832026-09-11T19:40:15.324Z[ recovery-image] Sep 11 19:40:14.555 INFO O| Sep 11 19:40:14.555 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93842026-09-11T19:40:15.324Z[ recovery-image] Sep 11 19:40:14.555 INFO O| Sep 11 19:40:14.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93852026-09-11T19:40:15.324Z[ recovery-image] Sep 11 19:40:14.555 INFO O| Sep 11 19:40:14.555 INFO STEP 7 (ensure_dir) COMPLETE
93862026-09-11T19:40:15.330Z[ recovery-image] Sep 11 19:40:14.555 INFO O| Sep 11 19:40:14.555 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93872026-09-11T19:40:15.337Z[ recovery-image] Sep 11 19:40:14.567 INFO O| Sep 11 19:40:14.567 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93882026-09-11T19:40:15.337Z[ recovery-image] Sep 11 19:40:14.568 INFO O| Sep 11 19:40:14.568 INFO STEP 8 (remove_files) COMPLETE
93892026-09-11T19:40:15.338Z[ recovery-image] Sep 11 19:40:14.568 INFO O| Sep 11 19:40:14.568 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93902026-09-11T19:40:15.345Z[ recovery-image] Sep 11 19:40:14.579 INFO O| Sep 11 19:40:14.578 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93912026-09-11T19:40:15.349Z[ recovery-image] Sep 11 19:40:14.579 INFO O| Sep 11 19:40:14.579 INFO STEP 9 (remove_files) COMPLETE
93922026-09-11T19:40:15.349Z[ recovery-image] Sep 11 19:40:14.579 INFO O| Sep 11 19:40:14.579 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93932026-09-11T19:40:15.362Z[ recovery-image] Sep 11 19:40:14.592 INFO O| Sep 11 19:40:14.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
93942026-09-11T19:40:15.363Z[ recovery-image] Sep 11 19:40:14.592 INFO O| Sep 11 19:40:14.592 INFO STEP 10 (remove_files) COMPLETE
93952026-09-11T19:40:15.363Z[ recovery-image] Sep 11 19:40:14.592 INFO O| Sep 11 19:40:14.592 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93962026-09-11T19:40:15.370Z[ recovery-image] Sep 11 19:40:14.604 INFO O| Sep 11 19:40:14.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
93972026-09-11T19:40:15.370Z[ recovery-image] Sep 11 19:40:14.604 INFO O| Sep 11 19:40:14.604 INFO STEP 11 (remove_files) COMPLETE
93982026-09-11T19:40:15.370Z[ recovery-image] Sep 11 19:40:14.604 INFO O| Sep 11 19:40:14.604 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93992026-09-11T19:40:15.384Z[ recovery-image] Sep 11 19:40:14.616 INFO O| Sep 11 19:40:14.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
94002026-09-11T19:40:15.384Z[ recovery-image] Sep 11 19:40:14.616 INFO O| Sep 11 19:40:14.616 INFO STEP 12 (remove_files) COMPLETE
94012026-09-11T19:40:15.389Z[ recovery-image] Sep 11 19:40:14.616 INFO O| Sep 11 19:40:14.616 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94022026-09-11T19:40:15.394Z[ recovery-image] Sep 11 19:40:14.627 INFO O| Sep 11 19:40:14.627 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94032026-09-11T19:40:15.394Z[ recovery-image] Sep 11 19:40:14.627 INFO O| Sep 11 19:40:14.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94042026-09-11T19:40:15.401Z[ recovery-image] Sep 11 19:40:14.627 INFO O| Sep 11 19:40:14.627 INFO STEP 13 (ensure_dir) COMPLETE
94052026-09-11T19:40:15.401Z[ recovery-image] Sep 11 19:40:14.627 INFO O| Sep 11 19:40:14.627 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94062026-09-11T19:40:15.407Z[ recovery-image] Sep 11 19:40:14.638 INFO O| Sep 11 19:40:14.638 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94072026-09-11T19:40:15.407Z[ recovery-image] Sep 11 19:40:14.638 INFO O| Sep 11 19:40:14.638 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94082026-09-11T19:40:15.410Z[ recovery-image] Sep 11 19:40:14.638 INFO O| Sep 11 19:40:14.638 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94092026-09-11T19:40:15.410Z[ recovery-image] Sep 11 19:40:14.638 INFO O| Sep 11 19:40:14.638 INFO STEP 14 (ensure_dir) COMPLETE
94102026-09-11T19:40:15.410Z[ recovery-image] Sep 11 19:40:14.638 INFO O| Sep 11 19:40:14.638 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94112026-09-11T19:40:15.416Z[ recovery-image] Sep 11 19:40:14.650 INFO O| Sep 11 19:40:14.650 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94122026-09-11T19:40:15.420Z[ recovery-image] Sep 11 19:40:14.650 INFO O| Sep 11 19:40:14.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94132026-09-11T19:40:15.420Z[ recovery-image] Sep 11 19:40:14.650 INFO O| Sep 11 19:40:14.650 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94142026-09-11T19:40:15.420Z[ recovery-image] Sep 11 19:40:14.650 INFO O| Sep 11 19:40:14.650 INFO STEP 15 (ensure_dir) COMPLETE
94152026-09-11T19:40:15.420Z[ recovery-image] Sep 11 19:40:14.650 INFO O| Sep 11 19:40:14.650 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94162026-09-11T19:40:15.427Z[ recovery-image] Sep 11 19:40:14.660 INFO O| Sep 11 19:40:14.660 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94172026-09-11T19:40:15.427Z[ recovery-image] Sep 11 19:40:14.660 INFO O| Sep 11 19:40:14.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94182026-09-11T19:40:15.427Z[ recovery-image] Sep 11 19:40:14.660 INFO O| Sep 11 19:40:14.660 INFO STEP 16 (ensure_dir) COMPLETE
94192026-09-11T19:40:15.427Z[ recovery-image] Sep 11 19:40:14.660 INFO O| Sep 11 19:40:14.660 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94202026-09-11T19:40:15.437Z[ recovery-image] Sep 11 19:40:14.671 INFO O| Sep 11 19:40:14.671 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94212026-09-11T19:40:15.437Z[ recovery-image] Sep 11 19:40:14.671 INFO O| Sep 11 19:40:14.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94222026-09-11T19:40:15.437Z[ recovery-image] Sep 11 19:40:14.671 INFO O| Sep 11 19:40:14.671 INFO STEP 17 (ensure_dir) COMPLETE
94232026-09-11T19:40:15.440Z[ recovery-image] Sep 11 19:40:14.671 INFO O| Sep 11 19:40:14.671 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94242026-09-11T19:40:15.448Z[ recovery-image] Sep 11 19:40:14.681 INFO O| Sep 11 19:40:14.681 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94252026-09-11T19:40:15.448Z[ recovery-image] Sep 11 19:40:14.681 INFO O| Sep 11 19:40:14.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
94262026-09-11T19:40:15.453Z[ recovery-image] Sep 11 19:40:14.681 INFO O| Sep 11 19:40:14.681 INFO ok!
94272026-09-11T19:40:15.453Z[ recovery-image] Sep 11 19:40:14.681 INFO O| Sep 11 19:40:14.681 INFO STEP 18 (ensure_symlink) COMPLETE
94282026-09-11T19:40:15.453Z[ recovery-image] Sep 11 19:40:14.681 INFO O| Sep 11 19:40:14.681 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94292026-09-11T19:40:15.458Z[ recovery-image] Sep 11 19:40:14.692 INFO O| Sep 11 19:40:14.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
94302026-09-11T19:40:15.458Z[ recovery-image] Sep 11 19:40:14.692 INFO O| Sep 11 19:40:14.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
94312026-09-11T19:40:15.458Z[ recovery-image] Sep 11 19:40:14.692 INFO O| Sep 11 19:40:14.692 INFO ok!
94322026-09-11T19:40:15.461Z[ recovery-image] Sep 11 19:40:14.692 INFO O| Sep 11 19:40:14.692 INFO STEP 19 (ensure_file) COMPLETE
94332026-09-11T19:40:15.461Z[ recovery-image] Sep 11 19:40:14.692 INFO O| Sep 11 19:40:14.692 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94342026-09-11T19:40:15.468Z[ recovery-image] Sep 11 19:40:14.702 INFO O| Sep 11 19:40:14.702 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
94352026-09-11T19:40:15.468Z[ recovery-image] Sep 11 19:40:14.702 INFO O| Sep 11 19:40:14.702 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94362026-09-11T19:40:15.468Z[ recovery-image] Sep 11 19:40:14.702 INFO O| Sep 11 19:40:14.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
94372026-09-11T19:40:15.474Z[ recovery-image] Sep 11 19:40:14.702 INFO O| Sep 11 19:40:14.702 INFO ok!
94382026-09-11T19:40:15.474Z[ recovery-image] Sep 11 19:40:14.702 INFO O| Sep 11 19:40:14.702 INFO STEP 20 (ensure_symlink) COMPLETE
94392026-09-11T19:40:15.474Z[ recovery-image] Sep 11 19:40:14.702 INFO O| Sep 11 19:40:14.702 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94402026-09-11T19:40:15.479Z[ recovery-image] Sep 11 19:40:14.712 INFO O| Sep 11 19:40:14.712 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
94412026-09-11T19:40:15.479Z[ recovery-image] Sep 11 19:40:14.712 INFO O| Sep 11 19:40:14.712 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94422026-09-11T19:40:15.482Z[ recovery-image] Sep 11 19:40:14.712 INFO O| Sep 11 19:40:14.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
94432026-09-11T19:40:15.482Z[ recovery-image] Sep 11 19:40:14.712 INFO O| Sep 11 19:40:14.712 INFO ok!
94442026-09-11T19:40:15.482Z[ recovery-image] Sep 11 19:40:14.712 INFO O| Sep 11 19:40:14.712 INFO STEP 21 (ensure_symlink) COMPLETE
94452026-09-11T19:40:15.482Z[ recovery-image] Sep 11 19:40:14.712 INFO O| Sep 11 19:40:14.712 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94462026-09-11T19:40:15.489Z[ recovery-image] Sep 11 19:40:14.722 INFO O| Sep 11 19:40:14.722 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
94472026-09-11T19:40:15.489Z[ recovery-image] Sep 11 19:40:14.722 INFO O| Sep 11 19:40:14.722 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94482026-09-11T19:40:15.492Z[ recovery-image] Sep 11 19:40:14.722 INFO O| Sep 11 19:40:14.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
94492026-09-11T19:40:15.492Z[ recovery-image] Sep 11 19:40:14.722 INFO O| Sep 11 19:40:14.722 INFO ok!
94502026-09-11T19:40:15.492Z[ recovery-image] Sep 11 19:40:14.722 INFO O| Sep 11 19:40:14.722 INFO STEP 22 (ensure_symlink) COMPLETE
94512026-09-11T19:40:15.493Z[ recovery-image] Sep 11 19:40:14.722 INFO O| Sep 11 19:40:14.722 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94522026-09-11T19:40:15.499Z[ recovery-image] Sep 11 19:40:14.733 INFO O| Sep 11 19:40:14.733 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
94532026-09-11T19:40:15.499Z[ recovery-image] Sep 11 19:40:14.733 INFO O| Sep 11 19:40:14.733 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94542026-09-11T19:40:15.503Z[ recovery-image] Sep 11 19:40:14.733 INFO O| Sep 11 19:40:14.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
94552026-09-11T19:40:15.503Z[ recovery-image] Sep 11 19:40:14.733 INFO O| Sep 11 19:40:14.733 INFO ok!
94562026-09-11T19:40:15.503Z[ recovery-image] Sep 11 19:40:14.733 INFO O| Sep 11 19:40:14.733 INFO STEP 23 (ensure_symlink) COMPLETE
94572026-09-11T19:40:15.503Z[ recovery-image] Sep 11 19:40:14.733 INFO O| Sep 11 19:40:14.733 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94582026-09-11T19:40:15.506Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
94592026-09-11T19:40:15.510Z[ recovery-image] Sep 11 19:40:14.743 INFO O| Sep 11 19:40:14.743 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94602026-09-11T19:40:15.510Z[ recovery-image] Sep 11 19:40:14.743 INFO O| Sep 11 19:40:14.743 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 ...
94612026-09-11T19:40:15.510Z[ recovery-image] Sep 11 19:40:14.743 INFO O| Sep 11 19:40:14.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
94622026-09-11T19:40:15.510Z[ recovery-image] Sep 11 19:40:14.743 INFO O| Sep 11 19:40:14.743 INFO ok!
94632026-09-11T19:40:15.510Z[ recovery-image] Sep 11 19:40:14.743 INFO O| Sep 11 19:40:14.743 INFO STEP 24 (ensure_file) COMPLETE
94642026-09-11T19:40:15.510Z[ recovery-image] Sep 11 19:40:14.743 INFO O| Sep 11 19:40:14.743 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94652026-09-11T19:40:15.524Z[ recovery-image] Sep 11 19:40:14.754 INFO O| Sep 11 19:40:14.754 INFO updating shadow file
94662026-09-11T19:40:15.527Z[ recovery-image] Sep 11 19:40:14.754 INFO O| Sep 11 19:40:14.754 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94672026-09-11T19:40:15.527Z[ recovery-image] Sep 11 19:40:14.754 INFO O| Sep 11 19:40:14.754 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94682026-09-11T19:40:15.531Z[ recovery-image] Sep 11 19:40:14.754 INFO O| Sep 11 19:40:14.754 INFO STEP 25 (shadow) COMPLETE
94692026-09-11T19:40:15.531Z[ recovery-image] Sep 11 19:40:14.754 INFO O| Sep 11 19:40:14.754 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94702026-09-11T19:40:15.531Z[ recovery-image] Sep 11 19:40:14.765 INFO O| Sep 11 19:40:14.764 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
94712026-09-11T19:40:15.531Z[ recovery-image] Sep 11 19:40:14.765 INFO O| Sep 11 19:40:14.765 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
94722026-09-11T19:40:15.532Z[ recovery-image] Sep 11 19:40:14.765 INFO O| Sep 11 19:40:14.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
94732026-09-11T19:40:15.532Z[ recovery-image] Sep 11 19:40:14.765 INFO O| Sep 11 19:40:14.765 INFO ok!
94742026-09-11T19:40:15.532Z[ recovery-image] Sep 11 19:40:14.765 INFO O| Sep 11 19:40:14.765 INFO STEP 26 (ensure_file) COMPLETE
94752026-09-11T19:40:15.532Z[ recovery-image] Sep 11 19:40:14.765 INFO O| Sep 11 19:40:14.765 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94762026-09-11T19:40:15.542Z[ recovery-image] Sep 11 19:40:14.774 INFO O| Sep 11 19:40:14.774 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94772026-09-11T19:40:15.542Z[ recovery-image] Sep 11 19:40:14.774 INFO O| Sep 11 19:40:14.774 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94782026-09-11T19:40:15.542Z[ recovery-image] Sep 11 19:40:14.774 INFO O| Sep 11 19:40:14.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94792026-09-11T19:40:15.547Z[ recovery-image] Sep 11 19:40:14.774 INFO O| Sep 11 19:40:14.774 INFO ok!
94802026-09-11T19:40:15.547Z[ recovery-image] Sep 11 19:40:14.774 INFO O| Sep 11 19:40:14.774 INFO STEP 27 (ensure_file) COMPLETE
94812026-09-11T19:40:15.547Z[ recovery-image] Sep 11 19:40:14.774 INFO O| Sep 11 19:40:14.774 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94822026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94832026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94842026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94852026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94862026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 INFO ok!
94872026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 INFO STEP 28 (ensure_file) COMPLETE
94882026-09-11T19:40:15.552Z[ recovery-image] Sep 11 19:40:14.784 INFO O| Sep 11 19:40:14.784 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94892026-09-11T19:40:15.560Z[ recovery-image] Sep 11 19:40:14.794 INFO O| Sep 11 19:40:14.794 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94902026-09-11T19:40:15.560Z[ recovery-image] Sep 11 19:40:14.794 INFO O| Sep 11 19:40:14.794 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94912026-09-11T19:40:15.560Z[ recovery-image] Sep 11 19:40:14.794 INFO O| Sep 11 19:40:14.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94922026-09-11T19:40:15.568Z[ recovery-image] Sep 11 19:40:14.794 INFO O| Sep 11 19:40:14.794 INFO ok!
94932026-09-11T19:40:15.568Z[ recovery-image] Sep 11 19:40:14.794 INFO O| Sep 11 19:40:14.794 INFO STEP 29 (ensure_file) COMPLETE
94942026-09-11T19:40:15.568Z[ recovery-image] Sep 11 19:40:14.794 INFO O| Sep 11 19:40:14.794 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94952026-09-11T19:40:15.572Z[ recovery-image] Sep 11 19:40:14.803 INFO O| Sep 11 19:40:14.803 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94962026-09-11T19:40:15.573Z[ recovery-image] Sep 11 19:40:14.803 INFO O| Sep 11 19:40:14.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94972026-09-11T19:40:15.573Z[ recovery-image] Sep 11 19:40:14.803 INFO O| Sep 11 19:40:14.803 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94982026-09-11T19:40:15.573Z[ recovery-image] Sep 11 19:40:14.803 INFO O| Sep 11 19:40:14.803 INFO STEP 30 (ensure_dir) COMPLETE
94992026-09-11T19:40:15.574Z[ recovery-image] Sep 11 19:40:14.803 INFO O| Sep 11 19:40:14.803 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95002026-09-11T19:40:15.579Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
95012026-09-11T19:40:15.580Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 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 ...
95022026-09-11T19:40:15.584Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 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
95032026-09-11T19:40:15.584Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
95042026-09-11T19:40:15.584Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 INFO ok!
95052026-09-11T19:40:15.584Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 INFO STEP 31 (ensure_file) COMPLETE
95062026-09-11T19:40:15.584Z[ recovery-image] Sep 11 19:40:14.813 INFO O| Sep 11 19:40:14.813 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95072026-09-11T19:40:15.590Z[ recovery-image] Sep 11 19:40:14.822 INFO O| Sep 11 19:40:14.822 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95082026-09-11T19:40:15.590Z[ recovery-image] Sep 11 19:40:14.822 INFO O| Sep 11 19:40:14.822 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95092026-09-11T19:40:15.590Z[ recovery-image] Sep 11 19:40:14.822 INFO O| Sep 11 19:40:14.822 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95102026-09-11T19:40:15.590Z[ recovery-image] Sep 11 19:40:14.822 INFO O| Sep 11 19:40:14.822 INFO STEP 32 (ensure_dir) COMPLETE
95112026-09-11T19:40:15.590Z[ recovery-image] Sep 11 19:40:14.822 INFO O| Sep 11 19:40:14.822 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95122026-09-11T19:40:15.598Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.831 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95132026-09-11T19:40:15.598Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.832 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 ...
95142026-09-11T19:40:15.598Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.832 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
95152026-09-11T19:40:15.602Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.832 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
95162026-09-11T19:40:15.602Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.832 INFO ok!
95172026-09-11T19:40:15.602Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.832 INFO STEP 33 (ensure_file) COMPLETE
95182026-09-11T19:40:15.602Z[ recovery-image] Sep 11 19:40:14.832 INFO O| Sep 11 19:40:14.832 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95192026-09-11T19:40:15.607Z[ recovery-image] Sep 11 19:40:14.840 INFO O| Sep 11 19:40:14.840 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
95202026-09-11T19:40:15.607Z[ recovery-image] Sep 11 19:40:14.840 INFO O| Sep 11 19:40:14.840 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
95212026-09-11T19:40:15.611Z[ recovery-image] Sep 11 19:40:14.840 INFO O| Sep 11 19:40:14.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
95222026-09-11T19:40:15.611Z[ recovery-image] Sep 11 19:40:14.840 INFO O| Sep 11 19:40:14.840 INFO ok!
95232026-09-11T19:40:15.611Z[ recovery-image] Sep 11 19:40:14.840 INFO O| Sep 11 19:40:14.840 INFO STEP 34 (ensure_file) COMPLETE
95242026-09-11T19:40:15.611Z[ recovery-image] Sep 11 19:40:14.840 INFO O| Sep 11 19:40:14.840 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95252026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
95262026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
95272026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95282026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95292026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 INFO ok!
95302026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 INFO STEP 35 (ensure_file) COMPLETE
95312026-09-11T19:40:15.624Z[ recovery-image] Sep 11 19:40:14.849 INFO O| Sep 11 19:40:14.849 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95322026-09-11T19:40:15.628Z[ recovery-image] Sep 11 19:40:14.859 INFO O| Sep 11 19:40:14.859 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
95332026-09-11T19:40:15.628Z[ recovery-image] Sep 11 19:40:14.859 INFO O| Sep 11 19:40:14.859 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
95342026-09-11T19:40:15.628Z[ recovery-image] Sep 11 19:40:14.859 INFO O| Sep 11 19:40:14.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
95352026-09-11T19:40:15.628Z[ recovery-image] Sep 11 19:40:14.859 INFO O| Sep 11 19:40:14.859 INFO ok!
95362026-09-11T19:40:15.628Z[ recovery-image] Sep 11 19:40:14.859 INFO O| Sep 11 19:40:14.859 INFO STEP 36 (ensure_file) COMPLETE
95372026-09-11T19:40:15.628Z[ recovery-image] Sep 11 19:40:14.859 INFO O| Sep 11 19:40:14.859 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95382026-09-11T19:40:15.636Z[ recovery-image] Sep 11 19:40:14.870 INFO O| Sep 11 19:40:14.870 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95392026-09-11T19:40:15.637Z[ recovery-image] Sep 11 19:40:14.870 INFO O| Sep 11 19:40:14.870 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
95402026-09-11T19:40:15.637Z[ recovery-image] Sep 11 19:40:14.870 INFO O| Sep 11 19:40:14.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
95412026-09-11T19:40:15.642Z[ recovery-image] Sep 11 19:40:14.870 INFO O| Sep 11 19:40:14.870 INFO ok!
95422026-09-11T19:40:15.642Z[ recovery-image] Sep 11 19:40:14.870 INFO O| Sep 11 19:40:14.870 INFO STEP 37 (ensure_file) COMPLETE
95432026-09-11T19:40:15.642Z[ recovery-image] Sep 11 19:40:14.870 INFO O| Sep 11 19:40:14.870 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95442026-09-11T19:40:15.647Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
95452026-09-11T19:40:15.647Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
95462026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95472026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95482026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95492026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95502026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO ok!
95512026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO STEP 38 (ensure_file) COMPLETE
95522026-09-11T19:40:15.651Z[ recovery-image] Sep 11 19:40:14.880 INFO O| Sep 11 19:40:14.880 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95532026-09-11T19:40:15.659Z[ recovery-image] Sep 11 19:40:14.889 INFO O| Sep 11 19:40:14.889 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95542026-09-11T19:40:15.659Z[ recovery-image] Sep 11 19:40:14.890 INFO O| Sep 11 19:40:14.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95552026-09-11T19:40:15.659Z[ recovery-image] Sep 11 19:40:14.890 INFO O| Sep 11 19:40:14.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95562026-09-11T19:40:15.664Z[ recovery-image] Sep 11 19:40:14.890 INFO O| Sep 11 19:40:14.890 INFO STEP 39 (ensure_dir) COMPLETE
95572026-09-11T19:40:15.664Z[ recovery-image] Sep 11 19:40:14.890 INFO O| Sep 11 19:40:14.890 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95582026-09-11T19:40:15.667Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 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
95592026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 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 ...
95602026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 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
95612026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 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
95622026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 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
95632026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 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
95642026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 INFO ok!
95652026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 INFO STEP 40 (ensure_file) COMPLETE
95662026-09-11T19:40:15.668Z[ recovery-image] Sep 11 19:40:14.899 INFO O| Sep 11 19:40:14.899 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95672026-09-11T19:40:15.676Z[ recovery-image] Sep 11 19:40:14.909 INFO O| Sep 11 19:40:14.909 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95682026-09-11T19:40:15.678Z[ recovery-image] Sep 11 19:40:14.909 INFO O| Sep 11 19:40:14.909 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 ...
95692026-09-11T19:40:15.685Z[ recovery-image] Sep 11 19:40:14.909 INFO O| Sep 11 19:40:14.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95702026-09-11T19:40:15.685Z[ recovery-image] Sep 11 19:40:14.909 INFO O| Sep 11 19:40:14.909 INFO ok!
95712026-09-11T19:40:15.685Z[ recovery-image] Sep 11 19:40:14.909 INFO O| Sep 11 19:40:14.909 INFO STEP 41 (ensure_symlink) COMPLETE
95722026-09-11T19:40:15.686Z[ recovery-image] Sep 11 19:40:14.909 INFO O| Sep 11 19:40:14.909 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95732026-09-11T19:40:15.692Z[ recovery-image] Sep 11 19:40:14.918 INFO O| Sep 11 19:40:14.918 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95742026-09-11T19:40:15.692Z[ recovery-image] Sep 11 19:40:14.918 INFO O| Sep 11 19:40:14.918 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95752026-09-11T19:40:15.692Z[ recovery-image] Sep 11 19:40:14.918 INFO O| Sep 11 19:40:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95762026-09-11T19:40:15.692Z[ recovery-image] Sep 11 19:40:14.918 INFO O| Sep 11 19:40:14.918 INFO ok!
95772026-09-11T19:40:15.692Z[ recovery-image] Sep 11 19:40:14.918 INFO O| Sep 11 19:40:14.918 INFO STEP 42 (ensure_symlink) COMPLETE
95782026-09-11T19:40:15.693Z[ recovery-image] Sep 11 19:40:14.918 INFO O| Sep 11 19:40:14.918 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95792026-09-11T19:40:15.696Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95802026-09-11T19:40:15.696Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95812026-09-11T19:40:15.697Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95822026-09-11T19:40:15.697Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95832026-09-11T19:40:15.697Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95842026-09-11T19:40:15.697Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95852026-09-11T19:40:15.697Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO ok!
95862026-09-11T19:40:15.698Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO STEP 43 (ensure_file) COMPLETE
95872026-09-11T19:40:15.698Z[ recovery-image] Sep 11 19:40:14.927 INFO O| Sep 11 19:40:14.927 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95882026-09-11T19:40:15.704Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95892026-09-11T19:40:15.704Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 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 ...
95902026-09-11T19:40:15.711Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 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
95912026-09-11T19:40:15.711Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95922026-09-11T19:40:15.711Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 INFO ok!
95932026-09-11T19:40:15.711Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 INFO STEP 44 (ensure_file) COMPLETE
95942026-09-11T19:40:15.712Z[ recovery-image] Sep 11 19:40:14.937 INFO O| Sep 11 19:40:14.937 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95952026-09-11T19:40:15.719Z[ recovery-image] Sep 11 19:40:14.947 INFO O| Sep 11 19:40:14.947 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
95962026-09-11T19:40:15.719Z[ recovery-image] Sep 11 19:40:14.947 INFO O| Sep 11 19:40:14.947 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
95972026-09-11T19:40:15.719Z[ recovery-image] Sep 11 19:40:14.947 INFO O| Sep 11 19:40:14.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
95982026-09-11T19:40:15.719Z[ recovery-image] Sep 11 19:40:14.947 INFO O| Sep 11 19:40:14.947 INFO ok!
95992026-09-11T19:40:15.719Z[ recovery-image] Sep 11 19:40:14.947 INFO O| Sep 11 19:40:14.947 INFO STEP 45 (ensure_file) COMPLETE
96002026-09-11T19:40:15.719Z[ recovery-image] Sep 11 19:40:14.947 INFO O| Sep 11 19:40:14.947 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96012026-09-11T19:40:15.723Z[ recovery-image] Sep 11 19:40:14.956 INFO O| Sep 11 19:40:14.956 INFO updating shadow file
96022026-09-11T19:40:15.723Z[ recovery-image] Sep 11 19:40:14.956 INFO O| Sep 11 19:40:14.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
96032026-09-11T19:40:15.723Z[ recovery-image] Sep 11 19:40:14.956 INFO O| Sep 11 19:40:14.956 INFO STEP 46 (shadow) COMPLETE
96042026-09-11T19:40:15.723Z[ recovery-image] Sep 11 19:40:14.956 INFO O| Sep 11 19:40:14.956 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96052026-09-11T19:40:15.733Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
96062026-09-11T19:40:15.733Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
96072026-09-11T19:40:15.733Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96082026-09-11T19:40:15.739Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96092026-09-11T19:40:15.739Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 INFO ok!
96102026-09-11T19:40:15.740Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 INFO STEP 47 (ensure_file) COMPLETE
96112026-09-11T19:40:15.740Z[ recovery-image] Sep 11 19:40:14.965 INFO O| Sep 11 19:40:14.965 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96122026-09-11T19:40:15.744Z[ recovery-image] Sep 11 19:40:14.975 INFO O| Sep 11 19:40:14.975 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
96132026-09-11T19:40:15.744Z[ recovery-image] Sep 11 19:40:14.975 INFO O| Sep 11 19:40:14.975 INFO STEP 48 (ensure_dir) COMPLETE
96142026-09-11T19:40:15.744Z[ recovery-image] Sep 11 19:40:14.975 INFO O| Sep 11 19:40:14.975 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96152026-09-11T19:40:15.751Z[ recovery-image] Sep 11 19:40:14.984 INFO O| Sep 11 19:40:14.984 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96162026-09-11T19:40:15.751Z[ recovery-image] Sep 11 19:40:14.985 INFO O| Sep 11 19:40:14.984 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96172026-09-11T19:40:15.751Z[ recovery-image] Sep 11 19:40:14.985 INFO O| Sep 11 19:40:14.984 INFO STEP 49 (ensure_dir) COMPLETE
96182026-09-11T19:40:15.758Z[ recovery-image] Sep 11 19:40:14.985 INFO O| Sep 11 19:40:14.984 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96192026-09-11T19:40:15.761Z[ recovery-image] Sep 11 19:40:14.994 INFO O| Sep 11 19:40:14.994 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96202026-09-11T19:40:15.761Z[ recovery-image] Sep 11 19:40:14.995 INFO O| Sep 11 19:40:14.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96212026-09-11T19:40:15.765Z[ recovery-image] Sep 11 19:40:14.995 INFO O| Sep 11 19:40:14.994 INFO STEP 50 (ensure_dir) COMPLETE
96222026-09-11T19:40:15.765Z[ recovery-image] Sep 11 19:40:14.995 INFO O| Sep 11 19:40:14.995 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96232026-09-11T19:40:15.774Z[ recovery-image] Sep 11 19:40:15.005 INFO O| Sep 11 19:40:15.005 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
96242026-09-11T19:40:15.774Z[ recovery-image] Sep 11 19:40:15.005 INFO O| Sep 11 19:40:15.005 INFO copying /tmp/.tmpzsY8sR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
96252026-09-11T19:40:15.786Z[ recovery-image] Sep 11 19:40:15.016 INFO O| Sep 11 19:40:15.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
96262026-09-11T19:40:15.786Z[ recovery-image] Sep 11 19:40:15.017 INFO O| Sep 11 19:40:15.016 INFO ok!
96272026-09-11T19:40:15.786Z[ recovery-image] Sep 11 19:40:15.017 INFO O| Sep 11 19:40:15.016 INFO STEP 51 (ensure_file) COMPLETE
96282026-09-11T19:40:15.793Z[ recovery-image] Sep 11 19:40:15.017 INFO O| Sep 11 19:40:15.016 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96292026-09-11T19:40:15.797Z[ recovery-image] Sep 11 19:40:15.028 INFO O| Sep 11 19:40:15.028 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96302026-09-11T19:40:15.797Z[ recovery-image] Sep 11 19:40:15.028 INFO O| Sep 11 19:40:15.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96312026-09-11T19:40:15.797Z[ recovery-image] Sep 11 19:40:15.028 INFO O| Sep 11 19:40:15.028 INFO STEP 52 (ensure_dir) COMPLETE
96322026-09-11T19:40:15.797Z[ recovery-image] Sep 11 19:40:15.028 INFO O| Sep 11 19:40:15.028 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96332026-09-11T19:40:15.806Z[ recovery-image] Sep 11 19:40:15.039 INFO O| Sep 11 19:40:15.039 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
96342026-09-11T19:40:15.806Z[ recovery-image] Sep 11 19:40:15.039 INFO O| Sep 11 19:40:15.039 INFO copying /tmp/.tmpzsY8sR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
96352026-09-11T19:40:15.806Z[ recovery-image] Sep 11 19:40:15.039 INFO O| Sep 11 19:40:15.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
96362026-09-11T19:40:15.810Z[ recovery-image] Sep 11 19:40:15.039 INFO O| Sep 11 19:40:15.039 INFO ok!
96372026-09-11T19:40:15.810Z[ recovery-image] Sep 11 19:40:15.039 INFO O| Sep 11 19:40:15.039 INFO STEP 53 (ensure_file) COMPLETE
96382026-09-11T19:40:15.810Z[ recovery-image] Sep 11 19:40:15.039 INFO O| Sep 11 19:40:15.039 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96392026-09-11T19:40:15.826Z[ recovery-image] Sep 11 19:40:15.058 INFO O| Sep 11 19:40:15.058 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96402026-09-11T19:40:15.826Z[ recovery-image] Sep 11 19:40:15.058 INFO O| Sep 11 19:40:15.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96412026-09-11T19:40:15.826Z[ recovery-image] Sep 11 19:40:15.058 INFO O| Sep 11 19:40:15.058 INFO STEP 54 (ensure_dir) COMPLETE
96422026-09-11T19:40:15.826Z[ recovery-image] Sep 11 19:40:15.058 INFO O| Sep 11 19:40:15.058 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96432026-09-11T19:40:15.836Z[ recovery-image] Sep 11 19:40:15.068 INFO O| Sep 11 19:40:15.068 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
96442026-09-11T19:40:15.837Z[ recovery-image] Sep 11 19:40:15.068 INFO O| Sep 11 19:40:15.068 INFO copying /tmp/.tmpzsY8sR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
96452026-09-11T19:40:16.254Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
96462026-09-11T19:40:16.684Z[verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
96472026-09-11T19:40:17.849Z[ recovery-image] Sep 11 19:40:17.081 INFO O| Sep 11 19:40:17.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
96482026-09-11T19:40:17.849Z[ recovery-image] Sep 11 19:40:17.082 INFO O| Sep 11 19:40:17.081 INFO ok!
96492026-09-11T19:40:17.849Z[ recovery-image] Sep 11 19:40:17.082 INFO O| Sep 11 19:40:17.081 INFO STEP 55 (ensure_file) COMPLETE
96502026-09-11T19:40:17.856Z[ recovery-image] Sep 11 19:40:17.082 INFO O| Sep 11 19:40:17.081 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96512026-09-11T19:40:17.862Z[ recovery-image] Sep 11 19:40:17.092 INFO O| Sep 11 19:40:17.092 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
96522026-09-11T19:40:17.862Z[ recovery-image] Sep 11 19:40:17.092 INFO O| Sep 11 19:40:17.092 INFO copying /tmp/.tmpzsY8sR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
96532026-09-11T19:40:18.100Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
96542026-09-11T19:40:18.668Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
96552026-09-11T19:40:18.740Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
96562026-09-11T19:40:18.862Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
96572026-09-11T19:40:19.054Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
96582026-09-11T19:40:19.537Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
96592026-09-11T19:40:19.608Z[verify-libraries] Compiling multimap v0.10.1
96602026-09-11T19:40:19.823Z[ recovery-image] Sep 11 19:40:19.054 INFO O| Sep 11 19:40:19.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
96612026-09-11T19:40:19.823Z[ recovery-image] Sep 11 19:40:19.054 INFO O| Sep 11 19:40:19.054 INFO ok!
96622026-09-11T19:40:19.823Z[ recovery-image] Sep 11 19:40:19.054 INFO O| Sep 11 19:40:19.054 INFO STEP 56 (ensure_file) COMPLETE
96632026-09-11T19:40:19.830Z[ recovery-image] Sep 11 19:40:19.054 INFO O| Sep 11 19:40:19.054 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96642026-09-11T19:40:19.834Z[ recovery-image] Sep 11 19:40:19.066 INFO O| Sep 11 19:40:19.066 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96652026-09-11T19:40:19.834Z[ recovery-image] Sep 11 19:40:19.066 INFO O| Sep 11 19:40:19.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96662026-09-11T19:40:19.834Z[ recovery-image] Sep 11 19:40:19.066 INFO O| Sep 11 19:40:19.066 INFO STEP 57 (ensure_dir) COMPLETE
96672026-09-11T19:40:19.834Z[ recovery-image] Sep 11 19:40:19.066 INFO O| Sep 11 19:40:19.066 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96682026-09-11T19:40:19.844Z[ recovery-image] Sep 11 19:40:19.077 INFO O| Sep 11 19:40:19.077 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96692026-09-11T19:40:19.848Z[ recovery-image] Sep 11 19:40:19.077 INFO O| Sep 11 19:40:19.077 INFO copying /tmp/.tmpzsY8sR/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 ...
96702026-09-11T19:40:19.848Z[ recovery-image] Sep 11 19:40:19.077 INFO O| Sep 11 19:40:19.077 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
96712026-09-11T19:40:19.848Z[ recovery-image] Sep 11 19:40:19.077 INFO O| Sep 11 19:40:19.077 INFO ok!
96722026-09-11T19:40:19.849Z[ recovery-image] Sep 11 19:40:19.077 INFO O| Sep 11 19:40:19.077 INFO STEP 58 (ensure_file) COMPLETE
96732026-09-11T19:40:19.849Z[ recovery-image] Sep 11 19:40:19.077 INFO O| Sep 11 19:40:19.077 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96742026-09-11T19:40:19.849Z[verify-libraries] Compiling termios v0.3.3
96752026-09-11T19:40:19.854Z[ recovery-image] Sep 11 19:40:19.087 INFO O| Sep 11 19:40:19.087 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-11T19:40:19.855Z[ recovery-image] Sep 11 19:40:19.087 INFO O| Sep 11 19:40:19.087 INFO copying /tmp/.tmpzsY8sR/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-11T19:40:19.855Z[ recovery-image] Sep 11 19:40:19.087 INFO O| Sep 11 19:40:19.087 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-11T19:40:19.864Z[ recovery-image] Sep 11 19:40:19.087 INFO O| Sep 11 19:40:19.087 INFO ok!
96792026-09-11T19:40:19.864Z[ recovery-image] Sep 11 19:40:19.087 INFO O| Sep 11 19:40:19.087 INFO STEP 59 (ensure_file) COMPLETE
96802026-09-11T19:40:19.864Z[ recovery-image] Sep 11 19:40:19.087 INFO O| Sep 11 19:40:19.087 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96812026-09-11T19:40:19.870Z[ recovery-image] Sep 11 19:40:19.098 INFO O| Sep 11 19:40:19.098 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96822026-09-11T19:40:19.870Z[ recovery-image] Sep 11 19:40:19.098 INFO O| Sep 11 19:40:19.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96832026-09-11T19:40:19.870Z[ recovery-image] Sep 11 19:40:19.098 INFO O| Sep 11 19:40:19.098 INFO STEP 60 (ensure_dir) COMPLETE
96842026-09-11T19:40:19.870Z[ recovery-image] Sep 11 19:40:19.098 INFO O| Sep 11 19:40:19.098 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96852026-09-11T19:40:19.878Z[ recovery-image] Sep 11 19:40:19.108 INFO O| Sep 11 19:40:19.108 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96862026-09-11T19:40:19.879Z[ recovery-image] Sep 11 19:40:19.108 INFO O| Sep 11 19:40:19.108 INFO copying /tmp/.tmpzsY8sR/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-11T19:40:19.879Z[ recovery-image] Sep 11 19:40:19.108 INFO O| Sep 11 19:40:19.108 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-11T19:40:19.967Z[ recovery-image] Sep 11 19:40:19.108 INFO O| Sep 11 19:40:19.108 INFO ok!
96892026-09-11T19:40:19.968Z[ recovery-image] Sep 11 19:40:19.108 INFO O| Sep 11 19:40:19.108 INFO STEP 61 (ensure_file) COMPLETE
96902026-09-11T19:40:19.968Z[ recovery-image] Sep 11 19:40:19.108 INFO O| Sep 11 19:40:19.108 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96912026-09-11T19:40:19.968Z[ recovery-image] Sep 11 19:40:19.118 INFO O| Sep 11 19:40:19.118 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-11T19:40:19.968Z[ recovery-image] Sep 11 19:40:19.118 INFO O| Sep 11 19:40:19.118 INFO copying /tmp/.tmpzsY8sR/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-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.118 INFO O| Sep 11 19:40:19.118 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-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.118 INFO O| Sep 11 19:40:19.118 INFO ok!
96952026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.118 INFO O| Sep 11 19:40:19.118 INFO STEP 62 (ensure_file) COMPLETE
96962026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.118 INFO O| Sep 11 19:40:19.118 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96972026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.129 INFO O| Sep 11 19:40:19.129 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96982026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.129 INFO O| Sep 11 19:40:19.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96992026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.129 INFO O| Sep 11 19:40:19.129 INFO STEP 63 (ensure_dir) COMPLETE
97002026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.129 INFO O| Sep 11 19:40:19.129 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97012026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.139 INFO O| Sep 11 19:40:19.139 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97022026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.139 INFO O| Sep 11 19:40:19.139 INFO copying /tmp/.tmpzsY8sR/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-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.140 INFO O| Sep 11 19:40:19.140 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-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.140 INFO O| Sep 11 19:40:19.140 INFO ok!
97052026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.140 INFO O| Sep 11 19:40:19.140 INFO STEP 64 (ensure_file) COMPLETE
97062026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.140 INFO O| Sep 11 19:40:19.140 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97072026-09-11T19:40:19.969Z[ recovery-image] Sep 11 19:40:19.150 INFO O| Sep 11 19:40:19.149 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
97082026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.150 INFO O| Sep 11 19:40:19.150 INFO copying /tmp/.tmpzsY8sR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
97092026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.150 INFO O| Sep 11 19:40:19.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
97102026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.150 INFO O| Sep 11 19:40:19.150 INFO ok!
97112026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.150 INFO O| Sep 11 19:40:19.150 INFO STEP 65 (ensure_file) COMPLETE
97122026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.150 INFO O| Sep 11 19:40:19.150 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97132026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.159 INFO O| Sep 11 19:40:19.159 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
97142026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.159 INFO O| Sep 11 19:40:19.159 INFO STEP 66 (ensure_dir) COMPLETE
97152026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.159 INFO O| Sep 11 19:40:19.159 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97162026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.169 INFO O| Sep 11 19:40:19.169 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
97172026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.169 INFO O| Sep 11 19:40:19.169 INFO STEP 67 (ensure_dir) COMPLETE
97182026-09-11T19:40:19.971Z[ recovery-image] Sep 11 19:40:19.169 INFO O| Sep 11 19:40:19.169 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97192026-09-11T19:40:19.971Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
97202026-09-11T19:40:19.972Z[ recovery-image] Sep 11 19:40:19.184 INFO O| Sep 11 19:40:19.184 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
97212026-09-11T19:40:19.972Z[ recovery-image] Sep 11 19:40:19.184 INFO O| Sep 11 19:40:19.184 INFO STEP 68 (ensure_dir) COMPLETE
97222026-09-11T19:40:19.972Z[ recovery-image] Sep 11 19:40:19.184 INFO O| Sep 11 19:40:19.184 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97232026-09-11T19:40:19.980Z[ recovery-image] Sep 11 19:40:19.194 INFO O| Sep 11 19:40:19.194 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
97242026-09-11T19:40:19.980Z[ recovery-image] Sep 11 19:40:19.194 INFO O| Sep 11 19:40:19.194 INFO STEP 69 (ensure_dir) COMPLETE
97252026-09-11T19:40:19.980Z[ recovery-image] Sep 11 19:40:19.194 INFO O| Sep 11 19:40:19.194 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97262026-09-11T19:40:19.980Z[ recovery-image] Sep 11 19:40:19.205 INFO O| Sep 11 19:40:19.205 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
97272026-09-11T19:40:19.981Z[ recovery-image] Sep 11 19:40:19.205 INFO O| Sep 11 19:40:19.205 INFO copying /tmp/.tmpzsY8sR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
97282026-09-11T19:40:19.981Z[ recovery-image] Sep 11 19:40:19.205 INFO O| Sep 11 19:40:19.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
97292026-09-11T19:40:19.981Z[ recovery-image] Sep 11 19:40:19.205 INFO O| Sep 11 19:40:19.205 INFO ok!
97302026-09-11T19:40:19.981Z[ recovery-image] Sep 11 19:40:19.205 INFO O| Sep 11 19:40:19.205 INFO STEP 70 (ensure_file) COMPLETE
97312026-09-11T19:40:19.981Z[ recovery-image] Sep 11 19:40:19.205 INFO O| Sep 11 19:40:19.205 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97322026-09-11T19:40:20.005Z[ recovery-image] Sep 11 19:40:19.237 INFO O| Sep 11 19:40:19.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
97332026-09-11T19:40:20.010Z[ recovery-image] Sep 11 19:40:19.237 INFO O| Sep 11 19:40:19.237 INFO STEP 71 (remove_files) COMPLETE
97342026-09-11T19:40:20.010Z[ recovery-image] Sep 11 19:40:19.237 INFO O| Sep 11 19:40:19.237 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97352026-09-11T19:40:20.017Z[ recovery-image] Sep 11 19:40:19.250 INFO O| Sep 11 19:40:19.250 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
97362026-09-11T19:40:20.017Z[ recovery-image] Sep 11 19:40:19.250 INFO O| Sep 11 19:40:19.250 INFO STEP 72 (remove_files) COMPLETE
97372026-09-11T19:40:20.021Z[ recovery-image] Sep 11 19:40:19.250 INFO O| Sep 11 19:40:19.250 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97382026-09-11T19:40:20.030Z[ recovery-image] Sep 11 19:40:19.261 INFO O| Sep 11 19:40:19.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
97392026-09-11T19:40:20.030Z[ recovery-image] Sep 11 19:40:19.261 INFO O| Sep 11 19:40:19.261 INFO STEP 73 (remove_files) COMPLETE
97402026-09-11T19:40:20.030Z[ recovery-image] Sep 11 19:40:19.261 INFO O| Sep 11 19:40:19.261 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97412026-09-11T19:40:20.040Z[ recovery-image] Sep 11 19:40:19.272 INFO O| Sep 11 19:40:19.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
97422026-09-11T19:40:20.040Z[ recovery-image] Sep 11 19:40:19.272 INFO O| Sep 11 19:40:19.272 INFO STEP 74 (remove_files) COMPLETE
97432026-09-11T19:40:20.040Z[ recovery-image] Sep 11 19:40:19.272 INFO O| Sep 11 19:40:19.272 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97442026-09-11T19:40:20.051Z[ recovery-image] Sep 11 19:40:19.282 INFO O| Sep 11 19:40:19.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
97452026-09-11T19:40:20.051Z[ recovery-image] Sep 11 19:40:19.282 INFO O| Sep 11 19:40:19.282 INFO STEP 75 (remove_files) COMPLETE
97462026-09-11T19:40:20.051Z[ recovery-image] Sep 11 19:40:19.282 INFO O| Sep 11 19:40:19.282 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97472026-09-11T19:40:20.062Z[ recovery-image] Sep 11 19:40:19.293 INFO O| Sep 11 19:40:19.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
97482026-09-11T19:40:20.062Z[ recovery-image] Sep 11 19:40:19.293 INFO O| Sep 11 19:40:19.293 INFO STEP 76 (remove_files) COMPLETE
97492026-09-11T19:40:20.062Z[ recovery-image] Sep 11 19:40:19.293 INFO O| Sep 11 19:40:19.293 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97502026-09-11T19:40:20.083Z[ recovery-image] Sep 11 19:40:19.313 INFO O| Sep 11 19:40:19.313 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
97512026-09-11T19:40:20.084Z[ recovery-image] Sep 11 19:40:19.313 INFO O| Sep 11 19:40:19.313 INFO STEP 77 (remove_files) COMPLETE
97522026-09-11T19:40:20.090Z[ recovery-image] Sep 11 19:40:19.313 INFO O| Sep 11 19:40:19.313 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97532026-09-11T19:40:20.103Z[ recovery-image] Sep 11 19:40:19.334 INFO O| Sep 11 19:40:19.334 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
97542026-09-11T19:40:20.103Z[ recovery-image] Sep 11 19:40:19.334 INFO O| Sep 11 19:40:19.334 INFO STEP 78 (remove_files) COMPLETE
97552026-09-11T19:40:20.103Z[ recovery-image] Sep 11 19:40:19.334 INFO O| Sep 11 19:40:19.334 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97562026-09-11T19:40:20.113Z[ recovery-image] Sep 11 19:40:19.345 INFO O| Sep 11 19:40:19.344 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
97572026-09-11T19:40:20.113Z[ recovery-image] Sep 11 19:40:19.345 INFO O| Sep 11 19:40:19.345 INFO STEP 79 (remove_files) COMPLETE
97582026-09-11T19:40:20.113Z[ recovery-image] Sep 11 19:40:19.345 INFO O| Sep 11 19:40:19.345 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97592026-09-11T19:40:20.127Z[ recovery-image] Sep 11 19:40:19.355 INFO O| Sep 11 19:40:19.355 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
97602026-09-11T19:40:20.127Z[ recovery-image] Sep 11 19:40:19.355 INFO O| Sep 11 19:40:19.355 INFO STEP 80 (remove_files) COMPLETE
97612026-09-11T19:40:20.127Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
97622026-09-11T19:40:20.127Z[ recovery-image] Sep 11 19:40:19.355 INFO O| Sep 11 19:40:19.355 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97632026-09-11T19:40:20.137Z[ recovery-image] Sep 11 19:40:19.366 INFO O| Sep 11 19:40:19.366 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
97642026-09-11T19:40:20.137Z[ recovery-image] Sep 11 19:40:19.366 INFO O| Sep 11 19:40:19.366 INFO STEP 81 (remove_files) COMPLETE
97652026-09-11T19:40:20.138Z[ recovery-image] Sep 11 19:40:19.366 INFO O| Sep 11 19:40:19.366 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662026-09-11T19:40:20.146Z[ recovery-image] Sep 11 19:40:19.375 INFO O| Sep 11 19:40:19.375 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
97672026-09-11T19:40:20.146Z[ recovery-image] Sep 11 19:40:19.375 INFO O| Sep 11 19:40:19.375 INFO STEP 82 (remove_files) COMPLETE
97682026-09-11T19:40:20.146Z[ recovery-image] Sep 11 19:40:19.375 INFO O| Sep 11 19:40:19.375 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692026-09-11T19:40:20.153Z[ recovery-image] Sep 11 19:40:19.387 INFO O| Sep 11 19:40:19.387 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
97702026-09-11T19:40:20.153Z[ recovery-image] Sep 11 19:40:19.387 INFO O| Sep 11 19:40:19.387 INFO STEP 83 (remove_files) COMPLETE
97712026-09-11T19:40:20.158Z[ recovery-image] Sep 11 19:40:19.387 INFO O| Sep 11 19:40:19.387 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722026-09-11T19:40:20.163Z[ recovery-image] Sep 11 19:40:19.396 INFO O| Sep 11 19:40:19.396 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
97732026-09-11T19:40:20.164Z[ recovery-image] Sep 11 19:40:19.396 INFO O| Sep 11 19:40:19.396 INFO STEP 84 (remove_files) COMPLETE
97742026-09-11T19:40:20.167Z[ recovery-image] Sep 11 19:40:19.396 INFO O| Sep 11 19:40:19.396 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752026-09-11T19:40:20.173Z[ recovery-image] Sep 11 19:40:19.406 INFO O| Sep 11 19:40:19.406 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97762026-09-11T19:40:20.179Z[ recovery-image] Sep 11 19:40:19.406 INFO O| Sep 11 19:40:19.406 INFO STEP 85 (remove_files) COMPLETE
97772026-09-11T19:40:20.179Z[ recovery-image] Sep 11 19:40:19.406 INFO O| Sep 11 19:40:19.406 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782026-09-11T19:40:20.185Z[ recovery-image] Sep 11 19:40:19.418 INFO O| Sep 11 19:40:19.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97792026-09-11T19:40:20.185Z[ recovery-image] Sep 11 19:40:19.418 INFO O| Sep 11 19:40:19.418 INFO STEP 86 (remove_files) COMPLETE
97802026-09-11T19:40:20.188Z[ recovery-image] Sep 11 19:40:19.418 INFO O| Sep 11 19:40:19.418 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812026-09-11T19:40:20.194Z[ recovery-image] Sep 11 19:40:19.427 INFO O| Sep 11 19:40:19.427 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97822026-09-11T19:40:20.197Z[ recovery-image] Sep 11 19:40:19.427 INFO O| Sep 11 19:40:19.427 INFO STEP 87 (remove_files) COMPLETE
97832026-09-11T19:40:20.197Z[ recovery-image] Sep 11 19:40:19.427 INFO O| Sep 11 19:40:19.427 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842026-09-11T19:40:20.204Z[ recovery-image] Sep 11 19:40:19.436 INFO O| Sep 11 19:40:19.436 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97852026-09-11T19:40:20.204Z[ recovery-image] Sep 11 19:40:19.436 INFO O| Sep 11 19:40:19.436 INFO STEP 88 (remove_files) COMPLETE
97862026-09-11T19:40:20.209Z[ recovery-image] Sep 11 19:40:19.436 INFO O| Sep 11 19:40:19.436 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872026-09-11T19:40:20.213Z[ recovery-image] Sep 11 19:40:19.446 INFO O| Sep 11 19:40:19.446 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97882026-09-11T19:40:20.217Z[ recovery-image] Sep 11 19:40:19.446 INFO O| Sep 11 19:40:19.446 INFO STEP 89 (remove_files) COMPLETE
97892026-09-11T19:40:20.217Z[ recovery-image] Sep 11 19:40:19.446 INFO O| Sep 11 19:40:19.446 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902026-09-11T19:40:20.223Z[ recovery-image] Sep 11 19:40:19.456 INFO O| Sep 11 19:40:19.456 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97912026-09-11T19:40:20.223Z[ recovery-image] Sep 11 19:40:19.456 INFO O| Sep 11 19:40:19.456 INFO STEP 90 (remove_files) COMPLETE
97922026-09-11T19:40:20.227Z[ recovery-image] Sep 11 19:40:19.456 INFO O| Sep 11 19:40:19.456 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932026-09-11T19:40:20.233Z[ recovery-image] Sep 11 19:40:19.466 INFO O| Sep 11 19:40:19.466 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97942026-09-11T19:40:20.233Z[ recovery-image] Sep 11 19:40:19.466 INFO O| Sep 11 19:40:19.466 INFO STEP 91 (remove_files) COMPLETE
97952026-09-11T19:40:20.241Z[ recovery-image] Sep 11 19:40:19.466 INFO O| Sep 11 19:40:19.466 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962026-09-11T19:40:20.246Z[ recovery-image] Sep 11 19:40:19.477 INFO O| Sep 11 19:40:19.477 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97972026-09-11T19:40:20.246Z[ recovery-image] Sep 11 19:40:19.477 INFO O| Sep 11 19:40:19.477 INFO STEP 92 (remove_files) COMPLETE
97982026-09-11T19:40:20.246Z[ recovery-image] Sep 11 19:40:19.477 INFO O| Sep 11 19:40:19.477 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992026-09-11T19:40:20.279Z[ recovery-image] Sep 11 19:40:19.495 INFO O| Sep 11 19:40:19.495 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98002026-09-11T19:40:20.280Z[ recovery-image] Sep 11 19:40:19.495 INFO O| Sep 11 19:40:19.495 INFO STEP 93 (remove_files) COMPLETE
98012026-09-11T19:40:20.280Z[ recovery-image] Sep 11 19:40:19.495 INFO O| Sep 11 19:40:19.495 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022026-09-11T19:40:20.286Z[ recovery-image] Sep 11 19:40:19.508 INFO O| Sep 11 19:40:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
98032026-09-11T19:40:20.286Z[ recovery-image] Sep 11 19:40:19.508 INFO O| Sep 11 19:40:19.508 INFO STEP 94 (remove_files) COMPLETE
98042026-09-11T19:40:20.286Z[ recovery-image] Sep 11 19:40:19.508 INFO O| Sep 11 19:40:19.508 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052026-09-11T19:40:20.286Z[ recovery-image] Sep 11 19:40:19.518 INFO O| Sep 11 19:40:19.517 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
98062026-09-11T19:40:20.286Z[ recovery-image] Sep 11 19:40:19.518 INFO O| Sep 11 19:40:19.518 INFO STEP 95 (remove_files) COMPLETE
98072026-09-11T19:40:20.286Z[ recovery-image] Sep 11 19:40:19.518 INFO O| Sep 11 19:40:19.518 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082026-09-11T19:40:20.296Z[ recovery-image] Sep 11 19:40:19.528 INFO O| Sep 11 19:40:19.527 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
98092026-09-11T19:40:20.297Z[ recovery-image] Sep 11 19:40:19.528 INFO O| Sep 11 19:40:19.528 INFO STEP 96 (remove_files) COMPLETE
98102026-09-11T19:40:20.297Z[ recovery-image] Sep 11 19:40:19.528 INFO O| Sep 11 19:40:19.528 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112026-09-11T19:40:20.305Z[ recovery-image] Sep 11 19:40:19.538 INFO O| Sep 11 19:40:19.538 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
98122026-09-11T19:40:20.305Z[ recovery-image] Sep 11 19:40:19.538 INFO O| Sep 11 19:40:19.538 INFO STEP 97 (remove_files) COMPLETE
98132026-09-11T19:40:20.305Z[ recovery-image] Sep 11 19:40:19.538 INFO O| Sep 11 19:40:19.538 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142026-09-11T19:40:20.315Z[ recovery-image] Sep 11 19:40:19.547 INFO O| Sep 11 19:40:19.547 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
98152026-09-11T19:40:20.315Z[ recovery-image] Sep 11 19:40:19.547 INFO O| Sep 11 19:40:19.547 INFO STEP 98 (remove_files) COMPLETE
98162026-09-11T19:40:20.315Z[ recovery-image] Sep 11 19:40:19.547 INFO O| Sep 11 19:40:19.547 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172026-09-11T19:40:20.324Z[ recovery-image] Sep 11 19:40:19.557 INFO O| Sep 11 19:40:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
98182026-09-11T19:40:20.324Z[ recovery-image] Sep 11 19:40:19.557 INFO O| Sep 11 19:40:19.557 INFO STEP 99 (remove_files) COMPLETE
98192026-09-11T19:40:20.324Z[ recovery-image] Sep 11 19:40:19.557 INFO O| Sep 11 19:40:19.557 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
98202026-09-11T19:40:20.338Z[ recovery-image] Sep 11 19:40:19.571 INFO O| Sep 11 19:40:19.570 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
98212026-09-11T19:40:20.338Z[ recovery-image] Sep 11 19:40:19.571 INFO O| Sep 11 19:40:19.571 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98222026-09-11T19:40:23.205Z[verify-libraries] Compiling polar-core v0.27.3
98232026-09-11T19:40:24.867Z[ recovery-image] Sep 11 19:40:24.100 INFO O| Sep 11 19:40:24.100 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
98242026-09-11T19:40:24.868Z[ recovery-image] Sep 11 19:40:24.100 INFO O| Sep 11 19:40:24.100 INFO E| svccfg: Loaded 69 smf(7) service descriptions
98252026-09-11T19:40:24.882Z[ recovery-image] Sep 11 19:40:24.114 INFO O| Sep 11 19:40:24.114 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
98262026-09-11T19:40:25.003Z[ recovery-image] Sep 11 19:40:24.235 INFO O| Sep 11 19:40:24.235 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
98272026-09-11T19:40:25.068Z[ recovery-image] Sep 11 19:40:24.296 INFO O| Sep 11 19:40:24.296 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
98282026-09-11T19:40:25.132Z[ recovery-image] Sep 11 19:40:24.365 INFO O| Sep 11 19:40:24.365 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
98292026-09-11T19:40:25.133Z[ recovery-image] Sep 11 19:40:24.365 INFO O| Sep 11 19:40:24.365 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 ...
98302026-09-11T19:40:25.141Z[ recovery-image] Sep 11 19:40:24.366 INFO O| Sep 11 19:40:24.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
98312026-09-11T19:40:25.141Z[ recovery-image] Sep 11 19:40:24.366 INFO O| Sep 11 19:40:24.366 INFO ok!
98322026-09-11T19:40:25.141Z[ recovery-image] Sep 11 19:40:24.366 INFO O| Sep 11 19:40:24.366 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
98332026-09-11T19:40:25.141Z[ recovery-image] Sep 11 19:40:24.366 INFO O| Sep 11 19:40:24.366 INFO STEP 100 (seed_smf) COMPLETE
98342026-09-11T19:40:25.141Z[ recovery-image] Sep 11 19:40:24.366 INFO O| Sep 11 19:40:24.366 INFO steps complete; finalising image!
98352026-09-11T19:40:25.141Z[ recovery-image] Sep 11 19:40:24.366 INFO O| Sep 11 19:40:24.366 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
98362026-09-11T19:40:25.205Z[ recovery-image] Sep 11 19:40:24.437 INFO O| Sep 11 19:40:24.437 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Sep 11 19:40:24 2026)
98372026-09-11T19:40:25.414Z[ recovery-image] Sep 11 19:40:24.647 INFO O| Sep 11 19:40:24.647 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Fri Sep 11 19:40:24 2026)
98382026-09-11T19:40:25.622Z[ recovery-image] Sep 11 19:40:24.854 INFO O| Sep 11 19:40:24.854 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98392026-09-11T19:40:25.831Z[ recovery-image] Sep 11 19:40:25.060 INFO O| Sep 11 19:40:25.060 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98402026-09-11T19:40:26.034Z[ recovery-image] Sep 11 19:40:25.266 INFO O| Sep 11 19:40:25.266 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98412026-09-11T19:40:26.071Z[ host-image] Sep 11 19:40:25.304 INFO O| seeding SMF database...
98422026-09-11T19:40:26.240Z[ recovery-image] Sep 11 19:40:25.473 INFO O| Sep 11 19:40:25.473 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98432026-09-11T19:40:26.447Z[ recovery-image] Sep 11 19:40:25.679 INFO O| Sep 11 19:40:25.679 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98442026-09-11T19:40:26.664Z[ recovery-image] Sep 11 19:40:25.885 INFO O| Sep 11 19:40:25.885 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98452026-09-11T19:40:26.859Z[ recovery-image] Sep 11 19:40:26.091 INFO O| Sep 11 19:40:26.091 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98462026-09-11T19:40:27.077Z[ recovery-image] Sep 11 19:40:26.296 INFO O| Sep 11 19:40:26.296 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 11 19:40:24 2026)
98472026-09-11T19:40:27.285Z[ recovery-image] Sep 11 19:40:26.518 INFO O| Sep 11 19:40:26.517 INFO temporary pool has 465M used, 1.30G avail, 1.00x compressratio
98482026-09-11T19:40:27.285Z[ recovery-image] Sep 11 19:40:26.518 INFO O| Sep 11 19:40:26.517 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98492026-09-11T19:40:28.208Z[ recovery-image] Sep 11 19:40:27.441 INFO O| Sep 11 19:40:27.441 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
98502026-09-11T19:40:28.209Z[ recovery-image] Sep 11 19:40:27.441 INFO O| Sep 11 19:40:27.441 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98512026-09-11T19:40:30.146Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
98522026-09-11T19:40:30.886Z[ recovery-image] Sep 11 19:40:30.119 INFO O| Sep 11 19:40:30.119 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98532026-09-11T19:40:30.886Z[ recovery-image] Sep 11 19:40:30.119 INFO O| Sep 11 19:40:30.119 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98542026-09-11T19:40:30.899Z[ recovery-image] Sep 11 19:40:30.119 INFO O| Sep 11 19:40:30.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98552026-09-11T19:40:30.899Z[ recovery-image] Sep 11 19:40:30.119 INFO O| Sep 11 19:40:30.119 INFO completed processing sled/zfs-recovery
98562026-09-11T19:40:30.899Z[ recovery-image] Sep 11 19:40:30.119 INFO O| Sep 11 19:40:30.119 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98572026-09-11T19:40:32.097Z[verify-libraries] Compiling oso v0.27.3
98582026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.573 INFO O| configuring SMF profile...
98592026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.573 INFO O| modifying shadow(5)...
98602026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.573 INFO O| loading user and group database...
98612026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.573 INFO O| loading facet selections...
98622026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.972 INFO O| devel -> true
98632026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.972 INFO O| doc.man -> true
98642026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.972 INFO O| version-lock.shell/ksh93 -> true
98652026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.972 INFO O| version-lock.system/data/hardware-registry -> true
98662026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.972 INFO O| version-lock.system/data/zoneinfo -> true
98672026-09-11T19:40:35.781Z[ host-image] Sep 11 19:40:31.972 INFO O| version-lock.system/microcode/amd -> true
98682026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:31.972 INFO O| version-lock.system/microcode/intel -> true
98692026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:31.972 INFO O| version-lock.system/microcode/oxide -> true
98702026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:31.972 INFO O| assessing packaged files...
98712026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.083 INFO O| creating archive...
98722026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.104 INFO O| missing from packaging:
98732026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.104 INFO O| "etc/.pwd.lock"
98742026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.104 INFO O| "etc/bash"
98752026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.108 INFO O| "etc/svc/profile/generic.xml"
98762026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.108 INFO O| "etc/svc/profile/inetd_services.xml"
98772026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.108 INFO O| "etc/svc/profile/name_service.xml"
98782026-09-11T19:40:35.782Z[ host-image] Sep 11 19:40:34.108 INFO O| "etc/svc/profile/platform.xml"
98792026-09-11T19:40:35.784Z[ host-image] Sep 11 19:40:34.108 INFO O| "etc/svc/profile/platform_omicron1.xml"
98802026-09-11T19:40:35.784Z[ host-image] Sep 11 19:40:34.108 INFO O| "etc/svc/repository.db"
98812026-09-11T19:40:35.784Z[ host-image] Sep 11 19:40:34.131 INFO O| "opt/ooce/share"
98822026-09-11T19:40:35.784Z[ host-image] Sep 11 19:40:34.131 INFO O| "opt/ooce/share/man"
98832026-09-11T19:40:35.784Z[ host-image] Sep 11 19:40:34.131 INFO O| "opt/ooce/share/man/man1"
98842026-09-11T19:40:35.784Z[ host-image] Sep 11 19:40:34.141 INFO O| finishing archive...
98852026-09-11T19:40:36.740Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
98862026-09-11T19:40:37.264Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
98872026-09-11T19:40:37.423Z[ host-image] Sep 11 19:40:36.651 INFO O| creating gzonly manifest...
98882026-09-11T19:40:37.429Z[ host-image] Sep 11 19:40:36.662 INFO O| ok
98892026-09-11T19:40:37.589Z[ host-image] Sep 11 19:40:36.821 INFO image builder template: ramdisk-02-trim...
98902026-09-11T19:40:37.589Z[ host-image] Sep 11 19:40:36.821 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpzsY8sR/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
98912026-09-11T19:40:37.612Z[ host-image] Sep 11 19:40:36.844 INFO O| Sep 11 19:40:36.844 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98922026-09-11T19:40:37.618Z[ host-image] Sep 11 19:40:36.851 INFO O| Sep 11 19:40:36.850 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98932026-09-11T19:40:38.810Z[ host-image] Sep 11 19:40:38.043 INFO O| Sep 11 19:40:38.043 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
98942026-09-11T19:40:39.569Z[ recovery-image] Sep 11 19:40:38.802 INFO O| Sep 11 19:40:38.802 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
98952026-09-11T19:40:40.382Z[ host-image] Sep 11 19:40:39.615 INFO O| Sep 11 19:40:39.615 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
98962026-09-11T19:40:40.382Z[ host-image] Sep 11 19:40:39.615 INFO O| Sep 11 19:40:39.615 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98972026-09-11T19:40:40.388Z[ host-image] Sep 11 19:40:39.621 INFO O| Sep 11 19:40:39.621 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98982026-09-11T19:40:40.399Z[ host-image] Sep 11 19:40:39.632 INFO O| Sep 11 19:40:39.625 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98992026-09-11T19:40:40.403Z[ host-image] Sep 11 19:40:39.636 INFO O| Sep 11 19:40:39.636 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
99002026-09-11T19:40:40.546Z[ recovery-image] Sep 11 19:40:39.779 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
99012026-09-11T19:40:40.547Z[ recovery-image] Sep 11 19:40:39.779 INFO expanded image name: "recovery 0ba788b/${os_short_commit} 2026-09-11 19:25" -> "recovery 0ba788b/0a8e320 2026-09-11 19:25"
99022026-09-11T19:40:40.550Z[ recovery-image] Sep 11 19:40:39.779 INFO output artefacts stored in: "/work/os-recovery"
99032026-09-11T19:40:40.550Z[ recovery-image] Sep 11 19:40:39.779 INFO collecting git info from project "amd-host-image-builder"...
99042026-09-11T19:40:40.592Z[ recovery-image] Sep 11 19:40:39.825 INFO collecting git info from project "amd-firmware"...
99052026-09-11T19:40:40.827Z[ recovery-image] Sep 11 19:40:40.060 INFO collecting git info from project "chelsio-t6-roms"...
99062026-09-11T19:40:40.846Z[ recovery-image] Sep 11 19:40:40.078 INFO collecting git info from project "dmar-report"...
99072026-09-11T19:40:40.854Z[ host-image] Sep 11 19:40:40.083 INFO O| Sep 11 19:40:40.083 INFO rolled back to input snapshot; work may begin
99082026-09-11T19:40:40.854Z[ host-image] Sep 11 19:40:40.083 INFO O| Sep 11 19:40:40.083 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
99092026-09-11T19:40:40.861Z[ host-image] Sep 11 19:40:40.089 INFO O| Sep 11 19:40:40.089 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-11T19:40:40.861Z[ recovery-image] Sep 11 19:40:40.089 INFO collecting git info from project "pilot"...
99112026-09-11T19:40:40.866Z[ host-image] Sep 11 19:40:40.099 INFO O| Sep 11 19:40:40.099 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
99122026-09-11T19:40:40.869Z[ recovery-image] Sep 11 19:40:40.099 INFO collecting git info from project "pinprick"...
99132026-09-11T19:40:40.873Z[ recovery-image] Sep 11 19:40:40.106 INFO collecting git info from project "bootserver"...
99142026-09-11T19:40:40.891Z[ recovery-image] Sep 11 19:40:40.123 INFO collecting git info from project "phbl"...
99152026-09-11T19:40:40.906Z[ recovery-image] Sep 11 19:40:40.139 INFO collecting git info from project "image-builder"...
99162026-09-11T19:40:40.911Z[ host-image] Sep 11 19:40:40.144 INFO O| Sep 11 19:40:40.144 INFO STEP 0 (remove_files) COMPLETE
99172026-09-11T19:40:40.911Z[ host-image] Sep 11 19:40:40.144 INFO O| Sep 11 19:40:40.144 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99182026-09-11T19:40:40.923Z[ host-image] Sep 11 19:40:40.155 INFO O| Sep 11 19:40:40.155 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
99192026-09-11T19:40:40.927Z[ recovery-image] Sep 11 19:40:40.156 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99202026-09-11T19:40:40.927Z[ host-image] Sep 11 19:40:40.157 INFO O| Sep 11 19:40:40.157 INFO STEP 1 (remove_files) COMPLETE
99212026-09-11T19:40:40.927Z[ host-image] Sep 11 19:40:40.157 INFO O| Sep 11 19:40:40.157 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-11T19:40:40.934Z[ host-image] Sep 11 19:40:40.167 INFO O| Sep 11 19:40:40.167 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
99232026-09-11T19:40:40.947Z[ host-image] Sep 11 19:40:40.180 INFO O| Sep 11 19:40:40.180 INFO STEP 2 (remove_files) COMPLETE
99242026-09-11T19:40:40.947Z[ host-image] Sep 11 19:40:40.180 INFO O| Sep 11 19:40:40.180 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99252026-09-11T19:40:40.957Z[ host-image] Sep 11 19:40:40.190 INFO O| Sep 11 19:40:40.190 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
99262026-09-11T19:40:40.961Z[ host-image] Sep 11 19:40:40.192 INFO O| Sep 11 19:40:40.192 INFO STEP 3 (remove_files) COMPLETE
99272026-09-11T19:40:40.961Z[ host-image] Sep 11 19:40:40.192 INFO O| Sep 11 19:40:40.192 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-11T19:40:40.968Z[ host-image] Sep 11 19:40:40.202 INFO O| Sep 11 19:40:40.201 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
99292026-09-11T19:40:40.972Z[ host-image] Sep 11 19:40:40.204 INFO O| Sep 11 19:40:40.204 INFO STEP 4 (remove_files) COMPLETE
99302026-09-11T19:40:40.972Z[ host-image] Sep 11 19:40:40.204 INFO O| Sep 11 19:40:40.204 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99312026-09-11T19:40:40.982Z[ host-image] Sep 11 19:40:40.214 INFO O| Sep 11 19:40:40.214 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
99322026-09-11T19:40:40.985Z[ host-image] Sep 11 19:40:40.216 INFO O| Sep 11 19:40:40.216 INFO STEP 5 (remove_files) COMPLETE
99332026-09-11T19:40:40.985Z[ host-image] Sep 11 19:40:40.216 INFO O| Sep 11 19:40:40.216 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99342026-09-11T19:40:40.993Z[ host-image] Sep 11 19:40:40.226 INFO O| Sep 11 19:40:40.226 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
99352026-09-11T19:40:41.004Z[ host-image] Sep 11 19:40:40.237 INFO O| Sep 11 19:40:40.237 INFO STEP 6 (remove_files) COMPLETE
99362026-09-11T19:40:41.004Z[ host-image] Sep 11 19:40:40.237 INFO O| Sep 11 19:40:40.237 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99372026-09-11T19:40:41.004Z[ host-image] Sep 11 19:40:40.237 INFO O| Sep 11 19:40:40.237 INFO skip step because feature "heliosv2" is not enabled
99382026-09-11T19:40:41.008Z[ host-image] Sep 11 19:40:40.237 INFO O| Sep 11 19:40:40.237 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99392026-09-11T19:40:41.015Z[ host-image] Sep 11 19:40:40.247 INFO O| Sep 11 19:40:40.247 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
99402026-09-11T19:40:41.026Z[ host-image] Sep 11 19:40:40.259 INFO O| Sep 11 19:40:40.259 INFO STEP 8 (remove_files) COMPLETE
99412026-09-11T19:40:41.028Z[ host-image] Sep 11 19:40:40.259 INFO O| Sep 11 19:40:40.259 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99422026-09-11T19:40:41.038Z[ host-image] Sep 11 19:40:40.271 INFO O| Sep 11 19:40:40.271 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
99432026-09-11T19:40:41.112Z[ host-image] Sep 11 19:40:40.344 INFO O| Sep 11 19:40:40.344 INFO STEP 9 (remove_files) COMPLETE
99442026-09-11T19:40:41.112Z[ host-image] Sep 11 19:40:40.344 INFO O| Sep 11 19:40:40.344 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99452026-09-11T19:40:41.122Z[ host-image] Sep 11 19:40:40.355 INFO O| Sep 11 19:40:40.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
99462026-09-11T19:40:41.196Z[ host-image] Sep 11 19:40:40.429 INFO O| Sep 11 19:40:40.429 INFO STEP 10 (remove_files) COMPLETE
99472026-09-11T19:40:41.196Z[ host-image] Sep 11 19:40:40.429 INFO O| Sep 11 19:40:40.429 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99482026-09-11T19:40:41.209Z[ host-image] Sep 11 19:40:40.442 INFO O| Sep 11 19:40:40.442 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
99492026-09-11T19:40:41.215Z[ host-image] Sep 11 19:40:40.445 INFO O| Sep 11 19:40:40.445 INFO STEP 11 (remove_files) COMPLETE
99502026-09-11T19:40:41.215Z[ host-image] Sep 11 19:40:40.445 INFO O| Sep 11 19:40:40.445 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99512026-09-11T19:40:41.234Z[ host-image] Sep 11 19:40:40.465 INFO O| Sep 11 19:40:40.465 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
99522026-09-11T19:40:41.238Z[ host-image] Sep 11 19:40:40.466 INFO O| Sep 11 19:40:40.466 INFO STEP 12 (remove_files) COMPLETE
99532026-09-11T19:40:41.238Z[ host-image] Sep 11 19:40:40.466 INFO O| Sep 11 19:40:40.466 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99542026-09-11T19:40:41.246Z[ host-image] Sep 11 19:40:40.479 INFO O| Sep 11 19:40:40.479 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
99552026-09-11T19:40:41.250Z[ host-image] Sep 11 19:40:40.480 INFO O| Sep 11 19:40:40.480 INFO STEP 13 (remove_files) COMPLETE
99562026-09-11T19:40:41.250Z[ host-image] Sep 11 19:40:40.480 INFO O| Sep 11 19:40:40.480 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99572026-09-11T19:40:41.342Z[ recovery-image] Sep 11 19:40:40.575 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99582026-09-11T19:40:41.435Z[ host-image] Sep 11 19:40:40.668 INFO O| Sep 11 19:40:40.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
99592026-09-11T19:40:41.439Z[ host-image] Sep 11 19:40:40.672 INFO O| Sep 11 19:40:40.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
99602026-09-11T19:40:41.508Z[ host-image] Sep 11 19:40:40.741 INFO O| Sep 11 19:40:40.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
99612026-09-11T19:40:41.509Z[ host-image] Sep 11 19:40:40.741 INFO O| Sep 11 19:40:40.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
99622026-09-11T19:40:41.517Z[ host-image] Sep 11 19:40:40.748 INFO O| Sep 11 19:40:40.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
99632026-09-11T19:40:41.517Z[ host-image] Sep 11 19:40:40.748 INFO O| Sep 11 19:40:40.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
99642026-09-11T19:40:41.517Z[ host-image] Sep 11 19:40:40.748 INFO O| Sep 11 19:40:40.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
99652026-09-11T19:40:41.517Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
99662026-09-11T19:40:41.517Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
99672026-09-11T19:40:41.518Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
99682026-09-11T19:40:41.518Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
99692026-09-11T19:40:41.518Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
99702026-09-11T19:40:41.518Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
99712026-09-11T19:40:41.523Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
99722026-09-11T19:40:41.523Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
99732026-09-11T19:40:41.523Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
99742026-09-11T19:40:41.523Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
99752026-09-11T19:40:41.523Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
99762026-09-11T19:40:41.524Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
99772026-09-11T19:40:41.524Z[ host-image] Sep 11 19:40:40.749 INFO O| Sep 11 19:40:40.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
99782026-09-11T19:40:41.524Z[ host-image] Sep 11 19:40:40.750 INFO O| Sep 11 19:40:40.750 INFO STEP 14 (remove_files) COMPLETE
99792026-09-11T19:40:41.524Z[ host-image] Sep 11 19:40:40.750 INFO O| Sep 11 19:40:40.750 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99802026-09-11T19:40:41.528Z[ host-image] Sep 11 19:40:40.761 INFO O| Sep 11 19:40:40.761 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
99812026-09-11T19:40:41.532Z[ host-image] Sep 11 19:40:40.762 INFO O| Sep 11 19:40:40.762 INFO STEP 15 (remove_files) COMPLETE
99822026-09-11T19:40:41.532Z[ host-image] Sep 11 19:40:40.762 INFO O| Sep 11 19:40:40.762 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99832026-09-11T19:40:41.538Z[ host-image] Sep 11 19:40:40.771 INFO O| Sep 11 19:40:40.771 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
99842026-09-11T19:40:41.544Z[ host-image] Sep 11 19:40:40.778 INFO O| Sep 11 19:40:40.777 INFO STEP 16 (remove_files) COMPLETE
99852026-09-11T19:40:41.544Z[ host-image] Sep 11 19:40:40.778 INFO O| Sep 11 19:40:40.777 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99862026-09-11T19:40:41.555Z[ host-image] Sep 11 19:40:40.787 INFO O| Sep 11 19:40:40.787 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
99872026-09-11T19:40:41.558Z[ host-image] Sep 11 19:40:40.789 INFO O| Sep 11 19:40:40.788 INFO STEP 17 (remove_files) COMPLETE
99882026-09-11T19:40:41.558Z[ host-image] Sep 11 19:40:40.789 INFO O| Sep 11 19:40:40.788 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99892026-09-11T19:40:41.564Z[ host-image] Sep 11 19:40:40.797 INFO O| Sep 11 19:40:40.797 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
99902026-09-11T19:40:41.568Z[ host-image] Sep 11 19:40:40.798 INFO O| Sep 11 19:40:40.798 INFO STEP 18 (remove_files) COMPLETE
99912026-09-11T19:40:41.568Z[ host-image] Sep 11 19:40:40.798 INFO O| Sep 11 19:40:40.798 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99922026-09-11T19:40:41.575Z[ host-image] Sep 11 19:40:40.808 INFO O| Sep 11 19:40:40.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
99932026-09-11T19:40:41.575Z[ host-image] Sep 11 19:40:40.808 INFO O| Sep 11 19:40:40.808 INFO STEP 19 (remove_files) COMPLETE
99942026-09-11T19:40:41.579Z[ host-image] Sep 11 19:40:40.808 INFO O| Sep 11 19:40:40.808 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99952026-09-11T19:40:41.595Z[ host-image] Sep 11 19:40:40.828 INFO O| Sep 11 19:40:40.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
99962026-09-11T19:40:41.595Z[ host-image] Sep 11 19:40:40.828 INFO O| Sep 11 19:40:40.828 INFO STEP 20 (remove_files) COMPLETE
99972026-09-11T19:40:41.595Z[ host-image] Sep 11 19:40:40.828 INFO O| Sep 11 19:40:40.828 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99982026-09-11T19:40:41.605Z[ host-image] Sep 11 19:40:40.837 INFO O| Sep 11 19:40:40.837 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99992026-09-11T19:40:41.605Z[ host-image] Sep 11 19:40:40.837 INFO O| Sep 11 19:40:40.837 INFO STEP 21 (remove_files) COMPLETE
100002026-09-11T19:40:41.612Z[ host-image] Sep 11 19:40:40.837 INFO O| Sep 11 19:40:40.837 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100012026-09-11T19:40:41.616Z[ host-image] Sep 11 19:40:40.848 INFO O| Sep 11 19:40:40.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
100022026-09-11T19:40:41.616Z[ host-image] Sep 11 19:40:40.848 INFO O| Sep 11 19:40:40.848 INFO STEP 22 (remove_files) COMPLETE
100032026-09-11T19:40:41.616Z[ host-image] Sep 11 19:40:40.848 INFO O| Sep 11 19:40:40.848 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100042026-09-11T19:40:41.623Z[ host-image] Sep 11 19:40:40.856 INFO O| Sep 11 19:40:40.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
100052026-09-11T19:40:41.623Z[ host-image] Sep 11 19:40:40.856 INFO O| Sep 11 19:40:40.856 INFO STEP 23 (remove_files) COMPLETE
100062026-09-11T19:40:41.626Z[ host-image] Sep 11 19:40:40.856 INFO O| Sep 11 19:40:40.856 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100072026-09-11T19:40:41.636Z[ host-image] Sep 11 19:40:40.865 INFO O| Sep 11 19:40:40.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
100082026-09-11T19:40:41.637Z[ host-image] Sep 11 19:40:40.865 INFO O| Sep 11 19:40:40.865 INFO STEP 24 (remove_files) COMPLETE
100092026-09-11T19:40:41.637Z[ host-image] Sep 11 19:40:40.865 INFO O| Sep 11 19:40:40.865 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100102026-09-11T19:40:41.640Z[ host-image] Sep 11 19:40:40.873 INFO O| Sep 11 19:40:40.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
100112026-09-11T19:40:41.640Z[ host-image] Sep 11 19:40:40.873 INFO O| Sep 11 19:40:40.873 INFO STEP 25 (remove_files) COMPLETE
100122026-09-11T19:40:41.640Z[ host-image] Sep 11 19:40:40.873 INFO O| Sep 11 19:40:40.873 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100132026-09-11T19:40:41.652Z[ host-image] Sep 11 19:40:40.884 INFO O| Sep 11 19:40:40.884 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
100142026-09-11T19:40:41.652Z[ host-image] Sep 11 19:40:40.884 INFO O| Sep 11 19:40:40.884 INFO STEP 26 (remove_files) COMPLETE
100152026-09-11T19:40:41.653Z[ host-image] Sep 11 19:40:40.884 INFO O| Sep 11 19:40:40.884 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100162026-09-11T19:40:41.662Z[ host-image] Sep 11 19:40:40.894 INFO O| Sep 11 19:40:40.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
100172026-09-11T19:40:41.662Z[ host-image] Sep 11 19:40:40.894 INFO O| Sep 11 19:40:40.894 INFO STEP 27 (remove_files) COMPLETE
100182026-09-11T19:40:41.662Z[ host-image] Sep 11 19:40:40.894 INFO O| Sep 11 19:40:40.894 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100192026-09-11T19:40:41.672Z[ host-image] Sep 11 19:40:40.903 INFO O| Sep 11 19:40:40.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
100202026-09-11T19:40:41.672Z[ host-image] Sep 11 19:40:40.903 INFO O| Sep 11 19:40:40.903 INFO STEP 28 (remove_files) COMPLETE
100212026-09-11T19:40:41.676Z[ host-image] Sep 11 19:40:40.904 INFO O| Sep 11 19:40:40.903 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100222026-09-11T19:40:41.684Z[ host-image] Sep 11 19:40:40.914 INFO O| Sep 11 19:40:40.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
100232026-09-11T19:40:41.684Z[ host-image] Sep 11 19:40:40.914 INFO O| Sep 11 19:40:40.914 INFO STEP 29 (remove_files) COMPLETE
100242026-09-11T19:40:41.684Z[ host-image] Sep 11 19:40:40.914 INFO O| Sep 11 19:40:40.914 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100252026-09-11T19:40:41.691Z[ host-image] Sep 11 19:40:40.924 INFO O| Sep 11 19:40:40.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
100262026-09-11T19:40:41.691Z[ host-image] Sep 11 19:40:40.924 INFO O| Sep 11 19:40:40.924 INFO STEP 30 (remove_files) COMPLETE
100272026-09-11T19:40:41.691Z[ host-image] Sep 11 19:40:40.924 INFO O| Sep 11 19:40:40.924 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100282026-09-11T19:40:41.745Z[ host-image] Sep 11 19:40:40.964 INFO O| Sep 11 19:40:40.964 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
100292026-09-11T19:40:41.745Z[ host-image] Sep 11 19:40:40.964 INFO O| Sep 11 19:40:40.964 INFO STEP 31 (remove_files) COMPLETE
100302026-09-11T19:40:41.745Z[ host-image] Sep 11 19:40:40.964 INFO O| Sep 11 19:40:40.964 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100312026-09-11T19:40:41.745Z[ host-image] Sep 11 19:40:40.976 INFO O| Sep 11 19:40:40.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
100322026-09-11T19:40:41.745Z[ host-image] Sep 11 19:40:40.976 INFO O| Sep 11 19:40:40.976 INFO STEP 32 (remove_files) COMPLETE
100332026-09-11T19:40:41.745Z[ host-image] Sep 11 19:40:40.976 INFO O| Sep 11 19:40:40.976 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100342026-09-11T19:40:41.749Z[ recovery-image] Sep 11 19:40:40.979 INFO creating Oxide boot image...
100352026-09-11T19:40:41.750Z[ recovery-image] Sep 11 19:40:40.979 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0ba788b/0a8e320 2026-09-11 19:25", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100362026-09-11T19:40:41.757Z[ host-image] Sep 11 19:40:40.991 INFO O| Sep 11 19:40:40.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
100372026-09-11T19:40:41.758Z[ host-image] Sep 11 19:40:40.991 INFO O| Sep 11 19:40:40.991 INFO STEP 33 (remove_files) COMPLETE
100382026-09-11T19:40:41.758Z[ host-image] Sep 11 19:40:40.991 INFO O| Sep 11 19:40:40.991 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100392026-09-11T19:40:41.768Z[ host-image] Sep 11 19:40:41.000 INFO O| Sep 11 19:40:41.000 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
100402026-09-11T19:40:41.768Z[ host-image] Sep 11 19:40:41.000 INFO O| Sep 11 19:40:41.000 INFO STEP 34 (remove_files) COMPLETE
100412026-09-11T19:40:41.772Z[ host-image] Sep 11 19:40:41.001 INFO O| Sep 11 19:40:41.000 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100422026-09-11T19:40:41.776Z[ host-image] Sep 11 19:40:41.009 INFO O| Sep 11 19:40:41.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
100432026-09-11T19:40:41.776Z[ host-image] Sep 11 19:40:41.009 INFO O| Sep 11 19:40:41.009 INFO STEP 35 (remove_files) COMPLETE
100442026-09-11T19:40:41.780Z[ host-image] Sep 11 19:40:41.009 INFO O| Sep 11 19:40:41.009 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100452026-09-11T19:40:41.793Z[ host-image] Sep 11 19:40:41.026 INFO O| Sep 11 19:40:41.026 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
100462026-09-11T19:40:41.793Z[ host-image] Sep 11 19:40:41.026 INFO O| Sep 11 19:40:41.026 INFO STEP 36 (remove_files) COMPLETE
100472026-09-11T19:40:41.797Z[ host-image] Sep 11 19:40:41.026 INFO O| Sep 11 19:40:41.026 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100482026-09-11T19:40:41.801Z[ host-image] Sep 11 19:40:41.034 INFO O| Sep 11 19:40:41.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
100492026-09-11T19:40:41.804Z[ host-image] Sep 11 19:40:41.034 INFO O| Sep 11 19:40:41.034 INFO STEP 37 (remove_files) COMPLETE
100502026-09-11T19:40:41.804Z[ host-image] Sep 11 19:40:41.034 INFO O| Sep 11 19:40:41.034 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100512026-09-11T19:40:41.812Z[ host-image] Sep 11 19:40:41.045 INFO O| Sep 11 19:40:41.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
100522026-09-11T19:40:41.812Z[ host-image] Sep 11 19:40:41.045 INFO O| Sep 11 19:40:41.045 INFO STEP 38 (remove_files) COMPLETE
100532026-09-11T19:40:41.817Z[ host-image] Sep 11 19:40:41.045 INFO O| Sep 11 19:40:41.045 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100542026-09-11T19:40:41.822Z[ host-image] Sep 11 19:40:41.055 INFO O| Sep 11 19:40:41.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
100552026-09-11T19:40:41.822Z[ host-image] Sep 11 19:40:41.055 INFO O| Sep 11 19:40:41.055 INFO STEP 39 (remove_files) COMPLETE
100562026-09-11T19:40:41.826Z[ host-image] Sep 11 19:40:41.055 INFO O| Sep 11 19:40:41.055 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100572026-09-11T19:40:41.833Z[ host-image] Sep 11 19:40:41.066 INFO O| Sep 11 19:40:41.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
100582026-09-11T19:40:41.837Z[ host-image] Sep 11 19:40:41.066 INFO O| Sep 11 19:40:41.066 INFO STEP 40 (remove_files) COMPLETE
100592026-09-11T19:40:41.840Z[ host-image] Sep 11 19:40:41.066 INFO O| Sep 11 19:40:41.066 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100602026-09-11T19:40:41.868Z[ host-image] Sep 11 19:40:41.101 INFO O| Sep 11 19:40:41.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
100612026-09-11T19:40:41.868Z[ host-image] Sep 11 19:40:41.101 INFO O| Sep 11 19:40:41.101 INFO STEP 41 (remove_files) COMPLETE
100622026-09-11T19:40:41.869Z[ host-image] Sep 11 19:40:41.101 INFO O| Sep 11 19:40:41.101 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100632026-09-11T19:40:41.892Z[ host-image] Sep 11 19:40:41.123 INFO O| Sep 11 19:40:41.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
100642026-09-11T19:40:41.892Z[ host-image] Sep 11 19:40:41.124 INFO O| Sep 11 19:40:41.123 INFO STEP 42 (remove_files) COMPLETE
100652026-09-11T19:40:41.896Z[ host-image] Sep 11 19:40:41.124 INFO O| Sep 11 19:40:41.124 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100662026-09-11T19:40:41.902Z[ host-image] Sep 11 19:40:41.135 INFO O| Sep 11 19:40:41.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
100672026-09-11T19:40:41.902Z[ host-image] Sep 11 19:40:41.135 INFO O| Sep 11 19:40:41.135 INFO STEP 43 (remove_files) COMPLETE
100682026-09-11T19:40:41.902Z[ host-image] Sep 11 19:40:41.135 INFO O| Sep 11 19:40:41.135 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100692026-09-11T19:40:41.915Z[ host-image] Sep 11 19:40:41.148 INFO O| Sep 11 19:40:41.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
100702026-09-11T19:40:41.915Z[ host-image] Sep 11 19:40:41.148 INFO O| Sep 11 19:40:41.148 INFO STEP 44 (remove_files) COMPLETE
100712026-09-11T19:40:41.919Z[ host-image] Sep 11 19:40:41.148 INFO O| Sep 11 19:40:41.148 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100722026-09-11T19:40:41.924Z[ host-image] Sep 11 19:40:41.157 INFO O| Sep 11 19:40:41.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
100732026-09-11T19:40:41.924Z[ host-image] Sep 11 19:40:41.157 INFO O| Sep 11 19:40:41.157 INFO STEP 45 (remove_files) COMPLETE
100742026-09-11T19:40:41.928Z[ host-image] Sep 11 19:40:41.157 INFO O| Sep 11 19:40:41.157 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100752026-09-11T19:40:41.934Z[ host-image] Sep 11 19:40:41.166 INFO O| Sep 11 19:40:41.166 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
100762026-09-11T19:40:41.934Z[ host-image] Sep 11 19:40:41.166 INFO O| Sep 11 19:40:41.166 INFO STEP 46 (remove_files) COMPLETE
100772026-09-11T19:40:41.934Z[ host-image] Sep 11 19:40:41.166 INFO O| Sep 11 19:40:41.166 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100782026-09-11T19:40:41.943Z[ host-image] Sep 11 19:40:41.176 INFO O| Sep 11 19:40:41.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
100792026-09-11T19:40:41.943Z[ host-image] Sep 11 19:40:41.176 INFO O| Sep 11 19:40:41.176 INFO STEP 47 (remove_files) COMPLETE
100802026-09-11T19:40:41.943Z[ host-image] Sep 11 19:40:41.176 INFO O| Sep 11 19:40:41.176 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100812026-09-11T19:40:41.953Z[ host-image] Sep 11 19:40:41.186 INFO O| Sep 11 19:40:41.186 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
100822026-09-11T19:40:41.953Z[ host-image] Sep 11 19:40:41.186 INFO O| Sep 11 19:40:41.186 INFO STEP 48 (remove_files) COMPLETE
100832026-09-11T19:40:41.957Z[ host-image] Sep 11 19:40:41.186 INFO O| Sep 11 19:40:41.186 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100842026-09-11T19:40:41.977Z[ host-image] Sep 11 19:40:41.196 INFO O| Sep 11 19:40:41.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
100852026-09-11T19:40:41.977Z[ host-image] Sep 11 19:40:41.196 INFO O| Sep 11 19:40:41.196 INFO STEP 49 (remove_files) COMPLETE
100862026-09-11T19:40:42.005Z[ host-image] Sep 11 19:40:41.196 INFO O| Sep 11 19:40:41.196 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100872026-09-11T19:40:42.005Z[ host-image] Sep 11 19:40:41.206 INFO O| Sep 11 19:40:41.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
100882026-09-11T19:40:42.005Z[ host-image] Sep 11 19:40:41.206 INFO O| Sep 11 19:40:41.206 INFO STEP 50 (remove_files) COMPLETE
100892026-09-11T19:40:42.009Z[ host-image] Sep 11 19:40:41.206 INFO O| Sep 11 19:40:41.206 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100902026-09-11T19:40:42.009Z[ host-image] Sep 11 19:40:41.215 INFO O| Sep 11 19:40:41.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
100912026-09-11T19:40:42.009Z[ host-image] Sep 11 19:40:41.215 INFO O| Sep 11 19:40:41.215 INFO STEP 51 (remove_files) COMPLETE
100922026-09-11T19:40:42.009Z[ host-image] Sep 11 19:40:41.215 INFO O| Sep 11 19:40:41.215 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100932026-09-11T19:40:42.017Z[ host-image] Sep 11 19:40:41.225 INFO O| Sep 11 19:40:41.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
100942026-09-11T19:40:42.017Z[ host-image] Sep 11 19:40:41.225 INFO O| Sep 11 19:40:41.225 INFO STEP 52 (remove_files) COMPLETE
100952026-09-11T19:40:42.017Z[ host-image] Sep 11 19:40:41.225 INFO O| Sep 11 19:40:41.225 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100962026-09-11T19:40:42.017Z[ host-image] Sep 11 19:40:41.235 INFO O| Sep 11 19:40:41.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
100972026-09-11T19:40:42.018Z[ host-image] Sep 11 19:40:41.235 INFO O| Sep 11 19:40:41.235 INFO STEP 53 (remove_files) COMPLETE
100982026-09-11T19:40:42.018Z[ host-image] Sep 11 19:40:41.235 INFO O| Sep 11 19:40:41.235 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100992026-09-11T19:40:42.018Z[ host-image] Sep 11 19:40:41.244 INFO O| Sep 11 19:40:41.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
101002026-09-11T19:40:42.018Z[ host-image] Sep 11 19:40:41.244 INFO O| Sep 11 19:40:41.244 INFO STEP 54 (remove_files) COMPLETE
101012026-09-11T19:40:42.018Z[ host-image] Sep 11 19:40:41.244 INFO O| Sep 11 19:40:41.244 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101022026-09-11T19:40:42.023Z[ host-image] Sep 11 19:40:41.255 INFO O| Sep 11 19:40:41.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
101032026-09-11T19:40:42.023Z[ host-image] Sep 11 19:40:41.255 INFO O| Sep 11 19:40:41.255 INFO STEP 55 (remove_files) COMPLETE
101042026-09-11T19:40:42.023Z[ host-image] Sep 11 19:40:41.255 INFO O| Sep 11 19:40:41.255 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101052026-09-11T19:40:42.032Z[ host-image] Sep 11 19:40:41.265 INFO O| Sep 11 19:40:41.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
101062026-09-11T19:40:42.032Z[ host-image] Sep 11 19:40:41.265 INFO O| Sep 11 19:40:41.265 INFO STEP 56 (remove_files) COMPLETE
101072026-09-11T19:40:42.036Z[ host-image] Sep 11 19:40:41.265 INFO O| Sep 11 19:40:41.265 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101082026-09-11T19:40:42.043Z[ host-image] Sep 11 19:40:41.276 INFO O| Sep 11 19:40:41.276 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
101092026-09-11T19:40:42.043Z[ host-image] Sep 11 19:40:41.276 INFO O| Sep 11 19:40:41.276 INFO STEP 57 (remove_files) COMPLETE
101102026-09-11T19:40:42.047Z[ host-image] Sep 11 19:40:41.276 INFO O| Sep 11 19:40:41.276 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101112026-09-11T19:40:42.052Z[ host-image] Sep 11 19:40:41.285 INFO O| Sep 11 19:40:41.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
101122026-09-11T19:40:42.052Z[ host-image] Sep 11 19:40:41.285 INFO O| Sep 11 19:40:41.285 INFO STEP 58 (remove_files) COMPLETE
101132026-09-11T19:40:42.052Z[ host-image] Sep 11 19:40:41.285 INFO O| Sep 11 19:40:41.285 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101142026-09-11T19:40:42.061Z[ host-image] Sep 11 19:40:41.294 INFO O| Sep 11 19:40:41.294 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
101152026-09-11T19:40:42.061Z[ host-image] Sep 11 19:40:41.294 INFO O| Sep 11 19:40:41.294 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
101162026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101172026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101182026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101192026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101202026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO ok!
101212026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO STEP 59 (ensure_file) COMPLETE
101222026-09-11T19:40:42.065Z[ host-image] Sep 11 19:40:41.295 INFO O| Sep 11 19:40:41.295 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101232026-09-11T19:40:42.071Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.304 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
101242026-09-11T19:40:42.072Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
101252026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101262026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101272026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101282026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101292026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO ok!
101302026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO STEP 60 (ensure_file) COMPLETE
101312026-09-11T19:40:42.076Z[ host-image] Sep 11 19:40:41.305 INFO O| Sep 11 19:40:41.305 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101322026-09-11T19:40:42.081Z[ host-image] Sep 11 19:40:41.314 INFO O| Sep 11 19:40:41.314 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
101332026-09-11T19:40:42.081Z[ host-image] Sep 11 19:40:41.314 INFO O| Sep 11 19:40:41.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
101342026-09-11T19:40:42.085Z[ host-image] Sep 11 19:40:41.314 INFO O| Sep 11 19:40:41.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
101352026-09-11T19:40:42.086Z[ host-image] Sep 11 19:40:41.314 INFO O| Sep 11 19:40:41.314 INFO ok!
101362026-09-11T19:40:42.086Z[ host-image] Sep 11 19:40:41.314 INFO O| Sep 11 19:40:41.314 INFO STEP 61 (ensure_file) COMPLETE
101372026-09-11T19:40:42.086Z[ host-image] Sep 11 19:40:41.314 INFO O| Sep 11 19:40:41.314 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101382026-09-11T19:40:42.092Z[ host-image] Sep 11 19:40:41.325 INFO O| Sep 11 19:40:41.325 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
101392026-09-11T19:40:42.092Z[ host-image] Sep 11 19:40:41.325 INFO O| Sep 11 19:40:41.325 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
101402026-09-11T19:40:42.092Z[ host-image] Sep 11 19:40:41.325 INFO O| Sep 11 19:40:41.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
101412026-09-11T19:40:42.096Z[ host-image] Sep 11 19:40:41.325 INFO O| Sep 11 19:40:41.325 INFO ok!
101422026-09-11T19:40:42.096Z[ host-image] Sep 11 19:40:41.325 INFO O| Sep 11 19:40:41.325 INFO STEP 62 (ensure_file) COMPLETE
101432026-09-11T19:40:42.096Z[ host-image] Sep 11 19:40:41.325 INFO O| Sep 11 19:40:41.325 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101442026-09-11T19:40:42.110Z[ host-image] Sep 11 19:40:41.342 INFO O| Sep 11 19:40:41.342 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
101452026-09-11T19:40:42.114Z[ host-image] Sep 11 19:40:41.343 INFO O| Sep 11 19:40:41.343 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
101462026-09-11T19:40:42.114Z[ host-image] Sep 11 19:40:41.343 INFO O| Sep 11 19:40:41.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101472026-09-11T19:40:42.114Z[ host-image] Sep 11 19:40:41.343 INFO O| Sep 11 19:40:41.343 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101482026-09-11T19:40:42.114Z[ host-image] Sep 11 19:40:41.343 INFO O| Sep 11 19:40:41.343 INFO ok!
101492026-09-11T19:40:42.114Z[ host-image] Sep 11 19:40:41.343 INFO O| Sep 11 19:40:41.343 INFO STEP 63 (ensure_file) COMPLETE
101502026-09-11T19:40:42.114Z[ host-image] Sep 11 19:40:41.343 INFO O| Sep 11 19:40:41.343 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101512026-09-11T19:40:42.120Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
101522026-09-11T19:40:42.121Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
101532026-09-11T19:40:42.125Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101542026-09-11T19:40:42.125Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101552026-09-11T19:40:42.125Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 INFO ok!
101562026-09-11T19:40:42.125Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 INFO STEP 64 (ensure_file) COMPLETE
101572026-09-11T19:40:42.125Z[ host-image] Sep 11 19:40:41.354 INFO O| Sep 11 19:40:41.354 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101582026-09-11T19:40:42.132Z[ host-image] Sep 11 19:40:41.364 INFO O| Sep 11 19:40:41.364 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
101592026-09-11T19:40:42.132Z[ host-image] Sep 11 19:40:41.365 INFO O| Sep 11 19:40:41.364 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
101602026-09-11T19:40:42.132Z[ host-image] Sep 11 19:40:41.365 INFO O| Sep 11 19:40:41.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101612026-09-11T19:40:42.136Z[ host-image] Sep 11 19:40:41.365 INFO O| Sep 11 19:40:41.365 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101622026-09-11T19:40:42.136Z[ host-image] Sep 11 19:40:41.365 INFO O| Sep 11 19:40:41.365 INFO ok!
101632026-09-11T19:40:42.137Z[ host-image] Sep 11 19:40:41.365 INFO O| Sep 11 19:40:41.365 INFO STEP 65 (ensure_file) COMPLETE
101642026-09-11T19:40:42.137Z[ host-image] Sep 11 19:40:41.365 INFO O| Sep 11 19:40:41.365 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101652026-09-11T19:40:42.143Z[ host-image] Sep 11 19:40:41.376 INFO O| Sep 11 19:40:41.376 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
101662026-09-11T19:40:42.143Z[ host-image] Sep 11 19:40:41.376 INFO O| Sep 11 19:40:41.376 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
101672026-09-11T19:40:42.146Z[ host-image] Sep 11 19:40:41.376 INFO O| Sep 11 19:40:41.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
101682026-09-11T19:40:42.146Z[ host-image] Sep 11 19:40:41.376 INFO O| Sep 11 19:40:41.376 INFO ok!
101692026-09-11T19:40:42.146Z[ host-image] Sep 11 19:40:41.376 INFO O| Sep 11 19:40:41.376 INFO STEP 66 (assemble_files) COMPLETE
101702026-09-11T19:40:42.146Z[ host-image] Sep 11 19:40:41.376 INFO O| Sep 11 19:40:41.376 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101712026-09-11T19:40:42.154Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
101722026-09-11T19:40:42.155Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
101732026-09-11T19:40:42.155Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101742026-09-11T19:40:42.160Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101752026-09-11T19:40:42.160Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO ok!
101762026-09-11T19:40:42.160Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO STEP 67 (ensure_file) COMPLETE
101772026-09-11T19:40:42.160Z[ host-image] Sep 11 19:40:41.387 INFO O| Sep 11 19:40:41.387 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101782026-09-11T19:40:42.166Z[ host-image] Sep 11 19:40:41.398 INFO O| Sep 11 19:40:41.398 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101792026-09-11T19:40:42.166Z[ host-image] Sep 11 19:40:41.399 INFO O| Sep 11 19:40:41.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101802026-09-11T19:40:42.167Z[ host-image] Sep 11 19:40:41.399 INFO O| Sep 11 19:40:41.399 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101812026-09-11T19:40:42.167Z[ host-image] Sep 11 19:40:41.399 INFO O| Sep 11 19:40:41.399 INFO STEP 68 (ensure_dir) COMPLETE
101822026-09-11T19:40:42.167Z[ host-image] Sep 11 19:40:41.399 INFO O| Sep 11 19:40:41.399 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101832026-09-11T19:40:42.175Z[ host-image] Sep 11 19:40:41.408 INFO O| Sep 11 19:40:41.408 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
101842026-09-11T19:40:42.175Z[ host-image] Sep 11 19:40:41.408 INFO O| Sep 11 19:40:41.408 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 ...
101852026-09-11T19:40:42.182Z[ host-image] Sep 11 19:40:41.414 INFO O| Sep 11 19:40:41.414 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
101862026-09-11T19:40:42.182Z[ host-image] Sep 11 19:40:41.414 INFO O| Sep 11 19:40:41.414 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
101872026-09-11T19:40:42.182Z[ host-image] Sep 11 19:40:41.414 INFO O| Sep 11 19:40:41.414 INFO ok!
101882026-09-11T19:40:42.182Z[ host-image] Sep 11 19:40:41.414 INFO O| Sep 11 19:40:41.414 INFO STEP 69 (ensure_file) COMPLETE
101892026-09-11T19:40:42.182Z[ host-image] Sep 11 19:40:41.414 INFO O| Sep 11 19:40:41.414 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101902026-09-11T19:40:42.193Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
101912026-09-11T19:40:42.193Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 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 ...
101922026-09-11T19:40:42.198Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 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
101932026-09-11T19:40:42.198Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
101942026-09-11T19:40:42.198Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 INFO ok!
101952026-09-11T19:40:42.198Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 INFO STEP 70 (ensure_file) COMPLETE
101962026-09-11T19:40:42.198Z[ host-image] Sep 11 19:40:41.426 INFO O| Sep 11 19:40:41.426 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101972026-09-11T19:40:42.211Z[ host-image] Sep 11 19:40:41.443 INFO O| Sep 11 19:40:41.443 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
101982026-09-11T19:40:42.211Z[ host-image] Sep 11 19:40:41.443 INFO O| Sep 11 19:40:41.443 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101992026-09-11T19:40:44.013Z[ host-image] Sep 11 19:40:43.245 INFO O| Sep 11 19:40:43.245 INFO STEP 71 (pack_tar) COMPLETE
102002026-09-11T19:40:44.013Z[ host-image] Sep 11 19:40:43.245 INFO O| Sep 11 19:40:43.245 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
102012026-09-11T19:40:44.013Z[ host-image] Sep 11 19:40:43.245 INFO O| Sep 11 19:40:43.245 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
102022026-09-11T19:40:44.558Z[ host-image] Sep 11 19:40:43.785 INFO O| Sep 11 19:40:43.784 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
102032026-09-11T19:40:44.945Z[ host-image] Sep 11 19:40:44.177 INFO O| Sep 11 19:40:44.177 INFO completed processing sled/ramdisk-02-trim
102042026-09-11T19:40:44.949Z[ host-image] Sep 11 19:40:44.180 INFO image builder template: zfs...
102052026-09-11T19:40:44.949Z[ host-image] Sep 11 19:40:44.180 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/.tmpzsY8sR/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
102062026-09-11T19:40:44.960Z[ host-image] Sep 11 19:40:44.193 INFO O| Sep 11 19:40:44.193 INFO skip include "stress" because feature "stress" is not enabled
102072026-09-11T19:40:44.960Z[ host-image] Sep 11 19:40:44.193 INFO O| Sep 11 19:40:44.193 INFO skip include "stress" because feature "compliance" is not enabled
102082026-09-11T19:40:44.990Z[ host-image] Sep 11 19:40:44.223 INFO O| Sep 11 19:40:44.223 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
102092026-09-11T19:40:44.994Z[ host-image] Sep 11 19:40:44.227 INFO O| Sep 11 19:40:44.227 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
102102026-09-11T19:40:45.194Z[ host-image] Sep 11 19:40:44.427 INFO O| Sep 11 19:40:44.427 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
102112026-09-11T19:40:45.287Z[ host-image] Sep 11 19:40:44.520 INFO O| Sep 11 19:40:44.520 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
102122026-09-11T19:40:45.287Z[ host-image] Sep 11 19:40:44.520 INFO O| Sep 11 19:40:44.520 INFO work dataset: rpool/images/build/host/work/sled/zfs
102132026-09-11T19:40:45.292Z[ host-image] Sep 11 19:40:44.524 INFO O| Sep 11 19:40:44.524 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
102142026-09-11T19:40:45.473Z[ host-image] Sep 11 19:40:44.706 INFO O| Sep 11 19:40:44.702 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
102152026-09-11T19:40:45.548Z[ host-image] Sep 11 19:40:44.780 INFO O| Sep 11 19:40:44.780 INFO DESTROY POOL: TEMPORARY-sled-zfs
102162026-09-11T19:40:45.558Z[ host-image] Sep 11 19:40:44.791 INFO O| Sep 11 19:40:44.791 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
102172026-09-11T19:40:45.564Z[ host-image] Sep 11 19:40:44.797 INFO O| Sep 11 19:40:44.797 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
102182026-09-11T19:40:45.564Z[ host-image] Sep 11 19:40:44.797 INFO O| Sep 11 19:40:44.797 INFO no lofi found
102192026-09-11T19:40:45.568Z[ host-image] Sep 11 19:40:44.798 INFO O| Sep 11 19:40:44.798 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
102202026-09-11T19:40:45.569Z[ host-image] Sep 11 19:40:44.798 INFO O| Sep 11 19:40:44.798 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
102212026-09-11T19:40:47.773Z[ host-image] Sep 11 19:40:47.004 INFO O| Sep 11 19:40:47.004 INFO lofi device = /dev/dsk/c2t1d0p0
102222026-09-11T19:40:47.774Z[ host-image] Sep 11 19:40:47.004 INFO O| Sep 11 19:40:47.004 INFO pool device = /dev/dsk/c2t1d0p0
102232026-09-11T19:40:47.778Z[ host-image] Sep 11 19:40:47.004 INFO O| Sep 11 19:40:47.004 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"]
102242026-09-11T19:40:47.917Z[ host-image] Sep 11 19:40:47.150 INFO O| Sep 11 19:40:47.149 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102252026-09-11T19:40:47.917Z[ host-image] Sep 11 19:40:47.150 INFO O| Sep 11 19:40:47.150 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
102262026-09-11T19:40:47.936Z[ host-image] Sep 11 19:40:47.169 INFO O| Sep 11 19:40:47.169 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
102272026-09-11T19:40:48.003Z[ host-image] Sep 11 19:40:47.236 INFO O| Sep 11 19:40:47.235 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
102282026-09-11T19:40:48.047Z[ host-image] Sep 11 19:40:47.280 INFO O| Sep 11 19:40:47.278 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
102292026-09-11T19:40:48.063Z[ host-image] Sep 11 19:40:47.297 INFO O| Sep 11 19:40:47.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
102302026-09-11T19:40:48.078Z[ host-image] Sep 11 19:40:47.311 INFO O| Sep 11 19:40:47.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
102312026-09-11T19:40:48.121Z[ host-image] Sep 11 19:40:47.354 INFO O| Sep 11 19:40:47.354 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
102322026-09-11T19:40:48.121Z[ host-image] Sep 11 19:40:47.354 INFO O| Sep 11 19:40:47.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
102332026-09-11T19:40:48.121Z[ host-image] Sep 11 19:40:47.354 INFO O| Sep 11 19:40:47.354 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
102342026-09-11T19:40:48.160Z[ host-image] Sep 11 19:40:47.389 INFO O| Sep 11 19:40:47.389 INFO boot environment UUID: 492c937e-eda3-42ca-9203-46987b755fe7
102352026-09-11T19:40:48.160Z[ host-image] Sep 11 19:40:47.389 INFO O| Sep 11 19:40:47.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 492c937e-eda3-42ca-9203-46987b755fe7
102362026-09-11T19:40:48.172Z[ host-image] Sep 11 19:40:47.405 INFO O| Sep 11 19:40:47.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
102372026-09-11T19:40:48.191Z[ host-image] Sep 11 19:40:47.424 INFO O| Sep 11 19:40:47.424 INFO STEP 0 (create_be) COMPLETE
102382026-09-11T19:40:48.191Z[ host-image] Sep 11 19:40:47.424 INFO O| Sep 11 19:40:47.424 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102392026-09-11T19:40:48.208Z[ host-image] Sep 11 19:40:47.441 INFO O| Sep 11 19:40:47.441 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
102402026-09-11T19:40:50.651Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
102412026-09-11T19:40:51.747Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
102422026-09-11T19:40:52.415Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
102432026-09-11T19:40:57.618Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102442026-09-11T19:40:59.198Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
102452026-09-11T19:40:59.219Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
102462026-09-11T19:40:59.643Z[ host-image] Sep 11 19:40:58.876 INFO O| Sep 11 19:40:58.876 INFO STEP 1 (unpack_tar) COMPLETE
102472026-09-11T19:40:59.643Z[ host-image] Sep 11 19:40:58.876 INFO O| Sep 11 19:40:58.876 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102482026-09-11T19:40:59.656Z[ host-image] Sep 11 19:40:58.889 INFO O| Sep 11 19:40:58.889 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
102492026-09-11T19:41:00.002Z[ host-image] Sep 11 19:40:59.235 INFO O| Sep 11 19:40:59.235 INFO STEP 2 (devfsadm) COMPLETE
102502026-09-11T19:41:00.002Z[ host-image] Sep 11 19:40:59.235 INFO O| Sep 11 19:40:59.235 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102512026-09-11T19:41:00.014Z[ host-image] Sep 11 19:40:59.247 INFO O| Sep 11 19:40:59.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102522026-09-11T19:41:00.014Z[ host-image] Sep 11 19:40:59.247 INFO O| Sep 11 19:40:59.247 INFO STEP 3 (ensure_dir) COMPLETE
102532026-09-11T19:41:00.014Z[ host-image] Sep 11 19:40:59.247 INFO O| Sep 11 19:40:59.247 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102542026-09-11T19:41:00.029Z[ host-image] Sep 11 19:40:59.262 INFO O| Sep 11 19:40:59.262 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102552026-09-11T19:41:00.029Z[ host-image] Sep 11 19:40:59.262 INFO O| Sep 11 19:40:59.262 INFO STEP 4 (ensure_dir) COMPLETE
102562026-09-11T19:41:00.033Z[ host-image] Sep 11 19:40:59.262 INFO O| Sep 11 19:40:59.262 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102572026-09-11T19:41:00.039Z[ host-image] Sep 11 19:40:59.272 INFO O| Sep 11 19:40:59.272 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102582026-09-11T19:41:00.039Z[ host-image] Sep 11 19:40:59.272 INFO O| Sep 11 19:40:59.272 INFO STEP 5 (ensure_dir) COMPLETE
102592026-09-11T19:41:00.039Z[ host-image] Sep 11 19:40:59.272 INFO O| Sep 11 19:40:59.272 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102602026-09-11T19:41:00.049Z[ host-image] Sep 11 19:40:59.282 INFO O| Sep 11 19:40:59.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102612026-09-11T19:41:00.049Z[ host-image] Sep 11 19:40:59.282 INFO O| Sep 11 19:40:59.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102622026-09-11T19:41:00.050Z[ host-image] Sep 11 19:40:59.282 INFO O| Sep 11 19:40:59.282 INFO STEP 6 (ensure_dir) COMPLETE
102632026-09-11T19:41:00.054Z[ host-image] Sep 11 19:40:59.282 INFO O| Sep 11 19:40:59.282 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102642026-09-11T19:41:00.059Z[ host-image] Sep 11 19:40:59.292 INFO O| Sep 11 19:40:59.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102652026-09-11T19:41:00.059Z[ host-image] Sep 11 19:40:59.292 INFO O| Sep 11 19:40:59.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102662026-09-11T19:41:00.059Z[ host-image] Sep 11 19:40:59.292 INFO O| Sep 11 19:40:59.292 INFO STEP 7 (ensure_dir) COMPLETE
102672026-09-11T19:41:00.059Z[ host-image] Sep 11 19:40:59.292 INFO O| Sep 11 19:40:59.292 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102682026-09-11T19:41:00.068Z[ host-image] Sep 11 19:40:59.301 INFO O| Sep 11 19:40:59.301 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
102692026-09-11T19:41:00.071Z[ host-image] Sep 11 19:40:59.302 INFO O| Sep 11 19:40:59.302 INFO STEP 8 (remove_files) COMPLETE
102702026-09-11T19:41:00.071Z[ host-image] Sep 11 19:40:59.302 INFO O| Sep 11 19:40:59.302 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102712026-09-11T19:41:00.078Z[ host-image] Sep 11 19:40:59.311 INFO O| Sep 11 19:40:59.311 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
102722026-09-11T19:41:00.081Z[ host-image] Sep 11 19:40:59.312 INFO O| Sep 11 19:40:59.312 INFO STEP 9 (remove_files) COMPLETE
102732026-09-11T19:41:00.081Z[ host-image] Sep 11 19:40:59.312 INFO O| Sep 11 19:40:59.312 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102742026-09-11T19:41:00.087Z[ host-image] Sep 11 19:40:59.320 INFO O| Sep 11 19:40:59.320 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
102752026-09-11T19:41:00.090Z[ host-image] Sep 11 19:40:59.321 INFO O| Sep 11 19:40:59.321 INFO STEP 10 (remove_files) COMPLETE
102762026-09-11T19:41:00.090Z[ host-image] Sep 11 19:40:59.321 INFO O| Sep 11 19:40:59.321 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102772026-09-11T19:41:00.097Z[ host-image] Sep 11 19:40:59.330 INFO O| Sep 11 19:40:59.330 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
102782026-09-11T19:41:00.097Z[ host-image] Sep 11 19:40:59.330 INFO O| Sep 11 19:40:59.330 INFO STEP 11 (remove_files) COMPLETE
102792026-09-11T19:41:00.097Z[ host-image] Sep 11 19:40:59.330 INFO O| Sep 11 19:40:59.330 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102802026-09-11T19:41:00.105Z[ host-image] Sep 11 19:40:59.339 INFO O| Sep 11 19:40:59.339 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
102812026-09-11T19:41:00.106Z[ host-image] Sep 11 19:40:59.339 INFO O| Sep 11 19:40:59.339 INFO STEP 12 (remove_files) COMPLETE
102822026-09-11T19:41:00.109Z[ host-image] Sep 11 19:40:59.339 INFO O| Sep 11 19:40:59.339 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102832026-09-11T19:41:00.114Z[ host-image] Sep 11 19:40:59.348 INFO O| Sep 11 19:40:59.348 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102842026-09-11T19:41:00.114Z[ host-image] Sep 11 19:40:59.348 INFO O| Sep 11 19:40:59.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102852026-09-11T19:41:00.117Z[ host-image] Sep 11 19:40:59.348 INFO O| Sep 11 19:40:59.348 INFO STEP 13 (ensure_dir) COMPLETE
102862026-09-11T19:41:00.117Z[ host-image] Sep 11 19:40:59.348 INFO O| Sep 11 19:40:59.348 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102872026-09-11T19:41:00.124Z[ host-image] Sep 11 19:40:59.357 INFO O| Sep 11 19:40:59.357 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102882026-09-11T19:41:00.124Z[ host-image] Sep 11 19:40:59.357 INFO O| Sep 11 19:40:59.357 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102892026-09-11T19:41:00.124Z[ host-image] Sep 11 19:40:59.357 INFO O| Sep 11 19:40:59.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102902026-09-11T19:41:00.127Z[ host-image] Sep 11 19:40:59.357 INFO O| Sep 11 19:40:59.357 INFO STEP 14 (ensure_dir) COMPLETE
102912026-09-11T19:41:00.127Z[ host-image] Sep 11 19:40:59.357 INFO O| Sep 11 19:40:59.357 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102922026-09-11T19:41:00.133Z[ host-image] Sep 11 19:40:59.366 INFO O| Sep 11 19:40:59.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102932026-09-11T19:41:00.133Z[ host-image] Sep 11 19:40:59.366 INFO O| Sep 11 19:40:59.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102942026-09-11T19:41:00.133Z[ host-image] Sep 11 19:40:59.366 INFO O| Sep 11 19:40:59.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102952026-09-11T19:41:00.133Z[ host-image] Sep 11 19:40:59.366 INFO O| Sep 11 19:40:59.366 INFO STEP 15 (ensure_dir) COMPLETE
102962026-09-11T19:41:00.136Z[ host-image] Sep 11 19:40:59.366 INFO O| Sep 11 19:40:59.366 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102972026-09-11T19:41:00.142Z[ host-image] Sep 11 19:40:59.375 INFO O| Sep 11 19:40:59.375 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102982026-09-11T19:41:00.142Z[ host-image] Sep 11 19:40:59.375 INFO O| Sep 11 19:40:59.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102992026-09-11T19:41:00.142Z[ host-image] Sep 11 19:40:59.375 INFO O| Sep 11 19:40:59.375 INFO STEP 16 (ensure_dir) COMPLETE
103002026-09-11T19:41:00.145Z[ host-image] Sep 11 19:40:59.375 INFO O| Sep 11 19:40:59.375 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103012026-09-11T19:41:00.151Z[ host-image] Sep 11 19:40:59.385 INFO O| Sep 11 19:40:59.385 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
103022026-09-11T19:41:00.151Z[ host-image] Sep 11 19:40:59.385 INFO O| Sep 11 19:40:59.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
103032026-09-11T19:41:00.155Z[ host-image] Sep 11 19:40:59.385 INFO O| Sep 11 19:40:59.385 INFO STEP 17 (ensure_dir) COMPLETE
103042026-09-11T19:41:00.155Z[ host-image] Sep 11 19:40:59.385 INFO O| Sep 11 19:40:59.385 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103052026-09-11T19:41:00.161Z[ host-image] Sep 11 19:40:59.394 INFO O| Sep 11 19:40:59.394 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
103062026-09-11T19:41:00.161Z[ host-image] Sep 11 19:40:59.394 INFO O| Sep 11 19:40:59.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
103072026-09-11T19:41:00.161Z[ host-image] Sep 11 19:40:59.394 INFO O| Sep 11 19:40:59.394 INFO ok!
103082026-09-11T19:41:00.164Z[ host-image] Sep 11 19:40:59.394 INFO O| Sep 11 19:40:59.394 INFO STEP 18 (ensure_symlink) COMPLETE
103092026-09-11T19:41:00.164Z[ host-image] Sep 11 19:40:59.394 INFO O| Sep 11 19:40:59.394 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103102026-09-11T19:41:00.172Z[ host-image] Sep 11 19:40:59.405 INFO O| Sep 11 19:40:59.405 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
103112026-09-11T19:41:00.172Z[ host-image] Sep 11 19:40:59.405 INFO O| Sep 11 19:40:59.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
103122026-09-11T19:41:00.175Z[ host-image] Sep 11 19:40:59.405 INFO O| Sep 11 19:40:59.405 INFO ok!
103132026-09-11T19:41:00.175Z[ host-image] Sep 11 19:40:59.405 INFO O| Sep 11 19:40:59.405 INFO STEP 19 (ensure_file) COMPLETE
103142026-09-11T19:41:00.175Z[ host-image] Sep 11 19:40:59.405 INFO O| Sep 11 19:40:59.405 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103152026-09-11T19:41:00.181Z[ host-image] Sep 11 19:40:59.414 INFO O| Sep 11 19:40:59.414 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
103162026-09-11T19:41:00.181Z[ host-image] Sep 11 19:40:59.415 INFO O| Sep 11 19:40:59.414 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
103172026-09-11T19:41:00.181Z[ host-image] Sep 11 19:40:59.415 INFO O| Sep 11 19:40:59.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
103182026-09-11T19:41:00.181Z[ host-image] Sep 11 19:40:59.415 INFO O| Sep 11 19:40:59.415 INFO ok!
103192026-09-11T19:41:00.184Z[ host-image] Sep 11 19:40:59.415 INFO O| Sep 11 19:40:59.415 INFO STEP 20 (ensure_symlink) COMPLETE
103202026-09-11T19:41:00.184Z[ host-image] Sep 11 19:40:59.415 INFO O| Sep 11 19:40:59.415 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103212026-09-11T19:41:00.199Z[ host-image] Sep 11 19:40:59.432 INFO O| Sep 11 19:40:59.432 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
103222026-09-11T19:41:00.199Z[ host-image] Sep 11 19:40:59.432 INFO O| Sep 11 19:40:59.432 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
103232026-09-11T19:41:00.199Z[ host-image] Sep 11 19:40:59.432 INFO O| Sep 11 19:40:59.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
103242026-09-11T19:41:00.202Z[ host-image] Sep 11 19:40:59.432 INFO O| Sep 11 19:40:59.432 INFO ok!
103252026-09-11T19:41:00.202Z[ host-image] Sep 11 19:40:59.432 INFO O| Sep 11 19:40:59.432 INFO STEP 21 (ensure_symlink) COMPLETE
103262026-09-11T19:41:00.202Z[ host-image] Sep 11 19:40:59.432 INFO O| Sep 11 19:40:59.432 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103272026-09-11T19:41:00.209Z[ host-image] Sep 11 19:40:59.442 INFO O| Sep 11 19:40:59.442 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
103282026-09-11T19:41:00.209Z[ host-image] Sep 11 19:40:59.442 INFO O| Sep 11 19:40:59.442 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
103292026-09-11T19:41:00.212Z[ host-image] Sep 11 19:40:59.442 INFO O| Sep 11 19:40:59.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
103302026-09-11T19:41:00.212Z[ host-image] Sep 11 19:40:59.442 INFO O| Sep 11 19:40:59.442 INFO ok!
103312026-09-11T19:41:00.212Z[ host-image] Sep 11 19:40:59.442 INFO O| Sep 11 19:40:59.442 INFO STEP 22 (ensure_symlink) COMPLETE
103322026-09-11T19:41:00.212Z[ host-image] Sep 11 19:40:59.442 INFO O| Sep 11 19:40:59.442 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103332026-09-11T19:41:00.221Z[ host-image] Sep 11 19:40:59.455 INFO O| Sep 11 19:40:59.455 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
103342026-09-11T19:41:00.222Z[ host-image] Sep 11 19:40:59.455 INFO O| Sep 11 19:40:59.455 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
103352026-09-11T19:41:00.225Z[ host-image] Sep 11 19:40:59.455 INFO O| Sep 11 19:40:59.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
103362026-09-11T19:41:00.225Z[ host-image] Sep 11 19:40:59.455 INFO O| Sep 11 19:40:59.455 INFO ok!
103372026-09-11T19:41:00.225Z[ host-image] Sep 11 19:40:59.455 INFO O| Sep 11 19:40:59.455 INFO STEP 23 (ensure_symlink) COMPLETE
103382026-09-11T19:41:00.225Z[ host-image] Sep 11 19:40:59.455 INFO O| Sep 11 19:40:59.455 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103392026-09-11T19:41:00.233Z[ host-image] Sep 11 19:40:59.466 INFO O| Sep 11 19:40:59.466 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
103402026-09-11T19:41:00.233Z[ host-image] Sep 11 19:40:59.466 INFO O| Sep 11 19:40:59.466 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
103412026-09-11T19:41:00.236Z[ host-image] Sep 11 19:40:59.466 INFO O| Sep 11 19:40:59.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
103422026-09-11T19:41:00.236Z[ host-image] Sep 11 19:40:59.466 INFO O| Sep 11 19:40:59.466 INFO ok!
103432026-09-11T19:41:00.236Z[ host-image] Sep 11 19:40:59.466 INFO O| Sep 11 19:40:59.466 INFO STEP 24 (ensure_file) COMPLETE
103442026-09-11T19:41:00.236Z[ host-image] Sep 11 19:40:59.466 INFO O| Sep 11 19:40:59.466 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
103452026-09-11T19:41:00.243Z[ host-image] Sep 11 19:40:59.476 INFO O| Sep 11 19:40:59.476 INFO updating shadow file
103462026-09-11T19:41:00.243Z[ host-image] Sep 11 19:40:59.476 INFO O| Sep 11 19:40:59.476 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103472026-09-11T19:41:00.243Z[ host-image] Sep 11 19:40:59.476 INFO O| Sep 11 19:40:59.476 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103482026-09-11T19:41:00.243Z[ host-image] Sep 11 19:40:59.476 INFO O| Sep 11 19:40:59.476 INFO STEP 25 (shadow) COMPLETE
103492026-09-11T19:41:00.243Z[ host-image] Sep 11 19:40:59.476 INFO O| Sep 11 19:40:59.476 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103502026-09-11T19:41:00.255Z[ host-image] Sep 11 19:40:59.488 INFO O| Sep 11 19:40:59.488 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
103512026-09-11T19:41:00.258Z[ host-image] Sep 11 19:40:59.488 INFO O| Sep 11 19:40:59.488 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
103522026-09-11T19:41:00.258Z[ host-image] Sep 11 19:40:59.488 INFO O| Sep 11 19:40:59.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
103532026-09-11T19:41:00.258Z[ host-image] Sep 11 19:40:59.488 INFO O| Sep 11 19:40:59.488 INFO ok!
103542026-09-11T19:41:00.258Z[ host-image] Sep 11 19:40:59.488 INFO O| Sep 11 19:40:59.488 INFO STEP 26 (ensure_file) COMPLETE
103552026-09-11T19:41:00.258Z[ host-image] Sep 11 19:40:59.488 INFO O| Sep 11 19:40:59.488 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103562026-09-11T19:41:00.265Z[ host-image] Sep 11 19:40:59.498 INFO O| Sep 11 19:40:59.498 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
103572026-09-11T19:41:00.265Z[ host-image] Sep 11 19:40:59.498 INFO O| Sep 11 19:40:59.498 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
103582026-09-11T19:41:00.268Z[ host-image] Sep 11 19:40:59.498 INFO O| Sep 11 19:40:59.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
103592026-09-11T19:41:00.268Z[ host-image] Sep 11 19:40:59.498 INFO O| Sep 11 19:40:59.498 INFO ok!
103602026-09-11T19:41:00.268Z[ host-image] Sep 11 19:40:59.498 INFO O| Sep 11 19:40:59.498 INFO STEP 27 (ensure_file) COMPLETE
103612026-09-11T19:41:00.268Z[ host-image] Sep 11 19:40:59.498 INFO O| Sep 11 19:40:59.498 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103622026-09-11T19:41:00.274Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
103632026-09-11T19:41:00.274Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
103642026-09-11T19:41:00.277Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103652026-09-11T19:41:00.277Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103662026-09-11T19:41:00.278Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 INFO ok!
103672026-09-11T19:41:00.278Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 INFO STEP 28 (ensure_file) COMPLETE
103682026-09-11T19:41:00.278Z[ host-image] Sep 11 19:40:59.508 INFO O| Sep 11 19:40:59.508 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103692026-09-11T19:41:00.283Z[ host-image] Sep 11 19:40:59.516 INFO O| Sep 11 19:40:59.516 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
103702026-09-11T19:41:00.283Z[ host-image] Sep 11 19:40:59.516 INFO O| Sep 11 19:40:59.516 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
103712026-09-11T19:41:00.287Z[ host-image] Sep 11 19:40:59.516 INFO O| Sep 11 19:40:59.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
103722026-09-11T19:41:00.292Z[ host-image] Sep 11 19:40:59.516 INFO O| Sep 11 19:40:59.516 INFO ok!
103732026-09-11T19:41:00.292Z[ host-image] Sep 11 19:40:59.516 INFO O| Sep 11 19:40:59.516 INFO STEP 29 (ensure_file) COMPLETE
103742026-09-11T19:41:00.292Z[ host-image] Sep 11 19:40:59.516 INFO O| Sep 11 19:40:59.516 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103752026-09-11T19:41:00.295Z[ host-image] Sep 11 19:40:59.528 INFO O| Sep 11 19:40:59.528 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103762026-09-11T19:41:00.295Z[ host-image] Sep 11 19:40:59.528 INFO O| Sep 11 19:40:59.528 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103772026-09-11T19:41:00.295Z[ host-image] Sep 11 19:40:59.528 INFO O| Sep 11 19:40:59.528 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103782026-09-11T19:41:00.295Z[ host-image] Sep 11 19:40:59.528 INFO O| Sep 11 19:40:59.528 INFO STEP 30 (ensure_dir) COMPLETE
103792026-09-11T19:41:00.295Z[ host-image] Sep 11 19:40:59.528 INFO O| Sep 11 19:40:59.528 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103802026-09-11T19:41:00.305Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
103812026-09-11T19:41:00.305Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103822026-09-11T19:41:00.305Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103832026-09-11T19:41:00.309Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103842026-09-11T19:41:00.309Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO ok!
103852026-09-11T19:41:00.309Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO STEP 31 (ensure_file) COMPLETE
103862026-09-11T19:41:00.309Z[ host-image] Sep 11 19:40:59.538 INFO O| Sep 11 19:40:59.538 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103872026-09-11T19:41:00.319Z[ host-image] Sep 11 19:40:59.553 INFO O| Sep 11 19:40:59.553 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103882026-09-11T19:41:00.320Z[ host-image] Sep 11 19:40:59.553 INFO O| Sep 11 19:40:59.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103892026-09-11T19:41:00.320Z[ host-image] Sep 11 19:40:59.553 INFO O| Sep 11 19:40:59.553 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103902026-09-11T19:41:00.323Z[ host-image] Sep 11 19:40:59.553 INFO O| Sep 11 19:40:59.553 INFO STEP 32 (ensure_dir) COMPLETE
103912026-09-11T19:41:00.323Z[ host-image] Sep 11 19:40:59.553 INFO O| Sep 11 19:40:59.553 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103922026-09-11T19:41:00.333Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.566 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
103932026-09-11T19:41:00.333Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.566 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 ...
103942026-09-11T19:41:00.336Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.567 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
103952026-09-11T19:41:00.336Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.567 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103962026-09-11T19:41:00.336Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.567 INFO ok!
103972026-09-11T19:41:00.337Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.567 INFO STEP 33 (ensure_file) COMPLETE
103982026-09-11T19:41:00.337Z[ host-image] Sep 11 19:40:59.567 INFO O| Sep 11 19:40:59.567 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103992026-09-11T19:41:00.347Z[ host-image] Sep 11 19:40:59.580 INFO O| Sep 11 19:40:59.580 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
104002026-09-11T19:41:00.348Z[ host-image] Sep 11 19:40:59.581 INFO O| Sep 11 19:40:59.580 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
104012026-09-11T19:41:00.348Z[ host-image] Sep 11 19:40:59.581 INFO O| Sep 11 19:40:59.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
104022026-09-11T19:41:00.348Z[ host-image] Sep 11 19:40:59.581 INFO O| Sep 11 19:40:59.580 INFO ok!
104032026-09-11T19:41:00.348Z[ host-image] Sep 11 19:40:59.581 INFO O| Sep 11 19:40:59.580 INFO STEP 34 (ensure_file) COMPLETE
104042026-09-11T19:41:00.352Z[ host-image] Sep 11 19:40:59.581 INFO O| Sep 11 19:40:59.580 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104052026-09-11T19:41:00.360Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
104062026-09-11T19:41:00.360Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
104072026-09-11T19:41:00.360Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
104082026-09-11T19:41:00.363Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
104092026-09-11T19:41:00.363Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 INFO ok!
104102026-09-11T19:41:00.363Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 INFO STEP 35 (ensure_file) COMPLETE
104112026-09-11T19:41:00.363Z[ host-image] Sep 11 19:40:59.593 INFO O| Sep 11 19:40:59.593 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104122026-09-11T19:41:00.371Z[ host-image] Sep 11 19:40:59.605 INFO O| Sep 11 19:40:59.605 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
104132026-09-11T19:41:00.371Z[ host-image] Sep 11 19:40:59.605 INFO O| Sep 11 19:40:59.605 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
104142026-09-11T19:41:00.372Z[ host-image] Sep 11 19:40:59.605 INFO O| Sep 11 19:40:59.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
104152026-09-11T19:41:00.375Z[ host-image] Sep 11 19:40:59.605 INFO O| Sep 11 19:40:59.605 INFO ok!
104162026-09-11T19:41:00.375Z[ host-image] Sep 11 19:40:59.605 INFO O| Sep 11 19:40:59.605 INFO STEP 36 (ensure_file) COMPLETE
104172026-09-11T19:41:00.375Z[ host-image] Sep 11 19:40:59.605 INFO O| Sep 11 19:40:59.605 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104182026-09-11T19:41:00.383Z[ host-image] Sep 11 19:40:59.616 INFO O| Sep 11 19:40:59.616 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
104192026-09-11T19:41:00.383Z[ host-image] Sep 11 19:40:59.616 INFO O| Sep 11 19:40:59.616 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
104202026-09-11T19:41:00.383Z[ host-image] Sep 11 19:40:59.616 INFO O| Sep 11 19:40:59.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
104212026-09-11T19:41:00.386Z[ host-image] Sep 11 19:40:59.616 INFO O| Sep 11 19:40:59.616 INFO ok!
104222026-09-11T19:41:00.386Z[ host-image] Sep 11 19:40:59.616 INFO O| Sep 11 19:40:59.616 INFO STEP 37 (ensure_file) COMPLETE
104232026-09-11T19:41:00.386Z[ host-image] Sep 11 19:40:59.616 INFO O| Sep 11 19:40:59.616 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104242026-09-11T19:41:00.394Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
104252026-09-11T19:41:00.394Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
104262026-09-11T19:41:00.394Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104272026-09-11T19:41:00.397Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104282026-09-11T19:41:00.397Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104292026-09-11T19:41:00.397Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104302026-09-11T19:41:00.398Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO ok!
104312026-09-11T19:41:00.398Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO STEP 38 (ensure_file) COMPLETE
104322026-09-11T19:41:00.399Z[ host-image] Sep 11 19:40:59.627 INFO O| Sep 11 19:40:59.627 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104332026-09-11T19:41:00.404Z[ host-image] Sep 11 19:40:59.637 INFO O| Sep 11 19:40:59.637 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104342026-09-11T19:41:00.404Z[ host-image] Sep 11 19:40:59.637 INFO O| Sep 11 19:40:59.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104352026-09-11T19:41:00.407Z[ host-image] Sep 11 19:40:59.638 INFO O| Sep 11 19:40:59.637 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104362026-09-11T19:41:00.407Z[ host-image] Sep 11 19:40:59.638 INFO O| Sep 11 19:40:59.638 INFO STEP 39 (ensure_dir) COMPLETE
104372026-09-11T19:41:00.407Z[ host-image] Sep 11 19:40:59.638 INFO O| Sep 11 19:40:59.638 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104382026-09-11T19:41:00.414Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 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
104392026-09-11T19:41:00.414Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 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 ...
104402026-09-11T19:41:00.414Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 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
104412026-09-11T19:41:00.417Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 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
104422026-09-11T19:41:00.418Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 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
104432026-09-11T19:41:00.418Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 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
104442026-09-11T19:41:00.418Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 INFO ok!
104452026-09-11T19:41:00.418Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 INFO STEP 40 (ensure_file) COMPLETE
104462026-09-11T19:41:00.418Z[ host-image] Sep 11 19:40:59.647 INFO O| Sep 11 19:40:59.647 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104472026-09-11T19:41:00.424Z[ host-image] Sep 11 19:40:59.657 INFO O| Sep 11 19:40:59.657 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
104482026-09-11T19:41:00.424Z[ host-image] Sep 11 19:40:59.657 INFO O| Sep 11 19:40:59.657 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 ...
104492026-09-11T19:41:00.424Z[ host-image] Sep 11 19:40:59.657 INFO O| Sep 11 19:40:59.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
104502026-09-11T19:41:00.427Z[ host-image] Sep 11 19:40:59.657 INFO O| Sep 11 19:40:59.657 INFO ok!
104512026-09-11T19:41:00.427Z[ host-image] Sep 11 19:40:59.657 INFO O| Sep 11 19:40:59.657 INFO STEP 41 (ensure_symlink) COMPLETE
104522026-09-11T19:41:00.427Z[ host-image] Sep 11 19:40:59.657 INFO O| Sep 11 19:40:59.657 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104532026-09-11T19:41:00.433Z[ host-image] Sep 11 19:40:59.666 INFO O| Sep 11 19:40:59.666 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
104542026-09-11T19:41:00.433Z[ host-image] Sep 11 19:40:59.666 INFO O| Sep 11 19:40:59.666 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
104552026-09-11T19:41:00.433Z[ host-image] Sep 11 19:40:59.666 INFO O| Sep 11 19:40:59.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
104562026-09-11T19:41:00.438Z[ host-image] Sep 11 19:40:59.666 INFO O| Sep 11 19:40:59.666 INFO ok!
104572026-09-11T19:41:00.438Z[ host-image] Sep 11 19:40:59.666 INFO O| Sep 11 19:40:59.666 INFO STEP 42 (ensure_symlink) COMPLETE
104582026-09-11T19:41:00.438Z[ host-image] Sep 11 19:40:59.666 INFO O| Sep 11 19:40:59.666 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104592026-09-11T19:41:00.442Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.675 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
104602026-09-11T19:41:00.442Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.675 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
104612026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104622026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104632026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104642026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104652026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO ok!
104662026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO STEP 43 (ensure_file) COMPLETE
104672026-09-11T19:41:00.445Z[ host-image] Sep 11 19:40:59.676 INFO O| Sep 11 19:40:59.676 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104682026-09-11T19:41:00.452Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
104692026-09-11T19:41:00.452Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 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 ...
104702026-09-11T19:41:00.456Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 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
104712026-09-11T19:41:00.457Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
104722026-09-11T19:41:00.457Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 INFO ok!
104732026-09-11T19:41:00.457Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 INFO STEP 44 (ensure_file) COMPLETE
104742026-09-11T19:41:00.457Z[ host-image] Sep 11 19:40:59.685 INFO O| Sep 11 19:40:59.685 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104752026-09-11T19:41:00.462Z[ host-image] Sep 11 19:40:59.695 INFO O| Sep 11 19:40:59.695 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
104762026-09-11T19:41:00.462Z[ host-image] Sep 11 19:40:59.695 INFO O| Sep 11 19:40:59.695 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
104772026-09-11T19:41:00.462Z[ host-image] Sep 11 19:40:59.695 INFO O| Sep 11 19:40:59.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
104782026-09-11T19:41:00.465Z[ host-image] Sep 11 19:40:59.695 INFO O| Sep 11 19:40:59.695 INFO ok!
104792026-09-11T19:41:00.465Z[ host-image] Sep 11 19:40:59.695 INFO O| Sep 11 19:40:59.695 INFO STEP 45 (ensure_file) COMPLETE
104802026-09-11T19:41:00.465Z[ host-image] Sep 11 19:40:59.695 INFO O| Sep 11 19:40:59.695 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104812026-09-11T19:41:00.471Z[ host-image] Sep 11 19:40:59.704 INFO O| Sep 11 19:40:59.704 INFO updating shadow file
104822026-09-11T19:41:00.472Z[ host-image] Sep 11 19:40:59.704 INFO O| Sep 11 19:40:59.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104832026-09-11T19:41:00.472Z[ host-image] Sep 11 19:40:59.704 INFO O| Sep 11 19:40:59.704 INFO STEP 46 (shadow) COMPLETE
104842026-09-11T19:41:00.472Z[ host-image] Sep 11 19:40:59.704 INFO O| Sep 11 19:40:59.704 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104852026-09-11T19:41:00.481Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104862026-09-11T19:41:00.481Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104872026-09-11T19:41:00.481Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104882026-09-11T19:41:00.485Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104892026-09-11T19:41:00.485Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO ok!
104902026-09-11T19:41:00.485Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO STEP 47 (ensure_file) COMPLETE
104912026-09-11T19:41:00.486Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104922026-09-11T19:41:00.486Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO skip step because feature "mfg" is not enabled
104932026-09-11T19:41:00.486Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104942026-09-11T19:41:00.486Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO skip step because feature "mfg" is not enabled
104952026-09-11T19:41:00.486Z[ host-image] Sep 11 19:40:59.714 INFO O| Sep 11 19:40:59.714 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104962026-09-11T19:41:00.490Z[ host-image] Sep 11 19:40:59.724 INFO O| Sep 11 19:40:59.724 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104972026-09-11T19:41:00.490Z[ host-image] Sep 11 19:40:59.724 INFO O| Sep 11 19:40:59.724 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104982026-09-11T19:41:00.514Z[ host-image] Sep 11 19:40:59.747 INFO O| Sep 11 19:40:59.747 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104992026-09-11T19:41:00.515Z[ host-image] Sep 11 19:40:59.748 INFO O| Sep 11 19:40:59.747 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
105002026-09-11T19:41:00.518Z[ host-image] Sep 11 19:40:59.748 INFO O| Sep 11 19:40:59.747 INFO ok!
105012026-09-11T19:41:00.518Z[ host-image] Sep 11 19:40:59.748 INFO O| Sep 11 19:40:59.747 INFO STEP 50 (ensure_file) COMPLETE
105022026-09-11T19:41:00.518Z[ host-image] Sep 11 19:40:59.748 INFO O| Sep 11 19:40:59.747 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105032026-09-11T19:41:00.519Z[ host-image] Sep 11 19:40:59.748 INFO O| Sep 11 19:40:59.747 INFO skip step because feature "compliance" is not enabled
105042026-09-11T19:41:00.519Z[ host-image] Sep 11 19:40:59.748 INFO O| Sep 11 19:40:59.747 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105052026-09-11T19:41:00.525Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
105062026-09-11T19:41:00.525Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
105072026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105082026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105092026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105102026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105112026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO ok!
105122026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO STEP 52 (ensure_file) COMPLETE
105132026-09-11T19:41:00.528Z[ host-image] Sep 11 19:40:59.758 INFO O| Sep 11 19:40:59.758 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105142026-09-11T19:41:00.535Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
105152026-09-11T19:41:00.535Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 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 ...
105162026-09-11T19:41:00.536Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 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
105172026-09-11T19:41:00.541Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
105182026-09-11T19:41:00.541Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 INFO ok!
105192026-09-11T19:41:00.541Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 INFO STEP 53 (ensure_file) COMPLETE
105202026-09-11T19:41:00.541Z[ host-image] Sep 11 19:40:59.769 INFO O| Sep 11 19:40:59.769 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105212026-09-11T19:41:00.546Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
105222026-09-11T19:41:00.546Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 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 ...
105232026-09-11T19:41:00.546Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105242026-09-11T19:41:00.551Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105252026-09-11T19:41:00.551Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 INFO ok!
105262026-09-11T19:41:00.551Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 INFO STEP 54 (ensure_file) COMPLETE
105272026-09-11T19:41:00.551Z[ host-image] Sep 11 19:40:59.779 INFO O| Sep 11 19:40:59.779 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105282026-09-11T19:41:00.556Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
105292026-09-11T19:41:00.557Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 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 ...
105302026-09-11T19:41:00.557Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 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
105312026-09-11T19:41:00.562Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
105322026-09-11T19:41:00.562Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 INFO ok!
105332026-09-11T19:41:00.562Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 INFO STEP 55 (ensure_file) COMPLETE
105342026-09-11T19:41:00.562Z[ host-image] Sep 11 19:40:59.790 INFO O| Sep 11 19:40:59.790 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105352026-09-11T19:41:00.567Z[ host-image] Sep 11 19:40:59.800 INFO O| Sep 11 19:40:59.800 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
105362026-09-11T19:41:00.567Z[ host-image] Sep 11 19:40:59.801 INFO O| Sep 11 19:40:59.800 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 ...
105372026-09-11T19:41:00.567Z[ host-image] Sep 11 19:40:59.801 INFO O| Sep 11 19:40:59.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105382026-09-11T19:41:00.570Z[ host-image] Sep 11 19:40:59.801 INFO O| Sep 11 19:40:59.801 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105392026-09-11T19:41:00.570Z[ host-image] Sep 11 19:40:59.801 INFO O| Sep 11 19:40:59.801 INFO ok!
105402026-09-11T19:41:00.571Z[ host-image] Sep 11 19:40:59.801 INFO O| Sep 11 19:40:59.801 INFO STEP 56 (ensure_file) COMPLETE
105412026-09-11T19:41:00.571Z[ host-image] Sep 11 19:40:59.801 INFO O| Sep 11 19:40:59.801 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105422026-09-11T19:41:00.578Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
105432026-09-11T19:41:00.578Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 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 ...
105442026-09-11T19:41:00.578Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 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
105452026-09-11T19:41:00.583Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
105462026-09-11T19:41:00.583Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 INFO ok!
105472026-09-11T19:41:00.583Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 INFO STEP 57 (ensure_file) COMPLETE
105482026-09-11T19:41:00.583Z[ host-image] Sep 11 19:40:59.811 INFO O| Sep 11 19:40:59.811 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105492026-09-11T19:41:00.587Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
105502026-09-11T19:41:00.587Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 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 ...
105512026-09-11T19:41:00.587Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105522026-09-11T19:41:00.587Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105532026-09-11T19:41:00.590Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105542026-09-11T19:41:00.590Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105552026-09-11T19:41:00.590Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO ok!
105562026-09-11T19:41:00.590Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO STEP 58 (ensure_file) COMPLETE
105572026-09-11T19:41:00.590Z[ host-image] Sep 11 19:40:59.820 INFO O| Sep 11 19:40:59.820 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105582026-09-11T19:41:00.597Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
105592026-09-11T19:41:00.600Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 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 ...
105602026-09-11T19:41:00.600Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 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
105612026-09-11T19:41:00.600Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105622026-09-11T19:41:00.600Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 INFO ok!
105632026-09-11T19:41:00.600Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 INFO STEP 59 (ensure_file) COMPLETE
105642026-09-11T19:41:00.600Z[ host-image] Sep 11 19:40:59.830 INFO O| Sep 11 19:40:59.830 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105652026-09-11T19:41:00.607Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
105662026-09-11T19:41:00.607Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
105672026-09-11T19:41:00.607Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105682026-09-11T19:41:00.610Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105692026-09-11T19:41:00.610Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO ok!
105702026-09-11T19:41:00.610Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO STEP 60 (ensure_file) COMPLETE
105712026-09-11T19:41:00.610Z[ host-image] Sep 11 19:40:59.840 INFO O| Sep 11 19:40:59.840 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105722026-09-11T19:41:00.617Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
105732026-09-11T19:41:00.617Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 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 ...
105742026-09-11T19:41:00.621Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 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
105752026-09-11T19:41:00.621Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
105762026-09-11T19:41:00.621Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 INFO ok!
105772026-09-11T19:41:00.621Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 INFO STEP 61 (ensure_file) COMPLETE
105782026-09-11T19:41:00.621Z[ host-image] Sep 11 19:40:59.850 INFO O| Sep 11 19:40:59.850 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105792026-09-11T19:41:00.627Z[ host-image] Sep 11 19:40:59.860 INFO O| Sep 11 19:40:59.860 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
105802026-09-11T19:41:00.627Z[ host-image] Sep 11 19:40:59.860 INFO O| Sep 11 19:40:59.860 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
105812026-09-11T19:41:00.630Z[ host-image] Sep 11 19:40:59.860 INFO O| Sep 11 19:40:59.860 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105822026-09-11T19:41:00.630Z[ host-image] Sep 11 19:40:59.860 INFO O| Sep 11 19:40:59.860 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105832026-09-11T19:41:00.631Z[ host-image] Sep 11 19:40:59.860 INFO O| Sep 11 19:40:59.860 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105842026-09-11T19:41:00.631Z[ host-image] Sep 11 19:40:59.861 INFO O| Sep 11 19:40:59.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105852026-09-11T19:41:00.631Z[ host-image] Sep 11 19:40:59.861 INFO O| Sep 11 19:40:59.860 INFO ok!
105862026-09-11T19:41:00.631Z[ host-image] Sep 11 19:40:59.861 INFO O| Sep 11 19:40:59.861 INFO STEP 62 (ensure_file) COMPLETE
105872026-09-11T19:41:00.631Z[ host-image] Sep 11 19:40:59.861 INFO O| Sep 11 19:40:59.861 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105882026-09-11T19:41:00.637Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105892026-09-11T19:41:00.637Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 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 ...
105902026-09-11T19:41:00.638Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 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
105912026-09-11T19:41:00.638Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
105922026-09-11T19:41:00.641Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 INFO ok!
105932026-09-11T19:41:00.641Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 INFO STEP 63 (ensure_file) COMPLETE
105942026-09-11T19:41:00.641Z[ host-image] Sep 11 19:40:59.871 INFO O| Sep 11 19:40:59.871 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105952026-09-11T19:41:00.647Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105962026-09-11T19:41:00.647Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 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 ...
105972026-09-11T19:41:00.647Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 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
105982026-09-11T19:41:00.650Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105992026-09-11T19:41:00.650Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 INFO ok!
106002026-09-11T19:41:00.650Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 INFO STEP 64 (ensure_file) COMPLETE
106012026-09-11T19:41:00.650Z[ host-image] Sep 11 19:40:59.880 INFO O| Sep 11 19:40:59.880 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
106022026-09-11T19:41:00.663Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
106032026-09-11T19:41:00.663Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 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 ...
106042026-09-11T19:41:00.663Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 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
106052026-09-11T19:41:00.663Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
106062026-09-11T19:41:00.666Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO ok!
106072026-09-11T19:41:00.666Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO STEP 65 (ensure_file) COMPLETE
106082026-09-11T19:41:00.666Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106092026-09-11T19:41:00.666Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO skip step because feature "mbist" is not enabled
106102026-09-11T19:41:00.666Z[ host-image] Sep 11 19:40:59.896 INFO O| Sep 11 19:40:59.890 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-09-11T19:41:00.667Z[ host-image] Sep 11 19:40:59.899 INFO O| Sep 11 19:40:59.899 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
106122026-09-11T19:41:00.667Z[ host-image] Sep 11 19:40:59.900 INFO O| Sep 11 19:40:59.899 INFO STEP 67 (ensure_dir) COMPLETE
106132026-09-11T19:41:00.667Z[ host-image] Sep 11 19:40:59.900 INFO O| Sep 11 19:40:59.899 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-09-11T19:41:00.676Z[ host-image] Sep 11 19:40:59.909 INFO O| Sep 11 19:40:59.909 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106152026-09-11T19:41:00.676Z[ host-image] Sep 11 19:40:59.909 INFO O| Sep 11 19:40:59.909 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106162026-09-11T19:41:00.679Z[ host-image] Sep 11 19:40:59.909 INFO O| Sep 11 19:40:59.909 INFO STEP 68 (ensure_dir) COMPLETE
106172026-09-11T19:41:00.679Z[ host-image] Sep 11 19:40:59.909 INFO O| Sep 11 19:40:59.909 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-09-11T19:41:00.685Z[ host-image] Sep 11 19:40:59.919 INFO O| Sep 11 19:40:59.919 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106192026-09-11T19:41:00.685Z[ host-image] Sep 11 19:40:59.919 INFO O| Sep 11 19:40:59.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106202026-09-11T19:41:00.685Z[ host-image] Sep 11 19:40:59.919 INFO O| Sep 11 19:40:59.919 INFO STEP 69 (ensure_dir) COMPLETE
106212026-09-11T19:41:00.686Z[ host-image] Sep 11 19:40:59.919 INFO O| Sep 11 19:40:59.919 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-09-11T19:41:00.696Z[ host-image] Sep 11 19:40:59.929 INFO O| Sep 11 19:40:59.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
106232026-09-11T19:41:00.696Z[ host-image] Sep 11 19:40:59.929 INFO O| Sep 11 19:40:59.929 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
106242026-09-11T19:41:01.151Z[ host-image] Sep 11 19:41:00.384 INFO O| Sep 11 19:41:00.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
106252026-09-11T19:41:01.151Z[ host-image] Sep 11 19:41:00.384 INFO O| Sep 11 19:41:00.384 INFO ok!
106262026-09-11T19:41:01.151Z[ host-image] Sep 11 19:41:00.384 INFO O| Sep 11 19:41:00.384 INFO STEP 70 (ensure_file) COMPLETE
106272026-09-11T19:41:01.152Z[ host-image] Sep 11 19:41:00.384 INFO O| Sep 11 19:41:00.384 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106282026-09-11T19:41:01.162Z[ host-image] Sep 11 19:41:00.395 INFO O| Sep 11 19:41:00.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
106292026-09-11T19:41:01.162Z[ host-image] Sep 11 19:41:00.395 INFO O| Sep 11 19:41:00.395 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
106302026-09-11T19:41:01.353Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
106312026-09-11T19:41:02.070Z[ host-image] Sep 11 19:41:01.303 INFO O| Sep 11 19:41:01.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
106322026-09-11T19:41:02.070Z[ host-image] Sep 11 19:41:01.303 INFO O| Sep 11 19:41:01.303 INFO ok!
106332026-09-11T19:41:02.070Z[ host-image] Sep 11 19:41:01.303 INFO O| Sep 11 19:41:01.303 INFO STEP 71 (ensure_file) COMPLETE
106342026-09-11T19:41:02.073Z[ host-image] Sep 11 19:41:01.303 INFO O| Sep 11 19:41:01.303 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-09-11T19:41:02.081Z[ host-image] Sep 11 19:41:01.314 INFO O| Sep 11 19:41:01.314 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106362026-09-11T19:41:02.081Z[ host-image] Sep 11 19:41:01.314 INFO O| Sep 11 19:41:01.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106372026-09-11T19:41:02.084Z[ host-image] Sep 11 19:41:01.314 INFO O| Sep 11 19:41:01.314 INFO STEP 72 (ensure_dir) COMPLETE
106382026-09-11T19:41:02.084Z[ host-image] Sep 11 19:41:01.314 INFO O| Sep 11 19:41:01.314 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-09-11T19:41:02.092Z[ host-image] Sep 11 19:41:01.326 INFO O| Sep 11 19:41:01.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
106402026-09-11T19:41:02.092Z[ host-image] Sep 11 19:41:01.326 INFO O| Sep 11 19:41:01.325 INFO copying /tmp/.tmpzsY8sR/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 ...
106412026-09-11T19:41:02.095Z[ host-image] Sep 11 19:41:01.326 INFO O| Sep 11 19:41:01.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
106422026-09-11T19:41:02.096Z[ host-image] Sep 11 19:41:01.326 INFO O| Sep 11 19:41:01.326 INFO ok!
106432026-09-11T19:41:02.096Z[ host-image] Sep 11 19:41:01.326 INFO O| Sep 11 19:41:01.326 INFO STEP 73 (ensure_file) COMPLETE
106442026-09-11T19:41:02.096Z[ host-image] Sep 11 19:41:01.326 INFO O| Sep 11 19:41:01.326 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-09-11T19:41:02.102Z[ host-image] Sep 11 19:41:01.335 INFO O| Sep 11 19:41:01.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
106462026-09-11T19:41:02.102Z[ host-image] Sep 11 19:41:01.335 INFO O| Sep 11 19:41:01.335 INFO copying /tmp/.tmpzsY8sR/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 ...
106472026-09-11T19:41:02.102Z[ host-image] Sep 11 19:41:01.335 INFO O| Sep 11 19:41:01.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
106482026-09-11T19:41:02.106Z[ host-image] Sep 11 19:41:01.335 INFO O| Sep 11 19:41:01.335 INFO ok!
106492026-09-11T19:41:02.106Z[ host-image] Sep 11 19:41:01.335 INFO O| Sep 11 19:41:01.335 INFO STEP 74 (ensure_file) COMPLETE
106502026-09-11T19:41:02.106Z[ host-image] Sep 11 19:41:01.335 INFO O| Sep 11 19:41:01.335 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-09-11T19:41:02.112Z[ host-image] Sep 11 19:41:01.346 INFO O| Sep 11 19:41:01.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106522026-09-11T19:41:02.112Z[ host-image] Sep 11 19:41:01.346 INFO O| Sep 11 19:41:01.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106532026-09-11T19:41:02.115Z[ host-image] Sep 11 19:41:01.346 INFO O| Sep 11 19:41:01.346 INFO STEP 75 (ensure_dir) COMPLETE
106542026-09-11T19:41:02.116Z[ host-image] Sep 11 19:41:01.346 INFO O| Sep 11 19:41:01.346 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-09-11T19:41:02.123Z[ host-image] Sep 11 19:41:01.356 INFO O| Sep 11 19:41:01.356 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
106562026-09-11T19:41:02.123Z[ host-image] Sep 11 19:41:01.356 INFO O| Sep 11 19:41:01.356 INFO copying /tmp/.tmpzsY8sR/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 ...
106572026-09-11T19:41:02.123Z[ host-image] Sep 11 19:41:01.356 INFO O| Sep 11 19:41:01.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
106582026-09-11T19:41:02.123Z[ host-image] Sep 11 19:41:01.356 INFO O| Sep 11 19:41:01.356 INFO ok!
106592026-09-11T19:41:02.126Z[ host-image] Sep 11 19:41:01.356 INFO O| Sep 11 19:41:01.356 INFO STEP 76 (ensure_file) COMPLETE
106602026-09-11T19:41:02.126Z[ host-image] Sep 11 19:41:01.356 INFO O| Sep 11 19:41:01.356 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-09-11T19:41:02.133Z[ host-image] Sep 11 19:41:01.366 INFO O| Sep 11 19:41:01.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
106622026-09-11T19:41:02.133Z[ host-image] Sep 11 19:41:01.366 INFO O| Sep 11 19:41:01.366 INFO copying /tmp/.tmpzsY8sR/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 ...
106632026-09-11T19:41:02.136Z[ host-image] Sep 11 19:41:01.366 INFO O| Sep 11 19:41:01.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
106642026-09-11T19:41:02.136Z[ host-image] Sep 11 19:41:01.366 INFO O| Sep 11 19:41:01.366 INFO ok!
106652026-09-11T19:41:02.136Z[ host-image] Sep 11 19:41:01.366 INFO O| Sep 11 19:41:01.366 INFO STEP 77 (ensure_file) COMPLETE
106662026-09-11T19:41:02.136Z[ host-image] Sep 11 19:41:01.366 INFO O| Sep 11 19:41:01.366 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-09-11T19:41:02.142Z[ host-image] Sep 11 19:41:01.375 INFO O| Sep 11 19:41:01.375 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106682026-09-11T19:41:02.142Z[ host-image] Sep 11 19:41:01.375 INFO O| Sep 11 19:41:01.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106692026-09-11T19:41:02.145Z[ host-image] Sep 11 19:41:01.375 INFO O| Sep 11 19:41:01.375 INFO STEP 78 (ensure_dir) COMPLETE
106702026-09-11T19:41:02.145Z[ host-image] Sep 11 19:41:01.375 INFO O| Sep 11 19:41:01.375 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106712026-09-11T19:41:02.151Z[ host-image] Sep 11 19:41:01.384 INFO O| Sep 11 19:41:01.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
106722026-09-11T19:41:02.151Z[ host-image] Sep 11 19:41:01.384 INFO O| Sep 11 19:41:01.384 INFO copying /tmp/.tmpzsY8sR/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 ...
106732026-09-11T19:41:02.151Z[ host-image] Sep 11 19:41:01.384 INFO O| Sep 11 19:41:01.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
106742026-09-11T19:41:02.155Z[ host-image] Sep 11 19:41:01.384 INFO O| Sep 11 19:41:01.384 INFO ok!
106752026-09-11T19:41:02.155Z[ host-image] Sep 11 19:41:01.384 INFO O| Sep 11 19:41:01.384 INFO STEP 79 (ensure_file) COMPLETE
106762026-09-11T19:41:02.155Z[ host-image] Sep 11 19:41:01.384 INFO O| Sep 11 19:41:01.384 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106772026-09-11T19:41:02.159Z[ host-image] Sep 11 19:41:01.393 INFO O| Sep 11 19:41:01.393 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
106782026-09-11T19:41:02.160Z[ host-image] Sep 11 19:41:01.393 INFO O| Sep 11 19:41:01.393 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
106792026-09-11T19:41:02.160Z[ host-image] Sep 11 19:41:01.393 INFO O| Sep 11 19:41:01.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
106802026-09-11T19:41:02.162Z[ host-image] Sep 11 19:41:01.393 INFO O| Sep 11 19:41:01.393 INFO ok!
106812026-09-11T19:41:02.163Z[ host-image] Sep 11 19:41:01.393 INFO O| Sep 11 19:41:01.393 INFO STEP 80 (ensure_file) COMPLETE
106822026-09-11T19:41:02.163Z[ host-image] Sep 11 19:41:01.393 INFO O| Sep 11 19:41:01.393 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106832026-09-11T19:41:02.169Z[ host-image] Sep 11 19:41:01.402 INFO O| Sep 11 19:41:01.402 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106842026-09-11T19:41:02.169Z[ host-image] Sep 11 19:41:01.402 INFO O| Sep 11 19:41:01.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106852026-09-11T19:41:02.169Z[ host-image] Sep 11 19:41:01.402 INFO O| Sep 11 19:41:01.402 INFO STEP 81 (ensure_dir) COMPLETE
106862026-09-11T19:41:02.169Z[ host-image] Sep 11 19:41:01.402 INFO O| Sep 11 19:41:01.402 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106872026-09-11T19:41:02.181Z[ host-image] Sep 11 19:41:01.411 INFO O| Sep 11 19:41:01.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106882026-09-11T19:41:02.181Z[ host-image] Sep 11 19:41:01.411 INFO O| Sep 11 19:41:01.411 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106892026-09-11T19:41:02.538Z[ host-image] Sep 11 19:41:01.771 INFO O| Sep 11 19:41:01.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106902026-09-11T19:41:02.538Z[ host-image] Sep 11 19:41:01.771 INFO O| Sep 11 19:41:01.771 INFO ok!
106912026-09-11T19:41:02.542Z[ host-image] Sep 11 19:41:01.771 INFO O| Sep 11 19:41:01.771 INFO STEP 82 (ensure_file) COMPLETE
106922026-09-11T19:41:02.542Z[ host-image] Sep 11 19:41:01.771 INFO O| Sep 11 19:41:01.771 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106932026-09-11T19:41:02.549Z[ host-image] Sep 11 19:41:01.782 INFO O| Sep 11 19:41:01.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
106942026-09-11T19:41:02.549Z[ host-image] Sep 11 19:41:01.782 INFO O| Sep 11 19:41:01.782 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
106952026-09-11T19:41:02.552Z[ host-image] Sep 11 19:41:01.783 INFO O| Sep 11 19:41:01.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106962026-09-11T19:41:02.552Z[ host-image] Sep 11 19:41:01.783 INFO O| Sep 11 19:41:01.783 INFO ok!
106972026-09-11T19:41:02.552Z[ host-image] Sep 11 19:41:01.783 INFO O| Sep 11 19:41:01.783 INFO STEP 83 (ensure_file) COMPLETE
106982026-09-11T19:41:02.552Z[ host-image] Sep 11 19:41:01.783 INFO O| Sep 11 19:41:01.783 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106992026-09-11T19:41:02.559Z[ host-image] Sep 11 19:41:01.793 INFO O| Sep 11 19:41:01.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
107002026-09-11T19:41:02.560Z[ host-image] Sep 11 19:41:01.793 INFO O| Sep 11 19:41:01.793 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
107012026-09-11T19:41:04.097Z[ host-image] Sep 11 19:41:03.330 INFO O| Sep 11 19:41:03.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
107022026-09-11T19:41:04.097Z[ host-image] Sep 11 19:41:03.330 INFO O| Sep 11 19:41:03.330 INFO ok!
107032026-09-11T19:41:04.101Z[ host-image] Sep 11 19:41:03.330 INFO O| Sep 11 19:41:03.330 INFO STEP 84 (ensure_file) COMPLETE
107042026-09-11T19:41:04.101Z[ host-image] Sep 11 19:41:03.330 INFO O| Sep 11 19:41:03.330 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107052026-09-11T19:41:04.108Z[ host-image] Sep 11 19:41:03.341 INFO O| Sep 11 19:41:03.341 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
107062026-09-11T19:41:04.108Z[ host-image] Sep 11 19:41:03.341 INFO O| Sep 11 19:41:03.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
107072026-09-11T19:41:04.108Z[ host-image] Sep 11 19:41:03.341 INFO O| Sep 11 19:41:03.341 INFO STEP 85 (ensure_dir) COMPLETE
107082026-09-11T19:41:04.112Z[ host-image] Sep 11 19:41:03.341 INFO O| Sep 11 19:41:03.341 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107092026-09-11T19:41:04.119Z[ host-image] Sep 11 19:41:03.352 INFO O| Sep 11 19:41:03.352 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
107102026-09-11T19:41:04.120Z[ host-image] Sep 11 19:41:03.352 INFO O| Sep 11 19:41:03.352 INFO copying /tmp/.tmpzsY8sR/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 ...
107112026-09-11T19:41:04.123Z[ host-image] Sep 11 19:41:03.352 INFO O| Sep 11 19:41:03.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
107122026-09-11T19:41:04.123Z[ host-image] Sep 11 19:41:03.352 INFO O| Sep 11 19:41:03.352 INFO ok!
107132026-09-11T19:41:04.123Z[ host-image] Sep 11 19:41:03.352 INFO O| Sep 11 19:41:03.352 INFO STEP 86 (ensure_file) COMPLETE
107142026-09-11T19:41:04.123Z[ host-image] Sep 11 19:41:03.352 INFO O| Sep 11 19:41:03.352 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107152026-09-11T19:41:04.130Z[ host-image] Sep 11 19:41:03.363 INFO O| Sep 11 19:41:03.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
107162026-09-11T19:41:04.130Z[ host-image] Sep 11 19:41:03.363 INFO O| Sep 11 19:41:03.363 INFO copying /tmp/.tmpzsY8sR/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 ...
107172026-09-11T19:41:04.133Z[ host-image] Sep 11 19:41:03.363 INFO O| Sep 11 19:41:03.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
107182026-09-11T19:41:04.133Z[ host-image] Sep 11 19:41:03.363 INFO O| Sep 11 19:41:03.363 INFO ok!
107192026-09-11T19:41:04.133Z[ host-image] Sep 11 19:41:03.363 INFO O| Sep 11 19:41:03.363 INFO STEP 87 (ensure_file) COMPLETE
107202026-09-11T19:41:04.133Z[ host-image] Sep 11 19:41:03.363 INFO O| Sep 11 19:41:03.363 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107212026-09-11T19:41:04.142Z[ host-image] Sep 11 19:41:03.375 INFO O| Sep 11 19:41:03.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
107222026-09-11T19:41:04.142Z[ host-image] Sep 11 19:41:03.375 INFO O| Sep 11 19:41:03.375 INFO copying /tmp/.tmpzsY8sR/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 ...
107232026-09-11T19:41:04.145Z[ host-image] Sep 11 19:41:03.375 INFO O| Sep 11 19:41:03.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
107242026-09-11T19:41:04.145Z[ host-image] Sep 11 19:41:03.375 INFO O| Sep 11 19:41:03.375 INFO ok!
107252026-09-11T19:41:04.145Z[ host-image] Sep 11 19:41:03.375 INFO O| Sep 11 19:41:03.375 INFO STEP 88 (ensure_file) COMPLETE
107262026-09-11T19:41:04.145Z[ host-image] Sep 11 19:41:03.375 INFO O| Sep 11 19:41:03.375 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107272026-09-11T19:41:04.153Z[ host-image] Sep 11 19:41:03.386 INFO O| Sep 11 19:41:03.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
107282026-09-11T19:41:04.153Z[ host-image] Sep 11 19:41:03.386 INFO O| Sep 11 19:41:03.386 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
107292026-09-11T19:41:04.153Z[ host-image] Sep 11 19:41:03.386 INFO O| Sep 11 19:41:03.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
107302026-09-11T19:41:04.153Z[ host-image] Sep 11 19:41:03.386 INFO O| Sep 11 19:41:03.386 INFO ok!
107312026-09-11T19:41:04.157Z[ host-image] Sep 11 19:41:03.386 INFO O| Sep 11 19:41:03.386 INFO STEP 89 (ensure_file) COMPLETE
107322026-09-11T19:41:04.157Z[ host-image] Sep 11 19:41:03.386 INFO O| Sep 11 19:41:03.386 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107332026-09-11T19:41:04.164Z[ host-image] Sep 11 19:41:03.397 INFO O| Sep 11 19:41:03.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
107342026-09-11T19:41:04.164Z[ host-image] Sep 11 19:41:03.398 INFO O| Sep 11 19:41:03.397 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
107352026-09-11T19:41:04.164Z[ host-image] Sep 11 19:41:03.398 INFO O| Sep 11 19:41:03.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
107362026-09-11T19:41:04.164Z[ host-image] Sep 11 19:41:03.398 INFO O| Sep 11 19:41:03.398 INFO ok!
107372026-09-11T19:41:04.168Z[ host-image] Sep 11 19:41:03.398 INFO O| Sep 11 19:41:03.398 INFO STEP 90 (ensure_file) COMPLETE
107382026-09-11T19:41:04.168Z[ host-image] Sep 11 19:41:03.398 INFO O| Sep 11 19:41:03.398 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107392026-09-11T19:41:04.177Z[ host-image] Sep 11 19:41:03.410 INFO O| Sep 11 19:41:03.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107402026-09-11T19:41:04.177Z[ host-image] Sep 11 19:41:03.410 INFO O| Sep 11 19:41:03.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107412026-09-11T19:41:04.177Z[ host-image] Sep 11 19:41:03.410 INFO O| Sep 11 19:41:03.410 INFO STEP 91 (ensure_dir) COMPLETE
107422026-09-11T19:41:04.177Z[ host-image] Sep 11 19:41:03.410 INFO O| Sep 11 19:41:03.410 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107432026-09-11T19:41:04.187Z[ host-image] Sep 11 19:41:03.420 INFO O| Sep 11 19:41:03.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
107442026-09-11T19:41:04.187Z[ host-image] Sep 11 19:41:03.420 INFO O| Sep 11 19:41:03.420 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
107452026-09-11T19:41:04.190Z[ host-image] Sep 11 19:41:03.422 INFO O| Sep 11 19:41:03.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
107462026-09-11T19:41:04.190Z[ host-image] Sep 11 19:41:03.422 INFO O| Sep 11 19:41:03.422 INFO ok!
107472026-09-11T19:41:04.190Z[ host-image] Sep 11 19:41:03.422 INFO O| Sep 11 19:41:03.422 INFO STEP 92 (ensure_file) COMPLETE
107482026-09-11T19:41:04.190Z[ host-image] Sep 11 19:41:03.422 INFO O| Sep 11 19:41:03.422 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107492026-09-11T19:41:04.198Z[ host-image] Sep 11 19:41:03.432 INFO O| Sep 11 19:41:03.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
107502026-09-11T19:41:04.198Z[ host-image] Sep 11 19:41:03.432 INFO O| Sep 11 19:41:03.432 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
107512026-09-11T19:41:04.198Z[ host-image] Sep 11 19:41:03.432 INFO O| Sep 11 19:41:03.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
107522026-09-11T19:41:04.201Z[ host-image] Sep 11 19:41:03.432 INFO O| Sep 11 19:41:03.432 INFO ok!
107532026-09-11T19:41:04.202Z[ host-image] Sep 11 19:41:03.432 INFO O| Sep 11 19:41:03.432 INFO STEP 93 (ensure_file) COMPLETE
107542026-09-11T19:41:04.202Z[ host-image] Sep 11 19:41:03.432 INFO O| Sep 11 19:41:03.432 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107552026-09-11T19:41:04.208Z[ host-image] Sep 11 19:41:03.441 INFO O| Sep 11 19:41:03.441 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
107562026-09-11T19:41:04.208Z[ host-image] Sep 11 19:41:03.441 INFO O| Sep 11 19:41:03.441 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
107572026-09-11T19:41:05.125Z[ host-image] Sep 11 19:41:04.358 INFO O| Sep 11 19:41:04.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
107582026-09-11T19:41:05.125Z[ host-image] Sep 11 19:41:04.358 INFO O| Sep 11 19:41:04.358 INFO ok!
107592026-09-11T19:41:05.129Z[ host-image] Sep 11 19:41:04.358 INFO O| Sep 11 19:41:04.358 INFO STEP 94 (ensure_file) COMPLETE
107602026-09-11T19:41:05.129Z[ host-image] Sep 11 19:41:04.358 INFO O| Sep 11 19:41:04.358 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107612026-09-11T19:41:05.137Z[ host-image] Sep 11 19:41:04.370 INFO O| Sep 11 19:41:04.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107622026-09-11T19:41:05.137Z[ host-image] Sep 11 19:41:04.370 INFO O| Sep 11 19:41:04.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107632026-09-11T19:41:05.137Z[ host-image] Sep 11 19:41:04.370 INFO O| Sep 11 19:41:04.370 INFO STEP 95 (ensure_dir) COMPLETE
107642026-09-11T19:41:05.140Z[ host-image] Sep 11 19:41:04.370 INFO O| Sep 11 19:41:04.370 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107652026-09-11T19:41:05.149Z[ host-image] Sep 11 19:41:04.382 INFO O| Sep 11 19:41:04.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107662026-09-11T19:41:05.149Z[ host-image] Sep 11 19:41:04.382 INFO O| Sep 11 19:41:04.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107672026-09-11T19:41:05.152Z[ host-image] Sep 11 19:41:04.382 INFO O| Sep 11 19:41:04.382 INFO STEP 96 (ensure_dir) COMPLETE
107682026-09-11T19:41:05.152Z[ host-image] Sep 11 19:41:04.382 INFO O| Sep 11 19:41:04.382 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107692026-09-11T19:41:05.161Z[ host-image] Sep 11 19:41:04.394 INFO O| Sep 11 19:41:04.394 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107702026-09-11T19:41:05.162Z[ host-image] Sep 11 19:41:04.394 INFO O| Sep 11 19:41:04.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107712026-09-11T19:41:05.165Z[ host-image] Sep 11 19:41:04.394 INFO O| Sep 11 19:41:04.394 INFO STEP 97 (ensure_dir) COMPLETE
107722026-09-11T19:41:05.165Z[ host-image] Sep 11 19:41:04.394 INFO O| Sep 11 19:41:04.394 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107732026-09-11T19:41:05.173Z[ host-image] Sep 11 19:41:04.406 INFO O| Sep 11 19:41:04.406 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107742026-09-11T19:41:05.173Z[ host-image] Sep 11 19:41:04.406 INFO O| Sep 11 19:41:04.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107752026-09-11T19:41:05.173Z[ host-image] Sep 11 19:41:04.406 INFO O| Sep 11 19:41:04.406 INFO STEP 98 (ensure_dir) COMPLETE
107762026-09-11T19:41:05.178Z[ host-image] Sep 11 19:41:04.406 INFO O| Sep 11 19:41:04.406 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107772026-09-11T19:41:05.185Z[ host-image] Sep 11 19:41:04.418 INFO O| Sep 11 19:41:04.418 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107782026-09-11T19:41:05.185Z[ host-image] Sep 11 19:41:04.418 INFO O| Sep 11 19:41:04.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107792026-09-11T19:41:05.188Z[ host-image] Sep 11 19:41:04.418 INFO O| Sep 11 19:41:04.418 INFO STEP 99 (ensure_dir) COMPLETE
107802026-09-11T19:41:05.188Z[ host-image] Sep 11 19:41:04.418 INFO O| Sep 11 19:41:04.418 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107812026-09-11T19:41:05.196Z[ host-image] Sep 11 19:41:04.429 INFO O| Sep 11 19:41:04.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
107822026-09-11T19:41:05.196Z[ host-image] Sep 11 19:41:04.429 INFO O| Sep 11 19:41:04.429 INFO copying /tmp/.tmpzsY8sR/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 ...
107832026-09-11T19:41:05.200Z[ host-image] Sep 11 19:41:04.429 INFO O| Sep 11 19:41:04.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
107842026-09-11T19:41:05.200Z[ host-image] Sep 11 19:41:04.429 INFO O| Sep 11 19:41:04.429 INFO ok!
107852026-09-11T19:41:05.200Z[ host-image] Sep 11 19:41:04.429 INFO O| Sep 11 19:41:04.429 INFO STEP 100 (ensure_file) COMPLETE
107862026-09-11T19:41:05.200Z[ host-image] Sep 11 19:41:04.429 INFO O| Sep 11 19:41:04.429 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107872026-09-11T19:41:05.215Z[ host-image] Sep 11 19:41:04.440 INFO O| Sep 11 19:41:04.440 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107882026-09-11T19:41:05.215Z[ host-image] Sep 11 19:41:04.441 INFO O| Sep 11 19:41:04.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107892026-09-11T19:41:05.215Z[ host-image] Sep 11 19:41:04.441 INFO O| Sep 11 19:41:04.441 INFO STEP 101 (ensure_dir) COMPLETE
107902026-09-11T19:41:05.215Z[ host-image] Sep 11 19:41:04.441 INFO O| Sep 11 19:41:04.441 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107912026-09-11T19:41:05.243Z[ host-image] Sep 11 19:41:04.476 INFO O| Sep 11 19:41:04.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
107922026-09-11T19:41:05.243Z[ host-image] Sep 11 19:41:04.476 INFO O| Sep 11 19:41:04.476 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
107932026-09-11T19:41:05.957Z[ host-image] Sep 11 19:41:05.189 INFO O| Sep 11 19:41:05.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
107942026-09-11T19:41:05.957Z[ host-image] Sep 11 19:41:05.189 INFO O| Sep 11 19:41:05.189 INFO ok!
107952026-09-11T19:41:05.957Z[ host-image] Sep 11 19:41:05.189 INFO O| Sep 11 19:41:05.189 INFO STEP 102 (ensure_file) COMPLETE
107962026-09-11T19:41:05.961Z[ host-image] Sep 11 19:41:05.189 INFO O| Sep 11 19:41:05.189 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107972026-09-11T19:41:05.969Z[ host-image] Sep 11 19:41:05.202 INFO O| Sep 11 19:41:05.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
107982026-09-11T19:41:05.969Z[ host-image] Sep 11 19:41:05.202 INFO O| Sep 11 19:41:05.202 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
107992026-09-11T19:41:05.969Z[ host-image] Sep 11 19:41:05.202 INFO O| Sep 11 19:41:05.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
108002026-09-11T19:41:05.973Z[ host-image] Sep 11 19:41:05.202 INFO O| Sep 11 19:41:05.202 INFO ok!
108012026-09-11T19:41:05.973Z[ host-image] Sep 11 19:41:05.202 INFO O| Sep 11 19:41:05.202 INFO STEP 103 (ensure_file) COMPLETE
108022026-09-11T19:41:05.973Z[ host-image] Sep 11 19:41:05.202 INFO O| Sep 11 19:41:05.202 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108032026-09-11T19:41:05.981Z[ host-image] Sep 11 19:41:05.214 INFO O| Sep 11 19:41:05.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
108042026-09-11T19:41:05.981Z[ host-image] Sep 11 19:41:05.214 INFO O| Sep 11 19:41:05.214 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
108052026-09-11T19:41:05.994Z[ host-image] Sep 11 19:41:05.226 INFO O| Sep 11 19:41:05.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
108062026-09-11T19:41:05.994Z[ host-image] Sep 11 19:41:05.226 INFO O| Sep 11 19:41:05.226 INFO ok!
108072026-09-11T19:41:05.994Z[ host-image] Sep 11 19:41:05.226 INFO O| Sep 11 19:41:05.226 INFO STEP 104 (ensure_file) COMPLETE
108082026-09-11T19:41:05.997Z[ host-image] Sep 11 19:41:05.227 INFO O| Sep 11 19:41:05.226 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108092026-09-11T19:41:06.013Z[ host-image] Sep 11 19:41:05.245 INFO O| Sep 11 19:41:05.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
108102026-09-11T19:41:06.013Z[ host-image] Sep 11 19:41:05.245 INFO O| Sep 11 19:41:05.245 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
108112026-09-11T19:41:06.014Z[ host-image] Sep 11 19:41:05.245 INFO O| Sep 11 19:41:05.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
108122026-09-11T19:41:06.014Z[ host-image] Sep 11 19:41:05.245 INFO O| Sep 11 19:41:05.245 INFO ok!
108132026-09-11T19:41:06.014Z[ host-image] Sep 11 19:41:05.245 INFO O| Sep 11 19:41:05.245 INFO STEP 105 (ensure_file) COMPLETE
108142026-09-11T19:41:06.018Z[ host-image] Sep 11 19:41:05.245 INFO O| Sep 11 19:41:05.245 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108152026-09-11T19:41:06.025Z[ host-image] Sep 11 19:41:05.259 INFO O| Sep 11 19:41:05.258 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108162026-09-11T19:41:06.026Z[ host-image] Sep 11 19:41:05.259 INFO O| Sep 11 19:41:05.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108172026-09-11T19:41:06.029Z[ host-image] Sep 11 19:41:05.259 INFO O| Sep 11 19:41:05.259 INFO STEP 106 (ensure_dir) COMPLETE
108182026-09-11T19:41:06.029Z[ host-image] Sep 11 19:41:05.259 INFO O| Sep 11 19:41:05.259 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108192026-09-11T19:41:06.038Z[ host-image] Sep 11 19:41:05.271 INFO O| Sep 11 19:41:05.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
108202026-09-11T19:41:06.038Z[ host-image] Sep 11 19:41:05.271 INFO O| Sep 11 19:41:05.271 INFO copying /tmp/.tmpzsY8sR/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 ...
108212026-09-11T19:41:06.463Z[ host-image] Sep 11 19:41:05.696 INFO O| Sep 11 19:41:05.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
108222026-09-11T19:41:06.468Z[ host-image] Sep 11 19:41:05.696 INFO O| Sep 11 19:41:05.696 INFO ok!
108232026-09-11T19:41:06.468Z[ host-image] Sep 11 19:41:05.696 INFO O| Sep 11 19:41:05.696 INFO STEP 107 (ensure_file) COMPLETE
108242026-09-11T19:41:06.468Z[ host-image] Sep 11 19:41:05.696 INFO O| Sep 11 19:41:05.696 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108252026-09-11T19:41:06.475Z[ host-image] Sep 11 19:41:05.708 INFO O| Sep 11 19:41:05.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
108262026-09-11T19:41:06.475Z[ host-image] Sep 11 19:41:05.708 INFO O| Sep 11 19:41:05.708 INFO copying /tmp/.tmpzsY8sR/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 ...
108272026-09-11T19:41:06.475Z[ host-image] Sep 11 19:41:05.708 INFO O| Sep 11 19:41:05.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
108282026-09-11T19:41:06.475Z[ host-image] Sep 11 19:41:05.708 INFO O| Sep 11 19:41:05.708 INFO ok!
108292026-09-11T19:41:06.479Z[ host-image] Sep 11 19:41:05.708 INFO O| Sep 11 19:41:05.708 INFO STEP 108 (ensure_file) COMPLETE
108302026-09-11T19:41:06.479Z[ host-image] Sep 11 19:41:05.708 INFO O| Sep 11 19:41:05.708 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108312026-09-11T19:41:06.490Z[ host-image] Sep 11 19:41:05.723 INFO O| Sep 11 19:41:05.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
108322026-09-11T19:41:06.495Z[ host-image] Sep 11 19:41:05.723 INFO O| Sep 11 19:41:05.723 INFO copying /tmp/.tmpzsY8sR/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 ...
108332026-09-11T19:41:06.495Z[ host-image] Sep 11 19:41:05.723 INFO O| Sep 11 19:41:05.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
108342026-09-11T19:41:06.495Z[ host-image] Sep 11 19:41:05.723 INFO O| Sep 11 19:41:05.723 INFO ok!
108352026-09-11T19:41:06.495Z[ host-image] Sep 11 19:41:05.723 INFO O| Sep 11 19:41:05.723 INFO STEP 109 (ensure_file) COMPLETE
108362026-09-11T19:41:06.495Z[ host-image] Sep 11 19:41:05.723 INFO O| Sep 11 19:41:05.723 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108372026-09-11T19:41:06.512Z[ host-image] Sep 11 19:41:05.745 INFO O| Sep 11 19:41:05.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
108382026-09-11T19:41:06.512Z[ host-image] Sep 11 19:41:05.745 INFO O| Sep 11 19:41:05.744 INFO copying /tmp/.tmpzsY8sR/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 ...
108392026-09-11T19:41:06.512Z[ host-image] Sep 11 19:41:05.745 INFO O| Sep 11 19:41:05.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
108402026-09-11T19:41:06.516Z[ host-image] Sep 11 19:41:05.745 INFO O| Sep 11 19:41:05.745 INFO ok!
108412026-09-11T19:41:06.516Z[ host-image] Sep 11 19:41:05.745 INFO O| Sep 11 19:41:05.745 INFO STEP 110 (ensure_file) COMPLETE
108422026-09-11T19:41:06.516Z[ host-image] Sep 11 19:41:05.745 INFO O| Sep 11 19:41:05.745 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108432026-09-11T19:41:06.524Z[ host-image] Sep 11 19:41:05.757 INFO O| Sep 11 19:41:05.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
108442026-09-11T19:41:06.524Z[ host-image] Sep 11 19:41:05.757 INFO O| Sep 11 19:41:05.757 INFO copying /tmp/.tmpzsY8sR/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 ...
108452026-09-11T19:41:06.524Z[ host-image] Sep 11 19:41:05.757 INFO O| Sep 11 19:41:05.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
108462026-09-11T19:41:06.524Z[ host-image] Sep 11 19:41:05.757 INFO O| Sep 11 19:41:05.757 INFO ok!
108472026-09-11T19:41:06.528Z[ host-image] Sep 11 19:41:05.757 INFO O| Sep 11 19:41:05.757 INFO STEP 111 (ensure_file) COMPLETE
108482026-09-11T19:41:06.528Z[ host-image] Sep 11 19:41:05.757 INFO O| Sep 11 19:41:05.757 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108492026-09-11T19:41:06.537Z[ host-image] Sep 11 19:41:05.770 INFO O| Sep 11 19:41:05.770 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
108502026-09-11T19:41:06.537Z[ host-image] Sep 11 19:41:05.770 INFO O| Sep 11 19:41:05.770 INFO copying /tmp/.tmpzsY8sR/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 ...
108512026-09-11T19:41:06.543Z[ host-image] Sep 11 19:41:05.770 INFO O| Sep 11 19:41:05.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
108522026-09-11T19:41:06.543Z[ host-image] Sep 11 19:41:05.770 INFO O| Sep 11 19:41:05.770 INFO ok!
108532026-09-11T19:41:06.543Z[ host-image] Sep 11 19:41:05.770 INFO O| Sep 11 19:41:05.770 INFO STEP 112 (ensure_file) COMPLETE
108542026-09-11T19:41:06.543Z[ host-image] Sep 11 19:41:05.770 INFO O| Sep 11 19:41:05.770 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108552026-09-11T19:41:06.549Z[ host-image] Sep 11 19:41:05.782 INFO O| Sep 11 19:41:05.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
108562026-09-11T19:41:06.550Z[ host-image] Sep 11 19:41:05.782 INFO O| Sep 11 19:41:05.782 INFO copying /tmp/.tmpzsY8sR/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 ...
108572026-09-11T19:41:06.553Z[ host-image] Sep 11 19:41:05.782 INFO O| Sep 11 19:41:05.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
108582026-09-11T19:41:06.553Z[ host-image] Sep 11 19:41:05.782 INFO O| Sep 11 19:41:05.782 INFO ok!
108592026-09-11T19:41:06.553Z[ host-image] Sep 11 19:41:05.782 INFO O| Sep 11 19:41:05.782 INFO STEP 113 (ensure_file) COMPLETE
108602026-09-11T19:41:06.553Z[ host-image] Sep 11 19:41:05.782 INFO O| Sep 11 19:41:05.782 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108612026-09-11T19:41:06.561Z[ host-image] Sep 11 19:41:05.794 INFO O| Sep 11 19:41:05.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
108622026-09-11T19:41:06.561Z[ host-image] Sep 11 19:41:05.794 INFO O| Sep 11 19:41:05.793 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
108632026-09-11T19:41:06.564Z[ host-image] Sep 11 19:41:05.794 INFO O| Sep 11 19:41:05.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
108642026-09-11T19:41:06.564Z[ host-image] Sep 11 19:41:05.794 INFO O| Sep 11 19:41:05.794 INFO ok!
108652026-09-11T19:41:06.564Z[ host-image] Sep 11 19:41:05.794 INFO O| Sep 11 19:41:05.794 INFO STEP 114 (ensure_file) COMPLETE
108662026-09-11T19:41:06.565Z[ host-image] Sep 11 19:41:05.794 INFO O| Sep 11 19:41:05.794 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108672026-09-11T19:41:06.574Z[ host-image] Sep 11 19:41:05.805 INFO O| Sep 11 19:41:05.805 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
108682026-09-11T19:41:06.574Z[ host-image] Sep 11 19:41:05.805 INFO O| Sep 11 19:41:05.805 INFO copying /tmp/.tmpzsY8sR/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 ...
108692026-09-11T19:41:06.574Z[ host-image] Sep 11 19:41:05.805 INFO O| Sep 11 19:41:05.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
108702026-09-11T19:41:06.574Z[ host-image] Sep 11 19:41:05.805 INFO O| Sep 11 19:41:05.805 INFO ok!
108712026-09-11T19:41:06.574Z[ host-image] Sep 11 19:41:05.805 INFO O| Sep 11 19:41:05.805 INFO STEP 115 (ensure_file) COMPLETE
108722026-09-11T19:41:06.574Z[ host-image] Sep 11 19:41:05.805 INFO O| Sep 11 19:41:05.805 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108732026-09-11T19:41:06.586Z[ host-image] Sep 11 19:41:05.818 INFO O| Sep 11 19:41:05.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
108742026-09-11T19:41:06.586Z[ host-image] Sep 11 19:41:05.818 INFO O| Sep 11 19:41:05.818 INFO copying /tmp/.tmpzsY8sR/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 ...
108752026-09-11T19:41:06.586Z[ host-image] Sep 11 19:41:05.818 INFO O| Sep 11 19:41:05.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
108762026-09-11T19:41:06.586Z[ host-image] Sep 11 19:41:05.818 INFO O| Sep 11 19:41:05.818 INFO ok!
108772026-09-11T19:41:06.591Z[ host-image] Sep 11 19:41:05.818 INFO O| Sep 11 19:41:05.818 INFO STEP 116 (ensure_file) COMPLETE
108782026-09-11T19:41:06.591Z[ host-image] Sep 11 19:41:05.818 INFO O| Sep 11 19:41:05.818 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108792026-09-11T19:41:06.598Z[ host-image] Sep 11 19:41:05.831 INFO O| Sep 11 19:41:05.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
108802026-09-11T19:41:06.599Z[ host-image] Sep 11 19:41:05.831 INFO O| Sep 11 19:41:05.831 INFO copying /tmp/.tmpzsY8sR/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 ...
108812026-09-11T19:41:06.599Z[ host-image] Sep 11 19:41:05.831 INFO O| Sep 11 19:41:05.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
108822026-09-11T19:41:06.599Z[ host-image] Sep 11 19:41:05.831 INFO O| Sep 11 19:41:05.831 INFO ok!
108832026-09-11T19:41:06.602Z[ host-image] Sep 11 19:41:05.831 INFO O| Sep 11 19:41:05.831 INFO STEP 117 (ensure_file) COMPLETE
108842026-09-11T19:41:06.603Z[ host-image] Sep 11 19:41:05.831 INFO O| Sep 11 19:41:05.831 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108852026-09-11T19:41:06.609Z[ host-image] Sep 11 19:41:05.842 INFO O| Sep 11 19:41:05.842 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
108862026-09-11T19:41:06.609Z[ host-image] Sep 11 19:41:05.842 INFO O| Sep 11 19:41:05.842 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
108872026-09-11T19:41:06.613Z[ host-image] Sep 11 19:41:05.842 INFO O| Sep 11 19:41:05.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
108882026-09-11T19:41:06.613Z[ host-image] Sep 11 19:41:05.842 INFO O| Sep 11 19:41:05.842 INFO ok!
108892026-09-11T19:41:06.613Z[ host-image] Sep 11 19:41:05.842 INFO O| Sep 11 19:41:05.842 INFO STEP 118 (ensure_file) COMPLETE
108902026-09-11T19:41:06.613Z[ host-image] Sep 11 19:41:05.842 INFO O| Sep 11 19:41:05.842 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108912026-09-11T19:41:06.620Z[ host-image] Sep 11 19:41:05.853 INFO O| Sep 11 19:41:05.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
108922026-09-11T19:41:06.620Z[ host-image] Sep 11 19:41:05.853 INFO O| Sep 11 19:41:05.853 INFO copying /tmp/.tmpzsY8sR/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 ...
108932026-09-11T19:41:06.624Z[ host-image] Sep 11 19:41:05.853 INFO O| Sep 11 19:41:05.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
108942026-09-11T19:41:06.624Z[ host-image] Sep 11 19:41:05.853 INFO O| Sep 11 19:41:05.853 INFO ok!
108952026-09-11T19:41:06.624Z[ host-image] Sep 11 19:41:05.853 INFO O| Sep 11 19:41:05.853 INFO STEP 119 (ensure_file) COMPLETE
108962026-09-11T19:41:06.627Z[ host-image] Sep 11 19:41:05.853 INFO O| Sep 11 19:41:05.853 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108972026-09-11T19:41:06.631Z[ host-image] Sep 11 19:41:05.864 INFO O| Sep 11 19:41:05.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
108982026-09-11T19:41:06.631Z[ host-image] Sep 11 19:41:05.864 INFO O| Sep 11 19:41:05.864 INFO copying /tmp/.tmpzsY8sR/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 ...
108992026-09-11T19:41:06.634Z[ host-image] Sep 11 19:41:05.864 INFO O| Sep 11 19:41:05.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
109002026-09-11T19:41:06.634Z[ host-image] Sep 11 19:41:05.864 INFO O| Sep 11 19:41:05.864 INFO ok!
109012026-09-11T19:41:06.634Z[ host-image] Sep 11 19:41:05.864 INFO O| Sep 11 19:41:05.864 INFO STEP 120 (ensure_file) COMPLETE
109022026-09-11T19:41:06.634Z[ host-image] Sep 11 19:41:05.864 INFO O| Sep 11 19:41:05.864 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109032026-09-11T19:41:06.644Z[ host-image] Sep 11 19:41:05.876 INFO O| Sep 11 19:41:05.876 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
109042026-09-11T19:41:06.644Z[ host-image] Sep 11 19:41:05.876 INFO O| Sep 11 19:41:05.876 INFO copying /tmp/.tmpzsY8sR/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 ...
109052026-09-11T19:41:06.647Z[ host-image] Sep 11 19:41:05.877 INFO O| Sep 11 19:41:05.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
109062026-09-11T19:41:06.647Z[ host-image] Sep 11 19:41:05.877 INFO O| Sep 11 19:41:05.876 INFO ok!
109072026-09-11T19:41:06.647Z[ host-image] Sep 11 19:41:05.877 INFO O| Sep 11 19:41:05.876 INFO STEP 121 (ensure_file) COMPLETE
109082026-09-11T19:41:06.647Z[ host-image] Sep 11 19:41:05.877 INFO O| Sep 11 19:41:05.877 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109092026-09-11T19:41:06.654Z[ host-image] Sep 11 19:41:05.887 INFO O| Sep 11 19:41:05.887 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
109102026-09-11T19:41:06.654Z[ host-image] Sep 11 19:41:05.887 INFO O| Sep 11 19:41:05.887 INFO copying /tmp/.tmpzsY8sR/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 ...
109112026-09-11T19:41:06.658Z[ host-image] Sep 11 19:41:05.887 INFO O| Sep 11 19:41:05.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
109122026-09-11T19:41:06.658Z[ host-image] Sep 11 19:41:05.887 INFO O| Sep 11 19:41:05.887 INFO ok!
109132026-09-11T19:41:06.658Z[ host-image] Sep 11 19:41:05.887 INFO O| Sep 11 19:41:05.887 INFO STEP 122 (ensure_file) COMPLETE
109142026-09-11T19:41:06.658Z[ host-image] Sep 11 19:41:05.887 INFO O| Sep 11 19:41:05.887 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109152026-09-11T19:41:06.666Z[ host-image] Sep 11 19:41:05.899 INFO O| Sep 11 19:41:05.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
109162026-09-11T19:41:06.666Z[ host-image] Sep 11 19:41:05.899 INFO O| Sep 11 19:41:05.899 INFO copying /tmp/.tmpzsY8sR/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 ...
109172026-09-11T19:41:06.666Z[ host-image] Sep 11 19:41:05.899 INFO O| Sep 11 19:41:05.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
109182026-09-11T19:41:06.666Z[ host-image] Sep 11 19:41:05.899 INFO O| Sep 11 19:41:05.899 INFO ok!
109192026-09-11T19:41:06.666Z[ host-image] Sep 11 19:41:05.899 INFO O| Sep 11 19:41:05.899 INFO STEP 123 (ensure_file) COMPLETE
109202026-09-11T19:41:06.666Z[ host-image] Sep 11 19:41:05.899 INFO O| Sep 11 19:41:05.899 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109212026-09-11T19:41:06.677Z[ host-image] Sep 11 19:41:05.910 INFO O| Sep 11 19:41:05.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
109222026-09-11T19:41:06.677Z[ host-image] Sep 11 19:41:05.910 INFO O| Sep 11 19:41:05.910 INFO copying /tmp/.tmpzsY8sR/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 ...
109232026-09-11T19:41:06.677Z[ host-image] Sep 11 19:41:05.910 INFO O| Sep 11 19:41:05.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
109242026-09-11T19:41:06.677Z[ host-image] Sep 11 19:41:05.910 INFO O| Sep 11 19:41:05.910 INFO ok!
109252026-09-11T19:41:06.677Z[ host-image] Sep 11 19:41:05.910 INFO O| Sep 11 19:41:05.910 INFO STEP 124 (ensure_file) COMPLETE
109262026-09-11T19:41:06.682Z[ host-image] Sep 11 19:41:05.910 INFO O| Sep 11 19:41:05.910 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109272026-09-11T19:41:06.688Z[ host-image] Sep 11 19:41:05.921 INFO O| Sep 11 19:41:05.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
109282026-09-11T19:41:06.688Z[ host-image] Sep 11 19:41:05.921 INFO O| Sep 11 19:41:05.921 INFO copying /tmp/.tmpzsY8sR/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 ...
109292026-09-11T19:41:06.688Z[ host-image] Sep 11 19:41:05.921 INFO O| Sep 11 19:41:05.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
109302026-09-11T19:41:06.688Z[ host-image] Sep 11 19:41:05.921 INFO O| Sep 11 19:41:05.921 INFO ok!
109312026-09-11T19:41:06.688Z[ host-image] Sep 11 19:41:05.921 INFO O| Sep 11 19:41:05.921 INFO STEP 125 (ensure_file) COMPLETE
109322026-09-11T19:41:06.691Z[ host-image] Sep 11 19:41:05.921 INFO O| Sep 11 19:41:05.921 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109332026-09-11T19:41:06.701Z[ host-image] Sep 11 19:41:05.934 INFO O| Sep 11 19:41:05.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
109342026-09-11T19:41:06.701Z[ host-image] Sep 11 19:41:05.934 INFO O| Sep 11 19:41:05.934 INFO copying /tmp/.tmpzsY8sR/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 ...
109352026-09-11T19:41:06.701Z[ host-image] Sep 11 19:41:05.934 INFO O| Sep 11 19:41:05.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
109362026-09-11T19:41:06.701Z[ host-image] Sep 11 19:41:05.934 INFO O| Sep 11 19:41:05.934 INFO ok!
109372026-09-11T19:41:06.705Z[ host-image] Sep 11 19:41:05.934 INFO O| Sep 11 19:41:05.934 INFO STEP 126 (ensure_file) COMPLETE
109382026-09-11T19:41:06.705Z[ host-image] Sep 11 19:41:05.934 INFO O| Sep 11 19:41:05.934 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109392026-09-11T19:41:06.716Z[ host-image] Sep 11 19:41:05.945 INFO O| Sep 11 19:41:05.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
109402026-09-11T19:41:06.716Z[ host-image] Sep 11 19:41:05.945 INFO O| Sep 11 19:41:05.945 INFO copying /tmp/.tmpzsY8sR/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 ...
109412026-09-11T19:41:06.716Z[ host-image] Sep 11 19:41:05.945 INFO O| Sep 11 19:41:05.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
109422026-09-11T19:41:06.717Z[ host-image] Sep 11 19:41:05.945 INFO O| Sep 11 19:41:05.945 INFO ok!
109432026-09-11T19:41:06.717Z[ host-image] Sep 11 19:41:05.945 INFO O| Sep 11 19:41:05.945 INFO STEP 127 (ensure_file) COMPLETE
109442026-09-11T19:41:06.717Z[ host-image] Sep 11 19:41:05.945 INFO O| Sep 11 19:41:05.945 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109452026-09-11T19:41:06.722Z[ host-image] Sep 11 19:41:05.955 INFO O| Sep 11 19:41:05.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
109462026-09-11T19:41:06.722Z[ host-image] Sep 11 19:41:05.955 INFO O| Sep 11 19:41:05.955 INFO copying /tmp/.tmpzsY8sR/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 ...
109472026-09-11T19:41:06.722Z[ host-image] Sep 11 19:41:05.955 INFO O| Sep 11 19:41:05.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
109482026-09-11T19:41:06.726Z[ host-image] Sep 11 19:41:05.955 INFO O| Sep 11 19:41:05.955 INFO ok!
109492026-09-11T19:41:06.726Z[ host-image] Sep 11 19:41:05.955 INFO O| Sep 11 19:41:05.955 INFO STEP 128 (ensure_file) COMPLETE
109502026-09-11T19:41:06.726Z[ host-image] Sep 11 19:41:05.955 INFO O| Sep 11 19:41:05.955 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109512026-09-11T19:41:06.734Z[ host-image] Sep 11 19:41:05.967 INFO O| Sep 11 19:41:05.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
109522026-09-11T19:41:06.734Z[ host-image] Sep 11 19:41:05.967 INFO O| Sep 11 19:41:05.967 INFO copying /tmp/.tmpzsY8sR/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 ...
109532026-09-11T19:41:06.738Z[ host-image] Sep 11 19:41:05.967 INFO O| Sep 11 19:41:05.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
109542026-09-11T19:41:06.738Z[ host-image] Sep 11 19:41:05.967 INFO O| Sep 11 19:41:05.967 INFO ok!
109552026-09-11T19:41:06.738Z[ host-image] Sep 11 19:41:05.967 INFO O| Sep 11 19:41:05.967 INFO STEP 129 (ensure_file) COMPLETE
109562026-09-11T19:41:06.738Z[ host-image] Sep 11 19:41:05.967 INFO O| Sep 11 19:41:05.967 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109572026-09-11T19:41:06.745Z[ host-image] Sep 11 19:41:05.978 INFO O| Sep 11 19:41:05.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
109582026-09-11T19:41:06.745Z[ host-image] Sep 11 19:41:05.978 INFO O| Sep 11 19:41:05.978 INFO copying /tmp/.tmpzsY8sR/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 ...
109592026-09-11T19:41:06.749Z[ host-image] Sep 11 19:41:05.978 INFO O| Sep 11 19:41:05.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
109602026-09-11T19:41:06.749Z[ host-image] Sep 11 19:41:05.978 INFO O| Sep 11 19:41:05.978 INFO ok!
109612026-09-11T19:41:06.749Z[ host-image] Sep 11 19:41:05.978 INFO O| Sep 11 19:41:05.978 INFO STEP 130 (ensure_file) COMPLETE
109622026-09-11T19:41:06.749Z[ host-image] Sep 11 19:41:05.978 INFO O| Sep 11 19:41:05.978 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109632026-09-11T19:41:06.758Z[ host-image] Sep 11 19:41:05.991 INFO O| Sep 11 19:41:05.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
109642026-09-11T19:41:06.758Z[ host-image] Sep 11 19:41:05.991 INFO O| Sep 11 19:41:05.991 INFO copying /tmp/.tmpzsY8sR/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 ...
109652026-09-11T19:41:06.758Z[ host-image] Sep 11 19:41:05.991 INFO O| Sep 11 19:41:05.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
109662026-09-11T19:41:06.762Z[ host-image] Sep 11 19:41:05.991 INFO O| Sep 11 19:41:05.991 INFO ok!
109672026-09-11T19:41:06.762Z[ host-image] Sep 11 19:41:05.991 INFO O| Sep 11 19:41:05.991 INFO STEP 131 (ensure_file) COMPLETE
109682026-09-11T19:41:06.762Z[ host-image] Sep 11 19:41:05.991 INFO O| Sep 11 19:41:05.991 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109692026-09-11T19:41:06.769Z[ host-image] Sep 11 19:41:06.002 INFO O| Sep 11 19:41:06.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
109702026-09-11T19:41:06.769Z[ host-image] Sep 11 19:41:06.002 INFO O| Sep 11 19:41:06.002 INFO copying /tmp/.tmpzsY8sR/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 ...
109712026-09-11T19:41:06.772Z[ host-image] Sep 11 19:41:06.002 INFO O| Sep 11 19:41:06.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
109722026-09-11T19:41:06.772Z[ host-image] Sep 11 19:41:06.002 INFO O| Sep 11 19:41:06.002 INFO ok!
109732026-09-11T19:41:06.772Z[ host-image] Sep 11 19:41:06.002 INFO O| Sep 11 19:41:06.002 INFO STEP 132 (ensure_file) COMPLETE
109742026-09-11T19:41:06.773Z[ host-image] Sep 11 19:41:06.002 INFO O| Sep 11 19:41:06.002 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109752026-09-11T19:41:06.779Z[ host-image] Sep 11 19:41:06.012 INFO O| Sep 11 19:41:06.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
109762026-09-11T19:41:06.779Z[ host-image] Sep 11 19:41:06.012 INFO O| Sep 11 19:41:06.012 INFO copying /tmp/.tmpzsY8sR/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 ...
109772026-09-11T19:41:06.783Z[ host-image] Sep 11 19:41:06.012 INFO O| Sep 11 19:41:06.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
109782026-09-11T19:41:06.783Z[ host-image] Sep 11 19:41:06.012 INFO O| Sep 11 19:41:06.012 INFO ok!
109792026-09-11T19:41:06.783Z[ host-image] Sep 11 19:41:06.012 INFO O| Sep 11 19:41:06.012 INFO STEP 133 (ensure_file) COMPLETE
109802026-09-11T19:41:06.783Z[ host-image] Sep 11 19:41:06.012 INFO O| Sep 11 19:41:06.012 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109812026-09-11T19:41:06.790Z[ host-image] Sep 11 19:41:06.023 INFO O| Sep 11 19:41:06.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
109822026-09-11T19:41:06.790Z[ host-image] Sep 11 19:41:06.023 INFO O| Sep 11 19:41:06.023 INFO copying /tmp/.tmpzsY8sR/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 ...
109832026-09-11T19:41:06.793Z[ host-image] Sep 11 19:41:06.023 INFO O| Sep 11 19:41:06.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
109842026-09-11T19:41:06.794Z[ host-image] Sep 11 19:41:06.023 INFO O| Sep 11 19:41:06.023 INFO ok!
109852026-09-11T19:41:06.794Z[ host-image] Sep 11 19:41:06.023 INFO O| Sep 11 19:41:06.023 INFO STEP 134 (ensure_file) COMPLETE
109862026-09-11T19:41:06.794Z[ host-image] Sep 11 19:41:06.023 INFO O| Sep 11 19:41:06.023 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109872026-09-11T19:41:06.800Z[ host-image] Sep 11 19:41:06.033 INFO O| Sep 11 19:41:06.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
109882026-09-11T19:41:06.800Z[ host-image] Sep 11 19:41:06.033 INFO O| Sep 11 19:41:06.033 INFO copying /tmp/.tmpzsY8sR/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 ...
109892026-09-11T19:41:06.801Z[ host-image] Sep 11 19:41:06.033 INFO O| Sep 11 19:41:06.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109902026-09-11T19:41:06.805Z[ host-image] Sep 11 19:41:06.033 INFO O| Sep 11 19:41:06.033 INFO ok!
109912026-09-11T19:41:06.805Z[ host-image] Sep 11 19:41:06.033 INFO O| Sep 11 19:41:06.033 INFO STEP 135 (ensure_file) COMPLETE
109922026-09-11T19:41:06.805Z[ host-image] Sep 11 19:41:06.033 INFO O| Sep 11 19:41:06.033 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109932026-09-11T19:41:06.813Z[ host-image] Sep 11 19:41:06.043 INFO O| Sep 11 19:41:06.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
109942026-09-11T19:41:06.813Z[ host-image] Sep 11 19:41:06.043 INFO O| Sep 11 19:41:06.043 INFO copying /tmp/.tmpzsY8sR/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 ...
109952026-09-11T19:41:06.813Z[ host-image] Sep 11 19:41:06.043 INFO O| Sep 11 19:41:06.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
109962026-09-11T19:41:06.817Z[ host-image] Sep 11 19:41:06.043 INFO O| Sep 11 19:41:06.043 INFO ok!
109972026-09-11T19:41:06.817Z[ host-image] Sep 11 19:41:06.043 INFO O| Sep 11 19:41:06.043 INFO STEP 136 (ensure_file) COMPLETE
109982026-09-11T19:41:06.817Z[ host-image] Sep 11 19:41:06.043 INFO O| Sep 11 19:41:06.043 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109992026-09-11T19:41:06.830Z[ host-image] Sep 11 19:41:06.063 INFO O| Sep 11 19:41:06.063 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
110002026-09-11T19:41:06.830Z[ host-image] Sep 11 19:41:06.063 INFO O| Sep 11 19:41:06.063 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
110012026-09-11T19:41:06.834Z[ host-image] Sep 11 19:41:06.063 INFO O| Sep 11 19:41:06.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
110022026-09-11T19:41:06.834Z[ host-image] Sep 11 19:41:06.063 INFO O| Sep 11 19:41:06.063 INFO ok!
110032026-09-11T19:41:06.834Z[ host-image] Sep 11 19:41:06.063 INFO O| Sep 11 19:41:06.063 INFO STEP 137 (ensure_file) COMPLETE
110042026-09-11T19:41:06.834Z[ host-image] Sep 11 19:41:06.063 INFO O| Sep 11 19:41:06.063 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110052026-09-11T19:41:06.843Z[ host-image] Sep 11 19:41:06.076 INFO O| Sep 11 19:41:06.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
110062026-09-11T19:41:06.843Z[ host-image] Sep 11 19:41:06.076 INFO O| Sep 11 19:41:06.076 INFO copying /tmp/.tmpzsY8sR/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 ...
110072026-09-11T19:41:06.843Z[ host-image] Sep 11 19:41:06.076 INFO O| Sep 11 19:41:06.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
110082026-09-11T19:41:06.843Z[ host-image] Sep 11 19:41:06.076 INFO O| Sep 11 19:41:06.076 INFO ok!
110092026-09-11T19:41:06.843Z[ host-image] Sep 11 19:41:06.076 INFO O| Sep 11 19:41:06.076 INFO STEP 138 (ensure_file) COMPLETE
110102026-09-11T19:41:06.846Z[ host-image] Sep 11 19:41:06.076 INFO O| Sep 11 19:41:06.076 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110112026-09-11T19:41:06.856Z[ host-image] Sep 11 19:41:06.089 INFO O| Sep 11 19:41:06.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
110122026-09-11T19:41:06.856Z[ host-image] Sep 11 19:41:06.089 INFO O| Sep 11 19:41:06.089 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
110132026-09-11T19:41:06.856Z[ host-image] Sep 11 19:41:06.089 INFO O| Sep 11 19:41:06.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
110142026-09-11T19:41:06.860Z[ host-image] Sep 11 19:41:06.089 INFO O| Sep 11 19:41:06.089 INFO ok!
110152026-09-11T19:41:06.860Z[ host-image] Sep 11 19:41:06.089 INFO O| Sep 11 19:41:06.089 INFO STEP 139 (ensure_file) COMPLETE
110162026-09-11T19:41:06.861Z[ host-image] Sep 11 19:41:06.089 INFO O| Sep 11 19:41:06.089 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110172026-09-11T19:41:06.868Z[ host-image] Sep 11 19:41:06.101 INFO O| Sep 11 19:41:06.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
110182026-09-11T19:41:06.868Z[ host-image] Sep 11 19:41:06.101 INFO O| Sep 11 19:41:06.101 INFO copying /tmp/.tmpzsY8sR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
110192026-09-11T19:41:07.532Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
110202026-09-11T19:41:10.161Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
110212026-09-11T19:41:17.762Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
110222026-09-11T19:41:18.911Z[ host-image] Sep 11 19:41:18.144 INFO O| Sep 11 19:41:18.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
110232026-09-11T19:41:18.911Z[ host-image] Sep 11 19:41:18.144 INFO O| Sep 11 19:41:18.144 INFO ok!
110242026-09-11T19:41:18.911Z[ host-image] Sep 11 19:41:18.144 INFO O| Sep 11 19:41:18.144 INFO STEP 140 (ensure_file) COMPLETE
110252026-09-11T19:41:18.915Z[ host-image] Sep 11 19:41:18.144 INFO O| Sep 11 19:41:18.144 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110262026-09-11T19:41:18.920Z[ host-image] Sep 11 19:41:18.153 INFO O| Sep 11 19:41:18.153 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
110272026-09-11T19:41:18.920Z[ host-image] Sep 11 19:41:18.153 INFO O| Sep 11 19:41:18.153 INFO STEP 141 (ensure_dir) COMPLETE
110282026-09-11T19:41:18.920Z[ host-image] Sep 11 19:41:18.153 INFO O| Sep 11 19:41:18.153 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110292026-09-11T19:41:18.927Z[ host-image] Sep 11 19:41:18.160 INFO O| Sep 11 19:41:18.160 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
110302026-09-11T19:41:18.927Z[ host-image] Sep 11 19:41:18.160 INFO O| Sep 11 19:41:18.160 INFO STEP 142 (ensure_dir) COMPLETE
110312026-09-11T19:41:18.931Z[ host-image] Sep 11 19:41:18.160 INFO O| Sep 11 19:41:18.160 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110322026-09-11T19:41:18.934Z[ host-image] Sep 11 19:41:18.167 INFO O| Sep 11 19:41:18.167 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
110332026-09-11T19:41:18.934Z[ host-image] Sep 11 19:41:18.167 INFO O| Sep 11 19:41:18.167 INFO STEP 143 (ensure_dir) COMPLETE
110342026-09-11T19:41:18.938Z[ host-image] Sep 11 19:41:18.167 INFO O| Sep 11 19:41:18.167 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110352026-09-11T19:41:18.942Z[ host-image] Sep 11 19:41:18.175 INFO O| Sep 11 19:41:18.174 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
110362026-09-11T19:41:18.942Z[ host-image] Sep 11 19:41:18.175 INFO O| Sep 11 19:41:18.175 INFO STEP 144 (ensure_dir) COMPLETE
110372026-09-11T19:41:18.945Z[ host-image] Sep 11 19:41:18.175 INFO O| Sep 11 19:41:18.175 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110382026-09-11T19:41:18.949Z[ host-image] Sep 11 19:41:18.182 INFO O| Sep 11 19:41:18.182 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
110392026-09-11T19:41:18.949Z[ host-image] Sep 11 19:41:18.182 INFO O| Sep 11 19:41:18.182 INFO copying /tmp/.tmpzsY8sR/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 ...
110402026-09-11T19:41:18.952Z[ host-image] Sep 11 19:41:18.182 INFO O| Sep 11 19:41:18.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
110412026-09-11T19:41:18.952Z[ host-image] Sep 11 19:41:18.182 INFO O| Sep 11 19:41:18.182 INFO ok!
110422026-09-11T19:41:18.952Z[ host-image] Sep 11 19:41:18.182 INFO O| Sep 11 19:41:18.182 INFO STEP 145 (ensure_file) COMPLETE
110432026-09-11T19:41:18.952Z[ host-image] Sep 11 19:41:18.182 INFO O| Sep 11 19:41:18.182 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110442026-09-11T19:41:18.959Z[ host-image] Sep 11 19:41:18.192 INFO O| Sep 11 19:41:18.192 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
110452026-09-11T19:41:18.962Z[ host-image] Sep 11 19:41:18.192 INFO O| Sep 11 19:41:18.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
110462026-09-11T19:41:18.963Z[ host-image] Sep 11 19:41:18.192 INFO O| Sep 11 19:41:18.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
110472026-09-11T19:41:18.963Z[ host-image] Sep 11 19:41:18.192 INFO O| Sep 11 19:41:18.192 INFO STEP 146 (ensure_dir) COMPLETE
110482026-09-11T19:41:18.963Z[ host-image] Sep 11 19:41:18.192 INFO O| Sep 11 19:41:18.192 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110492026-09-11T19:41:18.968Z[ host-image] Sep 11 19:41:18.201 INFO O| Sep 11 19:41:18.201 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
110502026-09-11T19:41:18.968Z[ host-image] Sep 11 19:41:18.201 INFO O| Sep 11 19:41:18.201 INFO copying /tmp/.tmpzsY8sR/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
110512026-09-11T19:41:18.972Z[ host-image] Sep 11 19:41:18.201 INFO O| Sep 11 19:41:18.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
110522026-09-11T19:41:18.972Z[ host-image] Sep 11 19:41:18.201 INFO O| Sep 11 19:41:18.201 INFO ok!
110532026-09-11T19:41:18.972Z[ host-image] Sep 11 19:41:18.201 INFO O| Sep 11 19:41:18.201 INFO STEP 147 (ensure_file) COMPLETE
110542026-09-11T19:41:18.972Z[ host-image] Sep 11 19:41:18.201 INFO O| Sep 11 19:41:18.201 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110552026-09-11T19:41:18.977Z[ host-image] Sep 11 19:41:18.210 INFO O| Sep 11 19:41:18.210 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
110562026-09-11T19:41:18.980Z[ host-image] Sep 11 19:41:18.210 INFO O| Sep 11 19:41:18.210 INFO STEP 148 (remove_files) COMPLETE
110572026-09-11T19:41:18.980Z[ host-image] Sep 11 19:41:18.210 INFO O| Sep 11 19:41:18.210 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110582026-09-11T19:41:18.986Z[ host-image] Sep 11 19:41:18.219 INFO O| Sep 11 19:41:18.219 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
110592026-09-11T19:41:18.990Z[ host-image] Sep 11 19:41:18.219 INFO O| Sep 11 19:41:18.219 INFO STEP 149 (remove_files) COMPLETE
110602026-09-11T19:41:18.990Z[ host-image] Sep 11 19:41:18.219 INFO O| Sep 11 19:41:18.219 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110612026-09-11T19:41:18.996Z[ host-image] Sep 11 19:41:18.228 INFO O| Sep 11 19:41:18.228 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
110622026-09-11T19:41:19.000Z[ host-image] Sep 11 19:41:18.228 INFO O| Sep 11 19:41:18.228 INFO STEP 150 (remove_files) COMPLETE
110632026-09-11T19:41:19.000Z[ host-image] Sep 11 19:41:18.228 INFO O| Sep 11 19:41:18.228 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110642026-09-11T19:41:19.004Z[ host-image] Sep 11 19:41:18.237 INFO O| Sep 11 19:41:18.237 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
110652026-09-11T19:41:19.004Z[ host-image] Sep 11 19:41:18.237 INFO O| Sep 11 19:41:18.237 INFO STEP 151 (remove_files) COMPLETE
110662026-09-11T19:41:19.004Z[ host-image] Sep 11 19:41:18.237 INFO O| Sep 11 19:41:18.237 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110672026-09-11T19:41:19.013Z[ host-image] Sep 11 19:41:18.246 INFO O| Sep 11 19:41:18.246 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
110682026-09-11T19:41:19.019Z[ host-image] Sep 11 19:41:18.246 INFO O| Sep 11 19:41:18.246 INFO STEP 152 (remove_files) COMPLETE
110692026-09-11T19:41:19.019Z[ host-image] Sep 11 19:41:18.246 INFO O| Sep 11 19:41:18.246 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110702026-09-11T19:41:19.023Z[ host-image] Sep 11 19:41:18.255 INFO O| Sep 11 19:41:18.255 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
110712026-09-11T19:41:19.023Z[ host-image] Sep 11 19:41:18.255 INFO O| Sep 11 19:41:18.255 INFO STEP 153 (remove_files) COMPLETE
110722026-09-11T19:41:19.023Z[ host-image] Sep 11 19:41:18.255 INFO O| Sep 11 19:41:18.255 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110732026-09-11T19:41:19.030Z[ host-image] Sep 11 19:41:18.263 INFO O| Sep 11 19:41:18.262 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
110742026-09-11T19:41:19.030Z[ host-image] Sep 11 19:41:18.263 INFO O| Sep 11 19:41:18.263 INFO STEP 154 (remove_files) COMPLETE
110752026-09-11T19:41:19.033Z[ host-image] Sep 11 19:41:18.263 INFO O| Sep 11 19:41:18.263 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110762026-09-11T19:41:19.037Z[ host-image] Sep 11 19:41:18.270 INFO O| Sep 11 19:41:18.269 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
110772026-09-11T19:41:19.037Z[ host-image] Sep 11 19:41:18.270 INFO O| Sep 11 19:41:18.270 INFO STEP 155 (remove_files) COMPLETE
110782026-09-11T19:41:19.037Z[ host-image] Sep 11 19:41:18.270 INFO O| Sep 11 19:41:18.270 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110792026-09-11T19:41:19.044Z[ host-image] Sep 11 19:41:18.277 INFO O| Sep 11 19:41:18.277 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
110802026-09-11T19:41:19.047Z[ host-image] Sep 11 19:41:18.277 INFO O| Sep 11 19:41:18.277 INFO STEP 156 (remove_files) COMPLETE
110812026-09-11T19:41:19.047Z[ host-image] Sep 11 19:41:18.277 INFO O| Sep 11 19:41:18.277 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110822026-09-11T19:41:19.053Z[ host-image] Sep 11 19:41:18.284 INFO O| Sep 11 19:41:18.284 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
110832026-09-11T19:41:19.054Z[ host-image] Sep 11 19:41:18.284 INFO O| Sep 11 19:41:18.284 INFO STEP 157 (remove_files) COMPLETE
110842026-09-11T19:41:19.054Z[ host-image] Sep 11 19:41:18.284 INFO O| Sep 11 19:41:18.284 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110852026-09-11T19:41:19.057Z[ host-image] Sep 11 19:41:18.290 INFO O| Sep 11 19:41:18.290 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
110862026-09-11T19:41:19.057Z[ host-image] Sep 11 19:41:18.290 INFO O| Sep 11 19:41:18.290 INFO STEP 158 (remove_files) COMPLETE
110872026-09-11T19:41:19.057Z[ host-image] Sep 11 19:41:18.290 INFO O| Sep 11 19:41:18.290 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110882026-09-11T19:41:19.068Z[ host-image] Sep 11 19:41:18.300 INFO O| Sep 11 19:41:18.300 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
110892026-09-11T19:41:19.068Z[ host-image] Sep 11 19:41:18.301 INFO O| Sep 11 19:41:18.301 INFO STEP 159 (remove_files) COMPLETE
110902026-09-11T19:41:19.072Z[ host-image] Sep 11 19:41:18.301 INFO O| Sep 11 19:41:18.301 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110912026-09-11T19:41:19.076Z[ host-image] Sep 11 19:41:18.309 INFO O| Sep 11 19:41:18.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110922026-09-11T19:41:19.079Z[ host-image] Sep 11 19:41:18.309 INFO O| Sep 11 19:41:18.309 INFO STEP 160 (remove_files) COMPLETE
110932026-09-11T19:41:19.079Z[ host-image] Sep 11 19:41:18.309 INFO O| Sep 11 19:41:18.309 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110942026-09-11T19:41:19.085Z[ host-image] Sep 11 19:41:18.318 INFO O| Sep 11 19:41:18.318 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
110952026-09-11T19:41:19.085Z[ host-image] Sep 11 19:41:18.318 INFO O| Sep 11 19:41:18.318 INFO STEP 161 (remove_files) COMPLETE
110962026-09-11T19:41:19.089Z[ host-image] Sep 11 19:41:18.318 INFO O| Sep 11 19:41:18.318 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110972026-09-11T19:41:19.093Z[ host-image] Sep 11 19:41:18.326 INFO O| Sep 11 19:41:18.326 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
110982026-09-11T19:41:19.094Z[ host-image] Sep 11 19:41:18.326 INFO O| Sep 11 19:41:18.326 INFO STEP 162 (remove_files) COMPLETE
110992026-09-11T19:41:19.097Z[ host-image] Sep 11 19:41:18.326 INFO O| Sep 11 19:41:18.326 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111002026-09-11T19:41:19.101Z[ host-image] Sep 11 19:41:18.334 INFO O| Sep 11 19:41:18.334 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
111012026-09-11T19:41:19.101Z[ host-image] Sep 11 19:41:18.334 INFO O| Sep 11 19:41:18.334 INFO STEP 163 (remove_files) COMPLETE
111022026-09-11T19:41:19.101Z[ host-image] Sep 11 19:41:18.334 INFO O| Sep 11 19:41:18.334 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111032026-09-11T19:41:19.108Z[ host-image] Sep 11 19:41:18.341 INFO O| Sep 11 19:41:18.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
111042026-09-11T19:41:19.108Z[ host-image] Sep 11 19:41:18.341 INFO O| Sep 11 19:41:18.341 INFO STEP 164 (remove_files) COMPLETE
111052026-09-11T19:41:19.112Z[ host-image] Sep 11 19:41:18.341 INFO O| Sep 11 19:41:18.341 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111062026-09-11T19:41:19.118Z[ host-image] Sep 11 19:41:18.350 INFO O| Sep 11 19:41:18.350 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
111072026-09-11T19:41:19.118Z[ host-image] Sep 11 19:41:18.350 INFO O| Sep 11 19:41:18.350 INFO STEP 165 (remove_files) COMPLETE
111082026-09-11T19:41:19.121Z[ host-image] Sep 11 19:41:18.350 INFO O| Sep 11 19:41:18.350 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111092026-09-11T19:41:19.126Z[ host-image] Sep 11 19:41:18.359 INFO O| Sep 11 19:41:18.359 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
111102026-09-11T19:41:19.127Z[ host-image] Sep 11 19:41:18.359 INFO O| Sep 11 19:41:18.359 INFO STEP 166 (remove_files) COMPLETE
111112026-09-11T19:41:19.127Z[ host-image] Sep 11 19:41:18.359 INFO O| Sep 11 19:41:18.359 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111122026-09-11T19:41:19.135Z[ host-image] Sep 11 19:41:18.367 INFO O| Sep 11 19:41:18.367 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
111132026-09-11T19:41:19.135Z[ host-image] Sep 11 19:41:18.367 INFO O| Sep 11 19:41:18.367 INFO STEP 167 (remove_files) COMPLETE
111142026-09-11T19:41:19.138Z[ host-image] Sep 11 19:41:18.367 INFO O| Sep 11 19:41:18.367 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111152026-09-11T19:41:19.143Z[ host-image] Sep 11 19:41:18.376 INFO O| Sep 11 19:41:18.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
111162026-09-11T19:41:19.144Z[ host-image] Sep 11 19:41:18.376 INFO O| Sep 11 19:41:18.376 INFO STEP 168 (remove_files) COMPLETE
111172026-09-11T19:41:19.147Z[ host-image] Sep 11 19:41:18.376 INFO O| Sep 11 19:41:18.376 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111182026-09-11T19:41:19.151Z[ host-image] Sep 11 19:41:18.384 INFO O| Sep 11 19:41:18.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
111192026-09-11T19:41:19.155Z[ host-image] Sep 11 19:41:18.384 INFO O| Sep 11 19:41:18.384 INFO STEP 169 (remove_files) COMPLETE
111202026-09-11T19:41:19.155Z[ host-image] Sep 11 19:41:18.384 INFO O| Sep 11 19:41:18.384 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111212026-09-11T19:41:19.162Z[ host-image] Sep 11 19:41:18.394 INFO O| Sep 11 19:41:18.394 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
111222026-09-11T19:41:19.162Z[ host-image] Sep 11 19:41:18.394 INFO O| Sep 11 19:41:18.394 INFO STEP 170 (remove_files) COMPLETE
111232026-09-11T19:41:19.165Z[ host-image] Sep 11 19:41:18.394 INFO O| Sep 11 19:41:18.394 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111242026-09-11T19:41:19.171Z[ host-image] Sep 11 19:41:18.404 INFO O| Sep 11 19:41:18.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
111252026-09-11T19:41:19.172Z[ host-image] Sep 11 19:41:18.404 INFO O| Sep 11 19:41:18.404 INFO STEP 171 (remove_files) COMPLETE
111262026-09-11T19:41:19.172Z[ host-image] Sep 11 19:41:18.404 INFO O| Sep 11 19:41:18.404 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111272026-09-11T19:41:19.195Z[ host-image] Sep 11 19:41:18.412 INFO O| Sep 11 19:41:18.412 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
111282026-09-11T19:41:19.195Z[ host-image] Sep 11 19:41:18.412 INFO O| Sep 11 19:41:18.412 INFO STEP 172 (remove_files) COMPLETE
111292026-09-11T19:41:19.220Z[ host-image] Sep 11 19:41:18.412 INFO O| Sep 11 19:41:18.412 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111302026-09-11T19:41:19.221Z[ host-image] Sep 11 19:41:18.420 INFO O| Sep 11 19:41:18.420 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
111312026-09-11T19:41:19.221Z[ host-image] Sep 11 19:41:18.420 INFO O| Sep 11 19:41:18.420 INFO STEP 173 (remove_files) COMPLETE
111322026-09-11T19:41:19.221Z[ host-image] Sep 11 19:41:18.420 INFO O| Sep 11 19:41:18.420 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111332026-09-11T19:41:19.221Z[ host-image] Sep 11 19:41:18.427 INFO O| Sep 11 19:41:18.427 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
111342026-09-11T19:41:19.221Z[ host-image] Sep 11 19:41:18.427 INFO O| Sep 11 19:41:18.427 INFO STEP 174 (remove_files) COMPLETE
111352026-09-11T19:41:19.221Z[ host-image] Sep 11 19:41:18.427 INFO O| Sep 11 19:41:18.427 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111362026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.437 INFO O| Sep 11 19:41:18.437 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
111372026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.437 INFO O| Sep 11 19:41:18.437 INFO STEP 175 (remove_files) COMPLETE
111382026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.437 INFO O| Sep 11 19:41:18.437 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111392026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.446 INFO O| Sep 11 19:41:18.445 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
111402026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.446 INFO O| Sep 11 19:41:18.446 INFO STEP 176 (remove_files) COMPLETE
111412026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.446 INFO O| Sep 11 19:41:18.446 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
111422026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.457 INFO O| Sep 11 19:41:18.457 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
111432026-09-11T19:41:19.226Z[ host-image] Sep 11 19:41:18.457 INFO O| Sep 11 19:41:18.457 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
111442026-09-11T19:41:19.786Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
111452026-09-11T19:41:21.844Z[ host-image] Sep 11 19:41:21.077 INFO O| Sep 11 19:41:21.077 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
111462026-09-11T19:41:21.844Z[ host-image] Sep 11 19:41:21.077 INFO O| Sep 11 19:41:21.077 INFO E| svccfg: Loaded 80 smf(7) service descriptions
111472026-09-11T19:41:21.855Z[ host-image] Sep 11 19:41:21.088 INFO O| Sep 11 19:41:21.088 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
111482026-09-11T19:41:22.022Z[ host-image] Sep 11 19:41:21.255 INFO O| Sep 11 19:41:21.255 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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_CHECKHASH": "1"}
111492026-09-11T19:41:22.079Z[ host-image] Sep 11 19:41:21.312 INFO O| Sep 11 19:41:21.312 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
111502026-09-11T19:41:22.142Z[ host-image] Sep 11 19:41:21.375 INFO O| Sep 11 19:41:21.375 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
111512026-09-11T19:41:22.143Z[ host-image] Sep 11 19:41:21.375 INFO O| Sep 11 19:41:21.375 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
111522026-09-11T19:41:22.146Z[ host-image] Sep 11 19:41:21.376 INFO O| Sep 11 19:41:21.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
111532026-09-11T19:41:22.146Z[ host-image] Sep 11 19:41:21.376 INFO O| Sep 11 19:41:21.376 INFO ok!
111542026-09-11T19:41:22.147Z[ host-image] Sep 11 19:41:21.376 INFO O| Sep 11 19:41:21.376 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
111552026-09-11T19:41:22.147Z[ host-image] Sep 11 19:41:21.376 INFO O| Sep 11 19:41:21.376 INFO STEP 177 (seed_smf) COMPLETE
111562026-09-11T19:41:22.147Z[ host-image] Sep 11 19:41:21.376 INFO O| Sep 11 19:41:21.376 INFO steps complete; finalising image!
111572026-09-11T19:41:22.147Z[ host-image] Sep 11 19:41:21.376 INFO O| Sep 11 19:41:21.376 INFO TRIM POOL: TEMPORARY-sled-zfs
111582026-09-11T19:41:22.252Z[ host-image] Sep 11 19:41:21.484 INFO O| Sep 11 19:41:21.484 INFO trim TEMPORARY-sled-zfs: (11% trimmed, started at Fri Sep 11 19:41:21 2026)
111592026-09-11T19:41:22.467Z[ host-image] Sep 11 19:41:21.700 INFO O| Sep 11 19:41:21.699 INFO temporary pool has 718M used, 306M avail, 1.92x compressratio
111602026-09-11T19:41:22.467Z[ host-image] Sep 11 19:41:21.700 INFO O| Sep 11 19:41:21.699 INFO EXPORT POOL: TEMPORARY-sled-zfs
111612026-09-11T19:41:22.793Z[ host-image] Sep 11 19:41:22.024 INFO O| Sep 11 19:41:22.024 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
111622026-09-11T19:41:22.793Z[ host-image] Sep 11 19:41:22.024 INFO O| Sep 11 19:41:22.024 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
111632026-09-11T19:41:23.992Z[ host-image] Sep 11 19:41:23.224 INFO O| Sep 11 19:41:23.224 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
111642026-09-11T19:41:23.992Z[ host-image] Sep 11 19:41:23.224 INFO O| Sep 11 19:41:23.224 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
111652026-09-11T19:41:23.996Z[ host-image] Sep 11 19:41:23.224 INFO O| Sep 11 19:41:23.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
111662026-09-11T19:41:23.997Z[ host-image] Sep 11 19:41:23.224 INFO O| Sep 11 19:41:23.224 INFO completed processing sled/zfs
111672026-09-11T19:41:23.998Z[ host-image] Sep 11 19:41:23.224 INFO O| Sep 11 19:41:23.224 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
111682026-09-11T19:41:31.429Z[ recovery-image] Sep 11 19:41:30.661 INFO O| ok, image written!
111692026-09-11T19:41:31.433Z[ recovery-image] Sep 11 19:41:30.661 INFO O| ok, boot_image_csum file written!
111702026-09-11T19:41:31.433Z[ recovery-image] Sep 11 19:41:30.663 INFO creating boot archive (CPIO)...
111712026-09-11T19:41:31.433Z[ recovery-image] Sep 11 19:41:30.663 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
111722026-09-11T19:41:31.455Z[ recovery-image] Sep 11 19:41:30.668 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
111732026-09-11T19:41:31.455Z[ recovery-image] Sep 11 19:41:30.668 INFO E| + outfile=/work/os-recovery/cpio
111742026-09-11T19:41:31.455Z[ recovery-image] Sep 11 19:41:30.668 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
111752026-09-11T19:41:31.456Z[ recovery-image] Sep 11 19:41:30.670 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
111762026-09-11T19:41:31.456Z[ recovery-image] Sep 11 19:41:30.670 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
111772026-09-11T19:41:31.484Z[ recovery-image] Sep 11 19:41:30.716 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
111782026-09-11T19:41:31.484Z[ recovery-image] Sep 11 19:41:30.716 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
111792026-09-11T19:41:31.500Z[ recovery-image] Sep 11 19:41:30.723 INFO creating compressed cpio/unix for dev loaders...
111802026-09-11T19:41:31.500Z[ recovery-image] Sep 11 19:41:30.723 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
111812026-09-11T19:41:31.723Z[ recovery-image] Sep 11 19:41:30.955 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
111822026-09-11T19:41:35.138Z[ recovery-image] Sep 11 19:41:34.359 INFO creating reset image...
111832026-09-11T19:41:35.138Z[ recovery-image] Sep 11 19:41:34.359 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")
111842026-09-11T19:41:35.358Z[ recovery-image] Sep 11 19:41:34.591 INFO E| Updating crates.io index
111852026-09-11T19:41:35.453Z[ recovery-image] Sep 11 19:41:34.685 INFO E| Downloading crates ...
111862026-09-11T19:41:35.498Z[ recovery-image] Sep 11 19:41:34.729 INFO E| Downloaded duct v1.1.1
111872026-09-11T19:41:35.501Z[ recovery-image] Sep 11 19:41:34.733 INFO E| Downloaded sigchld v0.2.4
111882026-09-11T19:41:35.505Z[ recovery-image] Sep 11 19:41:34.734 INFO E| Downloaded clap_lex v1.1.0
111892026-09-11T19:41:35.505Z[ recovery-image] Sep 11 19:41:34.735 INFO E| Downloaded shared_thread v0.2.0
111902026-09-11T19:41:35.505Z[ recovery-image] Sep 11 19:41:34.735 INFO E| Downloaded colorchoice v1.0.5
111912026-09-11T19:41:35.505Z[ recovery-image] Sep 11 19:41:34.736 INFO E| Downloaded os_pipe v1.2.3
111922026-09-11T19:41:35.505Z[ recovery-image] Sep 11 19:41:34.737 INFO E| Downloaded shared_child v1.1.1
111932026-09-11T19:41:35.541Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling libc v0.2.186
111942026-09-11T19:41:35.541Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling proc-macro2 v1.0.106
111952026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling quote v1.0.45
111962026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling unicode-ident v1.0.24
111972026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling signal-hook v0.3.18
111982026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling utf8parse v0.2.2
111992026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling anstyle-query v1.1.5
112002026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling anstyle v1.0.14
112012026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling colorchoice v1.0.5
112022026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling is_terminal_polyfill v1.70.2
112032026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling clap_lex v1.1.0
112042026-09-11T19:41:35.545Z[ recovery-image] Sep 11 19:41:34.774 INFO E| Compiling heck v0.5.0
112052026-09-11T19:41:35.553Z[ recovery-image] Sep 11 19:41:34.785 INFO E| Compiling strsim v0.11.1
112062026-09-11T19:41:35.557Z[ recovery-image] Sep 11 19:41:34.785 INFO E| Compiling shared_thread v0.2.0
112072026-09-11T19:41:35.690Z[ recovery-image] Sep 11 19:41:34.922 INFO E| Compiling anstyle-parse v1.0.0
112082026-09-11T19:41:35.845Z[ recovery-image] Sep 11 19:41:35.077 INFO E| Compiling anstream v1.0.0
112092026-09-11T19:41:36.046Z[ recovery-image] Sep 11 19:41:35.277 INFO E| Compiling clap_builder v4.6.0
112102026-09-11T19:41:36.326Z[ recovery-image] Sep 11 19:41:35.559 INFO E| Compiling errno v0.3.14
112112026-09-11T19:41:36.326Z[ recovery-image] Sep 11 19:41:35.559 INFO E| Compiling os_pipe v1.2.3
112122026-09-11T19:41:36.421Z[ recovery-image] Sep 11 19:41:35.653 INFO E| Compiling signal-hook-registry v1.4.8
112132026-09-11T19:41:36.617Z[ recovery-image] Sep 11 19:41:35.849 INFO E| Compiling syn v2.0.117
112142026-09-11T19:41:36.691Z[ recovery-image] Sep 11 19:41:35.923 INFO E| Compiling sigchld v0.2.4
112152026-09-11T19:41:36.786Z[ recovery-image] Sep 11 19:41:36.018 INFO E| Compiling shared_child v1.1.1
112162026-09-11T19:41:36.904Z[ recovery-image] Sep 11 19:41:36.137 INFO E| Compiling duct v1.1.1
112172026-09-11T19:41:38.641Z[ recovery-image] Sep 11 19:41:37.873 INFO E| Compiling clap_derive v4.6.1
112182026-09-11T19:41:39.886Z[ recovery-image] Sep 11 19:41:39.118 INFO E| Compiling clap v4.6.1
112192026-09-11T19:41:39.950Z[ recovery-image] Sep 11 19:41:39.181 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
112202026-09-11T19:41:40.810Z[ recovery-image] Sep 11 19:41:40.042 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
112212026-09-11T19:41:40.815Z[ recovery-image] Sep 11 19:41:40.048 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
112222026-09-11T19:41:41.064Z[ recovery-image] Sep 11 19:41:40.296 INFO E| Downloading crates ...
112232026-09-11T19:41:41.118Z[ recovery-image] Sep 11 19:41:40.350 INFO E| Downloaded miniz_oxide v0.9.1
112242026-09-11T19:41:41.122Z[ recovery-image] Sep 11 19:41:40.352 INFO E| Downloaded bit_field v0.10.3
112252026-09-11T19:41:41.125Z[ recovery-image] Sep 11 19:41:40.355 INFO E| Downloaded cpio_reader v0.1.2
112262026-09-11T19:41:41.128Z[ recovery-image] Sep 11 19:41:40.359 INFO E| Downloaded log v0.4.32
112272026-09-11T19:41:41.132Z[ recovery-image] Sep 11 19:41:40.364 INFO E| Downloaded bitstruct_derive v0.1.0
112282026-09-11T19:41:41.135Z[ recovery-image] Sep 11 19:41:40.365 INFO E| Downloaded bitstruct v0.1.1
112292026-09-11T19:41:41.141Z[ recovery-image] Sep 11 19:41:40.373 INFO E| Downloaded bitflags v2.13.0
112302026-09-11T19:41:41.145Z[ recovery-image] Sep 11 19:41:40.378 INFO E| Downloaded raw-cpuid v10.7.0
112312026-09-11T19:41:41.168Z[ recovery-image] Sep 11 19:41:40.401 INFO E| Downloaded goblin v0.10.7
112322026-09-11T19:41:41.269Z[ recovery-image] Sep 11 19:41:40.500 INFO E| Downloaded x86 v0.52.0
112332026-09-11T19:41:41.310Z[ recovery-image] Sep 11 19:41:40.542 INFO E| Updating crates.io index
112342026-09-11T19:41:41.360Z[ recovery-image] Sep 11 19:41:40.592 INFO E| Downloading crates ...
112352026-09-11T19:41:41.380Z[ recovery-image] Sep 11 19:41:40.613 INFO E| Downloaded hashbrown v0.17.1
112362026-09-11T19:41:41.384Z[ recovery-image] Sep 11 19:41:40.617 INFO E| Downloaded rustc-literal-escaper v0.0.7
112372026-09-11T19:41:41.425Z[ recovery-image] Sep 11 19:41:40.657 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)
112382026-09-11T19:41:41.425Z[ recovery-image] Sep 11 19:41:40.657 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)
112392026-09-11T19:41:41.429Z[ recovery-image] Sep 11 19:41:40.657 INFO E| Compiling proc-macro2 v1.0.106
112402026-09-11T19:41:41.429Z[ recovery-image] Sep 11 19:41:40.657 INFO E| Compiling quote v1.0.45
112412026-09-11T19:41:41.429Z[ recovery-image] Sep 11 19:41:40.657 INFO E| Compiling unicode-ident v1.0.24
112422026-09-11T19:41:41.429Z[ recovery-image] Sep 11 19:41:40.657 INFO E| Compiling syn v1.0.109
112432026-09-11T19:41:41.439Z[ recovery-image] Sep 11 19:41:40.671 INFO E| Compiling x86 v0.52.0
112442026-09-11T19:41:41.442Z[ recovery-image] Sep 11 19:41:40.671 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112452026-09-11T19:41:41.442Z[ recovery-image] Sep 11 19:41:40.671 INFO E| Compiling seq-macro v0.3.6
112462026-09-11T19:41:42.443Z[ host-image] Sep 11 19:41:41.675 INFO O| Sep 11 19:41:41.675 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
112472026-09-11T19:41:42.514Z[ recovery-image] Sep 11 19:41:41.745 INFO E| Compiling syn v2.0.117
112482026-09-11T19:41:42.626Z[ host-image] Sep 11 19:41:41.857 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
112492026-09-11T19:41:42.626Z[ host-image] Sep 11 19:41:41.857 INFO expanded image name: "ci 0ba788b/${os_short_commit} 2026-09-11 19:25" -> "ci 0ba788b/0a8e320 2026-09-11 19:25"
112502026-09-11T19:41:42.626Z[ host-image] Sep 11 19:41:41.857 INFO output artefacts stored in: "/work/os-host"
112512026-09-11T19:41:42.630Z[ host-image] Sep 11 19:41:41.857 INFO collecting git info from project "amd-host-image-builder"...
112522026-09-11T19:41:42.633Z[ host-image] Sep 11 19:41:41.864 INFO collecting git info from project "amd-firmware"...
112532026-09-11T19:41:42.643Z[ host-image] Sep 11 19:41:41.876 INFO collecting git info from project "chelsio-t6-roms"...
112542026-09-11T19:41:42.648Z[ host-image] Sep 11 19:41:41.881 INFO collecting git info from project "dmar-report"...
112552026-09-11T19:41:42.654Z[ host-image] Sep 11 19:41:41.886 INFO collecting git info from project "pilot"...
112562026-09-11T19:41:42.659Z[ host-image] Sep 11 19:41:41.891 INFO collecting git info from project "pinprick"...
112572026-09-11T19:41:42.663Z[ host-image] Sep 11 19:41:41.895 INFO collecting git info from project "bootserver"...
112582026-09-11T19:41:42.667Z[ host-image] Sep 11 19:41:41.900 INFO collecting git info from project "phbl"...
112592026-09-11T19:41:42.672Z[ host-image] Sep 11 19:41:41.905 INFO collecting git info from project "image-builder"...
112602026-09-11T19:41:42.676Z[ host-image] Sep 11 19:41:41.909 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
112612026-09-11T19:41:43.004Z[ host-image] Sep 11 19:41:42.236 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
112622026-09-11T19:41:43.311Z[ host-image] Sep 11 19:41:42.543 INFO creating Oxide boot image...
112632026-09-11T19:41:43.311Z[ host-image] Sep 11 19:41:42.543 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0ba788b/0a8e320 2026-09-11 19:25", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
112642026-09-11T19:41:43.892Z[ recovery-image] Sep 11 19:41:43.123 INFO E| Compiling scroll_derive v0.13.1
112652026-09-11T19:41:44.302Z[ host-image] Sep 11 19:41:43.533 INFO O| ok, image written!
112662026-09-11T19:41:44.302Z[ host-image] Sep 11 19:41:43.533 INFO O| ok, boot_image_csum file written!
112672026-09-11T19:41:44.306Z[ host-image] Sep 11 19:41:43.535 INFO creating boot archive (CPIO)...
112682026-09-11T19:41:44.308Z[ host-image] Sep 11 19:41:43.535 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
112692026-09-11T19:41:44.312Z[ host-image] Sep 11 19:41:43.539 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
112702026-09-11T19:41:44.312Z[ host-image] Sep 11 19:41:43.539 INFO E| + outfile=/work/os-host/cpio
112712026-09-11T19:41:44.312Z[ host-image] Sep 11 19:41:43.539 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
112722026-09-11T19:41:44.312Z[ host-image] Sep 11 19:41:43.541 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
112732026-09-11T19:41:44.312Z[ host-image] Sep 11 19:41:43.541 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
112742026-09-11T19:41:44.338Z[ host-image] Sep 11 19:41:43.571 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
112752026-09-11T19:41:44.339Z[ host-image] Sep 11 19:41:43.571 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
112762026-09-11T19:41:44.345Z[ host-image] Sep 11 19:41:43.578 INFO creating compressed cpio/unix for dev loaders...
112772026-09-11T19:41:44.349Z[ host-image] Sep 11 19:41:43.578 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
112782026-09-11T19:41:44.572Z[ host-image] Sep 11 19:41:43.803 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
112792026-09-11T19:41:44.965Z[ recovery-image] Sep 11 19:41:44.197 INFO E| Compiling bitstruct_derive v0.1.0
112802026-09-11T19:41:47.851Z[ host-image] Sep 11 19:41:47.083 INFO creating reset image...
112812026-09-11T19:41:47.851Z[ host-image] Sep 11 19:41:47.083 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")
112822026-09-11T19:41:47.917Z[ host-image] Sep 11 19:41:47.149 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
112832026-09-11T19:41:47.920Z[ host-image] Sep 11 19:41:47.150 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
112842026-09-11T19:41:48.188Z[ host-image] Sep 11 19:41:47.420 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)
112852026-09-11T19:41:48.188Z[ host-image] Sep 11 19:41:47.421 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)
112862026-09-11T19:41:48.188Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling proc-macro2 v1.0.106
112872026-09-11T19:41:48.188Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling unicode-ident v1.0.24
112882026-09-11T19:41:48.188Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling quote v1.0.45
112892026-09-11T19:41:48.192Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling syn v1.0.109
112902026-09-11T19:41:48.192Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling x86 v0.52.0
112912026-09-11T19:41:48.192Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112922026-09-11T19:41:48.192Z[ host-image] Sep 11 19:41:47.421 INFO E| Compiling seq-macro v0.3.6
112932026-09-11T19:41:49.130Z[ host-image] Sep 11 19:41:48.362 INFO E| Compiling syn v2.0.117
112942026-09-11T19:41:50.430Z[ host-image] Sep 11 19:41:49.662 INFO E| Compiling scroll_derive v0.13.1
112952026-09-11T19:41:51.451Z[ host-image] Sep 11 19:41:50.683 INFO E| Compiling bitstruct_derive v0.1.0
112962026-09-11T19:41:54.114Z[ recovery-image] Sep 11 19:41:53.342 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)
112972026-09-11T19:41:56.234Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling bitflags v1.3.2
112982026-09-11T19:41:56.234Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling adler2 v2.0.1
112992026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling bit_field v0.10.3
113002026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling log v0.4.32
113012026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling bitflags v2.13.0
113022026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling scroll v0.13.0
113032026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling plain v0.2.3
113042026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.466 INFO E| Compiling static_assertions v1.1.0
113052026-09-11T19:41:56.237Z[ recovery-image] Sep 11 19:41:55.467 INFO E| Compiling bitstruct v0.1.1
113062026-09-11T19:41:56.286Z[ recovery-image] Sep 11 19:41:55.518 INFO E| Compiling raw-cpuid v10.7.0
113072026-09-11T19:41:56.326Z[ recovery-image] Sep 11 19:41:55.559 INFO E| Compiling miniz_oxide v0.9.1
113082026-09-11T19:41:56.402Z[ recovery-image] Sep 11 19:41:55.634 INFO E| Compiling cpio_reader v0.1.2
113092026-09-11T19:41:56.460Z[ recovery-image] Sep 11 19:41:55.693 INFO E| Compiling goblin v0.10.7
113102026-09-11T19:41:59.336Z[ recovery-image] Sep 11 19:41:58.569 INFO E| Finished `release` profile [optimized] target(s) in 18.50s
113112026-09-11T19:41:59.357Z[ recovery-image] Sep 11 19:41:58.589 INFO building ROM for cosmo
113122026-09-11T19:41:59.357Z[ recovery-image] Sep 11 19:41:58.589 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")
113132026-09-11T19:41:59.438Z[ recovery-image] Sep 11 19:41:58.670 INFO E| Downloading crates ...
113142026-09-11T19:41:59.485Z[ recovery-image] Sep 11 19:41:58.717 INFO E| Downloaded anstream v0.6.18
113152026-09-11T19:41:59.504Z[ recovery-image] Sep 11 19:41:58.736 INFO E| Downloaded clap v4.5.37
113162026-09-11T19:41:59.509Z[ recovery-image] Sep 11 19:41:58.741 INFO E| Downloaded colorchoice v1.0.3
113172026-09-11T19:41:59.512Z[ recovery-image] Sep 11 19:41:58.742 INFO E| Downloaded anstyle v1.0.10
113182026-09-11T19:41:59.512Z[ recovery-image] Sep 11 19:41:58.743 INFO E| Downloaded anstyle-query v1.1.2
113192026-09-11T19:41:59.512Z[ recovery-image] Sep 11 19:41:58.744 INFO E| Downloaded is_terminal_polyfill v1.70.1
113202026-09-11T19:41:59.512Z[ recovery-image] Sep 11 19:41:58.744 INFO E| Downloaded serde_spanned v0.6.8
113212026-09-11T19:41:59.515Z[ recovery-image] Sep 11 19:41:58.745 INFO E| Downloaded clap_lex v0.7.4
113222026-09-11T19:41:59.515Z[ recovery-image] Sep 11 19:41:58.746 INFO E| Downloaded duct v0.13.7
113232026-09-11T19:41:59.518Z[ recovery-image] Sep 11 19:41:58.750 INFO E| Downloaded shared_child v1.0.1
113242026-09-11T19:41:59.521Z[ recovery-image] Sep 11 19:41:58.752 INFO E| Downloaded toml_datetime v0.6.9
113252026-09-11T19:41:59.521Z[ recovery-image] Sep 11 19:41:58.753 INFO E| Downloaded anstyle-parse v0.2.6
113262026-09-11T19:41:59.526Z[ recovery-image] Sep 11 19:41:58.759 INFO E| Downloaded os_pipe v1.2.1
113272026-09-11T19:41:59.534Z[ recovery-image] Sep 11 19:41:58.767 INFO E| Downloaded clap_derive v4.5.32
113282026-09-11T19:41:59.538Z[ recovery-image] Sep 11 19:41:58.768 INFO E| Downloaded toml_write v0.1.1
113292026-09-11T19:41:59.538Z[ recovery-image] Sep 11 19:41:58.769 INFO E| Downloaded toml v0.8.22
113302026-09-11T19:41:59.556Z[ recovery-image] Sep 11 19:41:58.788 INFO E| Downloaded clap_builder v4.5.37
113312026-09-11T19:41:59.559Z[ recovery-image] Sep 11 19:41:58.792 INFO E| Downloaded toml_edit v0.22.26
113322026-09-11T19:41:59.579Z[ recovery-image] Sep 11 19:41:58.812 INFO E| Downloaded cc v1.2.20
113332026-09-11T19:41:59.583Z[ recovery-image] Sep 11 19:41:58.814 INFO E| Downloaded winnow v0.7.7
113342026-09-11T19:41:59.599Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling libc v0.2.172
113352026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling utf8parse v0.2.2
113362026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling shlex v1.3.0
113372026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling is_terminal_polyfill v1.70.1
113382026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling once_cell v1.21.3
113392026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling anstyle v1.0.10
113402026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling equivalent v1.0.2
113412026-09-11T19:41:59.602Z[ recovery-image] Sep 11 19:41:58.831 INFO E| Compiling anstyle-query v1.1.2
113422026-09-11T19:41:59.616Z[ recovery-image] Sep 11 19:41:58.849 INFO E| Compiling colorchoice v1.0.3
113432026-09-11T19:41:59.620Z[ recovery-image] Sep 11 19:41:58.849 INFO E| Compiling hashbrown v0.15.2
113442026-09-11T19:41:59.620Z[ recovery-image] Sep 11 19:41:58.849 INFO E| Compiling anyhow v1.0.98
113452026-09-11T19:41:59.620Z[ recovery-image] Sep 11 19:41:58.849 INFO E| Compiling winnow v0.7.7
113462026-09-11T19:41:59.620Z[ recovery-image] Sep 11 19:41:58.849 INFO E| Compiling toml_write v0.1.1
113472026-09-11T19:41:59.630Z[ recovery-image] Sep 11 19:41:58.863 INFO E| Compiling strsim v0.11.1
113482026-09-11T19:41:59.633Z[ recovery-image] Sep 11 19:41:58.866 INFO E| Compiling clap_lex v0.7.4
113492026-09-11T19:41:59.636Z[ recovery-image] Sep 11 19:41:58.866 INFO E| Compiling syn v2.0.101
113502026-09-11T19:41:59.891Z[ recovery-image] Sep 11 19:41:59.124 INFO E| Compiling anstyle-parse v0.2.6
113512026-09-11T19:41:59.897Z[ recovery-image] Sep 11 19:41:59.129 INFO E| Compiling cc v1.2.20
113522026-09-11T19:42:00.146Z[ recovery-image] Sep 11 19:41:59.374 INFO E| Compiling anstream v0.6.18
113532026-09-11T19:42:00.311Z[ recovery-image] Sep 11 19:41:59.543 INFO E| Compiling indexmap v2.9.0
113542026-09-11T19:42:00.350Z[ recovery-image] Sep 11 19:41:59.582 INFO E| Compiling clap_builder v4.5.37
113552026-09-11T19:42:00.478Z[ recovery-image] Sep 11 19:41:59.710 INFO E| Compiling shared_child v1.0.1
113562026-09-11T19:42:00.478Z[ recovery-image] Sep 11 19:41:59.710 INFO E| Compiling os_pipe v1.2.1
113572026-09-11T19:42:00.591Z[ recovery-image] Sep 11 19:41:59.823 INFO E| Compiling duct v0.13.7
113582026-09-11T19:42:00.913Z[ host-image] Sep 11 19:42:00.146 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)
113592026-09-11T19:42:01.088Z[ recovery-image] Sep 11 19:42:00.320 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
113602026-09-11T19:42:01.974Z[ recovery-image] Sep 11 19:42:01.205 INFO E| Compiling serde_derive v1.0.219
113612026-09-11T19:42:01.975Z[ recovery-image] Sep 11 19:42:01.205 INFO E| Compiling clap_derive v4.5.32
113622026-09-11T19:42:03.166Z[ host-image] Sep 11 19:42:02.398 INFO E| Compiling bitflags v1.3.2
113632026-09-11T19:42:03.166Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling bit_field v0.10.3
113642026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling log v0.4.32
113652026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling scroll v0.13.0
113662026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling bitflags v2.13.0
113672026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling plain v0.2.3
113682026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling adler2 v2.0.1
113692026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling static_assertions v1.1.0
113702026-09-11T19:42:03.170Z[ host-image] Sep 11 19:42:02.399 INFO E| Compiling bitstruct v0.1.1
113712026-09-11T19:42:03.218Z[ host-image] Sep 11 19:42:02.450 INFO E| Compiling raw-cpuid v10.7.0
113722026-09-11T19:42:03.258Z[ host-image] Sep 11 19:42:02.491 INFO E| Compiling miniz_oxide v0.9.1
113732026-09-11T19:42:03.311Z[ recovery-image] Sep 11 19:42:02.541 INFO E| Compiling clap v4.5.37
113742026-09-11T19:42:03.335Z[ host-image] Sep 11 19:42:02.567 INFO E| Compiling cpio_reader v0.1.2
113752026-09-11T19:42:03.401Z[ host-image] Sep 11 19:42:02.634 INFO E| Compiling goblin v0.10.7
113762026-09-11T19:42:04.019Z[ recovery-image] Sep 11 19:42:03.251 INFO E| Compiling serde v1.0.219
113772026-09-11T19:42:05.876Z[ recovery-image] Sep 11 19:42:05.108 INFO E| Compiling serde_spanned v0.6.8
113782026-09-11T19:42:05.876Z[ recovery-image] Sep 11 19:42:05.108 INFO E| Compiling toml_datetime v0.6.9
113792026-09-11T19:42:06.040Z[ recovery-image] Sep 11 19:42:05.272 INFO E| Compiling toml_edit v0.22.26
113802026-09-11T19:42:06.373Z[ host-image] Sep 11 19:42:05.605 INFO E| Finished `release` profile [optimized] target(s) in 18.44s
113812026-09-11T19:42:06.392Z[ host-image] Sep 11 19:42:05.624 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
113822026-09-11T19:42:06.392Z[ host-image] Sep 11 19:42:05.624 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
113832026-09-11T19:42:06.392Z[ host-image] Sep 11 19:42:05.624 INFO building ROM for gimlet
113842026-09-11T19:42:06.392Z[ host-image] Sep 11 19:42:05.624 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")
113852026-09-11T19:42:06.496Z[ host-image] Sep 11 19:42:05.728 INFO E| Blocking waiting for file lock on build directory
113862026-09-11T19:42:07.463Z[ recovery-image] Sep 11 19:42:06.695 INFO E| Compiling toml v0.8.22
113872026-09-11T19:42:10.054Z[ recovery-image] Sep 11 19:42:09.286 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
113882026-09-11T19:42:10.062Z[ host-image] Sep 11 19:42:09.294 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
113892026-09-11T19:42:10.065Z[ recovery-image] Sep 11 19:42:09.295 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`
113902026-09-11T19:42:10.065Z[ host-image] Sep 11 19:42:09.297 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`
113912026-09-11T19:42:10.084Z[ host-image] Sep 11 19:42:09.316 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113922026-09-11T19:42:10.087Z[ recovery-image] Sep 11 19:42:09.317 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113932026-09-11T19:42:10.108Z[ recovery-image] Sep 11 19:42:09.339 INFO E| Blocking waiting for file lock on package cache
113942026-09-11T19:42:10.130Z[ host-image] Sep 11 19:42:09.362 INFO E| Blocking waiting for file lock on package cache
113952026-09-11T19:42:10.152Z[ recovery-image] Sep 11 19:42:09.384 INFO E| Blocking waiting for file lock on package cache
113962026-09-11T19:42:10.156Z[ host-image] Sep 11 19:42:09.385 INFO E| Blocking waiting for file lock on package cache
113972026-09-11T19:42:10.156Z[ recovery-image] Sep 11 19:42:09.386 INFO E| Blocking waiting for file lock on package cache
113982026-09-11T19:42:10.174Z[ host-image] Sep 11 19:42:09.406 INFO E| Blocking waiting for file lock on package cache
113992026-09-11T19:42:10.190Z[ recovery-image] Sep 11 19:42:09.422 INFO E| Blocking waiting for file lock on build directory
114002026-09-11T19:42:10.202Z[ host-image] Sep 11 19:42:09.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
114012026-09-11T19:42:10.206Z[ host-image] Sep 11 19:42:09.439 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`
114022026-09-11T19:42:10.213Z[ recovery-image] Sep 11 19:42:09.445 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
114032026-09-11T19:42:10.217Z[ recovery-image] Sep 11 19:42:09.449 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`
114042026-09-11T19:42:10.339Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114052026-09-11T19:42:10.339Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114062026-09-11T19:42:10.339Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114072026-09-11T19:42:10.339Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114082026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114092026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114102026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114112026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114122026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114132026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114142026-09-11T19:42:10.342Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114152026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114162026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114172026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114182026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.571 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114192026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO O| Info: ABL version: 0x100f5010
114202026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114212026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114222026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114232026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114242026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114252026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114262026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114272026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114282026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114292026-09-11T19:42:10.343Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114302026-09-11T19:42:10.344Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114312026-09-11T19:42:10.344Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114322026-09-11T19:42:10.344Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114332026-09-11T19:42:10.344Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114342026-09-11T19:42:10.345Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114352026-09-11T19:42:10.345Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114362026-09-11T19:42:10.345Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114372026-09-11T19:42:10.345Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114382026-09-11T19:42:10.345Z[ host-image] Sep 11 19:42:09.572 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114392026-09-11T19:42:10.388Z[ host-image] Sep 11 19:42:09.620 INFO building ROM for cosmo
114402026-09-11T19:42:10.388Z[ host-image] Sep 11 19:42:09.620 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")
114412026-09-11T19:42:10.440Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114422026-09-11T19:42:10.442Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114432026-09-11T19:42:10.442Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114442026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114452026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114462026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114472026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114482026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114492026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114502026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114512026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114522026-09-11T19:42:10.446Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114532026-09-11T19:42:10.447Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114542026-09-11T19:42:10.447Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114552026-09-11T19:42:10.447Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114562026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114572026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114582026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114592026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114602026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114612026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114622026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114632026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114642026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114652026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114662026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114672026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114682026-09-11T19:42:10.448Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114692026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114702026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114712026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114722026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114732026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114742026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114752026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114762026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114772026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114782026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114792026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114802026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114812026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114822026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114832026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114842026-09-11T19:42:10.449Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114852026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114862026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114872026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114882026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114892026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114902026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114912026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114922026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114932026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114942026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO O| Info: ABL version: 0x100af010
114952026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114962026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.674 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114972026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114982026-09-11T19:42:10.450Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114992026-09-11T19:42:10.451Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115002026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115012026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115022026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115032026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115042026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115052026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115062026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115072026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115082026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115092026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115102026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115112026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115122026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115132026-09-11T19:42:10.452Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115142026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115152026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115162026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115172026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115182026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115192026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115202026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115212026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115222026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115232026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115242026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115252026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115262026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115272026-09-11T19:42:10.454Z[ recovery-image] Sep 11 19:42:09.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115282026-09-11T19:42:10.480Z[ recovery-image] Sep 11 19:42:09.712 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115292026-09-11T19:42:10.480Z[ recovery-image] Sep 11 19:42:09.712 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115302026-09-11T19:42:10.480Z[ recovery-image] Sep 11 19:42:09.712 INFO building ROM for gimlet
115312026-09-11T19:42:10.484Z[ recovery-image] Sep 11 19:42:09.712 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")
115322026-09-11T19:42:10.496Z[ host-image] Sep 11 19:42:09.729 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
115332026-09-11T19:42:10.499Z[ host-image] Sep 11 19:42:09.732 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`
115342026-09-11T19:42:10.518Z[ host-image] Sep 11 19:42:09.751 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
115352026-09-11T19:42:10.539Z[ recovery-image] Sep 11 19:42:09.771 INFO E| Blocking waiting for file lock on package cache
115362026-09-11T19:42:10.566Z[ host-image] Sep 11 19:42:09.799 INFO E| Blocking waiting for file lock on package cache
115372026-09-11T19:42:10.589Z[ recovery-image] Sep 11 19:42:09.822 INFO E| Blocking waiting for file lock on package cache
115382026-09-11T19:42:10.592Z[ host-image] Sep 11 19:42:09.822 INFO E| Blocking waiting for file lock on package cache
115392026-09-11T19:42:10.592Z[ recovery-image] Sep 11 19:42:09.823 INFO E| Blocking waiting for file lock on package cache
115402026-09-11T19:42:10.605Z[ host-image] Sep 11 19:42:09.837 INFO E| Blocking waiting for file lock on package cache
115412026-09-11T19:42:10.616Z[ host-image] Sep 11 19:42:09.848 INFO E| Blocking waiting for file lock on build directory
115422026-09-11T19:42:10.621Z[ recovery-image] Sep 11 19:42:09.854 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
115432026-09-11T19:42:10.624Z[ recovery-image] Sep 11 19:42:09.857 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`
115442026-09-11T19:42:10.632Z[ host-image] Sep 11 19:42:09.865 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
115452026-09-11T19:42:10.636Z[ host-image] Sep 11 19:42:09.868 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`
115462026-09-11T19:42:10.640Z[ recovery-image] Sep 11 19:42:09.872 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115472026-09-11T19:42:10.715Z[ recovery-image] Sep 11 19:42:09.947 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
115482026-09-11T19:42:10.719Z[ recovery-image] Sep 11 19:42:09.951 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`
115492026-09-11T19:42:10.852Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115502026-09-11T19:42:10.852Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115512026-09-11T19:42:10.852Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115522026-09-11T19:42:10.856Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115532026-09-11T19:42:10.856Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115542026-09-11T19:42:10.856Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115552026-09-11T19:42:10.856Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115562026-09-11T19:42:10.856Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115572026-09-11T19:42:10.857Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115582026-09-11T19:42:10.857Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115592026-09-11T19:42:10.857Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115602026-09-11T19:42:10.857Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115612026-09-11T19:42:10.857Z[ recovery-image] Sep 11 19:42:10.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115622026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115632026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115642026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO O| Info: ABL version: 0x100f5010
115652026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115662026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115672026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115682026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115692026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115702026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115712026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115722026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115732026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115742026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115752026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115762026-09-11T19:42:10.858Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115772026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115782026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115792026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115802026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115812026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115822026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115832026-09-11T19:42:10.860Z[ recovery-image] Sep 11 19:42:10.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115842026-09-11T19:42:10.865Z[ host-image] Sep 11 19:42:10.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
115852026-09-11T19:42:10.865Z[ host-image] Sep 11 19:42:10.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
115862026-09-11T19:42:10.865Z[ host-image] Sep 11 19:42:10.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
115872026-09-11T19:42:10.869Z[ host-image] Sep 11 19:42:10.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
115882026-09-11T19:42:10.869Z[ host-image] Sep 11 19:42:10.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
115892026-09-11T19:42:10.869Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
115902026-09-11T19:42:10.869Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
115912026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
115922026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
115932026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
115942026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
115952026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
115962026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
115972026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
115982026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
115992026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
116002026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
116012026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
116022026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
116032026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
116042026-09-11T19:42:10.871Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
116052026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
116062026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
116072026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
116082026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
116092026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
116102026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
116112026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
116122026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
116132026-09-11T19:42:10.872Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
116142026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
116152026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
116162026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
116172026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
116182026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
116192026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
116202026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
116212026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
116222026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
116232026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
116242026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
116252026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
116262026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
116272026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
116282026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
116292026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
116302026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
116312026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
116322026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
116332026-09-11T19:42:10.873Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
116342026-09-11T19:42:10.874Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
116352026-09-11T19:42:10.874Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
116362026-09-11T19:42:10.874Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
116372026-09-11T19:42:10.874Z[ host-image] Sep 11 19:42:10.099 INFO O| Info: ABL version: 0x100af010
116382026-09-11T19:42:10.874Z[ host-image] Sep 11 19:42:10.099 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
116392026-09-11T19:42:10.874Z[ host-image] Sep 11 19:42:10.099 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
116402026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
116412026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
116422026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
116432026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
116442026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
116452026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
116462026-09-11T19:42:10.875Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
116472026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
116482026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
116492026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
116502026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
116512026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
116522026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
116532026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
116542026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
116552026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
116562026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
116572026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
116582026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
116592026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
116602026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
116612026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
116622026-09-11T19:42:10.879Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
116632026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
116642026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
116652026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
116662026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
116672026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
116682026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
116692026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
116702026-09-11T19:42:10.880Z[ host-image] Sep 11 19:42:10.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
116712026-09-11T19:42:10.912Z[ recovery-image] Sep 11 19:42:10.144 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
116722026-09-11T19:42:10.915Z[ host-image] Sep 11 19:42:10.146 INFO finishing image archive at "/work/os-host/os.tar.gz"...
116732026-09-11T19:42:12.139Z[ recovery-image] Sep 11 19:42:11.371 INFO image complete! materials are in "/work/os-recovery"
116742026-09-11T19:42:12.142Z[ recovery-image]
116752026-09-11T19:42:12.142Z[ recovery-image] real 3:26.723794208
116762026-09-11T19:42:12.142Z[ recovery-image] user 2:38.004482593
116772026-09-11T19:42:12.142Z[ recovery-image] sys 38.855699154
116782026-09-11T19:42:12.142Z[ recovery-image] trap 0.139046350
116792026-09-11T19:42:12.142Z[ recovery-image] tflt 0.721682562
116802026-09-11T19:42:12.143Z[ recovery-image] dflt 0.796632887
116812026-09-11T19:42:12.147Z[ recovery-image] kflt 0.000110150
116822026-09-11T19:42:12.147Z[ recovery-image] lock 8:06.488542004
116832026-09-11T19:42:12.147Z[ recovery-image] slp 18:05.086010484
116842026-09-11T19:42:12.148Z[ recovery-image] lat 36.225113019
116852026-09-11T19:42:12.148Z[ recovery-image] stop 9.831549684
116862026-09-11T19:42:12.148ZSep 11 19:42:11.375 INFO [recovery-image] process exited with exit status: 0 (206.729161161s)
116872026-09-11T19:42:12.148ZSep 11 19:42:11.375 INFO [tuf-v2-recovery] running task
116882026-09-11T19:42:12.148ZSep 11 19:42:11.376 INFO [tuf-v2-recovery] task succeeded (825.56µs)
116892026-09-11T19:42:15.077Z[ host-image] Sep 11 19:42:14.308 INFO image complete! materials are in "/work/os-host"
116902026-09-11T19:42:15.083Z[ host-image]
116912026-09-11T19:42:15.083Z[ host-image] real 4:01.374579036
116922026-09-11T19:42:15.083Z[ host-image] user 2:48.120755361
116932026-09-11T19:42:15.083Z[ host-image] sys 35.848137519
116942026-09-11T19:42:15.083Z[ host-image] trap 0.125730095
116952026-09-11T19:42:15.083Z[ host-image] tflt 0.245176488
116962026-09-11T19:42:15.083Z[ host-image] dflt 0.258452211
116972026-09-11T19:42:15.083Z[ host-image] kflt 0.000193250
116982026-09-11T19:42:15.083Z[ host-image] lock 4:44.534083504
116992026-09-11T19:42:15.083Z[ host-image] slp 20:34.739814531
117002026-09-11T19:42:15.083Z[ host-image] lat 21.374058980
117012026-09-11T19:42:15.083Z[ host-image] stop 1.658898387
117022026-09-11T19:42:15.083ZSep 11 19:42:14.312 INFO [host-image] process exited with exit status: 0 (241.379413839s)
117032026-09-11T19:42:15.083ZSep 11 19:42:14.312 INFO [tuf-v2-host] running task
117042026-09-11T19:42:15.084ZSep 11 19:42:14.312 INFO [tuf-repo] running task
117052026-09-11T19:42:15.084ZSep 11 19:42:14.312 INFO [tuf-v2-host] task succeeded (484.29µs)
117062026-09-11T19:42:15.084ZSep 11 19:42:14.312 INFO [tuf-v2-repo] running task
117072026-09-11T19:42:29.511ZSep 11 19:42:28.742 INFO assembling repository in `/tmp/tufaceousXN71Bj`, component: OmicronRepoAssembler
117082026-09-11T19:42:31.819ZSep 11 19:42:31.051 INFO [tuf-v2-repo] task succeeded (16.738643674s)
117092026-09-11T19:42:33.481ZSep 11 19:42:32.707 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
117102026-09-11T19:42:33.703ZSep 11 19:42:32.934 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
117112026-09-11T19:42:35.359ZSep 11 19:42:34.568 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
117122026-09-11T19:42:35.396ZSep 11 19:42:34.628 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
117132026-09-11T19:42:35.447ZSep 11 19:42:34.677 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
117142026-09-11T19:42:35.515ZSep 11 19:42:34.735 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
117152026-09-11T19:42:35.552ZSep 11 19:42:34.784 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
117162026-09-11T19:42:35.610ZSep 11 19:42:34.842 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
117172026-09-11T19:42:35.661ZSep 11 19:42:34.892 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
117182026-09-11T19:42:43.279ZSep 11 19:42:42.511 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
117192026-09-11T19:42:43.295ZSep 11 19:42:42.516 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
117202026-09-11T19:42:43.323ZSep 11 19:42:42.540 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
117212026-09-11T19:42:43.363ZSep 11 19:42:42.594 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
117222026-09-11T19:42:43.420ZSep 11 19:42:42.651 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
117232026-09-11T19:42:43.477ZSep 11 19:42:42.708 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
117242026-09-11T19:42:43.541ZSep 11 19:42:42.770 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
117252026-09-11T19:42:43.548ZSep 11 19:42:42.776 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
117262026-09-11T19:42:43.569ZSep 11 19:42:42.801 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
117272026-09-11T19:42:44.700ZSep 11 19:42:43.924 INFO [tuf-repo] task succeeded (29.612115488s)
117282026-09-11T19:46:10.082Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 21s
117292026-09-11T19:46:10.085Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
117302026-09-11T19:46:10.085Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
117312026-09-11T19:46:12.788ZSep 11 19:46:12.017 INFO [verify-libraries] process exited with exit status: 0 (447.659664581s)
117322026-09-11T19:46:12.788ZSep 11 19:46:12.017 INFO all jobs completed in 1250.600579163s
117332026-09-11T19:46:13.725Zprocess exited: duration 1484917 ms, exit code 0
 
117342026-09-11T19:46:13.738Zfound 41 output files
117352026-09-11T19:46:13.738Zuploading: /work/manifest.toml (17334 bytes)
117362026-09-11T19:46:14.751Zuploaded: /work/manifest.toml
117372026-09-11T19:46:14.751Zuploading: /work/repo.zip (2362557378 bytes)
117382026-09-11T19:46:59.139Zuploaded: /work/repo.zip
117392026-09-11T19:46:59.139Zuploading: /work/repo.zip.sha256.txt (65 bytes)
117402026-09-11T19:47:00.154Zuploaded: /work/repo.zip.sha256.txt
117412026-09-11T19:47:00.154Zuploading: /work/helios.json (647 bytes)
117422026-09-11T19:47:01.165Zuploaded: /work/helios.json
117432026-09-11T19:47:01.165Zuploading: /work/incorporation.p5m (113595 bytes)
117442026-09-11T19:47:02.185Zuploaded: /work/incorporation.p5m
117452026-09-11T19:47:02.185Zuploading: /work/incorporation.p5p (133120 bytes)
117462026-09-11T19:47:03.196Zuploaded: /work/incorporation.p5p
117472026-09-11T19:47:03.196Zuploading: /work/helios-incorp.log (522 bytes)
117482026-09-11T19:47:04.204Zuploaded: /work/helios-incorp.log
117492026-09-11T19:47:04.204Zuploading: /work/helios-setup.log (57276 bytes)
117502026-09-11T19:47:05.215Zuploaded: /work/helios-setup.log
117512026-09-11T19:47:05.215Zuploading: /work/host-image.log (235707 bytes)
117522026-09-11T19:47:06.228Zuploaded: /work/host-image.log
117532026-09-11T19:47:06.228Zuploading: /work/host-package.log (51247 bytes)
117542026-09-11T19:47:07.236Zuploaded: /work/host-package.log
117552026-09-11T19:47:07.237Zuploading: /work/host-target.log (101 bytes)
117562026-09-11T19:47:08.247Zuploaded: /work/host-target.log
117572026-09-11T19:47:08.247Zuploading: /work/incorp-create.log (0 bytes)
117582026-09-11T19:47:09.253Zuploaded: /work/incorp-create.log
117592026-09-11T19:47:09.253Zuploading: /work/incorp-fmt.log (0 bytes)
117602026-09-11T19:47:10.260Zuploaded: /work/incorp-fmt.log
117612026-09-11T19:47:10.260Zuploading: /work/incorp-pkgsend.log (108 bytes)
117622026-09-11T19:47:11.268Zuploaded: /work/incorp-pkgsend.log
117632026-09-11T19:47:11.269Zuploading: /work/incorp-publisher.log (0 bytes)
117642026-09-11T19:47:12.276Zuploaded: /work/incorp-publisher.log
117652026-09-11T19:47:12.276Zuploading: /work/omicron-package.log (10169 bytes)
117662026-09-11T19:47:13.284Zuploaded: /work/omicron-package.log
117672026-09-11T19:47:13.285Zuploading: /work/recovery-image.log (591437 bytes)
117682026-09-11T19:47:14.301Zuploaded: /work/recovery-image.log
117692026-09-11T19:47:14.301Zuploading: /work/recovery-package.log (2764 bytes)
117702026-09-11T19:47:15.311Zuploaded: /work/recovery-package.log
117712026-09-11T19:47:15.311Zuploading: /work/recovery-target.log (98 bytes)
117722026-09-11T19:47:16.321Zuploaded: /work/recovery-target.log
117732026-09-11T19:47:16.321Zuploading: /work/stamp-clickhouse.log (117 bytes)
117742026-09-11T19:47:17.328Zuploaded: /work/stamp-clickhouse.log
117752026-09-11T19:47:17.329Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
117762026-09-11T19:47:18.337Zuploaded: /work/stamp-clickhouse_keeper.log
117772026-09-11T19:47:18.337Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
117782026-09-11T19:47:19.346Zuploaded: /work/stamp-clickhouse_server.log
117792026-09-11T19:47:19.346Zuploading: /work/stamp-cockroachdb.log (118 bytes)
117802026-09-11T19:47:20.354Zuploaded: /work/stamp-cockroachdb.log
117812026-09-11T19:47:20.354Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
117822026-09-11T19:47:21.363Zuploaded: /work/stamp-crucible-pantry-zone.log
117832026-09-11T19:47:21.363Zuploading: /work/stamp-crucible-utils.log (118 bytes)
117842026-09-11T19:47:22.372Zuploaded: /work/stamp-crucible-utils.log
117852026-09-11T19:47:22.372Zuploading: /work/stamp-crucible-zone.log (120 bytes)
117862026-09-11T19:47:23.382Zuploaded: /work/stamp-crucible-zone.log
117872026-09-11T19:47:23.382Zuploading: /work/stamp-external-dns.log (119 bytes)
117882026-09-11T19:47:24.390Zuploaded: /work/stamp-external-dns.log
117892026-09-11T19:47:24.390Zuploading: /work/stamp-installinator.log (103 bytes)
117902026-09-11T19:47:25.399Zuploaded: /work/stamp-installinator.log
117912026-09-11T19:47:25.399Zuploading: /work/stamp-internal-dns.log (119 bytes)
117922026-09-11T19:47:26.408Zuploaded: /work/stamp-internal-dns.log
117932026-09-11T19:47:26.408Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117942026-09-11T19:47:27.416Zuploaded: /work/stamp-mg-ddm-gz.log
117952026-09-11T19:47:27.416Zuploading: /work/stamp-nexus.log (112 bytes)
117962026-09-11T19:47:28.425Zuploaded: /work/stamp-nexus.log
117972026-09-11T19:47:28.425Zuploading: /work/stamp-ntp.log (110 bytes)
117982026-09-11T19:47:29.434Zuploaded: /work/stamp-ntp.log
117992026-09-11T19:47:29.434Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
118002026-09-11T19:47:30.443Zuploaded: /work/stamp-omicron-sled-agent.log
118012026-09-11T19:47:30.443Zuploading: /work/stamp-overlay.log (114 bytes)
118022026-09-11T19:47:31.452Zuploaded: /work/stamp-overlay.log
118032026-09-11T19:47:31.452Zuploading: /work/stamp-oximeter.log (115 bytes)
118042026-09-11T19:47:32.459Zuploaded: /work/stamp-oximeter.log
118052026-09-11T19:47:32.459Zuploading: /work/stamp-oxlog.log (109 bytes)
118062026-09-11T19:47:33.467Zuploaded: /work/stamp-oxlog.log
118072026-09-11T19:47:33.467Zuploading: /work/stamp-probe.log (112 bytes)
118082026-09-11T19:47:34.474Zuploaded: /work/stamp-probe.log
118092026-09-11T19:47:34.474Zuploading: /work/stamp-propolis-server.log (122 bytes)
118102026-09-11T19:47:35.483Zuploaded: /work/stamp-propolis-server.log
118112026-09-11T19:47:35.483Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
118122026-09-11T19:47:36.492Zuploaded: /work/stamp-pumpkind-gz.log
118132026-09-11T19:47:36.492Zuploading: /work/stamp-switch-asic.log (118 bytes)
118142026-09-11T19:47:37.501Zuploaded: /work/stamp-switch-asic.log
118152026-09-11T19:47:37.501Zuploading: /work/verify-libraries.log (49798 bytes)
118162026-09-11T19:47:38.509Zuploaded: /work/verify-libraries.log