01M1WJA917TV31CYD0K5QMVTXG: 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: 01M1WJAY84J6XZEE9EG8NJ6KXV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-06T23:55:57.456Zjob assigned to worker 01M1WJB6N2GFP73XEHYK8GH4T3 [factory aws, i-0c51e7405a45ba721] (queued for 1 m 3 s)
 
22026-09-06T23:56:04.135Zstarting task 0: "setup"
32026-09-06T23:56:04.140Z++ uname -s
42026-09-06T23:56:04.143Z+ kern=SunOS
52026-09-06T23:56:04.143Z+ build_user=build
62026-09-06T23:56:04.143Z+ build_uid=12345
72026-09-06T23:56:04.143Z+ work_dir=/work
82026-09-06T23:56:04.143Z+ input_dir=/input
92026-09-06T23:56:04.143Z+ [[ 0 == 12345 ]]
102026-09-06T23:56:04.143Z+ case "$kern" in
112026-09-06T23:56:04.143Z+ groupadd -g 12345 build
122026-09-06T23:56:04.148Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-06T23:56:06.150Z+ zfs create -o mountpoint=/work rpool/work
142026-09-06T23:56:06.224Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-06T23:56:06.228Z+ home_fs=zfs
162026-09-06T23:56:06.228Z+ [[ zfs == autofs ]]
172026-09-06T23:56:06.228Z+ mkdir -p /home/build
182026-09-06T23:56:06.228Z+ chown build:build /home/build /work
192026-09-06T23:56:08.230Z+ chmod 0700 /home/build /work
202026-09-06T23:56:08.233Zprocess exited: duration 4100 ms, exit code 0
 
212026-09-06T23:56:08.240Zstarting task 1: "rust-toolchain"
222026-09-06T23:56:08.245Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-06T23:56:08.245Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-06T23:56:08.245Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-06T23:56:08.245Z * rust toolchain channel = "1.98.1"
262026-09-06T23:56:08.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-06T23:56:08.248Z * rust toolchain profile = "default"
282026-09-06T23:56:08.248Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-06T23:56:08.248Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-06T23:56:08.316Zinfo: downloading installer
312026-09-06T23:56:09.527Zinfo: profile set to default
322026-09-06T23:56:09.527Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-06T23:56:09.530Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-06T23:56:09.671Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-06T23:56:09.674Zinfo: downloading 6 components
362026-09-06T23:56:25.081Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-06T23:56:25.081Z
382026-09-06T23:56:25.108Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-06T23:56:25.108Z
402026-09-06T23:56:25.112Z
412026-09-06T23:56:25.112ZRust is installed now. Great!
422026-09-06T23:56:25.112Z
432026-09-06T23:56:25.112ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-06T23:56:25.112Zenvironment variable. This has not been done automatically.
452026-09-06T23:56:25.112Z
462026-09-06T23:56:25.112ZTo configure your current shell, you need to source
472026-09-06T23:56:25.112Zthe corresponding env file under $HOME/.cargo.
482026-09-06T23:56:25.112Z
492026-09-06T23:56:25.112ZConsider running the right command for your shell (note the leading DOT):
502026-09-06T23:56:25.112Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-06T23:56:25.112Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-06T23:56:25.112ZCC_x86_64-unknown-illumos = None
532026-09-06T23:56:25.112Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-06T23:56:25.113ZCC_x86_64_unknown_illumos = None
552026-09-06T23:56:25.113Zcargo:rerun-if-env-changed=HOST_CC
562026-09-06T23:56:25.113ZHOST_CC = None
572026-09-06T23:56:25.113Zcargo:rerun-if-env-changed=CC
582026-09-06T23:56:25.113ZCC = None
592026-09-06T23:56:25.113Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-06T23:56:25.301Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-06T23:56:25.301ZCRATE_CC_NO_DEFAULTS = None
622026-09-06T23:56:25.301Zcargo:rerun-if-env-changed=CFLAGS
632026-09-06T23:56:25.301ZCFLAGS = None
642026-09-06T23:56:25.301Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-06T23:56:25.301ZHOST_CFLAGS = None
662026-09-06T23:56:25.301Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-06T23:56:25.301ZCFLAGS_x86_64_unknown_illumos = None
682026-09-06T23:56:25.301Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-06T23:56:25.301ZCFLAGS_x86_64-unknown-illumos = None
702026-09-06T23:56:25.404Z+ rustup --version
712026-09-06T23:56:25.409Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-06T23:56:25.412Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-06T23:56:25.432Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-06T23:56:25.435Z+ cargo --version
752026-09-06T23:56:25.443Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-06T23:56:25.446Z+ rustc --version
772026-09-06T23:56:25.466Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-06T23:56:25.469Zprocess exited: duration 17229 ms, exit code 0
 
792026-09-06T23:56:25.475Zstarting task 2: "authentication"
802026-09-06T23:56:25.492Zprocess exited: duration 16 ms, exit code 0
 
812026-09-06T23:56:25.498Zstarting task 3: "clone repository"
822026-09-06T23:56:25.502Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-06T23:56:25.506Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-06T23:56:25.537ZCloning into '/work/oxidecomputer/omicron'...
852026-09-06T23:56:38.228Z+ cd /work/oxidecomputer/omicron
862026-09-06T23:56:38.228Z+ git fetch origin 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b
872026-09-06T23:56:38.527ZFrom https://github.com/oxidecomputer/omicron
882026-09-06T23:56:38.527Z * branch 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b -> FETCH_HEAD
892026-09-06T23:56:38.542Z+ [[ -n sush-switch-proxy ]]
902026-09-06T23:56:38.545Z++ git branch --show-current
912026-09-06T23:56:38.548Z+ current=main
922026-09-06T23:56:38.548Z+ [[ main != sush-switch-proxy ]]
932026-09-06T23:56:38.548Z+ git branch -f sush-switch-proxy 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b
942026-09-06T23:56:38.551Z+ git checkout -f sush-switch-proxy
952026-09-06T23:56:38.802ZSwitched to branch 'sush-switch-proxy'
962026-09-06T23:56:38.805Z+ git reset --hard 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b
972026-09-06T23:56:38.822ZHEAD is now at 7dc9f6db0 Add the sush proxy to the switch zone
982026-09-06T23:56:38.825Zprocess exited: duration 13325 ms, exit code 0
 
992026-09-06T23:56:38.832Zstarting task 4: "build"
1002026-09-06T23:56:38.837Z+ source .github/buildomat/ci-env.sh
1012026-09-06T23:56:38.840Z++ export CARGO_TERM_COLOR=always
1022026-09-06T23:56:38.840Z++ CARGO_TERM_COLOR=always
1032026-09-06T23:56:38.840Z+++ uname -s
1042026-09-06T23:56:38.840Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-06T23:56:38.840Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-06T23:56:38.843Z+ cargo --version
1072026-09-06T23:56:38.850Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-06T23:56:38.853Z+ rustc --version
1092026-09-06T23:56:38.872Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-06T23:56:38.875Z+ cargo tree --locked
1112026-09-06T23:56:39.041Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-06T23:56:39.374Z Updating crates.io index
1132026-09-06T23:56:39.377Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-06T23:56:39.673Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-06T23:56:40.085Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-06T23:56:40.400Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-06T23:56:41.406Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-06T23:56:42.015Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-06T23:56:43.670Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-06T23:56:44.665Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-06T23:56:44.941Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-06T23:56:45.311Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-06T23:56:46.499Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-06T23:56:47.054Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-06T23:56:47.460Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-06T23:56:47.769Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-06T23:56:48.058Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-06T23:56:48.341Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-06T23:56:48.654Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-06T23:56:48.952Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-06T23:56:49.346Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-06T23:56:49.741Z Updating git repository `https://github.com/oxidecomputer/sush`
1332026-09-06T23:56:50.300Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1342026-09-06T23:56:50.861Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1352026-09-06T23:56:51.159Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-09-06T23:56:51.698Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1372026-09-06T23:56:52.079Z Updating git repository `https://github.com/oxidecomputer/erebor`
1382026-09-06T23:56:52.332Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-09-06T23:56:52.784Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-09-06T23:56:53.112Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1412026-09-06T23:56:53.544Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1422026-09-06T23:56:53.914Z Updating git repository `https://github.com/oxidecomputer/ispf`
1432026-09-06T23:56:54.224Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-09-06T23:56:54.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-06T23:56:54.943Z Updating git repository `https://github.com/oxidecomputer/tough`
1462026-09-06T23:56:55.501Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1472026-09-06T23:56:56.079Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1482026-09-06T23:56:56.351Z Updating git repository `https://github.com/oxidecomputer/rumors`
1492026-09-06T23:57:02.468Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1502026-09-06T23:57:02.796Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1512026-09-06T23:57:03.140Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1522026-09-06T23:57:03.420Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1532026-09-06T23:57:03.849Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1542026-09-06T23:57:04.159Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1552026-09-06T23:57:04.517Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1562026-09-06T23:57:04.792Z Updating git repository `https://github.com/illumos/smf-rs`
1572026-09-06T23:57:07.606Z Downloading crates ...
1582026-09-06T23:57:07.666Z Downloaded fd-lock v4.0.4
1592026-09-06T23:57:07.671Z Downloaded dunce v1.0.5
1602026-09-06T23:57:07.676Z Downloaded event-listener v5.4.1
1612026-09-06T23:57:07.679Z Downloaded embedded-io v0.4.0
1622026-09-06T23:57:07.691Z Downloaded dyn-clone v1.0.20
1632026-09-06T23:57:07.694Z Downloaded dsl_auto_type v0.2.0
1642026-09-06T23:57:07.694Z Downloaded funty v2.0.0
1652026-09-06T23:57:07.694Z Downloaded lazy_static v1.5.0
1662026-09-06T23:57:07.694Z Downloaded fixedbitset v0.4.2
1672026-09-06T23:57:07.694Z Downloaded escape8259 v0.5.3
1682026-09-06T23:57:07.698Z Downloaded event-listener-strategy v0.5.4
1692026-09-06T23:57:07.698Z Downloaded dtrace-parser v0.2.0
1702026-09-06T23:57:07.701Z Downloaded memoffset v0.9.1
1712026-09-06T23:57:07.701Z Downloaded ed25519 v2.2.3
1722026-09-06T23:57:07.708Z Downloaded either v1.15.0
1732026-09-06T23:57:07.709Z Downloaded fnv v1.0.7
1742026-09-06T23:57:07.712Z Downloaded dtrace-parser v0.3.0
1752026-09-06T23:57:07.712Z Downloaded endian-type v0.1.2
1762026-09-06T23:57:07.712Z Downloaded match_cfg v0.1.0
1772026-09-06T23:57:07.712Z Downloaded linear-map v1.2.0
1782026-09-06T23:57:07.712Z Downloaded hashbrown v0.13.2
1792026-09-06T23:57:07.712Z Downloaded num_threads v0.1.7
1802026-09-06T23:57:07.712Z Downloaded num-conv v0.2.0
1812026-09-06T23:57:07.712Z Downloaded enum_dispatch v0.3.13
1822026-09-06T23:57:07.715Z Downloaded flagset v0.4.7
1832026-09-06T23:57:07.715Z Downloaded linked-hash-map v0.5.6
1842026-09-06T23:57:07.715Z Downloaded mime v0.3.17
1852026-09-06T23:57:07.715Z Downloaded ed25519 v3.0.0
1862026-09-06T23:57:07.718Z Downloaded filetime v0.2.27
1872026-09-06T23:57:07.718Z Downloaded ed25519-dalek v2.2.0
1882026-09-06T23:57:07.718Z Downloaded dropshot-api-manager-types v0.8.0
1892026-09-06T23:57:07.723Z Downloaded nodrop v0.1.14
1902026-09-06T23:57:07.723Z Downloaded miette-derive v5.10.0
1912026-09-06T23:57:07.723Z Downloaded multimap v0.10.1
1922026-09-06T23:57:07.723Z Downloaded miette-derive v7.6.0
1932026-09-06T23:57:07.727Z Downloaded float-ord v0.3.2
1942026-09-06T23:57:07.727Z Downloaded ena v0.14.4
1952026-09-06T23:57:07.727Z Downloaded errno v0.3.14
1962026-09-06T23:57:07.727Z Downloaded lzss v0.8.2
1972026-09-06T23:57:07.730Z Downloaded linkme-impl v0.3.35
1982026-09-06T23:57:07.731Z Downloaded maplit v1.0.2
1992026-09-06T23:57:07.734Z Downloaded maybe-uninit v2.0.0
2002026-09-06T23:57:07.734Z Downloaded fastrand v2.3.0
2012026-09-06T23:57:07.739Z Downloaded embedded-io v0.6.1
2022026-09-06T23:57:07.743Z Downloaded lru v0.12.5
2032026-09-06T23:57:07.743Z Downloaded ecdsa v0.16.9
2042026-09-06T23:57:07.745Z Downloaded equivalent v1.0.2
2052026-09-06T23:57:07.745Z Downloaded lru-cache v0.1.2
2062026-09-06T23:57:07.745Z Downloaded find-msvc-tools v0.1.9
2072026-09-06T23:57:07.746Z Downloaded libsw v3.5.0
2082026-09-06T23:57:07.746Z Downloaded macaddr v1.0.1
2092026-09-06T23:57:07.749Z Downloaded libscf-sys v1.2.0
2102026-09-06T23:57:07.752Z Downloaded erased-serde v0.3.31
2112026-09-06T23:57:07.752Z Downloaded fs-err v3.3.0
2122026-09-06T23:57:07.752Z Downloaded lru-slab v0.1.2
2132026-09-06T23:57:07.755Z Downloaded litrs v1.0.0
2142026-09-06T23:57:07.758Z Downloaded enum-as-inner v0.6.1
2152026-09-06T23:57:07.758Z Downloaded num-rational v0.4.2
2162026-09-06T23:57:07.761Z Downloaded globwalk v0.9.1
2172026-09-06T23:57:07.764Z Downloaded generic-array v0.14.7
2182026-09-06T23:57:07.767Z Downloaded lru v0.18.3
2192026-09-06T23:57:07.767Z Downloaded form_urlencoded v1.2.2
2202026-09-06T23:57:07.767Z Downloaded libloading v0.8.9
2212026-09-06T23:57:07.771Z Downloaded fxhash v0.2.1
2222026-09-06T23:57:07.772Z Downloaded git-stub v1.0.0
2232026-09-06T23:57:07.772Z Downloaded hash32 v0.3.1
2242026-09-06T23:57:07.772Z Downloaded futures-io v0.3.32
2252026-09-06T23:57:07.776Z Downloaded memmap v0.7.0
2262026-09-06T23:57:07.776Z Downloaded foreign-types-shared v0.3.1
2272026-09-06T23:57:07.776Z Downloaded ghash v0.6.0
2282026-09-06T23:57:07.776Z Downloaded guppy-workspace-hack v0.1.0
2292026-09-06T23:57:07.780Z Downloaded ff v0.13.1
2302026-09-06T23:57:07.780Z Downloaded ff v0.14.0
2312026-09-06T23:57:07.780Z Downloaded md-5 v0.10.6
2322026-09-06T23:57:07.780Z Downloaded opaque-debug v0.3.1
2332026-09-06T23:57:07.780Z Downloaded newline-converter v0.3.0
2342026-09-06T23:57:07.783Z Downloaded md5 v0.8.0
2352026-09-06T23:57:07.783Z Downloaded newtype_derive v0.1.6
2362026-09-06T23:57:07.786Z Downloaded futures-sink v0.3.32
2372026-09-06T23:57:07.786Z Downloaded env_filter v2.0.0
2382026-09-06T23:57:07.786Z Downloaded foreign-types-shared v0.1.1
2392026-09-06T23:57:07.789Z Downloaded openssl-probe v0.2.1
2402026-09-06T23:57:07.792Z Downloaded hash32 v0.2.1
2412026-09-06T23:57:07.792Z Downloaded libbz2-rs-sys v0.2.2
2422026-09-06T23:57:07.792Z Downloaded lock_api v0.4.14
2432026-09-06T23:57:07.796Z Downloaded miniz_oxide v0.8.9
2442026-09-06T23:57:07.796Z Downloaded foreign-types v0.5.0
2452026-09-06T23:57:07.796Z Downloaded memmap2 v0.9.10
2462026-09-06T23:57:07.796Z Downloaded futures-task v0.3.32
2472026-09-06T23:57:07.796Z Downloaded num-iter v0.1.45
2482026-09-06T23:57:07.799Z Downloaded futures-macro v0.3.32
2492026-09-06T23:57:07.799Z Downloaded nibble_vec v0.1.0
2502026-09-06T23:57:07.803Z Downloaded openssl-macros v0.1.1
2512026-09-06T23:57:07.803Z Downloaded gethostname v0.5.0
2522026-09-06T23:57:07.803Z Downloaded new_debug_unreachable v1.0.6
2532026-09-06T23:57:07.803Z Downloaded normalize-line-endings v0.3.0
2542026-09-06T23:57:07.803Z Downloaded num v0.4.3
2552026-09-06T23:57:07.806Z Downloaded openssl-probe v0.1.6
2562026-09-06T23:57:07.806Z Downloaded float-cmp v0.10.0
2572026-09-06T23:57:07.809Z Downloaded managed v0.8.0
2582026-09-06T23:57:07.809Z Downloaded nonempty v0.12.0
2592026-09-06T23:57:07.809Z Downloaded foldhash v0.1.5
2602026-09-06T23:57:07.809Z Downloaded nested v0.1.1
2612026-09-06T23:57:07.809Z Downloaded newtype-uuid-macros v0.1.0
2622026-09-06T23:57:07.813Z Downloaded foreign-types-macros v0.2.3
2632026-09-06T23:57:07.813Z Downloaded linkme v0.3.35
2642026-09-06T23:57:07.813Z Downloaded block-buffer v0.12.1
2652026-09-06T23:57:07.821Z Downloaded num-derive v0.4.2
2662026-09-06T23:57:07.821Z Downloaded olpc-cjson v0.1.4
2672026-09-06T23:57:07.824Z Downloaded cfg-if v1.0.4
2682026-09-06T23:57:07.824Z Downloaded elliptic-curve v0.13.8
2692026-09-06T23:57:07.824Z Downloaded num_enum_derive v0.5.11
2702026-09-06T23:57:07.824Z Downloaded addr2line v0.25.1
2712026-09-06T23:57:07.824Z Downloaded ecdsa v0.17.0
2722026-09-06T23:57:07.824Z Downloaded fixedbitset v0.5.7
2732026-09-06T23:57:07.842Z Downloaded crunchy v0.2.4
2742026-09-06T23:57:07.845Z Downloaded cstr-argument v0.1.2
2752026-09-06T23:57:07.845Z Downloaded darling_macro v0.23.0
2762026-09-06T23:57:07.845Z Downloaded defmt-parser v1.0.0
2772026-09-06T23:57:07.845Z Downloaded fallible-iterator v0.2.0
2782026-09-06T23:57:07.845Z Downloaded foreign-types v0.3.2
2792026-09-06T23:57:07.845Z Downloaded fs-err v2.11.0
2802026-09-06T23:57:07.846Z Downloaded futures-timer v3.0.3
2812026-09-06T23:57:07.846Z Downloaded group v0.14.0
2822026-09-06T23:57:07.846Z Downloaded darling_macro v0.21.3
2832026-09-06T23:57:07.846Z Downloaded difflib v0.4.0
2842026-09-06T23:57:07.846Z Downloaded litemap v0.8.1
2852026-09-06T23:57:07.846Z Downloaded libtest-mimic v0.8.1
2862026-09-06T23:57:07.850Z Downloaded libsw-core v0.3.2
2872026-09-06T23:57:07.850Z Downloaded module-lattice v0.2.3
2882026-09-06T23:57:07.850Z Downloaded multer v3.1.0
2892026-09-06T23:57:07.850Z Downloaded phf_shared v0.11.3
2902026-09-06T23:57:07.850Z Downloaded num-primitive v0.2.1
2912026-09-06T23:57:07.853Z Downloaded num-complex v0.4.6
2922026-09-06T23:57:07.853Z Downloaded nu-ansi-term v0.50.3
2932026-09-06T23:57:07.857Z Downloaded dirs-next v2.0.0
2942026-09-06T23:57:07.857Z Downloaded foldhash v0.2.0
2952026-09-06T23:57:07.857Z Downloaded futures-executor v0.3.32
2962026-09-06T23:57:07.862Z Downloaded env_logger v0.11.11
2972026-09-06T23:57:07.863Z Downloaded plotters-svg v0.3.7
2982026-09-06T23:57:07.863Z Downloaded futures-core v0.3.32
2992026-09-06T23:57:07.865Z Downloaded bitflags v1.3.2
3002026-09-06T23:57:07.865Z Downloaded fs_extra v1.3.0
3012026-09-06T23:57:07.868Z Downloaded mime_guess v2.0.5
3022026-09-06T23:57:07.868Z Downloaded newtype-uuid v1.3.2
3032026-09-06T23:57:07.871Z Downloaded num-integer v0.1.46
3042026-09-06T23:57:07.871Z Downloaded globset v0.4.18
3052026-09-06T23:57:07.871Z Downloaded bit-vec v0.8.0
3062026-09-06T23:57:07.871Z Downloaded bytecount v0.6.9
3072026-09-06T23:57:07.875Z Downloaded proc-macro-crate v1.3.1
3082026-09-06T23:57:07.875Z Downloaded pwd v1.4.0
3092026-09-06T23:57:07.875Z Downloaded recursive v0.1.1
3102026-09-06T23:57:07.875Z Downloaded precomputed-hash v0.1.1
3112026-09-06T23:57:07.880Z Downloaded proc-macro-error-attr2 v2.0.0
3122026-09-06T23:57:07.881Z Downloaded russh-util v0.52.0
3132026-09-06T23:57:07.881Z Downloaded sapling-renderdag v0.1.0
3142026-09-06T23:57:07.881Z Downloaded num_enum_derive v0.7.6
3152026-09-06T23:57:07.881Z Downloaded progenitor-macro v0.14.0
3162026-09-06T23:57:07.885Z Downloaded camino-tempfile v1.4.1
3172026-09-06T23:57:07.885Z Downloaded corncobs v0.1.4
3182026-09-06T23:57:07.885Z Downloaded ref-cast-impl v1.0.25
3192026-09-06T23:57:07.885Z Downloaded futures v0.3.32
3202026-09-06T23:57:07.889Z Downloaded num_enum v0.5.11
3212026-09-06T23:57:07.889Z Downloaded native-tls v0.2.18
3222026-09-06T23:57:07.889Z Downloaded cbc v0.2.1
3232026-09-06T23:57:07.893Z Downloaded nanorand v0.7.0
3242026-09-06T23:57:07.893Z Downloaded cipher v0.4.4
3252026-09-06T23:57:07.893Z Downloaded cargo_metadata v0.23.1
3262026-09-06T23:57:07.893Z Downloaded cipher v0.5.2
3272026-09-06T23:57:07.896Z Downloaded document-features v0.2.12
3282026-09-06T23:57:07.896Z Downloaded constant_time_eq v0.4.2
3292026-09-06T23:57:07.896Z Downloaded diesel-dtrace v0.5.0
3302026-09-06T23:57:07.896Z Downloaded rustc_version v0.1.7
3312026-09-06T23:57:07.900Z Downloaded rfc6979 v0.6.0
3322026-09-06T23:57:07.904Z Downloaded same-file v1.0.6
3332026-09-06T23:57:07.904Z Downloaded log v0.4.33
3342026-09-06T23:57:07.908Z Downloaded ml-kem v0.3.2
3352026-09-06T23:57:07.908Z Downloaded libefi-sys v0.1.0
3362026-09-06T23:57:07.911Z Downloaded getrandom v0.2.17
3372026-09-06T23:57:07.911Z Downloaded critical-section v1.2.0
3382026-09-06T23:57:07.914Z Downloaded signature v3.0.0
3392026-09-06T23:57:07.914Z Downloaded sigpipe v0.1.3
3402026-09-06T23:57:07.914Z Downloaded slog-envlogger v2.2.0
3412026-09-06T23:57:07.914Z Downloaded darling v0.13.4
3422026-09-06T23:57:07.918Z Downloaded group v0.13.0
3432026-09-06T23:57:07.918Z Downloaded scroll_derive v0.13.1
3442026-09-06T23:57:07.918Z Downloaded serde_spanned v1.1.1
3452026-09-06T23:57:07.922Z Downloaded signal-hook-mio v0.2.5
3462026-09-06T23:57:07.922Z Downloaded dropshot_endpoint v0.17.1
3472026-09-06T23:57:07.922Z Downloaded fatfs v0.3.6
3482026-09-06T23:57:07.925Z Downloaded num_enum v0.7.6
3492026-09-06T23:57:07.925Z Downloaded phf v0.13.1
3502026-09-06T23:57:07.928Z Downloaded half v1.8.3
3512026-09-06T23:57:07.931Z Downloaded strum v0.27.2
3522026-09-06T23:57:07.932Z Downloaded swrite v0.1.0
3532026-09-06T23:57:07.932Z Downloaded glob v0.3.3
3542026-09-06T23:57:07.935Z Downloaded pin-project-lite v0.2.17
3552026-09-06T23:57:07.938Z Downloaded num-modular v0.6.5
3562026-09-06T23:57:07.938Z Downloaded postgres-protocol v0.6.10
3572026-09-06T23:57:07.938Z Downloaded r2d2 v0.8.10
3582026-09-06T23:57:07.942Z Downloaded oorandom v11.1.5
3592026-09-06T23:57:07.942Z Downloaded stable_deref_trait v1.2.1
3602026-09-06T23:57:07.942Z Downloaded supports-color v2.1.0
3612026-09-06T23:57:07.942Z Downloaded supports-unicode v2.1.0
3622026-09-06T23:57:07.942Z Downloaded supports-unicode v3.0.0
3632026-09-06T23:57:07.943Z Downloaded tabwriter v1.4.1
3642026-09-06T23:57:07.946Z Downloaded proc-macro-error2 v2.0.1
3652026-09-06T23:57:07.946Z Downloaded strum v0.26.3
3662026-09-06T23:57:07.946Z Downloaded testing_table v0.3.0
3672026-09-06T23:57:07.946Z Downloaded tagptr v0.2.0
3682026-09-06T23:57:07.946Z Downloaded git-stub-vcs v0.1.0
3692026-09-06T23:57:07.950Z Downloaded futures-channel v0.3.32
3702026-09-06T23:57:07.950Z Downloaded ppv-lite86 v0.2.21
3712026-09-06T23:57:07.954Z Downloaded rand_pcg v0.10.2
3722026-09-06T23:57:07.954Z Downloaded terminal_size v0.1.17
3732026-09-06T23:57:07.954Z Downloaded thiserror-impl-no-std v2.0.2
3742026-09-06T23:57:07.958Z Downloaded blake2 v0.11.0-rc.6
3752026-09-06T23:57:07.958Z Downloaded bzip2 v0.4.4
3762026-09-06T23:57:07.963Z Downloaded flate2 v1.1.9
3772026-09-06T23:57:07.963Z Downloaded console v0.16.2
3782026-09-06T23:57:07.963Z Downloaded chacha20 v0.10.0
3792026-09-06T23:57:07.963Z Downloaded clang-sys v1.8.1
3802026-09-06T23:57:07.967Z Downloaded flume v0.11.1
3812026-09-06T23:57:07.970Z Downloaded once_cell v1.21.3
3822026-09-06T23:57:07.970Z Downloaded toml_write v0.1.2
3832026-09-06T23:57:07.970Z Downloaded trait-variant v0.1.2
3842026-09-06T23:57:07.974Z Downloaded omicron-zone-package v0.12.3
3852026-09-06T23:57:07.974Z Downloaded utf8parse v0.2.2
3862026-09-06T23:57:07.977Z Downloaded num-traits v0.2.19
3872026-09-06T23:57:07.977Z Downloaded scrypt v0.12.0
3882026-09-06T23:57:07.980Z Downloaded typify-macro v0.6.2
3892026-09-06T23:57:07.980Z Downloaded elliptic-curve v0.14.1
3902026-09-06T23:57:07.983Z Downloaded derive_builder v0.20.2
3912026-09-06T23:57:07.986Z Downloaded darling v0.23.0
3922026-09-06T23:57:07.990Z Downloaded der_derive v0.7.3
3932026-09-06T23:57:07.990Z Downloaded derive_builder_core v0.20.2
3942026-09-06T23:57:07.995Z Downloaded untrusted v0.9.0
3952026-09-06T23:57:07.995Z Downloaded usdt-attr-macro v0.5.0
3962026-09-06T23:57:07.995Z Downloaded want v0.3.1
3972026-09-06T23:57:07.995Z Downloaded simd-adler32 v0.3.8
3982026-09-06T23:57:07.995Z Downloaded miette v7.6.0
3992026-09-06T23:57:08.003Z Downloaded pkcs8 v0.11.0
4002026-09-06T23:57:08.003Z Downloaded serde-hex v0.1.0
4012026-09-06T23:57:08.003Z Downloaded smf v0.2.3
4022026-09-06T23:57:08.003Z Downloaded sqlformat v0.3.5
4032026-09-06T23:57:08.003Z Downloaded generic-array v1.4.3
4042026-09-06T23:57:08.007Z Downloaded pest_derive v2.8.6
4052026-09-06T23:57:08.007Z Downloaded stacker v0.1.23
4062026-09-06T23:57:08.007Z Downloaded getrandom v0.4.3
4072026-09-06T23:57:08.007Z Downloaded yoke-derive v0.8.1
4082026-09-06T23:57:08.011Z Downloaded spki v0.7.3
4092026-09-06T23:57:08.011Z Downloaded zerofrom v0.1.6
4102026-09-06T23:57:08.011Z Downloaded http-range-header v0.4.2
4112026-09-06T23:57:08.011Z Downloaded hyper-tls v0.6.0
4122026-09-06T23:57:08.011Z Downloaded stringprep v0.1.5
4132026-09-06T23:57:08.011Z Downloaded fancy-regex v0.14.0
4142026-09-06T23:57:08.014Z Downloaded getrandom v0.3.4
4152026-09-06T23:57:08.019Z Downloaded tinytemplate v1.2.1
4162026-09-06T23:57:08.019Z Downloaded inout v0.2.2
4172026-09-06T23:57:08.022Z Downloaded idna_adapter v1.2.1
4182026-09-06T23:57:08.022Z Downloaded jiff-static v0.2.34
4192026-09-06T23:57:08.022Z Downloaded oxide-generation-macros v0.2.0
4202026-09-06T23:57:08.022Z Downloaded internet-checksum v0.2.1
4212026-09-06T23:57:08.022Z Downloaded is-terminal v0.4.17
4222026-09-06T23:57:08.026Z Downloaded colored v3.1.1
4232026-09-06T23:57:08.026Z Downloaded packed_struct_codegen v0.10.1
4242026-09-06T23:57:08.030Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4252026-09-06T23:57:08.030Z Downloaded thiserror-no-std v2.0.2
4262026-09-06T23:57:08.033Z Downloaded tinystr v0.8.2
4272026-09-06T23:57:08.037Z Downloaded cookie_store v0.22.1
4282026-09-06T23:57:08.037Z Downloaded darling_core v0.13.4
4292026-09-06T23:57:08.040Z Downloaded usdt-attr-macro v0.6.0
4302026-09-06T23:57:08.040Z Downloaded parse-display v0.10.0
4312026-09-06T23:57:08.040Z Downloaded atty v0.2.14
4322026-09-06T23:57:08.040Z Downloaded base16ct v0.2.0
4332026-09-06T23:57:08.044Z Downloaded path-slash v0.1.5
4342026-09-06T23:57:08.044Z Downloaded backtrace-ext v0.2.1
4352026-09-06T23:57:08.047Z Downloaded half v2.7.1
4362026-09-06T23:57:08.050Z Downloaded aead v0.5.2
4372026-09-06T23:57:08.050Z Downloaded array-init v0.0.4
4382026-09-06T23:57:08.053Z Downloaded drift v0.2.0
4392026-09-06T23:57:08.056Z Downloaded sha2 v0.10.9
4402026-09-06T23:57:08.060Z Downloaded sha2 v0.11.0
4412026-09-06T23:57:08.060Z Downloaded async-recursion v1.1.1
4422026-09-06T23:57:08.064Z Downloaded atomicwrites v0.4.4
4432026-09-06T23:57:08.064Z Downloaded cast v0.3.0
4442026-09-06T23:57:08.064Z Downloaded vergen-git2 v9.1.0
4452026-09-06T23:57:08.067Z Downloaded heck v0.4.1
4462026-09-06T23:57:08.073Z Downloaded xshell v0.2.7
4472026-09-06T23:57:08.077Z Downloaded yoke v0.8.1
4482026-09-06T23:57:08.077Z Downloaded zerovec-derive v0.11.2
4492026-09-06T23:57:08.077Z Downloaded highway v1.3.0
4502026-09-06T23:57:08.081Z Downloaded cargo-platform v0.3.2
4512026-09-06T23:57:08.084Z Downloaded cpufeatures v0.3.0
4522026-09-06T23:57:08.088Z Downloaded progenitor-impl v0.13.0
4532026-09-06T23:57:08.088Z Downloaded tiny-keccak v2.0.2
4542026-09-06T23:57:08.088Z Downloaded itoa v1.0.17
4552026-09-06T23:57:08.091Z Downloaded tempfile v3.27.0
4562026-09-06T23:57:08.097Z Downloaded tokio-rustls v0.26.4
4572026-09-06T23:57:08.097Z Downloaded tokio-tungstenite v0.21.0
4582026-09-06T23:57:08.100Z Downloaded debug-ignore v1.0.5
4592026-09-06T23:57:08.146Z Downloaded packed_struct v0.10.1
4602026-09-06T23:57:08.147Z Downloaded diesel_table_macro_syntax v0.3.0
4612026-09-06T23:57:08.157Z Downloaded toml v0.8.23
4622026-09-06T23:57:08.157Z Downloaded openssl-sys v0.9.117
4632026-09-06T23:57:08.157Z Downloaded digest-io v0.1.0
4642026-09-06T23:57:08.157Z Downloaded dirs-sys-next v0.1.2
4652026-09-06T23:57:08.157Z Downloaded unicode-properties v0.1.4
4662026-09-06T23:57:08.157Z Downloaded derive_builder_macro v0.20.2
4672026-09-06T23:57:08.157Z Downloaded progenitor-macro v0.13.0
4682026-09-06T23:57:08.157Z Downloaded crc-any v2.5.0
4692026-09-06T23:57:08.157Z Downloaded knuffel-derive v3.2.0
4702026-09-06T23:57:08.157Z Downloaded peg v0.8.5
4712026-09-06T23:57:08.157Z Downloaded pem-rfc7468 v0.7.0
4722026-09-06T23:57:08.157Z Downloaded aead v0.6.1
4732026-09-06T23:57:08.157Z Downloaded serde_core v1.0.228
4742026-09-06T23:57:08.157Z Downloaded proc-macro-error-attr v1.0.4
4752026-09-06T23:57:08.157Z Downloaded miette v5.10.0
4762026-09-06T23:57:08.157Z Downloaded serde_derive v1.0.228
4772026-09-06T23:57:08.157Z Downloaded serde_yaml v0.9.34+deprecated
4782026-09-06T23:57:08.157Z Downloaded whoami v1.6.1
4792026-09-06T23:57:08.157Z Downloaded whoami v2.1.0
4802026-09-06T23:57:08.157Z Downloaded anstream v0.6.21
4812026-09-06T23:57:08.158Z Downloaded toml_parser v1.1.2+spec-1.1.0
4822026-09-06T23:57:08.158Z Downloaded twox-hash v2.1.2
4832026-09-06T23:57:08.158Z Downloaded vergen v9.1.0
4842026-09-06T23:57:08.158Z Downloaded anstyle-parse v1.0.0
4852026-09-06T23:57:08.158Z Downloaded phf_shared v0.12.1
4862026-09-06T23:57:08.158Z Downloaded phf_shared v0.13.1
4872026-09-06T23:57:08.158Z Downloaded bcs v0.1.6
4882026-09-06T23:57:08.158Z Downloaded rtoolbox v0.0.3
4892026-09-06T23:57:08.158Z Downloaded byteorder v1.5.0
4902026-09-06T23:57:08.162Z Downloaded bs58 v0.5.1
4912026-09-06T23:57:08.162Z Downloaded cassowary v0.3.0
4922026-09-06T23:57:08.162Z Downloaded sha1 v0.10.6
4932026-09-06T23:57:08.162Z Downloaded ed25519-dalek v3.0.0
4942026-09-06T23:57:08.162Z Downloaded hybrid-array v0.4.13
4952026-09-06T23:57:08.162Z Downloaded convert_case v0.4.0
4962026-09-06T23:57:08.162Z Downloaded secrecy v0.8.0
4972026-09-06T23:57:08.165Z Downloaded similar-asserts v1.7.0
4982026-09-06T23:57:08.165Z Downloaded vergen-gitcl v1.0.8
4992026-09-06T23:57:08.165Z Downloaded httptest v0.16.4
5002026-09-06T23:57:08.165Z Downloaded prettyplease v0.2.37
5012026-09-06T23:57:08.170Z Downloaded ingot v0.2.1
5022026-09-06T23:57:08.170Z Downloaded hmac v0.13.0
5032026-09-06T23:57:08.178Z Downloaded siphasher v1.0.2
5042026-09-06T23:57:08.181Z Downloaded smawk v0.3.2
5052026-09-06T23:57:08.182Z Downloaded serde_bytes v0.11.19
5062026-09-06T23:57:08.182Z Downloaded structmeta v0.3.0
5072026-09-06T23:57:08.185Z Downloaded minimal-lexical v0.2.1
5082026-09-06T23:57:08.185Z Downloaded serde_spanned v0.6.9
5092026-09-06T23:57:08.188Z Downloaded memchr v2.8.0
5102026-09-06T23:57:08.188Z Downloaded sponge-cursor v0.1.0
5112026-09-06T23:57:08.192Z Downloaded crossbeam-channel v0.5.15
5122026-09-06T23:57:08.195Z Downloaded deranged v0.5.8
5132026-09-06T23:57:08.195Z Downloaded parking_lot_core v0.9.12
5142026-09-06T23:57:08.200Z Downloaded chumsky v0.9.3
5152026-09-06T23:57:08.203Z Downloaded rustls-platform-verifier v0.6.2
5162026-09-06T23:57:08.203Z Downloaded scuffle v0.1.0
5172026-09-06T23:57:08.204Z Downloaded primeorder v0.13.6
5182026-09-06T23:57:08.204Z Downloaded progenitor-client v0.13.0
5192026-09-06T23:57:08.207Z Downloaded take_mut v0.2.2
5202026-09-06T23:57:08.207Z Downloaded supports-color v3.0.2
5212026-09-06T23:57:08.207Z Downloaded tinyvec_macros v0.1.1
5222026-09-06T23:57:08.213Z Downloaded termtree v0.5.1
5232026-09-06T23:57:08.220Z Downloaded bitflags v2.11.0
5242026-09-06T23:57:08.220Z Downloaded compact_str v0.8.1
5252026-09-06T23:57:08.223Z Downloaded supports-hyperlinks v2.1.0
5262026-09-06T23:57:08.224Z Downloaded tungstenite v0.21.0
5272026-09-06T23:57:08.224Z Downloaded unicode-bidi v0.3.18
5282026-09-06T23:57:08.224Z Downloaded argon2 v0.6.0-rc.8
5292026-09-06T23:57:08.224Z Downloaded rand_seeder v0.4.0
5302026-09-06T23:57:08.224Z Downloaded rpassword v7.5.4
5312026-09-06T23:57:08.230Z Downloaded toml_datetime v0.6.11
5322026-09-06T23:57:08.236Z Downloaded unarray v0.1.4
5332026-09-06T23:57:08.236Z Downloaded expectorate v1.2.0
5342026-09-06T23:57:08.236Z Downloaded hashbrown v0.12.3
5352026-09-06T23:57:08.236Z Downloaded colored v2.2.0
5362026-09-06T23:57:08.240Z Downloaded slog-term v2.9.2
5372026-09-06T23:57:08.240Z Downloaded unicode-xid v0.2.6
5382026-09-06T23:57:08.240Z Downloaded wait-timeout v0.2.1
5392026-09-06T23:57:08.240Z Downloaded bzip2 v0.6.1
5402026-09-06T23:57:08.243Z Downloaded sec1 v0.8.1
5412026-09-06T23:57:08.243Z Downloaded test-strategy v0.4.5
5422026-09-06T23:57:08.247Z Downloaded ciborium v0.2.2
5432026-09-06T23:57:08.250Z Downloaded clap_derive v4.6.1
5442026-09-06T23:57:08.250Z Downloaded ignore v0.4.25
5452026-09-06T23:57:08.253Z Downloaded console v0.15.11
5462026-09-06T23:57:08.254Z Downloaded darling v0.20.11
5472026-09-06T23:57:08.257Z Downloaded crossbeam-utils v0.8.21
5482026-09-06T23:57:08.257Z Downloaded stringmetrics v2.2.2
5492026-09-06T23:57:08.262Z Downloaded serde_tokenstream v0.2.3
5502026-09-06T23:57:08.262Z Downloaded signal-hook-registry v1.4.8
5512026-09-06T23:57:08.262Z Downloaded slog-json v2.6.1
5522026-09-06T23:57:08.263Z Downloaded spki v0.8.0
5532026-09-06T23:57:08.266Z Downloaded zone v0.3.1
5542026-09-06T23:57:08.266Z Downloaded http-range v0.1.5
5552026-09-06T23:57:08.266Z Downloaded hex-literal v1.1.0
5562026-09-06T23:57:08.266Z Downloaded version_check v0.9.5
5572026-09-06T23:57:08.266Z Downloaded oxide-update-engine-types v0.1.2
5582026-09-06T23:57:08.270Z Downloaded num-bigint v0.4.6
5592026-09-06T23:57:08.270Z Downloaded crypto-bigint v0.5.5
5602026-09-06T23:57:08.273Z Downloaded pin-project-internal v1.1.11
5612026-09-06T23:57:08.276Z Downloaded phf v0.12.1
5622026-09-06T23:57:08.276Z Downloaded pkcs1 v0.7.5
5632026-09-06T23:57:08.276Z Downloaded hex-literal v0.4.1
5642026-09-06T23:57:08.280Z Downloaded mio v1.2.0
5652026-09-06T23:57:08.283Z Downloaded strum_macros v0.27.2
5662026-09-06T23:57:08.283Z Downloaded thread_local v1.1.9
5672026-09-06T23:57:08.283Z Downloaded hex v0.4.3
5682026-09-06T23:57:08.287Z Downloaded target-lexicon v0.13.3
5692026-09-06T23:57:08.287Z Downloaded hubpack v0.1.2
5702026-09-06T23:57:08.287Z Downloaded toml_edit v0.23.10+spec-1.0.0
5712026-09-06T23:57:08.291Z Downloaded samael v0.0.19
5722026-09-06T23:57:08.294Z Downloaded instant v0.1.13
5732026-09-06T23:57:08.294Z Downloaded libxml v0.3.3
5742026-09-06T23:57:08.298Z Downloaded libm v0.2.16
5752026-09-06T23:57:08.304Z Downloaded termcolor v1.4.1
5762026-09-06T23:57:08.310Z Downloaded heapless v0.8.0
5772026-09-06T23:57:08.310Z Downloaded salsa20 v0.11.0
5782026-09-06T23:57:08.313Z Downloaded toml_writer v1.1.1+spec-1.1.0
5792026-09-06T23:57:08.313Z Downloaded kem v0.3.0
5802026-09-06T23:57:08.313Z Downloaded tokio-tungstenite v0.28.0
5812026-09-06T23:57:08.313Z Downloaded ascii-canvas v3.0.0
5822026-09-06T23:57:08.313Z Downloaded rustls-pki-types v1.14.0
5832026-09-06T23:57:08.317Z Downloaded wyz v0.5.1
5842026-09-06T23:57:08.317Z Downloaded const-oid v0.9.6
5852026-09-06T23:57:08.317Z Downloaded pathdiff v0.2.3
5862026-09-06T23:57:08.317Z Downloaded serde_path_to_error v0.1.20
5872026-09-06T23:57:08.320Z Downloaded writeable v0.6.2
5882026-09-06T23:57:08.323Z Downloaded uzers v0.12.2
5892026-09-06T23:57:08.329Z Downloaded zstd-safe v7.2.4
5902026-09-06T23:57:08.329Z Downloaded hostname v0.3.1
5912026-09-06T23:57:08.332Z Downloaded castaway v0.2.4
5922026-09-06T23:57:08.332Z Downloaded usdt v0.6.0
5932026-09-06T23:57:08.332Z Downloaded usdt-impl v0.5.0
5942026-09-06T23:57:08.335Z Downloaded rsa v0.10.0-rc.18
5952026-09-06T23:57:08.339Z Downloaded nom v7.1.3
5962026-09-06T23:57:08.343Z Downloaded block-buffer v0.10.4
5972026-09-06T23:57:08.344Z Downloaded colorchoice v1.0.4
5982026-09-06T23:57:08.347Z Downloaded knuffel v3.2.0
5992026-09-06T23:57:08.347Z Downloaded knus v3.4.0
6002026-09-06T23:57:08.347Z Downloaded prefix-trie v0.7.0
6012026-09-06T23:57:08.352Z Downloaded rand v0.9.2
6022026-09-06T23:57:08.352Z Downloaded bit-set v0.8.0
6032026-09-06T23:57:08.360Z Downloaded darling_macro v0.20.11
6042026-09-06T23:57:08.360Z Downloaded ipnet v2.12.0
6052026-09-06T23:57:08.360Z Downloaded cpufeatures v0.2.17
6062026-09-06T23:57:08.360Z Downloaded crc v3.4.0
6072026-09-06T23:57:08.363Z Downloaded synstructure v0.13.2
6082026-09-06T23:57:08.363Z Downloaded hyper-staticfile v0.10.1
6092026-09-06T23:57:08.363Z Downloaded crypto-common v0.2.2
6102026-09-06T23:57:08.363Z Downloaded unicode_categories v0.1.1
6112026-09-06T23:57:08.363Z Downloaded knus-derive v3.4.0
6122026-09-06T23:57:08.366Z Downloaded owo-colors v4.3.0
6132026-09-06T23:57:08.367Z Downloaded oxide-update-engine-display v0.1.2
6142026-09-06T23:57:08.369Z Downloaded oxnet v0.1.6
6152026-09-06T23:57:08.370Z Downloaded parse-display-derive v0.10.0
6162026-09-06T23:57:08.373Z Downloaded rcgen v0.12.1
6172026-09-06T23:57:08.376Z Downloaded parking_lot_core v0.8.6
6182026-09-06T23:57:08.379Z Downloaded defmt v0.3.100
6192026-09-06T23:57:08.383Z Downloaded pem v3.0.6
6202026-09-06T23:57:08.390Z Downloaded indoc v2.0.7
6212026-09-06T23:57:08.393Z Downloaded anstyle-parse v0.2.7
6222026-09-06T23:57:08.393Z Downloaded zerotrie v0.2.3
6232026-09-06T23:57:08.397Z Downloaded darling_core v0.23.0
6242026-09-06T23:57:08.400Z Downloaded smallvec v1.15.1
6252026-09-06T23:57:08.400Z Downloaded rustc_version v0.4.1
6262026-09-06T23:57:08.400Z Downloaded recursive-proc-macro-impl v0.1.1
6272026-09-06T23:57:08.405Z Downloaded tracing-attributes v0.1.31
6282026-09-06T23:57:08.405Z Downloaded scheduled-thread-pool v0.2.7
6292026-09-06T23:57:08.414Z Downloaded cexpr v0.6.0
6302026-09-06T23:57:08.418Z Downloaded cobs v0.3.0
6312026-09-06T23:57:08.421Z Downloaded pin-project v1.1.11
6322026-09-06T23:57:08.428Z Downloaded secrecy v0.10.3
6332026-09-06T23:57:08.432Z Downloaded bit-vec v0.6.3
6342026-09-06T23:57:08.432Z Downloaded signal-hook-tokio v0.3.1
6352026-09-06T23:57:08.432Z Downloaded tinyvec v1.11.0
6362026-09-06T23:57:08.432Z Downloaded ipnetwork v0.21.1
6372026-09-06T23:57:08.432Z Downloaded num-bigint-dig v0.8.6
6382026-09-06T23:57:08.435Z Downloaded rand v0.10.1
6392026-09-06T23:57:08.435Z Downloaded compression-codecs v0.4.37
6402026-09-06T23:57:08.438Z Downloaded serde_with v1.14.0
6412026-09-06T23:57:08.442Z Downloaded p256 v0.14.0
6422026-09-06T23:57:08.447Z Downloaded dof v0.3.0
6432026-09-06T23:57:08.448Z Downloaded strip-ansi-escapes v0.2.1
6442026-09-06T23:57:08.448Z Downloaded tabled_derive v0.7.0
6452026-09-06T23:57:08.448Z Downloaded target-triple v1.0.0
6462026-09-06T23:57:08.448Z Downloaded rustyline v14.0.0
6472026-09-06T23:57:08.452Z Downloaded hyper-rustls v0.27.7
6482026-09-06T23:57:08.452Z Downloaded goblin v0.8.2
6492026-09-06T23:57:08.455Z Downloaded textwrap v0.15.2
6502026-09-06T23:57:08.455Z Downloaded unsafe-libyaml v0.2.11
6512026-09-06T23:57:08.456Z Downloaded async-bb8-diesel v0.2.1
6522026-09-06T23:57:08.456Z Downloaded progenitor-extras v0.2.0
6532026-09-06T23:57:08.459Z Downloaded rayon-core v1.13.0
6542026-09-06T23:57:08.459Z Downloaded try-lock v0.2.5
6552026-09-06T23:57:08.460Z Downloaded universal-hash v0.6.1
6562026-09-06T23:57:08.463Z Downloaded utf-8 v0.7.6
6572026-09-06T23:57:08.463Z Downloaded waitgroup v0.1.2
6582026-09-06T23:57:08.463Z Downloaded unicode-truncate v1.1.0
6592026-09-06T23:57:08.468Z Downloaded primefield v0.14.0
6602026-09-06T23:57:08.471Z Downloaded primeorder v0.14.0
6612026-09-06T23:57:08.471Z Downloaded rand_chacha v0.9.0
6622026-09-06T23:57:08.471Z Downloaded hyper-util v0.1.20
6632026-09-06T23:57:08.475Z Downloaded nom v8.0.0
6642026-09-06T23:57:08.478Z Downloaded cfg-expr v0.20.6
6652026-09-06T23:57:08.478Z Downloaded potential_utf v0.1.4
6662026-09-06T23:57:08.478Z Downloaded resolv-conf v0.7.6
6672026-09-06T23:57:08.481Z Downloaded serde_tokenstream v0.3.0
6682026-09-06T23:57:08.485Z Downloaded xattr v1.6.1
6692026-09-06T23:57:08.485Z Downloaded headers-core v0.3.0
6702026-09-06T23:57:08.485Z Downloaded http-body v1.0.1
6712026-09-06T23:57:08.485Z Downloaded hostname v0.4.2
6722026-09-06T23:57:08.496Z Downloaded guppy v0.17.25
6732026-09-06T23:57:08.500Z Downloaded schemars v0.9.0
6742026-09-06T23:57:08.506Z Downloaded ar_archive_writer v0.5.1
6752026-09-06T23:57:08.510Z Downloaded is_ci v1.2.0
6762026-09-06T23:57:08.510Z Downloaded base64ct v1.8.3
6772026-09-06T23:57:08.510Z Downloaded illumos-nvpair v0.3.0
6782026-09-06T23:57:08.510Z Downloaded darling v0.21.3
6792026-09-06T23:57:08.515Z Downloaded ssh-cipher v0.3.0
6802026-09-06T23:57:08.515Z Downloaded der v0.7.10
6812026-09-06T23:57:08.518Z Downloaded unicode-segmentation v1.12.0
6822026-09-06T23:57:08.518Z Downloaded async-compression v0.4.41
6832026-09-06T23:57:08.521Z Downloaded slog-dtrace v0.3.0
6842026-09-06T23:57:08.521Z Downloaded static_assertions v1.1.0
6852026-09-06T23:57:08.525Z Downloaded supports-hyperlinks v3.2.0
6862026-09-06T23:57:08.525Z Downloaded keccak v0.1.6
6872026-09-06T23:57:08.528Z Downloaded publicsuffix v2.3.0
6882026-09-06T23:57:08.528Z Downloaded quinn-udp v0.5.14
6892026-09-06T23:57:08.532Z Downloaded rand v0.8.6
6902026-09-06T23:57:08.532Z Downloaded thiserror-impl v1.0.69
6912026-09-06T23:57:08.532Z Downloaded universal-hash v0.5.1
6922026-09-06T23:57:08.532Z Downloaded polyval v0.7.1
6932026-09-06T23:57:08.546Z Downloaded adler2 v2.0.1
6942026-09-06T23:57:08.546Z Downloaded async-stream v0.3.6
6952026-09-06T23:57:08.552Z Downloaded async-object-pool v0.2.0
6962026-09-06T23:57:08.552Z Downloaded bcrypt-pbkdf v0.11.0
6972026-09-06T23:57:08.552Z Downloaded ciborium-ll v0.2.2
6982026-09-06T23:57:08.552Z Downloaded termios v0.3.3
6992026-09-06T23:57:08.552Z Downloaded password-hash v0.6.1
7002026-09-06T23:57:08.552Z Downloaded tracing-core v0.1.36
7012026-09-06T23:57:08.552Z Downloaded vergen-lib v0.1.6
7022026-09-06T23:57:08.556Z Downloaded async-lock v3.4.2
7032026-09-06T23:57:08.556Z Downloaded headers v0.4.1
7042026-09-06T23:57:08.557Z Downloaded diff v0.1.13
7052026-09-06T23:57:08.560Z Downloaded rust-argon2 v2.1.0
7062026-09-06T23:57:08.560Z Downloaded postgres-types v0.2.12
7072026-09-06T23:57:08.560Z Downloaded zstd v0.13.3
7082026-09-06T23:57:08.569Z Downloaded http-body-util v0.1.3
7092026-09-06T23:57:08.571Z Downloaded curve25519-dalek-derive v0.1.1
7102026-09-06T23:57:08.576Z Downloaded darling_macro v0.13.4
7112026-09-06T23:57:08.576Z Downloaded allocator-api2 v0.2.21
7122026-09-06T23:57:08.580Z Downloaded schemars v1.2.1
7132026-09-06T23:57:08.586Z Downloaded strum_macros v0.26.4
7142026-09-06T23:57:08.589Z Downloaded papergrid v0.18.0
7152026-09-06T23:57:08.594Z Downloaded oxide-generation v0.1.3
7162026-09-06T23:57:08.594Z Downloaded serde_with_macros v3.21.0
7172026-09-06T23:57:08.594Z Downloaded ref-cast v1.0.25
7182026-09-06T23:57:08.597Z Downloaded predicates-tree v1.0.13
7192026-09-06T23:57:08.597Z Downloaded pretty-hex v0.4.1
7202026-09-06T23:57:08.597Z Downloaded zip v0.6.6
7212026-09-06T23:57:08.600Z Downloaded tls_codec_derive v0.4.2
7222026-09-06T23:57:08.603Z Downloaded zerovec v0.11.5
7232026-09-06T23:57:08.609Z Downloaded predicates-core v1.0.10
7242026-09-06T23:57:08.614Z Downloaded peg-macros v0.8.5
7252026-09-06T23:57:08.614Z Downloaded bb8 v0.8.6
7262026-09-06T23:57:08.621Z Downloaded jobserver v0.1.34
7272026-09-06T23:57:08.621Z Downloaded rustc-hash v2.1.1
7282026-09-06T23:57:08.625Z Downloaded serde_repr v0.1.20
7292026-09-06T23:57:08.625Z Downloaded qorb v0.4.1
7302026-09-06T23:57:08.625Z Downloaded progenitor-impl v0.14.0
7312026-09-06T23:57:08.625Z Downloaded icu_provider v2.1.1
7322026-09-06T23:57:08.625Z Downloaded tokio-postgres v0.7.16
7332026-09-06T23:57:08.630Z Downloaded http v1.4.2
7342026-09-06T23:57:08.634Z Downloaded anes v0.1.6
7352026-09-06T23:57:08.634Z Downloaded semver v0.1.20
7362026-09-06T23:57:08.634Z Downloaded ssh-cipher v0.2.0
7372026-09-06T23:57:08.634Z Downloaded tungstenite v0.28.0
7382026-09-06T23:57:08.637Z Downloaded schemars v0.8.22
7392026-09-06T23:57:08.641Z Downloaded ucd-trie v0.1.7
7402026-09-06T23:57:08.641Z Downloaded httparse v1.10.1
7412026-09-06T23:57:08.644Z Downloaded byte-wrapper v0.1.0
7422026-09-06T23:57:08.644Z Downloaded futures-util v0.3.32
7432026-09-06T23:57:08.651Z Downloaded slog-bunyan v2.5.0
7442026-09-06T23:57:08.657Z Downloaded h2 v0.4.15
7452026-09-06T23:57:08.660Z Downloaded arrayvec v0.7.6
7462026-09-06T23:57:08.660Z Downloaded structmeta-derive v0.3.0
7472026-09-06T23:57:08.660Z Downloaded chacha20 v0.9.1
7482026-09-06T23:57:08.660Z Downloaded cmake v0.1.57
7492026-09-06T23:57:08.661Z Downloaded crc8 v0.1.1
7502026-09-06T23:57:08.661Z Downloaded terminal_size v0.4.3
7512026-09-06T23:57:08.661Z Downloaded defmt v1.0.1
7522026-09-06T23:57:08.664Z Downloaded ron v0.8.1
7532026-09-06T23:57:08.664Z Downloaded thread-id v4.2.2
7542026-09-06T23:57:08.667Z Downloaded topological-sort v0.2.2
7552026-09-06T23:57:08.667Z Downloaded unit-prefix v0.5.2
7562026-09-06T23:57:08.667Z Downloaded arc-swap v1.8.2
7572026-09-06T23:57:08.671Z Downloaded owo-colors v3.5.0
7582026-09-06T23:57:08.676Z Downloaded displaydoc v0.2.5
7592026-09-06T23:57:08.676Z Downloaded parking_lot v0.12.5
7602026-09-06T23:57:08.680Z Downloaded csv-core v0.1.13
7612026-09-06T23:57:08.680Z Downloaded phc v0.6.1
7622026-09-06T23:57:08.681Z Downloaded quote v1.0.45
7632026-09-06T23:57:08.681Z Downloaded rand_core v0.10.0
7642026-09-06T23:57:08.684Z Downloaded rlimit v0.10.2
7652026-09-06T23:57:08.684Z Downloaded usdt-macro v0.5.0
7662026-09-06T23:57:08.684Z Downloaded hubpack_derive v0.1.1
7672026-09-06T23:57:08.687Z Downloaded regex v1.12.3
7682026-09-06T23:57:08.703Z Downloaded ingot-types v0.2.0
7692026-09-06T23:57:08.709Z Downloaded vte v0.14.1
7702026-09-06T23:57:08.709Z Downloaded anyhow v1.0.104
7712026-09-06T23:57:08.709Z Downloaded is_terminal_polyfill v1.70.2
7722026-09-06T23:57:08.709Z Downloaded rustc-demangle v0.1.27
7732026-09-06T23:57:08.709Z Downloaded scroll v0.12.0
7742026-09-06T23:57:08.721Z Downloaded approx v0.5.1
7752026-09-06T23:57:08.724Z Downloaded percent-encoding v2.3.2
7762026-09-06T23:57:08.724Z Downloaded serdect v0.4.3
7772026-09-06T23:57:08.724Z Downloaded snafu-derive v0.8.9
7782026-09-06T23:57:08.724Z Downloaded slab v0.4.12
7792026-09-06T23:57:08.724Z Downloaded blake2b_simd v1.0.4
7802026-09-06T23:57:08.724Z Downloaded atomic-waker v1.1.2
7812026-09-06T23:57:08.724Z Downloaded crc32fast v1.5.0
7822026-09-06T23:57:08.728Z Downloaded base16ct v1.0.0
7832026-09-06T23:57:08.736Z Downloaded support-bundle-viewer v0.1.2
7842026-09-06T23:57:08.739Z Downloaded thiserror-impl v2.0.18
7852026-09-06T23:57:08.739Z Downloaded tokio-native-tls v0.3.1
7862026-09-06T23:57:08.744Z Downloaded unicase v2.9.0
7872026-09-06T23:57:08.744Z Downloaded usdt-impl v0.6.0
7882026-09-06T23:57:08.744Z Downloaded ciborium-io v0.2.2
7892026-09-06T23:57:08.751Z Downloaded itertools v0.12.1
7902026-09-06T23:57:08.755Z Downloaded zerocopy v0.6.6
7912026-09-06T23:57:08.758Z Downloaded constant_time_eq v0.3.1
7922026-09-06T23:57:08.758Z Downloaded vsss-rs v3.3.4
7932026-09-06T23:57:08.758Z Downloaded derive_more v2.1.1
7942026-09-06T23:57:08.764Z Downloaded pest_generator v2.8.6
7952026-09-06T23:57:08.768Z Downloaded russh-cryptovec v0.62.0
7962026-09-06T23:57:08.768Z Downloaded psl-types v2.0.11
7972026-09-06T23:57:08.768Z Downloaded zmij v1.0.21
7982026-09-06T23:57:08.768Z Downloaded plain v0.2.3
7992026-09-06T23:57:08.780Z Downloaded rand_core v0.9.5
8002026-09-06T23:57:08.784Z Downloaded impl-trait-for-tuples v0.2.3
8012026-09-06T23:57:08.784Z Downloaded seq-macro v0.3.6
8022026-09-06T23:57:08.796Z Downloaded sha1 v0.11.0
8032026-09-06T23:57:08.799Z Downloaded serde_cbor v0.11.2
8042026-09-06T23:57:08.799Z Downloaded rustls-webpki v0.103.13
8052026-09-06T23:57:08.799Z Downloaded serde v1.0.228
8062026-09-06T23:57:08.799Z Downloaded criterion v0.7.0
8072026-09-06T23:57:08.803Z Downloaded shlex v1.3.0
8082026-09-06T23:57:08.803Z Downloaded oxide-tokio-rt v0.1.4
8092026-09-06T23:57:08.803Z Downloaded paste v1.0.15
8102026-09-06T23:57:08.806Z Downloaded assert_cmd v2.1.2
8112026-09-06T23:57:08.806Z Downloaded serde_regex v1.1.0
8122026-09-06T23:57:08.806Z Downloaded hashbrown v0.17.0
8132026-09-06T23:57:08.809Z Downloaded pest_meta v2.8.6
8142026-09-06T23:57:08.814Z Downloaded rand_distr v0.5.1
8152026-09-06T23:57:08.817Z Downloaded const-oid v0.10.2
8162026-09-06T23:57:08.817Z Downloaded utf8_iter v1.0.4
8172026-09-06T23:57:08.817Z Downloaded icu_properties_data v2.1.2
8182026-09-06T23:57:08.821Z Downloaded indexmap v1.9.3
8192026-09-06T23:57:08.824Z Downloaded bytesize v2.7.0
8202026-09-06T23:57:08.824Z Downloaded cmov v0.5.4
8212026-09-06T23:57:08.824Z Downloaded tap v1.0.1
8222026-09-06T23:57:08.828Z Downloaded bumpalo v3.20.2
8232026-09-06T23:57:08.828Z Downloaded snafu v0.8.9
8242026-09-06T23:57:08.831Z Downloaded derive-where v1.6.0
8252026-09-06T23:57:08.832Z Downloaded untrusted v0.7.1
8262026-09-06T23:57:08.837Z Downloaded bitfield v0.19.4
8272026-09-06T23:57:08.837Z Downloaded wnaf v0.14.0
8282026-09-06T23:57:08.837Z Downloaded yasna v0.5.2
8292026-09-06T23:57:08.837Z Downloaded convert_case v0.10.0
8302026-09-06T23:57:08.837Z Downloaded void v1.0.2
8312026-09-06T23:57:08.841Z Downloaded httpdate v1.0.3
8322026-09-06T23:57:08.841Z Downloaded cc v1.2.56
8332026-09-06T23:57:08.841Z Downloaded internal-russh-num-bigint v0.5.0
8342026-09-06T23:57:08.844Z Downloaded port-file v0.1.0
8352026-09-06T23:57:08.844Z Downloaded psm v0.1.30
8362026-09-06T23:57:08.888Z Downloaded indoc v1.0.9
8372026-09-06T23:57:08.888Z Downloaded ident_case v1.0.1
8382026-09-06T23:57:08.898Z Downloaded progenitor v0.14.0
8392026-09-06T23:57:08.898Z Downloaded hickory-client v0.25.2
8402026-09-06T23:57:08.898Z Downloaded ingot-macros v0.2.0
8412026-09-06T23:57:08.898Z Downloaded arrayref v0.3.9
8422026-09-06T23:57:08.898Z Downloaded scroll v0.13.0
8432026-09-06T23:57:08.898Z Downloaded oso-derive v0.27.3
8442026-09-06T23:57:08.899Z Downloaded idna v1.1.0
8452026-09-06T23:57:08.899Z Downloaded dropshot-api-manager v0.8.0
8462026-09-06T23:57:08.899Z Downloaded indexmap v2.14.0
8472026-09-06T23:57:08.899Z Downloaded bytes v1.11.1
8482026-09-06T23:57:08.899Z Downloaded parking_lot v0.11.2
8492026-09-06T23:57:08.899Z Downloaded parking v2.2.1
8502026-09-06T23:57:08.899Z Downloaded bitfield-struct v0.6.2
8512026-09-06T23:57:08.899Z Downloaded const_format v0.2.35
8522026-09-06T23:57:08.899Z Downloaded thiserror v1.0.69
8532026-09-06T23:57:08.899Z Downloaded thiserror v2.0.18
8542026-09-06T23:57:08.905Z Downloaded tokio-tungstenite v0.23.1
8552026-09-06T23:57:08.905Z Downloaded toml v0.7.8
8562026-09-06T23:57:08.905Z Downloaded pem-rfc7468 v1.0.0
8572026-09-06T23:57:08.905Z Downloaded tui-tree-widget v0.23.1
8582026-09-06T23:57:08.905Z Downloaded crypto-common v0.1.7
8592026-09-06T23:57:08.906Z Downloaded cancel-safe-futures v0.1.5
8602026-09-06T23:57:08.906Z Downloaded unicode-normalization v0.1.25
8612026-09-06T23:57:08.906Z Downloaded blake2 v0.10.6
8622026-09-06T23:57:08.910Z Downloaded ctutils v0.4.2
8632026-09-06T23:57:08.910Z Downloaded radium v0.7.0
8642026-09-06T23:57:08.910Z Downloaded der v0.8.0
8652026-09-06T23:57:08.913Z Downloaded pkcs1 v0.8.0-rc.4
8662026-09-06T23:57:08.917Z Downloaded plotters-backend v0.3.7
8672026-09-06T23:57:08.917Z Downloaded crossbeam-epoch v0.9.18
8682026-09-06T23:57:08.917Z Downloaded datatest-stable v0.3.3
8692026-09-06T23:57:08.928Z Downloaded strsim v0.11.1
8702026-09-06T23:57:08.931Z Downloaded des v0.9.0
8712026-09-06T23:57:08.934Z Downloaded pretty_assertions v1.4.1
8722026-09-06T23:57:08.937Z Downloaded slog-scope v4.4.1
8732026-09-06T23:57:08.937Z Downloaded anstream v1.0.0
8742026-09-06T23:57:08.941Z Downloaded ssh-key v0.7.0-rc.11
8752026-09-06T23:57:08.944Z Downloaded unicode-linebreak v0.1.5
8762026-09-06T23:57:08.948Z Downloaded tower-layer v0.3.3
8772026-09-06T23:57:08.948Z Downloaded ssh-encoding v0.3.0
8782026-09-06T23:57:08.952Z Downloaded tower v0.5.3
8792026-09-06T23:57:08.956Z Downloaded toml_edit v0.19.15
8802026-09-06T23:57:08.964Z Downloaded reqwest v0.13.2
8812026-09-06T23:57:08.967Z Downloaded moka v0.12.13
8822026-09-06T23:57:08.972Z Downloaded const_format_proc_macros v0.2.34
8832026-09-06T23:57:08.976Z Downloaded term v1.2.1
8842026-09-06T23:57:08.976Z Downloaded inout v0.1.4
8852026-09-06T23:57:08.976Z Downloaded parse-size v1.1.0
8862026-09-06T23:57:08.976Z Downloaded diesel_derives v2.3.7
8872026-09-06T23:57:08.979Z Downloaded assert-json-diff v2.0.2
8882026-09-06T23:57:08.982Z Downloaded bitfield-macros v0.19.4
8892026-09-06T23:57:08.982Z Downloaded zerocopy-derive v0.7.35
8902026-09-06T23:57:08.987Z Downloaded powerfmt v0.2.0
8912026-09-06T23:57:08.987Z Downloaded delegate v0.13.5
8922026-09-06T23:57:08.987Z Downloaded digest v0.11.3
8932026-09-06T23:57:08.990Z Downloaded postcard v1.1.3
8942026-09-06T23:57:08.990Z Downloaded predicates v3.1.4
8952026-09-06T23:57:08.993Z Downloaded aes v0.9.1
8962026-09-06T23:57:08.997Z Downloaded sync_wrapper v1.0.2
8972026-09-06T23:57:09.000Z Downloaded scroll_derive v0.12.1
8982026-09-06T23:57:09.004Z Downloaded keccak v0.2.0
8992026-09-06T23:57:09.004Z Downloaded rusty-fork v0.3.1
9002026-09-06T23:57:09.009Z Downloaded scopeguard v1.2.0
9012026-09-06T23:57:09.009Z Downloaded tower-http v0.6.8
9022026-09-06T23:57:09.013Z Downloaded slog-stdlog v4.1.1
9032026-09-06T23:57:09.013Z Downloaded smallvec v0.6.14
9042026-09-06T23:57:09.013Z Downloaded icu_normalizer_data v2.1.1
9052026-09-06T23:57:09.016Z Downloaded backtrace v0.3.76
9062026-09-06T23:57:09.019Z Downloaded display-error-chain v0.2.2
9072026-09-06T23:57:09.019Z Downloaded progenitor v0.13.0
9082026-09-06T23:57:09.019Z Downloaded time-macros v0.2.27
9092026-09-06T23:57:09.023Z Downloaded target-spec v3.5.7
9102026-09-06T23:57:09.023Z Downloaded zeroize_derive v1.5.0
9112026-09-06T23:57:09.023Z Downloaded typed-path v0.9.3
9122026-09-06T23:57:09.027Z Downloaded vergen-lib v9.1.0
9132026-09-06T23:57:09.027Z Downloaded crossterm v0.28.1
9142026-09-06T23:57:09.031Z Downloaded tokio-test v0.4.5
9152026-09-06T23:57:09.031Z Downloaded rstest v0.25.0
9162026-09-06T23:57:09.034Z Downloaded subprocess v0.2.15
9172026-09-06T23:57:09.086Z Downloaded async-trait v0.1.89
9182026-09-06T23:57:09.086Z Downloaded git2 v0.20.4
9192026-09-06T23:57:09.086Z Downloaded socket2 v0.6.3
9202026-09-06T23:57:09.087Z Downloaded textwrap v0.16.2
9212026-09-06T23:57:09.087Z Downloaded usdt-macro v0.6.0
9222026-09-06T23:57:09.087Z Downloaded time-core v0.1.8
9232026-09-06T23:57:09.087Z Downloaded heck v0.5.0
9242026-09-06T23:57:09.087Z Downloaded unicode-ident v1.0.24
9252026-09-06T23:57:09.087Z Downloaded buf-list v1.1.2
9262026-09-06T23:57:09.087Z Downloaded camino v1.2.5
9272026-09-06T23:57:09.087Z Downloaded cookie v0.18.1
9282026-09-06T23:57:09.087Z Downloaded crossbeam-deque v0.8.6
9292026-09-06T23:57:09.087Z Downloaded instability v0.3.11
9302026-09-06T23:57:09.087Z Downloaded anstyle-query v1.1.5
9312026-09-06T23:57:09.087Z Downloaded camino-tempfile-ext v0.3.3
9322026-09-06T23:57:09.087Z Downloaded kstat-rs v0.2.5
9332026-09-06T23:57:09.087Z Downloaded peg-runtime v0.8.5
9342026-09-06T23:57:09.087Z Downloaded crypto-primes v0.7.2
9352026-09-06T23:57:09.087Z Downloaded zerocopy v0.7.35
9362026-09-06T23:57:09.095Z Downloaded daft v0.1.8
9372026-09-06T23:57:09.095Z Downloaded pkcs8 v0.10.2
9382026-09-06T23:57:09.095Z Downloaded yansi v1.0.1
9392026-09-06T23:57:09.095Z Downloaded darling_core v0.21.3
9402026-09-06T23:57:09.095Z Downloaded cfg_aliases v0.2.1
9412026-09-06T23:57:09.095Z Downloaded proc-macro-crate v3.4.0
9422026-09-06T23:57:09.098Z Downloaded progenitor-client v0.14.0
9432026-09-06T23:57:09.098Z Downloaded quick-xml v0.37.5
9442026-09-06T23:57:09.098Z Downloaded serde_with_macros v1.5.2
9452026-09-06T23:57:09.103Z Downloaded dashu-int v0.5.1
9462026-09-06T23:57:09.107Z Downloaded rstest_macros v0.25.0
9472026-09-06T23:57:09.111Z Downloaded sqlparser_derive v0.5.0
9482026-09-06T23:57:09.111Z Downloaded tower-service v0.3.3
9492026-09-06T23:57:09.111Z Downloaded strum_macros v0.24.3
9502026-09-06T23:57:09.111Z Downloaded winnow v0.5.40
9512026-09-06T23:57:09.115Z Downloaded serde-big-array v0.5.1
9522026-09-06T23:57:09.119Z Downloaded shell-words v1.1.1
9532026-09-06T23:57:09.119Z Downloaded blake3 v1.8.5
9542026-09-06T23:57:09.122Z Downloaded plotters v0.3.7
9552026-09-06T23:57:09.125Z Downloaded papergrid v0.11.0
9562026-09-06T23:57:09.128Z Downloaded partial-io v0.5.4
9572026-09-06T23:57:09.131Z Downloaded zerofrom-derive v0.1.6
9582026-09-06T23:57:09.131Z Downloaded zeroize v1.9.0
9592026-09-06T23:57:09.131Z Downloaded object v0.30.4
9602026-09-06T23:57:09.147Z Downloaded lalrpop-util v0.19.12
9612026-09-06T23:57:09.150Z Downloaded steno v0.4.1
9622026-09-06T23:57:09.150Z Downloaded backoff v0.4.0
9632026-09-06T23:57:09.153Z Downloaded compression-core v0.4.31
9642026-09-06T23:57:09.153Z Downloaded concurrent-queue v2.5.0
9652026-09-06T23:57:09.153Z Downloaded crucible-workspace-hack v0.1.0
9662026-09-06T23:57:09.153Z Downloaded goblin v0.10.5
9672026-09-06T23:57:09.157Z Downloaded cfg_aliases v0.1.1
9682026-09-06T23:57:09.157Z Downloaded sha3 v0.12.0
9692026-09-06T23:57:09.163Z Downloaded strsim v0.10.0
9702026-09-06T23:57:09.164Z Downloaded autocfg v1.5.0
9712026-09-06T23:57:09.164Z Downloaded signal-hook v0.3.18
9722026-09-06T23:57:09.171Z Downloaded defmt-macros v1.0.1
9732026-09-06T23:57:09.171Z Downloaded digest v0.10.7
9742026-09-06T23:57:09.171Z Downloaded rand_core v0.6.4
9752026-09-06T23:57:09.172Z Downloaded ryu v1.0.23
9762026-09-06T23:57:09.172Z Downloaded tokio-stream v0.1.18
9772026-09-06T23:57:09.175Z Downloaded rustversion v1.0.22
9782026-09-06T23:57:09.175Z Downloaded zone_cfg_derive v0.3.1
9792026-09-06T23:57:09.175Z Downloaded relative-path v1.9.3
9802026-09-06T23:57:09.175Z Downloaded tokio-util v0.7.18
9812026-09-06T23:57:09.178Z Downloaded p521 v0.14.0
9822026-09-06T23:57:09.182Z Downloaded rustls-native-certs v0.8.3
9832026-09-06T23:57:09.185Z Downloaded rsa v0.9.10
9842026-09-06T23:57:09.188Z Downloaded spin v0.9.8
9852026-09-06T23:57:09.189Z Downloaded pkg-config v0.3.32
9862026-09-06T23:57:09.191Z Downloaded serde_urlencoded v0.7.1
9872026-09-06T23:57:09.192Z Downloaded thread-id v5.1.0
9882026-09-06T23:57:09.195Z Downloaded rand_xorshift v0.4.0
9892026-09-06T23:57:09.198Z Downloaded p384 v0.14.0
9902026-09-06T23:57:09.198Z Downloaded zopfli v0.8.3
9912026-09-06T23:57:09.201Z Downloaded tokio-dtrace v0.1.1
9922026-09-06T23:57:09.201Z Downloaded oso v0.27.3
9932026-09-06T23:57:09.204Z Downloaded walkdir v2.5.0
9942026-09-06T23:57:09.204Z Downloaded assert_matches v1.5.0
9952026-09-06T23:57:09.207Z Downloaded block-padding v0.4.2
9962026-09-06T23:57:09.210Z Downloaded clap_lex v1.0.0
9972026-09-06T23:57:09.213Z Downloaded argon2 v0.5.3
9982026-09-06T23:57:09.213Z Downloaded darling_core v0.20.11
9992026-09-06T23:57:09.219Z Downloaded anstyle v1.0.14
10002026-09-06T23:57:09.222Z Downloaded ctr v0.10.1
10012026-09-06T23:57:09.223Z Downloaded path-tree v0.8.3
10022026-09-06T23:57:09.223Z Downloaded blowfish v0.10.0
10032026-09-06T23:57:09.227Z Downloaded rustls-pemfile v2.2.0
10042026-09-06T23:57:09.227Z Downloaded schemars_derive v0.8.22
10052026-09-06T23:57:09.227Z Downloaded quick-error v1.2.3
10062026-09-06T23:57:09.228Z Downloaded sync-ptr v0.1.4
10072026-09-06T23:57:09.231Z Downloaded signature v2.2.0
10082026-09-06T23:57:09.231Z Downloaded iddqd v0.4.2
10092026-09-06T23:57:09.235Z Downloaded icu_collections v2.1.1
10102026-09-06T23:57:09.238Z Downloaded pest v2.8.6
10112026-09-06T23:57:09.241Z Downloaded derive_more-impl v2.1.1
10122026-09-06T23:57:09.244Z Downloaded dashu-base v0.5.1
10132026-09-06T23:57:09.247Z Downloaded humantime v2.3.0
10142026-09-06T23:57:09.247Z Downloaded subtle v2.6.1
10152026-09-06T23:57:09.250Z Downloaded password-hash v0.5.0
10162026-09-06T23:57:09.254Z Downloaded async-stream-impl v0.3.6
10172026-09-06T23:57:09.258Z Downloaded dof v0.4.0
10182026-09-06T23:57:09.258Z Downloaded rand_chacha v0.3.1
10192026-09-06T23:57:09.261Z Downloaded slog v2.8.2
10202026-09-06T23:57:09.264Z Downloaded usdt v0.5.0
10212026-09-06T23:57:09.264Z Downloaded data-encoding v2.10.0
10222026-09-06T23:57:09.267Z Downloaded bit-set v0.5.3
10232026-09-06T23:57:09.272Z Downloaded ssh-key v0.6.7
10242026-09-06T23:57:09.276Z Downloaded icu_properties v2.1.2
10252026-09-06T23:57:09.280Z Downloaded base64 v0.21.7
10262026-09-06T23:57:09.283Z Downloaded ssh-encoding v0.2.0
10272026-09-06T23:57:09.283Z Downloaded nix v0.27.1
10282026-09-06T23:57:09.287Z Downloaded trybuild v1.0.116
10292026-09-06T23:57:09.290Z Downloaded string_cache v0.8.9
10302026-09-06T23:57:09.290Z Downloaded home v0.5.12
10312026-09-06T23:57:09.293Z Downloaded serde_plain v1.0.2
10322026-09-06T23:57:09.293Z Downloaded downcast-rs v2.0.2
10332026-09-06T23:57:09.293Z Downloaded crc-catalog v2.4.0
10342026-09-06T23:57:09.293Z Downloaded oxide-update-engine v0.1.2
10352026-09-06T23:57:09.296Z Downloaded sec1 v0.7.3
10362026-09-06T23:57:09.300Z Downloaded typenum v1.20.1
10372026-09-06T23:57:09.303Z Downloaded gimli v0.32.3
10382026-09-06T23:57:09.306Z Downloaded term v0.7.0
10392026-09-06T23:57:09.309Z Downloaded illumos-nvpair-sys v0.2.0
10402026-09-06T23:57:09.309Z Downloaded indent_write v2.2.0
10412026-09-06T23:57:09.309Z Downloaded tokio-macros v2.7.0
10422026-09-06T23:57:09.313Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10432026-09-06T23:57:09.313Z Downloaded rfc6979 v0.4.0
10442026-09-06T23:57:09.313Z Downloaded xshell-macros v0.2.7
10452026-09-06T23:57:09.317Z Downloaded quinn v0.11.11
10462026-09-06T23:57:09.325Z Downloaded smoltcp v0.9.1
10472026-09-06T23:57:09.329Z Downloaded bindgen v0.71.1
10482026-09-06T23:57:09.333Z Downloaded url v2.5.8
10492026-09-06T23:57:09.336Z Downloaded hickory-resolver v0.25.2
10502026-09-06T23:57:09.339Z Downloaded itertools v0.14.0
10512026-09-06T23:57:09.342Z Downloaded derive-ex v0.1.8
10522026-09-06T23:57:09.345Z Downloaded serde_derive_internals v0.29.1
10532026-09-06T23:57:09.345Z Downloaded criterion-plot v0.6.0
10542026-09-06T23:57:09.345Z Downloaded daft-derive v0.1.8
10552026-09-06T23:57:09.348Z Downloaded socket2 v0.5.10
10562026-09-06T23:57:09.348Z Downloaded hkdf v0.12.4
10572026-09-06T23:57:09.351Z Downloaded poly1305 v0.9.0
10582026-09-06T23:57:09.354Z Downloaded proc-macro-error v1.0.4
10592026-09-06T23:57:09.357Z Downloaded slog-async v2.8.0
10602026-09-06T23:57:09.360Z Downloaded cpubits v0.1.1
10612026-09-06T23:57:09.361Z Downloaded hmac v0.12.1
10622026-09-06T23:57:09.361Z Downloaded iana-time-zone v0.1.65
10632026-09-06T23:57:09.364Z Downloaded pbkdf2 v0.13.0
10642026-09-06T23:57:09.364Z Downloaded heapless v0.7.17
10652026-09-06T23:57:09.368Z Downloaded tls_codec v0.4.2
10662026-09-06T23:57:09.369Z Downloaded tough v0.22.0
10672026-09-06T23:57:09.373Z Downloaded pkcs5 v0.8.1
10682026-09-06T23:57:09.376Z Downloaded icu_normalizer v2.1.1
10692026-09-06T23:57:09.380Z Downloaded similar v2.7.0
10702026-09-06T23:57:09.383Z Downloaded zerocopy-derive v0.8.55
10712026-09-06T23:57:09.386Z Downloaded serde_json v1.0.151
10722026-09-06T23:57:09.389Z Downloaded hashbrown v0.15.5
10732026-09-06T23:57:09.393Z Downloaded toml v1.1.2+spec-1.1.0
10742026-09-06T23:57:09.396Z Downloaded typify v0.6.2
10752026-09-06T23:57:09.396Z Downloaded clap v4.6.1
10762026-09-06T23:57:09.401Z Downloaded poly1305 v0.8.0
10772026-09-06T23:57:09.404Z Downloaded tar v0.4.46
10782026-09-06T23:57:09.404Z Downloaded toml_edit v0.22.27
10792026-09-06T23:57:09.407Z Downloaded polar-core v0.27.3
10802026-09-06T23:57:09.411Z Downloaded openssl v0.10.80
10812026-09-06T23:57:09.417Z Downloaded russh v0.62.4
10822026-09-06T23:57:09.421Z Downloaded backon v1.6.0
10832026-09-06T23:57:09.425Z Downloaded radix_trie v0.2.1
10842026-09-06T23:57:09.427Z Downloaded nix v0.28.0
10852026-09-06T23:57:09.432Z Downloaded ahash v0.8.12
10862026-09-06T23:57:09.436Z Downloaded tungstenite v0.23.0
10872026-09-06T23:57:09.440Z Downloaded uuid v1.23.4
10882026-09-06T23:57:09.440Z Downloaded proc-macro2 v1.0.106
10892026-09-06T23:57:09.440Z Downloaded semver v1.0.28
10902026-09-06T23:57:09.443Z Downloaded itertools v0.10.5
10912026-09-06T23:57:09.447Z Downloaded p256 v0.13.2
10922026-09-06T23:57:09.447Z Downloaded chacha20poly1305 v0.10.1
10932026-09-06T23:57:09.447Z Downloaded base64 v0.22.1
10942026-09-06T23:57:09.454Z Downloaded hickory-resolver v0.24.4
10952026-09-06T23:57:09.470Z Downloaded zlib-rs v0.6.2
10962026-09-06T23:57:09.474Z Downloaded portable-atomic v1.13.1
10972026-09-06T23:57:09.479Z Downloaded hkdf v0.13.0
10982026-09-06T23:57:09.483Z Downloaded hashbrown v0.16.1
10992026-09-06T23:57:09.488Z Downloaded hickory-server v0.25.2
11002026-09-06T23:57:09.491Z Downloaded indicatif v0.18.4
11012026-09-06T23:57:09.494Z Downloaded p521 v0.13.3
11022026-09-06T23:57:09.498Z Downloaded crypto-bigint v0.7.5
11032026-09-06T23:57:09.504Z Downloaded aws-lc-rs v1.16.3
11042026-09-06T23:57:09.514Z Downloaded icu_locale_core v2.1.1
11052026-09-06T23:57:09.517Z Downloaded derive_more v0.99.20
11062026-09-06T23:57:09.517Z Downloaded winnow v1.0.3
11072026-09-06T23:57:09.521Z Downloaded rawzip v0.4.4
11082026-09-06T23:57:09.530Z Downloaded petname v2.0.2
11092026-09-06T23:57:09.533Z Downloaded time v0.3.47
11102026-09-06T23:57:09.540Z Downloaded object v0.37.3
11112026-09-06T23:57:09.565Z Downloaded x509-cert v0.2.5
11122026-09-06T23:57:09.570Z Downloaded zerocopy v0.8.55
11132026-09-06T23:57:09.579Z Downloaded bstr v1.12.1
11142026-09-06T23:57:09.584Z Downloaded crossterm v0.29.0
11152026-09-06T23:57:09.588Z Downloaded itertools v0.15.0
11162026-09-06T23:57:09.592Z Downloaded hyper v1.10.1
11172026-09-06T23:57:09.597Z Downloaded clap_builder v4.6.0
11182026-09-06T23:57:09.601Z Downloaded aho-corasick v1.1.4
11192026-09-06T23:57:09.607Z Downloaded salty v0.3.0
11202026-09-06T23:57:09.620Z Downloaded zip v4.6.1
11212026-09-06T23:57:09.625Z Downloaded reedline v0.40.0
11222026-09-06T23:57:09.629Z Downloaded syn v1.0.109
11232026-09-06T23:57:09.642Z Downloaded regex-syntax v0.6.29
11242026-09-06T23:57:09.647Z Downloaded winnow v0.6.26
11252026-09-06T23:57:09.651Z Downloaded openapiv3 v2.2.0
11262026-09-06T23:57:09.658Z Downloaded rustls v0.23.41
11272026-09-06T23:57:09.665Z Downloaded hashbrown v0.14.5
11282026-09-06T23:57:09.670Z Downloaded nix v0.31.2
11292026-09-06T23:57:09.674Z Downloaded curve25519-dalek v5.0.0
11302026-09-06T23:57:09.680Z Downloaded proptest v1.11.0
11312026-09-06T23:57:09.686Z Downloaded curve25519-dalek v4.1.3
11322026-09-06T23:57:09.690Z Downloaded serde_with v3.21.0
11332026-09-06T23:57:09.697Z Downloaded jiff-core v0.1.0
11342026-09-06T23:57:09.700Z Downloaded iri-string v0.7.10
11352026-09-06T23:57:09.703Z Downloaded aes-gcm v0.11.0
11362026-09-06T23:57:09.707Z Downloaded lalrpop v0.19.12
11372026-09-06T23:57:09.712Z Downloaded winnow v0.7.14
11382026-09-06T23:57:09.717Z Downloaded p384 v0.13.1
11392026-09-06T23:57:09.720Z Downloaded itertools v0.13.0
11402026-09-06T23:57:09.723Z Downloaded reqwest v0.12.28
11412026-09-06T23:57:09.728Z Downloaded vcpkg v0.2.15
11422026-09-06T23:57:09.752Z Downloaded bitvec v1.0.1
11432026-09-06T23:57:09.757Z Downloaded syn v3.0.3
11442026-09-06T23:57:09.764Z Downloaded regress v0.11.1
11452026-09-06T23:57:09.769Z Downloaded syn v2.0.117
11462026-09-06T23:57:09.779Z Downloaded smoltcp v0.11.0
11472026-09-06T23:57:09.783Z Downloaded hickory-proto v0.25.2
11482026-09-06T23:57:09.795Z Downloaded quinn-proto v0.11.16
11492026-09-06T23:57:09.798Z Downloaded tabled v0.21.0
11502026-09-06T23:57:09.806Z Downloaded rayon v1.11.0
11512026-09-06T23:57:09.810Z Downloaded chrono v0.4.45
11522026-09-06T23:57:09.814Z Downloaded rustix v1.1.4
11532026-09-06T23:57:09.827Z Downloaded sqlparser v0.61.0
11542026-09-06T23:57:09.836Z Downloaded tabled v0.15.0
11552026-09-06T23:57:09.843Z Downloaded hickory-proto v0.24.4
11562026-09-06T23:57:09.851Z Downloaded unicode-width v0.1.14
11572026-09-06T23:57:09.854Z Downloaded regress v0.10.5
11582026-09-06T23:57:09.860Z Downloaded unicode-width v0.2.0
11592026-09-06T23:57:09.864Z Downloaded ratatui v0.29.0
11602026-09-06T23:57:09.874Z Downloaded dropshot v0.17.1
11612026-09-06T23:57:09.888Z Downloaded regex-syntax v0.8.10
11622026-09-06T23:57:09.891Z Downloaded rustix v0.38.44
11632026-09-06T23:57:09.905Z Downloaded diesel v2.3.7
11642026-09-06T23:57:09.917Z Downloaded sled v0.34.7
11652026-09-06T23:57:09.925Z Downloaded sha3 v0.11.0
11662026-09-06T23:57:09.928Z Downloaded zerocopy-derive v0.6.6
11672026-09-06T23:57:09.934Z Downloaded regex-automata v0.4.14
11682026-09-06T23:57:09.939Z Downloaded tracing v0.1.44
11692026-09-06T23:57:09.952Z Downloaded typify-impl v0.6.2
11702026-09-06T23:57:09.981Z Downloaded bzip2-sys v0.1.13+1.0.8
11712026-09-06T23:57:09.995Z Downloaded libc v0.2.185
11722026-09-06T23:57:10.015Z Downloaded petgraph v0.6.5
11732026-09-06T23:57:10.027Z Downloaded petgraph v0.8.3
11742026-09-06T23:57:10.040Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11752026-09-06T23:57:10.053Z Downloaded libz-sys v1.1.24
11762026-09-06T23:57:10.063Z Downloaded jiff v0.2.34
11772026-09-06T23:57:10.081Z Downloaded chrono-tz v0.10.4
11782026-09-06T23:57:10.092Z Downloaded sha3 v0.10.8
11792026-09-06T23:57:10.097Z Downloaded tokio v1.52.1
11802026-09-06T23:57:10.118Z Downloaded csv v1.4.0
11812026-09-06T23:57:10.131Z Downloaded libgit2-sys v0.18.3+1.9.2
11822026-09-06T23:57:10.247Z Downloaded encoding_rs v0.8.35
11832026-09-06T23:57:10.251Z Downloaded ring v0.17.14
11842026-09-06T23:57:10.316Z Downloaded httpmock v0.8.3
11852026-09-06T23:57:10.897Z Downloaded dsi-bitstream v0.10.1
11862026-09-06T23:57:11.148Z Downloaded aws-lc-sys v0.40.0
11872026-09-06T23:57:11.567Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11882026-09-06T23:57:13.739Z Startup: Refreshing catalog 'helios' ... Done
11892026-09-06T23:57:14.143Z Startup: Caching catalogs ... Done
11902026-09-06T23:57:16.736ZPlanning: Solver setup ... Done (2.428s)
11912026-09-06T23:57:16.804ZPlanning: Running solver ... Done (0.068s)
11922026-09-06T23:57:16.856ZPlanning: Finding local manifests ... Done (0.003s)
11932026-09-06T23:57:16.868ZPlanning: Fetching manifests: 0/2 0% complete
11942026-09-06T23:57:16.886ZPlanning: Fetching manifests: 2/2 100% complete
11952026-09-06T23:57:16.899ZPlanning: Package planning ... Done (0.014s)
11962026-09-06T23:57:16.901ZPlanning: Merging actions ... Done (0.001s)
11972026-09-06T23:57:17.061ZPlanning: Checking for conflicting actions ... Done (0.160s)
11982026-09-06T23:57:17.064ZPlanning: Consolidating action changes ... Done (0.001s)
11992026-09-06T23:57:17.896ZPlanning: Evaluating mediators ... Done (0.833s)
12002026-09-06T23:57:17.901ZPlanning: Planning completed in 3.72 seconds
12012026-09-06T23:57:17.904Z Packages to install: 2
12022026-09-06T23:57:17.904Z Estimated space available: 155.61 GB
12032026-09-06T23:57:17.904ZEstimated space to be consumed: 86.48 MB
12042026-09-06T23:57:17.904Z Create boot environment: No
12052026-09-06T23:57:17.904ZCreate backup boot environment: No
12062026-09-06T23:57:17.905Z Rebuild boot archive: No
12072026-09-06T23:57:17.905Z
12082026-09-06T23:57:17.905ZChanged packages:
12092026-09-06T23:57:17.905Zhelios
12102026-09-06T23:57:17.905Z developer/build-essential
12112026-09-06T23:57:17.905Z None -> 11-3.0
12122026-09-06T23:57:17.905Z library/libxmlsec1
12132026-09-06T23:57:17.905Z None -> 1.2.35-3.0
12142026-09-06T23:57:17.931Z
12152026-09-06T23:57:17.931ZDownload: 0/214 items 0.0/1.3MB 0% complete
12162026-09-06T23:57:18.003ZDownload: Completed 1.28 MB in 0.07 seconds (17.6M/s)
12172026-09-06T23:57:18.094Z Actions: 1/268 actions (Installing new actions)
12182026-09-06T23:57:18.133Z Actions: Completed 268 actions in 0.04 seconds.
12192026-09-06T23:57:18.170ZFinalize: Updating package state database ... Done (0.036s)
12202026-09-06T23:57:18.170ZFinalize: Updating package cache ... Done (0.000s)
12212026-09-06T23:57:18.267ZFinalize: Updating image state ... Done (0.097s)
12222026-09-06T23:57:21.005ZFinalize: Creating fast lookup database ... Done (2.683s)
12232026-09-06T23:57:21.075ZFinalize: Reading search index ... Done (0.013s)
12242026-09-06T23:57:21.077ZFinalize: Updating search index ... Done (0.000s)
12252026-09-06T23:57:21.195ZFinalize: Updating package cache ... Done (0.000s)
12262026-09-06T23:57:21.593ZPlanning: Evaluating mediator changes ... Done
12272026-09-06T23:57:21.677ZPlanning: Checking for conflicting actions ... Done
12282026-09-06T23:57:21.680ZPlanning: Consolidating action changes ... Done
12292026-09-06T23:57:21.834ZPlanning: Evaluating mediators ... Done
12302026-09-06T23:57:21.837ZPlanning: Planning completed in 0.26 seconds
12312026-09-06T23:57:21.857Z Mediators to change: 2
12322026-09-06T23:57:21.857Z Create boot environment: No
12332026-09-06T23:57:21.857ZCreate backup boot environment: No
12342026-09-06T23:57:21.910ZFinalize: Updating package state database ... Done
12352026-09-06T23:57:21.910ZFinalize: Updating package cache ... Done
12362026-09-06T23:57:21.967ZFinalize: Updating image state ... Done
12372026-09-06T23:57:23.888ZFinalize: Creating fast lookup database ... Done
12382026-09-06T23:57:23.950ZFinalize: Reading search index ... Done
12392026-09-06T23:57:23.953ZFinalize: Updating search index ... Done
12402026-09-06T23:57:24.028ZFinalize: Updating package cache ... Done
12412026-09-06T23:57:24.308ZPlanning: Evaluating mediator changes ... Done
12422026-09-06T23:57:24.415ZPlanning: Checking for conflicting actions ... Done
12432026-09-06T23:57:24.417ZPlanning: Consolidating action changes ... Done
12442026-09-06T23:57:24.577ZPlanning: Evaluating mediators ... Done
12452026-09-06T23:57:24.580ZPlanning: Planning completed in 0.27 seconds
12462026-09-06T23:57:24.598Z Mediators to change: 1
12472026-09-06T23:57:24.598Z Create boot environment: No
12482026-09-06T23:57:24.598ZCreate backup boot environment: No
12492026-09-06T23:57:24.640ZFinalize: Updating package state database ... Done
12502026-09-06T23:57:24.640ZFinalize: Updating package cache ... Done
12512026-09-06T23:57:24.697ZFinalize: Updating image state ... Done
12522026-09-06T23:57:26.658ZFinalize: Creating fast lookup database ... Done
12532026-09-06T23:57:26.726ZFinalize: Reading search index ... Done
12542026-09-06T23:57:26.729ZFinalize: Updating search index ... Done
12552026-09-06T23:57:26.794ZFinalize: Updating package cache ... Done
12562026-09-06T23:57:27.103ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12572026-09-06T23:57:27.106Zapache system 2.4 system
12582026-09-06T23:57:27.106Zclang system 15 system
12592026-09-06T23:57:27.106Zcsh system system illumos
12602026-09-06T23:57:27.106Zctags system system illumos
12612026-09-06T23:57:27.106Zfile vendor vendor darwinsys
12622026-09-06T23:57:27.106Zfile system system illumos
12632026-09-06T23:57:27.106Zgcc vendor 14 vendor
12642026-09-06T23:57:27.106Zgcc system 13 system
12652026-09-06T23:57:27.106Zgcc system 10 system
12662026-09-06T23:57:27.106Zgo system 1.25 system
12672026-09-06T23:57:27.106Zllvm system 15 system
12682026-09-06T23:57:27.106Zmariadb system 11.4 system
12692026-09-06T23:57:27.106Zmta vendor vendor dma
12702026-09-06T23:57:27.106Zopenjdk system 17 system
12712026-09-06T23:57:27.106Zopenjdk system 11 system
12722026-09-06T23:57:27.106Zopenssl vendor 3 vendor
12732026-09-06T23:57:27.106Zperl system 5.40 system
12742026-09-06T23:57:27.106Zpostgresql system 18 system
12752026-09-06T23:57:27.106Zpostgresql system 17 system
12762026-09-06T23:57:27.106Zpython vendor 3 vendor
12772026-09-06T23:57:27.106Zpython system 2 system
12782026-09-06T23:57:27.106Zpython3 vendor 3.13 vendor
12792026-09-06T23:57:27.107Zruby system 3.4 system
12802026-09-06T23:57:27.107Zruby system 3.0 system
12812026-09-06T23:57:27.107Zwords vendor vendor american-english
12822026-09-06T23:57:27.107Zwords system system australian-english
12832026-09-06T23:57:27.108Zwords system system british-english
12842026-09-06T23:57:27.108Zwords system system canadian-english
12852026-09-06T23:57:27.108Zwords system system french
12862026-09-06T23:57:27.108Zwords system system italian
12872026-09-06T23:57:27.108Zwords system system ngerman
12882026-09-06T23:57:27.108Zwords system system ogerman
12892026-09-06T23:57:27.108Zwords system system spanish
12902026-09-06T23:57:27.352ZPUBLISHER TYPE STATUS P LOCATION
12912026-09-06T23:57:27.352Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12922026-09-06T23:57:27.864ZFMRI IFO
12932026-09-06T23:57:27.864Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12942026-09-06T23:57:27.864Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12952026-09-06T23:57:27.864Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12962026-09-06T23:57:27.864Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12972026-09-06T23:57:27.864Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12982026-09-06T23:57:27.865Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12992026-09-06T23:57:27.865Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
13002026-09-06T23:57:27.865Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
13012026-09-06T23:57:27.865Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
13022026-09-06T23:57:28.506Z Downloading crates ...
13032026-09-06T23:57:28.605Z Downloaded cargo_toml v0.21.0
13042026-09-06T23:57:28.619Z Compiling proc-macro2 v1.0.106
13052026-09-06T23:57:28.619Z Compiling unicode-ident v1.0.24
13062026-09-06T23:57:28.619Z Compiling quote v1.0.45
13072026-09-06T23:57:28.619Z Compiling serde_core v1.0.228
13082026-09-06T23:57:28.619Z Compiling libc v0.2.185
13092026-09-06T23:57:28.619Z Compiling version_check v0.9.5
13102026-09-06T23:57:28.619Z Compiling memchr v2.8.0
13112026-09-06T23:57:28.620Z Compiling serde v1.0.228
13122026-09-06T23:57:28.620Z Compiling zmij v1.0.21
13132026-09-06T23:57:28.620Z Compiling thiserror v1.0.69
13142026-09-06T23:57:28.684Z Compiling ucd-trie v0.1.7
13152026-09-06T23:57:28.687Z Compiling itoa v1.0.17
13162026-09-06T23:57:28.688Z Compiling byteorder v1.5.0
13172026-09-06T23:57:28.688Z Compiling rustix v1.1.4
13182026-09-06T23:57:28.834Z Compiling bitflags v2.11.0
13192026-09-06T23:57:28.978Z Compiling serde_json v1.0.151
13202026-09-06T23:57:29.105Z Compiling usdt-impl v0.5.0
13212026-09-06T23:57:29.142Z Compiling proc-macro-error-attr v1.0.4
13222026-09-06T23:57:29.152Z Compiling camino v1.2.5
13232026-09-06T23:57:29.255Z Compiling pest v2.8.6
13242026-09-06T23:57:29.276Z Compiling syn v1.0.109
13252026-09-06T23:57:29.365Z Compiling proc-macro-error v1.0.4
13262026-09-06T23:57:29.375Z Compiling getrandom v0.4.3
13272026-09-06T23:57:29.375Z Compiling utf8parse v0.2.2
13282026-09-06T23:57:29.375Z Compiling equivalent v1.0.2
13292026-09-06T23:57:29.429Z Compiling hashbrown v0.17.0
13302026-09-06T23:57:29.456Z Compiling plain v0.2.3
13312026-09-06T23:57:29.481Z Compiling log v0.4.33
13322026-09-06T23:57:29.485Z Compiling anstyle-parse v1.0.0
13332026-09-06T23:57:29.516Z Compiling thiserror v2.0.18
13342026-09-06T23:57:29.527Z Compiling pretty-hex v0.4.1
13352026-09-06T23:57:29.587Z Compiling toml_write v0.1.2
13362026-09-06T23:57:29.627Z Compiling errno v0.3.14
13372026-09-06T23:57:29.647Z Compiling thread-id v4.2.2
13382026-09-06T23:57:29.683Z Compiling cfg-if v1.0.4
13392026-09-06T23:57:29.688Z Compiling anstyle-query v1.1.5
13402026-09-06T23:57:29.706Z Compiling colorchoice v1.0.4
13412026-09-06T23:57:29.710Z Compiling winnow v0.7.14
13422026-09-06T23:57:29.725Z Compiling anstyle v1.0.14
13432026-09-06T23:57:29.763Z Compiling is_terminal_polyfill v1.70.2
13442026-09-06T23:57:29.774Z Compiling autocfg v1.5.0
13452026-09-06T23:57:29.808Z Compiling fastrand v2.3.0
13462026-09-06T23:57:29.850Z Compiling heck v0.4.1
13472026-09-06T23:57:29.906Z Compiling bytecount v0.6.9
13482026-09-06T23:57:29.951Z Compiling indexmap v2.14.0
13492026-09-06T23:57:29.991Z Compiling anstream v1.0.0
13502026-09-06T23:57:30.029Z Compiling heck v0.5.0
13512026-09-06T23:57:30.042Z Compiling fnv v1.0.7
13522026-09-06T23:57:30.054Z Compiling syn v2.0.117
13532026-09-06T23:57:30.134Z Compiling strsim v0.11.1
13542026-09-06T23:57:30.146Z Compiling clap_lex v1.0.0
13552026-09-06T23:57:30.155Z Compiling anyhow v1.0.104
13562026-09-06T23:57:30.158Z Compiling once_cell v1.21.3
13572026-09-06T23:57:30.254Z Compiling fs-err v3.3.0
13582026-09-06T23:57:30.271Z Compiling unicode-width v0.1.14
13592026-09-06T23:57:30.312Z Compiling pest_meta v2.8.6
13602026-09-06T23:57:30.384Z Compiling memmap v0.7.0
13612026-09-06T23:57:30.396Z Compiling unicode-linebreak v0.1.5
13622026-09-06T23:57:30.496Z Compiling papergrid v0.11.0
13632026-09-06T23:57:30.566Z Compiling unicode-width v0.2.0
13642026-09-06T23:57:30.569Z Compiling smawk v0.3.2
13652026-09-06T23:57:30.587Z Compiling swrite v0.1.0
13662026-09-06T23:57:30.598Z Compiling terminal_size v0.4.3
13672026-09-06T23:57:30.610Z Compiling tempfile v3.27.0
13682026-09-06T23:57:30.710Z Compiling clap_builder v4.6.0
13692026-09-06T23:57:30.809Z Compiling textwrap v0.16.2
13702026-09-06T23:57:31.090Z Compiling cargo-platform v0.3.2
13712026-09-06T23:57:31.110Z Compiling semver v1.0.28
13722026-09-06T23:57:31.361Z Compiling camino-tempfile v1.4.1
13732026-09-06T23:57:31.532Z Compiling tabled_derive v0.7.0
13742026-09-06T23:57:32.200Z Compiling pest_generator v2.8.6
13752026-09-06T23:57:32.211Z Compiling tabled v0.15.0
13762026-09-06T23:57:32.715Z Compiling serde_derive v1.0.228
13772026-09-06T23:57:32.716Z Compiling thiserror-impl v1.0.69
13782026-09-06T23:57:32.721Z Compiling zerocopy-derive v0.7.35
13792026-09-06T23:57:32.721Z Compiling scroll_derive v0.12.1
13802026-09-06T23:57:32.721Z Compiling thiserror-impl v2.0.18
13812026-09-06T23:57:32.721Z Compiling clap_derive v4.6.1
13822026-09-06T23:57:32.739Z Compiling pest_derive v2.8.6
13832026-09-06T23:57:33.394Z Compiling scroll v0.12.0
13842026-09-06T23:57:33.446Z Compiling zerocopy v0.7.35
13852026-09-06T23:57:33.599Z Compiling goblin v0.8.2
13862026-09-06T23:57:33.814Z Compiling dtrace-parser v0.2.0
13872026-09-06T23:57:34.062Z Compiling clap v4.6.1
13882026-09-06T23:57:35.127Z Compiling serde_spanned v0.6.9
13892026-09-06T23:57:35.127Z Compiling toml_datetime v0.6.11
13902026-09-06T23:57:35.127Z Compiling macaddr v1.0.1
13912026-09-06T23:57:35.133Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13922026-09-06T23:57:35.133Z Compiling cargo_metadata v0.23.1
13932026-09-06T23:57:35.133Z Compiling dof v0.3.0
13942026-09-06T23:57:35.133Z Compiling serde_tokenstream v0.2.3
13952026-09-06T23:57:35.276Z Compiling toml_edit v0.22.27
13962026-09-06T23:57:35.860Z Compiling usdt-attr-macro v0.5.0
13972026-09-06T23:57:35.860Z Compiling usdt-macro v0.5.0
13982026-09-06T23:57:36.463Z Compiling usdt v0.5.0
13992026-09-06T23:57:36.533Z Compiling toml v0.8.23
14002026-09-06T23:57:36.837Z Compiling cargo_toml v0.21.0
14012026-09-06T23:57:38.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14022026-09-06T23:57:40.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
14032026-09-06T23:57:40.229Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
14042026-09-06T23:57:41.032Z Compiling serde_core v1.0.228
14052026-09-06T23:57:41.032Z Compiling libc v0.2.185
14062026-09-06T23:57:41.032Z Compiling serde v1.0.228
14072026-09-06T23:57:41.035Z Compiling smallvec v1.15.1
14082026-09-06T23:57:41.035Z Compiling log v0.4.33
14092026-09-06T23:57:41.035Z Compiling subtle v2.6.1
14102026-09-06T23:57:41.035Z Compiling zerocopy v0.8.55
14112026-09-06T23:57:41.035Z Compiling typenum v1.20.1
14122026-09-06T23:57:41.035Z Compiling shlex v1.3.0
14132026-09-06T23:57:41.035Z Compiling find-msvc-tools v0.1.9
14142026-09-06T23:57:41.037Z Compiling scopeguard v1.2.0
14152026-09-06T23:57:41.158Z Compiling portable-atomic v1.13.1
14162026-09-06T23:57:41.161Z Compiling stable_deref_trait v1.2.1
14172026-09-06T23:57:41.161Z Compiling critical-section v1.2.0
14182026-09-06T23:57:41.199Z Compiling generic-array v0.14.7
14192026-09-06T23:57:41.224Z Compiling syn v2.0.117
14202026-09-06T23:57:41.366Z Compiling serde_json v1.0.151
14212026-09-06T23:57:41.380Z Compiling const-oid v0.9.6
14222026-09-06T23:57:41.398Z Compiling libm v0.2.16
14232026-09-06T23:57:41.398Z Compiling num-traits v0.2.19
14242026-09-06T23:57:41.446Z Compiling lock_api v0.4.14
14252026-09-06T23:57:41.462Z Compiling allocator-api2 v0.2.21
14262026-09-06T23:57:41.519Z Compiling percent-encoding v2.3.2
14272026-09-06T23:57:41.557Z Compiling parking_lot_core v0.9.12
14282026-09-06T23:57:41.570Z Compiling litemap v0.8.1
14292026-09-06T23:57:41.592Z Compiling pin-project-lite v0.2.17
14302026-09-06T23:57:41.697Z Compiling writeable v0.6.2
14312026-09-06T23:57:41.703Z Compiling icu_properties_data v2.1.2
14322026-09-06T23:57:41.731Z Compiling icu_normalizer_data v2.1.1
14332026-09-06T23:57:41.735Z Compiling getrandom v0.3.4
14342026-09-06T23:57:41.785Z Compiling getrandom v0.4.3
14352026-09-06T23:57:41.832Z Compiling rand_core v0.10.0
14362026-09-06T23:57:41.846Z Compiling rustix v1.1.4
14372026-09-06T23:57:41.890Z Compiling futures-core v0.3.32
14382026-09-06T23:57:41.925Z Compiling pkg-config v0.3.32
14392026-09-06T23:57:41.979Z Compiling utf8_iter v1.0.4
14402026-09-06T23:57:42.029Z Compiling base64ct v1.8.3
14412026-09-06T23:57:42.032Z Compiling form_urlencoded v1.2.2
14422026-09-06T23:57:42.084Z Compiling flagset v0.4.7
14432026-09-06T23:57:42.100Z Compiling foldhash v0.2.0
14442026-09-06T23:57:42.141Z Compiling futures-sink v0.3.32
14452026-09-06T23:57:42.156Z Compiling slab v0.4.12
14462026-09-06T23:57:42.188Z Compiling rustversion v1.0.22
14472026-09-06T23:57:42.207Z Compiling futures-task v0.3.32
14482026-09-06T23:57:42.232Z Compiling futures-channel v0.3.32
14492026-09-06T23:57:42.246Z Compiling futures-io v0.3.32
14502026-09-06T23:57:42.275Z Compiling hashbrown v0.17.0
14512026-09-06T23:57:42.280Z Compiling errno v0.3.14
14522026-09-06T23:57:42.344Z Compiling jobserver v0.1.34
14532026-09-06T23:57:42.358Z Compiling getrandom v0.2.17
14542026-09-06T23:57:42.401Z Compiling once_cell v1.21.3
14552026-09-06T23:57:42.415Z Compiling signal-hook-registry v1.4.8
14562026-09-06T23:57:42.449Z Compiling mio v1.2.0
14572026-09-06T23:57:42.495Z Compiling socket2 v0.6.3
14582026-09-06T23:57:42.510Z Compiling rand_core v0.6.4
14592026-09-06T23:57:42.575Z Compiling cc v1.2.56
14602026-09-06T23:57:42.614Z Compiling parking_lot v0.12.5
14612026-09-06T23:57:42.643Z Compiling pem-rfc7468 v0.7.0
14622026-09-06T23:57:42.739Z Compiling iana-time-zone v0.1.65
14632026-09-06T23:57:42.747Z Compiling base64 v0.22.1
14642026-09-06T23:57:42.751Z Compiling ident_case v1.0.1
14652026-09-06T23:57:42.764Z Compiling cpufeatures v0.2.17
14662026-09-06T23:57:42.826Z Compiling simd-adler32 v0.3.8
14672026-09-06T23:57:42.849Z Compiling syn v1.0.109
14682026-09-06T23:57:42.890Z Compiling adler2 v2.0.1
14692026-09-06T23:57:42.906Z Compiling spin v0.9.8
14702026-09-06T23:57:42.924Z Compiling ahash v0.8.12
14712026-09-06T23:57:42.929Z Compiling dunce v1.0.5
14722026-09-06T23:57:42.954Z Compiling dyn-clone v1.0.20
14732026-09-06T23:57:42.966Z Compiling fs_extra v1.3.0
14742026-09-06T23:57:42.998Z Compiling miniz_oxide v0.8.9
14752026-09-06T23:57:43.019Z Compiling schemars v0.8.22
14762026-09-06T23:57:43.032Z Compiling rand_core v0.9.5
14772026-09-06T23:57:43.048Z Compiling tracing-core v0.1.36
14782026-09-06T23:57:43.064Z Compiling regex-syntax v0.8.10
14792026-09-06T23:57:43.093Z Compiling tinyvec_macros v0.1.1
14802026-09-06T23:57:43.108Z Compiling object v0.37.3
14812026-09-06T23:57:43.127Z Compiling aws-lc-rs v1.16.3
14822026-09-06T23:57:43.176Z Compiling tinyvec v1.11.0
14832026-09-06T23:57:43.241Z Compiling num-integer v0.1.46
14842026-09-06T23:57:43.258Z Compiling anyhow v1.0.104
14852026-09-06T23:57:43.302Z Compiling vcpkg v0.2.15
14862026-09-06T23:57:43.318Z Compiling cmake v0.1.57
14872026-09-06T23:57:43.335Z Compiling num-bigint-dig v0.8.6
14882026-09-06T23:57:43.365Z Compiling lazy_static v1.5.0
14892026-09-06T23:57:43.420Z Compiling bitflags v2.11.0
14902026-09-06T23:57:43.481Z Compiling semver v1.0.28
14912026-09-06T23:57:43.547Z Compiling indexmap v2.14.0
14922026-09-06T23:57:43.563Z Compiling uuid v1.23.4
14932026-09-06T23:57:43.626Z Compiling num-iter v0.1.45
14942026-09-06T23:57:43.629Z Compiling ff v0.13.1
14952026-09-06T23:57:43.669Z Compiling gimli v0.32.3
14962026-09-06T23:57:43.708Z Compiling rustc_version v0.4.1
14972026-09-06T23:57:43.739Z Compiling base16ct v0.2.0
14982026-09-06T23:57:43.799Z Compiling group v0.13.0
14992026-09-06T23:57:43.828Z Compiling untrusted v0.7.1
15002026-09-06T23:57:43.947Z Compiling rustc-demangle v0.1.27
15012026-09-06T23:57:43.986Z Compiling crossbeam-utils v0.8.21
15022026-09-06T23:57:44.008Z Compiling cmov v0.5.4
15032026-09-06T23:57:44.065Z Compiling owo-colors v4.3.0
15042026-09-06T23:57:44.068Z Compiling httparse v1.10.1
15052026-09-06T23:57:44.190Z Compiling synstructure v0.13.2
15062026-09-06T23:57:44.224Z Compiling serde_derive_internals v0.29.1
15072026-09-06T23:57:44.239Z Compiling aws-lc-sys v0.40.0
15082026-09-06T23:57:44.245Z Compiling pest_generator v2.8.6
15092026-09-06T23:57:44.288Z Compiling openssl-sys v0.9.117
15102026-09-06T23:57:44.313Z Compiling openssl-probe v0.2.1
15112026-09-06T23:57:44.366Z Compiling crc32fast v1.5.0
15122026-09-06T23:57:44.505Z Compiling ctutils v0.4.2
15132026-09-06T23:57:44.509Z Compiling darling_core v0.23.0
15142026-09-06T23:57:44.530Z Compiling curve25519-dalek v4.1.3
15152026-09-06T23:57:44.638Z Compiling camino v1.2.5
15162026-09-06T23:57:44.725Z Compiling terminal_size v0.4.3
15172026-09-06T23:57:44.768Z Compiling tempfile v3.27.0
15182026-09-06T23:57:44.807Z Compiling proc-macro-error-attr2 v2.0.0
15192026-09-06T23:57:44.869Z Compiling clap_builder v4.6.0
15202026-09-06T23:57:44.897Z Compiling aho-corasick v1.1.4
15212026-09-06T23:57:44.959Z Compiling unicode-segmentation v1.12.0
15222026-09-06T23:57:44.974Z Compiling untrusted v0.9.0
15232026-09-06T23:57:45.013Z Compiling is_ci v1.2.0
15242026-09-06T23:57:45.035Z Compiling try-lock v0.2.5
15252026-09-06T23:57:45.104Z Compiling tower-service v0.3.3
15262026-09-06T23:57:45.144Z Compiling rustls v0.23.41
15272026-09-06T23:57:45.159Z Compiling atomic-waker v1.1.2
15282026-09-06T23:57:45.159Z Compiling radium v0.7.0
15292026-09-06T23:57:45.190Z Compiling tower-layer v0.3.3
15302026-09-06T23:57:45.214Z Compiling textwrap v0.16.2
15312026-09-06T23:57:45.240Z Compiling proc-macro-error2 v2.0.1
15322026-09-06T23:57:45.317Z Compiling want v0.3.1
15332026-09-06T23:57:45.359Z Compiling addr2line v0.25.1
15342026-09-06T23:57:45.375Z Compiling supports-color v3.0.2
15352026-09-06T23:57:45.561Z Compiling darling_core v0.20.11
15362026-09-06T23:57:45.572Z Compiling slog v2.8.2
15372026-09-06T23:57:45.632Z Compiling num-conv v0.2.0
15382026-09-06T23:57:45.684Z Compiling foreign-types-shared v0.1.1
15392026-09-06T23:57:45.700Z Compiling maybe-uninit v2.0.0
15402026-09-06T23:57:45.713Z Compiling time-core v0.1.8
15412026-09-06T23:57:45.785Z Compiling regex-automata v0.4.14
15422026-09-06T23:57:45.799Z Compiling supports-unicode v3.0.0
15432026-09-06T23:57:45.813Z Compiling supports-hyperlinks v3.2.0
15442026-09-06T23:57:45.816Z Compiling keccak v0.1.6
15452026-09-06T23:57:45.855Z Compiling serde_derive v1.0.228
15462026-09-06T23:57:45.882Z Compiling zeroize_derive v1.5.0
15472026-09-06T23:57:45.961Z Compiling zerocopy-derive v0.8.55
15482026-09-06T23:57:46.009Z Compiling zerofrom-derive v0.1.6
15492026-09-06T23:57:46.029Z Compiling yoke-derive v0.8.1
15502026-09-06T23:57:46.031Z Compiling zerovec-derive v0.11.2
15512026-09-06T23:57:46.259Z Compiling displaydoc v0.2.5
15522026-09-06T23:57:46.564Z Compiling tokio-macros v2.7.0
15532026-09-06T23:57:46.581Z Compiling thiserror-impl v2.0.18
15542026-09-06T23:57:46.606Z Compiling der_derive v0.7.3
15552026-09-06T23:57:46.622Z Compiling futures-macro v0.3.32
15562026-09-06T23:57:47.093Z Compiling thiserror-impl v1.0.69
15572026-09-06T23:57:47.110Z Compiling schemars_derive v0.8.22
15582026-09-06T23:57:47.293Z Compiling tracing-attributes v0.1.31
15592026-09-06T23:57:47.301Z Compiling clap_derive v4.6.1
15602026-09-06T23:57:47.306Z Compiling pest_derive v2.8.6
15612026-09-06T23:57:47.407Z Compiling backtrace v0.3.76
15622026-09-06T23:57:47.507Z Compiling futures-util v0.3.32
15632026-09-06T23:57:47.528Z Compiling zerofrom v0.1.6
15642026-09-06T23:57:47.707Z Compiling yoke v0.8.1
15652026-09-06T23:57:47.729Z Compiling async-trait v0.1.89
15662026-09-06T23:57:47.810Z Compiling scroll_derive v0.12.1
15672026-09-06T23:57:47.903Z Compiling zerovec v0.11.5
15682026-09-06T23:57:47.952Z Compiling zerotrie v0.2.3
15692026-09-06T23:57:48.118Z Compiling backtrace-ext v0.2.1
15702026-09-06T23:57:48.139Z Compiling thiserror v2.0.18
15712026-09-06T23:57:48.181Z Compiling darling_macro v0.23.0
15722026-09-06T23:57:48.236Z Compiling miette-derive v7.6.0
15732026-09-06T23:57:48.264Z Compiling zerocopy-derive v0.7.35
15742026-09-06T23:57:48.427Z Compiling tinystr v0.8.2
15752026-09-06T23:57:48.451Z Compiling potential_utf v0.1.4
15762026-09-06T23:57:48.468Z Compiling thiserror v1.0.69
15772026-09-06T23:57:48.544Z Compiling scroll v0.12.0
15782026-09-06T23:57:48.593Z Compiling icu_collections v2.1.1
15792026-09-06T23:57:48.637Z Compiling icu_locale_core v2.1.1
15802026-09-06T23:57:48.678Z Compiling curve25519-dalek-derive v0.1.1
15812026-09-06T23:57:48.708Z Compiling scroll_derive v0.13.1
15822026-09-06T23:57:48.740Z Compiling tracing v0.1.44
15832026-09-06T23:57:48.769Z Compiling httpdate v1.0.3
15842026-09-06T23:57:48.791Z Compiling tap v1.0.1
15852026-09-06T23:57:48.833Z Compiling openssl v0.10.80
15862026-09-06T23:57:48.932Z Compiling powerfmt v0.2.0
15872026-09-06T23:57:48.984Z Compiling wyz v0.5.1
15882026-09-06T23:57:49.007Z Compiling goblin v0.8.2
15892026-09-06T23:57:49.108Z Compiling deranged v0.5.8
15902026-09-06T23:57:49.148Z Compiling darling v0.23.0
15912026-09-06T23:57:49.166Z Compiling darling_macro v0.20.11
15922026-09-06T23:57:49.177Z Compiling clap v4.6.1
15932026-09-06T23:57:49.199Z Compiling hubpack_derive v0.1.1
15942026-09-06T23:57:49.221Z Compiling zerocopy v0.7.35
15952026-09-06T23:57:49.277Z Compiling icu_provider v2.1.1
15962026-09-06T23:57:49.300Z Compiling time-macros v0.2.27
15972026-09-06T23:57:49.363Z Compiling knus-derive v3.4.0
15982026-09-06T23:57:49.461Z Compiling zeroize v1.9.0
15992026-09-06T23:57:49.516Z Compiling bytes v1.11.1
16002026-09-06T23:57:49.535Z Compiling icu_properties v2.1.2
16012026-09-06T23:57:49.555Z Compiling icu_normalizer v2.1.1
16022026-09-06T23:57:49.633Z Compiling chrono v0.4.45
16032026-09-06T23:57:49.702Z Compiling der v0.7.10
16042026-09-06T23:57:49.733Z Compiling ipnet v2.12.0
16052026-09-06T23:57:49.792Z Compiling hex v0.4.3
16062026-09-06T23:57:49.896Z Compiling rustls-pki-types v1.14.0
16072026-09-06T23:57:50.050Z Compiling tokio v1.52.1
16082026-09-06T23:57:50.106Z Compiling http v1.4.2
16092026-09-06T23:57:50.140Z Compiling hybrid-array v0.4.13
16102026-09-06T23:57:50.172Z Compiling serde_tokenstream v0.2.3
16112026-09-06T23:57:50.182Z Compiling serde_spanned v0.6.9
16122026-09-06T23:57:50.317Z Compiling crypto-common v0.1.7
16132026-09-06T23:57:50.327Z Compiling block-buffer v0.10.4
16142026-09-06T23:57:50.347Z Compiling crypto-bigint v0.5.5
16152026-09-06T23:57:50.387Z Compiling toml_datetime v0.6.11
16162026-09-06T23:57:50.450Z Compiling idna_adapter v1.2.1
16172026-09-06T23:57:50.458Z Compiling digest v0.10.7
16182026-09-06T23:57:50.488Z Compiling scroll v0.13.0
16192026-09-06T23:57:50.520Z Compiling miette v7.6.0
16202026-09-06T23:57:50.594Z Compiling ppv-lite86 v0.2.21
16212026-09-06T23:57:50.668Z Compiling idna v1.1.0
16222026-09-06T23:57:50.696Z Compiling spki v0.7.3
16232026-09-06T23:57:50.723Z Compiling sha2 v0.10.9
16242026-09-06T23:57:50.771Z Compiling hmac v0.12.1
16252026-09-06T23:57:50.801Z Compiling signature v2.2.0
16262026-09-06T23:57:50.889Z Compiling pkcs8 v0.10.2
16272026-09-06T23:57:50.919Z Compiling rand_chacha v0.3.1
16282026-09-06T23:57:50.949Z Compiling rand_chacha v0.9.0
16292026-09-06T23:57:50.966Z Compiling hkdf v0.12.4
16302026-09-06T23:57:50.980Z Compiling url v2.5.8
16312026-09-06T23:57:51.008Z Compiling x509-cert v0.2.5
16322026-09-06T23:57:51.020Z Compiling http-body v1.0.1
16332026-09-06T23:57:51.084Z Compiling rfc6979 v0.4.0
16342026-09-06T23:57:51.147Z Compiling rand v0.8.6
16352026-09-06T23:57:51.188Z Compiling rand v0.9.2
16362026-09-06T23:57:51.188Z Compiling pkcs1 v0.7.5
16372026-09-06T23:57:51.209Z Compiling sec1 v0.7.3
16382026-09-06T23:57:51.214Z Compiling hashbrown v0.14.5
16392026-09-06T23:57:51.353Z Compiling ed25519 v2.2.3
16402026-09-06T23:57:51.596Z Compiling elliptic-curve v0.13.8
16412026-09-06T23:57:51.688Z Compiling sha3 v0.10.8
16422026-09-06T23:57:51.695Z Compiling half v2.7.1
16432026-09-06T23:57:51.843Z Compiling chumsky v0.9.3
16442026-09-06T23:57:52.037Z Compiling primeorder v0.13.6
16452026-09-06T23:57:52.055Z Compiling ecdsa v0.16.9
16462026-09-06T23:57:52.072Z Compiling erased-serde v0.3.31
16472026-09-06T23:57:52.088Z Compiling openssl-macros v0.1.1
16482026-09-06T23:57:52.143Z Compiling foreign-types v0.3.2
16492026-09-06T23:57:52.316Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16502026-09-06T23:57:52.357Z Compiling bzip2-sys v0.1.13+1.0.8
16512026-09-06T23:57:52.445Z Compiling unicode-normalization v0.1.25
16522026-09-06T23:57:52.482Z Compiling wait-timeout v0.2.1
16532026-09-06T23:57:52.533Z Compiling socket2 v0.5.10
16542026-09-06T23:57:52.588Z Compiling env_filter v2.0.0
16552026-09-06T23:57:52.593Z Compiling num_threads v0.1.7
16562026-09-06T23:57:52.593Z Compiling quick-error v1.2.3
16572026-09-06T23:57:52.692Z Compiling ciborium-io v0.2.2
16582026-09-06T23:57:52.707Z Compiling native-tls v0.2.18
16592026-09-06T23:57:52.725Z Compiling packed_struct v0.10.1
16602026-09-06T23:57:52.742Z Compiling bit-vec v0.8.0
16612026-09-06T23:57:52.755Z Compiling funty v2.0.0
16622026-09-06T23:57:52.789Z Compiling ciborium-ll v0.2.2
16632026-09-06T23:57:52.805Z Compiling env_logger v0.11.11
16642026-09-06T23:57:52.888Z Compiling rsa v0.9.10
16652026-09-06T23:57:52.937Z Compiling bit-set v0.8.0
16662026-09-06T23:57:52.981Z Compiling rusty-fork v0.3.1
16672026-09-06T23:57:53.003Z Compiling knus v3.4.0
16682026-09-06T23:57:53.017Z Compiling time v0.3.47
16692026-09-06T23:57:53.066Z Compiling ed25519-dalek v2.2.0
16702026-09-06T23:57:53.113Z Compiling bitvec v1.0.1
16712026-09-06T23:57:53.180Z Compiling p384 v0.13.1
16722026-09-06T23:57:53.326Z Compiling dof v0.3.0
16732026-09-06T23:57:53.366Z Compiling goblin v0.10.5
16742026-09-06T23:57:53.539Z Compiling sha1 v0.10.6
16752026-09-06T23:57:53.656Z Compiling hubpack v0.1.2
16762026-09-06T23:57:53.742Z Compiling darling v0.20.11
16772026-09-06T23:57:53.797Z Compiling serde_with_macros v3.21.0
16782026-09-06T23:57:53.828Z Compiling dtrace-parser v0.2.0
16792026-09-06T23:57:53.853Z Compiling packed_struct_codegen v0.10.1
16802026-09-06T23:57:53.884Z Compiling zerocopy-derive v0.6.6
16812026-09-06T23:57:53.955Z Compiling strum_macros v0.26.4
16822026-09-06T23:57:54.096Z Compiling tokio-util v0.7.18
16832026-09-06T23:57:54.609Z Compiling bitfield-macros v0.19.4
16842026-09-06T23:57:54.620Z Compiling rand_xorshift v0.4.0
16852026-09-06T23:57:54.662Z Compiling thread-id v4.2.2
16862026-09-06T23:57:54.755Z Compiling sync_wrapper v1.0.2
16872026-09-06T23:57:54.773Z Compiling indexmap v1.9.3
16882026-09-06T23:57:54.790Z Compiling siphasher v1.0.2
16892026-09-06T23:57:54.808Z Compiling h2 v0.4.15
16902026-09-06T23:57:54.879Z Compiling zlib-rs v0.6.2
16912026-09-06T23:57:54.985Z Compiling crc-catalog v2.4.0
16922026-09-06T23:57:55.006Z Compiling usdt-impl v0.6.0
16932026-09-06T23:57:55.037Z Compiling nodrop v0.1.14
16942026-09-06T23:57:55.037Z Compiling salty v0.3.0
16952026-09-06T23:57:55.080Z Compiling unarray v0.1.4
16962026-09-06T23:57:55.115Z Compiling paste v1.0.15
16972026-09-06T23:57:55.168Z Compiling array-init v0.0.4
16982026-09-06T23:57:55.204Z Compiling proptest v1.11.0
16992026-09-06T23:57:55.247Z Compiling crc v3.4.0
17002026-09-06T23:57:55.349Z Compiling bitfield v0.19.4
17012026-09-06T23:57:55.468Z Compiling serde_with v3.21.0
17022026-09-06T23:57:55.519Z Compiling tower v0.5.3
17032026-09-06T23:57:55.692Z Compiling zerocopy v0.6.6
17042026-09-06T23:57:55.695Z Compiling usdt-impl v0.5.0
17052026-09-06T23:57:55.785Z Compiling strum v0.26.3
17062026-09-06T23:57:55.941Z Compiling smallvec v0.6.14
17072026-09-06T23:57:55.979Z Compiling derive_builder_core v0.20.2
17082026-09-06T23:57:56.031Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
17092026-09-06T23:57:56.119Z Compiling ciborium v0.2.2
17102026-09-06T23:57:56.144Z Compiling ipnetwork v0.21.1
17112026-09-06T23:57:56.158Z Compiling http-body-util v0.1.3
17122026-09-06T23:57:56.168Z Compiling dof v0.4.0
17132026-09-06T23:57:56.318Z Compiling dtrace-parser v0.3.0
17142026-09-06T23:57:56.415Z Compiling enum-as-inner v0.6.1
17152026-09-06T23:57:56.537Z Compiling structmeta-derive v0.3.0
17162026-09-06T23:57:56.639Z Compiling heapless v0.7.17
17172026-09-06T23:57:56.790Z Compiling thread-id v5.1.0
17182026-09-06T23:57:56.899Z Compiling syn v3.0.3
17192026-09-06T23:57:56.923Z Compiling cookie v0.18.1
17202026-09-06T23:57:56.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17212026-09-06T23:57:56.982Z Compiling data-encoding v2.10.0
17222026-09-06T23:57:57.155Z Compiling signal-hook v0.3.18
17232026-09-06T23:57:57.170Z Compiling iri-string v0.7.10
17242026-09-06T23:57:57.209Z Compiling hashbrown v0.12.3
17252026-09-06T23:57:57.278Z Compiling winnow v0.5.40
17262026-09-06T23:57:57.328Z Compiling static_assertions v1.1.0
17272026-09-06T23:57:57.371Z Compiling base64 v0.21.7
17282026-09-06T23:57:57.415Z Compiling rayon-core v1.13.0
17292026-09-06T23:57:57.422Z Compiling unicode-bidi v0.3.18
17302026-09-06T23:57:57.626Z Compiling ryu v1.0.23
17312026-09-06T23:57:57.690Z Compiling unicode-properties v0.1.4
17322026-09-06T23:57:57.695Z Compiling zstd-safe v7.2.4
17332026-09-06T23:57:57.720Z Compiling structmeta v0.3.0
17342026-09-06T23:57:57.723Z Compiling newtype-uuid v1.3.2
17352026-09-06T23:57:57.782Z Compiling serde_urlencoded v0.7.1
17362026-09-06T23:57:57.921Z Compiling flate2 v1.1.9
17372026-09-06T23:57:57.950Z Compiling stringprep v0.1.5
17382026-09-06T23:57:57.986Z Compiling ron v0.8.1
17392026-09-06T23:57:58.020Z Compiling hyper v1.10.1
17402026-09-06T23:57:58.071Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17412026-09-06T23:57:58.198Z Compiling derive_builder_macro v0.20.2
17422026-09-06T23:57:58.317Z Compiling tower-http v0.6.8
17432026-09-06T23:57:58.353Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17442026-09-06T23:57:58.424Z Compiling oxnet v0.1.6
17452026-09-06T23:57:58.720Z Compiling toml_edit v0.19.15
17462026-09-06T23:57:58.733Z Compiling bzip2 v0.4.4
17472026-09-06T23:57:58.750Z Compiling serde-hex v0.1.0
17482026-09-06T23:57:58.765Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17492026-09-06T23:57:58.830Z Compiling tokio-native-tls v0.3.1
17502026-09-06T23:57:58.965Z Compiling hashbrown v0.13.2
17512026-09-06T23:57:58.979Z Compiling block-padding v0.4.2
17522026-09-06T23:57:59.039Z Compiling crypto-common v0.2.2
17532026-09-06T23:57:59.093Z Compiling block-buffer v0.12.1
17542026-09-06T23:57:59.170Z Compiling hyper-util v0.1.20
17552026-09-06T23:57:59.314Z Compiling md-5 v0.10.6
17562026-09-06T23:57:59.381Z Compiling rustls-native-certs v0.8.3
17572026-09-06T23:57:59.426Z Compiling futures-executor v0.3.32
17582026-09-06T23:57:59.477Z Compiling serde-big-array v0.5.1
17592026-09-06T23:57:59.516Z Compiling bstr v1.12.1
17602026-09-06T23:57:59.637Z Compiling crossbeam-epoch v0.9.18
17612026-09-06T23:57:59.665Z Compiling pin-project-internal v1.1.11
17622026-09-06T23:57:59.703Z Compiling heck v0.4.1
17632026-09-06T23:57:59.716Z Compiling vergen-lib v9.1.0
17642026-09-06T23:57:59.887Z Compiling hash32 v0.2.1
17652026-09-06T23:57:59.925Z Compiling memoffset v0.9.1
17662026-09-06T23:57:59.941Z Compiling thread_local v1.1.9
17672026-09-06T23:57:59.977Z Compiling encoding_rs v0.8.35
17682026-09-06T23:58:00.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17692026-09-06T23:58:00.134Z Compiling litrs v1.0.0
17702026-09-06T23:58:00.172Z Compiling fallible-iterator v0.2.0
17712026-09-06T23:58:00.183Z Compiling cfg_aliases v0.2.1
17722026-09-06T23:58:00.214Z Compiling smoltcp v0.9.1
17732026-09-06T23:58:00.267Z Compiling linked-hash-map v0.5.6
17742026-09-06T23:58:00.345Z Compiling crc-any v2.5.0
17752026-09-06T23:58:00.452Z Compiling daft-derive v0.1.8
17762026-09-06T23:58:00.473Z Compiling psl-types v2.0.11
17772026-09-06T23:58:00.494Z Compiling slog-async v2.8.0
17782026-09-06T23:58:00.506Z Compiling mime v0.3.17
17792026-09-06T23:58:00.601Z Compiling ref-cast v1.0.25
17802026-09-06T23:58:00.641Z Compiling rustix v0.38.44
17812026-09-06T23:58:00.674Z Compiling toml_edit v0.22.27
17822026-09-06T23:58:00.701Z Compiling document-features v0.2.12
17832026-09-06T23:58:00.811Z Compiling publicsuffix v2.3.0
17842026-09-06T23:58:00.823Z Compiling hyper-tls v0.6.0
17852026-09-06T23:58:00.841Z Compiling pin-project v1.1.11
17862026-09-06T23:58:00.841Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17872026-09-06T23:58:00.888Z Compiling postgres-protocol v0.6.10
17882026-09-06T23:58:00.965Z Compiling lru-cache v0.1.2
17892026-09-06T23:58:00.995Z Compiling nix v0.31.2
17902026-09-06T23:58:01.074Z Compiling toml v0.7.8
17912026-09-06T23:58:01.135Z Compiling snafu-derive v0.8.9
17922026-09-06T23:58:01.163Z Compiling crossbeam-deque v0.8.6
17932026-09-06T23:58:01.231Z Compiling daft v0.1.8
17942026-09-06T23:58:01.268Z Compiling futures v0.3.32
17952026-09-06T23:58:01.326Z Compiling object v0.30.4
17962026-09-06T23:58:01.362Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17972026-09-06T23:58:01.378Z Compiling inout v0.2.2
17982026-09-06T23:58:01.408Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17992026-09-06T23:58:01.421Z Compiling zip v0.6.6
18002026-09-06T23:58:01.453Z Compiling derive_builder v0.20.2
18012026-09-06T23:58:01.603Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18022026-09-06T23:58:01.603Z Compiling derive-ex v0.1.8
18032026-09-06T23:58:01.682Z Compiling hickory-proto v0.24.4
18042026-09-06T23:58:01.717Z Compiling usdt-macro v0.5.0
18052026-09-06T23:58:01.739Z Compiling usdt-attr-macro v0.5.0
18062026-09-06T23:58:01.953Z Compiling phf_shared v0.13.1
18072026-09-06T23:58:01.959Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18082026-09-06T23:58:02.020Z Compiling regex v1.12.3
18092026-09-06T23:58:02.036Z Compiling crossbeam-channel v0.5.15
18102026-09-06T23:58:02.127Z Compiling ref-cast-impl v1.0.25
18112026-09-06T23:58:02.192Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18122026-09-06T23:58:02.281Z Compiling strum_macros v0.27.2
18132026-09-06T23:58:02.493Z Compiling convert_case v0.10.0
18142026-09-06T23:58:02.533Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
18152026-09-06T23:58:02.568Z Compiling blake3 v1.8.5
18162026-09-06T23:58:02.628Z Compiling cargo-platform v0.3.2
18172026-09-06T23:58:02.655Z Compiling vergen v9.1.0
18182026-09-06T23:58:02.745Z Compiling memmap v0.7.0
18192026-09-06T23:58:02.778Z Compiling memmap2 v0.9.10
18202026-09-06T23:58:02.820Z Compiling is-terminal v0.4.17
18212026-09-06T23:58:02.879Z Compiling fs-err v3.3.0
18222026-09-06T23:58:02.925Z Compiling bitflags v1.3.2
18232026-09-06T23:58:02.940Z Compiling managed v0.8.0
18242026-09-06T23:58:02.956Z Compiling take_mut v0.2.2
18252026-09-06T23:58:02.983Z Compiling term v1.2.1
18262026-09-06T23:58:03.019Z Compiling foldhash v0.1.5
18272026-09-06T23:58:03.033Z Compiling same-file v1.0.6
18282026-09-06T23:58:03.052Z Compiling libbz2-rs-sys v0.2.2
18292026-09-06T23:58:03.085Z Compiling jiff-core v0.1.0
18302026-09-06T23:58:03.116Z Compiling bumpalo v3.20.2
18312026-09-06T23:58:03.172Z Compiling corncobs v0.1.4
18322026-09-06T23:58:03.187Z Compiling cpufeatures v0.3.0
18332026-09-06T23:58:03.208Z Compiling path-slash v0.1.5
18342026-09-06T23:58:03.220Z Compiling resolv-conf v0.7.6
18352026-09-06T23:58:03.277Z Compiling slog-term v2.9.2
18362026-09-06T23:58:03.359Z Compiling zopfli v0.8.3
18372026-09-06T23:58:03.377Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18382026-09-06T23:58:03.397Z Compiling snafu v0.8.9
18392026-09-06T23:58:03.439Z Compiling test-strategy v0.4.5
18402026-09-06T23:58:03.545Z Compiling bzip2 v0.6.1
18412026-09-06T23:58:03.583Z Compiling hashbrown v0.15.5
18422026-09-06T23:58:03.607Z Compiling walkdir v2.5.0
18432026-09-06T23:58:03.802Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18442026-09-06T23:58:03.857Z Compiling jiff v0.2.34
18452026-09-06T23:58:03.945Z Compiling hickory-resolver v0.24.4
18462026-09-06T23:58:04.081Z Compiling usdt v0.5.0
18472026-09-06T23:58:04.159Z Compiling derive_more-impl v2.1.1
18482026-09-06T23:58:04.209Z Compiling cargo_metadata v0.23.1
18492026-09-06T23:58:04.352Z Compiling strum v0.27.2
18502026-09-06T23:58:04.368Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18512026-09-06T23:58:04.394Z Compiling toml v0.8.23
18522026-09-06T23:58:04.411Z Compiling phf v0.13.1
18532026-09-06T23:58:04.502Z Compiling cookie_store v0.22.1
18542026-09-06T23:58:04.517Z Compiling signal-hook-mio v0.2.5
18552026-09-06T23:58:04.590Z Compiling cipher v0.5.2
18562026-09-06T23:58:04.957Z Compiling postgres-types v0.2.12
18572026-09-06T23:58:04.984Z Compiling zstd v0.13.3
18582026-09-06T23:58:05.095Z Compiling reqwest v0.12.28
18592026-09-06T23:58:05.199Z Compiling globset v0.4.18
18602026-09-06T23:58:05.249Z Compiling usdt-attr-macro v0.6.0
18612026-09-06T23:58:05.261Z Compiling usdt-macro v0.6.0
18622026-09-06T23:58:05.273Z Compiling phf_shared v0.11.3
18632026-09-06T23:58:05.334Z Compiling tokio-stream v0.1.18
18642026-09-06T23:58:05.357Z Compiling olpc-cjson v0.1.4
18652026-09-06T23:58:05.462Z Compiling byte-wrapper v0.1.0
18662026-09-06T23:58:05.516Z Compiling inout v0.1.4
18672026-09-06T23:58:05.579Z Compiling secrecy v0.8.0
18682026-09-06T23:58:05.587Z Compiling serde_plain v1.0.2
18692026-09-06T23:58:05.704Z Compiling derive-where v1.6.0
18702026-09-06T23:58:05.719Z Compiling async-recursion v1.1.1
18712026-09-06T23:58:05.756Z Compiling serde_repr v0.1.20
18722026-09-06T23:58:05.798Z Compiling float-cmp v0.10.0
18732026-09-06T23:58:05.820Z Compiling pem v3.0.6
18742026-09-06T23:58:05.832Z Compiling hashbrown v0.16.1
18752026-09-06T23:58:05.892Z Compiling difflib v0.4.0
18762026-09-06T23:58:05.964Z Compiling fixedbitset v0.4.2
18772026-09-06T23:58:06.106Z Compiling normalize-line-endings v0.3.0
18782026-09-06T23:58:06.122Z Compiling const-oid v0.10.2
18792026-09-06T23:58:06.156Z Compiling winnow v1.0.3
18802026-09-06T23:58:06.174Z Compiling fixedbitset v0.5.7
18812026-09-06T23:58:06.202Z Compiling whoami v2.1.0
18822026-09-06T23:58:06.213Z Compiling either v1.15.0
18832026-09-06T23:58:06.234Z Compiling constant_time_eq v0.4.2
18842026-09-06T23:58:06.344Z Compiling debug-ignore v1.0.5
18852026-09-06T23:58:06.366Z Compiling new_debug_unreachable v1.0.6
18862026-09-06T23:58:06.413Z Compiling precomputed-hash v0.1.1
18872026-09-06T23:58:06.432Z Compiling typed-path v0.9.3
18882026-09-06T23:58:06.449Z Compiling arrayvec v0.7.6
18892026-09-06T23:58:06.461Z Compiling predicates-core v1.0.10
18902026-09-06T23:58:06.467Z Compiling arrayref v0.3.9
18912026-09-06T23:58:06.490Z Compiling string_cache v0.8.9
18922026-09-06T23:58:06.494Z Compiling tokio-postgres v0.7.16
18932026-09-06T23:58:06.494Z Compiling itertools v0.13.0
18942026-09-06T23:58:06.537Z Compiling petgraph v0.8.3
18952026-09-06T23:58:06.552Z Compiling iddqd v0.4.2
18962026-09-06T23:58:06.575Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18972026-09-06T23:58:06.612Z Compiling predicates v3.1.4
18982026-09-06T23:58:06.661Z Compiling digest v0.11.3
18992026-09-06T23:58:06.743Z Compiling usdt v0.6.0
19002026-09-06T23:58:06.986Z Compiling petgraph v0.6.5
19012026-09-06T23:58:07.072Z Compiling qorb v0.4.1
19022026-09-06T23:58:07.100Z Compiling zip v4.6.1
19032026-09-06T23:58:07.332Z Compiling toml_parser v1.1.2+spec-1.1.0
19042026-09-06T23:58:07.354Z Compiling crossterm v0.28.1
19052026-09-06T23:58:07.354Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
19062026-09-06T23:58:07.488Z Compiling cipher v0.4.4
19072026-09-06T23:58:07.685Z Compiling derive_more v2.1.1
19082026-09-06T23:58:07.903Z Compiling chacha20 v0.10.0
19092026-09-06T23:58:07.928Z Compiling similar v2.7.0
19102026-09-06T23:58:08.091Z Compiling hickory-proto v0.25.2
19112026-09-06T23:58:08.206Z Compiling buf-list v1.1.2
19122026-09-06T23:58:08.292Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19132026-09-06T23:58:08.372Z Compiling openapiv3 v2.2.0
19142026-09-06T23:58:08.527Z Compiling lalrpop-util v0.19.12
19152026-09-06T23:58:08.553Z Compiling peg-runtime v0.8.5
19162026-09-06T23:58:08.593Z Compiling filetime v0.2.27
19172026-09-06T23:58:08.623Z Compiling xattr v1.6.1
19182026-09-06T23:58:08.641Z Compiling camino-tempfile v1.4.1
19192026-09-06T23:58:08.845Z Compiling tar v0.4.46
19202026-09-06T23:58:26.274Z Compiling rustls-webpki v0.103.13
19212026-09-06T23:58:29.035Z Compiling tokio-rustls v0.26.4
19222026-09-06T23:58:29.036Z Compiling rustls-platform-verifier v0.6.2
19232026-09-06T23:58:29.056Z Compiling tough v0.22.0
19242026-09-06T23:58:29.207Z Compiling hyper-rustls v0.27.7
19252026-09-06T23:58:29.402Z Compiling reqwest v0.13.2
19262026-09-06T23:58:31.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272026-09-06T23:58:31.865Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19282026-09-06T23:58:34.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.53s
19292026-09-06T23:58:34.818Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19302026-09-06T23:58:34.818Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19312026-09-06T23:58:34.943Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19322026-09-06T23:58:34.999ZSep 06 23:58:33.741 INFO Starting download, target: Cockroach
19332026-09-06T23:58:34.999ZSep 06 23:58:33.741 INFO Starting download, target: Clickhouse
19342026-09-06T23:58:34.999ZSep 06 23:58:33.741 INFO Starting download, target: Console
19352026-09-06T23:58:35.002ZSep 06 23:58:33.741 INFO Starting download, target: DendriteStub
19362026-09-06T23:58:35.002ZSep 06 23:58:33.741 INFO Starting download, target: MaghemiteMgd
19372026-09-06T23:58:35.002ZSep 06 23:58:33.741 INFO Starting download, target: MaghemiteDdmd
19382026-09-06T23:58:35.002ZSep 06 23:58:33.741 INFO Starting download, target: TransceiverControl
19392026-09-06T23:58:35.002ZSep 06 23:58:33.742 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19402026-09-06T23:58:35.002ZSep 06 23:58:33.742 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19412026-09-06T23:58:35.003ZSep 06 23:58:33.742 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19422026-09-06T23:58:35.003ZSep 06 23:58:33.742 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19432026-09-06T23:58:35.003ZSep 06 23:58:33.742 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19442026-09-06T23:58:35.003ZSep 06 23:58:33.742 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19452026-09-06T23:58:35.003ZSep 06 23:58:33.742 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19462026-09-06T23:58:36.905ZSep 06 23:58:35.528 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19472026-09-06T23:58:37.564ZSep 06 23:58:36.300 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19482026-09-06T23:58:37.763ZSep 06 23:58:36.476 INFO Download complete, target: TransceiverControl
19492026-09-06T23:58:40.862ZSep 06 23:58:39.523 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19502026-09-06T23:58:40.903ZSep 06 23:58:39.623 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19512026-09-06T23:58:41.356ZSep 06 23:58:40.087 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19522026-09-06T23:58:42.180ZSep 06 23:58:40.921 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19532026-09-06T23:58:42.180ZSep 06 23:58:40.921 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19542026-09-06T23:58:42.396ZSep 06 23:58:41.035 INFO Checking that binary works, target: Clickhouse
19552026-09-06T23:58:42.475ZSep 06 23:58:41.216 INFO Download complete, target: Clickhouse
19562026-09-06T23:58:42.603ZSep 06 23:58:41.345 INFO Download complete, target: MaghemiteDdmd
19572026-09-06T23:58:42.971ZSep 06 23:58:41.715 INFO Download complete, target: DendriteStub
19582026-09-06T23:58:43.482ZSep 06 23:58:42.225 INFO Download complete, target: MaghemiteMgd
19592026-09-06T23:58:44.165ZSep 06 23:58:42.908 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19602026-09-06T23:58:44.372ZSep 06 23:58:43.115 INFO Download complete, target: Console
19612026-09-06T23:58:46.018ZSep 06 23:58:44.761 INFO Checking that binary works, target: Cockroach
19622026-09-06T23:58:46.142ZSep 06 23:58:44.886 INFO Download complete, target: Cockroach
19632026-09-06T23:58:46.148ZAll prerequisites installed successfully
19642026-09-06T23:58:46.152Z
19652026-09-06T23:58:46.152Zreal 1:34.577953415
19662026-09-06T23:58:46.152Zuser 7:45.435884454
19672026-09-06T23:58:46.152Zsys 1:54.019425147
19682026-09-06T23:58:46.152Ztrap 0.275954033
19692026-09-06T23:58:46.152Ztflt 0.810452531
19702026-09-06T23:58:46.152Zdflt 1.694891836
19712026-09-06T23:58:46.152Zkflt 0.029999607
19722026-09-06T23:58:46.152Zlock 29:31.913326769
19732026-09-06T23:58:46.152Zslp 21:17.813488514
19742026-09-06T23:58:46.152Zlat 30.893401654
19752026-09-06T23:58:46.152Zstop 3:24.812511607
19762026-09-06T23:58:46.152Z+ source ./tools/include/force-git-over-https.sh
19772026-09-06T23:58:46.152Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19782026-09-06T23:58:46.152Z++ (( i = 0 ))
19792026-09-06T23:58:46.152Z++ (( i < 5 ))
19802026-09-06T23:58:46.152Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19812026-09-06T23:58:46.155Z++ (( i++ ))
19822026-09-06T23:58:46.155Z++ (( i < 5 ))
19832026-09-06T23:58:46.155Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19842026-09-06T23:58:46.158Z++ (( i++ ))
19852026-09-06T23:58:46.158Z++ (( i < 5 ))
19862026-09-06T23:58:46.158Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19872026-09-06T23:58:46.161Z++ (( i++ ))
19882026-09-06T23:58:46.161Z++ (( i < 5 ))
19892026-09-06T23:58:46.161Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19902026-09-06T23:58:46.164Z++ (( i++ ))
19912026-09-06T23:58:46.164Z++ (( i < 5 ))
19922026-09-06T23:58:46.164Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19932026-09-06T23:58:46.165Z++ (( i++ ))
19942026-09-06T23:58:46.165Z++ (( i < 5 ))
19952026-09-06T23:58:46.165Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19962026-09-06T23:58:46.165Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19972026-09-06T23:58:46.165Z+ rc=0
19982026-09-06T23:58:46.165Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19992026-09-06T23:58:55.926Z+ case $rc in
20002026-09-06T23:58:55.926Z+ pfexec zfs create -p rpool/images/build/host
20012026-09-06T23:58:56.114Z+ pfexec zfs create -p rpool/images/build/recovery
20022026-09-06T23:58:56.192Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
20032026-09-06T23:58:56.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20042026-09-06T23:58:56.711Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
20052026-09-06T23:58:57.609Z Compiling proc-macro2 v1.0.106
20062026-09-06T23:58:57.609Z Compiling quote v1.0.45
20072026-09-06T23:58:57.609Z Compiling unicode-ident v1.0.24
20082026-09-06T23:58:57.669Z Compiling serde_core v1.0.228
20092026-09-06T23:58:57.669Z Compiling libc v0.2.185
20102026-09-06T23:58:57.669Z Compiling serde v1.0.228
20112026-09-06T23:58:57.669Z Compiling cfg-if v1.0.4
20122026-09-06T23:58:57.669Z Compiling version_check v0.9.5
20132026-09-06T23:58:57.669Z Compiling zerocopy v0.8.55
20142026-09-06T23:58:57.669Z Compiling autocfg v1.5.0
20152026-09-06T23:58:57.669Z Compiling find-msvc-tools v0.1.9
20162026-09-06T23:58:57.669Z Compiling memchr v2.8.0
20172026-09-06T23:58:57.670Z Compiling shlex v1.3.0
20182026-09-06T23:58:57.707Z Compiling portable-atomic v1.13.1
20192026-09-06T23:58:57.779Z Compiling zmij v1.0.21
20202026-09-06T23:58:57.874Z Compiling serde_json v1.0.151
20212026-09-06T23:58:57.967Z Compiling libm v0.2.16
20222026-09-06T23:58:58.155Z Compiling getrandom v0.4.3
20232026-09-06T23:58:58.172Z Compiling generic-array v0.14.7
20242026-09-06T23:58:58.172Z Compiling icu_normalizer_data v2.1.1
20252026-09-06T23:58:58.227Z Compiling icu_properties_data v2.1.2
20262026-09-06T23:58:58.306Z Compiling num-traits v0.2.19
20272026-09-06T23:58:58.398Z Compiling parking_lot_core v0.9.12
20282026-09-06T23:58:58.443Z Compiling rustix v1.1.4
20292026-09-06T23:58:58.443Z Compiling getrandom v0.3.4
20302026-09-06T23:58:58.443Z Compiling smallvec v1.15.1
20312026-09-06T23:58:58.510Z Compiling log v0.4.33
20322026-09-06T23:58:58.619Z Compiling subtle v2.6.1
20332026-09-06T23:58:58.619Z Compiling pkg-config v0.3.32
20342026-09-06T23:58:58.619Z Compiling itoa v1.0.17
20352026-09-06T23:58:58.699Z Compiling thiserror v2.0.18
20362026-09-06T23:58:58.777Z Compiling jobserver v0.1.34
20372026-09-06T23:58:58.778Z Compiling errno v0.3.14
20382026-09-06T23:58:58.778Z Compiling heck v0.5.0
20392026-09-06T23:58:58.824Z Compiling typenum v1.20.1
20402026-09-06T23:58:58.840Z Compiling getrandom v0.2.17
20412026-09-06T23:58:58.840Z Compiling stable_deref_trait v1.2.1
20422026-09-06T23:58:58.865Z Compiling scopeguard v1.2.0
20432026-09-06T23:58:58.922Z Compiling cc v1.2.56
20442026-09-06T23:58:58.970Z Compiling rand_core v0.6.4
20452026-09-06T23:58:59.010Z Compiling lock_api v0.4.14
20462026-09-06T23:58:59.010Z Compiling critical-section v1.2.0
20472026-09-06T23:58:59.140Z Compiling const-oid v0.9.6
20482026-09-06T23:58:59.310Z Compiling thiserror v1.0.69
20492026-09-06T23:58:59.318Z Compiling syn v2.0.117
20502026-09-06T23:58:59.364Z Compiling rustversion v1.0.22
20512026-09-06T23:58:59.399Z Compiling rand_core v0.10.0
20522026-09-06T23:58:59.465Z Compiling once_cell v1.21.3
20532026-09-06T23:58:59.508Z Compiling percent-encoding v2.3.2
20542026-09-06T23:58:59.554Z Compiling litemap v0.8.1
20552026-09-06T23:58:59.655Z Compiling writeable v0.6.2
20562026-09-06T23:58:59.767Z Compiling strsim v0.11.1
20572026-09-06T23:58:59.802Z Compiling schemars v0.8.22
20582026-09-06T23:58:59.883Z Compiling allocator-api2 v0.2.21
20592026-09-06T23:58:59.927Z Compiling cmake v0.1.57
20602026-09-06T23:58:59.928Z Compiling dunce v1.0.5
20612026-09-06T23:58:59.956Z Compiling bitflags v2.11.0
20622026-09-06T23:58:59.968Z Compiling semver v1.0.28
20632026-09-06T23:59:00.094Z Compiling fs_extra v1.3.0
20642026-09-06T23:59:00.208Z Compiling pin-project-lite v0.2.17
20652026-09-06T23:59:00.275Z Compiling utf8_iter v1.0.4
20662026-09-06T23:59:00.301Z Compiling syn v1.0.109
20672026-09-06T23:59:00.321Z Compiling form_urlencoded v1.2.2
20682026-09-06T23:59:00.327Z Compiling signal-hook-registry v1.4.8
20692026-09-06T23:59:00.371Z Compiling aws-lc-sys v0.40.0
20702026-09-06T23:59:00.606Z Compiling parking_lot v0.12.5
20712026-09-06T23:59:00.697Z Compiling mio v1.2.0
20722026-09-06T23:59:00.732Z Compiling byteorder v1.5.0
20732026-09-06T23:59:00.952Z Compiling ahash v0.8.12
20742026-09-06T23:59:00.987Z Compiling futures-core v0.3.32
20752026-09-06T23:59:01.012Z Compiling equivalent v1.0.2
20762026-09-06T23:59:01.042Z Compiling base64ct v1.8.3
20772026-09-06T23:59:01.216Z Compiling socket2 v0.6.3
20782026-09-06T23:59:01.246Z Compiling flagset v0.4.7
20792026-09-06T23:59:01.311Z Compiling pem-rfc7468 v0.7.0
20802026-09-06T23:59:01.315Z Compiling aws-lc-rs v1.16.3
20812026-09-06T23:59:01.326Z Compiling foldhash v0.2.0
20822026-09-06T23:59:01.361Z Compiling rustc_version v0.4.1
20832026-09-06T23:59:01.495Z Compiling num-bigint-dig v0.8.6
20842026-09-06T23:59:01.648Z Compiling ident_case v1.0.1
20852026-09-06T23:59:01.670Z Compiling hashbrown v0.17.0
20862026-09-06T23:59:01.718Z Compiling futures-sink v0.3.32
20872026-09-06T23:59:01.733Z Compiling iana-time-zone v0.1.65
20882026-09-06T23:59:01.778Z Compiling crc32fast v1.5.0
20892026-09-06T23:59:01.844Z Compiling futures-channel v0.3.32
20902026-09-06T23:59:01.859Z Compiling futures-io v0.3.32
20912026-09-06T23:59:01.859Z Compiling ucd-trie v0.1.7
20922026-09-06T23:59:02.038Z Compiling vcpkg v0.2.15
20932026-09-06T23:59:02.052Z Compiling fnv v1.0.7
20942026-09-06T23:59:02.052Z Compiling futures-task v0.3.32
20952026-09-06T23:59:02.052Z Compiling slab v0.4.12
20962026-09-06T23:59:02.095Z Compiling pest v2.8.6
20972026-09-06T23:59:02.141Z Compiling base64 v0.22.1
20982026-09-06T23:59:02.180Z Compiling synstructure v0.13.2
20992026-09-06T23:59:02.202Z Compiling serde_derive_internals v0.29.1
21002026-09-06T23:59:02.249Z Compiling uuid v1.23.4
21012026-09-06T23:59:02.316Z Compiling radium v0.7.0
21022026-09-06T23:59:02.337Z Compiling indexmap v2.14.0
21032026-09-06T23:59:02.413Z Compiling anyhow v1.0.104
21042026-09-06T23:59:02.450Z Compiling rustls v0.23.41
21052026-09-06T23:59:02.481Z Compiling httparse v1.10.1
21062026-09-06T23:59:02.481Z Compiling camino v1.2.5
21072026-09-06T23:59:02.540Z Compiling cpufeatures v0.2.17
21082026-09-06T23:59:02.595Z Compiling openssl-sys v0.9.117
21092026-09-06T23:59:02.621Z Compiling terminal_size v0.4.3
21102026-09-06T23:59:02.641Z Compiling dyn-clone v1.0.20
21112026-09-06T23:59:02.750Z Compiling simd-adler32 v0.3.8
21122026-09-06T23:59:02.796Z Compiling anstyle v1.0.14
21132026-09-06T23:59:02.845Z Compiling object v0.37.3
21142026-09-06T23:59:02.856Z Compiling utf8parse v0.2.2
21152026-09-06T23:59:02.856Z Compiling crossbeam-utils v0.8.21
21162026-09-06T23:59:02.890Z Compiling anstyle-query v1.1.5
21172026-09-06T23:59:02.925Z Compiling is_terminal_polyfill v1.70.2
21182026-09-06T23:59:02.968Z Compiling anstyle-parse v1.0.0
21192026-09-06T23:59:03.022Z Compiling adler2 v2.0.1
21202026-09-06T23:59:03.046Z Compiling maybe-uninit v2.0.0
21212026-09-06T23:59:03.099Z Compiling colorchoice v1.0.4
21222026-09-06T23:59:03.131Z Compiling slog v2.8.2
21232026-09-06T23:59:03.157Z Compiling miniz_oxide v0.8.9
21242026-09-06T23:59:03.192Z Compiling pest_meta v2.8.6
21252026-09-06T23:59:03.196Z Compiling anstream v1.0.0
21262026-09-06T23:59:03.236Z Compiling spin v0.9.8
21272026-09-06T23:59:03.254Z Compiling fastrand v2.3.0
21282026-09-06T23:59:03.255Z Compiling rand_core v0.9.5
21292026-09-06T23:59:03.473Z Compiling bzip2-sys v0.1.13+1.0.8
21302026-09-06T23:59:03.489Z Compiling plain v0.2.3
21312026-09-06T23:59:03.489Z Compiling packed_struct v0.10.1
21322026-09-06T23:59:03.489Z Compiling clap_lex v1.0.0
21332026-09-06T23:59:03.489Z Compiling regex-syntax v0.8.10
21342026-09-06T23:59:03.509Z Compiling serde_derive v1.0.228
21352026-09-06T23:59:03.537Z Compiling zeroize_derive v1.5.0
21362026-09-06T23:59:03.566Z Compiling zerocopy-derive v0.8.55
21372026-09-06T23:59:03.567Z Compiling zerofrom-derive v0.1.6
21382026-09-06T23:59:03.583Z Compiling yoke-derive v0.8.1
21392026-09-06T23:59:03.600Z Compiling zerovec-derive v0.11.2
21402026-09-06T23:59:03.623Z Compiling displaydoc v0.2.5
21412026-09-06T23:59:03.689Z Compiling tokio-macros v2.7.0
21422026-09-06T23:59:03.743Z Compiling thiserror-impl v2.0.18
21432026-09-06T23:59:03.769Z Compiling der_derive v0.7.3
21442026-09-06T23:59:03.769Z Compiling futures-macro v0.3.32
21452026-09-06T23:59:03.769Z Compiling thiserror-impl v1.0.69
21462026-09-06T23:59:03.862Z Compiling schemars_derive v0.8.22
21472026-09-06T23:59:04.244Z Compiling tracing-attributes v0.1.31
21482026-09-06T23:59:04.288Z Compiling clap_derive v4.6.1
21492026-09-06T23:59:04.451Z Compiling async-trait v0.1.89
21502026-09-06T23:59:04.471Z Compiling pest_generator v2.8.6
21512026-09-06T23:59:04.520Z Compiling tempfile v3.27.0
21522026-09-06T23:59:04.588Z Compiling futures-util v0.3.32
21532026-09-06T23:59:04.713Z Compiling clap_builder v4.6.0
21542026-09-06T23:59:04.772Z Compiling zerofrom v0.1.6
21552026-09-06T23:59:04.941Z Compiling yoke v0.8.1
21562026-09-06T23:59:05.166Z Compiling zerovec v0.11.5
21572026-09-06T23:59:05.200Z Compiling zerotrie v0.2.3
21582026-09-06T23:59:05.271Z Compiling pest_derive v2.8.6
21592026-09-06T23:59:05.467Z Compiling strum_macros v0.26.4
21602026-09-06T23:59:05.525Z Compiling darling_core v0.23.0
21612026-09-06T23:59:05.700Z Compiling tinystr v0.8.2
21622026-09-06T23:59:05.778Z Compiling potential_utf v0.1.4
21632026-09-06T23:59:05.967Z Compiling icu_locale_core v2.1.1
21642026-09-06T23:59:06.047Z Compiling icu_collections v2.1.1
21652026-09-06T23:59:06.086Z Compiling owo-colors v4.3.0
21662026-09-06T23:59:06.495Z Compiling openssl v0.10.80
21672026-09-06T23:59:06.579Z Compiling clap v4.6.1
21682026-09-06T23:59:06.662Z Compiling packed_struct_codegen v0.10.1
21692026-09-06T23:59:06.744Z Compiling icu_provider v2.1.1
21702026-09-06T23:59:06.884Z Compiling zeroize v1.9.0
21712026-09-06T23:59:06.980Z Compiling bytes v1.11.1
21722026-09-06T23:59:07.114Z Compiling der v0.7.10
21732026-09-06T23:59:07.230Z Compiling icu_normalizer v2.1.1
21742026-09-06T23:59:07.328Z Compiling icu_properties v2.1.2
21752026-09-06T23:59:07.401Z Compiling chrono v0.4.45
21762026-09-06T23:59:07.493Z Compiling tokio v1.52.1
21772026-09-06T23:59:07.688Z Compiling crypto-common v0.1.7
21782026-09-06T23:59:07.719Z Compiling block-buffer v0.10.4
21792026-09-06T23:59:07.774Z Compiling digest v0.10.7
21802026-09-06T23:59:07.799Z Compiling hex v0.4.3
21812026-09-06T23:59:07.834Z Compiling ipnet v2.12.0
21822026-09-06T23:59:08.015Z Compiling spki v0.7.3
21832026-09-06T23:59:08.127Z Compiling ppv-lite86 v0.2.21
21842026-09-06T23:59:08.138Z Compiling sha2 v0.10.9
21852026-09-06T23:59:08.214Z Compiling idna_adapter v1.2.1
21862026-09-06T23:59:08.248Z Compiling pkcs8 v0.10.2
21872026-09-06T23:59:08.262Z Compiling hmac v0.12.1
21882026-09-06T23:59:08.287Z Compiling signature v2.2.0
21892026-09-06T23:59:08.389Z Compiling idna v1.1.0
21902026-09-06T23:59:08.449Z Compiling rand_chacha v0.3.1
21912026-09-06T23:59:08.521Z Compiling darling_macro v0.23.0
21922026-09-06T23:59:08.526Z Compiling scroll_derive v0.12.1
21932026-09-06T23:59:08.619Z Compiling rand_chacha v0.9.0
21942026-09-06T23:59:08.654Z Compiling rand v0.8.6
21952026-09-06T23:59:08.721Z Compiling url v2.5.8
21962026-09-06T23:59:08.825Z Compiling bitfield-macros v0.19.4
21972026-09-06T23:59:09.069Z Compiling zerocopy-derive v0.6.6
21982026-09-06T23:59:09.152Z Compiling curve25519-dalek v4.1.3
21992026-09-06T23:59:09.221Z Compiling num-integer v0.1.46
22002026-09-06T23:59:09.243Z Compiling indexmap v1.9.3
22012026-09-06T23:59:09.296Z Compiling tinyvec_macros v0.1.1
22022026-09-06T23:59:09.332Z Compiling unicode-segmentation v1.12.0
22032026-09-06T23:59:09.382Z Compiling time-core v0.1.8
22042026-09-06T23:59:09.521Z Compiling num-conv v0.2.0
22052026-09-06T23:59:09.521Z Compiling pretty-hex v0.4.1
22062026-09-06T23:59:09.528Z Compiling num-iter v0.1.45
22072026-09-06T23:59:09.528Z Compiling tinyvec v1.11.0
22082026-09-06T23:59:09.572Z Compiling darling v0.23.0
22092026-09-06T23:59:09.575Z Compiling rand v0.9.2
22102026-09-06T23:59:09.624Z Compiling openssl-macros v0.1.1
22112026-09-06T23:59:09.644Z Compiling time-macros v0.2.27
22122026-09-06T23:59:09.661Z Compiling lazy_static v1.5.0
22132026-09-06T23:59:09.740Z Compiling zstd-sys v2.0.16+zstd.1.5.7
22142026-09-06T23:59:09.757Z Compiling tracing-core v0.1.36
22152026-09-06T23:59:09.808Z Compiling ff v0.13.1
22162026-09-06T23:59:09.975Z Compiling native-tls v0.2.18
22172026-09-06T23:59:09.980Z Compiling gimli v0.32.3
22182026-09-06T23:59:10.070Z Compiling paste v1.0.15
22192026-09-06T23:59:10.233Z Compiling base16ct v0.2.0
22202026-09-06T23:59:10.261Z Compiling tracing v0.1.44
22212026-09-06T23:59:10.299Z Compiling group v0.13.0
22222026-09-06T23:59:10.433Z Compiling sec1 v0.7.3
22232026-09-06T23:59:10.510Z Compiling serde_with_macros v3.21.0
22242026-09-06T23:59:10.559Z Compiling pkcs1 v0.7.5
22252026-09-06T23:59:10.624Z Compiling hkdf v0.12.4
22262026-09-06T23:59:10.648Z Compiling x509-cert v0.2.5
22272026-09-06T23:59:10.749Z Compiling crypto-bigint v0.5.5
22282026-09-06T23:59:10.807Z Compiling rustls-pki-types v1.14.0
22292026-09-06T23:59:10.993Z Compiling hubpack_derive v0.1.1
22302026-09-06T23:59:11.062Z Compiling scroll_derive v0.13.1
22312026-09-06T23:59:11.451Z Compiling zerocopy-derive v0.7.35
22322026-09-06T23:59:11.510Z Compiling curve25519-dalek-derive v0.1.1
22332026-09-06T23:59:11.621Z Compiling syn v3.0.3
22342026-09-06T23:59:11.835Z Compiling addr2line v0.25.1
22352026-09-06T23:59:11.857Z Compiling rustc-demangle v0.1.27
22362026-09-06T23:59:11.936Z Compiling elliptic-curve v0.13.8
22372026-09-06T23:59:12.048Z Compiling rsa v0.9.10
22382026-09-06T23:59:12.159Z Compiling tokio-util v0.7.18
22392026-09-06T23:59:12.307Z Compiling http v1.4.2
22402026-09-06T23:59:12.720Z Compiling miette-derive v7.6.0
22412026-09-06T23:59:12.764Z Compiling proc-macro-error-attr2 v2.0.0
22422026-09-06T23:59:12.818Z Compiling unicode-linebreak v0.1.5
22432026-09-06T23:59:12.836Z Compiling smawk v0.3.2
22442026-09-06T23:59:12.836Z Compiling is_ci v1.2.0
22452026-09-06T23:59:12.980Z Compiling untrusted v0.7.1
22462026-09-06T23:59:13.010Z Compiling unicode-width v0.2.0
22472026-09-06T23:59:13.033Z Compiling backtrace v0.3.76
22482026-09-06T23:59:13.070Z Compiling supports-color v3.0.2
22492026-09-06T23:59:13.174Z Compiling proc-macro-error2 v2.0.1
22502026-09-06T23:59:13.252Z Compiling textwrap v0.16.2
22512026-09-06T23:59:13.462Z Compiling backtrace-ext v0.2.1
22522026-09-06T23:59:13.466Z Compiling hashbrown v0.14.5
22532026-09-06T23:59:13.528Z Compiling rfc6979 v0.4.0
22542026-09-06T23:59:13.679Z Compiling serde_spanned v0.6.9
22552026-09-06T23:59:13.682Z Compiling toml_datetime v0.6.11
22562026-09-06T23:59:13.682Z Compiling serde_tokenstream v0.2.3
22572026-09-06T23:59:13.811Z Compiling structmeta-derive v0.3.0
22582026-09-06T23:59:13.867Z Compiling usdt-impl v0.5.0
22592026-09-06T23:59:13.974Z Compiling supports-hyperlinks v3.2.0
22602026-09-06T23:59:13.999Z Compiling salty v0.3.0
22612026-09-06T23:59:14.014Z Compiling supports-unicode v3.0.0
22622026-09-06T23:59:14.030Z Compiling untrusted v0.9.0
22632026-09-06T23:59:14.054Z Compiling cmov v0.5.4
22642026-09-06T23:59:14.066Z Compiling keccak v0.1.6
22652026-09-06T23:59:14.069Z Compiling unicode-width v0.1.14
22662026-09-06T23:59:14.151Z Compiling chumsky v0.9.3
22672026-09-06T23:59:14.177Z Compiling ecdsa v0.16.9
22682026-09-06T23:59:14.192Z Compiling knus-derive v3.4.0
22692026-09-06T23:59:14.269Z Compiling ctutils v0.4.2
22702026-09-06T23:59:14.299Z Compiling sha3 v0.10.8
22712026-09-06T23:59:14.316Z Compiling miette v7.6.0
22722026-09-06T23:59:14.364Z Compiling http-body v1.0.1
22732026-09-06T23:59:14.481Z Compiling primeorder v0.13.6
22742026-09-06T23:59:14.548Z Compiling scroll v0.12.0
22752026-09-06T23:59:14.561Z Compiling ed25519 v2.2.3
22762026-09-06T23:59:14.595Z Compiling pin-project-internal v1.1.11
22772026-09-06T23:59:14.684Z Compiling daft-derive v0.1.8
22782026-09-06T23:59:14.726Z Compiling wait-timeout v0.2.1
22792026-09-06T23:59:14.764Z Compiling cookie v0.18.1
22802026-09-06T23:59:14.786Z Compiling zstd-safe v7.2.4
22812026-09-06T23:59:14.849Z Compiling bit-vec v0.8.0
22822026-09-06T23:59:14.863Z Compiling structmeta v0.3.0
22832026-09-06T23:59:14.978Z Compiling tap v1.0.1
22842026-09-06T23:59:15.004Z Compiling openssl-probe v0.2.1
22852026-09-06T23:59:15.032Z Compiling rayon-core v1.13.0
22862026-09-06T23:59:15.102Z Compiling quick-error v1.2.3
22872026-09-06T23:59:15.210Z Compiling derive-ex v0.1.8
22882026-09-06T23:59:15.227Z Compiling rusty-fork v0.3.1
22892026-09-06T23:59:15.238Z Compiling wyz v0.5.1
22902026-09-06T23:59:15.238Z Compiling bit-set v0.8.0
22912026-09-06T23:59:15.275Z Compiling ed25519-dalek v2.2.0
22922026-09-06T23:59:15.353Z Compiling goblin v0.8.2
22932026-09-06T23:59:15.389Z Compiling p384 v0.13.1
22942026-09-06T23:59:15.419Z Compiling hybrid-array v0.4.13
22952026-09-06T23:59:15.449Z Compiling zerocopy v0.7.35
22962026-09-06T23:59:15.488Z Compiling unicode-normalization v0.1.25
22972026-09-06T23:59:15.516Z Compiling heck v0.4.1
22982026-09-06T23:59:15.610Z Compiling knus v3.4.0
22992026-09-06T23:59:15.610Z Compiling sha1 v0.10.6
23002026-09-06T23:59:15.643Z Compiling enum-as-inner v0.6.1
23012026-09-06T23:59:15.646Z Compiling rand_xorshift v0.4.0
23022026-09-06T23:59:15.825Z Compiling heapless v0.7.17
23032026-09-06T23:59:15.861Z Compiling env_filter v2.0.0
23042026-09-06T23:59:15.865Z Compiling aho-corasick v1.1.4
23052026-09-06T23:59:15.932Z Compiling try-lock v0.2.5
23062026-09-06T23:59:16.021Z Compiling tower-layer v0.3.3
23072026-09-06T23:59:16.064Z Compiling tower-service v0.3.3
23082026-09-06T23:59:16.091Z Compiling signal-hook v0.3.18
23092026-09-06T23:59:16.165Z Compiling usdt-impl v0.6.0
23102026-09-06T23:59:16.213Z Compiling unarray v0.1.4
23112026-09-06T23:59:16.232Z Compiling zlib-rs v0.6.2
23122026-09-06T23:59:16.279Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
23132026-09-06T23:59:16.279Z Compiling funty v2.0.0
23142026-09-06T23:59:16.430Z Compiling rustix v0.38.44
23152026-09-06T23:59:16.460Z Compiling atomic-waker v1.1.2
23162026-09-06T23:59:16.493Z Compiling want v0.3.1
23172026-09-06T23:59:16.511Z Compiling proptest v1.11.0
23182026-09-06T23:59:16.529Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
23192026-09-06T23:59:16.600Z Compiling h2 v0.4.15
23202026-09-06T23:59:16.677Z Compiling bitvec v1.0.1
23212026-09-06T23:59:16.755Z Compiling test-strategy v0.4.5
23222026-09-06T23:59:16.812Z Compiling regex-automata v0.4.14
23232026-09-06T23:59:17.017Z Compiling env_logger v0.11.11
23242026-09-06T23:59:17.908Z Compiling dof v0.3.0
23252026-09-06T23:59:18.203Z Compiling snafu-derive v0.8.9
23262026-09-06T23:59:18.528Z Compiling flate2 v1.1.9
23272026-09-06T23:59:18.584Z Compiling scroll v0.13.0
23282026-09-06T23:59:18.625Z Compiling ipnetwork v0.21.1
23292026-09-06T23:59:18.642Z Compiling strum v0.26.3
23302026-09-06T23:59:18.692Z Compiling erased-serde v0.3.31
23312026-09-06T23:59:19.015Z Compiling dtrace-parser v0.2.0
23322026-09-06T23:59:19.172Z Compiling darling_core v0.20.11
23332026-09-06T23:59:19.270Z Compiling thread-id v4.2.2
23342026-09-06T23:59:19.298Z Compiling nodrop v0.1.14
23352026-09-06T23:59:19.363Z Compiling winnow v0.5.40
23362026-09-06T23:59:19.423Z Compiling httpdate v1.0.3
23372026-09-06T23:59:19.568Z Compiling foreign-types-shared v0.1.1
23382026-09-06T23:59:19.638Z Compiling powerfmt v0.2.0
23392026-09-06T23:59:19.654Z Compiling crc-catalog v2.4.0
23402026-09-06T23:59:19.673Z Compiling foreign-types v0.3.2
23412026-09-06T23:59:19.762Z Compiling hyper v1.10.1
23422026-09-06T23:59:19.777Z Compiling crc v3.4.0
23432026-09-06T23:59:19.861Z Compiling deranged v0.5.8
23442026-09-06T23:59:19.911Z Compiling array-init v0.0.4
23452026-09-06T23:59:20.384Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23462026-09-06T23:59:20.870Z Compiling toml_edit v0.19.15
23472026-09-06T23:59:21.037Z Compiling newtype-uuid v1.3.2
23482026-09-06T23:59:21.053Z Compiling oxnet v0.1.6
23492026-09-06T23:59:21.095Z Compiling goblin v0.10.5
23502026-09-06T23:59:21.186Z Compiling darling_macro v0.20.11
23512026-09-06T23:59:21.282Z Compiling smallvec v0.6.14
23522026-09-06T23:59:21.533Z Compiling zerocopy v0.6.6
23532026-09-06T23:59:21.666Z Compiling bitfield v0.19.4
23542026-09-06T23:59:21.917Z Compiling half v2.7.1
23552026-09-06T23:59:22.066Z Compiling socket2 v0.5.10
23562026-09-06T23:59:22.249Z Compiling memoffset v0.9.1
23572026-09-06T23:59:22.392Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23582026-09-06T23:59:22.410Z Compiling ref-cast v1.0.25
23592026-09-06T23:59:22.428Z Compiling ciborium-io v0.2.2
23602026-09-06T23:59:22.532Z Compiling base64 v0.21.7
23612026-09-06T23:59:22.551Z Compiling num_threads v0.1.7
23622026-09-06T23:59:22.588Z Compiling smoltcp v0.9.1
23632026-09-06T23:59:22.610Z Compiling litrs v1.0.0
23642026-09-06T23:59:22.678Z Compiling hashbrown v0.12.3
23652026-09-06T23:59:22.730Z Compiling slog-async v2.8.0
23662026-09-06T23:59:22.734Z Compiling ciborium-ll v0.2.2
23672026-09-06T23:59:22.932Z Compiling ron v0.8.1
23682026-09-06T23:59:22.984Z Compiling time v0.3.47
23692026-09-06T23:59:23.070Z Compiling toml v0.7.8
23702026-09-06T23:59:23.091Z Compiling document-features v0.2.12
23712026-09-06T23:59:23.283Z Compiling hyper-util v0.1.20
23722026-09-06T23:59:23.790Z Compiling dof v0.4.0
23732026-09-06T23:59:24.089Z Compiling bzip2 v0.4.4
23742026-09-06T23:59:24.186Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23752026-09-06T23:59:24.275Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23762026-09-06T23:59:24.348Z Compiling darling v0.20.11
23772026-09-06T23:59:24.364Z Compiling serde-hex v0.1.0
23782026-09-06T23:59:24.382Z Compiling daft v0.1.8
23792026-09-06T23:59:24.431Z Compiling hashbrown v0.13.2
23802026-09-06T23:59:24.539Z Compiling hubpack v0.1.2
23812026-09-06T23:59:24.771Z Compiling futures-executor v0.3.32
23822026-09-06T23:59:24.849Z Compiling dtrace-parser v0.3.0
23832026-09-06T23:59:24.908Z Compiling async-recursion v1.1.1
23842026-09-06T23:59:24.939Z Compiling sync_wrapper v1.0.2
23852026-09-06T23:59:25.035Z Compiling blake3 v1.8.5
23862026-09-06T23:59:25.104Z Compiling thread-id v5.1.0
23872026-09-06T23:59:25.201Z Compiling crc-any v2.5.0
23882026-09-06T23:59:25.509Z Compiling siphasher v1.0.2
23892026-09-06T23:59:25.561Z Compiling cfg_aliases v0.2.1
23902026-09-06T23:59:25.651Z Compiling nix v0.31.2
23912026-09-06T23:59:26.042Z Compiling tower v0.5.3
23922026-09-06T23:59:26.081Z Compiling object v0.30.4
23932026-09-06T23:59:26.134Z Compiling futures v0.3.32
23942026-09-06T23:59:26.526Z Compiling derive_builder_core v0.20.2
23952026-09-06T23:59:26.543Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23962026-09-06T23:59:26.547Z Compiling zip v0.6.6
23972026-09-06T23:59:26.851Z Compiling ciborium v0.2.2
23982026-09-06T23:59:26.989Z Compiling usdt-macro v0.5.0
23992026-09-06T23:59:27.157Z Compiling usdt-attr-macro v0.5.0
24002026-09-06T23:59:27.384Z Compiling bstr v1.12.1
24012026-09-06T23:59:27.424Z Compiling crypto-common v0.2.2
24022026-09-06T23:59:27.528Z Compiling block-buffer v0.12.1
24032026-09-06T23:59:27.626Z Compiling http-body-util v0.1.3
24042026-09-06T23:59:27.916Z Compiling serde_with v3.21.0
24052026-09-06T23:59:27.982Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
24062026-09-06T23:59:28.351Z Compiling strum_macros v0.27.2
24072026-09-06T23:59:28.367Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24082026-09-06T23:59:28.384Z Compiling ref-cast-impl v1.0.25
24092026-09-06T23:59:28.400Z Compiling fs-err v3.3.0
24102026-09-06T23:59:28.519Z Compiling ryu v1.0.23
24112026-09-06T23:59:28.647Z Compiling iri-string v0.7.10
24122026-09-06T23:59:28.707Z Compiling static_assertions v1.1.0
24132026-09-06T23:59:28.809Z Compiling unicode-properties v0.1.4
24142026-09-06T23:59:28.941Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
24152026-09-06T23:59:28.957Z Compiling data-encoding v2.10.0
24162026-09-06T23:59:29.034Z Compiling path-slash v0.1.5
24172026-09-06T23:59:29.592Z Compiling same-file v1.0.6
24182026-09-06T23:59:29.765Z Compiling unicode-bidi v0.3.18
24192026-09-06T23:59:29.869Z Compiling tower-http v0.6.8
24202026-09-06T23:59:29.901Z Compiling walkdir v2.5.0
24212026-09-06T23:59:30.032Z Compiling serde_urlencoded v0.7.1
24222026-09-06T23:59:30.037Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
24232026-09-06T23:59:30.145Z Compiling stringprep v0.1.5
24242026-09-06T23:59:30.776Z Compiling derive_builder_macro v0.20.2
24252026-09-06T23:59:30.892Z Compiling tokio-native-tls v0.3.1
24262026-09-06T23:59:31.150Z Compiling block-padding v0.4.2
24272026-09-06T23:59:31.294Z Compiling crossbeam-epoch v0.9.18
24282026-09-06T23:59:31.378Z Compiling pin-project v1.1.11
24292026-09-06T23:59:31.381Z Compiling rustls-native-certs v0.8.3
24302026-09-06T23:59:31.519Z Compiling convert_case v0.10.0
24312026-09-06T23:59:31.623Z Compiling md-5 v0.10.6
24322026-09-06T23:59:31.719Z Compiling serde-big-array v0.5.1
24332026-09-06T23:59:31.752Z Compiling hash32 v0.2.1
24342026-09-06T23:59:31.804Z Compiling vergen-lib v9.1.0
24352026-09-06T23:59:31.821Z Compiling encoding_rs v0.8.35
24362026-09-06T23:59:31.875Z Compiling thread_local v1.1.9
24372026-09-06T23:59:31.912Z Compiling winnow v0.7.14
24382026-09-06T23:59:32.041Z Compiling toml_write v0.1.2
24392026-09-06T23:59:32.065Z Compiling jiff-core v0.1.0
24402026-09-06T23:59:32.128Z Compiling psl-types v2.0.11
24412026-09-06T23:59:32.161Z Compiling fallible-iterator v0.2.0
24422026-09-06T23:59:32.202Z Compiling cpufeatures v0.3.0
24432026-09-06T23:59:32.263Z Compiling linked-hash-map v0.5.6
24442026-09-06T23:59:32.279Z Compiling mime v0.3.17
24452026-09-06T23:59:32.314Z Compiling publicsuffix v2.3.0
24462026-09-06T23:59:32.473Z Compiling postgres-protocol v0.6.10
24472026-09-06T23:59:32.500Z Compiling lru-cache v0.1.2
24482026-09-06T23:59:32.735Z Compiling derive_more-impl v2.1.1
24492026-09-06T23:59:32.847Z Compiling crossbeam-deque v0.8.6
24502026-09-06T23:59:32.982Z Compiling jiff v0.2.34
24512026-09-06T23:59:33.113Z Compiling snafu v0.8.9
24522026-09-06T23:59:33.349Z Compiling toml_edit v0.22.27
24532026-09-06T23:59:33.404Z Compiling derive_builder v0.20.2
24542026-09-06T23:59:33.420Z Compiling inout v0.2.2
24552026-09-06T23:59:33.547Z Compiling hyper-tls v0.6.0
24562026-09-06T23:59:33.573Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24572026-09-06T23:59:33.905Z Compiling hickory-proto v0.24.4
24582026-09-06T23:59:34.035Z Compiling globset v0.4.18
24592026-09-06T23:59:34.050Z Compiling usdt-macro v0.6.0
24602026-09-06T23:59:34.068Z Compiling usdt-attr-macro v0.6.0
24612026-09-06T23:59:34.085Z Compiling phf_shared v0.13.1
24622026-09-06T23:59:34.477Z Compiling regex v1.12.3
24632026-09-06T23:59:34.620Z Compiling crossbeam-channel v0.5.15
24642026-09-06T23:59:35.078Z Compiling serde_plain v1.0.2
24652026-09-06T23:59:35.128Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24662026-09-06T23:59:35.147Z Compiling serde_repr v0.1.20
24672026-09-06T23:59:35.324Z Compiling derive-where v1.6.0
24682026-09-06T23:59:35.341Z Compiling pem v3.0.6
24692026-09-06T23:59:35.413Z Compiling vergen v9.1.0
24702026-09-06T23:59:35.427Z Compiling cargo-platform v0.3.2
24712026-09-06T23:59:35.476Z Compiling filetime v0.2.27
24722026-09-06T23:59:35.630Z Compiling is-terminal v0.4.17
24732026-09-06T23:59:35.648Z Compiling memmap2 v0.9.10
24742026-09-06T23:59:35.664Z Compiling memmap v0.7.0
24752026-09-06T23:59:35.730Z Compiling corncobs v0.1.4
24762026-09-06T23:59:35.743Z Compiling foldhash v0.1.5
24772026-09-06T23:59:35.932Z Compiling typed-path v0.9.3
24782026-09-06T23:59:35.944Z Compiling managed v0.8.0
24792026-09-06T23:59:35.969Z Compiling resolv-conf v0.7.6
24802026-09-06T23:59:36.016Z Compiling bitflags v1.3.2
24812026-09-06T23:59:36.109Z Compiling const-oid v0.10.2
24822026-09-06T23:59:36.218Z Compiling take_mut v0.2.2
24832026-09-06T23:59:36.319Z Compiling bumpalo v3.20.2
24842026-09-06T23:59:36.343Z Compiling term v1.2.1
24852026-09-06T23:59:36.585Z Compiling libbz2-rs-sys v0.2.2
24862026-09-06T23:59:36.740Z Compiling xattr v1.6.1
24872026-09-06T23:59:36.805Z Compiling slog-term v2.9.2
24882026-09-06T23:59:36.871Z Compiling tar v0.4.46
24892026-09-06T23:59:36.933Z Compiling zopfli v0.8.3
24902026-09-06T23:59:37.178Z Compiling bzip2 v0.6.1
24912026-09-06T23:59:37.404Z Compiling digest v0.11.3
24922026-09-06T23:59:37.648Z Compiling hickory-resolver v0.24.4
24932026-09-06T23:59:37.789Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24942026-09-06T23:59:37.960Z Compiling hashbrown v0.15.5
24952026-09-06T23:59:38.043Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24962026-09-06T23:59:38.299Z Compiling usdt v0.5.0
24972026-09-06T23:59:38.363Z Compiling cargo_metadata v0.23.1
24982026-09-06T23:59:39.232Z Compiling toml v0.8.23
24992026-09-06T23:59:39.693Z Compiling phf v0.13.1
25002026-09-06T23:59:39.795Z Compiling reqwest v0.12.28
25012026-09-06T23:59:39.823Z Compiling zstd v0.13.3
25022026-09-06T23:59:39.841Z Compiling cipher v0.5.2
25032026-09-06T23:59:40.003Z Compiling cookie_store v0.22.1
25042026-09-06T23:59:40.066Z Compiling signal-hook-mio v0.2.5
25052026-09-06T23:59:40.123Z Compiling postgres-types v0.2.12
25062026-09-06T23:59:40.417Z Compiling strum v0.27.2
25072026-09-06T23:59:40.542Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082026-09-06T23:59:40.640Z Compiling phf_shared v0.11.3
25092026-09-06T23:59:40.679Z Compiling olpc-cjson v0.1.4
25102026-09-06T23:59:40.767Z Compiling tokio-stream v0.1.18
25112026-09-06T23:59:40.809Z Compiling byte-wrapper v0.1.0
25122026-09-06T23:59:40.915Z Compiling inout v0.1.4
25132026-09-06T23:59:41.116Z Compiling secrecy v0.8.0
25142026-09-06T23:59:41.292Z Compiling hashbrown v0.16.1
25152026-09-06T23:59:41.346Z Compiling float-cmp v0.10.0
25162026-09-06T23:59:41.542Z Compiling precomputed-hash v0.1.1
25172026-09-06T23:59:41.566Z Compiling predicates-core v1.0.10
25182026-09-06T23:59:41.646Z Compiling debug-ignore v1.0.5
25192026-09-06T23:59:41.661Z Compiling arrayvec v0.7.6
25202026-09-06T23:59:41.701Z Compiling new_debug_unreachable v1.0.6
25212026-09-06T23:59:41.772Z Compiling difflib v0.4.0
25222026-09-06T23:59:41.805Z Compiling constant_time_eq v0.4.2
25232026-09-06T23:59:41.887Z Compiling whoami v2.1.0
25242026-09-06T23:59:41.987Z Compiling winnow v1.0.3
25252026-09-06T23:59:42.170Z Compiling either v1.15.0
25262026-09-06T23:59:42.231Z Compiling arrayref v0.3.9
25272026-09-06T23:59:42.248Z Compiling fixedbitset v0.5.7
25282026-09-06T23:59:42.337Z Compiling normalize-line-endings v0.3.0
25292026-09-06T23:59:42.382Z Compiling fixedbitset v0.4.2
25302026-09-06T23:59:42.551Z Compiling petgraph v0.6.5
25312026-09-06T23:59:42.645Z Compiling petgraph v0.8.3
25322026-09-06T23:59:42.649Z Compiling predicates v3.1.4
25332026-09-06T23:59:42.759Z Compiling itertools v0.13.0
25342026-09-06T23:59:42.914Z Compiling toml_parser v1.1.2+spec-1.1.0
25352026-09-06T23:59:43.154Z Compiling tokio-postgres v0.7.16
25362026-09-06T23:59:43.234Z Compiling iddqd v0.4.2
25372026-09-06T23:59:43.315Z Compiling string_cache v0.8.9
25382026-09-06T23:59:43.446Z Compiling qorb v0.4.1
25392026-09-06T23:59:43.988Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25402026-09-06T23:59:44.029Z Compiling cipher v0.4.4
25412026-09-06T23:59:44.766Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25422026-09-06T23:59:44.809Z Compiling crossterm v0.28.1
25432026-09-06T23:59:44.965Z Compiling chacha20 v0.10.0
25442026-09-06T23:59:45.163Z Compiling zip v4.6.1
25452026-09-06T23:59:45.585Z Compiling usdt v0.6.0
25462026-09-06T23:59:45.991Z Compiling derive_more v2.1.1
25472026-09-06T23:59:46.045Z Compiling similar v2.7.0
25482026-09-06T23:59:46.105Z Compiling hickory-proto v0.25.2
25492026-09-06T23:59:46.412Z Compiling buf-list v1.1.2
25502026-09-06T23:59:46.440Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25512026-09-06T23:59:46.463Z Compiling openapiv3 v2.2.0
25522026-09-06T23:59:46.828Z Compiling lalrpop-util v0.19.12
25532026-09-06T23:59:46.838Z Compiling peg-runtime v0.8.5
25542026-09-06T23:59:48.932Z Compiling camino-tempfile v1.4.1
25552026-09-06T23:59:49.016Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25562026-09-06T23:59:49.359Z Compiling fs-err v2.11.0
25572026-09-06T23:59:50.545Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25582026-09-06T23:59:52.161Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25592026-09-06T23:59:52.454Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25602026-09-06T23:59:52.682Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25612026-09-06T23:59:52.699Z Compiling atomicwrites v0.4.4
25622026-09-06T23:59:52.722Z Compiling sha2 v0.11.0
25632026-09-06T23:59:52.749Z Compiling digest-io v0.1.0
25642026-09-06T23:59:52.822Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25652026-09-06T23:59:52.913Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25662026-09-06T23:59:52.928Z Compiling serde_path_to_error v0.1.20
25672026-09-06T23:59:52.956Z Compiling parse-size v1.1.0
25682026-09-06T23:59:53.026Z Compiling topological-sort v0.2.2
25692026-09-06T23:59:53.137Z Compiling indent_write v2.2.0
25702026-09-06T23:59:53.211Z Compiling rawzip v0.4.4
25712026-09-06T23:59:53.302Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25722026-09-06T23:59:53.364Z Compiling shell-words v1.1.1
25732026-09-06T23:59:56.164Z Compiling rustls-webpki v0.103.13
25742026-09-06T23:59:58.971Z Compiling tokio-rustls v0.26.4
25752026-09-06T23:59:58.971Z Compiling rustls-platform-verifier v0.6.2
25762026-09-06T23:59:58.974Z Compiling tough v0.22.0
25772026-09-06T23:59:59.179Z Compiling hyper-rustls v0.27.7
25782026-09-06T23:59:59.381Z Compiling reqwest v0.13.2
25792026-09-07T00:00:01.378Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25802026-09-07T00:00:01.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25812026-09-07T00:00:03.434Z Compiling omicron-zone-package v0.12.3
25822026-09-07T00:00:03.643Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25832026-09-07T00:00:04.146Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25842026-09-07T00:00:04.167Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25852026-09-07T00:00:06.664Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25862026-09-07T00:00:26.213Z Finished `release` profile [optimized] target(s) in 1m 29s
25872026-09-07T00:00:26.216Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25882026-09-07T00:00:26.216Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25892026-09-07T00:00:26.365Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25902026-09-07T00:00:26.427ZSep 07 00:00:25.168 DEBG changing working directory to /work/oxidecomputer/omicron
25912026-09-07T00:00:26.574ZSep 07 00:00:25.267 DEBG running: git rev-parse HEAD
25922026-09-07T00:00:26.583ZSep 07 00:00:25.269 DEBG process exited with exit status: 0 (2.482691ms)
25932026-09-07T00:00:26.583ZSep 07 00:00:25.269 INFO version: 23.0.0-0.ci+git7dc9f6db038
25942026-09-07T00:00:26.583ZSep 07 00:00:25.277 INFO cloning helios to /work/oxidecomputer/helios
25952026-09-07T00:00:26.583ZSep 07 00:00:25.277 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25962026-09-07T00:00:26.583ZCloning into '/work/oxidecomputer/helios'...
25972026-09-07T00:00:27.115ZSep 07 00:00:25.857 DEBG process exited with exit status: 0 (579.928982ms)
25982026-09-07T00:00:27.115ZSep 07 00:00:25.857 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25992026-09-07T00:00:27.119ZSep 07 00:00:25.859 DEBG process exited with exit status: 0 (2.351201ms)
26002026-09-07T00:00:27.119ZSep 07 00:00:25.859 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
26012026-09-07T00:00:27.508ZSep 07 00:00:26.247 DEBG process exited with exit status: 0 (387.545822ms)
26022026-09-07T00:00:27.508ZSep 07 00:00:26.247 DEBG running: zfs list rpool/images/build/host
26032026-09-07T00:00:27.514ZNAME USED AVAIL REFER MOUNTPOINT
26042026-09-07T00:00:27.514Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
26052026-09-07T00:00:27.514ZSep 07 00:00:26.251 DEBG process exited with exit status: 0 (4.445242ms)
26062026-09-07T00:00:27.514ZSep 07 00:00:26.251 DEBG running: zfs list rpool/images/build/recovery
26072026-09-07T00:00:27.514ZNAME USED AVAIL REFER MOUNTPOINT
26082026-09-07T00:00:27.514Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
26092026-09-07T00:00:27.517ZSep 07 00:00:26.255 DEBG process exited with exit status: 0 (3.511241ms)
26102026-09-07T00:00:27.517ZSep 07 00:00:26.255 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
26112026-09-07T00:00:27.524ZSep 07 00:00:26.267 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
26122026-09-07T00:00:27.529ZSep 07 00:00:26.268 INFO [incorp-manifest] running task
26132026-09-07T00:00:27.529ZSep 07 00:00:26.268 INFO [hubris-staging] running task
26142026-09-07T00:00:27.529ZSep 07 00:00:26.268 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
26152026-09-07T00:00:27.529ZSep 07 00:00:26.268 INFO [hubris-production] running task
26162026-09-07T00:00:27.529ZSep 07 00:00:26.269 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
26172026-09-07T00:00:27.529ZSep 07 00:00:26.269 INFO [incorp-create] running: pkgrepo create /work/incorporation
26182026-09-07T00:00:27.529ZSep 07 00:00:26.270 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
26192026-09-07T00:00:27.567Z[ helios-setup] cd tools/helios-build && cargo build --quiet
26202026-09-07T00:00:27.640Z[ omicron-package] Blocking waiting for file lock on package cache
26212026-09-07T00:00:27.760ZSep 07 00:00:26.503 INFO [incorp-create] process exited with exit status: 0 (233.928426ms)
26222026-09-07T00:00:27.760ZSep 07 00:00:26.503 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
26232026-09-07T00:00:27.980ZSep 07 00:00:26.723 INFO [incorp-publisher] process exited with exit status: 0 (219.699491ms)
26242026-09-07T00:00:28.292Z[ omicron-package] Blocking waiting for file lock on package cache
26252026-09-07T00:00:28.629ZSep 07 00:00:27.372 INFO [hubris-production] task succeeded (1.103376904s)
26262026-09-07T00:00:29.571Z[ omicron-package] Compiling macaddr v1.0.1
26272026-09-07T00:00:29.571Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26282026-09-07T00:00:29.572Z[ omicron-package] Compiling itertools v0.15.0
26292026-09-07T00:00:29.572Z[ omicron-package] Compiling secrecy v0.10.3
26302026-09-07T00:00:29.572Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
26312026-09-07T00:00:29.572Z[ omicron-package] Compiling heapless v0.8.0
26322026-09-07T00:00:29.572Z[ omicron-package] Compiling hash32 v0.3.1
26332026-09-07T00:00:29.575Z[ omicron-package] Compiling multer v3.1.0
26342026-09-07T00:00:29.575Z[ omicron-package] Compiling compression-core v0.4.31
26352026-09-07T00:00:29.575Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362026-09-07T00:00:29.575Z[ omicron-package] Compiling smoltcp v0.11.0
26372026-09-07T00:00:29.575Z[ omicron-package] Compiling match_cfg v0.1.0
26382026-09-07T00:00:29.575Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26392026-09-07T00:00:29.575Z[ omicron-package] Compiling slog-json v2.6.1
26402026-09-07T00:00:29.575Z[ omicron-package] Compiling serde_tokenstream v0.3.0
26412026-09-07T00:00:29.575Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26422026-09-07T00:00:29.838ZSep 07 00:00:28.581 DEBG process exited with exit status: 0 (2.312726167s)
26432026-09-07T00:00:29.841ZSep 07 00:00:28.584 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26442026-09-07T00:00:30.411Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
26452026-09-07T00:00:30.411Z[ omicron-package] Compiling cobs v0.3.0
26462026-09-07T00:00:30.489Z[ omicron-package] Compiling universal-hash v0.5.1
26472026-09-07T00:00:30.625Z[ omicron-package] Compiling compression-codecs v0.4.37
26482026-09-07T00:00:30.774Z[ omicron-package] Compiling hostname v0.3.1
26492026-09-07T00:00:30.825Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26502026-09-07T00:00:31.016Z[ omicron-package] Compiling async-stream-impl v0.3.6
26512026-09-07T00:00:31.021Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26522026-09-07T00:00:31.053Z[ omicron-package] Compiling serde_spanned v1.1.1
26532026-09-07T00:00:31.166Z[ omicron-package] Compiling proc-macro-crate v3.4.0
26542026-09-07T00:00:31.170Z[ omicron-package] Compiling dropshot v0.17.1
26552026-09-07T00:00:31.170Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26562026-09-07T00:00:31.170Z[ omicron-package] Compiling opaque-debug v0.3.1
26572026-09-07T00:00:31.259Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26582026-09-07T00:00:31.340Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26592026-09-07T00:00:31.344Z[ omicron-package] Compiling convert_case v0.4.0
26602026-09-07T00:00:31.344Z[ omicron-package] Compiling poly1305 v0.8.0
26612026-09-07T00:00:31.407Z[ omicron-package] Compiling ingot-macros v0.2.0
26622026-09-07T00:00:31.411Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26632026-09-07T00:00:31.426Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26642026-09-07T00:00:31.487Z[ omicron-package] Compiling slog-bunyan v2.5.0
26652026-09-07T00:00:31.597Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26662026-09-07T00:00:31.755Z[ omicron-package] Compiling num_enum_derive v0.7.6
26672026-09-07T00:00:31.941Z[ omicron-package] Compiling async-stream v0.3.6
26682026-09-07T00:00:31.994Z[ omicron-package] Compiling async-compression v0.4.41
26692026-09-07T00:00:32.030Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26702026-09-07T00:00:32.033Z[ omicron-package] Compiling derive_more v0.99.20
26712026-09-07T00:00:32.051Z[ omicron-package] Compiling postcard v1.1.3
26722026-09-07T00:00:32.099Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26732026-09-07T00:00:32.120Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26742026-09-07T00:00:32.154Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26752026-09-07T00:00:32.185Z[ omicron-package] Compiling sha1 v0.11.0
26762026-09-07T00:00:32.188Z[ omicron-package] Compiling chacha20 v0.9.1
26772026-09-07T00:00:32.306Z[ omicron-package] Compiling progenitor-client v0.14.0
26782026-09-07T00:00:32.450Z[ omicron-package] Compiling oxide-generation v0.1.3
26792026-09-07T00:00:32.493Z[ omicron-package] Compiling parse-display-derive v0.10.0
26802026-09-07T00:00:32.496Z[ omicron-package] Compiling waitgroup v0.1.2
26812026-09-07T00:00:32.617ZSep 07 00:00:31.358 DEBG process exited with exit status: 0 (2.777440286s)
26822026-09-07T00:00:32.631Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26832026-09-07T00:00:32.648ZSep 07 00:00:31.390 INFO [incorp-manifest] task succeeded (5.121785395s)
26842026-09-07T00:00:32.651ZSep 07 00:00:31.390 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26852026-09-07T00:00:32.695Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26862026-09-07T00:00:32.695Z[ omicron-package] Compiling backon v1.6.0
26872026-09-07T00:00:32.833Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26882026-09-07T00:00:32.876ZSep 07 00:00:31.619 INFO [incorp-fmt] process exited with exit status: 0 (229.097464ms)
26892026-09-07T00:00:32.880ZSep 07 00:00:31.619 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26902026-09-07T00:00:32.906Z[ omicron-package] Compiling password-hash v0.5.0
26912026-09-07T00:00:32.909Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26922026-09-07T00:00:32.999Z[ omicron-package] Compiling blake2 v0.10.6
26932026-09-07T00:00:33.009Z[ omicron-package] Compiling aead v0.5.2
26942026-09-07T00:00:33.051Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26952026-09-07T00:00:33.051Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26962026-09-07T00:00:33.056Z[ omicron-package] Compiling hostname v0.4.2
26972026-09-07T00:00:33.125Z[ omicron-package] Compiling proc-macro-error v1.0.4
26982026-09-07T00:00:33.176Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260907T000031Z
26992026-09-07T00:00:33.204Z[ incorp-pkgsend] PUBLISHED
27002026-09-07T00:00:33.219ZSep 07 00:00:31.962 INFO [incorp-pkgsend] process exited with exit status: 0 (342.401765ms)
27012026-09-07T00:00:33.219ZSep 07 00:00:31.962 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
27022026-09-07T00:00:33.252Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27032026-09-07T00:00:33.262Z[ omicron-package] Compiling instant v0.1.13
27042026-09-07T00:00:33.336Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
27052026-09-07T00:00:33.366Z[ omicron-package] Compiling foreign-types-shared v0.3.1
27062026-09-07T00:00:33.450Z[ omicron-package] Compiling argon2 v0.5.3
27072026-09-07T00:00:33.508Z[ helios-incorp] Retrieving packages for publisher helios ...
27082026-09-07T00:00:33.516Z[ helios-incorp] Retrieving catalog 'helios' ... Done
27092026-09-07T00:00:33.537Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
27102026-09-07T00:00:33.537Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27112026-09-07T00:00:33.546Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27122026-09-07T00:00:33.546Z[ omicron-package] Compiling backoff v0.4.0
27132026-09-07T00:00:33.549Z[ helios-incorp]
27142026-09-07T00:00:33.549Z[ helios-incorp] Archiving packages ...
27152026-09-07T00:00:33.549Z[ helios-incorp] Packages to add: 1
27162026-09-07T00:00:33.549Z[ helios-incorp] Files to retrieve: 0
27172026-09-07T00:00:33.549Z[ helios-incorp] Estimated transfer size: 0.00 B
27182026-09-07T00:00:33.549Z[ helios-incorp]
27192026-09-07T00:00:33.549Z[ helios-incorp] Packages to archive:
27202026-09-07T00:00:33.549Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260907T000031Z
27212026-09-07T00:00:33.549Z[ helios-incorp]
27222026-09-07T00:00:33.549Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
27232026-09-07T00:00:33.549Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
27242026-09-07T00:00:33.572Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27252026-09-07T00:00:33.619ZSep 07 00:00:32.362 INFO [helios-incorp] process exited with exit status: 0 (399.888616ms)
27262026-09-07T00:00:33.623Z[ omicron-package] Compiling num_enum_derive v0.5.11
27272026-09-07T00:00:33.623Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
27282026-09-07T00:00:33.641Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
27292026-09-07T00:00:33.641Z[ omicron-package] Compiling progenitor-extras v0.2.0
27302026-09-07T00:00:33.728Z[ omicron-package] Compiling num_enum v0.7.6
27312026-09-07T00:00:33.868Z[ omicron-package] Compiling foreign-types v0.5.0
27322026-09-07T00:00:33.942Z[ omicron-package] Compiling vsss-rs v3.3.4
27332026-09-07T00:00:33.979Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27342026-09-07T00:00:34.064Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27352026-09-07T00:00:34.100Z[ omicron-package] Compiling regress v0.10.5
27362026-09-07T00:00:34.146Z[ omicron-package] Compiling itertools v0.14.0
27372026-09-07T00:00:34.204Z[ omicron-package] Compiling tabwriter v1.4.1
27382026-09-07T00:00:34.234Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27392026-09-07T00:00:34.263Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27402026-09-07T00:00:34.333Z[ omicron-package] Compiling parse-display v0.10.0
27412026-09-07T00:00:34.406Z[ omicron-package] Compiling ingot-types v0.2.0
27422026-09-07T00:00:34.456Z[ omicron-package] Compiling cstr-argument v0.1.2
27432026-09-07T00:00:34.489Z[ omicron-package] Compiling humantime v2.3.0
27442026-09-07T00:00:34.560Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27452026-09-07T00:00:34.651Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27462026-09-07T00:00:34.790Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27472026-09-07T00:00:34.795Z[ omicron-package] Compiling num_enum v0.5.11
27482026-09-07T00:00:34.836Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27492026-09-07T00:00:34.890Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27502026-09-07T00:00:34.975Z[ omicron-package] Compiling ingot v0.2.1
27512026-09-07T00:00:34.978Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27522026-09-07T00:00:34.994Z[ omicron-package] Compiling rand v0.10.1
27532026-09-07T00:00:35.005Z[ omicron-package] Compiling rayon v1.11.0
27542026-09-07T00:00:35.071Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27552026-09-07T00:00:35.106Z[ omicron-package] Compiling colored v3.1.1
27562026-09-07T00:00:35.110Z[ omicron-package] Compiling libefi-sys v0.1.0
27572026-09-07T00:00:35.110Z[ omicron-package] Compiling illumos-nvpair v0.3.0
27582026-09-07T00:00:35.110Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27592026-09-07T00:00:35.335Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27602026-09-07T00:00:35.499Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27612026-09-07T00:00:35.499Z[ omicron-package] Compiling itertools v0.12.1
27622026-09-07T00:00:35.604Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27632026-09-07T00:00:35.677Z[ omicron-package] Compiling num-derive v0.4.2
27642026-09-07T00:00:35.838Z[ omicron-package] Compiling bitfield-struct v0.6.2
27652026-09-07T00:00:35.887Z[ omicron-package] Compiling sigpipe v0.1.3
27662026-09-07T00:00:35.945Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27672026-09-07T00:00:36.006Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27682026-09-07T00:00:36.039Z[ omicron-package] Compiling glob v0.3.3
27692026-09-07T00:00:36.039Z[ omicron-package] Compiling swrite v0.1.0
27702026-09-07T00:00:36.226Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27712026-09-07T00:00:36.443Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27722026-09-07T00:00:36.614Z[ omicron-package] Compiling smf v0.2.3
27732026-09-07T00:00:36.635Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27742026-09-07T00:00:36.635Z[ omicron-package] Compiling whoami v1.6.1
27752026-09-07T00:00:36.669Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27762026-09-07T00:00:36.697Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27772026-09-07T00:00:36.718Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27782026-09-07T00:00:36.741Z[ omicron-package] Compiling gethostname v0.5.0
27792026-09-07T00:00:36.776Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27802026-09-07T00:00:36.919Z[ omicron-package] Compiling console v0.16.2
27812026-09-07T00:00:37.023Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27822026-09-07T00:00:37.128Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27832026-09-07T00:00:37.199Z[ omicron-package] Compiling zone v0.3.1
27842026-09-07T00:00:37.202Z[ omicron-package] Compiling unit-prefix v0.5.2
27852026-09-07T00:00:37.300Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27862026-09-07T00:00:37.412Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27872026-09-07T00:00:37.444Z[ omicron-package] Compiling indicatif v0.18.4
27882026-09-07T00:00:38.770Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27892026-09-07T00:00:38.849Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27902026-09-07T00:00:40.011Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27912026-09-07T00:00:41.953Z[ helios-setup] Sep 07 00:00:40.695 INFO helios repository root is: /work/oxidecomputer/helios
27922026-09-07T00:00:41.956Z[ helios-setup] Sep 07 00:00:40.697 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
27932026-09-07T00:00:41.957Z[ helios-setup] Sep 07 00:00:40.697 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27942026-09-07T00:00:41.957Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27952026-09-07T00:00:42.157Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27962026-09-07T00:00:42.538Z[ helios-setup] Sep 07 00:00:41.277 INFO clone ok!, project: image-builder
27972026-09-07T00:00:42.538Z[ helios-setup] Sep 07 00:00:41.277 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27982026-09-07T00:00:42.538Z[ helios-setup] Sep 07 00:00:41.277 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
27992026-09-07T00:00:42.542Z[ helios-setup] Sep 07 00:00:41.278 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28002026-09-07T00:00:42.542Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28012026-09-07T00:00:43.400Z[ helios-setup] Sep 07 00:00:42.143 INFO clone ok!, project: chelsio-t6-roms
28022026-09-07T00:00:43.400Z[ helios-setup] Sep 07 00:00:42.143 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
28032026-09-07T00:00:43.404Z[ helios-setup] Sep 07 00:00:42.143 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
28042026-09-07T00:00:43.404Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
28052026-09-07T00:00:44.026ZSep 07 00:00:42.769 INFO [hubris-staging] task succeeded (16.50050214s)
28062026-09-07T00:00:44.309Z[ helios-setup] Sep 07 00:00:43.047 INFO clone ok!, project: pilot
28072026-09-07T00:00:44.312Z[ helios-setup] Sep 07 00:00:43.047 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
28082026-09-07T00:00:44.312Z[ helios-setup] Sep 07 00:00:43.047 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
28092026-09-07T00:00:44.312Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
28102026-09-07T00:00:45.054Z[ helios-setup] Sep 07 00:00:43.795 INFO clone ok!, project: dmar-report
28112026-09-07T00:00:45.054Z[ helios-setup] Sep 07 00:00:43.795 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28122026-09-07T00:00:45.058Z[ helios-setup] Sep 07 00:00:43.795 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
28132026-09-07T00:00:45.059Z[ helios-setup] Sep 07 00:00:43.795 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28142026-09-07T00:00:45.059Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28152026-09-07T00:00:45.561Z[ helios-setup] Sep 07 00:00:44.304 INFO clone ok!, project: pinprick
28162026-09-07T00:00:45.562Z[ helios-setup] Sep 07 00:00:44.304 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
28172026-09-07T00:00:45.562Z[ helios-setup] Sep 07 00:00:44.304 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
28182026-09-07T00:00:45.566Z[ helios-setup] Sep 07 00:00:44.304 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
28192026-09-07T00:00:45.567Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
28202026-09-07T00:00:46.146Z[ helios-setup] Sep 07 00:00:44.889 INFO clone ok!, project: phbl
28212026-09-07T00:00:46.147Z[ helios-setup] Sep 07 00:00:44.889 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
28222026-09-07T00:00:46.150Z[ helios-setup] Sep 07 00:00:44.889 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28232026-09-07T00:00:46.150Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28242026-09-07T00:00:46.657Z[ helios-setup] Sep 07 00:00:45.399 INFO clone ok!, project: bootserver
28252026-09-07T00:00:46.657Z[ helios-setup] Sep 07 00:00:45.400 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
28262026-09-07T00:00:46.660Z[ helios-setup] Sep 07 00:00:45.400 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
28272026-09-07T00:00:46.661Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
28282026-09-07T00:00:47.535Z[ helios-setup] Sep 07 00:00:46.278 INFO clone ok!, project: amd-host-image-builder
28292026-09-07T00:00:47.539Z[ helios-setup] Sep 07 00:00:46.278 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
28302026-09-07T00:00:47.539Z[ helios-setup] Sep 07 00:00:46.278 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
28312026-09-07T00:00:47.539Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
28322026-09-07T00:00:51.919Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28332026-09-07T00:00:53.935Z[ helios-setup] Sep 07 00:00:52.677 INFO clone ok!, project: amd-firmware
28342026-09-07T00:00:53.938Z[ helios-setup] Sep 07 00:00:52.677 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28352026-09-07T00:00:54.153Z[ helios-setup] Sep 07 00:00:52.896 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28362026-09-07T00:00:54.380Z[ helios-setup] Sep 07 00:00:53.123 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28372026-09-07T00:00:54.380Z[ helios-setup] Sep 07 00:00:53.123 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28382026-09-07T00:00:54.611Z[ helios-setup] Sep 07 00:00:53.353 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28392026-09-07T00:00:54.823Z[ helios-setup] Sep 07 00:00:53.565 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28402026-09-07T00:00:54.823Z[ helios-setup] Sep 07 00:00:53.565 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28412026-09-07T00:00:55.032Z[ helios-setup] Sep 07 00:00:53.773 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28422026-09-07T00:00:55.086Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28432026-09-07T00:00:55.263Z[ helios-setup] Sep 07 00:00:54.005 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28442026-09-07T00:00:55.263Z[ helios-setup] Sep 07 00:00:54.006 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28452026-09-07T00:00:55.263Z[ helios-setup] Sep 07 00:00:54.006 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28462026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO ok!
28472026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28482026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28492026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO ok!
28502026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28512026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28522026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO ok!
28532026-09-07T00:00:55.267Z[ helios-setup] Sep 07 00:00:54.006 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28542026-09-07T00:00:55.271Z[ helios-setup] Sep 07 00:00:54.013 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
28552026-09-07T00:00:55.271Z[ helios-setup] Sep 07 00:00:54.013 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28562026-09-07T00:00:55.271Z[ helios-setup] Sep 07 00:00:54.013 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28572026-09-07T00:00:55.356Z[ helios-setup] Sep 07 00:00:54.099 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28582026-09-07T00:00:55.937Z[ helios-setup] Sep 07 00:00:54.680 INFO E| From https://github.com/jclulow/rust-jmclib
28592026-09-07T00:00:55.937Z[ helios-setup] Sep 07 00:00:54.680 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28602026-09-07T00:00:55.946Z[ helios-setup] Sep 07 00:00:54.688 INFO E| Updating crates.io index
28612026-09-07T00:00:56.082Z[ helios-setup] Sep 07 00:00:54.824 INFO E| Downloading crates ...
28622026-09-07T00:00:56.094Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28632026-09-07T00:00:56.125Z[ helios-setup] Sep 07 00:00:54.866 INFO E| Downloaded fastrand v2.0.0
28642026-09-07T00:00:56.128Z[ helios-setup] Sep 07 00:00:54.868 INFO E| Downloaded opaque-debug v0.3.0
28652026-09-07T00:00:56.131Z[ helios-setup] Sep 07 00:00:54.873 INFO E| Downloaded block-buffer v0.9.0
28662026-09-07T00:00:56.142Z[ helios-setup] Sep 07 00:00:54.882 INFO E| Downloaded md-5 v0.9.1
28672026-09-07T00:00:56.146Z[ helios-setup] Sep 07 00:00:54.889 INFO E| Downloaded digest v0.9.0
28682026-09-07T00:00:56.149Z[ helios-setup] Sep 07 00:00:54.892 INFO E| Downloaded libdevinfo-sys v1.0.0
28692026-09-07T00:00:56.152Z[ helios-setup] Sep 07 00:00:54.894 INFO E| Downloaded cpufeatures v0.2.9
28702026-09-07T00:00:56.159Z[ helios-setup] Sep 07 00:00:54.902 INFO E| Downloaded itoa v1.0.9
28712026-09-07T00:00:56.170Z[ helios-setup] Sep 07 00:00:54.912 INFO E| Downloaded sha-1 v0.9.8
28722026-09-07T00:00:56.174Z[ helios-setup] Sep 07 00:00:54.917 INFO E| Downloaded glob v0.3.1
28732026-09-07T00:00:56.177Z[ helios-setup] Sep 07 00:00:54.917 INFO E| Downloaded unicode-width v0.1.10
28742026-09-07T00:00:56.179Z[ helios-setup] Sep 07 00:00:54.922 INFO E| Downloaded once_cell v1.18.0
28752026-09-07T00:00:56.182Z[ helios-setup] Sep 07 00:00:54.924 INFO E| Downloaded errno v0.3.1
28762026-09-07T00:00:56.182Z[ helios-setup] Sep 07 00:00:54.924 INFO E| Downloaded uuid v0.8.2
28772026-09-07T00:00:56.186Z[ helios-setup] Sep 07 00:00:54.926 INFO E| Downloaded ryu v1.0.15
28782026-09-07T00:00:56.186Z[ helios-setup] Sep 07 00:00:54.928 INFO E| Downloaded walkdir v2.3.3
28792026-09-07T00:00:56.189Z[ helios-setup] Sep 07 00:00:54.929 INFO E| Downloaded anyhow v1.0.72
28802026-09-07T00:00:56.189Z[ helios-setup] Sep 07 00:00:54.931 INFO E| Downloaded tempfile v3.7.0
28812026-09-07T00:00:56.192Z[ helios-setup] Sep 07 00:00:54.932 INFO E| Downloaded bitflags v2.3.3
28822026-09-07T00:00:56.192Z[ helios-setup] Sep 07 00:00:54.934 INFO E| Downloaded getrandom v0.2.10
28832026-09-07T00:00:56.198Z[ helios-setup] Sep 07 00:00:54.939 INFO E| Downloaded proc-macro2 v1.0.66
28842026-09-07T00:00:56.201Z[ helios-setup] Sep 07 00:00:54.940 INFO E| Downloaded serde_derive v1.0.193
28852026-09-07T00:00:56.201Z[ helios-setup] Sep 07 00:00:54.942 INFO E| Downloaded typenum v1.16.0
28862026-09-07T00:00:56.201Z[ helios-setup] Sep 07 00:00:54.943 INFO E| Downloaded quote v1.0.31
28872026-09-07T00:00:56.204Z[ helios-setup] Sep 07 00:00:54.944 INFO E| Downloaded unicode-ident v1.0.11
28882026-09-07T00:00:56.207Z[ helios-setup] Sep 07 00:00:54.947 INFO E| Downloaded serde v1.0.193
28892026-09-07T00:00:56.211Z[ helios-setup] Sep 07 00:00:54.954 INFO E| Downloaded toml v0.5.11
28902026-09-07T00:00:56.226Z[ helios-setup] Sep 07 00:00:54.967 INFO E| Downloaded serde_json v1.0.103
28912026-09-07T00:00:56.230Z[ helios-setup] Sep 07 00:00:54.973 INFO E| Downloaded syn v2.0.32
28922026-09-07T00:00:56.245Z[ helios-setup] Sep 07 00:00:54.987 INFO E| Downloaded rustix v0.38.4
28932026-09-07T00:00:56.272Z[ helios-setup] Sep 07 00:00:55.014 INFO E| Downloaded libc v0.2.147
28942026-09-07T00:00:56.323Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling libc v0.2.147
28952026-09-07T00:00:56.323Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling proc-macro2 v1.0.66
28962026-09-07T00:00:56.323Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling cfg-if v1.0.0
28972026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling unicode-ident v1.0.11
28982026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling typenum v1.16.0
28992026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling version_check v0.9.4
29002026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling serde v1.0.193
29012026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling num-conv v0.1.0
29022026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling itoa v1.0.9
29032026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling powerfmt v0.2.0
29042026-09-07T00:00:56.326Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling time-core v0.1.2
29052026-09-07T00:00:56.327Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling slog v2.7.0
29062026-09-07T00:00:56.327Z[ helios-setup] Sep 07 00:00:55.066 INFO E| Compiling rustix v0.38.4
29072026-09-07T00:00:56.335Z[ helios-setup] Sep 07 00:00:55.079 INFO E| Compiling once_cell v1.18.0
29082026-09-07T00:00:56.339Z[ helios-setup] Sep 07 00:00:55.079 INFO E| Compiling bitflags v2.3.3
29092026-09-07T00:00:56.339Z[ helios-setup] Sep 07 00:00:55.079 INFO E| Compiling num_threads v0.1.6
29102026-09-07T00:00:56.407Z[ helios-setup] Sep 07 00:00:55.150 INFO E| Compiling fastrand v2.0.0
29112026-09-07T00:00:56.491Z[ helios-setup] Sep 07 00:00:55.215 INFO E| Compiling opaque-debug v0.3.0
29122026-09-07T00:00:56.502Z[ helios-setup] Sep 07 00:00:55.242 INFO E| Compiling serde_json v1.0.103
29132026-09-07T00:00:56.505Z[ helios-setup] Sep 07 00:00:55.248 INFO E| Compiling time-macros v0.2.18
29142026-09-07T00:00:56.517Z[ helios-setup] Sep 07 00:00:55.260 INFO E| Compiling deranged v0.3.11
29152026-09-07T00:00:56.533Z[ helios-setup] Sep 07 00:00:55.274 INFO E| Compiling thread_local v1.1.7
29162026-09-07T00:00:56.550Z[ helios-setup] Sep 07 00:00:55.287 INFO E| Compiling anyhow v1.0.72
29172026-09-07T00:00:56.570Z[ helios-setup] Sep 07 00:00:55.313 INFO E| Compiling same-file v1.0.6
29182026-09-07T00:00:56.610Z[ helios-setup] Sep 07 00:00:55.352 INFO E| Compiling cpufeatures v0.2.9
29192026-09-07T00:00:56.642Z[ helios-setup] Sep 07 00:00:55.384 INFO E| Compiling unicode-width v0.1.10
29202026-09-07T00:00:56.675Z[ helios-setup] Sep 07 00:00:55.414 INFO E| Compiling generic-array v0.14.7
29212026-09-07T00:00:56.687Z[ helios-setup] Sep 07 00:00:55.430 INFO E| Compiling ryu v1.0.15
29222026-09-07T00:00:56.720Z[ helios-setup] Sep 07 00:00:55.462 INFO E| Compiling walkdir v2.3.3
29232026-09-07T00:00:56.763Z[ helios-setup] Sep 07 00:00:55.505 INFO E| Compiling getopts v0.2.21
29242026-09-07T00:00:56.763Z[ helios-setup] Sep 07 00:00:55.505 INFO E| Compiling libdevinfo-sys v1.0.0
29252026-09-07T00:00:56.804Z[ helios-setup] Sep 07 00:00:55.547 INFO E| Compiling glob v0.3.1
29262026-09-07T00:00:57.160Z[ helios-setup] Sep 07 00:00:55.903 INFO E| Compiling quote v1.0.31
29272026-09-07T00:00:57.215Z[ helios-setup] Sep 07 00:00:55.958 INFO E| Compiling dirs-sys-next v0.1.2
29282026-09-07T00:00:57.215Z[ helios-setup] Sep 07 00:00:55.958 INFO E| Compiling errno v0.3.1
29292026-09-07T00:00:57.215Z[ helios-setup] Sep 07 00:00:55.958 INFO E| Compiling atty v0.2.14
29302026-09-07T00:00:57.215Z[ helios-setup] Sep 07 00:00:55.958 INFO E| Compiling getrandom v0.2.10
29312026-09-07T00:00:57.326Z[ helios-setup] Sep 07 00:00:56.067 INFO E| Compiling syn v2.0.32
29322026-09-07T00:00:57.348Z[ helios-setup] Sep 07 00:00:56.091 INFO E| Compiling dirs-next v2.0.0
29332026-09-07T00:00:57.422Z[ helios-setup] Sep 07 00:00:56.165 INFO E| Compiling term v0.7.0
29342026-09-07T00:00:57.477Z[ helios-setup] Sep 07 00:00:56.219 INFO E| Compiling time v0.3.36
29352026-09-07T00:00:57.744Z[ helios-setup] Sep 07 00:00:56.487 INFO E| Compiling block-buffer v0.9.0
29362026-09-07T00:00:57.744Z[ helios-setup] Sep 07 00:00:56.487 INFO E| Compiling digest v0.9.0
29372026-09-07T00:00:57.841Z[ helios-setup] Sep 07 00:00:56.582 INFO E| Compiling sha-1 v0.9.8
29382026-09-07T00:00:57.841Z[ helios-setup] Sep 07 00:00:56.582 INFO E| Compiling md-5 v0.9.1
29392026-09-07T00:00:57.859Z[ helios-setup] Sep 07 00:00:56.602 INFO E| Compiling tempfile v3.7.0
29402026-09-07T00:00:58.213Z[ helios-setup] Sep 07 00:00:56.956 INFO E| Compiling slog-term v2.9.0
29412026-09-07T00:00:58.592Z[ helios-setup] Sep 07 00:00:57.334 INFO E| Compiling serde_derive v1.0.193
29422026-09-07T00:01:02.304Z[ helios-setup] Sep 07 00:01:01.046 INFO E| Compiling toml v0.5.11
29432026-09-07T00:01:02.305Z[ helios-setup] Sep 07 00:01:01.046 INFO E| Compiling uuid v0.8.2
29442026-09-07T00:01:02.992Z[ helios-setup] Sep 07 00:01:01.734 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29452026-09-07T00:01:03.578Z[ helios-setup] Sep 07 00:01:02.321 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29462026-09-07T00:01:08.180Z[ helios-setup] Sep 07 00:01:06.923 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s
29472026-09-07T00:01:08.200Z[ helios-setup] Sep 07 00:01:06.942 INFO building project "image-builder" ok (12 seconds)
29482026-09-07T00:01:08.204Z[ helios-setup] Sep 07 00:01:06.942 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29492026-09-07T00:01:08.207Z[ helios-setup] Sep 07 00:01:06.948 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
29502026-09-07T00:01:08.207Z[ helios-setup] Sep 07 00:01:06.948 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29512026-09-07T00:01:08.207Z[ helios-setup] Sep 07 00:01:06.948 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29522026-09-07T00:01:08.273Z[ helios-setup] Sep 07 00:01:07.015 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29532026-09-07T00:01:08.831Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.26s
29542026-09-07T00:01:08.839Z[ omicron-package] Blocking waiting for file lock on package cache
29552026-09-07T00:01:08.865Z[ helios-setup] Sep 07 00:01:07.605 INFO E| From https://github.com/jclulow/hiercmd
29562026-09-07T00:01:08.865Z[ helios-setup] Sep 07 00:01:07.605 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29572026-09-07T00:01:08.872Z[ helios-setup] Sep 07 00:01:07.614 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29582026-09-07T00:01:09.192Z[ helios-setup] Sep 07 00:01:07.935 INFO E| From https://github.com/oxidecomputer/network-interface
29592026-09-07T00:01:09.192Z[ helios-setup] Sep 07 00:01:07.935 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29602026-09-07T00:01:09.201Z[ helios-setup] Sep 07 00:01:07.944 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29612026-09-07T00:01:09.515Z[ helios-setup] Sep 07 00:01:08.248 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29622026-09-07T00:01:09.515Z[ helios-setup] Sep 07 00:01:08.248 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29632026-09-07T00:01:09.520Z[ helios-setup] Sep 07 00:01:08.263 INFO E| Updating crates.io index
29642026-09-07T00:01:09.671Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29652026-09-07T00:01:09.671Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29662026-09-07T00:01:09.683Z[ helios-setup] Sep 07 00:01:08.426 INFO E| Downloading crates ...
29672026-09-07T00:01:09.744Z[ helios-setup] Sep 07 00:01:08.487 INFO E| Downloaded env_filter v0.1.4
29682026-09-07T00:01:09.747Z[ helios-setup] Sep 07 00:01:08.489 INFO E| Downloaded bitfield v0.19.3
29692026-09-07T00:01:09.747Z[ helios-setup] Sep 07 00:01:08.490 INFO E| Downloaded num_enum v0.7.5
29702026-09-07T00:01:09.750Z[ helios-setup] Sep 07 00:01:08.493 INFO E| Downloaded base64ct v1.8.0
29712026-09-07T00:01:09.753Z[ helios-setup] Sep 07 00:01:08.495 INFO E| Downloaded flate2 v1.1.5
29722026-09-07T00:01:09.756Z[ helios-setup] Sep 07 00:01:08.497 INFO E| Downloaded zeroize_derive v1.4.2
29732026-09-07T00:01:09.756Z[ helios-setup] Sep 07 00:01:08.498 INFO E| Downloaded devinfo v0.1.0
29742026-09-07T00:01:09.759Z[ helios-setup] Sep 07 00:01:08.501 INFO E| Downloaded futures-sink v0.3.31
29752026-09-07T00:01:09.759Z[ helios-setup] Sep 07 00:01:08.501 INFO E| Downloaded anstyle-query v1.1.4
29762026-09-07T00:01:09.763Z[ helios-setup] Sep 07 00:01:08.506 INFO E| Downloaded libdevinfo-sys v1.1.0
29772026-09-07T00:01:09.771Z[ helios-setup] Sep 07 00:01:08.514 INFO E| Downloaded clap_lex v0.7.6
29782026-09-07T00:01:09.777Z[ helios-setup] Sep 07 00:01:08.520 INFO E| Downloaded anstyle v1.0.13
29792026-09-07T00:01:09.780Z[ helios-setup] Sep 07 00:01:08.523 INFO E| Downloaded find-msvc-tools v0.1.4
29802026-09-07T00:01:09.783Z[ helios-setup] Sep 07 00:01:08.524 INFO E| Downloaded generic-array v0.14.9
29812026-09-07T00:01:09.783Z[ helios-setup] Sep 07 00:01:08.526 INFO E| Downloaded futures-core v0.3.31
29822026-09-07T00:01:09.788Z[ helios-setup] Sep 07 00:01:08.531 INFO E| Downloaded getopts v0.2.24
29832026-09-07T00:01:09.791Z[ helios-setup] Sep 07 00:01:08.532 INFO E| Downloaded thiserror-impl v2.0.17
29842026-09-07T00:01:09.791Z[ helios-setup] Sep 07 00:01:08.534 INFO E| Downloaded quote v1.0.41
29852026-09-07T00:01:09.798Z[ helios-setup] Sep 07 00:01:08.540 INFO E| Downloaded slab v0.4.11
29862026-09-07T00:01:09.801Z[ helios-setup] Sep 07 00:01:08.541 INFO E| Downloaded time-core v0.1.6
29872026-09-07T00:01:09.803Z[ helios-setup] Sep 07 00:01:08.544 INFO E| Downloaded pin-utils v0.1.0
29882026-09-07T00:01:09.808Z[ helios-setup] Sep 07 00:01:08.550 INFO E| Downloaded bitfield-macros v0.19.3
29892026-09-07T00:01:09.810Z[ helios-setup] Sep 07 00:01:08.551 INFO E| Downloaded env_logger v0.11.8
29902026-09-07T00:01:09.819Z[ helios-setup] Sep 07 00:01:08.562 INFO E| Downloaded itoa v1.0.15
29912026-09-07T00:01:09.823Z[ helios-setup] Sep 07 00:01:08.562 INFO E| Downloaded futures-task v0.3.31
29922026-09-07T00:01:09.823Z[ helios-setup] Sep 07 00:01:08.563 INFO E| Downloaded tokio-macros v2.6.0
29932026-09-07T00:01:09.823Z[ helios-setup] Sep 07 00:01:08.563 INFO E| Downloaded toml_datetime v0.7.3
29942026-09-07T00:01:09.826Z[ helios-setup] Sep 07 00:01:08.567 INFO E| Downloaded simd-adler32 v0.3.7
29952026-09-07T00:01:09.832Z[ helios-setup] Sep 07 00:01:08.575 INFO E| Downloaded futures-io v0.3.31
29962026-09-07T00:01:09.835Z[ helios-setup] Sep 07 00:01:08.577 INFO E| Downloaded crc v3.3.0
29972026-09-07T00:01:09.840Z[ helios-setup] Sep 07 00:01:08.583 INFO E| Downloaded serde_spanned v1.0.3
29982026-09-07T00:01:09.848Z[ helios-setup] Sep 07 00:01:08.591 INFO E| Downloaded getrandom v0.2.16
29992026-09-07T00:01:09.858Z[ helios-setup] Sep 07 00:01:08.601 INFO E| Downloaded futures-executor v0.3.31
30002026-09-07T00:01:09.865Z[ helios-setup] Sep 07 00:01:08.608 INFO E| Downloaded num_enum_derive v0.7.5
30012026-09-07T00:01:09.868Z[ helios-setup] Sep 07 00:01:08.609 INFO E| Downloaded proc-macro2 v1.0.103
30022026-09-07T00:01:09.868Z[ helios-setup] Sep 07 00:01:08.610 INFO E| Downloaded toml_writer v1.0.4
30032026-09-07T00:01:09.868Z[ helios-setup] Sep 07 00:01:08.611 INFO E| Downloaded futures-channel v0.3.31
30042026-09-07T00:01:09.871Z[ helios-setup] Sep 07 00:01:08.612 INFO E| Downloaded deranged v0.5.5
30052026-09-07T00:01:09.877Z[ helios-setup] Sep 07 00:01:08.616 INFO E| Downloaded futures-macro v0.3.31
30062026-09-07T00:01:09.881Z[ helios-setup] Sep 07 00:01:08.624 INFO E| Downloaded thiserror v2.0.17
30072026-09-07T00:01:09.890Z[ helios-setup] Sep 07 00:01:08.633 INFO E| Downloaded time-macros v0.2.24
30082026-09-07T00:01:09.898Z[ helios-setup] Sep 07 00:01:08.641 INFO E| Downloaded socket2 v0.6.1
30092026-09-07T00:01:09.901Z[ helios-setup] Sep 07 00:01:08.642 INFO E| Downloaded iana-time-zone v0.1.64
30102026-09-07T00:01:09.904Z[ helios-setup] Sep 07 00:01:08.647 INFO E| Downloaded bytes v1.10.1
30112026-09-07T00:01:09.907Z[ omicron-package]
30122026-09-07T00:01:09.910Z[ omicron-package] real 42.319283119
30132026-09-07T00:01:09.910Z[ omicron-package] user 3:59.632967015
30142026-09-07T00:01:09.910Z[ helios-setup] Sep 07 00:01:08.650 INFO E| Downloaded bitflags v2.10.0
30152026-09-07T00:01:09.910Z[ omicron-package] sys 28.324733676
30162026-09-07T00:01:09.910Z[ omicron-package] trap 0.357096557
30172026-09-07T00:01:09.910Z[ omicron-package] tflt 0.203095147
30182026-09-07T00:01:09.910Z[ omicron-package] dflt 2.596558730
30192026-09-07T00:01:09.910Z[ omicron-package] kflt 0.004356741
30202026-09-07T00:01:09.910Z[ omicron-package] lock 8:13.777453011
30212026-09-07T00:01:09.910Z[ omicron-package] slp 4:17.994155768
30222026-09-07T00:01:09.910Z[ omicron-package] lat 45.728767857
30232026-09-07T00:01:09.911Z[ omicron-package] stop 1:46.706959337
30242026-09-07T00:01:09.911ZSep 07 00:01:08.651 INFO [omicron-package] process exited with exit status: 0 (42.382157632s)
30252026-09-07T00:01:09.911ZSep 07 00:01:08.651 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30262026-09-07T00:01:09.911ZSep 07 00:01:08.651 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30272026-09-07T00:01:09.914Z[ helios-setup] Sep 07 00:01:08.653 INFO E| Downloaded typenum v1.19.0
30282026-09-07T00:01:09.914Z[ helios-setup] Sep 07 00:01:08.655 INFO E| Downloaded pin-project-lite v0.2.16
30292026-09-07T00:01:09.917Z[ helios-setup] Sep 07 00:01:08.658 INFO E| Downloaded term v1.2.0
30302026-09-07T00:01:09.917Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30312026-09-07T00:01:09.917Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30322026-09-07T00:01:09.917Z[ recovery-target] Created new build target 'recovery' and set it as active
30332026-09-07T00:01:09.917Z[ host-target] Created new build target 'host' and set it as active
30342026-09-07T00:01:09.920ZSep 07 00:01:08.662 INFO [host-target] process exited with exit status: 0 (10.959464ms)
30352026-09-07T00:01:09.920ZSep 07 00:01:08.662 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30362026-09-07T00:01:09.920ZSep 07 00:01:08.663 INFO [recovery-target] process exited with exit status: 0 (11.069274ms)
30372026-09-07T00:01:09.923Z[ helios-setup] Sep 07 00:01:08.666 INFO E| Downloaded clap_derive v4.5.49
30382026-09-07T00:01:09.926Z[ helios-setup] Sep 07 00:01:08.667 INFO E| Downloaded ryu v1.0.20
30392026-09-07T00:01:09.926Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30402026-09-07T00:01:09.930Z[ helios-setup] Sep 07 00:01:08.673 INFO E| Downloaded toml_parser v1.0.4
30412026-09-07T00:01:09.933Z[ helios-setup] Sep 07 00:01:08.675 INFO E| Downloaded toml_edit v0.23.7
30422026-09-07T00:01:09.936Z[ helios-setup] Sep 07 00:01:08.677 INFO E| Downloaded zeroize v1.8.2
30432026-09-07T00:01:09.940Z[ helios-setup] Sep 07 00:01:08.683 INFO E| Downloaded signal-hook-registry v1.4.6
30442026-09-07T00:01:09.944Z[ helios-setup] Sep 07 00:01:08.686 INFO E| Downloaded toml v0.9.8
30452026-09-07T00:01:09.948Z[ helios-setup] Sep 07 00:01:08.691 INFO E| Downloaded anyhow v1.0.100
30462026-09-07T00:01:09.951Z[ helios-setup] Sep 07 00:01:08.693 INFO E| Downloaded unicode-ident v1.0.22
30472026-09-07T00:01:09.954Z[ helios-setup] Sep 07 00:01:08.695 INFO E| Downloaded log v0.4.28
30482026-09-07T00:01:09.954Z[ helios-setup] Sep 07 00:01:08.697 INFO E| Downloaded clap v4.5.51
30492026-09-07T00:01:09.960Z[ helios-setup] Sep 07 00:01:08.703 INFO E| Downloaded uuid v1.18.1
30502026-09-07T00:01:09.963Z[ helios-setup] Sep 07 00:01:08.705 INFO E| Downloaded cc v1.2.44
30512026-09-07T00:01:09.966Z[ helios-setup] Sep 07 00:01:08.709 INFO E| Downloaded memchr v2.7.6
30522026-09-07T00:01:09.969Z[ helios-setup] Sep 07 00:01:08.712 INFO E| Downloaded futures v0.3.31
30532026-09-07T00:01:09.981Z[ helios-setup] Sep 07 00:01:08.724 INFO E| Downloaded iddqd v0.3.14
30542026-09-07T00:01:09.993Z[ helios-setup] Sep 07 00:01:08.736 INFO E| Downloaded rsa v0.9.8
30552026-09-07T00:01:09.996Z[ helios-setup] Sep 07 00:01:08.739 INFO E| Downloaded zerocopy-derive v0.8.27
30562026-09-07T00:01:10.000Z[ helios-setup] Sep 07 00:01:08.743 INFO E| Downloaded rand v0.8.5
30572026-09-07T00:01:10.008Z[ helios-setup] Sep 07 00:01:08.749 INFO E| Downloaded mio v1.1.0
30582026-09-07T00:01:10.011Z[ helios-setup] Sep 07 00:01:08.752 INFO E| Downloaded indexmap v2.12.0
30592026-09-07T00:01:10.026Z[ helios-setup] Sep 07 00:01:08.768 INFO E| Downloaded hashbrown v0.16.0
30602026-09-07T00:01:10.030Z[ helios-setup] Sep 07 00:01:08.772 INFO E| Downloaded num-bigint-dig v0.8.4
30612026-09-07T00:01:10.051Z[ helios-setup] Sep 07 00:01:08.794 INFO E| Downloaded libm v0.2.15
30622026-09-07T00:01:10.057Z[ helios-setup] Sep 07 00:01:08.800 INFO E| Downloaded serde_json v1.0.145
30632026-09-07T00:01:10.062Z[ helios-setup] Sep 07 00:01:08.804 INFO E| Downloaded time v0.3.44
30642026-09-07T00:01:10.066Z[ helios-setup] Sep 07 00:01:08.809 INFO E| Downloaded futures-util v0.3.31
30652026-09-07T00:01:10.073Z[ helios-setup] Sep 07 00:01:08.816 INFO E| Downloaded clap_builder v4.5.51
30662026-09-07T00:01:10.077Z[ helios-setup] Sep 07 00:01:08.820 INFO E| Downloaded winnow v0.7.13
30672026-09-07T00:01:10.098Z[ helios-setup] Sep 07 00:01:08.842 INFO E| Downloaded zerocopy v0.8.27
30682026-09-07T00:01:10.111Z[ helios-setup] Sep 07 00:01:08.854 INFO E| Downloaded unicode-width v0.2.2
30692026-09-07T00:01:10.115Z[ helios-setup] Sep 07 00:01:08.858 INFO E| Downloaded chrono v0.4.42
30702026-09-07T00:01:10.119Z[ helios-setup] Sep 07 00:01:08.862 INFO E| Downloaded syn v2.0.108
30712026-09-07T00:01:10.134Z[ helios-setup] Sep 07 00:01:08.877 INFO E| Downloaded rustix v1.1.2
30722026-09-07T00:01:10.137Z[ host-package] Blocking waiting for file lock on package cache
30732026-09-07T00:01:10.186Z[ helios-setup] Sep 07 00:01:08.928 INFO E| Downloaded libc v0.2.177
30742026-09-07T00:01:10.200Z[ helios-setup] Sep 07 00:01:08.943 INFO E| Downloaded tokio v1.48.0
30752026-09-07T00:01:10.224Z[ helios-setup] Sep 07 00:01:08.967 INFO E| Blocking waiting for file lock on package cache
30762026-09-07T00:01:10.546Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling proc-macro2 v1.0.103
30772026-09-07T00:01:10.546Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling unicode-ident v1.0.22
30782026-09-07T00:01:10.546Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling quote v1.0.41
30792026-09-07T00:01:10.550Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling libc v0.2.177
30802026-09-07T00:01:10.550Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling serde_core v1.0.228
30812026-09-07T00:01:10.550Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling cfg-if v1.0.4
30822026-09-07T00:01:10.550Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling serde v1.0.228
30832026-09-07T00:01:10.550Z[ helios-setup] Sep 07 00:01:09.289 INFO E| Compiling version_check v0.9.5
30842026-09-07T00:01:10.579Z[ helios-setup] Sep 07 00:01:09.322 INFO E| Compiling autocfg v1.5.0
30852026-09-07T00:01:10.582Z[ helios-setup] Sep 07 00:01:09.322 INFO E| Compiling const-oid v0.9.6
30862026-09-07T00:01:10.582Z[ helios-setup] Sep 07 00:01:09.322 INFO E| Compiling typenum v1.19.0
30872026-09-07T00:01:10.582Z[ helios-setup] Sep 07 00:01:09.323 INFO E| Compiling libm v0.2.15
30882026-09-07T00:01:10.582Z[ helios-setup] Sep 07 00:01:09.323 INFO E| Compiling zerocopy v0.8.27
30892026-09-07T00:01:10.585Z[ helios-setup] Sep 07 00:01:09.326 INFO E| Compiling rustversion v1.0.22
30902026-09-07T00:01:10.585Z[ helios-setup] Sep 07 00:01:09.326 INFO E| Compiling smallvec v1.15.1
30912026-09-07T00:01:10.585Z[ helios-setup] Sep 07 00:01:09.326 INFO E| Compiling zeroize v1.8.2
30922026-09-07T00:01:10.650Z[ helios-setup] Sep 07 00:01:09.393 INFO E| Compiling base64ct v1.8.0
30932026-09-07T00:01:10.735Z[ helios-setup] Sep 07 00:01:09.475 INFO E| Compiling winnow v0.7.13
30942026-09-07T00:01:10.808Z[ helios-setup] Sep 07 00:01:09.539 INFO E| Compiling utf8parse v0.2.2
30952026-09-07T00:01:10.877Z[ helios-setup] Sep 07 00:01:09.619 INFO E| Compiling rustix v1.1.2
30962026-09-07T00:01:10.924Z[ helios-setup] Sep 07 00:01:09.666 INFO E| Compiling generic-array v0.14.9
30972026-09-07T00:01:10.944Z[ helios-setup] Sep 07 00:01:09.675 INFO E| Compiling pem-rfc7468 v0.7.0
30982026-09-07T00:01:10.962Z[ helios-setup] Sep 07 00:01:09.703 INFO E| Compiling num-traits v0.2.19
30992026-09-07T00:01:11.006Z[ helios-setup] Sep 07 00:01:09.743 INFO E| Compiling memchr v2.7.6
31002026-09-07T00:01:11.027Z[ helios-setup] Sep 07 00:01:09.769 INFO E| Compiling equivalent v1.0.2
31012026-09-07T00:01:11.053Z[ helios-setup] Sep 07 00:01:09.795 INFO E| Compiling byteorder v1.5.0
31022026-09-07T00:01:11.147Z[ helios-setup] Sep 07 00:01:09.889 INFO E| Compiling hashbrown v0.16.0
31032026-09-07T00:01:11.157Z[ helios-setup] Sep 07 00:01:09.899 INFO E| Compiling crc32fast v1.5.0
31042026-09-07T00:01:11.357Z[ helios-setup] Sep 07 00:01:10.099 INFO E| Compiling flagset v0.4.7
31052026-09-07T00:01:11.363Z[ helios-setup] Sep 07 00:01:10.106 INFO E| Compiling anyhow v1.0.100
31062026-09-07T00:01:11.497Z[ helios-setup] Sep 07 00:01:10.240 INFO E| Compiling getrandom v0.2.16
31072026-09-07T00:01:11.510Z[ helios-setup] Sep 07 00:01:10.253 INFO E| Compiling errno v0.3.14
31082026-09-07T00:01:11.568Z[ helios-setup] Sep 07 00:01:10.311 INFO E| Compiling anstyle-parse v0.2.7
31092026-09-07T00:01:11.575Z[ helios-setup] Sep 07 00:01:10.317 INFO E| Compiling is_terminal_polyfill v1.70.2
31102026-09-07T00:01:11.582Z[ helios-setup] Sep 07 00:01:10.325 INFO E| Compiling cpufeatures v0.2.17
31112026-09-07T00:01:11.606Z[ helios-setup] Sep 07 00:01:10.349 INFO E| Compiling radium v0.7.0
31122026-09-07T00:01:11.680Z[ helios-setup] Sep 07 00:01:10.422 INFO E| Compiling indexmap v2.12.0
31132026-09-07T00:01:11.714Z[ helios-setup] Sep 07 00:01:10.456 INFO E| Compiling rand_core v0.6.4
31142026-09-07T00:01:11.727Z[ helios-setup] Sep 07 00:01:10.469 INFO E| Compiling allocator-api2 v0.2.21
31152026-09-07T00:01:11.749Z[ helios-setup] Sep 07 00:01:10.491 INFO E| Compiling toml_datetime v0.7.3
31162026-09-07T00:01:11.757Z[ helios-setup] Sep 07 00:01:10.500 INFO E| Compiling anstyle-query v1.1.4
31172026-09-07T00:01:11.760Z[ helios-setup] Sep 07 00:01:10.500 INFO E| Compiling colorchoice v1.0.4
31182026-09-07T00:01:11.815Z[ helios-setup] Sep 07 00:01:10.557 INFO E| Compiling shlex v1.3.0
31192026-09-07T00:01:11.892Z[ helios-setup] Sep 07 00:01:10.632 INFO E| Compiling syn v1.0.109
31202026-09-07T00:01:11.966Z[ host-package] Compiling cfg-if v1.0.4
31212026-09-07T00:01:11.969Z[ host-package] Compiling serde_core v1.0.228
31222026-09-07T00:01:11.969Z[ host-package] Compiling libc v0.2.185
31232026-09-07T00:01:11.969Z[ host-package] Compiling memchr v2.8.0
31242026-09-07T00:01:11.992Z[ helios-setup] Sep 07 00:01:10.734 INFO E| Compiling find-msvc-tools v0.1.4
31252026-09-07T00:01:12.003Z[ helios-setup] Sep 07 00:01:10.742 INFO E| Compiling syn v2.0.108
31262026-09-07T00:01:12.064Z[ helios-setup] Sep 07 00:01:10.770 INFO E| Compiling anstyle v1.0.13
31272026-09-07T00:01:12.064Z[ helios-setup] Sep 07 00:01:10.790 INFO E| Compiling slog v2.8.2
31282026-09-07T00:01:12.233Z[ helios-setup] Sep 07 00:01:10.974 INFO E| Compiling block-buffer v0.10.4
31292026-09-07T00:01:12.251Z[ helios-setup] Sep 07 00:01:10.993 INFO E| Compiling crypto-common v0.1.6
31302026-09-07T00:01:12.292Z[ helios-setup] Sep 07 00:01:11.034 INFO E| Compiling toml_parser v1.0.4
31312026-09-07T00:01:12.366Z[ helios-setup] Sep 07 00:01:11.109 INFO E| Compiling digest v0.10.7
31322026-09-07T00:01:12.372Z[ helios-setup] Sep 07 00:01:11.115 INFO E| Compiling anstream v0.6.21
31332026-09-07T00:01:12.380Z[ helios-setup] Sep 07 00:01:11.122 INFO E| Compiling cc v1.2.44
31342026-09-07T00:01:12.389Z[ helios-setup] Sep 07 00:01:11.129 INFO E| Compiling maybe-uninit v2.0.0
31352026-09-07T00:01:12.394Z[ helios-setup] Sep 07 00:01:11.136 INFO E| Compiling pkg-config v0.3.32
31362026-09-07T00:01:12.397Z[ helios-setup] Sep 07 00:01:11.137 INFO E| Compiling pin-project-lite v0.2.16
31372026-09-07T00:01:12.400Z[ host-package] Compiling smallvec v1.15.1
31382026-09-07T00:01:12.406Z[ helios-setup] Sep 07 00:01:11.149 INFO E| Compiling futures-core v0.3.31
31392026-09-07T00:01:12.419Z[ helios-setup] Sep 07 00:01:11.161 INFO E| Compiling tap v1.0.1
31402026-09-07T00:01:12.422Z[ host-package] Compiling stable_deref_trait v1.2.1
31412026-09-07T00:01:12.426Z[ host-package] Compiling scopeguard v1.2.0
31422026-09-07T00:01:12.505Z[ helios-setup] Sep 07 00:01:11.246 INFO E| Compiling parking_lot_core v0.9.12
31432026-09-07T00:01:12.512Z[ helios-setup] Sep 07 00:01:11.253 INFO E| Compiling unicode-width v0.2.2
31442026-09-07T00:01:12.541Z[ helios-setup] Sep 07 00:01:11.284 INFO E| Compiling futures-sink v0.3.31
31452026-09-07T00:01:12.588Z[ helios-setup] Sep 07 00:01:11.329 INFO E| Compiling sha2 v0.10.9
31462026-09-07T00:01:12.590Z[ host-package] Compiling zerofrom v0.1.6
31472026-09-07T00:01:12.590Z[ host-package] Compiling libm v0.2.16
31482026-09-07T00:01:12.594Z[ host-package] Compiling rand_core v0.10.0
31492026-09-07T00:01:12.663Z[ helios-setup] Sep 07 00:01:11.406 INFO E| Compiling futures-channel v0.3.31
31502026-09-07T00:01:12.872Z[ helios-setup] Sep 07 00:01:11.614 INFO E| Compiling toml_edit v0.23.7
31512026-09-07T00:01:12.872Z[ helios-setup] Sep 07 00:01:11.615 INFO E| Compiling getopts v0.2.24
31522026-09-07T00:01:12.879Z[ host-package] Compiling writeable v0.6.2
31532026-09-07T00:01:12.879Z[ host-package] Compiling litemap v0.8.1
31542026-09-07T00:01:12.893Z[ helios-setup] Sep 07 00:01:11.636 INFO E| Compiling num-integer v0.1.46
31552026-09-07T00:01:12.914Z[ helios-setup] Sep 07 00:01:11.656 INFO E| Compiling wyz v0.5.1
31562026-09-07T00:01:12.951Z[ helios-setup] Sep 07 00:01:11.693 INFO E| Compiling ahash v0.8.12
31572026-09-07T00:01:12.954Z[ helios-setup] Sep 07 00:01:11.693 INFO E| Compiling futures-task v0.3.31
31582026-09-07T00:01:13.005Z[ helios-setup] Sep 07 00:01:11.748 INFO E| Compiling pin-utils v0.1.0
31592026-09-07T00:01:13.040Z[ helios-setup] Sep 07 00:01:11.782 INFO E| Compiling clap_lex v0.7.6
31602026-09-07T00:01:13.047Z[ helios-setup] Sep 07 00:01:11.789 INFO E| Compiling funty v2.0.0
31612026-09-07T00:01:13.086Z[ helios-setup] Sep 07 00:01:11.829 INFO E| Compiling scopeguard v1.2.0
31622026-09-07T00:01:13.176Z[ helios-setup] Sep 07 00:01:11.919 INFO E| Compiling packed_struct v0.10.1
31632026-09-07T00:01:13.184Z[ helios-setup] Sep 07 00:01:11.926 INFO E| Compiling slab v0.4.11
31642026-09-07T00:01:13.184Z[ helios-setup] Sep 07 00:01:11.926 INFO E| Compiling itoa v1.0.15
31652026-09-07T00:01:13.215Z[ helios-setup] Sep 07 00:01:11.958 INFO E| Compiling strsim v0.11.1
31662026-09-07T00:01:13.230Z[ host-package] Compiling percent-encoding v2.3.2
31672026-09-07T00:01:13.234Z[ host-package] Compiling icu_properties_data v2.1.2
31682026-09-07T00:01:13.234Z[ host-package] Compiling icu_normalizer_data v2.1.1
31692026-09-07T00:01:13.318Z[ helios-setup] Sep 07 00:01:12.061 INFO E| Compiling getrandom v0.3.4
31702026-09-07T00:01:13.382Z[ helios-setup] Sep 07 00:01:12.125 INFO E| Compiling futures-io v0.3.31
31712026-09-07T00:01:13.415Z[ helios-setup] Sep 07 00:01:12.158 INFO E| Compiling num-bigint-dig v0.8.4
31722026-09-07T00:01:13.424Z[ host-package] Compiling errno v0.3.14
31732026-09-07T00:01:13.424Z[ host-package] Compiling getrandom v0.4.3
31742026-09-07T00:01:13.427Z[ host-package] Compiling lock_api v0.4.14
31752026-09-07T00:01:13.427Z[ host-package] Compiling yoke v0.8.1
31762026-09-07T00:01:13.466Z[ helios-setup] Sep 07 00:01:12.208 INFO E| Compiling time-core v0.1.6
31772026-09-07T00:01:13.588Z[ helios-setup] Sep 07 00:01:12.330 INFO E| Compiling proc-macro-crate v3.4.0
31782026-09-07T00:01:13.620Z[ helios-setup] Sep 07 00:01:12.363 INFO E| Compiling bitflags v2.10.0
31792026-09-07T00:01:13.698Z[ helios-setup] Sep 07 00:01:12.441 INFO E| Compiling spin v0.9.8
31802026-09-07T00:01:13.732Z[ helios-setup] Sep 07 00:01:12.475 INFO E| Compiling thiserror v1.0.69
31812026-09-07T00:01:13.767Z[ helios-setup] Sep 07 00:01:12.509 INFO E| Compiling num-conv v0.1.0
31822026-09-07T00:01:13.774Z[ helios-setup] Sep 07 00:01:12.517 INFO E| Compiling powerfmt v0.2.0
31832026-09-07T00:01:13.818Z[ helios-setup] Sep 07 00:01:12.560 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31842026-09-07T00:01:13.825Z[ helios-setup] Sep 07 00:01:12.567 INFO E| Compiling bytes v1.10.1
31852026-09-07T00:01:13.868Z[ host-package] Compiling utf8_iter v1.0.4
31862026-09-07T00:01:13.958Z[ helios-setup] Sep 07 00:01:12.700 INFO E| Compiling heck v0.5.0
31872026-09-07T00:01:13.999Z[ host-package] Compiling num-traits v0.2.19
31882026-09-07T00:01:14.085Z[ helios-setup] Sep 07 00:01:12.817 INFO E| Compiling time-macros v0.2.24
31892026-09-07T00:01:14.147Z[ host-package] Compiling zerovec v0.11.5
31902026-09-07T00:01:14.147Z[ host-package] Compiling zerotrie v0.2.3
31912026-09-07T00:01:14.156Z[ helios-setup] Sep 07 00:01:12.898 INFO E| Compiling deranged v0.5.5
31922026-09-07T00:01:14.178Z[ helios-setup] Sep 07 00:01:12.921 INFO E| Compiling lazy_static v1.5.0
31932026-09-07T00:01:14.214Z[ helios-setup] Sep 07 00:01:12.957 INFO E| Compiling bitvec v1.0.1
31942026-09-07T00:01:14.219Z[ host-package] Compiling form_urlencoded v1.2.2
31952026-09-07T00:01:14.222Z[ helios-setup] Sep 07 00:01:12.964 INFO E| Compiling num-iter v0.1.45
31962026-09-07T00:01:14.237Z[ helios-setup] Sep 07 00:01:12.980 INFO E| Compiling lock_api v0.4.14
31972026-09-07T00:01:14.306Z[ helios-setup] Sep 07 00:01:13.046 INFO E| Compiling indexmap v1.9.3
31982026-09-07T00:01:14.366Z[ host-package] Compiling parking_lot_core v0.9.12
31992026-09-07T00:01:14.371Z[ host-package] Compiling zerocopy v0.8.55
32002026-09-07T00:01:14.375Z[ host-package] Compiling iana-time-zone v0.1.65
32012026-09-07T00:01:14.378Z[ helios-setup] Sep 07 00:01:13.119 INFO E| Compiling simd-adler32 v0.3.7
32022026-09-07T00:01:14.378Z[ host-package] Compiling signal-hook-registry v1.4.8
32032026-09-07T00:01:14.381Z[ host-package] Compiling mio v1.2.0
32042026-09-07T00:01:14.403Z[ helios-setup] Sep 07 00:01:13.146 INFO E| Compiling serde_json v1.0.145
32052026-09-07T00:01:14.426Z[ helios-setup] Sep 07 00:01:13.169 INFO E| Compiling iana-time-zone v0.1.64
32062026-09-07T00:01:14.488Z[ host-package] Compiling socket2 v0.6.3
32072026-09-07T00:01:14.496Z[ host-package] Compiling thiserror v2.0.18
32082026-09-07T00:01:14.502Z[ host-package] Compiling getrandom v0.2.17
32092026-09-07T00:01:14.526Z[ host-package] Compiling futures-util v0.3.32
32102026-09-07T00:01:14.529Z[ host-package] Compiling getrandom v0.3.4
32112026-09-07T00:01:14.536Z[ helios-setup] Sep 07 00:01:13.279 INFO E| Compiling terminal_size v0.4.3
32122026-09-07T00:01:14.536Z[ helios-setup] Sep 07 00:01:13.279 INFO E| Compiling log v0.4.28
32132026-09-07T00:01:14.686Z[ helios-setup] Sep 07 00:01:13.429 INFO E| Compiling clap_builder v4.5.51
32142026-09-07T00:01:14.930Z[ helios-setup] Sep 07 00:01:13.672 INFO E| Compiling thiserror v2.0.17
32152026-09-07T00:01:14.930Z[ helios-setup] Sep 07 00:01:13.672 INFO E| Compiling once_cell v1.21.3
32162026-09-07T00:01:15.040Z[ helios-setup] Sep 07 00:01:13.782 INFO E| Compiling adler2 v2.0.1
32172026-09-07T00:01:15.102Z[ helios-setup] Sep 07 00:01:13.845 INFO E| Compiling crc-catalog v2.4.0
32182026-09-07T00:01:15.215Z[ helios-setup] Sep 07 00:01:13.950 INFO E| Compiling nodrop v0.1.14
32192026-09-07T00:01:15.221Z[ helios-setup] Sep 07 00:01:13.963 INFO E| Compiling crc v3.3.0
32202026-09-07T00:01:15.231Z[ helios-setup] Sep 07 00:01:13.972 INFO E| Compiling miniz_oxide v0.8.9
32212026-09-07T00:01:15.279Z[ host-package] Compiling serde v1.0.228
32222026-09-07T00:01:15.282Z[ host-package] Compiling serde_json v1.0.151
32232026-09-07T00:01:15.282Z[ host-package] Compiling tinystr v0.8.2
32242026-09-07T00:01:15.327Z[ helios-setup] Sep 07 00:01:14.060 INFO E| Compiling array-init v0.0.4
32252026-09-07T00:01:15.398Z[ helios-setup] Sep 07 00:01:14.140 INFO E| Compiling env_filter v0.1.4
32262026-09-07T00:01:15.432Z[ helios-setup] Sep 07 00:01:14.175 INFO E| Compiling parking_lot v0.12.5
32272026-09-07T00:01:15.437Z[ host-package] Compiling bitflags v2.11.0
32282026-09-07T00:01:15.440Z[ host-package] Compiling potential_utf v0.1.4
32292026-09-07T00:01:15.440Z[ host-package] Compiling parking_lot v0.12.5
32302026-09-07T00:01:15.440Z[ host-package] Compiling uuid v1.23.4
32312026-09-07T00:01:15.545Z[ host-package] Compiling semver v1.0.28
32322026-09-07T00:01:15.549Z[ host-package] Compiling rand_core v0.6.4
32332026-09-07T00:01:15.549Z[ helios-setup] Sep 07 00:01:14.274 INFO E| Compiling chrono v0.4.42
32342026-09-07T00:01:15.592Z[ host-package] Compiling indexmap v2.14.0
32352026-09-07T00:01:15.596Z[ host-package] Compiling base64 v0.22.1
32362026-09-07T00:01:15.596Z[ host-package] Compiling rand_core v0.9.5
32372026-09-07T00:01:15.668Z[ helios-setup] Sep 07 00:01:14.411 INFO E| Compiling smallvec v0.6.14
32382026-09-07T00:01:15.859Z[ helios-setup] Sep 07 00:01:14.593 INFO E| Compiling serde_spanned v1.0.3
32392026-09-07T00:01:15.878Z[ host-package] Compiling icu_locale_core v2.1.1
32402026-09-07T00:01:16.028Z[ helios-setup] Sep 07 00:01:14.769 INFO E| Compiling signature v2.2.0
32412026-09-07T00:01:16.052Z[ helios-setup] Sep 07 00:01:14.794 INFO E| Compiling is-terminal v0.4.17
32422026-09-07T00:01:16.059Z[ helios-setup] Sep 07 00:01:14.801 INFO E| Compiling time v0.3.44
32432026-09-07T00:01:16.082Z[ helios-setup] Sep 07 00:01:14.825 INFO E| Compiling mio v1.1.0
32442026-09-07T00:01:16.169Z[ helios-setup] Sep 07 00:01:14.907 INFO E| Compiling signal-hook-registry v1.4.6
32452026-09-07T00:01:16.398Z[ helios-setup] Sep 07 00:01:15.141 INFO E| Compiling socket2 v0.6.1
32462026-09-07T00:01:16.432Z[ host-package] Compiling bytes v1.11.1
32472026-09-07T00:01:16.432Z[ host-package] Compiling zeroize v1.9.0
32482026-09-07T00:01:16.435Z[ host-package] Compiling chrono v0.4.45
32492026-09-07T00:01:16.488Z[ helios-setup] Sep 07 00:01:15.230 INFO E| Compiling thread_local v1.1.9
32502026-09-07T00:01:16.646Z[ host-package] Compiling erased-serde v0.3.31
32512026-09-07T00:01:16.751Z[ helios-setup] Sep 07 00:01:15.494 INFO E| Compiling hashbrown v0.12.3
32522026-09-07T00:01:16.948Z[ host-package] Compiling icu_collections v2.1.1
32532026-09-07T00:01:17.033Z[ helios-setup] Sep 07 00:01:15.775 INFO E| Compiling winnow v0.5.40
32542026-09-07T00:01:17.075Z[ helios-setup] Sep 07 00:01:15.818 INFO E| Compiling ryu v1.0.20
32552026-09-07T00:01:17.172Z[ helios-setup] Sep 07 00:01:15.915 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32562026-09-07T00:01:17.203Z[ helios-setup] Sep 07 00:01:15.945 INFO E| Compiling packed_struct_codegen v0.10.1
32572026-09-07T00:01:17.232Z[ helios-setup] Sep 07 00:01:15.975 INFO E| Compiling base64 v0.21.7
32582026-09-07T00:01:17.240Z[ helios-setup] Sep 07 00:01:15.982 INFO E| Compiling toml_writer v1.0.4
32592026-09-07T00:01:17.309Z[ helios-setup] Sep 07 00:01:16.052 INFO E| Compiling libdevinfo-sys v1.1.0
32602026-09-07T00:01:17.358Z[ host-package] Compiling icu_provider v2.1.1
32612026-09-07T00:01:17.361Z[ host-package] Compiling rustix v1.1.4
32622026-09-07T00:01:17.507Z[ helios-setup] Sep 07 00:01:16.249 INFO E| Compiling term v1.2.0
32632026-09-07T00:01:17.549Z[ helios-setup] Sep 07 00:01:16.291 INFO E| Compiling subtle v2.6.1
32642026-09-07T00:01:17.610Z[ helios-setup] Sep 07 00:01:16.353 INFO E| Compiling toml v0.9.8
32652026-09-07T00:01:17.628Z[ helios-setup] Sep 07 00:01:16.370 INFO E| Compiling serde_derive v1.0.228
32662026-09-07T00:01:17.715Z[ helios-setup] Sep 07 00:01:16.457 INFO E| Compiling zerocopy-derive v0.8.27
32672026-09-07T00:01:17.730Z[ host-package] Compiling generic-array v0.14.7
32682026-09-07T00:01:17.795Z[ helios-setup] Sep 07 00:01:16.536 INFO E| Compiling der_derive v0.7.3
32692026-09-07T00:01:17.836Z[ helios-setup] Sep 07 00:01:16.579 INFO E| Compiling futures-macro v0.3.31
32702026-09-07T00:01:17.872Z[ helios-setup] Sep 07 00:01:16.615 INFO E| Compiling bitfield-macros v0.19.3
32712026-09-07T00:01:17.896Z[ host-package] Compiling slog v2.8.2
32722026-09-07T00:01:17.946Z[ helios-setup] Sep 07 00:01:16.689 INFO E| Compiling clap_derive v4.5.49
32732026-09-07T00:01:18.049Z[ helios-setup] Sep 07 00:01:16.785 INFO E| Compiling num_enum_derive v0.7.5
32742026-09-07T00:01:18.100Z[ host-package] Compiling time v0.3.47
32752026-09-07T00:01:18.106Z[ host-package] Compiling rustls-pki-types v1.14.0
32762026-09-07T00:01:18.106Z[ host-package] Compiling ipnet v2.12.0
32772026-09-07T00:01:18.106Z[ host-package] Compiling aws-lc-rs v1.16.3
32782026-09-07T00:01:18.106Z[ host-package] Compiling aho-corasick v1.1.4
32792026-09-07T00:01:18.467Z[ host-package] Compiling tokio v1.52.1
32802026-09-07T00:01:18.609Z[ helios-setup] Sep 07 00:01:17.352 INFO E| Compiling thiserror-impl v1.0.69
32812026-09-07T00:01:18.914Z[ host-package] Compiling icu_properties v2.1.2
32822026-09-07T00:01:18.914Z[ host-package] Compiling icu_normalizer v2.1.1
32832026-09-07T00:01:18.917Z[ host-package] Compiling http v1.4.2
32842026-09-07T00:01:19.058Z[ host-package] Compiling crypto-common v0.1.7
32852026-09-07T00:01:19.306Z[ helios-setup] Sep 07 00:01:18.048 INFO E| Compiling zerocopy-derive v0.6.6
32862026-09-07T00:01:19.385Z[ helios-setup] Sep 07 00:01:18.127 INFO E| Compiling thiserror-impl v2.0.17
32872026-09-07T00:01:19.423Z[ helios-setup] Sep 07 00:01:18.163 INFO E| Compiling bitfield v0.19.3
32882026-09-07T00:01:19.554Z[ helios-setup] Sep 07 00:01:18.180 INFO E| Compiling der v0.7.10
32892026-09-07T00:01:19.570Z[ host-package] Compiling block-buffer v0.10.4
32902026-09-07T00:01:19.576Z[ host-package] Compiling der v0.7.10
32912026-09-07T00:01:19.747Z[ helios-setup] Sep 07 00:01:18.489 INFO E| Compiling futures-util v0.3.31
32922026-09-07T00:01:19.859Z[ host-package] Compiling terminal_size v0.4.3
32932026-09-07T00:01:19.960Z[ helios-setup] Sep 07 00:01:18.702 INFO E| Compiling tokio-macros v2.6.0
32942026-09-07T00:01:20.141Z[ host-package] Compiling clap_builder v4.6.0
32952026-09-07T00:01:20.242Z[ host-package] Compiling ppv-lite86 v0.2.21
32962026-09-07T00:01:20.358Z[ host-package] Compiling digest v0.10.7
32972026-09-07T00:01:20.441Z[ host-package] Compiling regex-automata v0.4.14
32982026-09-07T00:01:20.444Z[ host-package] Compiling tempfile v3.27.0
32992026-09-07T00:01:20.445Z[ helios-setup] Sep 07 00:01:19.186 INFO E| Compiling num_enum v0.7.5
33002026-09-07T00:01:20.561Z[ host-package] Compiling spin v0.9.8
33012026-09-07T00:01:20.616Z[ helios-setup] Sep 07 00:01:19.358 INFO E| Compiling devinfo v0.1.0
33022026-09-07T00:01:20.664Z[ host-package] Compiling socket2 v0.5.10
33032026-09-07T00:01:20.805Z[ helios-setup] Sep 07 00:01:19.535 INFO E| Compiling bzip2 v0.4.4
33042026-09-07T00:01:20.918Z[ host-package] Compiling idna_adapter v1.2.1
33052026-09-07T00:01:21.068Z[ host-package] Compiling rand_chacha v0.9.0
33062026-09-07T00:01:21.277Z[ helios-setup] Sep 07 00:01:20.018 INFO E| Compiling spki v0.7.3
33072026-09-07T00:01:21.301Z[ helios-setup] Sep 07 00:01:20.044 INFO E| Compiling zerocopy v0.6.6
33082026-09-07T00:01:21.389Z[ host-package] Compiling http-body v1.0.1
33092026-09-07T00:01:21.444Z[ helios-setup] Sep 07 00:01:20.186 INFO E| Compiling flate2 v1.1.5
33102026-09-07T00:01:21.448Z[ helios-setup] Sep 07 00:01:20.187 INFO E| Compiling clap v4.5.51
33112026-09-07T00:01:21.511Z[ host-package] Compiling idna v1.1.0
33122026-09-07T00:01:21.511Z[ host-package] Compiling rustls-webpki v0.103.13
33132026-09-07T00:01:21.576Z[ helios-setup] Sep 07 00:01:20.305 INFO E| Compiling pkcs8 v0.10.2
33142026-09-07T00:01:21.665Z[ helios-setup] Sep 07 00:01:20.408 INFO E| Compiling x509-cert v0.2.5
33152026-09-07T00:01:21.672Z[ host-package] Compiling pest v2.8.6
33162026-09-07T00:01:21.899Z[ helios-setup] Sep 07 00:01:20.642 INFO E| Compiling pkcs1 v0.7.5
33172026-09-07T00:01:21.915Z[ helios-setup] Sep 07 00:01:20.658 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-09-07T00:01:21.975Z[ helios-setup] Sep 07 00:01:20.718 INFO E| Compiling uuid v1.18.1
33192026-09-07T00:01:21.983Z[ helios-setup] Sep 07 00:01:20.725 INFO E| Compiling env_logger v0.11.8
33202026-09-07T00:01:22.028Z[ helios-setup] Sep 07 00:01:20.771 INFO E| Compiling tokio v1.48.0
33212026-09-07T00:01:22.240Z[ host-package] Compiling rand v0.9.2
33222026-09-07T00:01:22.240Z[ host-package] Compiling spki v0.7.3
33232026-09-07T00:01:22.243Z[ host-package] Compiling http-body-util v0.1.3
33242026-09-07T00:01:22.243Z[ host-package] Compiling rand_chacha v0.3.1
33252026-09-07T00:01:22.256Z[ helios-setup] Sep 07 00:01:20.998 INFO E| Compiling foldhash v0.2.0
33262026-09-07T00:01:22.278Z[ host-package] Compiling encoding_rs v0.8.35
33272026-09-07T00:01:22.349Z[ helios-setup] Sep 07 00:01:21.091 INFO E| Compiling rustc-hash v2.1.1
33282026-09-07T00:01:22.366Z[ helios-setup] Sep 07 00:01:21.109 INFO E| Compiling crc-any v2.5.0
33292026-09-07T00:01:22.662Z[ host-package] Compiling url v2.5.8
33302026-09-07T00:01:22.665Z[ host-package] Compiling serde_urlencoded v0.7.1
33312026-09-07T00:01:22.866Z[ helios-setup] Sep 07 00:01:21.608 INFO E| Compiling hex v0.4.3
33322026-09-07T00:01:22.903Z[ helios-setup] Sep 07 00:01:21.646 INFO E| Compiling bitflags v1.3.2
33332026-09-07T00:01:22.987Z[ helios-setup] Sep 07 00:01:21.730 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33342026-09-07T00:01:22.994Z[ helios-setup] Sep 07 00:01:21.737 INFO E| Compiling iddqd v0.3.14
33352026-09-07T00:01:23.103Z[ host-package] Compiling rustls v0.23.41
33362026-09-07T00:01:23.103Z[ host-package] Compiling rand v0.8.6
33372026-09-07T00:01:23.157Z[ helios-setup] Sep 07 00:01:21.900 INFO E| Compiling zip v0.6.6
33382026-09-07T00:01:23.314Z[ host-package] Compiling simd-adler32 v0.3.8
33392026-09-07T00:01:23.331Z[ host-package] Compiling pkcs8 v0.10.2
33402026-09-07T00:01:23.362Z[ helios-setup] Sep 07 00:01:22.104 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33412026-09-07T00:01:23.386Z[ host-package] Compiling adler2 v2.0.1
33422026-09-07T00:01:23.451Z[ helios-setup] Sep 07 00:01:22.193 INFO E| Compiling path-slash v0.1.5
33432026-09-07T00:01:23.639Z[ helios-setup] Sep 07 00:01:22.382 INFO E| Compiling ppv-lite86 v0.2.21
33442026-09-07T00:01:23.675Z[ host-package] Compiling crc32fast v1.5.0
33452026-09-07T00:01:23.883Z[ helios-setup] Sep 07 00:01:22.574 INFO E| Compiling erased-serde v0.3.31
33462026-09-07T00:01:23.887Z[ helios-setup] Sep 07 00:01:22.609 INFO E| Compiling toml_datetime v0.6.11
33472026-09-07T00:01:23.887Z[ host-package] Compiling sha2 v0.10.9
33482026-09-07T00:01:24.133Z[ helios-setup] Sep 07 00:01:22.875 INFO E| Compiling serde_spanned v0.6.9
33492026-09-07T00:01:24.139Z[ host-package] Compiling clap v4.6.1
33502026-09-07T00:01:24.277Z[ host-package] Compiling miniz_oxide v0.8.9
33512026-09-07T00:01:24.335Z[ helios-setup] Sep 07 00:01:23.075 INFO E| Compiling rand_chacha v0.3.1
33522026-09-07T00:01:24.370Z[ host-package] Compiling schemars v0.8.22
33532026-09-07T00:01:24.393Z[ host-package] Compiling futures-executor v0.3.32
33542026-09-07T00:01:24.440Z[ host-package] Compiling hex v0.4.3
33552026-09-07T00:01:24.444Z[ helios-setup] Sep 07 00:01:23.185 INFO E| Compiling toml_edit v0.19.15
33562026-09-07T00:01:24.457Z[ helios-setup] Sep 07 00:01:23.199 INFO E| Compiling ron v0.8.1
33572026-09-07T00:01:24.502Z[ helios-setup] Sep 07 00:01:23.245 INFO E| Compiling serde-hex v0.1.0
33582026-09-07T00:01:24.665Z[ host-package] Compiling hybrid-array v0.4.13
33592026-09-07T00:01:24.665Z[ host-package] Compiling rustls-native-certs v0.8.3
33602026-09-07T00:01:24.668Z[ host-package] Compiling hubpack v0.1.2
33612026-09-07T00:01:24.945Z[ helios-setup] Sep 07 00:01:23.688 INFO E| Compiling rand v0.8.5
33622026-09-07T00:01:25.192Z[ helios-setup] Sep 07 00:01:23.934 INFO E| Compiling futures-executor v0.3.31
33632026-09-07T00:01:25.215Z[ host-package] Compiling publicsuffix v2.3.0
33642026-09-07T00:01:25.219Z[ host-package] Compiling cookie v0.18.1
33652026-09-07T00:01:25.282Z[ helios-setup] Sep 07 00:01:24.023 INFO E| Compiling hashbrown v0.13.2
33662026-09-07T00:01:25.452Z[ helios-setup] Sep 07 00:01:24.186 INFO E| Compiling futures v0.3.31
33672026-09-07T00:01:25.468Z[ host-package] Compiling futures v0.3.32
33682026-09-07T00:01:25.539Z[ helios-setup] Sep 07 00:01:24.281 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33692026-09-07T00:01:25.544Z[ host-package] Compiling openapiv3 v2.2.0
33702026-09-07T00:01:25.608Z[ helios-setup] Sep 07 00:01:24.351 INFO E| Compiling slog-term v2.9.2
33712026-09-07T00:01:25.786Z[ host-package] Compiling signature v2.2.0
33722026-09-07T00:01:25.791Z[ host-package] Compiling wait-timeout v0.2.1
33732026-09-07T00:01:26.083Z[ host-package] Compiling thread_local v1.1.9
33742026-09-07T00:01:26.182Z[ helios-setup] Sep 07 00:01:24.925 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33752026-09-07T00:01:26.238Z[ host-package] Compiling regex v1.12.3
33762026-09-07T00:01:26.399Z[ host-package] Compiling cookie_store v0.22.1
33772026-09-07T00:01:26.402Z[ host-package] Compiling zlib-rs v0.6.2
33782026-09-07T00:01:26.402Z[ host-package] Compiling rusty-fork v0.3.1
33792026-09-07T00:01:26.445Z[ helios-setup] Sep 07 00:01:25.188 INFO E| Compiling object v0.30.4
33802026-09-07T00:01:26.514Z[ host-package] Compiling ipnetwork v0.21.1
33812026-09-07T00:01:26.885Z[ host-package] Compiling hmac v0.12.1
33822026-09-07T00:01:26.885Z[ host-package] Compiling rand_xorshift v0.4.0
33832026-09-07T00:01:27.343Z[ host-package] Compiling is-terminal v0.4.17
33842026-09-07T00:01:27.373Z[ helios-setup] Sep 07 00:01:26.116 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33852026-09-07T00:01:27.423Z[ host-package] Compiling data-encoding v2.10.0
33862026-09-07T00:01:27.427Z[ host-package] Compiling proptest v1.11.0
33872026-09-07T00:01:27.609Z[ host-package] Compiling oxnet v0.1.6
33882026-09-07T00:01:27.609Z[ host-package] Compiling slog-async v2.8.0
33892026-09-07T00:01:27.612Z[ host-package] Compiling crypto-common v0.2.2
33902026-09-07T00:01:27.888Z[ helios-setup] Sep 07 00:01:26.631 INFO E| Compiling toml v0.7.8
33912026-09-07T00:01:27.907Z[ host-package] Compiling slog-term v2.9.2
33922026-09-07T00:01:28.013Z[ helios-setup] Sep 07 00:01:26.755 INFO E| Compiling rsa v0.9.8
33932026-09-07T00:01:28.070Z[ host-package] Compiling block-buffer v0.12.1
33942026-09-07T00:01:28.183Z[ host-package] Compiling lazy_static v1.5.0
33952026-09-07T00:01:28.567Z[ host-package] Compiling tokio-util v0.7.18
33962026-09-07T00:01:28.644Z[ host-package] Compiling tower v0.5.3
33972026-09-07T00:01:28.820Z[ host-package] Compiling memmap2 v0.9.10
33982026-09-07T00:01:28.825Z[ helios-setup] Sep 07 00:01:27.558 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33992026-09-07T00:01:28.853Z[ host-package] Compiling camino v1.2.5
34002026-09-07T00:01:29.005Z[ host-package] Compiling dof v0.4.0
34012026-09-07T00:01:29.109Z[ host-package] Compiling dtrace-parser v0.3.0
34022026-09-07T00:01:29.219Z[ helios-setup] Sep 07 00:01:27.962 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34032026-09-07T00:01:29.441Z[ host-package] Compiling tower-http v0.6.8
34042026-09-07T00:01:29.572Z[ host-package] Compiling thread-id v5.1.0
34052026-09-07T00:01:29.705Z[ host-package] Compiling half v2.7.1
34062026-09-07T00:01:29.708Z[ host-package] Compiling ff v0.13.1
34072026-09-07T00:01:29.708Z[ host-package] Compiling num-integer v0.1.46
34082026-09-07T00:01:30.280Z[ host-package] Compiling h2 v0.4.15
34092026-09-07T00:01:30.345Z[ host-package] Compiling tokio-rustls v0.26.4
34102026-09-07T00:01:30.349Z[ host-package] Compiling rustls-platform-verifier v0.6.2
34112026-09-07T00:01:30.551Z[ host-package] Compiling usdt-impl v0.6.0
34122026-09-07T00:01:30.849Z[ host-package] Compiling ciborium-ll v0.2.2
34132026-09-07T00:01:30.849Z[ host-package] Compiling sec1 v0.7.3
34142026-09-07T00:01:31.178Z[ host-package] Compiling rustix v0.38.44
34152026-09-07T00:01:31.182Z[ host-package] Compiling group v0.13.0
34162026-09-07T00:01:31.481Z[ host-package] Compiling flate2 v1.1.9
34172026-09-07T00:01:31.484Z[ host-package] Compiling hkdf v0.12.4
34182026-09-07T00:01:31.485Z[ host-package] Compiling x509-cert v0.2.5
34192026-09-07T00:01:31.542Z[ host-package] Compiling crypto-bigint v0.5.5
34202026-09-07T00:01:31.933Z[ host-package] Compiling serde_spanned v0.6.9
34212026-09-07T00:01:32.042Z[ host-package] Compiling newtype-uuid v1.3.2
34222026-09-07T00:01:32.165Z[ host-package] Compiling usdt v0.6.0
34232026-09-07T00:01:32.464Z[ host-package] Compiling toml_datetime v0.6.11
34242026-09-07T00:01:32.549Z[ host-package] Compiling dof v0.3.0
34252026-09-07T00:01:32.756Z[ host-package] Compiling daft v0.1.8
34262026-09-07T00:01:33.259Z[ host-package] Compiling ciborium v0.2.2
34272026-09-07T00:01:33.391Z[ host-package] Compiling num-iter v0.1.45
34282026-09-07T00:01:33.423Z[ host-package] Compiling bstr v1.12.1
34292026-09-07T00:01:33.466Z[ host-package] Compiling dtrace-parser v0.2.0
34302026-09-07T00:01:33.791Z[ host-package] Compiling elliptic-curve v0.13.8
34312026-09-07T00:01:33.820Z[ host-package] Compiling thread-id v4.2.2
34322026-09-07T00:01:33.911Z[ host-package] Compiling digest v0.11.3
34332026-09-07T00:01:34.016Z[ host-package] Compiling signal-hook v0.3.18
34342026-09-07T00:01:34.029Z[ host-package] Compiling nix v0.31.2
34352026-09-07T00:01:34.032Z[ host-package] Compiling serde_with v3.21.0
34362026-09-07T00:01:34.094Z[ host-package] Compiling memmap v0.7.0
34372026-09-07T00:01:34.232Z[ host-package] Compiling usdt-impl v0.5.0
34382026-09-07T00:01:34.282Z[ host-package] Compiling foreign-types-shared v0.1.1
34392026-09-07T00:01:34.320Z[ host-package] Compiling ahash v0.8.12
34402026-09-07T00:01:34.365Z[ host-package] Compiling num-bigint-dig v0.8.6
34412026-09-07T00:01:34.395Z[ host-package] Compiling foreign-types v0.3.2
34422026-09-07T00:01:34.395Z[ host-package] Compiling packed_struct v0.10.1
34432026-09-07T00:01:34.444Z[ host-package] Compiling openssl-sys v0.9.117
34442026-09-07T00:01:34.444Z[ host-package] Compiling rfc6979 v0.4.0
34452026-09-07T00:01:34.528Z[ host-package] Compiling pkcs1 v0.7.5
34462026-09-07T00:01:34.532Z[ host-package] Compiling toml_edit v0.19.15
34472026-09-07T00:01:34.650Z[ host-package] Compiling hashbrown v0.13.2
34482026-09-07T00:01:34.673Z[ host-package] Compiling usdt v0.5.0
34492026-09-07T00:01:34.677Z[ host-package] Compiling ecdsa v0.16.9
34502026-09-07T00:01:34.915Z[ helios-setup] Sep 07 00:01:33.657 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34512026-09-07T00:01:35.016Z[ host-package] Compiling openssl v0.10.80
34522026-09-07T00:01:35.105Z[ host-package] Compiling curve25519-dalek v4.1.3
34532026-09-07T00:01:35.225Z[ host-package] Compiling serde-hex v0.1.0
34542026-09-07T00:01:35.309Z[ host-package] Compiling bzip2 v0.4.4
34552026-09-07T00:01:35.345Z[ host-package] Compiling primeorder v0.13.6
34562026-09-07T00:01:35.350Z[ host-package] Compiling signal-hook-mio v0.2.5
34572026-09-07T00:01:35.422Z[ host-package] Compiling rsa v0.9.10
34582026-09-07T00:01:35.537Z[ host-package] Compiling hyper v1.10.1
34592026-09-07T00:01:35.617Z[ host-package] Compiling globset v0.4.18
34602026-09-07T00:01:35.726Z[ host-package] Compiling ron v0.8.1
34612026-09-07T00:01:35.791Z[ host-package] Compiling block-padding v0.4.2
34622026-09-07T00:01:36.041Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34632026-09-07T00:01:36.126Z[ host-package] Compiling salty v0.3.0
34642026-09-07T00:01:36.126Z[ host-package] Compiling sha3 v0.10.8
34652026-09-07T00:01:36.168Z[ helios-setup] Sep 07 00:01:34.910 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34662026-09-07T00:01:36.347Z[ host-package] Compiling toml v0.7.8
34672026-09-07T00:01:36.583Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34682026-09-07T00:01:36.690Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34692026-09-07T00:01:36.762Z[ host-package] Compiling inout v0.2.2
34702026-09-07T00:01:36.892Z[ host-package] Compiling zip v0.6.6
34712026-09-07T00:01:36.975Z[ host-package] Compiling object v0.30.4
34722026-09-07T00:01:37.055Z[ host-package] Compiling ed25519 v2.2.3
34732026-09-07T00:01:37.092Z[ host-package] Compiling inout v0.1.4
34742026-09-07T00:01:37.336Z[ host-package] Compiling jiff v0.2.34
34752026-09-07T00:01:37.419Z[ host-package] Compiling ed25519-dalek v2.2.0
34762026-09-07T00:01:37.554Z[ host-package] Compiling cipher v0.4.4
34772026-09-07T00:01:37.554Z[ host-package] Compiling cipher v0.5.2
34782026-09-07T00:01:37.723Z[ host-package] Compiling hyper-util v0.1.20
34792026-09-07T00:01:37.937Z[ host-package] Compiling crossterm v0.28.1
34802026-09-07T00:01:37.937Z[ host-package] Compiling pem v3.0.6
34812026-09-07T00:01:37.937Z[ host-package] Compiling serde-big-array v0.5.1
34822026-09-07T00:01:37.941Z[ host-package] Compiling petgraph v0.8.3
34832026-09-07T00:01:38.179Z[ host-package] Compiling object v0.37.3
34842026-09-07T00:01:38.179Z[ host-package] Compiling heapless v0.7.17
34852026-09-07T00:01:38.407Z[ host-package] Compiling native-tls v0.2.18
34862026-09-07T00:01:38.413Z[ host-package] Compiling chacha20 v0.10.0
34872026-09-07T00:01:38.413Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34882026-09-07T00:01:38.915Z[ host-package] Compiling p384 v0.13.1
34892026-09-07T00:01:39.009Z[ host-package] Compiling tokio-native-tls v0.3.1
34902026-09-07T00:01:39.094Z[ host-package] Compiling byte-wrapper v0.1.0
34912026-09-07T00:01:39.242Z[ host-package] Compiling md-5 v0.10.6
34922026-09-07T00:01:39.309Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34932026-09-07T00:01:39.368Z[ host-package] Compiling serde_plain v1.0.2
34942026-09-07T00:01:39.397Z[ host-package] Compiling toml_edit v0.22.27
34952026-09-07T00:01:39.468Z[ host-package] Compiling postgres-protocol v0.6.10
34962026-09-07T00:01:39.537Z[ host-package] Compiling zopfli v0.8.3
34972026-09-07T00:01:39.704Z[ host-package] Compiling smoltcp v0.9.1
34982026-09-07T00:01:39.769Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34992026-09-07T00:01:40.216Z[ helios-setup] Sep 07 00:01:38.954 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35002026-09-07T00:01:40.290Z[ host-package] Compiling hyper-rustls v0.27.7
35012026-09-07T00:01:40.393Z[ host-package] Compiling hyper-tls v0.6.0
35022026-09-07T00:01:40.487Z[ host-package] Compiling tokio-stream v0.1.18
35032026-09-07T00:01:40.551Z[ host-package] Compiling hickory-proto v0.24.4
35042026-09-07T00:01:40.613Z[ host-package] Compiling reqwest v0.13.2
35052026-09-07T00:01:40.691Z[ host-package] Compiling hickory-proto v0.25.2
35062026-09-07T00:01:40.695Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35072026-09-07T00:01:40.695Z[ host-package] Compiling float-cmp v0.10.0
35082026-09-07T00:01:40.805Z[ host-package] Compiling string_cache v0.8.9
35092026-09-07T00:01:40.905Z[ host-package] Compiling predicates v3.1.4
35102026-09-07T00:01:40.930Z[ host-package] Compiling textwrap v0.16.2
35112026-09-07T00:01:40.930Z[ host-package] Compiling blake3 v1.8.5
35122026-09-07T00:01:41.086Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35132026-09-07T00:01:41.161Z[ host-package] Compiling petgraph v0.6.5
35142026-09-07T00:01:41.212Z[ host-package] Compiling toml v0.8.23
35152026-09-07T00:01:41.348Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35162026-09-07T00:01:41.653Z[ host-package] Compiling backtrace v0.3.76
35172026-09-07T00:01:41.738Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35182026-09-07T00:01:42.025Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35192026-09-07T00:01:42.078Z[ host-package] Compiling zip v4.6.1
35202026-09-07T00:01:42.152Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35212026-09-07T00:01:42.382Z[ host-package] Compiling backtrace-ext v0.2.1
35222026-09-07T00:01:42.626Z[ host-package] Compiling reqwest v0.12.28
35232026-09-07T00:01:42.658Z[ host-package] Compiling postgres-types v0.2.12
35242026-09-07T00:01:42.709Z[ host-package] Compiling iddqd v0.4.2
35252026-09-07T00:01:43.014Z[ host-package] Compiling similar v2.7.0
35262026-09-07T00:01:43.106Z[ host-package] Compiling olpc-cjson v0.1.4
35272026-09-07T00:01:43.379Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35282026-09-07T00:01:43.645Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
35292026-09-07T00:01:43.771Z[ host-package] Compiling hickory-resolver v0.24.4
35302026-09-07T00:01:43.855Z[ host-package] Compiling secrecy v0.8.0
35312026-09-07T00:01:44.163Z[ host-package] Compiling miette v7.6.0
35322026-09-07T00:01:44.163Z[ host-package] Compiling tokio-postgres v0.7.16
35332026-09-07T00:01:44.387Z[ host-package] Compiling fs-err v3.3.0
35342026-09-07T00:01:44.595Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35352026-09-07T00:01:44.924Z[ host-package] Compiling tough v0.22.0
35362026-09-07T00:01:45.163Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
35372026-09-07T00:01:45.230Z[ host-package] Compiling buf-list v1.1.2
35382026-09-07T00:01:45.415Z[ host-package] Compiling hostname v0.3.1
35392026-09-07T00:01:45.443Z[ host-package] Compiling slog-json v2.6.1
35402026-09-07T00:01:45.636Z[ host-package] Compiling qorb v0.4.1
35412026-09-07T00:01:45.719Z[ host-package] Compiling slog-bunyan v2.5.0
35422026-09-07T00:01:45.886Z[ host-package] Compiling compression-codecs v0.4.37
35432026-09-07T00:01:46.007Z[ host-package] Compiling serde_spanned v1.1.1
35442026-09-07T00:01:46.060Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
35452026-09-07T00:01:46.124Z[ host-package] Compiling multer v3.1.0
35462026-09-07T00:01:46.244Z[ host-package] Compiling async-compression v0.4.41
35472026-09-07T00:01:46.274Z[ host-package] Compiling sha1 v0.11.0
35482026-09-07T00:01:46.277Z[ host-package] Compiling rustls-pemfile v2.2.0
35492026-09-07T00:01:46.787Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
35502026-09-07T00:01:47.047Z[ host-package] Compiling serde_path_to_error v0.1.20
35512026-09-07T00:01:47.151Z[ host-package] Compiling hostname v0.4.2
35522026-09-07T00:01:47.251Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35532026-09-07T00:01:47.267Z[ host-package] Compiling progenitor-client v0.14.0
35542026-09-07T00:01:47.485Z[ host-package] Compiling atomicwrites v0.4.4
35552026-09-07T00:01:47.615Z[ host-package] Compiling macaddr v1.0.1
35562026-09-07T00:01:47.618Z[ host-package] Compiling instant v0.1.13
35572026-09-07T00:01:47.800Z[ host-package] Compiling oxide-generation v0.1.3
35582026-09-07T00:01:47.886Z[ host-package] Compiling regress v0.10.5
35592026-09-07T00:01:47.938Z[ host-package] Compiling backoff v0.4.0
35602026-09-07T00:01:48.009Z[ host-package] Compiling progenitor-extras v0.2.0
35612026-09-07T00:01:48.097Z[ host-package] Compiling parse-display v0.10.0
35622026-09-07T00:01:48.202Z[ host-package] Compiling heck v0.5.0
35632026-09-07T00:01:48.301Z[ host-package] Compiling dropshot v0.17.1
35642026-09-07T00:01:48.392Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35652026-09-07T00:01:48.504Z[ host-package] Compiling regress v0.11.1
35662026-09-07T00:01:48.714Z[ host-package] Compiling secrecy v0.10.3
35672026-09-07T00:01:48.823Z[ host-package] Compiling unsafe-libyaml v0.2.11
35682026-09-07T00:01:48.969Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35692026-09-07T00:01:49.081Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35702026-09-07T00:01:49.161Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35712026-09-07T00:01:49.345Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35722026-09-07T00:01:49.560Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35732026-09-07T00:01:49.689Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
35742026-09-07T00:01:49.758Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35752026-09-07T00:01:49.797Z[ host-package] Compiling universal-hash v0.5.1
35762026-09-07T00:01:49.802Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35772026-09-07T00:01:49.870Z[ host-package] Compiling chacha20 v0.9.1
35782026-09-07T00:01:50.105Z[ host-package] Compiling poly1305 v0.8.0
35792026-09-07T00:01:50.217Z[ host-package] Compiling blake2 v0.10.6
35802026-09-07T00:01:50.329Z[ host-package] Compiling typify-impl v0.6.2
35812026-09-07T00:01:50.394Z[ host-package] Compiling aead v0.5.2
35822026-09-07T00:01:50.506Z[ host-package] Compiling password-hash v0.5.0
35832026-09-07T00:01:50.645Z[ host-package] Compiling chacha20poly1305 v0.10.1
35842026-09-07T00:01:50.670Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35852026-09-07T00:01:50.695Z[ host-package] Compiling vsss-rs v3.3.4
35862026-09-07T00:01:50.699Z[ host-package] Compiling camino-tempfile v1.4.1
35872026-09-07T00:01:50.905Z[ host-package] Compiling argon2 v0.5.3
35882026-09-07T00:01:51.119Z[ host-package] Compiling heapless v0.8.0
35892026-09-07T00:01:51.177Z[ host-package] Compiling ingot-types v0.2.0
35902026-09-07T00:01:51.261Z[ host-package] Compiling cobs v0.3.0
35912026-09-07T00:01:51.265Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35922026-09-07T00:01:51.413Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35932026-09-07T00:01:51.538Z[ host-package] Compiling postcard v1.1.3
35942026-09-07T00:01:51.649Z[ helios-setup] Sep 07 00:01:50.392 INFO E| Finished `release` profile [optimized] target(s) in 43.43s
35952026-09-07T00:01:51.652Z[ helios-setup] Sep 07 00:01:50.394 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35962026-09-07T00:01:51.652Z[ helios-setup] Sep 07 00:01:50.394 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35972026-09-07T00:01:51.715Z[ host-package] Compiling ingot v0.2.1
35982026-09-07T00:01:51.723Z[ helios-setup] Sep 07 00:01:50.462 INFO building project "pilot" ok (43 seconds)
35992026-09-07T00:01:51.723Z[ helios-setup] Sep 07 00:01:50.462 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36002026-09-07T00:01:51.733Z[ helios-setup] Sep 07 00:01:50.476 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
36012026-09-07T00:01:51.733Z[ helios-setup] Sep 07 00:01:50.476 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36022026-09-07T00:01:51.733Z[ helios-setup] Sep 07 00:01:50.476 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36032026-09-07T00:01:51.757Z[ host-package] Compiling smoltcp v0.11.0
36042026-09-07T00:01:51.787Z[ host-package] Compiling cstr-argument v0.1.2
36052026-09-07T00:01:51.812Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36062026-09-07T00:01:51.836Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
36072026-09-07T00:01:51.839Z[ host-package] Compiling rand v0.10.1
36082026-09-07T00:01:51.876Z[ helios-setup] Sep 07 00:01:50.618 INFO E| Updating crates.io index
36092026-09-07T00:01:51.885Z[ host-package] Compiling sigpipe v0.1.3
36102026-09-07T00:01:51.968Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36112026-09-07T00:01:51.981Z[ helios-setup] Sep 07 00:01:50.723 INFO E| Downloading crates ...
36122026-09-07T00:01:51.998Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36132026-09-07T00:01:52.023Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36142026-09-07T00:01:52.023Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
36152026-09-07T00:01:52.029Z[ helios-setup] Sep 07 00:01:50.771 INFO E| Downloaded getrandom v0.3.3
36162026-09-07T00:01:52.046Z[ helios-setup] Sep 07 00:01:50.789 INFO E| Downloaded time-core v0.1.4
36172026-09-07T00:01:52.054Z[ helios-setup] Sep 07 00:01:50.795 INFO E| Downloaded errno v0.3.12
36182026-09-07T00:01:52.057Z[ helios-setup] Sep 07 00:01:50.800 INFO E| Downloaded deranged v0.4.0
36192026-09-07T00:01:52.061Z[ helios-setup] Sep 07 00:01:50.803 INFO E| Downloaded indexmap v2.9.0
36202026-09-07T00:01:52.064Z[ helios-setup] Sep 07 00:01:50.806 INFO E| Downloaded thiserror-impl v2.0.12
36212026-09-07T00:01:52.067Z[ helios-setup] Sep 07 00:01:50.807 INFO E| Downloaded thiserror v2.0.12
36222026-09-07T00:01:52.069Z[ helios-setup] Sep 07 00:01:50.811 INFO E| Downloaded serde_with_macros v3.12.0
36232026-09-07T00:01:52.072Z[ helios-setup] Sep 07 00:01:50.813 INFO E| Downloaded autocfg v1.4.0
36242026-09-07T00:01:52.073Z[ helios-setup] Sep 07 00:01:50.815 INFO E| Downloaded time-macros v0.2.22
36252026-09-07T00:01:52.076Z[ helios-setup] Sep 07 00:01:50.817 INFO E| Downloaded tempfile v3.20.0
36262026-09-07T00:01:52.080Z[ helios-setup] Sep 07 00:01:50.820 INFO E| Downloaded iana-time-zone v0.1.63
36272026-09-07T00:01:52.083Z[ helios-setup] Sep 07 00:01:50.824 INFO E| Downloaded bitflags v2.9.1
36282026-09-07T00:01:52.087Z[ helios-setup] Sep 07 00:01:50.826 INFO E| Downloaded unicode-ident v1.0.18
36292026-09-07T00:01:52.089Z[ helios-setup] Sep 07 00:01:50.830 INFO E| Downloaded anyhow v1.0.98
36302026-09-07T00:01:52.092Z[ helios-setup] Sep 07 00:01:50.834 INFO E| Downloaded proc-macro2 v1.0.95
36312026-09-07T00:01:52.099Z[ helios-setup] Sep 07 00:01:50.837 INFO E| Downloaded quote v1.0.40
36322026-09-07T00:01:52.099Z[ helios-setup] Sep 07 00:01:50.838 INFO E| Downloaded serde_derive v1.0.219
36332026-09-07T00:01:52.106Z[ helios-setup] Sep 07 00:01:50.849 INFO E| Downloaded serde v1.0.219
36342026-09-07T00:01:52.115Z[ helios-setup] Sep 07 00:01:50.858 INFO E| Downloaded memchr v2.7.4
36352026-09-07T00:01:52.118Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36362026-09-07T00:01:52.159Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36372026-09-07T00:01:52.167Z[ helios-setup] Sep 07 00:01:50.910 INFO E| Downloaded time v0.3.41
36382026-09-07T00:01:52.172Z[ helios-setup] Sep 07 00:01:50.915 INFO E| Downloaded hashbrown v0.15.3
36392026-09-07T00:01:52.175Z[ helios-setup] Sep 07 00:01:50.918 INFO E| Downloaded serde_json v1.0.140
36402026-09-07T00:01:52.180Z[ helios-setup] Sep 07 00:01:50.923 INFO E| Downloaded serde_with v3.12.0
36412026-09-07T00:01:52.185Z[ helios-setup] Sep 07 00:01:50.928 INFO E| Downloaded chrono v0.4.41
36422026-09-07T00:01:52.190Z[ helios-setup] Sep 07 00:01:50.932 INFO E| Downloaded syn v2.0.101
36432026-09-07T00:01:52.198Z[ helios-setup] Sep 07 00:01:50.940 INFO E| Downloaded rustix v1.0.7
36442026-09-07T00:01:52.214Z[ helios-setup] Sep 07 00:01:50.956 INFO E| Downloaded libc v0.2.172
36452026-09-07T00:01:52.253Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36462026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling proc-macro2 v1.0.95
36472026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling unicode-ident v1.0.18
36482026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling libc v0.2.172
36492026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling fnv v1.0.7
36502026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling ident_case v1.0.1
36512026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling strsim v0.11.1
36522026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling serde v1.0.219
36532026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling getrandom v0.3.3
36542026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling rustix v1.0.7
36552026-09-07T00:01:52.275Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling anyhow v1.0.98
36562026-09-07T00:01:52.282Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling serde_json v1.0.140
36572026-09-07T00:01:52.282Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling bitflags v2.9.1
36582026-09-07T00:01:52.282Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling thiserror v2.0.12
36592026-09-07T00:01:52.282Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling cfg-if v1.0.0
36602026-09-07T00:01:52.282Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling fastrand v2.3.0
36612026-09-07T00:01:52.282Z[ helios-setup] Sep 07 00:01:51.017 INFO E| Compiling memchr v2.7.4
36622026-09-07T00:01:52.295Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36632026-09-07T00:01:52.372Z[ host-package] Compiling zone v0.3.1
36642026-09-07T00:01:52.415Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36652026-09-07T00:01:52.492Z[ helios-setup] Sep 07 00:01:51.234 INFO E| Compiling once_cell v1.21.3
36662026-09-07T00:01:52.525Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36672026-09-07T00:01:52.575Z[ helios-setup] Sep 07 00:01:51.317 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36682026-09-07T00:01:52.657Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
36692026-09-07T00:01:52.667Z[ helios-setup] Sep 07 00:01:51.409 INFO E| Compiling ryu v1.0.20
36702026-09-07T00:01:52.672Z[ helios-setup] Sep 07 00:01:51.414 INFO E| Compiling itoa v1.0.15
36712026-09-07T00:01:52.829Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36722026-09-07T00:01:53.015Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36732026-09-07T00:01:53.253Z[ host-package] Compiling tokio-dtrace v0.1.1
36742026-09-07T00:01:53.309Z[ helios-setup] Sep 07 00:01:52.051 INFO E| Compiling errno v0.3.12
36752026-09-07T00:01:53.356Z[ host-package] Compiling bytecount v0.6.9
36762026-09-07T00:01:53.457Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
36772026-09-07T00:01:53.545Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
36782026-09-07T00:01:53.749Z[ helios-setup] Sep 07 00:01:52.491 INFO E| Compiling quote v1.0.40
36792026-09-07T00:01:53.759Z[ host-package] Compiling oxide-tokio-rt v0.1.4
36802026-09-07T00:01:53.877Z[ host-package] Compiling slog-dtrace v0.3.0
36812026-09-07T00:01:53.963Z[ helios-setup] Sep 07 00:01:52.687 INFO E| Compiling syn v2.0.101
36822026-09-07T00:01:53.977Z[ host-package] Compiling prettyplease v0.2.37
36832026-09-07T00:01:54.055Z[ host-package] Compiling newline-converter v0.3.0
36842026-09-07T00:01:54.058Z[ host-package] Compiling gethostname v0.5.0
36852026-09-07T00:01:54.235Z[ helios-setup] Sep 07 00:01:52.977 INFO E| Compiling tempfile v3.20.0
36862026-09-07T00:01:54.279Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36872026-09-07T00:01:54.494Z[ host-package] Compiling console v0.15.11
36882026-09-07T00:01:54.494Z[ host-package] Compiling oxide-update-engine-types v0.1.2
36892026-09-07T00:01:54.494Z[ host-package] Compiling cancel-safe-futures v0.1.5
36902026-09-07T00:01:54.576Z[ host-package] Compiling num-rational v0.4.2
36912026-09-07T00:01:54.580Z[ host-package] Compiling typify-macro v0.6.2
36922026-09-07T00:01:54.748Z[ host-package] Compiling num-complex v0.4.6
36932026-09-07T00:01:54.901Z[ host-package] Compiling match_cfg v0.1.0
36942026-09-07T00:01:54.940Z[ host-package] Compiling compression-core v0.4.31
36952026-09-07T00:01:55.152Z[ host-package] Compiling expectorate v1.2.0
36962026-09-07T00:01:55.306Z[ host-package] Compiling num v0.4.3
36972026-09-07T00:01:55.355Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36982026-09-07T00:01:55.618Z[ host-package] Compiling float-ord v0.3.2
36992026-09-07T00:01:55.621Z[ host-package] Compiling linear-map v1.2.0
37002026-09-07T00:01:55.621Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
37012026-09-07T00:01:55.769Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
37022026-09-07T00:01:55.944Z[ host-package] Compiling oxide-update-engine v0.1.2
37032026-09-07T00:01:55.967Z[ host-package] Compiling async-stream v0.3.6
37042026-09-07T00:01:56.260Z[ host-package] Compiling waitgroup v0.1.2
37052026-09-07T00:01:56.265Z[ host-package] Compiling typify v0.6.2
37062026-09-07T00:01:56.290Z[ helios-setup] Sep 07 00:01:55.031 INFO E| Compiling darling_core v0.20.11
37072026-09-07T00:01:56.457Z[ host-package] Compiling progenitor-impl v0.14.0
37082026-09-07T00:01:56.460Z[ host-package] Compiling backon v1.6.0
37092026-09-07T00:01:56.784Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
37102026-09-07T00:01:56.878Z[ helios-setup] Sep 07 00:01:55.620 INFO E| Compiling serde_derive v1.0.219
37112026-09-07T00:01:56.878Z[ helios-setup] Sep 07 00:01:55.620 INFO E| Compiling thiserror-impl v2.0.12
37122026-09-07T00:01:56.881Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
37132026-09-07T00:01:56.928Z[ host-package] Compiling minimal-lexical v0.2.1
37142026-09-07T00:01:57.125Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
37152026-09-07T00:01:57.260Z[ host-package] Compiling nom v7.1.3
37162026-09-07T00:01:57.318Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
37172026-09-07T00:01:57.430Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
37182026-09-07T00:01:58.185Z[ host-package] Compiling itertools v0.14.0
37192026-09-07T00:01:58.251Z[ helios-setup] Sep 07 00:01:56.993 INFO E| Compiling darling_macro v0.20.11
37202026-09-07T00:01:59.013Z[ host-package] Compiling unicode-xid v0.2.6
37212026-09-07T00:01:59.100Z[ helios-setup] Sep 07 00:01:57.842 INFO E| Compiling darling v0.20.11
37222026-09-07T00:01:59.103Z[ host-package] Compiling progenitor-macro v0.14.0
37232026-09-07T00:01:59.187Z[ helios-setup] Sep 07 00:01:57.929 INFO E| Compiling serde_with_macros v3.12.0
37242026-09-07T00:01:59.191Z[ host-package] Compiling humantime v2.3.0
37252026-09-07T00:01:59.355Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
37262026-09-07T00:01:59.413Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
37272026-09-07T00:01:59.525Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
37282026-09-07T00:01:59.662Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
37292026-09-07T00:01:59.723Z[ host-package] Compiling papergrid v0.11.0
37302026-09-07T00:01:59.780Z[ host-package] Compiling tabled_derive v0.7.0
37312026-09-07T00:01:59.990Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
37322026-09-07T00:02:00.154Z[ host-package] Compiling termtree v0.5.1
37332026-09-07T00:02:00.434Z[ host-package] Compiling crossterm v0.29.0
37342026-09-07T00:02:00.617Z[ host-package] Compiling phf_shared v0.12.1
37352026-09-07T00:02:00.797Z[ host-package] Compiling tabled v0.15.0
37362026-09-07T00:02:00.871Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37372026-09-07T00:02:01.168Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
37382026-09-07T00:02:01.207Z[ host-package] Compiling csv-core v0.1.13
37392026-09-07T00:02:01.607Z[ host-package] Compiling vte v0.14.1
37402026-09-07T00:02:01.730Z[ host-package] Compiling highway v1.3.0
37412026-09-07T00:02:01.827Z[ host-package] Compiling chrono-tz v0.10.4
37422026-09-07T00:02:01.893Z[ host-package] Compiling strip-ansi-escapes v0.2.1
37432026-09-07T00:02:02.053Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37442026-09-07T00:02:02.169Z[ host-package] Compiling csv v1.4.0
37452026-09-07T00:02:02.194Z[ host-package] Compiling phf v0.12.1
37462026-09-07T00:02:02.281Z[ helios-setup] Sep 07 00:02:01.008 INFO E| Compiling serde_with v3.12.0
37472026-09-07T00:02:02.310Z[ host-package] Compiling const_format_proc_macros v0.2.34
37482026-09-07T00:02:02.354Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37492026-09-07T00:02:02.451Z[ host-package] Compiling fd-lock v4.0.4
37502026-09-07T00:02:02.521Z[ host-package] Compiling peg-macros v0.8.5
37512026-09-07T00:02:02.747Z[ host-package] Compiling nu-ansi-term v0.50.3
37522026-09-07T00:02:03.097Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
37532026-09-07T00:02:03.327Z[ host-package] Compiling reedline v0.40.0
37542026-09-07T00:02:03.458Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37552026-09-07T00:02:03.458Z[ host-package] Compiling const_format v0.2.35
37562026-09-07T00:02:03.616Z[ host-package] Compiling bcs v0.1.6
37572026-09-07T00:02:03.754Z[ host-package] Compiling nom v8.0.0
37582026-09-07T00:02:03.821Z[ host-package] Compiling semver v0.1.20
37592026-09-07T00:02:03.908Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
37602026-09-07T00:02:03.965Z[ host-package] Compiling peg v0.8.5
37612026-09-07T00:02:03.986Z[ host-package] Compiling progenitor v0.14.0
37622026-09-07T00:02:04.084Z[ host-package] Compiling rustc_version v0.1.7
37632026-09-07T00:02:04.139Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37642026-09-07T00:02:04.143Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37652026-09-07T00:02:04.166Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37662026-09-07T00:02:04.256Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37672026-09-07T00:02:04.327Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
37682026-09-07T00:02:04.362Z[ host-package] Compiling newtype_derive v0.1.6
37692026-09-07T00:02:04.815Z[ host-package] Compiling sha1 v0.10.6
37702026-09-07T00:02:04.818Z[ host-package] Compiling utf-8 v0.7.6
37712026-09-07T00:02:04.842Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37722026-09-07T00:02:04.927Z[ host-package] Compiling steno v0.4.1
37732026-09-07T00:02:05.044Z[ host-package] Compiling tagptr v0.2.0
37742026-09-07T00:02:05.112Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37752026-09-07T00:02:05.191Z[ host-package] Compiling tungstenite v0.21.0
37762026-09-07T00:02:05.249Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37772026-09-07T00:02:05.409Z[ host-package] Compiling moka v0.12.13
37782026-09-07T00:02:05.413Z[ host-package] Compiling darling_core v0.21.3
37792026-09-07T00:02:05.469Z[ host-package] Compiling display-error-chain v0.2.2
37802026-09-07T00:02:05.472Z[ host-package] Compiling vergen-lib v0.1.6
37812026-09-07T00:02:05.700Z[ host-package] Compiling diesel_derives v2.3.7
37822026-09-07T00:02:05.801Z[ host-package] Compiling scheduled-thread-pool v0.2.7
37832026-09-07T00:02:05.865Z[ host-package] Compiling vergen-gitcl v1.0.8
37842026-09-07T00:02:05.968Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
37852026-09-07T00:02:06.027Z[ host-package] Compiling tokio-tungstenite v0.21.0
37862026-09-07T00:02:06.223Z[ host-package] Compiling dirs-sys-next v0.1.2
37872026-09-07T00:02:06.304Z[ host-package] Compiling maplit v1.0.2
37882026-09-07T00:02:06.304Z[ host-package] Compiling crunchy v0.2.4
37892026-09-07T00:02:06.308Z[ helios-setup] Sep 07 00:02:05.050 INFO E| Finished `release` profile [optimized] target(s) in 14.56s
37902026-09-07T00:02:06.334Z[ helios-setup] Sep 07 00:02:05.076 INFO building project "dmar-report" ok (14 seconds)
37912026-09-07T00:02:06.334Z[ helios-setup] Sep 07 00:02:05.077 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37922026-09-07T00:02:06.347Z[ helios-setup] Sep 07 00:02:05.089 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
37932026-09-07T00:02:06.347Z[ helios-setup] Sep 07 00:02:05.090 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37942026-09-07T00:02:06.350Z[ helios-setup] Sep 07 00:02:05.090 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37952026-09-07T00:02:06.437Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37962026-09-07T00:02:06.478Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37972026-09-07T00:02:06.519Z[ host-package] Compiling glob v0.3.3
37982026-09-07T00:02:06.530Z[ helios-setup] Sep 07 00:02:05.271 INFO E| Downloading crates ...
37992026-09-07T00:02:06.576Z[ helios-setup] Sep 07 00:02:05.317 INFO E| Downloaded adler2 v2.0.0
38002026-09-07T00:02:06.585Z[ helios-setup] Sep 07 00:02:05.327 INFO E| Downloaded miniz_oxide v0.8.8
38012026-09-07T00:02:06.625Z[ helios-setup] Sep 07 00:02:05.368 INFO E| Compiling adler2 v2.0.0
38022026-09-07T00:02:06.696Z[ host-package] Compiling dirs-next v2.0.0
38032026-09-07T00:02:06.717Z[ helios-setup] Sep 07 00:02:05.460 INFO E| Compiling miniz_oxide v0.8.8
38042026-09-07T00:02:06.823Z[ host-package] Compiling hickory-resolver v0.25.2
38052026-09-07T00:02:06.916Z[ host-package] Compiling r2d2 v0.8.10
38062026-09-07T00:02:06.916Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38072026-09-07T00:02:06.978Z[ host-package] Compiling clang-sys v1.8.1
38082026-09-07T00:02:07.080Z[ host-package] Compiling libscf-sys v1.2.0
38092026-09-07T00:02:07.186Z[ host-package] Compiling downcast-rs v2.0.2
38102026-09-07T00:02:07.241Z[ host-package] Compiling xshell-macros v0.2.7
38112026-09-07T00:02:07.275Z[ host-package] Compiling tiny-keccak v2.0.2
38122026-09-07T00:02:07.339Z[ host-package] Compiling term v0.7.0
38132026-09-07T00:02:07.557Z[ host-package] Compiling papergrid v0.18.0
38142026-09-07T00:02:07.630Z[ host-package] Compiling bit-vec v0.6.3
38152026-09-07T00:02:07.669Z[ host-package] Compiling xshell v0.2.7
38162026-09-07T00:02:07.750Z[ helios-setup] Sep 07 00:02:06.491 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38172026-09-07T00:02:07.787Z[ host-package] Compiling darling_macro v0.21.3
38182026-09-07T00:02:07.887Z[ host-package] Compiling bit-set v0.5.3
38192026-09-07T00:02:07.922Z[ host-package] Compiling ascii-canvas v3.0.0
38202026-09-07T00:02:07.982Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
38212026-09-07T00:02:08.031Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
38222026-09-07T00:02:08.078Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
38232026-09-07T00:02:08.119Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38242026-09-07T00:02:08.227Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38252026-09-07T00:02:08.230Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38262026-09-07T00:02:08.271Z[ helios-setup] Sep 07 00:02:07.013 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
38272026-09-07T00:02:08.282Z[ helios-setup] Sep 07 00:02:07.024 INFO building project "pinprick" ok (1 seconds)
38282026-09-07T00:02:08.282Z[ helios-setup] Sep 07 00:02:07.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
38292026-09-07T00:02:08.300Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
38302026-09-07T00:02:08.353Z[ host-package] Compiling darling v0.21.3
38312026-09-07T00:02:08.447Z[ host-package] Compiling dsl_auto_type v0.2.0
38322026-09-07T00:02:08.479Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
38332026-09-07T00:02:08.580Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-09-07T00:02:08.651Z[ host-package] Compiling itertools v0.15.0
38352026-09-07T00:02:08.678Z[ host-package] Compiling itertools v0.10.5
38362026-09-07T00:02:08.698Z[ host-package] Compiling ena v0.14.4
38372026-09-07T00:02:08.838Z[ host-package] Compiling tabled v0.21.0
38382026-09-07T00:02:08.985Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38392026-09-07T00:02:09.341Z[ host-package] Compiling libloading v0.8.9
38402026-09-07T00:02:09.367Z[ host-package] Compiling bindgen v0.71.1
38412026-09-07T00:02:09.560Z[ host-package] Compiling regex-syntax v0.6.29
38422026-09-07T00:02:09.586Z[ host-package] Compiling diff v0.1.13
38432026-09-07T00:02:09.683Z[ host-package] Compiling unicase v2.9.0
38442026-09-07T00:02:09.879Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38452026-09-07T00:02:10.021Z[ host-package] Compiling cexpr v0.6.0
38462026-09-07T00:02:10.053Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38472026-09-07T00:02:10.091Z[ host-package] Compiling rustc-hash v2.1.1
38482026-09-07T00:02:10.230Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
38492026-09-07T00:02:10.286Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
38502026-09-07T00:02:10.405Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
38512026-09-07T00:02:10.475Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38522026-09-07T00:02:10.658Z[ host-package] Compiling headers-core v0.3.0
38532026-09-07T00:02:10.760Z[ host-package] Compiling libxml v0.3.3
38542026-09-07T00:02:10.946Z[ host-package] Compiling crc8 v0.1.1
38552026-09-07T00:02:10.979Z[ host-package] Compiling headers v0.4.1
38562026-09-07T00:02:11.024Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
38572026-09-07T00:02:11.203Z[ host-package] Compiling lalrpop v0.19.12
38582026-09-07T00:02:11.401Z[ host-package] Compiling strum_macros v0.24.3
38592026-09-07T00:02:11.707Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38602026-09-07T00:02:11.790Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
38612026-09-07T00:02:11.953Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
38622026-09-07T00:02:12.169Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38632026-09-07T00:02:12.332Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38642026-09-07T00:02:12.464Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38652026-09-07T00:02:12.527Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38662026-09-07T00:02:13.089Z[ host-package] Compiling indoc v1.0.9
38672026-09-07T00:02:13.301Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
38682026-09-07T00:02:13.634Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-09-07T00:02:13.680Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
38702026-09-07T00:02:13.750Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
38712026-09-07T00:02:14.116Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
38722026-09-07T00:02:14.155Z[ host-package] Compiling quick-xml v0.37.5
38732026-09-07T00:02:14.287Z[ host-package] Compiling diesel v2.3.7
38742026-09-07T00:02:14.736Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38752026-09-07T00:02:15.369Z[ host-package] Compiling derive_builder v0.20.2
38762026-09-07T00:02:15.715Z[ host-package] Compiling oso-derive v0.27.3
38772026-09-07T00:02:16.063Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
38782026-09-07T00:02:16.161Z[ host-package] Compiling openssl-probe v0.1.6
38792026-09-07T00:02:16.457Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38802026-09-07T00:02:16.589Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
38812026-09-07T00:02:17.133Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
38822026-09-07T00:02:17.433Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38832026-09-07T00:02:17.481Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38842026-09-07T00:02:17.557Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38852026-09-07T00:02:17.646Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
38862026-09-07T00:02:17.942Z[ host-package] Compiling bb8 v0.8.6
38872026-09-07T00:02:18.024Z[ host-package] Compiling filetime v0.2.27
38882026-09-07T00:02:18.079Z[ host-package] Compiling samael v0.0.19
38892026-09-07T00:02:18.340Z[ host-package] Compiling trait-variant v0.1.2
38902026-09-07T00:02:18.409Z[ host-package] Compiling half v1.8.3
38912026-09-07T00:02:18.438Z[ host-package] Compiling tar v0.4.46
38922026-09-07T00:02:18.513Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38932026-09-07T00:02:18.787Z[ host-package] Compiling serde_cbor v0.11.2
38942026-09-07T00:02:18.995Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38952026-09-07T00:02:19.112Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38962026-09-07T00:02:19.234Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
38972026-09-07T00:02:19.288Z[ host-package] Compiling nonempty v0.12.0
38982026-09-07T00:02:19.408Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38992026-09-07T00:02:19.532Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39002026-09-07T00:02:19.623Z[ host-package] Compiling fxhash v0.2.1
39012026-09-07T00:02:19.665Z[ host-package] Compiling libz-sys v1.1.24
39022026-09-07T00:02:19.732Z[ host-package] Compiling polar-core v0.27.3
39032026-09-07T00:02:19.813Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
39042026-09-07T00:02:20.101Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39052026-09-07T00:02:20.243Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39062026-09-07T00:02:20.383Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
39072026-09-07T00:02:20.519Z[ host-package] Compiling kstat-rs v0.2.5
39082026-09-07T00:02:20.945Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
39092026-09-07T00:02:20.991Z[ host-package] Compiling seq-macro v0.3.6
39102026-09-07T00:02:21.062Z[ host-package] Compiling dashu-int v0.5.1
39112026-09-07T00:02:21.121Z[ host-package] Compiling mime_guess v2.0.5
39122026-09-07T00:02:21.422Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
39132026-09-07T00:02:21.525Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39142026-09-07T00:02:21.566Z[ host-package] Compiling ssh-encoding v0.2.0
39152026-09-07T00:02:21.741Z[ host-package] Compiling nanorand v0.7.0
39162026-09-07T00:02:22.073Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
39172026-09-07T00:02:22.200Z[ host-package] Compiling num-modular v0.6.5
39182026-09-07T00:02:22.261Z[ host-package] Compiling parking_lot_core v0.8.6
39192026-09-07T00:02:22.280Z[ host-package] Compiling dashu-base v0.5.1
39202026-09-07T00:02:22.461Z[ host-package] Compiling rlimit v0.10.2
39212026-09-07T00:02:22.685Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39222026-09-07T00:02:22.712Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39232026-09-07T00:02:22.715Z[ host-package] Compiling flume v0.11.1
39242026-09-07T00:02:22.822Z[ host-package] Compiling ssh-cipher v0.2.0
39252026-09-07T00:02:23.136Z[ host-package] Compiling tungstenite v0.28.0
39262026-09-07T00:02:23.171Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39272026-09-07T00:02:23.221Z[ host-package] Compiling p256 v0.13.2
39282026-09-07T00:02:23.351Z[ host-package] Compiling git-stub v1.0.0
39292026-09-07T00:02:23.672Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
39302026-09-07T00:02:23.878Z[ host-package] Compiling instability v0.3.11
39312026-09-07T00:02:24.043Z[ host-package] Compiling num-primitive v0.2.1
39322026-09-07T00:02:24.281Z[ host-package] Compiling http-range v0.1.5
39332026-09-07T00:02:24.287Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
39342026-09-07T00:02:24.494Z[ host-package] Compiling strsim v0.10.0
39352026-09-07T00:02:24.686Z[ host-package] Compiling darling_core v0.13.4
39362026-09-07T00:02:24.746Z[ host-package] Compiling dsi-bitstream v0.10.1
39372026-09-07T00:02:24.862Z[ host-package] Compiling tokio-tungstenite v0.28.0
39382026-09-07T00:02:24.965Z[ host-package] Compiling git-stub-vcs v0.1.0
39392026-09-07T00:02:25.310Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
39402026-09-07T00:02:25.361Z[ host-package] Compiling ssh-key v0.6.7
39412026-09-07T00:02:26.049Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39422026-09-07T00:02:26.135Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39432026-09-07T00:02:26.174Z[ host-package] Compiling progenitor-impl v0.13.0
39442026-09-07T00:02:26.507Z[ host-package] Compiling ignore v0.4.25
39452026-09-07T00:02:27.334Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
39462026-09-07T00:02:27.662Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39472026-09-07T00:02:28.063Z[ host-package] Compiling anstyle-parse v0.2.7
39482026-09-07T00:02:28.320Z[ host-package] Compiling vergen-git2 v9.1.0
39492026-09-07T00:02:28.541Z[ host-package] Compiling castaway v0.2.4
39502026-09-07T00:02:28.567Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39512026-09-07T00:02:28.635Z[ host-package] Compiling bytesize v2.7.0
39522026-09-07T00:02:28.731Z[ host-package] Compiling http-range-header v0.4.2
39532026-09-07T00:02:28.768Z[ host-package] Compiling indoc v2.0.7
39542026-09-07T00:02:28.892Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39552026-09-07T00:02:29.028Z[ host-package] Compiling compact_str v0.8.1
39562026-09-07T00:02:29.109Z[ host-package] Compiling progenitor-macro v0.13.0
39572026-09-07T00:02:29.175Z[ host-package] Compiling anstream v0.6.21
39582026-09-07T00:02:29.310Z[ helios-setup] Sep 07 00:02:28.052 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')"
39592026-09-07T00:02:29.310Z[ helios-setup] Sep 07 00:02:28.052 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
39602026-09-07T00:02:29.319Z[ helios-setup] Sep 07 00:02:28.061 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
39612026-09-07T00:02:29.319Z[ helios-setup] Sep 07 00:02:28.061 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
39622026-09-07T00:02:29.319Z[ helios-setup] Sep 07 00:02:28.061 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
39632026-09-07T00:02:29.435Z[ helios-setup] Sep 07 00:02:28.176 INFO E| Downloading crates ...
39642026-09-07T00:02:29.488Z[ helios-setup] Sep 07 00:02:28.230 INFO E| Downloaded bytes v1.2.1
39652026-09-07T00:02:29.493Z[ helios-setup] Sep 07 00:02:28.233 INFO E| Downloaded cpufeatures v0.2.5
39662026-09-07T00:02:29.496Z[ helios-setup] Sep 07 00:02:28.234 INFO E| Downloaded sha2 v0.10.5
39672026-09-07T00:02:29.496Z[ helios-setup] Sep 07 00:02:28.236 INFO E| Downloaded block-buffer v0.10.3
39682026-09-07T00:02:29.496Z[ helios-setup] Sep 07 00:02:28.236 INFO E| Downloaded generic-array v0.14.6
39692026-09-07T00:02:29.499Z[ helios-setup] Sep 07 00:02:28.239 INFO E| Downloaded anyhow v1.0.62
39702026-09-07T00:02:29.502Z[ helios-setup] Sep 07 00:02:28.242 INFO E| Downloaded digest v0.10.3
39712026-09-07T00:02:29.502Z[ helios-setup] Sep 07 00:02:28.243 INFO E| Downloaded miniz_oxide v0.6.2
39722026-09-07T00:02:29.506Z[ helios-setup] Sep 07 00:02:28.246 INFO E| Downloaded typenum v1.15.0
39732026-09-07T00:02:29.509Z[ helios-setup] Sep 07 00:02:28.250 INFO E| Downloaded flate2 v1.0.25
39742026-09-07T00:02:29.558Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling version_check v0.9.4
39752026-09-07T00:02:29.558Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling typenum v1.15.0
39762026-09-07T00:02:29.558Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling crc32fast v1.3.2
39772026-09-07T00:02:29.558Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling cfg-if v1.0.0
39782026-09-07T00:02:29.561Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling anyhow v1.0.62
39792026-09-07T00:02:29.562Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling adler v1.0.2
39802026-09-07T00:02:29.562Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling cpufeatures v0.2.5
39812026-09-07T00:02:29.562Z[ helios-setup] Sep 07 00:02:28.299 INFO E| Compiling unicode-width v0.1.10
39822026-09-07T00:02:29.565Z[ helios-setup] Sep 07 00:02:28.306 INFO E| Compiling bytes v1.2.1
39832026-09-07T00:02:29.566Z[ helios-setup] Sep 07 00:02:28.306 INFO E| Compiling bitflags v1.3.2
39842026-09-07T00:02:29.760Z[ helios-setup] Sep 07 00:02:28.502 INFO E| Compiling getopts v0.2.21
39852026-09-07T00:02:29.839Z[ helios-setup] Sep 07 00:02:28.581 INFO E| Compiling miniz_oxide v0.6.2
39862026-09-07T00:02:29.857Z[ host-package] Compiling oso v0.27.3
39872026-09-07T00:02:30.072Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
39882026-09-07T00:02:30.136Z[ helios-setup] Sep 07 00:02:28.878 INFO E| Compiling generic-array v0.14.6
39892026-09-07T00:02:30.328Z[ host-package] Compiling globwalk v0.9.1
39902026-09-07T00:02:30.628Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39912026-09-07T00:02:30.884Z[ helios-setup] Sep 07 00:02:29.626 INFO E| Compiling flate2 v1.0.25
39922026-09-07T00:02:31.108Z[ host-package] Compiling darling_macro v0.13.4
39932026-09-07T00:02:31.588Z[ helios-setup] Sep 07 00:02:30.330 INFO E| Compiling block-buffer v0.10.3
39942026-09-07T00:02:31.588Z[ helios-setup] Sep 07 00:02:30.330 INFO E| Compiling crypto-common v0.1.6
39952026-09-07T00:02:31.700Z[ helios-setup] Sep 07 00:02:30.442 INFO E| Compiling digest v0.10.3
39962026-09-07T00:02:31.762Z[ host-package] Compiling parking_lot v0.11.2
39972026-09-07T00:02:31.850Z[ host-package] Compiling hyper-staticfile v0.10.1
39982026-09-07T00:02:31.883Z[ helios-setup] Sep 07 00:02:30.625 INFO E| Compiling sha2 v0.10.5
39992026-09-07T00:02:32.005Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40002026-09-07T00:02:32.126Z[ helios-setup] Sep 07 00:02:30.868 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
40012026-09-07T00:02:32.501Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40022026-09-07T00:02:32.678Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40032026-09-07T00:02:32.767Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40042026-09-07T00:02:33.305Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40052026-09-07T00:02:33.586Z[ host-package] Compiling predicates-tree v1.0.13
40062026-09-07T00:02:33.878Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40072026-09-07T00:02:33.955Z[ host-package] Compiling progenitor-client v0.13.0
40082026-09-07T00:02:34.089Z[ host-package] Compiling unicode-truncate v1.1.0
40092026-09-07T00:02:34.155Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40102026-09-07T00:02:34.228Z[ host-package] Compiling digest-io v0.1.0
40112026-09-07T00:02:34.414Z[ host-package] Compiling async-bb8-diesel v0.2.1
40122026-09-07T00:02:34.516Z[ host-package] Compiling diesel-dtrace v0.5.0
40132026-09-07T00:02:34.562Z[ host-package] Compiling sha2 v0.11.0
40142026-09-07T00:02:34.630Z[ helios-setup] Sep 07 00:02:33.372 INFO E| Finished `release` profile [optimized] target(s) in 5.29s
40152026-09-07T00:02:34.643Z[ helios-setup] Sep 07 00:02:33.386 INFO building project "bootserver" ok (5 seconds)
40162026-09-07T00:02:34.643Z[ helios-setup] Sep 07 00:02:33.386 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
40172026-09-07T00:02:34.651Z[ host-package] Compiling lru v0.12.5
40182026-09-07T00:02:34.681Z[ helios-setup] Sep 07 00:02:33.423 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')"
40192026-09-07T00:02:34.681Z[ helios-setup] Sep 07 00:02:33.424 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
40202026-09-07T00:02:34.681Z[ helios-setup] Sep 07 00:02:33.424 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
40212026-09-07T00:02:34.859Z[ helios-setup] Sep 07 00:02:33.601 INFO E| Updating crates.io index
40222026-09-07T00:02:34.862Z[ helios-setup] Sep 07 00:02:33.602 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
40232026-09-07T00:02:34.897Z[ host-package] Compiling prefix-trie v0.7.0
40242026-09-07T00:02:34.925Z[ host-package] Compiling rand_seeder v0.4.0
40252026-09-07T00:02:34.955Z[ host-package] Compiling cassowary v0.3.0
40262026-09-07T00:02:35.048Z[ host-package] Compiling camino-tempfile-ext v0.3.3
40272026-09-07T00:02:35.167Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40282026-09-07T00:02:35.352Z[ helios-setup] Sep 07 00:02:34.093 INFO E| From https://github.com/oxidecomputer/amd-apcb
40292026-09-07T00:02:35.353Z[ helios-setup] Sep 07 00:02:34.093 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
40302026-09-07T00:02:35.364Z[ helios-setup] Sep 07 00:02:34.106 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
40312026-09-07T00:02:35.385Z[ host-package] Compiling progenitor v0.13.0
40322026-09-07T00:02:35.416Z[ host-package] Compiling hickory-server v0.25.2
40332026-09-07T00:02:35.505Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40342026-09-07T00:02:35.600Z[ host-package] Compiling ratatui v0.29.0
40352026-09-07T00:02:35.714Z[ host-package] Compiling sled v0.34.7
40362026-09-07T00:02:35.767Z[ helios-setup] Sep 07 00:02:34.509 INFO E| From https://github.com/oxidecomputer/amd-efs
40372026-09-07T00:02:35.767Z[ helios-setup] Sep 07 00:02:34.509 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
40382026-09-07T00:02:35.780Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
40392026-09-07T00:02:35.994Z[ helios-setup] Sep 07 00:02:34.736 INFO E| Downloading crates ...
40402026-09-07T00:02:36.048Z[ helios-setup] Sep 07 00:02:34.790 INFO E| Downloaded unic-ucd-version v0.9.0
40412026-09-07T00:02:36.051Z[ helios-setup] Sep 07 00:02:34.791 INFO E| Downloaded log v0.4.27
40422026-09-07T00:02:36.051Z[ helios-setup] Sep 07 00:02:34.793 INFO E| Downloaded strsim v0.8.0
40432026-09-07T00:02:36.054Z[ helios-setup] Sep 07 00:02:34.794 INFO E| Downloaded pest_generator v2.8.0
40442026-09-07T00:02:36.054Z[ helios-setup] Sep 07 00:02:34.795 INFO E| Downloaded unic-char-range v0.9.0
40452026-09-07T00:02:36.054Z[ helios-setup] Sep 07 00:02:34.795 INFO E| Downloaded parse_int v0.9.0
40462026-09-07T00:02:36.057Z[ helios-setup] Sep 07 00:02:34.798 INFO E| Downloaded vec_map v0.8.2
40472026-09-07T00:02:36.057Z[ helios-setup] Sep 07 00:02:34.798 INFO E| Downloaded pest_derive v2.8.0
40482026-09-07T00:02:36.060Z[ helios-setup] Sep 07 00:02:34.800 INFO E| Downloaded strum v0.27.1
40492026-09-07T00:02:36.065Z[ helios-setup] Sep 07 00:02:34.807 INFO E| Downloaded unic-ucd-ident v0.9.0
40502026-09-07T00:02:36.068Z[ helios-setup] Sep 07 00:02:34.808 INFO E| Downloaded fletcher v1.0.0
40512026-09-07T00:02:36.068Z[ helios-setup] Sep 07 00:02:34.809 INFO E| Downloaded rustversion v1.0.20
40522026-09-07T00:02:36.071Z[ helios-setup] Sep 07 00:02:34.811 INFO E| Downloaded unic-char-property v0.9.0
40532026-09-07T00:02:36.071Z[ helios-setup] Sep 07 00:02:34.811 INFO E| Downloaded heck v0.3.3
40542026-09-07T00:02:36.071Z[ helios-setup] Sep 07 00:02:34.812 INFO E| Downloaded dyn-clone v1.0.19
40552026-09-07T00:02:36.071Z[ helios-setup] Sep 07 00:02:34.813 INFO E| Downloaded unic-common v0.9.0
40562026-09-07T00:02:36.077Z[ helios-setup] Sep 07 00:02:34.820 INFO E| Downloaded four-cc v0.4.0
40572026-09-07T00:02:36.080Z[ helios-setup] Sep 07 00:02:34.821 INFO E| Downloaded strum_macros v0.27.1
40582026-09-07T00:02:36.080Z[ helios-setup] Sep 07 00:02:34.822 INFO E| Downloaded structopt-derive v0.4.18
40592026-09-07T00:02:36.083Z[ helios-setup] Sep 07 00:02:34.823 INFO E| Downloaded textwrap v0.11.0
40602026-09-07T00:02:36.086Z[ helios-setup] Sep 07 00:02:34.827 INFO E| Downloaded modular-bitfield v0.13.1
40612026-09-07T00:02:36.090Z[ helios-setup] Sep 07 00:02:34.833 INFO E| Downloaded bytesize v2.0.1
40622026-09-07T00:02:36.093Z[ helios-setup] Sep 07 00:02:34.834 INFO E| Downloaded modular-bitfield-impl v0.11.2
40632026-09-07T00:02:36.093Z[ helios-setup] Sep 07 00:02:34.835 INFO E| Downloaded modular-bitfield-impl v0.13.1
40642026-09-07T00:02:36.093Z[ helios-setup] Sep 07 00:02:34.836 INFO E| Downloaded structopt v0.3.26
40652026-09-07T00:02:36.098Z[ helios-setup] Sep 07 00:02:34.840 INFO E| Downloaded pest_meta v2.8.0
40662026-09-07T00:02:36.102Z[ helios-setup] Sep 07 00:02:34.842 INFO E| Downloaded ansi_term v0.12.1
40672026-09-07T00:02:36.102Z[ helios-setup] Sep 07 00:02:34.843 INFO E| Downloaded typenum v1.18.0
40682026-09-07T00:02:36.106Z[ helios-setup] Sep 07 00:02:34.849 INFO E| Downloaded modular-bitfield v0.11.2
40692026-09-07T00:02:36.113Z[ helios-setup] Sep 07 00:02:34.855 INFO E| Downloaded zerocopy-derive v0.8.25
40702026-09-07T00:02:36.117Z[ helios-setup] Sep 07 00:02:34.860 INFO E| Downloaded pest v2.8.0
40712026-09-07T00:02:36.140Z[ helios-setup] Sep 07 00:02:34.883 INFO E| Downloaded goblin v0.9.3
40722026-09-07T00:02:36.144Z[ helios-setup] Sep 07 00:02:34.887 INFO E| Downloaded clap v2.34.0
40732026-09-07T00:02:36.148Z[ helios-setup] Sep 07 00:02:34.890 INFO E| Downloaded zerocopy v0.8.25
40742026-09-07T00:02:36.255Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling proc-macro2 v1.0.95
40752026-09-07T00:02:36.255Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling unicode-ident v1.0.18
40762026-09-07T00:02:36.255Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling memchr v2.7.4
40772026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling thiserror v2.0.12
40782026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling autocfg v1.4.0
40792026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling serde v1.0.219
40802026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling syn v1.0.109
40812026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling version_check v0.9.5
40822026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling serde_json v1.0.140
40832026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling schemars v0.8.22
40842026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling itoa v1.0.15
40852026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling ryu v1.0.20
40862026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling static_assertions v1.1.0
40872026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling libc v0.2.172
40882026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling zerocopy v0.8.25
40892026-09-07T00:02:36.259Z[ helios-setup] Sep 07 00:02:34.997 INFO E| Compiling dyn-clone v1.0.19
40902026-09-07T00:02:36.296Z[ host-package] Compiling darling v0.13.4
40912026-09-07T00:02:36.597Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40922026-09-07T00:02:36.680Z[ helios-setup] Sep 07 00:02:35.423 INFO E| Compiling paste v1.0.15
40932026-09-07T00:02:36.768Z[ helios-setup] Sep 07 00:02:35.510 INFO E| Compiling rustversion v1.0.20
40942026-09-07T00:02:36.861Z[ helios-setup] Sep 07 00:02:35.603 INFO E| Compiling ucd-trie v0.1.7
40952026-09-07T00:02:36.909Z[ helios-setup] Sep 07 00:02:35.652 INFO E| Compiling once_cell v1.21.3
40962026-09-07T00:02:37.109Z[ helios-setup] Sep 07 00:02:35.843 INFO E| Compiling proc-macro-error-attr v1.0.4
40972026-09-07T00:02:37.171Z[ helios-setup] Sep 07 00:02:35.914 INFO E| Compiling proc-macro-error v1.0.4
40982026-09-07T00:02:37.193Z[ helios-setup] Sep 07 00:02:35.935 INFO E| Compiling heck v0.5.0
40992026-09-07T00:02:37.312Z[ helios-setup] Sep 07 00:02:36.055 INFO E| Compiling unicode-width v0.1.14
41002026-09-07T00:02:37.342Z[ helios-setup] Sep 07 00:02:36.084 INFO E| Compiling unicode-segmentation v1.12.0
41012026-09-07T00:02:37.435Z[ helios-setup] Sep 07 00:02:36.175 INFO E| Compiling byteorder v1.5.0
41022026-09-07T00:02:37.495Z[ helios-setup] Sep 07 00:02:36.237 INFO E| Compiling strsim v0.8.0
41032026-09-07T00:02:37.500Z[ helios-setup] Sep 07 00:02:36.242 INFO E| Compiling ansi_term v0.12.1
41042026-09-07T00:02:37.518Z[ helios-setup] Sep 07 00:02:36.256 INFO E| Compiling vec_map v0.8.2
41052026-09-07T00:02:37.528Z[ helios-setup] Sep 07 00:02:36.270 INFO E| Compiling strum v0.27.1
41062026-09-07T00:02:37.533Z[ helios-setup] Sep 07 00:02:36.276 INFO E| Compiling num-traits v0.2.19
41072026-09-07T00:02:37.661Z[ helios-setup] Sep 07 00:02:36.404 INFO E| Compiling memoffset v0.9.1
41082026-09-07T00:02:37.754Z[ helios-setup] Sep 07 00:02:36.496 INFO E| Compiling atty v0.2.14
41092026-09-07T00:02:37.885Z[ helios-setup] Sep 07 00:02:36.626 INFO E| Compiling unic-char-range v0.9.0
41102026-09-07T00:02:37.919Z[ helios-setup] Sep 07 00:02:36.662 INFO E| Compiling textwrap v0.11.0
41112026-09-07T00:02:37.975Z[ helios-setup] Sep 07 00:02:36.718 INFO E| Compiling unic-common v0.9.0
41122026-09-07T00:02:37.981Z[ helios-setup] Sep 07 00:02:36.724 INFO E| Compiling bitflags v1.3.2
41132026-09-07T00:02:38.004Z[ helios-setup] Sep 07 00:02:36.747 INFO E| Compiling fletcher v1.0.0
41142026-09-07T00:02:38.022Z[ helios-setup] Sep 07 00:02:36.764 INFO E| Compiling unic-char-property v0.9.0
41152026-09-07T00:02:38.037Z[ helios-setup] Sep 07 00:02:36.779 INFO E| Compiling log v0.4.27
41162026-09-07T00:02:38.064Z[ helios-setup] Sep 07 00:02:36.806 INFO E| Compiling lazy_static v1.5.0
41172026-09-07T00:02:38.069Z[ helios-setup] Sep 07 00:02:36.811 INFO E| Compiling plain v0.2.3
41182026-09-07T00:02:38.147Z[ helios-setup] Sep 07 00:02:36.889 INFO E| Compiling heck v0.3.3
41192026-09-07T00:02:38.152Z[ helios-setup] Sep 07 00:02:36.895 INFO E| Compiling unic-ucd-version v0.9.0
41202026-09-07T00:02:38.211Z[ helios-setup] Sep 07 00:02:36.953 INFO E| Compiling bytesize v2.0.1
41212026-09-07T00:02:38.243Z[ helios-setup] Sep 07 00:02:36.985 INFO E| Compiling unic-ucd-ident v0.9.0
41222026-09-07T00:02:38.255Z[ helios-setup] Sep 07 00:02:36.997 INFO E| Compiling clap v2.34.0
41232026-09-07T00:02:38.393Z[ helios-setup] Sep 07 00:02:37.136 INFO E| Compiling quote v1.0.40
41242026-09-07T00:02:38.545Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
41252026-09-07T00:02:38.651Z[ helios-setup] Sep 07 00:02:37.393 INFO E| Compiling syn v2.0.101
41262026-09-07T00:02:39.128Z[ helios-setup] Sep 07 00:02:37.871 INFO E| Compiling parse_int v0.9.0
41272026-09-07T00:02:40.147Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
41282026-09-07T00:02:40.419Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41292026-09-07T00:02:41.370Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41302026-09-07T00:02:41.403Z[ helios-setup] Sep 07 00:02:40.145 INFO E| Compiling serde_derive_internals v0.29.1
41312026-09-07T00:02:41.878Z[ helios-setup] Sep 07 00:02:40.620 INFO E| Compiling modular-bitfield-impl v0.11.2
41322026-09-07T00:02:41.878Z[ helios-setup] Sep 07 00:02:40.620 INFO E| Compiling structopt-derive v0.4.18
41332026-09-07T00:02:41.891Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342026-09-07T00:02:41.944Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41352026-09-07T00:02:42.023Z[ host-package] Compiling pwd v1.4.0
41362026-09-07T00:02:42.326Z[ host-package] Compiling lru v0.18.3
41372026-09-07T00:02:42.379Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
41382026-09-07T00:02:42.442Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41392026-09-07T00:02:42.550Z[ helios-setup] Sep 07 00:02:41.291 INFO E| Compiling thiserror-impl v2.0.12
41402026-09-07T00:02:42.550Z[ helios-setup] Sep 07 00:02:41.291 INFO E| Compiling serde_derive v1.0.219
41412026-09-07T00:02:42.550Z[ helios-setup] Sep 07 00:02:41.291 INFO E| Compiling schemars_derive v0.8.22
41422026-09-07T00:02:42.553Z[ helios-setup] Sep 07 00:02:41.291 INFO E| Compiling zerocopy-derive v0.8.25
41432026-09-07T00:02:42.553Z[ helios-setup] Sep 07 00:02:41.291 INFO E| Compiling num-derive v0.4.2
41442026-09-07T00:02:42.553Z[ helios-setup] Sep 07 00:02:41.292 INFO E| Compiling modular-bitfield-impl v0.13.1
41452026-09-07T00:02:42.554Z[ helios-setup] Sep 07 00:02:41.292 INFO E| Compiling scroll_derive v0.12.1
41462026-09-07T00:02:42.554Z[ helios-setup] Sep 07 00:02:41.292 INFO E| Compiling strum_macros v0.27.1
41472026-09-07T00:02:42.643Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41482026-09-07T00:02:43.132Z[ host-package] Compiling serde_with_macros v1.5.2
41492026-09-07T00:02:43.141Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41502026-09-07T00:02:43.426Z[ helios-setup] Sep 07 00:02:42.168 INFO E| Compiling scroll v0.12.0
41512026-09-07T00:02:43.845Z[ helios-setup] Sep 07 00:02:42.587 INFO E| Compiling goblin v0.9.3
41522026-09-07T00:02:44.168Z[ helios-setup] Sep 07 00:02:42.910 INFO E| Compiling modular-bitfield v0.11.2
41532026-09-07T00:02:44.249Z[ helios-setup] Sep 07 00:02:42.974 INFO E| Compiling structopt v0.3.26
41542026-09-07T00:02:44.259Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
41552026-09-07T00:02:44.279Z[ helios-setup] Sep 07 00:02:43.021 INFO E| Compiling modular-bitfield v0.13.1
41562026-09-07T00:02:44.424Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41572026-09-07T00:02:44.545Z[ helios-setup] Sep 07 00:02:43.287 INFO E| Compiling pest v2.8.0
41582026-09-07T00:02:44.748Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41592026-09-07T00:02:44.982Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
41602026-09-07T00:02:45.061Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
41612026-09-07T00:02:45.133Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
41622026-09-07T00:02:45.242Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41632026-09-07T00:02:45.341Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41642026-09-07T00:02:45.439Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41652026-09-07T00:02:45.497Z[ host-package] Compiling arc-swap v1.8.2
41662026-09-07T00:02:45.573Z[ host-package] Compiling void v1.0.2
41672026-09-07T00:02:45.853Z[ host-package] Compiling lzss v0.8.2
41682026-09-07T00:02:45.856Z[ host-package] Compiling slog-scope v4.4.1
41692026-09-07T00:02:45.919Z[ helios-setup] Sep 07 00:02:44.661 INFO E| Compiling pest_meta v2.8.0
41702026-09-07T00:02:46.010Z[ host-package] Compiling serde_with v1.14.0
41712026-09-07T00:02:46.013Z[ host-package] Compiling scuffle v0.1.0
41722026-09-07T00:02:46.034Z[ host-package] Compiling tungstenite v0.23.0
41732026-09-07T00:02:46.145Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41742026-09-07T00:02:46.217Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41752026-09-07T00:02:46.270Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41762026-09-07T00:02:46.395Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41772026-09-07T00:02:46.711Z[ helios-setup] Sep 07 00:02:45.453 INFO E| Compiling pest_generator v2.8.0
41782026-09-07T00:02:46.773Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41792026-09-07T00:02:46.931Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41802026-09-07T00:02:47.349Z[ host-package] Compiling nix v0.27.1
41812026-09-07T00:02:47.375Z[ host-package] Compiling libsw-core v0.3.2
41822026-09-07T00:02:47.482Z[ host-package] Compiling twox-hash v2.1.2
41832026-09-07T00:02:47.533Z[ helios-setup] Sep 07 00:02:46.275 INFO E| Compiling pest_derive v2.8.0
41842026-09-07T00:02:47.584Z[ host-package] Compiling serde_bytes v0.11.19
41852026-09-07T00:02:47.695Z[ host-package] Compiling atty v0.2.14
41862026-09-07T00:02:47.699Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41872026-09-07T00:02:47.825Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
41882026-09-07T00:02:47.828Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41892026-09-07T00:02:47.970Z[ host-package] Compiling libsw v3.5.0
41902026-09-07T00:02:47.995Z[ host-package] Compiling tokio-tungstenite v0.23.1
41912026-09-07T00:02:47.998Z[ host-package] Compiling slog-stdlog v4.1.1
41922026-09-07T00:02:48.114Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41932026-09-07T00:02:48.158Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41942026-09-07T00:02:48.240Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41952026-09-07T00:02:48.265Z[ helios-setup] Sep 07 00:02:47.006 INFO E| Compiling json5 v0.4.1
41962026-09-07T00:02:48.398Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
41972026-09-07T00:02:48.449Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41982026-09-07T00:02:48.493Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41992026-09-07T00:02:48.600Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42002026-09-07T00:02:49.217Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42012026-09-07T00:02:49.424Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42022026-09-07T00:02:49.600Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42032026-09-07T00:02:49.824Z[ helios-setup] Sep 07 00:02:48.566 INFO E| Compiling four-cc v0.4.0
42042026-09-07T00:02:49.824Z[ helios-setup] Sep 07 00:02:48.566 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
42052026-09-07T00:02:49.951Z[ helios-setup] Sep 07 00:02:48.693 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
42062026-09-07T00:02:50.362Z[ host-package] Compiling git2 v0.20.4
42072026-09-07T00:02:50.525Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42082026-09-07T00:02:53.067Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42092026-09-07T00:02:54.025Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
42102026-09-07T00:02:54.563Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42112026-09-07T00:02:54.604Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42122026-09-07T00:02:55.013Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42132026-09-07T00:02:55.421Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
42142026-09-07T00:02:55.672Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42152026-09-07T00:02:56.424Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
42162026-09-07T00:02:56.985Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42172026-09-07T00:02:57.578Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
42182026-09-07T00:02:57.825Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42192026-09-07T00:02:58.304Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42202026-09-07T00:02:59.410Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
42212026-09-07T00:03:00.184Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
42222026-09-07T00:03:01.538Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42232026-09-07T00:03:02.364Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42242026-09-07T00:03:03.153Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42252026-09-07T00:03:04.283Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42262026-09-07T00:03:04.477Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42272026-09-07T00:03:04.503Z[ helios-setup] Sep 07 00:03:03.245 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
42282026-09-07T00:03:04.533Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42292026-09-07T00:03:05.345Z[ host-package] Compiling signal-hook-tokio v0.3.1
42302026-09-07T00:03:05.389Z[ host-package] Compiling fatfs v0.3.6
42312026-09-07T00:03:05.688Z[ host-package] Compiling console v0.16.2
42322026-09-07T00:03:05.733Z[ host-package] Compiling yasna v0.5.2
42332026-09-07T00:03:05.785Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42342026-09-07T00:03:05.889Z[ host-package] Compiling assert_matches v1.5.0
42352026-09-07T00:03:06.038Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42362026-09-07T00:03:06.658Z[ host-package] Compiling rcgen v0.12.1
42372026-09-07T00:03:06.807Z[ host-package] Compiling indicatif v0.18.4
42382026-09-07T00:03:06.955Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42392026-09-07T00:03:07.592Z[ host-package] Compiling slog-envlogger v2.2.0
42402026-09-07T00:03:07.788Z[ host-package] Compiling oxide-update-engine-display v0.1.2
42412026-09-07T00:03:08.090Z[ helios-setup] Sep 07 00:03:06.831 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
42422026-09-07T00:03:08.264Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42432026-09-07T00:03:08.499Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42442026-09-07T00:03:08.526Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
42452026-09-07T00:03:08.617Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42462026-09-07T00:03:08.805Z[ host-package] Compiling port-file v0.1.0
42472026-09-07T00:03:08.997Z[ host-package] Compiling rtoolbox v0.0.3
42482026-09-07T00:03:09.038Z[ host-package] Compiling subprocess v0.2.15
42492026-09-07T00:03:09.111Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42502026-09-07T00:03:09.197Z[ host-package] Compiling rpassword v7.5.4
42512026-09-07T00:03:09.632Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42522026-09-07T00:03:09.739Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
42532026-09-07T00:03:09.921Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42542026-09-07T00:03:10.269Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42552026-09-07T00:03:10.367Z[ host-package] Compiling tui-tree-widget v0.23.1
42562026-09-07T00:03:10.423Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42572026-09-07T00:03:10.724Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42582026-09-07T00:03:11.174Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
42592026-09-07T00:03:11.442Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42602026-09-07T00:03:12.270Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42612026-09-07T00:03:12.611Z[ host-package] Compiling uzers v0.12.2
42622026-09-07T00:03:12.783Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42632026-09-07T00:03:13.058Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42642026-09-07T00:03:13.540Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42652026-09-07T00:03:13.831Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42662026-09-07T00:03:14.029Z[ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
42672026-09-07T00:03:14.320Z[ host-package] Compiling support-bundle-viewer v0.1.2
42682026-09-07T00:03:14.890Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
42692026-09-07T00:03:15.180Z[ host-package] Compiling multimap v0.10.1
42702026-09-07T00:03:18.023Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
42712026-09-07T00:03:20.207Z[ helios-setup] Sep 07 00:03:18.949 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.48s
42722026-09-07T00:03:20.245Z[ helios-setup] Sep 07 00:03:18.987 INFO building project "amd-host-image-builder" ok (45 seconds)
42732026-09-07T00:03:20.249Z[ helios-setup] rm -f helios-build
42742026-09-07T00:03:20.252Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
42752026-09-07T00:03:20.253Z[ helios-setup]
42762026-09-07T00:03:20.253Z[ helios-setup] Setup complete! ./helios-build is now available.
42772026-09-07T00:03:20.256Z[ helios-setup]
42782026-09-07T00:03:20.256Z[ helios-setup]
42792026-09-07T00:03:20.256Z[ helios-setup] real 2:52.723087667
42802026-09-07T00:03:20.256Z[ helios-setup] user 7:07.940510885
42812026-09-07T00:03:20.256Z[ helios-setup] sys 1:20.219181147
42822026-09-07T00:03:20.256Z[ helios-setup] trap 0.532060503
42832026-09-07T00:03:20.256Z[ helios-setup] tflt 3.201804982
42842026-09-07T00:03:20.256Z[ helios-setup] dflt 6.615777402
42852026-09-07T00:03:20.256Z[ helios-setup] kflt 0.000443720
42862026-09-07T00:03:20.256Z[ helios-setup] lock 52:45.965245723
42872026-09-07T00:03:20.256Z[ helios-setup] slp 34:07.420226633
42882026-09-07T00:03:20.256Z[ helios-setup] lat 5:43.049338029
42892026-09-07T00:03:20.256Z[ helios-setup] stop 1:21.676443680
42902026-09-07T00:03:20.256ZSep 07 00:03:18.997 INFO [helios-setup] process exited with exit status: 0 (172.726217608s)
42912026-09-07T00:03:20.256ZSep 07 00:03:18.997 INFO [helios-record] running task
42922026-09-07T00:03:20.256ZSep 07 00:03:18.997 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
42932026-09-07T00:03:20.260ZSep 07 00:03:19.001 DEBG process exited with exit status: 0 (4.622161ms)
42942026-09-07T00:03:20.260ZSep 07 00:03:19.001 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
42952026-09-07T00:03:20.264ZSep 07 00:03:19.006 DEBG process exited with exit status: 0 (4.266112ms)
42962026-09-07T00:03:20.264ZSep 07 00:03:19.006 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42972026-09-07T00:03:20.267ZSep 07 00:03:19.009 DEBG process exited with exit status: 0 (3.595941ms)
42982026-09-07T00:03:20.267ZSep 07 00:03:19.009 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
42992026-09-07T00:03:20.271ZSep 07 00:03:19.013 DEBG process exited with exit status: 0 (3.439092ms)
43002026-09-07T00:03:20.271ZSep 07 00:03:19.013 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
43012026-09-07T00:03:20.275ZSep 07 00:03:19.016 DEBG process exited with exit status: 0 (3.387521ms)
43022026-09-07T00:03:20.275ZSep 07 00:03:19.016 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
43032026-09-07T00:03:20.278ZSep 07 00:03:19.020 DEBG process exited with exit status: 0 (3.199021ms)
43042026-09-07T00:03:20.278ZSep 07 00:03:19.020 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
43052026-09-07T00:03:20.282ZSep 07 00:03:19.023 DEBG process exited with exit status: 0 (3.415291ms)
43062026-09-07T00:03:20.282ZSep 07 00:03:19.023 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
43072026-09-07T00:03:20.285ZSep 07 00:03:19.026 DEBG process exited with exit status: 0 (3.289681ms)
43082026-09-07T00:03:20.285ZSep 07 00:03:19.026 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
43092026-09-07T00:03:20.291ZSep 07 00:03:19.034 DEBG process exited with exit status: 0 (7.257613ms)
43102026-09-07T00:03:20.295ZSep 07 00:03:19.034 INFO [helios-record] task succeeded (37.130583ms)
43112026-09-07T00:03:35.906Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43122026-09-07T00:04:02.059Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43132026-09-07T00:04:26.529Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43142026-09-07T00:12:08.225Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 58s
43152026-09-07T00:12:08.228Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43162026-09-07T00:12:08.228Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43172026-09-07T00:12:46.136ZSep 07 00:12:44.875 INFO [host-package] process exited with exit status: 0 (696.213131043s)
43182026-09-07T00:12:46.136ZSep 07 00:12:44.875 INFO [host-libraries] running task
43192026-09-07T00:12:46.136ZSep 07 00:12:44.875 INFO [host-stamp] running task
43202026-09-07T00:12:46.141ZSep 07 00:12:44.881 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+git7dc9f6db038
43212026-09-07T00:12:46.144ZSep 07 00:12:44.881 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+git7dc9f6db038
43222026-09-07T00:12:46.144ZSep 07 00:12:44.882 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+git7dc9f6db038
43232026-09-07T00:12:46.144ZSep 07 00:12:44.882 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+git7dc9f6db038
43242026-09-07T00:12:46.145ZSep 07 00:12:44.882 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+git7dc9f6db038
43252026-09-07T00:12:46.145ZSep 07 00:12:44.882 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+git7dc9f6db038
43262026-09-07T00:12:46.145ZSep 07 00:12:44.883 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+git7dc9f6db038
43272026-09-07T00:12:46.145ZSep 07 00:12:44.883 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+git7dc9f6db038
43282026-09-07T00:12:46.148Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
43292026-09-07T00:12:46.148Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43302026-09-07T00:12:46.148Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
43312026-09-07T00:12:46.148Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43322026-09-07T00:12:46.152Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
43332026-09-07T00:12:46.152Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
43342026-09-07T00:12:46.152Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
43352026-09-07T00:12:46.152Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
43362026-09-07T00:12:46.152Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
43372026-09-07T00:12:46.155ZSep 07 00:12:44.893 INFO [stamp-overlay] process exited with exit status: 0 (10.701703ms)
43382026-09-07T00:12:46.155Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
43392026-09-07T00:12:46.158ZSep 07 00:12:44.897 INFO [stamp-oxlog] process exited with exit status: 0 (14.314795ms)
43402026-09-07T00:12:46.193Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
43412026-09-07T00:12:46.197ZSep 07 00:12:44.935 INFO [stamp-crucible-utils] process exited with exit status: 0 (53.85476ms)
43422026-09-07T00:12:46.211Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
43432026-09-07T00:12:46.214ZSep 07 00:12:44.953 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.815616ms)
43442026-09-07T00:12:46.374Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
43452026-09-07T00:12:46.377ZSep 07 00:12:45.116 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.177676ms)
43462026-09-07T00:12:46.444Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
43472026-09-07T00:12:46.448ZSep 07 00:12:45.187 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (305.500932ms)
43482026-09-07T00:12:46.678Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
43492026-09-07T00:12:46.683ZSep 07 00:12:45.421 INFO [stamp-propolis-server] process exited with exit status: 0 (538.468507ms)
43502026-09-07T00:12:47.021ZSep 07 00:12:45.760 INFO [host-libraries] task succeeded (885.160165ms)
43512026-09-07T00:12:47.030ZSep 07 00:12:45.761 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
43522026-09-07T00:12:47.034Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
43532026-09-07T00:12:48.067Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
43542026-09-07T00:12:48.192Z[recovery-package] Compiling regress v0.11.1
43552026-09-07T00:12:48.229Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
43562026-09-07T00:12:48.229Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43572026-09-07T00:12:48.232Z[recovery-package] Compiling slog-scope v4.4.1
43582026-09-07T00:12:48.232Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43592026-09-07T00:12:48.232Z[recovery-package] Compiling cancel-safe-futures v0.1.5
43602026-09-07T00:12:48.235Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43612026-09-07T00:12:48.471Z[recovery-package] Compiling slog-stdlog v4.1.1
43622026-09-07T00:12:48.483Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43632026-09-07T00:12:48.608Z[recovery-package] Compiling slog-envlogger v2.2.0
43642026-09-07T00:12:48.727Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43652026-09-07T00:12:49.222Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43662026-09-07T00:12:49.435Z[recovery-package] Compiling oxide-update-engine v0.1.2
43672026-09-07T00:12:49.827Z[recovery-package] Compiling typify-impl v0.6.2
43682026-09-07T00:12:51.074Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
43692026-09-07T00:12:51.088ZSep 07 00:12:49.816 INFO [stamp-switch-asic] process exited with exit status: 0 (4.932575005s)
43702026-09-07T00:12:51.088ZSep 07 00:12:49.816 INFO [host-stamp] task succeeded (4.940328298s)
43712026-09-07T00:12:51.088ZSep 07 00:12:49.816 INFO [host-proto] running task
43722026-09-07T00:12:51.455ZSep 07 00:12:50.189 INFO [host-proto] task succeeded (373.576687ms)
43732026-09-07T00:12:51.455ZSep 07 00:12:50.189 INFO [host-profile] running task
43742026-09-07T00:12:51.463ZSep 07 00:12:50.189 INFO [host-profile] task succeeded (194.5µs)
43752026-09-07T00:12:51.464ZSep 07 00:12:50.190 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/.tmpU0YlLe/proto/host/root -N 'ci 7dc9f6d/${os_short_commit} 2026-09-07 00:00' -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/'
43762026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.195 INFO Checking files for board 'cosmo'
43772026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
43782026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
43792026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO Checking files for board 'cosmo-mbist'
43802026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
43812026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO Checking files for board 'gimlet'
43822026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
43832026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
43842026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO Checking files for board 'cosmo-mbist-noaggr'
43852026-09-07T00:12:51.464Z[ host-image] Sep 07 00:12:50.196 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
43862026-09-07T00:12:51.471Z[ host-image] Sep 07 00:12:50.204 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpU0YlLe/proto/host/root"
43872026-09-07T00:12:51.471Z[ host-image] Sep 07 00:12:50.204 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
43882026-09-07T00:12:51.471Z[ host-image] Sep 07 00:12:50.204 INFO image builder template: ramdisk-01-os...
43892026-09-07T00:12:51.471Z[ host-image] Sep 07 00:12:50.204 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/.tmpU0YlLe/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
43902026-09-07T00:12:51.486Z[ host-image] Sep 07 00:12:50.224 INFO O| Sep 07 00:12:50.224 INFO CREATE DATASET: rpool/images/build/host/output
43912026-09-07T00:12:51.604Z[recovery-package] Compiling typify v0.6.2
43922026-09-07T00:12:51.674Z[recovery-package] Compiling progenitor-impl v0.14.0
43932026-09-07T00:12:52.584Z[ host-image] Sep 07 00:12:51.314 INFO O| Sep 07 00:12:51.314 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43942026-09-07T00:12:52.588Z[ host-image] Sep 07 00:12:51.318 INFO O| Sep 07 00:12:51.318 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43952026-09-07T00:12:52.870Z[ host-image] Sep 07 00:12:51.606 INFO O| Sep 07 00:12:51.606 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43962026-09-07T00:12:52.952Z[ host-image] Sep 07 00:12:51.678 INFO O| Sep 07 00:12:51.678 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43972026-09-07T00:12:52.952Z[ host-image] Sep 07 00:12:51.678 INFO O| Sep 07 00:12:51.678 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43982026-09-07T00:12:52.962Z[ host-image] Sep 07 00:12:51.678 INFO O| Sep 07 00:12:51.678 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43992026-09-07T00:12:52.962Z[ host-image] Sep 07 00:12:51.678 INFO O| Sep 07 00:12:51.678 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
44002026-09-07T00:12:52.962Z[ host-image] Sep 07 00:12:51.684 INFO O| Sep 07 00:12:51.684 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
44012026-09-07T00:12:53.037Z[recovery-package] Compiling progenitor v0.14.0
44022026-09-07T00:12:53.150Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44032026-09-07T00:12:53.150Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44042026-09-07T00:12:53.196Z[ host-image] Sep 07 00:12:51.914 INFO O| Sep 07 00:12:51.914 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44052026-09-07T00:12:53.205Z[ host-image] Sep 07 00:12:51.922 INFO O| Sep 07 00:12:51.921 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
44062026-09-07T00:12:53.491Z[ host-image] Sep 07 00:12:52.218 INFO O| Sep 07 00:12:52.218 INFO O| Caching catalogs ... Done
44072026-09-07T00:12:53.558Z[ host-image] Sep 07 00:12:52.295 INFO O| Sep 07 00:12:52.295 INFO STEP 0 (pkg_image_create) COMPLETE
44082026-09-07T00:12:53.559Z[ host-image] Sep 07 00:12:52.295 INFO O| Sep 07 00:12:52.295 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44092026-09-07T00:12:53.565Z[ host-image] Sep 07 00:12:52.303 INFO O| Sep 07 00:12:52.303 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"]
44102026-09-07T00:12:53.700Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44112026-09-07T00:12:53.838Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO STEP 1 (pkg_set_publisher) COMPLETE
44122026-09-07T00:12:53.840Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44132026-09-07T00:12:53.840Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO skip step because feature "publisher_1_name" is not enabled
44142026-09-07T00:12:53.851Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44152026-09-07T00:12:53.852Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO skip step because feature "publisher_2_name" is not enabled
44162026-09-07T00:12:53.852Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44172026-09-07T00:12:53.852Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO skip step because feature "publisher_3_name" is not enabled
44182026-09-07T00:12:53.852Z[ host-image] Sep 07 00:12:52.571 INFO O| Sep 07 00:12:52.571 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44192026-09-07T00:12:54.127Z[ host-image] Sep 07 00:12:52.855 INFO O| Sep 07 00:12:52.855 INFO variant opensolaris.zone is already global
44202026-09-07T00:12:54.127Z[ host-image] Sep 07 00:12:52.855 INFO O| Sep 07 00:12:52.855 INFO STEP 5 (pkg_change_variant) COMPLETE
44212026-09-07T00:12:54.127Z[ host-image] Sep 07 00:12:52.855 INFO O| Sep 07 00:12:52.855 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44222026-09-07T00:12:54.377Z[ host-image] Sep 07 00:12:53.116 INFO O| Sep 07 00:12:53.116 INFO variant opensolaris.imagetype is full; changing to partial
44232026-09-07T00:12:54.377Z[ host-image] Sep 07 00:12:53.117 INFO O| Sep 07 00:12:53.116 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44242026-09-07T00:12:56.223Z[ host-image] Sep 07 00:12:54.963 INFO O| Sep 07 00:12:54.963 INFO O| Startup: Refreshing catalog 'helios' ... Done
44252026-09-07T00:12:56.668Z[ host-image] Sep 07 00:12:55.408 INFO O| Sep 07 00:12:55.408 INFO O| Startup: Caching catalogs ... Done
44262026-09-07T00:12:56.683Z[ host-image] Sep 07 00:12:55.423 INFO O| Sep 07 00:12:55.423 INFO O| Planning: Planning completed in 0.00 seconds
44272026-09-07T00:12:56.686Z[ host-image] Sep 07 00:12:55.424 INFO O| Sep 07 00:12:55.423 INFO O| Planning: Consolidating action changes ... Done
44282026-09-07T00:12:56.686Z[ host-image] Sep 07 00:12:55.424 INFO O| Sep 07 00:12:55.424 INFO O| Planning: Evaluating mediators ... Done
44292026-09-07T00:12:56.686Z[ host-image] Sep 07 00:12:55.424 INFO O| Sep 07 00:12:55.424 INFO O| Planning: Planning completed in 0.00 seconds
44302026-09-07T00:12:56.686Z[ host-image] Sep 07 00:12:55.424 INFO O| Sep 07 00:12:55.424 INFO O| Variants/Facets to change: 1
44312026-09-07T00:12:56.693Z[ host-image] Sep 07 00:12:55.433 INFO O| Sep 07 00:12:55.433 INFO O| Finalize: Updating package state database ... Done
44322026-09-07T00:12:56.695Z[ host-image] Sep 07 00:12:55.433 INFO O| Sep 07 00:12:55.433 INFO O| Finalize: Updating package cache ... Done
44332026-09-07T00:12:56.764Z[ host-image] Sep 07 00:12:55.504 INFO O| Sep 07 00:12:55.504 INFO O| Finalize: Updating image state ... Done
44342026-09-07T00:12:56.776Z[ host-image] Sep 07 00:12:55.516 INFO O| Sep 07 00:12:55.516 INFO O| Finalize: Creating fast lookup database ... Done
44352026-09-07T00:12:56.779Z[ host-image] Sep 07 00:12:55.517 INFO O| Sep 07 00:12:55.517 INFO O| Finalize: Reading search index ... Done
44362026-09-07T00:12:56.779Z[ host-image] Sep 07 00:12:55.517 INFO O| Sep 07 00:12:55.517 INFO O| Finalize: Updating search index ... Done
44372026-09-07T00:12:56.779Z[ host-image] Sep 07 00:12:55.517 INFO O| Sep 07 00:12:55.517 INFO O| Finalize: Updating package cache ... Done
44382026-09-07T00:12:56.972Z[ host-image] Sep 07 00:12:55.711 INFO O| Sep 07 00:12:55.711 INFO STEP 6 (pkg_change_variant) COMPLETE
44392026-09-07T00:12:56.972Z[ host-image] Sep 07 00:12:55.711 INFO O| Sep 07 00:12:55.711 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402026-09-07T00:12:56.975Z[ host-image] Sep 07 00:12:55.711 INFO O| Sep 07 00:12:55.711 INFO skip step because feature "debug_variant" is not enabled
44412026-09-07T00:12:56.975Z[ host-image] Sep 07 00:12:55.711 INFO O| Sep 07 00:12:55.711 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-09-07T00:12:57.213Z[ host-image] Sep 07 00:12:55.952 INFO O| Sep 07 00:12:55.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44432026-09-07T00:12:59.005Z[ host-image] Sep 07 00:12:57.745 INFO O| Sep 07 00:12:57.745 INFO O| Startup: Refreshing catalog 'helios' ... Done
44442026-09-07T00:12:59.391Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44452026-09-07T00:12:59.447Z[ host-image] Sep 07 00:12:58.187 INFO O| Sep 07 00:12:58.187 INFO O| Startup: Caching catalogs ... Done
44462026-09-07T00:12:59.463Z[ host-image] Sep 07 00:12:58.203 INFO O| Sep 07 00:12:58.203 INFO O| Planning: Planning completed in 0.00 seconds
44472026-09-07T00:12:59.467Z[ host-image] Sep 07 00:12:58.203 INFO O| Sep 07 00:12:58.203 INFO O| Planning: Consolidating action changes ... Done
44482026-09-07T00:12:59.467Z[ host-image] Sep 07 00:12:58.203 INFO O| Sep 07 00:12:58.203 INFO O| Planning: Evaluating mediators ... Done
44492026-09-07T00:12:59.467Z[ host-image] Sep 07 00:12:58.204 INFO O| Sep 07 00:12:58.204 INFO O| Planning: Planning completed in 0.00 seconds
44502026-09-07T00:12:59.467Z[ host-image] Sep 07 00:12:58.204 INFO O| Sep 07 00:12:58.204 INFO O| Variants/Facets to change: 1
44512026-09-07T00:12:59.473Z[ host-image] Sep 07 00:12:58.213 INFO O| Sep 07 00:12:58.213 INFO O| Finalize: Updating package state database ... Done
44522026-09-07T00:12:59.473Z[ host-image] Sep 07 00:12:58.213 INFO O| Sep 07 00:12:58.213 INFO O| Finalize: Updating package cache ... Done
44532026-09-07T00:12:59.546Z[ host-image] Sep 07 00:12:58.285 INFO O| Sep 07 00:12:58.285 INFO O| Finalize: Updating image state ... Done
44542026-09-07T00:12:59.562Z[ host-image] Sep 07 00:12:58.301 INFO O| Sep 07 00:12:58.301 INFO O| Finalize: Creating fast lookup database ... Done
44552026-09-07T00:12:59.565Z[ host-image] Sep 07 00:12:58.302 INFO O| Sep 07 00:12:58.302 INFO O| Finalize: Reading search index ... Done
44562026-09-07T00:12:59.565Z[ host-image] Sep 07 00:12:58.302 INFO O| Sep 07 00:12:58.302 INFO O| Finalize: Updating search index ... Done
44572026-09-07T00:12:59.565Z[ host-image] Sep 07 00:12:58.303 INFO O| Sep 07 00:12:58.303 INFO O| Finalize: Updating package cache ... Done
44582026-09-07T00:12:59.810Z[ host-image] Sep 07 00:12:58.550 INFO O| Sep 07 00:12:58.549 INFO STEP 8 (pkg_change_facet) COMPLETE
44592026-09-07T00:12:59.810Z[ host-image] Sep 07 00:12:58.550 INFO O| Sep 07 00:12:58.550 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-09-07T00:12:59.810Z[ host-image] Sep 07 00:12:58.550 INFO O| Sep 07 00:12:58.550 INFO skip step because feature "recovery" is not enabled
44612026-09-07T00:12:59.814Z[ host-image] Sep 07 00:12:58.550 INFO O| Sep 07 00:12:58.550 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-09-07T00:12:59.814Z[ host-image] Sep 07 00:12:58.550 INFO O| Sep 07 00:12:58.550 INFO skip step because feature "recovery" is not enabled
44632026-09-07T00:12:59.814Z[ host-image] Sep 07 00:12:58.550 INFO O| Sep 07 00:12:58.550 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-09-07T00:12:59.818Z[ host-image] Sep 07 00:12:58.557 INFO O| Sep 07 00:12:58.557 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"]
44652026-09-07T00:13:00.367Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
44662026-09-07T00:13:00.367Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44672026-09-07T00:13:01.771Z[ host-image] Sep 07 00:13:00.510 INFO O| Sep 07 00:13:00.510 INFO O| Startup: Refreshing catalog 'helios' ... Done
44682026-09-07T00:13:02.215Z[ host-image] Sep 07 00:13:00.955 INFO O| Sep 07 00:13:00.954 INFO O| Startup: Caching catalogs ... Done
44692026-09-07T00:13:02.635Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44702026-09-07T00:13:02.635Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44712026-09-07T00:13:03.700Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44722026-09-07T00:13:04.288Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44732026-09-07T00:13:04.906Z[ host-image] Sep 07 00:13:03.646 INFO O| Sep 07 00:13:03.645 INFO O| Planning: Solver setup ... Done
44742026-09-07T00:13:05.194Z[ host-image] Sep 07 00:13:03.933 INFO O| Sep 07 00:13:03.933 INFO O| Planning: Running solver ... Done
44752026-09-07T00:13:05.247Z[ host-image] Sep 07 00:13:03.987 INFO O| Sep 07 00:13:03.987 INFO O| Planning: Finding local manifests ... Done
44762026-09-07T00:13:05.264Z[ host-image] Sep 07 00:13:04.004 INFO O| Sep 07 00:13:04.004 INFO O| Planning: Fetching manifests: 0/130 0% complete
44772026-09-07T00:13:06.902Z[ host-image] Sep 07 00:13:05.642 INFO O| Sep 07 00:13:05.642 INFO O| Planning: Fetching manifests: 130/130 100% complete
44782026-09-07T00:13:07.376Z[ host-image] Sep 07 00:13:06.115 INFO O| Sep 07 00:13:06.115 INFO O| Planning: Package planning ... Done
44792026-09-07T00:13:07.683Z[ host-image] Sep 07 00:13:06.422 INFO O| Sep 07 00:13:06.422 INFO O| Planning: Merging actions ... Done
44802026-09-07T00:13:07.782Z[ host-image] Sep 07 00:13:06.521 INFO O| Sep 07 00:13:06.521 INFO O| Planning: Checking for conflicting actions ... Done
44812026-09-07T00:13:07.879Z[ host-image] Sep 07 00:13:06.619 INFO O| Sep 07 00:13:06.619 INFO O| Planning: Consolidating action changes ... Done
44822026-09-07T00:13:08.199Z[ host-image] Sep 07 00:13:06.939 INFO O| Sep 07 00:13:06.939 INFO O| Planning: Evaluating mediators ... Done
44832026-09-07T00:13:09.578Z[ host-image] Sep 07 00:13:08.318 INFO O| Sep 07 00:13:08.318 INFO O| Planning: Planning completed in 7.35 seconds
44842026-09-07T00:13:09.581Z[ host-image] Sep 07 00:13:08.320 INFO O| Sep 07 00:13:08.320 INFO O| Packages to install: 130
44852026-09-07T00:13:09.582Z[ host-image] Sep 07 00:13:08.320 INFO O| Sep 07 00:13:08.320 INFO O| Mediators to change: 5
44862026-09-07T00:13:09.582Z[ host-image] Sep 07 00:13:08.320 INFO O| Sep 07 00:13:08.320 INFO O| Services to change: 6
44872026-09-07T00:13:09.608Z[ host-image] Sep 07 00:13:08.348 INFO O| Sep 07 00:13:08.348 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
44882026-09-07T00:13:14.610Z[ host-image] Sep 07 00:13:13.348 INFO O| Sep 07 00:13:13.348 INFO O| Download: 12487/23891 items 106.1/223.0MB 47% complete (21.2M/s)
44892026-09-07T00:13:19.695Z[ host-image] Sep 07 00:13:18.434 INFO O| Sep 07 00:13:18.434 INFO O| Download: 22982/23891 items 215.3/223.0MB 96% complete (22.1M/s)
44902026-09-07T00:13:20.009Z[ host-image] Sep 07 00:13:18.748 INFO O| Sep 07 00:13:18.748 INFO O| Download: Completed 223.04 MB in 10.40 seconds (21.4M/s)
44912026-09-07T00:13:20.310Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.16s
44922026-09-07T00:13:20.315Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44932026-09-07T00:13:20.315Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44942026-09-07T00:13:20.335Z[ host-image] Sep 07 00:13:19.075 INFO O| Sep 07 00:13:19.075 INFO O| Actions: 1/54206 actions (Installing new actions)
44952026-09-07T00:13:21.836ZSep 07 00:13:20.576 INFO [recovery-package] process exited with exit status: 0 (34.815000202s)
44962026-09-07T00:13:21.836ZSep 07 00:13:20.576 INFO [recovery-libraries] running task
44972026-09-07T00:13:21.836ZSep 07 00:13:20.576 INFO [recovery-stamp] running task
44982026-09-07T00:13:21.840ZSep 07 00:13:20.576 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+git7dc9f6db038
44992026-09-07T00:13:21.840ZSep 07 00:13:20.576 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git7dc9f6db038
45002026-09-07T00:13:21.843Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
45012026-09-07T00:13:21.843Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
45022026-09-07T00:13:21.857ZSep 07 00:13:20.597 INFO [recovery-libraries] task succeeded (20.958928ms)
45032026-09-07T00:13:21.860ZSep 07 00:13:20.597 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
45042026-09-07T00:13:21.882Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
45052026-09-07T00:13:21.885ZSep 07 00:13:20.624 INFO [stamp-installinator] process exited with exit status: 0 (47.956938ms)
45062026-09-07T00:13:21.986Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
45072026-09-07T00:13:21.989ZSep 07 00:13:20.728 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.313096ms)
45082026-09-07T00:13:21.989ZSep 07 00:13:20.728 INFO [recovery-stamp] task succeeded (152.709386ms)
45092026-09-07T00:13:21.989ZSep 07 00:13:20.728 INFO [recovery-proto] running task
45102026-09-07T00:13:21.989ZSep 07 00:13:20.728 INFO [tuf-stamp] running task
45112026-09-07T00:13:21.989ZSep 07 00:13:20.729 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+git7dc9f6db038
45122026-09-07T00:13:21.992ZSep 07 00:13:20.729 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+git7dc9f6db038
45132026-09-07T00:13:21.992ZSep 07 00:13:20.730 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+git7dc9f6db038
45142026-09-07T00:13:21.992ZSep 07 00:13:20.730 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+git7dc9f6db038
45152026-09-07T00:13:21.992ZSep 07 00:13:20.730 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+git7dc9f6db038
45162026-09-07T00:13:21.992ZSep 07 00:13:20.731 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+git7dc9f6db038
45172026-09-07T00:13:21.994ZSep 07 00:13:20.731 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+git7dc9f6db038
45182026-09-07T00:13:21.994ZSep 07 00:13:20.731 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+git7dc9f6db038
45192026-09-07T00:13:21.994ZSep 07 00:13:20.732 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+git7dc9f6db038
45202026-09-07T00:13:21.994ZSep 07 00:13:20.732 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+git7dc9f6db038
45212026-09-07T00:13:21.997ZSep 07 00:13:20.732 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+git7dc9f6db038
45222026-09-07T00:13:21.997ZSep 07 00:13:20.733 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+git7dc9f6db038
45232026-09-07T00:13:21.997Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
45242026-09-07T00:13:21.997Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
45252026-09-07T00:13:21.997Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
45262026-09-07T00:13:21.997Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
45272026-09-07T00:13:21.997Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
45282026-09-07T00:13:21.997Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45292026-09-07T00:13:21.997Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45302026-09-07T00:13:22.001Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
45312026-09-07T00:13:22.001Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45322026-09-07T00:13:22.001Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
45332026-09-07T00:13:22.002Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
45342026-09-07T00:13:22.002Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45352026-09-07T00:13:22.044Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
45362026-09-07T00:13:22.048ZSep 07 00:13:20.788 INFO [stamp-probe] process exited with exit status: 0 (57.213481ms)
45372026-09-07T00:13:22.087ZSep 07 00:13:20.827 INFO [recovery-proto] task succeeded (98.269755ms)
45382026-09-07T00:13:22.090ZSep 07 00:13:20.827 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/.tmpU0YlLe/proto/recovery/root -N 'recovery 7dc9f6d/${os_short_commit} 2026-09-07 00:00' -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/'
45392026-09-07T00:13:22.093Z[ recovery-image] Sep 07 00:13:20.833 INFO Checking files for board 'cosmo'
45402026-09-07T00:13:22.093Z[ recovery-image] Sep 07 00:13:20.833 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
45412026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
45422026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO Checking files for board 'gimlet'
45432026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
45442026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
45452026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO Checking files for board 'cosmo-mbist'
45462026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
45472026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO Checking files for board 'cosmo-mbist-noaggr'
45482026-09-07T00:13:22.096Z[ recovery-image] Sep 07 00:13:20.833 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
45492026-09-07T00:13:22.103Z[ recovery-image] Sep 07 00:13:20.843 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpU0YlLe/proto/recovery/root"
45502026-09-07T00:13:22.107Z[ recovery-image] Sep 07 00:13:20.843 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
45512026-09-07T00:13:22.107Z[ recovery-image] Sep 07 00:13:20.843 INFO image builder template: ramdisk-01-os...
45522026-09-07T00:13:22.108Z[ recovery-image] Sep 07 00:13:20.843 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/.tmpU0YlLe/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
45532026-09-07T00:13:22.108Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
45542026-09-07T00:13:22.110ZSep 07 00:13:20.848 INFO [stamp-ntp] process exited with exit status: 0 (115.928232ms)
45552026-09-07T00:13:22.120Z[ recovery-image] Sep 07 00:13:20.860 INFO O| Sep 07 00:13:20.860 INFO CREATE DATASET: rpool/images/build/recovery/output
45562026-09-07T00:13:22.261Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
45572026-09-07T00:13:22.265ZSep 07 00:13:21.005 INFO [stamp-internal-dns] process exited with exit status: 0 (274.15283ms)
45582026-09-07T00:13:22.270Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
45592026-09-07T00:13:22.273ZSep 07 00:13:21.013 INFO [stamp-external-dns] process exited with exit status: 0 (283.214134ms)
45602026-09-07T00:13:22.286Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
45612026-09-07T00:13:22.290ZSep 07 00:13:21.029 INFO [stamp-oximeter] process exited with exit status: 0 (298.636299ms)
45622026-09-07T00:13:22.404Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
45632026-09-07T00:13:22.407ZSep 07 00:13:21.146 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (412.905071ms)
45642026-09-07T00:13:22.435Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45652026-09-07T00:13:22.463Z[verify-libraries] Running `target/debug/xtask verify-libraries`
45662026-09-07T00:13:22.586Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
45672026-09-07T00:13:22.590ZSep 07 00:13:21.329 INFO [stamp-crucible-zone] process exited with exit status: 0 (597.344828ms)
45682026-09-07T00:13:22.673Z[ recovery-image] Sep 07 00:13:21.412 INFO O| Sep 07 00:13:21.412 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45692026-09-07T00:13:22.676Z[ recovery-image] Sep 07 00:13:21.416 INFO O| Sep 07 00:13:21.416 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45702026-09-07T00:13:23.558Z[ recovery-image] Sep 07 00:13:22.297 INFO O| Sep 07 00:13:22.297 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
45712026-09-07T00:13:23.948Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
45722026-09-07T00:13:23.951ZSep 07 00:13:22.690 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.958334227s)
45732026-09-07T00:13:24.440Z[ recovery-image] Sep 07 00:13:23.179 INFO O| Sep 07 00:13:23.179 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45742026-09-07T00:13:24.440Z[ recovery-image] Sep 07 00:13:23.179 INFO O| Sep 07 00:13:23.179 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45752026-09-07T00:13:24.440Z[ recovery-image] Sep 07 00:13:23.179 INFO O| Sep 07 00:13:23.179 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
45762026-09-07T00:13:24.443Z[ recovery-image] Sep 07 00:13:23.179 INFO O| Sep 07 00:13:23.179 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
45772026-09-07T00:13:24.446Z[ recovery-image] Sep 07 00:13:23.185 INFO O| Sep 07 00:13:23.185 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45782026-09-07T00:13:25.026Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
45792026-09-07T00:13:25.030ZSep 07 00:13:23.769 INFO [stamp-nexus] process exited with exit status: 0 (3.037820322s)
45802026-09-07T00:13:25.335Z[ host-image] Sep 07 00:13:24.075 INFO O| Sep 07 00:13:24.075 INFO O| Actions: 25015/54206 actions (Installing new actions)
45812026-09-07T00:13:25.451Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
45822026-09-07T00:13:25.455ZSep 07 00:13:24.194 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.461509067s)
45832026-09-07T00:13:25.547Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
45842026-09-07T00:13:25.550ZSep 07 00:13:24.289 INFO [stamp-clickhouse] process exited with exit status: 0 (3.560709453s)
45852026-09-07T00:13:25.565Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
45862026-09-07T00:13:25.568ZSep 07 00:13:24.307 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.577516859s)
45872026-09-07T00:13:25.568ZSep 07 00:13:24.307 INFO [tuf-stamp] task succeeded (3.578332859s)
45882026-09-07T00:13:25.568ZSep 07 00:13:24.307 INFO [tuf-v2-zones] running task
45892026-09-07T00:13:25.646ZSep 07 00:13:24.386 INFO [tuf-v2-zones] task succeeded (79.156759ms)
45902026-09-07T00:13:26.771Z[verify-libraries] Compiling match_cfg v0.1.0
45912026-09-07T00:13:26.979Z[verify-libraries] Compiling slog-json v2.6.1
45922026-09-07T00:13:26.982Z[verify-libraries] Compiling sha1 v0.11.0
45932026-09-07T00:13:26.982Z[verify-libraries] Compiling async-stream-impl v0.3.6
45942026-09-07T00:13:26.982Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45952026-09-07T00:13:26.982Z[verify-libraries] Compiling multer v3.1.0
45962026-09-07T00:13:26.982Z[verify-libraries] Compiling compression-core v0.4.31
45972026-09-07T00:13:26.982Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
45982026-09-07T00:13:26.982Z[verify-libraries] Compiling serde_spanned v1.1.1
45992026-09-07T00:13:26.982Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
46002026-09-07T00:13:27.003Z[verify-libraries] Compiling dropshot v0.17.1
46012026-09-07T00:13:27.007Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
46022026-09-07T00:13:27.007Z[verify-libraries] Compiling waitgroup v0.1.2
46032026-09-07T00:13:27.007Z[verify-libraries] Compiling rustls-pemfile v2.2.0
46042026-09-07T00:13:27.279Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
46052026-09-07T00:13:27.302Z[verify-libraries] Compiling hostname v0.3.1
46062026-09-07T00:13:27.302Z[verify-libraries] Compiling compression-codecs v0.4.37
46072026-09-07T00:13:27.305Z[verify-libraries] Compiling hostname v0.4.2
46082026-09-07T00:13:27.305Z[verify-libraries] Compiling progenitor-client v0.14.0
46092026-09-07T00:13:27.305Z[verify-libraries] Compiling atomicwrites v0.4.4
46102026-09-07T00:13:27.306Z[verify-libraries] Compiling macaddr v1.0.1
46112026-09-07T00:13:27.471Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
46122026-09-07T00:13:27.471Z[verify-libraries] Compiling serde_tokenstream v0.3.0
46132026-09-07T00:13:27.475Z[verify-libraries] Compiling regress v0.10.5
46142026-09-07T00:13:27.475Z[verify-libraries] Compiling instant v0.1.13
46152026-09-07T00:13:27.517Z[ host-image] Sep 07 00:13:26.256 INFO O| Sep 07 00:13:26.256 INFO O| Actions: Completed 54206 actions in 7.18 seconds.
46162026-09-07T00:13:27.596Z[verify-libraries] Compiling slog-bunyan v2.5.0
46172026-09-07T00:13:27.599Z[verify-libraries] Compiling oxide-generation v0.1.3
46182026-09-07T00:13:27.599Z[verify-libraries] Compiling itertools v0.14.0
46192026-09-07T00:13:27.599Z[verify-libraries] Compiling async-compression v0.4.41
46202026-09-07T00:13:27.613Z[ host-image] Sep 07 00:13:26.353 INFO O| Sep 07 00:13:26.353 INFO O| Finalize: Updating package state database ... Done
46212026-09-07T00:13:27.614Z[ host-image] Sep 07 00:13:26.353 INFO O| Sep 07 00:13:26.353 INFO O| Finalize: Updating package cache ... Done
46222026-09-07T00:13:27.669Z[verify-libraries] Compiling parse-display-derive v0.10.0
46232026-09-07T00:13:27.738Z[verify-libraries] Compiling backoff v0.4.0
46242026-09-07T00:13:27.741Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46252026-09-07T00:13:27.747Z[ host-image] Sep 07 00:13:26.487 INFO O| Sep 07 00:13:26.487 INFO O| Finalize: Updating image state ... Done
46262026-09-07T00:13:27.784Z[verify-libraries] Compiling backon v1.6.0
46272026-09-07T00:13:27.810Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
46282026-09-07T00:13:27.835Z[verify-libraries] Compiling humantime v2.3.0
46292026-09-07T00:13:27.882Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
46302026-09-07T00:13:27.944Z[verify-libraries] Compiling async-stream v0.3.6
46312026-09-07T00:13:27.979Z[verify-libraries] Compiling convert_case v0.4.0
46322026-09-07T00:13:28.019Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
46332026-09-07T00:13:28.050Z[verify-libraries] Compiling progenitor-extras v0.2.0
46342026-09-07T00:13:28.093Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46352026-09-07T00:13:28.096Z[verify-libraries] Compiling indent_write v2.2.0
46362026-09-07T00:13:28.158Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46372026-09-07T00:13:28.192Z[verify-libraries] Compiling regress v0.11.1
46382026-09-07T00:13:28.219Z[verify-libraries] Compiling secrecy v0.10.3
46392026-09-07T00:13:28.243Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
46402026-09-07T00:13:28.318Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46412026-09-07T00:13:28.383Z[verify-libraries] Compiling universal-hash v0.5.1
46422026-09-07T00:13:28.423Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
46432026-09-07T00:13:28.426Z[verify-libraries] Compiling derive_more v0.99.20
46442026-09-07T00:13:28.479Z[verify-libraries] Compiling opaque-debug v0.3.1
46452026-09-07T00:13:28.608Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46462026-09-07T00:13:28.642Z[verify-libraries] Compiling poly1305 v0.8.0
46472026-09-07T00:13:28.645Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46482026-09-07T00:13:28.745Z[verify-libraries] Compiling chacha20 v0.9.1
46492026-09-07T00:13:28.814Z[verify-libraries] Compiling blake2 v0.10.6
46502026-09-07T00:13:28.817Z[ host-image] Sep 07 00:13:27.555 INFO O| Sep 07 00:13:27.555 INFO O| Finalize: Creating fast lookup database ... Done
46512026-09-07T00:13:28.852Z[ host-image] Sep 07 00:13:27.591 INFO O| Sep 07 00:13:27.591 INFO O| Finalize: Reading search index ... Done
46522026-09-07T00:13:28.873Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
46532026-09-07T00:13:28.966Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
46542026-09-07T00:13:29.039Z[ recovery-image] Sep 07 00:13:27.778 INFO O| Sep 07 00:13:27.778 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46552026-09-07T00:13:29.049Z[ recovery-image] Sep 07 00:13:27.789 INFO O| Sep 07 00:13:27.788 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
46562026-09-07T00:13:29.070Z[verify-libraries] Compiling aead v0.5.2
46572026-09-07T00:13:29.108Z[verify-libraries] Compiling password-hash v0.5.0
46582026-09-07T00:13:29.182Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46592026-09-07T00:13:29.283Z[verify-libraries] Compiling itertools v0.15.0
46602026-09-07T00:13:29.351Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
46612026-09-07T00:13:29.352Z[verify-libraries] Compiling num-derive v0.4.2
46622026-09-07T00:13:29.372Z[ recovery-image] Sep 07 00:13:28.112 INFO O| Sep 07 00:13:28.109 INFO O| Caching catalogs ... Done
46632026-09-07T00:13:29.458Z[verify-libraries] Compiling argon2 v0.5.3
46642026-09-07T00:13:29.461Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46652026-09-07T00:13:29.461Z[verify-libraries] Compiling glob v0.3.3
46662026-09-07T00:13:29.502Z[ recovery-image] Sep 07 00:13:28.241 INFO O| Sep 07 00:13:28.241 INFO STEP 0 (pkg_image_create) COMPLETE
46672026-09-07T00:13:29.502Z[ recovery-image] Sep 07 00:13:28.241 INFO O| Sep 07 00:13:28.241 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46682026-09-07T00:13:29.511Z[ recovery-image] Sep 07 00:13:28.251 INFO O| Sep 07 00:13:28.251 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"]
46692026-09-07T00:13:29.604Z[verify-libraries] Compiling heapless v0.8.0
46702026-09-07T00:13:29.639Z[verify-libraries] Compiling proc-macro-error v1.0.4
46712026-09-07T00:13:29.775Z[verify-libraries] Compiling parse-display v0.10.0
46722026-09-07T00:13:29.905Z[verify-libraries] Compiling thiserror-no-std v2.0.2
46732026-09-07T00:13:29.917Z[ recovery-image] Sep 07 00:13:28.656 INFO O| Sep 07 00:13:28.656 INFO STEP 1 (pkg_set_publisher) COMPLETE
46742026-09-07T00:13:29.917Z[ recovery-image] Sep 07 00:13:28.656 INFO O| Sep 07 00:13:28.656 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46752026-09-07T00:13:29.917Z[ recovery-image] Sep 07 00:13:28.656 INFO O| Sep 07 00:13:28.656 INFO skip step because feature "publisher_1_name" is not enabled
46762026-09-07T00:13:29.920Z[ recovery-image] Sep 07 00:13:28.657 INFO O| Sep 07 00:13:28.656 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46772026-09-07T00:13:29.920Z[ recovery-image] Sep 07 00:13:28.657 INFO O| Sep 07 00:13:28.656 INFO skip step because feature "publisher_2_name" is not enabled
46782026-09-07T00:13:29.920Z[ recovery-image] Sep 07 00:13:28.657 INFO O| Sep 07 00:13:28.656 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46792026-09-07T00:13:29.921Z[ recovery-image] Sep 07 00:13:28.657 INFO O| Sep 07 00:13:28.656 INFO skip step because feature "publisher_3_name" is not enabled
46802026-09-07T00:13:29.921Z[ recovery-image] Sep 07 00:13:28.657 INFO O| Sep 07 00:13:28.656 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46812026-09-07T00:13:29.970Z[verify-libraries] Compiling typify-impl v0.6.2
46822026-09-07T00:13:29.973Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46832026-09-07T00:13:30.054Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46842026-09-07T00:13:30.096Z[verify-libraries] Compiling vsss-rs v3.3.4
46852026-09-07T00:13:30.254Z[ recovery-image] Sep 07 00:13:28.989 INFO O| Sep 07 00:13:28.989 INFO variant opensolaris.zone is already global
46862026-09-07T00:13:30.254Z[ recovery-image] Sep 07 00:13:28.989 INFO O| Sep 07 00:13:28.989 INFO STEP 5 (pkg_change_variant) COMPLETE
46872026-09-07T00:13:30.254Z[ recovery-image] Sep 07 00:13:28.989 INFO O| Sep 07 00:13:28.989 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46882026-09-07T00:13:30.369Z[verify-libraries] Compiling tabwriter v1.4.1
46892026-09-07T00:13:30.448Z[verify-libraries] Compiling hash32 v0.3.1
46902026-09-07T00:13:30.452Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46912026-09-07T00:13:30.542Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46922026-09-07T00:13:30.626Z[ recovery-image] Sep 07 00:13:29.366 INFO O| Sep 07 00:13:29.366 INFO variant opensolaris.imagetype is full; changing to partial
46932026-09-07T00:13:30.626Z[ recovery-image] Sep 07 00:13:29.366 INFO O| Sep 07 00:13:29.366 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46942026-09-07T00:13:30.661Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46952026-09-07T00:13:30.661Z[verify-libraries] Compiling smoltcp v0.11.0
46962026-09-07T00:13:30.812Z[verify-libraries] Compiling ingot-macros v0.2.0
46972026-09-07T00:13:30.812Z[verify-libraries] Compiling cobs v0.3.0
46982026-09-07T00:13:30.932Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46992026-09-07T00:13:30.935Z[verify-libraries] Compiling colored v3.1.1
47002026-09-07T00:13:31.043Z[verify-libraries] Compiling rayon v1.11.0
47012026-09-07T00:13:31.110Z[verify-libraries] Compiling postcard v1.1.3
47022026-09-07T00:13:31.149Z[verify-libraries] Compiling rand v0.10.1
47032026-09-07T00:13:31.180Z[verify-libraries] Compiling proc-macro-crate v1.3.1
47042026-09-07T00:13:31.300Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47052026-09-07T00:13:31.324Z[verify-libraries] Compiling num_enum_derive v0.7.6
47062026-09-07T00:13:31.418Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47072026-09-07T00:13:31.460Z[verify-libraries] Compiling foreign-types-macros v0.2.3
47082026-09-07T00:13:31.464Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47092026-09-07T00:13:31.493Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47102026-09-07T00:13:31.589Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47112026-09-07T00:13:31.592Z[ host-image] Sep 07 00:13:30.331 INFO O| Sep 07 00:13:30.331 INFO O| Finalize: Building new search index ... Done
47122026-09-07T00:13:31.687Z[verify-libraries] Compiling foreign-types-shared v0.3.1
47132026-09-07T00:13:31.739Z[verify-libraries] Compiling num_enum_derive v0.5.11
47142026-09-07T00:13:31.875Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47152026-09-07T00:13:32.006Z[ host-image] Sep 07 00:13:30.746 INFO O| Sep 07 00:13:30.746 INFO O| Finalize: Updating package cache ... Done
47162026-09-07T00:13:32.097Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47172026-09-07T00:13:32.125Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47182026-09-07T00:13:32.129Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47192026-09-07T00:13:32.229Z[verify-libraries] Compiling foreign-types v0.5.0
47202026-09-07T00:13:32.230Z[verify-libraries] Compiling cstr-argument v0.1.2
47212026-09-07T00:13:32.324Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
47222026-09-07T00:13:32.363Z[verify-libraries] Compiling itertools v0.12.1
47232026-09-07T00:13:32.380Z[ host-image] Sep 07 00:13:31.119 INFO O| Sep 07 00:13:31.119 INFO STEP 11 (pkg_install) COMPLETE
47242026-09-07T00:13:32.380Z[ host-image] Sep 07 00:13:31.119 INFO O| Sep 07 00:13:31.119 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47252026-09-07T00:13:32.390Z[ host-image] Sep 07 00:13:31.129 INFO O| Sep 07 00:13:31.129 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"]
47262026-09-07T00:13:32.414Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47272026-09-07T00:13:32.451Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
47282026-09-07T00:13:32.489Z[verify-libraries] Compiling sigpipe v0.1.3
47292026-09-07T00:13:32.549Z[verify-libraries] Compiling num_enum v0.7.6
47302026-09-07T00:13:32.599Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47312026-09-07T00:13:32.705Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
47322026-09-07T00:13:32.735Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47332026-09-07T00:13:32.735Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47342026-09-07T00:13:32.785Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47352026-09-07T00:13:32.810Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47362026-09-07T00:13:32.911Z[ recovery-image] Sep 07 00:13:31.651 INFO O| Sep 07 00:13:31.651 INFO O| Startup: Refreshing catalog 'helios' ... Done
47372026-09-07T00:13:32.950Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47382026-09-07T00:13:32.987Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47392026-09-07T00:13:32.990Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47402026-09-07T00:13:33.059Z[verify-libraries] Compiling tokio-dtrace v0.1.1
47412026-09-07T00:13:33.062Z[verify-libraries] Compiling num_enum v0.5.11
47422026-09-07T00:13:33.062Z[verify-libraries] Compiling smf v0.2.3
47432026-09-07T00:13:33.198Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47442026-09-07T00:13:33.282Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
47452026-09-07T00:13:33.334Z[verify-libraries] Compiling whoami v1.6.1
47462026-09-07T00:13:33.401Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47472026-09-07T00:13:33.422Z[ recovery-image] Sep 07 00:13:32.161 INFO O| Sep 07 00:13:32.161 INFO O| Startup: Caching catalogs ... Done
47482026-09-07T00:13:33.443Z[ recovery-image] Sep 07 00:13:32.179 INFO O| Sep 07 00:13:32.179 INFO O| Planning: Planning completed in 0.00 seconds
47492026-09-07T00:13:33.443Z[ recovery-image] Sep 07 00:13:32.182 INFO O| Sep 07 00:13:32.179 INFO O| Planning: Consolidating action changes ... Done
47502026-09-07T00:13:33.443Z[ recovery-image] Sep 07 00:13:32.182 INFO O| Sep 07 00:13:32.179 INFO O| Planning: Evaluating mediators ... Done
47512026-09-07T00:13:33.443Z[ recovery-image] Sep 07 00:13:32.182 INFO O| Sep 07 00:13:32.179 INFO O| Planning: Planning completed in 0.00 seconds
47522026-09-07T00:13:33.443Z[ recovery-image] Sep 07 00:13:32.182 INFO O| Sep 07 00:13:32.180 INFO O| Variants/Facets to change: 1
47532026-09-07T00:13:33.470Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47542026-09-07T00:13:33.473Z[ recovery-image] Sep 07 00:13:32.210 INFO O| Sep 07 00:13:32.210 INFO O| Finalize: Updating package state database ... Done
47552026-09-07T00:13:33.473Z[ recovery-image] Sep 07 00:13:32.210 INFO O| Sep 07 00:13:32.210 INFO O| Finalize: Updating package cache ... Done
47562026-09-07T00:13:33.509Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47572026-09-07T00:13:33.562Z[ recovery-image] Sep 07 00:13:32.302 INFO O| Sep 07 00:13:32.301 INFO O| Finalize: Updating image state ... Done
47582026-09-07T00:13:33.580Z[ recovery-image] Sep 07 00:13:32.319 INFO O| Sep 07 00:13:32.319 INFO O| Finalize: Creating fast lookup database ... Done
47592026-09-07T00:13:33.583Z[ recovery-image] Sep 07 00:13:32.320 INFO O| Sep 07 00:13:32.320 INFO O| Finalize: Reading search index ... Done
47602026-09-07T00:13:33.583Z[ recovery-image] Sep 07 00:13:32.320 INFO O| Sep 07 00:13:32.320 INFO O| Finalize: Updating search index ... Done
47612026-09-07T00:13:33.583Z[ recovery-image] Sep 07 00:13:32.321 INFO O| Sep 07 00:13:32.321 INFO O| Finalize: Updating package cache ... Done
47622026-09-07T00:13:33.593Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47632026-09-07T00:13:33.655Z[verify-libraries] Compiling zone v0.3.1
47642026-09-07T00:13:33.721Z[verify-libraries] Compiling gethostname v0.5.0
47652026-09-07T00:13:33.774Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47662026-09-07T00:13:33.801Z[verify-libraries] Compiling slog-dtrace v0.3.0
47672026-09-07T00:13:33.802Z[verify-libraries] Compiling newline-converter v0.3.0
47682026-09-07T00:13:33.857Z[verify-libraries] Compiling console v0.15.11
47692026-09-07T00:13:33.860Z[verify-libraries] Compiling linear-map v1.2.0
47702026-09-07T00:13:33.887Z[ recovery-image] Sep 07 00:13:32.627 INFO O| Sep 07 00:13:32.627 INFO STEP 6 (pkg_change_variant) COMPLETE
47712026-09-07T00:13:33.888Z[ recovery-image] Sep 07 00:13:32.627 INFO O| Sep 07 00:13:32.627 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47722026-09-07T00:13:33.890Z[ recovery-image] Sep 07 00:13:32.627 INFO O| Sep 07 00:13:32.627 INFO skip step because feature "debug_variant" is not enabled
47732026-09-07T00:13:33.891Z[ recovery-image] Sep 07 00:13:32.627 INFO O| Sep 07 00:13:32.627 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47742026-09-07T00:13:33.907Z[verify-libraries] Compiling ingot-types v0.2.0
47752026-09-07T00:13:33.911Z[verify-libraries] Compiling num-rational v0.4.2
47762026-09-07T00:13:34.013Z[verify-libraries] Compiling num-complex v0.4.6
47772026-09-07T00:13:34.069Z[verify-libraries] Compiling prettyplease v0.2.37
47782026-09-07T00:13:34.203Z[verify-libraries] Compiling float-ord v0.3.2
47792026-09-07T00:13:34.307Z[ recovery-image] Sep 07 00:13:33.047 INFO O| Sep 07 00:13:33.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
47802026-09-07T00:13:34.410Z[verify-libraries] Compiling ingot v0.2.1
47812026-09-07T00:13:34.487Z[verify-libraries] Compiling expectorate v1.2.0
47822026-09-07T00:13:34.543Z[verify-libraries] Compiling num v0.4.3
47832026-09-07T00:13:34.546Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47842026-09-07T00:13:34.627Z[verify-libraries] Compiling minimal-lexical v0.2.1
47852026-09-07T00:13:34.646Z[ host-image] Sep 07 00:13:33.385 INFO O| Sep 07 00:13:33.384 INFO O| Startup: Refreshing catalog 'helios' ... Done
47862026-09-07T00:13:34.662Z[verify-libraries] Compiling unicode-xid v0.2.6
47872026-09-07T00:13:34.687Z[verify-libraries] Compiling tabled_derive v0.7.0
47882026-09-07T00:13:34.753Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47892026-09-07T00:13:34.753Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47902026-09-07T00:13:34.829Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47912026-09-07T00:13:34.862Z[verify-libraries] Compiling typify-macro v0.6.2
47922026-09-07T00:13:34.889Z[verify-libraries] Compiling fd-lock v4.0.4
47932026-09-07T00:13:34.916Z[verify-libraries] Compiling nom v7.1.3
47942026-09-07T00:13:34.968Z[verify-libraries] Compiling vte v0.14.1
47952026-09-07T00:13:35.045Z[verify-libraries] Compiling display-error-chain v0.2.2
47962026-09-07T00:13:35.106Z[verify-libraries] Compiling crossterm v0.29.0
47972026-09-07T00:13:35.162Z[ host-image] Sep 07 00:13:33.902 INFO O| Sep 07 00:13:33.902 INFO O| Startup: Caching catalogs ... Done
47982026-09-07T00:13:35.241Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47992026-09-07T00:13:35.366Z[verify-libraries] Compiling nu-ansi-term v0.50.3
48002026-09-07T00:13:35.419Z[verify-libraries] Compiling stacker v0.1.23
48012026-09-07T00:13:35.504Z[verify-libraries] Compiling cfg_aliases v0.1.1
48022026-09-07T00:13:35.567Z[verify-libraries] Compiling termtree v0.5.1
48032026-09-07T00:13:35.637Z[verify-libraries] Compiling nix v0.28.0
48042026-09-07T00:13:35.701Z[verify-libraries] Compiling semver v0.1.20
48052026-09-07T00:13:35.793Z[verify-libraries] Compiling psm v0.1.30
48062026-09-07T00:13:35.845Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48072026-09-07T00:13:35.858Z[ host-image] Sep 07 00:13:34.597 INFO O| Sep 07 00:13:34.597 INFO O| Planning: Solver setup ... Done
48082026-09-07T00:13:35.862Z[ host-image] Sep 07 00:13:34.602 INFO O| Sep 07 00:13:34.602 INFO O| Planning: Running solver ... Done
48092026-09-07T00:13:35.869Z[verify-libraries] Compiling tabled v0.15.0
48102026-09-07T00:13:35.872Z[verify-libraries] Compiling reedline v0.40.0
48112026-09-07T00:13:35.881Z[ host-image] Sep 07 00:13:34.620 INFO O| Sep 07 00:13:34.619 INFO O| Planning: Finding local manifests ... Done
48122026-09-07T00:13:35.893Z[ host-image] Sep 07 00:13:34.632 INFO O| Sep 07 00:13:34.632 INFO O| Planning: Fetching manifests: 0/6 0% complete
48132026-09-07T00:13:35.920Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48142026-09-07T00:13:35.935Z[ host-image] Sep 07 00:13:34.675 INFO O| Sep 07 00:13:34.675 INFO O| Planning: Fetching manifests: 6/6 100% complete
48152026-09-07T00:13:35.957Z[ host-image] Sep 07 00:13:34.696 INFO O| Sep 07 00:13:34.696 INFO O| Planning: Package planning ... Done
48162026-09-07T00:13:35.960Z[ host-image] Sep 07 00:13:34.698 INFO O| Sep 07 00:13:34.698 INFO O| Planning: Merging actions ... Done
48172026-09-07T00:13:36.018Z[verify-libraries] Compiling rustc_version v0.1.7
48182026-09-07T00:13:36.027Z[ host-image] Sep 07 00:13:34.766 INFO O| Sep 07 00:13:34.766 INFO O| Planning: Checking for conflicting actions ... Done
48192026-09-07T00:13:36.031Z[ host-image] Sep 07 00:13:34.768 INFO O| Sep 07 00:13:34.768 INFO O| Planning: Consolidating action changes ... Done
48202026-09-07T00:13:36.106Z[verify-libraries] Compiling phf_shared v0.12.1
48212026-09-07T00:13:36.110Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
48222026-09-07T00:13:36.167Z[ host-image] Sep 07 00:13:34.907 INFO O| Sep 07 00:13:34.906 INFO O| Planning: Evaluating mediators ... Done
48232026-09-07T00:13:36.171Z[ host-image] Sep 07 00:13:34.908 INFO O| Sep 07 00:13:34.908 INFO O| Planning: Planning completed in 0.99 seconds
48242026-09-07T00:13:36.171Z[ host-image] Sep 07 00:13:34.908 INFO O| Sep 07 00:13:34.908 INFO O| Packages to install: 6
48252026-09-07T00:13:36.171Z[ host-image] Sep 07 00:13:34.908 INFO O| Sep 07 00:13:34.908 INFO O| Services to change: 2
48262026-09-07T00:13:36.179Z[ host-image] Sep 07 00:13:34.919 INFO O| Sep 07 00:13:34.919 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
48272026-09-07T00:13:36.215Z[verify-libraries] Compiling nibble_vec v0.1.0
48282026-09-07T00:13:36.273Z[verify-libraries] Compiling highway v1.3.0
48292026-09-07T00:13:36.338Z[verify-libraries] Compiling endian-type v0.1.2
48302026-09-07T00:13:36.369Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48312026-09-07T00:13:36.379Z[ host-image] Sep 07 00:13:35.119 INFO O| Sep 07 00:13:35.119 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.8M/s)
48322026-09-07T00:13:36.401Z[verify-libraries] Compiling chrono-tz v0.10.4
48332026-09-07T00:13:36.405Z[ host-image] Sep 07 00:13:35.143 INFO O| Sep 07 00:13:35.143 INFO O| Actions: 1/391 actions (Installing new actions)
48342026-09-07T00:13:36.463Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48352026-09-07T00:13:36.466Z[verify-libraries] Compiling newtype_derive v0.1.6
48362026-09-07T00:13:36.538Z[ host-image] Sep 07 00:13:35.277 INFO O| Sep 07 00:13:35.277 INFO O| Actions: Completed 391 actions in 0.13 seconds.
48372026-09-07T00:13:36.591Z[ host-image] Sep 07 00:13:35.329 INFO O| Sep 07 00:13:35.329 INFO O| Finalize: Updating package state database ... Done
48382026-09-07T00:13:36.591Z[ host-image] Sep 07 00:13:35.329 INFO O| Sep 07 00:13:35.329 INFO O| Finalize: Updating package cache ... Done
48392026-09-07T00:13:36.619Z[verify-libraries] Compiling radix_trie v0.2.1
48402026-09-07T00:13:36.653Z[verify-libraries] Compiling phf v0.12.1
48412026-09-07T00:13:36.679Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48422026-09-07T00:13:36.698Z[ host-image] Sep 07 00:13:35.435 INFO O| Sep 07 00:13:35.435 INFO O| Finalize: Updating image state ... Done
48432026-09-07T00:13:36.735Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48442026-09-07T00:13:36.740Z[verify-libraries] Compiling peg-macros v0.8.5
48452026-09-07T00:13:36.856Z[verify-libraries] Compiling typify v0.6.2
48462026-09-07T00:13:36.859Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48472026-09-07T00:13:36.859Z[verify-libraries] Compiling csv-core v0.1.13
48482026-09-07T00:13:36.893Z[ recovery-image] Sep 07 00:13:35.633 INFO O| Sep 07 00:13:35.633 INFO O| Startup: Refreshing catalog 'helios' ... Done
48492026-09-07T00:13:36.970Z[verify-libraries] Compiling recursive v0.1.1
48502026-09-07T00:13:37.006Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48512026-09-07T00:13:37.009Z[verify-libraries] Compiling progenitor-impl v0.14.0
48522026-09-07T00:13:37.181Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48532026-09-07T00:13:37.216Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48542026-09-07T00:13:37.219Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48552026-09-07T00:13:37.380Z[ recovery-image] Sep 07 00:13:36.119 INFO O| Sep 07 00:13:36.119 INFO O| Startup: Caching catalogs ... Done
48562026-09-07T00:13:37.395Z[ recovery-image] Sep 07 00:13:36.135 INFO O| Sep 07 00:13:36.134 INFO O| Planning: Planning completed in 0.00 seconds
48572026-09-07T00:13:37.398Z[ recovery-image] Sep 07 00:13:36.135 INFO O| Sep 07 00:13:36.135 INFO O| Planning: Consolidating action changes ... Done
48582026-09-07T00:13:37.398Z[ recovery-image] Sep 07 00:13:36.135 INFO O| Sep 07 00:13:36.135 INFO O| Planning: Evaluating mediators ... Done
48592026-09-07T00:13:37.398Z[ recovery-image] Sep 07 00:13:36.135 INFO O| Sep 07 00:13:36.135 INFO O| Planning: Planning completed in 0.00 seconds
48602026-09-07T00:13:37.398Z[ recovery-image] Sep 07 00:13:36.135 INFO O| Sep 07 00:13:36.135 INFO O| Variants/Facets to change: 1
48612026-09-07T00:13:37.418Z[ recovery-image] Sep 07 00:13:36.158 INFO O| Sep 07 00:13:36.158 INFO O| Finalize: Updating package state database ... Done
48622026-09-07T00:13:37.419Z[ recovery-image] Sep 07 00:13:36.158 INFO O| Sep 07 00:13:36.158 INFO O| Finalize: Updating package cache ... Done
48632026-09-07T00:13:37.497Z[ recovery-image] Sep 07 00:13:36.236 INFO O| Sep 07 00:13:36.236 INFO O| Finalize: Updating image state ... Done
48642026-09-07T00:13:37.515Z[ recovery-image] Sep 07 00:13:36.254 INFO O| Sep 07 00:13:36.254 INFO O| Finalize: Creating fast lookup database ... Done
48652026-09-07T00:13:37.519Z[ recovery-image] Sep 07 00:13:36.255 INFO O| Sep 07 00:13:36.255 INFO O| Finalize: Reading search index ... Done
48662026-09-07T00:13:37.519Z[ recovery-image] Sep 07 00:13:36.255 INFO O| Sep 07 00:13:36.255 INFO O| Finalize: Updating search index ... Done
48672026-09-07T00:13:37.519Z[ recovery-image] Sep 07 00:13:36.256 INFO O| Sep 07 00:13:36.256 INFO O| Finalize: Updating package cache ... Done
48682026-09-07T00:13:37.614Z[verify-libraries] Compiling winnow v0.6.26
48692026-09-07T00:13:37.645Z[ host-image] Sep 07 00:13:36.385 INFO O| Sep 07 00:13:36.385 INFO O| Finalize: Creating fast lookup database ... Done
48702026-09-07T00:13:37.665Z[verify-libraries] Compiling home v0.5.12
48712026-09-07T00:13:37.689Z[ host-image] Sep 07 00:13:36.428 INFO O| Sep 07 00:13:36.428 INFO O| Finalize: Reading search index ... Done
48722026-09-07T00:13:37.689Z[ host-image] Sep 07 00:13:36.428 INFO O| Sep 07 00:13:36.428 INFO O| Finalize: Updating search index ... Done
48732026-09-07T00:13:37.703Z[ host-image] Sep 07 00:13:36.443 INFO O| Sep 07 00:13:36.443 INFO O| Finalize: Updating package cache ... Done
48742026-09-07T00:13:37.762Z[verify-libraries] Compiling unicode_categories v0.1.1
48752026-09-07T00:13:37.869Z[ recovery-image] Sep 07 00:13:36.599 INFO O| Sep 07 00:13:36.599 INFO STEP 8 (pkg_change_facet) COMPLETE
48762026-09-07T00:13:37.869Z[ recovery-image] Sep 07 00:13:36.599 INFO O| Sep 07 00:13:36.599 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48772026-09-07T00:13:37.887Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48782026-09-07T00:13:37.968Z[verify-libraries] Compiling rustyline v14.0.0
48792026-09-07T00:13:38.026Z[verify-libraries] Compiling sqlparser v0.61.0
48802026-09-07T00:13:38.075Z[ host-image] Sep 07 00:13:36.813 INFO O| Sep 07 00:13:36.813 INFO STEP 12 (pkg_install) COMPLETE
48812026-09-07T00:13:38.075Z[ host-image] Sep 07 00:13:36.813 INFO O| Sep 07 00:13:36.813 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48822026-09-07T00:13:38.087Z[ host-image] Sep 07 00:13:36.827 INFO O| Sep 07 00:13:36.823 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48832026-09-07T00:13:38.114Z[verify-libraries] Compiling const_format v0.2.35
48842026-09-07T00:13:38.209Z[ recovery-image] Sep 07 00:13:36.947 INFO O| Sep 07 00:13:36.947 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
48852026-09-07T00:13:38.270Z[verify-libraries] Compiling csv v1.4.0
48862026-09-07T00:13:38.417Z[verify-libraries] Compiling peg v0.8.5
48872026-09-07T00:13:38.543Z[verify-libraries] Compiling bcs v0.1.6
48882026-09-07T00:13:38.699Z[verify-libraries] Compiling nom v8.0.0
48892026-09-07T00:13:38.734Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48902026-09-07T00:13:38.895Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48912026-09-07T00:13:39.042Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48922026-09-07T00:13:39.120Z[verify-libraries] Compiling sqlformat v0.3.5
48932026-09-07T00:13:39.220Z[verify-libraries] Compiling steno v0.4.1
48942026-09-07T00:13:39.316Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48952026-09-07T00:13:39.384Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48962026-09-07T00:13:39.608Z[verify-libraries] Compiling utf-8 v0.7.6
48972026-09-07T00:13:39.860Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48982026-09-07T00:13:39.888Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48992026-09-07T00:13:39.986Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49002026-09-07T00:13:40.165Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49012026-09-07T00:13:40.269Z[verify-libraries] Compiling progenitor-macro v0.14.0
49022026-09-07T00:13:40.305Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49032026-09-07T00:13:40.342Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
49042026-09-07T00:13:40.376Z[verify-libraries] Compiling libefi-sys v0.1.0
49052026-09-07T00:13:40.376Z[verify-libraries] Compiling tagptr v0.2.0
49062026-09-07T00:13:40.381Z[ host-image] Sep 07 00:13:39.117 INFO O| Sep 07 00:13:39.117 INFO O| Startup: Refreshing catalog 'helios' ... Done
49072026-09-07T00:13:40.464Z[verify-libraries] Compiling bitfield-struct v0.6.2
49082026-09-07T00:13:40.468Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49092026-09-07T00:13:40.516Z[ recovery-image] Sep 07 00:13:39.256 INFO O| Sep 07 00:13:39.256 INFO O| Startup: Refreshing catalog 'helios' ... Done
49102026-09-07T00:13:40.643Z[verify-libraries] Compiling moka v0.12.13
49112026-09-07T00:13:40.720Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49122026-09-07T00:13:40.871Z[ host-image] Sep 07 00:13:39.611 INFO O| Sep 07 00:13:39.610 INFO O| Startup: Caching catalogs ... Done
49132026-09-07T00:13:40.898Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49142026-09-07T00:13:40.901Z[verify-libraries] Compiling xshell-macros v0.2.7
49152026-09-07T00:13:41.048Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49162026-09-07T00:13:41.077Z[ recovery-image] Sep 07 00:13:39.813 INFO O| Sep 07 00:13:39.813 INFO O| Startup: Caching catalogs ... Done
49172026-09-07T00:13:41.106Z[ recovery-image] Sep 07 00:13:39.839 INFO O| Sep 07 00:13:39.839 INFO O| Planning: Planning completed in 0.00 seconds
49182026-09-07T00:13:41.106Z[ recovery-image] Sep 07 00:13:39.840 INFO O| Sep 07 00:13:39.840 INFO O| Planning: Consolidating action changes ... Done
49192026-09-07T00:13:41.106Z[ recovery-image] Sep 07 00:13:39.840 INFO O| Sep 07 00:13:39.840 INFO O| Planning: Evaluating mediators ... Done
49202026-09-07T00:13:41.106Z[ recovery-image] Sep 07 00:13:39.840 INFO O| Sep 07 00:13:39.840 INFO O| Planning: Planning completed in 0.00 seconds
49212026-09-07T00:13:41.106Z[ recovery-image] Sep 07 00:13:39.840 INFO O| Sep 07 00:13:39.840 INFO O| Variants/Facets to change: 1
49222026-09-07T00:13:41.114Z[ recovery-image] Sep 07 00:13:39.852 INFO O| Sep 07 00:13:39.852 INFO O| Finalize: Updating package state database ... Done
49232026-09-07T00:13:41.114Z[ recovery-image] Sep 07 00:13:39.853 INFO O| Sep 07 00:13:39.852 INFO O| Finalize: Updating package cache ... Done
49242026-09-07T00:13:41.124Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49252026-09-07T00:13:41.175Z[verify-libraries] Compiling tungstenite v0.21.0
49262026-09-07T00:13:41.191Z[ recovery-image] Sep 07 00:13:39.930 INFO O| Sep 07 00:13:39.930 INFO O| Finalize: Updating image state ... Done
49272026-09-07T00:13:41.210Z[ recovery-image] Sep 07 00:13:39.948 INFO O| Sep 07 00:13:39.948 INFO O| Finalize: Creating fast lookup database ... Done
49282026-09-07T00:13:41.213Z[ recovery-image] Sep 07 00:13:39.949 INFO O| Sep 07 00:13:39.948 INFO O| Finalize: Reading search index ... Done
49292026-09-07T00:13:41.213Z[ recovery-image] Sep 07 00:13:39.949 INFO O| Sep 07 00:13:39.949 INFO O| Finalize: Updating search index ... Done
49302026-09-07T00:13:41.213Z[ recovery-image] Sep 07 00:13:39.949 INFO O| Sep 07 00:13:39.949 INFO O| Finalize: Updating package cache ... Done
49312026-09-07T00:13:41.225Z[verify-libraries] Compiling sha2 v0.11.0
49322026-09-07T00:13:41.284Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49332026-09-07T00:13:41.394Z[verify-libraries] Compiling hickory-resolver v0.25.2
49342026-09-07T00:13:41.466Z[verify-libraries] Compiling xshell v0.2.7
49352026-09-07T00:13:41.501Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49362026-09-07T00:13:41.506Z[ host-image] Sep 07 00:13:40.246 INFO O| Sep 07 00:13:40.246 INFO O| Planning: Solver setup ... Done
49372026-09-07T00:13:41.523Z[ host-image] Sep 07 00:13:40.251 INFO O| Sep 07 00:13:40.251 INFO O| Planning: Running solver ... Done
49382026-09-07T00:13:41.535Z[ host-image] Sep 07 00:13:40.274 INFO O| Sep 07 00:13:40.274 INFO O| Planning: Finding local manifests ... Done
49392026-09-07T00:13:41.546Z[ recovery-image] Sep 07 00:13:40.284 INFO O| Sep 07 00:13:40.284 INFO STEP 9 (pkg_change_facet) COMPLETE
49402026-09-07T00:13:41.546Z[ recovery-image] Sep 07 00:13:40.284 INFO O| Sep 07 00:13:40.284 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-09-07T00:13:41.550Z[verify-libraries] Compiling half v1.8.3
49422026-09-07T00:13:41.585Z[ host-image] Sep 07 00:13:40.324 INFO O| Sep 07 00:13:40.324 INFO O| Planning: Fetching manifests: 0/6 0% complete
49432026-09-07T00:13:41.711Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49442026-09-07T00:13:41.747Z[ host-image] Sep 07 00:13:40.486 INFO O| Sep 07 00:13:40.486 INFO O| Planning: Fetching manifests: 6/6 100% complete
49452026-09-07T00:13:41.818Z[ host-image] Sep 07 00:13:40.515 INFO O| Sep 07 00:13:40.514 INFO O| Planning: Package planning ... Done
49462026-09-07T00:13:41.823Z[ host-image] Sep 07 00:13:40.547 INFO O| Sep 07 00:13:40.547 INFO O| Planning: Merging actions ... Done
49472026-09-07T00:13:41.863Z[ host-image] Sep 07 00:13:40.594 INFO O| Sep 07 00:13:40.594 INFO O| Planning: Checking for conflicting actions ... Done
49482026-09-07T00:13:41.863Z[ host-image] Sep 07 00:13:40.597 INFO O| Sep 07 00:13:40.597 INFO O| Planning: Consolidating action changes ... Done
49492026-09-07T00:13:41.872Z[ recovery-image] Sep 07 00:13:40.611 INFO O| Sep 07 00:13:40.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
49502026-09-07T00:13:41.875Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49512026-09-07T00:13:41.994Z[ host-image] Sep 07 00:13:40.733 INFO O| Sep 07 00:13:40.733 INFO O| Planning: Evaluating mediators ... Done
49522026-09-07T00:13:41.997Z[verify-libraries] Compiling serde_cbor v0.11.2
49532026-09-07T00:13:41.997Z[ host-image] Sep 07 00:13:40.736 INFO O| Sep 07 00:13:40.736 INFO O| Planning: Planning completed in 1.11 seconds
49542026-09-07T00:13:42.001Z[ host-image] Sep 07 00:13:40.737 INFO O| Sep 07 00:13:40.737 INFO O| Packages to install: 6
49552026-09-07T00:13:42.001Z[ host-image] Sep 07 00:13:40.737 INFO O| Sep 07 00:13:40.737 INFO O| Mediators to change: 1
49562026-09-07T00:13:42.001Z[ host-image] Sep 07 00:13:40.737 INFO O| Sep 07 00:13:40.737 INFO O| Services to change: 1
49572026-09-07T00:13:42.008Z[ host-image] Sep 07 00:13:40.748 INFO O| Sep 07 00:13:40.748 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49582026-09-07T00:13:42.094Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49592026-09-07T00:13:42.182Z[verify-libraries] Compiling libscf-sys v1.2.0
49602026-09-07T00:13:42.226Z[verify-libraries] Compiling subprocess v0.2.15
49612026-09-07T00:13:42.297Z[verify-libraries] Compiling papergrid v0.18.0
49622026-09-07T00:13:42.347Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49632026-09-07T00:13:42.394Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49642026-09-07T00:13:42.533Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49652026-09-07T00:13:42.566Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49662026-09-07T00:13:42.734Z[verify-libraries] Compiling headers-core v0.3.0
49672026-09-07T00:13:42.778Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49682026-09-07T00:13:42.781Z[verify-libraries] Compiling unicase v2.9.0
49692026-09-07T00:13:43.012Z[verify-libraries] Compiling headers v0.4.1
49702026-09-07T00:13:43.038Z[ host-image] Sep 07 00:13:41.778 INFO O| Sep 07 00:13:41.778 INFO O| Download: Completed 7.84 MB in 1.03 seconds (7.6M/s)
49712026-09-07T00:13:43.081Z[ host-image] Sep 07 00:13:41.819 INFO O| Sep 07 00:13:41.819 INFO O| Actions: 1/1366 actions (Installing new actions)
49722026-09-07T00:13:43.089Z[verify-libraries] Compiling darling_core v0.21.3
49732026-09-07T00:13:43.133Z[verify-libraries] Compiling maplit v1.0.2
49742026-09-07T00:13:43.164Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49752026-09-07T00:13:43.310Z[ host-image] Sep 07 00:13:42.047 INFO O| Sep 07 00:13:42.047 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
49762026-09-07T00:13:43.341Z[verify-libraries] Compiling tabled v0.21.0
49772026-09-07T00:13:43.344Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49782026-09-07T00:13:43.367Z[ host-image] Sep 07 00:13:42.105 INFO O| Sep 07 00:13:42.105 INFO O| Finalize: Updating package state database ... Done
49792026-09-07T00:13:43.367Z[ host-image] Sep 07 00:13:42.105 INFO O| Sep 07 00:13:42.105 INFO O| Finalize: Updating package cache ... Done
49802026-09-07T00:13:43.440Z[verify-libraries] Compiling yasna v0.5.2
49812026-09-07T00:13:43.510Z[verify-libraries] Compiling crc8 v0.1.1
49822026-09-07T00:13:43.534Z[ host-image] Sep 07 00:13:42.274 INFO O| Sep 07 00:13:42.274 INFO O| Finalize: Updating image state ... Done
49832026-09-07T00:13:43.628Z[verify-libraries] Compiling vergen-lib v0.1.6
49842026-09-07T00:13:43.721Z[verify-libraries] Compiling diesel_derives v2.3.7
49852026-09-07T00:13:43.787Z[verify-libraries] Compiling port-file v0.1.0
49862026-09-07T00:13:43.952Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49872026-09-07T00:13:44.097Z[ recovery-image] Sep 07 00:13:42.837 INFO O| Sep 07 00:13:42.837 INFO O| Startup: Refreshing catalog 'helios' ... Done
49882026-09-07T00:13:44.135Z[verify-libraries] Compiling rcgen v0.12.1
49892026-09-07T00:13:44.244Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49902026-09-07T00:13:44.280Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49912026-09-07T00:13:44.305Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49922026-09-07T00:13:44.329Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49932026-09-07T00:13:44.546Z[verify-libraries] Compiling r2d2 v0.8.10
49942026-09-07T00:13:44.589Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49952026-09-07T00:13:44.658Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49962026-09-07T00:13:44.775Z[ host-image] Sep 07 00:13:43.515 INFO O| Sep 07 00:13:43.515 INFO O| Finalize: Creating fast lookup database ... Done
49972026-09-07T00:13:44.825Z[ host-image] Sep 07 00:13:43.563 INFO O| Sep 07 00:13:43.563 INFO O| Finalize: Reading search index ... Done
49982026-09-07T00:13:44.825Z[ host-image] Sep 07 00:13:43.563 INFO O| Sep 07 00:13:43.563 INFO O| Finalize: Updating search index ... Done
49992026-09-07T00:13:44.843Z[verify-libraries] Compiling digest-io v0.1.0
50002026-09-07T00:13:44.848Z[ host-image] Sep 07 00:13:43.587 INFO O| Sep 07 00:13:43.587 INFO O| Finalize: Updating package cache ... Done
50012026-09-07T00:13:44.894Z[ recovery-image] Sep 07 00:13:43.633 INFO O| Sep 07 00:13:43.633 INFO O| Startup: Caching catalogs ... Done
50022026-09-07T00:13:44.913Z[ recovery-image] Sep 07 00:13:43.653 INFO O| Sep 07 00:13:43.653 INFO O| Planning: Planning completed in 0.00 seconds
50032026-09-07T00:13:44.916Z[ recovery-image] Sep 07 00:13:43.653 INFO O| Sep 07 00:13:43.653 INFO O| Planning: Consolidating action changes ... Done
50042026-09-07T00:13:44.916Z[ recovery-image] Sep 07 00:13:43.653 INFO O| Sep 07 00:13:43.653 INFO O| Planning: Evaluating mediators ... Done
50052026-09-07T00:13:44.916Z[ recovery-image] Sep 07 00:13:43.654 INFO O| Sep 07 00:13:43.654 INFO O| Planning: Planning completed in 0.00 seconds
50062026-09-07T00:13:44.916Z[ recovery-image] Sep 07 00:13:43.654 INFO O| Sep 07 00:13:43.654 INFO O| Variants/Facets to change: 1
50072026-09-07T00:13:44.929Z[ recovery-image] Sep 07 00:13:43.668 INFO O| Sep 07 00:13:43.668 INFO O| Finalize: Updating package state database ... Done
50082026-09-07T00:13:44.929Z[ recovery-image] Sep 07 00:13:43.668 INFO O| Sep 07 00:13:43.668 INFO O| Finalize: Updating package cache ... Done
50092026-09-07T00:13:45.012Z[ recovery-image] Sep 07 00:13:43.752 INFO O| Sep 07 00:13:43.752 INFO O| Finalize: Updating image state ... Done
50102026-09-07T00:13:45.020Z[verify-libraries] Compiling dirs-sys-next v0.1.2
50112026-09-07T00:13:45.032Z[ recovery-image] Sep 07 00:13:43.771 INFO O| Sep 07 00:13:43.771 INFO O| Finalize: Creating fast lookup database ... Done
50122026-09-07T00:13:45.035Z[ recovery-image] Sep 07 00:13:43.772 INFO O| Sep 07 00:13:43.772 INFO O| Finalize: Reading search index ... Done
50132026-09-07T00:13:45.035Z[ recovery-image] Sep 07 00:13:43.772 INFO O| Sep 07 00:13:43.772 INFO O| Finalize: Updating search index ... Done
50142026-09-07T00:13:45.035Z[ recovery-image] Sep 07 00:13:43.773 INFO O| Sep 07 00:13:43.773 INFO O| Finalize: Updating package cache ... Done
50152026-09-07T00:13:45.133Z[verify-libraries] Compiling cpubits v0.1.1
50162026-09-07T00:13:45.231Z[ host-image] Sep 07 00:13:43.970 INFO O| Sep 07 00:13:43.970 INFO STEP 13 (pkg_install) COMPLETE
50172026-09-07T00:13:45.231Z[ host-image] Sep 07 00:13:43.970 INFO O| Sep 07 00:13:43.970 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50182026-09-07T00:13:45.241Z[ host-image] Sep 07 00:13:43.980 INFO O| Sep 07 00:13:43.980 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
50192026-09-07T00:13:45.351Z[ recovery-image] Sep 07 00:13:44.091 INFO O| Sep 07 00:13:44.091 INFO STEP 10 (pkg_change_facet) COMPLETE
50202026-09-07T00:13:45.351Z[ recovery-image] Sep 07 00:13:44.091 INFO O| Sep 07 00:13:44.091 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50212026-09-07T00:13:45.361Z[ recovery-image] Sep 07 00:13:44.101 INFO O| Sep 07 00:13:44.101 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"]
50222026-09-07T00:13:45.389Z[verify-libraries] Compiling rawzip v0.4.4
50232026-09-07T00:13:45.393Z[verify-libraries] Compiling crunchy v0.2.4
50242026-09-07T00:13:45.441Z[verify-libraries] Compiling downcast-rs v2.0.2
50252026-09-07T00:13:45.630Z[verify-libraries] Compiling dirs-next v2.0.0
50262026-09-07T00:13:45.896Z[verify-libraries] Compiling clang-sys v1.8.1
50272026-09-07T00:13:45.923Z[verify-libraries] Compiling ignore v0.4.25
50282026-09-07T00:13:45.984Z[verify-libraries] Compiling progenitor v0.14.0
50292026-09-07T00:13:45.987Z[verify-libraries] Compiling darling_macro v0.21.3
50302026-09-07T00:13:46.180Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50312026-09-07T00:13:46.229Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50322026-09-07T00:13:46.276Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50332026-09-07T00:13:46.348Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50342026-09-07T00:13:46.513Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50352026-09-07T00:13:46.613Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50362026-09-07T00:13:46.755Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50372026-09-07T00:13:46.802Z[verify-libraries] Compiling darling v0.21.3
50382026-09-07T00:13:46.847Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50392026-09-07T00:13:46.907Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50402026-09-07T00:13:46.976Z[verify-libraries] Compiling anstyle-parse v0.2.7
50412026-09-07T00:13:47.055Z[verify-libraries] Compiling dsl_auto_type v0.2.0
50422026-09-07T00:13:47.316Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50432026-09-07T00:13:47.371Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50442026-09-07T00:13:47.371Z[verify-libraries] Compiling tiny-keccak v2.0.2
50452026-09-07T00:13:47.473Z[verify-libraries] Compiling anstream v0.6.21
50462026-09-07T00:13:47.516Z[verify-libraries] Compiling globwalk v0.9.1
50472026-09-07T00:13:47.519Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50482026-09-07T00:13:47.634Z[ host-image] Sep 07 00:13:46.370 INFO O| Sep 07 00:13:46.370 INFO O| Startup: Refreshing catalog 'helios' ... Done
50492026-09-07T00:13:47.838Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50502026-09-07T00:13:47.871Z[ recovery-image] Sep 07 00:13:46.611 INFO O| Sep 07 00:13:46.611 INFO O| Startup: Refreshing catalog 'helios' ... Done
50512026-09-07T00:13:47.897Z[verify-libraries] Compiling term v0.7.0
50522026-09-07T00:13:47.927Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50532026-09-07T00:13:48.113Z[verify-libraries] Compiling predicates-tree v1.0.13
50542026-09-07T00:13:48.132Z[ host-image] Sep 07 00:13:46.872 INFO O| Sep 07 00:13:46.871 INFO O| Startup: Caching catalogs ... Done
50552026-09-07T00:13:48.366Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50562026-09-07T00:13:48.428Z[ recovery-image] Sep 07 00:13:47.168 INFO O| Sep 07 00:13:47.167 INFO O| Startup: Caching catalogs ... Done
50572026-09-07T00:13:48.489Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50582026-09-07T00:13:48.572Z[verify-libraries] Compiling rand_seeder v0.4.0
50592026-09-07T00:13:48.620Z[verify-libraries] Compiling diff v0.1.13
50602026-09-07T00:13:48.716Z[verify-libraries] Compiling bit-vec v0.6.3
50612026-09-07T00:13:48.840Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50622026-09-07T00:13:48.854Z[ host-image] Sep 07 00:13:47.587 INFO O| Sep 07 00:13:47.586 INFO O| Planning: Solver setup ... Done
50632026-09-07T00:13:48.854Z[ host-image] Sep 07 00:13:47.592 INFO O| Sep 07 00:13:47.592 INFO O| Planning: Running solver ... Done
50642026-09-07T00:13:48.869Z[ host-image] Sep 07 00:13:47.608 INFO O| Sep 07 00:13:47.608 INFO O| Planning: Finding local manifests ... Done
50652026-09-07T00:13:48.890Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50662026-09-07T00:13:48.908Z[ host-image] Sep 07 00:13:47.648 INFO O| Sep 07 00:13:47.647 INFO O| Planning: Fetching manifests: 0/1 0% complete
50672026-09-07T00:13:48.925Z[ host-image] Sep 07 00:13:47.664 INFO O| Sep 07 00:13:47.664 INFO O| Planning: Fetching manifests: 1/1 100% complete
50682026-09-07T00:13:48.942Z[ host-image] Sep 07 00:13:47.681 INFO O| Sep 07 00:13:47.680 INFO O| Planning: Package planning ... Done
50692026-09-07T00:13:48.942Z[ host-image] Sep 07 00:13:47.681 INFO O| Sep 07 00:13:47.681 INFO O| Planning: Merging actions ... Done
50702026-09-07T00:13:48.982Z[verify-libraries] Compiling ascii-canvas v3.0.0
50712026-09-07T00:13:48.985Z[ host-image] Sep 07 00:13:47.720 INFO O| Sep 07 00:13:47.720 INFO O| Planning: Checking for conflicting actions ... Done
50722026-09-07T00:13:48.985Z[ host-image] Sep 07 00:13:47.720 INFO O| Sep 07 00:13:47.720 INFO O| Planning: Consolidating action changes ... Done
50732026-09-07T00:13:49.022Z[verify-libraries] Compiling bit-set v0.5.3
50742026-09-07T00:13:49.128Z[ host-image] Sep 07 00:13:47.850 INFO O| Sep 07 00:13:47.850 INFO O| Planning: Evaluating mediators ... Done
50752026-09-07T00:13:49.142Z[ host-image] Sep 07 00:13:47.850 INFO O| Sep 07 00:13:47.850 INFO O| Planning: Planning completed in 0.96 seconds
50762026-09-07T00:13:49.142Z[ host-image] Sep 07 00:13:47.850 INFO O| Sep 07 00:13:47.850 INFO O| Packages to install: 1
50772026-09-07T00:13:49.142Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50782026-09-07T00:13:49.142Z[ host-image] Sep 07 00:13:47.861 INFO O| Sep 07 00:13:47.861 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50792026-09-07T00:13:49.142Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50802026-09-07T00:13:49.143Z[verify-libraries] Compiling itertools v0.10.5
50812026-09-07T00:13:49.203Z[verify-libraries] Compiling libloading v0.8.9
50822026-09-07T00:13:49.256Z[verify-libraries] Compiling ena v0.14.4
50832026-09-07T00:13:49.297Z[verify-libraries] Compiling bindgen v0.71.1
50842026-09-07T00:13:49.344Z[verify-libraries] Compiling regex-syntax v0.6.29
50852026-09-07T00:13:49.408Z[ host-image] Sep 07 00:13:48.143 INFO O| Sep 07 00:13:48.143 INFO O| Download: Completed 13.27 MB in 0.28 seconds (47.0M/s)
50862026-09-07T00:13:49.436Z[ host-image] Sep 07 00:13:48.169 INFO O| Sep 07 00:13:48.164 INFO O| Actions: 1/22 actions (Installing new actions)
50872026-09-07T00:13:49.546Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50882026-09-07T00:13:49.546Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50892026-09-07T00:13:49.663Z[ host-image] Sep 07 00:13:48.399 INFO O| Sep 07 00:13:48.399 INFO O| Actions: Completed 22 actions in 0.24 seconds.
50902026-09-07T00:13:49.672Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50912026-09-07T00:13:49.710Z[ host-image] Sep 07 00:13:48.444 INFO O| Sep 07 00:13:48.444 INFO O| Finalize: Updating package state database ... Done
50922026-09-07T00:13:49.710Z[ host-image] Sep 07 00:13:48.444 INFO O| Sep 07 00:13:48.444 INFO O| Finalize: Updating package cache ... Done
50932026-09-07T00:13:49.807Z[verify-libraries] Compiling cexpr v0.6.0
50942026-09-07T00:13:49.813Z[ host-image] Sep 07 00:13:48.547 INFO O| Sep 07 00:13:48.547 INFO O| Finalize: Updating image state ... Done
50952026-09-07T00:13:49.915Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50962026-09-07T00:13:50.032Z[verify-libraries] Compiling rustc-hash v2.1.1
50972026-09-07T00:13:50.283Z[verify-libraries] Compiling libxml v0.3.3
50982026-09-07T00:13:50.357Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50992026-09-07T00:13:50.428Z[verify-libraries] Compiling strum_macros v0.24.3
51002026-09-07T00:13:50.497Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51012026-09-07T00:13:50.593Z[verify-libraries] Compiling hmac v0.13.0
51022026-09-07T00:13:50.654Z[verify-libraries] Compiling universal-hash v0.6.1
51032026-09-07T00:13:50.716Z[verify-libraries] Compiling fxhash v0.2.1
51042026-09-07T00:13:50.765Z[verify-libraries] Compiling lalrpop v0.19.12
51052026-09-07T00:13:50.846Z[ host-image] Sep 07 00:13:49.581 INFO O| Sep 07 00:13:49.581 INFO O| Finalize: Creating fast lookup database ... Done
51062026-09-07T00:13:50.869Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51072026-09-07T00:13:50.872Z[ host-image] Sep 07 00:13:49.610 INFO O| Sep 07 00:13:49.610 INFO O| Finalize: Reading search index ... Done
51082026-09-07T00:13:50.872Z[ host-image] Sep 07 00:13:49.610 INFO O| Sep 07 00:13:49.610 INFO O| Finalize: Updating search index ... Done
51092026-09-07T00:13:50.882Z[ host-image] Sep 07 00:13:49.620 INFO O| Sep 07 00:13:49.620 INFO O| Finalize: Updating package cache ... Done
51102026-09-07T00:13:50.923Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
51112026-09-07T00:13:51.092Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51122026-09-07T00:13:51.180Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.919 INFO STEP 14 (pkg_install) COMPLETE
51132026-09-07T00:13:51.180Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51142026-09-07T00:13:51.180Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO skip step because feature "mbist" is not enabled
51152026-09-07T00:13:51.180Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51162026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO skip step because feature "mfg" is not enabled
51172026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51182026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO skip step because feature "compliance" is not enabled
51192026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51202026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO skip step because feature "stress" is not enabled
51212026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51222026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO skip step because feature "compliance" is not enabled
51232026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51242026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO skip step because feature "nfs" is not enabled
51252026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51262026-09-07T00:13:51.185Z[ host-image] Sep 07 00:13:49.920 INFO O| Sep 07 00:13:49.920 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51272026-09-07T00:13:51.361Z[verify-libraries] Compiling indoc v1.0.9
51282026-09-07T00:13:51.385Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51292026-09-07T00:13:51.458Z[ host-image] Sep 07 00:13:50.197 INFO O| Sep 07 00:13:50.197 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51302026-09-07T00:13:51.586Z[ host-image] Sep 07 00:13:50.326 INFO O| Sep 07 00:13:50.325 INFO completed processing sled/ramdisk-01-os
51312026-09-07T00:13:51.589Z[ host-image] Sep 07 00:13:50.328 INFO omicron1 baseline generation...
51322026-09-07T00:13:51.590Z[ host-image] Sep 07 00:13:50.328 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51332026-09-07T00:13:51.649Z[ recovery-image] Sep 07 00:13:50.388 INFO O| Sep 07 00:13:50.388 INFO O| Planning: Solver setup ... Done
51342026-09-07T00:13:51.975Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51352026-09-07T00:13:51.975Z[ recovery-image] Sep 07 00:13:50.714 INFO O| Sep 07 00:13:50.714 INFO O| Planning: Running solver ... Done
51362026-09-07T00:13:51.996Z[ host-image] Sep 07 00:13:50.731 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
51372026-09-07T00:13:52.039Z[ recovery-image] Sep 07 00:13:50.774 INFO O| Sep 07 00:13:50.773 INFO O| Planning: Finding local manifests ... Done
51382026-09-07T00:13:52.051Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51392026-09-07T00:13:52.071Z[ recovery-image] Sep 07 00:13:50.810 INFO O| Sep 07 00:13:50.810 INFO O| Planning: Fetching manifests: 0/130 0% complete
51402026-09-07T00:13:52.093Z[verify-libraries] Compiling oso-derive v0.27.3
51412026-09-07T00:13:52.093Z[verify-libraries] Compiling quick-xml v0.37.5
51422026-09-07T00:13:52.381Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51432026-09-07T00:13:52.767Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51442026-09-07T00:13:53.359Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51452026-09-07T00:13:53.384Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51462026-09-07T00:13:53.594Z[verify-libraries] Compiling openssl-probe v0.1.6
51472026-09-07T00:13:53.638Z[verify-libraries] Compiling diesel v2.3.7
51482026-09-07T00:13:53.881Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51492026-09-07T00:13:54.162Z[verify-libraries] Compiling polyval v0.7.1
51502026-09-07T00:13:54.288Z[verify-libraries] Compiling der v0.8.0
51512026-09-07T00:13:54.503Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
51522026-09-07T00:13:54.700Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51532026-09-07T00:13:54.734Z[verify-libraries] Compiling git-stub v1.0.0
51542026-09-07T00:13:54.906Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51552026-09-07T00:13:55.083Z[verify-libraries] Compiling kstat-rs v0.2.5
51562026-09-07T00:13:55.442Z[verify-libraries] Compiling trait-variant v0.1.2
51572026-09-07T00:13:55.572Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51582026-09-07T00:13:55.800Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51592026-09-07T00:13:55.862Z[verify-libraries] Compiling ghash v0.6.0
51602026-09-07T00:13:55.878Z[ recovery-image] Sep 07 00:13:54.617 INFO O| Sep 07 00:13:54.616 INFO O| Planning: Fetching manifests: 130/130 100% complete
51612026-09-07T00:13:56.039Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51622026-09-07T00:13:56.058Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51632026-09-07T00:13:56.143Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51642026-09-07T00:13:56.187Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51652026-09-07T00:13:56.307Z[verify-libraries] Compiling pbkdf2 v0.13.0
51662026-09-07T00:13:56.560Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51672026-09-07T00:13:56.591Z[ recovery-image] Sep 07 00:13:55.330 INFO O| Sep 07 00:13:55.330 INFO O| Planning: Package planning ... Done
51682026-09-07T00:13:56.619Z[verify-libraries] Compiling aes v0.9.1
51692026-09-07T00:13:56.722Z[verify-libraries] Compiling crypto-bigint v0.7.5
51702026-09-07T00:13:56.760Z[ recovery-image] Sep 07 00:13:55.497 INFO O| Sep 07 00:13:55.497 INFO O| Planning: Merging actions ... Done
51712026-09-07T00:13:56.841Z[ recovery-image] Sep 07 00:13:55.580 INFO O| Sep 07 00:13:55.580 INFO O| Planning: Checking for conflicting actions ... Done
51722026-09-07T00:13:56.904Z[ recovery-image] Sep 07 00:13:55.643 INFO O| Sep 07 00:13:55.643 INFO O| Planning: Consolidating action changes ... Done
51732026-09-07T00:13:57.049Z[ recovery-image] Sep 07 00:13:55.788 INFO O| Sep 07 00:13:55.788 INFO O| Planning: Evaluating mediators ... Done
51742026-09-07T00:13:57.313Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51752026-09-07T00:13:57.531Z[verify-libraries] Compiling ctr v0.10.1
51762026-09-07T00:13:57.677Z[verify-libraries] Compiling aead v0.6.1
51772026-09-07T00:13:57.681Z[verify-libraries] Compiling bb8 v0.8.6
51782026-09-07T00:13:57.834Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51792026-09-07T00:13:57.917Z[verify-libraries] Compiling seq-macro v0.3.6
51802026-09-07T00:13:58.000Z[verify-libraries] Compiling dashu-int v0.5.1
51812026-09-07T00:13:58.111Z[verify-libraries] Compiling parking_lot_core v0.8.6
51822026-09-07T00:13:58.151Z[verify-libraries] Compiling aes-gcm v0.11.0
51832026-09-07T00:13:58.435Z[verify-libraries] Compiling spki v0.8.0
51842026-09-07T00:13:58.493Z[verify-libraries] Compiling mime_guess v2.0.5
51852026-09-07T00:13:58.510Z[ recovery-image] Sep 07 00:13:57.249 INFO O| Sep 07 00:13:57.248 INFO O| Planning: Planning completed in 10.00 seconds
51862026-09-07T00:13:58.513Z[ recovery-image] Sep 07 00:13:57.250 INFO O| Sep 07 00:13:57.250 INFO O| Packages to install: 130
51872026-09-07T00:13:58.513Z[ recovery-image] Sep 07 00:13:57.250 INFO O| Sep 07 00:13:57.250 INFO O| Mediators to change: 5
51882026-09-07T00:13:58.513Z[ recovery-image] Sep 07 00:13:57.250 INFO O| Sep 07 00:13:57.250 INFO O| Services to change: 5
51892026-09-07T00:13:58.530Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51902026-09-07T00:13:58.541Z[ recovery-image] Sep 07 00:13:57.279 INFO O| Sep 07 00:13:57.279 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51912026-09-07T00:13:58.588Z[verify-libraries] Compiling ssh-encoding v0.2.0
51922026-09-07T00:13:58.759Z[verify-libraries] Compiling salsa20 v0.11.0
51932026-09-07T00:13:58.785Z[verify-libraries] Compiling nanorand v0.7.0
51942026-09-07T00:13:58.812Z[verify-libraries] Compiling dashu-base v0.5.1
51952026-09-07T00:13:58.895Z[verify-libraries] Compiling rlimit v0.10.2
51962026-09-07T00:13:58.956Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51972026-09-07T00:13:58.998Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51982026-09-07T00:13:59.119Z[verify-libraries] Compiling num-modular v0.6.5
51992026-09-07T00:13:59.208Z[verify-libraries] Compiling flume v0.11.1
52002026-09-07T00:13:59.211Z[verify-libraries] Compiling scrypt v0.12.0
52012026-09-07T00:13:59.291Z[verify-libraries] Compiling ssh-cipher v0.2.0
52022026-09-07T00:13:59.479Z[verify-libraries] Compiling tungstenite v0.28.0
52032026-09-07T00:13:59.515Z[verify-libraries] Compiling p256 v0.13.2
52042026-09-07T00:13:59.658Z[verify-libraries] Compiling cbc v0.2.1
52052026-09-07T00:13:59.700Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
52062026-09-07T00:13:59.892Z[verify-libraries] Compiling http-range v0.1.5
52072026-09-07T00:13:59.936Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52082026-09-07T00:13:59.999Z[verify-libraries] Compiling num-primitive v0.2.1
52092026-09-07T00:14:00.180Z[verify-libraries] Compiling nonempty v0.12.0
52102026-09-07T00:14:00.340Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52112026-09-07T00:14:00.466Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
52122026-09-07T00:14:00.519Z[verify-libraries] Compiling pkcs5 v0.8.1
52132026-09-07T00:14:00.609Z[verify-libraries] Compiling dsi-bitstream v0.10.1
52142026-09-07T00:14:00.670Z[verify-libraries] Compiling ssh-key v0.6.7
52152026-09-07T00:14:00.821Z[verify-libraries] Compiling parking_lot v0.11.2
52162026-09-07T00:14:01.160Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
52172026-09-07T00:14:01.204Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
52182026-09-07T00:14:01.341Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52192026-09-07T00:14:01.489Z[verify-libraries] Compiling prefix-trie v0.7.0
52202026-09-07T00:14:01.831Z[verify-libraries] Compiling http-range-header v0.4.2
52212026-09-07T00:14:01.915Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
52222026-09-07T00:14:02.024Z[verify-libraries] Compiling bytesize v2.7.0
52232026-09-07T00:14:02.139Z[verify-libraries] Compiling hickory-server v0.25.2
52242026-09-07T00:14:02.437Z[verify-libraries] Compiling hyper-staticfile v0.10.1
52252026-09-07T00:14:02.472Z[verify-libraries] Compiling sled v0.34.7
52262026-09-07T00:14:02.586Z[verify-libraries] Compiling pkcs8 v0.11.0
52272026-09-07T00:14:02.625Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
52282026-09-07T00:14:02.727Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52292026-09-07T00:14:03.029Z[verify-libraries] Compiling ff v0.14.0
52302026-09-07T00:14:03.099Z[verify-libraries] Compiling libz-sys v1.1.24
52312026-09-07T00:14:03.388Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52322026-09-07T00:14:03.398Z[verify-libraries] Compiling pwd v1.4.0
52332026-09-07T00:14:03.550Z[ recovery-image] Sep 07 00:14:02.289 INFO O| Sep 07 00:14:02.289 INFO O| Download: 8544/16683 items 87.9/200.2MB 43% complete (17.6M/s)
52342026-09-07T00:14:03.580Z[verify-libraries] Compiling lru v0.18.3
52352026-09-07T00:14:03.716Z[verify-libraries] Compiling group v0.14.0
52362026-09-07T00:14:03.864Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52372026-09-07T00:14:03.904Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
52382026-09-07T00:14:03.969Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52392026-09-07T00:14:04.023Z[verify-libraries] Compiling signature v3.0.0
52402026-09-07T00:14:04.253Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52412026-09-07T00:14:04.421Z[verify-libraries] Compiling base16ct v1.0.0
52422026-09-07T00:14:04.535Z[verify-libraries] Compiling instability v0.3.11
52432026-09-07T00:14:04.713Z[verify-libraries] Compiling sec1 v0.8.1
52442026-09-07T00:14:04.945Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52452026-09-07T00:14:04.952Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52462026-09-07T00:14:05.006Z[verify-libraries] Compiling hkdf v0.13.0
52472026-09-07T00:14:05.148Z[verify-libraries] Compiling scuffle v0.1.0
52482026-09-07T00:14:05.166Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52492026-09-07T00:14:05.222Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
52502026-09-07T00:14:05.301Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
52512026-09-07T00:14:05.528Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
52522026-09-07T00:14:05.574Z[verify-libraries] Compiling castaway v0.2.4
52532026-09-07T00:14:05.849Z[verify-libraries] Compiling indoc v2.0.7
52542026-09-07T00:14:05.997Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
52552026-09-07T00:14:06.342Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
52562026-09-07T00:14:06.372Z[verify-libraries] Compiling compact_str v0.8.1
52572026-09-07T00:14:06.657Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52582026-09-07T00:14:06.903Z[verify-libraries] Compiling elliptic-curve v0.14.1
52592026-09-07T00:14:07.075Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52602026-09-07T00:14:07.139Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52612026-09-07T00:14:07.246Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
52622026-09-07T00:14:07.397Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52632026-09-07T00:14:07.446Z[verify-libraries] Compiling lru v0.12.5
52642026-09-07T00:14:07.524Z[verify-libraries] Compiling unicode-truncate v1.1.0
52652026-09-07T00:14:07.590Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52662026-09-07T00:14:07.660Z[verify-libraries] Compiling arc-swap v1.8.2
52672026-09-07T00:14:07.760Z[verify-libraries] Compiling cassowary v0.3.0
52682026-09-07T00:14:07.811Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52692026-09-07T00:14:08.100Z[verify-libraries] Compiling slog-scope v4.4.1
52702026-09-07T00:14:08.296Z[verify-libraries] Compiling ratatui v0.29.0
52712026-09-07T00:14:08.373Z[verify-libraries] Compiling wnaf v0.14.0
52722026-09-07T00:14:08.429Z[verify-libraries] Compiling primefield v0.14.0
52732026-09-07T00:14:08.561Z[ recovery-image] Sep 07 00:14:07.292 INFO O| Sep 07 00:14:07.292 INFO O| Download: 16098/16683 items 178.9/200.2MB 89% complete (18.0M/s)
52742026-09-07T00:14:08.676Z[verify-libraries] Compiling rfc6979 v0.6.0
52752026-09-07T00:14:08.730Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52762026-09-07T00:14:08.895Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52772026-09-07T00:14:09.089Z[ recovery-image] Sep 07 00:14:07.828 INFO O| Sep 07 00:14:07.828 INFO O| Download: Completed 200.18 MB in 10.55 seconds (18.9M/s)
52782026-09-07T00:14:09.705Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52792026-09-07T00:14:09.952Z[verify-libraries] Compiling progenitor-impl v0.13.0
52802026-09-07T00:14:10.419Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52812026-09-07T00:14:10.496Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
52822026-09-07T00:14:10.718Z[verify-libraries] Compiling vergen-git2 v9.1.0
52832026-09-07T00:14:10.989Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52842026-09-07T00:14:11.193Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52852026-09-07T00:14:11.246Z[verify-libraries] Compiling strsim v0.10.0
52862026-09-07T00:14:11.287Z[ recovery-image] Sep 07 00:14:10.026 INFO O| Sep 07 00:14:10.026 INFO O| Actions: 1/27596 actions (Installing new actions)
52872026-09-07T00:14:11.398Z[verify-libraries] Compiling ecdsa v0.17.0
52882026-09-07T00:14:11.466Z[verify-libraries] Compiling darling_core v0.13.4
52892026-09-07T00:14:11.828Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52902026-09-07T00:14:11.861Z[verify-libraries] Compiling primeorder v0.14.0
52912026-09-07T00:14:11.988Z[verify-libraries] Compiling slog-stdlog v4.1.1
52922026-09-07T00:14:12.059Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52932026-09-07T00:14:12.063Z[verify-libraries] Compiling tungstenite v0.23.0
52942026-09-07T00:14:12.361Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52952026-09-07T00:14:12.429Z[verify-libraries] Compiling progenitor-client v0.13.0
52962026-09-07T00:14:12.835Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52972026-09-07T00:14:12.937Z[verify-libraries] Compiling progenitor-macro v0.13.0
52982026-09-07T00:14:13.112Z[verify-libraries] Compiling console v0.16.2
52992026-09-07T00:14:13.169Z[verify-libraries] Compiling libsw-core v0.3.2
53002026-09-07T00:14:13.278Z[verify-libraries] Compiling assert_matches v1.5.0
53012026-09-07T00:14:13.419Z[verify-libraries] Compiling unit-prefix v0.5.2
53022026-09-07T00:14:13.462Z[verify-libraries] Compiling void v1.0.2
53032026-09-07T00:14:13.649Z[verify-libraries] Compiling indicatif v0.18.4
53042026-09-07T00:14:13.690Z[verify-libraries] Compiling lzss v0.8.2
53052026-09-07T00:14:13.695Z[verify-libraries] Compiling darling_macro v0.13.4
53062026-09-07T00:14:13.758Z[verify-libraries] Compiling libsw v3.5.0
53072026-09-07T00:14:13.798Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
53082026-09-07T00:14:14.025Z[verify-libraries] Compiling slog-envlogger v2.2.0
53092026-09-07T00:14:14.073Z[verify-libraries] Compiling ssh-encoding v0.3.0
53102026-09-07T00:14:14.175Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53112026-09-07T00:14:14.379Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
53122026-09-07T00:14:14.479Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
53132026-09-07T00:14:14.515Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
53142026-09-07T00:14:14.637Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
53152026-09-07T00:14:14.797Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53162026-09-07T00:14:14.934Z[verify-libraries] Compiling nix v0.27.1
53172026-09-07T00:14:15.053Z[verify-libraries] Compiling colored v2.2.0
53182026-09-07T00:14:15.149Z[verify-libraries] Compiling serde_bytes v0.11.19
53192026-09-07T00:14:15.706Z[verify-libraries] Compiling keccak v0.2.0
53202026-09-07T00:14:15.710Z[verify-libraries] Compiling shell-words v1.1.1
53212026-09-07T00:14:15.714Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
53222026-09-07T00:14:15.738Z[verify-libraries] Compiling darling v0.13.4
53232026-09-07T00:14:15.785Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
53242026-09-07T00:14:15.940Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53252026-09-07T00:14:15.946Z[verify-libraries] Compiling ed25519 v3.0.0
53262026-09-07T00:14:16.266Z[verify-libraries] Compiling crypto-primes v0.7.2
53272026-09-07T00:14:16.288Z[ recovery-image] Sep 07 00:14:15.027 INFO O| Sep 07 00:14:15.027 INFO O| Actions: 21970/27596 actions (Installing new actions)
53282026-09-07T00:14:16.357Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
53292026-09-07T00:14:16.557Z[verify-libraries] Compiling poly1305 v0.9.0
53302026-09-07T00:14:17.036Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53312026-09-07T00:14:17.053Z[ recovery-image] Sep 07 00:14:15.791 INFO O| Sep 07 00:14:15.791 INFO O| Actions: Completed 27596 actions in 5.76 seconds.
53322026-09-07T00:14:17.132Z[ recovery-image] Sep 07 00:14:15.871 INFO O| Sep 07 00:14:15.871 INFO O| Finalize: Updating package state database ... Done
53332026-09-07T00:14:17.132Z[ recovery-image] Sep 07 00:14:15.871 INFO O| Sep 07 00:14:15.871 INFO O| Finalize: Updating package cache ... Done
53342026-09-07T00:14:17.228Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
53352026-09-07T00:14:17.300Z[ recovery-image] Sep 07 00:14:16.039 INFO O| Sep 07 00:14:16.039 INFO O| Finalize: Updating image state ... Done
53362026-09-07T00:14:17.496Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
53372026-09-07T00:14:17.548Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
53382026-09-07T00:14:17.611Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
53392026-09-07T00:14:17.853Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
53402026-09-07T00:14:17.921Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
53412026-09-07T00:14:18.026Z[verify-libraries] Compiling blowfish v0.10.0
53422026-09-07T00:14:18.052Z[ recovery-image] Sep 07 00:14:16.791 INFO O| Sep 07 00:14:16.791 INFO O| Finalize: Creating fast lookup database ... Done
53432026-09-07T00:14:18.070Z[ recovery-image] Sep 07 00:14:16.809 INFO O| Sep 07 00:14:16.809 INFO O| Finalize: Reading search index ... Done
53442026-09-07T00:14:18.163Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
53452026-09-07T00:14:18.366Z[verify-libraries] Compiling petname v2.0.2
53462026-09-07T00:14:18.418Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
53472026-09-07T00:14:18.644Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
53482026-09-07T00:14:18.734Z[verify-libraries] Compiling progenitor v0.13.0
53492026-09-07T00:14:18.986Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53502026-09-07T00:14:19.076Z[verify-libraries] Compiling rsa v0.10.0-rc.18
53512026-09-07T00:14:19.114Z[verify-libraries] Compiling ed25519-dalek v3.0.0
53522026-09-07T00:14:19.317Z[verify-libraries] Compiling ssh-cipher v0.3.0
53532026-09-07T00:14:19.584Z[verify-libraries] Compiling serde_with_macros v1.5.2
53542026-09-07T00:14:19.593Z[verify-libraries] Compiling sha3 v0.11.0
53552026-09-07T00:14:19.733Z[verify-libraries] Compiling p384 v0.14.0
53562026-09-07T00:14:19.873Z[verify-libraries] Compiling p256 v0.14.0
53572026-09-07T00:14:20.095Z[ recovery-image] Sep 07 00:14:18.630 INFO O| Sep 07 00:14:18.629 INFO O| Finalize: Building new search index ... Done
53582026-09-07T00:14:20.137Z[verify-libraries] Compiling p521 v0.14.0
53592026-09-07T00:14:20.255Z[ recovery-image] Sep 07 00:14:18.976 INFO O| Sep 07 00:14:18.976 INFO O| Finalize: Updating package cache ... Done
53602026-09-07T00:14:20.283Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53612026-09-07T00:14:20.674Z[ recovery-image] Sep 07 00:14:19.412 INFO O| Sep 07 00:14:19.412 INFO STEP 11 (pkg_install) COMPLETE
53622026-09-07T00:14:20.675Z[ recovery-image] Sep 07 00:14:19.412 INFO O| Sep 07 00:14:19.412 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53632026-09-07T00:14:20.675Z[ recovery-image] Sep 07 00:14:19.412 INFO O| Sep 07 00:14:19.412 INFO skip step because feature "recovery" is enabled
53642026-09-07T00:14:20.689Z[ recovery-image] Sep 07 00:14:19.412 INFO O| Sep 07 00:14:19.412 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53652026-09-07T00:14:20.689Z[ recovery-image] Sep 07 00:14:19.412 INFO O| Sep 07 00:14:19.412 INFO skip step because feature "omicron1" is not enabled
53662026-09-07T00:14:20.689Z[ recovery-image] Sep 07 00:14:19.412 INFO O| Sep 07 00:14:19.412 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53672026-09-07T00:14:20.698Z[ recovery-image] Sep 07 00:14:19.422 INFO O| Sep 07 00:14:19.422 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53682026-09-07T00:14:24.476Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53692026-09-07T00:14:24.501Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53702026-09-07T00:14:24.501Z[verify-libraries] Compiling twox-hash v2.1.2
53712026-09-07T00:14:24.501Z[verify-libraries] Compiling kem v0.3.0
53722026-09-07T00:14:24.501Z[verify-libraries] Compiling module-lattice v0.2.3
53732026-09-07T00:14:24.502Z[verify-libraries] Compiling rtoolbox v0.0.3
53742026-09-07T00:14:24.502Z[verify-libraries] Compiling atty v0.2.14
53752026-09-07T00:14:24.502Z[verify-libraries] Compiling sponge-cursor v0.1.0
53762026-09-07T00:14:24.502Z[verify-libraries] Compiling topological-sort v0.2.2
53772026-09-07T00:14:24.502Z[verify-libraries] Compiling ml-kem v0.3.2
53782026-09-07T00:14:24.502Z[verify-libraries] Compiling rpassword v7.5.4
53792026-09-07T00:14:24.502Z[verify-libraries] Compiling omicron-zone-package v0.12.3
53802026-09-07T00:14:24.502Z[verify-libraries] Compiling sha3 v0.12.0
53812026-09-07T00:14:24.502Z[verify-libraries] Compiling serde_with v1.14.0
53822026-09-07T00:14:24.502Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53832026-09-07T00:14:24.502Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53842026-09-07T00:14:24.502Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53852026-09-07T00:14:24.502Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53862026-09-07T00:14:24.502Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53872026-09-07T00:14:24.502Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53882026-09-07T00:14:24.502Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53892026-09-07T00:14:24.881Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53902026-09-07T00:14:25.726Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53912026-09-07T00:14:26.000Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53922026-09-07T00:14:26.387Z[ recovery-image] Sep 07 00:14:25.125 INFO O| Sep 07 00:14:25.125 INFO O| Startup: Refreshing catalog 'helios' ... Done
53932026-09-07T00:14:26.705Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53942026-09-07T00:14:26.917Z[ recovery-image] Sep 07 00:14:25.656 INFO O| Sep 07 00:14:25.656 INFO O| Startup: Caching catalogs ... Done
53952026-09-07T00:14:27.271Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53962026-09-07T00:14:27.346Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53972026-09-07T00:14:27.550Z[ recovery-image] Sep 07 00:14:26.288 INFO O| Sep 07 00:14:26.288 INFO O| Planning: Solver setup ... Done
53982026-09-07T00:14:27.554Z[ recovery-image] Sep 07 00:14:26.293 INFO O| Sep 07 00:14:26.293 INFO O| Planning: Running solver ... Done
53992026-09-07T00:14:27.572Z[ recovery-image] Sep 07 00:14:26.311 INFO O| Sep 07 00:14:26.311 INFO O| Planning: Finding local manifests ... Done
54002026-09-07T00:14:27.649Z[ recovery-image] Sep 07 00:14:26.377 INFO O| Sep 07 00:14:26.377 INFO O| Planning: Fetching manifests: 0/1 0% complete
54012026-09-07T00:14:27.653Z[ recovery-image] Sep 07 00:14:26.391 INFO O| Sep 07 00:14:26.391 INFO O| Planning: Fetching manifests: 1/1 100% complete
54022026-09-07T00:14:27.670Z[ recovery-image] Sep 07 00:14:26.408 INFO O| Sep 07 00:14:26.408 INFO O| Planning: Package planning ... Done
54032026-09-07T00:14:27.670Z[ recovery-image] Sep 07 00:14:26.408 INFO O| Sep 07 00:14:26.408 INFO O| Planning: Merging actions ... Done
54042026-09-07T00:14:27.689Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54052026-09-07T00:14:27.692Z[ recovery-image] Sep 07 00:14:26.429 INFO O| Sep 07 00:14:26.428 INFO O| Planning: Checking for conflicting actions ... Done
54062026-09-07T00:14:27.692Z[ recovery-image] Sep 07 00:14:26.429 INFO O| Sep 07 00:14:26.429 INFO O| Planning: Consolidating action changes ... Done
54072026-09-07T00:14:27.786Z[ recovery-image] Sep 07 00:14:26.525 INFO O| Sep 07 00:14:26.525 INFO O| Planning: Evaluating mediators ... Done
54082026-09-07T00:14:27.790Z[ recovery-image] Sep 07 00:14:26.525 INFO O| Sep 07 00:14:26.525 INFO O| Planning: Planning completed in 0.85 seconds
54092026-09-07T00:14:27.790Z[ recovery-image] Sep 07 00:14:26.526 INFO O| Sep 07 00:14:26.526 INFO O| Packages to install: 1
54102026-09-07T00:14:27.799Z[ recovery-image] Sep 07 00:14:26.538 INFO O| Sep 07 00:14:26.538 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
54112026-09-07T00:14:27.814Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54122026-09-07T00:14:28.214Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54132026-09-07T00:14:28.299Z[ recovery-image] Sep 07 00:14:27.038 INFO O| Sep 07 00:14:27.038 INFO O| Download: Completed 13.27 MB in 0.50 seconds (26.5M/s)
54142026-09-07T00:14:28.339Z[ recovery-image] Sep 07 00:14:27.078 INFO O| Sep 07 00:14:27.078 INFO O| Actions: 1/22 actions (Installing new actions)
54152026-09-07T00:14:28.587Z[ recovery-image] Sep 07 00:14:27.326 INFO O| Sep 07 00:14:27.325 INFO O| Actions: Completed 22 actions in 0.25 seconds.
54162026-09-07T00:14:28.630Z[ recovery-image] Sep 07 00:14:27.369 INFO O| Sep 07 00:14:27.368 INFO O| Finalize: Updating package state database ... Done
54172026-09-07T00:14:28.630Z[ recovery-image] Sep 07 00:14:27.369 INFO O| Sep 07 00:14:27.369 INFO O| Finalize: Updating package cache ... Done
54182026-09-07T00:14:28.737Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54192026-09-07T00:14:28.742Z[ recovery-image] Sep 07 00:14:27.481 INFO O| Sep 07 00:14:27.481 INFO O| Finalize: Updating image state ... Done
54202026-09-07T00:14:28.808Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54212026-09-07T00:14:29.643Z[ recovery-image] Sep 07 00:14:28.382 INFO O| Sep 07 00:14:28.382 INFO O| Finalize: Creating fast lookup database ... Done
54222026-09-07T00:14:29.664Z[ recovery-image] Sep 07 00:14:28.403 INFO O| Sep 07 00:14:28.403 INFO O| Finalize: Reading search index ... Done
54232026-09-07T00:14:29.664Z[ recovery-image] Sep 07 00:14:28.403 INFO O| Sep 07 00:14:28.403 INFO O| Finalize: Updating search index ... Done
54242026-09-07T00:14:29.678Z[ recovery-image] Sep 07 00:14:28.416 INFO O| Sep 07 00:14:28.416 INFO O| Finalize: Updating package cache ... Done
54252026-09-07T00:14:30.012Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 14 (pkg_install) COMPLETE
54262026-09-07T00:14:30.012Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54272026-09-07T00:14:30.012Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO skip step because feature "mbist" is not enabled
54282026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54292026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO skip step because feature "mfg" is not enabled
54302026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54312026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO skip step because feature "compliance" is not enabled
54322026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54332026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO skip step because feature "stress" is not enabled
54342026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54352026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO skip step because feature "compliance" is not enabled
54362026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54372026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO skip step because feature "nfs" is not enabled
54382026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54392026-09-07T00:14:30.016Z[ recovery-image] Sep 07 00:14:28.750 INFO O| Sep 07 00:14:28.750 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54402026-09-07T00:14:30.137Z[ recovery-image] Sep 07 00:14:28.875 INFO O| Sep 07 00:14:28.875 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54412026-09-07T00:14:30.227Z[ recovery-image] Sep 07 00:14:28.966 INFO O| Sep 07 00:14:28.966 INFO completed processing sled/ramdisk-01-os
54422026-09-07T00:14:30.231Z[ recovery-image] Sep 07 00:14:28.970 INFO image builder template: ramdisk-02-trim...
54432026-09-07T00:14:30.232Z[ recovery-image] Sep 07 00:14:28.970 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/.tmpU0YlLe/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
54442026-09-07T00:14:30.262Z[ recovery-image] Sep 07 00:14:29.001 INFO O| Sep 07 00:14:29.000 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54452026-09-07T00:14:30.266Z[ recovery-image] Sep 07 00:14:29.004 INFO O| Sep 07 00:14:29.004 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54462026-09-07T00:14:30.371Z[verify-libraries] Compiling russh-cryptovec v0.62.0
54472026-09-07T00:14:30.387Z[ recovery-image] Sep 07 00:14:29.126 INFO O| Sep 07 00:14:29.126 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54482026-09-07T00:14:30.405Z[verify-libraries] Compiling tui-tree-widget v0.23.1
54492026-09-07T00:14:30.443Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
54502026-09-07T00:14:30.453Z[ recovery-image] Sep 07 00:14:29.192 INFO O| Sep 07 00:14:29.192 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54512026-09-07T00:14:30.453Z[ recovery-image] Sep 07 00:14:29.192 INFO O| Sep 07 00:14:29.192 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54522026-09-07T00:14:30.458Z[ recovery-image] Sep 07 00:14:29.197 INFO O| Sep 07 00:14:29.197 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54532026-09-07T00:14:30.462Z[ recovery-image] Sep 07 00:14:29.201 INFO O| Sep 07 00:14:29.201 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54542026-09-07T00:14:30.466Z[ recovery-image] Sep 07 00:14:29.205 INFO O| Sep 07 00:14:29.205 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54552026-09-07T00:14:30.692Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
54562026-09-07T00:14:30.724Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
54572026-09-07T00:14:30.931Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
54582026-09-07T00:14:30.970Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
54592026-09-07T00:14:31.012Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
54602026-09-07T00:14:31.241Z[ recovery-image] Sep 07 00:14:29.980 INFO O| Sep 07 00:14:29.980 INFO rolled back to input snapshot; work may begin
54612026-09-07T00:14:31.241Z[ recovery-image] Sep 07 00:14:29.980 INFO O| Sep 07 00:14:29.980 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
54622026-09-07T00:14:31.247Z[ recovery-image] Sep 07 00:14:29.986 INFO O| Sep 07 00:14:29.986 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54632026-09-07T00:14:31.256Z[ recovery-image] Sep 07 00:14:29.995 INFO O| Sep 07 00:14:29.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54642026-09-07T00:14:31.294Z[ recovery-image] Sep 07 00:14:30.033 INFO O| Sep 07 00:14:30.032 INFO STEP 0 (remove_files) COMPLETE
54652026-09-07T00:14:31.294Z[ recovery-image] Sep 07 00:14:30.033 INFO O| Sep 07 00:14:30.033 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54662026-09-07T00:14:31.305Z[ recovery-image] Sep 07 00:14:30.044 INFO O| Sep 07 00:14:30.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54672026-09-07T00:14:31.309Z[ recovery-image] Sep 07 00:14:30.045 INFO O| Sep 07 00:14:30.045 INFO STEP 1 (remove_files) COMPLETE
54682026-09-07T00:14:31.309Z[ recovery-image] Sep 07 00:14:30.045 INFO O| Sep 07 00:14:30.045 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54692026-09-07T00:14:31.317Z[ recovery-image] Sep 07 00:14:30.057 INFO O| Sep 07 00:14:30.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54702026-09-07T00:14:31.332Z[ recovery-image] Sep 07 00:14:30.071 INFO O| Sep 07 00:14:30.071 INFO STEP 2 (remove_files) COMPLETE
54712026-09-07T00:14:31.332Z[ recovery-image] Sep 07 00:14:30.071 INFO O| Sep 07 00:14:30.071 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54722026-09-07T00:14:31.344Z[ recovery-image] Sep 07 00:14:30.082 INFO O| Sep 07 00:14:30.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54732026-09-07T00:14:31.347Z[ recovery-image] Sep 07 00:14:30.083 INFO O| Sep 07 00:14:30.083 INFO STEP 3 (remove_files) COMPLETE
54742026-09-07T00:14:31.347Z[ recovery-image] Sep 07 00:14:30.083 INFO O| Sep 07 00:14:30.083 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54752026-09-07T00:14:31.353Z[ recovery-image] Sep 07 00:14:30.092 INFO O| Sep 07 00:14:30.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54762026-09-07T00:14:31.356Z[ recovery-image] Sep 07 00:14:30.095 INFO O| Sep 07 00:14:30.095 INFO STEP 4 (remove_files) COMPLETE
54772026-09-07T00:14:31.356Z[ recovery-image] Sep 07 00:14:30.095 INFO O| Sep 07 00:14:30.095 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54782026-09-07T00:14:31.367Z[ recovery-image] Sep 07 00:14:30.106 INFO O| Sep 07 00:14:30.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54792026-09-07T00:14:31.367Z[ recovery-image] Sep 07 00:14:30.106 INFO O| Sep 07 00:14:30.106 INFO STEP 5 (remove_files) COMPLETE
54802026-09-07T00:14:31.371Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
54812026-09-07T00:14:31.371Z[ recovery-image] Sep 07 00:14:30.106 INFO O| Sep 07 00:14:30.106 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-07T00:14:31.377Z[ recovery-image] Sep 07 00:14:30.116 INFO O| Sep 07 00:14:30.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54832026-09-07T00:14:31.388Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO STEP 6 (remove_files) COMPLETE
54842026-09-07T00:14:31.388Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-07T00:14:31.388Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO skip step because feature "heliosv2" is not enabled
54862026-09-07T00:14:31.392Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54872026-09-07T00:14:31.392Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO skip step because feature "recovery" is enabled
54882026-09-07T00:14:31.392Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54892026-09-07T00:14:31.392Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO skip step because feature "recovery" is enabled
54902026-09-07T00:14:31.392Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54912026-09-07T00:14:31.392Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO skip step because feature "recovery" is enabled
54922026-09-07T00:14:31.393Z[ recovery-image] Sep 07 00:14:30.127 INFO O| Sep 07 00:14:30.127 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54932026-09-07T00:14:31.398Z[ recovery-image] Sep 07 00:14:30.137 INFO O| Sep 07 00:14:30.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54942026-09-07T00:14:31.402Z[ recovery-image] Sep 07 00:14:30.141 INFO O| Sep 07 00:14:30.141 INFO STEP 11 (remove_files) COMPLETE
54952026-09-07T00:14:31.402Z[ recovery-image] Sep 07 00:14:30.141 INFO O| Sep 07 00:14:30.141 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54962026-09-07T00:14:31.413Z[ recovery-image] Sep 07 00:14:30.152 INFO O| Sep 07 00:14:30.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54972026-09-07T00:14:31.417Z[ recovery-image] Sep 07 00:14:30.153 INFO O| Sep 07 00:14:30.153 INFO STEP 12 (remove_files) COMPLETE
54982026-09-07T00:14:31.417Z[ recovery-image] Sep 07 00:14:30.153 INFO O| Sep 07 00:14:30.153 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-07T00:14:31.424Z[ recovery-image] Sep 07 00:14:30.163 INFO O| Sep 07 00:14:30.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
55002026-09-07T00:14:31.428Z[ recovery-image] Sep 07 00:14:30.164 INFO O| Sep 07 00:14:30.164 INFO STEP 13 (remove_files) COMPLETE
55012026-09-07T00:14:31.428Z[ recovery-image] Sep 07 00:14:30.164 INFO O| Sep 07 00:14:30.164 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-07T00:14:31.572Z[ recovery-image] Sep 07 00:14:30.311 INFO O| Sep 07 00:14:30.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
55032026-09-07T00:14:31.584Z[ recovery-image] Sep 07 00:14:30.323 INFO O| Sep 07 00:14:30.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
55042026-09-07T00:14:31.594Z[ recovery-image] Sep 07 00:14:30.333 INFO O| Sep 07 00:14:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
55052026-09-07T00:14:31.594Z[ recovery-image] Sep 07 00:14:30.333 INFO O| Sep 07 00:14:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
55062026-09-07T00:14:31.598Z[ recovery-image] Sep 07 00:14:30.334 INFO O| Sep 07 00:14:30.334 INFO STEP 14 (remove_files) COMPLETE
55072026-09-07T00:14:31.598Z[ recovery-image] Sep 07 00:14:30.334 INFO O| Sep 07 00:14:30.334 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55082026-09-07T00:14:31.606Z[ recovery-image] Sep 07 00:14:30.345 INFO O| Sep 07 00:14:30.345 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
55092026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.346 INFO O| Sep 07 00:14:30.346 INFO STEP 15 (remove_files) COMPLETE
55102026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.346 INFO O| Sep 07 00:14:30.346 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55112026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.357 INFO O| Sep 07 00:14:30.357 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
55122026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.363 INFO O| Sep 07 00:14:30.362 INFO STEP 16 (remove_files) COMPLETE
55132026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.363 INFO O| Sep 07 00:14:30.362 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55142026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.373 INFO O| Sep 07 00:14:30.373 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
55152026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.373 INFO O| Sep 07 00:14:30.373 INFO STEP 17 (remove_files) COMPLETE
55162026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.373 INFO O| Sep 07 00:14:30.373 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55172026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.383 INFO O| Sep 07 00:14:30.383 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
55182026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.384 INFO O| Sep 07 00:14:30.384 INFO STEP 18 (remove_files) COMPLETE
55192026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.384 INFO O| Sep 07 00:14:30.384 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55202026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.395 INFO O| Sep 07 00:14:30.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55212026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.395 INFO O| Sep 07 00:14:30.395 INFO STEP 19 (remove_files) COMPLETE
55222026-09-07T00:14:31.665Z[ recovery-image] Sep 07 00:14:30.395 INFO O| Sep 07 00:14:30.395 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55232026-09-07T00:14:31.678Z[ recovery-image] Sep 07 00:14:30.417 INFO O| Sep 07 00:14:30.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55242026-09-07T00:14:31.679Z[ recovery-image] Sep 07 00:14:30.417 INFO O| Sep 07 00:14:30.417 INFO STEP 20 (remove_files) COMPLETE
55252026-09-07T00:14:31.679Z[ recovery-image] Sep 07 00:14:30.417 INFO O| Sep 07 00:14:30.417 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55262026-09-07T00:14:31.693Z[ recovery-image] Sep 07 00:14:30.431 INFO O| Sep 07 00:14:30.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55272026-09-07T00:14:31.693Z[ recovery-image] Sep 07 00:14:30.431 INFO O| Sep 07 00:14:30.431 INFO STEP 21 (remove_files) COMPLETE
55282026-09-07T00:14:31.693Z[ recovery-image] Sep 07 00:14:30.431 INFO O| Sep 07 00:14:30.431 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55292026-09-07T00:14:31.704Z[ recovery-image] Sep 07 00:14:30.443 INFO O| Sep 07 00:14:30.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55302026-09-07T00:14:31.704Z[ recovery-image] Sep 07 00:14:30.443 INFO O| Sep 07 00:14:30.443 INFO STEP 22 (remove_files) COMPLETE
55312026-09-07T00:14:31.704Z[ recovery-image] Sep 07 00:14:30.443 INFO O| Sep 07 00:14:30.443 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55322026-09-07T00:14:31.713Z[ recovery-image] Sep 07 00:14:30.452 INFO O| Sep 07 00:14:30.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55332026-09-07T00:14:31.713Z[ recovery-image] Sep 07 00:14:30.452 INFO O| Sep 07 00:14:30.452 INFO STEP 23 (remove_files) COMPLETE
55342026-09-07T00:14:31.713Z[ recovery-image] Sep 07 00:14:30.452 INFO O| Sep 07 00:14:30.452 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55352026-09-07T00:14:31.723Z[ recovery-image] Sep 07 00:14:30.461 INFO O| Sep 07 00:14:30.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55362026-09-07T00:14:31.723Z[ recovery-image] Sep 07 00:14:30.461 INFO O| Sep 07 00:14:30.461 INFO STEP 24 (remove_files) COMPLETE
55372026-09-07T00:14:31.724Z[ recovery-image] Sep 07 00:14:30.461 INFO O| Sep 07 00:14:30.461 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55382026-09-07T00:14:31.728Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
55392026-09-07T00:14:31.733Z[ recovery-image] Sep 07 00:14:30.473 INFO O| Sep 07 00:14:30.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55402026-09-07T00:14:31.734Z[ recovery-image] Sep 07 00:14:30.473 INFO O| Sep 07 00:14:30.473 INFO STEP 25 (remove_files) COMPLETE
55412026-09-07T00:14:31.738Z[ recovery-image] Sep 07 00:14:30.473 INFO O| Sep 07 00:14:30.473 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55422026-09-07T00:14:31.744Z[ recovery-image] Sep 07 00:14:30.482 INFO O| Sep 07 00:14:30.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55432026-09-07T00:14:31.744Z[ recovery-image] Sep 07 00:14:30.482 INFO O| Sep 07 00:14:30.482 INFO STEP 26 (remove_files) COMPLETE
55442026-09-07T00:14:31.748Z[ recovery-image] Sep 07 00:14:30.482 INFO O| Sep 07 00:14:30.482 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55452026-09-07T00:14:31.753Z[ recovery-image] Sep 07 00:14:30.492 INFO O| Sep 07 00:14:30.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55462026-09-07T00:14:31.753Z[ recovery-image] Sep 07 00:14:30.492 INFO O| Sep 07 00:14:30.492 INFO STEP 27 (remove_files) COMPLETE
55472026-09-07T00:14:31.756Z[ recovery-image] Sep 07 00:14:30.492 INFO O| Sep 07 00:14:30.492 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-07T00:14:31.763Z[ recovery-image] Sep 07 00:14:30.502 INFO O| Sep 07 00:14:30.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55492026-09-07T00:14:31.763Z[ recovery-image] Sep 07 00:14:30.502 INFO O| Sep 07 00:14:30.502 INFO STEP 28 (remove_files) COMPLETE
55502026-09-07T00:14:31.764Z[ recovery-image] Sep 07 00:14:30.502 INFO O| Sep 07 00:14:30.502 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55512026-09-07T00:14:31.773Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
55522026-09-07T00:14:31.786Z[ recovery-image] Sep 07 00:14:30.525 INFO O| Sep 07 00:14:30.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55532026-09-07T00:14:31.786Z[ recovery-image] Sep 07 00:14:30.525 INFO O| Sep 07 00:14:30.525 INFO STEP 29 (remove_files) COMPLETE
55542026-09-07T00:14:31.786Z[ recovery-image] Sep 07 00:14:30.525 INFO O| Sep 07 00:14:30.525 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55552026-09-07T00:14:31.796Z[ recovery-image] Sep 07 00:14:30.535 INFO O| Sep 07 00:14:30.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55562026-09-07T00:14:31.796Z[ recovery-image] Sep 07 00:14:30.535 INFO O| Sep 07 00:14:30.535 INFO STEP 30 (remove_files) COMPLETE
55572026-09-07T00:14:31.796Z[ recovery-image] Sep 07 00:14:30.535 INFO O| Sep 07 00:14:30.535 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55582026-09-07T00:14:31.805Z[ recovery-image] Sep 07 00:14:30.544 INFO O| Sep 07 00:14:30.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
55592026-09-07T00:14:31.805Z[ recovery-image] Sep 07 00:14:30.544 INFO O| Sep 07 00:14:30.544 INFO STEP 31 (remove_files) COMPLETE
55602026-09-07T00:14:31.809Z[ recovery-image] Sep 07 00:14:30.544 INFO O| Sep 07 00:14:30.544 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55612026-09-07T00:14:31.814Z[ recovery-image] Sep 07 00:14:30.553 INFO O| Sep 07 00:14:30.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
55622026-09-07T00:14:31.814Z[ recovery-image] Sep 07 00:14:30.553 INFO O| Sep 07 00:14:30.553 INFO STEP 32 (remove_files) COMPLETE
55632026-09-07T00:14:31.818Z[ recovery-image] Sep 07 00:14:30.553 INFO O| Sep 07 00:14:30.553 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55642026-09-07T00:14:31.824Z[ recovery-image] Sep 07 00:14:30.562 INFO O| Sep 07 00:14:30.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55652026-09-07T00:14:31.824Z[ recovery-image] Sep 07 00:14:30.562 INFO O| Sep 07 00:14:30.562 INFO STEP 33 (remove_files) COMPLETE
55662026-09-07T00:14:31.824Z[ recovery-image] Sep 07 00:14:30.562 INFO O| Sep 07 00:14:30.562 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55672026-09-07T00:14:31.828Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
55682026-09-07T00:14:31.840Z[ recovery-image] Sep 07 00:14:30.579 INFO O| Sep 07 00:14:30.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55692026-09-07T00:14:31.840Z[ recovery-image] Sep 07 00:14:30.579 INFO O| Sep 07 00:14:30.579 INFO STEP 34 (remove_files) COMPLETE
55702026-09-07T00:14:31.840Z[ recovery-image] Sep 07 00:14:30.579 INFO O| Sep 07 00:14:30.579 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55712026-09-07T00:14:31.850Z[ recovery-image] Sep 07 00:14:30.588 INFO O| Sep 07 00:14:30.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55722026-09-07T00:14:31.850Z[ recovery-image] Sep 07 00:14:30.588 INFO O| Sep 07 00:14:30.588 INFO STEP 35 (remove_files) COMPLETE
55732026-09-07T00:14:31.855Z[ recovery-image] Sep 07 00:14:30.589 INFO O| Sep 07 00:14:30.588 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55742026-09-07T00:14:31.858Z[ recovery-image] Sep 07 00:14:30.597 INFO O| Sep 07 00:14:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55752026-09-07T00:14:31.858Z[ recovery-image] Sep 07 00:14:30.597 INFO O| Sep 07 00:14:30.597 INFO STEP 36 (remove_files) COMPLETE
55762026-09-07T00:14:31.858Z[ recovery-image] Sep 07 00:14:30.597 INFO O| Sep 07 00:14:30.597 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55772026-09-07T00:14:31.878Z[ recovery-image] Sep 07 00:14:30.615 INFO O| Sep 07 00:14:30.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55782026-09-07T00:14:31.878Z[ recovery-image] Sep 07 00:14:30.615 INFO O| Sep 07 00:14:30.615 INFO STEP 37 (remove_files) COMPLETE
55792026-09-07T00:14:31.878Z[ recovery-image] Sep 07 00:14:30.615 INFO O| Sep 07 00:14:30.615 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55802026-09-07T00:14:31.885Z[ recovery-image] Sep 07 00:14:30.624 INFO O| Sep 07 00:14:30.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55812026-09-07T00:14:31.885Z[ recovery-image] Sep 07 00:14:30.624 INFO O| Sep 07 00:14:30.624 INFO STEP 38 (remove_files) COMPLETE
55822026-09-07T00:14:31.885Z[ recovery-image] Sep 07 00:14:30.624 INFO O| Sep 07 00:14:30.624 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55832026-09-07T00:14:31.895Z[ recovery-image] Sep 07 00:14:30.634 INFO O| Sep 07 00:14:30.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55842026-09-07T00:14:31.895Z[ recovery-image] Sep 07 00:14:30.634 INFO O| Sep 07 00:14:30.634 INFO STEP 39 (remove_files) COMPLETE
55852026-09-07T00:14:31.895Z[ recovery-image] Sep 07 00:14:30.634 INFO O| Sep 07 00:14:30.634 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55862026-09-07T00:14:31.944Z[ recovery-image] Sep 07 00:14:30.683 INFO O| Sep 07 00:14:30.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55872026-09-07T00:14:31.944Z[ recovery-image] Sep 07 00:14:30.683 INFO O| Sep 07 00:14:30.683 INFO STEP 40 (remove_files) COMPLETE
55882026-09-07T00:14:31.947Z[ recovery-image] Sep 07 00:14:30.683 INFO O| Sep 07 00:14:30.683 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55892026-09-07T00:14:31.956Z[ recovery-image] Sep 07 00:14:30.694 INFO O| Sep 07 00:14:30.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55902026-09-07T00:14:31.956Z[ recovery-image] Sep 07 00:14:30.694 INFO O| Sep 07 00:14:30.694 INFO STEP 41 (remove_files) COMPLETE
55912026-09-07T00:14:31.956Z[ recovery-image] Sep 07 00:14:30.694 INFO O| Sep 07 00:14:30.694 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55922026-09-07T00:14:31.966Z[ recovery-image] Sep 07 00:14:30.704 INFO O| Sep 07 00:14:30.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55932026-09-07T00:14:31.966Z[ recovery-image] Sep 07 00:14:30.704 INFO O| Sep 07 00:14:30.704 INFO STEP 42 (remove_files) COMPLETE
55942026-09-07T00:14:31.966Z[ recovery-image] Sep 07 00:14:30.704 INFO O| Sep 07 00:14:30.704 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55952026-09-07T00:14:31.975Z[ recovery-image] Sep 07 00:14:30.714 INFO O| Sep 07 00:14:30.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55962026-09-07T00:14:31.975Z[ recovery-image] Sep 07 00:14:30.714 INFO O| Sep 07 00:14:30.714 INFO STEP 43 (remove_files) COMPLETE
55972026-09-07T00:14:31.975Z[ recovery-image] Sep 07 00:14:30.714 INFO O| Sep 07 00:14:30.714 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55982026-09-07T00:14:31.985Z[ recovery-image] Sep 07 00:14:30.724 INFO O| Sep 07 00:14:30.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55992026-09-07T00:14:31.985Z[ recovery-image] Sep 07 00:14:30.724 INFO O| Sep 07 00:14:30.724 INFO STEP 44 (remove_files) COMPLETE
56002026-09-07T00:14:31.985Z[ recovery-image] Sep 07 00:14:30.724 INFO O| Sep 07 00:14:30.724 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56012026-09-07T00:14:31.995Z[ recovery-image] Sep 07 00:14:30.734 INFO O| Sep 07 00:14:30.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
56022026-09-07T00:14:31.995Z[ recovery-image] Sep 07 00:14:30.734 INFO O| Sep 07 00:14:30.734 INFO STEP 45 (remove_files) COMPLETE
56032026-09-07T00:14:31.996Z[ recovery-image] Sep 07 00:14:30.734 INFO O| Sep 07 00:14:30.734 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56042026-09-07T00:14:31.999Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
56052026-09-07T00:14:32.015Z[ recovery-image] Sep 07 00:14:30.744 INFO O| Sep 07 00:14:30.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
56062026-09-07T00:14:32.015Z[ recovery-image] Sep 07 00:14:30.744 INFO O| Sep 07 00:14:30.744 INFO STEP 46 (remove_files) COMPLETE
56072026-09-07T00:14:32.016Z[ recovery-image] Sep 07 00:14:30.744 INFO O| Sep 07 00:14:30.744 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56082026-09-07T00:14:32.016Z[ recovery-image] Sep 07 00:14:30.754 INFO O| Sep 07 00:14:30.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
56092026-09-07T00:14:32.016Z[ recovery-image] Sep 07 00:14:30.754 INFO O| Sep 07 00:14:30.754 INFO STEP 47 (remove_files) COMPLETE
56102026-09-07T00:14:32.016Z[ recovery-image] Sep 07 00:14:30.754 INFO O| Sep 07 00:14:30.754 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56112026-09-07T00:14:32.025Z[ recovery-image] Sep 07 00:14:30.764 INFO O| Sep 07 00:14:30.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
56122026-09-07T00:14:32.025Z[ recovery-image] Sep 07 00:14:30.764 INFO O| Sep 07 00:14:30.764 INFO STEP 48 (remove_files) COMPLETE
56132026-09-07T00:14:32.025Z[ recovery-image] Sep 07 00:14:30.764 INFO O| Sep 07 00:14:30.764 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56142026-09-07T00:14:32.031Z[verify-libraries] Compiling fatfs v0.3.6
56152026-09-07T00:14:32.035Z[ recovery-image] Sep 07 00:14:30.774 INFO O| Sep 07 00:14:30.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
56162026-09-07T00:14:32.039Z[ recovery-image] Sep 07 00:14:30.775 INFO O| Sep 07 00:14:30.774 INFO STEP 49 (remove_files) COMPLETE
56172026-09-07T00:14:32.039Z[ recovery-image] Sep 07 00:14:30.775 INFO O| Sep 07 00:14:30.775 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56182026-09-07T00:14:32.063Z[ recovery-image] Sep 07 00:14:30.802 INFO O| Sep 07 00:14:30.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
56192026-09-07T00:14:32.063Z[ recovery-image] Sep 07 00:14:30.802 INFO O| Sep 07 00:14:30.802 INFO STEP 50 (remove_files) COMPLETE
56202026-09-07T00:14:32.063Z[ recovery-image] Sep 07 00:14:30.802 INFO O| Sep 07 00:14:30.802 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56212026-09-07T00:14:32.075Z[ recovery-image] Sep 07 00:14:30.811 INFO O| Sep 07 00:14:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
56222026-09-07T00:14:32.075Z[ recovery-image] Sep 07 00:14:30.811 INFO O| Sep 07 00:14:30.811 INFO STEP 51 (remove_files) COMPLETE
56232026-09-07T00:14:32.079Z[ recovery-image] Sep 07 00:14:30.811 INFO O| Sep 07 00:14:30.811 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56242026-09-07T00:14:32.082Z[ recovery-image] Sep 07 00:14:30.820 INFO O| Sep 07 00:14:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
56252026-09-07T00:14:32.082Z[ recovery-image] Sep 07 00:14:30.820 INFO O| Sep 07 00:14:30.820 INFO STEP 52 (remove_files) COMPLETE
56262026-09-07T00:14:32.082Z[ recovery-image] Sep 07 00:14:30.820 INFO O| Sep 07 00:14:30.820 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56272026-09-07T00:14:32.086Z[verify-libraries] Compiling num-bigint v0.4.6
56282026-09-07T00:14:32.092Z[ recovery-image] Sep 07 00:14:30.831 INFO O| Sep 07 00:14:30.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56292026-09-07T00:14:32.092Z[ recovery-image] Sep 07 00:14:30.831 INFO O| Sep 07 00:14:30.831 INFO STEP 53 (remove_files) COMPLETE
56302026-09-07T00:14:32.096Z[ recovery-image] Sep 07 00:14:30.831 INFO O| Sep 07 00:14:30.831 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56312026-09-07T00:14:32.101Z[ recovery-image] Sep 07 00:14:30.840 INFO O| Sep 07 00:14:30.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56322026-09-07T00:14:32.101Z[ recovery-image] Sep 07 00:14:30.841 INFO O| Sep 07 00:14:30.841 INFO STEP 54 (remove_files) COMPLETE
56332026-09-07T00:14:32.102Z[ recovery-image] Sep 07 00:14:30.841 INFO O| Sep 07 00:14:30.841 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56342026-09-07T00:14:32.112Z[ recovery-image] Sep 07 00:14:30.850 INFO O| Sep 07 00:14:30.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56352026-09-07T00:14:32.112Z[ recovery-image] Sep 07 00:14:30.851 INFO O| Sep 07 00:14:30.851 INFO STEP 55 (remove_files) COMPLETE
56362026-09-07T00:14:32.112Z[ recovery-image] Sep 07 00:14:30.851 INFO O| Sep 07 00:14:30.851 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56372026-09-07T00:14:32.122Z[ recovery-image] Sep 07 00:14:30.861 INFO O| Sep 07 00:14:30.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
56382026-09-07T00:14:32.123Z[ recovery-image] Sep 07 00:14:30.861 INFO O| Sep 07 00:14:30.861 INFO STEP 56 (remove_files) COMPLETE
56392026-09-07T00:14:32.123Z[ recovery-image] Sep 07 00:14:30.861 INFO O| Sep 07 00:14:30.861 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56402026-09-07T00:14:32.133Z[ recovery-image] Sep 07 00:14:30.872 INFO O| Sep 07 00:14:30.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
56412026-09-07T00:14:32.133Z[ recovery-image] Sep 07 00:14:30.872 INFO O| Sep 07 00:14:30.872 INFO STEP 57 (remove_files) COMPLETE
56422026-09-07T00:14:32.133Z[ recovery-image] Sep 07 00:14:30.872 INFO O| Sep 07 00:14:30.872 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56432026-09-07T00:14:32.143Z[ recovery-image] Sep 07 00:14:30.882 INFO O| Sep 07 00:14:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
56442026-09-07T00:14:32.143Z[ recovery-image] Sep 07 00:14:30.882 INFO O| Sep 07 00:14:30.882 INFO STEP 58 (remove_files) COMPLETE
56452026-09-07T00:14:32.143Z[ recovery-image] Sep 07 00:14:30.882 INFO O| Sep 07 00:14:30.882 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56462026-09-07T00:14:32.148Z[verify-libraries] Compiling generic-array v1.4.3
56472026-09-07T00:14:32.180Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
56482026-09-07T00:14:32.180Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
56492026-09-07T00:14:32.184Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56502026-09-07T00:14:32.184Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56512026-09-07T00:14:32.184Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56522026-09-07T00:14:32.184Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56532026-09-07T00:14:32.184Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO ok!
56542026-09-07T00:14:32.184Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO STEP 59 (ensure_file) COMPLETE
56552026-09-07T00:14:32.185Z[ recovery-image] Sep 07 00:14:30.919 INFO O| Sep 07 00:14:30.919 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56562026-09-07T00:14:32.190Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
56572026-09-07T00:14:32.191Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
56582026-09-07T00:14:32.192Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56592026-09-07T00:14:32.196Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56602026-09-07T00:14:32.196Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56612026-09-07T00:14:32.196Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56622026-09-07T00:14:32.197Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO ok!
56632026-09-07T00:14:32.197Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO STEP 60 (ensure_file) COMPLETE
56642026-09-07T00:14:32.197Z[ recovery-image] Sep 07 00:14:30.928 INFO O| Sep 07 00:14:30.928 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56652026-09-07T00:14:32.201Z[ recovery-image] Sep 07 00:14:30.938 INFO O| Sep 07 00:14:30.938 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
56662026-09-07T00:14:32.201Z[ recovery-image] Sep 07 00:14:30.938 INFO O| Sep 07 00:14:30.938 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
56672026-09-07T00:14:32.202Z[ recovery-image] Sep 07 00:14:30.938 INFO O| Sep 07 00:14:30.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
56682026-09-07T00:14:32.202Z[ recovery-image] Sep 07 00:14:30.938 INFO O| Sep 07 00:14:30.938 INFO ok!
56692026-09-07T00:14:32.202Z[ recovery-image] Sep 07 00:14:30.938 INFO O| Sep 07 00:14:30.938 INFO STEP 61 (ensure_file) COMPLETE
56702026-09-07T00:14:32.202Z[ recovery-image] Sep 07 00:14:30.938 INFO O| Sep 07 00:14:30.938 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56712026-09-07T00:14:32.210Z[ recovery-image] Sep 07 00:14:30.948 INFO O| Sep 07 00:14:30.948 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56722026-09-07T00:14:32.210Z[ recovery-image] Sep 07 00:14:30.948 INFO O| Sep 07 00:14:30.948 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56732026-09-07T00:14:32.214Z[ recovery-image] Sep 07 00:14:30.949 INFO O| Sep 07 00:14:30.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56742026-09-07T00:14:32.214Z[ recovery-image] Sep 07 00:14:30.949 INFO O| Sep 07 00:14:30.949 INFO ok!
56752026-09-07T00:14:32.214Z[ recovery-image] Sep 07 00:14:30.949 INFO O| Sep 07 00:14:30.949 INFO STEP 62 (ensure_file) COMPLETE
56762026-09-07T00:14:32.214Z[ recovery-image] Sep 07 00:14:30.949 INFO O| Sep 07 00:14:30.949 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56772026-09-07T00:14:32.228Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56782026-09-07T00:14:32.228Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56792026-09-07T00:14:32.229Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56802026-09-07T00:14:32.229Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56812026-09-07T00:14:32.233Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 INFO ok!
56822026-09-07T00:14:32.234Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 INFO STEP 63 (ensure_file) COMPLETE
56832026-09-07T00:14:32.234Z[ recovery-image] Sep 07 00:14:30.967 INFO O| Sep 07 00:14:30.967 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56842026-09-07T00:14:32.237Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56852026-09-07T00:14:32.237Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56862026-09-07T00:14:32.237Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56872026-09-07T00:14:32.241Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56882026-09-07T00:14:32.241Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 INFO ok!
56892026-09-07T00:14:32.241Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 INFO STEP 64 (ensure_file) COMPLETE
56902026-09-07T00:14:32.241Z[ recovery-image] Sep 07 00:14:30.976 INFO O| Sep 07 00:14:30.976 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56912026-09-07T00:14:32.248Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56922026-09-07T00:14:32.248Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56932026-09-07T00:14:32.252Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56942026-09-07T00:14:32.252Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56952026-09-07T00:14:32.252Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO ok!
56962026-09-07T00:14:32.252Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO STEP 65 (ensure_file) COMPLETE
56972026-09-07T00:14:32.252Z[ recovery-image] Sep 07 00:14:30.987 INFO O| Sep 07 00:14:30.987 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56982026-09-07T00:14:32.252Z[verify-libraries] Compiling russh-util v0.52.0
56992026-09-07T00:14:32.261Z[ recovery-image] Sep 07 00:14:31.000 INFO O| Sep 07 00:14:31.000 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
57002026-09-07T00:14:32.262Z[ recovery-image] Sep 07 00:14:31.000 INFO O| Sep 07 00:14:31.000 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
57012026-09-07T00:14:32.265Z[ recovery-image] Sep 07 00:14:31.000 INFO O| Sep 07 00:14:31.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
57022026-09-07T00:14:32.266Z[ recovery-image] Sep 07 00:14:31.000 INFO O| Sep 07 00:14:31.000 INFO ok!
57032026-09-07T00:14:32.266Z[ recovery-image] Sep 07 00:14:31.000 INFO O| Sep 07 00:14:31.000 INFO STEP 66 (assemble_files) COMPLETE
57042026-09-07T00:14:32.266Z[ recovery-image] Sep 07 00:14:31.000 INFO O| Sep 07 00:14:31.000 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57052026-09-07T00:14:32.290Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
57062026-09-07T00:14:32.290Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
57072026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57082026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57092026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO ok!
57102026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO STEP 67 (ensure_file) COMPLETE
57112026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57122026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO skip step because feature "omicron1" is not enabled
57132026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57142026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO skip step because feature "omicron1" is not enabled
57152026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57162026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO skip step because feature "omicron1" is not enabled
57172026-09-07T00:14:32.291Z[ recovery-image] Sep 07 00:14:31.017 INFO O| Sep 07 00:14:31.017 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57182026-09-07T00:14:32.295Z[ recovery-image] Sep 07 00:14:31.034 INFO O| Sep 07 00:14:31.034 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
57192026-09-07T00:14:32.295Z[ recovery-image] Sep 07 00:14:31.034 INFO O| Sep 07 00:14:31.034 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
57202026-09-07T00:14:32.314Z[verify-libraries] Compiling enum_dispatch v0.3.13
57212026-09-07T00:14:32.356Z[verify-libraries] Compiling delegate v0.13.5
57222026-09-07T00:14:32.512Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
57232026-09-07T00:14:32.613Z[verify-libraries] Compiling sapling-renderdag v0.1.0
57242026-09-07T00:14:32.725Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57252026-09-07T00:14:32.809Z[verify-libraries] Compiling hex-literal v1.1.0
57262026-09-07T00:14:33.005Z[verify-libraries] Compiling md5 v0.8.0
57272026-09-07T00:14:33.038Z[verify-libraries] Compiling sync-ptr v0.1.4
57282026-09-07T00:14:33.239Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57292026-09-07T00:14:33.295Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
57302026-09-07T00:14:33.324Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57312026-09-07T00:14:33.479Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
57322026-09-07T00:14:33.578Z[verify-libraries] Compiling russh v0.62.4
57332026-09-07T00:14:33.604Z[ recovery-image] Sep 07 00:14:32.342 INFO O| Sep 07 00:14:32.342 INFO STEP 71 (pack_tar) COMPLETE
57342026-09-07T00:14:33.604Z[ recovery-image] Sep 07 00:14:32.343 INFO O| Sep 07 00:14:32.342 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57352026-09-07T00:14:33.608Z[ recovery-image] Sep 07 00:14:32.343 INFO O| Sep 07 00:14:32.342 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57362026-09-07T00:14:33.659Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
57372026-09-07T00:14:34.052Z[ recovery-image] Sep 07 00:14:32.791 INFO O| Sep 07 00:14:32.791 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57382026-09-07T00:14:34.113Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
57392026-09-07T00:14:34.172Z[ recovery-image] Sep 07 00:14:32.911 INFO O| Sep 07 00:14:32.910 INFO completed processing sled/ramdisk-02-trim
57402026-09-07T00:14:34.176Z[ recovery-image] Sep 07 00:14:32.913 INFO image builder template: ramdisk-03-recovery-trim...
57412026-09-07T00:14:34.176Z[ recovery-image] Sep 07 00:14:32.913 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/.tmpU0YlLe/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
57422026-09-07T00:14:34.180Z[ recovery-image] Sep 07 00:14:32.918 INFO O| Sep 07 00:14:32.918 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57432026-09-07T00:14:34.255Z[ recovery-image] Sep 07 00:14:32.993 INFO O| Sep 07 00:14:32.993 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57442026-09-07T00:14:34.259Z[ recovery-image] Sep 07 00:14:32.997 INFO O| Sep 07 00:14:32.997 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57452026-09-07T00:14:34.325Z[ recovery-image] Sep 07 00:14:33.064 INFO O| Sep 07 00:14:33.064 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57462026-09-07T00:14:34.385Z[ recovery-image] Sep 07 00:14:33.124 INFO O| Sep 07 00:14:33.124 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57472026-09-07T00:14:34.385Z[ recovery-image] Sep 07 00:14:33.124 INFO O| Sep 07 00:14:33.124 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57482026-09-07T00:14:34.392Z[ recovery-image] Sep 07 00:14:33.131 INFO O| Sep 07 00:14:33.131 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57492026-09-07T00:14:34.396Z[ recovery-image] Sep 07 00:14:33.136 INFO O| Sep 07 00:14:33.136 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57502026-09-07T00:14:34.401Z[ recovery-image] Sep 07 00:14:33.141 INFO O| Sep 07 00:14:33.141 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57512026-09-07T00:14:34.827Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
57522026-09-07T00:14:34.871Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57532026-09-07T00:14:35.065Z[ recovery-image] Sep 07 00:14:33.803 INFO O| Sep 07 00:14:33.803 INFO rolled back to input snapshot; work may begin
57542026-09-07T00:14:35.066Z[ recovery-image] Sep 07 00:14:33.803 INFO O| Sep 07 00:14:33.803 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57552026-09-07T00:14:35.070Z[ recovery-image] Sep 07 00:14:33.809 INFO O| Sep 07 00:14:33.809 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-09-07T00:14:35.079Z[ recovery-image] Sep 07 00:14:33.818 INFO O| Sep 07 00:14:33.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
57572026-09-07T00:14:35.083Z[ recovery-image] Sep 07 00:14:33.821 INFO O| Sep 07 00:14:33.821 INFO STEP 0 (remove_files) COMPLETE
57582026-09-07T00:14:35.083Z[ recovery-image] Sep 07 00:14:33.821 INFO O| Sep 07 00:14:33.821 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-07T00:14:35.091Z[ recovery-image] Sep 07 00:14:33.830 INFO O| Sep 07 00:14:33.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
57602026-09-07T00:14:35.097Z[ recovery-image] Sep 07 00:14:33.831 INFO O| Sep 07 00:14:33.831 INFO STEP 1 (remove_files) COMPLETE
57612026-09-07T00:14:35.097Z[ recovery-image] Sep 07 00:14:33.831 INFO O| Sep 07 00:14:33.831 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-09-07T00:14:35.102Z[ recovery-image] Sep 07 00:14:33.840 INFO O| Sep 07 00:14:33.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
57632026-09-07T00:14:35.106Z[ recovery-image] Sep 07 00:14:33.843 INFO O| Sep 07 00:14:33.843 INFO STEP 2 (remove_files) COMPLETE
57642026-09-07T00:14:35.106Z[ recovery-image] Sep 07 00:14:33.843 INFO O| Sep 07 00:14:33.843 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-09-07T00:14:35.114Z[ recovery-image] Sep 07 00:14:33.853 INFO O| Sep 07 00:14:33.853 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
57662026-09-07T00:14:35.161Z[ recovery-image] Sep 07 00:14:33.900 INFO O| Sep 07 00:14:33.900 INFO STEP 3 (remove_files) COMPLETE
57672026-09-07T00:14:35.161Z[ recovery-image] Sep 07 00:14:33.900 INFO O| Sep 07 00:14:33.900 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-07T00:14:35.172Z[ recovery-image] Sep 07 00:14:33.910 INFO O| Sep 07 00:14:33.910 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57692026-09-07T00:14:35.175Z[ recovery-image] Sep 07 00:14:33.912 INFO O| Sep 07 00:14:33.912 INFO STEP 4 (remove_files) COMPLETE
57702026-09-07T00:14:35.175Z[ recovery-image] Sep 07 00:14:33.912 INFO O| Sep 07 00:14:33.912 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-09-07T00:14:35.182Z[ recovery-image] Sep 07 00:14:33.921 INFO O| Sep 07 00:14:33.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57722026-09-07T00:14:35.219Z[ recovery-image] Sep 07 00:14:33.958 INFO O| Sep 07 00:14:33.958 INFO STEP 5 (remove_files) COMPLETE
57732026-09-07T00:14:35.219Z[ recovery-image] Sep 07 00:14:33.958 INFO O| Sep 07 00:14:33.958 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-07T00:14:35.229Z[ recovery-image] Sep 07 00:14:33.968 INFO O| Sep 07 00:14:33.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57752026-09-07T00:14:35.245Z[ recovery-image] Sep 07 00:14:33.984 INFO O| Sep 07 00:14:33.984 INFO STEP 6 (remove_files) COMPLETE
57762026-09-07T00:14:35.245Z[ recovery-image] Sep 07 00:14:33.984 INFO O| Sep 07 00:14:33.984 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-09-07T00:14:35.255Z[ recovery-image] Sep 07 00:14:33.993 INFO O| Sep 07 00:14:33.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57782026-09-07T00:14:35.258Z[ recovery-image] Sep 07 00:14:33.996 INFO O| Sep 07 00:14:33.996 INFO STEP 7 (remove_files) COMPLETE
57792026-09-07T00:14:35.258Z[ recovery-image] Sep 07 00:14:33.996 INFO O| Sep 07 00:14:33.996 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-09-07T00:14:35.266Z[ recovery-image] Sep 07 00:14:34.005 INFO O| Sep 07 00:14:34.005 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57812026-09-07T00:14:35.273Z[ recovery-image] Sep 07 00:14:34.012 INFO O| Sep 07 00:14:34.012 INFO STEP 8 (remove_files) COMPLETE
57822026-09-07T00:14:35.273Z[ recovery-image] Sep 07 00:14:34.012 INFO O| Sep 07 00:14:34.012 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-09-07T00:14:35.325Z[ recovery-image] Sep 07 00:14:34.022 INFO O| Sep 07 00:14:34.021 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57842026-09-07T00:14:35.325Z[ recovery-image] Sep 07 00:14:34.025 INFO O| Sep 07 00:14:34.025 INFO STEP 9 (remove_files) COMPLETE
57852026-09-07T00:14:35.325Z[ recovery-image] Sep 07 00:14:34.025 INFO O| Sep 07 00:14:34.025 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-07T00:14:35.325Z[ recovery-image] Sep 07 00:14:34.035 INFO O| Sep 07 00:14:34.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57872026-09-07T00:14:35.326Z[ recovery-image] Sep 07 00:14:34.035 INFO O| Sep 07 00:14:34.035 INFO STEP 10 (remove_files) COMPLETE
57882026-09-07T00:14:35.326Z[ recovery-image] Sep 07 00:14:34.035 INFO O| Sep 07 00:14:34.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-07T00:14:35.326Z[ recovery-image] Sep 07 00:14:34.044 INFO O| Sep 07 00:14:34.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57902026-09-07T00:14:35.326Z[ recovery-image] Sep 07 00:14:34.045 INFO O| Sep 07 00:14:34.045 INFO STEP 11 (remove_files) COMPLETE
57912026-09-07T00:14:35.327Z[ recovery-image] Sep 07 00:14:34.045 INFO O| Sep 07 00:14:34.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-07T00:14:35.327Z[ recovery-image] Sep 07 00:14:34.054 INFO O| Sep 07 00:14:34.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57932026-09-07T00:14:35.385Z[ recovery-image] Sep 07 00:14:34.123 INFO O| Sep 07 00:14:34.123 INFO STEP 12 (remove_files) COMPLETE
57942026-09-07T00:14:35.385Z[ recovery-image] Sep 07 00:14:34.123 INFO O| Sep 07 00:14:34.123 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-07T00:14:35.395Z[ recovery-image] Sep 07 00:14:34.134 INFO O| Sep 07 00:14:34.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57962026-09-07T00:14:35.399Z[ recovery-image] Sep 07 00:14:34.137 INFO O| Sep 07 00:14:34.137 INFO STEP 13 (remove_files) COMPLETE
57972026-09-07T00:14:35.399Z[ recovery-image] Sep 07 00:14:34.137 INFO O| Sep 07 00:14:34.137 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-09-07T00:14:35.408Z[ recovery-image] Sep 07 00:14:34.147 INFO O| Sep 07 00:14:34.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57992026-09-07T00:14:35.411Z[ recovery-image] Sep 07 00:14:34.148 INFO O| Sep 07 00:14:34.148 INFO STEP 14 (remove_files) COMPLETE
58002026-09-07T00:14:35.411Z[ recovery-image] Sep 07 00:14:34.148 INFO O| Sep 07 00:14:34.148 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-09-07T00:14:35.419Z[ recovery-image] Sep 07 00:14:34.158 INFO O| Sep 07 00:14:34.158 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
58022026-09-07T00:14:35.423Z[ recovery-image] Sep 07 00:14:34.159 INFO O| Sep 07 00:14:34.159 INFO STEP 15 (remove_files) COMPLETE
58032026-09-07T00:14:35.423Z[ recovery-image] Sep 07 00:14:34.159 INFO O| Sep 07 00:14:34.159 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-09-07T00:14:35.429Z[ recovery-image] Sep 07 00:14:34.168 INFO O| Sep 07 00:14:34.168 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
58052026-09-07T00:14:35.433Z[ recovery-image] Sep 07 00:14:34.169 INFO O| Sep 07 00:14:34.169 INFO STEP 16 (remove_files) COMPLETE
58062026-09-07T00:14:35.433Z[ recovery-image] Sep 07 00:14:34.169 INFO O| Sep 07 00:14:34.169 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-07T00:14:35.440Z[ recovery-image] Sep 07 00:14:34.179 INFO O| Sep 07 00:14:34.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
58082026-09-07T00:14:35.453Z[ recovery-image] Sep 07 00:14:34.191 INFO O| Sep 07 00:14:34.191 INFO STEP 17 (remove_files) COMPLETE
58092026-09-07T00:14:35.453Z[ recovery-image] Sep 07 00:14:34.191 INFO O| Sep 07 00:14:34.191 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-07T00:14:35.464Z[ recovery-image] Sep 07 00:14:34.203 INFO O| Sep 07 00:14:34.202 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
58112026-09-07T00:14:35.464Z[ recovery-image] Sep 07 00:14:34.203 INFO O| Sep 07 00:14:34.203 INFO STEP 18 (remove_files) COMPLETE
58122026-09-07T00:14:35.468Z[ recovery-image] Sep 07 00:14:34.203 INFO O| Sep 07 00:14:34.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-07T00:14:35.488Z[ recovery-image] Sep 07 00:14:34.213 INFO O| Sep 07 00:14:34.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
58142026-09-07T00:14:35.488Z[ recovery-image] Sep 07 00:14:34.214 INFO O| Sep 07 00:14:34.214 INFO STEP 19 (remove_files) COMPLETE
58152026-09-07T00:14:35.488Z[ recovery-image] Sep 07 00:14:34.214 INFO O| Sep 07 00:14:34.214 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-09-07T00:14:35.492Z[ recovery-image] Sep 07 00:14:34.224 INFO O| Sep 07 00:14:34.224 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
58172026-09-07T00:14:35.534Z[ recovery-image] Sep 07 00:14:34.273 INFO O| Sep 07 00:14:34.273 INFO STEP 20 (remove_files) COMPLETE
58182026-09-07T00:14:35.535Z[ recovery-image] Sep 07 00:14:34.273 INFO O| Sep 07 00:14:34.273 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-09-07T00:14:35.543Z[ recovery-image] Sep 07 00:14:34.282 INFO O| Sep 07 00:14:34.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
58202026-09-07T00:14:35.585Z[ recovery-image] Sep 07 00:14:34.324 INFO O| Sep 07 00:14:34.324 INFO STEP 21 (remove_files) COMPLETE
58212026-09-07T00:14:35.585Z[ recovery-image] Sep 07 00:14:34.324 INFO O| Sep 07 00:14:34.324 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-09-07T00:14:35.595Z[ recovery-image] Sep 07 00:14:34.333 INFO O| Sep 07 00:14:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
58232026-09-07T00:14:35.595Z[ recovery-image] Sep 07 00:14:34.333 INFO O| Sep 07 00:14:34.333 INFO STEP 22 (remove_files) COMPLETE
58242026-09-07T00:14:35.595Z[ recovery-image] Sep 07 00:14:34.333 INFO O| Sep 07 00:14:34.333 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-09-07T00:14:35.622Z[ recovery-image] Sep 07 00:14:34.360 INFO O| Sep 07 00:14:34.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
58262026-09-07T00:14:35.626Z[ recovery-image] Sep 07 00:14:34.362 INFO O| Sep 07 00:14:34.362 INFO STEP 23 (remove_files) COMPLETE
58272026-09-07T00:14:35.626Z[ recovery-image] Sep 07 00:14:34.362 INFO O| Sep 07 00:14:34.362 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-09-07T00:14:35.646Z[ recovery-image] Sep 07 00:14:34.385 INFO O| Sep 07 00:14:34.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
58292026-09-07T00:14:35.646Z[ recovery-image] Sep 07 00:14:34.385 INFO O| Sep 07 00:14:34.385 INFO STEP 24 (remove_files) COMPLETE
58302026-09-07T00:14:35.646Z[ recovery-image] Sep 07 00:14:34.385 INFO O| Sep 07 00:14:34.385 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-09-07T00:14:35.684Z[ recovery-image] Sep 07 00:14:34.423 INFO O| Sep 07 00:14:34.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
58322026-09-07T00:14:35.696Z[ recovery-image] Sep 07 00:14:34.435 INFO O| Sep 07 00:14:34.435 INFO STEP 25 (remove_files) COMPLETE
58332026-09-07T00:14:35.696Z[ recovery-image] Sep 07 00:14:34.435 INFO O| Sep 07 00:14:34.435 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-07T00:14:35.706Z[ recovery-image] Sep 07 00:14:34.445 INFO O| Sep 07 00:14:34.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
58352026-09-07T00:14:35.706Z[ recovery-image] Sep 07 00:14:34.445 INFO O| Sep 07 00:14:34.445 INFO STEP 26 (remove_files) COMPLETE
58362026-09-07T00:14:35.710Z[ recovery-image] Sep 07 00:14:34.445 INFO O| Sep 07 00:14:34.445 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-07T00:14:35.717Z[ recovery-image] Sep 07 00:14:34.456 INFO O| Sep 07 00:14:34.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58382026-09-07T00:14:35.727Z[ recovery-image] Sep 07 00:14:34.466 INFO O| Sep 07 00:14:34.466 INFO STEP 27 (remove_files) COMPLETE
58392026-09-07T00:14:35.727Z[ recovery-image] Sep 07 00:14:34.466 INFO O| Sep 07 00:14:34.466 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-07T00:14:35.740Z[ recovery-image] Sep 07 00:14:34.479 INFO O| Sep 07 00:14:34.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58412026-09-07T00:14:35.740Z[ recovery-image] Sep 07 00:14:34.479 INFO O| Sep 07 00:14:34.479 INFO STEP 28 (remove_files) COMPLETE
58422026-09-07T00:14:35.740Z[ recovery-image] Sep 07 00:14:34.479 INFO O| Sep 07 00:14:34.479 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-07T00:14:35.751Z[ recovery-image] Sep 07 00:14:34.490 INFO O| Sep 07 00:14:34.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58442026-09-07T00:14:35.751Z[ recovery-image] Sep 07 00:14:34.490 INFO O| Sep 07 00:14:34.490 INFO STEP 29 (remove_files) COMPLETE
58452026-09-07T00:14:35.751Z[ recovery-image] Sep 07 00:14:34.490 INFO O| Sep 07 00:14:34.490 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-07T00:14:35.783Z[ recovery-image] Sep 07 00:14:34.522 INFO O| Sep 07 00:14:34.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58472026-09-07T00:14:35.783Z[ recovery-image] Sep 07 00:14:34.522 INFO O| Sep 07 00:14:34.522 INFO STEP 30 (remove_files) COMPLETE
58482026-09-07T00:14:35.783Z[ recovery-image] Sep 07 00:14:34.522 INFO O| Sep 07 00:14:34.522 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-07T00:14:35.792Z[verify-libraries] Compiling samael v0.0.19
58502026-09-07T00:14:35.799Z[ recovery-image] Sep 07 00:14:34.535 INFO O| Sep 07 00:14:34.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58512026-09-07T00:14:35.799Z[ recovery-image] Sep 07 00:14:34.535 INFO O| Sep 07 00:14:34.535 INFO STEP 31 (remove_files) COMPLETE
58522026-09-07T00:14:35.799Z[ recovery-image] Sep 07 00:14:34.535 INFO O| Sep 07 00:14:34.535 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-09-07T00:14:35.816Z[ recovery-image] Sep 07 00:14:34.545 INFO O| Sep 07 00:14:34.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58542026-09-07T00:14:35.820Z[ recovery-image] Sep 07 00:14:34.555 INFO O| Sep 07 00:14:34.546 INFO STEP 32 (remove_files) COMPLETE
58552026-09-07T00:14:35.820Z[ recovery-image] Sep 07 00:14:34.555 INFO O| Sep 07 00:14:34.546 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-07T00:14:35.837Z[ recovery-image] Sep 07 00:14:34.575 INFO O| Sep 07 00:14:34.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
58572026-09-07T00:14:35.837Z[ recovery-image] Sep 07 00:14:34.575 INFO O| Sep 07 00:14:34.575 INFO STEP 33 (remove_files) COMPLETE
58582026-09-07T00:14:35.837Z[ recovery-image] Sep 07 00:14:34.575 INFO O| Sep 07 00:14:34.575 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-07T00:14:35.855Z[ recovery-image] Sep 07 00:14:34.584 INFO O| Sep 07 00:14:34.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
58602026-09-07T00:14:35.859Z[ recovery-image] Sep 07 00:14:34.585 INFO O| Sep 07 00:14:34.585 INFO STEP 34 (remove_files) COMPLETE
58612026-09-07T00:14:35.859Z[ recovery-image] Sep 07 00:14:34.585 INFO O| Sep 07 00:14:34.585 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-09-07T00:14:35.859Z[ recovery-image] Sep 07 00:14:34.593 INFO O| Sep 07 00:14:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
58632026-09-07T00:14:35.859Z[ recovery-image] Sep 07 00:14:34.593 INFO O| Sep 07 00:14:34.593 INFO STEP 35 (remove_files) COMPLETE
58642026-09-07T00:14:35.859Z[ recovery-image] Sep 07 00:14:34.593 INFO O| Sep 07 00:14:34.593 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-09-07T00:14:35.864Z[ recovery-image] Sep 07 00:14:34.603 INFO O| Sep 07 00:14:34.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58662026-09-07T00:14:35.864Z[ recovery-image] Sep 07 00:14:34.603 INFO O| Sep 07 00:14:34.603 INFO STEP 36 (remove_files) COMPLETE
58672026-09-07T00:14:35.864Z[ recovery-image] Sep 07 00:14:34.603 INFO O| Sep 07 00:14:34.603 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-07T00:14:35.874Z[ recovery-image] Sep 07 00:14:34.613 INFO O| Sep 07 00:14:34.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58692026-09-07T00:14:35.874Z[ recovery-image] Sep 07 00:14:34.613 INFO O| Sep 07 00:14:34.613 INFO STEP 37 (remove_files) COMPLETE
58702026-09-07T00:14:35.874Z[ recovery-image] Sep 07 00:14:34.613 INFO O| Sep 07 00:14:34.613 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-07T00:14:35.883Z[ recovery-image] Sep 07 00:14:34.622 INFO O| Sep 07 00:14:34.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58722026-09-07T00:14:35.884Z[ recovery-image] Sep 07 00:14:34.622 INFO O| Sep 07 00:14:34.622 INFO STEP 38 (remove_files) COMPLETE
58732026-09-07T00:14:35.884Z[ recovery-image] Sep 07 00:14:34.623 INFO O| Sep 07 00:14:34.622 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-09-07T00:14:35.892Z[ recovery-image] Sep 07 00:14:34.631 INFO O| Sep 07 00:14:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58752026-09-07T00:14:35.893Z[ recovery-image] Sep 07 00:14:34.631 INFO O| Sep 07 00:14:34.631 INFO STEP 39 (remove_files) COMPLETE
58762026-09-07T00:14:35.894Z[ recovery-image] Sep 07 00:14:34.631 INFO O| Sep 07 00:14:34.631 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-09-07T00:14:35.900Z[ recovery-image] Sep 07 00:14:34.639 INFO O| Sep 07 00:14:34.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58782026-09-07T00:14:35.900Z[ recovery-image] Sep 07 00:14:34.639 INFO O| Sep 07 00:14:34.639 INFO STEP 40 (remove_files) COMPLETE
58792026-09-07T00:14:35.901Z[ recovery-image] Sep 07 00:14:34.639 INFO O| Sep 07 00:14:34.639 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-09-07T00:14:35.911Z[ recovery-image] Sep 07 00:14:34.650 INFO O| Sep 07 00:14:34.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58812026-09-07T00:14:35.911Z[ recovery-image] Sep 07 00:14:34.650 INFO O| Sep 07 00:14:34.650 INFO STEP 41 (remove_files) COMPLETE
58822026-09-07T00:14:35.911Z[ recovery-image] Sep 07 00:14:34.650 INFO O| Sep 07 00:14:34.650 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-09-07T00:14:35.920Z[ recovery-image] Sep 07 00:14:34.659 INFO O| Sep 07 00:14:34.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58842026-09-07T00:14:35.920Z[ recovery-image] Sep 07 00:14:34.659 INFO O| Sep 07 00:14:34.659 INFO STEP 42 (remove_files) COMPLETE
58852026-09-07T00:14:35.920Z[ recovery-image] Sep 07 00:14:34.659 INFO O| Sep 07 00:14:34.659 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-09-07T00:14:35.929Z[ recovery-image] Sep 07 00:14:34.668 INFO O| Sep 07 00:14:34.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58872026-09-07T00:14:35.950Z[ recovery-image] Sep 07 00:14:34.688 INFO O| Sep 07 00:14:34.688 INFO STEP 43 (remove_files) COMPLETE
58882026-09-07T00:14:35.950Z[ recovery-image] Sep 07 00:14:34.688 INFO O| Sep 07 00:14:34.688 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-09-07T00:14:35.959Z[ recovery-image] Sep 07 00:14:34.698 INFO O| Sep 07 00:14:34.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58902026-09-07T00:14:35.984Z[ recovery-image] Sep 07 00:14:34.723 INFO O| Sep 07 00:14:34.723 INFO STEP 44 (remove_files) COMPLETE
58912026-09-07T00:14:35.984Z[ recovery-image] Sep 07 00:14:34.723 INFO O| Sep 07 00:14:34.723 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-09-07T00:14:36.006Z[ recovery-image] Sep 07 00:14:34.745 INFO O| Sep 07 00:14:34.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58932026-09-07T00:14:36.006Z[ recovery-image] Sep 07 00:14:34.745 INFO O| Sep 07 00:14:34.745 INFO STEP 45 (remove_files) COMPLETE
58942026-09-07T00:14:36.006Z[ recovery-image] Sep 07 00:14:34.745 INFO O| Sep 07 00:14:34.745 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-09-07T00:14:36.030Z[ recovery-image] Sep 07 00:14:34.769 INFO O| Sep 07 00:14:34.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58962026-09-07T00:14:36.030Z[ recovery-image] Sep 07 00:14:34.769 INFO O| Sep 07 00:14:34.769 INFO STEP 46 (remove_files) COMPLETE
58972026-09-07T00:14:36.030Z[ recovery-image] Sep 07 00:14:34.769 INFO O| Sep 07 00:14:34.769 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-09-07T00:14:36.072Z[ recovery-image] Sep 07 00:14:34.811 INFO O| Sep 07 00:14:34.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58992026-09-07T00:14:36.072Z[ recovery-image] Sep 07 00:14:34.811 INFO O| Sep 07 00:14:34.811 INFO STEP 47 (remove_files) COMPLETE
59002026-09-07T00:14:36.077Z[ recovery-image] Sep 07 00:14:34.811 INFO O| Sep 07 00:14:34.811 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-07T00:14:36.080Z[ recovery-image] Sep 07 00:14:34.819 INFO O| Sep 07 00:14:34.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
59022026-09-07T00:14:36.080Z[ recovery-image] Sep 07 00:14:34.819 INFO O| Sep 07 00:14:34.819 INFO STEP 48 (remove_files) COMPLETE
59032026-09-07T00:14:36.080Z[ recovery-image] Sep 07 00:14:34.819 INFO O| Sep 07 00:14:34.819 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-07T00:14:36.111Z[ recovery-image] Sep 07 00:14:34.850 INFO O| Sep 07 00:14:34.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
59052026-09-07T00:14:36.111Z[ recovery-image] Sep 07 00:14:34.850 INFO O| Sep 07 00:14:34.850 INFO STEP 49 (remove_files) COMPLETE
59062026-09-07T00:14:36.111Z[ recovery-image] Sep 07 00:14:34.850 INFO O| Sep 07 00:14:34.850 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-07T00:14:36.121Z[ recovery-image] Sep 07 00:14:34.860 INFO O| Sep 07 00:14:34.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
59082026-09-07T00:14:36.122Z[ recovery-image] Sep 07 00:14:34.860 INFO O| Sep 07 00:14:34.860 INFO STEP 50 (remove_files) COMPLETE
59092026-09-07T00:14:36.125Z[ recovery-image] Sep 07 00:14:34.860 INFO O| Sep 07 00:14:34.860 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-07T00:14:36.132Z[ recovery-image] Sep 07 00:14:34.871 INFO O| Sep 07 00:14:34.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
59112026-09-07T00:14:36.135Z[ recovery-image] Sep 07 00:14:34.875 INFO O| Sep 07 00:14:34.875 INFO STEP 51 (remove_files) COMPLETE
59122026-09-07T00:14:36.135Z[ recovery-image] Sep 07 00:14:34.875 INFO O| Sep 07 00:14:34.875 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-07T00:14:36.147Z[ recovery-image] Sep 07 00:14:34.885 INFO O| Sep 07 00:14:34.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
59142026-09-07T00:14:36.147Z[ recovery-image] Sep 07 00:14:34.886 INFO O| Sep 07 00:14:34.885 INFO STEP 52 (remove_files) COMPLETE
59152026-09-07T00:14:36.147Z[ recovery-image] Sep 07 00:14:34.886 INFO O| Sep 07 00:14:34.885 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-07T00:14:36.169Z[ recovery-image] Sep 07 00:14:34.896 INFO O| Sep 07 00:14:34.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
59172026-09-07T00:14:36.171Z[ recovery-image] Sep 07 00:14:34.896 INFO O| Sep 07 00:14:34.896 INFO STEP 53 (remove_files) COMPLETE
59182026-09-07T00:14:36.171Z[ recovery-image] Sep 07 00:14:34.896 INFO O| Sep 07 00:14:34.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-07T00:14:36.171Z[ recovery-image] Sep 07 00:14:34.905 INFO O| Sep 07 00:14:34.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
59202026-09-07T00:14:36.171Z[ recovery-image] Sep 07 00:14:34.905 INFO O| Sep 07 00:14:34.905 INFO STEP 54 (remove_files) COMPLETE
59212026-09-07T00:14:36.171Z[ recovery-image] Sep 07 00:14:34.905 INFO O| Sep 07 00:14:34.905 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-07T00:14:36.199Z[ recovery-image] Sep 07 00:14:34.938 INFO O| Sep 07 00:14:34.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
59232026-09-07T00:14:36.199Z[ recovery-image] Sep 07 00:14:34.938 INFO O| Sep 07 00:14:34.938 INFO STEP 55 (remove_files) COMPLETE
59242026-09-07T00:14:36.199Z[ recovery-image] Sep 07 00:14:34.938 INFO O| Sep 07 00:14:34.938 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-07T00:14:36.209Z[ recovery-image] Sep 07 00:14:34.947 INFO O| Sep 07 00:14:34.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
59262026-09-07T00:14:36.213Z[ recovery-image] Sep 07 00:14:34.951 INFO O| Sep 07 00:14:34.951 INFO STEP 56 (remove_files) COMPLETE
59272026-09-07T00:14:36.213Z[ recovery-image] Sep 07 00:14:34.952 INFO O| Sep 07 00:14:34.951 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-07T00:14:36.227Z[ recovery-image] Sep 07 00:14:34.966 INFO O| Sep 07 00:14:34.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
59292026-09-07T00:14:36.227Z[ recovery-image] Sep 07 00:14:34.966 INFO O| Sep 07 00:14:34.966 INFO STEP 57 (remove_files) COMPLETE
59302026-09-07T00:14:36.227Z[ recovery-image] Sep 07 00:14:34.966 INFO O| Sep 07 00:14:34.966 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-07T00:14:36.237Z[ recovery-image] Sep 07 00:14:34.976 INFO O| Sep 07 00:14:34.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
59322026-09-07T00:14:36.237Z[ recovery-image] Sep 07 00:14:34.976 INFO O| Sep 07 00:14:34.976 INFO STEP 58 (remove_files) COMPLETE
59332026-09-07T00:14:36.241Z[ recovery-image] Sep 07 00:14:34.976 INFO O| Sep 07 00:14:34.976 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-07T00:14:36.246Z[ recovery-image] Sep 07 00:14:34.985 INFO O| Sep 07 00:14:34.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
59352026-09-07T00:14:36.246Z[ recovery-image] Sep 07 00:14:34.985 INFO O| Sep 07 00:14:34.985 INFO STEP 59 (remove_files) COMPLETE
59362026-09-07T00:14:36.249Z[ recovery-image] Sep 07 00:14:34.985 INFO O| Sep 07 00:14:34.985 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-07T00:14:36.262Z[ recovery-image] Sep 07 00:14:34.993 INFO O| Sep 07 00:14:34.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59382026-09-07T00:14:36.262Z[ recovery-image] Sep 07 00:14:34.994 INFO O| Sep 07 00:14:34.993 INFO STEP 60 (remove_files) COMPLETE
59392026-09-07T00:14:36.262Z[ recovery-image] Sep 07 00:14:34.994 INFO O| Sep 07 00:14:34.994 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-07T00:14:36.267Z[ recovery-image] Sep 07 00:14:35.003 INFO O| Sep 07 00:14:35.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59412026-09-07T00:14:36.267Z[ recovery-image] Sep 07 00:14:35.003 INFO O| Sep 07 00:14:35.003 INFO STEP 61 (remove_files) COMPLETE
59422026-09-07T00:14:36.267Z[ recovery-image] Sep 07 00:14:35.003 INFO O| Sep 07 00:14:35.003 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-09-07T00:14:36.275Z[ recovery-image] Sep 07 00:14:35.014 INFO O| Sep 07 00:14:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59442026-09-07T00:14:36.275Z[ recovery-image] Sep 07 00:14:35.014 INFO O| Sep 07 00:14:35.014 INFO STEP 62 (remove_files) COMPLETE
59452026-09-07T00:14:36.275Z[ recovery-image] Sep 07 00:14:35.014 INFO O| Sep 07 00:14:35.014 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-09-07T00:14:36.301Z[ recovery-image] Sep 07 00:14:35.039 INFO O| Sep 07 00:14:35.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59472026-09-07T00:14:36.301Z[ recovery-image] Sep 07 00:14:35.039 INFO O| Sep 07 00:14:35.039 INFO STEP 63 (remove_files) COMPLETE
59482026-09-07T00:14:36.301Z[ recovery-image] Sep 07 00:14:35.039 INFO O| Sep 07 00:14:35.039 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-09-07T00:14:36.309Z[ recovery-image] Sep 07 00:14:35.048 INFO O| Sep 07 00:14:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
59502026-09-07T00:14:36.325Z[ recovery-image] Sep 07 00:14:35.064 INFO O| Sep 07 00:14:35.063 INFO STEP 64 (remove_files) COMPLETE
59512026-09-07T00:14:36.325Z[ recovery-image] Sep 07 00:14:35.064 INFO O| Sep 07 00:14:35.063 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-09-07T00:14:36.345Z[ recovery-image] Sep 07 00:14:35.084 INFO O| Sep 07 00:14:35.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
59532026-09-07T00:14:36.345Z[ recovery-image] Sep 07 00:14:35.084 INFO O| Sep 07 00:14:35.084 INFO STEP 65 (remove_files) COMPLETE
59542026-09-07T00:14:36.349Z[ recovery-image] Sep 07 00:14:35.084 INFO O| Sep 07 00:14:35.084 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-09-07T00:14:36.357Z[ recovery-image] Sep 07 00:14:35.096 INFO O| Sep 07 00:14:35.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
59562026-09-07T00:14:36.357Z[ recovery-image] Sep 07 00:14:35.096 INFO O| Sep 07 00:14:35.096 INFO STEP 66 (remove_files) COMPLETE
59572026-09-07T00:14:36.361Z[ recovery-image] Sep 07 00:14:35.096 INFO O| Sep 07 00:14:35.096 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-09-07T00:14:36.368Z[ recovery-image] Sep 07 00:14:35.107 INFO O| Sep 07 00:14:35.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
59592026-09-07T00:14:36.371Z[ recovery-image] Sep 07 00:14:35.108 INFO O| Sep 07 00:14:35.108 INFO STEP 67 (remove_files) COMPLETE
59602026-09-07T00:14:36.372Z[ recovery-image] Sep 07 00:14:35.108 INFO O| Sep 07 00:14:35.108 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-09-07T00:14:36.379Z[ recovery-image] Sep 07 00:14:35.118 INFO O| Sep 07 00:14:35.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
59622026-09-07T00:14:36.379Z[ recovery-image] Sep 07 00:14:35.118 INFO O| Sep 07 00:14:35.118 INFO STEP 68 (remove_files) COMPLETE
59632026-09-07T00:14:36.379Z[ recovery-image] Sep 07 00:14:35.118 INFO O| Sep 07 00:14:35.118 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-09-07T00:14:36.390Z[ recovery-image] Sep 07 00:14:35.129 INFO O| Sep 07 00:14:35.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59652026-09-07T00:14:36.393Z[ recovery-image] Sep 07 00:14:35.129 INFO O| Sep 07 00:14:35.129 INFO STEP 69 (remove_files) COMPLETE
59662026-09-07T00:14:36.394Z[ recovery-image] Sep 07 00:14:35.129 INFO O| Sep 07 00:14:35.129 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-09-07T00:14:36.401Z[ recovery-image] Sep 07 00:14:35.140 INFO O| Sep 07 00:14:35.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59682026-09-07T00:14:36.401Z[ recovery-image] Sep 07 00:14:35.140 INFO O| Sep 07 00:14:35.140 INFO STEP 70 (remove_files) COMPLETE
59692026-09-07T00:14:36.401Z[ recovery-image] Sep 07 00:14:35.140 INFO O| Sep 07 00:14:35.140 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-09-07T00:14:36.413Z[ recovery-image] Sep 07 00:14:35.152 INFO O| Sep 07 00:14:35.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59712026-09-07T00:14:36.416Z[ recovery-image] Sep 07 00:14:35.152 INFO O| Sep 07 00:14:35.152 INFO STEP 71 (remove_files) COMPLETE
59722026-09-07T00:14:36.416Z[ recovery-image] Sep 07 00:14:35.152 INFO O| Sep 07 00:14:35.152 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-09-07T00:14:36.425Z[ recovery-image] Sep 07 00:14:35.164 INFO O| Sep 07 00:14:35.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59742026-09-07T00:14:36.425Z[ recovery-image] Sep 07 00:14:35.164 INFO O| Sep 07 00:14:35.164 INFO STEP 72 (remove_files) COMPLETE
59752026-09-07T00:14:36.429Z[ recovery-image] Sep 07 00:14:35.164 INFO O| Sep 07 00:14:35.164 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-09-07T00:14:36.436Z[ recovery-image] Sep 07 00:14:35.175 INFO O| Sep 07 00:14:35.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59772026-09-07T00:14:36.436Z[ recovery-image] Sep 07 00:14:35.175 INFO O| Sep 07 00:14:35.175 INFO STEP 73 (remove_files) COMPLETE
59782026-09-07T00:14:36.440Z[ recovery-image] Sep 07 00:14:35.175 INFO O| Sep 07 00:14:35.175 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-09-07T00:14:36.444Z[verify-libraries] Compiling git2 v0.20.4
59802026-09-07T00:14:36.447Z[ recovery-image] Sep 07 00:14:35.186 INFO O| Sep 07 00:14:35.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59812026-09-07T00:14:36.448Z[ recovery-image] Sep 07 00:14:35.186 INFO O| Sep 07 00:14:35.186 INFO STEP 74 (remove_files) COMPLETE
59822026-09-07T00:14:36.448Z[ recovery-image] Sep 07 00:14:35.186 INFO O| Sep 07 00:14:35.186 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-07T00:14:36.463Z[ recovery-image] Sep 07 00:14:35.201 INFO O| Sep 07 00:14:35.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59842026-09-07T00:14:36.463Z[ recovery-image] Sep 07 00:14:35.201 INFO O| Sep 07 00:14:35.197 INFO STEP 75 (remove_files) COMPLETE
59852026-09-07T00:14:36.463Z[ recovery-image] Sep 07 00:14:35.201 INFO O| Sep 07 00:14:35.197 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-07T00:14:36.470Z[ recovery-image] Sep 07 00:14:35.209 INFO O| Sep 07 00:14:35.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59872026-09-07T00:14:36.470Z[ recovery-image] Sep 07 00:14:35.209 INFO O| Sep 07 00:14:35.209 INFO STEP 76 (remove_files) COMPLETE
59882026-09-07T00:14:36.470Z[ recovery-image] Sep 07 00:14:35.209 INFO O| Sep 07 00:14:35.209 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-07T00:14:36.482Z[ recovery-image] Sep 07 00:14:35.221 INFO O| Sep 07 00:14:35.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59902026-09-07T00:14:36.483Z[ recovery-image] Sep 07 00:14:35.221 INFO O| Sep 07 00:14:35.221 INFO STEP 77 (remove_files) COMPLETE
59912026-09-07T00:14:36.483Z[ recovery-image] Sep 07 00:14:35.221 INFO O| Sep 07 00:14:35.221 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-07T00:14:36.493Z[ recovery-image] Sep 07 00:14:35.232 INFO O| Sep 07 00:14:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59932026-09-07T00:14:36.493Z[ recovery-image] Sep 07 00:14:35.232 INFO O| Sep 07 00:14:35.232 INFO STEP 78 (remove_files) COMPLETE
59942026-09-07T00:14:36.493Z[ recovery-image] Sep 07 00:14:35.232 INFO O| Sep 07 00:14:35.232 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-07T00:14:36.503Z[ recovery-image] Sep 07 00:14:35.243 INFO O| Sep 07 00:14:35.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59962026-09-07T00:14:36.504Z[ recovery-image] Sep 07 00:14:35.243 INFO O| Sep 07 00:14:35.243 INFO STEP 79 (remove_files) COMPLETE
59972026-09-07T00:14:36.504Z[ recovery-image] Sep 07 00:14:35.243 INFO O| Sep 07 00:14:35.243 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-07T00:14:36.516Z[ recovery-image] Sep 07 00:14:35.254 INFO O| Sep 07 00:14:35.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59992026-09-07T00:14:36.516Z[ recovery-image] Sep 07 00:14:35.254 INFO O| Sep 07 00:14:35.254 INFO STEP 80 (remove_files) COMPLETE
60002026-09-07T00:14:36.516Z[ recovery-image] Sep 07 00:14:35.254 INFO O| Sep 07 00:14:35.254 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-07T00:14:36.526Z[ recovery-image] Sep 07 00:14:35.266 INFO O| Sep 07 00:14:35.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
60022026-09-07T00:14:36.527Z[ recovery-image] Sep 07 00:14:35.266 INFO O| Sep 07 00:14:35.266 INFO STEP 81 (remove_files) COMPLETE
60032026-09-07T00:14:36.527Z[ recovery-image] Sep 07 00:14:35.266 INFO O| Sep 07 00:14:35.266 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-07T00:14:36.539Z[ recovery-image] Sep 07 00:14:35.277 INFO O| Sep 07 00:14:35.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
60052026-09-07T00:14:36.539Z[ recovery-image] Sep 07 00:14:35.277 INFO O| Sep 07 00:14:35.277 INFO STEP 82 (remove_files) COMPLETE
60062026-09-07T00:14:36.544Z[ recovery-image] Sep 07 00:14:35.277 INFO O| Sep 07 00:14:35.277 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-07T00:14:36.550Z[ recovery-image] Sep 07 00:14:35.288 INFO O| Sep 07 00:14:35.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
60082026-09-07T00:14:36.553Z[ recovery-image] Sep 07 00:14:35.289 INFO O| Sep 07 00:14:35.289 INFO STEP 83 (remove_files) COMPLETE
60092026-09-07T00:14:36.553Z[ recovery-image] Sep 07 00:14:35.289 INFO O| Sep 07 00:14:35.289 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-07T00:14:36.560Z[ recovery-image] Sep 07 00:14:35.299 INFO O| Sep 07 00:14:35.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
60112026-09-07T00:14:36.560Z[ recovery-image] Sep 07 00:14:35.299 INFO O| Sep 07 00:14:35.299 INFO STEP 84 (remove_files) COMPLETE
60122026-09-07T00:14:36.564Z[ recovery-image] Sep 07 00:14:35.299 INFO O| Sep 07 00:14:35.299 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-07T00:14:36.570Z[ recovery-image] Sep 07 00:14:35.309 INFO O| Sep 07 00:14:35.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
60142026-09-07T00:14:36.574Z[ recovery-image] Sep 07 00:14:35.311 INFO O| Sep 07 00:14:35.310 INFO STEP 85 (remove_files) COMPLETE
60152026-09-07T00:14:36.574Z[ recovery-image] Sep 07 00:14:35.311 INFO O| Sep 07 00:14:35.310 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-07T00:14:36.577Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
60172026-09-07T00:14:36.581Z[ recovery-image] Sep 07 00:14:35.320 INFO O| Sep 07 00:14:35.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
60182026-09-07T00:14:36.581Z[ recovery-image] Sep 07 00:14:35.320 INFO O| Sep 07 00:14:35.320 INFO STEP 86 (remove_files) COMPLETE
60192026-09-07T00:14:36.581Z[ recovery-image] Sep 07 00:14:35.320 INFO O| Sep 07 00:14:35.320 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-07T00:14:36.591Z[ recovery-image] Sep 07 00:14:35.330 INFO O| Sep 07 00:14:35.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
60212026-09-07T00:14:36.591Z[ recovery-image] Sep 07 00:14:35.330 INFO O| Sep 07 00:14:35.330 INFO STEP 87 (remove_files) COMPLETE
60222026-09-07T00:14:36.592Z[ recovery-image] Sep 07 00:14:35.330 INFO O| Sep 07 00:14:35.330 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-07T00:14:36.602Z[ recovery-image] Sep 07 00:14:35.340 INFO O| Sep 07 00:14:35.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
60242026-09-07T00:14:36.602Z[ recovery-image] Sep 07 00:14:35.341 INFO O| Sep 07 00:14:35.341 INFO STEP 88 (remove_files) COMPLETE
60252026-09-07T00:14:36.605Z[ recovery-image] Sep 07 00:14:35.341 INFO O| Sep 07 00:14:35.341 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-09-07T00:14:36.612Z[ recovery-image] Sep 07 00:14:35.350 INFO O| Sep 07 00:14:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
60272026-09-07T00:14:36.612Z[ recovery-image] Sep 07 00:14:35.350 INFO O| Sep 07 00:14:35.350 INFO STEP 89 (remove_files) COMPLETE
60282026-09-07T00:14:36.612Z[ recovery-image] Sep 07 00:14:35.350 INFO O| Sep 07 00:14:35.350 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-09-07T00:14:36.621Z[ recovery-image] Sep 07 00:14:35.360 INFO O| Sep 07 00:14:35.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
60302026-09-07T00:14:36.622Z[ recovery-image] Sep 07 00:14:35.360 INFO O| Sep 07 00:14:35.360 INFO STEP 90 (remove_files) COMPLETE
60312026-09-07T00:14:36.622Z[ recovery-image] Sep 07 00:14:35.360 INFO O| Sep 07 00:14:35.360 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-09-07T00:14:36.631Z[ recovery-image] Sep 07 00:14:35.371 INFO O| Sep 07 00:14:35.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
60332026-09-07T00:14:36.632Z[ recovery-image] Sep 07 00:14:35.371 INFO O| Sep 07 00:14:35.371 INFO STEP 91 (remove_files) COMPLETE
60342026-09-07T00:14:36.635Z[ recovery-image] Sep 07 00:14:35.371 INFO O| Sep 07 00:14:35.371 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-09-07T00:14:36.642Z[ recovery-image] Sep 07 00:14:35.381 INFO O| Sep 07 00:14:35.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
60362026-09-07T00:14:36.646Z[ recovery-image] Sep 07 00:14:35.381 INFO O| Sep 07 00:14:35.381 INFO STEP 92 (remove_files) COMPLETE
60372026-09-07T00:14:36.646Z[ recovery-image] Sep 07 00:14:35.381 INFO O| Sep 07 00:14:35.381 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-09-07T00:14:36.655Z[ recovery-image] Sep 07 00:14:35.392 INFO O| Sep 07 00:14:35.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60392026-09-07T00:14:36.655Z[ recovery-image] Sep 07 00:14:35.392 INFO O| Sep 07 00:14:35.392 INFO STEP 93 (remove_files) COMPLETE
60402026-09-07T00:14:36.655Z[ recovery-image] Sep 07 00:14:35.392 INFO O| Sep 07 00:14:35.392 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-09-07T00:14:36.664Z[ recovery-image] Sep 07 00:14:35.403 INFO O| Sep 07 00:14:35.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
60422026-09-07T00:14:36.664Z[ recovery-image] Sep 07 00:14:35.403 INFO O| Sep 07 00:14:35.403 INFO STEP 94 (remove_files) COMPLETE
60432026-09-07T00:14:36.667Z[ recovery-image] Sep 07 00:14:35.403 INFO O| Sep 07 00:14:35.403 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-09-07T00:14:36.673Z[ recovery-image] Sep 07 00:14:35.412 INFO O| Sep 07 00:14:35.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
60452026-09-07T00:14:36.673Z[ recovery-image] Sep 07 00:14:35.412 INFO O| Sep 07 00:14:35.412 INFO STEP 95 (remove_files) COMPLETE
60462026-09-07T00:14:36.677Z[ recovery-image] Sep 07 00:14:35.412 INFO O| Sep 07 00:14:35.412 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-09-07T00:14:36.683Z[ recovery-image] Sep 07 00:14:35.422 INFO O| Sep 07 00:14:35.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
60482026-09-07T00:14:36.683Z[ recovery-image] Sep 07 00:14:35.422 INFO O| Sep 07 00:14:35.422 INFO STEP 96 (remove_files) COMPLETE
60492026-09-07T00:14:36.683Z[ recovery-image] Sep 07 00:14:35.422 INFO O| Sep 07 00:14:35.422 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-09-07T00:14:36.693Z[ recovery-image] Sep 07 00:14:35.432 INFO O| Sep 07 00:14:35.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
60512026-09-07T00:14:36.693Z[ recovery-image] Sep 07 00:14:35.432 INFO O| Sep 07 00:14:35.432 INFO STEP 97 (remove_files) COMPLETE
60522026-09-07T00:14:36.697Z[ recovery-image] Sep 07 00:14:35.432 INFO O| Sep 07 00:14:35.432 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-09-07T00:14:36.706Z[ recovery-image] Sep 07 00:14:35.445 INFO O| Sep 07 00:14:35.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
60542026-09-07T00:14:36.707Z[ recovery-image] Sep 07 00:14:35.445 INFO O| Sep 07 00:14:35.445 INFO STEP 98 (remove_files) COMPLETE
60552026-09-07T00:14:36.707Z[ recovery-image] Sep 07 00:14:35.445 INFO O| Sep 07 00:14:35.445 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-09-07T00:14:36.717Z[ recovery-image] Sep 07 00:14:35.456 INFO O| Sep 07 00:14:35.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
60572026-09-07T00:14:36.717Z[ recovery-image] Sep 07 00:14:35.456 INFO O| Sep 07 00:14:35.456 INFO STEP 99 (remove_files) COMPLETE
60582026-09-07T00:14:36.717Z[ recovery-image] Sep 07 00:14:35.456 INFO O| Sep 07 00:14:35.456 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-09-07T00:14:36.727Z[ recovery-image] Sep 07 00:14:35.466 INFO O| Sep 07 00:14:35.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
60602026-09-07T00:14:36.727Z[ recovery-image] Sep 07 00:14:35.466 INFO O| Sep 07 00:14:35.466 INFO STEP 100 (remove_files) COMPLETE
60612026-09-07T00:14:36.731Z[ recovery-image] Sep 07 00:14:35.466 INFO O| Sep 07 00:14:35.466 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-09-07T00:14:36.738Z[ recovery-image] Sep 07 00:14:35.477 INFO O| Sep 07 00:14:35.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
60632026-09-07T00:14:36.738Z[ recovery-image] Sep 07 00:14:35.477 INFO O| Sep 07 00:14:35.477 INFO STEP 101 (remove_files) COMPLETE
60642026-09-07T00:14:36.738Z[ recovery-image] Sep 07 00:14:35.477 INFO O| Sep 07 00:14:35.477 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-09-07T00:14:36.748Z[ recovery-image] Sep 07 00:14:35.487 INFO O| Sep 07 00:14:35.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60662026-09-07T00:14:36.751Z[ recovery-image] Sep 07 00:14:35.487 INFO O| Sep 07 00:14:35.487 INFO STEP 102 (remove_files) COMPLETE
60672026-09-07T00:14:36.751Z[ recovery-image] Sep 07 00:14:35.487 INFO O| Sep 07 00:14:35.487 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-09-07T00:14:36.758Z[ recovery-image] Sep 07 00:14:35.497 INFO O| Sep 07 00:14:35.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60692026-09-07T00:14:36.758Z[ recovery-image] Sep 07 00:14:35.497 INFO O| Sep 07 00:14:35.497 INFO STEP 103 (remove_files) COMPLETE
60702026-09-07T00:14:36.758Z[ recovery-image] Sep 07 00:14:35.497 INFO O| Sep 07 00:14:35.497 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-09-07T00:14:36.768Z[ recovery-image] Sep 07 00:14:35.507 INFO O| Sep 07 00:14:35.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60722026-09-07T00:14:36.769Z[ recovery-image] Sep 07 00:14:35.507 INFO O| Sep 07 00:14:35.507 INFO STEP 104 (remove_files) COMPLETE
60732026-09-07T00:14:36.769Z[ recovery-image] Sep 07 00:14:35.507 INFO O| Sep 07 00:14:35.507 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-09-07T00:14:36.779Z[ recovery-image] Sep 07 00:14:35.518 INFO O| Sep 07 00:14:35.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60752026-09-07T00:14:36.779Z[ recovery-image] Sep 07 00:14:35.518 INFO O| Sep 07 00:14:35.518 INFO STEP 105 (remove_files) COMPLETE
60762026-09-07T00:14:36.779Z[ recovery-image] Sep 07 00:14:35.518 INFO O| Sep 07 00:14:35.518 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-09-07T00:14:36.789Z[ recovery-image] Sep 07 00:14:35.528 INFO O| Sep 07 00:14:35.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60782026-09-07T00:14:36.789Z[ recovery-image] Sep 07 00:14:35.528 INFO O| Sep 07 00:14:35.528 INFO STEP 106 (remove_files) COMPLETE
60792026-09-07T00:14:36.789Z[ recovery-image] Sep 07 00:14:35.528 INFO O| Sep 07 00:14:35.528 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-09-07T00:14:36.800Z[ recovery-image] Sep 07 00:14:35.539 INFO O| Sep 07 00:14:35.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60812026-09-07T00:14:36.804Z[ recovery-image] Sep 07 00:14:35.539 INFO O| Sep 07 00:14:35.539 INFO STEP 107 (remove_files) COMPLETE
60822026-09-07T00:14:36.804Z[ recovery-image] Sep 07 00:14:35.539 INFO O| Sep 07 00:14:35.539 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-09-07T00:14:36.811Z[ recovery-image] Sep 07 00:14:35.549 INFO O| Sep 07 00:14:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60842026-09-07T00:14:36.811Z[ recovery-image] Sep 07 00:14:35.549 INFO O| Sep 07 00:14:35.549 INFO STEP 108 (remove_files) COMPLETE
60852026-09-07T00:14:36.811Z[ recovery-image] Sep 07 00:14:35.549 INFO O| Sep 07 00:14:35.549 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-09-07T00:14:36.820Z[ recovery-image] Sep 07 00:14:35.559 INFO O| Sep 07 00:14:35.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60872026-09-07T00:14:36.820Z[ recovery-image] Sep 07 00:14:35.559 INFO O| Sep 07 00:14:35.559 INFO STEP 109 (remove_files) COMPLETE
60882026-09-07T00:14:36.820Z[ recovery-image] Sep 07 00:14:35.559 INFO O| Sep 07 00:14:35.559 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-09-07T00:14:36.824Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
60902026-09-07T00:14:36.831Z[ recovery-image] Sep 07 00:14:35.570 INFO O| Sep 07 00:14:35.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60912026-09-07T00:14:36.831Z[ recovery-image] Sep 07 00:14:35.570 INFO O| Sep 07 00:14:35.570 INFO STEP 110 (remove_files) COMPLETE
60922026-09-07T00:14:36.835Z[ recovery-image] Sep 07 00:14:35.570 INFO O| Sep 07 00:14:35.570 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-07T00:14:36.841Z[ recovery-image] Sep 07 00:14:35.580 INFO O| Sep 07 00:14:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60942026-09-07T00:14:36.841Z[ recovery-image] Sep 07 00:14:35.580 INFO O| Sep 07 00:14:35.580 INFO STEP 111 (remove_files) COMPLETE
60952026-09-07T00:14:36.841Z[ recovery-image] Sep 07 00:14:35.580 INFO O| Sep 07 00:14:35.580 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-07T00:14:36.846Z[verify-libraries] Compiling fs-err v2.11.0
60972026-09-07T00:14:36.851Z[ recovery-image] Sep 07 00:14:35.591 INFO O| Sep 07 00:14:35.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60982026-09-07T00:14:36.851Z[ recovery-image] Sep 07 00:14:35.591 INFO O| Sep 07 00:14:35.591 INFO STEP 112 (remove_files) COMPLETE
60992026-09-07T00:14:36.855Z[ recovery-image] Sep 07 00:14:35.591 INFO O| Sep 07 00:14:35.591 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-07T00:14:36.862Z[ recovery-image] Sep 07 00:14:35.601 INFO O| Sep 07 00:14:35.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
61012026-09-07T00:14:36.862Z[ recovery-image] Sep 07 00:14:35.601 INFO O| Sep 07 00:14:35.601 INFO STEP 113 (remove_files) COMPLETE
61022026-09-07T00:14:36.863Z[ recovery-image] Sep 07 00:14:35.601 INFO O| Sep 07 00:14:35.601 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-07T00:14:36.873Z[ recovery-image] Sep 07 00:14:35.612 INFO O| Sep 07 00:14:35.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
61042026-09-07T00:14:36.873Z[ recovery-image] Sep 07 00:14:35.612 INFO O| Sep 07 00:14:35.612 INFO STEP 114 (remove_files) COMPLETE
61052026-09-07T00:14:36.873Z[ recovery-image] Sep 07 00:14:35.612 INFO O| Sep 07 00:14:35.612 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-07T00:14:36.882Z[ recovery-image] Sep 07 00:14:35.621 INFO O| Sep 07 00:14:35.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
61072026-09-07T00:14:36.883Z[ recovery-image] Sep 07 00:14:35.622 INFO O| Sep 07 00:14:35.621 INFO STEP 115 (remove_files) COMPLETE
61082026-09-07T00:14:36.886Z[ recovery-image] Sep 07 00:14:35.622 INFO O| Sep 07 00:14:35.622 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-07T00:14:36.891Z[ recovery-image] Sep 07 00:14:35.630 INFO O| Sep 07 00:14:35.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
61102026-09-07T00:14:36.891Z[ recovery-image] Sep 07 00:14:35.630 INFO O| Sep 07 00:14:35.630 INFO STEP 116 (remove_files) COMPLETE
61112026-09-07T00:14:36.895Z[ recovery-image] Sep 07 00:14:35.630 INFO O| Sep 07 00:14:35.630 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-07T00:14:36.899Z[ recovery-image] Sep 07 00:14:35.638 INFO O| Sep 07 00:14:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
61132026-09-07T00:14:36.899Z[ recovery-image] Sep 07 00:14:35.638 INFO O| Sep 07 00:14:35.638 INFO STEP 117 (remove_files) COMPLETE
61142026-09-07T00:14:36.903Z[ recovery-image] Sep 07 00:14:35.638 INFO O| Sep 07 00:14:35.638 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-07T00:14:36.911Z[ recovery-image] Sep 07 00:14:35.649 INFO O| Sep 07 00:14:35.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
61162026-09-07T00:14:36.911Z[ recovery-image] Sep 07 00:14:35.649 INFO O| Sep 07 00:14:35.649 INFO STEP 118 (remove_files) COMPLETE
61172026-09-07T00:14:36.911Z[ recovery-image] Sep 07 00:14:35.649 INFO O| Sep 07 00:14:35.649 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-07T00:14:36.922Z[ recovery-image] Sep 07 00:14:35.658 INFO O| Sep 07 00:14:35.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
61192026-09-07T00:14:36.923Z[ recovery-image] Sep 07 00:14:35.659 INFO O| Sep 07 00:14:35.658 INFO STEP 119 (remove_files) COMPLETE
61202026-09-07T00:14:36.923Z[ recovery-image] Sep 07 00:14:35.659 INFO O| Sep 07 00:14:35.658 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-07T00:14:36.929Z[ recovery-image] Sep 07 00:14:35.668 INFO O| Sep 07 00:14:35.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
61222026-09-07T00:14:36.929Z[ recovery-image] Sep 07 00:14:35.668 INFO O| Sep 07 00:14:35.668 INFO STEP 120 (remove_files) COMPLETE
61232026-09-07T00:14:36.929Z[ recovery-image] Sep 07 00:14:35.668 INFO O| Sep 07 00:14:35.668 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-07T00:14:36.938Z[ recovery-image] Sep 07 00:14:35.677 INFO O| Sep 07 00:14:35.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
61252026-09-07T00:14:36.938Z[ recovery-image] Sep 07 00:14:35.677 INFO O| Sep 07 00:14:35.677 INFO STEP 121 (remove_files) COMPLETE
61262026-09-07T00:14:36.938Z[ recovery-image] Sep 07 00:14:35.677 INFO O| Sep 07 00:14:35.677 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-07T00:14:36.947Z[ recovery-image] Sep 07 00:14:35.686 INFO O| Sep 07 00:14:35.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
61282026-09-07T00:14:36.947Z[ recovery-image] Sep 07 00:14:35.686 INFO O| Sep 07 00:14:35.686 INFO STEP 122 (remove_files) COMPLETE
61292026-09-07T00:14:36.947Z[ recovery-image] Sep 07 00:14:35.686 INFO O| Sep 07 00:14:35.686 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-07T00:14:36.955Z[ recovery-image] Sep 07 00:14:35.695 INFO O| Sep 07 00:14:35.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
61312026-09-07T00:14:36.956Z[ recovery-image] Sep 07 00:14:35.695 INFO O| Sep 07 00:14:35.695 INFO STEP 123 (remove_files) COMPLETE
61322026-09-07T00:14:36.956Z[ recovery-image] Sep 07 00:14:35.695 INFO O| Sep 07 00:14:35.695 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-07T00:14:36.965Z[ recovery-image] Sep 07 00:14:35.703 INFO O| Sep 07 00:14:35.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
61342026-09-07T00:14:36.965Z[ recovery-image] Sep 07 00:14:35.703 INFO O| Sep 07 00:14:35.703 INFO STEP 124 (remove_files) COMPLETE
61352026-09-07T00:14:36.965Z[ recovery-image] Sep 07 00:14:35.703 INFO O| Sep 07 00:14:35.703 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-07T00:14:36.973Z[ recovery-image] Sep 07 00:14:35.713 INFO O| Sep 07 00:14:35.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
61372026-09-07T00:14:36.974Z[ recovery-image] Sep 07 00:14:35.713 INFO O| Sep 07 00:14:35.713 INFO STEP 125 (remove_files) COMPLETE
61382026-09-07T00:14:36.974Z[ recovery-image] Sep 07 00:14:35.713 INFO O| Sep 07 00:14:35.713 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-07T00:14:36.983Z[ recovery-image] Sep 07 00:14:35.722 INFO O| Sep 07 00:14:35.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61402026-09-07T00:14:36.983Z[ recovery-image] Sep 07 00:14:35.722 INFO O| Sep 07 00:14:35.722 INFO STEP 126 (remove_files) COMPLETE
61412026-09-07T00:14:36.983Z[ recovery-image] Sep 07 00:14:35.722 INFO O| Sep 07 00:14:35.722 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-07T00:14:36.992Z[ recovery-image] Sep 07 00:14:35.731 INFO O| Sep 07 00:14:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
61432026-09-07T00:14:36.992Z[ recovery-image] Sep 07 00:14:35.731 INFO O| Sep 07 00:14:35.731 INFO STEP 127 (remove_files) COMPLETE
61442026-09-07T00:14:36.996Z[ recovery-image] Sep 07 00:14:35.731 INFO O| Sep 07 00:14:35.731 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-07T00:14:37.003Z[ recovery-image] Sep 07 00:14:35.742 INFO O| Sep 07 00:14:35.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
61462026-09-07T00:14:37.003Z[ recovery-image] Sep 07 00:14:35.742 INFO O| Sep 07 00:14:35.742 INFO STEP 128 (remove_files) COMPLETE
61472026-09-07T00:14:37.006Z[ recovery-image] Sep 07 00:14:35.742 INFO O| Sep 07 00:14:35.742 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-07T00:14:37.013Z[ recovery-image] Sep 07 00:14:35.752 INFO O| Sep 07 00:14:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
61492026-09-07T00:14:37.013Z[ recovery-image] Sep 07 00:14:35.752 INFO O| Sep 07 00:14:35.752 INFO STEP 129 (remove_files) COMPLETE
61502026-09-07T00:14:37.013Z[ recovery-image] Sep 07 00:14:35.752 INFO O| Sep 07 00:14:35.752 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-07T00:14:37.022Z[ recovery-image] Sep 07 00:14:35.762 INFO O| Sep 07 00:14:35.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
61522026-09-07T00:14:37.023Z[ recovery-image] Sep 07 00:14:35.762 INFO O| Sep 07 00:14:35.762 INFO STEP 130 (remove_files) COMPLETE
61532026-09-07T00:14:37.023Z[ recovery-image] Sep 07 00:14:35.762 INFO O| Sep 07 00:14:35.762 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-07T00:14:37.031Z[ recovery-image] Sep 07 00:14:35.771 INFO O| Sep 07 00:14:35.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
61552026-09-07T00:14:37.031Z[ recovery-image] Sep 07 00:14:35.771 INFO O| Sep 07 00:14:35.771 INFO STEP 131 (remove_files) COMPLETE
61562026-09-07T00:14:37.032Z[ recovery-image] Sep 07 00:14:35.771 INFO O| Sep 07 00:14:35.771 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-07T00:14:37.040Z[ recovery-image] Sep 07 00:14:35.779 INFO O| Sep 07 00:14:35.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
61582026-09-07T00:14:37.040Z[ recovery-image] Sep 07 00:14:35.779 INFO O| Sep 07 00:14:35.779 INFO STEP 132 (remove_files) COMPLETE
61592026-09-07T00:14:37.040Z[ recovery-image] Sep 07 00:14:35.779 INFO O| Sep 07 00:14:35.779 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-07T00:14:37.051Z[ recovery-image] Sep 07 00:14:35.790 INFO O| Sep 07 00:14:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
61612026-09-07T00:14:37.052Z[ recovery-image] Sep 07 00:14:35.790 INFO O| Sep 07 00:14:35.790 INFO STEP 133 (remove_files) COMPLETE
61622026-09-07T00:14:37.052Z[ recovery-image] Sep 07 00:14:35.790 INFO O| Sep 07 00:14:35.790 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-07T00:14:37.066Z[ recovery-image] Sep 07 00:14:35.800 INFO O| Sep 07 00:14:35.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
61642026-09-07T00:14:37.066Z[ recovery-image] Sep 07 00:14:35.800 INFO O| Sep 07 00:14:35.800 INFO STEP 134 (remove_files) COMPLETE
61652026-09-07T00:14:37.066Z[ recovery-image] Sep 07 00:14:35.800 INFO O| Sep 07 00:14:35.800 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-07T00:14:37.070Z[ recovery-image] Sep 07 00:14:35.810 INFO O| Sep 07 00:14:35.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
61672026-09-07T00:14:37.071Z[ recovery-image] Sep 07 00:14:35.810 INFO O| Sep 07 00:14:35.810 INFO STEP 135 (remove_files) COMPLETE
61682026-09-07T00:14:37.071Z[ recovery-image] Sep 07 00:14:35.810 INFO O| Sep 07 00:14:35.810 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-07T00:14:37.082Z[ recovery-image] Sep 07 00:14:35.821 INFO O| Sep 07 00:14:35.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61702026-09-07T00:14:37.082Z[ recovery-image] Sep 07 00:14:35.821 INFO O| Sep 07 00:14:35.821 INFO STEP 136 (remove_files) COMPLETE
61712026-09-07T00:14:37.082Z[ recovery-image] Sep 07 00:14:35.821 INFO O| Sep 07 00:14:35.821 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-07T00:14:37.092Z[ recovery-image] Sep 07 00:14:35.831 INFO O| Sep 07 00:14:35.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61732026-09-07T00:14:37.093Z[ recovery-image] Sep 07 00:14:35.831 INFO O| Sep 07 00:14:35.831 INFO STEP 137 (remove_files) COMPLETE
61742026-09-07T00:14:37.097Z[ recovery-image] Sep 07 00:14:35.831 INFO O| Sep 07 00:14:35.831 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-07T00:14:37.103Z[ recovery-image] Sep 07 00:14:35.841 INFO O| Sep 07 00:14:35.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61762026-09-07T00:14:37.103Z[ recovery-image] Sep 07 00:14:35.841 INFO O| Sep 07 00:14:35.841 INFO STEP 138 (remove_files) COMPLETE
61772026-09-07T00:14:37.103Z[ recovery-image] Sep 07 00:14:35.841 INFO O| Sep 07 00:14:35.841 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-07T00:14:37.112Z[ recovery-image] Sep 07 00:14:35.851 INFO O| Sep 07 00:14:35.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61792026-09-07T00:14:37.112Z[ recovery-image] Sep 07 00:14:35.851 INFO O| Sep 07 00:14:35.851 INFO STEP 139 (remove_files) COMPLETE
61802026-09-07T00:14:37.116Z[ recovery-image] Sep 07 00:14:35.851 INFO O| Sep 07 00:14:35.851 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-07T00:14:37.123Z[ recovery-image] Sep 07 00:14:35.862 INFO O| Sep 07 00:14:35.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61822026-09-07T00:14:37.123Z[ recovery-image] Sep 07 00:14:35.862 INFO O| Sep 07 00:14:35.862 INFO STEP 140 (remove_files) COMPLETE
61832026-09-07T00:14:37.123Z[ recovery-image] Sep 07 00:14:35.862 INFO O| Sep 07 00:14:35.862 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-07T00:14:37.127Z[verify-libraries] Compiling internet-checksum v0.2.1
61852026-09-07T00:14:37.133Z[ recovery-image] Sep 07 00:14:35.872 INFO O| Sep 07 00:14:35.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61862026-09-07T00:14:37.133Z[ recovery-image] Sep 07 00:14:35.872 INFO O| Sep 07 00:14:35.872 INFO STEP 141 (remove_files) COMPLETE
61872026-09-07T00:14:37.137Z[ recovery-image] Sep 07 00:14:35.872 INFO O| Sep 07 00:14:35.872 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-07T00:14:37.143Z[ recovery-image] Sep 07 00:14:35.882 INFO O| Sep 07 00:14:35.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61892026-09-07T00:14:37.143Z[ recovery-image] Sep 07 00:14:35.882 INFO O| Sep 07 00:14:35.882 INFO STEP 142 (remove_files) COMPLETE
61902026-09-07T00:14:37.147Z[ recovery-image] Sep 07 00:14:35.882 INFO O| Sep 07 00:14:35.882 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-07T00:14:37.153Z[ recovery-image] Sep 07 00:14:35.892 INFO O| Sep 07 00:14:35.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61922026-09-07T00:14:37.153Z[ recovery-image] Sep 07 00:14:35.892 INFO O| Sep 07 00:14:35.892 INFO STEP 143 (remove_files) COMPLETE
61932026-09-07T00:14:37.153Z[ recovery-image] Sep 07 00:14:35.892 INFO O| Sep 07 00:14:35.892 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-07T00:14:37.164Z[ recovery-image] Sep 07 00:14:35.903 INFO O| Sep 07 00:14:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61952026-09-07T00:14:37.164Z[ recovery-image] Sep 07 00:14:35.903 INFO O| Sep 07 00:14:35.903 INFO STEP 144 (remove_files) COMPLETE
61962026-09-07T00:14:37.168Z[ recovery-image] Sep 07 00:14:35.903 INFO O| Sep 07 00:14:35.903 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-07T00:14:37.174Z[ recovery-image] Sep 07 00:14:35.913 INFO O| Sep 07 00:14:35.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61982026-09-07T00:14:37.176Z[ recovery-image] Sep 07 00:14:35.913 INFO O| Sep 07 00:14:35.913 INFO STEP 145 (remove_files) COMPLETE
61992026-09-07T00:14:37.176Z[ recovery-image] Sep 07 00:14:35.913 INFO O| Sep 07 00:14:35.913 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-07T00:14:37.183Z[ recovery-image] Sep 07 00:14:35.922 INFO O| Sep 07 00:14:35.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
62012026-09-07T00:14:37.183Z[ recovery-image] Sep 07 00:14:35.922 INFO O| Sep 07 00:14:35.922 INFO STEP 146 (remove_files) COMPLETE
62022026-09-07T00:14:37.187Z[ recovery-image] Sep 07 00:14:35.922 INFO O| Sep 07 00:14:35.922 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-07T00:14:37.191Z[ recovery-image] Sep 07 00:14:35.930 INFO O| Sep 07 00:14:35.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
62042026-09-07T00:14:37.191Z[ recovery-image] Sep 07 00:14:35.930 INFO O| Sep 07 00:14:35.930 INFO STEP 147 (remove_files) COMPLETE
62052026-09-07T00:14:37.191Z[ recovery-image] Sep 07 00:14:35.930 INFO O| Sep 07 00:14:35.930 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-07T00:14:37.204Z[ recovery-image] Sep 07 00:14:35.943 INFO O| Sep 07 00:14:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
62072026-09-07T00:14:37.204Z[ recovery-image] Sep 07 00:14:35.943 INFO O| Sep 07 00:14:35.943 INFO STEP 148 (remove_files) COMPLETE
62082026-09-07T00:14:37.208Z[ recovery-image] Sep 07 00:14:35.943 INFO O| Sep 07 00:14:35.943 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-07T00:14:37.215Z[ recovery-image] Sep 07 00:14:35.954 INFO O| Sep 07 00:14:35.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
62102026-09-07T00:14:37.215Z[ recovery-image] Sep 07 00:14:35.954 INFO O| Sep 07 00:14:35.954 INFO STEP 149 (remove_files) COMPLETE
62112026-09-07T00:14:37.215Z[ recovery-image] Sep 07 00:14:35.954 INFO O| Sep 07 00:14:35.954 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-07T00:14:37.226Z[ recovery-image] Sep 07 00:14:35.965 INFO O| Sep 07 00:14:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
62132026-09-07T00:14:37.227Z[ recovery-image] Sep 07 00:14:35.965 INFO O| Sep 07 00:14:35.965 INFO STEP 150 (remove_files) COMPLETE
62142026-09-07T00:14:37.227Z[ recovery-image] Sep 07 00:14:35.965 INFO O| Sep 07 00:14:35.965 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-07T00:14:37.238Z[ recovery-image] Sep 07 00:14:35.976 INFO O| Sep 07 00:14:35.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
62162026-09-07T00:14:37.238Z[ recovery-image] Sep 07 00:14:35.976 INFO O| Sep 07 00:14:35.976 INFO STEP 151 (remove_files) COMPLETE
62172026-09-07T00:14:37.238Z[ recovery-image] Sep 07 00:14:35.976 INFO O| Sep 07 00:14:35.976 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-07T00:14:37.249Z[ recovery-image] Sep 07 00:14:35.988 INFO O| Sep 07 00:14:35.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
62192026-09-07T00:14:37.249Z[ recovery-image] Sep 07 00:14:35.988 INFO O| Sep 07 00:14:35.988 INFO STEP 152 (remove_files) COMPLETE
62202026-09-07T00:14:37.249Z[ recovery-image] Sep 07 00:14:35.988 INFO O| Sep 07 00:14:35.988 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-07T00:14:37.260Z[ recovery-image] Sep 07 00:14:35.999 INFO O| Sep 07 00:14:35.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
62222026-09-07T00:14:37.260Z[ recovery-image] Sep 07 00:14:35.999 INFO O| Sep 07 00:14:35.999 INFO STEP 153 (remove_files) COMPLETE
62232026-09-07T00:14:37.263Z[ recovery-image] Sep 07 00:14:35.999 INFO O| Sep 07 00:14:35.999 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-07T00:14:37.273Z[ recovery-image] Sep 07 00:14:36.012 INFO O| Sep 07 00:14:36.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
62252026-09-07T00:14:37.273Z[ recovery-image] Sep 07 00:14:36.012 INFO O| Sep 07 00:14:36.012 INFO STEP 154 (remove_files) COMPLETE
62262026-09-07T00:14:37.277Z[ recovery-image] Sep 07 00:14:36.012 INFO O| Sep 07 00:14:36.012 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-07T00:14:37.286Z[ recovery-image] Sep 07 00:14:36.024 INFO O| Sep 07 00:14:36.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
62282026-09-07T00:14:37.286Z[ recovery-image] Sep 07 00:14:36.024 INFO O| Sep 07 00:14:36.023 INFO STEP 155 (remove_files) COMPLETE
62292026-09-07T00:14:37.290Z[ recovery-image] Sep 07 00:14:36.024 INFO O| Sep 07 00:14:36.023 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-07T00:14:37.295Z[ recovery-image] Sep 07 00:14:36.034 INFO O| Sep 07 00:14:36.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
62312026-09-07T00:14:37.295Z[ recovery-image] Sep 07 00:14:36.034 INFO O| Sep 07 00:14:36.034 INFO STEP 156 (remove_files) COMPLETE
62322026-09-07T00:14:37.295Z[ recovery-image] Sep 07 00:14:36.034 INFO O| Sep 07 00:14:36.034 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-07T00:14:37.306Z[ recovery-image] Sep 07 00:14:36.044 INFO O| Sep 07 00:14:36.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
62342026-09-07T00:14:37.306Z[ recovery-image] Sep 07 00:14:36.044 INFO O| Sep 07 00:14:36.044 INFO STEP 157 (remove_files) COMPLETE
62352026-09-07T00:14:37.310Z[ recovery-image] Sep 07 00:14:36.044 INFO O| Sep 07 00:14:36.044 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-07T00:14:37.316Z[ recovery-image] Sep 07 00:14:36.055 INFO O| Sep 07 00:14:36.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
62372026-09-07T00:14:37.316Z[ recovery-image] Sep 07 00:14:36.055 INFO O| Sep 07 00:14:36.055 INFO STEP 158 (remove_files) COMPLETE
62382026-09-07T00:14:37.320Z[ recovery-image] Sep 07 00:14:36.055 INFO O| Sep 07 00:14:36.055 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-07T00:14:37.347Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
62402026-09-07T00:14:37.351Z[ recovery-image] Sep 07 00:14:36.088 INFO O| Sep 07 00:14:36.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62412026-09-07T00:14:37.351Z[ recovery-image] Sep 07 00:14:36.089 INFO O| Sep 07 00:14:36.089 INFO STEP 159 (remove_files) COMPLETE
62422026-09-07T00:14:37.351Z[ recovery-image] Sep 07 00:14:36.089 INFO O| Sep 07 00:14:36.089 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-09-07T00:14:37.368Z[ recovery-image] Sep 07 00:14:36.107 INFO O| Sep 07 00:14:36.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62442026-09-07T00:14:37.368Z[ recovery-image] Sep 07 00:14:36.107 INFO O| Sep 07 00:14:36.099 INFO STEP 160 (remove_files) COMPLETE
62452026-09-07T00:14:37.368Z[ recovery-image] Sep 07 00:14:36.107 INFO O| Sep 07 00:14:36.099 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-09-07T00:14:37.372Z[ recovery-image] Sep 07 00:14:36.110 INFO O| Sep 07 00:14:36.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
62472026-09-07T00:14:37.372Z[ recovery-image] Sep 07 00:14:36.110 INFO O| Sep 07 00:14:36.110 INFO STEP 161 (remove_files) COMPLETE
62482026-09-07T00:14:37.372Z[ recovery-image] Sep 07 00:14:36.110 INFO O| Sep 07 00:14:36.110 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-09-07T00:14:37.380Z[ recovery-image] Sep 07 00:14:36.119 INFO O| Sep 07 00:14:36.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
62502026-09-07T00:14:37.384Z[ recovery-image] Sep 07 00:14:36.120 INFO O| Sep 07 00:14:36.120 INFO STEP 162 (remove_files) COMPLETE
62512026-09-07T00:14:37.384Z[ recovery-image] Sep 07 00:14:36.120 INFO O| Sep 07 00:14:36.120 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-09-07T00:14:37.431Z[ recovery-image] Sep 07 00:14:36.170 INFO O| Sep 07 00:14:36.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
62532026-09-07T00:14:37.437Z[ recovery-image] Sep 07 00:14:36.176 INFO O| Sep 07 00:14:36.176 INFO STEP 163 (remove_files) COMPLETE
62542026-09-07T00:14:37.437Z[ recovery-image] Sep 07 00:14:36.176 INFO O| Sep 07 00:14:36.176 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-09-07T00:14:37.447Z[ recovery-image] Sep 07 00:14:36.186 INFO O| Sep 07 00:14:36.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
62562026-09-07T00:14:37.447Z[ recovery-image] Sep 07 00:14:36.186 INFO O| Sep 07 00:14:36.186 INFO STEP 164 (remove_files) COMPLETE
62572026-09-07T00:14:37.448Z[ recovery-image] Sep 07 00:14:36.186 INFO O| Sep 07 00:14:36.186 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-09-07T00:14:37.458Z[ recovery-image] Sep 07 00:14:36.197 INFO O| Sep 07 00:14:36.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
62592026-09-07T00:14:37.458Z[ recovery-image] Sep 07 00:14:36.197 INFO O| Sep 07 00:14:36.197 INFO STEP 165 (remove_files) COMPLETE
62602026-09-07T00:14:37.458Z[ recovery-image] Sep 07 00:14:36.197 INFO O| Sep 07 00:14:36.197 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-09-07T00:14:37.468Z[ recovery-image] Sep 07 00:14:36.207 INFO O| Sep 07 00:14:36.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
62622026-09-07T00:14:37.469Z[ recovery-image] Sep 07 00:14:36.208 INFO O| Sep 07 00:14:36.208 INFO STEP 166 (remove_files) COMPLETE
62632026-09-07T00:14:37.469Z[ recovery-image] Sep 07 00:14:36.208 INFO O| Sep 07 00:14:36.208 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-09-07T00:14:37.480Z[ recovery-image] Sep 07 00:14:36.219 INFO O| Sep 07 00:14:36.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
62652026-09-07T00:14:37.480Z[ recovery-image] Sep 07 00:14:36.219 INFO O| Sep 07 00:14:36.219 INFO STEP 167 (remove_files) COMPLETE
62662026-09-07T00:14:37.480Z[ recovery-image] Sep 07 00:14:36.219 INFO O| Sep 07 00:14:36.219 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-09-07T00:14:37.491Z[ recovery-image] Sep 07 00:14:36.229 INFO O| Sep 07 00:14:36.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
62682026-09-07T00:14:37.491Z[ recovery-image] Sep 07 00:14:36.230 INFO O| Sep 07 00:14:36.230 INFO STEP 168 (remove_files) COMPLETE
62692026-09-07T00:14:37.491Z[ recovery-image] Sep 07 00:14:36.230 INFO O| Sep 07 00:14:36.230 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-09-07T00:14:37.502Z[ recovery-image] Sep 07 00:14:36.240 INFO O| Sep 07 00:14:36.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62712026-09-07T00:14:37.506Z[ recovery-image] Sep 07 00:14:36.241 INFO O| Sep 07 00:14:36.241 INFO STEP 169 (remove_files) COMPLETE
62722026-09-07T00:14:37.506Z[ recovery-image] Sep 07 00:14:36.241 INFO O| Sep 07 00:14:36.241 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-09-07T00:14:37.513Z[ recovery-image] Sep 07 00:14:36.252 INFO O| Sep 07 00:14:36.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62742026-09-07T00:14:37.513Z[ recovery-image] Sep 07 00:14:36.252 INFO O| Sep 07 00:14:36.252 INFO STEP 170 (remove_files) COMPLETE
62752026-09-07T00:14:37.517Z[ recovery-image] Sep 07 00:14:36.252 INFO O| Sep 07 00:14:36.252 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-09-07T00:14:37.522Z[ recovery-image] Sep 07 00:14:36.262 INFO O| Sep 07 00:14:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62772026-09-07T00:14:37.523Z[ recovery-image] Sep 07 00:14:36.262 INFO O| Sep 07 00:14:36.262 INFO STEP 171 (remove_files) COMPLETE
62782026-09-07T00:14:37.526Z[ recovery-image] Sep 07 00:14:36.262 INFO O| Sep 07 00:14:36.262 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-09-07T00:14:37.532Z[ recovery-image] Sep 07 00:14:36.271 INFO O| Sep 07 00:14:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62802026-09-07T00:14:37.532Z[ recovery-image] Sep 07 00:14:36.271 INFO O| Sep 07 00:14:36.271 INFO STEP 172 (remove_files) COMPLETE
62812026-09-07T00:14:37.532Z[ recovery-image] Sep 07 00:14:36.271 INFO O| Sep 07 00:14:36.271 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-09-07T00:14:37.542Z[ recovery-image] Sep 07 00:14:36.281 INFO O| Sep 07 00:14:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62832026-09-07T00:14:37.542Z[ recovery-image] Sep 07 00:14:36.281 INFO O| Sep 07 00:14:36.281 INFO STEP 173 (remove_files) COMPLETE
62842026-09-07T00:14:37.542Z[ recovery-image] Sep 07 00:14:36.281 INFO O| Sep 07 00:14:36.281 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-09-07T00:14:37.551Z[ recovery-image] Sep 07 00:14:36.290 INFO O| Sep 07 00:14:36.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62862026-09-07T00:14:37.552Z[ recovery-image] Sep 07 00:14:36.290 INFO O| Sep 07 00:14:36.290 INFO STEP 174 (remove_files) COMPLETE
62872026-09-07T00:14:37.552Z[ recovery-image] Sep 07 00:14:36.290 INFO O| Sep 07 00:14:36.290 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-09-07T00:14:37.560Z[ recovery-image] Sep 07 00:14:36.299 INFO O| Sep 07 00:14:36.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62892026-09-07T00:14:37.560Z[ recovery-image] Sep 07 00:14:36.299 INFO O| Sep 07 00:14:36.299 INFO STEP 175 (remove_files) COMPLETE
62902026-09-07T00:14:37.560Z[ recovery-image] Sep 07 00:14:36.299 INFO O| Sep 07 00:14:36.299 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-09-07T00:14:37.570Z[ recovery-image] Sep 07 00:14:36.309 INFO O| Sep 07 00:14:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62922026-09-07T00:14:37.570Z[ recovery-image] Sep 07 00:14:36.309 INFO O| Sep 07 00:14:36.309 INFO STEP 176 (remove_files) COMPLETE
62932026-09-07T00:14:37.574Z[ recovery-image] Sep 07 00:14:36.309 INFO O| Sep 07 00:14:36.309 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-09-07T00:14:37.579Z[ recovery-image] Sep 07 00:14:36.318 INFO O| Sep 07 00:14:36.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62952026-09-07T00:14:37.579Z[ recovery-image] Sep 07 00:14:36.318 INFO O| Sep 07 00:14:36.318 INFO STEP 177 (remove_files) COMPLETE
62962026-09-07T00:14:37.582Z[ recovery-image] Sep 07 00:14:36.318 INFO O| Sep 07 00:14:36.318 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-09-07T00:14:37.587Z[ recovery-image] Sep 07 00:14:36.326 INFO O| Sep 07 00:14:36.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62982026-09-07T00:14:37.587Z[ recovery-image] Sep 07 00:14:36.327 INFO O| Sep 07 00:14:36.326 INFO STEP 178 (remove_files) COMPLETE
62992026-09-07T00:14:37.591Z[ recovery-image] Sep 07 00:14:36.327 INFO O| Sep 07 00:14:36.326 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-09-07T00:14:37.596Z[ recovery-image] Sep 07 00:14:36.335 INFO O| Sep 07 00:14:36.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
63012026-09-07T00:14:37.596Z[ recovery-image] Sep 07 00:14:36.335 INFO O| Sep 07 00:14:36.335 INFO STEP 179 (remove_files) COMPLETE
63022026-09-07T00:14:37.600Z[ recovery-image] Sep 07 00:14:36.335 INFO O| Sep 07 00:14:36.335 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-07T00:14:37.606Z[ recovery-image] Sep 07 00:14:36.345 INFO O| Sep 07 00:14:36.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
63042026-09-07T00:14:37.606Z[ recovery-image] Sep 07 00:14:36.345 INFO O| Sep 07 00:14:36.345 INFO STEP 180 (remove_files) COMPLETE
63052026-09-07T00:14:37.610Z[ recovery-image] Sep 07 00:14:36.345 INFO O| Sep 07 00:14:36.345 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-07T00:14:37.616Z[ recovery-image] Sep 07 00:14:36.355 INFO O| Sep 07 00:14:36.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
63072026-09-07T00:14:37.616Z[ recovery-image] Sep 07 00:14:36.355 INFO O| Sep 07 00:14:36.355 INFO STEP 181 (remove_files) COMPLETE
63082026-09-07T00:14:37.616Z[ recovery-image] Sep 07 00:14:36.355 INFO O| Sep 07 00:14:36.355 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-07T00:14:37.626Z[ recovery-image] Sep 07 00:14:36.365 INFO O| Sep 07 00:14:36.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
63102026-09-07T00:14:37.626Z[ recovery-image] Sep 07 00:14:36.365 INFO O| Sep 07 00:14:36.365 INFO STEP 182 (remove_files) COMPLETE
63112026-09-07T00:14:37.630Z[ recovery-image] Sep 07 00:14:36.365 INFO O| Sep 07 00:14:36.365 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-07T00:14:37.636Z[ recovery-image] Sep 07 00:14:36.375 INFO O| Sep 07 00:14:36.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
63132026-09-07T00:14:37.636Z[ recovery-image] Sep 07 00:14:36.375 INFO O| Sep 07 00:14:36.375 INFO STEP 183 (remove_files) COMPLETE
63142026-09-07T00:14:37.639Z[ recovery-image] Sep 07 00:14:36.375 INFO O| Sep 07 00:14:36.375 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-07T00:14:37.645Z[ recovery-image] Sep 07 00:14:36.384 INFO O| Sep 07 00:14:36.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
63162026-09-07T00:14:37.645Z[ recovery-image] Sep 07 00:14:36.384 INFO O| Sep 07 00:14:36.384 INFO STEP 184 (remove_files) COMPLETE
63172026-09-07T00:14:37.645Z[ recovery-image] Sep 07 00:14:36.384 INFO O| Sep 07 00:14:36.384 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-07T00:14:37.654Z[ recovery-image] Sep 07 00:14:36.393 INFO O| Sep 07 00:14:36.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
63192026-09-07T00:14:37.654Z[ recovery-image] Sep 07 00:14:36.393 INFO O| Sep 07 00:14:36.393 INFO STEP 185 (remove_files) COMPLETE
63202026-09-07T00:14:37.654Z[ recovery-image] Sep 07 00:14:36.393 INFO O| Sep 07 00:14:36.393 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-07T00:14:37.663Z[ recovery-image] Sep 07 00:14:36.402 INFO O| Sep 07 00:14:36.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
63222026-09-07T00:14:37.664Z[ recovery-image] Sep 07 00:14:36.402 INFO O| Sep 07 00:14:36.402 INFO STEP 186 (remove_files) COMPLETE
63232026-09-07T00:14:37.667Z[ recovery-image] Sep 07 00:14:36.402 INFO O| Sep 07 00:14:36.402 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-07T00:14:37.672Z[ recovery-image] Sep 07 00:14:36.411 INFO O| Sep 07 00:14:36.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
63252026-09-07T00:14:37.672Z[ recovery-image] Sep 07 00:14:36.411 INFO O| Sep 07 00:14:36.411 INFO STEP 187 (remove_files) COMPLETE
63262026-09-07T00:14:37.676Z[ recovery-image] Sep 07 00:14:36.411 INFO O| Sep 07 00:14:36.411 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-07T00:14:37.682Z[ recovery-image] Sep 07 00:14:36.421 INFO O| Sep 07 00:14:36.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
63282026-09-07T00:14:37.682Z[ recovery-image] Sep 07 00:14:36.421 INFO O| Sep 07 00:14:36.421 INFO STEP 188 (remove_files) COMPLETE
63292026-09-07T00:14:37.682Z[ recovery-image] Sep 07 00:14:36.421 INFO O| Sep 07 00:14:36.421 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-07T00:14:37.691Z[ recovery-image] Sep 07 00:14:36.430 INFO O| Sep 07 00:14:36.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
63312026-09-07T00:14:37.691Z[ recovery-image] Sep 07 00:14:36.430 INFO O| Sep 07 00:14:36.430 INFO STEP 189 (remove_files) COMPLETE
63322026-09-07T00:14:37.695Z[ recovery-image] Sep 07 00:14:36.430 INFO O| Sep 07 00:14:36.430 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-07T00:14:37.700Z[ recovery-image] Sep 07 00:14:36.439 INFO O| Sep 07 00:14:36.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
63342026-09-07T00:14:37.700Z[ recovery-image] Sep 07 00:14:36.439 INFO O| Sep 07 00:14:36.439 INFO STEP 190 (remove_files) COMPLETE
63352026-09-07T00:14:37.704Z[ recovery-image] Sep 07 00:14:36.439 INFO O| Sep 07 00:14:36.439 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-07T00:14:37.710Z[ recovery-image] Sep 07 00:14:36.449 INFO O| Sep 07 00:14:36.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
63372026-09-07T00:14:37.710Z[ recovery-image] Sep 07 00:14:36.449 INFO O| Sep 07 00:14:36.449 INFO STEP 191 (remove_files) COMPLETE
63382026-09-07T00:14:37.711Z[ recovery-image] Sep 07 00:14:36.449 INFO O| Sep 07 00:14:36.449 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-07T00:14:37.720Z[ recovery-image] Sep 07 00:14:36.459 INFO O| Sep 07 00:14:36.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63402026-09-07T00:14:37.720Z[ recovery-image] Sep 07 00:14:36.459 INFO O| Sep 07 00:14:36.459 INFO STEP 192 (remove_files) COMPLETE
63412026-09-07T00:14:37.720Z[ recovery-image] Sep 07 00:14:36.459 INFO O| Sep 07 00:14:36.459 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-07T00:14:37.730Z[ recovery-image] Sep 07 00:14:36.469 INFO O| Sep 07 00:14:36.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63432026-09-07T00:14:37.730Z[ recovery-image] Sep 07 00:14:36.469 INFO O| Sep 07 00:14:36.469 INFO STEP 193 (remove_files) COMPLETE
63442026-09-07T00:14:37.734Z[ recovery-image] Sep 07 00:14:36.469 INFO O| Sep 07 00:14:36.469 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-07T00:14:37.741Z[ recovery-image] Sep 07 00:14:36.480 INFO O| Sep 07 00:14:36.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
63462026-09-07T00:14:37.741Z[ recovery-image] Sep 07 00:14:36.480 INFO O| Sep 07 00:14:36.480 INFO STEP 194 (remove_files) COMPLETE
63472026-09-07T00:14:37.744Z[ recovery-image] Sep 07 00:14:36.480 INFO O| Sep 07 00:14:36.480 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-07T00:14:37.752Z[ recovery-image] Sep 07 00:14:36.491 INFO O| Sep 07 00:14:36.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
63492026-09-07T00:14:37.752Z[ recovery-image] Sep 07 00:14:36.491 INFO O| Sep 07 00:14:36.491 INFO STEP 195 (remove_files) COMPLETE
63502026-09-07T00:14:37.752Z[ recovery-image] Sep 07 00:14:36.491 INFO O| Sep 07 00:14:36.491 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-09-07T00:14:37.762Z[ recovery-image] Sep 07 00:14:36.501 INFO O| Sep 07 00:14:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
63522026-09-07T00:14:37.763Z[ recovery-image] Sep 07 00:14:36.501 INFO O| Sep 07 00:14:36.501 INFO STEP 196 (remove_files) COMPLETE
63532026-09-07T00:14:37.763Z[ recovery-image] Sep 07 00:14:36.501 INFO O| Sep 07 00:14:36.501 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-09-07T00:14:37.772Z[ recovery-image] Sep 07 00:14:36.511 INFO O| Sep 07 00:14:36.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
63552026-09-07T00:14:37.772Z[ recovery-image] Sep 07 00:14:36.511 INFO O| Sep 07 00:14:36.511 INFO STEP 197 (remove_files) COMPLETE
63562026-09-07T00:14:37.773Z[ recovery-image] Sep 07 00:14:36.511 INFO O| Sep 07 00:14:36.511 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-09-07T00:14:37.783Z[ recovery-image] Sep 07 00:14:36.522 INFO O| Sep 07 00:14:36.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
63582026-09-07T00:14:37.783Z[ recovery-image] Sep 07 00:14:36.522 INFO O| Sep 07 00:14:36.522 INFO STEP 198 (remove_files) COMPLETE
63592026-09-07T00:14:37.783Z[ recovery-image] Sep 07 00:14:36.522 INFO O| Sep 07 00:14:36.522 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-09-07T00:14:37.793Z[ recovery-image] Sep 07 00:14:36.532 INFO O| Sep 07 00:14:36.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
63612026-09-07T00:14:37.793Z[ recovery-image] Sep 07 00:14:36.532 INFO O| Sep 07 00:14:36.532 INFO STEP 199 (remove_files) COMPLETE
63622026-09-07T00:14:37.797Z[ recovery-image] Sep 07 00:14:36.532 INFO O| Sep 07 00:14:36.532 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-09-07T00:14:37.803Z[ recovery-image] Sep 07 00:14:36.542 INFO O| Sep 07 00:14:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
63642026-09-07T00:14:37.803Z[ recovery-image] Sep 07 00:14:36.542 INFO O| Sep 07 00:14:36.542 INFO STEP 200 (remove_files) COMPLETE
63652026-09-07T00:14:37.843Z[ recovery-image] Sep 07 00:14:36.542 INFO O| Sep 07 00:14:36.542 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-09-07T00:14:37.843Z[ recovery-image] Sep 07 00:14:36.553 INFO O| Sep 07 00:14:36.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
63672026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.553 INFO O| Sep 07 00:14:36.553 INFO STEP 201 (remove_files) COMPLETE
63682026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.553 INFO O| Sep 07 00:14:36.553 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.563 INFO O| Sep 07 00:14:36.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63702026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.563 INFO O| Sep 07 00:14:36.563 INFO STEP 202 (remove_files) COMPLETE
63712026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.563 INFO O| Sep 07 00:14:36.563 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.573 INFO O| Sep 07 00:14:36.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63732026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.573 INFO O| Sep 07 00:14:36.573 INFO STEP 203 (remove_files) COMPLETE
63742026-09-07T00:14:37.844Z[ recovery-image] Sep 07 00:14:36.573 INFO O| Sep 07 00:14:36.573 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-09-07T00:14:37.848Z[ recovery-image] Sep 07 00:14:36.583 INFO O| Sep 07 00:14:36.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63762026-09-07T00:14:37.849Z[ recovery-image] Sep 07 00:14:36.583 INFO O| Sep 07 00:14:36.583 INFO STEP 204 (remove_files) COMPLETE
63772026-09-07T00:14:37.850Z[ recovery-image] Sep 07 00:14:36.583 INFO O| Sep 07 00:14:36.583 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-09-07T00:14:37.854Z[ recovery-image] Sep 07 00:14:36.592 INFO O| Sep 07 00:14:36.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63792026-09-07T00:14:37.854Z[ recovery-image] Sep 07 00:14:36.592 INFO O| Sep 07 00:14:36.592 INFO STEP 205 (remove_files) COMPLETE
63802026-09-07T00:14:37.854Z[ recovery-image] Sep 07 00:14:36.592 INFO O| Sep 07 00:14:36.592 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-09-07T00:14:37.863Z[ recovery-image] Sep 07 00:14:36.602 INFO O| Sep 07 00:14:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63822026-09-07T00:14:37.864Z[ recovery-image] Sep 07 00:14:36.602 INFO O| Sep 07 00:14:36.602 INFO STEP 206 (remove_files) COMPLETE
63832026-09-07T00:14:37.864Z[ recovery-image] Sep 07 00:14:36.602 INFO O| Sep 07 00:14:36.602 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-09-07T00:14:37.873Z[ recovery-image] Sep 07 00:14:36.612 INFO O| Sep 07 00:14:36.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63852026-09-07T00:14:37.873Z[ recovery-image] Sep 07 00:14:36.612 INFO O| Sep 07 00:14:36.612 INFO STEP 207 (remove_files) COMPLETE
63862026-09-07T00:14:37.877Z[ recovery-image] Sep 07 00:14:36.612 INFO O| Sep 07 00:14:36.612 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-09-07T00:14:37.883Z[ recovery-image] Sep 07 00:14:36.621 INFO O| Sep 07 00:14:36.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63882026-09-07T00:14:37.883Z[ recovery-image] Sep 07 00:14:36.621 INFO O| Sep 07 00:14:36.621 INFO STEP 208 (remove_files) COMPLETE
63892026-09-07T00:14:37.887Z[ recovery-image] Sep 07 00:14:36.621 INFO O| Sep 07 00:14:36.621 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-09-07T00:14:37.891Z[ recovery-image] Sep 07 00:14:36.631 INFO O| Sep 07 00:14:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63912026-09-07T00:14:37.891Z[ recovery-image] Sep 07 00:14:36.631 INFO O| Sep 07 00:14:36.631 INFO STEP 209 (remove_files) COMPLETE
63922026-09-07T00:14:37.895Z[ recovery-image] Sep 07 00:14:36.631 INFO O| Sep 07 00:14:36.631 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-09-07T00:14:37.901Z[ recovery-image] Sep 07 00:14:36.640 INFO O| Sep 07 00:14:36.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63942026-09-07T00:14:37.901Z[ recovery-image] Sep 07 00:14:36.640 INFO O| Sep 07 00:14:36.640 INFO STEP 210 (remove_files) COMPLETE
63952026-09-07T00:14:37.905Z[ recovery-image] Sep 07 00:14:36.640 INFO O| Sep 07 00:14:36.640 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-09-07T00:14:37.910Z[ recovery-image] Sep 07 00:14:36.649 INFO O| Sep 07 00:14:36.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63972026-09-07T00:14:37.910Z[ recovery-image] Sep 07 00:14:36.649 INFO O| Sep 07 00:14:36.649 INFO STEP 211 (remove_files) COMPLETE
63982026-09-07T00:14:37.914Z[ recovery-image] Sep 07 00:14:36.649 INFO O| Sep 07 00:14:36.649 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-09-07T00:14:37.914Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64002026-09-07T00:14:37.920Z[ recovery-image] Sep 07 00:14:36.659 INFO O| Sep 07 00:14:36.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
64012026-09-07T00:14:37.920Z[ recovery-image] Sep 07 00:14:36.659 INFO O| Sep 07 00:14:36.659 INFO STEP 212 (remove_files) COMPLETE
64022026-09-07T00:14:37.923Z[ recovery-image] Sep 07 00:14:36.659 INFO O| Sep 07 00:14:36.659 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-07T00:14:37.929Z[ recovery-image] Sep 07 00:14:36.668 INFO O| Sep 07 00:14:36.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
64042026-09-07T00:14:37.929Z[ recovery-image] Sep 07 00:14:36.668 INFO O| Sep 07 00:14:36.668 INFO STEP 213 (remove_files) COMPLETE
64052026-09-07T00:14:37.929Z[ recovery-image] Sep 07 00:14:36.668 INFO O| Sep 07 00:14:36.668 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-07T00:14:37.940Z[ recovery-image] Sep 07 00:14:36.679 INFO O| Sep 07 00:14:36.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
64072026-09-07T00:14:37.940Z[ recovery-image] Sep 07 00:14:36.679 INFO O| Sep 07 00:14:36.679 INFO STEP 214 (remove_files) COMPLETE
64082026-09-07T00:14:37.940Z[ recovery-image] Sep 07 00:14:36.679 INFO O| Sep 07 00:14:36.679 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-07T00:14:37.949Z[ recovery-image] Sep 07 00:14:36.688 INFO O| Sep 07 00:14:36.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
64102026-09-07T00:14:37.949Z[ recovery-image] Sep 07 00:14:36.688 INFO O| Sep 07 00:14:36.688 INFO STEP 215 (remove_files) COMPLETE
64112026-09-07T00:14:37.952Z[ recovery-image] Sep 07 00:14:36.688 INFO O| Sep 07 00:14:36.688 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-07T00:14:37.957Z[ recovery-image] Sep 07 00:14:36.697 INFO O| Sep 07 00:14:36.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
64132026-09-07T00:14:37.957Z[ recovery-image] Sep 07 00:14:36.697 INFO O| Sep 07 00:14:36.697 INFO STEP 216 (remove_files) COMPLETE
64142026-09-07T00:14:37.957Z[ recovery-image] Sep 07 00:14:36.697 INFO O| Sep 07 00:14:36.697 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-07T00:14:37.968Z[ recovery-image] Sep 07 00:14:36.707 INFO O| Sep 07 00:14:36.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
64162026-09-07T00:14:37.968Z[ recovery-image] Sep 07 00:14:36.707 INFO O| Sep 07 00:14:36.707 INFO STEP 217 (remove_files) COMPLETE
64172026-09-07T00:14:37.968Z[ recovery-image] Sep 07 00:14:36.707 INFO O| Sep 07 00:14:36.707 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-07T00:14:37.978Z[ recovery-image] Sep 07 00:14:36.717 INFO O| Sep 07 00:14:36.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
64192026-09-07T00:14:37.978Z[ recovery-image] Sep 07 00:14:36.717 INFO O| Sep 07 00:14:36.717 INFO STEP 218 (remove_files) COMPLETE
64202026-09-07T00:14:37.978Z[ recovery-image] Sep 07 00:14:36.717 INFO O| Sep 07 00:14:36.717 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-07T00:14:37.989Z[ recovery-image] Sep 07 00:14:36.727 INFO O| Sep 07 00:14:36.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
64222026-09-07T00:14:37.989Z[ recovery-image] Sep 07 00:14:36.728 INFO O| Sep 07 00:14:36.728 INFO STEP 219 (remove_files) COMPLETE
64232026-09-07T00:14:37.992Z[ recovery-image] Sep 07 00:14:36.728 INFO O| Sep 07 00:14:36.728 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-07T00:14:37.998Z[ recovery-image] Sep 07 00:14:36.737 INFO O| Sep 07 00:14:36.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
64252026-09-07T00:14:37.998Z[ recovery-image] Sep 07 00:14:36.737 INFO O| Sep 07 00:14:36.737 INFO STEP 220 (remove_files) COMPLETE
64262026-09-07T00:14:37.998Z[ recovery-image] Sep 07 00:14:36.737 INFO O| Sep 07 00:14:36.737 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-07T00:14:38.009Z[ recovery-image] Sep 07 00:14:36.747 INFO O| Sep 07 00:14:36.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
64282026-09-07T00:14:38.009Z[ recovery-image] Sep 07 00:14:36.747 INFO O| Sep 07 00:14:36.747 INFO STEP 221 (remove_files) COMPLETE
64292026-09-07T00:14:38.009Z[ recovery-image] Sep 07 00:14:36.747 INFO O| Sep 07 00:14:36.747 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-07T00:14:38.018Z[ recovery-image] Sep 07 00:14:36.757 INFO O| Sep 07 00:14:36.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
64312026-09-07T00:14:38.018Z[ recovery-image] Sep 07 00:14:36.757 INFO O| Sep 07 00:14:36.757 INFO STEP 222 (remove_files) COMPLETE
64322026-09-07T00:14:38.018Z[ recovery-image] Sep 07 00:14:36.757 INFO O| Sep 07 00:14:36.757 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-07T00:14:38.027Z[ recovery-image] Sep 07 00:14:36.766 INFO O| Sep 07 00:14:36.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
64342026-09-07T00:14:38.027Z[ recovery-image] Sep 07 00:14:36.766 INFO O| Sep 07 00:14:36.766 INFO STEP 223 (remove_files) COMPLETE
64352026-09-07T00:14:38.028Z[ recovery-image] Sep 07 00:14:36.766 INFO O| Sep 07 00:14:36.766 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-07T00:14:38.038Z[ recovery-image] Sep 07 00:14:36.777 INFO O| Sep 07 00:14:36.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
64372026-09-07T00:14:38.038Z[ recovery-image] Sep 07 00:14:36.777 INFO O| Sep 07 00:14:36.777 INFO STEP 224 (remove_files) COMPLETE
64382026-09-07T00:14:38.038Z[ recovery-image] Sep 07 00:14:36.777 INFO O| Sep 07 00:14:36.777 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-07T00:14:38.047Z[ recovery-image] Sep 07 00:14:36.786 INFO O| Sep 07 00:14:36.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
64402026-09-07T00:14:38.047Z[ recovery-image] Sep 07 00:14:36.786 INFO O| Sep 07 00:14:36.786 INFO STEP 225 (remove_files) COMPLETE
64412026-09-07T00:14:38.051Z[ recovery-image] Sep 07 00:14:36.786 INFO O| Sep 07 00:14:36.786 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-07T00:14:38.057Z[ recovery-image] Sep 07 00:14:36.796 INFO O| Sep 07 00:14:36.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64432026-09-07T00:14:38.057Z[ recovery-image] Sep 07 00:14:36.796 INFO O| Sep 07 00:14:36.796 INFO STEP 226 (remove_files) COMPLETE
64442026-09-07T00:14:38.061Z[ recovery-image] Sep 07 00:14:36.796 INFO O| Sep 07 00:14:36.796 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-07T00:14:38.066Z[ recovery-image] Sep 07 00:14:36.805 INFO O| Sep 07 00:14:36.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
64462026-09-07T00:14:38.066Z[ recovery-image] Sep 07 00:14:36.805 INFO O| Sep 07 00:14:36.805 INFO STEP 227 (remove_files) COMPLETE
64472026-09-07T00:14:38.070Z[ recovery-image] Sep 07 00:14:36.805 INFO O| Sep 07 00:14:36.805 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-07T00:14:38.074Z[ recovery-image] Sep 07 00:14:36.814 INFO O| Sep 07 00:14:36.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
64492026-09-07T00:14:38.074Z[ recovery-image] Sep 07 00:14:36.814 INFO O| Sep 07 00:14:36.814 INFO STEP 228 (remove_files) COMPLETE
64502026-09-07T00:14:38.078Z[ recovery-image] Sep 07 00:14:36.814 INFO O| Sep 07 00:14:36.814 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-07T00:14:38.083Z[ recovery-image] Sep 07 00:14:36.822 INFO O| Sep 07 00:14:36.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
64522026-09-07T00:14:38.083Z[ recovery-image] Sep 07 00:14:36.822 INFO O| Sep 07 00:14:36.822 INFO STEP 229 (remove_files) COMPLETE
64532026-09-07T00:14:38.087Z[ recovery-image] Sep 07 00:14:36.822 INFO O| Sep 07 00:14:36.822 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-07T00:14:38.092Z[ recovery-image] Sep 07 00:14:36.831 INFO O| Sep 07 00:14:36.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
64552026-09-07T00:14:38.095Z[ recovery-image] Sep 07 00:14:36.832 INFO O| Sep 07 00:14:36.832 INFO STEP 230 (remove_files) COMPLETE
64562026-09-07T00:14:38.095Z[ recovery-image] Sep 07 00:14:36.832 INFO O| Sep 07 00:14:36.832 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-07T00:14:38.102Z[ recovery-image] Sep 07 00:14:36.841 INFO O| Sep 07 00:14:36.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
64582026-09-07T00:14:38.102Z[ recovery-image] Sep 07 00:14:36.841 INFO O| Sep 07 00:14:36.841 INFO STEP 231 (remove_files) COMPLETE
64592026-09-07T00:14:38.106Z[ recovery-image] Sep 07 00:14:36.841 INFO O| Sep 07 00:14:36.841 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-07T00:14:38.111Z[ recovery-image] Sep 07 00:14:36.850 INFO O| Sep 07 00:14:36.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
64612026-09-07T00:14:38.111Z[ recovery-image] Sep 07 00:14:36.850 INFO O| Sep 07 00:14:36.850 INFO STEP 232 (remove_files) COMPLETE
64622026-09-07T00:14:38.115Z[ recovery-image] Sep 07 00:14:36.850 INFO O| Sep 07 00:14:36.850 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-07T00:14:38.124Z[ recovery-image] Sep 07 00:14:36.862 INFO O| Sep 07 00:14:36.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
64642026-09-07T00:14:38.124Z[ recovery-image] Sep 07 00:14:36.862 INFO O| Sep 07 00:14:36.860 INFO STEP 233 (remove_files) COMPLETE
64652026-09-07T00:14:38.127Z[ recovery-image] Sep 07 00:14:36.862 INFO O| Sep 07 00:14:36.860 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-09-07T00:14:38.132Z[ recovery-image] Sep 07 00:14:36.870 INFO O| Sep 07 00:14:36.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
64672026-09-07T00:14:38.132Z[ recovery-image] Sep 07 00:14:36.870 INFO O| Sep 07 00:14:36.869 INFO STEP 234 (remove_files) COMPLETE
64682026-09-07T00:14:38.136Z[ recovery-image] Sep 07 00:14:36.870 INFO O| Sep 07 00:14:36.869 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-07T00:14:38.140Z[ recovery-image] Sep 07 00:14:36.879 INFO O| Sep 07 00:14:36.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64702026-09-07T00:14:38.140Z[ recovery-image] Sep 07 00:14:36.879 INFO O| Sep 07 00:14:36.879 INFO STEP 235 (remove_files) COMPLETE
64712026-09-07T00:14:38.140Z[ recovery-image] Sep 07 00:14:36.879 INFO O| Sep 07 00:14:36.879 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-09-07T00:14:38.149Z[ recovery-image] Sep 07 00:14:36.888 INFO O| Sep 07 00:14:36.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64732026-09-07T00:14:38.149Z[ recovery-image] Sep 07 00:14:36.888 INFO O| Sep 07 00:14:36.888 INFO STEP 236 (remove_files) COMPLETE
64742026-09-07T00:14:38.172Z[ recovery-image] Sep 07 00:14:36.888 INFO O| Sep 07 00:14:36.888 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-09-07T00:14:38.172Z[ recovery-image] Sep 07 00:14:36.897 INFO O| Sep 07 00:14:36.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64762026-09-07T00:14:38.173Z[ recovery-image] Sep 07 00:14:36.897 INFO O| Sep 07 00:14:36.897 INFO STEP 237 (remove_files) COMPLETE
64772026-09-07T00:14:38.173Z[ recovery-image] Sep 07 00:14:36.897 INFO O| Sep 07 00:14:36.897 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-09-07T00:14:38.173Z[ recovery-image] Sep 07 00:14:36.906 INFO O| Sep 07 00:14:36.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64792026-09-07T00:14:38.173Z[ recovery-image] Sep 07 00:14:36.906 INFO O| Sep 07 00:14:36.906 INFO STEP 238 (remove_files) COMPLETE
64802026-09-07T00:14:38.173Z[ recovery-image] Sep 07 00:14:36.906 INFO O| Sep 07 00:14:36.906 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-09-07T00:14:38.176Z[ recovery-image] Sep 07 00:14:36.916 INFO O| Sep 07 00:14:36.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64822026-09-07T00:14:38.176Z[ recovery-image] Sep 07 00:14:36.916 INFO O| Sep 07 00:14:36.916 INFO STEP 239 (remove_files) COMPLETE
64832026-09-07T00:14:38.180Z[ recovery-image] Sep 07 00:14:36.916 INFO O| Sep 07 00:14:36.916 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-09-07T00:14:38.185Z[ recovery-image] Sep 07 00:14:36.924 INFO O| Sep 07 00:14:36.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64852026-09-07T00:14:38.185Z[ recovery-image] Sep 07 00:14:36.924 INFO O| Sep 07 00:14:36.924 INFO STEP 240 (remove_files) COMPLETE
64862026-09-07T00:14:38.185Z[ recovery-image] Sep 07 00:14:36.924 INFO O| Sep 07 00:14:36.924 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-09-07T00:14:38.195Z[ recovery-image] Sep 07 00:14:36.933 INFO O| Sep 07 00:14:36.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64882026-09-07T00:14:38.195Z[ recovery-image] Sep 07 00:14:36.933 INFO O| Sep 07 00:14:36.933 INFO STEP 241 (remove_files) COMPLETE
64892026-09-07T00:14:38.195Z[ recovery-image] Sep 07 00:14:36.933 INFO O| Sep 07 00:14:36.933 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-09-07T00:14:38.212Z[ recovery-image] Sep 07 00:14:36.951 INFO O| Sep 07 00:14:36.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64912026-09-07T00:14:38.212Z[ recovery-image] Sep 07 00:14:36.951 INFO O| Sep 07 00:14:36.951 INFO STEP 242 (remove_files) COMPLETE
64922026-09-07T00:14:38.213Z[ recovery-image] Sep 07 00:14:36.951 INFO O| Sep 07 00:14:36.951 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-09-07T00:14:38.223Z[ recovery-image] Sep 07 00:14:36.962 INFO O| Sep 07 00:14:36.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64942026-09-07T00:14:38.224Z[ recovery-image] Sep 07 00:14:36.962 INFO O| Sep 07 00:14:36.962 INFO STEP 243 (remove_files) COMPLETE
64952026-09-07T00:14:38.228Z[ recovery-image] Sep 07 00:14:36.962 INFO O| Sep 07 00:14:36.962 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-09-07T00:14:38.231Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64972026-09-07T00:14:38.235Z[ recovery-image] Sep 07 00:14:36.972 INFO O| Sep 07 00:14:36.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64982026-09-07T00:14:38.235Z[ recovery-image] Sep 07 00:14:36.972 INFO O| Sep 07 00:14:36.972 INFO STEP 244 (remove_files) COMPLETE
64992026-09-07T00:14:38.235Z[ recovery-image] Sep 07 00:14:36.972 INFO O| Sep 07 00:14:36.972 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-07T00:14:38.243Z[ recovery-image] Sep 07 00:14:36.982 INFO O| Sep 07 00:14:36.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
65012026-09-07T00:14:38.244Z[ recovery-image] Sep 07 00:14:36.983 INFO O| Sep 07 00:14:36.983 INFO STEP 245 (remove_files) COMPLETE
65022026-09-07T00:14:38.244Z[ recovery-image] Sep 07 00:14:36.983 INFO O| Sep 07 00:14:36.983 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-07T00:14:38.254Z[ recovery-image] Sep 07 00:14:36.993 INFO O| Sep 07 00:14:36.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
65042026-09-07T00:14:38.254Z[ recovery-image] Sep 07 00:14:36.993 INFO O| Sep 07 00:14:36.993 INFO STEP 246 (remove_files) COMPLETE
65052026-09-07T00:14:38.255Z[ recovery-image] Sep 07 00:14:36.993 INFO O| Sep 07 00:14:36.993 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-09-07T00:14:38.265Z[ recovery-image] Sep 07 00:14:37.003 INFO O| Sep 07 00:14:37.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
65072026-09-07T00:14:38.265Z[ recovery-image] Sep 07 00:14:37.003 INFO O| Sep 07 00:14:37.003 INFO STEP 247 (remove_files) COMPLETE
65082026-09-07T00:14:38.269Z[ recovery-image] Sep 07 00:14:37.003 INFO O| Sep 07 00:14:37.003 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-09-07T00:14:38.276Z[ recovery-image] Sep 07 00:14:37.015 INFO O| Sep 07 00:14:37.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
65102026-09-07T00:14:38.276Z[ recovery-image] Sep 07 00:14:37.015 INFO O| Sep 07 00:14:37.015 INFO STEP 248 (remove_files) COMPLETE
65112026-09-07T00:14:38.276Z[ recovery-image] Sep 07 00:14:37.015 INFO O| Sep 07 00:14:37.015 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-09-07T00:14:38.287Z[ recovery-image] Sep 07 00:14:37.026 INFO O| Sep 07 00:14:37.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
65132026-09-07T00:14:38.287Z[ recovery-image] Sep 07 00:14:37.026 INFO O| Sep 07 00:14:37.026 INFO STEP 249 (remove_files) COMPLETE
65142026-09-07T00:14:38.291Z[ recovery-image] Sep 07 00:14:37.026 INFO O| Sep 07 00:14:37.026 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-09-07T00:14:38.297Z[ recovery-image] Sep 07 00:14:37.036 INFO O| Sep 07 00:14:37.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
65162026-09-07T00:14:38.297Z[ recovery-image] Sep 07 00:14:37.036 INFO O| Sep 07 00:14:37.036 INFO STEP 250 (remove_files) COMPLETE
65172026-09-07T00:14:38.301Z[ recovery-image] Sep 07 00:14:37.036 INFO O| Sep 07 00:14:37.036 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-09-07T00:14:38.307Z[ recovery-image] Sep 07 00:14:37.046 INFO O| Sep 07 00:14:37.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
65192026-09-07T00:14:38.307Z[ recovery-image] Sep 07 00:14:37.046 INFO O| Sep 07 00:14:37.046 INFO STEP 251 (remove_files) COMPLETE
65202026-09-07T00:14:38.311Z[ recovery-image] Sep 07 00:14:37.046 INFO O| Sep 07 00:14:37.046 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-09-07T00:14:38.318Z[ recovery-image] Sep 07 00:14:37.057 INFO O| Sep 07 00:14:37.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
65222026-09-07T00:14:38.321Z[ recovery-image] Sep 07 00:14:37.057 INFO O| Sep 07 00:14:37.057 INFO STEP 252 (remove_files) COMPLETE
65232026-09-07T00:14:38.322Z[ recovery-image] Sep 07 00:14:37.057 INFO O| Sep 07 00:14:37.057 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-09-07T00:14:38.327Z[ recovery-image] Sep 07 00:14:37.066 INFO O| Sep 07 00:14:37.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
65252026-09-07T00:14:38.330Z[ recovery-image] Sep 07 00:14:37.068 INFO O| Sep 07 00:14:37.068 INFO STEP 253 (remove_files) COMPLETE
65262026-09-07T00:14:38.331Z[ recovery-image] Sep 07 00:14:37.068 INFO O| Sep 07 00:14:37.068 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-09-07T00:14:38.341Z[ recovery-image] Sep 07 00:14:37.080 INFO O| Sep 07 00:14:37.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
65282026-09-07T00:14:38.341Z[ recovery-image] Sep 07 00:14:37.080 INFO O| Sep 07 00:14:37.080 INFO STEP 254 (remove_files) COMPLETE
65292026-09-07T00:14:38.342Z[ recovery-image] Sep 07 00:14:37.080 INFO O| Sep 07 00:14:37.080 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-09-07T00:14:38.351Z[ recovery-image] Sep 07 00:14:37.090 INFO O| Sep 07 00:14:37.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
65312026-09-07T00:14:38.351Z[ recovery-image] Sep 07 00:14:37.090 INFO O| Sep 07 00:14:37.090 INFO STEP 255 (remove_files) COMPLETE
65322026-09-07T00:14:38.351Z[ recovery-image] Sep 07 00:14:37.090 INFO O| Sep 07 00:14:37.090 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-09-07T00:14:38.361Z[ recovery-image] Sep 07 00:14:37.100 INFO O| Sep 07 00:14:37.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
65342026-09-07T00:14:38.361Z[ recovery-image] Sep 07 00:14:37.100 INFO O| Sep 07 00:14:37.100 INFO STEP 256 (remove_files) COMPLETE
65352026-09-07T00:14:38.362Z[ recovery-image] Sep 07 00:14:37.100 INFO O| Sep 07 00:14:37.100 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-09-07T00:14:38.372Z[ recovery-image] Sep 07 00:14:37.111 INFO O| Sep 07 00:14:37.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
65372026-09-07T00:14:38.372Z[ recovery-image] Sep 07 00:14:37.111 INFO O| Sep 07 00:14:37.111 INFO STEP 257 (remove_files) COMPLETE
65382026-09-07T00:14:38.372Z[ recovery-image] Sep 07 00:14:37.111 INFO O| Sep 07 00:14:37.111 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-09-07T00:14:38.382Z[ recovery-image] Sep 07 00:14:37.121 INFO O| Sep 07 00:14:37.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
65402026-09-07T00:14:38.382Z[ recovery-image] Sep 07 00:14:37.121 INFO O| Sep 07 00:14:37.121 INFO STEP 258 (remove_files) COMPLETE
65412026-09-07T00:14:38.386Z[ recovery-image] Sep 07 00:14:37.121 INFO O| Sep 07 00:14:37.121 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-09-07T00:14:38.393Z[ recovery-image] Sep 07 00:14:37.132 INFO O| Sep 07 00:14:37.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65432026-09-07T00:14:38.393Z[ recovery-image] Sep 07 00:14:37.132 INFO O| Sep 07 00:14:37.132 INFO STEP 259 (remove_files) COMPLETE
65442026-09-07T00:14:38.393Z[ recovery-image] Sep 07 00:14:37.132 INFO O| Sep 07 00:14:37.132 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-09-07T00:14:38.402Z[ recovery-image] Sep 07 00:14:37.141 INFO O| Sep 07 00:14:37.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
65462026-09-07T00:14:38.402Z[ recovery-image] Sep 07 00:14:37.141 INFO O| Sep 07 00:14:37.141 INFO STEP 260 (remove_files) COMPLETE
65472026-09-07T00:14:38.402Z[ recovery-image] Sep 07 00:14:37.141 INFO O| Sep 07 00:14:37.141 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-09-07T00:14:38.411Z[ recovery-image] Sep 07 00:14:37.149 INFO O| Sep 07 00:14:37.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
65492026-09-07T00:14:38.411Z[ recovery-image] Sep 07 00:14:37.149 INFO O| Sep 07 00:14:37.149 INFO STEP 261 (remove_files) COMPLETE
65502026-09-07T00:14:38.411Z[ recovery-image] Sep 07 00:14:37.149 INFO O| Sep 07 00:14:37.149 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-09-07T00:14:38.421Z[ recovery-image] Sep 07 00:14:37.160 INFO O| Sep 07 00:14:37.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
65522026-09-07T00:14:38.421Z[ recovery-image] Sep 07 00:14:37.160 INFO O| Sep 07 00:14:37.160 INFO STEP 262 (remove_files) COMPLETE
65532026-09-07T00:14:38.422Z[ recovery-image] Sep 07 00:14:37.160 INFO O| Sep 07 00:14:37.160 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-09-07T00:14:38.432Z[ recovery-image] Sep 07 00:14:37.171 INFO O| Sep 07 00:14:37.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
65552026-09-07T00:14:38.432Z[ recovery-image] Sep 07 00:14:37.171 INFO O| Sep 07 00:14:37.171 INFO STEP 263 (remove_files) COMPLETE
65562026-09-07T00:14:38.432Z[ recovery-image] Sep 07 00:14:37.171 INFO O| Sep 07 00:14:37.171 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-09-07T00:14:38.442Z[ recovery-image] Sep 07 00:14:37.181 INFO O| Sep 07 00:14:37.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
65582026-09-07T00:14:38.442Z[ recovery-image] Sep 07 00:14:37.181 INFO O| Sep 07 00:14:37.181 INFO STEP 264 (remove_files) COMPLETE
65592026-09-07T00:14:38.442Z[ recovery-image] Sep 07 00:14:37.181 INFO O| Sep 07 00:14:37.181 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-09-07T00:14:38.452Z[ recovery-image] Sep 07 00:14:37.191 INFO O| Sep 07 00:14:37.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
65612026-09-07T00:14:38.452Z[ recovery-image] Sep 07 00:14:37.191 INFO O| Sep 07 00:14:37.191 INFO STEP 265 (remove_files) COMPLETE
65622026-09-07T00:14:38.453Z[ recovery-image] Sep 07 00:14:37.191 INFO O| Sep 07 00:14:37.191 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-09-07T00:14:38.463Z[ recovery-image] Sep 07 00:14:37.202 INFO O| Sep 07 00:14:37.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
65642026-09-07T00:14:38.463Z[ recovery-image] Sep 07 00:14:37.202 INFO O| Sep 07 00:14:37.202 INFO STEP 266 (remove_files) COMPLETE
65652026-09-07T00:14:38.467Z[ recovery-image] Sep 07 00:14:37.202 INFO O| Sep 07 00:14:37.202 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-09-07T00:14:38.473Z[ recovery-image] Sep 07 00:14:37.212 INFO O| Sep 07 00:14:37.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
65672026-09-07T00:14:38.473Z[ recovery-image] Sep 07 00:14:37.212 INFO O| Sep 07 00:14:37.212 INFO STEP 267 (remove_files) COMPLETE
65682026-09-07T00:14:38.473Z[ recovery-image] Sep 07 00:14:37.212 INFO O| Sep 07 00:14:37.212 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-09-07T00:14:38.483Z[ recovery-image] Sep 07 00:14:37.223 INFO O| Sep 07 00:14:37.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65702026-09-07T00:14:38.484Z[ recovery-image] Sep 07 00:14:37.223 INFO O| Sep 07 00:14:37.223 INFO STEP 268 (remove_files) COMPLETE
65712026-09-07T00:14:38.484Z[ recovery-image] Sep 07 00:14:37.223 INFO O| Sep 07 00:14:37.223 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-09-07T00:14:38.494Z[ recovery-image] Sep 07 00:14:37.233 INFO O| Sep 07 00:14:37.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65732026-09-07T00:14:38.494Z[ recovery-image] Sep 07 00:14:37.233 INFO O| Sep 07 00:14:37.233 INFO STEP 269 (remove_files) COMPLETE
65742026-09-07T00:14:38.494Z[ recovery-image] Sep 07 00:14:37.233 INFO O| Sep 07 00:14:37.233 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-09-07T00:14:38.504Z[ recovery-image] Sep 07 00:14:37.243 INFO O| Sep 07 00:14:37.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65762026-09-07T00:14:38.504Z[ recovery-image] Sep 07 00:14:37.243 INFO O| Sep 07 00:14:37.243 INFO STEP 270 (remove_files) COMPLETE
65772026-09-07T00:14:38.507Z[ recovery-image] Sep 07 00:14:37.243 INFO O| Sep 07 00:14:37.243 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-09-07T00:14:38.513Z[ recovery-image] Sep 07 00:14:37.252 INFO O| Sep 07 00:14:37.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65792026-09-07T00:14:38.514Z[ recovery-image] Sep 07 00:14:37.252 INFO O| Sep 07 00:14:37.252 INFO STEP 271 (remove_files) COMPLETE
65802026-09-07T00:14:38.514Z[ recovery-image] Sep 07 00:14:37.252 INFO O| Sep 07 00:14:37.252 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-09-07T00:14:38.524Z[ recovery-image] Sep 07 00:14:37.263 INFO O| Sep 07 00:14:37.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65822026-09-07T00:14:38.524Z[ recovery-image] Sep 07 00:14:37.263 INFO O| Sep 07 00:14:37.263 INFO STEP 272 (remove_files) COMPLETE
65832026-09-07T00:14:38.528Z[ recovery-image] Sep 07 00:14:37.263 INFO O| Sep 07 00:14:37.263 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-09-07T00:14:38.534Z[ recovery-image] Sep 07 00:14:37.273 INFO O| Sep 07 00:14:37.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65852026-09-07T00:14:38.534Z[ recovery-image] Sep 07 00:14:37.273 INFO O| Sep 07 00:14:37.273 INFO STEP 273 (remove_files) COMPLETE
65862026-09-07T00:14:38.535Z[ recovery-image] Sep 07 00:14:37.273 INFO O| Sep 07 00:14:37.273 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-07T00:14:38.545Z[ recovery-image] Sep 07 00:14:37.284 INFO O| Sep 07 00:14:37.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65882026-09-07T00:14:38.549Z[ recovery-image] Sep 07 00:14:37.285 INFO O| Sep 07 00:14:37.285 INFO STEP 274 (remove_files) COMPLETE
65892026-09-07T00:14:38.549Z[ recovery-image] Sep 07 00:14:37.285 INFO O| Sep 07 00:14:37.285 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-07T00:14:38.556Z[ recovery-image] Sep 07 00:14:37.295 INFO O| Sep 07 00:14:37.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65912026-09-07T00:14:38.556Z[ recovery-image] Sep 07 00:14:37.296 INFO O| Sep 07 00:14:37.295 INFO STEP 275 (remove_files) COMPLETE
65922026-09-07T00:14:38.560Z[ recovery-image] Sep 07 00:14:37.296 INFO O| Sep 07 00:14:37.295 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-07T00:14:38.567Z[ recovery-image] Sep 07 00:14:37.306 INFO O| Sep 07 00:14:37.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65942026-09-07T00:14:38.567Z[ recovery-image] Sep 07 00:14:37.306 INFO O| Sep 07 00:14:37.306 INFO STEP 276 (remove_files) COMPLETE
65952026-09-07T00:14:38.567Z[ recovery-image] Sep 07 00:14:37.306 INFO O| Sep 07 00:14:37.306 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-07T00:14:38.578Z[ recovery-image] Sep 07 00:14:37.317 INFO O| Sep 07 00:14:37.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65972026-09-07T00:14:38.578Z[ recovery-image] Sep 07 00:14:37.317 INFO O| Sep 07 00:14:37.317 INFO STEP 277 (remove_files) COMPLETE
65982026-09-07T00:14:38.581Z[ recovery-image] Sep 07 00:14:37.317 INFO O| Sep 07 00:14:37.317 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-07T00:14:38.588Z[ recovery-image] Sep 07 00:14:37.327 INFO O| Sep 07 00:14:37.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
66002026-09-07T00:14:38.591Z[ recovery-image] Sep 07 00:14:37.328 INFO O| Sep 07 00:14:37.328 INFO STEP 278 (remove_files) COMPLETE
66012026-09-07T00:14:38.591Z[ recovery-image] Sep 07 00:14:37.328 INFO O| Sep 07 00:14:37.328 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-07T00:14:38.599Z[ recovery-image] Sep 07 00:14:37.338 INFO O| Sep 07 00:14:37.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
66032026-09-07T00:14:38.599Z[ recovery-image] Sep 07 00:14:37.338 INFO O| Sep 07 00:14:37.338 INFO STEP 279 (remove_files) COMPLETE
66042026-09-07T00:14:38.599Z[ recovery-image] Sep 07 00:14:37.338 INFO O| Sep 07 00:14:37.338 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-07T00:14:38.609Z[ recovery-image] Sep 07 00:14:37.348 INFO O| Sep 07 00:14:37.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
66062026-09-07T00:14:38.609Z[ recovery-image] Sep 07 00:14:37.348 INFO O| Sep 07 00:14:37.348 INFO STEP 280 (remove_files) COMPLETE
66072026-09-07T00:14:38.609Z[ recovery-image] Sep 07 00:14:37.348 INFO O| Sep 07 00:14:37.348 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-07T00:14:38.618Z[ recovery-image] Sep 07 00:14:37.357 INFO O| Sep 07 00:14:37.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
66092026-09-07T00:14:38.618Z[ recovery-image] Sep 07 00:14:37.357 INFO O| Sep 07 00:14:37.357 INFO STEP 281 (remove_files) COMPLETE
66102026-09-07T00:14:38.622Z[ recovery-image] Sep 07 00:14:37.357 INFO O| Sep 07 00:14:37.357 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-07T00:14:38.628Z[ recovery-image] Sep 07 00:14:37.367 INFO O| Sep 07 00:14:37.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
66122026-09-07T00:14:38.628Z[ recovery-image] Sep 07 00:14:37.367 INFO O| Sep 07 00:14:37.367 INFO STEP 282 (remove_files) COMPLETE
66132026-09-07T00:14:38.628Z[ recovery-image] Sep 07 00:14:37.367 INFO O| Sep 07 00:14:37.367 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-07T00:14:38.640Z[ recovery-image] Sep 07 00:14:37.378 INFO O| Sep 07 00:14:37.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
66152026-09-07T00:14:38.640Z[ recovery-image] Sep 07 00:14:37.378 INFO O| Sep 07 00:14:37.378 INFO STEP 283 (remove_files) COMPLETE
66162026-09-07T00:14:38.640Z[ recovery-image] Sep 07 00:14:37.378 INFO O| Sep 07 00:14:37.378 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-07T00:14:38.649Z[ recovery-image] Sep 07 00:14:37.387 INFO O| Sep 07 00:14:37.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
66182026-09-07T00:14:38.653Z[ recovery-image] Sep 07 00:14:37.388 INFO O| Sep 07 00:14:37.388 INFO STEP 284 (remove_files) COMPLETE
66192026-09-07T00:14:38.653Z[ recovery-image] Sep 07 00:14:37.388 INFO O| Sep 07 00:14:37.388 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-07T00:14:38.660Z[ recovery-image] Sep 07 00:14:37.399 INFO O| Sep 07 00:14:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
66212026-09-07T00:14:38.660Z[ recovery-image] Sep 07 00:14:37.399 INFO O| Sep 07 00:14:37.399 INFO STEP 285 (remove_files) COMPLETE
66222026-09-07T00:14:38.663Z[ recovery-image] Sep 07 00:14:37.399 INFO O| Sep 07 00:14:37.399 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-07T00:14:38.669Z[ recovery-image] Sep 07 00:14:37.409 INFO O| Sep 07 00:14:37.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
66242026-09-07T00:14:38.669Z[ recovery-image] Sep 07 00:14:37.409 INFO O| Sep 07 00:14:37.409 INFO STEP 286 (remove_files) COMPLETE
66252026-09-07T00:14:38.670Z[ recovery-image] Sep 07 00:14:37.409 INFO O| Sep 07 00:14:37.409 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-07T00:14:38.680Z[ recovery-image] Sep 07 00:14:37.419 INFO O| Sep 07 00:14:37.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
66272026-09-07T00:14:38.680Z[ recovery-image] Sep 07 00:14:37.419 INFO O| Sep 07 00:14:37.419 INFO STEP 287 (remove_files) COMPLETE
66282026-09-07T00:14:38.680Z[ recovery-image] Sep 07 00:14:37.419 INFO O| Sep 07 00:14:37.419 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-07T00:14:38.689Z[ recovery-image] Sep 07 00:14:37.428 INFO O| Sep 07 00:14:37.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
66302026-09-07T00:14:38.689Z[ recovery-image] Sep 07 00:14:37.428 INFO O| Sep 07 00:14:37.428 INFO STEP 288 (remove_files) COMPLETE
66312026-09-07T00:14:38.689Z[ recovery-image] Sep 07 00:14:37.428 INFO O| Sep 07 00:14:37.428 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-07T00:14:38.698Z[ recovery-image] Sep 07 00:14:37.437 INFO O| Sep 07 00:14:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
66332026-09-07T00:14:38.698Z[ recovery-image] Sep 07 00:14:37.437 INFO O| Sep 07 00:14:37.437 INFO STEP 289 (remove_files) COMPLETE
66342026-09-07T00:14:38.698Z[ recovery-image] Sep 07 00:14:37.437 INFO O| Sep 07 00:14:37.437 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-07T00:14:38.707Z[ recovery-image] Sep 07 00:14:37.446 INFO O| Sep 07 00:14:37.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
66362026-09-07T00:14:38.707Z[ recovery-image] Sep 07 00:14:37.446 INFO O| Sep 07 00:14:37.446 INFO STEP 290 (remove_files) COMPLETE
66372026-09-07T00:14:38.708Z[ recovery-image] Sep 07 00:14:37.446 INFO O| Sep 07 00:14:37.446 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-07T00:14:38.716Z[ recovery-image] Sep 07 00:14:37.455 INFO O| Sep 07 00:14:37.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
66392026-09-07T00:14:38.716Z[ recovery-image] Sep 07 00:14:37.455 INFO O| Sep 07 00:14:37.455 INFO STEP 291 (remove_files) COMPLETE
66402026-09-07T00:14:38.716Z[ recovery-image] Sep 07 00:14:37.455 INFO O| Sep 07 00:14:37.455 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-07T00:14:38.727Z[ recovery-image] Sep 07 00:14:37.466 INFO O| Sep 07 00:14:37.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
66422026-09-07T00:14:38.727Z[ recovery-image] Sep 07 00:14:37.466 INFO O| Sep 07 00:14:37.466 INFO STEP 292 (remove_files) COMPLETE
66432026-09-07T00:14:38.727Z[ recovery-image] Sep 07 00:14:37.466 INFO O| Sep 07 00:14:37.466 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-07T00:14:38.735Z[ recovery-image] Sep 07 00:14:37.474 INFO O| Sep 07 00:14:37.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
66452026-09-07T00:14:38.735Z[ recovery-image] Sep 07 00:14:37.474 INFO O| Sep 07 00:14:37.474 INFO STEP 293 (remove_files) COMPLETE
66462026-09-07T00:14:38.735Z[ recovery-image] Sep 07 00:14:37.474 INFO O| Sep 07 00:14:37.474 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-07T00:14:38.744Z[ recovery-image] Sep 07 00:14:37.483 INFO O| Sep 07 00:14:37.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
66482026-09-07T00:14:38.744Z[ recovery-image] Sep 07 00:14:37.483 INFO O| Sep 07 00:14:37.483 INFO STEP 294 (remove_files) COMPLETE
66492026-09-07T00:14:38.744Z[ recovery-image] Sep 07 00:14:37.483 INFO O| Sep 07 00:14:37.483 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-07T00:14:38.753Z[ recovery-image] Sep 07 00:14:37.492 INFO O| Sep 07 00:14:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
66512026-09-07T00:14:38.753Z[ recovery-image] Sep 07 00:14:37.492 INFO O| Sep 07 00:14:37.492 INFO STEP 295 (remove_files) COMPLETE
66522026-09-07T00:14:38.753Z[ recovery-image] Sep 07 00:14:37.492 INFO O| Sep 07 00:14:37.492 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-07T00:14:38.762Z[ recovery-image] Sep 07 00:14:37.501 INFO O| Sep 07 00:14:37.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
66542026-09-07T00:14:38.762Z[ recovery-image] Sep 07 00:14:37.502 INFO O| Sep 07 00:14:37.501 INFO STEP 296 (remove_files) COMPLETE
66552026-09-07T00:14:38.762Z[ recovery-image] Sep 07 00:14:37.502 INFO O| Sep 07 00:14:37.501 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-07T00:14:38.773Z[ recovery-image] Sep 07 00:14:37.512 INFO O| Sep 07 00:14:37.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
66572026-09-07T00:14:38.776Z[ recovery-image] Sep 07 00:14:37.513 INFO O| Sep 07 00:14:37.512 INFO STEP 297 (remove_files) COMPLETE
66582026-09-07T00:14:38.776Z[ recovery-image] Sep 07 00:14:37.513 INFO O| Sep 07 00:14:37.513 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-07T00:14:38.782Z[ recovery-image] Sep 07 00:14:37.522 INFO O| Sep 07 00:14:37.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
66602026-09-07T00:14:38.782Z[ recovery-image] Sep 07 00:14:37.522 INFO O| Sep 07 00:14:37.522 INFO STEP 298 (remove_files) COMPLETE
66612026-09-07T00:14:38.783Z[ recovery-image] Sep 07 00:14:37.522 INFO O| Sep 07 00:14:37.522 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-07T00:14:38.792Z[ recovery-image] Sep 07 00:14:37.531 INFO O| Sep 07 00:14:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
66632026-09-07T00:14:38.793Z[ recovery-image] Sep 07 00:14:37.531 INFO O| Sep 07 00:14:37.531 INFO STEP 299 (remove_files) COMPLETE
66642026-09-07T00:14:38.793Z[ recovery-image] Sep 07 00:14:37.531 INFO O| Sep 07 00:14:37.531 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-07T00:14:38.802Z[ recovery-image] Sep 07 00:14:37.541 INFO O| Sep 07 00:14:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66662026-09-07T00:14:38.802Z[ recovery-image] Sep 07 00:14:37.541 INFO O| Sep 07 00:14:37.541 INFO STEP 300 (remove_files) COMPLETE
66672026-09-07T00:14:38.803Z[ recovery-image] Sep 07 00:14:37.541 INFO O| Sep 07 00:14:37.541 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-07T00:14:38.812Z[ recovery-image] Sep 07 00:14:37.551 INFO O| Sep 07 00:14:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66692026-09-07T00:14:38.812Z[ recovery-image] Sep 07 00:14:37.551 INFO O| Sep 07 00:14:37.551 INFO STEP 301 (remove_files) COMPLETE
66702026-09-07T00:14:38.812Z[ recovery-image] Sep 07 00:14:37.551 INFO O| Sep 07 00:14:37.551 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-07T00:14:38.822Z[ recovery-image] Sep 07 00:14:37.561 INFO O| Sep 07 00:14:37.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66722026-09-07T00:14:38.822Z[ recovery-image] Sep 07 00:14:37.561 INFO O| Sep 07 00:14:37.561 INFO STEP 302 (remove_files) COMPLETE
66732026-09-07T00:14:38.822Z[ recovery-image] Sep 07 00:14:37.561 INFO O| Sep 07 00:14:37.561 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-07T00:14:38.832Z[ recovery-image] Sep 07 00:14:37.571 INFO O| Sep 07 00:14:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66752026-09-07T00:14:38.832Z[ recovery-image] Sep 07 00:14:37.571 INFO O| Sep 07 00:14:37.571 INFO STEP 303 (remove_files) COMPLETE
66762026-09-07T00:14:38.836Z[ recovery-image] Sep 07 00:14:37.571 INFO O| Sep 07 00:14:37.571 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-07T00:14:38.842Z[ recovery-image] Sep 07 00:14:37.580 INFO O| Sep 07 00:14:37.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66782026-09-07T00:14:38.842Z[ recovery-image] Sep 07 00:14:37.581 INFO O| Sep 07 00:14:37.580 INFO STEP 304 (remove_files) COMPLETE
66792026-09-07T00:14:38.845Z[ recovery-image] Sep 07 00:14:37.581 INFO O| Sep 07 00:14:37.580 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-07T00:14:38.853Z[ recovery-image] Sep 07 00:14:37.590 INFO O| Sep 07 00:14:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66812026-09-07T00:14:38.853Z[ recovery-image] Sep 07 00:14:37.590 INFO O| Sep 07 00:14:37.590 INFO STEP 305 (remove_files) COMPLETE
66822026-09-07T00:14:38.853Z[ recovery-image] Sep 07 00:14:37.590 INFO O| Sep 07 00:14:37.590 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-07T00:14:38.862Z[ recovery-image] Sep 07 00:14:37.600 INFO O| Sep 07 00:14:37.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66842026-09-07T00:14:38.862Z[ recovery-image] Sep 07 00:14:37.600 INFO O| Sep 07 00:14:37.600 INFO STEP 306 (remove_files) COMPLETE
66852026-09-07T00:14:38.862Z[ recovery-image] Sep 07 00:14:37.600 INFO O| Sep 07 00:14:37.600 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-07T00:14:38.872Z[ recovery-image] Sep 07 00:14:37.611 INFO O| Sep 07 00:14:37.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66872026-09-07T00:14:38.876Z[ recovery-image] Sep 07 00:14:37.612 INFO O| Sep 07 00:14:37.612 INFO STEP 307 (remove_files) COMPLETE
66882026-09-07T00:14:38.876Z[ recovery-image] Sep 07 00:14:37.612 INFO O| Sep 07 00:14:37.612 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-07T00:14:38.883Z[ recovery-image] Sep 07 00:14:37.622 INFO O| Sep 07 00:14:37.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66902026-09-07T00:14:38.883Z[ recovery-image] Sep 07 00:14:37.622 INFO O| Sep 07 00:14:37.622 INFO STEP 308 (remove_files) COMPLETE
66912026-09-07T00:14:38.883Z[ recovery-image] Sep 07 00:14:37.622 INFO O| Sep 07 00:14:37.622 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-07T00:14:38.893Z[ recovery-image] Sep 07 00:14:37.632 INFO O| Sep 07 00:14:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66932026-09-07T00:14:38.893Z[ recovery-image] Sep 07 00:14:37.632 INFO O| Sep 07 00:14:37.632 INFO STEP 309 (remove_files) COMPLETE
66942026-09-07T00:14:38.893Z[ recovery-image] Sep 07 00:14:37.632 INFO O| Sep 07 00:14:37.632 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-07T00:14:38.902Z[ recovery-image] Sep 07 00:14:37.641 INFO O| Sep 07 00:14:37.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66962026-09-07T00:14:38.902Z[ recovery-image] Sep 07 00:14:37.641 INFO O| Sep 07 00:14:37.641 INFO STEP 310 (remove_files) COMPLETE
66972026-09-07T00:14:38.902Z[ recovery-image] Sep 07 00:14:37.641 INFO O| Sep 07 00:14:37.641 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-07T00:14:38.912Z[ recovery-image] Sep 07 00:14:37.651 INFO O| Sep 07 00:14:37.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66992026-09-07T00:14:38.912Z[ recovery-image] Sep 07 00:14:37.651 INFO O| Sep 07 00:14:37.651 INFO STEP 311 (remove_files) COMPLETE
67002026-09-07T00:14:38.912Z[ recovery-image] Sep 07 00:14:37.651 INFO O| Sep 07 00:14:37.651 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-07T00:14:38.922Z[ recovery-image] Sep 07 00:14:37.661 INFO O| Sep 07 00:14:37.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
67022026-09-07T00:14:38.922Z[ recovery-image] Sep 07 00:14:37.661 INFO O| Sep 07 00:14:37.661 INFO STEP 312 (remove_files) COMPLETE
67032026-09-07T00:14:38.922Z[ recovery-image] Sep 07 00:14:37.661 INFO O| Sep 07 00:14:37.661 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-07T00:14:38.932Z[ recovery-image] Sep 07 00:14:37.671 INFO O| Sep 07 00:14:37.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
67052026-09-07T00:14:38.932Z[ recovery-image] Sep 07 00:14:37.671 INFO O| Sep 07 00:14:37.671 INFO STEP 313 (remove_files) COMPLETE
67062026-09-07T00:14:38.932Z[ recovery-image] Sep 07 00:14:37.671 INFO O| Sep 07 00:14:37.671 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-07T00:14:38.942Z[ recovery-image] Sep 07 00:14:37.682 INFO O| Sep 07 00:14:37.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
67082026-09-07T00:14:38.943Z[ recovery-image] Sep 07 00:14:37.682 INFO O| Sep 07 00:14:37.682 INFO STEP 314 (remove_files) COMPLETE
67092026-09-07T00:14:38.943Z[ recovery-image] Sep 07 00:14:37.682 INFO O| Sep 07 00:14:37.682 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-07T00:14:38.954Z[ recovery-image] Sep 07 00:14:37.693 INFO O| Sep 07 00:14:37.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
67112026-09-07T00:14:38.954Z[ recovery-image] Sep 07 00:14:37.693 INFO O| Sep 07 00:14:37.693 INFO STEP 315 (remove_files) COMPLETE
67122026-09-07T00:14:38.954Z[ recovery-image] Sep 07 00:14:37.693 INFO O| Sep 07 00:14:37.693 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-07T00:14:38.964Z[ recovery-image] Sep 07 00:14:37.703 INFO O| Sep 07 00:14:37.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
67142026-09-07T00:14:38.968Z[ recovery-image] Sep 07 00:14:37.704 INFO O| Sep 07 00:14:37.704 INFO STEP 316 (remove_files) COMPLETE
67152026-09-07T00:14:38.968Z[ recovery-image] Sep 07 00:14:37.704 INFO O| Sep 07 00:14:37.704 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-07T00:14:38.976Z[ recovery-image] Sep 07 00:14:37.715 INFO O| Sep 07 00:14:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
67172026-09-07T00:14:38.976Z[ recovery-image] Sep 07 00:14:37.715 INFO O| Sep 07 00:14:37.715 INFO STEP 317 (remove_files) COMPLETE
67182026-09-07T00:14:38.976Z[ recovery-image] Sep 07 00:14:37.715 INFO O| Sep 07 00:14:37.715 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-07T00:14:38.987Z[ recovery-image] Sep 07 00:14:37.726 INFO O| Sep 07 00:14:37.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
67202026-09-07T00:14:38.987Z[ recovery-image] Sep 07 00:14:37.726 INFO O| Sep 07 00:14:37.726 INFO STEP 318 (remove_files) COMPLETE
67212026-09-07T00:14:38.990Z[ recovery-image] Sep 07 00:14:37.726 INFO O| Sep 07 00:14:37.726 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-07T00:14:38.998Z[ recovery-image] Sep 07 00:14:37.737 INFO O| Sep 07 00:14:37.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
67232026-09-07T00:14:38.998Z[ recovery-image] Sep 07 00:14:37.737 INFO O| Sep 07 00:14:37.737 INFO STEP 319 (remove_files) COMPLETE
67242026-09-07T00:14:38.998Z[ recovery-image] Sep 07 00:14:37.737 INFO O| Sep 07 00:14:37.737 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-07T00:14:39.012Z[ recovery-image] Sep 07 00:14:37.748 INFO O| Sep 07 00:14:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
67262026-09-07T00:14:39.012Z[ recovery-image] Sep 07 00:14:37.748 INFO O| Sep 07 00:14:37.748 INFO STEP 320 (remove_files) COMPLETE
67272026-09-07T00:14:39.015Z[ recovery-image] Sep 07 00:14:37.748 INFO O| Sep 07 00:14:37.748 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-07T00:14:39.020Z[ recovery-image] Sep 07 00:14:37.758 INFO O| Sep 07 00:14:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
67292026-09-07T00:14:39.020Z[ recovery-image] Sep 07 00:14:37.758 INFO O| Sep 07 00:14:37.758 INFO STEP 321 (remove_files) COMPLETE
67302026-09-07T00:14:39.020Z[ recovery-image] Sep 07 00:14:37.758 INFO O| Sep 07 00:14:37.758 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-07T00:14:39.030Z[ recovery-image] Sep 07 00:14:37.769 INFO O| Sep 07 00:14:37.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
67322026-09-07T00:14:39.030Z[ recovery-image] Sep 07 00:14:37.769 INFO O| Sep 07 00:14:37.769 INFO STEP 322 (remove_files) COMPLETE
67332026-09-07T00:14:39.030Z[ recovery-image] Sep 07 00:14:37.769 INFO O| Sep 07 00:14:37.769 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-07T00:14:39.041Z[ recovery-image] Sep 07 00:14:37.780 INFO O| Sep 07 00:14:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
67352026-09-07T00:14:39.041Z[ recovery-image] Sep 07 00:14:37.780 INFO O| Sep 07 00:14:37.780 INFO STEP 323 (remove_files) COMPLETE
67362026-09-07T00:14:39.041Z[ recovery-image] Sep 07 00:14:37.780 INFO O| Sep 07 00:14:37.780 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-07T00:14:39.051Z[ recovery-image] Sep 07 00:14:37.790 INFO O| Sep 07 00:14:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
67382026-09-07T00:14:39.051Z[ recovery-image] Sep 07 00:14:37.790 INFO O| Sep 07 00:14:37.790 INFO STEP 324 (remove_files) COMPLETE
67392026-09-07T00:14:39.055Z[ recovery-image] Sep 07 00:14:37.790 INFO O| Sep 07 00:14:37.790 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-09-07T00:14:39.073Z[ recovery-image] Sep 07 00:14:37.812 INFO O| Sep 07 00:14:37.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
67412026-09-07T00:14:39.073Z[ recovery-image] Sep 07 00:14:37.812 INFO O| Sep 07 00:14:37.812 INFO STEP 325 (remove_files) COMPLETE
67422026-09-07T00:14:39.073Z[ recovery-image] Sep 07 00:14:37.812 INFO O| Sep 07 00:14:37.812 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-09-07T00:14:39.083Z[ recovery-image] Sep 07 00:14:37.822 INFO O| Sep 07 00:14:37.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
67442026-09-07T00:14:39.083Z[ recovery-image] Sep 07 00:14:37.822 INFO O| Sep 07 00:14:37.822 INFO STEP 326 (remove_files) COMPLETE
67452026-09-07T00:14:39.083Z[ recovery-image] Sep 07 00:14:37.822 INFO O| Sep 07 00:14:37.822 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-09-07T00:14:39.095Z[ recovery-image] Sep 07 00:14:37.832 INFO O| Sep 07 00:14:37.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
67472026-09-07T00:14:39.095Z[ recovery-image] Sep 07 00:14:37.832 INFO O| Sep 07 00:14:37.832 INFO STEP 327 (remove_files) COMPLETE
67482026-09-07T00:14:39.099Z[ recovery-image] Sep 07 00:14:37.832 INFO O| Sep 07 00:14:37.832 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-09-07T00:14:39.104Z[ recovery-image] Sep 07 00:14:37.842 INFO O| Sep 07 00:14:37.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
67502026-09-07T00:14:39.104Z[ recovery-image] Sep 07 00:14:37.842 INFO O| Sep 07 00:14:37.842 INFO STEP 328 (remove_files) COMPLETE
67512026-09-07T00:14:39.104Z[ recovery-image] Sep 07 00:14:37.842 INFO O| Sep 07 00:14:37.842 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-09-07T00:14:39.112Z[ recovery-image] Sep 07 00:14:37.851 INFO O| Sep 07 00:14:37.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
67532026-09-07T00:14:39.112Z[ recovery-image] Sep 07 00:14:37.851 INFO O| Sep 07 00:14:37.851 INFO STEP 329 (remove_files) COMPLETE
67542026-09-07T00:14:39.112Z[ recovery-image] Sep 07 00:14:37.851 INFO O| Sep 07 00:14:37.851 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-09-07T00:14:39.122Z[ recovery-image] Sep 07 00:14:37.860 INFO O| Sep 07 00:14:37.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
67562026-09-07T00:14:39.123Z[ recovery-image] Sep 07 00:14:37.860 INFO O| Sep 07 00:14:37.860 INFO STEP 330 (remove_files) COMPLETE
67572026-09-07T00:14:39.123Z[ recovery-image] Sep 07 00:14:37.860 INFO O| Sep 07 00:14:37.860 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-09-07T00:14:39.131Z[ recovery-image] Sep 07 00:14:37.870 INFO O| Sep 07 00:14:37.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
67592026-09-07T00:14:39.132Z[ recovery-image] Sep 07 00:14:37.870 INFO O| Sep 07 00:14:37.870 INFO STEP 331 (remove_files) COMPLETE
67602026-09-07T00:14:39.132Z[ recovery-image] Sep 07 00:14:37.870 INFO O| Sep 07 00:14:37.870 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-09-07T00:14:39.143Z[ recovery-image] Sep 07 00:14:37.879 INFO O| Sep 07 00:14:37.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
67622026-09-07T00:14:39.144Z[ recovery-image] Sep 07 00:14:37.879 INFO O| Sep 07 00:14:37.879 INFO STEP 332 (remove_files) COMPLETE
67632026-09-07T00:14:39.144Z[ recovery-image] Sep 07 00:14:37.879 INFO O| Sep 07 00:14:37.879 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-09-07T00:14:39.149Z[ recovery-image] Sep 07 00:14:37.889 INFO O| Sep 07 00:14:37.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67652026-09-07T00:14:39.149Z[ recovery-image] Sep 07 00:14:37.889 INFO O| Sep 07 00:14:37.889 INFO STEP 333 (remove_files) COMPLETE
67662026-09-07T00:14:39.150Z[ recovery-image] Sep 07 00:14:37.889 INFO O| Sep 07 00:14:37.889 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-09-07T00:14:39.160Z[ recovery-image] Sep 07 00:14:37.899 INFO O| Sep 07 00:14:37.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67682026-09-07T00:14:39.160Z[ recovery-image] Sep 07 00:14:37.899 INFO O| Sep 07 00:14:37.899 INFO STEP 334 (remove_files) COMPLETE
67692026-09-07T00:14:39.165Z[ recovery-image] Sep 07 00:14:37.899 INFO O| Sep 07 00:14:37.899 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-09-07T00:14:39.170Z[ recovery-image] Sep 07 00:14:37.908 INFO O| Sep 07 00:14:37.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67712026-09-07T00:14:39.170Z[ recovery-image] Sep 07 00:14:37.908 INFO O| Sep 07 00:14:37.908 INFO STEP 335 (remove_files) COMPLETE
67722026-09-07T00:14:39.170Z[ recovery-image] Sep 07 00:14:37.908 INFO O| Sep 07 00:14:37.908 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-09-07T00:14:39.179Z[ recovery-image] Sep 07 00:14:37.918 INFO O| Sep 07 00:14:37.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67742026-09-07T00:14:39.179Z[ recovery-image] Sep 07 00:14:37.918 INFO O| Sep 07 00:14:37.918 INFO STEP 336 (remove_files) COMPLETE
67752026-09-07T00:14:39.184Z[ recovery-image] Sep 07 00:14:37.918 INFO O| Sep 07 00:14:37.918 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-09-07T00:14:39.188Z[ recovery-image] Sep 07 00:14:37.927 INFO O| Sep 07 00:14:37.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67772026-09-07T00:14:39.188Z[ recovery-image] Sep 07 00:14:37.927 INFO O| Sep 07 00:14:37.927 INFO STEP 337 (remove_files) COMPLETE
67782026-09-07T00:14:39.189Z[ recovery-image] Sep 07 00:14:37.927 INFO O| Sep 07 00:14:37.927 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-09-07T00:14:39.198Z[ recovery-image] Sep 07 00:14:37.936 INFO O| Sep 07 00:14:37.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67802026-09-07T00:14:39.198Z[ recovery-image] Sep 07 00:14:37.936 INFO O| Sep 07 00:14:37.936 INFO STEP 338 (remove_files) COMPLETE
67812026-09-07T00:14:39.198Z[ recovery-image] Sep 07 00:14:37.936 INFO O| Sep 07 00:14:37.936 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-07T00:14:39.208Z[ recovery-image] Sep 07 00:14:37.947 INFO O| Sep 07 00:14:37.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67832026-09-07T00:14:39.209Z[ recovery-image] Sep 07 00:14:37.947 INFO O| Sep 07 00:14:37.947 INFO STEP 339 (remove_files) COMPLETE
67842026-09-07T00:14:39.209Z[ recovery-image] Sep 07 00:14:37.947 INFO O| Sep 07 00:14:37.947 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-07T00:14:39.219Z[ recovery-image] Sep 07 00:14:37.958 INFO O| Sep 07 00:14:37.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67862026-09-07T00:14:39.220Z[ recovery-image] Sep 07 00:14:37.958 INFO O| Sep 07 00:14:37.958 INFO STEP 340 (remove_files) COMPLETE
67872026-09-07T00:14:39.220Z[ recovery-image] Sep 07 00:14:37.958 INFO O| Sep 07 00:14:37.958 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-07T00:14:39.229Z[ recovery-image] Sep 07 00:14:37.968 INFO O| Sep 07 00:14:37.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67892026-09-07T00:14:39.229Z[ recovery-image] Sep 07 00:14:37.968 INFO O| Sep 07 00:14:37.968 INFO STEP 341 (remove_files) COMPLETE
67902026-09-07T00:14:39.229Z[ recovery-image] Sep 07 00:14:37.968 INFO O| Sep 07 00:14:37.968 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-07T00:14:39.238Z[ recovery-image] Sep 07 00:14:37.977 INFO O| Sep 07 00:14:37.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67922026-09-07T00:14:39.238Z[ recovery-image] Sep 07 00:14:37.977 INFO O| Sep 07 00:14:37.977 INFO STEP 342 (remove_files) COMPLETE
67932026-09-07T00:14:39.238Z[ recovery-image] Sep 07 00:14:37.977 INFO O| Sep 07 00:14:37.977 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-07T00:14:39.247Z[ recovery-image] Sep 07 00:14:37.986 INFO O| Sep 07 00:14:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67952026-09-07T00:14:39.247Z[ recovery-image] Sep 07 00:14:37.986 INFO O| Sep 07 00:14:37.986 INFO STEP 343 (remove_files) COMPLETE
67962026-09-07T00:14:39.247Z[ recovery-image] Sep 07 00:14:37.986 INFO O| Sep 07 00:14:37.986 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-07T00:14:39.256Z[ recovery-image] Sep 07 00:14:37.995 INFO O| Sep 07 00:14:37.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67982026-09-07T00:14:39.260Z[ recovery-image] Sep 07 00:14:37.996 INFO O| Sep 07 00:14:37.995 INFO STEP 344 (remove_files) COMPLETE
67992026-09-07T00:14:39.260Z[ recovery-image] Sep 07 00:14:37.996 INFO O| Sep 07 00:14:37.995 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-07T00:14:39.268Z[ recovery-image] Sep 07 00:14:38.007 INFO O| Sep 07 00:14:38.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
68012026-09-07T00:14:39.268Z[ recovery-image] Sep 07 00:14:38.007 INFO O| Sep 07 00:14:38.007 INFO STEP 345 (remove_files) COMPLETE
68022026-09-07T00:14:39.268Z[ recovery-image] Sep 07 00:14:38.007 INFO O| Sep 07 00:14:38.007 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-09-07T00:14:39.277Z[ recovery-image] Sep 07 00:14:38.016 INFO O| Sep 07 00:14:38.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
68042026-09-07T00:14:39.277Z[ recovery-image] Sep 07 00:14:38.016 INFO O| Sep 07 00:14:38.016 INFO STEP 346 (remove_files) COMPLETE
68052026-09-07T00:14:39.277Z[ recovery-image] Sep 07 00:14:38.016 INFO O| Sep 07 00:14:38.016 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-09-07T00:14:39.285Z[ recovery-image] Sep 07 00:14:38.024 INFO O| Sep 07 00:14:38.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
68072026-09-07T00:14:39.285Z[ recovery-image] Sep 07 00:14:38.024 INFO O| Sep 07 00:14:38.024 INFO STEP 347 (remove_files) COMPLETE
68082026-09-07T00:14:39.285Z[ recovery-image] Sep 07 00:14:38.024 INFO O| Sep 07 00:14:38.024 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-09-07T00:14:39.295Z[ recovery-image] Sep 07 00:14:38.034 INFO O| Sep 07 00:14:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
68102026-09-07T00:14:39.295Z[ recovery-image] Sep 07 00:14:38.034 INFO O| Sep 07 00:14:38.034 INFO STEP 348 (remove_files) COMPLETE
68112026-09-07T00:14:39.299Z[ recovery-image] Sep 07 00:14:38.034 INFO O| Sep 07 00:14:38.034 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-09-07T00:14:39.305Z[ recovery-image] Sep 07 00:14:38.043 INFO O| Sep 07 00:14:38.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
68132026-09-07T00:14:39.305Z[ recovery-image] Sep 07 00:14:38.044 INFO O| Sep 07 00:14:38.044 INFO STEP 349 (remove_files) COMPLETE
68142026-09-07T00:14:39.305Z[ recovery-image] Sep 07 00:14:38.044 INFO O| Sep 07 00:14:38.044 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-09-07T00:14:39.309Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
68162026-09-07T00:14:39.315Z[ recovery-image] Sep 07 00:14:38.054 INFO O| Sep 07 00:14:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
68172026-09-07T00:14:39.315Z[ recovery-image] Sep 07 00:14:38.054 INFO O| Sep 07 00:14:38.054 INFO STEP 350 (remove_files) COMPLETE
68182026-09-07T00:14:39.316Z[ recovery-image] Sep 07 00:14:38.054 INFO O| Sep 07 00:14:38.054 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-09-07T00:14:39.326Z[ recovery-image] Sep 07 00:14:38.065 INFO O| Sep 07 00:14:38.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
68202026-09-07T00:14:39.326Z[ recovery-image] Sep 07 00:14:38.065 INFO O| Sep 07 00:14:38.065 INFO STEP 351 (remove_files) COMPLETE
68212026-09-07T00:14:39.326Z[ recovery-image] Sep 07 00:14:38.065 INFO O| Sep 07 00:14:38.065 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-09-07T00:14:39.337Z[ recovery-image] Sep 07 00:14:38.076 INFO O| Sep 07 00:14:38.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
68232026-09-07T00:14:39.337Z[ recovery-image] Sep 07 00:14:38.076 INFO O| Sep 07 00:14:38.076 INFO STEP 352 (remove_files) COMPLETE
68242026-09-07T00:14:39.337Z[ recovery-image] Sep 07 00:14:38.076 INFO O| Sep 07 00:14:38.076 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-09-07T00:14:39.349Z[ recovery-image] Sep 07 00:14:38.087 INFO O| Sep 07 00:14:38.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
68262026-09-07T00:14:39.349Z[ recovery-image] Sep 07 00:14:38.087 INFO O| Sep 07 00:14:38.087 INFO STEP 353 (remove_files) COMPLETE
68272026-09-07T00:14:39.349Z[ recovery-image] Sep 07 00:14:38.087 INFO O| Sep 07 00:14:38.087 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-07T00:14:39.358Z[ recovery-image] Sep 07 00:14:38.097 INFO O| Sep 07 00:14:38.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
68292026-09-07T00:14:39.358Z[ recovery-image] Sep 07 00:14:38.097 INFO O| Sep 07 00:14:38.097 INFO STEP 354 (remove_files) COMPLETE
68302026-09-07T00:14:39.362Z[ recovery-image] Sep 07 00:14:38.097 INFO O| Sep 07 00:14:38.097 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-07T00:14:39.371Z[ recovery-image] Sep 07 00:14:38.110 INFO O| Sep 07 00:14:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
68322026-09-07T00:14:39.371Z[ recovery-image] Sep 07 00:14:38.110 INFO O| Sep 07 00:14:38.110 INFO STEP 355 (remove_files) COMPLETE
68332026-09-07T00:14:39.371Z[ recovery-image] Sep 07 00:14:38.110 INFO O| Sep 07 00:14:38.110 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-07T00:14:39.381Z[ recovery-image] Sep 07 00:14:38.120 INFO O| Sep 07 00:14:38.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
68352026-09-07T00:14:39.381Z[ recovery-image] Sep 07 00:14:38.120 INFO O| Sep 07 00:14:38.120 INFO STEP 356 (remove_files) COMPLETE
68362026-09-07T00:14:39.381Z[ recovery-image] Sep 07 00:14:38.120 INFO O| Sep 07 00:14:38.120 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-07T00:14:39.391Z[ recovery-image] Sep 07 00:14:38.130 INFO O| Sep 07 00:14:38.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
68382026-09-07T00:14:39.391Z[ recovery-image] Sep 07 00:14:38.130 INFO O| Sep 07 00:14:38.130 INFO STEP 357 (remove_files) COMPLETE
68392026-09-07T00:14:39.391Z[ recovery-image] Sep 07 00:14:38.130 INFO O| Sep 07 00:14:38.130 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-07T00:14:39.401Z[ recovery-image] Sep 07 00:14:38.140 INFO O| Sep 07 00:14:38.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
68412026-09-07T00:14:39.401Z[ recovery-image] Sep 07 00:14:38.140 INFO O| Sep 07 00:14:38.140 INFO STEP 358 (remove_files) COMPLETE
68422026-09-07T00:14:39.406Z[ recovery-image] Sep 07 00:14:38.140 INFO O| Sep 07 00:14:38.140 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-07T00:14:39.411Z[ recovery-image] Sep 07 00:14:38.150 INFO O| Sep 07 00:14:38.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
68442026-09-07T00:14:39.412Z[ recovery-image] Sep 07 00:14:38.150 INFO O| Sep 07 00:14:38.150 INFO STEP 359 (remove_files) COMPLETE
68452026-09-07T00:14:39.415Z[ recovery-image] Sep 07 00:14:38.150 INFO O| Sep 07 00:14:38.150 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-07T00:14:39.420Z[ recovery-image] Sep 07 00:14:38.159 INFO O| Sep 07 00:14:38.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
68472026-09-07T00:14:39.420Z[ recovery-image] Sep 07 00:14:38.159 INFO O| Sep 07 00:14:38.159 INFO STEP 360 (remove_files) COMPLETE
68482026-09-07T00:14:39.424Z[ recovery-image] Sep 07 00:14:38.159 INFO O| Sep 07 00:14:38.159 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-07T00:14:39.431Z[ recovery-image] Sep 07 00:14:38.170 INFO O| Sep 07 00:14:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
68502026-09-07T00:14:39.431Z[ recovery-image] Sep 07 00:14:38.170 INFO O| Sep 07 00:14:38.170 INFO STEP 361 (remove_files) COMPLETE
68512026-09-07T00:14:39.431Z[ recovery-image] Sep 07 00:14:38.170 INFO O| Sep 07 00:14:38.170 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-07T00:14:39.440Z[ recovery-image] Sep 07 00:14:38.179 INFO O| Sep 07 00:14:38.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
68532026-09-07T00:14:39.440Z[ recovery-image] Sep 07 00:14:38.179 INFO O| Sep 07 00:14:38.179 INFO STEP 362 (remove_files) COMPLETE
68542026-09-07T00:14:39.443Z[ recovery-image] Sep 07 00:14:38.179 INFO O| Sep 07 00:14:38.179 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-07T00:14:39.451Z[ recovery-image] Sep 07 00:14:38.190 INFO O| Sep 07 00:14:38.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
68562026-09-07T00:14:39.451Z[ recovery-image] Sep 07 00:14:38.190 INFO O| Sep 07 00:14:38.190 INFO STEP 363 (remove_files) COMPLETE
68572026-09-07T00:14:39.455Z[ recovery-image] Sep 07 00:14:38.190 INFO O| Sep 07 00:14:38.190 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-07T00:14:39.460Z[ recovery-image] Sep 07 00:14:38.199 INFO O| Sep 07 00:14:38.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
68592026-09-07T00:14:39.461Z[ recovery-image] Sep 07 00:14:38.200 INFO O| Sep 07 00:14:38.200 INFO STEP 364 (remove_files) COMPLETE
68602026-09-07T00:14:39.461Z[ recovery-image] Sep 07 00:14:38.200 INFO O| Sep 07 00:14:38.200 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-07T00:14:39.469Z[ recovery-image] Sep 07 00:14:38.209 INFO O| Sep 07 00:14:38.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
68622026-09-07T00:14:39.469Z[ recovery-image] Sep 07 00:14:38.209 INFO O| Sep 07 00:14:38.209 INFO STEP 365 (remove_files) COMPLETE
68632026-09-07T00:14:39.469Z[ recovery-image] Sep 07 00:14:38.209 INFO O| Sep 07 00:14:38.209 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-07T00:14:39.478Z[ recovery-image] Sep 07 00:14:38.217 INFO O| Sep 07 00:14:38.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68652026-09-07T00:14:39.478Z[ recovery-image] Sep 07 00:14:38.217 INFO O| Sep 07 00:14:38.217 INFO STEP 366 (remove_files) COMPLETE
68662026-09-07T00:14:39.478Z[ recovery-image] Sep 07 00:14:38.217 INFO O| Sep 07 00:14:38.217 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-07T00:14:39.489Z[ recovery-image] Sep 07 00:14:38.228 INFO O| Sep 07 00:14:38.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68682026-09-07T00:14:39.489Z[ recovery-image] Sep 07 00:14:38.228 INFO O| Sep 07 00:14:38.228 INFO STEP 367 (remove_files) COMPLETE
68692026-09-07T00:14:39.489Z[ recovery-image] Sep 07 00:14:38.228 INFO O| Sep 07 00:14:38.228 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-09-07T00:14:39.499Z[ recovery-image] Sep 07 00:14:38.238 INFO O| Sep 07 00:14:38.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68712026-09-07T00:14:39.499Z[ recovery-image] Sep 07 00:14:38.238 INFO O| Sep 07 00:14:38.238 INFO STEP 368 (remove_files) COMPLETE
68722026-09-07T00:14:39.500Z[ recovery-image] Sep 07 00:14:38.238 INFO O| Sep 07 00:14:38.238 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-09-07T00:14:39.509Z[ recovery-image] Sep 07 00:14:38.247 INFO O| Sep 07 00:14:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68742026-09-07T00:14:39.509Z[ recovery-image] Sep 07 00:14:38.247 INFO O| Sep 07 00:14:38.247 INFO STEP 369 (remove_files) COMPLETE
68752026-09-07T00:14:39.509Z[ recovery-image] Sep 07 00:14:38.247 INFO O| Sep 07 00:14:38.247 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-09-07T00:14:39.518Z[ recovery-image] Sep 07 00:14:38.257 INFO O| Sep 07 00:14:38.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68772026-09-07T00:14:39.519Z[ recovery-image] Sep 07 00:14:38.257 INFO O| Sep 07 00:14:38.257 INFO STEP 370 (remove_files) COMPLETE
68782026-09-07T00:14:39.519Z[ recovery-image] Sep 07 00:14:38.257 INFO O| Sep 07 00:14:38.257 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-09-07T00:14:39.527Z[ recovery-image] Sep 07 00:14:38.266 INFO O| Sep 07 00:14:38.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68802026-09-07T00:14:39.527Z[ recovery-image] Sep 07 00:14:38.266 INFO O| Sep 07 00:14:38.266 INFO STEP 371 (remove_files) COMPLETE
68812026-09-07T00:14:39.527Z[ recovery-image] Sep 07 00:14:38.266 INFO O| Sep 07 00:14:38.266 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-09-07T00:14:39.536Z[ recovery-image] Sep 07 00:14:38.275 INFO O| Sep 07 00:14:38.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68832026-09-07T00:14:39.536Z[ recovery-image] Sep 07 00:14:38.275 INFO O| Sep 07 00:14:38.275 INFO STEP 372 (remove_files) COMPLETE
68842026-09-07T00:14:39.536Z[ recovery-image] Sep 07 00:14:38.275 INFO O| Sep 07 00:14:38.275 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-09-07T00:14:39.545Z[ recovery-image] Sep 07 00:14:38.284 INFO O| Sep 07 00:14:38.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68862026-09-07T00:14:39.545Z[ recovery-image] Sep 07 00:14:38.284 INFO O| Sep 07 00:14:38.284 INFO STEP 373 (remove_files) COMPLETE
68872026-09-07T00:14:39.550Z[ recovery-image] Sep 07 00:14:38.284 INFO O| Sep 07 00:14:38.284 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-09-07T00:14:39.554Z[ recovery-image] Sep 07 00:14:38.293 INFO O| Sep 07 00:14:38.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68892026-09-07T00:14:39.554Z[ recovery-image] Sep 07 00:14:38.293 INFO O| Sep 07 00:14:38.293 INFO STEP 374 (remove_files) COMPLETE
68902026-09-07T00:14:39.559Z[ recovery-image] Sep 07 00:14:38.293 INFO O| Sep 07 00:14:38.293 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-09-07T00:14:39.563Z[ recovery-image] Sep 07 00:14:38.301 INFO O| Sep 07 00:14:38.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68922026-09-07T00:14:39.563Z[ recovery-image] Sep 07 00:14:38.301 INFO O| Sep 07 00:14:38.301 INFO STEP 375 (remove_files) COMPLETE
68932026-09-07T00:14:39.563Z[ recovery-image] Sep 07 00:14:38.301 INFO O| Sep 07 00:14:38.301 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-09-07T00:14:39.571Z[ recovery-image] Sep 07 00:14:38.310 INFO O| Sep 07 00:14:38.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68952026-09-07T00:14:39.571Z[ recovery-image] Sep 07 00:14:38.310 INFO O| Sep 07 00:14:38.310 INFO STEP 376 (remove_files) COMPLETE
68962026-09-07T00:14:39.572Z[ recovery-image] Sep 07 00:14:38.310 INFO O| Sep 07 00:14:38.310 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-09-07T00:14:39.580Z[ recovery-image] Sep 07 00:14:38.319 INFO O| Sep 07 00:14:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68982026-09-07T00:14:39.580Z[ recovery-image] Sep 07 00:14:38.319 INFO O| Sep 07 00:14:38.319 INFO STEP 377 (remove_files) COMPLETE
68992026-09-07T00:14:39.580Z[ recovery-image] Sep 07 00:14:38.319 INFO O| Sep 07 00:14:38.319 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-09-07T00:14:39.589Z[ recovery-image] Sep 07 00:14:38.327 INFO O| Sep 07 00:14:38.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
69012026-09-07T00:14:39.589Z[ recovery-image] Sep 07 00:14:38.328 INFO O| Sep 07 00:14:38.328 INFO STEP 378 (remove_files) COMPLETE
69022026-09-07T00:14:39.589Z[ recovery-image] Sep 07 00:14:38.328 INFO O| Sep 07 00:14:38.328 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-09-07T00:14:39.606Z[ recovery-image] Sep 07 00:14:38.339 INFO O| Sep 07 00:14:38.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
69042026-09-07T00:14:39.606Z[ recovery-image] Sep 07 00:14:38.339 INFO O| Sep 07 00:14:38.339 INFO STEP 379 (remove_files) COMPLETE
69052026-09-07T00:14:39.606Z[ recovery-image] Sep 07 00:14:38.339 INFO O| Sep 07 00:14:38.339 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-09-07T00:14:39.611Z[ recovery-image] Sep 07 00:14:38.350 INFO O| Sep 07 00:14:38.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
69072026-09-07T00:14:39.614Z[ recovery-image] Sep 07 00:14:38.350 INFO O| Sep 07 00:14:38.350 INFO STEP 380 (remove_files) COMPLETE
69082026-09-07T00:14:39.615Z[ recovery-image] Sep 07 00:14:38.350 INFO O| Sep 07 00:14:38.350 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-09-07T00:14:39.620Z[ recovery-image] Sep 07 00:14:38.359 INFO O| Sep 07 00:14:38.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
69102026-09-07T00:14:39.620Z[ recovery-image] Sep 07 00:14:38.360 INFO O| Sep 07 00:14:38.359 INFO STEP 381 (remove_files) COMPLETE
69112026-09-07T00:14:39.620Z[ recovery-image] Sep 07 00:14:38.360 INFO O| Sep 07 00:14:38.359 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-07T00:14:39.631Z[ recovery-image] Sep 07 00:14:38.369 INFO O| Sep 07 00:14:38.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
69132026-09-07T00:14:39.631Z[ recovery-image] Sep 07 00:14:38.369 INFO O| Sep 07 00:14:38.369 INFO STEP 382 (remove_files) COMPLETE
69142026-09-07T00:14:39.631Z[ recovery-image] Sep 07 00:14:38.369 INFO O| Sep 07 00:14:38.369 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-07T00:14:39.639Z[ recovery-image] Sep 07 00:14:38.378 INFO O| Sep 07 00:14:38.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
69162026-09-07T00:14:39.639Z[ recovery-image] Sep 07 00:14:38.378 INFO O| Sep 07 00:14:38.378 INFO STEP 383 (remove_files) COMPLETE
69172026-09-07T00:14:39.639Z[ recovery-image] Sep 07 00:14:38.378 INFO O| Sep 07 00:14:38.378 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-07T00:14:39.648Z[ recovery-image] Sep 07 00:14:38.387 INFO O| Sep 07 00:14:38.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
69192026-09-07T00:14:39.648Z[ recovery-image] Sep 07 00:14:38.387 INFO O| Sep 07 00:14:38.387 INFO STEP 384 (remove_files) COMPLETE
69202026-09-07T00:14:39.649Z[ recovery-image] Sep 07 00:14:38.387 INFO O| Sep 07 00:14:38.387 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-07T00:14:39.657Z[ recovery-image] Sep 07 00:14:38.396 INFO O| Sep 07 00:14:38.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
69222026-09-07T00:14:39.660Z[ recovery-image] Sep 07 00:14:38.396 INFO O| Sep 07 00:14:38.396 INFO STEP 385 (remove_files) COMPLETE
69232026-09-07T00:14:39.661Z[ recovery-image] Sep 07 00:14:38.396 INFO O| Sep 07 00:14:38.396 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-07T00:14:39.668Z[ recovery-image] Sep 07 00:14:38.407 INFO O| Sep 07 00:14:38.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
69252026-09-07T00:14:39.668Z[ recovery-image] Sep 07 00:14:38.407 INFO O| Sep 07 00:14:38.407 INFO STEP 386 (remove_files) COMPLETE
69262026-09-07T00:14:39.668Z[ recovery-image] Sep 07 00:14:38.407 INFO O| Sep 07 00:14:38.407 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-09-07T00:14:39.696Z[ recovery-image] Sep 07 00:14:38.435 INFO O| Sep 07 00:14:38.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
69282026-09-07T00:14:39.697Z[ recovery-image] Sep 07 00:14:38.435 INFO O| Sep 07 00:14:38.435 INFO STEP 387 (remove_files) COMPLETE
69292026-09-07T00:14:39.697Z[ recovery-image] Sep 07 00:14:38.435 INFO O| Sep 07 00:14:38.435 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-07T00:14:39.707Z[ recovery-image] Sep 07 00:14:38.445 INFO O| Sep 07 00:14:38.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
69312026-09-07T00:14:39.707Z[ recovery-image] Sep 07 00:14:38.446 INFO O| Sep 07 00:14:38.446 INFO STEP 388 (remove_files) COMPLETE
69322026-09-07T00:14:39.707Z[ recovery-image] Sep 07 00:14:38.446 INFO O| Sep 07 00:14:38.446 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-07T00:14:39.716Z[ recovery-image] Sep 07 00:14:38.455 INFO O| Sep 07 00:14:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
69342026-09-07T00:14:39.716Z[ recovery-image] Sep 07 00:14:38.455 INFO O| Sep 07 00:14:38.455 INFO STEP 389 (remove_files) COMPLETE
69352026-09-07T00:14:39.717Z[ recovery-image] Sep 07 00:14:38.455 INFO O| Sep 07 00:14:38.455 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-07T00:14:39.726Z[ recovery-image] Sep 07 00:14:38.464 INFO O| Sep 07 00:14:38.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
69372026-09-07T00:14:39.726Z[ recovery-image] Sep 07 00:14:38.465 INFO O| Sep 07 00:14:38.465 INFO STEP 390 (remove_files) COMPLETE
69382026-09-07T00:14:39.729Z[ recovery-image] Sep 07 00:14:38.465 INFO O| Sep 07 00:14:38.465 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-07T00:14:39.736Z[ recovery-image] Sep 07 00:14:38.475 INFO O| Sep 07 00:14:38.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
69402026-09-07T00:14:39.736Z[ recovery-image] Sep 07 00:14:38.475 INFO O| Sep 07 00:14:38.475 INFO STEP 391 (remove_files) COMPLETE
69412026-09-07T00:14:39.740Z[ recovery-image] Sep 07 00:14:38.475 INFO O| Sep 07 00:14:38.475 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-07T00:14:39.746Z[ recovery-image] Sep 07 00:14:38.485 INFO O| Sep 07 00:14:38.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
69432026-09-07T00:14:39.746Z[ recovery-image] Sep 07 00:14:38.485 INFO O| Sep 07 00:14:38.485 INFO STEP 392 (remove_files) COMPLETE
69442026-09-07T00:14:39.750Z[ recovery-image] Sep 07 00:14:38.485 INFO O| Sep 07 00:14:38.485 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-07T00:14:39.756Z[ recovery-image] Sep 07 00:14:38.495 INFO O| Sep 07 00:14:38.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
69462026-09-07T00:14:39.756Z[ recovery-image] Sep 07 00:14:38.495 INFO O| Sep 07 00:14:38.495 INFO STEP 393 (remove_files) COMPLETE
69472026-09-07T00:14:39.760Z[ recovery-image] Sep 07 00:14:38.495 INFO O| Sep 07 00:14:38.495 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-07T00:14:39.766Z[ recovery-image] Sep 07 00:14:38.505 INFO O| Sep 07 00:14:38.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
69492026-09-07T00:14:39.770Z[ recovery-image] Sep 07 00:14:38.505 INFO O| Sep 07 00:14:38.505 INFO STEP 394 (remove_files) COMPLETE
69502026-09-07T00:14:39.770Z[ recovery-image] Sep 07 00:14:38.505 INFO O| Sep 07 00:14:38.505 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-07T00:14:39.777Z[ recovery-image] Sep 07 00:14:38.516 INFO O| Sep 07 00:14:38.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
69522026-09-07T00:14:39.777Z[ recovery-image] Sep 07 00:14:38.516 INFO O| Sep 07 00:14:38.516 INFO STEP 395 (remove_files) COMPLETE
69532026-09-07T00:14:39.780Z[ recovery-image] Sep 07 00:14:38.516 INFO O| Sep 07 00:14:38.516 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-07T00:14:39.786Z[ recovery-image] Sep 07 00:14:38.526 INFO O| Sep 07 00:14:38.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
69552026-09-07T00:14:39.787Z[ recovery-image] Sep 07 00:14:38.526 INFO O| Sep 07 00:14:38.526 INFO STEP 396 (remove_files) COMPLETE
69562026-09-07T00:14:39.790Z[ recovery-image] Sep 07 00:14:38.526 INFO O| Sep 07 00:14:38.526 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-07T00:14:39.795Z[ recovery-image] Sep 07 00:14:38.535 INFO O| Sep 07 00:14:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
69582026-09-07T00:14:39.795Z[ recovery-image] Sep 07 00:14:38.535 INFO O| Sep 07 00:14:38.535 INFO STEP 397 (remove_files) COMPLETE
69592026-09-07T00:14:39.799Z[ recovery-image] Sep 07 00:14:38.535 INFO O| Sep 07 00:14:38.535 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-07T00:14:39.805Z[ recovery-image] Sep 07 00:14:38.544 INFO O| Sep 07 00:14:38.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
69612026-09-07T00:14:39.805Z[ recovery-image] Sep 07 00:14:38.544 INFO O| Sep 07 00:14:38.544 INFO STEP 398 (remove_files) COMPLETE
69622026-09-07T00:14:39.809Z[ recovery-image] Sep 07 00:14:38.544 INFO O| Sep 07 00:14:38.544 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-07T00:14:39.815Z[ recovery-image] Sep 07 00:14:38.554 INFO O| Sep 07 00:14:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69642026-09-07T00:14:39.815Z[ recovery-image] Sep 07 00:14:38.554 INFO O| Sep 07 00:14:38.554 INFO STEP 399 (remove_files) COMPLETE
69652026-09-07T00:14:39.818Z[ recovery-image] Sep 07 00:14:38.554 INFO O| Sep 07 00:14:38.554 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-07T00:14:39.824Z[ recovery-image] Sep 07 00:14:38.563 INFO O| Sep 07 00:14:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69672026-09-07T00:14:39.825Z[ recovery-image] Sep 07 00:14:38.564 INFO O| Sep 07 00:14:38.564 INFO STEP 400 (remove_files) COMPLETE
69682026-09-07T00:14:39.828Z[ recovery-image] Sep 07 00:14:38.564 INFO O| Sep 07 00:14:38.564 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-07T00:14:39.837Z[ recovery-image] Sep 07 00:14:38.576 INFO O| Sep 07 00:14:38.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69702026-09-07T00:14:39.837Z[ recovery-image] Sep 07 00:14:38.576 INFO O| Sep 07 00:14:38.576 INFO STEP 401 (remove_files) COMPLETE
69712026-09-07T00:14:39.837Z[ recovery-image] Sep 07 00:14:38.576 INFO O| Sep 07 00:14:38.576 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-07T00:14:39.843Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
69732026-09-07T00:14:39.848Z[ recovery-image] Sep 07 00:14:38.587 INFO O| Sep 07 00:14:38.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69742026-09-07T00:14:39.848Z[ recovery-image] Sep 07 00:14:38.587 INFO O| Sep 07 00:14:38.587 INFO STEP 402 (remove_files) COMPLETE
69752026-09-07T00:14:39.851Z[ recovery-image] Sep 07 00:14:38.587 INFO O| Sep 07 00:14:38.587 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-07T00:14:39.870Z[ recovery-image] Sep 07 00:14:38.608 INFO O| Sep 07 00:14:38.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69772026-09-07T00:14:39.870Z[ recovery-image] Sep 07 00:14:38.609 INFO O| Sep 07 00:14:38.609 INFO STEP 403 (remove_files) COMPLETE
69782026-09-07T00:14:39.870Z[ recovery-image] Sep 07 00:14:38.609 INFO O| Sep 07 00:14:38.609 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-07T00:14:39.928Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
69802026-09-07T00:14:39.938Z[ recovery-image] Sep 07 00:14:38.677 INFO O| Sep 07 00:14:38.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69812026-09-07T00:14:39.938Z[ recovery-image] Sep 07 00:14:38.677 INFO O| Sep 07 00:14:38.677 INFO STEP 404 (remove_files) COMPLETE
69822026-09-07T00:14:39.938Z[ recovery-image] Sep 07 00:14:38.677 INFO O| Sep 07 00:14:38.677 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.689 INFO O| Sep 07 00:14:38.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69842026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.689 INFO O| Sep 07 00:14:38.689 INFO STEP 405 (remove_files) COMPLETE
69852026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.689 INFO O| Sep 07 00:14:38.689 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.699 INFO O| Sep 07 00:14:38.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69872026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.699 INFO O| Sep 07 00:14:38.699 INFO STEP 406 (remove_files) COMPLETE
69882026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.699 INFO O| Sep 07 00:14:38.699 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-09-07T00:14:39.991Z[ recovery-image] Sep 07 00:14:38.709 INFO O| Sep 07 00:14:38.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69902026-09-07T00:14:39.992Z[ recovery-image] Sep 07 00:14:38.709 INFO O| Sep 07 00:14:38.709 INFO STEP 407 (remove_files) COMPLETE
69912026-09-07T00:14:39.992Z[ recovery-image] Sep 07 00:14:38.709 INFO O| Sep 07 00:14:38.709 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-09-07T00:14:39.992Z[ recovery-image] Sep 07 00:14:38.722 INFO O| Sep 07 00:14:38.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69932026-09-07T00:14:39.992Z[ recovery-image] Sep 07 00:14:38.722 INFO O| Sep 07 00:14:38.722 INFO STEP 408 (remove_files) COMPLETE
69942026-09-07T00:14:39.992Z[ recovery-image] Sep 07 00:14:38.722 INFO O| Sep 07 00:14:38.722 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-09-07T00:14:39.996Z[ recovery-image] Sep 07 00:14:38.732 INFO O| Sep 07 00:14:38.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69962026-09-07T00:14:39.996Z[ recovery-image] Sep 07 00:14:38.732 INFO O| Sep 07 00:14:38.732 INFO STEP 409 (remove_files) COMPLETE
69972026-09-07T00:14:39.996Z[ recovery-image] Sep 07 00:14:38.733 INFO O| Sep 07 00:14:38.732 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-09-07T00:14:40.006Z[ recovery-image] Sep 07 00:14:38.745 INFO O| Sep 07 00:14:38.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69992026-09-07T00:14:40.010Z[ recovery-image] Sep 07 00:14:38.746 INFO O| Sep 07 00:14:38.746 INFO STEP 410 (remove_files) COMPLETE
70002026-09-07T00:14:40.010Z[ recovery-image] Sep 07 00:14:38.746 INFO O| Sep 07 00:14:38.746 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-09-07T00:14:40.019Z[ recovery-image] Sep 07 00:14:38.758 INFO O| Sep 07 00:14:38.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
70022026-09-07T00:14:40.019Z[ recovery-image] Sep 07 00:14:38.759 INFO O| Sep 07 00:14:38.759 INFO STEP 411 (remove_files) COMPLETE
70032026-09-07T00:14:40.020Z[ recovery-image] Sep 07 00:14:38.759 INFO O| Sep 07 00:14:38.759 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-09-07T00:14:40.032Z[ recovery-image] Sep 07 00:14:38.771 INFO O| Sep 07 00:14:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
70052026-09-07T00:14:40.036Z[ recovery-image] Sep 07 00:14:38.773 INFO O| Sep 07 00:14:38.773 INFO STEP 412 (remove_files) COMPLETE
70062026-09-07T00:14:40.036Z[ recovery-image] Sep 07 00:14:38.773 INFO O| Sep 07 00:14:38.773 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-09-07T00:14:40.049Z[ recovery-image] Sep 07 00:14:38.788 INFO O| Sep 07 00:14:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
70082026-09-07T00:14:40.049Z[ recovery-image] Sep 07 00:14:38.788 INFO O| Sep 07 00:14:38.788 INFO STEP 413 (remove_files) COMPLETE
70092026-09-07T00:14:40.049Z[ recovery-image] Sep 07 00:14:38.788 INFO O| Sep 07 00:14:38.788 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-09-07T00:14:40.060Z[ recovery-image] Sep 07 00:14:38.799 INFO O| Sep 07 00:14:38.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
70112026-09-07T00:14:40.061Z[ recovery-image] Sep 07 00:14:38.799 INFO O| Sep 07 00:14:38.799 INFO STEP 414 (remove_files) COMPLETE
70122026-09-07T00:14:40.064Z[ recovery-image] Sep 07 00:14:38.799 INFO O| Sep 07 00:14:38.799 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-09-07T00:14:40.079Z[ recovery-image] Sep 07 00:14:38.818 INFO O| Sep 07 00:14:38.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
70142026-09-07T00:14:40.080Z[ recovery-image] Sep 07 00:14:38.818 INFO O| Sep 07 00:14:38.818 INFO STEP 415 (remove_files) COMPLETE
70152026-09-07T00:14:40.080Z[ recovery-image] Sep 07 00:14:38.818 INFO O| Sep 07 00:14:38.818 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-09-07T00:14:40.091Z[ recovery-image] Sep 07 00:14:38.829 INFO O| Sep 07 00:14:38.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
70172026-09-07T00:14:40.091Z[ recovery-image] Sep 07 00:14:38.829 INFO O| Sep 07 00:14:38.829 INFO STEP 416 (remove_files) COMPLETE
70182026-09-07T00:14:40.091Z[ recovery-image] Sep 07 00:14:38.829 INFO O| Sep 07 00:14:38.829 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-09-07T00:14:40.103Z[ recovery-image] Sep 07 00:14:38.842 INFO O| Sep 07 00:14:38.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
70202026-09-07T00:14:40.103Z[ recovery-image] Sep 07 00:14:38.842 INFO O| Sep 07 00:14:38.841 INFO STEP 417 (remove_files) COMPLETE
70212026-09-07T00:14:40.103Z[ recovery-image] Sep 07 00:14:38.842 INFO O| Sep 07 00:14:38.841 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-09-07T00:14:40.115Z[ recovery-image] Sep 07 00:14:38.854 INFO O| Sep 07 00:14:38.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
70232026-09-07T00:14:40.115Z[ recovery-image] Sep 07 00:14:38.854 INFO O| Sep 07 00:14:38.854 INFO STEP 418 (remove_files) COMPLETE
70242026-09-07T00:14:40.115Z[ recovery-image] Sep 07 00:14:38.854 INFO O| Sep 07 00:14:38.854 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-09-07T00:14:40.126Z[ recovery-image] Sep 07 00:14:38.865 INFO O| Sep 07 00:14:38.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
70262026-09-07T00:14:40.126Z[ recovery-image] Sep 07 00:14:38.865 INFO O| Sep 07 00:14:38.865 INFO STEP 419 (remove_files) COMPLETE
70272026-09-07T00:14:40.130Z[ recovery-image] Sep 07 00:14:38.865 INFO O| Sep 07 00:14:38.865 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-09-07T00:14:40.135Z[ recovery-image] Sep 07 00:14:38.875 INFO O| Sep 07 00:14:38.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
70292026-09-07T00:14:40.136Z[ recovery-image] Sep 07 00:14:38.875 INFO O| Sep 07 00:14:38.875 INFO STEP 420 (remove_files) COMPLETE
70302026-09-07T00:14:40.139Z[ recovery-image] Sep 07 00:14:38.875 INFO O| Sep 07 00:14:38.875 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-09-07T00:14:40.145Z[ recovery-image] Sep 07 00:14:38.885 INFO O| Sep 07 00:14:38.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
70322026-09-07T00:14:40.145Z[ recovery-image] Sep 07 00:14:38.885 INFO O| Sep 07 00:14:38.885 INFO STEP 421 (remove_files) COMPLETE
70332026-09-07T00:14:40.149Z[ recovery-image] Sep 07 00:14:38.885 INFO O| Sep 07 00:14:38.885 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-09-07T00:14:40.157Z[ recovery-image] Sep 07 00:14:38.896 INFO O| Sep 07 00:14:38.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
70352026-09-07T00:14:40.157Z[ recovery-image] Sep 07 00:14:38.896 INFO O| Sep 07 00:14:38.896 INFO STEP 422 (remove_files) COMPLETE
70362026-09-07T00:14:40.157Z[ recovery-image] Sep 07 00:14:38.896 INFO O| Sep 07 00:14:38.896 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-09-07T00:14:40.168Z[ recovery-image] Sep 07 00:14:38.907 INFO O| Sep 07 00:14:38.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
70382026-09-07T00:14:40.168Z[ recovery-image] Sep 07 00:14:38.907 INFO O| Sep 07 00:14:38.907 INFO STEP 423 (remove_files) COMPLETE
70392026-09-07T00:14:40.168Z[ recovery-image] Sep 07 00:14:38.907 INFO O| Sep 07 00:14:38.907 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-09-07T00:14:40.180Z[ recovery-image] Sep 07 00:14:38.918 INFO O| Sep 07 00:14:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
70412026-09-07T00:14:40.180Z[ recovery-image] Sep 07 00:14:38.919 INFO O| Sep 07 00:14:38.919 INFO STEP 424 (remove_files) COMPLETE
70422026-09-07T00:14:40.183Z[ recovery-image] Sep 07 00:14:38.919 INFO O| Sep 07 00:14:38.919 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-09-07T00:14:40.190Z[ recovery-image] Sep 07 00:14:38.929 INFO O| Sep 07 00:14:38.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
70442026-09-07T00:14:40.190Z[ recovery-image] Sep 07 00:14:38.929 INFO O| Sep 07 00:14:38.929 INFO STEP 425 (remove_files) COMPLETE
70452026-09-07T00:14:40.194Z[ recovery-image] Sep 07 00:14:38.929 INFO O| Sep 07 00:14:38.929 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-09-07T00:14:40.201Z[ recovery-image] Sep 07 00:14:38.940 INFO O| Sep 07 00:14:38.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
70472026-09-07T00:14:40.201Z[ recovery-image] Sep 07 00:14:38.940 INFO O| Sep 07 00:14:38.940 INFO STEP 426 (remove_files) COMPLETE
70482026-09-07T00:14:40.201Z[ recovery-image] Sep 07 00:14:38.940 INFO O| Sep 07 00:14:38.940 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-09-07T00:14:40.212Z[ recovery-image] Sep 07 00:14:38.951 INFO O| Sep 07 00:14:38.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
70502026-09-07T00:14:40.213Z[ recovery-image] Sep 07 00:14:38.951 INFO O| Sep 07 00:14:38.951 INFO STEP 427 (remove_files) COMPLETE
70512026-09-07T00:14:40.213Z[ recovery-image] Sep 07 00:14:38.951 INFO O| Sep 07 00:14:38.951 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-09-07T00:14:40.223Z[ recovery-image] Sep 07 00:14:38.962 INFO O| Sep 07 00:14:38.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
70532026-09-07T00:14:40.223Z[ recovery-image] Sep 07 00:14:38.962 INFO O| Sep 07 00:14:38.962 INFO STEP 428 (remove_files) COMPLETE
70542026-09-07T00:14:40.223Z[ recovery-image] Sep 07 00:14:38.962 INFO O| Sep 07 00:14:38.962 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-09-07T00:14:40.234Z[ recovery-image] Sep 07 00:14:38.974 INFO O| Sep 07 00:14:38.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
70562026-09-07T00:14:40.235Z[ recovery-image] Sep 07 00:14:38.974 INFO O| Sep 07 00:14:38.974 INFO STEP 429 (remove_files) COMPLETE
70572026-09-07T00:14:40.235Z[ recovery-image] Sep 07 00:14:38.974 INFO O| Sep 07 00:14:38.974 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-09-07T00:14:40.245Z[ recovery-image] Sep 07 00:14:38.984 INFO O| Sep 07 00:14:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
70592026-09-07T00:14:40.245Z[ recovery-image] Sep 07 00:14:38.984 INFO O| Sep 07 00:14:38.984 INFO STEP 430 (remove_files) COMPLETE
70602026-09-07T00:14:40.245Z[ recovery-image] Sep 07 00:14:38.984 INFO O| Sep 07 00:14:38.984 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-09-07T00:14:40.257Z[ recovery-image] Sep 07 00:14:38.995 INFO O| Sep 07 00:14:38.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
70622026-09-07T00:14:40.257Z[ recovery-image] Sep 07 00:14:38.995 INFO O| Sep 07 00:14:38.995 INFO STEP 431 (remove_files) COMPLETE
70632026-09-07T00:14:40.257Z[ recovery-image] Sep 07 00:14:38.995 INFO O| Sep 07 00:14:38.995 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-07T00:14:40.268Z[ recovery-image] Sep 07 00:14:39.007 INFO O| Sep 07 00:14:39.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70652026-09-07T00:14:40.268Z[ recovery-image] Sep 07 00:14:39.007 INFO O| Sep 07 00:14:39.007 INFO STEP 432 (remove_files) COMPLETE
70662026-09-07T00:14:40.271Z[ recovery-image] Sep 07 00:14:39.007 INFO O| Sep 07 00:14:39.007 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-09-07T00:14:40.279Z[ recovery-image] Sep 07 00:14:39.018 INFO O| Sep 07 00:14:39.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70682026-09-07T00:14:40.279Z[ recovery-image] Sep 07 00:14:39.018 INFO O| Sep 07 00:14:39.018 INFO STEP 433 (remove_files) COMPLETE
70692026-09-07T00:14:40.283Z[ recovery-image] Sep 07 00:14:39.018 INFO O| Sep 07 00:14:39.018 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-07T00:14:40.289Z[ recovery-image] Sep 07 00:14:39.028 INFO O| Sep 07 00:14:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70712026-09-07T00:14:40.293Z[ recovery-image] Sep 07 00:14:39.029 INFO O| Sep 07 00:14:39.028 INFO STEP 434 (remove_files) COMPLETE
70722026-09-07T00:14:40.293Z[ recovery-image] Sep 07 00:14:39.029 INFO O| Sep 07 00:14:39.029 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-07T00:14:40.332Z[ recovery-image] Sep 07 00:14:39.039 INFO O| Sep 07 00:14:39.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70742026-09-07T00:14:40.332Z[ recovery-image] Sep 07 00:14:39.039 INFO O| Sep 07 00:14:39.039 INFO STEP 435 (remove_files) COMPLETE
70752026-09-07T00:14:40.332Z[ recovery-image] Sep 07 00:14:39.039 INFO O| Sep 07 00:14:39.039 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-07T00:14:40.332Z[ recovery-image] Sep 07 00:14:39.051 INFO O| Sep 07 00:14:39.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70772026-09-07T00:14:40.332Z[ recovery-image] Sep 07 00:14:39.051 INFO O| Sep 07 00:14:39.051 INFO STEP 436 (remove_files) COMPLETE
70782026-09-07T00:14:40.333Z[ recovery-image] Sep 07 00:14:39.051 INFO O| Sep 07 00:14:39.051 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-07T00:14:40.333Z[ recovery-image] Sep 07 00:14:39.061 INFO O| Sep 07 00:14:39.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70802026-09-07T00:14:40.333Z[ recovery-image] Sep 07 00:14:39.061 INFO O| Sep 07 00:14:39.061 INFO STEP 437 (remove_files) COMPLETE
70812026-09-07T00:14:40.333Z[ recovery-image] Sep 07 00:14:39.061 INFO O| Sep 07 00:14:39.061 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-07T00:14:40.336Z[ recovery-image] Sep 07 00:14:39.071 INFO O| Sep 07 00:14:39.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70832026-09-07T00:14:40.336Z[ recovery-image] Sep 07 00:14:39.072 INFO O| Sep 07 00:14:39.072 INFO STEP 438 (remove_files) COMPLETE
70842026-09-07T00:14:40.336Z[ recovery-image] Sep 07 00:14:39.072 INFO O| Sep 07 00:14:39.072 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-07T00:14:40.343Z[ recovery-image] Sep 07 00:14:39.082 INFO O| Sep 07 00:14:39.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70862026-09-07T00:14:40.343Z[ recovery-image] Sep 07 00:14:39.082 INFO O| Sep 07 00:14:39.082 INFO STEP 439 (remove_files) COMPLETE
70872026-09-07T00:14:40.343Z[ recovery-image] Sep 07 00:14:39.082 INFO O| Sep 07 00:14:39.082 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-07T00:14:40.354Z[ recovery-image] Sep 07 00:14:39.093 INFO O| Sep 07 00:14:39.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70892026-09-07T00:14:40.354Z[ recovery-image] Sep 07 00:14:39.093 INFO O| Sep 07 00:14:39.093 INFO STEP 440 (remove_files) COMPLETE
70902026-09-07T00:14:40.354Z[ recovery-image] Sep 07 00:14:39.093 INFO O| Sep 07 00:14:39.093 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-07T00:14:40.365Z[ recovery-image] Sep 07 00:14:39.105 INFO O| Sep 07 00:14:39.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70922026-09-07T00:14:40.365Z[ recovery-image] Sep 07 00:14:39.105 INFO O| Sep 07 00:14:39.105 INFO STEP 441 (remove_files) COMPLETE
70932026-09-07T00:14:40.365Z[ recovery-image] Sep 07 00:14:39.105 INFO O| Sep 07 00:14:39.105 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-07T00:14:40.377Z[ recovery-image] Sep 07 00:14:39.116 INFO O| Sep 07 00:14:39.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70952026-09-07T00:14:40.377Z[ recovery-image] Sep 07 00:14:39.116 INFO O| Sep 07 00:14:39.116 INFO STEP 442 (remove_files) COMPLETE
70962026-09-07T00:14:40.377Z[ recovery-image] Sep 07 00:14:39.116 INFO O| Sep 07 00:14:39.116 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-07T00:14:40.384Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
70982026-09-07T00:14:40.388Z[ recovery-image] Sep 07 00:14:39.127 INFO O| Sep 07 00:14:39.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70992026-09-07T00:14:40.388Z[ recovery-image] Sep 07 00:14:39.127 INFO O| Sep 07 00:14:39.127 INFO STEP 443 (remove_files) COMPLETE
71002026-09-07T00:14:40.388Z[ recovery-image] Sep 07 00:14:39.127 INFO O| Sep 07 00:14:39.127 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-09-07T00:14:40.400Z[ recovery-image] Sep 07 00:14:39.138 INFO O| Sep 07 00:14:39.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
71022026-09-07T00:14:40.400Z[ recovery-image] Sep 07 00:14:39.138 INFO O| Sep 07 00:14:39.138 INFO STEP 444 (remove_files) COMPLETE
71032026-09-07T00:14:40.400Z[ recovery-image] Sep 07 00:14:39.138 INFO O| Sep 07 00:14:39.138 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-09-07T00:14:40.409Z[ recovery-image] Sep 07 00:14:39.148 INFO O| Sep 07 00:14:39.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
71052026-09-07T00:14:40.409Z[ recovery-image] Sep 07 00:14:39.148 INFO O| Sep 07 00:14:39.148 INFO STEP 445 (remove_files) COMPLETE
71062026-09-07T00:14:40.412Z[ recovery-image] Sep 07 00:14:39.148 INFO O| Sep 07 00:14:39.148 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-07T00:14:40.421Z[ recovery-image] Sep 07 00:14:39.161 INFO O| Sep 07 00:14:39.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
71082026-09-07T00:14:40.421Z[ recovery-image] Sep 07 00:14:39.161 INFO O| Sep 07 00:14:39.161 INFO STEP 446 (remove_files) COMPLETE
71092026-09-07T00:14:40.422Z[ recovery-image] Sep 07 00:14:39.161 INFO O| Sep 07 00:14:39.161 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-07T00:14:40.433Z[ recovery-image] Sep 07 00:14:39.171 INFO O| Sep 07 00:14:39.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
71112026-09-07T00:14:40.433Z[ recovery-image] Sep 07 00:14:39.171 INFO O| Sep 07 00:14:39.171 INFO STEP 447 (remove_files) COMPLETE
71122026-09-07T00:14:40.433Z[ recovery-image] Sep 07 00:14:39.171 INFO O| Sep 07 00:14:39.171 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-07T00:14:40.442Z[ recovery-image] Sep 07 00:14:39.181 INFO O| Sep 07 00:14:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
71142026-09-07T00:14:40.442Z[ recovery-image] Sep 07 00:14:39.181 INFO O| Sep 07 00:14:39.181 INFO STEP 448 (remove_files) COMPLETE
71152026-09-07T00:14:40.442Z[ recovery-image] Sep 07 00:14:39.181 INFO O| Sep 07 00:14:39.181 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-07T00:14:40.456Z[ recovery-image] Sep 07 00:14:39.195 INFO O| Sep 07 00:14:39.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
71172026-09-07T00:14:40.456Z[ recovery-image] Sep 07 00:14:39.195 INFO O| Sep 07 00:14:39.195 INFO STEP 449 (remove_files) COMPLETE
71182026-09-07T00:14:40.467Z[ recovery-image] Sep 07 00:14:39.195 INFO O| Sep 07 00:14:39.195 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-07T00:14:40.467Z[ recovery-image] Sep 07 00:14:39.206 INFO O| Sep 07 00:14:39.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
71202026-09-07T00:14:40.467Z[ recovery-image] Sep 07 00:14:39.206 INFO O| Sep 07 00:14:39.206 INFO STEP 450 (remove_files) COMPLETE
71212026-09-07T00:14:40.471Z[ recovery-image] Sep 07 00:14:39.206 INFO O| Sep 07 00:14:39.206 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-07T00:14:40.476Z[ recovery-image] Sep 07 00:14:39.215 INFO O| Sep 07 00:14:39.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
71232026-09-07T00:14:40.476Z[ recovery-image] Sep 07 00:14:39.216 INFO O| Sep 07 00:14:39.216 INFO STEP 451 (remove_files) COMPLETE
71242026-09-07T00:14:40.479Z[ recovery-image] Sep 07 00:14:39.216 INFO O| Sep 07 00:14:39.216 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-07T00:14:40.485Z[ recovery-image] Sep 07 00:14:39.224 INFO O| Sep 07 00:14:39.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
71262026-09-07T00:14:40.485Z[ recovery-image] Sep 07 00:14:39.224 INFO O| Sep 07 00:14:39.224 INFO STEP 452 (remove_files) COMPLETE
71272026-09-07T00:14:40.485Z[ recovery-image] Sep 07 00:14:39.224 INFO O| Sep 07 00:14:39.224 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-07T00:14:40.494Z[ recovery-image] Sep 07 00:14:39.233 INFO O| Sep 07 00:14:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
71292026-09-07T00:14:40.494Z[ recovery-image] Sep 07 00:14:39.233 INFO O| Sep 07 00:14:39.233 INFO STEP 453 (remove_files) COMPLETE
71302026-09-07T00:14:40.498Z[ recovery-image] Sep 07 00:14:39.233 INFO O| Sep 07 00:14:39.233 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-07T00:14:40.503Z[ recovery-image] Sep 07 00:14:39.242 INFO O| Sep 07 00:14:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
71322026-09-07T00:14:40.507Z[ recovery-image] Sep 07 00:14:39.243 INFO O| Sep 07 00:14:39.243 INFO STEP 454 (remove_files) COMPLETE
71332026-09-07T00:14:40.507Z[ recovery-image] Sep 07 00:14:39.243 INFO O| Sep 07 00:14:39.243 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-07T00:14:40.513Z[ recovery-image] Sep 07 00:14:39.252 INFO O| Sep 07 00:14:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
71352026-09-07T00:14:40.513Z[ recovery-image] Sep 07 00:14:39.252 INFO O| Sep 07 00:14:39.252 INFO STEP 455 (remove_files) COMPLETE
71362026-09-07T00:14:40.516Z[ recovery-image] Sep 07 00:14:39.252 INFO O| Sep 07 00:14:39.252 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-07T00:14:40.522Z[ recovery-image] Sep 07 00:14:39.261 INFO O| Sep 07 00:14:39.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
71382026-09-07T00:14:40.522Z[ recovery-image] Sep 07 00:14:39.261 INFO O| Sep 07 00:14:39.261 INFO STEP 456 (remove_files) COMPLETE
71392026-09-07T00:14:40.522Z[ recovery-image] Sep 07 00:14:39.261 INFO O| Sep 07 00:14:39.261 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-07T00:14:40.531Z[ recovery-image] Sep 07 00:14:39.270 INFO O| Sep 07 00:14:39.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
71412026-09-07T00:14:40.531Z[ recovery-image] Sep 07 00:14:39.270 INFO O| Sep 07 00:14:39.270 INFO STEP 457 (remove_files) COMPLETE
71422026-09-07T00:14:40.531Z[ recovery-image] Sep 07 00:14:39.270 INFO O| Sep 07 00:14:39.270 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-07T00:14:40.540Z[ recovery-image] Sep 07 00:14:39.279 INFO O| Sep 07 00:14:39.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
71442026-09-07T00:14:40.540Z[ recovery-image] Sep 07 00:14:39.279 INFO O| Sep 07 00:14:39.279 INFO STEP 458 (remove_files) COMPLETE
71452026-09-07T00:14:40.540Z[ recovery-image] Sep 07 00:14:39.279 INFO O| Sep 07 00:14:39.279 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-07T00:14:40.548Z[ recovery-image] Sep 07 00:14:39.287 INFO O| Sep 07 00:14:39.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
71472026-09-07T00:14:40.548Z[ recovery-image] Sep 07 00:14:39.288 INFO O| Sep 07 00:14:39.288 INFO STEP 459 (remove_files) COMPLETE
71482026-09-07T00:14:40.548Z[ recovery-image] Sep 07 00:14:39.288 INFO O| Sep 07 00:14:39.288 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-07T00:14:40.556Z[ recovery-image] Sep 07 00:14:39.295 INFO O| Sep 07 00:14:39.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
71502026-09-07T00:14:40.556Z[ recovery-image] Sep 07 00:14:39.296 INFO O| Sep 07 00:14:39.295 INFO STEP 460 (remove_files) COMPLETE
71512026-09-07T00:14:40.556Z[ recovery-image] Sep 07 00:14:39.296 INFO O| Sep 07 00:14:39.296 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-07T00:14:40.565Z[ recovery-image] Sep 07 00:14:39.304 INFO O| Sep 07 00:14:39.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
71532026-09-07T00:14:40.565Z[ recovery-image] Sep 07 00:14:39.304 INFO O| Sep 07 00:14:39.304 INFO STEP 461 (remove_files) COMPLETE
71542026-09-07T00:14:40.565Z[ recovery-image] Sep 07 00:14:39.304 INFO O| Sep 07 00:14:39.304 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-07T00:14:40.573Z[ recovery-image] Sep 07 00:14:39.312 INFO O| Sep 07 00:14:39.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
71562026-09-07T00:14:40.573Z[ recovery-image] Sep 07 00:14:39.312 INFO O| Sep 07 00:14:39.312 INFO STEP 462 (remove_files) COMPLETE
71572026-09-07T00:14:40.573Z[ recovery-image] Sep 07 00:14:39.312 INFO O| Sep 07 00:14:39.312 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-07T00:14:40.581Z[ recovery-image] Sep 07 00:14:39.320 INFO O| Sep 07 00:14:39.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
71592026-09-07T00:14:40.581Z[ recovery-image] Sep 07 00:14:39.321 INFO O| Sep 07 00:14:39.321 INFO STEP 463 (remove_files) COMPLETE
71602026-09-07T00:14:40.583Z[ recovery-image] Sep 07 00:14:39.321 INFO O| Sep 07 00:14:39.321 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-07T00:14:40.590Z[ recovery-image] Sep 07 00:14:39.329 INFO O| Sep 07 00:14:39.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
71622026-09-07T00:14:40.590Z[ recovery-image] Sep 07 00:14:39.329 INFO O| Sep 07 00:14:39.329 INFO STEP 464 (remove_files) COMPLETE
71632026-09-07T00:14:40.590Z[ recovery-image] Sep 07 00:14:39.329 INFO O| Sep 07 00:14:39.329 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-07T00:14:40.598Z[ recovery-image] Sep 07 00:14:39.338 INFO O| Sep 07 00:14:39.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
71652026-09-07T00:14:40.598Z[ recovery-image] Sep 07 00:14:39.338 INFO O| Sep 07 00:14:39.338 INFO STEP 465 (remove_files) COMPLETE
71662026-09-07T00:14:40.598Z[ recovery-image] Sep 07 00:14:39.338 INFO O| Sep 07 00:14:39.338 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-07T00:14:40.610Z[ recovery-image] Sep 07 00:14:39.349 INFO O| Sep 07 00:14:39.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71682026-09-07T00:14:40.610Z[ recovery-image] Sep 07 00:14:39.349 INFO O| Sep 07 00:14:39.349 INFO STEP 466 (remove_files) COMPLETE
71692026-09-07T00:14:40.613Z[ recovery-image] Sep 07 00:14:39.349 INFO O| Sep 07 00:14:39.349 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-07T00:14:40.621Z[ recovery-image] Sep 07 00:14:39.360 INFO O| Sep 07 00:14:39.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71712026-09-07T00:14:40.621Z[ recovery-image] Sep 07 00:14:39.360 INFO O| Sep 07 00:14:39.360 INFO STEP 467 (remove_files) COMPLETE
71722026-09-07T00:14:40.624Z[ recovery-image] Sep 07 00:14:39.360 INFO O| Sep 07 00:14:39.360 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-07T00:14:40.632Z[ recovery-image] Sep 07 00:14:39.369 INFO O| Sep 07 00:14:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71742026-09-07T00:14:40.633Z[ recovery-image] Sep 07 00:14:39.369 INFO O| Sep 07 00:14:39.369 INFO STEP 468 (remove_files) COMPLETE
71752026-09-07T00:14:40.636Z[ recovery-image] Sep 07 00:14:39.369 INFO O| Sep 07 00:14:39.369 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-07T00:14:40.639Z[ recovery-image] Sep 07 00:14:39.378 INFO O| Sep 07 00:14:39.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71772026-09-07T00:14:40.639Z[ recovery-image] Sep 07 00:14:39.378 INFO O| Sep 07 00:14:39.378 INFO STEP 469 (remove_files) COMPLETE
71782026-09-07T00:14:40.639Z[ recovery-image] Sep 07 00:14:39.378 INFO O| Sep 07 00:14:39.378 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-07T00:14:40.650Z[ recovery-image] Sep 07 00:14:39.389 INFO O| Sep 07 00:14:39.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71802026-09-07T00:14:40.650Z[ recovery-image] Sep 07 00:14:39.389 INFO O| Sep 07 00:14:39.389 INFO STEP 470 (remove_files) COMPLETE
71812026-09-07T00:14:40.653Z[ recovery-image] Sep 07 00:14:39.389 INFO O| Sep 07 00:14:39.389 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-07T00:14:40.660Z[ recovery-image] Sep 07 00:14:39.399 INFO O| Sep 07 00:14:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71832026-09-07T00:14:40.660Z[ recovery-image] Sep 07 00:14:39.399 INFO O| Sep 07 00:14:39.399 INFO STEP 471 (remove_files) COMPLETE
71842026-09-07T00:14:40.660Z[ recovery-image] Sep 07 00:14:39.399 INFO O| Sep 07 00:14:39.399 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-07T00:14:40.670Z[ recovery-image] Sep 07 00:14:39.409 INFO O| Sep 07 00:14:39.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71862026-09-07T00:14:40.670Z[ recovery-image] Sep 07 00:14:39.409 INFO O| Sep 07 00:14:39.409 INFO STEP 472 (remove_files) COMPLETE
71872026-09-07T00:14:40.670Z[ recovery-image] Sep 07 00:14:39.409 INFO O| Sep 07 00:14:39.409 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-07T00:14:40.679Z[ recovery-image] Sep 07 00:14:39.418 INFO O| Sep 07 00:14:39.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71892026-09-07T00:14:40.679Z[ recovery-image] Sep 07 00:14:39.418 INFO O| Sep 07 00:14:39.418 INFO STEP 473 (remove_files) COMPLETE
71902026-09-07T00:14:40.679Z[ recovery-image] Sep 07 00:14:39.418 INFO O| Sep 07 00:14:39.418 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-07T00:14:40.688Z[ recovery-image] Sep 07 00:14:39.427 INFO O| Sep 07 00:14:39.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71922026-09-07T00:14:40.688Z[ recovery-image] Sep 07 00:14:39.427 INFO O| Sep 07 00:14:39.427 INFO STEP 474 (remove_files) COMPLETE
71932026-09-07T00:14:40.688Z[ recovery-image] Sep 07 00:14:39.427 INFO O| Sep 07 00:14:39.427 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-07T00:14:40.697Z[ recovery-image] Sep 07 00:14:39.436 INFO O| Sep 07 00:14:39.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71952026-09-07T00:14:40.697Z[ recovery-image] Sep 07 00:14:39.436 INFO O| Sep 07 00:14:39.436 INFO STEP 475 (remove_files) COMPLETE
71962026-09-07T00:14:40.697Z[ recovery-image] Sep 07 00:14:39.436 INFO O| Sep 07 00:14:39.436 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-07T00:14:40.706Z[ recovery-image] Sep 07 00:14:39.446 INFO O| Sep 07 00:14:39.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71982026-09-07T00:14:40.706Z[ recovery-image] Sep 07 00:14:39.446 INFO O| Sep 07 00:14:39.446 INFO STEP 476 (remove_files) COMPLETE
71992026-09-07T00:14:40.706Z[ recovery-image] Sep 07 00:14:39.446 INFO O| Sep 07 00:14:39.446 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-07T00:14:40.717Z[ recovery-image] Sep 07 00:14:39.455 INFO O| Sep 07 00:14:39.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
72012026-09-07T00:14:40.717Z[ recovery-image] Sep 07 00:14:39.455 INFO O| Sep 07 00:14:39.455 INFO STEP 477 (remove_files) COMPLETE
72022026-09-07T00:14:40.717Z[ recovery-image] Sep 07 00:14:39.455 INFO O| Sep 07 00:14:39.455 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-07T00:14:40.725Z[ recovery-image] Sep 07 00:14:39.464 INFO O| Sep 07 00:14:39.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
72042026-09-07T00:14:40.726Z[ recovery-image] Sep 07 00:14:39.464 INFO O| Sep 07 00:14:39.464 INFO STEP 478 (remove_files) COMPLETE
72052026-09-07T00:14:40.726Z[ recovery-image] Sep 07 00:14:39.464 INFO O| Sep 07 00:14:39.464 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-07T00:14:40.735Z[ recovery-image] Sep 07 00:14:39.474 INFO O| Sep 07 00:14:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
72072026-09-07T00:14:40.735Z[ recovery-image] Sep 07 00:14:39.474 INFO O| Sep 07 00:14:39.474 INFO STEP 479 (remove_files) COMPLETE
72082026-09-07T00:14:40.735Z[ recovery-image] Sep 07 00:14:39.474 INFO O| Sep 07 00:14:39.474 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-07T00:14:40.747Z[ recovery-image] Sep 07 00:14:39.484 INFO O| Sep 07 00:14:39.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
72102026-09-07T00:14:40.747Z[ recovery-image] Sep 07 00:14:39.484 INFO O| Sep 07 00:14:39.484 INFO STEP 480 (remove_files) COMPLETE
72112026-09-07T00:14:40.751Z[ recovery-image] Sep 07 00:14:39.484 INFO O| Sep 07 00:14:39.484 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-07T00:14:40.756Z[ recovery-image] Sep 07 00:14:39.494 INFO O| Sep 07 00:14:39.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
72132026-09-07T00:14:40.756Z[ recovery-image] Sep 07 00:14:39.494 INFO O| Sep 07 00:14:39.494 INFO STEP 481 (remove_files) COMPLETE
72142026-09-07T00:14:40.757Z[ recovery-image] Sep 07 00:14:39.494 INFO O| Sep 07 00:14:39.494 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-09-07T00:14:40.764Z[ recovery-image] Sep 07 00:14:39.504 INFO O| Sep 07 00:14:39.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
72162026-09-07T00:14:40.765Z[ recovery-image] Sep 07 00:14:39.504 INFO O| Sep 07 00:14:39.504 INFO STEP 482 (remove_files) COMPLETE
72172026-09-07T00:14:40.768Z[ recovery-image] Sep 07 00:14:39.504 INFO O| Sep 07 00:14:39.504 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-09-07T00:14:40.775Z[ recovery-image] Sep 07 00:14:39.514 INFO O| Sep 07 00:14:39.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
72192026-09-07T00:14:40.775Z[ recovery-image] Sep 07 00:14:39.514 INFO O| Sep 07 00:14:39.514 INFO STEP 483 (remove_files) COMPLETE
72202026-09-07T00:14:40.775Z[ recovery-image] Sep 07 00:14:39.514 INFO O| Sep 07 00:14:39.514 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-09-07T00:14:40.786Z[ recovery-image] Sep 07 00:14:39.525 INFO O| Sep 07 00:14:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
72222026-09-07T00:14:40.786Z[ recovery-image] Sep 07 00:14:39.525 INFO O| Sep 07 00:14:39.525 INFO STEP 484 (remove_files) COMPLETE
72232026-09-07T00:14:40.791Z[ recovery-image] Sep 07 00:14:39.525 INFO O| Sep 07 00:14:39.525 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-09-07T00:14:40.797Z[ recovery-image] Sep 07 00:14:39.536 INFO O| Sep 07 00:14:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
72252026-09-07T00:14:40.797Z[ recovery-image] Sep 07 00:14:39.536 INFO O| Sep 07 00:14:39.536 INFO STEP 485 (remove_files) COMPLETE
72262026-09-07T00:14:40.797Z[ recovery-image] Sep 07 00:14:39.536 INFO O| Sep 07 00:14:39.536 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-09-07T00:14:40.809Z[ recovery-image] Sep 07 00:14:39.547 INFO O| Sep 07 00:14:39.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
72282026-09-07T00:14:40.812Z[ recovery-image] Sep 07 00:14:39.547 INFO O| Sep 07 00:14:39.547 INFO STEP 486 (remove_files) COMPLETE
72292026-09-07T00:14:40.812Z[ recovery-image] Sep 07 00:14:39.547 INFO O| Sep 07 00:14:39.547 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-09-07T00:14:40.822Z[ recovery-image] Sep 07 00:14:39.561 INFO O| Sep 07 00:14:39.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
72312026-09-07T00:14:40.822Z[ recovery-image] Sep 07 00:14:39.561 INFO O| Sep 07 00:14:39.561 INFO STEP 487 (remove_files) COMPLETE
72322026-09-07T00:14:40.822Z[ recovery-image] Sep 07 00:14:39.561 INFO O| Sep 07 00:14:39.561 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-09-07T00:14:40.833Z[ recovery-image] Sep 07 00:14:39.572 INFO O| Sep 07 00:14:39.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
72342026-09-07T00:14:40.833Z[ recovery-image] Sep 07 00:14:39.572 INFO O| Sep 07 00:14:39.572 INFO STEP 488 (remove_files) COMPLETE
72352026-09-07T00:14:40.833Z[ recovery-image] Sep 07 00:14:39.572 INFO O| Sep 07 00:14:39.572 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-09-07T00:14:40.844Z[ recovery-image] Sep 07 00:14:39.581 INFO O| Sep 07 00:14:39.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
72372026-09-07T00:14:40.844Z[ recovery-image] Sep 07 00:14:39.581 INFO O| Sep 07 00:14:39.580 INFO STEP 489 (remove_files) COMPLETE
72382026-09-07T00:14:40.847Z[ recovery-image] Sep 07 00:14:39.581 INFO O| Sep 07 00:14:39.580 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-09-07T00:14:40.851Z[ recovery-image] Sep 07 00:14:39.589 INFO O| Sep 07 00:14:39.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
72402026-09-07T00:14:40.851Z[ recovery-image] Sep 07 00:14:39.589 INFO O| Sep 07 00:14:39.589 INFO STEP 490 (remove_files) COMPLETE
72412026-09-07T00:14:40.851Z[ recovery-image] Sep 07 00:14:39.589 INFO O| Sep 07 00:14:39.589 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-09-07T00:14:40.859Z[ recovery-image] Sep 07 00:14:39.598 INFO O| Sep 07 00:14:39.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
72432026-09-07T00:14:40.859Z[ recovery-image] Sep 07 00:14:39.598 INFO O| Sep 07 00:14:39.598 INFO STEP 491 (remove_files) COMPLETE
72442026-09-07T00:14:40.859Z[ recovery-image] Sep 07 00:14:39.598 INFO O| Sep 07 00:14:39.598 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-09-07T00:14:40.869Z[ recovery-image] Sep 07 00:14:39.607 INFO O| Sep 07 00:14:39.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
72462026-09-07T00:14:40.869Z[ recovery-image] Sep 07 00:14:39.607 INFO O| Sep 07 00:14:39.607 INFO STEP 492 (remove_files) COMPLETE
72472026-09-07T00:14:40.869Z[ recovery-image] Sep 07 00:14:39.607 INFO O| Sep 07 00:14:39.607 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-09-07T00:14:40.879Z[ recovery-image] Sep 07 00:14:39.618 INFO O| Sep 07 00:14:39.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
72492026-09-07T00:14:40.880Z[ recovery-image] Sep 07 00:14:39.618 INFO O| Sep 07 00:14:39.618 INFO STEP 493 (remove_files) COMPLETE
72502026-09-07T00:14:40.880Z[ recovery-image] Sep 07 00:14:39.618 INFO O| Sep 07 00:14:39.618 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-09-07T00:14:40.888Z[ recovery-image] Sep 07 00:14:39.628 INFO O| Sep 07 00:14:39.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
72522026-09-07T00:14:40.889Z[ recovery-image] Sep 07 00:14:39.628 INFO O| Sep 07 00:14:39.628 INFO STEP 494 (remove_files) COMPLETE
72532026-09-07T00:14:40.893Z[ recovery-image] Sep 07 00:14:39.628 INFO O| Sep 07 00:14:39.628 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-09-07T00:14:40.898Z[ recovery-image] Sep 07 00:14:39.637 INFO O| Sep 07 00:14:39.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
72552026-09-07T00:14:40.898Z[ recovery-image] Sep 07 00:14:39.637 INFO O| Sep 07 00:14:39.637 INFO STEP 495 (remove_files) COMPLETE
72562026-09-07T00:14:40.898Z[ recovery-image] Sep 07 00:14:39.637 INFO O| Sep 07 00:14:39.637 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-09-07T00:14:40.907Z[ recovery-image] Sep 07 00:14:39.646 INFO O| Sep 07 00:14:39.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
72582026-09-07T00:14:40.907Z[ recovery-image] Sep 07 00:14:39.646 INFO O| Sep 07 00:14:39.646 INFO STEP 496 (remove_files) COMPLETE
72592026-09-07T00:14:40.907Z[ recovery-image] Sep 07 00:14:39.646 INFO O| Sep 07 00:14:39.646 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-09-07T00:14:40.916Z[ recovery-image] Sep 07 00:14:39.655 INFO O| Sep 07 00:14:39.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
72612026-09-07T00:14:40.916Z[ recovery-image] Sep 07 00:14:39.655 INFO O| Sep 07 00:14:39.655 INFO STEP 497 (remove_files) COMPLETE
72622026-09-07T00:14:40.917Z[ recovery-image] Sep 07 00:14:39.655 INFO O| Sep 07 00:14:39.655 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-09-07T00:14:40.926Z[ recovery-image] Sep 07 00:14:39.665 INFO O| Sep 07 00:14:39.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
72642026-09-07T00:14:40.926Z[ recovery-image] Sep 07 00:14:39.665 INFO O| Sep 07 00:14:39.665 INFO STEP 498 (remove_files) COMPLETE
72652026-09-07T00:14:40.926Z[ recovery-image] Sep 07 00:14:39.665 INFO O| Sep 07 00:14:39.665 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-09-07T00:14:40.935Z[ recovery-image] Sep 07 00:14:39.674 INFO O| Sep 07 00:14:39.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72672026-09-07T00:14:40.935Z[ recovery-image] Sep 07 00:14:39.674 INFO O| Sep 07 00:14:39.674 INFO STEP 499 (remove_files) COMPLETE
72682026-09-07T00:14:40.939Z[ recovery-image] Sep 07 00:14:39.674 INFO O| Sep 07 00:14:39.674 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-09-07T00:14:40.945Z[ recovery-image] Sep 07 00:14:39.684 INFO O| Sep 07 00:14:39.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72702026-09-07T00:14:40.945Z[ recovery-image] Sep 07 00:14:39.684 INFO O| Sep 07 00:14:39.684 INFO STEP 500 (remove_files) COMPLETE
72712026-09-07T00:14:40.945Z[ recovery-image] Sep 07 00:14:39.684 INFO O| Sep 07 00:14:39.684 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-09-07T00:14:40.955Z[ recovery-image] Sep 07 00:14:39.694 INFO O| Sep 07 00:14:39.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72732026-09-07T00:14:40.955Z[ recovery-image] Sep 07 00:14:39.694 INFO O| Sep 07 00:14:39.694 INFO STEP 501 (remove_files) COMPLETE
72742026-09-07T00:14:40.956Z[ recovery-image] Sep 07 00:14:39.694 INFO O| Sep 07 00:14:39.694 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-09-07T00:14:40.967Z[ recovery-image] Sep 07 00:14:39.705 INFO O| Sep 07 00:14:39.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72762026-09-07T00:14:40.967Z[ recovery-image] Sep 07 00:14:39.705 INFO O| Sep 07 00:14:39.705 INFO STEP 502 (remove_files) COMPLETE
72772026-09-07T00:14:40.967Z[ recovery-image] Sep 07 00:14:39.706 INFO O| Sep 07 00:14:39.705 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-09-07T00:14:40.976Z[ recovery-image] Sep 07 00:14:39.716 INFO O| Sep 07 00:14:39.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72792026-09-07T00:14:40.977Z[ recovery-image] Sep 07 00:14:39.716 INFO O| Sep 07 00:14:39.716 INFO STEP 503 (remove_files) COMPLETE
72802026-09-07T00:14:40.977Z[ recovery-image] Sep 07 00:14:39.716 INFO O| Sep 07 00:14:39.716 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-09-07T00:14:40.988Z[ recovery-image] Sep 07 00:14:39.727 INFO O| Sep 07 00:14:39.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72822026-09-07T00:14:40.988Z[ recovery-image] Sep 07 00:14:39.727 INFO O| Sep 07 00:14:39.727 INFO STEP 504 (remove_files) COMPLETE
72832026-09-07T00:14:40.992Z[ recovery-image] Sep 07 00:14:39.727 INFO O| Sep 07 00:14:39.727 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-09-07T00:14:40.998Z[ recovery-image] Sep 07 00:14:39.737 INFO O| Sep 07 00:14:39.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72852026-09-07T00:14:40.998Z[ recovery-image] Sep 07 00:14:39.737 INFO O| Sep 07 00:14:39.737 INFO STEP 505 (remove_files) COMPLETE
72862026-09-07T00:14:41.001Z[ recovery-image] Sep 07 00:14:39.737 INFO O| Sep 07 00:14:39.737 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-09-07T00:14:41.007Z[ recovery-image] Sep 07 00:14:39.746 INFO O| Sep 07 00:14:39.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72882026-09-07T00:14:41.007Z[ recovery-image] Sep 07 00:14:39.746 INFO O| Sep 07 00:14:39.746 INFO STEP 506 (remove_files) COMPLETE
72892026-09-07T00:14:41.007Z[ recovery-image] Sep 07 00:14:39.746 INFO O| Sep 07 00:14:39.746 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-09-07T00:14:41.016Z[ recovery-image] Sep 07 00:14:39.755 INFO O| Sep 07 00:14:39.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72912026-09-07T00:14:41.016Z[ recovery-image] Sep 07 00:14:39.755 INFO O| Sep 07 00:14:39.755 INFO STEP 507 (remove_files) COMPLETE
72922026-09-07T00:14:41.021Z[ recovery-image] Sep 07 00:14:39.755 INFO O| Sep 07 00:14:39.755 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-09-07T00:14:41.026Z[ recovery-image] Sep 07 00:14:39.764 INFO O| Sep 07 00:14:39.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72942026-09-07T00:14:41.026Z[ recovery-image] Sep 07 00:14:39.764 INFO O| Sep 07 00:14:39.764 INFO STEP 508 (remove_files) COMPLETE
72952026-09-07T00:14:41.026Z[ recovery-image] Sep 07 00:14:39.764 INFO O| Sep 07 00:14:39.764 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-09-07T00:14:41.034Z[ recovery-image] Sep 07 00:14:39.772 INFO O| Sep 07 00:14:39.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72972026-09-07T00:14:41.034Z[ recovery-image] Sep 07 00:14:39.773 INFO O| Sep 07 00:14:39.772 INFO STEP 509 (remove_files) COMPLETE
72982026-09-07T00:14:41.034Z[ recovery-image] Sep 07 00:14:39.773 INFO O| Sep 07 00:14:39.773 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-09-07T00:14:41.043Z[ recovery-image] Sep 07 00:14:39.782 INFO O| Sep 07 00:14:39.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
73002026-09-07T00:14:41.043Z[ recovery-image] Sep 07 00:14:39.782 INFO O| Sep 07 00:14:39.782 INFO STEP 510 (remove_files) COMPLETE
73012026-09-07T00:14:41.043Z[ recovery-image] Sep 07 00:14:39.782 INFO O| Sep 07 00:14:39.782 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-09-07T00:14:41.052Z[ recovery-image] Sep 07 00:14:39.790 INFO O| Sep 07 00:14:39.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
73032026-09-07T00:14:41.052Z[ recovery-image] Sep 07 00:14:39.791 INFO O| Sep 07 00:14:39.790 INFO STEP 511 (remove_files) COMPLETE
73042026-09-07T00:14:41.052Z[ recovery-image] Sep 07 00:14:39.791 INFO O| Sep 07 00:14:39.791 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-09-07T00:14:41.060Z[ recovery-image] Sep 07 00:14:39.799 INFO O| Sep 07 00:14:39.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
73062026-09-07T00:14:41.060Z[ recovery-image] Sep 07 00:14:39.799 INFO O| Sep 07 00:14:39.799 INFO STEP 512 (remove_files) COMPLETE
73072026-09-07T00:14:41.065Z[ recovery-image] Sep 07 00:14:39.799 INFO O| Sep 07 00:14:39.799 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-09-07T00:14:41.069Z[ recovery-image] Sep 07 00:14:39.808 INFO O| Sep 07 00:14:39.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
73092026-09-07T00:14:41.072Z[ recovery-image] Sep 07 00:14:39.809 INFO O| Sep 07 00:14:39.809 INFO STEP 513 (remove_files) COMPLETE
73102026-09-07T00:14:41.073Z[ recovery-image] Sep 07 00:14:39.809 INFO O| Sep 07 00:14:39.809 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-09-07T00:14:41.079Z[ recovery-image] Sep 07 00:14:39.818 INFO O| Sep 07 00:14:39.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
73122026-09-07T00:14:41.079Z[ recovery-image] Sep 07 00:14:39.818 INFO O| Sep 07 00:14:39.818 INFO STEP 514 (remove_files) COMPLETE
73132026-09-07T00:14:41.079Z[ recovery-image] Sep 07 00:14:39.818 INFO O| Sep 07 00:14:39.818 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-07T00:14:41.089Z[ recovery-image] Sep 07 00:14:39.827 INFO O| Sep 07 00:14:39.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
73152026-09-07T00:14:41.089Z[ recovery-image] Sep 07 00:14:39.827 INFO O| Sep 07 00:14:39.827 INFO STEP 515 (remove_files) COMPLETE
73162026-09-07T00:14:41.089Z[ recovery-image] Sep 07 00:14:39.827 INFO O| Sep 07 00:14:39.827 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-07T00:14:41.098Z[ recovery-image] Sep 07 00:14:39.837 INFO O| Sep 07 00:14:39.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
73182026-09-07T00:14:41.101Z[ recovery-image] Sep 07 00:14:39.838 INFO O| Sep 07 00:14:39.838 INFO STEP 516 (remove_files) COMPLETE
73192026-09-07T00:14:41.101Z[ recovery-image] Sep 07 00:14:39.838 INFO O| Sep 07 00:14:39.838 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-07T00:14:41.109Z[ recovery-image] Sep 07 00:14:39.848 INFO O| Sep 07 00:14:39.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
73212026-09-07T00:14:41.112Z[ recovery-image] Sep 07 00:14:39.849 INFO O| Sep 07 00:14:39.849 INFO STEP 517 (remove_files) COMPLETE
73222026-09-07T00:14:41.112Z[ recovery-image] Sep 07 00:14:39.849 INFO O| Sep 07 00:14:39.849 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-07T00:14:41.119Z[ recovery-image] Sep 07 00:14:39.858 INFO O| Sep 07 00:14:39.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
73242026-09-07T00:14:41.119Z[ recovery-image] Sep 07 00:14:39.858 INFO O| Sep 07 00:14:39.858 INFO STEP 518 (remove_files) COMPLETE
73252026-09-07T00:14:41.123Z[ recovery-image] Sep 07 00:14:39.858 INFO O| Sep 07 00:14:39.858 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-07T00:14:41.128Z[ recovery-image] Sep 07 00:14:39.868 INFO O| Sep 07 00:14:39.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
73272026-09-07T00:14:41.128Z[ recovery-image] Sep 07 00:14:39.868 INFO O| Sep 07 00:14:39.868 INFO STEP 519 (remove_files) COMPLETE
73282026-09-07T00:14:41.132Z[ recovery-image] Sep 07 00:14:39.868 INFO O| Sep 07 00:14:39.868 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-07T00:14:41.139Z[ recovery-image] Sep 07 00:14:39.878 INFO O| Sep 07 00:14:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
73302026-09-07T00:14:41.139Z[ recovery-image] Sep 07 00:14:39.878 INFO O| Sep 07 00:14:39.878 INFO STEP 520 (remove_files) COMPLETE
73312026-09-07T00:14:41.139Z[ recovery-image] Sep 07 00:14:39.878 INFO O| Sep 07 00:14:39.878 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-07T00:14:41.151Z[ recovery-image] Sep 07 00:14:39.889 INFO O| Sep 07 00:14:39.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
73332026-09-07T00:14:41.151Z[ recovery-image] Sep 07 00:14:39.889 INFO O| Sep 07 00:14:39.889 INFO STEP 521 (remove_files) COMPLETE
73342026-09-07T00:14:41.151Z[ recovery-image] Sep 07 00:14:39.889 INFO O| Sep 07 00:14:39.889 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-09-07T00:14:41.156Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
73362026-09-07T00:14:41.160Z[ recovery-image] Sep 07 00:14:39.899 INFO O| Sep 07 00:14:39.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
73372026-09-07T00:14:41.160Z[ recovery-image] Sep 07 00:14:39.899 INFO O| Sep 07 00:14:39.899 INFO STEP 522 (remove_files) COMPLETE
73382026-09-07T00:14:41.161Z[ recovery-image] Sep 07 00:14:39.900 INFO O| Sep 07 00:14:39.899 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-09-07T00:14:41.172Z[ recovery-image] Sep 07 00:14:39.911 INFO O| Sep 07 00:14:39.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
73402026-09-07T00:14:41.172Z[ recovery-image] Sep 07 00:14:39.911 INFO O| Sep 07 00:14:39.911 INFO STEP 523 (remove_files) COMPLETE
73412026-09-07T00:14:41.174Z[ recovery-image] Sep 07 00:14:39.911 INFO O| Sep 07 00:14:39.911 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-09-07T00:14:41.185Z[ recovery-image] Sep 07 00:14:39.924 INFO O| Sep 07 00:14:39.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
73432026-09-07T00:14:41.185Z[ recovery-image] Sep 07 00:14:39.924 INFO O| Sep 07 00:14:39.924 INFO STEP 524 (remove_files) COMPLETE
73442026-09-07T00:14:41.185Z[ recovery-image] Sep 07 00:14:39.924 INFO O| Sep 07 00:14:39.924 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-09-07T00:14:41.194Z[ recovery-image] Sep 07 00:14:39.933 INFO O| Sep 07 00:14:39.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
73462026-09-07T00:14:41.195Z[ recovery-image] Sep 07 00:14:39.933 INFO O| Sep 07 00:14:39.933 INFO STEP 525 (remove_files) COMPLETE
73472026-09-07T00:14:41.195Z[ recovery-image] Sep 07 00:14:39.933 INFO O| Sep 07 00:14:39.933 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-09-07T00:14:41.204Z[ recovery-image] Sep 07 00:14:39.943 INFO O| Sep 07 00:14:39.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
73492026-09-07T00:14:41.204Z[ recovery-image] Sep 07 00:14:39.943 INFO O| Sep 07 00:14:39.943 INFO STEP 526 (remove_files) COMPLETE
73502026-09-07T00:14:41.205Z[ recovery-image] Sep 07 00:14:39.943 INFO O| Sep 07 00:14:39.943 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-09-07T00:14:41.213Z[ recovery-image] Sep 07 00:14:39.952 INFO O| Sep 07 00:14:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
73522026-09-07T00:14:41.213Z[ recovery-image] Sep 07 00:14:39.952 INFO O| Sep 07 00:14:39.952 INFO STEP 527 (remove_files) COMPLETE
73532026-09-07T00:14:41.213Z[ recovery-image] Sep 07 00:14:39.952 INFO O| Sep 07 00:14:39.952 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-09-07T00:14:41.221Z[ recovery-image] Sep 07 00:14:39.960 INFO O| Sep 07 00:14:39.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
73552026-09-07T00:14:41.222Z[ recovery-image] Sep 07 00:14:39.960 INFO O| Sep 07 00:14:39.960 INFO STEP 528 (remove_files) COMPLETE
73562026-09-07T00:14:41.222Z[ recovery-image] Sep 07 00:14:39.960 INFO O| Sep 07 00:14:39.960 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-09-07T00:14:41.229Z[ recovery-image] Sep 07 00:14:39.968 INFO O| Sep 07 00:14:39.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
73582026-09-07T00:14:41.229Z[ recovery-image] Sep 07 00:14:39.968 INFO O| Sep 07 00:14:39.968 INFO STEP 529 (remove_files) COMPLETE
73592026-09-07T00:14:41.229Z[ recovery-image] Sep 07 00:14:39.968 INFO O| Sep 07 00:14:39.968 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-09-07T00:14:41.243Z[ recovery-image] Sep 07 00:14:39.982 INFO O| Sep 07 00:14:39.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
73612026-09-07T00:14:41.243Z[ recovery-image] Sep 07 00:14:39.982 INFO O| Sep 07 00:14:39.982 INFO STEP 530 (remove_files) COMPLETE
73622026-09-07T00:14:41.244Z[ recovery-image] Sep 07 00:14:39.982 INFO O| Sep 07 00:14:39.982 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-09-07T00:14:41.254Z[ recovery-image] Sep 07 00:14:39.992 INFO O| Sep 07 00:14:39.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
73642026-09-07T00:14:41.255Z[ recovery-image] Sep 07 00:14:39.992 INFO O| Sep 07 00:14:39.992 INFO STEP 531 (remove_files) COMPLETE
73652026-09-07T00:14:41.255Z[ recovery-image] Sep 07 00:14:39.992 INFO O| Sep 07 00:14:39.992 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-09-07T00:14:41.262Z[ recovery-image] Sep 07 00:14:40.001 INFO O| Sep 07 00:14:40.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73672026-09-07T00:14:41.262Z[ recovery-image] Sep 07 00:14:40.001 INFO O| Sep 07 00:14:40.001 INFO STEP 532 (remove_files) COMPLETE
73682026-09-07T00:14:41.262Z[ recovery-image] Sep 07 00:14:40.001 INFO O| Sep 07 00:14:40.001 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-09-07T00:14:41.271Z[ recovery-image] Sep 07 00:14:40.010 INFO O| Sep 07 00:14:40.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73702026-09-07T00:14:41.271Z[ recovery-image] Sep 07 00:14:40.010 INFO O| Sep 07 00:14:40.010 INFO STEP 533 (remove_files) COMPLETE
73712026-09-07T00:14:41.271Z[ recovery-image] Sep 07 00:14:40.010 INFO O| Sep 07 00:14:40.010 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-09-07T00:14:41.281Z[ recovery-image] Sep 07 00:14:40.019 INFO O| Sep 07 00:14:40.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73732026-09-07T00:14:41.285Z[ recovery-image] Sep 07 00:14:40.019 INFO O| Sep 07 00:14:40.019 INFO STEP 534 (remove_files) COMPLETE
73742026-09-07T00:14:41.285Z[ recovery-image] Sep 07 00:14:40.019 INFO O| Sep 07 00:14:40.019 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-09-07T00:14:41.290Z[ recovery-image] Sep 07 00:14:40.028 INFO O| Sep 07 00:14:40.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73762026-09-07T00:14:41.290Z[ recovery-image] Sep 07 00:14:40.028 INFO O| Sep 07 00:14:40.028 INFO STEP 535 (remove_files) COMPLETE
73772026-09-07T00:14:41.293Z[ recovery-image] Sep 07 00:14:40.028 INFO O| Sep 07 00:14:40.028 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-09-07T00:14:41.299Z[ recovery-image] Sep 07 00:14:40.038 INFO O| Sep 07 00:14:40.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73792026-09-07T00:14:41.300Z[ recovery-image] Sep 07 00:14:40.038 INFO O| Sep 07 00:14:40.038 INFO STEP 536 (remove_files) COMPLETE
73802026-09-07T00:14:41.300Z[ recovery-image] Sep 07 00:14:40.039 INFO O| Sep 07 00:14:40.038 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-09-07T00:14:41.309Z[ recovery-image] Sep 07 00:14:40.048 INFO O| Sep 07 00:14:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73822026-09-07T00:14:41.310Z[ recovery-image] Sep 07 00:14:40.048 INFO O| Sep 07 00:14:40.048 INFO STEP 537 (remove_files) COMPLETE
73832026-09-07T00:14:41.310Z[ recovery-image] Sep 07 00:14:40.048 INFO O| Sep 07 00:14:40.048 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-09-07T00:14:41.320Z[ recovery-image] Sep 07 00:14:40.058 INFO O| Sep 07 00:14:40.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73852026-09-07T00:14:41.323Z[ recovery-image] Sep 07 00:14:40.059 INFO O| Sep 07 00:14:40.059 INFO STEP 538 (remove_files) COMPLETE
73862026-09-07T00:14:41.323Z[ recovery-image] Sep 07 00:14:40.059 INFO O| Sep 07 00:14:40.059 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-09-07T00:14:41.330Z[ recovery-image] Sep 07 00:14:40.069 INFO O| Sep 07 00:14:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73882026-09-07T00:14:41.330Z[ recovery-image] Sep 07 00:14:40.069 INFO O| Sep 07 00:14:40.069 INFO STEP 539 (remove_files) COMPLETE
73892026-09-07T00:14:41.333Z[ recovery-image] Sep 07 00:14:40.069 INFO O| Sep 07 00:14:40.069 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-09-07T00:14:41.339Z[ recovery-image] Sep 07 00:14:40.078 INFO O| Sep 07 00:14:40.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73912026-09-07T00:14:41.340Z[ recovery-image] Sep 07 00:14:40.078 INFO O| Sep 07 00:14:40.078 INFO STEP 540 (remove_files) COMPLETE
73922026-09-07T00:14:41.340Z[ recovery-image] Sep 07 00:14:40.078 INFO O| Sep 07 00:14:40.078 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-09-07T00:14:41.349Z[ recovery-image] Sep 07 00:14:40.088 INFO O| Sep 07 00:14:40.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73942026-09-07T00:14:41.349Z[ recovery-image] Sep 07 00:14:40.088 INFO O| Sep 07 00:14:40.088 INFO STEP 541 (remove_files) COMPLETE
73952026-09-07T00:14:41.349Z[ recovery-image] Sep 07 00:14:40.088 INFO O| Sep 07 00:14:40.088 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-09-07T00:14:41.358Z[ recovery-image] Sep 07 00:14:40.097 INFO O| Sep 07 00:14:40.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73972026-09-07T00:14:41.358Z[ recovery-image] Sep 07 00:14:40.097 INFO O| Sep 07 00:14:40.097 INFO STEP 542 (remove_files) COMPLETE
73982026-09-07T00:14:41.359Z[ recovery-image] Sep 07 00:14:40.097 INFO O| Sep 07 00:14:40.097 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-09-07T00:14:41.369Z[ recovery-image] Sep 07 00:14:40.108 INFO O| Sep 07 00:14:40.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
74002026-09-07T00:14:41.370Z[ recovery-image] Sep 07 00:14:40.108 INFO O| Sep 07 00:14:40.108 INFO STEP 543 (remove_files) COMPLETE
74012026-09-07T00:14:41.370Z[ recovery-image] Sep 07 00:14:40.108 INFO O| Sep 07 00:14:40.108 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-09-07T00:14:41.379Z[ recovery-image] Sep 07 00:14:40.118 INFO O| Sep 07 00:14:40.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
74032026-09-07T00:14:41.379Z[ recovery-image] Sep 07 00:14:40.118 INFO O| Sep 07 00:14:40.118 INFO STEP 544 (remove_files) COMPLETE
74042026-09-07T00:14:41.379Z[ recovery-image] Sep 07 00:14:40.118 INFO O| Sep 07 00:14:40.118 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-09-07T00:14:41.388Z[ recovery-image] Sep 07 00:14:40.127 INFO O| Sep 07 00:14:40.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
74062026-09-07T00:14:41.388Z[ recovery-image] Sep 07 00:14:40.127 INFO O| Sep 07 00:14:40.127 INFO STEP 545 (remove_files) COMPLETE
74072026-09-07T00:14:41.388Z[ recovery-image] Sep 07 00:14:40.127 INFO O| Sep 07 00:14:40.127 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-09-07T00:14:41.400Z[ recovery-image] Sep 07 00:14:40.139 INFO O| Sep 07 00:14:40.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
74092026-09-07T00:14:41.400Z[ recovery-image] Sep 07 00:14:40.139 INFO O| Sep 07 00:14:40.139 INFO STEP 546 (remove_files) COMPLETE
74102026-09-07T00:14:41.405Z[ recovery-image] Sep 07 00:14:40.139 INFO O| Sep 07 00:14:40.139 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-07T00:14:41.411Z[ recovery-image] Sep 07 00:14:40.150 INFO O| Sep 07 00:14:40.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
74122026-09-07T00:14:41.411Z[ recovery-image] Sep 07 00:14:40.150 INFO O| Sep 07 00:14:40.150 INFO STEP 547 (remove_files) COMPLETE
74132026-09-07T00:14:41.411Z[ recovery-image] Sep 07 00:14:40.150 INFO O| Sep 07 00:14:40.150 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-07T00:14:41.421Z[ recovery-image] Sep 07 00:14:40.160 INFO O| Sep 07 00:14:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
74152026-09-07T00:14:41.421Z[ recovery-image] Sep 07 00:14:40.160 INFO O| Sep 07 00:14:40.160 INFO STEP 548 (remove_files) COMPLETE
74162026-09-07T00:14:41.425Z[ recovery-image] Sep 07 00:14:40.160 INFO O| Sep 07 00:14:40.160 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-07T00:14:41.430Z[ recovery-image] Sep 07 00:14:40.170 INFO O| Sep 07 00:14:40.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
74182026-09-07T00:14:41.431Z[ recovery-image] Sep 07 00:14:40.170 INFO O| Sep 07 00:14:40.170 INFO STEP 549 (remove_files) COMPLETE
74192026-09-07T00:14:41.434Z[ recovery-image] Sep 07 00:14:40.170 INFO O| Sep 07 00:14:40.170 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-07T00:14:41.439Z[ recovery-image] Sep 07 00:14:40.179 INFO O| Sep 07 00:14:40.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
74212026-09-07T00:14:41.440Z[ recovery-image] Sep 07 00:14:40.179 INFO O| Sep 07 00:14:40.179 INFO STEP 550 (remove_files) COMPLETE
74222026-09-07T00:14:41.444Z[ recovery-image] Sep 07 00:14:40.179 INFO O| Sep 07 00:14:40.179 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-07T00:14:41.449Z[ recovery-image] Sep 07 00:14:40.188 INFO O| Sep 07 00:14:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
74242026-09-07T00:14:41.449Z[ recovery-image] Sep 07 00:14:40.188 INFO O| Sep 07 00:14:40.188 INFO STEP 551 (remove_files) COMPLETE
74252026-09-07T00:14:41.449Z[ recovery-image] Sep 07 00:14:40.188 INFO O| Sep 07 00:14:40.188 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-07T00:14:41.457Z[ recovery-image] Sep 07 00:14:40.196 INFO O| Sep 07 00:14:40.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
74272026-09-07T00:14:41.458Z[ recovery-image] Sep 07 00:14:40.196 INFO O| Sep 07 00:14:40.196 INFO STEP 552 (remove_files) COMPLETE
74282026-09-07T00:14:41.458Z[ recovery-image] Sep 07 00:14:40.196 INFO O| Sep 07 00:14:40.196 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-07T00:14:41.466Z[ recovery-image] Sep 07 00:14:40.204 INFO O| Sep 07 00:14:40.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
74302026-09-07T00:14:41.466Z[ recovery-image] Sep 07 00:14:40.205 INFO O| Sep 07 00:14:40.205 INFO STEP 553 (remove_files) COMPLETE
74312026-09-07T00:14:41.466Z[ recovery-image] Sep 07 00:14:40.205 INFO O| Sep 07 00:14:40.205 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-07T00:14:41.476Z[ recovery-image] Sep 07 00:14:40.215 INFO O| Sep 07 00:14:40.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
74332026-09-07T00:14:41.480Z[ recovery-image] Sep 07 00:14:40.216 INFO O| Sep 07 00:14:40.216 INFO STEP 554 (remove_files) COMPLETE
74342026-09-07T00:14:41.480Z[ recovery-image] Sep 07 00:14:40.216 INFO O| Sep 07 00:14:40.216 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-07T00:14:41.487Z[ recovery-image] Sep 07 00:14:40.226 INFO O| Sep 07 00:14:40.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
74362026-09-07T00:14:41.487Z[ recovery-image] Sep 07 00:14:40.226 INFO O| Sep 07 00:14:40.226 INFO STEP 555 (remove_files) COMPLETE
74372026-09-07T00:14:41.492Z[ recovery-image] Sep 07 00:14:40.226 INFO O| Sep 07 00:14:40.226 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-07T00:14:41.497Z[ recovery-image] Sep 07 00:14:40.236 INFO O| Sep 07 00:14:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
74392026-09-07T00:14:41.497Z[ recovery-image] Sep 07 00:14:40.236 INFO O| Sep 07 00:14:40.236 INFO STEP 556 (remove_files) COMPLETE
74402026-09-07T00:14:41.497Z[ recovery-image] Sep 07 00:14:40.236 INFO O| Sep 07 00:14:40.236 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-07T00:14:41.508Z[ recovery-image] Sep 07 00:14:40.246 INFO O| Sep 07 00:14:40.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
74422026-09-07T00:14:41.508Z[ recovery-image] Sep 07 00:14:40.246 INFO O| Sep 07 00:14:40.246 INFO STEP 557 (remove_files) COMPLETE
74432026-09-07T00:14:41.508Z[ recovery-image] Sep 07 00:14:40.246 INFO O| Sep 07 00:14:40.246 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-07T00:14:41.523Z[ recovery-image] Sep 07 00:14:40.257 INFO O| Sep 07 00:14:40.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
74452026-09-07T00:14:41.524Z[ recovery-image] Sep 07 00:14:40.257 INFO O| Sep 07 00:14:40.257 INFO STEP 558 (remove_files) COMPLETE
74462026-09-07T00:14:41.524Z[ recovery-image] Sep 07 00:14:40.257 INFO O| Sep 07 00:14:40.257 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-07T00:14:41.528Z[ recovery-image] Sep 07 00:14:40.267 INFO O| Sep 07 00:14:40.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
74482026-09-07T00:14:41.528Z[ recovery-image] Sep 07 00:14:40.267 INFO O| Sep 07 00:14:40.267 INFO STEP 559 (remove_files) COMPLETE
74492026-09-07T00:14:41.528Z[ recovery-image] Sep 07 00:14:40.267 INFO O| Sep 07 00:14:40.267 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-07T00:14:41.539Z[ recovery-image] Sep 07 00:14:40.277 INFO O| Sep 07 00:14:40.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
74512026-09-07T00:14:41.539Z[ recovery-image] Sep 07 00:14:40.277 INFO O| Sep 07 00:14:40.277 INFO STEP 560 (remove_files) COMPLETE
74522026-09-07T00:14:41.539Z[ recovery-image] Sep 07 00:14:40.277 INFO O| Sep 07 00:14:40.277 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-07T00:14:41.550Z[ recovery-image] Sep 07 00:14:40.288 INFO O| Sep 07 00:14:40.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
74542026-09-07T00:14:41.550Z[ recovery-image] Sep 07 00:14:40.288 INFO O| Sep 07 00:14:40.288 INFO STEP 561 (remove_files) COMPLETE
74552026-09-07T00:14:41.550Z[ recovery-image] Sep 07 00:14:40.288 INFO O| Sep 07 00:14:40.288 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-07T00:14:41.561Z[ recovery-image] Sep 07 00:14:40.299 INFO O| Sep 07 00:14:40.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
74572026-09-07T00:14:41.561Z[ recovery-image] Sep 07 00:14:40.299 INFO O| Sep 07 00:14:40.299 INFO STEP 562 (remove_files) COMPLETE
74582026-09-07T00:14:41.561Z[ recovery-image] Sep 07 00:14:40.299 INFO O| Sep 07 00:14:40.299 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-07T00:14:41.571Z[ recovery-image] Sep 07 00:14:40.310 INFO O| Sep 07 00:14:40.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
74602026-09-07T00:14:41.571Z[ recovery-image] Sep 07 00:14:40.310 INFO O| Sep 07 00:14:40.310 INFO STEP 563 (remove_files) COMPLETE
74612026-09-07T00:14:41.571Z[ recovery-image] Sep 07 00:14:40.310 INFO O| Sep 07 00:14:40.310 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-07T00:14:41.581Z[ recovery-image] Sep 07 00:14:40.320 INFO O| Sep 07 00:14:40.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
74632026-09-07T00:14:41.581Z[ recovery-image] Sep 07 00:14:40.320 INFO O| Sep 07 00:14:40.320 INFO STEP 564 (remove_files) COMPLETE
74642026-09-07T00:14:41.585Z[ recovery-image] Sep 07 00:14:40.320 INFO O| Sep 07 00:14:40.320 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-07T00:14:41.590Z[ recovery-image] Sep 07 00:14:40.330 INFO O| Sep 07 00:14:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
74662026-09-07T00:14:41.591Z[ recovery-image] Sep 07 00:14:40.330 INFO O| Sep 07 00:14:40.330 INFO STEP 565 (remove_files) COMPLETE
74672026-09-07T00:14:41.591Z[ recovery-image] Sep 07 00:14:40.330 INFO O| Sep 07 00:14:40.330 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-07T00:14:41.599Z[ recovery-image] Sep 07 00:14:40.338 INFO O| Sep 07 00:14:40.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74692026-09-07T00:14:41.599Z[ recovery-image] Sep 07 00:14:40.338 INFO O| Sep 07 00:14:40.338 INFO STEP 566 (remove_files) COMPLETE
74702026-09-07T00:14:41.599Z[ recovery-image] Sep 07 00:14:40.338 INFO O| Sep 07 00:14:40.338 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-07T00:14:41.609Z[ recovery-image] Sep 07 00:14:40.348 INFO O| Sep 07 00:14:40.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74722026-09-07T00:14:41.610Z[ recovery-image] Sep 07 00:14:40.348 INFO O| Sep 07 00:14:40.348 INFO STEP 567 (remove_files) COMPLETE
74732026-09-07T00:14:41.613Z[ recovery-image] Sep 07 00:14:40.348 INFO O| Sep 07 00:14:40.348 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-07T00:14:41.619Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
74752026-09-07T00:14:41.622Z[ recovery-image] Sep 07 00:14:40.358 INFO O| Sep 07 00:14:40.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74762026-09-07T00:14:41.623Z[ recovery-image] Sep 07 00:14:40.358 INFO O| Sep 07 00:14:40.358 INFO STEP 568 (remove_files) COMPLETE
74772026-09-07T00:14:41.623Z[ recovery-image] Sep 07 00:14:40.358 INFO O| Sep 07 00:14:40.358 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-09-07T00:14:41.629Z[ recovery-image] Sep 07 00:14:40.368 INFO O| Sep 07 00:14:40.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74792026-09-07T00:14:41.629Z[ recovery-image] Sep 07 00:14:40.368 INFO O| Sep 07 00:14:40.368 INFO STEP 569 (remove_files) COMPLETE
74802026-09-07T00:14:41.629Z[ recovery-image] Sep 07 00:14:40.368 INFO O| Sep 07 00:14:40.368 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-09-07T00:14:41.638Z[ recovery-image] Sep 07 00:14:40.377 INFO O| Sep 07 00:14:40.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74822026-09-07T00:14:41.642Z[ recovery-image] Sep 07 00:14:40.378 INFO O| Sep 07 00:14:40.378 INFO STEP 570 (remove_files) COMPLETE
74832026-09-07T00:14:41.642Z[ recovery-image] Sep 07 00:14:40.378 INFO O| Sep 07 00:14:40.378 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-09-07T00:14:41.652Z[ recovery-image] Sep 07 00:14:40.389 INFO O| Sep 07 00:14:40.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74852026-09-07T00:14:41.653Z[ recovery-image] Sep 07 00:14:40.389 INFO O| Sep 07 00:14:40.389 INFO STEP 571 (remove_files) COMPLETE
74862026-09-07T00:14:41.656Z[ recovery-image] Sep 07 00:14:40.390 INFO O| Sep 07 00:14:40.389 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-09-07T00:14:41.661Z[ recovery-image] Sep 07 00:14:40.400 INFO O| Sep 07 00:14:40.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74882026-09-07T00:14:41.661Z[ recovery-image] Sep 07 00:14:40.400 INFO O| Sep 07 00:14:40.400 INFO STEP 572 (remove_files) COMPLETE
74892026-09-07T00:14:41.661Z[ recovery-image] Sep 07 00:14:40.400 INFO O| Sep 07 00:14:40.400 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-09-07T00:14:41.671Z[ recovery-image] Sep 07 00:14:40.410 INFO O| Sep 07 00:14:40.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74912026-09-07T00:14:41.672Z[ recovery-image] Sep 07 00:14:40.410 INFO O| Sep 07 00:14:40.410 INFO STEP 573 (remove_files) COMPLETE
74922026-09-07T00:14:41.676Z[ recovery-image] Sep 07 00:14:40.410 INFO O| Sep 07 00:14:40.410 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-09-07T00:14:41.681Z[ recovery-image] Sep 07 00:14:40.420 INFO O| Sep 07 00:14:40.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74942026-09-07T00:14:41.681Z[ recovery-image] Sep 07 00:14:40.420 INFO O| Sep 07 00:14:40.420 INFO STEP 574 (remove_files) COMPLETE
74952026-09-07T00:14:41.681Z[ recovery-image] Sep 07 00:14:40.420 INFO O| Sep 07 00:14:40.420 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-09-07T00:14:41.692Z[ recovery-image] Sep 07 00:14:40.431 INFO O| Sep 07 00:14:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74972026-09-07T00:14:41.692Z[ recovery-image] Sep 07 00:14:40.431 INFO O| Sep 07 00:14:40.431 INFO STEP 575 (remove_files) COMPLETE
74982026-09-07T00:14:41.692Z[ recovery-image] Sep 07 00:14:40.431 INFO O| Sep 07 00:14:40.431 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-07T00:14:41.703Z[ recovery-image] Sep 07 00:14:40.440 INFO O| Sep 07 00:14:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
75002026-09-07T00:14:41.707Z[ recovery-image] Sep 07 00:14:40.441 INFO O| Sep 07 00:14:40.441 INFO STEP 576 (remove_files) COMPLETE
75012026-09-07T00:14:41.707Z[ recovery-image] Sep 07 00:14:40.441 INFO O| Sep 07 00:14:40.441 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-09-07T00:14:41.713Z[ recovery-image] Sep 07 00:14:40.451 INFO O| Sep 07 00:14:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
75032026-09-07T00:14:41.717Z[ recovery-image] Sep 07 00:14:40.451 INFO O| Sep 07 00:14:40.451 INFO STEP 577 (remove_files) COMPLETE
75042026-09-07T00:14:41.718Z[ recovery-image] Sep 07 00:14:40.451 INFO O| Sep 07 00:14:40.451 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-09-07T00:14:41.723Z[ recovery-image] Sep 07 00:14:40.462 INFO O| Sep 07 00:14:40.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
75062026-09-07T00:14:41.723Z[ recovery-image] Sep 07 00:14:40.462 INFO O| Sep 07 00:14:40.462 INFO STEP 578 (remove_files) COMPLETE
75072026-09-07T00:14:41.723Z[ recovery-image] Sep 07 00:14:40.462 INFO O| Sep 07 00:14:40.462 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-09-07T00:14:41.733Z[ recovery-image] Sep 07 00:14:40.472 INFO O| Sep 07 00:14:40.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
75092026-09-07T00:14:41.734Z[ recovery-image] Sep 07 00:14:40.472 INFO O| Sep 07 00:14:40.472 INFO STEP 579 (remove_files) COMPLETE
75102026-09-07T00:14:41.737Z[ recovery-image] Sep 07 00:14:40.472 INFO O| Sep 07 00:14:40.472 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-09-07T00:14:41.744Z[ recovery-image] Sep 07 00:14:40.483 INFO O| Sep 07 00:14:40.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
75122026-09-07T00:14:41.744Z[ recovery-image] Sep 07 00:14:40.483 INFO O| Sep 07 00:14:40.483 INFO STEP 580 (remove_files) COMPLETE
75132026-09-07T00:14:41.744Z[ recovery-image] Sep 07 00:14:40.483 INFO O| Sep 07 00:14:40.483 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-09-07T00:14:41.755Z[ recovery-image] Sep 07 00:14:40.494 INFO O| Sep 07 00:14:40.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
75152026-09-07T00:14:41.755Z[ recovery-image] Sep 07 00:14:40.494 INFO O| Sep 07 00:14:40.494 INFO STEP 581 (remove_files) COMPLETE
75162026-09-07T00:14:41.755Z[ recovery-image] Sep 07 00:14:40.494 INFO O| Sep 07 00:14:40.494 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-09-07T00:14:41.765Z[ recovery-image] Sep 07 00:14:40.504 INFO O| Sep 07 00:14:40.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
75182026-09-07T00:14:41.765Z[ recovery-image] Sep 07 00:14:40.504 INFO O| Sep 07 00:14:40.504 INFO STEP 582 (remove_files) COMPLETE
75192026-09-07T00:14:41.769Z[ recovery-image] Sep 07 00:14:40.504 INFO O| Sep 07 00:14:40.504 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-09-07T00:14:41.775Z[ recovery-image] Sep 07 00:14:40.514 INFO O| Sep 07 00:14:40.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
75212026-09-07T00:14:41.779Z[ recovery-image] Sep 07 00:14:40.515 INFO O| Sep 07 00:14:40.515 INFO STEP 583 (remove_files) COMPLETE
75222026-09-07T00:14:41.779Z[ recovery-image] Sep 07 00:14:40.515 INFO O| Sep 07 00:14:40.515 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-09-07T00:14:41.786Z[ recovery-image] Sep 07 00:14:40.525 INFO O| Sep 07 00:14:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
75242026-09-07T00:14:41.786Z[ recovery-image] Sep 07 00:14:40.525 INFO O| Sep 07 00:14:40.525 INFO STEP 584 (remove_files) COMPLETE
75252026-09-07T00:14:41.790Z[ recovery-image] Sep 07 00:14:40.525 INFO O| Sep 07 00:14:40.525 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-09-07T00:14:41.796Z[ recovery-image] Sep 07 00:14:40.535 INFO O| Sep 07 00:14:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
75272026-09-07T00:14:41.796Z[ recovery-image] Sep 07 00:14:40.535 INFO O| Sep 07 00:14:40.535 INFO STEP 585 (remove_files) COMPLETE
75282026-09-07T00:14:41.800Z[ recovery-image] Sep 07 00:14:40.535 INFO O| Sep 07 00:14:40.535 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-09-07T00:14:41.805Z[ recovery-image] Sep 07 00:14:40.544 INFO O| Sep 07 00:14:40.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
75302026-09-07T00:14:41.805Z[ recovery-image] Sep 07 00:14:40.544 INFO O| Sep 07 00:14:40.544 INFO STEP 586 (remove_files) COMPLETE
75312026-09-07T00:14:41.805Z[ recovery-image] Sep 07 00:14:40.544 INFO O| Sep 07 00:14:40.544 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-09-07T00:14:41.814Z[ recovery-image] Sep 07 00:14:40.553 INFO O| Sep 07 00:14:40.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
75332026-09-07T00:14:41.814Z[ recovery-image] Sep 07 00:14:40.553 INFO O| Sep 07 00:14:40.553 INFO STEP 587 (remove_files) COMPLETE
75342026-09-07T00:14:41.815Z[ recovery-image] Sep 07 00:14:40.553 INFO O| Sep 07 00:14:40.553 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-09-07T00:14:41.826Z[ recovery-image] Sep 07 00:14:40.565 INFO O| Sep 07 00:14:40.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
75362026-09-07T00:14:41.826Z[ recovery-image] Sep 07 00:14:40.565 INFO O| Sep 07 00:14:40.565 INFO STEP 588 (remove_files) COMPLETE
75372026-09-07T00:14:41.830Z[ recovery-image] Sep 07 00:14:40.565 INFO O| Sep 07 00:14:40.565 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-09-07T00:14:41.836Z[ recovery-image] Sep 07 00:14:40.575 INFO O| Sep 07 00:14:40.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
75392026-09-07T00:14:41.836Z[ recovery-image] Sep 07 00:14:40.575 INFO O| Sep 07 00:14:40.575 INFO STEP 589 (remove_files) COMPLETE
75402026-09-07T00:14:41.840Z[ recovery-image] Sep 07 00:14:40.575 INFO O| Sep 07 00:14:40.575 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-07T00:14:41.847Z[ recovery-image] Sep 07 00:14:40.585 INFO O| Sep 07 00:14:40.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
75422026-09-07T00:14:41.851Z[ recovery-image] Sep 07 00:14:40.586 INFO O| Sep 07 00:14:40.586 INFO STEP 590 (remove_files) COMPLETE
75432026-09-07T00:14:41.851Z[ recovery-image] Sep 07 00:14:40.586 INFO O| Sep 07 00:14:40.586 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-07T00:14:41.859Z[ recovery-image] Sep 07 00:14:40.597 INFO O| Sep 07 00:14:40.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
75452026-09-07T00:14:41.862Z[ recovery-image] Sep 07 00:14:40.597 INFO O| Sep 07 00:14:40.597 INFO STEP 591 (remove_files) COMPLETE
75462026-09-07T00:14:41.862Z[ recovery-image] Sep 07 00:14:40.597 INFO O| Sep 07 00:14:40.597 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-07T00:14:41.868Z[ recovery-image] Sep 07 00:14:40.607 INFO O| Sep 07 00:14:40.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
75482026-09-07T00:14:41.868Z[ recovery-image] Sep 07 00:14:40.607 INFO O| Sep 07 00:14:40.607 INFO STEP 592 (remove_files) COMPLETE
75492026-09-07T00:14:41.871Z[ recovery-image] Sep 07 00:14:40.607 INFO O| Sep 07 00:14:40.607 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-07T00:14:41.880Z[ recovery-image] Sep 07 00:14:40.616 INFO O| Sep 07 00:14:40.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
75512026-09-07T00:14:41.880Z[ recovery-image] Sep 07 00:14:40.616 INFO O| Sep 07 00:14:40.616 INFO STEP 593 (remove_files) COMPLETE
75522026-09-07T00:14:41.880Z[ recovery-image] Sep 07 00:14:40.616 INFO O| Sep 07 00:14:40.616 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-07T00:14:41.887Z[ recovery-image] Sep 07 00:14:40.626 INFO O| Sep 07 00:14:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
75542026-09-07T00:14:41.887Z[ recovery-image] Sep 07 00:14:40.626 INFO O| Sep 07 00:14:40.626 INFO STEP 594 (remove_files) COMPLETE
75552026-09-07T00:14:41.891Z[ recovery-image] Sep 07 00:14:40.626 INFO O| Sep 07 00:14:40.626 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-07T00:14:41.896Z[ recovery-image] Sep 07 00:14:40.635 INFO O| Sep 07 00:14:40.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
75572026-09-07T00:14:41.896Z[ recovery-image] Sep 07 00:14:40.635 INFO O| Sep 07 00:14:40.635 INFO STEP 595 (remove_files) COMPLETE
75582026-09-07T00:14:41.900Z[ recovery-image] Sep 07 00:14:40.635 INFO O| Sep 07 00:14:40.635 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.643 INFO O| Sep 07 00:14:40.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
75602026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.643 INFO O| Sep 07 00:14:40.643 INFO STEP 596 (remove_files) COMPLETE
75612026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.643 INFO O| Sep 07 00:14:40.643 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.655 INFO O| Sep 07 00:14:40.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
75632026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.655 INFO O| Sep 07 00:14:40.651 INFO STEP 597 (remove_files) COMPLETE
75642026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.655 INFO O| Sep 07 00:14:40.651 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-07T00:14:41.941Z[ recovery-image] Sep 07 00:14:40.659 INFO O| Sep 07 00:14:40.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
75662026-09-07T00:14:41.942Z[ recovery-image] Sep 07 00:14:40.659 INFO O| Sep 07 00:14:40.659 INFO STEP 598 (remove_files) COMPLETE
75672026-09-07T00:14:41.942Z[ recovery-image] Sep 07 00:14:40.659 INFO O| Sep 07 00:14:40.659 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-07T00:14:41.942Z[ recovery-image] Sep 07 00:14:40.669 INFO O| Sep 07 00:14:40.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75692026-09-07T00:14:41.942Z[ recovery-image] Sep 07 00:14:40.669 INFO O| Sep 07 00:14:40.669 INFO STEP 599 (remove_files) COMPLETE
75702026-09-07T00:14:41.942Z[ recovery-image] Sep 07 00:14:40.669 INFO O| Sep 07 00:14:40.669 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-07T00:14:41.942Z[ recovery-image] Sep 07 00:14:40.677 INFO O| Sep 07 00:14:40.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75722026-09-07T00:14:41.943Z[ recovery-image] Sep 07 00:14:40.677 INFO O| Sep 07 00:14:40.677 INFO STEP 600 (remove_files) COMPLETE
75732026-09-07T00:14:41.943Z[ recovery-image] Sep 07 00:14:40.677 INFO O| Sep 07 00:14:40.677 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-07T00:14:41.947Z[ recovery-image] Sep 07 00:14:40.686 INFO O| Sep 07 00:14:40.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75752026-09-07T00:14:41.947Z[ recovery-image] Sep 07 00:14:40.686 INFO O| Sep 07 00:14:40.686 INFO STEP 601 (remove_files) COMPLETE
75762026-09-07T00:14:41.947Z[ recovery-image] Sep 07 00:14:40.686 INFO O| Sep 07 00:14:40.686 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-07T00:14:41.956Z[ recovery-image] Sep 07 00:14:40.695 INFO O| Sep 07 00:14:40.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75782026-09-07T00:14:41.956Z[ recovery-image] Sep 07 00:14:40.695 INFO O| Sep 07 00:14:40.695 INFO STEP 602 (remove_files) COMPLETE
75792026-09-07T00:14:41.957Z[ recovery-image] Sep 07 00:14:40.695 INFO O| Sep 07 00:14:40.695 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-07T00:14:41.967Z[ recovery-image] Sep 07 00:14:40.705 INFO O| Sep 07 00:14:40.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75812026-09-07T00:14:41.967Z[ recovery-image] Sep 07 00:14:40.705 INFO O| Sep 07 00:14:40.705 INFO STEP 603 (remove_files) COMPLETE
75822026-09-07T00:14:41.967Z[ recovery-image] Sep 07 00:14:40.705 INFO O| Sep 07 00:14:40.705 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-09-07T00:14:41.975Z[ recovery-image] Sep 07 00:14:40.714 INFO O| Sep 07 00:14:40.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75842026-09-07T00:14:41.975Z[ recovery-image] Sep 07 00:14:40.714 INFO O| Sep 07 00:14:40.714 INFO STEP 604 (remove_files) COMPLETE
75852026-09-07T00:14:41.979Z[ recovery-image] Sep 07 00:14:40.714 INFO O| Sep 07 00:14:40.714 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-09-07T00:14:41.986Z[ recovery-image] Sep 07 00:14:40.725 INFO O| Sep 07 00:14:40.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75872026-09-07T00:14:41.986Z[ recovery-image] Sep 07 00:14:40.725 INFO O| Sep 07 00:14:40.725 INFO STEP 605 (remove_files) COMPLETE
75882026-09-07T00:14:41.986Z[ recovery-image] Sep 07 00:14:40.725 INFO O| Sep 07 00:14:40.725 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-09-07T00:14:41.996Z[ recovery-image] Sep 07 00:14:40.735 INFO O| Sep 07 00:14:40.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75902026-09-07T00:14:41.996Z[ recovery-image] Sep 07 00:14:40.735 INFO O| Sep 07 00:14:40.735 INFO STEP 606 (remove_files) COMPLETE
75912026-09-07T00:14:41.996Z[ recovery-image] Sep 07 00:14:40.735 INFO O| Sep 07 00:14:40.735 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-09-07T00:14:42.007Z[ recovery-image] Sep 07 00:14:40.745 INFO O| Sep 07 00:14:40.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75932026-09-07T00:14:42.007Z[ recovery-image] Sep 07 00:14:40.746 INFO O| Sep 07 00:14:40.746 INFO STEP 607 (remove_files) COMPLETE
75942026-09-07T00:14:42.007Z[ recovery-image] Sep 07 00:14:40.746 INFO O| Sep 07 00:14:40.746 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-09-07T00:14:42.017Z[ recovery-image] Sep 07 00:14:40.757 INFO O| Sep 07 00:14:40.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75962026-09-07T00:14:42.018Z[ recovery-image] Sep 07 00:14:40.757 INFO O| Sep 07 00:14:40.757 INFO STEP 608 (remove_files) COMPLETE
75972026-09-07T00:14:42.018Z[ recovery-image] Sep 07 00:14:40.757 INFO O| Sep 07 00:14:40.757 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-09-07T00:14:42.029Z[ recovery-image] Sep 07 00:14:40.768 INFO O| Sep 07 00:14:40.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75992026-09-07T00:14:42.029Z[ recovery-image] Sep 07 00:14:40.768 INFO O| Sep 07 00:14:40.768 INFO STEP 609 (remove_files) COMPLETE
76002026-09-07T00:14:42.033Z[ recovery-image] Sep 07 00:14:40.768 INFO O| Sep 07 00:14:40.768 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-09-07T00:14:42.039Z[ recovery-image] Sep 07 00:14:40.778 INFO O| Sep 07 00:14:40.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
76022026-09-07T00:14:42.043Z[ recovery-image] Sep 07 00:14:40.779 INFO O| Sep 07 00:14:40.779 INFO STEP 610 (remove_files) COMPLETE
76032026-09-07T00:14:42.046Z[ recovery-image] Sep 07 00:14:40.779 INFO O| Sep 07 00:14:40.779 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-09-07T00:14:42.051Z[ recovery-image] Sep 07 00:14:40.790 INFO O| Sep 07 00:14:40.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
76052026-09-07T00:14:42.051Z[ recovery-image] Sep 07 00:14:40.790 INFO O| Sep 07 00:14:40.790 INFO STEP 611 (remove_files) COMPLETE
76062026-09-07T00:14:42.054Z[ recovery-image] Sep 07 00:14:40.790 INFO O| Sep 07 00:14:40.790 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-09-07T00:14:42.061Z[ recovery-image] Sep 07 00:14:40.800 INFO O| Sep 07 00:14:40.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
76082026-09-07T00:14:42.061Z[ recovery-image] Sep 07 00:14:40.800 INFO O| Sep 07 00:14:40.800 INFO STEP 612 (remove_files) COMPLETE
76092026-09-07T00:14:42.065Z[ recovery-image] Sep 07 00:14:40.800 INFO O| Sep 07 00:14:40.800 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-09-07T00:14:42.071Z[ recovery-image] Sep 07 00:14:40.810 INFO O| Sep 07 00:14:40.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
76112026-09-07T00:14:42.071Z[ recovery-image] Sep 07 00:14:40.810 INFO O| Sep 07 00:14:40.810 INFO STEP 613 (remove_files) COMPLETE
76122026-09-07T00:14:42.075Z[ recovery-image] Sep 07 00:14:40.810 INFO O| Sep 07 00:14:40.810 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-09-07T00:14:42.082Z[ recovery-image] Sep 07 00:14:40.821 INFO O| Sep 07 00:14:40.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
76142026-09-07T00:14:42.082Z[ recovery-image] Sep 07 00:14:40.821 INFO O| Sep 07 00:14:40.821 INFO STEP 614 (remove_files) COMPLETE
76152026-09-07T00:14:42.086Z[ recovery-image] Sep 07 00:14:40.821 INFO O| Sep 07 00:14:40.821 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-09-07T00:14:42.092Z[ recovery-image] Sep 07 00:14:40.831 INFO O| Sep 07 00:14:40.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
76172026-09-07T00:14:42.092Z[ recovery-image] Sep 07 00:14:40.831 INFO O| Sep 07 00:14:40.831 INFO STEP 615 (remove_files) COMPLETE
76182026-09-07T00:14:42.092Z[ recovery-image] Sep 07 00:14:40.831 INFO O| Sep 07 00:14:40.831 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-07T00:14:42.102Z[ recovery-image] Sep 07 00:14:40.841 INFO O| Sep 07 00:14:40.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
76202026-09-07T00:14:42.102Z[ recovery-image] Sep 07 00:14:40.841 INFO O| Sep 07 00:14:40.841 INFO STEP 616 (remove_files) COMPLETE
76212026-09-07T00:14:42.106Z[ recovery-image] Sep 07 00:14:40.841 INFO O| Sep 07 00:14:40.841 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-09-07T00:14:42.112Z[ recovery-image] Sep 07 00:14:40.851 INFO O| Sep 07 00:14:40.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
76232026-09-07T00:14:42.116Z[ recovery-image] Sep 07 00:14:40.852 INFO O| Sep 07 00:14:40.852 INFO STEP 617 (remove_files) COMPLETE
76242026-09-07T00:14:42.116Z[ recovery-image] Sep 07 00:14:40.852 INFO O| Sep 07 00:14:40.852 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-09-07T00:14:42.124Z[ recovery-image] Sep 07 00:14:40.863 INFO O| Sep 07 00:14:40.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
76262026-09-07T00:14:42.124Z[ recovery-image] Sep 07 00:14:40.863 INFO O| Sep 07 00:14:40.863 INFO STEP 618 (remove_files) COMPLETE
76272026-09-07T00:14:42.124Z[ recovery-image] Sep 07 00:14:40.863 INFO O| Sep 07 00:14:40.863 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-09-07T00:14:42.135Z[ recovery-image] Sep 07 00:14:40.874 INFO O| Sep 07 00:14:40.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
76292026-09-07T00:14:42.136Z[ recovery-image] Sep 07 00:14:40.874 INFO O| Sep 07 00:14:40.874 INFO STEP 619 (remove_files) COMPLETE
76302026-09-07T00:14:42.139Z[ recovery-image] Sep 07 00:14:40.874 INFO O| Sep 07 00:14:40.874 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-09-07T00:14:42.147Z[ recovery-image] Sep 07 00:14:40.886 INFO O| Sep 07 00:14:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
76322026-09-07T00:14:42.147Z[ recovery-image] Sep 07 00:14:40.886 INFO O| Sep 07 00:14:40.886 INFO STEP 620 (remove_files) COMPLETE
76332026-09-07T00:14:42.150Z[ recovery-image] Sep 07 00:14:40.886 INFO O| Sep 07 00:14:40.886 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-07T00:14:42.159Z[ recovery-image] Sep 07 00:14:40.897 INFO O| Sep 07 00:14:40.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
76352026-09-07T00:14:42.159Z[ recovery-image] Sep 07 00:14:40.898 INFO O| Sep 07 00:14:40.898 INFO STEP 621 (remove_files) COMPLETE
76362026-09-07T00:14:42.159Z[ recovery-image] Sep 07 00:14:40.898 INFO O| Sep 07 00:14:40.898 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-07T00:14:42.170Z[ recovery-image] Sep 07 00:14:40.909 INFO O| Sep 07 00:14:40.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
76382026-09-07T00:14:42.170Z[ recovery-image] Sep 07 00:14:40.909 INFO O| Sep 07 00:14:40.909 INFO STEP 622 (remove_files) COMPLETE
76392026-09-07T00:14:42.170Z[ recovery-image] Sep 07 00:14:40.909 INFO O| Sep 07 00:14:40.909 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-07T00:14:42.181Z[ recovery-image] Sep 07 00:14:40.920 INFO O| Sep 07 00:14:40.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
76412026-09-07T00:14:42.181Z[ recovery-image] Sep 07 00:14:40.920 INFO O| Sep 07 00:14:40.920 INFO STEP 623 (remove_files) COMPLETE
76422026-09-07T00:14:42.182Z[ recovery-image] Sep 07 00:14:40.920 INFO O| Sep 07 00:14:40.920 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-07T00:14:42.191Z[ recovery-image] Sep 07 00:14:40.930 INFO O| Sep 07 00:14:40.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
76442026-09-07T00:14:42.191Z[ recovery-image] Sep 07 00:14:40.930 INFO O| Sep 07 00:14:40.930 INFO STEP 624 (remove_files) COMPLETE
76452026-09-07T00:14:42.191Z[ recovery-image] Sep 07 00:14:40.930 INFO O| Sep 07 00:14:40.930 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-07T00:14:42.200Z[ recovery-image] Sep 07 00:14:40.939 INFO O| Sep 07 00:14:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
76472026-09-07T00:14:42.200Z[ recovery-image] Sep 07 00:14:40.939 INFO O| Sep 07 00:14:40.939 INFO STEP 625 (remove_files) COMPLETE
76482026-09-07T00:14:42.200Z[ recovery-image] Sep 07 00:14:40.939 INFO O| Sep 07 00:14:40.939 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-07T00:14:42.211Z[ recovery-image] Sep 07 00:14:40.950 INFO O| Sep 07 00:14:40.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
76502026-09-07T00:14:42.211Z[ recovery-image] Sep 07 00:14:40.950 INFO O| Sep 07 00:14:40.950 INFO STEP 626 (remove_files) COMPLETE
76512026-09-07T00:14:42.211Z[ recovery-image] Sep 07 00:14:40.950 INFO O| Sep 07 00:14:40.950 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-07T00:14:42.221Z[ recovery-image] Sep 07 00:14:40.960 INFO O| Sep 07 00:14:40.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
76532026-09-07T00:14:42.221Z[ recovery-image] Sep 07 00:14:40.960 INFO O| Sep 07 00:14:40.960 INFO STEP 627 (remove_files) COMPLETE
76542026-09-07T00:14:42.221Z[ recovery-image] Sep 07 00:14:40.960 INFO O| Sep 07 00:14:40.960 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-07T00:14:42.232Z[ recovery-image] Sep 07 00:14:40.971 INFO O| Sep 07 00:14:40.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
76562026-09-07T00:14:42.232Z[ recovery-image] Sep 07 00:14:40.971 INFO O| Sep 07 00:14:40.971 INFO STEP 628 (remove_files) COMPLETE
76572026-09-07T00:14:42.236Z[ recovery-image] Sep 07 00:14:40.971 INFO O| Sep 07 00:14:40.971 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-07T00:14:42.240Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
76592026-09-07T00:14:42.244Z[ recovery-image] Sep 07 00:14:40.981 INFO O| Sep 07 00:14:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
76602026-09-07T00:14:42.244Z[ recovery-image] Sep 07 00:14:40.981 INFO O| Sep 07 00:14:40.981 INFO STEP 629 (remove_files) COMPLETE
76612026-09-07T00:14:42.244Z[ recovery-image] Sep 07 00:14:40.981 INFO O| Sep 07 00:14:40.981 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-09-07T00:14:42.253Z[ recovery-image] Sep 07 00:14:40.992 INFO O| Sep 07 00:14:40.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
76632026-09-07T00:14:42.253Z[ recovery-image] Sep 07 00:14:40.992 INFO O| Sep 07 00:14:40.992 INFO STEP 630 (remove_files) COMPLETE
76642026-09-07T00:14:42.258Z[ recovery-image] Sep 07 00:14:40.992 INFO O| Sep 07 00:14:40.992 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-09-07T00:14:42.262Z[ recovery-image] Sep 07 00:14:41.001 INFO O| Sep 07 00:14:41.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
76662026-09-07T00:14:42.263Z[ recovery-image] Sep 07 00:14:41.001 INFO O| Sep 07 00:14:41.001 INFO STEP 631 (remove_files) COMPLETE
76672026-09-07T00:14:42.263Z[ recovery-image] Sep 07 00:14:41.001 INFO O| Sep 07 00:14:41.001 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-09-07T00:14:42.273Z[ recovery-image] Sep 07 00:14:41.012 INFO O| Sep 07 00:14:41.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76692026-09-07T00:14:42.273Z[ recovery-image] Sep 07 00:14:41.012 INFO O| Sep 07 00:14:41.012 INFO STEP 632 (remove_files) COMPLETE
76702026-09-07T00:14:42.277Z[ recovery-image] Sep 07 00:14:41.012 INFO O| Sep 07 00:14:41.012 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-09-07T00:14:42.282Z[ recovery-image] Sep 07 00:14:41.021 INFO O| Sep 07 00:14:41.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76722026-09-07T00:14:42.282Z[ recovery-image] Sep 07 00:14:41.021 INFO O| Sep 07 00:14:41.021 INFO STEP 633 (remove_files) COMPLETE
76732026-09-07T00:14:42.286Z[ recovery-image] Sep 07 00:14:41.021 INFO O| Sep 07 00:14:41.021 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-09-07T00:14:42.291Z[ recovery-image] Sep 07 00:14:41.030 INFO O| Sep 07 00:14:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76752026-09-07T00:14:42.291Z[ recovery-image] Sep 07 00:14:41.031 INFO O| Sep 07 00:14:41.030 INFO STEP 634 (remove_files) COMPLETE
76762026-09-07T00:14:42.296Z[ recovery-image] Sep 07 00:14:41.031 INFO O| Sep 07 00:14:41.030 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-09-07T00:14:42.301Z[ recovery-image] Sep 07 00:14:41.040 INFO O| Sep 07 00:14:41.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76782026-09-07T00:14:42.301Z[ recovery-image] Sep 07 00:14:41.041 INFO O| Sep 07 00:14:41.040 INFO STEP 635 (remove_files) COMPLETE
76792026-09-07T00:14:42.301Z[ recovery-image] Sep 07 00:14:41.041 INFO O| Sep 07 00:14:41.041 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-07T00:14:42.311Z[ recovery-image] Sep 07 00:14:41.050 INFO O| Sep 07 00:14:41.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76812026-09-07T00:14:42.312Z[ recovery-image] Sep 07 00:14:41.050 INFO O| Sep 07 00:14:41.050 INFO STEP 636 (remove_files) COMPLETE
76822026-09-07T00:14:42.315Z[ recovery-image] Sep 07 00:14:41.050 INFO O| Sep 07 00:14:41.050 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-07T00:14:42.321Z[ recovery-image] Sep 07 00:14:41.060 INFO O| Sep 07 00:14:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76842026-09-07T00:14:42.326Z[ recovery-image] Sep 07 00:14:41.060 INFO O| Sep 07 00:14:41.060 INFO STEP 637 (remove_files) COMPLETE
76852026-09-07T00:14:42.326Z[ recovery-image] Sep 07 00:14:41.060 INFO O| Sep 07 00:14:41.060 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-07T00:14:42.331Z[ recovery-image] Sep 07 00:14:41.070 INFO O| Sep 07 00:14:41.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76872026-09-07T00:14:42.331Z[ recovery-image] Sep 07 00:14:41.070 INFO O| Sep 07 00:14:41.070 INFO STEP 638 (remove_files) COMPLETE
76882026-09-07T00:14:42.331Z[ recovery-image] Sep 07 00:14:41.070 INFO O| Sep 07 00:14:41.070 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-07T00:14:42.341Z[ recovery-image] Sep 07 00:14:41.080 INFO O| Sep 07 00:14:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76902026-09-07T00:14:42.341Z[ recovery-image] Sep 07 00:14:41.080 INFO O| Sep 07 00:14:41.080 INFO STEP 639 (remove_files) COMPLETE
76912026-09-07T00:14:42.341Z[ recovery-image] Sep 07 00:14:41.080 INFO O| Sep 07 00:14:41.080 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-09-07T00:14:42.352Z[ recovery-image] Sep 07 00:14:41.091 INFO O| Sep 07 00:14:41.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76932026-09-07T00:14:42.352Z[ recovery-image] Sep 07 00:14:41.091 INFO O| Sep 07 00:14:41.091 INFO STEP 640 (remove_files) COMPLETE
76942026-09-07T00:14:42.352Z[ recovery-image] Sep 07 00:14:41.091 INFO O| Sep 07 00:14:41.091 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-07T00:14:42.363Z[ recovery-image] Sep 07 00:14:41.101 INFO O| Sep 07 00:14:41.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76962026-09-07T00:14:42.363Z[ recovery-image] Sep 07 00:14:41.101 INFO O| Sep 07 00:14:41.101 INFO STEP 641 (remove_files) COMPLETE
76972026-09-07T00:14:42.363Z[ recovery-image] Sep 07 00:14:41.101 INFO O| Sep 07 00:14:41.101 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-07T00:14:42.372Z[ recovery-image] Sep 07 00:14:41.111 INFO O| Sep 07 00:14:41.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76992026-09-07T00:14:42.372Z[ recovery-image] Sep 07 00:14:41.111 INFO O| Sep 07 00:14:41.111 INFO STEP 642 (remove_files) COMPLETE
77002026-09-07T00:14:42.376Z[ recovery-image] Sep 07 00:14:41.111 INFO O| Sep 07 00:14:41.111 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-07T00:14:42.382Z[ recovery-image] Sep 07 00:14:41.121 INFO O| Sep 07 00:14:41.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
77022026-09-07T00:14:42.382Z[ recovery-image] Sep 07 00:14:41.121 INFO O| Sep 07 00:14:41.121 INFO STEP 643 (remove_files) COMPLETE
77032026-09-07T00:14:42.382Z[ recovery-image] Sep 07 00:14:41.121 INFO O| Sep 07 00:14:41.121 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-07T00:14:42.391Z[ recovery-image] Sep 07 00:14:41.130 INFO O| Sep 07 00:14:41.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
77052026-09-07T00:14:42.391Z[ recovery-image] Sep 07 00:14:41.130 INFO O| Sep 07 00:14:41.130 INFO STEP 644 (remove_files) COMPLETE
77062026-09-07T00:14:42.392Z[ recovery-image] Sep 07 00:14:41.130 INFO O| Sep 07 00:14:41.130 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-07T00:14:42.401Z[ recovery-image] Sep 07 00:14:41.140 INFO O| Sep 07 00:14:41.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
77082026-09-07T00:14:42.401Z[ recovery-image] Sep 07 00:14:41.140 INFO O| Sep 07 00:14:41.140 INFO STEP 645 (remove_files) COMPLETE
77092026-09-07T00:14:42.405Z[ recovery-image] Sep 07 00:14:41.140 INFO O| Sep 07 00:14:41.140 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-07T00:14:42.412Z[ recovery-image] Sep 07 00:14:41.151 INFO O| Sep 07 00:14:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
77112026-09-07T00:14:42.412Z[ recovery-image] Sep 07 00:14:41.151 INFO O| Sep 07 00:14:41.151 INFO STEP 646 (remove_files) COMPLETE
77122026-09-07T00:14:42.416Z[ recovery-image] Sep 07 00:14:41.151 INFO O| Sep 07 00:14:41.151 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-07T00:14:42.421Z[ recovery-image] Sep 07 00:14:41.160 INFO O| Sep 07 00:14:41.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
77142026-09-07T00:14:42.422Z[ recovery-image] Sep 07 00:14:41.161 INFO O| Sep 07 00:14:41.161 INFO STEP 647 (remove_files) COMPLETE
77152026-09-07T00:14:42.422Z[ recovery-image] Sep 07 00:14:41.161 INFO O| Sep 07 00:14:41.161 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-07T00:14:42.433Z[ recovery-image] Sep 07 00:14:41.172 INFO O| Sep 07 00:14:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
77172026-09-07T00:14:42.434Z[ recovery-image] Sep 07 00:14:41.172 INFO O| Sep 07 00:14:41.172 INFO STEP 648 (remove_files) COMPLETE
77182026-09-07T00:14:42.434Z[ recovery-image] Sep 07 00:14:41.172 INFO O| Sep 07 00:14:41.172 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-07T00:14:42.444Z[ recovery-image] Sep 07 00:14:41.183 INFO O| Sep 07 00:14:41.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
77202026-09-07T00:14:42.444Z[ recovery-image] Sep 07 00:14:41.183 INFO O| Sep 07 00:14:41.183 INFO STEP 649 (remove_files) COMPLETE
77212026-09-07T00:14:42.444Z[ recovery-image] Sep 07 00:14:41.183 INFO O| Sep 07 00:14:41.183 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-07T00:14:42.455Z[ recovery-image] Sep 07 00:14:41.194 INFO O| Sep 07 00:14:41.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
77232026-09-07T00:14:42.456Z[ recovery-image] Sep 07 00:14:41.194 INFO O| Sep 07 00:14:41.194 INFO STEP 650 (remove_files) COMPLETE
77242026-09-07T00:14:42.456Z[ recovery-image] Sep 07 00:14:41.194 INFO O| Sep 07 00:14:41.194 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-07T00:14:42.466Z[ recovery-image] Sep 07 00:14:41.205 INFO O| Sep 07 00:14:41.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
77262026-09-07T00:14:42.466Z[ recovery-image] Sep 07 00:14:41.205 INFO O| Sep 07 00:14:41.205 INFO STEP 651 (remove_files) COMPLETE
77272026-09-07T00:14:42.466Z[ recovery-image] Sep 07 00:14:41.205 INFO O| Sep 07 00:14:41.205 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-07T00:14:42.476Z[ recovery-image] Sep 07 00:14:41.215 INFO O| Sep 07 00:14:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
77292026-09-07T00:14:42.476Z[ recovery-image] Sep 07 00:14:41.215 INFO O| Sep 07 00:14:41.215 INFO STEP 652 (remove_files) COMPLETE
77302026-09-07T00:14:42.480Z[ recovery-image] Sep 07 00:14:41.215 INFO O| Sep 07 00:14:41.215 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-07T00:14:42.488Z[ recovery-image] Sep 07 00:14:41.225 INFO O| Sep 07 00:14:41.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
77322026-09-07T00:14:42.488Z[ recovery-image] Sep 07 00:14:41.225 INFO O| Sep 07 00:14:41.225 INFO STEP 653 (remove_files) COMPLETE
77332026-09-07T00:14:42.488Z[ recovery-image] Sep 07 00:14:41.225 INFO O| Sep 07 00:14:41.225 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-07T00:14:42.497Z[ recovery-image] Sep 07 00:14:41.236 INFO O| Sep 07 00:14:41.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
77352026-09-07T00:14:42.497Z[ recovery-image] Sep 07 00:14:41.236 INFO O| Sep 07 00:14:41.236 INFO STEP 654 (remove_files) COMPLETE
77362026-09-07T00:14:42.497Z[ recovery-image] Sep 07 00:14:41.236 INFO O| Sep 07 00:14:41.236 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-07T00:14:42.508Z[ recovery-image] Sep 07 00:14:41.247 INFO O| Sep 07 00:14:41.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
77382026-09-07T00:14:42.509Z[ recovery-image] Sep 07 00:14:41.247 INFO O| Sep 07 00:14:41.246 INFO STEP 655 (remove_files) COMPLETE
77392026-09-07T00:14:42.509Z[ recovery-image] Sep 07 00:14:41.247 INFO O| Sep 07 00:14:41.246 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-07T00:14:42.517Z[ recovery-image] Sep 07 00:14:41.256 INFO O| Sep 07 00:14:41.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
77412026-09-07T00:14:42.517Z[ recovery-image] Sep 07 00:14:41.256 INFO O| Sep 07 00:14:41.256 INFO STEP 656 (remove_files) COMPLETE
77422026-09-07T00:14:42.517Z[ recovery-image] Sep 07 00:14:41.256 INFO O| Sep 07 00:14:41.256 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-07T00:14:42.530Z[ recovery-image] Sep 07 00:14:41.267 INFO O| Sep 07 00:14:41.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
77442026-09-07T00:14:42.530Z[ recovery-image] Sep 07 00:14:41.267 INFO O| Sep 07 00:14:41.267 INFO STEP 657 (remove_files) COMPLETE
77452026-09-07T00:14:42.530Z[ recovery-image] Sep 07 00:14:41.267 INFO O| Sep 07 00:14:41.267 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-09-07T00:14:42.541Z[ recovery-image] Sep 07 00:14:41.280 INFO O| Sep 07 00:14:41.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
77472026-09-07T00:14:42.545Z[ recovery-image] Sep 07 00:14:41.281 INFO O| Sep 07 00:14:41.281 INFO STEP 658 (remove_files) COMPLETE
77482026-09-07T00:14:42.545Z[ recovery-image] Sep 07 00:14:41.281 INFO O| Sep 07 00:14:41.281 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-09-07T00:14:42.553Z[ recovery-image] Sep 07 00:14:41.292 INFO O| Sep 07 00:14:41.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
77502026-09-07T00:14:42.553Z[ recovery-image] Sep 07 00:14:41.292 INFO O| Sep 07 00:14:41.292 INFO STEP 659 (remove_files) COMPLETE
77512026-09-07T00:14:42.553Z[ recovery-image] Sep 07 00:14:41.292 INFO O| Sep 07 00:14:41.292 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-09-07T00:14:42.557Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
77532026-09-07T00:14:42.564Z[ recovery-image] Sep 07 00:14:41.302 INFO O| Sep 07 00:14:41.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
77542026-09-07T00:14:42.564Z[ recovery-image] Sep 07 00:14:41.303 INFO O| Sep 07 00:14:41.303 INFO STEP 660 (remove_files) COMPLETE
77552026-09-07T00:14:42.564Z[ recovery-image] Sep 07 00:14:41.303 INFO O| Sep 07 00:14:41.303 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-07T00:14:42.576Z[ recovery-image] Sep 07 00:14:41.315 INFO O| Sep 07 00:14:41.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
77572026-09-07T00:14:42.577Z[ recovery-image] Sep 07 00:14:41.315 INFO O| Sep 07 00:14:41.315 INFO STEP 661 (remove_files) COMPLETE
77582026-09-07T00:14:42.577Z[ recovery-image] Sep 07 00:14:41.315 INFO O| Sep 07 00:14:41.315 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-07T00:14:42.588Z[ recovery-image] Sep 07 00:14:41.326 INFO O| Sep 07 00:14:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
77602026-09-07T00:14:42.588Z[ recovery-image] Sep 07 00:14:41.327 INFO O| Sep 07 00:14:41.327 INFO STEP 662 (remove_files) COMPLETE
77612026-09-07T00:14:42.588Z[ recovery-image] Sep 07 00:14:41.327 INFO O| Sep 07 00:14:41.327 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-07T00:14:42.599Z[ recovery-image] Sep 07 00:14:41.338 INFO O| Sep 07 00:14:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
77632026-09-07T00:14:42.599Z[ recovery-image] Sep 07 00:14:41.338 INFO O| Sep 07 00:14:41.338 INFO STEP 663 (remove_files) COMPLETE
77642026-09-07T00:14:42.599Z[ recovery-image] Sep 07 00:14:41.338 INFO O| Sep 07 00:14:41.338 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-07T00:14:42.609Z[ recovery-image] Sep 07 00:14:41.348 INFO O| Sep 07 00:14:41.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77662026-09-07T00:14:42.610Z[ recovery-image] Sep 07 00:14:41.348 INFO O| Sep 07 00:14:41.348 INFO STEP 664 (remove_files) COMPLETE
77672026-09-07T00:14:42.610Z[ recovery-image] Sep 07 00:14:41.348 INFO O| Sep 07 00:14:41.348 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-07T00:14:42.622Z[ recovery-image] Sep 07 00:14:41.361 INFO O| Sep 07 00:14:41.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77692026-09-07T00:14:42.622Z[ recovery-image] Sep 07 00:14:41.361 INFO O| Sep 07 00:14:41.361 INFO STEP 665 (remove_files) COMPLETE
77702026-09-07T00:14:42.622Z[ recovery-image] Sep 07 00:14:41.361 INFO O| Sep 07 00:14:41.361 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-07T00:14:42.632Z[ recovery-image] Sep 07 00:14:41.371 INFO O| Sep 07 00:14:41.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77722026-09-07T00:14:42.632Z[ recovery-image] Sep 07 00:14:41.371 INFO O| Sep 07 00:14:41.371 INFO STEP 666 (remove_files) COMPLETE
77732026-09-07T00:14:42.636Z[ recovery-image] Sep 07 00:14:41.371 INFO O| Sep 07 00:14:41.371 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-07T00:14:42.644Z[ recovery-image] Sep 07 00:14:41.381 INFO O| Sep 07 00:14:41.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77752026-09-07T00:14:42.644Z[ recovery-image] Sep 07 00:14:41.381 INFO O| Sep 07 00:14:41.381 INFO STEP 667 (remove_files) COMPLETE
77762026-09-07T00:14:42.644Z[ recovery-image] Sep 07 00:14:41.381 INFO O| Sep 07 00:14:41.381 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-07T00:14:42.652Z[ recovery-image] Sep 07 00:14:41.391 INFO O| Sep 07 00:14:41.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77782026-09-07T00:14:42.652Z[ recovery-image] Sep 07 00:14:41.391 INFO O| Sep 07 00:14:41.391 INFO STEP 668 (remove_files) COMPLETE
77792026-09-07T00:14:42.656Z[ recovery-image] Sep 07 00:14:41.391 INFO O| Sep 07 00:14:41.391 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-07T00:14:42.661Z[ recovery-image] Sep 07 00:14:41.400 INFO O| Sep 07 00:14:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77812026-09-07T00:14:42.661Z[ recovery-image] Sep 07 00:14:41.400 INFO O| Sep 07 00:14:41.400 INFO STEP 669 (remove_files) COMPLETE
77822026-09-07T00:14:42.662Z[ recovery-image] Sep 07 00:14:41.400 INFO O| Sep 07 00:14:41.400 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-07T00:14:42.671Z[ recovery-image] Sep 07 00:14:41.410 INFO O| Sep 07 00:14:41.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77842026-09-07T00:14:42.671Z[ recovery-image] Sep 07 00:14:41.410 INFO O| Sep 07 00:14:41.410 INFO STEP 670 (remove_files) COMPLETE
77852026-09-07T00:14:42.675Z[ recovery-image] Sep 07 00:14:41.410 INFO O| Sep 07 00:14:41.410 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-07T00:14:42.681Z[ recovery-image] Sep 07 00:14:41.420 INFO O| Sep 07 00:14:41.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77872026-09-07T00:14:42.681Z[ recovery-image] Sep 07 00:14:41.420 INFO O| Sep 07 00:14:41.420 INFO STEP 671 (remove_files) COMPLETE
77882026-09-07T00:14:42.681Z[ recovery-image] Sep 07 00:14:41.420 INFO O| Sep 07 00:14:41.420 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-07T00:14:42.692Z[ recovery-image] Sep 07 00:14:41.430 INFO O| Sep 07 00:14:41.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77902026-09-07T00:14:42.692Z[ recovery-image] Sep 07 00:14:41.430 INFO O| Sep 07 00:14:41.430 INFO STEP 672 (remove_files) COMPLETE
77912026-09-07T00:14:42.692Z[ recovery-image] Sep 07 00:14:41.430 INFO O| Sep 07 00:14:41.430 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-07T00:14:42.701Z[ recovery-image] Sep 07 00:14:41.440 INFO O| Sep 07 00:14:41.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77932026-09-07T00:14:42.701Z[ recovery-image] Sep 07 00:14:41.440 INFO O| Sep 07 00:14:41.440 INFO STEP 673 (remove_files) COMPLETE
77942026-09-07T00:14:42.705Z[ recovery-image] Sep 07 00:14:41.440 INFO O| Sep 07 00:14:41.440 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-07T00:14:42.709Z[ recovery-image] Sep 07 00:14:41.448 INFO O| Sep 07 00:14:41.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77962026-09-07T00:14:42.709Z[ recovery-image] Sep 07 00:14:41.448 INFO O| Sep 07 00:14:41.448 INFO STEP 674 (remove_files) COMPLETE
77972026-09-07T00:14:42.709Z[ recovery-image] Sep 07 00:14:41.448 INFO O| Sep 07 00:14:41.448 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-07T00:14:42.719Z[ recovery-image] Sep 07 00:14:41.458 INFO O| Sep 07 00:14:41.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77992026-09-07T00:14:42.720Z[ recovery-image] Sep 07 00:14:41.458 INFO O| Sep 07 00:14:41.458 INFO STEP 675 (remove_files) COMPLETE
78002026-09-07T00:14:42.720Z[ recovery-image] Sep 07 00:14:41.458 INFO O| Sep 07 00:14:41.458 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-07T00:14:42.729Z[ recovery-image] Sep 07 00:14:41.468 INFO O| Sep 07 00:14:41.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
78022026-09-07T00:14:42.729Z[ recovery-image] Sep 07 00:14:41.468 INFO O| Sep 07 00:14:41.468 INFO STEP 676 (remove_files) COMPLETE
78032026-09-07T00:14:42.733Z[ recovery-image] Sep 07 00:14:41.468 INFO O| Sep 07 00:14:41.468 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-07T00:14:42.739Z[ recovery-image] Sep 07 00:14:41.478 INFO O| Sep 07 00:14:41.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
78052026-09-07T00:14:42.740Z[ recovery-image] Sep 07 00:14:41.478 INFO O| Sep 07 00:14:41.478 INFO STEP 677 (remove_files) COMPLETE
78062026-09-07T00:14:42.740Z[ recovery-image] Sep 07 00:14:41.478 INFO O| Sep 07 00:14:41.478 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-07T00:14:42.748Z[ recovery-image] Sep 07 00:14:41.487 INFO O| Sep 07 00:14:41.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
78082026-09-07T00:14:42.751Z[ recovery-image] Sep 07 00:14:41.487 INFO O| Sep 07 00:14:41.487 INFO STEP 678 (remove_files) COMPLETE
78092026-09-07T00:14:42.751Z[ recovery-image] Sep 07 00:14:41.487 INFO O| Sep 07 00:14:41.487 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-07T00:14:42.757Z[ recovery-image] Sep 07 00:14:41.496 INFO O| Sep 07 00:14:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
78112026-09-07T00:14:42.761Z[ recovery-image] Sep 07 00:14:41.497 INFO O| Sep 07 00:14:41.497 INFO STEP 679 (remove_files) COMPLETE
78122026-09-07T00:14:42.761Z[ recovery-image] Sep 07 00:14:41.497 INFO O| Sep 07 00:14:41.497 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-07T00:14:42.767Z[ recovery-image] Sep 07 00:14:41.506 INFO O| Sep 07 00:14:41.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
78142026-09-07T00:14:42.767Z[ recovery-image] Sep 07 00:14:41.506 INFO O| Sep 07 00:14:41.506 INFO STEP 680 (remove_files) COMPLETE
78152026-09-07T00:14:42.772Z[ recovery-image] Sep 07 00:14:41.506 INFO O| Sep 07 00:14:41.506 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-07T00:14:42.777Z[ recovery-image] Sep 07 00:14:41.516 INFO O| Sep 07 00:14:41.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
78172026-09-07T00:14:42.777Z[ recovery-image] Sep 07 00:14:41.516 INFO O| Sep 07 00:14:41.516 INFO STEP 681 (remove_files) COMPLETE
78182026-09-07T00:14:42.777Z[ recovery-image] Sep 07 00:14:41.516 INFO O| Sep 07 00:14:41.516 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-07T00:14:42.787Z[ recovery-image] Sep 07 00:14:41.526 INFO O| Sep 07 00:14:41.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
78202026-09-07T00:14:42.787Z[ recovery-image] Sep 07 00:14:41.526 INFO O| Sep 07 00:14:41.526 INFO STEP 682 (remove_files) COMPLETE
78212026-09-07T00:14:42.791Z[ recovery-image] Sep 07 00:14:41.526 INFO O| Sep 07 00:14:41.526 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-07T00:14:42.796Z[ recovery-image] Sep 07 00:14:41.535 INFO O| Sep 07 00:14:41.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
78232026-09-07T00:14:42.796Z[ recovery-image] Sep 07 00:14:41.535 INFO O| Sep 07 00:14:41.535 INFO STEP 683 (remove_files) COMPLETE
78242026-09-07T00:14:42.796Z[ recovery-image] Sep 07 00:14:41.535 INFO O| Sep 07 00:14:41.535 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-07T00:14:42.807Z[ recovery-image] Sep 07 00:14:41.546 INFO O| Sep 07 00:14:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
78262026-09-07T00:14:42.807Z[ recovery-image] Sep 07 00:14:41.546 INFO O| Sep 07 00:14:41.546 INFO STEP 684 (remove_files) COMPLETE
78272026-09-07T00:14:42.807Z[ recovery-image] Sep 07 00:14:41.546 INFO O| Sep 07 00:14:41.546 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-07T00:14:42.818Z[ recovery-image] Sep 07 00:14:41.556 INFO O| Sep 07 00:14:41.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
78292026-09-07T00:14:42.818Z[ recovery-image] Sep 07 00:14:41.556 INFO O| Sep 07 00:14:41.556 INFO STEP 685 (remove_files) COMPLETE
78302026-09-07T00:14:42.818Z[ recovery-image] Sep 07 00:14:41.556 INFO O| Sep 07 00:14:41.556 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-07T00:14:42.828Z[ recovery-image] Sep 07 00:14:41.567 INFO O| Sep 07 00:14:41.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
78322026-09-07T00:14:42.828Z[ recovery-image] Sep 07 00:14:41.567 INFO O| Sep 07 00:14:41.567 INFO STEP 686 (remove_files) COMPLETE
78332026-09-07T00:14:42.833Z[ recovery-image] Sep 07 00:14:41.567 INFO O| Sep 07 00:14:41.567 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-07T00:14:42.840Z[ recovery-image] Sep 07 00:14:41.578 INFO O| Sep 07 00:14:41.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
78352026-09-07T00:14:42.840Z[ recovery-image] Sep 07 00:14:41.578 INFO O| Sep 07 00:14:41.578 INFO STEP 687 (remove_files) COMPLETE
78362026-09-07T00:14:42.840Z[ recovery-image] Sep 07 00:14:41.578 INFO O| Sep 07 00:14:41.578 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-07T00:14:42.850Z[ recovery-image] Sep 07 00:14:41.589 INFO O| Sep 07 00:14:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
78382026-09-07T00:14:42.850Z[ recovery-image] Sep 07 00:14:41.589 INFO O| Sep 07 00:14:41.589 INFO STEP 688 (remove_files) COMPLETE
78392026-09-07T00:14:42.850Z[ recovery-image] Sep 07 00:14:41.589 INFO O| Sep 07 00:14:41.589 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-07T00:14:42.861Z[ recovery-image] Sep 07 00:14:41.600 INFO O| Sep 07 00:14:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
78412026-09-07T00:14:42.861Z[ recovery-image] Sep 07 00:14:41.600 INFO O| Sep 07 00:14:41.600 INFO STEP 689 (remove_files) COMPLETE
78422026-09-07T00:14:42.864Z[ recovery-image] Sep 07 00:14:41.600 INFO O| Sep 07 00:14:41.600 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-07T00:14:42.871Z[ recovery-image] Sep 07 00:14:41.610 INFO O| Sep 07 00:14:41.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
78442026-09-07T00:14:42.871Z[ recovery-image] Sep 07 00:14:41.610 INFO O| Sep 07 00:14:41.610 INFO STEP 690 (remove_files) COMPLETE
78452026-09-07T00:14:42.871Z[ recovery-image] Sep 07 00:14:41.610 INFO O| Sep 07 00:14:41.610 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-07T00:14:42.881Z[ recovery-image] Sep 07 00:14:41.620 INFO O| Sep 07 00:14:41.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
78472026-09-07T00:14:42.882Z[ recovery-image] Sep 07 00:14:41.620 INFO O| Sep 07 00:14:41.620 INFO STEP 691 (remove_files) COMPLETE
78482026-09-07T00:14:42.882Z[ recovery-image] Sep 07 00:14:41.620 INFO O| Sep 07 00:14:41.620 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-07T00:14:42.893Z[ recovery-image] Sep 07 00:14:41.632 INFO O| Sep 07 00:14:41.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
78502026-09-07T00:14:42.893Z[ recovery-image] Sep 07 00:14:41.632 INFO O| Sep 07 00:14:41.632 INFO STEP 692 (remove_files) COMPLETE
78512026-09-07T00:14:42.893Z[ recovery-image] Sep 07 00:14:41.632 INFO O| Sep 07 00:14:41.632 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-07T00:14:42.903Z[ recovery-image] Sep 07 00:14:41.642 INFO O| Sep 07 00:14:41.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
78532026-09-07T00:14:42.907Z[ recovery-image] Sep 07 00:14:41.642 INFO O| Sep 07 00:14:41.642 INFO STEP 693 (remove_files) COMPLETE
78542026-09-07T00:14:42.907Z[ recovery-image] Sep 07 00:14:41.642 INFO O| Sep 07 00:14:41.642 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-07T00:14:42.915Z[ recovery-image] Sep 07 00:14:41.654 INFO O| Sep 07 00:14:41.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
78562026-09-07T00:14:42.918Z[ recovery-image] Sep 07 00:14:41.654 INFO O| Sep 07 00:14:41.654 INFO STEP 694 (remove_files) COMPLETE
78572026-09-07T00:14:42.918Z[ recovery-image] Sep 07 00:14:41.654 INFO O| Sep 07 00:14:41.654 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-07T00:14:42.918Z[verify-libraries] Compiling yansi v1.0.1
78592026-09-07T00:14:42.926Z[ recovery-image] Sep 07 00:14:41.665 INFO O| Sep 07 00:14:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
78602026-09-07T00:14:42.926Z[ recovery-image] Sep 07 00:14:41.665 INFO O| Sep 07 00:14:41.665 INFO STEP 695 (remove_files) COMPLETE
78612026-09-07T00:14:42.930Z[ recovery-image] Sep 07 00:14:41.665 INFO O| Sep 07 00:14:41.665 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-09-07T00:14:42.937Z[ recovery-image] Sep 07 00:14:41.676 INFO O| Sep 07 00:14:41.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
78632026-09-07T00:14:42.937Z[ recovery-image] Sep 07 00:14:41.676 INFO O| Sep 07 00:14:41.676 INFO STEP 696 (remove_files) COMPLETE
78642026-09-07T00:14:42.938Z[ recovery-image] Sep 07 00:14:41.676 INFO O| Sep 07 00:14:41.676 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-09-07T00:14:42.956Z[ recovery-image] Sep 07 00:14:41.695 INFO O| Sep 07 00:14:41.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78662026-09-07T00:14:42.956Z[ recovery-image] Sep 07 00:14:41.695 INFO O| Sep 07 00:14:41.695 INFO STEP 697 (remove_files) COMPLETE
78672026-09-07T00:14:42.961Z[ recovery-image] Sep 07 00:14:41.695 INFO O| Sep 07 00:14:41.695 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-09-07T00:14:42.967Z[ recovery-image] Sep 07 00:14:41.706 INFO O| Sep 07 00:14:41.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78692026-09-07T00:14:42.967Z[ recovery-image] Sep 07 00:14:41.706 INFO O| Sep 07 00:14:41.706 INFO STEP 698 (remove_files) COMPLETE
78702026-09-07T00:14:42.971Z[ recovery-image] Sep 07 00:14:41.706 INFO O| Sep 07 00:14:41.706 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-09-07T00:14:42.979Z[ recovery-image] Sep 07 00:14:41.717 INFO O| Sep 07 00:14:41.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78722026-09-07T00:14:42.979Z[ recovery-image] Sep 07 00:14:41.717 INFO O| Sep 07 00:14:41.717 INFO STEP 699 (remove_files) COMPLETE
78732026-09-07T00:14:42.979Z[ recovery-image] Sep 07 00:14:41.717 INFO O| Sep 07 00:14:41.717 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-09-07T00:14:42.989Z[ recovery-image] Sep 07 00:14:41.728 INFO O| Sep 07 00:14:41.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78752026-09-07T00:14:42.989Z[ recovery-image] Sep 07 00:14:41.728 INFO O| Sep 07 00:14:41.728 INFO STEP 700 (remove_files) COMPLETE
78762026-09-07T00:14:42.989Z[ recovery-image] Sep 07 00:14:41.728 INFO O| Sep 07 00:14:41.728 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-09-07T00:14:43.000Z[ recovery-image] Sep 07 00:14:41.739 INFO O| Sep 07 00:14:41.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78782026-09-07T00:14:43.000Z[ recovery-image] Sep 07 00:14:41.739 INFO O| Sep 07 00:14:41.739 INFO STEP 701 (remove_files) COMPLETE
78792026-09-07T00:14:43.000Z[ recovery-image] Sep 07 00:14:41.739 INFO O| Sep 07 00:14:41.739 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-09-07T00:14:43.010Z[ recovery-image] Sep 07 00:14:41.749 INFO O| Sep 07 00:14:41.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78812026-09-07T00:14:43.011Z[ recovery-image] Sep 07 00:14:41.749 INFO O| Sep 07 00:14:41.749 INFO STEP 702 (remove_files) COMPLETE
78822026-09-07T00:14:43.011Z[ recovery-image] Sep 07 00:14:41.749 INFO O| Sep 07 00:14:41.749 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-09-07T00:14:43.021Z[ recovery-image] Sep 07 00:14:41.760 INFO O| Sep 07 00:14:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78842026-09-07T00:14:43.021Z[ recovery-image] Sep 07 00:14:41.760 INFO O| Sep 07 00:14:41.760 INFO STEP 703 (remove_files) COMPLETE
78852026-09-07T00:14:43.021Z[ recovery-image] Sep 07 00:14:41.760 INFO O| Sep 07 00:14:41.760 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-09-07T00:14:43.032Z[ recovery-image] Sep 07 00:14:41.771 INFO O| Sep 07 00:14:41.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78872026-09-07T00:14:43.032Z[ recovery-image] Sep 07 00:14:41.771 INFO O| Sep 07 00:14:41.771 INFO STEP 704 (remove_files) COMPLETE
78882026-09-07T00:14:43.036Z[ recovery-image] Sep 07 00:14:41.771 INFO O| Sep 07 00:14:41.771 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-09-07T00:14:43.044Z[ recovery-image] Sep 07 00:14:41.783 INFO O| Sep 07 00:14:41.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78902026-09-07T00:14:43.044Z[ recovery-image] Sep 07 00:14:41.783 INFO O| Sep 07 00:14:41.783 INFO STEP 705 (remove_files) COMPLETE
78912026-09-07T00:14:43.044Z[ recovery-image] Sep 07 00:14:41.783 INFO O| Sep 07 00:14:41.783 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-09-07T00:14:43.054Z[ recovery-image] Sep 07 00:14:41.793 INFO O| Sep 07 00:14:41.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78932026-09-07T00:14:43.054Z[ recovery-image] Sep 07 00:14:41.793 INFO O| Sep 07 00:14:41.793 INFO STEP 706 (remove_files) COMPLETE
78942026-09-07T00:14:43.054Z[ recovery-image] Sep 07 00:14:41.793 INFO O| Sep 07 00:14:41.793 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-09-07T00:14:43.064Z[ recovery-image] Sep 07 00:14:41.803 INFO O| Sep 07 00:14:41.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78962026-09-07T00:14:43.064Z[ recovery-image] Sep 07 00:14:41.803 INFO O| Sep 07 00:14:41.803 INFO STEP 707 (remove_files) COMPLETE
78972026-09-07T00:14:43.064Z[ recovery-image] Sep 07 00:14:41.803 INFO O| Sep 07 00:14:41.803 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-09-07T00:14:43.075Z[ recovery-image] Sep 07 00:14:41.813 INFO O| Sep 07 00:14:41.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78992026-09-07T00:14:43.076Z[ recovery-image] Sep 07 00:14:41.813 INFO O| Sep 07 00:14:41.813 INFO STEP 708 (remove_files) COMPLETE
79002026-09-07T00:14:43.076Z[ recovery-image] Sep 07 00:14:41.813 INFO O| Sep 07 00:14:41.813 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-09-07T00:14:43.084Z[ recovery-image] Sep 07 00:14:41.823 INFO O| Sep 07 00:14:41.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
79022026-09-07T00:14:43.084Z[ recovery-image] Sep 07 00:14:41.823 INFO O| Sep 07 00:14:41.823 INFO STEP 709 (remove_files) COMPLETE
79032026-09-07T00:14:43.088Z[ recovery-image] Sep 07 00:14:41.823 INFO O| Sep 07 00:14:41.823 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-09-07T00:14:43.094Z[ recovery-image] Sep 07 00:14:41.833 INFO O| Sep 07 00:14:41.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
79052026-09-07T00:14:43.094Z[ recovery-image] Sep 07 00:14:41.833 INFO O| Sep 07 00:14:41.833 INFO STEP 710 (remove_files) COMPLETE
79062026-09-07T00:14:43.094Z[ recovery-image] Sep 07 00:14:41.833 INFO O| Sep 07 00:14:41.833 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-07T00:14:43.103Z[ recovery-image] Sep 07 00:14:41.843 INFO O| Sep 07 00:14:41.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
79082026-09-07T00:14:43.104Z[ recovery-image] Sep 07 00:14:41.843 INFO O| Sep 07 00:14:41.843 INFO STEP 711 (remove_files) COMPLETE
79092026-09-07T00:14:43.104Z[ recovery-image] Sep 07 00:14:41.843 INFO O| Sep 07 00:14:41.843 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-07T00:14:43.113Z[ recovery-image] Sep 07 00:14:41.852 INFO O| Sep 07 00:14:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
79112026-09-07T00:14:43.113Z[ recovery-image] Sep 07 00:14:41.852 INFO O| Sep 07 00:14:41.852 INFO STEP 712 (remove_files) COMPLETE
79122026-09-07T00:14:43.113Z[ recovery-image] Sep 07 00:14:41.852 INFO O| Sep 07 00:14:41.852 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-07T00:14:43.129Z[ recovery-image] Sep 07 00:14:41.862 INFO O| Sep 07 00:14:41.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
79142026-09-07T00:14:43.133Z[ recovery-image] Sep 07 00:14:41.862 INFO O| Sep 07 00:14:41.862 INFO STEP 713 (remove_files) COMPLETE
79152026-09-07T00:14:43.133Z[ recovery-image] Sep 07 00:14:41.862 INFO O| Sep 07 00:14:41.862 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-07T00:14:43.143Z[ recovery-image] Sep 07 00:14:41.879 INFO O| Sep 07 00:14:41.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
79172026-09-07T00:14:43.143Z[ recovery-image] Sep 07 00:14:41.879 INFO O| Sep 07 00:14:41.879 INFO STEP 714 (remove_files) COMPLETE
79182026-09-07T00:14:43.143Z[ recovery-image] Sep 07 00:14:41.879 INFO O| Sep 07 00:14:41.879 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-07T00:14:43.151Z[ recovery-image] Sep 07 00:14:41.890 INFO O| Sep 07 00:14:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
79202026-09-07T00:14:43.151Z[ recovery-image] Sep 07 00:14:41.890 INFO O| Sep 07 00:14:41.890 INFO STEP 715 (remove_files) COMPLETE
79212026-09-07T00:14:43.152Z[ recovery-image] Sep 07 00:14:41.890 INFO O| Sep 07 00:14:41.890 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-07T00:14:43.164Z[ recovery-image] Sep 07 00:14:41.902 INFO O| Sep 07 00:14:41.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
79232026-09-07T00:14:43.164Z[ recovery-image] Sep 07 00:14:41.902 INFO O| Sep 07 00:14:41.902 INFO STEP 716 (remove_files) COMPLETE
79242026-09-07T00:14:43.164Z[ recovery-image] Sep 07 00:14:41.902 INFO O| Sep 07 00:14:41.902 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-07T00:14:43.174Z[ recovery-image] Sep 07 00:14:41.913 INFO O| Sep 07 00:14:41.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
79262026-09-07T00:14:43.178Z[ recovery-image] Sep 07 00:14:41.916 INFO O| Sep 07 00:14:41.916 INFO STEP 717 (remove_files) COMPLETE
79272026-09-07T00:14:43.179Z[ recovery-image] Sep 07 00:14:41.916 INFO O| Sep 07 00:14:41.916 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-07T00:14:43.184Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
79292026-09-07T00:14:43.188Z[ recovery-image] Sep 07 00:14:41.927 INFO O| Sep 07 00:14:41.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
79302026-09-07T00:14:43.188Z[ recovery-image] Sep 07 00:14:41.927 INFO O| Sep 07 00:14:41.927 INFO STEP 718 (remove_files) COMPLETE
79312026-09-07T00:14:43.192Z[ recovery-image] Sep 07 00:14:41.927 INFO O| Sep 07 00:14:41.927 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-09-07T00:14:43.199Z[ recovery-image] Sep 07 00:14:41.938 INFO O| Sep 07 00:14:41.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
79332026-09-07T00:14:43.199Z[ recovery-image] Sep 07 00:14:41.938 INFO O| Sep 07 00:14:41.938 INFO STEP 719 (remove_files) COMPLETE
79342026-09-07T00:14:43.199Z[ recovery-image] Sep 07 00:14:41.938 INFO O| Sep 07 00:14:41.938 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-09-07T00:14:43.209Z[ recovery-image] Sep 07 00:14:41.947 INFO O| Sep 07 00:14:41.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
79362026-09-07T00:14:43.213Z[ recovery-image] Sep 07 00:14:41.948 INFO O| Sep 07 00:14:41.947 INFO STEP 720 (remove_files) COMPLETE
79372026-09-07T00:14:43.213Z[ recovery-image] Sep 07 00:14:41.948 INFO O| Sep 07 00:14:41.948 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-09-07T00:14:43.222Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
79392026-09-07T00:14:43.238Z[ recovery-image] Sep 07 00:14:41.974 INFO O| Sep 07 00:14:41.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
79402026-09-07T00:14:43.341Z[ recovery-image] Sep 07 00:14:41.974 INFO O| Sep 07 00:14:41.974 INFO STEP 721 (remove_files) COMPLETE
79412026-09-07T00:14:43.342Z[ recovery-image] Sep 07 00:14:41.974 INFO O| Sep 07 00:14:41.974 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-07T00:14:43.342Z[ recovery-image] Sep 07 00:14:41.983 INFO O| Sep 07 00:14:41.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
79432026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:41.983 INFO O| Sep 07 00:14:41.983 INFO STEP 722 (remove_files) COMPLETE
79442026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:41.983 INFO O| Sep 07 00:14:41.983 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:41.994 INFO O| Sep 07 00:14:41.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
79462026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:41.994 INFO O| Sep 07 00:14:41.994 INFO STEP 723 (remove_files) COMPLETE
79472026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:41.994 INFO O| Sep 07 00:14:41.994 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.028 INFO O| Sep 07 00:14:42.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
79492026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.028 INFO O| Sep 07 00:14:42.028 INFO STEP 724 (remove_files) COMPLETE
79502026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.028 INFO O| Sep 07 00:14:42.028 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.038 INFO O| Sep 07 00:14:42.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79522026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.038 INFO O| Sep 07 00:14:42.038 INFO STEP 725 (remove_files) COMPLETE
79532026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.038 INFO O| Sep 07 00:14:42.038 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-07T00:14:43.346Z[ recovery-image] Sep 07 00:14:42.050 INFO O| Sep 07 00:14:42.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79552026-09-07T00:14:43.347Z[ recovery-image] Sep 07 00:14:42.050 INFO O| Sep 07 00:14:42.050 INFO STEP 726 (remove_files) COMPLETE
79562026-09-07T00:14:43.347Z[ recovery-image] Sep 07 00:14:42.050 INFO O| Sep 07 00:14:42.050 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-07T00:14:43.347Z[ recovery-image] Sep 07 00:14:42.060 INFO O| Sep 07 00:14:42.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79582026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.060 INFO O| Sep 07 00:14:42.060 INFO STEP 727 (remove_files) COMPLETE
79592026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.060 INFO O| Sep 07 00:14:42.060 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.070 INFO O| Sep 07 00:14:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79612026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.071 INFO O| Sep 07 00:14:42.070 INFO STEP 728 (remove_files) COMPLETE
79622026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.071 INFO O| Sep 07 00:14:42.070 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.081 INFO O| Sep 07 00:14:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
79642026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.081 INFO O| Sep 07 00:14:42.081 INFO STEP 729 (remove_files) COMPLETE
79652026-09-07T00:14:43.348Z[ recovery-image] Sep 07 00:14:42.081 INFO O| Sep 07 00:14:42.081 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-07T00:14:43.353Z[ recovery-image] Sep 07 00:14:42.092 INFO O| Sep 07 00:14:42.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
79672026-09-07T00:14:43.354Z[ recovery-image] Sep 07 00:14:42.092 INFO O| Sep 07 00:14:42.092 INFO STEP 730 (remove_files) COMPLETE
79682026-09-07T00:14:43.354Z[ recovery-image] Sep 07 00:14:42.092 INFO O| Sep 07 00:14:42.092 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-07T00:14:43.364Z[ recovery-image] Sep 07 00:14:42.103 INFO O| Sep 07 00:14:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79702026-09-07T00:14:43.364Z[ recovery-image] Sep 07 00:14:42.103 INFO O| Sep 07 00:14:42.103 INFO STEP 731 (remove_files) COMPLETE
79712026-09-07T00:14:43.368Z[ recovery-image] Sep 07 00:14:42.103 INFO O| Sep 07 00:14:42.103 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-07T00:14:43.374Z[ recovery-image] Sep 07 00:14:42.112 INFO O| Sep 07 00:14:42.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79732026-09-07T00:14:43.374Z[ recovery-image] Sep 07 00:14:42.113 INFO O| Sep 07 00:14:42.112 INFO STEP 732 (remove_files) COMPLETE
79742026-09-07T00:14:43.377Z[ recovery-image] Sep 07 00:14:42.113 INFO O| Sep 07 00:14:42.113 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-07T00:14:43.383Z[ recovery-image] Sep 07 00:14:42.122 INFO O| Sep 07 00:14:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79762026-09-07T00:14:43.383Z[ recovery-image] Sep 07 00:14:42.122 INFO O| Sep 07 00:14:42.122 INFO STEP 733 (remove_files) COMPLETE
79772026-09-07T00:14:43.387Z[ recovery-image] Sep 07 00:14:42.122 INFO O| Sep 07 00:14:42.122 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-07T00:14:43.393Z[ recovery-image] Sep 07 00:14:42.132 INFO O| Sep 07 00:14:42.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79792026-09-07T00:14:43.394Z[ recovery-image] Sep 07 00:14:42.132 INFO O| Sep 07 00:14:42.132 INFO STEP 734 (remove_files) COMPLETE
79802026-09-07T00:14:43.394Z[ recovery-image] Sep 07 00:14:42.132 INFO O| Sep 07 00:14:42.132 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-07T00:14:43.403Z[ recovery-image] Sep 07 00:14:42.142 INFO O| Sep 07 00:14:42.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79822026-09-07T00:14:43.403Z[ recovery-image] Sep 07 00:14:42.142 INFO O| Sep 07 00:14:42.142 INFO STEP 735 (remove_files) COMPLETE
79832026-09-07T00:14:43.407Z[ recovery-image] Sep 07 00:14:42.142 INFO O| Sep 07 00:14:42.142 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-07T00:14:43.415Z[ recovery-image] Sep 07 00:14:42.153 INFO O| Sep 07 00:14:42.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79852026-09-07T00:14:43.415Z[ recovery-image] Sep 07 00:14:42.153 INFO O| Sep 07 00:14:42.153 INFO STEP 736 (remove_files) COMPLETE
79862026-09-07T00:14:43.420Z[ recovery-image] Sep 07 00:14:42.153 INFO O| Sep 07 00:14:42.153 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-07T00:14:43.424Z[ recovery-image] Sep 07 00:14:42.163 INFO O| Sep 07 00:14:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79882026-09-07T00:14:43.424Z[ recovery-image] Sep 07 00:14:42.163 INFO O| Sep 07 00:14:42.163 INFO STEP 737 (remove_files) COMPLETE
79892026-09-07T00:14:43.428Z[ recovery-image] Sep 07 00:14:42.163 INFO O| Sep 07 00:14:42.163 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-07T00:14:43.436Z[ recovery-image] Sep 07 00:14:42.175 INFO O| Sep 07 00:14:42.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79912026-09-07T00:14:43.442Z[ recovery-image] Sep 07 00:14:42.175 INFO O| Sep 07 00:14:42.175 INFO STEP 738 (remove_files) COMPLETE
79922026-09-07T00:14:43.446Z[ recovery-image] Sep 07 00:14:42.175 INFO O| Sep 07 00:14:42.175 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-07T00:14:43.450Z[ recovery-image] Sep 07 00:14:42.187 INFO O| Sep 07 00:14:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79942026-09-07T00:14:43.450Z[ recovery-image] Sep 07 00:14:42.187 INFO O| Sep 07 00:14:42.187 INFO STEP 739 (remove_files) COMPLETE
79952026-09-07T00:14:43.450Z[ recovery-image] Sep 07 00:14:42.187 INFO O| Sep 07 00:14:42.187 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-07T00:14:43.460Z[ recovery-image] Sep 07 00:14:42.198 INFO O| Sep 07 00:14:42.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79972026-09-07T00:14:43.460Z[ recovery-image] Sep 07 00:14:42.198 INFO O| Sep 07 00:14:42.198 INFO STEP 740 (remove_files) COMPLETE
79982026-09-07T00:14:43.460Z[verify-libraries] Compiling pretty_assertions v1.4.1
79992026-09-07T00:14:43.460Z[ recovery-image] Sep 07 00:14:42.198 INFO O| Sep 07 00:14:42.198 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-09-07T00:14:43.470Z[ recovery-image] Sep 07 00:14:42.209 INFO O| Sep 07 00:14:42.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
80012026-09-07T00:14:43.471Z[ recovery-image] Sep 07 00:14:42.209 INFO O| Sep 07 00:14:42.209 INFO STEP 741 (remove_files) COMPLETE
80022026-09-07T00:14:43.474Z[ recovery-image] Sep 07 00:14:42.209 INFO O| Sep 07 00:14:42.209 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-09-07T00:14:43.481Z[ recovery-image] Sep 07 00:14:42.219 INFO O| Sep 07 00:14:42.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
80042026-09-07T00:14:43.481Z[ recovery-image] Sep 07 00:14:42.220 INFO O| Sep 07 00:14:42.220 INFO STEP 742 (remove_files) COMPLETE
80052026-09-07T00:14:43.481Z[ recovery-image] Sep 07 00:14:42.220 INFO O| Sep 07 00:14:42.220 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-09-07T00:14:43.493Z[ recovery-image] Sep 07 00:14:42.230 INFO O| Sep 07 00:14:42.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
80072026-09-07T00:14:43.493Z[ recovery-image] Sep 07 00:14:42.230 INFO O| Sep 07 00:14:42.230 INFO STEP 743 (remove_files) COMPLETE
80082026-09-07T00:14:43.493Z[ recovery-image] Sep 07 00:14:42.230 INFO O| Sep 07 00:14:42.230 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-09-07T00:14:43.503Z[ recovery-image] Sep 07 00:14:42.241 INFO O| Sep 07 00:14:42.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
80102026-09-07T00:14:43.503Z[ recovery-image] Sep 07 00:14:42.241 INFO O| Sep 07 00:14:42.241 INFO STEP 744 (remove_files) COMPLETE
80112026-09-07T00:14:43.503Z[ recovery-image] Sep 07 00:14:42.241 INFO O| Sep 07 00:14:42.241 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-09-07T00:14:43.513Z[ recovery-image] Sep 07 00:14:42.252 INFO O| Sep 07 00:14:42.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
80132026-09-07T00:14:43.513Z[ recovery-image] Sep 07 00:14:42.252 INFO O| Sep 07 00:14:42.252 INFO STEP 745 (remove_files) COMPLETE
80142026-09-07T00:14:43.513Z[ recovery-image] Sep 07 00:14:42.252 INFO O| Sep 07 00:14:42.252 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-09-07T00:14:43.523Z[ recovery-image] Sep 07 00:14:42.262 INFO O| Sep 07 00:14:42.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
80162026-09-07T00:14:43.523Z[ recovery-image] Sep 07 00:14:42.262 INFO O| Sep 07 00:14:42.262 INFO STEP 746 (remove_files) COMPLETE
80172026-09-07T00:14:43.523Z[ recovery-image] Sep 07 00:14:42.262 INFO O| Sep 07 00:14:42.262 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-09-07T00:14:43.533Z[ recovery-image] Sep 07 00:14:42.272 INFO O| Sep 07 00:14:42.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
80192026-09-07T00:14:43.533Z[ recovery-image] Sep 07 00:14:42.272 INFO O| Sep 07 00:14:42.272 INFO STEP 747 (remove_files) COMPLETE
80202026-09-07T00:14:43.534Z[ recovery-image] Sep 07 00:14:42.272 INFO O| Sep 07 00:14:42.272 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-09-07T00:14:43.544Z[ recovery-image] Sep 07 00:14:42.282 INFO O| Sep 07 00:14:42.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
80222026-09-07T00:14:43.544Z[ recovery-image] Sep 07 00:14:42.282 INFO O| Sep 07 00:14:42.282 INFO STEP 748 (remove_files) COMPLETE
80232026-09-07T00:14:43.544Z[ recovery-image] Sep 07 00:14:42.282 INFO O| Sep 07 00:14:42.282 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-09-07T00:14:43.554Z[ recovery-image] Sep 07 00:14:42.293 INFO O| Sep 07 00:14:42.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
80252026-09-07T00:14:43.556Z[ recovery-image] Sep 07 00:14:42.293 INFO O| Sep 07 00:14:42.293 INFO STEP 749 (remove_files) COMPLETE
80262026-09-07T00:14:43.556Z[ recovery-image] Sep 07 00:14:42.293 INFO O| Sep 07 00:14:42.293 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-09-07T00:14:43.565Z[ recovery-image] Sep 07 00:14:42.304 INFO O| Sep 07 00:14:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
80282026-09-07T00:14:43.566Z[ recovery-image] Sep 07 00:14:42.304 INFO O| Sep 07 00:14:42.304 INFO STEP 750 (remove_files) COMPLETE
80292026-09-07T00:14:43.566Z[ recovery-image] Sep 07 00:14:42.304 INFO O| Sep 07 00:14:42.304 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-09-07T00:14:43.576Z[ recovery-image] Sep 07 00:14:42.314 INFO O| Sep 07 00:14:42.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
80312026-09-07T00:14:43.576Z[ recovery-image] Sep 07 00:14:42.315 INFO O| Sep 07 00:14:42.315 INFO STEP 751 (remove_files) COMPLETE
80322026-09-07T00:14:43.581Z[ recovery-image] Sep 07 00:14:42.315 INFO O| Sep 07 00:14:42.315 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-09-07T00:14:43.586Z[ recovery-image] Sep 07 00:14:42.325 INFO O| Sep 07 00:14:42.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
80342026-09-07T00:14:43.586Z[ recovery-image] Sep 07 00:14:42.325 INFO O| Sep 07 00:14:42.325 INFO STEP 752 (remove_files) COMPLETE
80352026-09-07T00:14:43.586Z[ recovery-image] Sep 07 00:14:42.325 INFO O| Sep 07 00:14:42.325 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-09-07T00:14:43.597Z[ recovery-image] Sep 07 00:14:42.336 INFO O| Sep 07 00:14:42.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
80372026-09-07T00:14:43.597Z[ recovery-image] Sep 07 00:14:42.336 INFO O| Sep 07 00:14:42.336 INFO STEP 753 (remove_files) COMPLETE
80382026-09-07T00:14:43.597Z[ recovery-image] Sep 07 00:14:42.336 INFO O| Sep 07 00:14:42.336 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-09-07T00:14:43.608Z[ recovery-image] Sep 07 00:14:42.347 INFO O| Sep 07 00:14:42.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
80402026-09-07T00:14:43.608Z[ recovery-image] Sep 07 00:14:42.347 INFO O| Sep 07 00:14:42.347 INFO STEP 754 (remove_files) COMPLETE
80412026-09-07T00:14:43.613Z[ recovery-image] Sep 07 00:14:42.347 INFO O| Sep 07 00:14:42.347 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-09-07T00:14:43.619Z[ recovery-image] Sep 07 00:14:42.358 INFO O| Sep 07 00:14:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
80432026-09-07T00:14:43.619Z[ recovery-image] Sep 07 00:14:42.358 INFO O| Sep 07 00:14:42.358 INFO STEP 755 (remove_files) COMPLETE
80442026-09-07T00:14:43.619Z[ recovery-image] Sep 07 00:14:42.358 INFO O| Sep 07 00:14:42.358 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-09-07T00:14:43.629Z[ recovery-image] Sep 07 00:14:42.368 INFO O| Sep 07 00:14:42.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
80462026-09-07T00:14:43.630Z[ recovery-image] Sep 07 00:14:42.368 INFO O| Sep 07 00:14:42.368 INFO STEP 756 (remove_files) COMPLETE
80472026-09-07T00:14:43.630Z[ recovery-image] Sep 07 00:14:42.368 INFO O| Sep 07 00:14:42.368 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-09-07T00:14:43.640Z[ recovery-image] Sep 07 00:14:42.379 INFO O| Sep 07 00:14:42.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
80492026-09-07T00:14:43.640Z[ recovery-image] Sep 07 00:14:42.379 INFO O| Sep 07 00:14:42.379 INFO STEP 757 (remove_files) COMPLETE
80502026-09-07T00:14:43.640Z[ recovery-image] Sep 07 00:14:42.379 INFO O| Sep 07 00:14:42.379 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-09-07T00:14:43.650Z[ recovery-image] Sep 07 00:14:42.389 INFO O| Sep 07 00:14:42.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
80522026-09-07T00:14:43.650Z[ recovery-image] Sep 07 00:14:42.389 INFO O| Sep 07 00:14:42.389 INFO STEP 758 (remove_files) COMPLETE
80532026-09-07T00:14:43.650Z[ recovery-image] Sep 07 00:14:42.389 INFO O| Sep 07 00:14:42.389 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-09-07T00:14:43.661Z[ recovery-image] Sep 07 00:14:42.399 INFO O| Sep 07 00:14:42.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
80552026-09-07T00:14:43.661Z[ recovery-image] Sep 07 00:14:42.399 INFO O| Sep 07 00:14:42.399 INFO STEP 759 (remove_files) COMPLETE
80562026-09-07T00:14:43.661Z[ recovery-image] Sep 07 00:14:42.399 INFO O| Sep 07 00:14:42.399 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-09-07T00:14:43.672Z[ recovery-image] Sep 07 00:14:42.410 INFO O| Sep 07 00:14:42.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
80582026-09-07T00:14:43.672Z[ recovery-image] Sep 07 00:14:42.411 INFO O| Sep 07 00:14:42.410 INFO STEP 760 (remove_files) COMPLETE
80592026-09-07T00:14:43.672Z[ recovery-image] Sep 07 00:14:42.411 INFO O| Sep 07 00:14:42.411 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-09-07T00:14:43.682Z[ recovery-image] Sep 07 00:14:42.421 INFO O| Sep 07 00:14:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
80612026-09-07T00:14:43.682Z[ recovery-image] Sep 07 00:14:42.421 INFO O| Sep 07 00:14:42.421 INFO STEP 761 (remove_files) COMPLETE
80622026-09-07T00:14:43.682Z[ recovery-image] Sep 07 00:14:42.421 INFO O| Sep 07 00:14:42.421 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-09-07T00:14:43.694Z[ recovery-image] Sep 07 00:14:42.432 INFO O| Sep 07 00:14:42.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
80642026-09-07T00:14:43.694Z[ recovery-image] Sep 07 00:14:42.432 INFO O| Sep 07 00:14:42.432 INFO STEP 762 (remove_files) COMPLETE
80652026-09-07T00:14:43.694Z[ recovery-image] Sep 07 00:14:42.432 INFO O| Sep 07 00:14:42.432 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-09-07T00:14:43.704Z[ recovery-image] Sep 07 00:14:42.443 INFO O| Sep 07 00:14:42.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
80672026-09-07T00:14:43.704Z[ recovery-image] Sep 07 00:14:42.443 INFO O| Sep 07 00:14:42.443 INFO STEP 763 (remove_files) COMPLETE
80682026-09-07T00:14:43.704Z[ recovery-image] Sep 07 00:14:42.443 INFO O| Sep 07 00:14:42.443 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-09-07T00:14:43.715Z[ recovery-image] Sep 07 00:14:42.453 INFO O| Sep 07 00:14:42.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80702026-09-07T00:14:43.715Z[ recovery-image] Sep 07 00:14:42.453 INFO O| Sep 07 00:14:42.453 INFO STEP 764 (remove_files) COMPLETE
80712026-09-07T00:14:43.715Z[ recovery-image] Sep 07 00:14:42.453 INFO O| Sep 07 00:14:42.453 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-09-07T00:14:43.725Z[ recovery-image] Sep 07 00:14:42.464 INFO O| Sep 07 00:14:42.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80732026-09-07T00:14:43.725Z[ recovery-image] Sep 07 00:14:42.464 INFO O| Sep 07 00:14:42.464 INFO STEP 765 (remove_files) COMPLETE
80742026-09-07T00:14:43.726Z[ recovery-image] Sep 07 00:14:42.464 INFO O| Sep 07 00:14:42.464 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-09-07T00:14:43.736Z[ recovery-image] Sep 07 00:14:42.475 INFO O| Sep 07 00:14:42.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80762026-09-07T00:14:43.736Z[ recovery-image] Sep 07 00:14:42.475 INFO O| Sep 07 00:14:42.475 INFO STEP 766 (remove_files) COMPLETE
80772026-09-07T00:14:43.736Z[ recovery-image] Sep 07 00:14:42.475 INFO O| Sep 07 00:14:42.475 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-09-07T00:14:43.747Z[ recovery-image] Sep 07 00:14:42.485 INFO O| Sep 07 00:14:42.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80792026-09-07T00:14:43.747Z[ recovery-image] Sep 07 00:14:42.485 INFO O| Sep 07 00:14:42.485 INFO STEP 767 (remove_files) COMPLETE
80802026-09-07T00:14:43.747Z[ recovery-image] Sep 07 00:14:42.485 INFO O| Sep 07 00:14:42.485 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-09-07T00:14:43.758Z[ recovery-image] Sep 07 00:14:42.496 INFO O| Sep 07 00:14:42.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80822026-09-07T00:14:43.758Z[ recovery-image] Sep 07 00:14:42.496 INFO O| Sep 07 00:14:42.496 INFO STEP 768 (remove_files) COMPLETE
80832026-09-07T00:14:43.758Z[ recovery-image] Sep 07 00:14:42.496 INFO O| Sep 07 00:14:42.496 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-09-07T00:14:43.770Z[ recovery-image] Sep 07 00:14:42.508 INFO O| Sep 07 00:14:42.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80852026-09-07T00:14:43.770Z[ recovery-image] Sep 07 00:14:42.508 INFO O| Sep 07 00:14:42.508 INFO STEP 769 (remove_files) COMPLETE
80862026-09-07T00:14:43.770Z[ recovery-image] Sep 07 00:14:42.508 INFO O| Sep 07 00:14:42.508 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-09-07T00:14:43.781Z[ recovery-image] Sep 07 00:14:42.520 INFO O| Sep 07 00:14:42.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80882026-09-07T00:14:43.781Z[ recovery-image] Sep 07 00:14:42.520 INFO O| Sep 07 00:14:42.520 INFO STEP 770 (remove_files) COMPLETE
80892026-09-07T00:14:43.781Z[ recovery-image] Sep 07 00:14:42.520 INFO O| Sep 07 00:14:42.520 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-09-07T00:14:43.793Z[ recovery-image] Sep 07 00:14:42.532 INFO O| Sep 07 00:14:42.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80912026-09-07T00:14:43.793Z[ recovery-image] Sep 07 00:14:42.532 INFO O| Sep 07 00:14:42.532 INFO STEP 771 (remove_files) COMPLETE
80922026-09-07T00:14:43.793Z[ recovery-image] Sep 07 00:14:42.532 INFO O| Sep 07 00:14:42.532 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-09-07T00:14:43.805Z[ recovery-image] Sep 07 00:14:42.543 INFO O| Sep 07 00:14:42.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80942026-09-07T00:14:43.805Z[ recovery-image] Sep 07 00:14:42.543 INFO O| Sep 07 00:14:42.543 INFO STEP 772 (remove_files) COMPLETE
80952026-09-07T00:14:43.809Z[ recovery-image] Sep 07 00:14:42.543 INFO O| Sep 07 00:14:42.543 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-09-07T00:14:43.816Z[ recovery-image] Sep 07 00:14:42.554 INFO O| Sep 07 00:14:42.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80972026-09-07T00:14:43.816Z[ recovery-image] Sep 07 00:14:42.554 INFO O| Sep 07 00:14:42.554 INFO STEP 773 (remove_files) COMPLETE
80982026-09-07T00:14:43.816Z[ recovery-image] Sep 07 00:14:42.554 INFO O| Sep 07 00:14:42.554 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-09-07T00:14:43.834Z[ recovery-image] Sep 07 00:14:42.565 INFO O| Sep 07 00:14:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
81002026-09-07T00:14:43.834Z[ recovery-image] Sep 07 00:14:42.565 INFO O| Sep 07 00:14:42.565 INFO STEP 774 (remove_files) COMPLETE
81012026-09-07T00:14:43.834Z[ recovery-image] Sep 07 00:14:42.565 INFO O| Sep 07 00:14:42.565 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-09-07T00:14:43.840Z[ recovery-image] Sep 07 00:14:42.574 INFO O| Sep 07 00:14:42.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
81032026-09-07T00:14:43.840Z[ recovery-image] Sep 07 00:14:42.575 INFO O| Sep 07 00:14:42.574 INFO STEP 775 (remove_files) COMPLETE
81042026-09-07T00:14:43.840Z[ recovery-image] Sep 07 00:14:42.575 INFO O| Sep 07 00:14:42.574 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-09-07T00:14:43.845Z[ recovery-image] Sep 07 00:14:42.583 INFO O| Sep 07 00:14:42.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
81062026-09-07T00:14:43.845Z[ recovery-image] Sep 07 00:14:42.584 INFO O| Sep 07 00:14:42.583 INFO STEP 776 (remove_files) COMPLETE
81072026-09-07T00:14:43.845Z[ recovery-image] Sep 07 00:14:42.584 INFO O| Sep 07 00:14:42.584 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-09-07T00:14:43.855Z[ recovery-image] Sep 07 00:14:42.593 INFO O| Sep 07 00:14:42.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
81092026-09-07T00:14:43.855Z[ recovery-image] Sep 07 00:14:42.593 INFO O| Sep 07 00:14:42.593 INFO STEP 777 (remove_files) COMPLETE
81102026-09-07T00:14:43.855Z[ recovery-image] Sep 07 00:14:42.593 INFO O| Sep 07 00:14:42.593 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-09-07T00:14:43.864Z[ recovery-image] Sep 07 00:14:42.603 INFO O| Sep 07 00:14:42.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
81122026-09-07T00:14:43.864Z[ recovery-image] Sep 07 00:14:42.603 INFO O| Sep 07 00:14:42.603 INFO STEP 778 (remove_files) COMPLETE
81132026-09-07T00:14:43.864Z[ recovery-image] Sep 07 00:14:42.603 INFO O| Sep 07 00:14:42.603 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-09-07T00:14:43.874Z[ recovery-image] Sep 07 00:14:42.612 INFO O| Sep 07 00:14:42.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
81152026-09-07T00:14:43.874Z[ recovery-image] Sep 07 00:14:42.612 INFO O| Sep 07 00:14:42.612 INFO STEP 779 (remove_files) COMPLETE
81162026-09-07T00:14:43.874Z[ recovery-image] Sep 07 00:14:42.612 INFO O| Sep 07 00:14:42.612 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-09-07T00:14:43.883Z[ recovery-image] Sep 07 00:14:42.621 INFO O| Sep 07 00:14:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
81182026-09-07T00:14:43.883Z[ recovery-image] Sep 07 00:14:42.621 INFO O| Sep 07 00:14:42.621 INFO STEP 780 (remove_files) COMPLETE
81192026-09-07T00:14:43.883Z[ recovery-image] Sep 07 00:14:42.622 INFO O| Sep 07 00:14:42.621 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-09-07T00:14:43.892Z[ recovery-image] Sep 07 00:14:42.631 INFO O| Sep 07 00:14:42.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
81212026-09-07T00:14:43.892Z[ recovery-image] Sep 07 00:14:42.631 INFO O| Sep 07 00:14:42.631 INFO STEP 781 (remove_files) COMPLETE
81222026-09-07T00:14:43.896Z[ recovery-image] Sep 07 00:14:42.631 INFO O| Sep 07 00:14:42.631 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-09-07T00:14:43.902Z[ recovery-image] Sep 07 00:14:42.641 INFO O| Sep 07 00:14:42.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
81242026-09-07T00:14:43.902Z[ recovery-image] Sep 07 00:14:42.641 INFO O| Sep 07 00:14:42.641 INFO STEP 782 (remove_files) COMPLETE
81252026-09-07T00:14:43.907Z[ recovery-image] Sep 07 00:14:42.641 INFO O| Sep 07 00:14:42.641 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-09-07T00:14:43.952Z[ recovery-image] Sep 07 00:14:42.651 INFO O| Sep 07 00:14:42.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
81272026-09-07T00:14:43.952Z[ recovery-image] Sep 07 00:14:42.651 INFO O| Sep 07 00:14:42.651 INFO STEP 783 (remove_files) COMPLETE
81282026-09-07T00:14:43.952Z[ recovery-image] Sep 07 00:14:42.651 INFO O| Sep 07 00:14:42.651 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-09-07T00:14:43.957Z[ recovery-image] Sep 07 00:14:42.661 INFO O| Sep 07 00:14:42.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
81302026-09-07T00:14:43.959Z[ recovery-image] Sep 07 00:14:42.661 INFO O| Sep 07 00:14:42.661 INFO STEP 784 (remove_files) COMPLETE
81312026-09-07T00:14:43.959Z[ recovery-image] Sep 07 00:14:42.661 INFO O| Sep 07 00:14:42.661 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-09-07T00:14:43.959Z[ recovery-image] Sep 07 00:14:42.670 INFO O| Sep 07 00:14:42.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
81332026-09-07T00:14:43.959Z[ recovery-image] Sep 07 00:14:42.670 INFO O| Sep 07 00:14:42.670 INFO STEP 785 (remove_files) COMPLETE
81342026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.670 INFO O| Sep 07 00:14:42.670 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.680 INFO O| Sep 07 00:14:42.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
81362026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.680 INFO O| Sep 07 00:14:42.680 INFO STEP 786 (remove_files) COMPLETE
81372026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.680 INFO O| Sep 07 00:14:42.680 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-09-07T00:14:43.960Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
81392026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.692 INFO O| Sep 07 00:14:42.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
81402026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.692 INFO O| Sep 07 00:14:42.692 INFO STEP 787 (remove_files) COMPLETE
81412026-09-07T00:14:43.960Z[ recovery-image] Sep 07 00:14:42.692 INFO O| Sep 07 00:14:42.692 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-09-07T00:14:43.965Z[ recovery-image] Sep 07 00:14:42.703 INFO O| Sep 07 00:14:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
81432026-09-07T00:14:43.965Z[ recovery-image] Sep 07 00:14:42.703 INFO O| Sep 07 00:14:42.703 INFO STEP 788 (remove_files) COMPLETE
81442026-09-07T00:14:43.965Z[ recovery-image] Sep 07 00:14:42.703 INFO O| Sep 07 00:14:42.703 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-09-07T00:14:43.976Z[ recovery-image] Sep 07 00:14:42.713 INFO O| Sep 07 00:14:42.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
81462026-09-07T00:14:43.976Z[ recovery-image] Sep 07 00:14:42.714 INFO O| Sep 07 00:14:42.714 INFO STEP 789 (remove_files) COMPLETE
81472026-09-07T00:14:43.976Z[ recovery-image] Sep 07 00:14:42.714 INFO O| Sep 07 00:14:42.714 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-09-07T00:14:43.985Z[ recovery-image] Sep 07 00:14:42.724 INFO O| Sep 07 00:14:42.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
81492026-09-07T00:14:43.985Z[ recovery-image] Sep 07 00:14:42.724 INFO O| Sep 07 00:14:42.724 INFO STEP 790 (remove_files) COMPLETE
81502026-09-07T00:14:43.990Z[ recovery-image] Sep 07 00:14:42.724 INFO O| Sep 07 00:14:42.724 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-09-07T00:14:43.995Z[ recovery-image] Sep 07 00:14:42.734 INFO O| Sep 07 00:14:42.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
81522026-09-07T00:14:43.995Z[ recovery-image] Sep 07 00:14:42.734 INFO O| Sep 07 00:14:42.734 INFO STEP 791 (remove_files) COMPLETE
81532026-09-07T00:14:43.995Z[ recovery-image] Sep 07 00:14:42.734 INFO O| Sep 07 00:14:42.734 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-09-07T00:14:44.005Z[ recovery-image] Sep 07 00:14:42.744 INFO O| Sep 07 00:14:42.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
81552026-09-07T00:14:44.005Z[ recovery-image] Sep 07 00:14:42.744 INFO O| Sep 07 00:14:42.744 INFO STEP 792 (remove_files) COMPLETE
81562026-09-07T00:14:44.005Z[ recovery-image] Sep 07 00:14:42.744 INFO O| Sep 07 00:14:42.744 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-09-07T00:14:44.015Z[ recovery-image] Sep 07 00:14:42.754 INFO O| Sep 07 00:14:42.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
81582026-09-07T00:14:44.015Z[ recovery-image] Sep 07 00:14:42.754 INFO O| Sep 07 00:14:42.754 INFO STEP 793 (remove_files) COMPLETE
81592026-09-07T00:14:44.015Z[ recovery-image] Sep 07 00:14:42.754 INFO O| Sep 07 00:14:42.754 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-07T00:14:44.025Z[ recovery-image] Sep 07 00:14:42.763 INFO O| Sep 07 00:14:42.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
81612026-09-07T00:14:44.025Z[ recovery-image] Sep 07 00:14:42.763 INFO O| Sep 07 00:14:42.763 INFO STEP 794 (remove_files) COMPLETE
81622026-09-07T00:14:44.025Z[ recovery-image] Sep 07 00:14:42.763 INFO O| Sep 07 00:14:42.763 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-09-07T00:14:44.033Z[ recovery-image] Sep 07 00:14:42.772 INFO O| Sep 07 00:14:42.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
81642026-09-07T00:14:44.033Z[ recovery-image] Sep 07 00:14:42.772 INFO O| Sep 07 00:14:42.772 INFO STEP 795 (remove_files) COMPLETE
81652026-09-07T00:14:44.033Z[ recovery-image] Sep 07 00:14:42.772 INFO O| Sep 07 00:14:42.772 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-07T00:14:44.046Z[ recovery-image] Sep 07 00:14:42.783 INFO O| Sep 07 00:14:42.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
81672026-09-07T00:14:44.046Z[ recovery-image] Sep 07 00:14:42.783 INFO O| Sep 07 00:14:42.783 INFO STEP 796 (remove_files) COMPLETE
81682026-09-07T00:14:44.046Z[ recovery-image] Sep 07 00:14:42.783 INFO O| Sep 07 00:14:42.783 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-09-07T00:14:44.055Z[ recovery-image] Sep 07 00:14:42.794 INFO O| Sep 07 00:14:42.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
81702026-09-07T00:14:44.055Z[ recovery-image] Sep 07 00:14:42.794 INFO O| Sep 07 00:14:42.794 INFO STEP 797 (remove_files) COMPLETE
81712026-09-07T00:14:44.056Z[ recovery-image] Sep 07 00:14:42.794 INFO O| Sep 07 00:14:42.794 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-09-07T00:14:44.065Z[ recovery-image] Sep 07 00:14:42.804 INFO O| Sep 07 00:14:42.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81732026-09-07T00:14:44.065Z[ recovery-image] Sep 07 00:14:42.804 INFO O| Sep 07 00:14:42.804 INFO STEP 798 (remove_files) COMPLETE
81742026-09-07T00:14:44.069Z[ recovery-image] Sep 07 00:14:42.804 INFO O| Sep 07 00:14:42.804 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-09-07T00:14:44.075Z[ recovery-image] Sep 07 00:14:42.814 INFO O| Sep 07 00:14:42.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81762026-09-07T00:14:44.075Z[ recovery-image] Sep 07 00:14:42.814 INFO O| Sep 07 00:14:42.814 INFO STEP 799 (remove_files) COMPLETE
81772026-09-07T00:14:44.075Z[ recovery-image] Sep 07 00:14:42.814 INFO O| Sep 07 00:14:42.814 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-09-07T00:14:44.084Z[ recovery-image] Sep 07 00:14:42.823 INFO O| Sep 07 00:14:42.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81792026-09-07T00:14:44.084Z[ recovery-image] Sep 07 00:14:42.823 INFO O| Sep 07 00:14:42.823 INFO STEP 800 (remove_files) COMPLETE
81802026-09-07T00:14:44.084Z[ recovery-image] Sep 07 00:14:42.823 INFO O| Sep 07 00:14:42.823 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-09-07T00:14:44.095Z[ recovery-image] Sep 07 00:14:42.833 INFO O| Sep 07 00:14:42.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81822026-09-07T00:14:44.095Z[ recovery-image] Sep 07 00:14:42.833 INFO O| Sep 07 00:14:42.833 INFO STEP 801 (remove_files) COMPLETE
81832026-09-07T00:14:44.095Z[ recovery-image] Sep 07 00:14:42.833 INFO O| Sep 07 00:14:42.833 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-09-07T00:14:44.105Z[ recovery-image] Sep 07 00:14:42.844 INFO O| Sep 07 00:14:42.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81852026-09-07T00:14:44.105Z[ recovery-image] Sep 07 00:14:42.844 INFO O| Sep 07 00:14:42.844 INFO STEP 802 (remove_files) COMPLETE
81862026-09-07T00:14:44.105Z[ recovery-image] Sep 07 00:14:42.844 INFO O| Sep 07 00:14:42.844 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-07T00:14:44.116Z[ recovery-image] Sep 07 00:14:42.854 INFO O| Sep 07 00:14:42.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81882026-09-07T00:14:44.116Z[ recovery-image] Sep 07 00:14:42.854 INFO O| Sep 07 00:14:42.854 INFO STEP 803 (remove_files) COMPLETE
81892026-09-07T00:14:44.116Z[ recovery-image] Sep 07 00:14:42.854 INFO O| Sep 07 00:14:42.854 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-07T00:14:44.124Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
81912026-09-07T00:14:44.128Z[ recovery-image] Sep 07 00:14:42.864 INFO O| Sep 07 00:14:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81922026-09-07T00:14:44.129Z[ recovery-image] Sep 07 00:14:42.864 INFO O| Sep 07 00:14:42.864 INFO STEP 804 (remove_files) COMPLETE
81932026-09-07T00:14:44.129Z[ recovery-image] Sep 07 00:14:42.864 INFO O| Sep 07 00:14:42.864 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-09-07T00:14:44.136Z[ recovery-image] Sep 07 00:14:42.875 INFO O| Sep 07 00:14:42.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81952026-09-07T00:14:44.137Z[ recovery-image] Sep 07 00:14:42.875 INFO O| Sep 07 00:14:42.875 INFO STEP 805 (remove_files) COMPLETE
81962026-09-07T00:14:44.137Z[ recovery-image] Sep 07 00:14:42.875 INFO O| Sep 07 00:14:42.875 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-09-07T00:14:44.150Z[ recovery-image] Sep 07 00:14:42.889 INFO O| Sep 07 00:14:42.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81982026-09-07T00:14:44.150Z[ recovery-image] Sep 07 00:14:42.889 INFO O| Sep 07 00:14:42.889 INFO STEP 806 (remove_files) COMPLETE
81992026-09-07T00:14:44.150Z[ recovery-image] Sep 07 00:14:42.889 INFO O| Sep 07 00:14:42.889 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-07T00:14:44.160Z[ recovery-image] Sep 07 00:14:42.899 INFO O| Sep 07 00:14:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
82012026-09-07T00:14:44.161Z[ recovery-image] Sep 07 00:14:42.899 INFO O| Sep 07 00:14:42.899 INFO STEP 807 (remove_files) COMPLETE
82022026-09-07T00:14:44.165Z[ recovery-image] Sep 07 00:14:42.899 INFO O| Sep 07 00:14:42.899 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-07T00:14:44.170Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
82042026-09-07T00:14:44.175Z[ recovery-image] Sep 07 00:14:42.910 INFO O| Sep 07 00:14:42.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
82052026-09-07T00:14:44.175Z[ recovery-image] Sep 07 00:14:42.910 INFO O| Sep 07 00:14:42.910 INFO STEP 808 (remove_files) COMPLETE
82062026-09-07T00:14:44.175Z[ recovery-image] Sep 07 00:14:42.910 INFO O| Sep 07 00:14:42.910 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-07T00:14:44.181Z[ recovery-image] Sep 07 00:14:42.920 INFO O| Sep 07 00:14:42.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
82082026-09-07T00:14:44.181Z[ recovery-image] Sep 07 00:14:42.920 INFO O| Sep 07 00:14:42.920 INFO STEP 809 (remove_files) COMPLETE
82092026-09-07T00:14:44.181Z[ recovery-image] Sep 07 00:14:42.920 INFO O| Sep 07 00:14:42.920 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-07T00:14:44.191Z[ recovery-image] Sep 07 00:14:42.930 INFO O| Sep 07 00:14:42.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
82112026-09-07T00:14:44.191Z[ recovery-image] Sep 07 00:14:42.930 INFO O| Sep 07 00:14:42.930 INFO STEP 810 (remove_files) COMPLETE
82122026-09-07T00:14:44.191Z[ recovery-image] Sep 07 00:14:42.930 INFO O| Sep 07 00:14:42.930 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-07T00:14:44.202Z[ recovery-image] Sep 07 00:14:42.940 INFO O| Sep 07 00:14:42.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
82142026-09-07T00:14:44.202Z[ recovery-image] Sep 07 00:14:42.940 INFO O| Sep 07 00:14:42.940 INFO STEP 811 (remove_files) COMPLETE
82152026-09-07T00:14:44.202Z[ recovery-image] Sep 07 00:14:42.940 INFO O| Sep 07 00:14:42.940 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-07T00:14:44.218Z[ recovery-image] Sep 07 00:14:42.956 INFO O| Sep 07 00:14:42.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
82172026-09-07T00:14:44.218Z[ recovery-image] Sep 07 00:14:42.957 INFO O| Sep 07 00:14:42.957 INFO STEP 812 (remove_files) COMPLETE
82182026-09-07T00:14:44.218Z[ recovery-image] Sep 07 00:14:42.957 INFO O| Sep 07 00:14:42.957 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-07T00:14:44.224Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
82202026-09-07T00:14:44.228Z[ recovery-image] Sep 07 00:14:42.966 INFO O| Sep 07 00:14:42.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
82212026-09-07T00:14:44.228Z[ recovery-image] Sep 07 00:14:42.966 INFO O| Sep 07 00:14:42.966 INFO STEP 813 (remove_files) COMPLETE
82222026-09-07T00:14:44.228Z[ recovery-image] Sep 07 00:14:42.966 INFO O| Sep 07 00:14:42.966 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-09-07T00:14:44.237Z[ recovery-image] Sep 07 00:14:42.976 INFO O| Sep 07 00:14:42.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
82242026-09-07T00:14:44.237Z[ recovery-image] Sep 07 00:14:42.976 INFO O| Sep 07 00:14:42.976 INFO STEP 814 (remove_files) COMPLETE
82252026-09-07T00:14:44.237Z[ recovery-image] Sep 07 00:14:42.976 INFO O| Sep 07 00:14:42.976 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-09-07T00:14:44.246Z[ recovery-image] Sep 07 00:14:42.985 INFO O| Sep 07 00:14:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
82272026-09-07T00:14:44.246Z[ recovery-image] Sep 07 00:14:42.985 INFO O| Sep 07 00:14:42.985 INFO STEP 815 (remove_files) COMPLETE
82282026-09-07T00:14:44.246Z[ recovery-image] Sep 07 00:14:42.985 INFO O| Sep 07 00:14:42.985 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-09-07T00:14:44.256Z[ recovery-image] Sep 07 00:14:42.995 INFO O| Sep 07 00:14:42.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
82302026-09-07T00:14:44.257Z[ recovery-image] Sep 07 00:14:42.995 INFO O| Sep 07 00:14:42.995 INFO STEP 816 (remove_files) COMPLETE
82312026-09-07T00:14:44.260Z[ recovery-image] Sep 07 00:14:42.995 INFO O| Sep 07 00:14:42.995 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-07T00:14:44.267Z[ recovery-image] Sep 07 00:14:43.006 INFO O| Sep 07 00:14:43.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
82332026-09-07T00:14:44.268Z[ recovery-image] Sep 07 00:14:43.006 INFO O| Sep 07 00:14:43.006 INFO STEP 817 (remove_files) COMPLETE
82342026-09-07T00:14:44.268Z[ recovery-image] Sep 07 00:14:43.006 INFO O| Sep 07 00:14:43.006 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-07T00:14:44.277Z[ recovery-image] Sep 07 00:14:43.016 INFO O| Sep 07 00:14:43.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
82362026-09-07T00:14:44.277Z[ recovery-image] Sep 07 00:14:43.016 INFO O| Sep 07 00:14:43.016 INFO STEP 818 (remove_files) COMPLETE
82372026-09-07T00:14:44.278Z[ recovery-image] Sep 07 00:14:43.016 INFO O| Sep 07 00:14:43.016 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-07T00:14:44.287Z[ recovery-image] Sep 07 00:14:43.026 INFO O| Sep 07 00:14:43.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
82392026-09-07T00:14:44.287Z[ recovery-image] Sep 07 00:14:43.026 INFO O| Sep 07 00:14:43.026 INFO STEP 819 (remove_files) COMPLETE
82402026-09-07T00:14:44.287Z[ recovery-image] Sep 07 00:14:43.026 INFO O| Sep 07 00:14:43.026 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-07T00:14:44.298Z[ recovery-image] Sep 07 00:14:43.036 INFO O| Sep 07 00:14:43.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
82422026-09-07T00:14:44.298Z[ recovery-image] Sep 07 00:14:43.036 INFO O| Sep 07 00:14:43.036 INFO STEP 820 (remove_files) COMPLETE
82432026-09-07T00:14:44.298Z[ recovery-image] Sep 07 00:14:43.036 INFO O| Sep 07 00:14:43.036 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-07T00:14:44.307Z[ recovery-image] Sep 07 00:14:43.045 INFO O| Sep 07 00:14:43.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
82452026-09-07T00:14:44.307Z[ recovery-image] Sep 07 00:14:43.045 INFO O| Sep 07 00:14:43.045 INFO STEP 821 (remove_files) COMPLETE
82462026-09-07T00:14:44.311Z[ recovery-image] Sep 07 00:14:43.045 INFO O| Sep 07 00:14:43.045 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-07T00:14:44.316Z[ recovery-image] Sep 07 00:14:43.054 INFO O| Sep 07 00:14:43.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
82482026-09-07T00:14:44.316Z[ recovery-image] Sep 07 00:14:43.054 INFO O| Sep 07 00:14:43.054 INFO STEP 822 (remove_files) COMPLETE
82492026-09-07T00:14:44.316Z[ recovery-image] Sep 07 00:14:43.054 INFO O| Sep 07 00:14:43.054 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-07T00:14:44.324Z[ recovery-image] Sep 07 00:14:43.063 INFO O| Sep 07 00:14:43.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
82512026-09-07T00:14:44.324Z[ recovery-image] Sep 07 00:14:43.063 INFO O| Sep 07 00:14:43.063 INFO STEP 823 (remove_files) COMPLETE
82522026-09-07T00:14:44.324Z[ recovery-image] Sep 07 00:14:43.063 INFO O| Sep 07 00:14:43.063 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-09-07T00:14:44.334Z[ recovery-image] Sep 07 00:14:43.073 INFO O| Sep 07 00:14:43.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
82542026-09-07T00:14:44.335Z[ recovery-image] Sep 07 00:14:43.073 INFO O| Sep 07 00:14:43.073 INFO STEP 824 (remove_files) COMPLETE
82552026-09-07T00:14:44.338Z[ recovery-image] Sep 07 00:14:43.073 INFO O| Sep 07 00:14:43.073 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-09-07T00:14:44.344Z[ recovery-image] Sep 07 00:14:43.083 INFO O| Sep 07 00:14:43.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
82572026-09-07T00:14:44.344Z[ recovery-image] Sep 07 00:14:43.083 INFO O| Sep 07 00:14:43.083 INFO STEP 825 (remove_files) COMPLETE
82582026-09-07T00:14:44.344Z[ recovery-image] Sep 07 00:14:43.083 INFO O| Sep 07 00:14:43.083 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-09-07T00:14:44.354Z[ recovery-image] Sep 07 00:14:43.093 INFO O| Sep 07 00:14:43.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
82602026-09-07T00:14:44.354Z[ recovery-image] Sep 07 00:14:43.093 INFO O| Sep 07 00:14:43.093 INFO STEP 826 (remove_files) COMPLETE
82612026-09-07T00:14:44.355Z[ recovery-image] Sep 07 00:14:43.093 INFO O| Sep 07 00:14:43.093 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-09-07T00:14:44.366Z[ recovery-image] Sep 07 00:14:43.104 INFO O| Sep 07 00:14:43.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
82632026-09-07T00:14:44.366Z[ recovery-image] Sep 07 00:14:43.104 INFO O| Sep 07 00:14:43.104 INFO STEP 827 (remove_files) COMPLETE
82642026-09-07T00:14:44.370Z[ recovery-image] Sep 07 00:14:43.104 INFO O| Sep 07 00:14:43.104 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-09-07T00:14:44.376Z[ recovery-image] Sep 07 00:14:43.114 INFO O| Sep 07 00:14:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
82662026-09-07T00:14:44.379Z[ recovery-image] Sep 07 00:14:43.115 INFO O| Sep 07 00:14:43.115 INFO STEP 828 (remove_files) COMPLETE
82672026-09-07T00:14:44.380Z[ recovery-image] Sep 07 00:14:43.115 INFO O| Sep 07 00:14:43.115 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-09-07T00:14:44.386Z[ recovery-image] Sep 07 00:14:43.125 INFO O| Sep 07 00:14:43.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
82692026-09-07T00:14:44.390Z[ recovery-image] Sep 07 00:14:43.125 INFO O| Sep 07 00:14:43.125 INFO STEP 829 (remove_files) COMPLETE
82702026-09-07T00:14:44.390Z[ recovery-image] Sep 07 00:14:43.125 INFO O| Sep 07 00:14:43.125 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-09-07T00:14:44.395Z[ recovery-image] Sep 07 00:14:43.134 INFO O| Sep 07 00:14:43.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
82722026-09-07T00:14:44.395Z[ recovery-image] Sep 07 00:14:43.134 INFO O| Sep 07 00:14:43.134 INFO STEP 830 (remove_files) COMPLETE
82732026-09-07T00:14:44.395Z[ recovery-image] Sep 07 00:14:43.134 INFO O| Sep 07 00:14:43.134 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-09-07T00:14:44.407Z[ recovery-image] Sep 07 00:14:43.145 INFO O| Sep 07 00:14:43.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82752026-09-07T00:14:44.407Z[ recovery-image] Sep 07 00:14:43.146 INFO O| Sep 07 00:14:43.146 INFO STEP 831 (remove_files) COMPLETE
82762026-09-07T00:14:44.407Z[ recovery-image] Sep 07 00:14:43.146 INFO O| Sep 07 00:14:43.146 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-09-07T00:14:44.418Z[ recovery-image] Sep 07 00:14:43.157 INFO O| Sep 07 00:14:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82782026-09-07T00:14:44.418Z[ recovery-image] Sep 07 00:14:43.157 INFO O| Sep 07 00:14:43.157 INFO STEP 832 (remove_files) COMPLETE
82792026-09-07T00:14:44.418Z[ recovery-image] Sep 07 00:14:43.157 INFO O| Sep 07 00:14:43.157 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-09-07T00:14:44.428Z[ recovery-image] Sep 07 00:14:43.167 INFO O| Sep 07 00:14:43.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82812026-09-07T00:14:44.429Z[ recovery-image] Sep 07 00:14:43.167 INFO O| Sep 07 00:14:43.167 INFO STEP 833 (remove_files) COMPLETE
82822026-09-07T00:14:44.433Z[ recovery-image] Sep 07 00:14:43.167 INFO O| Sep 07 00:14:43.167 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-09-07T00:14:44.438Z[ recovery-image] Sep 07 00:14:43.177 INFO O| Sep 07 00:14:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82842026-09-07T00:14:44.442Z[ recovery-image] Sep 07 00:14:43.178 INFO O| Sep 07 00:14:43.178 INFO STEP 834 (remove_files) COMPLETE
82852026-09-07T00:14:44.442Z[ recovery-image] Sep 07 00:14:43.178 INFO O| Sep 07 00:14:43.178 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-09-07T00:14:44.448Z[ recovery-image] Sep 07 00:14:43.187 INFO O| Sep 07 00:14:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82872026-09-07T00:14:44.448Z[ recovery-image] Sep 07 00:14:43.187 INFO O| Sep 07 00:14:43.187 INFO STEP 835 (remove_files) COMPLETE
82882026-09-07T00:14:44.449Z[ recovery-image] Sep 07 00:14:43.187 INFO O| Sep 07 00:14:43.187 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-09-07T00:14:44.459Z[ recovery-image] Sep 07 00:14:43.197 INFO O| Sep 07 00:14:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82902026-09-07T00:14:44.459Z[ recovery-image] Sep 07 00:14:43.197 INFO O| Sep 07 00:14:43.197 INFO STEP 836 (remove_files) COMPLETE
82912026-09-07T00:14:44.459Z[ recovery-image] Sep 07 00:14:43.198 INFO O| Sep 07 00:14:43.197 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-09-07T00:14:44.468Z[ recovery-image] Sep 07 00:14:43.207 INFO O| Sep 07 00:14:43.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82932026-09-07T00:14:44.468Z[ recovery-image] Sep 07 00:14:43.207 INFO O| Sep 07 00:14:43.207 INFO STEP 837 (remove_files) COMPLETE
82942026-09-07T00:14:44.468Z[ recovery-image] Sep 07 00:14:43.207 INFO O| Sep 07 00:14:43.207 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-09-07T00:14:44.476Z[ recovery-image] Sep 07 00:14:43.216 INFO O| Sep 07 00:14:43.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82962026-09-07T00:14:44.480Z[ recovery-image] Sep 07 00:14:43.216 INFO O| Sep 07 00:14:43.216 INFO STEP 838 (remove_files) COMPLETE
82972026-09-07T00:14:44.480Z[ recovery-image] Sep 07 00:14:43.216 INFO O| Sep 07 00:14:43.216 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-09-07T00:14:44.484Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
82992026-09-07T00:14:44.488Z[ recovery-image] Sep 07 00:14:43.226 INFO O| Sep 07 00:14:43.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
83002026-09-07T00:14:44.488Z[ recovery-image] Sep 07 00:14:43.226 INFO O| Sep 07 00:14:43.226 INFO STEP 839 (remove_files) COMPLETE
83012026-09-07T00:14:44.488Z[ recovery-image] Sep 07 00:14:43.226 INFO O| Sep 07 00:14:43.226 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-07T00:14:44.498Z[ recovery-image] Sep 07 00:14:43.237 INFO O| Sep 07 00:14:43.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
83032026-09-07T00:14:44.502Z[ recovery-image] Sep 07 00:14:43.237 INFO O| Sep 07 00:14:43.237 INFO STEP 840 (remove_files) COMPLETE
83042026-09-07T00:14:44.503Z[ recovery-image] Sep 07 00:14:43.237 INFO O| Sep 07 00:14:43.237 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-07T00:14:44.509Z[ recovery-image] Sep 07 00:14:43.248 INFO O| Sep 07 00:14:43.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
83062026-09-07T00:14:44.509Z[ recovery-image] Sep 07 00:14:43.248 INFO O| Sep 07 00:14:43.248 INFO STEP 841 (remove_files) COMPLETE
83072026-09-07T00:14:44.509Z[ recovery-image] Sep 07 00:14:43.248 INFO O| Sep 07 00:14:43.248 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-07T00:14:44.519Z[ recovery-image] Sep 07 00:14:43.258 INFO O| Sep 07 00:14:43.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
83092026-09-07T00:14:44.519Z[ recovery-image] Sep 07 00:14:43.258 INFO O| Sep 07 00:14:43.258 INFO STEP 842 (remove_files) COMPLETE
83102026-09-07T00:14:44.519Z[ recovery-image] Sep 07 00:14:43.258 INFO O| Sep 07 00:14:43.258 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-07T00:14:44.523Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
83122026-09-07T00:14:44.529Z[ recovery-image] Sep 07 00:14:43.268 INFO O| Sep 07 00:14:43.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
83132026-09-07T00:14:44.529Z[ recovery-image] Sep 07 00:14:43.268 INFO O| Sep 07 00:14:43.268 INFO STEP 843 (remove_files) COMPLETE
83142026-09-07T00:14:44.532Z[ recovery-image] Sep 07 00:14:43.268 INFO O| Sep 07 00:14:43.268 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-07T00:14:44.539Z[ recovery-image] Sep 07 00:14:43.278 INFO O| Sep 07 00:14:43.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
83162026-09-07T00:14:44.539Z[ recovery-image] Sep 07 00:14:43.278 INFO O| Sep 07 00:14:43.278 INFO STEP 844 (remove_files) COMPLETE
83172026-09-07T00:14:44.539Z[ recovery-image] Sep 07 00:14:43.278 INFO O| Sep 07 00:14:43.278 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-09-07T00:14:44.551Z[ recovery-image] Sep 07 00:14:43.288 INFO O| Sep 07 00:14:43.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
83192026-09-07T00:14:44.552Z[ recovery-image] Sep 07 00:14:43.289 INFO O| Sep 07 00:14:43.289 INFO STEP 845 (remove_files) COMPLETE
83202026-09-07T00:14:44.552Z[ recovery-image] Sep 07 00:14:43.289 INFO O| Sep 07 00:14:43.289 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-07T00:14:44.562Z[ recovery-image] Sep 07 00:14:43.300 INFO O| Sep 07 00:14:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83222026-09-07T00:14:44.562Z[ recovery-image] Sep 07 00:14:43.301 INFO O| Sep 07 00:14:43.301 INFO STEP 846 (remove_files) COMPLETE
83232026-09-07T00:14:44.565Z[ recovery-image] Sep 07 00:14:43.301 INFO O| Sep 07 00:14:43.301 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-07T00:14:44.576Z[ recovery-image] Sep 07 00:14:43.312 INFO O| Sep 07 00:14:43.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
83252026-09-07T00:14:44.576Z[ recovery-image] Sep 07 00:14:43.313 INFO O| Sep 07 00:14:43.312 INFO STEP 847 (remove_files) COMPLETE
83262026-09-07T00:14:44.580Z[ recovery-image] Sep 07 00:14:43.313 INFO O| Sep 07 00:14:43.312 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-07T00:14:44.584Z[ recovery-image] Sep 07 00:14:43.323 INFO O| Sep 07 00:14:43.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
83282026-09-07T00:14:44.585Z[ recovery-image] Sep 07 00:14:43.323 INFO O| Sep 07 00:14:43.323 INFO STEP 848 (remove_files) COMPLETE
83292026-09-07T00:14:44.585Z[ recovery-image] Sep 07 00:14:43.323 INFO O| Sep 07 00:14:43.323 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-07T00:14:44.596Z[ recovery-image] Sep 07 00:14:43.334 INFO O| Sep 07 00:14:43.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
83312026-09-07T00:14:44.596Z[ recovery-image] Sep 07 00:14:43.335 INFO O| Sep 07 00:14:43.335 INFO STEP 849 (remove_files) COMPLETE
83322026-09-07T00:14:44.596Z[ recovery-image] Sep 07 00:14:43.335 INFO O| Sep 07 00:14:43.335 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-07T00:14:44.609Z[ recovery-image] Sep 07 00:14:43.345 INFO O| Sep 07 00:14:43.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
83342026-09-07T00:14:44.610Z[ recovery-image] Sep 07 00:14:43.345 INFO O| Sep 07 00:14:43.345 INFO STEP 850 (remove_files) COMPLETE
83352026-09-07T00:14:44.610Z[ recovery-image] Sep 07 00:14:43.345 INFO O| Sep 07 00:14:43.345 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-07T00:14:44.615Z[ recovery-image] Sep 07 00:14:43.353 INFO O| Sep 07 00:14:43.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
83372026-09-07T00:14:44.615Z[ recovery-image] Sep 07 00:14:43.353 INFO O| Sep 07 00:14:43.353 INFO STEP 851 (remove_files) COMPLETE
83382026-09-07T00:14:44.619Z[ recovery-image] Sep 07 00:14:43.354 INFO O| Sep 07 00:14:43.353 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-07T00:14:44.623Z[ recovery-image] Sep 07 00:14:43.362 INFO O| Sep 07 00:14:43.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
83402026-09-07T00:14:44.623Z[ recovery-image] Sep 07 00:14:43.362 INFO O| Sep 07 00:14:43.362 INFO STEP 852 (remove_files) COMPLETE
83412026-09-07T00:14:44.627Z[ recovery-image] Sep 07 00:14:43.362 INFO O| Sep 07 00:14:43.362 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-07T00:14:44.627Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
83432026-09-07T00:14:44.633Z[ recovery-image] Sep 07 00:14:43.372 INFO O| Sep 07 00:14:43.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
83442026-09-07T00:14:44.633Z[ recovery-image] Sep 07 00:14:43.372 INFO O| Sep 07 00:14:43.372 INFO STEP 853 (remove_files) COMPLETE
83452026-09-07T00:14:44.633Z[ recovery-image] Sep 07 00:14:43.372 INFO O| Sep 07 00:14:43.372 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-07T00:14:44.644Z[ recovery-image] Sep 07 00:14:43.382 INFO O| Sep 07 00:14:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
83472026-09-07T00:14:44.644Z[ recovery-image] Sep 07 00:14:43.382 INFO O| Sep 07 00:14:43.382 INFO STEP 854 (remove_files) COMPLETE
83482026-09-07T00:14:44.644Z[ recovery-image] Sep 07 00:14:43.382 INFO O| Sep 07 00:14:43.382 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-07T00:14:44.655Z[ recovery-image] Sep 07 00:14:43.392 INFO O| Sep 07 00:14:43.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
83502026-09-07T00:14:44.655Z[ recovery-image] Sep 07 00:14:43.392 INFO O| Sep 07 00:14:43.392 INFO STEP 855 (remove_files) COMPLETE
83512026-09-07T00:14:44.655Z[ recovery-image] Sep 07 00:14:43.392 INFO O| Sep 07 00:14:43.392 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-07T00:14:44.666Z[ recovery-image] Sep 07 00:14:43.405 INFO O| Sep 07 00:14:43.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
83532026-09-07T00:14:44.666Z[ recovery-image] Sep 07 00:14:43.405 INFO O| Sep 07 00:14:43.402 INFO STEP 856 (remove_files) COMPLETE
83542026-09-07T00:14:44.666Z[ recovery-image] Sep 07 00:14:43.405 INFO O| Sep 07 00:14:43.402 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-07T00:14:44.671Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
83562026-09-07T00:14:44.675Z[ recovery-image] Sep 07 00:14:43.413 INFO O| Sep 07 00:14:43.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
83572026-09-07T00:14:44.675Z[ recovery-image] Sep 07 00:14:43.413 INFO O| Sep 07 00:14:43.413 INFO STEP 857 (remove_files) COMPLETE
83582026-09-07T00:14:44.675Z[ recovery-image] Sep 07 00:14:43.413 INFO O| Sep 07 00:14:43.413 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-09-07T00:14:44.684Z[ recovery-image] Sep 07 00:14:43.423 INFO O| Sep 07 00:14:43.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
83602026-09-07T00:14:44.684Z[ recovery-image] Sep 07 00:14:43.423 INFO O| Sep 07 00:14:43.423 INFO STEP 858 (remove_files) COMPLETE
83612026-09-07T00:14:44.684Z[ recovery-image] Sep 07 00:14:43.423 INFO O| Sep 07 00:14:43.423 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-09-07T00:14:44.694Z[ recovery-image] Sep 07 00:14:43.433 INFO O| Sep 07 00:14:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
83632026-09-07T00:14:44.694Z[ recovery-image] Sep 07 00:14:43.433 INFO O| Sep 07 00:14:43.433 INFO STEP 859 (remove_files) COMPLETE
83642026-09-07T00:14:44.698Z[ recovery-image] Sep 07 00:14:43.433 INFO O| Sep 07 00:14:43.433 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-09-07T00:14:44.704Z[ recovery-image] Sep 07 00:14:43.443 INFO O| Sep 07 00:14:43.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
83662026-09-07T00:14:44.704Z[ recovery-image] Sep 07 00:14:43.443 INFO O| Sep 07 00:14:43.443 INFO STEP 860 (remove_files) COMPLETE
83672026-09-07T00:14:44.708Z[ recovery-image] Sep 07 00:14:43.443 INFO O| Sep 07 00:14:43.443 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-09-07T00:14:44.714Z[ recovery-image] Sep 07 00:14:43.453 INFO O| Sep 07 00:14:43.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
83692026-09-07T00:14:44.714Z[ recovery-image] Sep 07 00:14:43.453 INFO O| Sep 07 00:14:43.453 INFO STEP 861 (remove_files) COMPLETE
83702026-09-07T00:14:44.718Z[ recovery-image] Sep 07 00:14:43.453 INFO O| Sep 07 00:14:43.453 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-09-07T00:14:44.724Z[ recovery-image] Sep 07 00:14:43.463 INFO O| Sep 07 00:14:43.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
83722026-09-07T00:14:44.724Z[ recovery-image] Sep 07 00:14:43.463 INFO O| Sep 07 00:14:43.463 INFO STEP 862 (remove_files) COMPLETE
83732026-09-07T00:14:44.728Z[ recovery-image] Sep 07 00:14:43.463 INFO O| Sep 07 00:14:43.463 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-09-07T00:14:44.744Z[ recovery-image] Sep 07 00:14:43.473 INFO O| Sep 07 00:14:43.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
83752026-09-07T00:14:44.745Z[ recovery-image] Sep 07 00:14:43.474 INFO O| Sep 07 00:14:43.474 INFO STEP 863 (remove_files) COMPLETE
83762026-09-07T00:14:44.745Z[ recovery-image] Sep 07 00:14:43.474 INFO O| Sep 07 00:14:43.474 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-09-07T00:14:44.749Z[ recovery-image] Sep 07 00:14:43.484 INFO O| Sep 07 00:14:43.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
83782026-09-07T00:14:44.749Z[ recovery-image] Sep 07 00:14:43.484 INFO O| Sep 07 00:14:43.484 INFO STEP 864 (remove_files) COMPLETE
83792026-09-07T00:14:44.749Z[ recovery-image] Sep 07 00:14:43.484 INFO O| Sep 07 00:14:43.484 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-09-07T00:14:44.756Z[ recovery-image] Sep 07 00:14:43.495 INFO O| Sep 07 00:14:43.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
83812026-09-07T00:14:44.756Z[ recovery-image] Sep 07 00:14:43.495 INFO O| Sep 07 00:14:43.495 INFO STEP 865 (remove_files) COMPLETE
83822026-09-07T00:14:44.760Z[ recovery-image] Sep 07 00:14:43.495 INFO O| Sep 07 00:14:43.495 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-07T00:14:44.767Z[ recovery-image] Sep 07 00:14:43.506 INFO O| Sep 07 00:14:43.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83842026-09-07T00:14:44.767Z[ recovery-image] Sep 07 00:14:43.506 INFO O| Sep 07 00:14:43.506 INFO STEP 866 (remove_files) COMPLETE
83852026-09-07T00:14:44.771Z[ recovery-image] Sep 07 00:14:43.506 INFO O| Sep 07 00:14:43.506 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-09-07T00:14:44.776Z[ recovery-image] Sep 07 00:14:43.515 INFO O| Sep 07 00:14:43.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83872026-09-07T00:14:44.777Z[ recovery-image] Sep 07 00:14:43.515 INFO O| Sep 07 00:14:43.515 INFO STEP 867 (remove_files) COMPLETE
83882026-09-07T00:14:44.781Z[ recovery-image] Sep 07 00:14:43.515 INFO O| Sep 07 00:14:43.515 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-09-07T00:14:44.788Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
83902026-09-07T00:14:44.792Z[ recovery-image] Sep 07 00:14:43.527 INFO O| Sep 07 00:14:43.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83912026-09-07T00:14:44.793Z[ recovery-image] Sep 07 00:14:43.527 INFO O| Sep 07 00:14:43.526 INFO STEP 868 (remove_files) COMPLETE
83922026-09-07T00:14:44.793Z[ recovery-image] Sep 07 00:14:43.527 INFO O| Sep 07 00:14:43.526 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-07T00:14:44.805Z[ recovery-image] Sep 07 00:14:43.536 INFO O| Sep 07 00:14:43.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83942026-09-07T00:14:44.805Z[ recovery-image] Sep 07 00:14:43.536 INFO O| Sep 07 00:14:43.536 INFO STEP 869 (remove_files) COMPLETE
83952026-09-07T00:14:44.805Z[ recovery-image] Sep 07 00:14:43.536 INFO O| Sep 07 00:14:43.536 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-07T00:14:44.809Z[ recovery-image] Sep 07 00:14:43.547 INFO O| Sep 07 00:14:43.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83972026-09-07T00:14:44.809Z[ recovery-image] Sep 07 00:14:43.547 INFO O| Sep 07 00:14:43.546 INFO STEP 870 (remove_files) COMPLETE
83982026-09-07T00:14:44.809Z[ recovery-image] Sep 07 00:14:43.547 INFO O| Sep 07 00:14:43.546 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-07T00:14:44.818Z[ recovery-image] Sep 07 00:14:43.556 INFO O| Sep 07 00:14:43.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
84002026-09-07T00:14:44.819Z[ recovery-image] Sep 07 00:14:43.556 INFO O| Sep 07 00:14:43.556 INFO STEP 871 (remove_files) COMPLETE
84012026-09-07T00:14:44.819Z[ recovery-image] Sep 07 00:14:43.556 INFO O| Sep 07 00:14:43.556 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-07T00:14:44.827Z[ recovery-image] Sep 07 00:14:43.566 INFO O| Sep 07 00:14:43.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
84032026-09-07T00:14:44.832Z[ recovery-image] Sep 07 00:14:43.566 INFO O| Sep 07 00:14:43.566 INFO STEP 872 (remove_files) COMPLETE
84042026-09-07T00:14:44.832Z[ recovery-image] Sep 07 00:14:43.566 INFO O| Sep 07 00:14:43.566 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-09-07T00:14:44.839Z[ recovery-image] Sep 07 00:14:43.578 INFO O| Sep 07 00:14:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
84062026-09-07T00:14:44.839Z[ recovery-image] Sep 07 00:14:43.578 INFO O| Sep 07 00:14:43.578 INFO STEP 873 (remove_files) COMPLETE
84072026-09-07T00:14:44.839Z[ recovery-image] Sep 07 00:14:43.578 INFO O| Sep 07 00:14:43.578 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-09-07T00:14:44.851Z[ recovery-image] Sep 07 00:14:43.588 INFO O| Sep 07 00:14:43.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
84092026-09-07T00:14:44.851Z[ recovery-image] Sep 07 00:14:43.588 INFO O| Sep 07 00:14:43.588 INFO STEP 874 (remove_files) COMPLETE
84102026-09-07T00:14:44.851Z[ recovery-image] Sep 07 00:14:43.588 INFO O| Sep 07 00:14:43.588 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-07T00:14:44.859Z[ recovery-image] Sep 07 00:14:43.598 INFO O| Sep 07 00:14:43.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84122026-09-07T00:14:44.859Z[ recovery-image] Sep 07 00:14:43.598 INFO O| Sep 07 00:14:43.598 INFO STEP 875 (remove_files) COMPLETE
84132026-09-07T00:14:44.859Z[ recovery-image] Sep 07 00:14:43.598 INFO O| Sep 07 00:14:43.598 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-09-07T00:14:44.864Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
84152026-09-07T00:14:44.870Z[ recovery-image] Sep 07 00:14:43.609 INFO O| Sep 07 00:14:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84162026-09-07T00:14:44.870Z[ recovery-image] Sep 07 00:14:43.609 INFO O| Sep 07 00:14:43.609 INFO STEP 876 (remove_files) COMPLETE
84172026-09-07T00:14:44.870Z[ recovery-image] Sep 07 00:14:43.609 INFO O| Sep 07 00:14:43.609 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-07T00:14:44.880Z[ recovery-image] Sep 07 00:14:43.619 INFO O| Sep 07 00:14:43.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84192026-09-07T00:14:44.880Z[ recovery-image] Sep 07 00:14:43.619 INFO O| Sep 07 00:14:43.619 INFO STEP 877 (remove_files) COMPLETE
84202026-09-07T00:14:44.885Z[ recovery-image] Sep 07 00:14:43.619 INFO O| Sep 07 00:14:43.619 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-07T00:14:44.889Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
84222026-09-07T00:14:44.893Z[ recovery-image] Sep 07 00:14:43.629 INFO O| Sep 07 00:14:43.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84232026-09-07T00:14:44.894Z[ recovery-image] Sep 07 00:14:43.629 INFO O| Sep 07 00:14:43.629 INFO STEP 878 (remove_files) COMPLETE
84242026-09-07T00:14:44.894Z[ recovery-image] Sep 07 00:14:43.629 INFO O| Sep 07 00:14:43.629 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-07T00:14:44.900Z[ recovery-image] Sep 07 00:14:43.639 INFO O| Sep 07 00:14:43.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84262026-09-07T00:14:44.904Z[ recovery-image] Sep 07 00:14:43.639 INFO O| Sep 07 00:14:43.639 INFO STEP 879 (remove_files) COMPLETE
84272026-09-07T00:14:44.904Z[ recovery-image] Sep 07 00:14:43.639 INFO O| Sep 07 00:14:43.639 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-07T00:14:44.910Z[ recovery-image] Sep 07 00:14:43.649 INFO O| Sep 07 00:14:43.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84292026-09-07T00:14:44.910Z[ recovery-image] Sep 07 00:14:43.649 INFO O| Sep 07 00:14:43.649 INFO STEP 880 (remove_files) COMPLETE
84302026-09-07T00:14:44.910Z[ recovery-image] Sep 07 00:14:43.649 INFO O| Sep 07 00:14:43.649 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-07T00:14:44.922Z[ recovery-image] Sep 07 00:14:43.660 INFO O| Sep 07 00:14:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84322026-09-07T00:14:44.922Z[ recovery-image] Sep 07 00:14:43.660 INFO O| Sep 07 00:14:43.660 INFO STEP 881 (remove_files) COMPLETE
84332026-09-07T00:14:44.922Z[ recovery-image] Sep 07 00:14:43.660 INFO O| Sep 07 00:14:43.660 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-07T00:14:44.934Z[ recovery-image] Sep 07 00:14:43.672 INFO O| Sep 07 00:14:43.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
84352026-09-07T00:14:44.934Z[ recovery-image] Sep 07 00:14:43.672 INFO O| Sep 07 00:14:43.672 INFO STEP 882 (remove_files) COMPLETE
84362026-09-07T00:14:44.934Z[ recovery-image] Sep 07 00:14:43.672 INFO O| Sep 07 00:14:43.672 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-07T00:14:44.943Z[ recovery-image] Sep 07 00:14:43.682 INFO O| Sep 07 00:14:43.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
84382026-09-07T00:14:44.943Z[ recovery-image] Sep 07 00:14:43.682 INFO O| Sep 07 00:14:43.682 INFO STEP 883 (remove_files) COMPLETE
84392026-09-07T00:14:44.947Z[ recovery-image] Sep 07 00:14:43.682 INFO O| Sep 07 00:14:43.682 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-09-07T00:14:44.953Z[ recovery-image] Sep 07 00:14:43.692 INFO O| Sep 07 00:14:43.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
84412026-09-07T00:14:44.953Z[ recovery-image] Sep 07 00:14:43.692 INFO O| Sep 07 00:14:43.692 INFO STEP 884 (remove_files) COMPLETE
84422026-09-07T00:14:44.959Z[ recovery-image] Sep 07 00:14:43.692 INFO O| Sep 07 00:14:43.692 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-09-07T00:14:44.963Z[ recovery-image] Sep 07 00:14:43.702 INFO O| Sep 07 00:14:43.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
84442026-09-07T00:14:44.963Z[ recovery-image] Sep 07 00:14:43.702 INFO O| Sep 07 00:14:43.702 INFO STEP 885 (remove_files) COMPLETE
84452026-09-07T00:14:44.963Z[ recovery-image] Sep 07 00:14:43.702 INFO O| Sep 07 00:14:43.702 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-07T00:14:44.973Z[verify-libraries] Compiling drift v0.2.0
84472026-09-07T00:14:44.977Z[ recovery-image] Sep 07 00:14:43.712 INFO O| Sep 07 00:14:43.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
84482026-09-07T00:14:44.977Z[ recovery-image] Sep 07 00:14:43.712 INFO O| Sep 07 00:14:43.712 INFO STEP 886 (remove_files) COMPLETE
84492026-09-07T00:14:44.977Z[ recovery-image] Sep 07 00:14:43.712 INFO O| Sep 07 00:14:43.712 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-09-07T00:14:44.982Z[ recovery-image] Sep 07 00:14:43.721 INFO O| Sep 07 00:14:43.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
84512026-09-07T00:14:44.982Z[ recovery-image] Sep 07 00:14:43.721 INFO O| Sep 07 00:14:43.721 INFO STEP 887 (remove_files) COMPLETE
84522026-09-07T00:14:44.982Z[ recovery-image] Sep 07 00:14:43.721 INFO O| Sep 07 00:14:43.721 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-09-07T00:14:44.992Z[ recovery-image] Sep 07 00:14:43.731 INFO O| Sep 07 00:14:43.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
84542026-09-07T00:14:44.992Z[ recovery-image] Sep 07 00:14:43.731 INFO O| Sep 07 00:14:43.731 INFO STEP 888 (remove_files) COMPLETE
84552026-09-07T00:14:44.996Z[ recovery-image] Sep 07 00:14:43.731 INFO O| Sep 07 00:14:43.731 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-09-07T00:14:45.002Z[ recovery-image] Sep 07 00:14:43.740 INFO O| Sep 07 00:14:43.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
84572026-09-07T00:14:45.002Z[ recovery-image] Sep 07 00:14:43.741 INFO O| Sep 07 00:14:43.741 INFO STEP 889 (remove_files) COMPLETE
84582026-09-07T00:14:45.005Z[ recovery-image] Sep 07 00:14:43.741 INFO O| Sep 07 00:14:43.741 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-09-07T00:14:45.012Z[ recovery-image] Sep 07 00:14:43.751 INFO O| Sep 07 00:14:43.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
84602026-09-07T00:14:45.012Z[ recovery-image] Sep 07 00:14:43.751 INFO O| Sep 07 00:14:43.751 INFO STEP 890 (remove_files) COMPLETE
84612026-09-07T00:14:45.012Z[ recovery-image] Sep 07 00:14:43.751 INFO O| Sep 07 00:14:43.751 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-09-07T00:14:45.018Z[verify-libraries] Compiling uzers v0.12.2
84632026-09-07T00:14:45.023Z[ recovery-image] Sep 07 00:14:43.761 INFO O| Sep 07 00:14:43.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
84642026-09-07T00:14:45.023Z[ recovery-image] Sep 07 00:14:43.761 INFO O| Sep 07 00:14:43.761 INFO STEP 891 (remove_files) COMPLETE
84652026-09-07T00:14:45.023Z[ recovery-image] Sep 07 00:14:43.761 INFO O| Sep 07 00:14:43.761 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-07T00:14:45.033Z[ recovery-image] Sep 07 00:14:43.772 INFO O| Sep 07 00:14:43.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
84672026-09-07T00:14:45.033Z[ recovery-image] Sep 07 00:14:43.772 INFO O| Sep 07 00:14:43.772 INFO STEP 892 (remove_files) COMPLETE
84682026-09-07T00:14:45.033Z[ recovery-image] Sep 07 00:14:43.772 INFO O| Sep 07 00:14:43.772 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-07T00:14:45.044Z[ recovery-image] Sep 07 00:14:43.782 INFO O| Sep 07 00:14:43.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
84702026-09-07T00:14:45.045Z[ recovery-image] Sep 07 00:14:43.782 INFO O| Sep 07 00:14:43.782 INFO STEP 893 (remove_files) COMPLETE
84712026-09-07T00:14:45.045Z[ recovery-image] Sep 07 00:14:43.782 INFO O| Sep 07 00:14:43.782 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-07T00:14:45.054Z[ recovery-image] Sep 07 00:14:43.793 INFO O| Sep 07 00:14:43.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
84732026-09-07T00:14:45.054Z[ recovery-image] Sep 07 00:14:43.793 INFO O| Sep 07 00:14:43.793 INFO STEP 894 (remove_files) COMPLETE
84742026-09-07T00:14:45.054Z[ recovery-image] Sep 07 00:14:43.793 INFO O| Sep 07 00:14:43.793 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-07T00:14:45.063Z[ recovery-image] Sep 07 00:14:43.802 INFO O| Sep 07 00:14:43.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
84762026-09-07T00:14:45.063Z[ recovery-image] Sep 07 00:14:43.802 INFO O| Sep 07 00:14:43.802 INFO STEP 895 (remove_files) COMPLETE
84772026-09-07T00:14:45.068Z[ recovery-image] Sep 07 00:14:43.803 INFO O| Sep 07 00:14:43.802 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-07T00:14:45.073Z[ recovery-image] Sep 07 00:14:43.812 INFO O| Sep 07 00:14:43.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
84792026-09-07T00:14:45.073Z[ recovery-image] Sep 07 00:14:43.812 INFO O| Sep 07 00:14:43.812 INFO STEP 896 (remove_files) COMPLETE
84802026-09-07T00:14:45.073Z[ recovery-image] Sep 07 00:14:43.812 INFO O| Sep 07 00:14:43.812 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-07T00:14:45.082Z[ recovery-image] Sep 07 00:14:43.820 INFO O| Sep 07 00:14:43.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
84822026-09-07T00:14:45.082Z[ recovery-image] Sep 07 00:14:43.820 INFO O| Sep 07 00:14:43.820 INFO STEP 897 (remove_files) COMPLETE
84832026-09-07T00:14:45.082Z[ recovery-image] Sep 07 00:14:43.820 INFO O| Sep 07 00:14:43.820 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-07T00:14:45.090Z[ recovery-image] Sep 07 00:14:43.829 INFO O| Sep 07 00:14:43.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
84852026-09-07T00:14:45.090Z[ recovery-image] Sep 07 00:14:43.829 INFO O| Sep 07 00:14:43.829 INFO STEP 898 (remove_files) COMPLETE
84862026-09-07T00:14:45.094Z[ recovery-image] Sep 07 00:14:43.829 INFO O| Sep 07 00:14:43.829 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-07T00:14:45.098Z[ recovery-image] Sep 07 00:14:43.837 INFO O| Sep 07 00:14:43.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
84882026-09-07T00:14:45.098Z[ recovery-image] Sep 07 00:14:43.837 INFO O| Sep 07 00:14:43.837 INFO STEP 899 (remove_files) COMPLETE
84892026-09-07T00:14:45.102Z[ recovery-image] Sep 07 00:14:43.837 INFO O| Sep 07 00:14:43.837 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-07T00:14:45.107Z[ recovery-image] Sep 07 00:14:43.846 INFO O| Sep 07 00:14:43.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
84912026-09-07T00:14:45.107Z[ recovery-image] Sep 07 00:14:43.846 INFO O| Sep 07 00:14:43.846 INFO STEP 900 (remove_files) COMPLETE
84922026-09-07T00:14:45.111Z[ recovery-image] Sep 07 00:14:43.846 INFO O| Sep 07 00:14:43.846 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-07T00:14:45.117Z[ recovery-image] Sep 07 00:14:43.856 INFO O| Sep 07 00:14:43.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84942026-09-07T00:14:45.117Z[ recovery-image] Sep 07 00:14:43.856 INFO O| Sep 07 00:14:43.856 INFO STEP 901 (remove_files) COMPLETE
84952026-09-07T00:14:45.117Z[ recovery-image] Sep 07 00:14:43.856 INFO O| Sep 07 00:14:43.856 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-07T00:14:45.128Z[ recovery-image] Sep 07 00:14:43.867 INFO O| Sep 07 00:14:43.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
84972026-09-07T00:14:45.128Z[ recovery-image] Sep 07 00:14:43.867 INFO O| Sep 07 00:14:43.867 INFO STEP 902 (remove_files) COMPLETE
84982026-09-07T00:14:45.132Z[ recovery-image] Sep 07 00:14:43.867 INFO O| Sep 07 00:14:43.867 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-07T00:14:45.137Z[ recovery-image] Sep 07 00:14:43.876 INFO O| Sep 07 00:14:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85002026-09-07T00:14:45.138Z[ recovery-image] Sep 07 00:14:43.876 INFO O| Sep 07 00:14:43.876 INFO STEP 903 (remove_files) COMPLETE
85012026-09-07T00:14:45.141Z[ recovery-image] Sep 07 00:14:43.876 INFO O| Sep 07 00:14:43.876 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-07T00:14:45.148Z[ recovery-image] Sep 07 00:14:43.887 INFO O| Sep 07 00:14:43.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85032026-09-07T00:14:45.148Z[ recovery-image] Sep 07 00:14:43.887 INFO O| Sep 07 00:14:43.887 INFO STEP 904 (remove_files) COMPLETE
85042026-09-07T00:14:45.148Z[ recovery-image] Sep 07 00:14:43.887 INFO O| Sep 07 00:14:43.887 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-07T00:14:45.158Z[ recovery-image] Sep 07 00:14:43.897 INFO O| Sep 07 00:14:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85062026-09-07T00:14:45.159Z[ recovery-image] Sep 07 00:14:43.897 INFO O| Sep 07 00:14:43.897 INFO STEP 905 (remove_files) COMPLETE
85072026-09-07T00:14:45.162Z[ recovery-image] Sep 07 00:14:43.897 INFO O| Sep 07 00:14:43.897 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-07T00:14:45.172Z[ recovery-image] Sep 07 00:14:43.911 INFO O| Sep 07 00:14:43.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85092026-09-07T00:14:45.172Z[ recovery-image] Sep 07 00:14:43.911 INFO O| Sep 07 00:14:43.911 INFO STEP 906 (remove_files) COMPLETE
85102026-09-07T00:14:45.177Z[ recovery-image] Sep 07 00:14:43.911 INFO O| Sep 07 00:14:43.911 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-07T00:14:45.183Z[ recovery-image] Sep 07 00:14:43.921 INFO O| Sep 07 00:14:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85122026-09-07T00:14:45.183Z[ recovery-image] Sep 07 00:14:43.921 INFO O| Sep 07 00:14:43.921 INFO STEP 907 (remove_files) COMPLETE
85132026-09-07T00:14:45.183Z[ recovery-image] Sep 07 00:14:43.921 INFO O| Sep 07 00:14:43.921 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-07T00:14:45.187Z[verify-libraries] Compiling parse-size v1.1.0
85152026-09-07T00:14:45.191Z[ recovery-image] Sep 07 00:14:43.930 INFO O| Sep 07 00:14:43.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85162026-09-07T00:14:45.191Z[ recovery-image] Sep 07 00:14:43.930 INFO O| Sep 07 00:14:43.930 INFO STEP 908 (remove_files) COMPLETE
85172026-09-07T00:14:45.195Z[ recovery-image] Sep 07 00:14:43.930 INFO O| Sep 07 00:14:43.930 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-09-07T00:14:45.202Z[ recovery-image] Sep 07 00:14:43.941 INFO O| Sep 07 00:14:43.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85192026-09-07T00:14:45.202Z[ recovery-image] Sep 07 00:14:43.941 INFO O| Sep 07 00:14:43.941 INFO STEP 909 (remove_files) COMPLETE
85202026-09-07T00:14:45.202Z[ recovery-image] Sep 07 00:14:43.941 INFO O| Sep 07 00:14:43.941 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-09-07T00:14:45.212Z[ recovery-image] Sep 07 00:14:43.950 INFO O| Sep 07 00:14:43.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85222026-09-07T00:14:45.212Z[ recovery-image] Sep 07 00:14:43.950 INFO O| Sep 07 00:14:43.950 INFO STEP 910 (remove_files) COMPLETE
85232026-09-07T00:14:45.212Z[ recovery-image] Sep 07 00:14:43.951 INFO O| Sep 07 00:14:43.950 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-07T00:14:45.222Z[ recovery-image] Sep 07 00:14:43.961 INFO O| Sep 07 00:14:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85252026-09-07T00:14:45.222Z[ recovery-image] Sep 07 00:14:43.961 INFO O| Sep 07 00:14:43.961 INFO STEP 911 (remove_files) COMPLETE
85262026-09-07T00:14:45.223Z[ recovery-image] Sep 07 00:14:43.961 INFO O| Sep 07 00:14:43.961 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-07T00:14:45.233Z[ recovery-image] Sep 07 00:14:43.972 INFO O| Sep 07 00:14:43.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85282026-09-07T00:14:45.233Z[ recovery-image] Sep 07 00:14:43.972 INFO O| Sep 07 00:14:43.972 INFO STEP 912 (remove_files) COMPLETE
85292026-09-07T00:14:45.233Z[ recovery-image] Sep 07 00:14:43.972 INFO O| Sep 07 00:14:43.972 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-07T00:14:45.244Z[ recovery-image] Sep 07 00:14:43.983 INFO O| Sep 07 00:14:43.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
85312026-09-07T00:14:45.248Z[ recovery-image] Sep 07 00:14:43.983 INFO O| Sep 07 00:14:43.983 INFO STEP 913 (remove_files) COMPLETE
85322026-09-07T00:14:45.248Z[ recovery-image] Sep 07 00:14:43.983 INFO O| Sep 07 00:14:43.983 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-07T00:14:45.253Z[ recovery-image] Sep 07 00:14:43.992 INFO O| Sep 07 00:14:43.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
85342026-09-07T00:14:45.254Z[ recovery-image] Sep 07 00:14:43.993 INFO O| Sep 07 00:14:43.993 INFO STEP 914 (remove_files) COMPLETE
85352026-09-07T00:14:45.258Z[ recovery-image] Sep 07 00:14:43.993 INFO O| Sep 07 00:14:43.993 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-09-07T00:14:45.264Z[ recovery-image] Sep 07 00:14:44.003 INFO O| Sep 07 00:14:44.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
85372026-09-07T00:14:45.265Z[ recovery-image] Sep 07 00:14:44.003 INFO O| Sep 07 00:14:44.003 INFO STEP 915 (remove_files) COMPLETE
85382026-09-07T00:14:45.265Z[ recovery-image] Sep 07 00:14:44.003 INFO O| Sep 07 00:14:44.003 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-09-07T00:14:45.268Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
85402026-09-07T00:14:45.274Z[ recovery-image] Sep 07 00:14:44.013 INFO O| Sep 07 00:14:44.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
85412026-09-07T00:14:45.274Z[ recovery-image] Sep 07 00:14:44.013 INFO O| Sep 07 00:14:44.013 INFO STEP 916 (remove_files) COMPLETE
85422026-09-07T00:14:45.274Z[ recovery-image] Sep 07 00:14:44.013 INFO O| Sep 07 00:14:44.013 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-07T00:14:45.284Z[ recovery-image] Sep 07 00:14:44.023 INFO O| Sep 07 00:14:44.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
85442026-09-07T00:14:45.284Z[ recovery-image] Sep 07 00:14:44.023 INFO O| Sep 07 00:14:44.023 INFO STEP 917 (remove_files) COMPLETE
85452026-09-07T00:14:45.288Z[ recovery-image] Sep 07 00:14:44.023 INFO O| Sep 07 00:14:44.023 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-09-07T00:14:45.295Z[ recovery-image] Sep 07 00:14:44.034 INFO O| Sep 07 00:14:44.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
85472026-09-07T00:14:45.295Z[ recovery-image] Sep 07 00:14:44.034 INFO O| Sep 07 00:14:44.034 INFO STEP 918 (remove_files) COMPLETE
85482026-09-07T00:14:45.295Z[ recovery-image] Sep 07 00:14:44.034 INFO O| Sep 07 00:14:44.034 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-09-07T00:14:45.305Z[ recovery-image] Sep 07 00:14:44.044 INFO O| Sep 07 00:14:44.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
85502026-09-07T00:14:45.306Z[ recovery-image] Sep 07 00:14:44.044 INFO O| Sep 07 00:14:44.044 INFO STEP 919 (remove_files) COMPLETE
85512026-09-07T00:14:45.306Z[ recovery-image] Sep 07 00:14:44.044 INFO O| Sep 07 00:14:44.044 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-09-07T00:14:45.316Z[ recovery-image] Sep 07 00:14:44.055 INFO O| Sep 07 00:14:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
85532026-09-07T00:14:45.316Z[ recovery-image] Sep 07 00:14:44.055 INFO O| Sep 07 00:14:44.055 INFO STEP 920 (remove_files) COMPLETE
85542026-09-07T00:14:45.316Z[ recovery-image] Sep 07 00:14:44.055 INFO O| Sep 07 00:14:44.055 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-09-07T00:14:45.325Z[ recovery-image] Sep 07 00:14:44.064 INFO O| Sep 07 00:14:44.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
85562026-09-07T00:14:45.326Z[ recovery-image] Sep 07 00:14:44.064 INFO O| Sep 07 00:14:44.064 INFO STEP 921 (remove_files) COMPLETE
85572026-09-07T00:14:45.330Z[ recovery-image] Sep 07 00:14:44.064 INFO O| Sep 07 00:14:44.064 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-07T00:14:45.335Z[ recovery-image] Sep 07 00:14:44.074 INFO O| Sep 07 00:14:44.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
85592026-09-07T00:14:45.335Z[ recovery-image] Sep 07 00:14:44.074 INFO O| Sep 07 00:14:44.074 INFO STEP 922 (remove_files) COMPLETE
85602026-09-07T00:14:45.339Z[ recovery-image] Sep 07 00:14:44.074 INFO O| Sep 07 00:14:44.074 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-09-07T00:14:45.346Z[ recovery-image] Sep 07 00:14:44.085 INFO O| Sep 07 00:14:44.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
85622026-09-07T00:14:45.346Z[ recovery-image] Sep 07 00:14:44.085 INFO O| Sep 07 00:14:44.085 INFO STEP 923 (remove_files) COMPLETE
85632026-09-07T00:14:45.346Z[ recovery-image] Sep 07 00:14:44.085 INFO O| Sep 07 00:14:44.085 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-09-07T00:14:45.356Z[ recovery-image] Sep 07 00:14:44.094 INFO O| Sep 07 00:14:44.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
85652026-09-07T00:14:45.356Z[ recovery-image] Sep 07 00:14:44.094 INFO O| Sep 07 00:14:44.094 INFO STEP 924 (remove_files) COMPLETE
85662026-09-07T00:14:45.356Z[ recovery-image] Sep 07 00:14:44.094 INFO O| Sep 07 00:14:44.094 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-09-07T00:14:45.365Z[ recovery-image] Sep 07 00:14:44.103 INFO O| Sep 07 00:14:44.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
85682026-09-07T00:14:45.365Z[ recovery-image] Sep 07 00:14:44.103 INFO O| Sep 07 00:14:44.103 INFO STEP 925 (remove_files) COMPLETE
85692026-09-07T00:14:45.368Z[ recovery-image] Sep 07 00:14:44.103 INFO O| Sep 07 00:14:44.103 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-09-07T00:14:45.374Z[ recovery-image] Sep 07 00:14:44.112 INFO O| Sep 07 00:14:44.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
85712026-09-07T00:14:45.374Z[ recovery-image] Sep 07 00:14:44.112 INFO O| Sep 07 00:14:44.112 INFO STEP 926 (remove_files) COMPLETE
85722026-09-07T00:14:45.374Z[ recovery-image] Sep 07 00:14:44.112 INFO O| Sep 07 00:14:44.112 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-09-07T00:14:45.383Z[ recovery-image] Sep 07 00:14:44.122 INFO O| Sep 07 00:14:44.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
85742026-09-07T00:14:45.383Z[ recovery-image] Sep 07 00:14:44.122 INFO O| Sep 07 00:14:44.122 INFO STEP 927 (remove_files) COMPLETE
85752026-09-07T00:14:45.384Z[ recovery-image] Sep 07 00:14:44.122 INFO O| Sep 07 00:14:44.122 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-09-07T00:14:45.393Z[ recovery-image] Sep 07 00:14:44.132 INFO O| Sep 07 00:14:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
85772026-09-07T00:14:45.393Z[ recovery-image] Sep 07 00:14:44.132 INFO O| Sep 07 00:14:44.132 INFO STEP 928 (remove_files) COMPLETE
85782026-09-07T00:14:45.397Z[ recovery-image] Sep 07 00:14:44.132 INFO O| Sep 07 00:14:44.132 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-09-07T00:14:45.402Z[ recovery-image] Sep 07 00:14:44.141 INFO O| Sep 07 00:14:44.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
85802026-09-07T00:14:45.402Z[ recovery-image] Sep 07 00:14:44.141 INFO O| Sep 07 00:14:44.141 INFO STEP 929 (remove_files) COMPLETE
85812026-09-07T00:14:45.402Z[ recovery-image] Sep 07 00:14:44.141 INFO O| Sep 07 00:14:44.141 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-09-07T00:14:45.412Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
85832026-09-07T00:14:45.413Z[ recovery-image] Sep 07 00:14:44.151 INFO O| Sep 07 00:14:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
85842026-09-07T00:14:45.416Z[ recovery-image] Sep 07 00:14:44.151 INFO O| Sep 07 00:14:44.151 INFO STEP 930 (remove_files) COMPLETE
85852026-09-07T00:14:45.417Z[ recovery-image] Sep 07 00:14:44.151 INFO O| Sep 07 00:14:44.151 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-07T00:14:45.426Z[ recovery-image] Sep 07 00:14:44.161 INFO O| Sep 07 00:14:44.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
85872026-09-07T00:14:45.426Z[ recovery-image] Sep 07 00:14:44.161 INFO O| Sep 07 00:14:44.161 INFO STEP 931 (remove_files) COMPLETE
85882026-09-07T00:14:45.426Z[ recovery-image] Sep 07 00:14:44.161 INFO O| Sep 07 00:14:44.161 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-07T00:14:45.433Z[ recovery-image] Sep 07 00:14:44.171 INFO O| Sep 07 00:14:44.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
85902026-09-07T00:14:45.437Z[ recovery-image] Sep 07 00:14:44.171 INFO O| Sep 07 00:14:44.171 INFO STEP 932 (remove_files) COMPLETE
85912026-09-07T00:14:45.437Z[ recovery-image] Sep 07 00:14:44.171 INFO O| Sep 07 00:14:44.171 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-07T00:14:45.443Z[ recovery-image] Sep 07 00:14:44.182 INFO O| Sep 07 00:14:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
85932026-09-07T00:14:45.444Z[ recovery-image] Sep 07 00:14:44.182 INFO O| Sep 07 00:14:44.182 INFO STEP 933 (remove_files) COMPLETE
85942026-09-07T00:14:45.444Z[ recovery-image] Sep 07 00:14:44.182 INFO O| Sep 07 00:14:44.182 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-09-07T00:14:45.453Z[ recovery-image] Sep 07 00:14:44.192 INFO O| Sep 07 00:14:44.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
85962026-09-07T00:14:45.454Z[ recovery-image] Sep 07 00:14:44.192 INFO O| Sep 07 00:14:44.192 INFO STEP 934 (remove_files) COMPLETE
85972026-09-07T00:14:45.459Z[ recovery-image] Sep 07 00:14:44.192 INFO O| Sep 07 00:14:44.192 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-07T00:14:45.463Z[ recovery-image] Sep 07 00:14:44.202 INFO O| Sep 07 00:14:44.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
85992026-09-07T00:14:45.467Z[ recovery-image] Sep 07 00:14:44.202 INFO O| Sep 07 00:14:44.202 INFO STEP 935 (remove_files) COMPLETE
86002026-09-07T00:14:45.467Z[ recovery-image] Sep 07 00:14:44.202 INFO O| Sep 07 00:14:44.202 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-09-07T00:14:45.473Z[ recovery-image] Sep 07 00:14:44.212 INFO O| Sep 07 00:14:44.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86022026-09-07T00:14:45.473Z[ recovery-image] Sep 07 00:14:44.212 INFO O| Sep 07 00:14:44.212 INFO STEP 936 (remove_files) COMPLETE
86032026-09-07T00:14:45.473Z[ recovery-image] Sep 07 00:14:44.212 INFO O| Sep 07 00:14:44.212 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-09-07T00:14:45.484Z[ recovery-image] Sep 07 00:14:44.223 INFO O| Sep 07 00:14:44.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86052026-09-07T00:14:45.484Z[ recovery-image] Sep 07 00:14:44.223 INFO O| Sep 07 00:14:44.223 INFO STEP 937 (remove_files) COMPLETE
86062026-09-07T00:14:45.484Z[ recovery-image] Sep 07 00:14:44.223 INFO O| Sep 07 00:14:44.223 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-09-07T00:14:45.495Z[ recovery-image] Sep 07 00:14:44.234 INFO O| Sep 07 00:14:44.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86082026-09-07T00:14:45.495Z[ recovery-image] Sep 07 00:14:44.234 INFO O| Sep 07 00:14:44.234 INFO STEP 938 (remove_files) COMPLETE
86092026-09-07T00:14:45.496Z[ recovery-image] Sep 07 00:14:44.234 INFO O| Sep 07 00:14:44.234 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-09-07T00:14:45.504Z[ recovery-image] Sep 07 00:14:44.243 INFO O| Sep 07 00:14:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86112026-09-07T00:14:45.504Z[ recovery-image] Sep 07 00:14:44.243 INFO O| Sep 07 00:14:44.243 INFO STEP 939 (remove_files) COMPLETE
86122026-09-07T00:14:45.504Z[ recovery-image] Sep 07 00:14:44.243 INFO O| Sep 07 00:14:44.243 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-09-07T00:14:45.514Z[ recovery-image] Sep 07 00:14:44.253 INFO O| Sep 07 00:14:44.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86142026-09-07T00:14:45.514Z[ recovery-image] Sep 07 00:14:44.253 INFO O| Sep 07 00:14:44.253 INFO STEP 940 (remove_files) COMPLETE
86152026-09-07T00:14:45.518Z[ recovery-image] Sep 07 00:14:44.253 INFO O| Sep 07 00:14:44.253 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-09-07T00:14:45.525Z[ recovery-image] Sep 07 00:14:44.263 INFO O| Sep 07 00:14:44.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86172026-09-07T00:14:45.525Z[ recovery-image] Sep 07 00:14:44.263 INFO O| Sep 07 00:14:44.263 INFO STEP 941 (remove_files) COMPLETE
86182026-09-07T00:14:45.529Z[ recovery-image] Sep 07 00:14:44.263 INFO O| Sep 07 00:14:44.263 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-09-07T00:14:45.534Z[ recovery-image] Sep 07 00:14:44.273 INFO O| Sep 07 00:14:44.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86202026-09-07T00:14:45.534Z[ recovery-image] Sep 07 00:14:44.273 INFO O| Sep 07 00:14:44.273 INFO STEP 942 (remove_files) COMPLETE
86212026-09-07T00:14:45.534Z[ recovery-image] Sep 07 00:14:44.273 INFO O| Sep 07 00:14:44.273 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-09-07T00:14:45.543Z[ recovery-image] Sep 07 00:14:44.282 INFO O| Sep 07 00:14:44.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86232026-09-07T00:14:45.543Z[ recovery-image] Sep 07 00:14:44.282 INFO O| Sep 07 00:14:44.282 INFO STEP 943 (remove_files) COMPLETE
86242026-09-07T00:14:45.547Z[ recovery-image] Sep 07 00:14:44.282 INFO O| Sep 07 00:14:44.282 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-09-07T00:14:45.552Z[ recovery-image] Sep 07 00:14:44.291 INFO O| Sep 07 00:14:44.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86262026-09-07T00:14:45.552Z[ recovery-image] Sep 07 00:14:44.291 INFO O| Sep 07 00:14:44.291 INFO STEP 944 (remove_files) COMPLETE
86272026-09-07T00:14:45.552Z[ recovery-image] Sep 07 00:14:44.291 INFO O| Sep 07 00:14:44.291 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-07T00:14:45.562Z[ recovery-image] Sep 07 00:14:44.301 INFO O| Sep 07 00:14:44.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86292026-09-07T00:14:45.562Z[ recovery-image] Sep 07 00:14:44.301 INFO O| Sep 07 00:14:44.301 INFO STEP 945 (remove_files) COMPLETE
86302026-09-07T00:14:45.566Z[ recovery-image] Sep 07 00:14:44.301 INFO O| Sep 07 00:14:44.301 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-07T00:14:45.571Z[ recovery-image] Sep 07 00:14:44.310 INFO O| Sep 07 00:14:44.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86322026-09-07T00:14:45.571Z[ recovery-image] Sep 07 00:14:44.310 INFO O| Sep 07 00:14:44.310 INFO STEP 946 (remove_files) COMPLETE
86332026-09-07T00:14:45.571Z[ recovery-image] Sep 07 00:14:44.310 INFO O| Sep 07 00:14:44.310 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-09-07T00:14:45.581Z[ recovery-image] Sep 07 00:14:44.320 INFO O| Sep 07 00:14:44.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86352026-09-07T00:14:45.582Z[ recovery-image] Sep 07 00:14:44.320 INFO O| Sep 07 00:14:44.320 INFO STEP 947 (remove_files) COMPLETE
86362026-09-07T00:14:45.582Z[ recovery-image] Sep 07 00:14:44.320 INFO O| Sep 07 00:14:44.320 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-09-07T00:14:45.591Z[ recovery-image] Sep 07 00:14:44.330 INFO O| Sep 07 00:14:44.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86382026-09-07T00:14:45.591Z[ recovery-image] Sep 07 00:14:44.330 INFO O| Sep 07 00:14:44.330 INFO STEP 948 (remove_files) COMPLETE
86392026-09-07T00:14:45.591Z[ recovery-image] Sep 07 00:14:44.330 INFO O| Sep 07 00:14:44.330 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-07T00:14:45.602Z[ recovery-image] Sep 07 00:14:44.341 INFO O| Sep 07 00:14:44.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86412026-09-07T00:14:45.602Z[ recovery-image] Sep 07 00:14:44.341 INFO O| Sep 07 00:14:44.341 INFO STEP 949 (remove_files) COMPLETE
86422026-09-07T00:14:45.602Z[ recovery-image] Sep 07 00:14:44.341 INFO O| Sep 07 00:14:44.341 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-07T00:14:45.612Z[ recovery-image] Sep 07 00:14:44.350 INFO O| Sep 07 00:14:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86442026-09-07T00:14:45.612Z[ recovery-image] Sep 07 00:14:44.351 INFO O| Sep 07 00:14:44.351 INFO STEP 950 (remove_files) COMPLETE
86452026-09-07T00:14:45.616Z[ recovery-image] Sep 07 00:14:44.351 INFO O| Sep 07 00:14:44.351 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-07T00:14:45.621Z[ recovery-image] Sep 07 00:14:44.360 INFO O| Sep 07 00:14:44.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
86472026-09-07T00:14:45.621Z[ recovery-image] Sep 07 00:14:44.360 INFO O| Sep 07 00:14:44.360 INFO STEP 951 (remove_files) COMPLETE
86482026-09-07T00:14:45.622Z[ recovery-image] Sep 07 00:14:44.360 INFO O| Sep 07 00:14:44.360 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-07T00:14:45.627Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86502026-09-07T00:14:45.631Z[ recovery-image] Sep 07 00:14:44.370 INFO O| Sep 07 00:14:44.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
86512026-09-07T00:14:45.632Z[ recovery-image] Sep 07 00:14:44.370 INFO O| Sep 07 00:14:44.370 INFO STEP 952 (remove_files) COMPLETE
86522026-09-07T00:14:45.636Z[ recovery-image] Sep 07 00:14:44.370 INFO O| Sep 07 00:14:44.370 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-07T00:14:45.643Z[ recovery-image] Sep 07 00:14:44.381 INFO O| Sep 07 00:14:44.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
86542026-09-07T00:14:45.643Z[ recovery-image] Sep 07 00:14:44.381 INFO O| Sep 07 00:14:44.381 INFO STEP 953 (remove_files) COMPLETE
86552026-09-07T00:14:45.643Z[ recovery-image] Sep 07 00:14:44.381 INFO O| Sep 07 00:14:44.381 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-07T00:14:45.652Z[ recovery-image] Sep 07 00:14:44.390 INFO O| Sep 07 00:14:44.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
86572026-09-07T00:14:45.652Z[ recovery-image] Sep 07 00:14:44.391 INFO O| Sep 07 00:14:44.390 INFO STEP 954 (remove_files) COMPLETE
86582026-09-07T00:14:45.652Z[ recovery-image] Sep 07 00:14:44.391 INFO O| Sep 07 00:14:44.391 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-07T00:14:45.661Z[ recovery-image] Sep 07 00:14:44.399 INFO O| Sep 07 00:14:44.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
86602026-09-07T00:14:45.661Z[ recovery-image] Sep 07 00:14:44.399 INFO O| Sep 07 00:14:44.399 INFO STEP 955 (remove_files) COMPLETE
86612026-09-07T00:14:45.661Z[ recovery-image] Sep 07 00:14:44.399 INFO O| Sep 07 00:14:44.399 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-07T00:14:45.669Z[ recovery-image] Sep 07 00:14:44.407 INFO O| Sep 07 00:14:44.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
86632026-09-07T00:14:45.669Z[ recovery-image] Sep 07 00:14:44.408 INFO O| Sep 07 00:14:44.407 INFO STEP 956 (remove_files) COMPLETE
86642026-09-07T00:14:45.669Z[ recovery-image] Sep 07 00:14:44.408 INFO O| Sep 07 00:14:44.407 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-07T00:14:45.678Z[ recovery-image] Sep 07 00:14:44.417 INFO O| Sep 07 00:14:44.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
86662026-09-07T00:14:45.678Z[ recovery-image] Sep 07 00:14:44.417 INFO O| Sep 07 00:14:44.417 INFO STEP 957 (remove_files) COMPLETE
86672026-09-07T00:14:45.678Z[ recovery-image] Sep 07 00:14:44.417 INFO O| Sep 07 00:14:44.417 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-07T00:14:45.689Z[ recovery-image] Sep 07 00:14:44.428 INFO O| Sep 07 00:14:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
86692026-09-07T00:14:45.689Z[ recovery-image] Sep 07 00:14:44.428 INFO O| Sep 07 00:14:44.428 INFO STEP 958 (remove_files) COMPLETE
86702026-09-07T00:14:45.689Z[ recovery-image] Sep 07 00:14:44.428 INFO O| Sep 07 00:14:44.428 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-07T00:14:45.700Z[ recovery-image] Sep 07 00:14:44.439 INFO O| Sep 07 00:14:44.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
86722026-09-07T00:14:45.700Z[ recovery-image] Sep 07 00:14:44.439 INFO O| Sep 07 00:14:44.439 INFO STEP 959 (remove_files) COMPLETE
86732026-09-07T00:14:45.704Z[ recovery-image] Sep 07 00:14:44.439 INFO O| Sep 07 00:14:44.439 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-07T00:14:45.711Z[ recovery-image] Sep 07 00:14:44.450 INFO O| Sep 07 00:14:44.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
86752026-09-07T00:14:45.715Z[ recovery-image] Sep 07 00:14:44.450 INFO O| Sep 07 00:14:44.450 INFO STEP 960 (remove_files) COMPLETE
86762026-09-07T00:14:45.715Z[ recovery-image] Sep 07 00:14:44.450 INFO O| Sep 07 00:14:44.450 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-07T00:14:45.723Z[ recovery-image] Sep 07 00:14:44.461 INFO O| Sep 07 00:14:44.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
86782026-09-07T00:14:45.723Z[ recovery-image] Sep 07 00:14:44.461 INFO O| Sep 07 00:14:44.461 INFO STEP 961 (remove_files) COMPLETE
86792026-09-07T00:14:45.727Z[ recovery-image] Sep 07 00:14:44.461 INFO O| Sep 07 00:14:44.461 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-07T00:14:45.734Z[ recovery-image] Sep 07 00:14:44.472 INFO O| Sep 07 00:14:44.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
86812026-09-07T00:14:45.734Z[ recovery-image] Sep 07 00:14:44.472 INFO O| Sep 07 00:14:44.472 INFO STEP 962 (remove_files) COMPLETE
86822026-09-07T00:14:45.734Z[ recovery-image] Sep 07 00:14:44.472 INFO O| Sep 07 00:14:44.472 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-07T00:14:45.752Z[ recovery-image] Sep 07 00:14:44.482 INFO O| Sep 07 00:14:44.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
86842026-09-07T00:14:45.752Z[ recovery-image] Sep 07 00:14:44.482 INFO O| Sep 07 00:14:44.482 INFO STEP 963 (remove_files) COMPLETE
86852026-09-07T00:14:45.752Z[ recovery-image] Sep 07 00:14:44.482 INFO O| Sep 07 00:14:44.482 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-07T00:14:45.756Z[ recovery-image] Sep 07 00:14:44.492 INFO O| Sep 07 00:14:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
86872026-09-07T00:14:45.756Z[ recovery-image] Sep 07 00:14:44.492 INFO O| Sep 07 00:14:44.492 INFO STEP 964 (remove_files) COMPLETE
86882026-09-07T00:14:45.756Z[ recovery-image] Sep 07 00:14:44.492 INFO O| Sep 07 00:14:44.492 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-07T00:14:45.762Z[ recovery-image] Sep 07 00:14:44.501 INFO O| Sep 07 00:14:44.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
86902026-09-07T00:14:45.763Z[ recovery-image] Sep 07 00:14:44.501 INFO O| Sep 07 00:14:44.501 INFO STEP 965 (remove_files) COMPLETE
86912026-09-07T00:14:45.763Z[ recovery-image] Sep 07 00:14:44.501 INFO O| Sep 07 00:14:44.501 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-07T00:14:45.767Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
86932026-09-07T00:14:45.768Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
86942026-09-07T00:14:45.768Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
86952026-09-07T00:14:45.768Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
86962026-09-07T00:14:45.768Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
86972026-09-07T00:14:45.768Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
86982026-09-07T00:14:45.768Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
86992026-09-07T00:14:45.769Z[ host-image] Sep 07 00:14:44.504 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87002026-09-07T00:14:45.769Z[ host-image] Sep 07 00:14:44.505 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260907T000031Z
87012026-09-07T00:14:45.769Z[ host-image] Sep 07 00:14:44.505 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87022026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.505 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87032026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.505 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
87042026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.505 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
87052026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
87062026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
87072026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87082026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
87092026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
87102026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
87112026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
87122026-09-07T00:14:45.770Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
87132026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.506 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
87142026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
87152026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
87162026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
87172026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
87182026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
87192026-09-07T00:14:45.775Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
87202026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
87212026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
87222026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
87232026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
87242026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
87252026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
87262026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
87272026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
87282026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
87292026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
87302026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.507 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
87312026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.510 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87322026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.510 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
87332026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.510 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
87342026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.510 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87352026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87362026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87372026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
87382026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87392026-09-07T00:14:45.776Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87402026-09-07T00:14:45.776Z[ recovery-image] Sep 07 00:14:44.511 INFO O| Sep 07 00:14:44.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87412026-09-07T00:14:45.776Z[ recovery-image] Sep 07 00:14:44.511 INFO O| Sep 07 00:14:44.511 INFO STEP 966 (remove_files) COMPLETE
87422026-09-07T00:14:45.776Z[ recovery-image] Sep 07 00:14:44.511 INFO O| Sep 07 00:14:44.511 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87432026-09-07T00:14:45.777Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87442026-09-07T00:14:45.777Z[ host-image] Sep 07 00:14:44.511 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87452026-09-07T00:14:45.824Z[ host-image] Sep 07 00:14:44.515 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87462026-09-07T00:14:45.824Z[ host-image] Sep 07 00:14:44.515 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87472026-09-07T00:14:45.824Z[ host-image] Sep 07 00:14:44.515 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87482026-09-07T00:14:45.824Z[ host-image] Sep 07 00:14:44.515 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87492026-09-07T00:14:45.824Z[ host-image] Sep 07 00:14:44.515 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87502026-09-07T00:14:45.824Z[ host-image] Sep 07 00:14:44.515 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87512026-09-07T00:14:45.824Z[ recovery-image] Sep 07 00:14:44.521 INFO O| Sep 07 00:14:44.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87522026-09-07T00:14:45.825Z[ recovery-image] Sep 07 00:14:44.521 INFO O| Sep 07 00:14:44.521 INFO STEP 967 (remove_files) COMPLETE
87532026-09-07T00:14:45.825Z[ recovery-image] Sep 07 00:14:44.521 INFO O| Sep 07 00:14:44.521 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
87552026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87562026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87572026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
87582026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
87592026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87602026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.527 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
87612026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.528 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87622026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.528 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87632026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.528 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87642026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.528 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
87652026-09-07T00:14:45.825Z[ host-image] Sep 07 00:14:44.528 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
87662026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.528 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87672026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.529 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87682026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.529 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87692026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.529 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87702026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.529 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
87712026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.529 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87722026-09-07T00:14:45.826Z[ recovery-image] Sep 07 00:14:44.531 INFO O| Sep 07 00:14:44.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87732026-09-07T00:14:45.826Z[ recovery-image] Sep 07 00:14:44.531 INFO O| Sep 07 00:14:44.531 INFO STEP 968 (remove_files) COMPLETE
87742026-09-07T00:14:45.826Z[ recovery-image] Sep 07 00:14:44.531 INFO O| Sep 07 00:14:44.531 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.533 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87762026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.533 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
87772026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
87782026-09-07T00:14:45.826Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
87792026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87802026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
87812026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
87822026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
87832026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.534 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
87842026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.535 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
87852026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.535 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
87862026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.536 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
87872026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.536 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
87882026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.536 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
87892026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.536 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
87902026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.536 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
87912026-09-07T00:14:45.827Z[ host-image] Sep 07 00:14:44.536 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
87922026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.538 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
87932026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.538 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
87942026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
87952026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
87962026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
87972026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
87982026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
87992026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
88002026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
88012026-09-07T00:14:45.828Z[ host-image] Sep 07 00:14:44.539 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
88022026-09-07T00:14:45.828Z[ recovery-image] Sep 07 00:14:44.540 INFO O| Sep 07 00:14:44.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
88032026-09-07T00:14:45.828Z[ recovery-image] Sep 07 00:14:44.541 INFO O| Sep 07 00:14:44.540 INFO STEP 969 (remove_files) COMPLETE
88042026-09-07T00:14:45.828Z[ recovery-image] Sep 07 00:14:44.541 INFO O| Sep 07 00:14:44.541 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.542 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
88062026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.542 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
88072026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.542 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
88082026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.543 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
88092026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.543 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
88102026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.548 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
88112026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.548 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
88122026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.549 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
88132026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.549 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88142026-09-07T00:14:45.829Z[ host-image] Sep 07 00:14:44.549 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88152026-09-07T00:14:45.829Z[ recovery-image] Sep 07 00:14:44.551 INFO O| Sep 07 00:14:44.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
88162026-09-07T00:14:45.830Z[ recovery-image] Sep 07 00:14:44.551 INFO O| Sep 07 00:14:44.551 INFO STEP 970 (remove_files) COMPLETE
88172026-09-07T00:14:45.830Z[ recovery-image] Sep 07 00:14:44.551 INFO O| Sep 07 00:14:44.551 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-07T00:14:45.830Z[ host-image] Sep 07 00:14:44.557 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
88192026-09-07T00:14:45.830Z[ host-image] Sep 07 00:14:44.557 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88202026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.557 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
88212026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.557 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
88222026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.557 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
88232026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.557 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88242026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88252026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
88262026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
88272026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
88282026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
88292026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
88302026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.558 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
88312026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88322026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
88332026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
88342026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
88352026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
88362026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
88372026-09-07T00:14:45.831Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
88382026-09-07T00:14:45.832Z[ host-image] Sep 07 00:14:44.559 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88392026-09-07T00:14:45.832Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88402026-09-07T00:14:45.832Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
88412026-09-07T00:14:45.832Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
88422026-09-07T00:14:45.832Z[ recovery-image] Sep 07 00:14:44.560 INFO O| Sep 07 00:14:44.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
88432026-09-07T00:14:45.832Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88442026-09-07T00:14:45.832Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88452026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88462026-09-07T00:14:45.837Z[ recovery-image] Sep 07 00:14:44.560 INFO O| Sep 07 00:14:44.560 INFO STEP 971 (remove_files) COMPLETE
88472026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88482026-09-07T00:14:45.837Z[ recovery-image] Sep 07 00:14:44.560 INFO O| Sep 07 00:14:44.560 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88492026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88502026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.560 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88512026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.561 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
88522026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.561 INFO O| tempdir @ "/tmp/.tmpSd7ZFn/tmp"
88532026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.561 INFO O| image root @ "/tmp/.tmpSd7ZFn/tmp/root"
88542026-09-07T00:14:45.837Z[ host-image] Sep 07 00:14:44.561 INFO O| creating image...
88552026-09-07T00:14:45.837Z[ recovery-image] Sep 07 00:14:44.568 INFO O| Sep 07 00:14:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
88562026-09-07T00:14:45.838Z[ recovery-image] Sep 07 00:14:44.568 INFO O| Sep 07 00:14:44.568 INFO STEP 972 (remove_files) COMPLETE
88572026-09-07T00:14:45.838Z[ recovery-image] Sep 07 00:14:44.568 INFO O| Sep 07 00:14:44.568 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88582026-09-07T00:14:45.842Z[ recovery-image] Sep 07 00:14:44.577 INFO O| Sep 07 00:14:44.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
88592026-09-07T00:14:45.842Z[ recovery-image] Sep 07 00:14:44.577 INFO O| Sep 07 00:14:44.577 INFO STEP 973 (remove_files) COMPLETE
88602026-09-07T00:14:45.842Z[ recovery-image] Sep 07 00:14:44.577 INFO O| Sep 07 00:14:44.577 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88612026-09-07T00:14:45.848Z[ recovery-image] Sep 07 00:14:44.586 INFO O| Sep 07 00:14:44.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
88622026-09-07T00:14:45.852Z[ recovery-image] Sep 07 00:14:44.587 INFO O| Sep 07 00:14:44.587 INFO STEP 974 (remove_files) COMPLETE
88632026-09-07T00:14:45.852Z[ recovery-image] Sep 07 00:14:44.587 INFO O| Sep 07 00:14:44.587 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88642026-09-07T00:14:45.857Z[ recovery-image] Sep 07 00:14:44.596 INFO O| Sep 07 00:14:44.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
88652026-09-07T00:14:45.858Z[ recovery-image] Sep 07 00:14:44.596 INFO O| Sep 07 00:14:44.596 INFO STEP 975 (remove_files) COMPLETE
88662026-09-07T00:14:45.858Z[ recovery-image] Sep 07 00:14:44.596 INFO O| Sep 07 00:14:44.596 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88672026-09-07T00:14:45.866Z[ recovery-image] Sep 07 00:14:44.605 INFO O| Sep 07 00:14:44.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
88682026-09-07T00:14:45.866Z[ recovery-image] Sep 07 00:14:44.605 INFO O| Sep 07 00:14:44.605 INFO STEP 976 (remove_files) COMPLETE
88692026-09-07T00:14:45.867Z[ recovery-image] Sep 07 00:14:44.605 INFO O| Sep 07 00:14:44.605 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88702026-09-07T00:14:45.877Z[ recovery-image] Sep 07 00:14:44.615 INFO O| Sep 07 00:14:44.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
88712026-09-07T00:14:45.877Z[ recovery-image] Sep 07 00:14:44.615 INFO O| Sep 07 00:14:44.615 INFO STEP 977 (remove_files) COMPLETE
88722026-09-07T00:14:45.877Z[ recovery-image] Sep 07 00:14:44.615 INFO O| Sep 07 00:14:44.615 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88732026-09-07T00:14:45.887Z[ recovery-image] Sep 07 00:14:44.626 INFO O| Sep 07 00:14:44.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
88742026-09-07T00:14:45.887Z[ recovery-image] Sep 07 00:14:44.626 INFO O| Sep 07 00:14:44.626 INFO STEP 978 (remove_files) COMPLETE
88752026-09-07T00:14:45.891Z[ recovery-image] Sep 07 00:14:44.626 INFO O| Sep 07 00:14:44.626 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88762026-09-07T00:14:45.896Z[ recovery-image] Sep 07 00:14:44.635 INFO O| Sep 07 00:14:44.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
88772026-09-07T00:14:45.896Z[ recovery-image] Sep 07 00:14:44.635 INFO O| Sep 07 00:14:44.635 INFO STEP 979 (remove_files) COMPLETE
88782026-09-07T00:14:45.896Z[ recovery-image] Sep 07 00:14:44.635 INFO O| Sep 07 00:14:44.635 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88792026-09-07T00:14:45.907Z[ recovery-image] Sep 07 00:14:44.644 INFO O| Sep 07 00:14:44.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
88802026-09-07T00:14:45.908Z[ recovery-image] Sep 07 00:14:44.644 INFO O| Sep 07 00:14:44.644 INFO STEP 980 (remove_files) COMPLETE
88812026-09-07T00:14:45.908Z[ recovery-image] Sep 07 00:14:44.644 INFO O| Sep 07 00:14:44.644 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88822026-09-07T00:14:45.913Z[ recovery-image] Sep 07 00:14:44.652 INFO O| Sep 07 00:14:44.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
88832026-09-07T00:14:45.913Z[ recovery-image] Sep 07 00:14:44.652 INFO O| Sep 07 00:14:44.652 INFO STEP 981 (remove_files) COMPLETE
88842026-09-07T00:14:45.913Z[ recovery-image] Sep 07 00:14:44.652 INFO O| Sep 07 00:14:44.652 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88852026-09-07T00:14:45.924Z[ recovery-image] Sep 07 00:14:44.663 INFO O| Sep 07 00:14:44.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88862026-09-07T00:14:45.925Z[ recovery-image] Sep 07 00:14:44.663 INFO O| Sep 07 00:14:44.663 INFO STEP 982 (remove_files) COMPLETE
88872026-09-07T00:14:45.925Z[ recovery-image] Sep 07 00:14:44.663 INFO O| Sep 07 00:14:44.663 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88882026-09-07T00:14:45.934Z[ recovery-image] Sep 07 00:14:44.673 INFO O| Sep 07 00:14:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88892026-09-07T00:14:45.934Z[ recovery-image] Sep 07 00:14:44.673 INFO O| Sep 07 00:14:44.673 INFO STEP 983 (remove_files) COMPLETE
88902026-09-07T00:14:45.935Z[ recovery-image] Sep 07 00:14:44.673 INFO O| Sep 07 00:14:44.673 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-07T00:14:45.944Z[ recovery-image] Sep 07 00:14:44.683 INFO O| Sep 07 00:14:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88922026-09-07T00:14:45.944Z[ recovery-image] Sep 07 00:14:44.683 INFO O| Sep 07 00:14:44.683 INFO STEP 984 (remove_files) COMPLETE
88932026-09-07T00:14:45.944Z[ recovery-image] Sep 07 00:14:44.683 INFO O| Sep 07 00:14:44.683 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-07T00:14:45.954Z[ recovery-image] Sep 07 00:14:44.693 INFO O| Sep 07 00:14:44.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88952026-09-07T00:14:45.956Z[ recovery-image] Sep 07 00:14:44.693 INFO O| Sep 07 00:14:44.693 INFO STEP 985 (remove_files) COMPLETE
88962026-09-07T00:14:45.956Z[ recovery-image] Sep 07 00:14:44.693 INFO O| Sep 07 00:14:44.693 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-07T00:14:45.963Z[ recovery-image] Sep 07 00:14:44.702 INFO O| Sep 07 00:14:44.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88982026-09-07T00:14:45.963Z[ recovery-image] Sep 07 00:14:44.702 INFO O| Sep 07 00:14:44.702 INFO STEP 986 (remove_files) COMPLETE
88992026-09-07T00:14:45.963Z[ recovery-image] Sep 07 00:14:44.702 INFO O| Sep 07 00:14:44.702 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-07T00:14:45.972Z[ recovery-image] Sep 07 00:14:44.710 INFO O| Sep 07 00:14:44.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
89012026-09-07T00:14:45.972Z[ recovery-image] Sep 07 00:14:44.711 INFO O| Sep 07 00:14:44.711 INFO STEP 987 (remove_files) COMPLETE
89022026-09-07T00:14:45.976Z[ recovery-image] Sep 07 00:14:44.711 INFO O| Sep 07 00:14:44.711 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-07T00:14:45.983Z[ recovery-image] Sep 07 00:14:44.719 INFO O| Sep 07 00:14:44.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
89042026-09-07T00:14:45.983Z[ recovery-image] Sep 07 00:14:44.719 INFO O| Sep 07 00:14:44.719 INFO STEP 988 (remove_files) COMPLETE
89052026-09-07T00:14:45.983Z[ recovery-image] Sep 07 00:14:44.719 INFO O| Sep 07 00:14:44.719 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-07T00:14:45.989Z[ recovery-image] Sep 07 00:14:44.727 INFO O| Sep 07 00:14:44.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
89072026-09-07T00:14:45.989Z[ recovery-image] Sep 07 00:14:44.728 INFO O| Sep 07 00:14:44.728 INFO STEP 989 (remove_files) COMPLETE
89082026-09-07T00:14:45.989Z[ recovery-image] Sep 07 00:14:44.728 INFO O| Sep 07 00:14:44.728 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-07T00:14:45.998Z[ recovery-image] Sep 07 00:14:44.736 INFO O| Sep 07 00:14:44.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
89102026-09-07T00:14:45.998Z[ recovery-image] Sep 07 00:14:44.736 INFO O| Sep 07 00:14:44.736 INFO STEP 990 (remove_files) COMPLETE
89112026-09-07T00:14:46.002Z[ recovery-image] Sep 07 00:14:44.736 INFO O| Sep 07 00:14:44.736 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-07T00:14:46.006Z[ recovery-image] Sep 07 00:14:44.745 INFO O| Sep 07 00:14:44.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
89132026-09-07T00:14:46.006Z[ recovery-image] Sep 07 00:14:44.745 INFO O| Sep 07 00:14:44.745 INFO STEP 991 (remove_files) COMPLETE
89142026-09-07T00:14:46.006Z[ recovery-image] Sep 07 00:14:44.745 INFO O| Sep 07 00:14:44.745 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-07T00:14:46.017Z[ recovery-image] Sep 07 00:14:44.755 INFO O| Sep 07 00:14:44.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
89162026-09-07T00:14:46.017Z[ recovery-image] Sep 07 00:14:44.755 INFO O| Sep 07 00:14:44.755 INFO STEP 992 (remove_files) COMPLETE
89172026-09-07T00:14:46.017Z[ recovery-image] Sep 07 00:14:44.755 INFO O| Sep 07 00:14:44.755 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-07T00:14:46.025Z[ recovery-image] Sep 07 00:14:44.764 INFO O| Sep 07 00:14:44.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
89192026-09-07T00:14:46.026Z[ recovery-image] Sep 07 00:14:44.765 INFO O| Sep 07 00:14:44.764 INFO STEP 993 (remove_files) COMPLETE
89202026-09-07T00:14:46.026Z[ recovery-image] Sep 07 00:14:44.765 INFO O| Sep 07 00:14:44.765 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89212026-09-07T00:14:46.035Z[ recovery-image] Sep 07 00:14:44.773 INFO O| Sep 07 00:14:44.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
89222026-09-07T00:14:46.035Z[ recovery-image] Sep 07 00:14:44.774 INFO O| Sep 07 00:14:44.774 INFO STEP 994 (remove_files) COMPLETE
89232026-09-07T00:14:46.035Z[ recovery-image] Sep 07 00:14:44.774 INFO O| Sep 07 00:14:44.774 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89242026-09-07T00:14:46.046Z[ recovery-image] Sep 07 00:14:44.785 INFO O| Sep 07 00:14:44.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
89252026-09-07T00:14:46.046Z[ recovery-image] Sep 07 00:14:44.785 INFO O| Sep 07 00:14:44.785 INFO STEP 995 (remove_files) COMPLETE
89262026-09-07T00:14:46.046Z[ recovery-image] Sep 07 00:14:44.785 INFO O| Sep 07 00:14:44.785 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89272026-09-07T00:14:46.057Z[ recovery-image] Sep 07 00:14:44.796 INFO O| Sep 07 00:14:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
89282026-09-07T00:14:46.058Z[ recovery-image] Sep 07 00:14:44.796 INFO O| Sep 07 00:14:44.796 INFO STEP 996 (remove_files) COMPLETE
89292026-09-07T00:14:46.058Z[ recovery-image] Sep 07 00:14:44.796 INFO O| Sep 07 00:14:44.796 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89302026-09-07T00:14:46.069Z[ recovery-image] Sep 07 00:14:44.807 INFO O| Sep 07 00:14:44.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
89312026-09-07T00:14:46.069Z[ recovery-image] Sep 07 00:14:44.807 INFO O| Sep 07 00:14:44.807 INFO STEP 997 (remove_files) COMPLETE
89322026-09-07T00:14:46.069Z[ recovery-image] Sep 07 00:14:44.807 INFO O| Sep 07 00:14:44.807 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89332026-09-07T00:14:46.079Z[ recovery-image] Sep 07 00:14:44.818 INFO O| Sep 07 00:14:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
89342026-09-07T00:14:46.079Z[ recovery-image] Sep 07 00:14:44.818 INFO O| Sep 07 00:14:44.818 INFO STEP 998 (remove_files) COMPLETE
89352026-09-07T00:14:46.080Z[ recovery-image] Sep 07 00:14:44.818 INFO O| Sep 07 00:14:44.818 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89362026-09-07T00:14:46.090Z[ recovery-image] Sep 07 00:14:44.829 INFO O| Sep 07 00:14:44.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
89372026-09-07T00:14:46.090Z[ recovery-image] Sep 07 00:14:44.829 INFO O| Sep 07 00:14:44.829 INFO STEP 999 (remove_files) COMPLETE
89382026-09-07T00:14:46.090Z[ recovery-image] Sep 07 00:14:44.829 INFO O| Sep 07 00:14:44.829 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89392026-09-07T00:14:46.100Z[ recovery-image] Sep 07 00:14:44.838 INFO O| Sep 07 00:14:44.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
89402026-09-07T00:14:46.100Z[ recovery-image] Sep 07 00:14:44.838 INFO O| Sep 07 00:14:44.838 INFO STEP 1000 (remove_files) COMPLETE
89412026-09-07T00:14:46.100Z[ recovery-image] Sep 07 00:14:44.838 INFO O| Sep 07 00:14:44.838 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89422026-09-07T00:14:46.109Z[ recovery-image] Sep 07 00:14:44.848 INFO O| Sep 07 00:14:44.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
89432026-09-07T00:14:46.109Z[ recovery-image] Sep 07 00:14:44.848 INFO O| Sep 07 00:14:44.848 INFO STEP 1001 (remove_files) COMPLETE
89442026-09-07T00:14:46.110Z[ recovery-image] Sep 07 00:14:44.848 INFO O| Sep 07 00:14:44.848 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89452026-09-07T00:14:46.119Z[ recovery-image] Sep 07 00:14:44.858 INFO O| Sep 07 00:14:44.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
89462026-09-07T00:14:46.119Z[ recovery-image] Sep 07 00:14:44.858 INFO O| Sep 07 00:14:44.858 INFO STEP 1002 (remove_files) COMPLETE
89472026-09-07T00:14:46.119Z[ recovery-image] Sep 07 00:14:44.858 INFO O| Sep 07 00:14:44.858 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89482026-09-07T00:14:46.128Z[ recovery-image] Sep 07 00:14:44.867 INFO O| Sep 07 00:14:44.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
89492026-09-07T00:14:46.129Z[ recovery-image] Sep 07 00:14:44.867 INFO O| Sep 07 00:14:44.867 INFO STEP 1003 (remove_files) COMPLETE
89502026-09-07T00:14:46.129Z[ recovery-image] Sep 07 00:14:44.867 INFO O| Sep 07 00:14:44.867 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89512026-09-07T00:14:46.138Z[ recovery-image] Sep 07 00:14:44.877 INFO O| Sep 07 00:14:44.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
89522026-09-07T00:14:46.138Z[ recovery-image] Sep 07 00:14:44.877 INFO O| Sep 07 00:14:44.877 INFO STEP 1004 (remove_files) COMPLETE
89532026-09-07T00:14:46.142Z[ recovery-image] Sep 07 00:14:44.877 INFO O| Sep 07 00:14:44.877 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89542026-09-07T00:14:46.146Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
89552026-09-07T00:14:46.455Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89562026-09-07T00:14:46.737Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
89572026-09-07T00:14:47.584Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89582026-09-07T00:14:47.847Z[ recovery-image] Sep 07 00:14:46.586 INFO O| Sep 07 00:14:46.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
89592026-09-07T00:14:47.848Z[ recovery-image] Sep 07 00:14:46.586 INFO O| Sep 07 00:14:46.586 INFO STEP 1005 (remove_files) COMPLETE
89602026-09-07T00:14:47.848Z[ recovery-image] Sep 07 00:14:46.586 INFO O| Sep 07 00:14:46.586 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89612026-09-07T00:14:47.856Z[ recovery-image] Sep 07 00:14:46.595 INFO O| Sep 07 00:14:46.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
89622026-09-07T00:14:47.856Z[ recovery-image] Sep 07 00:14:46.595 INFO O| Sep 07 00:14:46.595 INFO STEP 1006 (remove_files) COMPLETE
89632026-09-07T00:14:47.856Z[ recovery-image] Sep 07 00:14:46.595 INFO O| Sep 07 00:14:46.595 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89642026-09-07T00:14:47.866Z[ recovery-image] Sep 07 00:14:46.604 INFO O| Sep 07 00:14:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
89652026-09-07T00:14:47.866Z[ recovery-image] Sep 07 00:14:46.605 INFO O| Sep 07 00:14:46.604 INFO STEP 1007 (remove_files) COMPLETE
89662026-09-07T00:14:47.866Z[ recovery-image] Sep 07 00:14:46.605 INFO O| Sep 07 00:14:46.604 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89672026-09-07T00:14:47.876Z[ recovery-image] Sep 07 00:14:46.615 INFO O| Sep 07 00:14:46.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
89682026-09-07T00:14:47.876Z[ recovery-image] Sep 07 00:14:46.615 INFO O| Sep 07 00:14:46.615 INFO STEP 1008 (remove_files) COMPLETE
89692026-09-07T00:14:47.876Z[ recovery-image] Sep 07 00:14:46.615 INFO O| Sep 07 00:14:46.615 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89702026-09-07T00:14:47.887Z[ recovery-image] Sep 07 00:14:46.626 INFO O| Sep 07 00:14:46.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
89712026-09-07T00:14:47.888Z[ recovery-image] Sep 07 00:14:46.626 INFO O| Sep 07 00:14:46.626 INFO STEP 1009 (remove_files) COMPLETE
89722026-09-07T00:14:47.888Z[ recovery-image] Sep 07 00:14:46.626 INFO O| Sep 07 00:14:46.626 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89732026-09-07T00:14:47.898Z[ recovery-image] Sep 07 00:14:46.637 INFO O| Sep 07 00:14:46.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
89742026-09-07T00:14:47.898Z[ recovery-image] Sep 07 00:14:46.637 INFO O| Sep 07 00:14:46.637 INFO STEP 1010 (remove_files) COMPLETE
89752026-09-07T00:14:47.898Z[ recovery-image] Sep 07 00:14:46.637 INFO O| Sep 07 00:14:46.637 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89762026-09-07T00:14:47.909Z[ recovery-image] Sep 07 00:14:46.648 INFO O| Sep 07 00:14:46.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89772026-09-07T00:14:47.909Z[ recovery-image] Sep 07 00:14:46.648 INFO O| Sep 07 00:14:46.648 INFO STEP 1011 (remove_files) COMPLETE
89782026-09-07T00:14:47.910Z[ recovery-image] Sep 07 00:14:46.648 INFO O| Sep 07 00:14:46.648 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89792026-09-07T00:14:47.921Z[ recovery-image] Sep 07 00:14:46.659 INFO O| Sep 07 00:14:46.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89802026-09-07T00:14:47.921Z[ recovery-image] Sep 07 00:14:46.659 INFO O| Sep 07 00:14:46.659 INFO STEP 1012 (remove_files) COMPLETE
89812026-09-07T00:14:47.921Z[ recovery-image] Sep 07 00:14:46.659 INFO O| Sep 07 00:14:46.659 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89822026-09-07T00:14:47.931Z[ recovery-image] Sep 07 00:14:46.670 INFO O| Sep 07 00:14:46.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89832026-09-07T00:14:47.932Z[ recovery-image] Sep 07 00:14:46.670 INFO O| Sep 07 00:14:46.670 INFO STEP 1013 (remove_files) COMPLETE
89842026-09-07T00:14:47.932Z[ recovery-image] Sep 07 00:14:46.670 INFO O| Sep 07 00:14:46.670 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89852026-09-07T00:14:47.942Z[ recovery-image] Sep 07 00:14:46.681 INFO O| Sep 07 00:14:46.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89862026-09-07T00:14:47.943Z[ recovery-image] Sep 07 00:14:46.681 INFO O| Sep 07 00:14:46.681 INFO STEP 1014 (remove_files) COMPLETE
89872026-09-07T00:14:47.943Z[ host-image] Sep 07 00:14:46.681 INFO O| copying publishers...
89882026-09-07T00:14:47.943Z[ recovery-image] Sep 07 00:14:46.681 INFO O| Sep 07 00:14:46.681 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-07T00:14:47.952Z[ recovery-image] Sep 07 00:14:46.691 INFO O| Sep 07 00:14:46.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89902026-09-07T00:14:47.952Z[ recovery-image] Sep 07 00:14:46.691 INFO O| Sep 07 00:14:46.691 INFO STEP 1015 (remove_files) COMPLETE
89912026-09-07T00:14:47.952Z[ recovery-image] Sep 07 00:14:46.691 INFO O| Sep 07 00:14:46.691 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-07T00:14:47.962Z[ recovery-image] Sep 07 00:14:46.701 INFO O| Sep 07 00:14:46.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89932026-09-07T00:14:47.962Z[ recovery-image] Sep 07 00:14:46.701 INFO O| Sep 07 00:14:46.701 INFO STEP 1016 (remove_files) COMPLETE
89942026-09-07T00:14:47.966Z[ recovery-image] Sep 07 00:14:46.701 INFO O| Sep 07 00:14:46.701 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-07T00:14:47.971Z[ recovery-image] Sep 07 00:14:46.710 INFO O| Sep 07 00:14:46.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89962026-09-07T00:14:47.972Z[ recovery-image] Sep 07 00:14:46.710 INFO O| Sep 07 00:14:46.710 INFO STEP 1017 (remove_files) COMPLETE
89972026-09-07T00:14:47.972Z[ recovery-image] Sep 07 00:14:46.710 INFO O| Sep 07 00:14:46.710 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-07T00:14:47.981Z[ recovery-image] Sep 07 00:14:46.720 INFO O| Sep 07 00:14:46.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89992026-09-07T00:14:47.982Z[ recovery-image] Sep 07 00:14:46.720 INFO O| Sep 07 00:14:46.720 INFO STEP 1018 (remove_files) COMPLETE
90002026-09-07T00:14:47.982Z[ recovery-image] Sep 07 00:14:46.720 INFO O| Sep 07 00:14:46.720 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-07T00:14:47.991Z[ recovery-image] Sep 07 00:14:46.730 INFO O| Sep 07 00:14:46.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
90022026-09-07T00:14:47.991Z[ recovery-image] Sep 07 00:14:46.730 INFO O| Sep 07 00:14:46.730 INFO STEP 1019 (remove_files) COMPLETE
90032026-09-07T00:14:47.991Z[ recovery-image] Sep 07 00:14:46.730 INFO O| Sep 07 00:14:46.730 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-07T00:14:48.002Z[ recovery-image] Sep 07 00:14:46.739 INFO O| Sep 07 00:14:46.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
90052026-09-07T00:14:48.002Z[ recovery-image] Sep 07 00:14:46.739 INFO O| Sep 07 00:14:46.739 INFO STEP 1020 (remove_files) COMPLETE
90062026-09-07T00:14:48.002Z[ recovery-image] Sep 07 00:14:46.739 INFO O| Sep 07 00:14:46.739 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-07T00:14:48.010Z[ recovery-image] Sep 07 00:14:46.748 INFO O| Sep 07 00:14:46.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
90082026-09-07T00:14:48.010Z[ recovery-image] Sep 07 00:14:46.749 INFO O| Sep 07 00:14:46.749 INFO STEP 1021 (remove_files) COMPLETE
90092026-09-07T00:14:48.010Z[ recovery-image] Sep 07 00:14:46.749 INFO O| Sep 07 00:14:46.749 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-07T00:14:48.018Z[ recovery-image] Sep 07 00:14:46.757 INFO O| Sep 07 00:14:46.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
90112026-09-07T00:14:48.019Z[ recovery-image] Sep 07 00:14:46.757 INFO O| Sep 07 00:14:46.757 INFO STEP 1022 (remove_files) COMPLETE
90122026-09-07T00:14:48.023Z[ recovery-image] Sep 07 00:14:46.757 INFO O| Sep 07 00:14:46.757 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-07T00:14:48.027Z[ recovery-image] Sep 07 00:14:46.766 INFO O| Sep 07 00:14:46.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
90142026-09-07T00:14:48.027Z[ recovery-image] Sep 07 00:14:46.766 INFO O| Sep 07 00:14:46.766 INFO STEP 1023 (remove_files) COMPLETE
90152026-09-07T00:14:48.031Z[ recovery-image] Sep 07 00:14:46.766 INFO O| Sep 07 00:14:46.766 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-07T00:14:48.037Z[ recovery-image] Sep 07 00:14:46.776 INFO O| Sep 07 00:14:46.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
90172026-09-07T00:14:48.038Z[ recovery-image] Sep 07 00:14:46.776 INFO O| Sep 07 00:14:46.776 INFO STEP 1024 (remove_files) COMPLETE
90182026-09-07T00:14:48.038Z[ recovery-image] Sep 07 00:14:46.776 INFO O| Sep 07 00:14:46.776 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-07T00:14:48.046Z[ recovery-image] Sep 07 00:14:46.785 INFO O| Sep 07 00:14:46.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
90202026-09-07T00:14:48.046Z[ recovery-image] Sep 07 00:14:46.785 INFO O| Sep 07 00:14:46.785 INFO STEP 1025 (remove_files) COMPLETE
90212026-09-07T00:14:48.046Z[ recovery-image] Sep 07 00:14:46.785 INFO O| Sep 07 00:14:46.785 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-07T00:14:48.055Z[ recovery-image] Sep 07 00:14:46.794 INFO O| Sep 07 00:14:46.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
90232026-09-07T00:14:48.055Z[ recovery-image] Sep 07 00:14:46.794 INFO O| Sep 07 00:14:46.794 INFO STEP 1026 (remove_files) COMPLETE
90242026-09-07T00:14:48.056Z[ recovery-image] Sep 07 00:14:46.794 INFO O| Sep 07 00:14:46.794 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-07T00:14:48.065Z[ recovery-image] Sep 07 00:14:46.804 INFO O| Sep 07 00:14:46.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
90262026-09-07T00:14:48.065Z[ recovery-image] Sep 07 00:14:46.804 INFO O| Sep 07 00:14:46.804 INFO STEP 1027 (remove_files) COMPLETE
90272026-09-07T00:14:48.065Z[ recovery-image] Sep 07 00:14:46.804 INFO O| Sep 07 00:14:46.804 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-07T00:14:48.074Z[ recovery-image] Sep 07 00:14:46.813 INFO O| Sep 07 00:14:46.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
90292026-09-07T00:14:48.075Z[ recovery-image] Sep 07 00:14:46.813 INFO O| Sep 07 00:14:46.813 INFO STEP 1028 (remove_files) COMPLETE
90302026-09-07T00:14:48.075Z[ recovery-image] Sep 07 00:14:46.813 INFO O| Sep 07 00:14:46.813 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-07T00:14:48.084Z[ recovery-image] Sep 07 00:14:46.823 INFO O| Sep 07 00:14:46.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
90322026-09-07T00:14:48.089Z[ recovery-image] Sep 07 00:14:46.824 INFO O| Sep 07 00:14:46.824 INFO STEP 1029 (remove_files) COMPLETE
90332026-09-07T00:14:48.089Z[ recovery-image] Sep 07 00:14:46.824 INFO O| Sep 07 00:14:46.824 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-07T00:14:48.095Z[ recovery-image] Sep 07 00:14:46.833 INFO O| Sep 07 00:14:46.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
90352026-09-07T00:14:48.095Z[ recovery-image] Sep 07 00:14:46.833 INFO O| Sep 07 00:14:46.833 INFO STEP 1030 (remove_files) COMPLETE
90362026-09-07T00:14:48.095Z[ recovery-image] Sep 07 00:14:46.833 INFO O| Sep 07 00:14:46.833 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-07T00:14:48.104Z[ recovery-image] Sep 07 00:14:46.843 INFO O| Sep 07 00:14:46.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
90382026-09-07T00:14:48.104Z[ recovery-image] Sep 07 00:14:46.843 INFO O| Sep 07 00:14:46.843 INFO STEP 1031 (remove_files) COMPLETE
90392026-09-07T00:14:48.108Z[ recovery-image] Sep 07 00:14:46.843 INFO O| Sep 07 00:14:46.843 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-07T00:14:48.113Z[ recovery-image] Sep 07 00:14:46.852 INFO O| Sep 07 00:14:46.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
90412026-09-07T00:14:48.113Z[ recovery-image] Sep 07 00:14:46.852 INFO O| Sep 07 00:14:46.852 INFO STEP 1032 (remove_files) COMPLETE
90422026-09-07T00:14:48.113Z[ recovery-image] Sep 07 00:14:46.852 INFO O| Sep 07 00:14:46.852 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-07T00:14:48.122Z[ recovery-image] Sep 07 00:14:46.860 INFO O| Sep 07 00:14:46.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
90442026-09-07T00:14:48.122Z[ recovery-image] Sep 07 00:14:46.860 INFO O| Sep 07 00:14:46.860 INFO STEP 1033 (remove_files) COMPLETE
90452026-09-07T00:14:48.122Z[ recovery-image] Sep 07 00:14:46.860 INFO O| Sep 07 00:14:46.860 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-07T00:14:48.129Z[ recovery-image] Sep 07 00:14:46.868 INFO O| Sep 07 00:14:46.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
90472026-09-07T00:14:48.130Z[ recovery-image] Sep 07 00:14:46.868 INFO O| Sep 07 00:14:46.868 INFO STEP 1034 (remove_files) COMPLETE
90482026-09-07T00:14:48.130Z[ recovery-image] Sep 07 00:14:46.868 INFO O| Sep 07 00:14:46.868 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-07T00:14:48.138Z[ recovery-image] Sep 07 00:14:46.877 INFO O| Sep 07 00:14:46.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
90502026-09-07T00:14:48.142Z[ recovery-image] Sep 07 00:14:46.881 INFO O| Sep 07 00:14:46.877 INFO STEP 1035 (remove_files) COMPLETE
90512026-09-07T00:14:48.142Z[ recovery-image] Sep 07 00:14:46.881 INFO O| Sep 07 00:14:46.877 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-07T00:14:48.148Z[ recovery-image] Sep 07 00:14:46.887 INFO O| Sep 07 00:14:46.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
90532026-09-07T00:14:48.148Z[ recovery-image] Sep 07 00:14:46.887 INFO O| Sep 07 00:14:46.887 INFO STEP 1036 (remove_files) COMPLETE
90542026-09-07T00:14:48.152Z[ recovery-image] Sep 07 00:14:46.887 INFO O| Sep 07 00:14:46.887 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-07T00:14:48.157Z[ recovery-image] Sep 07 00:14:46.896 INFO O| Sep 07 00:14:46.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
90562026-09-07T00:14:48.157Z[ recovery-image] Sep 07 00:14:46.896 INFO O| Sep 07 00:14:46.896 INFO STEP 1037 (remove_files) COMPLETE
90572026-09-07T00:14:48.157Z[ recovery-image] Sep 07 00:14:46.896 INFO O| Sep 07 00:14:46.896 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-07T00:14:48.167Z[ recovery-image] Sep 07 00:14:46.906 INFO O| Sep 07 00:14:46.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
90592026-09-07T00:14:48.167Z[ recovery-image] Sep 07 00:14:46.906 INFO O| Sep 07 00:14:46.906 INFO STEP 1038 (remove_files) COMPLETE
90602026-09-07T00:14:48.167Z[ recovery-image] Sep 07 00:14:46.906 INFO O| Sep 07 00:14:46.906 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90612026-09-07T00:14:48.176Z[ recovery-image] Sep 07 00:14:46.915 INFO O| Sep 07 00:14:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
90622026-09-07T00:14:48.177Z[ recovery-image] Sep 07 00:14:46.915 INFO O| Sep 07 00:14:46.915 INFO STEP 1039 (remove_files) COMPLETE
90632026-09-07T00:14:48.177Z[ recovery-image] Sep 07 00:14:46.915 INFO O| Sep 07 00:14:46.915 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90642026-09-07T00:14:48.186Z[ recovery-image] Sep 07 00:14:46.925 INFO O| Sep 07 00:14:46.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
90652026-09-07T00:14:48.186Z[ recovery-image] Sep 07 00:14:46.925 INFO O| Sep 07 00:14:46.925 INFO STEP 1040 (remove_files) COMPLETE
90662026-09-07T00:14:48.186Z[ recovery-image] Sep 07 00:14:46.925 INFO O| Sep 07 00:14:46.925 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90672026-09-07T00:14:48.195Z[ recovery-image] Sep 07 00:14:46.934 INFO O| Sep 07 00:14:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
90682026-09-07T00:14:48.195Z[ recovery-image] Sep 07 00:14:46.934 INFO O| Sep 07 00:14:46.934 INFO STEP 1041 (remove_files) COMPLETE
90692026-09-07T00:14:48.195Z[ recovery-image] Sep 07 00:14:46.934 INFO O| Sep 07 00:14:46.934 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90702026-09-07T00:14:48.205Z[ recovery-image] Sep 07 00:14:46.943 INFO O| Sep 07 00:14:46.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
90712026-09-07T00:14:48.205Z[ recovery-image] Sep 07 00:14:46.943 INFO O| Sep 07 00:14:46.943 INFO STEP 1042 (remove_files) COMPLETE
90722026-09-07T00:14:48.205Z[ recovery-image] Sep 07 00:14:46.943 INFO O| Sep 07 00:14:46.943 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90732026-09-07T00:14:48.218Z[ recovery-image] Sep 07 00:14:46.956 INFO O| Sep 07 00:14:46.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90742026-09-07T00:14:48.219Z[ recovery-image] Sep 07 00:14:46.956 INFO O| Sep 07 00:14:46.956 INFO STEP 1043 (remove_files) COMPLETE
90752026-09-07T00:14:48.219Z[ recovery-image] Sep 07 00:14:46.956 INFO O| Sep 07 00:14:46.956 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90762026-09-07T00:14:48.230Z[ recovery-image] Sep 07 00:14:46.968 INFO O| Sep 07 00:14:46.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90772026-09-07T00:14:48.230Z[ recovery-image] Sep 07 00:14:46.969 INFO O| Sep 07 00:14:46.968 INFO STEP 1044 (remove_files) COMPLETE
90782026-09-07T00:14:48.230Z[ recovery-image] Sep 07 00:14:46.969 INFO O| Sep 07 00:14:46.968 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90792026-09-07T00:14:48.240Z[ recovery-image] Sep 07 00:14:46.979 INFO O| Sep 07 00:14:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90802026-09-07T00:14:48.241Z[ recovery-image] Sep 07 00:14:46.979 INFO O| Sep 07 00:14:46.979 INFO STEP 1045 (remove_files) COMPLETE
90812026-09-07T00:14:48.241Z[ recovery-image] Sep 07 00:14:46.979 INFO O| Sep 07 00:14:46.979 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90822026-09-07T00:14:48.626Z[ recovery-image] Sep 07 00:14:47.365 INFO O| Sep 07 00:14:47.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90832026-09-07T00:14:48.626Z[ recovery-image] Sep 07 00:14:47.365 INFO O| Sep 07 00:14:47.365 INFO STEP 1046 (remove_files) COMPLETE
90842026-09-07T00:14:48.626Z[ recovery-image] Sep 07 00:14:47.365 INFO O| Sep 07 00:14:47.365 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90852026-09-07T00:14:48.635Z[ recovery-image] Sep 07 00:14:47.374 INFO O| Sep 07 00:14:47.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
90862026-09-07T00:14:48.635Z[ recovery-image] Sep 07 00:14:47.374 INFO O| Sep 07 00:14:47.374 INFO STEP 1047 (remove_files) COMPLETE
90872026-09-07T00:14:48.636Z[ recovery-image] Sep 07 00:14:47.374 INFO O| Sep 07 00:14:47.374 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90882026-09-07T00:14:48.645Z[ recovery-image] Sep 07 00:14:47.384 INFO O| Sep 07 00:14:47.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
90892026-09-07T00:14:48.645Z[ recovery-image] Sep 07 00:14:47.384 INFO O| Sep 07 00:14:47.384 INFO STEP 1048 (remove_files) COMPLETE
90902026-09-07T00:14:48.649Z[ recovery-image] Sep 07 00:14:47.384 INFO O| Sep 07 00:14:47.384 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90912026-09-07T00:14:48.655Z[ recovery-image] Sep 07 00:14:47.394 INFO O| Sep 07 00:14:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90922026-09-07T00:14:48.655Z[ recovery-image] Sep 07 00:14:47.394 INFO O| Sep 07 00:14:47.394 INFO STEP 1049 (remove_files) COMPLETE
90932026-09-07T00:14:48.655Z[ recovery-image] Sep 07 00:14:47.394 INFO O| Sep 07 00:14:47.394 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90942026-09-07T00:14:48.666Z[ recovery-image] Sep 07 00:14:47.405 INFO O| Sep 07 00:14:47.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90952026-09-07T00:14:48.667Z[ recovery-image] Sep 07 00:14:47.405 INFO O| Sep 07 00:14:47.405 INFO STEP 1050 (remove_files) COMPLETE
90962026-09-07T00:14:48.667Z[ recovery-image] Sep 07 00:14:47.405 INFO O| Sep 07 00:14:47.405 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90972026-09-07T00:14:48.676Z[ recovery-image] Sep 07 00:14:47.414 INFO O| Sep 07 00:14:47.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90982026-09-07T00:14:48.676Z[ recovery-image] Sep 07 00:14:47.414 INFO O| Sep 07 00:14:47.414 INFO STEP 1051 (remove_files) COMPLETE
90992026-09-07T00:14:48.676Z[ recovery-image] Sep 07 00:14:47.414 INFO O| Sep 07 00:14:47.414 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91002026-09-07T00:14:48.684Z[ recovery-image] Sep 07 00:14:47.423 INFO O| Sep 07 00:14:47.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
91012026-09-07T00:14:48.684Z[ recovery-image] Sep 07 00:14:47.423 INFO O| Sep 07 00:14:47.423 INFO STEP 1052 (remove_files) COMPLETE
91022026-09-07T00:14:48.684Z[ recovery-image] Sep 07 00:14:47.423 INFO O| Sep 07 00:14:47.423 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91032026-09-07T00:14:48.693Z[ recovery-image] Sep 07 00:14:47.432 INFO O| Sep 07 00:14:47.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
91042026-09-07T00:14:48.693Z[ recovery-image] Sep 07 00:14:47.432 INFO O| Sep 07 00:14:47.432 INFO STEP 1053 (remove_files) COMPLETE
91052026-09-07T00:14:48.693Z[ recovery-image] Sep 07 00:14:47.432 INFO O| Sep 07 00:14:47.432 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91062026-09-07T00:14:48.702Z[ recovery-image] Sep 07 00:14:47.440 INFO O| Sep 07 00:14:47.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
91072026-09-07T00:14:48.702Z[ recovery-image] Sep 07 00:14:47.441 INFO O| Sep 07 00:14:47.441 INFO STEP 1054 (remove_files) COMPLETE
91082026-09-07T00:14:48.702Z[ recovery-image] Sep 07 00:14:47.441 INFO O| Sep 07 00:14:47.441 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91092026-09-07T00:14:48.712Z[ recovery-image] Sep 07 00:14:47.451 INFO O| Sep 07 00:14:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
91102026-09-07T00:14:48.713Z[ recovery-image] Sep 07 00:14:47.451 INFO O| Sep 07 00:14:47.451 INFO STEP 1055 (remove_files) COMPLETE
91112026-09-07T00:14:48.716Z[ recovery-image] Sep 07 00:14:47.451 INFO O| Sep 07 00:14:47.451 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91122026-09-07T00:14:48.723Z[ recovery-image] Sep 07 00:14:47.462 INFO O| Sep 07 00:14:47.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
91132026-09-07T00:14:48.723Z[ recovery-image] Sep 07 00:14:47.462 INFO O| Sep 07 00:14:47.462 INFO STEP 1056 (remove_files) COMPLETE
91142026-09-07T00:14:48.723Z[ recovery-image] Sep 07 00:14:47.462 INFO O| Sep 07 00:14:47.462 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91152026-09-07T00:14:48.737Z[ recovery-image] Sep 07 00:14:47.476 INFO O| Sep 07 00:14:47.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
91162026-09-07T00:14:48.738Z[ recovery-image] Sep 07 00:14:47.476 INFO O| Sep 07 00:14:47.476 INFO STEP 1057 (remove_files) COMPLETE
91172026-09-07T00:14:48.738Z[ recovery-image] Sep 07 00:14:47.476 INFO O| Sep 07 00:14:47.476 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91182026-09-07T00:14:48.747Z[ recovery-image] Sep 07 00:14:47.486 INFO O| Sep 07 00:14:47.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
91192026-09-07T00:14:48.748Z[ recovery-image] Sep 07 00:14:47.486 INFO O| Sep 07 00:14:47.486 INFO STEP 1058 (remove_files) COMPLETE
91202026-09-07T00:14:48.748Z[ recovery-image] Sep 07 00:14:47.486 INFO O| Sep 07 00:14:47.486 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91212026-09-07T00:14:48.756Z[ recovery-image] Sep 07 00:14:47.495 INFO O| Sep 07 00:14:47.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
91222026-09-07T00:14:48.756Z[ recovery-image] Sep 07 00:14:47.495 INFO O| Sep 07 00:14:47.495 INFO STEP 1059 (remove_files) COMPLETE
91232026-09-07T00:14:48.761Z[ recovery-image] Sep 07 00:14:47.495 INFO O| Sep 07 00:14:47.495 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91242026-09-07T00:14:48.766Z[ recovery-image] Sep 07 00:14:47.503 INFO O| Sep 07 00:14:47.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
91252026-09-07T00:14:48.766Z[ recovery-image] Sep 07 00:14:47.503 INFO O| Sep 07 00:14:47.503 INFO STEP 1060 (remove_files) COMPLETE
91262026-09-07T00:14:48.766Z[ recovery-image] Sep 07 00:14:47.503 INFO O| Sep 07 00:14:47.503 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91272026-09-07T00:14:48.774Z[ recovery-image] Sep 07 00:14:47.513 INFO O| Sep 07 00:14:47.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
91282026-09-07T00:14:48.774Z[ recovery-image] Sep 07 00:14:47.513 INFO O| Sep 07 00:14:47.513 INFO STEP 1061 (remove_files) COMPLETE
91292026-09-07T00:14:48.777Z[ recovery-image] Sep 07 00:14:47.513 INFO O| Sep 07 00:14:47.513 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91302026-09-07T00:14:48.784Z[ recovery-image] Sep 07 00:14:47.523 INFO O| Sep 07 00:14:47.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
91312026-09-07T00:14:48.784Z[ recovery-image] Sep 07 00:14:47.523 INFO O| Sep 07 00:14:47.523 INFO STEP 1062 (remove_files) COMPLETE
91322026-09-07T00:14:48.784Z[ recovery-image] Sep 07 00:14:47.523 INFO O| Sep 07 00:14:47.523 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91332026-09-07T00:14:48.794Z[ recovery-image] Sep 07 00:14:47.533 INFO O| Sep 07 00:14:47.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
91342026-09-07T00:14:48.794Z[ recovery-image] Sep 07 00:14:47.533 INFO O| Sep 07 00:14:47.533 INFO STEP 1063 (remove_files) COMPLETE
91352026-09-07T00:14:48.794Z[ recovery-image] Sep 07 00:14:47.533 INFO O| Sep 07 00:14:47.533 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91362026-09-07T00:14:48.803Z[ recovery-image] Sep 07 00:14:47.542 INFO O| Sep 07 00:14:47.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
91372026-09-07T00:14:48.803Z[ recovery-image] Sep 07 00:14:47.542 INFO O| Sep 07 00:14:47.542 INFO STEP 1064 (remove_files) COMPLETE
91382026-09-07T00:14:48.809Z[ recovery-image] Sep 07 00:14:47.542 INFO O| Sep 07 00:14:47.542 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91392026-09-07T00:14:48.813Z[ recovery-image] Sep 07 00:14:47.551 INFO O| Sep 07 00:14:47.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
91402026-09-07T00:14:48.813Z[ recovery-image] Sep 07 00:14:47.551 INFO O| Sep 07 00:14:47.551 INFO STEP 1065 (remove_files) COMPLETE
91412026-09-07T00:14:48.813Z[ recovery-image] Sep 07 00:14:47.551 INFO O| Sep 07 00:14:47.551 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91422026-09-07T00:14:48.822Z[ recovery-image] Sep 07 00:14:47.560 INFO O| Sep 07 00:14:47.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
91432026-09-07T00:14:48.822Z[ recovery-image] Sep 07 00:14:47.561 INFO O| Sep 07 00:14:47.561 INFO STEP 1066 (remove_files) COMPLETE
91442026-09-07T00:14:48.822Z[ recovery-image] Sep 07 00:14:47.561 INFO O| Sep 07 00:14:47.561 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91452026-09-07T00:14:48.831Z[ recovery-image] Sep 07 00:14:47.570 INFO O| Sep 07 00:14:47.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
91462026-09-07T00:14:48.831Z[ recovery-image] Sep 07 00:14:47.570 INFO O| Sep 07 00:14:47.570 INFO STEP 1067 (remove_files) COMPLETE
91472026-09-07T00:14:48.835Z[ recovery-image] Sep 07 00:14:47.570 INFO O| Sep 07 00:14:47.570 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91482026-09-07T00:14:48.840Z[ recovery-image] Sep 07 00:14:47.579 INFO O| Sep 07 00:14:47.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
91492026-09-07T00:14:48.844Z[ recovery-image] Sep 07 00:14:47.579 INFO O| Sep 07 00:14:47.579 INFO STEP 1068 (remove_files) COMPLETE
91502026-09-07T00:14:48.844Z[ recovery-image] Sep 07 00:14:47.579 INFO O| Sep 07 00:14:47.579 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91512026-09-07T00:14:48.849Z[ recovery-image] Sep 07 00:14:47.588 INFO O| Sep 07 00:14:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
91522026-09-07T00:14:48.850Z[ recovery-image] Sep 07 00:14:47.588 INFO O| Sep 07 00:14:47.588 INFO STEP 1069 (remove_files) COMPLETE
91532026-09-07T00:14:48.854Z[ recovery-image] Sep 07 00:14:47.588 INFO O| Sep 07 00:14:47.588 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91542026-09-07T00:14:48.858Z[ recovery-image] Sep 07 00:14:47.597 INFO O| Sep 07 00:14:47.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
91552026-09-07T00:14:48.858Z[ recovery-image] Sep 07 00:14:47.597 INFO O| Sep 07 00:14:47.597 INFO STEP 1070 (remove_files) COMPLETE
91562026-09-07T00:14:48.858Z[ recovery-image] Sep 07 00:14:47.597 INFO O| Sep 07 00:14:47.597 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91572026-09-07T00:14:48.866Z[ recovery-image] Sep 07 00:14:47.605 INFO O| Sep 07 00:14:47.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
91582026-09-07T00:14:48.866Z[ recovery-image] Sep 07 00:14:47.605 INFO O| Sep 07 00:14:47.605 INFO STEP 1071 (remove_files) COMPLETE
91592026-09-07T00:14:48.870Z[ recovery-image] Sep 07 00:14:47.605 INFO O| Sep 07 00:14:47.605 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91602026-09-07T00:14:48.874Z[ recovery-image] Sep 07 00:14:47.613 INFO O| Sep 07 00:14:47.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
91612026-09-07T00:14:48.874Z[ recovery-image] Sep 07 00:14:47.613 INFO O| Sep 07 00:14:47.613 INFO STEP 1072 (remove_files) COMPLETE
91622026-09-07T00:14:48.879Z[ recovery-image] Sep 07 00:14:47.613 INFO O| Sep 07 00:14:47.613 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91632026-09-07T00:14:48.883Z[ recovery-image] Sep 07 00:14:47.622 INFO O| Sep 07 00:14:47.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
91642026-09-07T00:14:48.883Z[ recovery-image] Sep 07 00:14:47.622 INFO O| Sep 07 00:14:47.622 INFO STEP 1073 (remove_files) COMPLETE
91652026-09-07T00:14:48.883Z[ recovery-image] Sep 07 00:14:47.622 INFO O| Sep 07 00:14:47.622 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91662026-09-07T00:14:48.893Z[ recovery-image] Sep 07 00:14:47.632 INFO O| Sep 07 00:14:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
91672026-09-07T00:14:48.894Z[ recovery-image] Sep 07 00:14:47.632 INFO O| Sep 07 00:14:47.632 INFO STEP 1074 (remove_files) COMPLETE
91682026-09-07T00:14:48.898Z[ recovery-image] Sep 07 00:14:47.632 INFO O| Sep 07 00:14:47.632 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91692026-09-07T00:14:48.903Z[ recovery-image] Sep 07 00:14:47.642 INFO O| Sep 07 00:14:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
91702026-09-07T00:14:48.903Z[ recovery-image] Sep 07 00:14:47.642 INFO O| Sep 07 00:14:47.642 INFO STEP 1075 (remove_files) COMPLETE
91712026-09-07T00:14:48.904Z[ recovery-image] Sep 07 00:14:47.642 INFO O| Sep 07 00:14:47.642 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91722026-09-07T00:14:48.913Z[ recovery-image] Sep 07 00:14:47.651 INFO O| Sep 07 00:14:47.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91732026-09-07T00:14:48.913Z[ recovery-image] Sep 07 00:14:47.651 INFO O| Sep 07 00:14:47.651 INFO STEP 1076 (remove_files) COMPLETE
91742026-09-07T00:14:48.913Z[ recovery-image] Sep 07 00:14:47.651 INFO O| Sep 07 00:14:47.651 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91752026-09-07T00:14:48.924Z[ recovery-image] Sep 07 00:14:47.663 INFO O| Sep 07 00:14:47.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91762026-09-07T00:14:48.924Z[ recovery-image] Sep 07 00:14:47.663 INFO O| Sep 07 00:14:47.663 INFO STEP 1077 (remove_files) COMPLETE
91772026-09-07T00:14:48.924Z[ recovery-image] Sep 07 00:14:47.663 INFO O| Sep 07 00:14:47.663 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91782026-09-07T00:14:48.934Z[ recovery-image] Sep 07 00:14:47.673 INFO O| Sep 07 00:14:47.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91792026-09-07T00:14:48.935Z[ recovery-image] Sep 07 00:14:47.673 INFO O| Sep 07 00:14:47.673 INFO STEP 1078 (remove_files) COMPLETE
91802026-09-07T00:14:48.935Z[ recovery-image] Sep 07 00:14:47.673 INFO O| Sep 07 00:14:47.673 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91812026-09-07T00:14:48.943Z[ recovery-image] Sep 07 00:14:47.682 INFO O| Sep 07 00:14:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91822026-09-07T00:14:48.943Z[ recovery-image] Sep 07 00:14:47.682 INFO O| Sep 07 00:14:47.682 INFO STEP 1079 (remove_files) COMPLETE
91832026-09-07T00:14:48.943Z[ recovery-image] Sep 07 00:14:47.682 INFO O| Sep 07 00:14:47.682 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91842026-09-07T00:14:48.952Z[ recovery-image] Sep 07 00:14:47.691 INFO O| Sep 07 00:14:47.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
91852026-09-07T00:14:48.952Z[ recovery-image] Sep 07 00:14:47.691 INFO O| Sep 07 00:14:47.691 INFO STEP 1080 (remove_files) COMPLETE
91862026-09-07T00:14:48.956Z[ recovery-image] Sep 07 00:14:47.691 INFO O| Sep 07 00:14:47.691 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91872026-09-07T00:14:48.961Z[ recovery-image] Sep 07 00:14:47.700 INFO O| Sep 07 00:14:47.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
91882026-09-07T00:14:48.961Z[ recovery-image] Sep 07 00:14:47.700 INFO O| Sep 07 00:14:47.700 INFO STEP 1081 (remove_files) COMPLETE
91892026-09-07T00:14:48.961Z[ recovery-image] Sep 07 00:14:47.700 INFO O| Sep 07 00:14:47.700 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91902026-09-07T00:14:48.971Z[ recovery-image] Sep 07 00:14:47.709 INFO O| Sep 07 00:14:47.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91912026-09-07T00:14:48.971Z[ recovery-image] Sep 07 00:14:47.709 INFO O| Sep 07 00:14:47.709 INFO STEP 1082 (remove_files) COMPLETE
91922026-09-07T00:14:48.971Z[ recovery-image] Sep 07 00:14:47.709 INFO O| Sep 07 00:14:47.709 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91932026-09-07T00:14:48.980Z[ recovery-image] Sep 07 00:14:47.719 INFO O| Sep 07 00:14:47.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91942026-09-07T00:14:48.980Z[ recovery-image] Sep 07 00:14:47.719 INFO O| Sep 07 00:14:47.719 INFO STEP 1083 (remove_files) COMPLETE
91952026-09-07T00:14:48.980Z[ recovery-image] Sep 07 00:14:47.719 INFO O| Sep 07 00:14:47.719 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91962026-09-07T00:14:48.991Z[ recovery-image] Sep 07 00:14:47.730 INFO O| Sep 07 00:14:47.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91972026-09-07T00:14:48.991Z[ recovery-image] Sep 07 00:14:47.730 INFO O| Sep 07 00:14:47.730 INFO STEP 1084 (remove_files) COMPLETE
91982026-09-07T00:14:48.991Z[ recovery-image] Sep 07 00:14:47.730 INFO O| Sep 07 00:14:47.730 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91992026-09-07T00:14:49.003Z[ recovery-image] Sep 07 00:14:47.742 INFO O| Sep 07 00:14:47.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
92002026-09-07T00:14:49.003Z[ recovery-image] Sep 07 00:14:47.742 INFO O| Sep 07 00:14:47.742 INFO STEP 1085 (remove_files) COMPLETE
92012026-09-07T00:14:49.003Z[ recovery-image] Sep 07 00:14:47.742 INFO O| Sep 07 00:14:47.742 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92022026-09-07T00:14:49.013Z[ recovery-image] Sep 07 00:14:47.752 INFO O| Sep 07 00:14:47.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
92032026-09-07T00:14:49.013Z[ recovery-image] Sep 07 00:14:47.752 INFO O| Sep 07 00:14:47.752 INFO STEP 1086 (remove_files) COMPLETE
92042026-09-07T00:14:49.017Z[ recovery-image] Sep 07 00:14:47.752 INFO O| Sep 07 00:14:47.752 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92052026-09-07T00:14:49.023Z[ recovery-image] Sep 07 00:14:47.761 INFO O| Sep 07 00:14:47.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
92062026-09-07T00:14:49.023Z[ recovery-image] Sep 07 00:14:47.761 INFO O| Sep 07 00:14:47.761 INFO STEP 1087 (remove_files) COMPLETE
92072026-09-07T00:14:49.027Z[ recovery-image] Sep 07 00:14:47.761 INFO O| Sep 07 00:14:47.761 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92082026-09-07T00:14:49.031Z[ recovery-image] Sep 07 00:14:47.770 INFO O| Sep 07 00:14:47.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
92092026-09-07T00:14:49.031Z[ recovery-image] Sep 07 00:14:47.770 INFO O| Sep 07 00:14:47.770 INFO STEP 1088 (remove_files) COMPLETE
92102026-09-07T00:14:49.035Z[ recovery-image] Sep 07 00:14:47.770 INFO O| Sep 07 00:14:47.770 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92112026-09-07T00:14:49.040Z[ recovery-image] Sep 07 00:14:47.779 INFO O| Sep 07 00:14:47.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
92122026-09-07T00:14:49.040Z[ recovery-image] Sep 07 00:14:47.779 INFO O| Sep 07 00:14:47.779 INFO STEP 1089 (remove_files) COMPLETE
92132026-09-07T00:14:49.040Z[ recovery-image] Sep 07 00:14:47.779 INFO O| Sep 07 00:14:47.779 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92142026-09-07T00:14:49.050Z[ recovery-image] Sep 07 00:14:47.788 INFO O| Sep 07 00:14:47.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
92152026-09-07T00:14:49.050Z[ recovery-image] Sep 07 00:14:47.788 INFO O| Sep 07 00:14:47.788 INFO STEP 1090 (remove_files) COMPLETE
92162026-09-07T00:14:49.050Z[ recovery-image] Sep 07 00:14:47.788 INFO O| Sep 07 00:14:47.788 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92172026-09-07T00:14:49.060Z[ recovery-image] Sep 07 00:14:47.799 INFO O| Sep 07 00:14:47.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
92182026-09-07T00:14:49.060Z[ recovery-image] Sep 07 00:14:47.799 INFO O| Sep 07 00:14:47.799 INFO STEP 1091 (remove_files) COMPLETE
92192026-09-07T00:14:49.064Z[ recovery-image] Sep 07 00:14:47.799 INFO O| Sep 07 00:14:47.799 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92202026-09-07T00:14:49.069Z[ recovery-image] Sep 07 00:14:47.808 INFO O| Sep 07 00:14:47.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
92212026-09-07T00:14:49.069Z[ recovery-image] Sep 07 00:14:47.808 INFO O| Sep 07 00:14:47.808 INFO STEP 1092 (remove_files) COMPLETE
92222026-09-07T00:14:49.072Z[ recovery-image] Sep 07 00:14:47.808 INFO O| Sep 07 00:14:47.808 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92232026-09-07T00:14:49.078Z[ recovery-image] Sep 07 00:14:47.816 INFO O| Sep 07 00:14:47.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
92242026-09-07T00:14:49.078Z[ recovery-image] Sep 07 00:14:47.817 INFO O| Sep 07 00:14:47.816 INFO STEP 1093 (remove_files) COMPLETE
92252026-09-07T00:14:49.082Z[ recovery-image] Sep 07 00:14:47.817 INFO O| Sep 07 00:14:47.817 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92262026-09-07T00:14:49.090Z[ recovery-image] Sep 07 00:14:47.829 INFO O| Sep 07 00:14:47.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
92272026-09-07T00:14:49.091Z[ recovery-image] Sep 07 00:14:47.829 INFO O| Sep 07 00:14:47.829 INFO STEP 1094 (remove_files) COMPLETE
92282026-09-07T00:14:49.091Z[ recovery-image] Sep 07 00:14:47.829 INFO O| Sep 07 00:14:47.829 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92292026-09-07T00:14:49.100Z[ recovery-image] Sep 07 00:14:47.839 INFO O| Sep 07 00:14:47.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
92302026-09-07T00:14:49.101Z[ recovery-image] Sep 07 00:14:47.839 INFO O| Sep 07 00:14:47.839 INFO STEP 1095 (remove_files) COMPLETE
92312026-09-07T00:14:49.104Z[ recovery-image] Sep 07 00:14:47.839 INFO O| Sep 07 00:14:47.839 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92322026-09-07T00:14:49.111Z[ recovery-image] Sep 07 00:14:47.850 INFO O| Sep 07 00:14:47.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
92332026-09-07T00:14:49.111Z[ recovery-image] Sep 07 00:14:47.850 INFO O| Sep 07 00:14:47.850 INFO STEP 1096 (remove_files) COMPLETE
92342026-09-07T00:14:49.115Z[ recovery-image] Sep 07 00:14:47.850 INFO O| Sep 07 00:14:47.850 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92352026-09-07T00:14:49.121Z[ recovery-image] Sep 07 00:14:47.859 INFO O| Sep 07 00:14:47.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
92362026-09-07T00:14:49.121Z[ recovery-image] Sep 07 00:14:47.859 INFO O| Sep 07 00:14:47.859 INFO STEP 1097 (remove_files) COMPLETE
92372026-09-07T00:14:49.121Z[ recovery-image] Sep 07 00:14:47.859 INFO O| Sep 07 00:14:47.859 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92382026-09-07T00:14:49.132Z[ recovery-image] Sep 07 00:14:47.870 INFO O| Sep 07 00:14:47.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
92392026-09-07T00:14:49.132Z[ recovery-image] Sep 07 00:14:47.870 INFO O| Sep 07 00:14:47.870 INFO STEP 1098 (remove_files) COMPLETE
92402026-09-07T00:14:49.136Z[ recovery-image] Sep 07 00:14:47.870 INFO O| Sep 07 00:14:47.870 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92412026-09-07T00:14:49.144Z[ recovery-image] Sep 07 00:14:47.879 INFO O| Sep 07 00:14:47.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
92422026-09-07T00:14:49.145Z[ recovery-image] Sep 07 00:14:47.879 INFO O| Sep 07 00:14:47.879 INFO STEP 1099 (remove_files) COMPLETE
92432026-09-07T00:14:49.145Z[ recovery-image] Sep 07 00:14:47.879 INFO O| Sep 07 00:14:47.879 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92442026-09-07T00:14:49.152Z[ recovery-image] Sep 07 00:14:47.891 INFO O| Sep 07 00:14:47.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
92452026-09-07T00:14:49.152Z[ recovery-image] Sep 07 00:14:47.891 INFO O| Sep 07 00:14:47.891 INFO STEP 1100 (remove_files) COMPLETE
92462026-09-07T00:14:49.152Z[ recovery-image] Sep 07 00:14:47.891 INFO O| Sep 07 00:14:47.891 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92472026-09-07T00:14:49.164Z[ recovery-image] Sep 07 00:14:47.903 INFO O| Sep 07 00:14:47.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
92482026-09-07T00:14:49.164Z[ recovery-image] Sep 07 00:14:47.903 INFO O| Sep 07 00:14:47.903 INFO STEP 1101 (remove_files) COMPLETE
92492026-09-07T00:14:49.164Z[ recovery-image] Sep 07 00:14:47.903 INFO O| Sep 07 00:14:47.903 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92502026-09-07T00:14:49.177Z[ recovery-image] Sep 07 00:14:47.915 INFO O| Sep 07 00:14:47.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
92512026-09-07T00:14:49.177Z[ recovery-image] Sep 07 00:14:47.915 INFO O| Sep 07 00:14:47.915 INFO STEP 1102 (remove_files) COMPLETE
92522026-09-07T00:14:49.177Z[ recovery-image] Sep 07 00:14:47.915 INFO O| Sep 07 00:14:47.915 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92532026-09-07T00:14:49.187Z[ recovery-image] Sep 07 00:14:47.926 INFO O| Sep 07 00:14:47.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
92542026-09-07T00:14:49.187Z[ recovery-image] Sep 07 00:14:47.926 INFO O| Sep 07 00:14:47.926 INFO STEP 1103 (remove_files) COMPLETE
92552026-09-07T00:14:49.187Z[ recovery-image] Sep 07 00:14:47.926 INFO O| Sep 07 00:14:47.926 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92562026-09-07T00:14:49.198Z[ recovery-image] Sep 07 00:14:47.936 INFO O| Sep 07 00:14:47.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
92572026-09-07T00:14:49.201Z[ recovery-image] Sep 07 00:14:47.937 INFO O| Sep 07 00:14:47.937 INFO STEP 1104 (remove_files) COMPLETE
92582026-09-07T00:14:49.202Z[ recovery-image] Sep 07 00:14:47.937 INFO O| Sep 07 00:14:47.937 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92592026-09-07T00:14:49.209Z[ recovery-image] Sep 07 00:14:47.947 INFO O| Sep 07 00:14:47.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
92602026-09-07T00:14:49.210Z[ recovery-image] Sep 07 00:14:47.947 INFO O| Sep 07 00:14:47.947 INFO STEP 1105 (remove_files) COMPLETE
92612026-09-07T00:14:49.210Z[ recovery-image] Sep 07 00:14:47.947 INFO O| Sep 07 00:14:47.947 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92622026-09-07T00:14:49.219Z[ recovery-image] Sep 07 00:14:47.958 INFO O| Sep 07 00:14:47.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
92632026-09-07T00:14:49.219Z[ recovery-image] Sep 07 00:14:47.958 INFO O| Sep 07 00:14:47.958 INFO STEP 1106 (remove_files) COMPLETE
92642026-09-07T00:14:49.223Z[ recovery-image] Sep 07 00:14:47.958 INFO O| Sep 07 00:14:47.958 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92652026-09-07T00:14:49.229Z[ recovery-image] Sep 07 00:14:47.968 INFO O| Sep 07 00:14:47.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
92662026-09-07T00:14:49.229Z[ recovery-image] Sep 07 00:14:47.968 INFO O| Sep 07 00:14:47.968 INFO STEP 1107 (remove_files) COMPLETE
92672026-09-07T00:14:49.233Z[ recovery-image] Sep 07 00:14:47.968 INFO O| Sep 07 00:14:47.968 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92682026-09-07T00:14:49.238Z[ recovery-image] Sep 07 00:14:47.977 INFO O| Sep 07 00:14:47.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92692026-09-07T00:14:49.238Z[ recovery-image] Sep 07 00:14:47.977 INFO O| Sep 07 00:14:47.977 INFO STEP 1108 (remove_files) COMPLETE
92702026-09-07T00:14:49.242Z[ recovery-image] Sep 07 00:14:47.977 INFO O| Sep 07 00:14:47.977 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92712026-09-07T00:14:49.246Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92722026-09-07T00:14:49.250Z[ recovery-image] Sep 07 00:14:47.987 INFO O| Sep 07 00:14:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92732026-09-07T00:14:49.250Z[ recovery-image] Sep 07 00:14:47.987 INFO O| Sep 07 00:14:47.987 INFO STEP 1109 (remove_files) COMPLETE
92742026-09-07T00:14:49.250Z[ recovery-image] Sep 07 00:14:47.987 INFO O| Sep 07 00:14:47.987 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92752026-09-07T00:14:49.259Z[ recovery-image] Sep 07 00:14:47.997 INFO O| Sep 07 00:14:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92762026-09-07T00:14:49.259Z[ recovery-image] Sep 07 00:14:47.997 INFO O| Sep 07 00:14:47.997 INFO STEP 1110 (remove_files) COMPLETE
92772026-09-07T00:14:49.259Z[ recovery-image] Sep 07 00:14:47.997 INFO O| Sep 07 00:14:47.997 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92782026-09-07T00:14:49.268Z[ recovery-image] Sep 07 00:14:48.007 INFO O| Sep 07 00:14:48.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92792026-09-07T00:14:49.268Z[ recovery-image] Sep 07 00:14:48.007 INFO O| Sep 07 00:14:48.007 INFO STEP 1111 (remove_files) COMPLETE
92802026-09-07T00:14:49.268Z[ recovery-image] Sep 07 00:14:48.007 INFO O| Sep 07 00:14:48.007 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92812026-09-07T00:14:49.277Z[ recovery-image] Sep 07 00:14:48.016 INFO O| Sep 07 00:14:48.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92822026-09-07T00:14:49.277Z[ recovery-image] Sep 07 00:14:48.016 INFO O| Sep 07 00:14:48.016 INFO STEP 1112 (remove_files) COMPLETE
92832026-09-07T00:14:49.277Z[ recovery-image] Sep 07 00:14:48.016 INFO O| Sep 07 00:14:48.016 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92842026-09-07T00:14:49.287Z[ recovery-image] Sep 07 00:14:48.026 INFO O| Sep 07 00:14:48.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
92852026-09-07T00:14:49.287Z[ recovery-image] Sep 07 00:14:48.026 INFO O| Sep 07 00:14:48.026 INFO STEP 1113 (remove_files) COMPLETE
92862026-09-07T00:14:49.288Z[ recovery-image] Sep 07 00:14:48.026 INFO O| Sep 07 00:14:48.026 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92872026-09-07T00:14:49.296Z[ recovery-image] Sep 07 00:14:48.035 INFO O| Sep 07 00:14:48.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
92882026-09-07T00:14:49.297Z[ recovery-image] Sep 07 00:14:48.035 INFO O| Sep 07 00:14:48.035 INFO STEP 1114 (remove_files) COMPLETE
92892026-09-07T00:14:49.297Z[ recovery-image] Sep 07 00:14:48.035 INFO O| Sep 07 00:14:48.035 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92902026-09-07T00:14:49.305Z[ recovery-image] Sep 07 00:14:48.044 INFO O| Sep 07 00:14:48.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92912026-09-07T00:14:49.305Z[ recovery-image] Sep 07 00:14:48.044 INFO O| Sep 07 00:14:48.044 INFO STEP 1115 (remove_files) COMPLETE
92922026-09-07T00:14:49.309Z[ recovery-image] Sep 07 00:14:48.044 INFO O| Sep 07 00:14:48.044 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92932026-09-07T00:14:49.314Z[ recovery-image] Sep 07 00:14:48.053 INFO O| Sep 07 00:14:48.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92942026-09-07T00:14:49.314Z[ recovery-image] Sep 07 00:14:48.054 INFO O| Sep 07 00:14:48.054 INFO STEP 1116 (remove_files) COMPLETE
92952026-09-07T00:14:49.314Z[ recovery-image] Sep 07 00:14:48.054 INFO O| Sep 07 00:14:48.054 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92962026-09-07T00:14:49.325Z[ recovery-image] Sep 07 00:14:48.064 INFO O| Sep 07 00:14:48.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92972026-09-07T00:14:49.325Z[ recovery-image] Sep 07 00:14:48.064 INFO O| Sep 07 00:14:48.064 INFO STEP 1117 (remove_files) COMPLETE
92982026-09-07T00:14:49.326Z[ recovery-image] Sep 07 00:14:48.064 INFO O| Sep 07 00:14:48.064 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92992026-09-07T00:14:49.344Z[ recovery-image] Sep 07 00:14:48.082 INFO O| Sep 07 00:14:48.082 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
93002026-09-07T00:14:49.344Z[ recovery-image] Sep 07 00:14:48.082 INFO O| Sep 07 00:14:48.082 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
93012026-09-07T00:14:49.405Z[verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
93022026-09-07T00:14:50.187Z[ recovery-image] Sep 07 00:14:48.926 INFO O| Sep 07 00:14:48.926 INFO STEP 1118 (pack_tar) COMPLETE
93032026-09-07T00:14:50.187Z[ recovery-image] Sep 07 00:14:48.926 INFO O| Sep 07 00:14:48.926 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
93042026-09-07T00:14:50.187Z[ recovery-image] Sep 07 00:14:48.926 INFO O| Sep 07 00:14:48.926 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
93052026-09-07T00:14:50.554Z[ recovery-image] Sep 07 00:14:49.293 INFO O| Sep 07 00:14:49.293 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
93062026-09-07T00:14:50.680Z[ recovery-image] Sep 07 00:14:49.420 INFO O| Sep 07 00:14:49.419 INFO completed processing sled/ramdisk-03-recovery-trim
93072026-09-07T00:14:50.684Z[ recovery-image] Sep 07 00:14:49.423 INFO image builder template: zfs-recovery...
93082026-09-07T00:14:50.684Z[ recovery-image] Sep 07 00:14:49.423 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/.tmpU0YlLe/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
93092026-09-07T00:14:50.712Z[ recovery-image] Sep 07 00:14:49.451 INFO O| Sep 07 00:14:49.450 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
93102026-09-07T00:14:50.715Z[ recovery-image] Sep 07 00:14:49.454 INFO O| Sep 07 00:14:49.454 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93112026-09-07T00:14:50.831Z[ recovery-image] Sep 07 00:14:49.570 INFO O| Sep 07 00:14:49.569 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
93122026-09-07T00:14:50.935Z[ recovery-image] Sep 07 00:14:49.674 INFO O| Sep 07 00:14:49.674 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
93132026-09-07T00:14:50.935Z[ recovery-image] Sep 07 00:14:49.674 INFO O| Sep 07 00:14:49.674 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
93142026-09-07T00:14:50.944Z[ recovery-image] Sep 07 00:14:49.680 INFO O| Sep 07 00:14:49.679 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93152026-09-07T00:14:50.986Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
93162026-09-07T00:14:51.057Z[ recovery-image] Sep 07 00:14:49.796 INFO O| Sep 07 00:14:49.796 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
93172026-09-07T00:14:51.138Z[ recovery-image] Sep 07 00:14:49.877 INFO O| Sep 07 00:14:49.876 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
93182026-09-07T00:14:51.147Z[ recovery-image] Sep 07 00:14:49.886 INFO O| Sep 07 00:14:49.886 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93192026-09-07T00:14:51.150Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
93202026-09-07T00:14:51.153Z[ recovery-image] Sep 07 00:14:49.890 INFO O| Sep 07 00:14:49.890 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
93212026-09-07T00:14:51.153Z[ recovery-image] Sep 07 00:14:49.892 INFO O| Sep 07 00:14:49.892 INFO no lofi found
93222026-09-07T00:14:51.153Z[ recovery-image] Sep 07 00:14:49.892 INFO O| Sep 07 00:14:49.892 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
93232026-09-07T00:14:51.153Z[ recovery-image] Sep 07 00:14:49.892 INFO O| Sep 07 00:14:49.892 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93242026-09-07T00:14:51.683Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
93252026-09-07T00:14:51.688Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
93262026-09-07T00:14:51.823Z[ host-image] Sep 07 00:14:50.559 INFO O| adding properties...
93272026-09-07T00:14:51.889Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
93282026-09-07T00:14:52.208Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
93292026-09-07T00:14:52.323Z[verify-libraries] Compiling multimap v0.10.1
93302026-09-07T00:14:52.361Z[verify-libraries] Compiling termios v0.3.3
93312026-09-07T00:14:52.518Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
93322026-09-07T00:14:52.638Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
93332026-09-07T00:14:52.807Z[ host-image] Sep 07 00:14:51.541 INFO O| installing packages...
93342026-09-07T00:14:53.263Z[ recovery-image] Sep 07 00:14:52.001 INFO O| Sep 07 00:14:52.001 INFO lofi device = /dev/dsk/c2t1d0p0
93352026-09-07T00:14:53.263Z[ recovery-image] Sep 07 00:14:52.001 INFO O| Sep 07 00:14:52.001 INFO pool device = /dev/dsk/c2t1d0p0
93362026-09-07T00:14:53.268Z[ recovery-image] Sep 07 00:14:52.001 INFO O| Sep 07 00:14:52.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"]
93372026-09-07T00:14:53.392Z[ recovery-image] Sep 07 00:14:52.131 INFO O| Sep 07 00:14:52.131 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93382026-09-07T00:14:53.393Z[ recovery-image] Sep 07 00:14:52.132 INFO O| Sep 07 00:14:52.131 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
93392026-09-07T00:14:53.419Z[ recovery-image] Sep 07 00:14:52.158 INFO O| Sep 07 00:14:52.158 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
93402026-09-07T00:14:53.501Z[ recovery-image] Sep 07 00:14:52.240 INFO O| Sep 07 00:14:52.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
93412026-09-07T00:14:53.541Z[ recovery-image] Sep 07 00:14:52.273 INFO O| Sep 07 00:14:52.273 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
93422026-09-07T00:14:53.556Z[ recovery-image] Sep 07 00:14:52.294 INFO O| Sep 07 00:14:52.294 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93432026-09-07T00:14:53.572Z[ recovery-image] Sep 07 00:14:52.311 INFO O| Sep 07 00:14:52.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93442026-09-07T00:14:53.617Z[ recovery-image] Sep 07 00:14:52.356 INFO O| Sep 07 00:14:52.356 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93452026-09-07T00:14:53.617Z[ recovery-image] Sep 07 00:14:52.356 INFO O| Sep 07 00:14:52.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93462026-09-07T00:14:53.617Z[ recovery-image] Sep 07 00:14:52.356 INFO O| Sep 07 00:14:52.356 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93472026-09-07T00:14:53.625Z[ recovery-image] Sep 07 00:14:52.365 INFO O| Sep 07 00:14:52.365 INFO boot environment UUID: 8c17d842-642d-49b7-8259-9527f70d128c
93482026-09-07T00:14:53.626Z[ recovery-image] Sep 07 00:14:52.365 INFO O| Sep 07 00:14:52.365 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8c17d842-642d-49b7-8259-9527f70d128c
93492026-09-07T00:14:53.645Z[ recovery-image] Sep 07 00:14:52.381 INFO O| Sep 07 00:14:52.381 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93502026-09-07T00:14:53.660Z[ recovery-image] Sep 07 00:14:52.399 INFO O| Sep 07 00:14:52.399 INFO STEP 0 (create_be) COMPLETE
93512026-09-07T00:14:53.660Z[ recovery-image] Sep 07 00:14:52.399 INFO O| Sep 07 00:14:52.399 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93522026-09-07T00:14:53.676Z[ recovery-image] Sep 07 00:14:52.415 INFO O| Sep 07 00:14:52.415 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"]
93532026-09-07T00:14:55.322Z[verify-libraries] Compiling polar-core v0.27.3
93542026-09-07T00:14:58.911Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93552026-09-07T00:15:02.691Z[ recovery-image] Sep 07 00:15:01.429 INFO O| Sep 07 00:15:01.429 INFO STEP 1 (unpack_tar) COMPLETE
93562026-09-07T00:15:02.691Z[ recovery-image] Sep 07 00:15:01.429 INFO O| Sep 07 00:15:01.429 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93572026-09-07T00:15:03.030Z[ recovery-image] Sep 07 00:15:01.768 INFO O| Sep 07 00:15:01.768 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93582026-09-07T00:15:03.504Z[ recovery-image] Sep 07 00:15:02.243 INFO O| Sep 07 00:15:02.243 INFO STEP 2 (devfsadm) COMPLETE
93592026-09-07T00:15:03.504Z[ recovery-image] Sep 07 00:15:02.243 INFO O| Sep 07 00:15:02.243 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93602026-09-07T00:15:03.517Z[ recovery-image] Sep 07 00:15:02.255 INFO O| Sep 07 00:15:02.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93612026-09-07T00:15:03.520Z[ recovery-image] Sep 07 00:15:02.255 INFO O| Sep 07 00:15:02.255 INFO STEP 3 (ensure_dir) COMPLETE
93622026-09-07T00:15:03.521Z[ recovery-image] Sep 07 00:15:02.255 INFO O| Sep 07 00:15:02.255 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93632026-09-07T00:15:03.527Z[ recovery-image] Sep 07 00:15:02.266 INFO O| Sep 07 00:15:02.266 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93642026-09-07T00:15:03.527Z[ recovery-image] Sep 07 00:15:02.266 INFO O| Sep 07 00:15:02.266 INFO STEP 4 (ensure_dir) COMPLETE
93652026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.266 INFO O| Sep 07 00:15:02.266 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93662026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.277 INFO O| Sep 07 00:15:02.276 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93672026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.277 INFO O| Sep 07 00:15:02.277 INFO STEP 5 (ensure_dir) COMPLETE
93682026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.277 INFO O| Sep 07 00:15:02.277 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93692026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.287 INFO O| Sep 07 00:15:02.287 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93702026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.287 INFO O| Sep 07 00:15:02.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93712026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.287 INFO O| Sep 07 00:15:02.287 INFO STEP 6 (ensure_dir) COMPLETE
93722026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.287 INFO O| Sep 07 00:15:02.287 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93732026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.297 INFO O| Sep 07 00:15:02.297 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93742026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.297 INFO O| Sep 07 00:15:02.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93752026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.297 INFO O| Sep 07 00:15:02.297 INFO STEP 7 (ensure_dir) COMPLETE
93762026-09-07T00:15:03.566Z[ recovery-image] Sep 07 00:15:02.297 INFO O| Sep 07 00:15:02.297 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93772026-09-07T00:15:03.571Z[ recovery-image] Sep 07 00:15:02.307 INFO O| Sep 07 00:15:02.307 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93782026-09-07T00:15:03.571Z[ recovery-image] Sep 07 00:15:02.307 INFO O| Sep 07 00:15:02.307 INFO STEP 8 (remove_files) COMPLETE
93792026-09-07T00:15:03.571Z[ recovery-image] Sep 07 00:15:02.307 INFO O| Sep 07 00:15:02.307 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93802026-09-07T00:15:03.578Z[ recovery-image] Sep 07 00:15:02.317 INFO O| Sep 07 00:15:02.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93812026-09-07T00:15:03.582Z[ recovery-image] Sep 07 00:15:02.318 INFO O| Sep 07 00:15:02.318 INFO STEP 9 (remove_files) COMPLETE
93822026-09-07T00:15:03.582Z[ recovery-image] Sep 07 00:15:02.318 INFO O| Sep 07 00:15:02.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93832026-09-07T00:15:03.590Z[ recovery-image] Sep 07 00:15:02.328 INFO O| Sep 07 00:15:02.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
93842026-09-07T00:15:03.594Z[ recovery-image] Sep 07 00:15:02.329 INFO O| Sep 07 00:15:02.329 INFO STEP 10 (remove_files) COMPLETE
93852026-09-07T00:15:03.594Z[ recovery-image] Sep 07 00:15:02.329 INFO O| Sep 07 00:15:02.329 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93862026-09-07T00:15:03.606Z[ recovery-image] Sep 07 00:15:02.342 INFO O| Sep 07 00:15:02.342 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
93872026-09-07T00:15:03.606Z[ recovery-image] Sep 07 00:15:02.342 INFO O| Sep 07 00:15:02.342 INFO STEP 11 (remove_files) COMPLETE
93882026-09-07T00:15:03.606Z[ recovery-image] Sep 07 00:15:02.342 INFO O| Sep 07 00:15:02.342 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93892026-09-07T00:15:03.620Z[ recovery-image] Sep 07 00:15:02.354 INFO O| Sep 07 00:15:02.354 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
93902026-09-07T00:15:03.620Z[ recovery-image] Sep 07 00:15:02.354 INFO O| Sep 07 00:15:02.354 INFO STEP 12 (remove_files) COMPLETE
93912026-09-07T00:15:03.620Z[ recovery-image] Sep 07 00:15:02.354 INFO O| Sep 07 00:15:02.354 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93922026-09-07T00:15:03.626Z[ recovery-image] Sep 07 00:15:02.365 INFO O| Sep 07 00:15:02.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93932026-09-07T00:15:03.626Z[ recovery-image] Sep 07 00:15:02.365 INFO O| Sep 07 00:15:02.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93942026-09-07T00:15:03.626Z[ recovery-image] Sep 07 00:15:02.365 INFO O| Sep 07 00:15:02.365 INFO STEP 13 (ensure_dir) COMPLETE
93952026-09-07T00:15:03.631Z[ recovery-image] Sep 07 00:15:02.365 INFO O| Sep 07 00:15:02.365 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93962026-09-07T00:15:03.637Z[ recovery-image] Sep 07 00:15:02.375 INFO O| Sep 07 00:15:02.375 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93972026-09-07T00:15:03.637Z[ recovery-image] Sep 07 00:15:02.376 INFO O| Sep 07 00:15:02.375 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93982026-09-07T00:15:03.637Z[ recovery-image] Sep 07 00:15:02.376 INFO O| Sep 07 00:15:02.376 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93992026-09-07T00:15:03.641Z[ recovery-image] Sep 07 00:15:02.376 INFO O| Sep 07 00:15:02.376 INFO STEP 14 (ensure_dir) COMPLETE
94002026-09-07T00:15:03.641Z[ recovery-image] Sep 07 00:15:02.376 INFO O| Sep 07 00:15:02.376 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94012026-09-07T00:15:03.647Z[ recovery-image] Sep 07 00:15:02.385 INFO O| Sep 07 00:15:02.385 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94022026-09-07T00:15:03.647Z[ recovery-image] Sep 07 00:15:02.385 INFO O| Sep 07 00:15:02.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94032026-09-07T00:15:03.647Z[ recovery-image] Sep 07 00:15:02.385 INFO O| Sep 07 00:15:02.385 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94042026-09-07T00:15:03.650Z[ recovery-image] Sep 07 00:15:02.385 INFO O| Sep 07 00:15:02.385 INFO STEP 15 (ensure_dir) COMPLETE
94052026-09-07T00:15:03.651Z[ recovery-image] Sep 07 00:15:02.385 INFO O| Sep 07 00:15:02.385 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94062026-09-07T00:15:03.658Z[ recovery-image] Sep 07 00:15:02.397 INFO O| Sep 07 00:15:02.397 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94072026-09-07T00:15:03.658Z[ recovery-image] Sep 07 00:15:02.397 INFO O| Sep 07 00:15:02.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94082026-09-07T00:15:03.658Z[ recovery-image] Sep 07 00:15:02.397 INFO O| Sep 07 00:15:02.397 INFO STEP 16 (ensure_dir) COMPLETE
94092026-09-07T00:15:03.671Z[ recovery-image] Sep 07 00:15:02.397 INFO O| Sep 07 00:15:02.397 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94102026-09-07T00:15:03.675Z[ recovery-image] Sep 07 00:15:02.409 INFO O| Sep 07 00:15:02.408 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94112026-09-07T00:15:03.675Z[ recovery-image] Sep 07 00:15:02.409 INFO O| Sep 07 00:15:02.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94122026-09-07T00:15:03.675Z[ recovery-image] Sep 07 00:15:02.409 INFO O| Sep 07 00:15:02.409 INFO STEP 17 (ensure_dir) COMPLETE
94132026-09-07T00:15:03.675Z[ recovery-image] Sep 07 00:15:02.409 INFO O| Sep 07 00:15:02.409 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94142026-09-07T00:15:03.680Z[ recovery-image] Sep 07 00:15:02.419 INFO O| Sep 07 00:15:02.419 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94152026-09-07T00:15:03.680Z[ recovery-image] Sep 07 00:15:02.419 INFO O| Sep 07 00:15:02.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
94162026-09-07T00:15:03.685Z[ recovery-image] Sep 07 00:15:02.419 INFO O| Sep 07 00:15:02.419 INFO ok!
94172026-09-07T00:15:03.685Z[ recovery-image] Sep 07 00:15:02.419 INFO O| Sep 07 00:15:02.419 INFO STEP 18 (ensure_symlink) COMPLETE
94182026-09-07T00:15:03.685Z[ recovery-image] Sep 07 00:15:02.419 INFO O| Sep 07 00:15:02.419 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94192026-09-07T00:15:03.691Z[ recovery-image] Sep 07 00:15:02.430 INFO O| Sep 07 00:15:02.430 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
94202026-09-07T00:15:03.691Z[ recovery-image] Sep 07 00:15:02.430 INFO O| Sep 07 00:15:02.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
94212026-09-07T00:15:03.695Z[ recovery-image] Sep 07 00:15:02.430 INFO O| Sep 07 00:15:02.430 INFO ok!
94222026-09-07T00:15:03.695Z[ recovery-image] Sep 07 00:15:02.430 INFO O| Sep 07 00:15:02.430 INFO STEP 19 (ensure_file) COMPLETE
94232026-09-07T00:15:03.695Z[ recovery-image] Sep 07 00:15:02.430 INFO O| Sep 07 00:15:02.430 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94242026-09-07T00:15:03.702Z[ recovery-image] Sep 07 00:15:02.441 INFO O| Sep 07 00:15:02.441 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
94252026-09-07T00:15:03.702Z[ recovery-image] Sep 07 00:15:02.441 INFO O| Sep 07 00:15:02.441 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94262026-09-07T00:15:03.702Z[ recovery-image] Sep 07 00:15:02.441 INFO O| Sep 07 00:15:02.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
94272026-09-07T00:15:03.705Z[ recovery-image] Sep 07 00:15:02.441 INFO O| Sep 07 00:15:02.441 INFO ok!
94282026-09-07T00:15:03.705Z[ recovery-image] Sep 07 00:15:02.441 INFO O| Sep 07 00:15:02.441 INFO STEP 20 (ensure_symlink) COMPLETE
94292026-09-07T00:15:03.708Z[ recovery-image] Sep 07 00:15:02.441 INFO O| Sep 07 00:15:02.441 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94302026-09-07T00:15:03.713Z[ recovery-image] Sep 07 00:15:02.452 INFO O| Sep 07 00:15:02.452 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
94312026-09-07T00:15:03.713Z[ recovery-image] Sep 07 00:15:02.452 INFO O| Sep 07 00:15:02.452 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94322026-09-07T00:15:03.716Z[ recovery-image] Sep 07 00:15:02.452 INFO O| Sep 07 00:15:02.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
94332026-09-07T00:15:03.716Z[ recovery-image] Sep 07 00:15:02.452 INFO O| Sep 07 00:15:02.452 INFO ok!
94342026-09-07T00:15:03.716Z[ recovery-image] Sep 07 00:15:02.452 INFO O| Sep 07 00:15:02.452 INFO STEP 21 (ensure_symlink) COMPLETE
94352026-09-07T00:15:03.719Z[ recovery-image] Sep 07 00:15:02.452 INFO O| Sep 07 00:15:02.452 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94362026-09-07T00:15:03.723Z[ recovery-image] Sep 07 00:15:02.462 INFO O| Sep 07 00:15:02.462 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
94372026-09-07T00:15:03.723Z[ recovery-image] Sep 07 00:15:02.462 INFO O| Sep 07 00:15:02.462 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94382026-09-07T00:15:03.728Z[ recovery-image] Sep 07 00:15:02.462 INFO O| Sep 07 00:15:02.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
94392026-09-07T00:15:03.728Z[ recovery-image] Sep 07 00:15:02.462 INFO O| Sep 07 00:15:02.462 INFO ok!
94402026-09-07T00:15:03.728Z[ recovery-image] Sep 07 00:15:02.462 INFO O| Sep 07 00:15:02.462 INFO STEP 22 (ensure_symlink) COMPLETE
94412026-09-07T00:15:03.728Z[ recovery-image] Sep 07 00:15:02.462 INFO O| Sep 07 00:15:02.462 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94422026-09-07T00:15:03.734Z[ recovery-image] Sep 07 00:15:02.473 INFO O| Sep 07 00:15:02.473 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
94432026-09-07T00:15:03.734Z[ recovery-image] Sep 07 00:15:02.473 INFO O| Sep 07 00:15:02.473 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94442026-09-07T00:15:03.737Z[ recovery-image] Sep 07 00:15:02.473 INFO O| Sep 07 00:15:02.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
94452026-09-07T00:15:03.737Z[ recovery-image] Sep 07 00:15:02.473 INFO O| Sep 07 00:15:02.473 INFO ok!
94462026-09-07T00:15:03.737Z[ recovery-image] Sep 07 00:15:02.473 INFO O| Sep 07 00:15:02.473 INFO STEP 23 (ensure_symlink) COMPLETE
94472026-09-07T00:15:03.737Z[ recovery-image] Sep 07 00:15:02.473 INFO O| Sep 07 00:15:02.473 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94482026-09-07T00:15:03.744Z[ recovery-image] Sep 07 00:15:02.483 INFO O| Sep 07 00:15:02.483 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94492026-09-07T00:15:03.744Z[ recovery-image] Sep 07 00:15:02.483 INFO O| Sep 07 00:15:02.483 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 ...
94502026-09-07T00:15:03.747Z[ recovery-image] Sep 07 00:15:02.483 INFO O| Sep 07 00:15:02.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
94512026-09-07T00:15:03.747Z[ recovery-image] Sep 07 00:15:02.483 INFO O| Sep 07 00:15:02.483 INFO ok!
94522026-09-07T00:15:03.747Z[ recovery-image] Sep 07 00:15:02.483 INFO O| Sep 07 00:15:02.483 INFO STEP 24 (ensure_file) COMPLETE
94532026-09-07T00:15:03.748Z[ recovery-image] Sep 07 00:15:02.483 INFO O| Sep 07 00:15:02.483 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94542026-09-07T00:15:03.759Z[ recovery-image] Sep 07 00:15:02.494 INFO O| Sep 07 00:15:02.493 INFO updating shadow file
94552026-09-07T00:15:03.759Z[ recovery-image] Sep 07 00:15:02.494 INFO O| Sep 07 00:15:02.494 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94562026-09-07T00:15:03.759Z[ recovery-image] Sep 07 00:15:02.494 INFO O| Sep 07 00:15:02.494 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94572026-09-07T00:15:03.759Z[ recovery-image] Sep 07 00:15:02.494 INFO O| Sep 07 00:15:02.494 INFO STEP 25 (shadow) COMPLETE
94582026-09-07T00:15:03.762Z[ recovery-image] Sep 07 00:15:02.494 INFO O| Sep 07 00:15:02.494 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94592026-09-07T00:15:03.769Z[ recovery-image] Sep 07 00:15:02.504 INFO O| Sep 07 00:15:02.504 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
94602026-09-07T00:15:03.769Z[ recovery-image] Sep 07 00:15:02.504 INFO O| Sep 07 00:15:02.504 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
94612026-09-07T00:15:03.769Z[ recovery-image] Sep 07 00:15:02.504 INFO O| Sep 07 00:15:02.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
94622026-09-07T00:15:03.769Z[ recovery-image] Sep 07 00:15:02.504 INFO O| Sep 07 00:15:02.504 INFO ok!
94632026-09-07T00:15:03.769Z[ recovery-image] Sep 07 00:15:02.504 INFO O| Sep 07 00:15:02.504 INFO STEP 26 (ensure_file) COMPLETE
94642026-09-07T00:15:03.769Z[ recovery-image] Sep 07 00:15:02.504 INFO O| Sep 07 00:15:02.504 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94652026-09-07T00:15:03.775Z[ recovery-image] Sep 07 00:15:02.514 INFO O| Sep 07 00:15:02.514 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94662026-09-07T00:15:03.775Z[ recovery-image] Sep 07 00:15:02.514 INFO O| Sep 07 00:15:02.514 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94672026-09-07T00:15:03.779Z[ recovery-image] Sep 07 00:15:02.514 INFO O| Sep 07 00:15:02.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94682026-09-07T00:15:03.779Z[ recovery-image] Sep 07 00:15:02.514 INFO O| Sep 07 00:15:02.514 INFO ok!
94692026-09-07T00:15:03.779Z[ recovery-image] Sep 07 00:15:02.514 INFO O| Sep 07 00:15:02.514 INFO STEP 27 (ensure_file) COMPLETE
94702026-09-07T00:15:03.779Z[ recovery-image] Sep 07 00:15:02.514 INFO O| Sep 07 00:15:02.514 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94712026-09-07T00:15:03.786Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94722026-09-07T00:15:03.786Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94732026-09-07T00:15:03.786Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94742026-09-07T00:15:03.789Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94752026-09-07T00:15:03.789Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 INFO ok!
94762026-09-07T00:15:03.789Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 INFO STEP 28 (ensure_file) COMPLETE
94772026-09-07T00:15:03.789Z[ recovery-image] Sep 07 00:15:02.524 INFO O| Sep 07 00:15:02.524 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94782026-09-07T00:15:03.795Z[ recovery-image] Sep 07 00:15:02.534 INFO O| Sep 07 00:15:02.534 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94792026-09-07T00:15:03.795Z[ recovery-image] Sep 07 00:15:02.534 INFO O| Sep 07 00:15:02.534 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94802026-09-07T00:15:03.795Z[ recovery-image] Sep 07 00:15:02.534 INFO O| Sep 07 00:15:02.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94812026-09-07T00:15:03.798Z[ recovery-image] Sep 07 00:15:02.534 INFO O| Sep 07 00:15:02.534 INFO ok!
94822026-09-07T00:15:03.799Z[ recovery-image] Sep 07 00:15:02.534 INFO O| Sep 07 00:15:02.534 INFO STEP 29 (ensure_file) COMPLETE
94832026-09-07T00:15:03.799Z[ recovery-image] Sep 07 00:15:02.534 INFO O| Sep 07 00:15:02.534 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94842026-09-07T00:15:03.805Z[ recovery-image] Sep 07 00:15:02.544 INFO O| Sep 07 00:15:02.543 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94852026-09-07T00:15:03.805Z[ recovery-image] Sep 07 00:15:02.544 INFO O| Sep 07 00:15:02.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94862026-09-07T00:15:03.808Z[ recovery-image] Sep 07 00:15:02.544 INFO O| Sep 07 00:15:02.544 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94872026-09-07T00:15:03.808Z[ recovery-image] Sep 07 00:15:02.544 INFO O| Sep 07 00:15:02.544 INFO STEP 30 (ensure_dir) COMPLETE
94882026-09-07T00:15:03.808Z[ recovery-image] Sep 07 00:15:02.544 INFO O| Sep 07 00:15:02.544 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94892026-09-07T00:15:03.820Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
94902026-09-07T00:15:03.821Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 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 ...
94912026-09-07T00:15:03.824Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 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
94922026-09-07T00:15:03.824Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94932026-09-07T00:15:03.824Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 INFO ok!
94942026-09-07T00:15:03.824Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 INFO STEP 31 (ensure_file) COMPLETE
94952026-09-07T00:15:03.824Z[ recovery-image] Sep 07 00:15:02.555 INFO O| Sep 07 00:15:02.555 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94962026-09-07T00:15:03.832Z[ recovery-image] Sep 07 00:15:02.567 INFO O| Sep 07 00:15:02.567 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94972026-09-07T00:15:03.833Z[ recovery-image] Sep 07 00:15:02.567 INFO O| Sep 07 00:15:02.567 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94982026-09-07T00:15:03.833Z[ recovery-image] Sep 07 00:15:02.567 INFO O| Sep 07 00:15:02.567 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94992026-09-07T00:15:03.833Z[ recovery-image] Sep 07 00:15:02.567 INFO O| Sep 07 00:15:02.567 INFO STEP 32 (ensure_dir) COMPLETE
95002026-09-07T00:15:03.833Z[ recovery-image] Sep 07 00:15:02.567 INFO O| Sep 07 00:15:02.567 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95012026-09-07T00:15:03.840Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.578 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95022026-09-07T00:15:03.840Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.579 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 ...
95032026-09-07T00:15:03.840Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.579 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
95042026-09-07T00:15:03.840Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.579 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
95052026-09-07T00:15:03.840Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.579 INFO ok!
95062026-09-07T00:15:03.840Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.579 INFO STEP 33 (ensure_file) COMPLETE
95072026-09-07T00:15:03.848Z[ recovery-image] Sep 07 00:15:02.579 INFO O| Sep 07 00:15:02.579 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95082026-09-07T00:15:03.851Z[ recovery-image] Sep 07 00:15:02.589 INFO O| Sep 07 00:15:02.589 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
95092026-09-07T00:15:03.851Z[ recovery-image] Sep 07 00:15:02.589 INFO O| Sep 07 00:15:02.589 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
95102026-09-07T00:15:03.851Z[ recovery-image] Sep 07 00:15:02.589 INFO O| Sep 07 00:15:02.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
95112026-09-07T00:15:03.851Z[ recovery-image] Sep 07 00:15:02.589 INFO O| Sep 07 00:15:02.589 INFO ok!
95122026-09-07T00:15:03.853Z[ recovery-image] Sep 07 00:15:02.589 INFO O| Sep 07 00:15:02.589 INFO STEP 34 (ensure_file) COMPLETE
95132026-09-07T00:15:03.853Z[ recovery-image] Sep 07 00:15:02.589 INFO O| Sep 07 00:15:02.589 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95142026-09-07T00:15:03.862Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
95152026-09-07T00:15:03.865Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
95162026-09-07T00:15:03.865Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95172026-09-07T00:15:03.865Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95182026-09-07T00:15:03.869Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 INFO ok!
95192026-09-07T00:15:03.869Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 INFO STEP 35 (ensure_file) COMPLETE
95202026-09-07T00:15:03.869Z[ recovery-image] Sep 07 00:15:02.601 INFO O| Sep 07 00:15:02.601 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95212026-09-07T00:15:03.873Z[ recovery-image] Sep 07 00:15:02.612 INFO O| Sep 07 00:15:02.612 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
95222026-09-07T00:15:03.873Z[ recovery-image] Sep 07 00:15:02.612 INFO O| Sep 07 00:15:02.612 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
95232026-09-07T00:15:03.876Z[ recovery-image] Sep 07 00:15:02.612 INFO O| Sep 07 00:15:02.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
95242026-09-07T00:15:03.876Z[ recovery-image] Sep 07 00:15:02.612 INFO O| Sep 07 00:15:02.612 INFO ok!
95252026-09-07T00:15:03.876Z[ recovery-image] Sep 07 00:15:02.612 INFO O| Sep 07 00:15:02.612 INFO STEP 36 (ensure_file) COMPLETE
95262026-09-07T00:15:03.877Z[ recovery-image] Sep 07 00:15:02.612 INFO O| Sep 07 00:15:02.612 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95272026-09-07T00:15:03.889Z[ recovery-image] Sep 07 00:15:02.623 INFO O| Sep 07 00:15:02.623 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95282026-09-07T00:15:03.889Z[ recovery-image] Sep 07 00:15:02.623 INFO O| Sep 07 00:15:02.623 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
95292026-09-07T00:15:03.890Z[ recovery-image] Sep 07 00:15:02.623 INFO O| Sep 07 00:15:02.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
95302026-09-07T00:15:03.893Z[ recovery-image] Sep 07 00:15:02.623 INFO O| Sep 07 00:15:02.623 INFO ok!
95312026-09-07T00:15:03.893Z[ recovery-image] Sep 07 00:15:02.623 INFO O| Sep 07 00:15:02.623 INFO STEP 37 (ensure_file) COMPLETE
95322026-09-07T00:15:03.893Z[ recovery-image] Sep 07 00:15:02.623 INFO O| Sep 07 00:15:02.623 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95332026-09-07T00:15:03.899Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
95342026-09-07T00:15:03.899Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
95352026-09-07T00:15:03.899Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95362026-09-07T00:15:03.903Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95372026-09-07T00:15:03.903Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95382026-09-07T00:15:03.903Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95392026-09-07T00:15:03.903Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO ok!
95402026-09-07T00:15:03.904Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO STEP 38 (ensure_file) COMPLETE
95412026-09-07T00:15:03.904Z[ recovery-image] Sep 07 00:15:02.638 INFO O| Sep 07 00:15:02.638 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95422026-09-07T00:15:03.913Z[ recovery-image] Sep 07 00:15:02.650 INFO O| Sep 07 00:15:02.650 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95432026-09-07T00:15:03.913Z[ recovery-image] Sep 07 00:15:02.650 INFO O| Sep 07 00:15:02.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95442026-09-07T00:15:03.913Z[ recovery-image] Sep 07 00:15:02.650 INFO O| Sep 07 00:15:02.650 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95452026-09-07T00:15:03.913Z[ recovery-image] Sep 07 00:15:02.650 INFO O| Sep 07 00:15:02.650 INFO STEP 39 (ensure_dir) COMPLETE
95462026-09-07T00:15:03.913Z[ recovery-image] Sep 07 00:15:02.650 INFO O| Sep 07 00:15:02.650 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95472026-09-07T00:15:03.922Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 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
95482026-09-07T00:15:03.922Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 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 ...
95492026-09-07T00:15:03.922Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 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
95502026-09-07T00:15:03.926Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 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
95512026-09-07T00:15:03.926Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 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
95522026-09-07T00:15:03.926Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 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
95532026-09-07T00:15:03.926Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 INFO ok!
95542026-09-07T00:15:03.926Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 INFO STEP 40 (ensure_file) COMPLETE
95552026-09-07T00:15:03.926Z[ recovery-image] Sep 07 00:15:02.661 INFO O| Sep 07 00:15:02.661 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95562026-09-07T00:15:03.934Z[ recovery-image] Sep 07 00:15:02.673 INFO O| Sep 07 00:15:02.673 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95572026-09-07T00:15:03.934Z[ recovery-image] Sep 07 00:15:02.673 INFO O| Sep 07 00:15:02.673 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 ...
95582026-09-07T00:15:03.937Z[ recovery-image] Sep 07 00:15:02.673 INFO O| Sep 07 00:15:02.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95592026-09-07T00:15:03.937Z[ recovery-image] Sep 07 00:15:02.673 INFO O| Sep 07 00:15:02.673 INFO ok!
95602026-09-07T00:15:03.937Z[ recovery-image] Sep 07 00:15:02.673 INFO O| Sep 07 00:15:02.673 INFO STEP 41 (ensure_symlink) COMPLETE
95612026-09-07T00:15:03.937Z[ recovery-image] Sep 07 00:15:02.673 INFO O| Sep 07 00:15:02.673 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95622026-09-07T00:15:03.946Z[ recovery-image] Sep 07 00:15:02.684 INFO O| Sep 07 00:15:02.684 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95632026-09-07T00:15:03.946Z[ recovery-image] Sep 07 00:15:02.684 INFO O| Sep 07 00:15:02.684 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95642026-09-07T00:15:03.951Z[ recovery-image] Sep 07 00:15:02.684 INFO O| Sep 07 00:15:02.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95652026-09-07T00:15:03.951Z[ recovery-image] Sep 07 00:15:02.684 INFO O| Sep 07 00:15:02.684 INFO ok!
95662026-09-07T00:15:03.951Z[ recovery-image] Sep 07 00:15:02.684 INFO O| Sep 07 00:15:02.684 INFO STEP 42 (ensure_symlink) COMPLETE
95672026-09-07T00:15:03.951Z[ recovery-image] Sep 07 00:15:02.684 INFO O| Sep 07 00:15:02.684 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95682026-09-07T00:15:03.956Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95692026-09-07T00:15:03.956Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95702026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95712026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95722026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95732026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95742026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO ok!
95752026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO STEP 43 (ensure_file) COMPLETE
95762026-09-07T00:15:03.960Z[ recovery-image] Sep 07 00:15:02.694 INFO O| Sep 07 00:15:02.694 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95772026-09-07T00:15:03.964Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.703 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95782026-09-07T00:15:03.964Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.703 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 ...
95792026-09-07T00:15:03.969Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.704 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
95802026-09-07T00:15:03.969Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.704 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95812026-09-07T00:15:03.969Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.704 INFO ok!
95822026-09-07T00:15:03.969Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.704 INFO STEP 44 (ensure_file) COMPLETE
95832026-09-07T00:15:03.969Z[ recovery-image] Sep 07 00:15:02.704 INFO O| Sep 07 00:15:02.704 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95842026-09-07T00:15:03.975Z[ recovery-image] Sep 07 00:15:02.714 INFO O| Sep 07 00:15:02.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
95852026-09-07T00:15:03.975Z[ recovery-image] Sep 07 00:15:02.714 INFO O| Sep 07 00:15:02.714 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
95862026-09-07T00:15:03.978Z[ recovery-image] Sep 07 00:15:02.714 INFO O| Sep 07 00:15:02.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
95872026-09-07T00:15:03.978Z[ recovery-image] Sep 07 00:15:02.714 INFO O| Sep 07 00:15:02.714 INFO ok!
95882026-09-07T00:15:03.978Z[ recovery-image] Sep 07 00:15:02.714 INFO O| Sep 07 00:15:02.714 INFO STEP 45 (ensure_file) COMPLETE
95892026-09-07T00:15:03.978Z[ recovery-image] Sep 07 00:15:02.714 INFO O| Sep 07 00:15:02.714 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95902026-09-07T00:15:04.007Z[ recovery-image] Sep 07 00:15:02.746 INFO O| Sep 07 00:15:02.746 INFO updating shadow file
95912026-09-07T00:15:04.007Z[ recovery-image] Sep 07 00:15:02.746 INFO O| Sep 07 00:15:02.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95922026-09-07T00:15:04.007Z[ recovery-image] Sep 07 00:15:02.746 INFO O| Sep 07 00:15:02.746 INFO STEP 46 (shadow) COMPLETE
95932026-09-07T00:15:04.011Z[ recovery-image] Sep 07 00:15:02.746 INFO O| Sep 07 00:15:02.746 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95942026-09-07T00:15:04.017Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95952026-09-07T00:15:04.017Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95962026-09-07T00:15:04.023Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95972026-09-07T00:15:04.023Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95982026-09-07T00:15:04.023Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 INFO ok!
95992026-09-07T00:15:04.023Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 INFO STEP 47 (ensure_file) COMPLETE
96002026-09-07T00:15:04.023Z[ recovery-image] Sep 07 00:15:02.756 INFO O| Sep 07 00:15:02.756 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96012026-09-07T00:15:04.027Z[ recovery-image] Sep 07 00:15:02.766 INFO O| Sep 07 00:15:02.766 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
96022026-09-07T00:15:04.027Z[ recovery-image] Sep 07 00:15:02.766 INFO O| Sep 07 00:15:02.766 INFO STEP 48 (ensure_dir) COMPLETE
96032026-09-07T00:15:04.027Z[ recovery-image] Sep 07 00:15:02.766 INFO O| Sep 07 00:15:02.766 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96042026-09-07T00:15:04.038Z[ recovery-image] Sep 07 00:15:02.777 INFO O| Sep 07 00:15:02.777 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96052026-09-07T00:15:04.038Z[ recovery-image] Sep 07 00:15:02.777 INFO O| Sep 07 00:15:02.777 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96062026-09-07T00:15:04.038Z[ recovery-image] Sep 07 00:15:02.777 INFO O| Sep 07 00:15:02.777 INFO STEP 49 (ensure_dir) COMPLETE
96072026-09-07T00:15:04.038Z[ recovery-image] Sep 07 00:15:02.777 INFO O| Sep 07 00:15:02.777 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96082026-09-07T00:15:04.050Z[ recovery-image] Sep 07 00:15:02.789 INFO O| Sep 07 00:15:02.789 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96092026-09-07T00:15:04.051Z[ recovery-image] Sep 07 00:15:02.789 INFO O| Sep 07 00:15:02.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96102026-09-07T00:15:04.051Z[ recovery-image] Sep 07 00:15:02.789 INFO O| Sep 07 00:15:02.789 INFO STEP 50 (ensure_dir) COMPLETE
96112026-09-07T00:15:04.051Z[ recovery-image] Sep 07 00:15:02.789 INFO O| Sep 07 00:15:02.789 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96122026-09-07T00:15:04.063Z[ recovery-image] Sep 07 00:15:02.802 INFO O| Sep 07 00:15:02.801 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
96132026-09-07T00:15:04.063Z[ recovery-image] Sep 07 00:15:02.802 INFO O| Sep 07 00:15:02.802 INFO copying /tmp/.tmpU0YlLe/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
96142026-09-07T00:15:04.076Z[ recovery-image] Sep 07 00:15:02.814 INFO O| Sep 07 00:15:02.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
96152026-09-07T00:15:04.076Z[ recovery-image] Sep 07 00:15:02.814 INFO O| Sep 07 00:15:02.814 INFO ok!
96162026-09-07T00:15:04.076Z[ recovery-image] Sep 07 00:15:02.814 INFO O| Sep 07 00:15:02.814 INFO STEP 51 (ensure_file) COMPLETE
96172026-09-07T00:15:04.079Z[ recovery-image] Sep 07 00:15:02.814 INFO O| Sep 07 00:15:02.814 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96182026-09-07T00:15:04.087Z[ recovery-image] Sep 07 00:15:02.826 INFO O| Sep 07 00:15:02.826 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96192026-09-07T00:15:04.087Z[ recovery-image] Sep 07 00:15:02.826 INFO O| Sep 07 00:15:02.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96202026-09-07T00:15:04.096Z[ recovery-image] Sep 07 00:15:02.826 INFO O| Sep 07 00:15:02.826 INFO STEP 52 (ensure_dir) COMPLETE
96212026-09-07T00:15:04.096Z[ recovery-image] Sep 07 00:15:02.826 INFO O| Sep 07 00:15:02.826 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96222026-09-07T00:15:04.100Z[ recovery-image] Sep 07 00:15:02.837 INFO O| Sep 07 00:15:02.837 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
96232026-09-07T00:15:04.100Z[ recovery-image] Sep 07 00:15:02.837 INFO O| Sep 07 00:15:02.837 INFO copying /tmp/.tmpU0YlLe/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
96242026-09-07T00:15:04.101Z[ recovery-image] Sep 07 00:15:02.837 INFO O| Sep 07 00:15:02.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
96252026-09-07T00:15:04.101Z[ recovery-image] Sep 07 00:15:02.837 INFO O| Sep 07 00:15:02.837 INFO ok!
96262026-09-07T00:15:04.101Z[ recovery-image] Sep 07 00:15:02.837 INFO O| Sep 07 00:15:02.837 INFO STEP 53 (ensure_file) COMPLETE
96272026-09-07T00:15:04.101Z[ recovery-image] Sep 07 00:15:02.837 INFO O| Sep 07 00:15:02.837 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96282026-09-07T00:15:04.109Z[ recovery-image] Sep 07 00:15:02.848 INFO O| Sep 07 00:15:02.848 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96292026-09-07T00:15:04.109Z[ recovery-image] Sep 07 00:15:02.848 INFO O| Sep 07 00:15:02.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96302026-09-07T00:15:04.113Z[ recovery-image] Sep 07 00:15:02.848 INFO O| Sep 07 00:15:02.848 INFO STEP 54 (ensure_dir) COMPLETE
96312026-09-07T00:15:04.113Z[ recovery-image] Sep 07 00:15:02.848 INFO O| Sep 07 00:15:02.848 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96322026-09-07T00:15:04.119Z[ recovery-image] Sep 07 00:15:02.858 INFO O| Sep 07 00:15:02.857 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
96332026-09-07T00:15:04.119Z[ recovery-image] Sep 07 00:15:02.858 INFO O| Sep 07 00:15:02.857 INFO copying /tmp/.tmpU0YlLe/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
96342026-09-07T00:15:05.452Z[ host-image] Sep 07 00:15:04.184 INFO O| seeding SMF database...
96352026-09-07T00:15:06.087Z[verify-libraries] Compiling oso v0.27.3
96362026-09-07T00:15:06.142Z[ recovery-image] Sep 07 00:15:04.875 INFO O| Sep 07 00:15:04.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
96372026-09-07T00:15:06.142Z[ recovery-image] Sep 07 00:15:04.875 INFO O| Sep 07 00:15:04.875 INFO ok!
96382026-09-07T00:15:06.142Z[ recovery-image] Sep 07 00:15:04.875 INFO O| Sep 07 00:15:04.875 INFO STEP 55 (ensure_file) COMPLETE
96392026-09-07T00:15:06.146Z[ recovery-image] Sep 07 00:15:04.875 INFO O| Sep 07 00:15:04.875 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96402026-09-07T00:15:06.149Z[ recovery-image] Sep 07 00:15:04.886 INFO O| Sep 07 00:15:04.886 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
96412026-09-07T00:15:06.149Z[ recovery-image] Sep 07 00:15:04.886 INFO O| Sep 07 00:15:04.886 INFO copying /tmp/.tmpU0YlLe/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
96422026-09-07T00:15:08.150Z[ recovery-image] Sep 07 00:15:06.889 INFO O| Sep 07 00:15:06.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
96432026-09-07T00:15:08.150Z[ recovery-image] Sep 07 00:15:06.889 INFO O| Sep 07 00:15:06.889 INFO ok!
96442026-09-07T00:15:08.150Z[ recovery-image] Sep 07 00:15:06.889 INFO O| Sep 07 00:15:06.889 INFO STEP 56 (ensure_file) COMPLETE
96452026-09-07T00:15:08.155Z[ recovery-image] Sep 07 00:15:06.889 INFO O| Sep 07 00:15:06.889 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96462026-09-07T00:15:08.163Z[ recovery-image] Sep 07 00:15:06.900 INFO O| Sep 07 00:15:06.900 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96472026-09-07T00:15:08.163Z[ recovery-image] Sep 07 00:15:06.900 INFO O| Sep 07 00:15:06.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96482026-09-07T00:15:08.164Z[ recovery-image] Sep 07 00:15:06.900 INFO O| Sep 07 00:15:06.900 INFO STEP 57 (ensure_dir) COMPLETE
96492026-09-07T00:15:08.164Z[ recovery-image] Sep 07 00:15:06.900 INFO O| Sep 07 00:15:06.900 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96502026-09-07T00:15:08.172Z[ recovery-image] Sep 07 00:15:06.911 INFO O| Sep 07 00:15:06.911 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96512026-09-07T00:15:08.172Z[ recovery-image] Sep 07 00:15:06.911 INFO O| Sep 07 00:15:06.911 INFO copying /tmp/.tmpU0YlLe/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 ...
96522026-09-07T00:15:08.173Z[ recovery-image] Sep 07 00:15:06.911 INFO O| Sep 07 00:15:06.911 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
96532026-09-07T00:15:08.173Z[ recovery-image] Sep 07 00:15:06.911 INFO O| Sep 07 00:15:06.911 INFO ok!
96542026-09-07T00:15:08.178Z[ recovery-image] Sep 07 00:15:06.911 INFO O| Sep 07 00:15:06.911 INFO STEP 58 (ensure_file) COMPLETE
96552026-09-07T00:15:08.178Z[ recovery-image] Sep 07 00:15:06.911 INFO O| Sep 07 00:15:06.911 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96562026-09-07T00:15:08.183Z[ recovery-image] Sep 07 00:15:06.922 INFO O| Sep 07 00:15:06.922 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96572026-09-07T00:15:08.183Z[ recovery-image] Sep 07 00:15:06.922 INFO O| Sep 07 00:15:06.922 INFO copying /tmp/.tmpU0YlLe/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 ...
96582026-09-07T00:15:08.183Z[ recovery-image] Sep 07 00:15:06.922 INFO O| Sep 07 00:15:06.922 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
96592026-09-07T00:15:08.188Z[ recovery-image] Sep 07 00:15:06.922 INFO O| Sep 07 00:15:06.922 INFO ok!
96602026-09-07T00:15:08.188Z[ recovery-image] Sep 07 00:15:06.922 INFO O| Sep 07 00:15:06.922 INFO STEP 59 (ensure_file) COMPLETE
96612026-09-07T00:15:08.188Z[ recovery-image] Sep 07 00:15:06.922 INFO O| Sep 07 00:15:06.922 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96622026-09-07T00:15:08.194Z[ recovery-image] Sep 07 00:15:06.933 INFO O| Sep 07 00:15:06.933 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96632026-09-07T00:15:08.194Z[ recovery-image] Sep 07 00:15:06.933 INFO O| Sep 07 00:15:06.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96642026-09-07T00:15:08.194Z[ recovery-image] Sep 07 00:15:06.933 INFO O| Sep 07 00:15:06.933 INFO STEP 60 (ensure_dir) COMPLETE
96652026-09-07T00:15:08.199Z[ recovery-image] Sep 07 00:15:06.933 INFO O| Sep 07 00:15:06.933 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96662026-09-07T00:15:08.204Z[ recovery-image] Sep 07 00:15:06.943 INFO O| Sep 07 00:15:06.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96672026-09-07T00:15:08.204Z[ recovery-image] Sep 07 00:15:06.943 INFO O| Sep 07 00:15:06.943 INFO copying /tmp/.tmpU0YlLe/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 ...
96682026-09-07T00:15:08.204Z[ recovery-image] Sep 07 00:15:06.943 INFO O| Sep 07 00:15:06.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96692026-09-07T00:15:08.207Z[ recovery-image] Sep 07 00:15:06.943 INFO O| Sep 07 00:15:06.943 INFO ok!
96702026-09-07T00:15:08.208Z[ recovery-image] Sep 07 00:15:06.943 INFO O| Sep 07 00:15:06.943 INFO STEP 61 (ensure_file) COMPLETE
96712026-09-07T00:15:08.208Z[ recovery-image] Sep 07 00:15:06.943 INFO O| Sep 07 00:15:06.943 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96722026-09-07T00:15:08.214Z[ recovery-image] Sep 07 00:15:06.953 INFO O| Sep 07 00:15:06.953 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96732026-09-07T00:15:08.214Z[ recovery-image] Sep 07 00:15:06.953 INFO O| Sep 07 00:15:06.953 INFO copying /tmp/.tmpU0YlLe/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 ...
96742026-09-07T00:15:08.217Z[ recovery-image] Sep 07 00:15:06.953 INFO O| Sep 07 00:15:06.953 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
96752026-09-07T00:15:08.217Z[ recovery-image] Sep 07 00:15:06.953 INFO O| Sep 07 00:15:06.953 INFO ok!
96762026-09-07T00:15:08.217Z[ recovery-image] Sep 07 00:15:06.953 INFO O| Sep 07 00:15:06.953 INFO STEP 62 (ensure_file) COMPLETE
96772026-09-07T00:15:08.218Z[ recovery-image] Sep 07 00:15:06.953 INFO O| Sep 07 00:15:06.953 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96782026-09-07T00:15:08.224Z[ recovery-image] Sep 07 00:15:06.963 INFO O| Sep 07 00:15:06.963 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96792026-09-07T00:15:08.224Z[ recovery-image] Sep 07 00:15:06.963 INFO O| Sep 07 00:15:06.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96802026-09-07T00:15:08.224Z[ recovery-image] Sep 07 00:15:06.963 INFO O| Sep 07 00:15:06.963 INFO STEP 63 (ensure_dir) COMPLETE
96812026-09-07T00:15:08.227Z[ recovery-image] Sep 07 00:15:06.963 INFO O| Sep 07 00:15:06.963 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96822026-09-07T00:15:08.234Z[ recovery-image] Sep 07 00:15:06.973 INFO O| Sep 07 00:15:06.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96832026-09-07T00:15:08.234Z[ recovery-image] Sep 07 00:15:06.973 INFO O| Sep 07 00:15:06.973 INFO copying /tmp/.tmpU0YlLe/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 ...
96842026-09-07T00:15:08.238Z[ recovery-image] Sep 07 00:15:06.973 INFO O| Sep 07 00:15:06.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96852026-09-07T00:15:08.238Z[ recovery-image] Sep 07 00:15:06.973 INFO O| Sep 07 00:15:06.973 INFO ok!
96862026-09-07T00:15:08.238Z[ recovery-image] Sep 07 00:15:06.973 INFO O| Sep 07 00:15:06.973 INFO STEP 64 (ensure_file) COMPLETE
96872026-09-07T00:15:08.238Z[ recovery-image] Sep 07 00:15:06.973 INFO O| Sep 07 00:15:06.973 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96882026-09-07T00:15:08.246Z[ recovery-image] Sep 07 00:15:06.982 INFO O| Sep 07 00:15:06.982 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
96892026-09-07T00:15:08.246Z[ recovery-image] Sep 07 00:15:06.983 INFO O| Sep 07 00:15:06.982 INFO copying /tmp/.tmpU0YlLe/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
96902026-09-07T00:15:08.250Z[ recovery-image] Sep 07 00:15:06.983 INFO O| Sep 07 00:15:06.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
96912026-09-07T00:15:08.250Z[ recovery-image] Sep 07 00:15:06.983 INFO O| Sep 07 00:15:06.983 INFO ok!
96922026-09-07T00:15:08.250Z[ recovery-image] Sep 07 00:15:06.983 INFO O| Sep 07 00:15:06.983 INFO STEP 65 (ensure_file) COMPLETE
96932026-09-07T00:15:08.250Z[ recovery-image] Sep 07 00:15:06.983 INFO O| Sep 07 00:15:06.983 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96942026-09-07T00:15:08.254Z[ recovery-image] Sep 07 00:15:06.992 INFO O| Sep 07 00:15:06.992 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96952026-09-07T00:15:08.254Z[ recovery-image] Sep 07 00:15:06.992 INFO O| Sep 07 00:15:06.992 INFO STEP 66 (ensure_dir) COMPLETE
96962026-09-07T00:15:08.254Z[ recovery-image] Sep 07 00:15:06.992 INFO O| Sep 07 00:15:06.992 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96972026-09-07T00:15:08.265Z[ recovery-image] Sep 07 00:15:07.002 INFO O| Sep 07 00:15:07.002 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96982026-09-07T00:15:08.265Z[ recovery-image] Sep 07 00:15:07.002 INFO O| Sep 07 00:15:07.002 INFO STEP 67 (ensure_dir) COMPLETE
96992026-09-07T00:15:08.265Z[ recovery-image] Sep 07 00:15:07.002 INFO O| Sep 07 00:15:07.002 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97002026-09-07T00:15:08.273Z[ recovery-image] Sep 07 00:15:07.012 INFO O| Sep 07 00:15:07.012 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
97012026-09-07T00:15:08.273Z[ recovery-image] Sep 07 00:15:07.012 INFO O| Sep 07 00:15:07.012 INFO STEP 68 (ensure_dir) COMPLETE
97022026-09-07T00:15:08.273Z[ recovery-image] Sep 07 00:15:07.012 INFO O| Sep 07 00:15:07.012 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97032026-09-07T00:15:08.283Z[ recovery-image] Sep 07 00:15:07.022 INFO O| Sep 07 00:15:07.022 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
97042026-09-07T00:15:08.283Z[ recovery-image] Sep 07 00:15:07.022 INFO O| Sep 07 00:15:07.022 INFO STEP 69 (ensure_dir) COMPLETE
97052026-09-07T00:15:08.293Z[ recovery-image] Sep 07 00:15:07.022 INFO O| Sep 07 00:15:07.022 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97062026-09-07T00:15:08.297Z[ recovery-image] Sep 07 00:15:07.031 INFO O| Sep 07 00:15:07.031 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
97072026-09-07T00:15:08.297Z[ recovery-image] Sep 07 00:15:07.031 INFO O| Sep 07 00:15:07.031 INFO copying /tmp/.tmpU0YlLe/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
97082026-09-07T00:15:08.298Z[ recovery-image] Sep 07 00:15:07.031 INFO O| Sep 07 00:15:07.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
97092026-09-07T00:15:08.298Z[ recovery-image] Sep 07 00:15:07.031 INFO O| Sep 07 00:15:07.031 INFO ok!
97102026-09-07T00:15:08.298Z[ recovery-image] Sep 07 00:15:07.031 INFO O| Sep 07 00:15:07.031 INFO STEP 70 (ensure_file) COMPLETE
97112026-09-07T00:15:08.298Z[ recovery-image] Sep 07 00:15:07.031 INFO O| Sep 07 00:15:07.031 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97122026-09-07T00:15:08.304Z[ recovery-image] Sep 07 00:15:07.042 INFO O| Sep 07 00:15:07.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
97132026-09-07T00:15:08.309Z[ recovery-image] Sep 07 00:15:07.043 INFO O| Sep 07 00:15:07.042 INFO STEP 71 (remove_files) COMPLETE
97142026-09-07T00:15:08.309Z[ recovery-image] Sep 07 00:15:07.043 INFO O| Sep 07 00:15:07.042 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97152026-09-07T00:15:08.313Z[ recovery-image] Sep 07 00:15:07.052 INFO O| Sep 07 00:15:07.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
97162026-09-07T00:15:08.313Z[ recovery-image] Sep 07 00:15:07.052 INFO O| Sep 07 00:15:07.052 INFO STEP 72 (remove_files) COMPLETE
97172026-09-07T00:15:08.313Z[ recovery-image] Sep 07 00:15:07.052 INFO O| Sep 07 00:15:07.052 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97182026-09-07T00:15:08.321Z[ recovery-image] Sep 07 00:15:07.060 INFO O| Sep 07 00:15:07.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
97192026-09-07T00:15:08.322Z[ recovery-image] Sep 07 00:15:07.060 INFO O| Sep 07 00:15:07.060 INFO STEP 73 (remove_files) COMPLETE
97202026-09-07T00:15:08.322Z[ recovery-image] Sep 07 00:15:07.060 INFO O| Sep 07 00:15:07.060 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97212026-09-07T00:15:08.330Z[ recovery-image] Sep 07 00:15:07.069 INFO O| Sep 07 00:15:07.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
97222026-09-07T00:15:08.330Z[ recovery-image] Sep 07 00:15:07.069 INFO O| Sep 07 00:15:07.069 INFO STEP 74 (remove_files) COMPLETE
97232026-09-07T00:15:08.330Z[ recovery-image] Sep 07 00:15:07.069 INFO O| Sep 07 00:15:07.069 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97242026-09-07T00:15:08.350Z[ recovery-image] Sep 07 00:15:07.085 INFO O| Sep 07 00:15:07.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
97252026-09-07T00:15:08.350Z[ recovery-image] Sep 07 00:15:07.085 INFO O| Sep 07 00:15:07.084 INFO STEP 75 (remove_files) COMPLETE
97262026-09-07T00:15:08.350Z[ recovery-image] Sep 07 00:15:07.085 INFO O| Sep 07 00:15:07.084 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97272026-09-07T00:15:08.364Z[ recovery-image] Sep 07 00:15:07.095 INFO O| Sep 07 00:15:07.095 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
97282026-09-07T00:15:08.364Z[ recovery-image] Sep 07 00:15:07.095 INFO O| Sep 07 00:15:07.095 INFO STEP 76 (remove_files) COMPLETE
97292026-09-07T00:15:08.364Z[ recovery-image] Sep 07 00:15:07.095 INFO O| Sep 07 00:15:07.095 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97302026-09-07T00:15:08.373Z[ recovery-image] Sep 07 00:15:07.112 INFO O| Sep 07 00:15:07.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
97312026-09-07T00:15:08.373Z[ recovery-image] Sep 07 00:15:07.112 INFO O| Sep 07 00:15:07.112 INFO STEP 77 (remove_files) COMPLETE
97322026-09-07T00:15:08.374Z[ recovery-image] Sep 07 00:15:07.112 INFO O| Sep 07 00:15:07.112 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97332026-09-07T00:15:08.384Z[ recovery-image] Sep 07 00:15:07.121 INFO O| Sep 07 00:15:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
97342026-09-07T00:15:08.384Z[ recovery-image] Sep 07 00:15:07.121 INFO O| Sep 07 00:15:07.121 INFO STEP 78 (remove_files) COMPLETE
97352026-09-07T00:15:08.384Z[ recovery-image] Sep 07 00:15:07.121 INFO O| Sep 07 00:15:07.121 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97362026-09-07T00:15:08.394Z[ recovery-image] Sep 07 00:15:07.133 INFO O| Sep 07 00:15:07.133 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
97372026-09-07T00:15:08.394Z[ recovery-image] Sep 07 00:15:07.133 INFO O| Sep 07 00:15:07.133 INFO STEP 79 (remove_files) COMPLETE
97382026-09-07T00:15:08.394Z[ recovery-image] Sep 07 00:15:07.133 INFO O| Sep 07 00:15:07.133 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97392026-09-07T00:15:08.420Z[ recovery-image] Sep 07 00:15:07.147 INFO O| Sep 07 00:15:07.147 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
97402026-09-07T00:15:08.420Z[ recovery-image] Sep 07 00:15:07.147 INFO O| Sep 07 00:15:07.147 INFO STEP 80 (remove_files) COMPLETE
97412026-09-07T00:15:08.434Z[ recovery-image] Sep 07 00:15:07.147 INFO O| Sep 07 00:15:07.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97422026-09-07T00:15:08.434Z[ recovery-image] Sep 07 00:15:07.158 INFO O| Sep 07 00:15:07.158 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
97432026-09-07T00:15:08.434Z[ recovery-image] Sep 07 00:15:07.158 INFO O| Sep 07 00:15:07.158 INFO STEP 81 (remove_files) COMPLETE
97442026-09-07T00:15:08.434Z[ recovery-image] Sep 07 00:15:07.158 INFO O| Sep 07 00:15:07.158 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97452026-09-07T00:15:08.441Z[ recovery-image] Sep 07 00:15:07.166 INFO O| Sep 07 00:15:07.166 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
97462026-09-07T00:15:08.441Z[ recovery-image] Sep 07 00:15:07.166 INFO O| Sep 07 00:15:07.166 INFO STEP 82 (remove_files) COMPLETE
97472026-09-07T00:15:08.441Z[ recovery-image] Sep 07 00:15:07.166 INFO O| Sep 07 00:15:07.166 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97482026-09-07T00:15:08.441Z[ recovery-image] Sep 07 00:15:07.174 INFO O| Sep 07 00:15:07.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
97492026-09-07T00:15:08.442Z[ recovery-image] Sep 07 00:15:07.174 INFO O| Sep 07 00:15:07.174 INFO STEP 83 (remove_files) COMPLETE
97502026-09-07T00:15:08.442Z[ recovery-image] Sep 07 00:15:07.174 INFO O| Sep 07 00:15:07.174 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97512026-09-07T00:15:08.462Z[ recovery-image] Sep 07 00:15:07.181 INFO O| Sep 07 00:15:07.181 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
97522026-09-07T00:15:08.462Z[ recovery-image] Sep 07 00:15:07.181 INFO O| Sep 07 00:15:07.181 INFO STEP 84 (remove_files) COMPLETE
97532026-09-07T00:15:08.462Z[ recovery-image] Sep 07 00:15:07.181 INFO O| Sep 07 00:15:07.181 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97542026-09-07T00:15:08.466Z[ recovery-image] Sep 07 00:15:07.189 INFO O| Sep 07 00:15:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97552026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.189 INFO O| Sep 07 00:15:07.189 INFO STEP 85 (remove_files) COMPLETE
97562026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.189 INFO O| Sep 07 00:15:07.189 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97572026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.196 INFO O| Sep 07 00:15:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97582026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.196 INFO O| Sep 07 00:15:07.196 INFO STEP 86 (remove_files) COMPLETE
97592026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.196 INFO O| Sep 07 00:15:07.196 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97602026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.204 INFO O| Sep 07 00:15:07.204 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97612026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.204 INFO O| Sep 07 00:15:07.204 INFO STEP 87 (remove_files) COMPLETE
97622026-09-07T00:15:08.467Z[ recovery-image] Sep 07 00:15:07.204 INFO O| Sep 07 00:15:07.204 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97632026-09-07T00:15:08.478Z[ recovery-image] Sep 07 00:15:07.212 INFO O| Sep 07 00:15:07.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97642026-09-07T00:15:08.478Z[ recovery-image] Sep 07 00:15:07.212 INFO O| Sep 07 00:15:07.212 INFO STEP 88 (remove_files) COMPLETE
97652026-09-07T00:15:08.485Z[ recovery-image] Sep 07 00:15:07.212 INFO O| Sep 07 00:15:07.212 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662026-09-07T00:15:08.485Z[ recovery-image] Sep 07 00:15:07.220 INFO O| Sep 07 00:15:07.220 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97672026-09-07T00:15:08.485Z[ recovery-image] Sep 07 00:15:07.220 INFO O| Sep 07 00:15:07.220 INFO STEP 89 (remove_files) COMPLETE
97682026-09-07T00:15:08.485Z[ recovery-image] Sep 07 00:15:07.220 INFO O| Sep 07 00:15:07.220 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692026-09-07T00:15:08.494Z[ recovery-image] Sep 07 00:15:07.227 INFO O| Sep 07 00:15:07.227 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97702026-09-07T00:15:08.494Z[ recovery-image] Sep 07 00:15:07.227 INFO O| Sep 07 00:15:07.227 INFO STEP 90 (remove_files) COMPLETE
97712026-09-07T00:15:08.494Z[ recovery-image] Sep 07 00:15:07.227 INFO O| Sep 07 00:15:07.227 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722026-09-07T00:15:08.503Z[ recovery-image] Sep 07 00:15:07.234 INFO O| Sep 07 00:15:07.234 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97732026-09-07T00:15:08.503Z[ recovery-image] Sep 07 00:15:07.234 INFO O| Sep 07 00:15:07.234 INFO STEP 91 (remove_files) COMPLETE
97742026-09-07T00:15:08.503Z[ recovery-image] Sep 07 00:15:07.234 INFO O| Sep 07 00:15:07.234 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752026-09-07T00:15:08.538Z[ recovery-image] Sep 07 00:15:07.242 INFO O| Sep 07 00:15:07.242 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97762026-09-07T00:15:08.538Z[ recovery-image] Sep 07 00:15:07.242 INFO O| Sep 07 00:15:07.242 INFO STEP 92 (remove_files) COMPLETE
97772026-09-07T00:15:08.538Z[ recovery-image] Sep 07 00:15:07.242 INFO O| Sep 07 00:15:07.242 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782026-09-07T00:15:08.542Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.250 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97792026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.250 INFO STEP 93 (remove_files) COMPLETE
97802026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.250 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.258 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97822026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.258 INFO STEP 94 (remove_files) COMPLETE
97832026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.258 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.266 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
97852026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.266 INFO STEP 95 (remove_files) COMPLETE
97862026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.266 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.273 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
97882026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.273 INFO STEP 96 (remove_files) COMPLETE
97892026-09-07T00:15:08.543Z[ recovery-image] Sep 07 00:15:07.277 INFO O| Sep 07 00:15:07.273 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902026-09-07T00:15:08.548Z[ recovery-image] Sep 07 00:15:07.281 INFO O| Sep 07 00:15:07.281 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97912026-09-07T00:15:08.548Z[ recovery-image] Sep 07 00:15:07.281 INFO O| Sep 07 00:15:07.281 INFO STEP 97 (remove_files) COMPLETE
97922026-09-07T00:15:08.548Z[ recovery-image] Sep 07 00:15:07.281 INFO O| Sep 07 00:15:07.281 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932026-09-07T00:15:08.552Z[ recovery-image] Sep 07 00:15:07.289 INFO O| Sep 07 00:15:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97942026-09-07T00:15:08.552Z[ recovery-image] Sep 07 00:15:07.289 INFO O| Sep 07 00:15:07.289 INFO STEP 98 (remove_files) COMPLETE
97952026-09-07T00:15:08.552Z[ recovery-image] Sep 07 00:15:07.289 INFO O| Sep 07 00:15:07.289 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962026-09-07T00:15:08.562Z[ recovery-image] Sep 07 00:15:07.297 INFO O| Sep 07 00:15:07.297 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97972026-09-07T00:15:08.562Z[ recovery-image] Sep 07 00:15:07.297 INFO O| Sep 07 00:15:07.297 INFO STEP 99 (remove_files) COMPLETE
97982026-09-07T00:15:08.566Z[ recovery-image] Sep 07 00:15:07.297 INFO O| Sep 07 00:15:07.297 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97992026-09-07T00:15:08.576Z[ recovery-image] Sep 07 00:15:07.310 INFO O| Sep 07 00:15:07.310 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
98002026-09-07T00:15:08.576Z[ recovery-image] Sep 07 00:15:07.310 INFO O| Sep 07 00:15:07.310 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98012026-09-07T00:15:10.886Z[ host-image] Sep 07 00:15:09.625 INFO O| configuring SMF profile...
98022026-09-07T00:15:10.886Z[ host-image] Sep 07 00:15:09.625 INFO O| modifying shadow(5)...
98032026-09-07T00:15:10.890Z[ host-image] Sep 07 00:15:09.625 INFO O| loading user and group database...
98042026-09-07T00:15:10.890Z[ host-image] Sep 07 00:15:09.625 INFO O| loading facet selections...
98052026-09-07T00:15:11.344Z[ host-image] Sep 07 00:15:10.082 INFO O| devel -> true
98062026-09-07T00:15:11.344Z[ host-image] Sep 07 00:15:10.082 INFO O| doc.man -> true
98072026-09-07T00:15:11.344Z[ host-image] Sep 07 00:15:10.082 INFO O| version-lock.shell/ksh93 -> true
98082026-09-07T00:15:11.348Z[ host-image] Sep 07 00:15:10.082 INFO O| version-lock.system/data/hardware-registry -> true
98092026-09-07T00:15:11.348Z[ host-image] Sep 07 00:15:10.082 INFO O| version-lock.system/data/zoneinfo -> true
98102026-09-07T00:15:11.348Z[ host-image] Sep 07 00:15:10.082 INFO O| version-lock.system/microcode/amd -> true
98112026-09-07T00:15:11.348Z[ host-image] Sep 07 00:15:10.082 INFO O| version-lock.system/microcode/intel -> true
98122026-09-07T00:15:11.348Z[ host-image] Sep 07 00:15:10.082 INFO O| version-lock.system/microcode/oxide -> true
98132026-09-07T00:15:11.349Z[ host-image] Sep 07 00:15:10.082 INFO O| assessing packaged files...
98142026-09-07T00:15:11.531Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
98152026-09-07T00:15:11.751Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
98162026-09-07T00:15:12.735Z[ recovery-image] Sep 07 00:15:11.474 INFO O| Sep 07 00:15:11.474 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
98172026-09-07T00:15:12.735Z[ recovery-image] Sep 07 00:15:11.474 INFO O| Sep 07 00:15:11.474 INFO E| svccfg: Loaded 69 smf(7) service descriptions
98182026-09-07T00:15:12.750Z[ recovery-image] Sep 07 00:15:11.487 INFO O| Sep 07 00:15:11.487 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
98192026-09-07T00:15:12.844Z[ recovery-image] Sep 07 00:15:11.583 INFO O| Sep 07 00:15:11.583 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98202026-09-07T00:15:12.907Z[ recovery-image] Sep 07 00:15:11.645 INFO O| Sep 07 00:15:11.645 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
98212026-09-07T00:15:12.972Z[ recovery-image] Sep 07 00:15:11.711 INFO O| Sep 07 00:15:11.711 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
98222026-09-07T00:15:12.972Z[ recovery-image] Sep 07 00:15:11.711 INFO O| Sep 07 00:15:11.711 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 ...
98232026-09-07T00:15:12.976Z[ recovery-image] Sep 07 00:15:11.712 INFO O| Sep 07 00:15:11.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
98242026-09-07T00:15:12.976Z[ recovery-image] Sep 07 00:15:11.712 INFO O| Sep 07 00:15:11.712 INFO ok!
98252026-09-07T00:15:12.976Z[ recovery-image] Sep 07 00:15:11.712 INFO O| Sep 07 00:15:11.712 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
98262026-09-07T00:15:12.976Z[ recovery-image] Sep 07 00:15:11.712 INFO O| Sep 07 00:15:11.712 INFO STEP 100 (seed_smf) COMPLETE
98272026-09-07T00:15:12.976Z[ recovery-image] Sep 07 00:15:11.712 INFO O| Sep 07 00:15:11.712 INFO steps complete; finalising image!
98282026-09-07T00:15:12.976Z[ recovery-image] Sep 07 00:15:11.712 INFO O| Sep 07 00:15:11.712 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
98292026-09-07T00:15:13.036Z[ recovery-image] Sep 07 00:15:11.772 INFO O| Sep 07 00:15:11.772 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Sep 7 00:15:11 2026)
98302026-09-07T00:15:13.259Z[ recovery-image] Sep 07 00:15:11.979 INFO O| Sep 07 00:15:11.978 INFO trim TEMPORARY-sled-zfs-recovery: (30% trimmed, started at Mon Sep 7 00:15:11 2026)
98312026-09-07T00:15:13.458Z[ recovery-image] Sep 07 00:15:12.185 INFO O| Sep 07 00:15:12.185 INFO trim TEMPORARY-sled-zfs-recovery: (51% trimmed, started at Mon Sep 7 00:15:11 2026)
98322026-09-07T00:15:13.653Z[ recovery-image] Sep 07 00:15:12.392 INFO O| Sep 07 00:15:12.392 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Mon Sep 7 00:15:11 2026)
98332026-09-07T00:15:13.878Z[ host-image] Sep 07 00:15:12.579 INFO O| creating archive...
98342026-09-07T00:15:13.885Z[ recovery-image] Sep 07 00:15:12.598 INFO O| Sep 07 00:15:12.598 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Mon Sep 7 00:15:11 2026)
98352026-09-07T00:15:13.885Z[ host-image] Sep 07 00:15:12.604 INFO O| missing from packaging:
98362026-09-07T00:15:13.885Z[ host-image] Sep 07 00:15:12.604 INFO O| "etc/.pwd.lock"
98372026-09-07T00:15:13.885Z[ host-image] Sep 07 00:15:12.604 INFO O| "etc/bash"
98382026-09-07T00:15:13.885Z[ host-image] Sep 07 00:15:12.608 INFO O| "etc/svc/profile/generic.xml"
98392026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.608 INFO O| "etc/svc/profile/inetd_services.xml"
98402026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.608 INFO O| "etc/svc/profile/name_service.xml"
98412026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.608 INFO O| "etc/svc/profile/platform.xml"
98422026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.608 INFO O| "etc/svc/profile/platform_omicron1.xml"
98432026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.608 INFO O| "etc/svc/repository.db"
98442026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.615 INFO O| "opt/ooce/share"
98452026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.615 INFO O| "opt/ooce/share/man"
98462026-09-07T00:15:13.886Z[ host-image] Sep 07 00:15:12.615 INFO O| "opt/ooce/share/man/man1"
98472026-09-07T00:15:13.896Z[ host-image] Sep 07 00:15:12.625 INFO O| finishing archive...
98482026-09-07T00:15:14.095Z[ recovery-image] Sep 07 00:15:12.828 INFO O| Sep 07 00:15:12.804 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98492026-09-07T00:15:14.280Z[ recovery-image] Sep 07 00:15:13.011 INFO O| Sep 07 00:15:13.011 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98502026-09-07T00:15:14.482Z[ recovery-image] Sep 07 00:15:13.217 INFO O| Sep 07 00:15:13.217 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98512026-09-07T00:15:14.697Z[ recovery-image] Sep 07 00:15:13.427 INFO O| Sep 07 00:15:13.427 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98522026-09-07T00:15:14.894Z[ recovery-image] Sep 07 00:15:13.633 INFO O| Sep 07 00:15:13.633 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98532026-09-07T00:15:15.106Z[ recovery-image] Sep 07 00:15:13.839 INFO O| Sep 07 00:15:13.839 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98542026-09-07T00:15:15.310Z[ recovery-image] Sep 07 00:15:14.045 INFO O| Sep 07 00:15:14.045 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98552026-09-07T00:15:15.513Z[ recovery-image] Sep 07 00:15:14.251 INFO O| Sep 07 00:15:14.251 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98562026-09-07T00:15:15.719Z[ recovery-image] Sep 07 00:15:14.458 INFO O| Sep 07 00:15:14.458 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98572026-09-07T00:15:15.929Z[ recovery-image] Sep 07 00:15:14.664 INFO O| Sep 07 00:15:14.664 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98582026-09-07T00:15:16.138Z[ recovery-image] Sep 07 00:15:14.877 INFO O| Sep 07 00:15:14.877 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98592026-09-07T00:15:16.568Z[ host-image] Sep 07 00:15:15.065 INFO O| creating gzonly manifest...
98602026-09-07T00:15:16.583Z[ host-image] Sep 07 00:15:15.072 INFO O| ok
98612026-09-07T00:15:16.583Z[ recovery-image] Sep 07 00:15:15.083 INFO O| Sep 07 00:15:15.083 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98622026-09-07T00:15:16.583Z[ host-image] Sep 07 00:15:15.207 INFO image builder template: ramdisk-02-trim...
98632026-09-07T00:15:16.583Z[ host-image] Sep 07 00:15:15.207 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/.tmpU0YlLe/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
98642026-09-07T00:15:16.583Z[ host-image] Sep 07 00:15:15.231 INFO O| Sep 07 00:15:15.230 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98652026-09-07T00:15:16.583Z[ host-image] Sep 07 00:15:15.235 INFO O| Sep 07 00:15:15.235 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98662026-09-07T00:15:16.583Z[ recovery-image] Sep 07 00:15:15.290 INFO O| Sep 07 00:15:15.290 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98672026-09-07T00:15:16.758Z[ recovery-image] Sep 07 00:15:15.496 INFO O| Sep 07 00:15:15.496 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Sep 7 00:15:11 2026)
98682026-09-07T00:15:16.971Z[ recovery-image] Sep 07 00:15:15.705 INFO O| Sep 07 00:15:15.703 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 00:15:11 2026)
98692026-09-07T00:15:17.195Z[ recovery-image] Sep 07 00:15:15.930 INFO O| Sep 07 00:15:15.930 INFO temporary pool has 466M used, 1.29G avail, 1.00x compressratio
98702026-09-07T00:15:17.195Z[ recovery-image] Sep 07 00:15:15.930 INFO O| Sep 07 00:15:15.930 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98712026-09-07T00:15:21.539Z[ host-image] Sep 07 00:15:16.454 INFO O| Sep 07 00:15:16.454 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
98722026-09-07T00:15:21.557Z[ recovery-image] Sep 07 00:15:16.511 INFO O| Sep 07 00:15:16.511 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
98732026-09-07T00:15:21.557Z[ recovery-image] Sep 07 00:15:16.511 INFO O| Sep 07 00:15:16.511 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98742026-09-07T00:15:21.557Z[ host-image] Sep 07 00:15:17.051 INFO O| Sep 07 00:15:17.050 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
98752026-09-07T00:15:21.557Z[ host-image] Sep 07 00:15:17.051 INFO O| Sep 07 00:15:17.051 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98762026-09-07T00:15:21.557Z[ host-image] Sep 07 00:15:17.056 INFO O| Sep 07 00:15:17.056 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98772026-09-07T00:15:21.557Z[ host-image] Sep 07 00:15:17.060 INFO O| Sep 07 00:15:17.060 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98782026-09-07T00:15:21.557Z[ host-image] Sep 07 00:15:17.066 INFO O| Sep 07 00:15:17.066 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
98792026-09-07T00:15:21.589Z[ recovery-image] Sep 07 00:15:19.144 INFO O| Sep 07 00:15:19.144 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98802026-09-07T00:15:21.589Z[ recovery-image] Sep 07 00:15:19.144 INFO O| Sep 07 00:15:19.144 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98812026-09-07T00:15:21.589Z[ recovery-image] Sep 07 00:15:19.144 INFO O| Sep 07 00:15:19.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98822026-09-07T00:15:21.589Z[ recovery-image] Sep 07 00:15:19.144 INFO O| Sep 07 00:15:19.144 INFO completed processing sled/zfs-recovery
98832026-09-07T00:15:21.589Z[ recovery-image] Sep 07 00:15:19.144 INFO O| Sep 07 00:15:19.144 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98842026-09-07T00:15:21.589Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
98852026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.119 INFO O| Sep 07 00:15:20.119 INFO rolled back to input snapshot; work may begin
98862026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.119 INFO O| Sep 07 00:15:20.119 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98872026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.125 INFO O| Sep 07 00:15:20.124 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98882026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.137 INFO O| Sep 07 00:15:20.137 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98892026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.186 INFO O| Sep 07 00:15:20.186 INFO STEP 0 (remove_files) COMPLETE
98902026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.186 INFO O| Sep 07 00:15:20.186 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98912026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.198 INFO O| Sep 07 00:15:20.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98922026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.200 INFO O| Sep 07 00:15:20.200 INFO STEP 1 (remove_files) COMPLETE
98932026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.200 INFO O| Sep 07 00:15:20.200 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98942026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.212 INFO O| Sep 07 00:15:20.212 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98952026-09-07T00:15:21.590Z[ recovery-image] Sep 07 00:15:20.214 INFO O| Sep 07 00:15:20.214 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
98962026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.231 INFO O| Sep 07 00:15:20.231 INFO STEP 2 (remove_files) COMPLETE
98972026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.231 INFO O| Sep 07 00:15:20.231 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98982026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.245 INFO O| Sep 07 00:15:20.245 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98992026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.247 INFO O| Sep 07 00:15:20.247 INFO STEP 3 (remove_files) COMPLETE
99002026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.247 INFO O| Sep 07 00:15:20.247 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99012026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.267 INFO O| Sep 07 00:15:20.267 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
99022026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.270 INFO O| Sep 07 00:15:20.270 INFO STEP 4 (remove_files) COMPLETE
99032026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.270 INFO O| Sep 07 00:15:20.270 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.283 INFO O| Sep 07 00:15:20.283 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
99052026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.285 INFO O| Sep 07 00:15:20.285 INFO STEP 5 (remove_files) COMPLETE
99062026-09-07T00:15:21.590Z[ host-image] Sep 07 00:15:20.285 INFO O| Sep 07 00:15:20.285 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-07T00:15:21.606Z[ host-image] Sep 07 00:15:20.314 INFO O| Sep 07 00:15:20.314 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
99082026-09-07T00:15:21.606Z[ host-image] Sep 07 00:15:20.324 INFO O| Sep 07 00:15:20.324 INFO STEP 6 (remove_files) COMPLETE
99092026-09-07T00:15:21.606Z[ host-image] Sep 07 00:15:20.324 INFO O| Sep 07 00:15:20.324 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-07T00:15:21.606Z[ host-image] Sep 07 00:15:20.324 INFO O| Sep 07 00:15:20.324 INFO skip step because feature "heliosv2" is not enabled
99112026-09-07T00:15:21.606Z[ host-image] Sep 07 00:15:20.324 INFO O| Sep 07 00:15:20.324 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99122026-09-07T00:15:21.606Z[ recovery-image] Sep 07 00:15:20.333 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
99132026-09-07T00:15:21.607Z[ recovery-image] Sep 07 00:15:20.333 INFO expanded image name: "recovery 7dc9f6d/${os_short_commit} 2026-09-07 00:00" -> "recovery 7dc9f6d/0e29ea8 2026-09-07 00:00"
99142026-09-07T00:15:21.607Z[ recovery-image] Sep 07 00:15:20.333 INFO output artefacts stored in: "/work/os-recovery"
99152026-09-07T00:15:21.607Z[ recovery-image] Sep 07 00:15:20.333 INFO collecting git info from project "pinprick"...
99162026-09-07T00:15:21.611Z[ host-image] Sep 07 00:15:20.337 INFO O| Sep 07 00:15:20.337 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
99172026-09-07T00:15:21.611Z[ recovery-image] Sep 07 00:15:20.341 INFO collecting git info from project "amd-host-image-builder"...
99182026-09-07T00:15:21.611Z[ host-image] Sep 07 00:15:20.349 INFO O| Sep 07 00:15:20.349 INFO STEP 8 (remove_files) COMPLETE
99192026-09-07T00:15:21.611Z[ host-image] Sep 07 00:15:20.350 INFO O| Sep 07 00:15:20.349 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99202026-09-07T00:15:21.622Z[ host-image] Sep 07 00:15:20.361 INFO O| Sep 07 00:15:20.361 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
99212026-09-07T00:15:21.646Z[ recovery-image] Sep 07 00:15:20.384 INFO collecting git info from project "phbl"...
99222026-09-07T00:15:21.653Z[ recovery-image] Sep 07 00:15:20.392 INFO collecting git info from project "image-builder"...
99232026-09-07T00:15:21.659Z[ recovery-image] Sep 07 00:15:20.398 INFO collecting git info from project "chelsio-t6-roms"...
99242026-09-07T00:15:21.677Z[ recovery-image] Sep 07 00:15:20.416 INFO collecting git info from project "bootserver"...
99252026-09-07T00:15:21.686Z[ recovery-image] Sep 07 00:15:20.425 INFO collecting git info from project "pilot"...
99262026-09-07T00:15:21.693Z[ host-image] Sep 07 00:15:20.432 INFO O| Sep 07 00:15:20.432 INFO STEP 9 (remove_files) COMPLETE
99272026-09-07T00:15:21.693Z[ host-image] Sep 07 00:15:20.432 INFO O| Sep 07 00:15:20.432 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-07T00:15:21.702Z[ recovery-image] Sep 07 00:15:20.441 INFO collecting git info from project "dmar-report"...
99292026-09-07T00:15:21.711Z[ host-image] Sep 07 00:15:20.450 INFO O| Sep 07 00:15:20.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
99302026-09-07T00:15:21.758Z[ recovery-image] Sep 07 00:15:20.497 INFO collecting git info from project "amd-firmware"...
99312026-09-07T00:15:21.792Z[ host-image] Sep 07 00:15:20.525 INFO O| Sep 07 00:15:20.525 INFO STEP 10 (remove_files) COMPLETE
99322026-09-07T00:15:21.792Z[ host-image] Sep 07 00:15:20.525 INFO O| Sep 07 00:15:20.525 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99332026-09-07T00:15:21.804Z[ host-image] Sep 07 00:15:20.543 INFO O| Sep 07 00:15:20.543 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
99342026-09-07T00:15:21.807Z[ host-image] Sep 07 00:15:20.546 INFO O| Sep 07 00:15:20.546 INFO STEP 11 (remove_files) COMPLETE
99352026-09-07T00:15:21.807Z[ host-image] Sep 07 00:15:20.546 INFO O| Sep 07 00:15:20.546 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99362026-09-07T00:15:21.837Z[ host-image] Sep 07 00:15:20.576 INFO O| Sep 07 00:15:20.576 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
99372026-09-07T00:15:21.840Z[ host-image] Sep 07 00:15:20.577 INFO O| Sep 07 00:15:20.577 INFO STEP 12 (remove_files) COMPLETE
99382026-09-07T00:15:21.840Z[ host-image] Sep 07 00:15:20.577 INFO O| Sep 07 00:15:20.577 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99392026-09-07T00:15:21.848Z[ host-image] Sep 07 00:15:20.587 INFO O| Sep 07 00:15:20.587 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
99402026-09-07T00:15:21.851Z[ host-image] Sep 07 00:15:20.588 INFO O| Sep 07 00:15:20.588 INFO STEP 13 (remove_files) COMPLETE
99412026-09-07T00:15:21.851Z[ host-image] Sep 07 00:15:20.588 INFO O| Sep 07 00:15:20.588 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99422026-09-07T00:15:21.872Z[ host-image] Sep 07 00:15:20.611 INFO O| Sep 07 00:15:20.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
99432026-09-07T00:15:21.875Z[ host-image] Sep 07 00:15:20.611 INFO O| Sep 07 00:15:20.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
99442026-09-07T00:15:21.880Z[ host-image] Sep 07 00:15:20.618 INFO O| Sep 07 00:15:20.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
99452026-09-07T00:15:21.881Z[ host-image] Sep 07 00:15:20.618 INFO O| Sep 07 00:15:20.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
99462026-09-07T00:15:21.882Z[ host-image] Sep 07 00:15:20.618 INFO O| Sep 07 00:15:20.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
99472026-09-07T00:15:21.882Z[ host-image] Sep 07 00:15:20.618 INFO O| Sep 07 00:15:20.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
99482026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
99492026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
99502026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
99512026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
99522026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
99532026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
99542026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
99552026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
99562026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
99572026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
99582026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
99592026-09-07T00:15:21.886Z[ host-image] Sep 07 00:15:20.619 INFO O| Sep 07 00:15:20.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
99602026-09-07T00:15:22.024Z[ host-image] Sep 07 00:15:20.763 INFO O| Sep 07 00:15:20.763 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
99612026-09-07T00:15:22.052Z[ host-image] Sep 07 00:15:20.791 INFO O| Sep 07 00:15:20.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
99622026-09-07T00:15:22.123Z[ host-image] Sep 07 00:15:20.862 INFO O| Sep 07 00:15:20.862 INFO STEP 14 (remove_files) COMPLETE
99632026-09-07T00:15:22.123Z[ host-image] Sep 07 00:15:20.862 INFO O| Sep 07 00:15:20.862 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99642026-09-07T00:15:22.136Z[ host-image] Sep 07 00:15:20.874 INFO O| Sep 07 00:15:20.874 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
99652026-09-07T00:15:22.139Z[ host-image] Sep 07 00:15:20.875 INFO O| Sep 07 00:15:20.875 INFO STEP 15 (remove_files) COMPLETE
99662026-09-07T00:15:22.139Z[ host-image] Sep 07 00:15:20.875 INFO O| Sep 07 00:15:20.875 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-07T00:15:22.148Z[ host-image] Sep 07 00:15:20.887 INFO O| Sep 07 00:15:20.887 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
99682026-09-07T00:15:22.154Z[ host-image] Sep 07 00:15:20.893 INFO O| Sep 07 00:15:20.893 INFO STEP 16 (remove_files) COMPLETE
99692026-09-07T00:15:22.154Z[ host-image] Sep 07 00:15:20.893 INFO O| Sep 07 00:15:20.893 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-07T00:15:22.166Z[ host-image] Sep 07 00:15:20.905 INFO O| Sep 07 00:15:20.905 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
99712026-09-07T00:15:22.169Z[ host-image] Sep 07 00:15:20.905 INFO O| Sep 07 00:15:20.905 INFO STEP 17 (remove_files) COMPLETE
99722026-09-07T00:15:22.169Z[ host-image] Sep 07 00:15:20.905 INFO O| Sep 07 00:15:20.905 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-07T00:15:22.169Z[ recovery-image] Sep 07 00:15:20.907 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99742026-09-07T00:15:22.177Z[ host-image] Sep 07 00:15:20.917 INFO O| Sep 07 00:15:20.916 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
99752026-09-07T00:15:22.181Z[ host-image] Sep 07 00:15:20.918 INFO O| Sep 07 00:15:20.918 INFO STEP 18 (remove_files) COMPLETE
99762026-09-07T00:15:22.181Z[ host-image] Sep 07 00:15:20.918 INFO O| Sep 07 00:15:20.918 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99772026-09-07T00:15:22.190Z[ host-image] Sep 07 00:15:20.929 INFO O| Sep 07 00:15:20.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
99782026-09-07T00:15:22.190Z[ host-image] Sep 07 00:15:20.929 INFO O| Sep 07 00:15:20.929 INFO STEP 19 (remove_files) COMPLETE
99792026-09-07T00:15:22.194Z[ host-image] Sep 07 00:15:20.929 INFO O| Sep 07 00:15:20.929 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99802026-09-07T00:15:22.202Z[ host-image] Sep 07 00:15:20.941 INFO O| Sep 07 00:15:20.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
99812026-09-07T00:15:22.202Z[ host-image] Sep 07 00:15:20.941 INFO O| Sep 07 00:15:20.941 INFO STEP 20 (remove_files) COMPLETE
99822026-09-07T00:15:22.206Z[ host-image] Sep 07 00:15:20.941 INFO O| Sep 07 00:15:20.941 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99832026-09-07T00:15:22.214Z[ host-image] Sep 07 00:15:20.953 INFO O| Sep 07 00:15:20.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99842026-09-07T00:15:22.214Z[ host-image] Sep 07 00:15:20.953 INFO O| Sep 07 00:15:20.953 INFO STEP 21 (remove_files) COMPLETE
99852026-09-07T00:15:22.214Z[ host-image] Sep 07 00:15:20.953 INFO O| Sep 07 00:15:20.953 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99862026-09-07T00:15:22.227Z[ host-image] Sep 07 00:15:20.966 INFO O| Sep 07 00:15:20.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
99872026-09-07T00:15:22.227Z[ host-image] Sep 07 00:15:20.966 INFO O| Sep 07 00:15:20.966 INFO STEP 22 (remove_files) COMPLETE
99882026-09-07T00:15:22.227Z[ host-image] Sep 07 00:15:20.966 INFO O| Sep 07 00:15:20.966 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99892026-09-07T00:15:22.236Z[ host-image] Sep 07 00:15:20.975 INFO O| Sep 07 00:15:20.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
99902026-09-07T00:15:22.236Z[ host-image] Sep 07 00:15:20.975 INFO O| Sep 07 00:15:20.975 INFO STEP 23 (remove_files) COMPLETE
99912026-09-07T00:15:22.239Z[ host-image] Sep 07 00:15:20.975 INFO O| Sep 07 00:15:20.975 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99922026-09-07T00:15:22.245Z[ host-image] Sep 07 00:15:20.984 INFO O| Sep 07 00:15:20.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99932026-09-07T00:15:22.245Z[ host-image] Sep 07 00:15:20.984 INFO O| Sep 07 00:15:20.984 INFO STEP 24 (remove_files) COMPLETE
99942026-09-07T00:15:22.249Z[ host-image] Sep 07 00:15:20.984 INFO O| Sep 07 00:15:20.984 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99952026-09-07T00:15:22.254Z[ host-image] Sep 07 00:15:20.993 INFO O| Sep 07 00:15:20.993 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99962026-09-07T00:15:22.254Z[ host-image] Sep 07 00:15:20.993 INFO O| Sep 07 00:15:20.993 INFO STEP 25 (remove_files) COMPLETE
99972026-09-07T00:15:22.258Z[ host-image] Sep 07 00:15:20.993 INFO O| Sep 07 00:15:20.993 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99982026-09-07T00:15:22.264Z[ host-image] Sep 07 00:15:21.004 INFO O| Sep 07 00:15:21.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99992026-09-07T00:15:22.264Z[ host-image] Sep 07 00:15:21.004 INFO O| Sep 07 00:15:21.004 INFO STEP 26 (remove_files) COMPLETE
100002026-09-07T00:15:22.264Z[ host-image] Sep 07 00:15:21.004 INFO O| Sep 07 00:15:21.004 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100012026-09-07T00:15:22.274Z[ host-image] Sep 07 00:15:21.013 INFO O| Sep 07 00:15:21.013 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
100022026-09-07T00:15:22.274Z[ host-image] Sep 07 00:15:21.013 INFO O| Sep 07 00:15:21.013 INFO STEP 27 (remove_files) COMPLETE
100032026-09-07T00:15:22.278Z[ host-image] Sep 07 00:15:21.013 INFO O| Sep 07 00:15:21.013 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100042026-09-07T00:15:22.284Z[ host-image] Sep 07 00:15:21.023 INFO O| Sep 07 00:15:21.023 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
100052026-09-07T00:15:22.284Z[ host-image] Sep 07 00:15:21.023 INFO O| Sep 07 00:15:21.023 INFO STEP 28 (remove_files) COMPLETE
100062026-09-07T00:15:22.284Z[ host-image] Sep 07 00:15:21.023 INFO O| Sep 07 00:15:21.023 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100072026-09-07T00:15:22.293Z[ host-image] Sep 07 00:15:21.032 INFO O| Sep 07 00:15:21.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
100082026-09-07T00:15:22.293Z[ host-image] Sep 07 00:15:21.032 INFO O| Sep 07 00:15:21.032 INFO STEP 29 (remove_files) COMPLETE
100092026-09-07T00:15:22.293Z[ host-image] Sep 07 00:15:21.032 INFO O| Sep 07 00:15:21.032 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100102026-09-07T00:15:22.303Z[ host-image] Sep 07 00:15:21.042 INFO O| Sep 07 00:15:21.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
100112026-09-07T00:15:22.303Z[ host-image] Sep 07 00:15:21.042 INFO O| Sep 07 00:15:21.042 INFO STEP 30 (remove_files) COMPLETE
100122026-09-07T00:15:22.303Z[ host-image] Sep 07 00:15:21.042 INFO O| Sep 07 00:15:21.042 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100132026-09-07T00:15:22.312Z[ host-image] Sep 07 00:15:21.052 INFO O| Sep 07 00:15:21.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
100142026-09-07T00:15:22.312Z[ host-image] Sep 07 00:15:21.052 INFO O| Sep 07 00:15:21.052 INFO STEP 31 (remove_files) COMPLETE
100152026-09-07T00:15:22.315Z[ host-image] Sep 07 00:15:21.052 INFO O| Sep 07 00:15:21.052 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100162026-09-07T00:15:22.322Z[ host-image] Sep 07 00:15:21.061 INFO O| Sep 07 00:15:21.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
100172026-09-07T00:15:22.323Z[ host-image] Sep 07 00:15:21.062 INFO O| Sep 07 00:15:21.062 INFO STEP 32 (remove_files) COMPLETE
100182026-09-07T00:15:22.323Z[ host-image] Sep 07 00:15:21.062 INFO O| Sep 07 00:15:21.062 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100192026-09-07T00:15:22.333Z[ host-image] Sep 07 00:15:21.072 INFO O| Sep 07 00:15:21.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
100202026-09-07T00:15:22.333Z[ host-image] Sep 07 00:15:21.072 INFO O| Sep 07 00:15:21.072 INFO STEP 33 (remove_files) COMPLETE
100212026-09-07T00:15:22.336Z[ host-image] Sep 07 00:15:21.072 INFO O| Sep 07 00:15:21.072 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100222026-09-07T00:15:22.343Z[ host-image] Sep 07 00:15:21.082 INFO O| Sep 07 00:15:21.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
100232026-09-07T00:15:22.343Z[ host-image] Sep 07 00:15:21.082 INFO O| Sep 07 00:15:21.082 INFO STEP 34 (remove_files) COMPLETE
100242026-09-07T00:15:22.346Z[ host-image] Sep 07 00:15:21.082 INFO O| Sep 07 00:15:21.082 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100252026-09-07T00:15:22.356Z[ host-image] Sep 07 00:15:21.095 INFO O| Sep 07 00:15:21.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
100262026-09-07T00:15:22.356Z[ host-image] Sep 07 00:15:21.095 INFO O| Sep 07 00:15:21.095 INFO STEP 35 (remove_files) COMPLETE
100272026-09-07T00:15:22.356Z[ host-image] Sep 07 00:15:21.095 INFO O| Sep 07 00:15:21.095 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100282026-09-07T00:15:22.366Z[ host-image] Sep 07 00:15:21.105 INFO O| Sep 07 00:15:21.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
100292026-09-07T00:15:22.366Z[ host-image] Sep 07 00:15:21.105 INFO O| Sep 07 00:15:21.105 INFO STEP 36 (remove_files) COMPLETE
100302026-09-07T00:15:22.366Z[ host-image] Sep 07 00:15:21.105 INFO O| Sep 07 00:15:21.105 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100312026-09-07T00:15:22.376Z[ host-image] Sep 07 00:15:21.115 INFO O| Sep 07 00:15:21.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
100322026-09-07T00:15:22.376Z[ host-image] Sep 07 00:15:21.115 INFO O| Sep 07 00:15:21.115 INFO STEP 37 (remove_files) COMPLETE
100332026-09-07T00:15:22.376Z[ host-image] Sep 07 00:15:21.115 INFO O| Sep 07 00:15:21.115 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100342026-09-07T00:15:22.385Z[ host-image] Sep 07 00:15:21.124 INFO O| Sep 07 00:15:21.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
100352026-09-07T00:15:22.385Z[ host-image] Sep 07 00:15:21.124 INFO O| Sep 07 00:15:21.124 INFO STEP 38 (remove_files) COMPLETE
100362026-09-07T00:15:22.388Z[ host-image] Sep 07 00:15:21.124 INFO O| Sep 07 00:15:21.124 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100372026-09-07T00:15:22.396Z[ host-image] Sep 07 00:15:21.135 INFO O| Sep 07 00:15:21.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
100382026-09-07T00:15:22.396Z[ host-image] Sep 07 00:15:21.135 INFO O| Sep 07 00:15:21.135 INFO STEP 39 (remove_files) COMPLETE
100392026-09-07T00:15:22.399Z[ host-image] Sep 07 00:15:21.135 INFO O| Sep 07 00:15:21.135 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100402026-09-07T00:15:22.407Z[ host-image] Sep 07 00:15:21.146 INFO O| Sep 07 00:15:21.146 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
100412026-09-07T00:15:22.407Z[ host-image] Sep 07 00:15:21.146 INFO O| Sep 07 00:15:21.146 INFO STEP 40 (remove_files) COMPLETE
100422026-09-07T00:15:22.407Z[ host-image] Sep 07 00:15:21.146 INFO O| Sep 07 00:15:21.146 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100432026-09-07T00:15:22.416Z[ host-image] Sep 07 00:15:21.155 INFO O| Sep 07 00:15:21.155 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
100442026-09-07T00:15:22.416Z[ host-image] Sep 07 00:15:21.155 INFO O| Sep 07 00:15:21.155 INFO STEP 41 (remove_files) COMPLETE
100452026-09-07T00:15:22.416Z[ host-image] Sep 07 00:15:21.155 INFO O| Sep 07 00:15:21.155 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100462026-09-07T00:15:22.428Z[ host-image] Sep 07 00:15:21.166 INFO O| Sep 07 00:15:21.166 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
100472026-09-07T00:15:22.429Z[ host-image] Sep 07 00:15:21.167 INFO O| Sep 07 00:15:21.166 INFO STEP 42 (remove_files) COMPLETE
100482026-09-07T00:15:22.433Z[ host-image] Sep 07 00:15:21.167 INFO O| Sep 07 00:15:21.167 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100492026-09-07T00:15:22.444Z[ host-image] Sep 07 00:15:21.178 INFO O| Sep 07 00:15:21.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
100502026-09-07T00:15:22.444Z[ host-image] Sep 07 00:15:21.178 INFO O| Sep 07 00:15:21.178 INFO STEP 43 (remove_files) COMPLETE
100512026-09-07T00:15:22.444Z[ host-image] Sep 07 00:15:21.178 INFO O| Sep 07 00:15:21.178 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100522026-09-07T00:15:22.454Z[ host-image] Sep 07 00:15:21.190 INFO O| Sep 07 00:15:21.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
100532026-09-07T00:15:22.454Z[ host-image] Sep 07 00:15:21.190 INFO O| Sep 07 00:15:21.190 INFO STEP 44 (remove_files) COMPLETE
100542026-09-07T00:15:22.454Z[ host-image] Sep 07 00:15:21.190 INFO O| Sep 07 00:15:21.190 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100552026-09-07T00:15:22.462Z[ host-image] Sep 07 00:15:21.201 INFO O| Sep 07 00:15:21.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
100562026-09-07T00:15:22.462Z[ host-image] Sep 07 00:15:21.201 INFO O| Sep 07 00:15:21.201 INFO STEP 45 (remove_files) COMPLETE
100572026-09-07T00:15:22.462Z[ host-image] Sep 07 00:15:21.201 INFO O| Sep 07 00:15:21.201 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100582026-09-07T00:15:22.474Z[ host-image] Sep 07 00:15:21.213 INFO O| Sep 07 00:15:21.213 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
100592026-09-07T00:15:22.474Z[ host-image] Sep 07 00:15:21.213 INFO O| Sep 07 00:15:21.213 INFO STEP 46 (remove_files) COMPLETE
100602026-09-07T00:15:22.477Z[ host-image] Sep 07 00:15:21.213 INFO O| Sep 07 00:15:21.213 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100612026-09-07T00:15:22.485Z[ host-image] Sep 07 00:15:21.224 INFO O| Sep 07 00:15:21.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
100622026-09-07T00:15:22.485Z[ host-image] Sep 07 00:15:21.224 INFO O| Sep 07 00:15:21.224 INFO STEP 47 (remove_files) COMPLETE
100632026-09-07T00:15:22.485Z[ host-image] Sep 07 00:15:21.224 INFO O| Sep 07 00:15:21.224 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100642026-09-07T00:15:22.497Z[ host-image] Sep 07 00:15:21.236 INFO O| Sep 07 00:15:21.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
100652026-09-07T00:15:22.497Z[ host-image] Sep 07 00:15:21.236 INFO O| Sep 07 00:15:21.236 INFO STEP 48 (remove_files) COMPLETE
100662026-09-07T00:15:22.497Z[ host-image] Sep 07 00:15:21.236 INFO O| Sep 07 00:15:21.236 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100672026-09-07T00:15:22.509Z[ host-image] Sep 07 00:15:21.248 INFO O| Sep 07 00:15:21.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
100682026-09-07T00:15:22.509Z[ host-image] Sep 07 00:15:21.248 INFO O| Sep 07 00:15:21.248 INFO STEP 49 (remove_files) COMPLETE
100692026-09-07T00:15:22.512Z[ host-image] Sep 07 00:15:21.248 INFO O| Sep 07 00:15:21.248 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100702026-09-07T00:15:22.521Z[ host-image] Sep 07 00:15:21.259 INFO O| Sep 07 00:15:21.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
100712026-09-07T00:15:22.521Z[ host-image] Sep 07 00:15:21.259 INFO O| Sep 07 00:15:21.259 INFO STEP 50 (remove_files) COMPLETE
100722026-09-07T00:15:22.521Z[ host-image] Sep 07 00:15:21.259 INFO O| Sep 07 00:15:21.259 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100732026-09-07T00:15:22.538Z[ host-image] Sep 07 00:15:21.271 INFO O| Sep 07 00:15:21.271 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
100742026-09-07T00:15:22.538Z[ host-image] Sep 07 00:15:21.271 INFO O| Sep 07 00:15:21.271 INFO STEP 51 (remove_files) COMPLETE
100752026-09-07T00:15:22.538Z[ host-image] Sep 07 00:15:21.271 INFO O| Sep 07 00:15:21.271 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100762026-09-07T00:15:22.542Z[ host-image] Sep 07 00:15:21.281 INFO O| Sep 07 00:15:21.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
100772026-09-07T00:15:22.542Z[ host-image] Sep 07 00:15:21.281 INFO O| Sep 07 00:15:21.281 INFO STEP 52 (remove_files) COMPLETE
100782026-09-07T00:15:22.542Z[ host-image] Sep 07 00:15:21.281 INFO O| Sep 07 00:15:21.281 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100792026-09-07T00:15:22.553Z[ host-image] Sep 07 00:15:21.292 INFO O| Sep 07 00:15:21.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
100802026-09-07T00:15:22.554Z[ host-image] Sep 07 00:15:21.292 INFO O| Sep 07 00:15:21.292 INFO STEP 53 (remove_files) COMPLETE
100812026-09-07T00:15:22.554Z[ host-image] Sep 07 00:15:21.292 INFO O| Sep 07 00:15:21.292 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100822026-09-07T00:15:22.563Z[ host-image] Sep 07 00:15:21.302 INFO O| Sep 07 00:15:21.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
100832026-09-07T00:15:22.563Z[ host-image] Sep 07 00:15:21.302 INFO O| Sep 07 00:15:21.302 INFO STEP 54 (remove_files) COMPLETE
100842026-09-07T00:15:22.563Z[ host-image] Sep 07 00:15:21.303 INFO O| Sep 07 00:15:21.302 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100852026-09-07T00:15:22.575Z[ host-image] Sep 07 00:15:21.314 INFO O| Sep 07 00:15:21.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
100862026-09-07T00:15:22.576Z[ host-image] Sep 07 00:15:21.314 INFO O| Sep 07 00:15:21.314 INFO STEP 55 (remove_files) COMPLETE
100872026-09-07T00:15:22.576Z[ host-image] Sep 07 00:15:21.314 INFO O| Sep 07 00:15:21.314 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100882026-09-07T00:15:22.587Z[ host-image] Sep 07 00:15:21.326 INFO O| Sep 07 00:15:21.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
100892026-09-07T00:15:22.587Z[ host-image] Sep 07 00:15:21.326 INFO O| Sep 07 00:15:21.326 INFO STEP 56 (remove_files) COMPLETE
100902026-09-07T00:15:22.590Z[ host-image] Sep 07 00:15:21.326 INFO O| Sep 07 00:15:21.326 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100912026-09-07T00:15:22.597Z[ host-image] Sep 07 00:15:21.336 INFO O| Sep 07 00:15:21.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100922026-09-07T00:15:22.597Z[ host-image] Sep 07 00:15:21.336 INFO O| Sep 07 00:15:21.336 INFO STEP 57 (remove_files) COMPLETE
100932026-09-07T00:15:22.601Z[ host-image] Sep 07 00:15:21.336 INFO O| Sep 07 00:15:21.336 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100942026-09-07T00:15:22.607Z[ host-image] Sep 07 00:15:21.346 INFO O| Sep 07 00:15:21.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100952026-09-07T00:15:22.607Z[ host-image] Sep 07 00:15:21.346 INFO O| Sep 07 00:15:21.346 INFO STEP 58 (remove_files) COMPLETE
100962026-09-07T00:15:22.609Z[ host-image] Sep 07 00:15:21.346 INFO O| Sep 07 00:15:21.346 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100972026-09-07T00:15:22.617Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100982026-09-07T00:15:22.617Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100992026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101002026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101012026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101022026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101032026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO ok!
101042026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO STEP 59 (ensure_file) COMPLETE
101052026-09-07T00:15:22.620Z[ host-image] Sep 07 00:15:21.356 INFO O| Sep 07 00:15:21.356 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101062026-09-07T00:15:22.627Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.365 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
101072026-09-07T00:15:22.628Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
101082026-09-07T00:15:22.628Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101092026-09-07T00:15:22.631Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101102026-09-07T00:15:22.631Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101112026-09-07T00:15:22.635Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101122026-09-07T00:15:22.635Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO ok!
101132026-09-07T00:15:22.635Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO STEP 60 (ensure_file) COMPLETE
101142026-09-07T00:15:22.635Z[ host-image] Sep 07 00:15:21.366 INFO O| Sep 07 00:15:21.366 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101152026-09-07T00:15:22.638Z[ host-image] Sep 07 00:15:21.375 INFO O| Sep 07 00:15:21.375 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
101162026-09-07T00:15:22.639Z[ host-image] Sep 07 00:15:21.375 INFO O| Sep 07 00:15:21.375 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
101172026-09-07T00:15:22.639Z[ host-image] Sep 07 00:15:21.375 INFO O| Sep 07 00:15:21.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
101182026-09-07T00:15:22.639Z[ host-image] Sep 07 00:15:21.375 INFO O| Sep 07 00:15:21.375 INFO ok!
101192026-09-07T00:15:22.639Z[ host-image] Sep 07 00:15:21.376 INFO O| Sep 07 00:15:21.375 INFO STEP 61 (ensure_file) COMPLETE
101202026-09-07T00:15:22.639Z[ host-image] Sep 07 00:15:21.376 INFO O| Sep 07 00:15:21.376 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101212026-09-07T00:15:22.656Z[ host-image] Sep 07 00:15:21.386 INFO O| Sep 07 00:15:21.386 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
101222026-09-07T00:15:22.656Z[ host-image] Sep 07 00:15:21.386 INFO O| Sep 07 00:15:21.386 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
101232026-09-07T00:15:22.656Z[ host-image] Sep 07 00:15:21.386 INFO O| Sep 07 00:15:21.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
101242026-09-07T00:15:22.656Z[ host-image] Sep 07 00:15:21.386 INFO O| Sep 07 00:15:21.386 INFO ok!
101252026-09-07T00:15:22.656Z[ host-image] Sep 07 00:15:21.386 INFO O| Sep 07 00:15:21.386 INFO STEP 62 (ensure_file) COMPLETE
101262026-09-07T00:15:22.656Z[ recovery-image] Sep 07 00:15:21.395 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101272026-09-07T00:15:22.657Z[ host-image] Sep 07 00:15:21.386 INFO O| Sep 07 00:15:21.386 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101282026-09-07T00:15:22.659Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
101292026-09-07T00:15:22.660Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
101302026-09-07T00:15:22.660Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101312026-09-07T00:15:22.660Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101322026-09-07T00:15:22.660Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 INFO ok!
101332026-09-07T00:15:22.660Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 INFO STEP 63 (ensure_file) COMPLETE
101342026-09-07T00:15:22.660Z[ host-image] Sep 07 00:15:21.397 INFO O| Sep 07 00:15:21.397 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101352026-09-07T00:15:22.669Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
101362026-09-07T00:15:22.669Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
101372026-09-07T00:15:22.669Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101382026-09-07T00:15:22.672Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101392026-09-07T00:15:22.672Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 INFO ok!
101402026-09-07T00:15:22.672Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 INFO STEP 64 (ensure_file) COMPLETE
101412026-09-07T00:15:22.672Z[ host-image] Sep 07 00:15:21.408 INFO O| Sep 07 00:15:21.408 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101422026-09-07T00:15:22.680Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
101432026-09-07T00:15:22.680Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
101442026-09-07T00:15:22.680Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101452026-09-07T00:15:22.680Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101462026-09-07T00:15:22.683Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO ok!
101472026-09-07T00:15:22.683Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO STEP 65 (ensure_file) COMPLETE
101482026-09-07T00:15:22.683Z[ host-image] Sep 07 00:15:21.419 INFO O| Sep 07 00:15:21.419 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101492026-09-07T00:15:22.690Z[ host-image] Sep 07 00:15:21.429 INFO O| Sep 07 00:15:21.429 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
101502026-09-07T00:15:22.690Z[ host-image] Sep 07 00:15:21.429 INFO O| Sep 07 00:15:21.429 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
101512026-09-07T00:15:22.690Z[ host-image] Sep 07 00:15:21.429 INFO O| Sep 07 00:15:21.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
101522026-09-07T00:15:22.693Z[ host-image] Sep 07 00:15:21.429 INFO O| Sep 07 00:15:21.429 INFO ok!
101532026-09-07T00:15:22.693Z[ host-image] Sep 07 00:15:21.429 INFO O| Sep 07 00:15:21.429 INFO STEP 66 (assemble_files) COMPLETE
101542026-09-07T00:15:22.693Z[ host-image] Sep 07 00:15:21.429 INFO O| Sep 07 00:15:21.429 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101552026-09-07T00:15:22.700Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
101562026-09-07T00:15:22.700Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
101572026-09-07T00:15:22.700Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101582026-09-07T00:15:22.703Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101592026-09-07T00:15:22.703Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO ok!
101602026-09-07T00:15:22.703Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO STEP 67 (ensure_file) COMPLETE
101612026-09-07T00:15:22.703Z[ host-image] Sep 07 00:15:21.439 INFO O| Sep 07 00:15:21.439 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101622026-09-07T00:15:22.711Z[ host-image] Sep 07 00:15:21.450 INFO O| Sep 07 00:15:21.450 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101632026-09-07T00:15:22.711Z[ host-image] Sep 07 00:15:21.451 INFO O| Sep 07 00:15:21.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101642026-09-07T00:15:22.711Z[ host-image] Sep 07 00:15:21.451 INFO O| Sep 07 00:15:21.451 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101652026-09-07T00:15:22.711Z[ host-image] Sep 07 00:15:21.451 INFO O| Sep 07 00:15:21.451 INFO STEP 68 (ensure_dir) COMPLETE
101662026-09-07T00:15:22.715Z[ host-image] Sep 07 00:15:21.451 INFO O| Sep 07 00:15:21.451 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101672026-09-07T00:15:22.721Z[ host-image] Sep 07 00:15:21.461 INFO O| Sep 07 00:15:21.461 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
101682026-09-07T00:15:22.721Z[ host-image] Sep 07 00:15:21.461 INFO O| Sep 07 00:15:21.461 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 ...
101692026-09-07T00:15:22.727Z[ host-image] Sep 07 00:15:21.467 INFO O| Sep 07 00:15:21.467 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
101702026-09-07T00:15:22.727Z[ host-image] Sep 07 00:15:21.467 INFO O| Sep 07 00:15:21.467 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
101712026-09-07T00:15:22.730Z[ host-image] Sep 07 00:15:21.467 INFO O| Sep 07 00:15:21.467 INFO ok!
101722026-09-07T00:15:22.730Z[ host-image] Sep 07 00:15:21.467 INFO O| Sep 07 00:15:21.467 INFO STEP 69 (ensure_file) COMPLETE
101732026-09-07T00:15:22.731Z[ host-image] Sep 07 00:15:21.467 INFO O| Sep 07 00:15:21.467 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101742026-09-07T00:15:22.739Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
101752026-09-07T00:15:22.739Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 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 ...
101762026-09-07T00:15:22.739Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 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
101772026-09-07T00:15:22.742Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
101782026-09-07T00:15:22.742Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 INFO ok!
101792026-09-07T00:15:22.742Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 INFO STEP 70 (ensure_file) COMPLETE
101802026-09-07T00:15:22.742Z[ host-image] Sep 07 00:15:21.478 INFO O| Sep 07 00:15:21.478 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101812026-09-07T00:15:22.755Z[ host-image] Sep 07 00:15:21.494 INFO O| Sep 07 00:15:21.494 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
101822026-09-07T00:15:22.755Z[ host-image] Sep 07 00:15:21.494 INFO O| Sep 07 00:15:21.494 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101832026-09-07T00:15:23.027Z[ recovery-image] Sep 07 00:15:21.766 INFO creating Oxide boot image...
101842026-09-07T00:15:23.027Z[ recovery-image] Sep 07 00:15:21.766 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 7dc9f6d/0e29ea8 2026-09-07 00:00", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
101852026-09-07T00:15:24.580Z[ host-image] Sep 07 00:15:23.319 INFO O| Sep 07 00:15:23.318 INFO STEP 71 (pack_tar) COMPLETE
101862026-09-07T00:15:24.580Z[ host-image] Sep 07 00:15:23.319 INFO O| Sep 07 00:15:23.319 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
101872026-09-07T00:15:24.580Z[ host-image] Sep 07 00:15:23.319 INFO O| Sep 07 00:15:23.319 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
101882026-09-07T00:15:24.724Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
101892026-09-07T00:15:24.783Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
101902026-09-07T00:15:25.369Z[ host-image] Sep 07 00:15:24.107 INFO O| Sep 07 00:15:24.107 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
101912026-09-07T00:15:25.591Z[ host-image] Sep 07 00:15:24.323 INFO O| Sep 07 00:15:24.323 INFO completed processing sled/ramdisk-02-trim
101922026-09-07T00:15:25.591Z[ host-image] Sep 07 00:15:24.326 INFO image builder template: zfs...
101932026-09-07T00:15:25.591Z[ host-image] Sep 07 00:15:24.326 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/.tmpU0YlLe/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
101942026-09-07T00:15:25.622Z[ host-image] Sep 07 00:15:24.338 INFO O| Sep 07 00:15:24.338 INFO skip include "stress" because feature "stress" is not enabled
101952026-09-07T00:15:25.622Z[ host-image] Sep 07 00:15:24.338 INFO O| Sep 07 00:15:24.338 INFO skip include "stress" because feature "compliance" is not enabled
101962026-09-07T00:15:25.634Z[ host-image] Sep 07 00:15:24.373 INFO O| Sep 07 00:15:24.373 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101972026-09-07T00:15:25.638Z[ host-image] Sep 07 00:15:24.377 INFO O| Sep 07 00:15:24.377 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101982026-09-07T00:15:25.841Z[ host-image] Sep 07 00:15:24.580 INFO O| Sep 07 00:15:24.580 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101992026-09-07T00:15:25.999Z[ host-image] Sep 07 00:15:24.735 INFO O| Sep 07 00:15:24.734 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
102002026-09-07T00:15:25.999Z[ host-image] Sep 07 00:15:24.735 INFO O| Sep 07 00:15:24.735 INFO work dataset: rpool/images/build/host/work/sled/zfs
102012026-09-07T00:15:26.003Z[ host-image] Sep 07 00:15:24.739 INFO O| Sep 07 00:15:24.739 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
102022026-09-07T00:15:26.114Z[ host-image] Sep 07 00:15:24.853 INFO O| Sep 07 00:15:24.853 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
102032026-09-07T00:15:26.201Z[ host-image] Sep 07 00:15:24.940 INFO O| Sep 07 00:15:24.940 INFO DESTROY POOL: TEMPORARY-sled-zfs
102042026-09-07T00:15:26.212Z[ host-image] Sep 07 00:15:24.951 INFO O| Sep 07 00:15:24.951 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
102052026-09-07T00:15:26.219Z[ host-image] Sep 07 00:15:24.958 INFO O| Sep 07 00:15:24.958 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
102062026-09-07T00:15:26.219Z[ host-image] Sep 07 00:15:24.958 INFO O| Sep 07 00:15:24.958 INFO no lofi found
102072026-09-07T00:15:26.222Z[ host-image] Sep 07 00:15:24.958 INFO O| Sep 07 00:15:24.958 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
102082026-09-07T00:15:26.222Z[ host-image] Sep 07 00:15:24.958 INFO O| Sep 07 00:15:24.958 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
102092026-09-07T00:15:28.277Z[ host-image] Sep 07 00:15:27.016 INFO O| Sep 07 00:15:27.001 INFO lofi device = /dev/dsk/c2t1d0p0
102102026-09-07T00:15:28.277Z[ host-image] Sep 07 00:15:27.016 INFO O| Sep 07 00:15:27.001 INFO pool device = /dev/dsk/c2t1d0p0
102112026-09-07T00:15:28.280Z[ host-image] Sep 07 00:15:27.016 INFO O| Sep 07 00:15:27.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
102122026-09-07T00:15:28.410Z[ host-image] Sep 07 00:15:27.149 INFO O| Sep 07 00:15:27.149 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102132026-09-07T00:15:28.410Z[ host-image] Sep 07 00:15:27.149 INFO O| Sep 07 00:15:27.149 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
102142026-09-07T00:15:28.431Z[ host-image] Sep 07 00:15:27.170 INFO O| Sep 07 00:15:27.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
102152026-09-07T00:15:28.513Z[ host-image] Sep 07 00:15:27.252 INFO O| Sep 07 00:15:27.252 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
102162026-09-07T00:15:28.550Z[ host-image] Sep 07 00:15:27.289 INFO O| Sep 07 00:15:27.289 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
102172026-09-07T00:15:28.569Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102182026-09-07T00:15:28.572Z[ host-image] Sep 07 00:15:27.309 INFO O| Sep 07 00:15:27.309 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
102192026-09-07T00:15:28.583Z[ host-image] Sep 07 00:15:27.323 INFO O| Sep 07 00:15:27.323 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
102202026-09-07T00:15:28.609Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
102212026-09-07T00:15:28.625Z[ host-image] Sep 07 00:15:27.363 INFO O| Sep 07 00:15:27.363 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
102222026-09-07T00:15:28.625Z[ host-image] Sep 07 00:15:27.363 INFO O| Sep 07 00:15:27.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
102232026-09-07T00:15:28.629Z[ host-image] Sep 07 00:15:27.363 INFO O| Sep 07 00:15:27.363 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
102242026-09-07T00:15:28.633Z[ host-image] Sep 07 00:15:27.371 INFO O| Sep 07 00:15:27.371 INFO boot environment UUID: d1d943f3-406e-4d62-b9f9-8b383f618bb1
102252026-09-07T00:15:28.633Z[ host-image] Sep 07 00:15:27.371 INFO O| Sep 07 00:15:27.371 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d1d943f3-406e-4d62-b9f9-8b383f618bb1
102262026-09-07T00:15:28.644Z[ host-image] Sep 07 00:15:27.384 INFO O| Sep 07 00:15:27.384 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
102272026-09-07T00:15:28.659Z[ host-image] Sep 07 00:15:27.398 INFO O| Sep 07 00:15:27.398 INFO STEP 0 (create_be) COMPLETE
102282026-09-07T00:15:28.659Z[ host-image] Sep 07 00:15:27.398 INFO O| Sep 07 00:15:27.398 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102292026-09-07T00:15:28.677Z[ host-image] Sep 07 00:15:27.413 INFO O| Sep 07 00:15:27.413 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
102302026-09-07T00:15:28.851Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
102312026-09-07T00:15:35.462Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
102322026-09-07T00:15:36.156Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
102332026-09-07T00:15:39.767Z[ host-image] Sep 07 00:15:38.505 INFO O| Sep 07 00:15:38.505 INFO STEP 1 (unpack_tar) COMPLETE
102342026-09-07T00:15:39.767Z[ host-image] Sep 07 00:15:38.505 INFO O| Sep 07 00:15:38.505 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102352026-09-07T00:15:39.776Z[ host-image] Sep 07 00:15:38.515 INFO O| Sep 07 00:15:38.515 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
102362026-09-07T00:15:40.277Z[ host-image] Sep 07 00:15:39.015 INFO O| Sep 07 00:15:39.014 INFO STEP 2 (devfsadm) COMPLETE
102372026-09-07T00:15:40.280Z[ host-image] Sep 07 00:15:39.015 INFO O| Sep 07 00:15:39.014 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102382026-09-07T00:15:40.290Z[ host-image] Sep 07 00:15:39.028 INFO O| Sep 07 00:15:39.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102392026-09-07T00:15:40.290Z[ host-image] Sep 07 00:15:39.028 INFO O| Sep 07 00:15:39.028 INFO STEP 3 (ensure_dir) COMPLETE
102402026-09-07T00:15:40.293Z[ host-image] Sep 07 00:15:39.028 INFO O| Sep 07 00:15:39.028 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102412026-09-07T00:15:40.303Z[ host-image] Sep 07 00:15:39.042 INFO O| Sep 07 00:15:39.042 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102422026-09-07T00:15:40.303Z[ host-image] Sep 07 00:15:39.042 INFO O| Sep 07 00:15:39.042 INFO STEP 4 (ensure_dir) COMPLETE
102432026-09-07T00:15:40.304Z[ host-image] Sep 07 00:15:39.042 INFO O| Sep 07 00:15:39.042 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102442026-09-07T00:15:40.318Z[ host-image] Sep 07 00:15:39.057 INFO O| Sep 07 00:15:39.057 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102452026-09-07T00:15:40.318Z[ host-image] Sep 07 00:15:39.057 INFO O| Sep 07 00:15:39.057 INFO STEP 5 (ensure_dir) COMPLETE
102462026-09-07T00:15:40.322Z[ host-image] Sep 07 00:15:39.057 INFO O| Sep 07 00:15:39.057 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102472026-09-07T00:15:40.331Z[ host-image] Sep 07 00:15:39.070 INFO O| Sep 07 00:15:39.070 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102482026-09-07T00:15:40.331Z[ host-image] Sep 07 00:15:39.070 INFO O| Sep 07 00:15:39.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102492026-09-07T00:15:40.331Z[ host-image] Sep 07 00:15:39.070 INFO O| Sep 07 00:15:39.070 INFO STEP 6 (ensure_dir) COMPLETE
102502026-09-07T00:15:40.338Z[ host-image] Sep 07 00:15:39.070 INFO O| Sep 07 00:15:39.070 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102512026-09-07T00:15:40.351Z[ host-image] Sep 07 00:15:39.084 INFO O| Sep 07 00:15:39.084 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102522026-09-07T00:15:40.351Z[ host-image] Sep 07 00:15:39.084 INFO O| Sep 07 00:15:39.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102532026-09-07T00:15:40.354Z[ host-image] Sep 07 00:15:39.084 INFO O| Sep 07 00:15:39.084 INFO STEP 7 (ensure_dir) COMPLETE
102542026-09-07T00:15:40.355Z[ host-image] Sep 07 00:15:39.084 INFO O| Sep 07 00:15:39.084 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102552026-09-07T00:15:40.358Z[ host-image] Sep 07 00:15:39.096 INFO O| Sep 07 00:15:39.096 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
102562026-09-07T00:15:40.359Z[ host-image] Sep 07 00:15:39.097 INFO O| Sep 07 00:15:39.097 INFO STEP 8 (remove_files) COMPLETE
102572026-09-07T00:15:40.359Z[ host-image] Sep 07 00:15:39.097 INFO O| Sep 07 00:15:39.097 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102582026-09-07T00:15:40.370Z[ host-image] Sep 07 00:15:39.109 INFO O| Sep 07 00:15:39.109 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
102592026-09-07T00:15:40.374Z[ host-image] Sep 07 00:15:39.110 INFO O| Sep 07 00:15:39.110 INFO STEP 9 (remove_files) COMPLETE
102602026-09-07T00:15:40.375Z[ host-image] Sep 07 00:15:39.110 INFO O| Sep 07 00:15:39.110 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102612026-09-07T00:15:40.388Z[ host-image] Sep 07 00:15:39.126 INFO O| Sep 07 00:15:39.125 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
102622026-09-07T00:15:40.392Z[ host-image] Sep 07 00:15:39.126 INFO O| Sep 07 00:15:39.126 INFO STEP 10 (remove_files) COMPLETE
102632026-09-07T00:15:40.392Z[ host-image] Sep 07 00:15:39.126 INFO O| Sep 07 00:15:39.126 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102642026-09-07T00:15:40.416Z[ host-image] Sep 07 00:15:39.152 INFO O| Sep 07 00:15:39.148 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
102652026-09-07T00:15:40.416Z[ host-image] Sep 07 00:15:39.152 INFO O| Sep 07 00:15:39.148 INFO STEP 11 (remove_files) COMPLETE
102662026-09-07T00:15:40.417Z[ host-image] Sep 07 00:15:39.152 INFO O| Sep 07 00:15:39.148 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102672026-09-07T00:15:40.430Z[ host-image] Sep 07 00:15:39.166 INFO O| Sep 07 00:15:39.166 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
102682026-09-07T00:15:40.430Z[ host-image] Sep 07 00:15:39.166 INFO O| Sep 07 00:15:39.166 INFO STEP 12 (remove_files) COMPLETE
102692026-09-07T00:15:40.430Z[ host-image] Sep 07 00:15:39.166 INFO O| Sep 07 00:15:39.166 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102702026-09-07T00:15:40.441Z[ host-image] Sep 07 00:15:39.180 INFO O| Sep 07 00:15:39.180 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102712026-09-07T00:15:40.441Z[ host-image] Sep 07 00:15:39.180 INFO O| Sep 07 00:15:39.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102722026-09-07T00:15:40.442Z[ host-image] Sep 07 00:15:39.180 INFO O| Sep 07 00:15:39.180 INFO STEP 13 (ensure_dir) COMPLETE
102732026-09-07T00:15:40.446Z[ host-image] Sep 07 00:15:39.180 INFO O| Sep 07 00:15:39.180 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102742026-09-07T00:15:40.460Z[ host-image] Sep 07 00:15:39.196 INFO O| Sep 07 00:15:39.196 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102752026-09-07T00:15:40.461Z[ host-image] Sep 07 00:15:39.196 INFO O| Sep 07 00:15:39.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102762026-09-07T00:15:40.464Z[ host-image] Sep 07 00:15:39.196 INFO O| Sep 07 00:15:39.196 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102772026-09-07T00:15:40.465Z[ host-image] Sep 07 00:15:39.196 INFO O| Sep 07 00:15:39.196 INFO STEP 14 (ensure_dir) COMPLETE
102782026-09-07T00:15:40.465Z[ host-image] Sep 07 00:15:39.196 INFO O| Sep 07 00:15:39.196 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102792026-09-07T00:15:40.468Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
102802026-09-07T00:15:40.484Z[ host-image] Sep 07 00:15:39.215 INFO O| Sep 07 00:15:39.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102812026-09-07T00:15:40.484Z[ host-image] Sep 07 00:15:39.215 INFO O| Sep 07 00:15:39.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102822026-09-07T00:15:40.484Z[ host-image] Sep 07 00:15:39.215 INFO O| Sep 07 00:15:39.215 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102832026-09-07T00:15:40.485Z[ host-image] Sep 07 00:15:39.215 INFO O| Sep 07 00:15:39.215 INFO STEP 15 (ensure_dir) COMPLETE
102842026-09-07T00:15:40.485Z[ host-image] Sep 07 00:15:39.215 INFO O| Sep 07 00:15:39.215 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102852026-09-07T00:15:40.490Z[ host-image] Sep 07 00:15:39.227 INFO O| Sep 07 00:15:39.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102862026-09-07T00:15:40.490Z[ host-image] Sep 07 00:15:39.227 INFO O| Sep 07 00:15:39.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102872026-09-07T00:15:40.491Z[ host-image] Sep 07 00:15:39.227 INFO O| Sep 07 00:15:39.227 INFO STEP 16 (ensure_dir) COMPLETE
102882026-09-07T00:15:40.491Z[ host-image] Sep 07 00:15:39.227 INFO O| Sep 07 00:15:39.227 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102892026-09-07T00:15:40.501Z[ host-image] Sep 07 00:15:39.240 INFO O| Sep 07 00:15:39.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102902026-09-07T00:15:40.502Z[ host-image] Sep 07 00:15:39.240 INFO O| Sep 07 00:15:39.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102912026-09-07T00:15:40.502Z[ host-image] Sep 07 00:15:39.240 INFO O| Sep 07 00:15:39.240 INFO STEP 17 (ensure_dir) COMPLETE
102922026-09-07T00:15:40.505Z[ host-image] Sep 07 00:15:39.240 INFO O| Sep 07 00:15:39.240 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102932026-09-07T00:15:40.515Z[ host-image] Sep 07 00:15:39.252 INFO O| Sep 07 00:15:39.252 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
102942026-09-07T00:15:40.515Z[ host-image] Sep 07 00:15:39.252 INFO O| Sep 07 00:15:39.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
102952026-09-07T00:15:40.515Z[ host-image] Sep 07 00:15:39.252 INFO O| Sep 07 00:15:39.252 INFO ok!
102962026-09-07T00:15:40.516Z[ host-image] Sep 07 00:15:39.252 INFO O| Sep 07 00:15:39.252 INFO STEP 18 (ensure_symlink) COMPLETE
102972026-09-07T00:15:40.516Z[ host-image] Sep 07 00:15:39.252 INFO O| Sep 07 00:15:39.252 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102982026-09-07T00:15:40.529Z[ host-image] Sep 07 00:15:39.267 INFO O| Sep 07 00:15:39.267 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102992026-09-07T00:15:40.529Z[ host-image] Sep 07 00:15:39.267 INFO O| Sep 07 00:15:39.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
103002026-09-07T00:15:40.529Z[ host-image] Sep 07 00:15:39.267 INFO O| Sep 07 00:15:39.267 INFO ok!
103012026-09-07T00:15:40.529Z[ host-image] Sep 07 00:15:39.267 INFO O| Sep 07 00:15:39.267 INFO STEP 19 (ensure_file) COMPLETE
103022026-09-07T00:15:40.533Z[ host-image] Sep 07 00:15:39.267 INFO O| Sep 07 00:15:39.267 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103032026-09-07T00:15:40.544Z[ host-image] Sep 07 00:15:39.283 INFO O| Sep 07 00:15:39.282 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
103042026-09-07T00:15:40.544Z[ host-image] Sep 07 00:15:39.283 INFO O| Sep 07 00:15:39.282 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
103052026-09-07T00:15:40.550Z[ host-image] Sep 07 00:15:39.283 INFO O| Sep 07 00:15:39.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
103062026-09-07T00:15:40.550Z[ host-image] Sep 07 00:15:39.283 INFO O| Sep 07 00:15:39.282 INFO ok!
103072026-09-07T00:15:40.550Z[ host-image] Sep 07 00:15:39.283 INFO O| Sep 07 00:15:39.282 INFO STEP 20 (ensure_symlink) COMPLETE
103082026-09-07T00:15:40.551Z[ host-image] Sep 07 00:15:39.283 INFO O| Sep 07 00:15:39.282 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103092026-09-07T00:15:40.556Z[ host-image] Sep 07 00:15:39.295 INFO O| Sep 07 00:15:39.294 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
103102026-09-07T00:15:40.556Z[ host-image] Sep 07 00:15:39.295 INFO O| Sep 07 00:15:39.295 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
103112026-09-07T00:15:40.556Z[ host-image] Sep 07 00:15:39.295 INFO O| Sep 07 00:15:39.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
103122026-09-07T00:15:40.556Z[ host-image] Sep 07 00:15:39.295 INFO O| Sep 07 00:15:39.295 INFO ok!
103132026-09-07T00:15:40.556Z[ host-image] Sep 07 00:15:39.295 INFO O| Sep 07 00:15:39.295 INFO STEP 21 (ensure_symlink) COMPLETE
103142026-09-07T00:15:40.556Z[ host-image] Sep 07 00:15:39.295 INFO O| Sep 07 00:15:39.295 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103152026-09-07T00:15:40.571Z[ host-image] Sep 07 00:15:39.309 INFO O| Sep 07 00:15:39.309 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
103162026-09-07T00:15:40.571Z[ host-image] Sep 07 00:15:39.309 INFO O| Sep 07 00:15:39.309 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
103172026-09-07T00:15:40.576Z[ host-image] Sep 07 00:15:39.309 INFO O| Sep 07 00:15:39.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
103182026-09-07T00:15:40.576Z[ host-image] Sep 07 00:15:39.309 INFO O| Sep 07 00:15:39.309 INFO ok!
103192026-09-07T00:15:40.576Z[ host-image] Sep 07 00:15:39.309 INFO O| Sep 07 00:15:39.309 INFO STEP 22 (ensure_symlink) COMPLETE
103202026-09-07T00:15:40.577Z[ host-image] Sep 07 00:15:39.309 INFO O| Sep 07 00:15:39.309 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103212026-09-07T00:15:40.581Z[ host-image] Sep 07 00:15:39.319 INFO O| Sep 07 00:15:39.319 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
103222026-09-07T00:15:40.581Z[ host-image] Sep 07 00:15:39.319 INFO O| Sep 07 00:15:39.319 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
103232026-09-07T00:15:40.581Z[ host-image] Sep 07 00:15:39.319 INFO O| Sep 07 00:15:39.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
103242026-09-07T00:15:40.581Z[ host-image] Sep 07 00:15:39.319 INFO O| Sep 07 00:15:39.319 INFO ok!
103252026-09-07T00:15:40.581Z[ host-image] Sep 07 00:15:39.319 INFO O| Sep 07 00:15:39.319 INFO STEP 23 (ensure_symlink) COMPLETE
103262026-09-07T00:15:40.581Z[ host-image] Sep 07 00:15:39.319 INFO O| Sep 07 00:15:39.319 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103272026-09-07T00:15:40.594Z[ host-image] Sep 07 00:15:39.331 INFO O| Sep 07 00:15:39.331 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
103282026-09-07T00:15:40.594Z[ host-image] Sep 07 00:15:39.331 INFO O| Sep 07 00:15:39.331 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
103292026-09-07T00:15:40.594Z[ host-image] Sep 07 00:15:39.331 INFO O| Sep 07 00:15:39.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
103302026-09-07T00:15:40.594Z[ host-image] Sep 07 00:15:39.331 INFO O| Sep 07 00:15:39.331 INFO ok!
103312026-09-07T00:15:40.594Z[ host-image] Sep 07 00:15:39.331 INFO O| Sep 07 00:15:39.331 INFO STEP 24 (ensure_file) COMPLETE
103322026-09-07T00:15:40.594Z[ host-image] Sep 07 00:15:39.331 INFO O| Sep 07 00:15:39.331 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
103332026-09-07T00:15:40.603Z[ host-image] Sep 07 00:15:39.341 INFO O| Sep 07 00:15:39.341 INFO updating shadow file
103342026-09-07T00:15:40.603Z[ host-image] Sep 07 00:15:39.341 INFO O| Sep 07 00:15:39.341 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103352026-09-07T00:15:40.603Z[ host-image] Sep 07 00:15:39.341 INFO O| Sep 07 00:15:39.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103362026-09-07T00:15:40.608Z[ host-image] Sep 07 00:15:39.341 INFO O| Sep 07 00:15:39.341 INFO STEP 25 (shadow) COMPLETE
103372026-09-07T00:15:40.608Z[ host-image] Sep 07 00:15:39.341 INFO O| Sep 07 00:15:39.341 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103382026-09-07T00:15:40.613Z[ host-image] Sep 07 00:15:39.352 INFO O| Sep 07 00:15:39.352 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
103392026-09-07T00:15:40.613Z[ host-image] Sep 07 00:15:39.352 INFO O| Sep 07 00:15:39.352 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
103402026-09-07T00:15:40.617Z[ host-image] Sep 07 00:15:39.352 INFO O| Sep 07 00:15:39.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
103412026-09-07T00:15:40.618Z[ host-image] Sep 07 00:15:39.352 INFO O| Sep 07 00:15:39.352 INFO ok!
103422026-09-07T00:15:40.618Z[ host-image] Sep 07 00:15:39.352 INFO O| Sep 07 00:15:39.352 INFO STEP 26 (ensure_file) COMPLETE
103432026-09-07T00:15:40.618Z[ host-image] Sep 07 00:15:39.352 INFO O| Sep 07 00:15:39.352 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103442026-09-07T00:15:40.624Z[ host-image] Sep 07 00:15:39.363 INFO O| Sep 07 00:15:39.363 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
103452026-09-07T00:15:40.625Z[ host-image] Sep 07 00:15:39.363 INFO O| Sep 07 00:15:39.363 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
103462026-09-07T00:15:40.628Z[ host-image] Sep 07 00:15:39.363 INFO O| Sep 07 00:15:39.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
103472026-09-07T00:15:40.628Z[ host-image] Sep 07 00:15:39.363 INFO O| Sep 07 00:15:39.363 INFO ok!
103482026-09-07T00:15:40.628Z[ host-image] Sep 07 00:15:39.363 INFO O| Sep 07 00:15:39.363 INFO STEP 27 (ensure_file) COMPLETE
103492026-09-07T00:15:40.628Z[ host-image] Sep 07 00:15:39.363 INFO O| Sep 07 00:15:39.363 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103502026-09-07T00:15:40.637Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
103512026-09-07T00:15:40.637Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
103522026-09-07T00:15:40.637Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103532026-09-07T00:15:40.650Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103542026-09-07T00:15:40.650Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 INFO ok!
103552026-09-07T00:15:40.650Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 INFO STEP 28 (ensure_file) COMPLETE
103562026-09-07T00:15:40.650Z[ host-image] Sep 07 00:15:39.375 INFO O| Sep 07 00:15:39.375 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103572026-09-07T00:15:40.650Z[ host-image] Sep 07 00:15:39.388 INFO O| Sep 07 00:15:39.388 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
103582026-09-07T00:15:40.654Z[ host-image] Sep 07 00:15:39.388 INFO O| Sep 07 00:15:39.388 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
103592026-09-07T00:15:40.654Z[ host-image] Sep 07 00:15:39.388 INFO O| Sep 07 00:15:39.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
103602026-09-07T00:15:40.654Z[ host-image] Sep 07 00:15:39.388 INFO O| Sep 07 00:15:39.388 INFO ok!
103612026-09-07T00:15:40.654Z[ host-image] Sep 07 00:15:39.388 INFO O| Sep 07 00:15:39.388 INFO STEP 29 (ensure_file) COMPLETE
103622026-09-07T00:15:40.654Z[ host-image] Sep 07 00:15:39.388 INFO O| Sep 07 00:15:39.388 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103632026-09-07T00:15:40.662Z[ host-image] Sep 07 00:15:39.401 INFO O| Sep 07 00:15:39.401 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103642026-09-07T00:15:40.662Z[ host-image] Sep 07 00:15:39.401 INFO O| Sep 07 00:15:39.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103652026-09-07T00:15:40.668Z[ host-image] Sep 07 00:15:39.401 INFO O| Sep 07 00:15:39.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103662026-09-07T00:15:40.668Z[ host-image] Sep 07 00:15:39.401 INFO O| Sep 07 00:15:39.401 INFO STEP 30 (ensure_dir) COMPLETE
103672026-09-07T00:15:40.668Z[ host-image] Sep 07 00:15:39.401 INFO O| Sep 07 00:15:39.401 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103682026-09-07T00:15:40.674Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
103692026-09-07T00:15:40.674Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103702026-09-07T00:15:40.678Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103712026-09-07T00:15:40.678Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103722026-09-07T00:15:40.678Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO ok!
103732026-09-07T00:15:40.678Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO STEP 31 (ensure_file) COMPLETE
103742026-09-07T00:15:40.678Z[ host-image] Sep 07 00:15:39.413 INFO O| Sep 07 00:15:39.413 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103752026-09-07T00:15:40.687Z[ host-image] Sep 07 00:15:39.426 INFO O| Sep 07 00:15:39.426 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103762026-09-07T00:15:40.687Z[ host-image] Sep 07 00:15:39.426 INFO O| Sep 07 00:15:39.426 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103772026-09-07T00:15:40.692Z[ host-image] Sep 07 00:15:39.426 INFO O| Sep 07 00:15:39.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103782026-09-07T00:15:40.692Z[ host-image] Sep 07 00:15:39.426 INFO O| Sep 07 00:15:39.426 INFO STEP 32 (ensure_dir) COMPLETE
103792026-09-07T00:15:40.692Z[ host-image] Sep 07 00:15:39.426 INFO O| Sep 07 00:15:39.426 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103802026-09-07T00:15:40.700Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
103812026-09-07T00:15:40.700Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 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 ...
103822026-09-07T00:15:40.704Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 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
103832026-09-07T00:15:40.704Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103842026-09-07T00:15:40.704Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 INFO ok!
103852026-09-07T00:15:40.704Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 INFO STEP 33 (ensure_file) COMPLETE
103862026-09-07T00:15:40.704Z[ host-image] Sep 07 00:15:39.439 INFO O| Sep 07 00:15:39.439 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103872026-09-07T00:15:40.713Z[ host-image] Sep 07 00:15:39.452 INFO O| Sep 07 00:15:39.452 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
103882026-09-07T00:15:40.713Z[ host-image] Sep 07 00:15:39.452 INFO O| Sep 07 00:15:39.452 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
103892026-09-07T00:15:40.717Z[ host-image] Sep 07 00:15:39.452 INFO O| Sep 07 00:15:39.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
103902026-09-07T00:15:40.717Z[ host-image] Sep 07 00:15:39.452 INFO O| Sep 07 00:15:39.452 INFO ok!
103912026-09-07T00:15:40.717Z[ host-image] Sep 07 00:15:39.452 INFO O| Sep 07 00:15:39.452 INFO STEP 34 (ensure_file) COMPLETE
103922026-09-07T00:15:40.717Z[ host-image] Sep 07 00:15:39.452 INFO O| Sep 07 00:15:39.452 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103932026-09-07T00:15:40.725Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
103942026-09-07T00:15:40.725Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
103952026-09-07T00:15:40.729Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103962026-09-07T00:15:40.729Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103972026-09-07T00:15:40.729Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 INFO ok!
103982026-09-07T00:15:40.729Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 INFO STEP 35 (ensure_file) COMPLETE
103992026-09-07T00:15:40.729Z[ host-image] Sep 07 00:15:39.463 INFO O| Sep 07 00:15:39.463 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104002026-09-07T00:15:40.767Z[ host-image] Sep 07 00:15:39.476 INFO O| Sep 07 00:15:39.476 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
104012026-09-07T00:15:40.771Z[ host-image] Sep 07 00:15:39.476 INFO O| Sep 07 00:15:39.476 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
104022026-09-07T00:15:40.771Z[ host-image] Sep 07 00:15:39.476 INFO O| Sep 07 00:15:39.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
104032026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.476 INFO O| Sep 07 00:15:39.476 INFO ok!
104042026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.476 INFO O| Sep 07 00:15:39.476 INFO STEP 36 (ensure_file) COMPLETE
104052026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.476 INFO O| Sep 07 00:15:39.476 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104062026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.487 INFO O| Sep 07 00:15:39.487 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
104072026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.487 INFO O| Sep 07 00:15:39.487 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
104082026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.488 INFO O| Sep 07 00:15:39.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
104092026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.488 INFO O| Sep 07 00:15:39.488 INFO ok!
104102026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.488 INFO O| Sep 07 00:15:39.488 INFO STEP 37 (ensure_file) COMPLETE
104112026-09-07T00:15:40.772Z[ host-image] Sep 07 00:15:39.488 INFO O| Sep 07 00:15:39.488 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104122026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
104132026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
104142026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104152026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104162026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104172026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104182026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO ok!
104192026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO STEP 38 (ensure_file) COMPLETE
104202026-09-07T00:15:40.773Z[ host-image] Sep 07 00:15:39.500 INFO O| Sep 07 00:15:39.500 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104212026-09-07T00:15:40.777Z[ host-image] Sep 07 00:15:39.512 INFO O| Sep 07 00:15:39.512 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104222026-09-07T00:15:40.777Z[ host-image] Sep 07 00:15:39.512 INFO O| Sep 07 00:15:39.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104232026-09-07T00:15:40.777Z[ host-image] Sep 07 00:15:39.512 INFO O| Sep 07 00:15:39.512 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104242026-09-07T00:15:40.778Z[ host-image] Sep 07 00:15:39.512 INFO O| Sep 07 00:15:39.512 INFO STEP 39 (ensure_dir) COMPLETE
104252026-09-07T00:15:40.778Z[ host-image] Sep 07 00:15:39.512 INFO O| Sep 07 00:15:39.512 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104262026-09-07T00:15:40.784Z[ host-image] Sep 07 00:15:39.523 INFO O| Sep 07 00:15:39.523 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
104272026-09-07T00:15:40.785Z[ host-image] Sep 07 00:15:39.523 INFO O| Sep 07 00:15:39.523 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 ...
104282026-09-07T00:15:40.788Z[ host-image] Sep 07 00:15:39.523 INFO O| Sep 07 00:15:39.523 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
104292026-09-07T00:15:40.788Z[ host-image] Sep 07 00:15:39.523 INFO O| Sep 07 00:15:39.523 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
104302026-09-07T00:15:40.788Z[ host-image] Sep 07 00:15:39.523 INFO O| Sep 07 00:15:39.523 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
104312026-09-07T00:15:40.788Z[ host-image] Sep 07 00:15:39.524 INFO O| Sep 07 00:15:39.523 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
104322026-09-07T00:15:40.788Z[ host-image] Sep 07 00:15:39.524 INFO O| Sep 07 00:15:39.524 INFO ok!
104332026-09-07T00:15:40.789Z[ host-image] Sep 07 00:15:39.524 INFO O| Sep 07 00:15:39.524 INFO STEP 40 (ensure_file) COMPLETE
104342026-09-07T00:15:40.789Z[ host-image] Sep 07 00:15:39.524 INFO O| Sep 07 00:15:39.524 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104352026-09-07T00:15:40.796Z[ host-image] Sep 07 00:15:39.535 INFO O| Sep 07 00:15:39.535 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
104362026-09-07T00:15:40.796Z[ host-image] Sep 07 00:15:39.535 INFO O| Sep 07 00:15:39.535 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 ...
104372026-09-07T00:15:40.800Z[ host-image] Sep 07 00:15:39.535 INFO O| Sep 07 00:15:39.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
104382026-09-07T00:15:40.800Z[ host-image] Sep 07 00:15:39.535 INFO O| Sep 07 00:15:39.535 INFO ok!
104392026-09-07T00:15:40.800Z[ host-image] Sep 07 00:15:39.535 INFO O| Sep 07 00:15:39.535 INFO STEP 41 (ensure_symlink) COMPLETE
104402026-09-07T00:15:40.801Z[ host-image] Sep 07 00:15:39.535 INFO O| Sep 07 00:15:39.535 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104412026-09-07T00:15:40.808Z[ host-image] Sep 07 00:15:39.547 INFO O| Sep 07 00:15:39.547 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
104422026-09-07T00:15:40.808Z[ host-image] Sep 07 00:15:39.547 INFO O| Sep 07 00:15:39.547 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
104432026-09-07T00:15:40.812Z[ host-image] Sep 07 00:15:39.547 INFO O| Sep 07 00:15:39.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
104442026-09-07T00:15:40.812Z[ host-image] Sep 07 00:15:39.547 INFO O| Sep 07 00:15:39.547 INFO ok!
104452026-09-07T00:15:40.812Z[ host-image] Sep 07 00:15:39.547 INFO O| Sep 07 00:15:39.547 INFO STEP 42 (ensure_symlink) COMPLETE
104462026-09-07T00:15:40.812Z[ host-image] Sep 07 00:15:39.547 INFO O| Sep 07 00:15:39.547 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104472026-09-07T00:15:40.820Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.558 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
104482026-09-07T00:15:40.820Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.558 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
104492026-09-07T00:15:40.824Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104502026-09-07T00:15:40.825Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104512026-09-07T00:15:40.826Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104522026-09-07T00:15:40.826Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104532026-09-07T00:15:40.826Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO ok!
104542026-09-07T00:15:40.826Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO STEP 43 (ensure_file) COMPLETE
104552026-09-07T00:15:40.826Z[ host-image] Sep 07 00:15:39.559 INFO O| Sep 07 00:15:39.559 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104562026-09-07T00:15:40.831Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.569 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
104572026-09-07T00:15:40.831Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.570 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 ...
104582026-09-07T00:15:40.831Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.570 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
104592026-09-07T00:15:40.835Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.570 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
104602026-09-07T00:15:40.835Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.570 INFO ok!
104612026-09-07T00:15:40.835Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.570 INFO STEP 44 (ensure_file) COMPLETE
104622026-09-07T00:15:40.835Z[ host-image] Sep 07 00:15:39.570 INFO O| Sep 07 00:15:39.570 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104632026-09-07T00:15:40.850Z[ host-image] Sep 07 00:15:39.589 INFO O| Sep 07 00:15:39.589 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
104642026-09-07T00:15:40.850Z[ host-image] Sep 07 00:15:39.589 INFO O| Sep 07 00:15:39.589 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
104652026-09-07T00:15:40.854Z[ host-image] Sep 07 00:15:39.589 INFO O| Sep 07 00:15:39.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
104662026-09-07T00:15:40.854Z[ host-image] Sep 07 00:15:39.589 INFO O| Sep 07 00:15:39.589 INFO ok!
104672026-09-07T00:15:40.854Z[ host-image] Sep 07 00:15:39.589 INFO O| Sep 07 00:15:39.589 INFO STEP 45 (ensure_file) COMPLETE
104682026-09-07T00:15:40.854Z[ host-image] Sep 07 00:15:39.589 INFO O| Sep 07 00:15:39.589 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104692026-09-07T00:15:40.864Z[ host-image] Sep 07 00:15:39.602 INFO O| Sep 07 00:15:39.602 INFO updating shadow file
104702026-09-07T00:15:40.864Z[ host-image] Sep 07 00:15:39.602 INFO O| Sep 07 00:15:39.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104712026-09-07T00:15:40.867Z[ host-image] Sep 07 00:15:39.602 INFO O| Sep 07 00:15:39.602 INFO STEP 46 (shadow) COMPLETE
104722026-09-07T00:15:40.867Z[ host-image] Sep 07 00:15:39.602 INFO O| Sep 07 00:15:39.602 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104732026-09-07T00:15:40.876Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104742026-09-07T00:15:40.876Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104752026-09-07T00:15:40.879Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104762026-09-07T00:15:40.879Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104772026-09-07T00:15:40.879Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO ok!
104782026-09-07T00:15:40.880Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO STEP 47 (ensure_file) COMPLETE
104792026-09-07T00:15:40.880Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104802026-09-07T00:15:40.880Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO skip step because feature "mfg" is not enabled
104812026-09-07T00:15:40.880Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104822026-09-07T00:15:40.880Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO skip step because feature "mfg" is not enabled
104832026-09-07T00:15:40.880Z[ host-image] Sep 07 00:15:39.615 INFO O| Sep 07 00:15:39.615 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104842026-09-07T00:15:40.889Z[ host-image] Sep 07 00:15:39.628 INFO O| Sep 07 00:15:39.628 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104852026-09-07T00:15:40.889Z[ host-image] Sep 07 00:15:39.628 INFO O| Sep 07 00:15:39.628 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104862026-09-07T00:15:40.926Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104872026-09-07T00:15:40.926Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104882026-09-07T00:15:40.929Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO ok!
104892026-09-07T00:15:40.929Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO STEP 50 (ensure_file) COMPLETE
104902026-09-07T00:15:40.929Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104912026-09-07T00:15:40.930Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO skip step because feature "compliance" is not enabled
104922026-09-07T00:15:40.930Z[ host-image] Sep 07 00:15:39.664 INFO O| Sep 07 00:15:39.664 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104932026-09-07T00:15:40.939Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
104942026-09-07T00:15:40.939Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
104952026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104962026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104972026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104982026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104992026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO ok!
105002026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO STEP 52 (ensure_file) COMPLETE
105012026-09-07T00:15:40.943Z[ host-image] Sep 07 00:15:39.677 INFO O| Sep 07 00:15:39.677 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105022026-09-07T00:15:40.950Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
105032026-09-07T00:15:40.950Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 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 ...
105042026-09-07T00:15:40.951Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 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
105052026-09-07T00:15:40.954Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
105062026-09-07T00:15:40.954Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 INFO ok!
105072026-09-07T00:15:40.955Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 INFO STEP 53 (ensure_file) COMPLETE
105082026-09-07T00:15:40.955Z[ host-image] Sep 07 00:15:39.689 INFO O| Sep 07 00:15:39.689 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105092026-09-07T00:15:40.994Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
105102026-09-07T00:15:40.998Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 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 ...
105112026-09-07T00:15:40.998Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105122026-09-07T00:15:40.999Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105132026-09-07T00:15:40.999Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 INFO ok!
105142026-09-07T00:15:40.999Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 INFO STEP 54 (ensure_file) COMPLETE
105152026-09-07T00:15:41.003Z[ host-image] Sep 07 00:15:39.731 INFO O| Sep 07 00:15:39.731 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105162026-09-07T00:15:41.006Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
105172026-09-07T00:15:41.006Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 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 ...
105182026-09-07T00:15:41.006Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 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
105192026-09-07T00:15:41.019Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
105202026-09-07T00:15:41.023Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 INFO ok!
105212026-09-07T00:15:41.027Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 INFO STEP 55 (ensure_file) COMPLETE
105222026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.744 INFO O| Sep 07 00:15:39.744 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105232026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
105242026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 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 ...
105252026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105262026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105272026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 INFO ok!
105282026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 INFO STEP 56 (ensure_file) COMPLETE
105292026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.754 INFO O| Sep 07 00:15:39.754 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105302026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
105312026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 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 ...
105322026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 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
105332026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
105342026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 INFO ok!
105352026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 INFO STEP 57 (ensure_file) COMPLETE
105362026-09-07T00:15:41.029Z[ host-image] Sep 07 00:15:39.763 INFO O| Sep 07 00:15:39.763 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105372026-09-07T00:15:41.035Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
105382026-09-07T00:15:41.035Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 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 ...
105392026-09-07T00:15:41.038Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105402026-09-07T00:15:41.039Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105412026-09-07T00:15:41.039Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105422026-09-07T00:15:41.039Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105432026-09-07T00:15:41.039Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO ok!
105442026-09-07T00:15:41.039Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO STEP 58 (ensure_file) COMPLETE
105452026-09-07T00:15:41.039Z[ host-image] Sep 07 00:15:39.773 INFO O| Sep 07 00:15:39.773 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105462026-09-07T00:15:41.045Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
105472026-09-07T00:15:41.045Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 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 ...
105482026-09-07T00:15:41.049Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 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
105492026-09-07T00:15:41.049Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105502026-09-07T00:15:41.050Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 INFO ok!
105512026-09-07T00:15:41.050Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 INFO STEP 59 (ensure_file) COMPLETE
105522026-09-07T00:15:41.050Z[ host-image] Sep 07 00:15:39.784 INFO O| Sep 07 00:15:39.784 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105532026-09-07T00:15:41.056Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.794 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
105542026-09-07T00:15:41.056Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.794 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
105552026-09-07T00:15:41.059Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.795 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105562026-09-07T00:15:41.059Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105572026-09-07T00:15:41.059Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.795 INFO ok!
105582026-09-07T00:15:41.059Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.795 INFO STEP 60 (ensure_file) COMPLETE
105592026-09-07T00:15:41.060Z[ host-image] Sep 07 00:15:39.795 INFO O| Sep 07 00:15:39.795 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105602026-09-07T00:15:41.067Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
105612026-09-07T00:15:41.067Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 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 ...
105622026-09-07T00:15:41.072Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 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
105632026-09-07T00:15:41.072Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
105642026-09-07T00:15:41.072Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 INFO ok!
105652026-09-07T00:15:41.073Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 INFO STEP 61 (ensure_file) COMPLETE
105662026-09-07T00:15:41.073Z[ host-image] Sep 07 00:15:39.805 INFO O| Sep 07 00:15:39.805 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105672026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
105682026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
105692026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105702026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105712026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105722026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105732026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO ok!
105742026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO STEP 62 (ensure_file) COMPLETE
105752026-09-07T00:15:41.077Z[ host-image] Sep 07 00:15:39.815 INFO O| Sep 07 00:15:39.815 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105762026-09-07T00:15:41.086Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105772026-09-07T00:15:41.086Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 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 ...
105782026-09-07T00:15:41.090Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 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
105792026-09-07T00:15:41.090Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
105802026-09-07T00:15:41.090Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 INFO ok!
105812026-09-07T00:15:41.090Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 INFO STEP 63 (ensure_file) COMPLETE
105822026-09-07T00:15:41.090Z[ host-image] Sep 07 00:15:39.825 INFO O| Sep 07 00:15:39.825 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105832026-09-07T00:15:41.097Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.835 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105842026-09-07T00:15:41.097Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.836 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 ...
105852026-09-07T00:15:41.100Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.836 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
105862026-09-07T00:15:41.100Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105872026-09-07T00:15:41.100Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.836 INFO ok!
105882026-09-07T00:15:41.100Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.836 INFO STEP 64 (ensure_file) COMPLETE
105892026-09-07T00:15:41.100Z[ host-image] Sep 07 00:15:39.836 INFO O| Sep 07 00:15:39.836 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105902026-09-07T00:15:41.107Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
105912026-09-07T00:15:41.111Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 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 ...
105922026-09-07T00:15:41.111Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 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
105932026-09-07T00:15:41.111Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
105942026-09-07T00:15:41.112Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO ok!
105952026-09-07T00:15:41.112Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO STEP 65 (ensure_file) COMPLETE
105962026-09-07T00:15:41.112Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105972026-09-07T00:15:41.112Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO skip step because feature "mbist" is not enabled
105982026-09-07T00:15:41.112Z[ host-image] Sep 07 00:15:39.846 INFO O| Sep 07 00:15:39.846 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-09-07T00:15:41.117Z[ host-image] Sep 07 00:15:39.856 INFO O| Sep 07 00:15:39.856 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
106002026-09-07T00:15:41.118Z[ host-image] Sep 07 00:15:39.856 INFO O| Sep 07 00:15:39.856 INFO STEP 67 (ensure_dir) COMPLETE
106012026-09-07T00:15:41.121Z[ host-image] Sep 07 00:15:39.856 INFO O| Sep 07 00:15:39.856 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-09-07T00:15:41.131Z[ host-image] Sep 07 00:15:39.870 INFO O| Sep 07 00:15:39.870 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106032026-09-07T00:15:41.131Z[ host-image] Sep 07 00:15:39.870 INFO O| Sep 07 00:15:39.870 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106042026-09-07T00:15:41.135Z[ host-image] Sep 07 00:15:39.870 INFO O| Sep 07 00:15:39.870 INFO STEP 68 (ensure_dir) COMPLETE
106052026-09-07T00:15:41.135Z[ host-image] Sep 07 00:15:39.870 INFO O| Sep 07 00:15:39.870 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-09-07T00:15:41.142Z[ host-image] Sep 07 00:15:39.881 INFO O| Sep 07 00:15:39.881 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106072026-09-07T00:15:41.147Z[ host-image] Sep 07 00:15:39.881 INFO O| Sep 07 00:15:39.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106082026-09-07T00:15:41.147Z[ host-image] Sep 07 00:15:39.881 INFO O| Sep 07 00:15:39.881 INFO STEP 69 (ensure_dir) COMPLETE
106092026-09-07T00:15:41.148Z[ host-image] Sep 07 00:15:39.881 INFO O| Sep 07 00:15:39.881 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-09-07T00:15:41.201Z[ host-image] Sep 07 00:15:39.939 INFO O| Sep 07 00:15:39.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
106112026-09-07T00:15:41.201Z[ host-image] Sep 07 00:15:39.939 INFO O| Sep 07 00:15:39.939 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
106122026-09-07T00:15:41.873Z[ host-image] Sep 07 00:15:40.612 INFO O| Sep 07 00:15:40.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
106132026-09-07T00:15:41.873Z[ host-image] Sep 07 00:15:40.612 INFO O| Sep 07 00:15:40.612 INFO ok!
106142026-09-07T00:15:41.877Z[ host-image] Sep 07 00:15:40.612 INFO O| Sep 07 00:15:40.612 INFO STEP 70 (ensure_file) COMPLETE
106152026-09-07T00:15:41.878Z[ host-image] Sep 07 00:15:40.612 INFO O| Sep 07 00:15:40.612 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-09-07T00:15:41.884Z[ host-image] Sep 07 00:15:40.623 INFO O| Sep 07 00:15:40.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
106172026-09-07T00:15:41.885Z[ host-image] Sep 07 00:15:40.623 INFO O| Sep 07 00:15:40.623 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
106182026-09-07T00:15:42.956Z[ host-image] Sep 07 00:15:41.695 INFO O| Sep 07 00:15:41.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
106192026-09-07T00:15:42.956Z[ host-image] Sep 07 00:15:41.695 INFO O| Sep 07 00:15:41.694 INFO ok!
106202026-09-07T00:15:42.956Z[ host-image] Sep 07 00:15:41.695 INFO O| Sep 07 00:15:41.694 INFO STEP 71 (ensure_file) COMPLETE
106212026-09-07T00:15:42.960Z[ host-image] Sep 07 00:15:41.695 INFO O| Sep 07 00:15:41.695 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-09-07T00:15:42.969Z[ host-image] Sep 07 00:15:41.708 INFO O| Sep 07 00:15:41.708 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106232026-09-07T00:15:42.969Z[ host-image] Sep 07 00:15:41.708 INFO O| Sep 07 00:15:41.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106242026-09-07T00:15:42.973Z[ host-image] Sep 07 00:15:41.708 INFO O| Sep 07 00:15:41.708 INFO STEP 72 (ensure_dir) COMPLETE
106252026-09-07T00:15:42.973Z[ host-image] Sep 07 00:15:41.708 INFO O| Sep 07 00:15:41.708 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-09-07T00:15:42.979Z[ host-image] Sep 07 00:15:41.718 INFO O| Sep 07 00:15:41.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
106272026-09-07T00:15:42.979Z[ host-image] Sep 07 00:15:41.718 INFO O| Sep 07 00:15:41.718 INFO copying /tmp/.tmpU0YlLe/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 ...
106282026-09-07T00:15:42.979Z[ host-image] Sep 07 00:15:41.718 INFO O| Sep 07 00:15:41.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
106292026-09-07T00:15:42.984Z[ host-image] Sep 07 00:15:41.718 INFO O| Sep 07 00:15:41.718 INFO ok!
106302026-09-07T00:15:42.984Z[ host-image] Sep 07 00:15:41.718 INFO O| Sep 07 00:15:41.718 INFO STEP 73 (ensure_file) COMPLETE
106312026-09-07T00:15:42.984Z[ host-image] Sep 07 00:15:41.718 INFO O| Sep 07 00:15:41.718 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-09-07T00:15:42.989Z[ host-image] Sep 07 00:15:41.728 INFO O| Sep 07 00:15:41.728 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
106332026-09-07T00:15:42.989Z[ host-image] Sep 07 00:15:41.728 INFO O| Sep 07 00:15:41.728 INFO copying /tmp/.tmpU0YlLe/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 ...
106342026-09-07T00:15:42.990Z[ host-image] Sep 07 00:15:41.728 INFO O| Sep 07 00:15:41.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
106352026-09-07T00:15:42.990Z[ host-image] Sep 07 00:15:41.728 INFO O| Sep 07 00:15:41.728 INFO ok!
106362026-09-07T00:15:42.990Z[ host-image] Sep 07 00:15:41.728 INFO O| Sep 07 00:15:41.728 INFO STEP 74 (ensure_file) COMPLETE
106372026-09-07T00:15:42.990Z[ host-image] Sep 07 00:15:41.728 INFO O| Sep 07 00:15:41.728 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-07T00:15:42.998Z[ host-image] Sep 07 00:15:41.737 INFO O| Sep 07 00:15:41.737 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106392026-09-07T00:15:42.998Z[ host-image] Sep 07 00:15:41.737 INFO O| Sep 07 00:15:41.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106402026-09-07T00:15:42.998Z[ host-image] Sep 07 00:15:41.737 INFO O| Sep 07 00:15:41.737 INFO STEP 75 (ensure_dir) COMPLETE
106412026-09-07T00:15:42.998Z[ host-image] Sep 07 00:15:41.737 INFO O| Sep 07 00:15:41.737 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-09-07T00:15:43.008Z[ host-image] Sep 07 00:15:41.747 INFO O| Sep 07 00:15:41.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
106432026-09-07T00:15:43.008Z[ host-image] Sep 07 00:15:41.747 INFO O| Sep 07 00:15:41.747 INFO copying /tmp/.tmpU0YlLe/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 ...
106442026-09-07T00:15:43.009Z[ host-image] Sep 07 00:15:41.747 INFO O| Sep 07 00:15:41.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
106452026-09-07T00:15:43.013Z[ host-image] Sep 07 00:15:41.747 INFO O| Sep 07 00:15:41.747 INFO ok!
106462026-09-07T00:15:43.013Z[ host-image] Sep 07 00:15:41.747 INFO O| Sep 07 00:15:41.747 INFO STEP 76 (ensure_file) COMPLETE
106472026-09-07T00:15:43.013Z[ host-image] Sep 07 00:15:41.747 INFO O| Sep 07 00:15:41.747 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-09-07T00:15:43.019Z[ host-image] Sep 07 00:15:41.758 INFO O| Sep 07 00:15:41.758 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
106492026-09-07T00:15:43.019Z[ host-image] Sep 07 00:15:41.758 INFO O| Sep 07 00:15:41.758 INFO copying /tmp/.tmpU0YlLe/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 ...
106502026-09-07T00:15:43.023Z[ host-image] Sep 07 00:15:41.758 INFO O| Sep 07 00:15:41.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
106512026-09-07T00:15:43.023Z[ host-image] Sep 07 00:15:41.758 INFO O| Sep 07 00:15:41.758 INFO ok!
106522026-09-07T00:15:43.023Z[ host-image] Sep 07 00:15:41.758 INFO O| Sep 07 00:15:41.758 INFO STEP 77 (ensure_file) COMPLETE
106532026-09-07T00:15:43.023Z[ host-image] Sep 07 00:15:41.758 INFO O| Sep 07 00:15:41.758 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-07T00:15:43.030Z[ host-image] Sep 07 00:15:41.769 INFO O| Sep 07 00:15:41.769 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106552026-09-07T00:15:43.030Z[ host-image] Sep 07 00:15:41.769 INFO O| Sep 07 00:15:41.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106562026-09-07T00:15:43.034Z[ host-image] Sep 07 00:15:41.769 INFO O| Sep 07 00:15:41.769 INFO STEP 78 (ensure_dir) COMPLETE
106572026-09-07T00:15:43.034Z[ host-image] Sep 07 00:15:41.769 INFO O| Sep 07 00:15:41.769 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-09-07T00:15:43.044Z[ host-image] Sep 07 00:15:41.783 INFO O| Sep 07 00:15:41.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
106592026-09-07T00:15:43.044Z[ host-image] Sep 07 00:15:41.783 INFO O| Sep 07 00:15:41.783 INFO copying /tmp/.tmpU0YlLe/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 ...
106602026-09-07T00:15:43.044Z[ host-image] Sep 07 00:15:41.783 INFO O| Sep 07 00:15:41.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
106612026-09-07T00:15:43.048Z[ host-image] Sep 07 00:15:41.783 INFO O| Sep 07 00:15:41.783 INFO ok!
106622026-09-07T00:15:43.048Z[ host-image] Sep 07 00:15:41.783 INFO O| Sep 07 00:15:41.783 INFO STEP 79 (ensure_file) COMPLETE
106632026-09-07T00:15:43.048Z[ host-image] Sep 07 00:15:41.783 INFO O| Sep 07 00:15:41.783 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-09-07T00:15:43.100Z[ host-image] Sep 07 00:15:41.838 INFO O| Sep 07 00:15:41.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
106652026-09-07T00:15:43.100Z[ host-image] Sep 07 00:15:41.838 INFO O| Sep 07 00:15:41.838 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
106662026-09-07T00:15:43.104Z[ host-image] Sep 07 00:15:41.838 INFO O| Sep 07 00:15:41.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
106672026-09-07T00:15:43.104Z[ host-image] Sep 07 00:15:41.838 INFO O| Sep 07 00:15:41.838 INFO ok!
106682026-09-07T00:15:43.104Z[ host-image] Sep 07 00:15:41.838 INFO O| Sep 07 00:15:41.838 INFO STEP 80 (ensure_file) COMPLETE
106692026-09-07T00:15:43.104Z[ host-image] Sep 07 00:15:41.838 INFO O| Sep 07 00:15:41.838 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106702026-09-07T00:15:43.109Z[ host-image] Sep 07 00:15:41.848 INFO O| Sep 07 00:15:41.848 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106712026-09-07T00:15:43.109Z[ host-image] Sep 07 00:15:41.848 INFO O| Sep 07 00:15:41.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106722026-09-07T00:15:43.109Z[ host-image] Sep 07 00:15:41.848 INFO O| Sep 07 00:15:41.848 INFO STEP 81 (ensure_dir) COMPLETE
106732026-09-07T00:15:43.114Z[ host-image] Sep 07 00:15:41.848 INFO O| Sep 07 00:15:41.848 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-07T00:15:43.121Z[ host-image] Sep 07 00:15:41.860 INFO O| Sep 07 00:15:41.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106752026-09-07T00:15:43.121Z[ host-image] Sep 07 00:15:41.860 INFO O| Sep 07 00:15:41.860 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106762026-09-07T00:15:43.552Z[ host-image] Sep 07 00:15:42.290 INFO O| Sep 07 00:15:42.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106772026-09-07T00:15:43.552Z[ host-image] Sep 07 00:15:42.290 INFO O| Sep 07 00:15:42.290 INFO ok!
106782026-09-07T00:15:43.556Z[ host-image] Sep 07 00:15:42.290 INFO O| Sep 07 00:15:42.290 INFO STEP 82 (ensure_file) COMPLETE
106792026-09-07T00:15:43.556Z[ host-image] Sep 07 00:15:42.290 INFO O| Sep 07 00:15:42.290 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-07T00:15:43.562Z[ host-image] Sep 07 00:15:42.301 INFO O| Sep 07 00:15:42.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
106812026-09-07T00:15:43.562Z[ host-image] Sep 07 00:15:42.301 INFO O| Sep 07 00:15:42.301 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
106822026-09-07T00:15:43.566Z[ host-image] Sep 07 00:15:42.302 INFO O| Sep 07 00:15:42.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106832026-09-07T00:15:43.566Z[ host-image] Sep 07 00:15:42.302 INFO O| Sep 07 00:15:42.302 INFO ok!
106842026-09-07T00:15:43.566Z[ host-image] Sep 07 00:15:42.302 INFO O| Sep 07 00:15:42.302 INFO STEP 83 (ensure_file) COMPLETE
106852026-09-07T00:15:43.566Z[ host-image] Sep 07 00:15:42.302 INFO O| Sep 07 00:15:42.302 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-07T00:15:43.575Z[ host-image] Sep 07 00:15:42.314 INFO O| Sep 07 00:15:42.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
106872026-09-07T00:15:43.575Z[ host-image] Sep 07 00:15:42.314 INFO O| Sep 07 00:15:42.314 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
106882026-09-07T00:15:45.114Z[ host-image] Sep 07 00:15:43.852 INFO O| Sep 07 00:15:43.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
106892026-09-07T00:15:45.118Z[ host-image] Sep 07 00:15:43.852 INFO O| Sep 07 00:15:43.852 INFO ok!
106902026-09-07T00:15:45.118Z[ host-image] Sep 07 00:15:43.852 INFO O| Sep 07 00:15:43.852 INFO STEP 84 (ensure_file) COMPLETE
106912026-09-07T00:15:45.118Z[ host-image] Sep 07 00:15:43.852 INFO O| Sep 07 00:15:43.852 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-07T00:15:45.125Z[ host-image] Sep 07 00:15:43.864 INFO O| Sep 07 00:15:43.864 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106932026-09-07T00:15:45.126Z[ host-image] Sep 07 00:15:43.864 INFO O| Sep 07 00:15:43.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106942026-09-07T00:15:45.126Z[ host-image] Sep 07 00:15:43.864 INFO O| Sep 07 00:15:43.864 INFO STEP 85 (ensure_dir) COMPLETE
106952026-09-07T00:15:45.129Z[ host-image] Sep 07 00:15:43.864 INFO O| Sep 07 00:15:43.864 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106962026-09-07T00:15:45.135Z[ host-image] Sep 07 00:15:43.874 INFO O| Sep 07 00:15:43.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
106972026-09-07T00:15:45.136Z[ host-image] Sep 07 00:15:43.874 INFO O| Sep 07 00:15:43.874 INFO copying /tmp/.tmpU0YlLe/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 ...
106982026-09-07T00:15:45.136Z[ host-image] Sep 07 00:15:43.874 INFO O| Sep 07 00:15:43.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
106992026-09-07T00:15:45.141Z[ host-image] Sep 07 00:15:43.874 INFO O| Sep 07 00:15:43.874 INFO ok!
107002026-09-07T00:15:45.141Z[ host-image] Sep 07 00:15:43.874 INFO O| Sep 07 00:15:43.874 INFO STEP 86 (ensure_file) COMPLETE
107012026-09-07T00:15:45.141Z[ host-image] Sep 07 00:15:43.874 INFO O| Sep 07 00:15:43.874 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107022026-09-07T00:15:45.146Z[ host-image] Sep 07 00:15:43.885 INFO O| Sep 07 00:15:43.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
107032026-09-07T00:15:45.146Z[ host-image] Sep 07 00:15:43.885 INFO O| Sep 07 00:15:43.885 INFO copying /tmp/.tmpU0YlLe/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 ...
107042026-09-07T00:15:45.146Z[ host-image] Sep 07 00:15:43.885 INFO O| Sep 07 00:15:43.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
107052026-09-07T00:15:45.150Z[ host-image] Sep 07 00:15:43.885 INFO O| Sep 07 00:15:43.885 INFO ok!
107062026-09-07T00:15:45.150Z[ host-image] Sep 07 00:15:43.885 INFO O| Sep 07 00:15:43.885 INFO STEP 87 (ensure_file) COMPLETE
107072026-09-07T00:15:45.150Z[ host-image] Sep 07 00:15:43.885 INFO O| Sep 07 00:15:43.885 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107082026-09-07T00:15:45.155Z[ host-image] Sep 07 00:15:43.894 INFO O| Sep 07 00:15:43.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
107092026-09-07T00:15:45.159Z[ host-image] Sep 07 00:15:43.894 INFO O| Sep 07 00:15:43.894 INFO copying /tmp/.tmpU0YlLe/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 ...
107102026-09-07T00:15:45.159Z[ host-image] Sep 07 00:15:43.894 INFO O| Sep 07 00:15:43.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
107112026-09-07T00:15:45.159Z[ host-image] Sep 07 00:15:43.894 INFO O| Sep 07 00:15:43.894 INFO ok!
107122026-09-07T00:15:45.159Z[ host-image] Sep 07 00:15:43.894 INFO O| Sep 07 00:15:43.894 INFO STEP 88 (ensure_file) COMPLETE
107132026-09-07T00:15:45.159Z[ host-image] Sep 07 00:15:43.894 INFO O| Sep 07 00:15:43.894 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107142026-09-07T00:15:45.166Z[ host-image] Sep 07 00:15:43.905 INFO O| Sep 07 00:15:43.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
107152026-09-07T00:15:45.166Z[ host-image] Sep 07 00:15:43.905 INFO O| Sep 07 00:15:43.905 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
107162026-09-07T00:15:45.166Z[ host-image] Sep 07 00:15:43.905 INFO O| Sep 07 00:15:43.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
107172026-09-07T00:15:45.170Z[ host-image] Sep 07 00:15:43.905 INFO O| Sep 07 00:15:43.905 INFO ok!
107182026-09-07T00:15:45.170Z[ host-image] Sep 07 00:15:43.905 INFO O| Sep 07 00:15:43.905 INFO STEP 89 (ensure_file) COMPLETE
107192026-09-07T00:15:45.170Z[ host-image] Sep 07 00:15:43.905 INFO O| Sep 07 00:15:43.905 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107202026-09-07T00:15:45.184Z[ host-image] Sep 07 00:15:43.916 INFO O| Sep 07 00:15:43.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
107212026-09-07T00:15:45.184Z[ host-image] Sep 07 00:15:43.916 INFO O| Sep 07 00:15:43.916 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
107222026-09-07T00:15:45.188Z[ host-image] Sep 07 00:15:43.916 INFO O| Sep 07 00:15:43.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
107232026-09-07T00:15:45.188Z[ host-image] Sep 07 00:15:43.916 INFO O| Sep 07 00:15:43.916 INFO ok!
107242026-09-07T00:15:45.188Z[ host-image] Sep 07 00:15:43.916 INFO O| Sep 07 00:15:43.916 INFO STEP 90 (ensure_file) COMPLETE
107252026-09-07T00:15:45.188Z[ host-image] Sep 07 00:15:43.916 INFO O| Sep 07 00:15:43.916 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107262026-09-07T00:15:45.230Z[ host-image] Sep 07 00:15:43.969 INFO O| Sep 07 00:15:43.968 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107272026-09-07T00:15:45.230Z[ host-image] Sep 07 00:15:43.969 INFO O| Sep 07 00:15:43.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107282026-09-07T00:15:45.230Z[ host-image] Sep 07 00:15:43.969 INFO O| Sep 07 00:15:43.969 INFO STEP 91 (ensure_dir) COMPLETE
107292026-09-07T00:15:45.230Z[ host-image] Sep 07 00:15:43.969 INFO O| Sep 07 00:15:43.969 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107302026-09-07T00:15:45.243Z[ host-image] Sep 07 00:15:43.981 INFO O| Sep 07 00:15:43.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
107312026-09-07T00:15:45.243Z[ host-image] Sep 07 00:15:43.981 INFO O| Sep 07 00:15:43.981 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
107322026-09-07T00:15:45.247Z[ host-image] Sep 07 00:15:43.983 INFO O| Sep 07 00:15:43.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
107332026-09-07T00:15:45.247Z[ host-image] Sep 07 00:15:43.983 INFO O| Sep 07 00:15:43.983 INFO ok!
107342026-09-07T00:15:45.247Z[ host-image] Sep 07 00:15:43.983 INFO O| Sep 07 00:15:43.983 INFO STEP 92 (ensure_file) COMPLETE
107352026-09-07T00:15:45.247Z[ host-image] Sep 07 00:15:43.983 INFO O| Sep 07 00:15:43.983 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107362026-09-07T00:15:45.254Z[ host-image] Sep 07 00:15:43.993 INFO O| Sep 07 00:15:43.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
107372026-09-07T00:15:45.254Z[ host-image] Sep 07 00:15:43.993 INFO O| Sep 07 00:15:43.993 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
107382026-09-07T00:15:45.254Z[ host-image] Sep 07 00:15:43.993 INFO O| Sep 07 00:15:43.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
107392026-09-07T00:15:45.255Z[ host-image] Sep 07 00:15:43.993 INFO O| Sep 07 00:15:43.993 INFO ok!
107402026-09-07T00:15:45.259Z[ host-image] Sep 07 00:15:43.993 INFO O| Sep 07 00:15:43.993 INFO STEP 93 (ensure_file) COMPLETE
107412026-09-07T00:15:45.259Z[ host-image] Sep 07 00:15:43.993 INFO O| Sep 07 00:15:43.993 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107422026-09-07T00:15:45.266Z[ host-image] Sep 07 00:15:44.005 INFO O| Sep 07 00:15:44.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
107432026-09-07T00:15:45.266Z[ host-image] Sep 07 00:15:44.005 INFO O| Sep 07 00:15:44.005 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
107442026-09-07T00:15:46.161Z[ host-image] Sep 07 00:15:44.900 INFO O| Sep 07 00:15:44.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
107452026-09-07T00:15:46.161Z[ host-image] Sep 07 00:15:44.900 INFO O| Sep 07 00:15:44.899 INFO ok!
107462026-09-07T00:15:46.162Z[ host-image] Sep 07 00:15:44.900 INFO O| Sep 07 00:15:44.899 INFO STEP 94 (ensure_file) COMPLETE
107472026-09-07T00:15:46.166Z[ host-image] Sep 07 00:15:44.900 INFO O| Sep 07 00:15:44.899 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107482026-09-07T00:15:46.228Z[ host-image] Sep 07 00:15:44.912 INFO O| Sep 07 00:15:44.911 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107492026-09-07T00:15:46.232Z[ host-image] Sep 07 00:15:44.912 INFO O| Sep 07 00:15:44.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107502026-09-07T00:15:46.261Z[ host-image] Sep 07 00:15:44.912 INFO O| Sep 07 00:15:44.912 INFO STEP 95 (ensure_dir) COMPLETE
107512026-09-07T00:15:46.261Z[ host-image] Sep 07 00:15:44.912 INFO O| Sep 07 00:15:44.912 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107522026-09-07T00:15:46.261Z[ host-image] Sep 07 00:15:44.923 INFO O| Sep 07 00:15:44.922 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107532026-09-07T00:15:46.261Z[ host-image] Sep 07 00:15:44.923 INFO O| Sep 07 00:15:44.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107542026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.923 INFO O| Sep 07 00:15:44.923 INFO STEP 96 (ensure_dir) COMPLETE
107552026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.923 INFO O| Sep 07 00:15:44.923 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107562026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.933 INFO O| Sep 07 00:15:44.933 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107572026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.933 INFO O| Sep 07 00:15:44.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107582026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.933 INFO O| Sep 07 00:15:44.933 INFO STEP 97 (ensure_dir) COMPLETE
107592026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.933 INFO O| Sep 07 00:15:44.933 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107602026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.943 INFO O| Sep 07 00:15:44.943 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107612026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.943 INFO O| Sep 07 00:15:44.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107622026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.943 INFO O| Sep 07 00:15:44.943 INFO STEP 98 (ensure_dir) COMPLETE
107632026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.943 INFO O| Sep 07 00:15:44.943 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107642026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.953 INFO O| Sep 07 00:15:44.953 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107652026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.953 INFO O| Sep 07 00:15:44.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107662026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.953 INFO O| Sep 07 00:15:44.953 INFO STEP 99 (ensure_dir) COMPLETE
107672026-09-07T00:15:46.262Z[ host-image] Sep 07 00:15:44.953 INFO O| Sep 07 00:15:44.953 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107682026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.963 INFO O| Sep 07 00:15:44.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
107692026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.963 INFO O| Sep 07 00:15:44.963 INFO copying /tmp/.tmpU0YlLe/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 ...
107702026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.963 INFO O| Sep 07 00:15:44.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
107712026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.963 INFO O| Sep 07 00:15:44.963 INFO ok!
107722026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.963 INFO O| Sep 07 00:15:44.963 INFO STEP 100 (ensure_file) COMPLETE
107732026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.963 INFO O| Sep 07 00:15:44.963 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107742026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.973 INFO O| Sep 07 00:15:44.973 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107752026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.973 INFO O| Sep 07 00:15:44.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107762026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.973 INFO O| Sep 07 00:15:44.973 INFO STEP 101 (ensure_dir) COMPLETE
107772026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.973 INFO O| Sep 07 00:15:44.973 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107782026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.983 INFO O| Sep 07 00:15:44.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
107792026-09-07T00:15:46.263Z[ host-image] Sep 07 00:15:44.983 INFO O| Sep 07 00:15:44.983 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
107802026-09-07T00:15:46.886Z[ host-image] Sep 07 00:15:45.623 INFO O| Sep 07 00:15:45.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
107812026-09-07T00:15:46.887Z[ host-image] Sep 07 00:15:45.623 INFO O| Sep 07 00:15:45.623 INFO ok!
107822026-09-07T00:15:46.887Z[ host-image] Sep 07 00:15:45.623 INFO O| Sep 07 00:15:45.623 INFO STEP 102 (ensure_file) COMPLETE
107832026-09-07T00:15:46.887Z[ host-image] Sep 07 00:15:45.623 INFO O| Sep 07 00:15:45.623 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107842026-09-07T00:15:46.896Z[ host-image] Sep 07 00:15:45.634 INFO O| Sep 07 00:15:45.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
107852026-09-07T00:15:46.896Z[ host-image] Sep 07 00:15:45.635 INFO O| Sep 07 00:15:45.634 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
107862026-09-07T00:15:46.900Z[ host-image] Sep 07 00:15:45.635 INFO O| Sep 07 00:15:45.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
107872026-09-07T00:15:46.900Z[ host-image] Sep 07 00:15:45.635 INFO O| Sep 07 00:15:45.635 INFO ok!
107882026-09-07T00:15:46.900Z[ host-image] Sep 07 00:15:45.635 INFO O| Sep 07 00:15:45.635 INFO STEP 103 (ensure_file) COMPLETE
107892026-09-07T00:15:46.900Z[ host-image] Sep 07 00:15:45.635 INFO O| Sep 07 00:15:45.635 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107902026-09-07T00:15:46.914Z[ host-image] Sep 07 00:15:45.646 INFO O| Sep 07 00:15:45.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
107912026-09-07T00:15:46.914Z[ host-image] Sep 07 00:15:45.646 INFO O| Sep 07 00:15:45.646 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
107922026-09-07T00:15:46.914Z[ host-image] Sep 07 00:15:45.653 INFO O| Sep 07 00:15:45.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
107932026-09-07T00:15:46.918Z[ host-image] Sep 07 00:15:45.653 INFO O| Sep 07 00:15:45.653 INFO ok!
107942026-09-07T00:15:46.918Z[ host-image] Sep 07 00:15:45.653 INFO O| Sep 07 00:15:45.653 INFO STEP 104 (ensure_file) COMPLETE
107952026-09-07T00:15:46.918Z[ host-image] Sep 07 00:15:45.653 INFO O| Sep 07 00:15:45.653 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107962026-09-07T00:15:46.925Z[ host-image] Sep 07 00:15:45.663 INFO O| Sep 07 00:15:45.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
107972026-09-07T00:15:46.928Z[ host-image] Sep 07 00:15:45.663 INFO O| Sep 07 00:15:45.663 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
107982026-09-07T00:15:46.929Z[ host-image] Sep 07 00:15:45.663 INFO O| Sep 07 00:15:45.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
107992026-09-07T00:15:46.929Z[ host-image] Sep 07 00:15:45.664 INFO O| Sep 07 00:15:45.663 INFO ok!
108002026-09-07T00:15:46.929Z[ host-image] Sep 07 00:15:45.664 INFO O| Sep 07 00:15:45.663 INFO STEP 105 (ensure_file) COMPLETE
108012026-09-07T00:15:46.929Z[ host-image] Sep 07 00:15:45.664 INFO O| Sep 07 00:15:45.664 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108022026-09-07T00:15:46.935Z[ host-image] Sep 07 00:15:45.674 INFO O| Sep 07 00:15:45.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108032026-09-07T00:15:46.935Z[ host-image] Sep 07 00:15:45.674 INFO O| Sep 07 00:15:45.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108042026-09-07T00:15:46.935Z[ host-image] Sep 07 00:15:45.674 INFO O| Sep 07 00:15:45.674 INFO STEP 106 (ensure_dir) COMPLETE
108052026-09-07T00:15:46.935Z[ host-image] Sep 07 00:15:45.674 INFO O| Sep 07 00:15:45.674 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108062026-09-07T00:15:47.077Z[ host-image] Sep 07 00:15:45.683 INFO O| Sep 07 00:15:45.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
108072026-09-07T00:15:47.077Z[ host-image] Sep 07 00:15:45.683 INFO O| Sep 07 00:15:45.683 INFO copying /tmp/.tmpU0YlLe/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 ...
108082026-09-07T00:15:47.313Z[ host-image] Sep 07 00:15:46.051 INFO O| Sep 07 00:15:46.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
108092026-09-07T00:15:47.313Z[ host-image] Sep 07 00:15:46.051 INFO O| Sep 07 00:15:46.051 INFO ok!
108102026-09-07T00:15:47.313Z[ host-image] Sep 07 00:15:46.051 INFO O| Sep 07 00:15:46.051 INFO STEP 107 (ensure_file) COMPLETE
108112026-09-07T00:15:47.313Z[ host-image] Sep 07 00:15:46.051 INFO O| Sep 07 00:15:46.051 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108122026-09-07T00:15:47.324Z[ host-image] Sep 07 00:15:46.063 INFO O| Sep 07 00:15:46.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
108132026-09-07T00:15:47.324Z[ host-image] Sep 07 00:15:46.063 INFO O| Sep 07 00:15:46.063 INFO copying /tmp/.tmpU0YlLe/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 ...
108142026-09-07T00:15:47.328Z[ host-image] Sep 07 00:15:46.063 INFO O| Sep 07 00:15:46.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
108152026-09-07T00:15:47.328Z[ host-image] Sep 07 00:15:46.063 INFO O| Sep 07 00:15:46.063 INFO ok!
108162026-09-07T00:15:47.328Z[ host-image] Sep 07 00:15:46.063 INFO O| Sep 07 00:15:46.063 INFO STEP 108 (ensure_file) COMPLETE
108172026-09-07T00:15:47.328Z[ host-image] Sep 07 00:15:46.063 INFO O| Sep 07 00:15:46.063 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108182026-09-07T00:15:47.335Z[ host-image] Sep 07 00:15:46.074 INFO O| Sep 07 00:15:46.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
108192026-09-07T00:15:47.335Z[ host-image] Sep 07 00:15:46.074 INFO O| Sep 07 00:15:46.073 INFO copying /tmp/.tmpU0YlLe/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 ...
108202026-09-07T00:15:47.335Z[ host-image] Sep 07 00:15:46.074 INFO O| Sep 07 00:15:46.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
108212026-09-07T00:15:47.336Z[ host-image] Sep 07 00:15:46.074 INFO O| Sep 07 00:15:46.074 INFO ok!
108222026-09-07T00:15:47.336Z[ host-image] Sep 07 00:15:46.074 INFO O| Sep 07 00:15:46.074 INFO STEP 109 (ensure_file) COMPLETE
108232026-09-07T00:15:47.339Z[ host-image] Sep 07 00:15:46.074 INFO O| Sep 07 00:15:46.074 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108242026-09-07T00:15:47.345Z[ host-image] Sep 07 00:15:46.084 INFO O| Sep 07 00:15:46.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
108252026-09-07T00:15:47.345Z[ host-image] Sep 07 00:15:46.084 INFO O| Sep 07 00:15:46.084 INFO copying /tmp/.tmpU0YlLe/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 ...
108262026-09-07T00:15:47.349Z[ host-image] Sep 07 00:15:46.084 INFO O| Sep 07 00:15:46.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
108272026-09-07T00:15:47.349Z[ host-image] Sep 07 00:15:46.084 INFO O| Sep 07 00:15:46.084 INFO ok!
108282026-09-07T00:15:47.349Z[ host-image] Sep 07 00:15:46.084 INFO O| Sep 07 00:15:46.084 INFO STEP 110 (ensure_file) COMPLETE
108292026-09-07T00:15:47.349Z[ host-image] Sep 07 00:15:46.084 INFO O| Sep 07 00:15:46.084 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108302026-09-07T00:15:47.354Z[ host-image] Sep 07 00:15:46.093 INFO O| Sep 07 00:15:46.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
108312026-09-07T00:15:47.354Z[ host-image] Sep 07 00:15:46.093 INFO O| Sep 07 00:15:46.093 INFO copying /tmp/.tmpU0YlLe/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 ...
108322026-09-07T00:15:47.354Z[ host-image] Sep 07 00:15:46.093 INFO O| Sep 07 00:15:46.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
108332026-09-07T00:15:47.355Z[ host-image] Sep 07 00:15:46.094 INFO O| Sep 07 00:15:46.093 INFO ok!
108342026-09-07T00:15:47.358Z[ host-image] Sep 07 00:15:46.094 INFO O| Sep 07 00:15:46.093 INFO STEP 111 (ensure_file) COMPLETE
108352026-09-07T00:15:47.358Z[ host-image] Sep 07 00:15:46.094 INFO O| Sep 07 00:15:46.094 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108362026-09-07T00:15:47.362Z[ host-image] Sep 07 00:15:46.100 INFO O| Sep 07 00:15:46.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
108372026-09-07T00:15:47.362Z[ host-image] Sep 07 00:15:46.100 INFO O| Sep 07 00:15:46.100 INFO copying /tmp/.tmpU0YlLe/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 ...
108382026-09-07T00:15:47.362Z[ host-image] Sep 07 00:15:46.100 INFO O| Sep 07 00:15:46.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
108392026-09-07T00:15:47.362Z[ host-image] Sep 07 00:15:46.100 INFO O| Sep 07 00:15:46.100 INFO ok!
108402026-09-07T00:15:47.362Z[ host-image] Sep 07 00:15:46.100 INFO O| Sep 07 00:15:46.100 INFO STEP 112 (ensure_file) COMPLETE
108412026-09-07T00:15:47.362Z[ host-image] Sep 07 00:15:46.100 INFO O| Sep 07 00:15:46.100 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108422026-09-07T00:15:47.370Z[ host-image] Sep 07 00:15:46.109 INFO O| Sep 07 00:15:46.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
108432026-09-07T00:15:47.370Z[ host-image] Sep 07 00:15:46.109 INFO O| Sep 07 00:15:46.108 INFO copying /tmp/.tmpU0YlLe/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 ...
108442026-09-07T00:15:47.374Z[ host-image] Sep 07 00:15:46.109 INFO O| Sep 07 00:15:46.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
108452026-09-07T00:15:47.374Z[ host-image] Sep 07 00:15:46.109 INFO O| Sep 07 00:15:46.109 INFO ok!
108462026-09-07T00:15:47.374Z[ host-image] Sep 07 00:15:46.109 INFO O| Sep 07 00:15:46.109 INFO STEP 113 (ensure_file) COMPLETE
108472026-09-07T00:15:47.374Z[ host-image] Sep 07 00:15:46.109 INFO O| Sep 07 00:15:46.109 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108482026-09-07T00:15:47.378Z[ host-image] Sep 07 00:15:46.116 INFO O| Sep 07 00:15:46.116 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
108492026-09-07T00:15:47.378Z[ host-image] Sep 07 00:15:46.116 INFO O| Sep 07 00:15:46.116 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
108502026-09-07T00:15:47.378Z[ host-image] Sep 07 00:15:46.116 INFO O| Sep 07 00:15:46.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
108512026-09-07T00:15:47.378Z[ host-image] Sep 07 00:15:46.116 INFO O| Sep 07 00:15:46.116 INFO ok!
108522026-09-07T00:15:47.378Z[ host-image] Sep 07 00:15:46.116 INFO O| Sep 07 00:15:46.116 INFO STEP 114 (ensure_file) COMPLETE
108532026-09-07T00:15:47.378Z[ host-image] Sep 07 00:15:46.116 INFO O| Sep 07 00:15:46.116 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108542026-09-07T00:15:47.384Z[ host-image] Sep 07 00:15:46.123 INFO O| Sep 07 00:15:46.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
108552026-09-07T00:15:47.384Z[ host-image] Sep 07 00:15:46.123 INFO O| Sep 07 00:15:46.123 INFO copying /tmp/.tmpU0YlLe/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 ...
108562026-09-07T00:15:47.388Z[ host-image] Sep 07 00:15:46.123 INFO O| Sep 07 00:15:46.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
108572026-09-07T00:15:47.388Z[ host-image] Sep 07 00:15:46.123 INFO O| Sep 07 00:15:46.123 INFO ok!
108582026-09-07T00:15:47.388Z[ host-image] Sep 07 00:15:46.123 INFO O| Sep 07 00:15:46.123 INFO STEP 115 (ensure_file) COMPLETE
108592026-09-07T00:15:47.389Z[ host-image] Sep 07 00:15:46.123 INFO O| Sep 07 00:15:46.123 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108602026-09-07T00:15:47.394Z[ host-image] Sep 07 00:15:46.132 INFO O| Sep 07 00:15:46.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
108612026-09-07T00:15:47.394Z[ host-image] Sep 07 00:15:46.132 INFO O| Sep 07 00:15:46.132 INFO copying /tmp/.tmpU0YlLe/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 ...
108622026-09-07T00:15:47.394Z[ host-image] Sep 07 00:15:46.132 INFO O| Sep 07 00:15:46.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
108632026-09-07T00:15:47.394Z[ host-image] Sep 07 00:15:46.132 INFO O| Sep 07 00:15:46.132 INFO ok!
108642026-09-07T00:15:47.394Z[ host-image] Sep 07 00:15:46.132 INFO O| Sep 07 00:15:46.132 INFO STEP 116 (ensure_file) COMPLETE
108652026-09-07T00:15:47.394Z[ host-image] Sep 07 00:15:46.132 INFO O| Sep 07 00:15:46.132 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108662026-09-07T00:15:47.403Z[ host-image] Sep 07 00:15:46.142 INFO O| Sep 07 00:15:46.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
108672026-09-07T00:15:47.404Z[ host-image] Sep 07 00:15:46.142 INFO O| Sep 07 00:15:46.142 INFO copying /tmp/.tmpU0YlLe/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 ...
108682026-09-07T00:15:47.404Z[ host-image] Sep 07 00:15:46.142 INFO O| Sep 07 00:15:46.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
108692026-09-07T00:15:47.404Z[ host-image] Sep 07 00:15:46.142 INFO O| Sep 07 00:15:46.142 INFO ok!
108702026-09-07T00:15:47.408Z[ host-image] Sep 07 00:15:46.142 INFO O| Sep 07 00:15:46.142 INFO STEP 117 (ensure_file) COMPLETE
108712026-09-07T00:15:47.408Z[ host-image] Sep 07 00:15:46.142 INFO O| Sep 07 00:15:46.142 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108722026-09-07T00:15:47.413Z[ host-image] Sep 07 00:15:46.152 INFO O| Sep 07 00:15:46.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
108732026-09-07T00:15:47.471Z[ host-image] Sep 07 00:15:46.152 INFO O| Sep 07 00:15:46.152 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
108742026-09-07T00:15:47.472Z[ host-image] Sep 07 00:15:46.152 INFO O| Sep 07 00:15:46.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
108752026-09-07T00:15:47.472Z[ host-image] Sep 07 00:15:46.152 INFO O| Sep 07 00:15:46.152 INFO ok!
108762026-09-07T00:15:47.472Z[ host-image] Sep 07 00:15:46.152 INFO O| Sep 07 00:15:46.152 INFO STEP 118 (ensure_file) COMPLETE
108772026-09-07T00:15:47.472Z[ host-image] Sep 07 00:15:46.152 INFO O| Sep 07 00:15:46.152 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108782026-09-07T00:15:47.472Z[ host-image] Sep 07 00:15:46.162 INFO O| Sep 07 00:15:46.162 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
108792026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.162 INFO O| Sep 07 00:15:46.162 INFO copying /tmp/.tmpU0YlLe/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 ...
108802026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.162 INFO O| Sep 07 00:15:46.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
108812026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.162 INFO O| Sep 07 00:15:46.162 INFO ok!
108822026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.162 INFO O| Sep 07 00:15:46.162 INFO STEP 119 (ensure_file) COMPLETE
108832026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.162 INFO O| Sep 07 00:15:46.162 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108842026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.172 INFO O| Sep 07 00:15:46.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
108852026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.172 INFO O| Sep 07 00:15:46.172 INFO copying /tmp/.tmpU0YlLe/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 ...
108862026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.172 INFO O| Sep 07 00:15:46.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
108872026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.172 INFO O| Sep 07 00:15:46.172 INFO ok!
108882026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.172 INFO O| Sep 07 00:15:46.172 INFO STEP 120 (ensure_file) COMPLETE
108892026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.172 INFO O| Sep 07 00:15:46.172 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108902026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.181 INFO O| Sep 07 00:15:46.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
108912026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.181 INFO O| Sep 07 00:15:46.181 INFO copying /tmp/.tmpU0YlLe/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 ...
108922026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.181 INFO O| Sep 07 00:15:46.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
108932026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.181 INFO O| Sep 07 00:15:46.181 INFO ok!
108942026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.181 INFO O| Sep 07 00:15:46.181 INFO STEP 121 (ensure_file) COMPLETE
108952026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.181 INFO O| Sep 07 00:15:46.181 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108962026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.188 INFO O| Sep 07 00:15:46.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
108972026-09-07T00:15:47.473Z[ host-image] Sep 07 00:15:46.188 INFO O| Sep 07 00:15:46.188 INFO copying /tmp/.tmpU0YlLe/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 ...
108982026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.188 INFO O| Sep 07 00:15:46.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
108992026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.188 INFO O| Sep 07 00:15:46.188 INFO ok!
109002026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.188 INFO O| Sep 07 00:15:46.188 INFO STEP 122 (ensure_file) COMPLETE
109012026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.188 INFO O| Sep 07 00:15:46.188 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109022026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.196 INFO O| Sep 07 00:15:46.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
109032026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.196 INFO O| Sep 07 00:15:46.196 INFO copying /tmp/.tmpU0YlLe/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 ...
109042026-09-07T00:15:47.474Z[ host-image] Sep 07 00:15:46.196 INFO O| Sep 07 00:15:46.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
109052026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.196 INFO O| Sep 07 00:15:46.196 INFO ok!
109062026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.196 INFO O| Sep 07 00:15:46.196 INFO STEP 123 (ensure_file) COMPLETE
109072026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.196 INFO O| Sep 07 00:15:46.196 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109082026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.203 INFO O| Sep 07 00:15:46.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
109092026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.203 INFO O| Sep 07 00:15:46.203 INFO copying /tmp/.tmpU0YlLe/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 ...
109102026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.203 INFO O| Sep 07 00:15:46.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
109112026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.203 INFO O| Sep 07 00:15:46.203 INFO ok!
109122026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.203 INFO O| Sep 07 00:15:46.203 INFO STEP 124 (ensure_file) COMPLETE
109132026-09-07T00:15:47.475Z[ host-image] Sep 07 00:15:46.203 INFO O| Sep 07 00:15:46.203 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109142026-09-07T00:15:47.480Z[ host-image] Sep 07 00:15:46.213 INFO O| Sep 07 00:15:46.213 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
109152026-09-07T00:15:47.481Z[ host-image] Sep 07 00:15:46.213 INFO O| Sep 07 00:15:46.213 INFO copying /tmp/.tmpU0YlLe/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 ...
109162026-09-07T00:15:47.481Z[ host-image] Sep 07 00:15:46.213 INFO O| Sep 07 00:15:46.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
109172026-09-07T00:15:47.481Z[ host-image] Sep 07 00:15:46.213 INFO O| Sep 07 00:15:46.213 INFO ok!
109182026-09-07T00:15:47.481Z[ host-image] Sep 07 00:15:46.213 INFO O| Sep 07 00:15:46.213 INFO STEP 125 (ensure_file) COMPLETE
109192026-09-07T00:15:47.481Z[ host-image] Sep 07 00:15:46.213 INFO O| Sep 07 00:15:46.213 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109202026-09-07T00:15:47.486Z[ host-image] Sep 07 00:15:46.225 INFO O| Sep 07 00:15:46.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
109212026-09-07T00:15:47.487Z[ host-image] Sep 07 00:15:46.225 INFO O| Sep 07 00:15:46.225 INFO copying /tmp/.tmpU0YlLe/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 ...
109222026-09-07T00:15:47.487Z[ host-image] Sep 07 00:15:46.225 INFO O| Sep 07 00:15:46.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
109232026-09-07T00:15:47.491Z[ host-image] Sep 07 00:15:46.225 INFO O| Sep 07 00:15:46.225 INFO ok!
109242026-09-07T00:15:47.492Z[ host-image] Sep 07 00:15:46.225 INFO O| Sep 07 00:15:46.225 INFO STEP 126 (ensure_file) COMPLETE
109252026-09-07T00:15:47.492Z[ host-image] Sep 07 00:15:46.225 INFO O| Sep 07 00:15:46.225 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109262026-09-07T00:15:47.500Z[ host-image] Sep 07 00:15:46.234 INFO O| Sep 07 00:15:46.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
109272026-09-07T00:15:47.500Z[ host-image] Sep 07 00:15:46.234 INFO O| Sep 07 00:15:46.234 INFO copying /tmp/.tmpU0YlLe/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 ...
109282026-09-07T00:15:47.500Z[ host-image] Sep 07 00:15:46.234 INFO O| Sep 07 00:15:46.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
109292026-09-07T00:15:47.500Z[ host-image] Sep 07 00:15:46.234 INFO O| Sep 07 00:15:46.234 INFO ok!
109302026-09-07T00:15:47.500Z[ host-image] Sep 07 00:15:46.234 INFO O| Sep 07 00:15:46.234 INFO STEP 127 (ensure_file) COMPLETE
109312026-09-07T00:15:47.500Z[ host-image] Sep 07 00:15:46.234 INFO O| Sep 07 00:15:46.234 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109322026-09-07T00:15:47.505Z[ host-image] Sep 07 00:15:46.243 INFO O| Sep 07 00:15:46.243 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
109332026-09-07T00:15:47.508Z[ host-image] Sep 07 00:15:46.243 INFO O| Sep 07 00:15:46.243 INFO copying /tmp/.tmpU0YlLe/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 ...
109342026-09-07T00:15:47.509Z[ host-image] Sep 07 00:15:46.243 INFO O| Sep 07 00:15:46.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
109352026-09-07T00:15:47.509Z[ host-image] Sep 07 00:15:46.243 INFO O| Sep 07 00:15:46.243 INFO ok!
109362026-09-07T00:15:47.509Z[ host-image] Sep 07 00:15:46.243 INFO O| Sep 07 00:15:46.243 INFO STEP 128 (ensure_file) COMPLETE
109372026-09-07T00:15:47.509Z[ host-image] Sep 07 00:15:46.243 INFO O| Sep 07 00:15:46.243 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109382026-09-07T00:15:47.513Z[ host-image] Sep 07 00:15:46.251 INFO O| Sep 07 00:15:46.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
109392026-09-07T00:15:47.513Z[ host-image] Sep 07 00:15:46.251 INFO O| Sep 07 00:15:46.251 INFO copying /tmp/.tmpU0YlLe/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 ...
109402026-09-07T00:15:47.513Z[ host-image] Sep 07 00:15:46.251 INFO O| Sep 07 00:15:46.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
109412026-09-07T00:15:47.513Z[ host-image] Sep 07 00:15:46.251 INFO O| Sep 07 00:15:46.251 INFO ok!
109422026-09-07T00:15:47.513Z[ host-image] Sep 07 00:15:46.251 INFO O| Sep 07 00:15:46.251 INFO STEP 129 (ensure_file) COMPLETE
109432026-09-07T00:15:47.513Z[ host-image] Sep 07 00:15:46.251 INFO O| Sep 07 00:15:46.251 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109442026-09-07T00:15:47.522Z[ host-image] Sep 07 00:15:46.260 INFO O| Sep 07 00:15:46.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
109452026-09-07T00:15:47.522Z[ host-image] Sep 07 00:15:46.260 INFO O| Sep 07 00:15:46.260 INFO copying /tmp/.tmpU0YlLe/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 ...
109462026-09-07T00:15:47.526Z[ host-image] Sep 07 00:15:46.260 INFO O| Sep 07 00:15:46.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
109472026-09-07T00:15:47.526Z[ host-image] Sep 07 00:15:46.260 INFO O| Sep 07 00:15:46.260 INFO ok!
109482026-09-07T00:15:47.526Z[ host-image] Sep 07 00:15:46.260 INFO O| Sep 07 00:15:46.260 INFO STEP 130 (ensure_file) COMPLETE
109492026-09-07T00:15:47.526Z[ host-image] Sep 07 00:15:46.260 INFO O| Sep 07 00:15:46.260 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109502026-09-07T00:15:47.531Z[ host-image] Sep 07 00:15:46.270 INFO O| Sep 07 00:15:46.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
109512026-09-07T00:15:47.535Z[ host-image] Sep 07 00:15:46.270 INFO O| Sep 07 00:15:46.270 INFO copying /tmp/.tmpU0YlLe/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 ...
109522026-09-07T00:15:47.535Z[ host-image] Sep 07 00:15:46.271 INFO O| Sep 07 00:15:46.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
109532026-09-07T00:15:47.535Z[ host-image] Sep 07 00:15:46.271 INFO O| Sep 07 00:15:46.271 INFO ok!
109542026-09-07T00:15:47.535Z[ host-image] Sep 07 00:15:46.271 INFO O| Sep 07 00:15:46.271 INFO STEP 131 (ensure_file) COMPLETE
109552026-09-07T00:15:47.535Z[ host-image] Sep 07 00:15:46.271 INFO O| Sep 07 00:15:46.271 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109562026-09-07T00:15:47.542Z[ host-image] Sep 07 00:15:46.280 INFO O| Sep 07 00:15:46.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
109572026-09-07T00:15:47.542Z[ host-image] Sep 07 00:15:46.280 INFO O| Sep 07 00:15:46.280 INFO copying /tmp/.tmpU0YlLe/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 ...
109582026-09-07T00:15:47.542Z[ host-image] Sep 07 00:15:46.280 INFO O| Sep 07 00:15:46.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
109592026-09-07T00:15:47.543Z[ host-image] Sep 07 00:15:46.280 INFO O| Sep 07 00:15:46.280 INFO ok!
109602026-09-07T00:15:47.543Z[ host-image] Sep 07 00:15:46.280 INFO O| Sep 07 00:15:46.280 INFO STEP 132 (ensure_file) COMPLETE
109612026-09-07T00:15:47.543Z[ host-image] Sep 07 00:15:46.280 INFO O| Sep 07 00:15:46.280 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109622026-09-07T00:15:47.550Z[ host-image] Sep 07 00:15:46.289 INFO O| Sep 07 00:15:46.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
109632026-09-07T00:15:47.554Z[ host-image] Sep 07 00:15:46.289 INFO O| Sep 07 00:15:46.289 INFO copying /tmp/.tmpU0YlLe/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 ...
109642026-09-07T00:15:47.554Z[ host-image] Sep 07 00:15:46.289 INFO O| Sep 07 00:15:46.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
109652026-09-07T00:15:47.555Z[ host-image] Sep 07 00:15:46.289 INFO O| Sep 07 00:15:46.289 INFO ok!
109662026-09-07T00:15:47.555Z[ host-image] Sep 07 00:15:46.289 INFO O| Sep 07 00:15:46.289 INFO STEP 133 (ensure_file) COMPLETE
109672026-09-07T00:15:47.555Z[ host-image] Sep 07 00:15:46.289 INFO O| Sep 07 00:15:46.289 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109682026-09-07T00:15:47.558Z[ host-image] Sep 07 00:15:46.297 INFO O| Sep 07 00:15:46.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
109692026-09-07T00:15:47.559Z[ host-image] Sep 07 00:15:46.297 INFO O| Sep 07 00:15:46.297 INFO copying /tmp/.tmpU0YlLe/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 ...
109702026-09-07T00:15:47.562Z[ host-image] Sep 07 00:15:46.297 INFO O| Sep 07 00:15:46.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
109712026-09-07T00:15:47.562Z[ host-image] Sep 07 00:15:46.297 INFO O| Sep 07 00:15:46.297 INFO ok!
109722026-09-07T00:15:47.562Z[ host-image] Sep 07 00:15:46.297 INFO O| Sep 07 00:15:46.297 INFO STEP 134 (ensure_file) COMPLETE
109732026-09-07T00:15:47.562Z[ host-image] Sep 07 00:15:46.297 INFO O| Sep 07 00:15:46.297 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109742026-09-07T00:15:47.567Z[ host-image] Sep 07 00:15:46.305 INFO O| Sep 07 00:15:46.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
109752026-09-07T00:15:47.567Z[ host-image] Sep 07 00:15:46.305 INFO O| Sep 07 00:15:46.305 INFO copying /tmp/.tmpU0YlLe/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 ...
109762026-09-07T00:15:47.571Z[ host-image] Sep 07 00:15:46.306 INFO O| Sep 07 00:15:46.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109772026-09-07T00:15:47.571Z[ host-image] Sep 07 00:15:46.306 INFO O| Sep 07 00:15:46.306 INFO ok!
109782026-09-07T00:15:47.571Z[ host-image] Sep 07 00:15:46.306 INFO O| Sep 07 00:15:46.306 INFO STEP 135 (ensure_file) COMPLETE
109792026-09-07T00:15:47.571Z[ host-image] Sep 07 00:15:46.306 INFO O| Sep 07 00:15:46.306 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109802026-09-07T00:15:47.576Z[ host-image] Sep 07 00:15:46.314 INFO O| Sep 07 00:15:46.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
109812026-09-07T00:15:47.576Z[ host-image] Sep 07 00:15:46.314 INFO O| Sep 07 00:15:46.314 INFO copying /tmp/.tmpU0YlLe/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 ...
109822026-09-07T00:15:47.576Z[ host-image] Sep 07 00:15:46.314 INFO O| Sep 07 00:15:46.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
109832026-09-07T00:15:47.576Z[ host-image] Sep 07 00:15:46.314 INFO O| Sep 07 00:15:46.314 INFO ok!
109842026-09-07T00:15:47.576Z[ host-image] Sep 07 00:15:46.314 INFO O| Sep 07 00:15:46.314 INFO STEP 136 (ensure_file) COMPLETE
109852026-09-07T00:15:47.576Z[ host-image] Sep 07 00:15:46.314 INFO O| Sep 07 00:15:46.314 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109862026-09-07T00:15:47.583Z[ host-image] Sep 07 00:15:46.322 INFO O| Sep 07 00:15:46.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
109872026-09-07T00:15:47.583Z[ host-image] Sep 07 00:15:46.322 INFO O| Sep 07 00:15:46.322 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
109882026-09-07T00:15:47.583Z[ host-image] Sep 07 00:15:46.322 INFO O| Sep 07 00:15:46.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
109892026-09-07T00:15:47.583Z[ host-image] Sep 07 00:15:46.322 INFO O| Sep 07 00:15:46.322 INFO ok!
109902026-09-07T00:15:47.587Z[ host-image] Sep 07 00:15:46.322 INFO O| Sep 07 00:15:46.322 INFO STEP 137 (ensure_file) COMPLETE
109912026-09-07T00:15:47.587Z[ host-image] Sep 07 00:15:46.322 INFO O| Sep 07 00:15:46.322 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109922026-09-07T00:15:47.596Z[ host-image] Sep 07 00:15:46.331 INFO O| Sep 07 00:15:46.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
109932026-09-07T00:15:47.596Z[ host-image] Sep 07 00:15:46.331 INFO O| Sep 07 00:15:46.331 INFO copying /tmp/.tmpU0YlLe/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 ...
109942026-09-07T00:15:47.596Z[ host-image] Sep 07 00:15:46.331 INFO O| Sep 07 00:15:46.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
109952026-09-07T00:15:47.596Z[ host-image] Sep 07 00:15:46.331 INFO O| Sep 07 00:15:46.331 INFO ok!
109962026-09-07T00:15:47.596Z[ host-image] Sep 07 00:15:46.331 INFO O| Sep 07 00:15:46.331 INFO STEP 138 (ensure_file) COMPLETE
109972026-09-07T00:15:47.596Z[ host-image] Sep 07 00:15:46.331 INFO O| Sep 07 00:15:46.331 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109982026-09-07T00:15:47.600Z[ host-image] Sep 07 00:15:46.339 INFO O| Sep 07 00:15:46.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
109992026-09-07T00:15:47.600Z[ host-image] Sep 07 00:15:46.339 INFO O| Sep 07 00:15:46.339 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
110002026-09-07T00:15:47.600Z[ host-image] Sep 07 00:15:46.339 INFO O| Sep 07 00:15:46.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
110012026-09-07T00:15:47.604Z[ host-image] Sep 07 00:15:46.339 INFO O| Sep 07 00:15:46.339 INFO ok!
110022026-09-07T00:15:47.604Z[ host-image] Sep 07 00:15:46.339 INFO O| Sep 07 00:15:46.339 INFO STEP 139 (ensure_file) COMPLETE
110032026-09-07T00:15:47.604Z[ host-image] Sep 07 00:15:46.339 INFO O| Sep 07 00:15:46.339 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110042026-09-07T00:15:47.608Z[ host-image] Sep 07 00:15:46.347 INFO O| Sep 07 00:15:46.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
110052026-09-07T00:15:47.608Z[ host-image] Sep 07 00:15:46.347 INFO O| Sep 07 00:15:46.347 INFO copying /tmp/.tmpU0YlLe/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
110062026-09-07T00:15:50.341Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
110072026-09-07T00:15:53.044Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
110082026-09-07T00:15:56.199Z[ host-image] Sep 07 00:15:54.935 INFO O| Sep 07 00:15:54.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
110092026-09-07T00:15:56.199Z[ host-image] Sep 07 00:15:54.935 INFO O| Sep 07 00:15:54.935 INFO ok!
110102026-09-07T00:15:56.199Z[ host-image] Sep 07 00:15:54.935 INFO O| Sep 07 00:15:54.935 INFO STEP 140 (ensure_file) COMPLETE
110112026-09-07T00:15:56.209Z[ host-image] Sep 07 00:15:54.935 INFO O| Sep 07 00:15:54.935 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110122026-09-07T00:15:56.216Z[ host-image] Sep 07 00:15:54.945 INFO O| Sep 07 00:15:54.945 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
110132026-09-07T00:15:56.216Z[ host-image] Sep 07 00:15:54.945 INFO O| Sep 07 00:15:54.945 INFO STEP 141 (ensure_dir) COMPLETE
110142026-09-07T00:15:56.216Z[ host-image] Sep 07 00:15:54.945 INFO O| Sep 07 00:15:54.945 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110152026-09-07T00:15:56.220Z[ host-image] Sep 07 00:15:54.954 INFO O| Sep 07 00:15:54.954 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
110162026-09-07T00:15:56.221Z[ host-image] Sep 07 00:15:54.954 INFO O| Sep 07 00:15:54.954 INFO STEP 142 (ensure_dir) COMPLETE
110172026-09-07T00:15:56.221Z[ host-image] Sep 07 00:15:54.954 INFO O| Sep 07 00:15:54.954 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110182026-09-07T00:15:56.238Z[ host-image] Sep 07 00:15:54.962 INFO O| Sep 07 00:15:54.962 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
110192026-09-07T00:15:56.239Z[ host-image] Sep 07 00:15:54.962 INFO O| Sep 07 00:15:54.962 INFO STEP 143 (ensure_dir) COMPLETE
110202026-09-07T00:15:56.239Z[ host-image] Sep 07 00:15:54.962 INFO O| Sep 07 00:15:54.962 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110212026-09-07T00:15:56.239Z[ host-image] Sep 07 00:15:54.970 INFO O| Sep 07 00:15:54.970 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
110222026-09-07T00:15:56.239Z[ host-image] Sep 07 00:15:54.970 INFO O| Sep 07 00:15:54.970 INFO STEP 144 (ensure_dir) COMPLETE
110232026-09-07T00:15:56.239Z[ host-image] Sep 07 00:15:54.970 INFO O| Sep 07 00:15:54.970 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110242026-09-07T00:15:56.243Z[ host-image] Sep 07 00:15:54.978 INFO O| Sep 07 00:15:54.978 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
110252026-09-07T00:15:56.243Z[ host-image] Sep 07 00:15:54.978 INFO O| Sep 07 00:15:54.978 INFO copying /tmp/.tmpU0YlLe/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 ...
110262026-09-07T00:15:56.243Z[ host-image] Sep 07 00:15:54.978 INFO O| Sep 07 00:15:54.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
110272026-09-07T00:15:56.243Z[ host-image] Sep 07 00:15:54.978 INFO O| Sep 07 00:15:54.978 INFO ok!
110282026-09-07T00:15:56.243Z[ host-image] Sep 07 00:15:54.978 INFO O| Sep 07 00:15:54.978 INFO STEP 145 (ensure_file) COMPLETE
110292026-09-07T00:15:56.243Z[ host-image] Sep 07 00:15:54.978 INFO O| Sep 07 00:15:54.978 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110302026-09-07T00:15:56.247Z[ host-image] Sep 07 00:15:54.985 INFO O| Sep 07 00:15:54.985 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
110312026-09-07T00:15:56.247Z[ host-image] Sep 07 00:15:54.985 INFO O| Sep 07 00:15:54.985 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
110322026-09-07T00:15:56.248Z[ host-image] Sep 07 00:15:54.985 INFO O| Sep 07 00:15:54.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
110332026-09-07T00:15:56.248Z[ host-image] Sep 07 00:15:54.985 INFO O| Sep 07 00:15:54.985 INFO STEP 146 (ensure_dir) COMPLETE
110342026-09-07T00:15:56.248Z[ host-image] Sep 07 00:15:54.985 INFO O| Sep 07 00:15:54.985 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110352026-09-07T00:15:56.269Z[ host-image] Sep 07 00:15:54.993 INFO O| Sep 07 00:15:54.993 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
110362026-09-07T00:15:56.269Z[ host-image] Sep 07 00:15:54.993 INFO O| Sep 07 00:15:54.993 INFO copying /tmp/.tmpU0YlLe/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
110372026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:54.993 INFO O| Sep 07 00:15:54.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
110382026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:54.993 INFO O| Sep 07 00:15:54.993 INFO ok!
110392026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:54.993 INFO O| Sep 07 00:15:54.993 INFO STEP 147 (ensure_file) COMPLETE
110402026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:54.993 INFO O| Sep 07 00:15:54.993 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110412026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:55.000 INFO O| Sep 07 00:15:55.000 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
110422026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:55.000 INFO O| Sep 07 00:15:55.000 INFO STEP 148 (remove_files) COMPLETE
110432026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:55.000 INFO O| Sep 07 00:15:55.000 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110442026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:55.009 INFO O| Sep 07 00:15:55.009 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
110452026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:55.009 INFO O| Sep 07 00:15:55.009 INFO STEP 149 (remove_files) COMPLETE
110462026-09-07T00:15:56.281Z[ host-image] Sep 07 00:15:55.009 INFO O| Sep 07 00:15:55.009 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110472026-09-07T00:15:56.286Z[ host-image] Sep 07 00:15:55.017 INFO O| Sep 07 00:15:55.017 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
110482026-09-07T00:15:56.287Z[ host-image] Sep 07 00:15:55.017 INFO O| Sep 07 00:15:55.017 INFO STEP 150 (remove_files) COMPLETE
110492026-09-07T00:15:56.287Z[ host-image] Sep 07 00:15:55.017 INFO O| Sep 07 00:15:55.017 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110502026-09-07T00:15:56.287Z[ host-image] Sep 07 00:15:55.025 INFO O| Sep 07 00:15:55.025 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
110512026-09-07T00:15:56.287Z[ host-image] Sep 07 00:15:55.025 INFO O| Sep 07 00:15:55.025 INFO STEP 151 (remove_files) COMPLETE
110522026-09-07T00:15:56.287Z[ host-image] Sep 07 00:15:55.025 INFO O| Sep 07 00:15:55.025 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110532026-09-07T00:15:56.297Z[ host-image] Sep 07 00:15:55.034 INFO O| Sep 07 00:15:55.034 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
110542026-09-07T00:15:56.297Z[ host-image] Sep 07 00:15:55.034 INFO O| Sep 07 00:15:55.034 INFO STEP 152 (remove_files) COMPLETE
110552026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.034 INFO O| Sep 07 00:15:55.034 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110562026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.042 INFO O| Sep 07 00:15:55.042 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
110572026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.042 INFO O| Sep 07 00:15:55.042 INFO STEP 153 (remove_files) COMPLETE
110582026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.042 INFO O| Sep 07 00:15:55.042 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110592026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.050 INFO O| Sep 07 00:15:55.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
110602026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.050 INFO O| Sep 07 00:15:55.050 INFO STEP 154 (remove_files) COMPLETE
110612026-09-07T00:15:56.317Z[ host-image] Sep 07 00:15:55.050 INFO O| Sep 07 00:15:55.050 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110622026-09-07T00:15:56.331Z[ host-image] Sep 07 00:15:55.057 INFO O| Sep 07 00:15:55.057 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
110632026-09-07T00:15:56.332Z[ host-image] Sep 07 00:15:55.057 INFO O| Sep 07 00:15:55.057 INFO STEP 155 (remove_files) COMPLETE
110642026-09-07T00:15:56.332Z[ host-image] Sep 07 00:15:55.057 INFO O| Sep 07 00:15:55.057 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110652026-09-07T00:15:56.335Z[ host-image] Sep 07 00:15:55.063 INFO O| Sep 07 00:15:55.063 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
110662026-09-07T00:15:56.335Z[ host-image] Sep 07 00:15:55.063 INFO O| Sep 07 00:15:55.063 INFO STEP 156 (remove_files) COMPLETE
110672026-09-07T00:15:56.335Z[ host-image] Sep 07 00:15:55.063 INFO O| Sep 07 00:15:55.063 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110682026-09-07T00:15:56.335Z[ host-image] Sep 07 00:15:55.069 INFO O| Sep 07 00:15:55.069 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
110692026-09-07T00:15:56.335Z[ host-image] Sep 07 00:15:55.069 INFO O| Sep 07 00:15:55.069 INFO STEP 157 (remove_files) COMPLETE
110702026-09-07T00:15:56.335Z[ host-image] Sep 07 00:15:55.069 INFO O| Sep 07 00:15:55.069 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110712026-09-07T00:15:56.351Z[ host-image] Sep 07 00:15:55.075 INFO O| Sep 07 00:15:55.075 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
110722026-09-07T00:15:56.351Z[ host-image] Sep 07 00:15:55.075 INFO O| Sep 07 00:15:55.075 INFO STEP 158 (remove_files) COMPLETE
110732026-09-07T00:15:56.351Z[ host-image] Sep 07 00:15:55.075 INFO O| Sep 07 00:15:55.075 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110742026-09-07T00:15:56.362Z[ host-image] Sep 07 00:15:55.081 INFO O| Sep 07 00:15:55.081 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
110752026-09-07T00:15:56.363Z[ host-image] Sep 07 00:15:55.081 INFO O| Sep 07 00:15:55.081 INFO STEP 159 (remove_files) COMPLETE
110762026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.082 INFO O| Sep 07 00:15:55.081 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110772026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.088 INFO O| Sep 07 00:15:55.088 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110782026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.088 INFO O| Sep 07 00:15:55.088 INFO STEP 160 (remove_files) COMPLETE
110792026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.088 INFO O| Sep 07 00:15:55.088 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110802026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.094 INFO O| Sep 07 00:15:55.094 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
110812026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.094 INFO O| Sep 07 00:15:55.094 INFO STEP 161 (remove_files) COMPLETE
110822026-09-07T00:15:56.364Z[ host-image] Sep 07 00:15:55.094 INFO O| Sep 07 00:15:55.094 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110832026-09-07T00:15:56.372Z[ host-image] Sep 07 00:15:55.100 INFO O| Sep 07 00:15:55.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
110842026-09-07T00:15:56.372Z[ host-image] Sep 07 00:15:55.100 INFO O| Sep 07 00:15:55.100 INFO STEP 162 (remove_files) COMPLETE
110852026-09-07T00:15:56.372Z[ host-image] Sep 07 00:15:55.100 INFO O| Sep 07 00:15:55.100 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110862026-09-07T00:15:56.372Z[ host-image] Sep 07 00:15:55.109 INFO O| Sep 07 00:15:55.109 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
110872026-09-07T00:15:56.372Z[ host-image] Sep 07 00:15:55.109 INFO O| Sep 07 00:15:55.109 INFO STEP 163 (remove_files) COMPLETE
110882026-09-07T00:15:56.372Z[ host-image] Sep 07 00:15:55.109 INFO O| Sep 07 00:15:55.109 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110892026-09-07T00:15:56.395Z[ host-image] Sep 07 00:15:55.117 INFO O| Sep 07 00:15:55.117 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
110902026-09-07T00:15:56.395Z[ host-image] Sep 07 00:15:55.117 INFO O| Sep 07 00:15:55.117 INFO STEP 164 (remove_files) COMPLETE
110912026-09-07T00:15:56.395Z[ host-image] Sep 07 00:15:55.117 INFO O| Sep 07 00:15:55.117 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110922026-09-07T00:15:56.425Z[ host-image] Sep 07 00:15:55.125 INFO O| Sep 07 00:15:55.125 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
110932026-09-07T00:15:56.425Z[ host-image] Sep 07 00:15:55.125 INFO O| Sep 07 00:15:55.125 INFO STEP 165 (remove_files) COMPLETE
110942026-09-07T00:15:56.425Z[ host-image] Sep 07 00:15:55.125 INFO O| Sep 07 00:15:55.125 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110952026-09-07T00:15:56.425Z[ host-image] Sep 07 00:15:55.133 INFO O| Sep 07 00:15:55.133 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
110962026-09-07T00:15:56.425Z[ host-image] Sep 07 00:15:55.133 INFO O| Sep 07 00:15:55.133 INFO STEP 166 (remove_files) COMPLETE
110972026-09-07T00:15:56.425Z[ host-image] Sep 07 00:15:55.133 INFO O| Sep 07 00:15:55.133 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110982026-09-07T00:15:56.432Z[ host-image] Sep 07 00:15:55.142 INFO O| Sep 07 00:15:55.142 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
110992026-09-07T00:15:56.432Z[ host-image] Sep 07 00:15:55.142 INFO O| Sep 07 00:15:55.142 INFO STEP 167 (remove_files) COMPLETE
111002026-09-07T00:15:56.432Z[ host-image] Sep 07 00:15:55.142 INFO O| Sep 07 00:15:55.142 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111012026-09-07T00:15:56.432Z[ host-image] Sep 07 00:15:55.150 INFO O| Sep 07 00:15:55.150 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
111022026-09-07T00:15:56.432Z[ host-image] Sep 07 00:15:55.150 INFO O| Sep 07 00:15:55.150 INFO STEP 168 (remove_files) COMPLETE
111032026-09-07T00:15:56.447Z[ host-image] Sep 07 00:15:55.150 INFO O| Sep 07 00:15:55.150 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111042026-09-07T00:15:56.447Z[ host-image] Sep 07 00:15:55.157 INFO O| Sep 07 00:15:55.157 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
111052026-09-07T00:15:56.447Z[ host-image] Sep 07 00:15:55.158 INFO O| Sep 07 00:15:55.158 INFO STEP 169 (remove_files) COMPLETE
111062026-09-07T00:15:56.447Z[ host-image] Sep 07 00:15:55.158 INFO O| Sep 07 00:15:55.158 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111072026-09-07T00:15:56.448Z[ host-image] Sep 07 00:15:55.165 INFO O| Sep 07 00:15:55.165 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
111082026-09-07T00:15:56.448Z[ host-image] Sep 07 00:15:55.165 INFO O| Sep 07 00:15:55.165 INFO STEP 170 (remove_files) COMPLETE
111092026-09-07T00:15:56.448Z[ host-image] Sep 07 00:15:55.165 INFO O| Sep 07 00:15:55.165 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111102026-09-07T00:15:56.461Z[ host-image] Sep 07 00:15:55.173 INFO O| Sep 07 00:15:55.173 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
111112026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.173 INFO O| Sep 07 00:15:55.173 INFO STEP 171 (remove_files) COMPLETE
111122026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.173 INFO O| Sep 07 00:15:55.173 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111132026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.183 INFO O| Sep 07 00:15:55.183 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
111142026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.183 INFO O| Sep 07 00:15:55.183 INFO STEP 172 (remove_files) COMPLETE
111152026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.183 INFO O| Sep 07 00:15:55.183 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111162026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.191 INFO O| Sep 07 00:15:55.191 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
111172026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.191 INFO O| Sep 07 00:15:55.191 INFO STEP 173 (remove_files) COMPLETE
111182026-09-07T00:15:56.462Z[ host-image] Sep 07 00:15:55.191 INFO O| Sep 07 00:15:55.191 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111192026-09-07T00:15:56.466Z[ host-image] Sep 07 00:15:55.199 INFO O| Sep 07 00:15:55.199 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
111202026-09-07T00:15:56.466Z[ host-image] Sep 07 00:15:55.199 INFO O| Sep 07 00:15:55.199 INFO STEP 174 (remove_files) COMPLETE
111212026-09-07T00:15:56.466Z[ host-image] Sep 07 00:15:55.199 INFO O| Sep 07 00:15:55.199 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111222026-09-07T00:15:56.478Z[ host-image] Sep 07 00:15:55.207 INFO O| Sep 07 00:15:55.207 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
111232026-09-07T00:15:56.478Z[ host-image] Sep 07 00:15:55.207 INFO O| Sep 07 00:15:55.207 INFO STEP 175 (remove_files) COMPLETE
111242026-09-07T00:15:56.478Z[ host-image] Sep 07 00:15:55.207 INFO O| Sep 07 00:15:55.207 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111252026-09-07T00:15:56.496Z[ host-image] Sep 07 00:15:55.215 INFO O| Sep 07 00:15:55.215 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
111262026-09-07T00:15:56.496Z[ host-image] Sep 07 00:15:55.215 INFO O| Sep 07 00:15:55.215 INFO STEP 176 (remove_files) COMPLETE
111272026-09-07T00:15:56.496Z[ host-image] Sep 07 00:15:55.215 INFO O| Sep 07 00:15:55.215 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
111282026-09-07T00:15:56.501Z[ host-image] Sep 07 00:15:55.227 INFO O| Sep 07 00:15:55.227 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
111292026-09-07T00:15:56.502Z[ host-image] Sep 07 00:15:55.227 INFO O| Sep 07 00:15:55.227 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
111302026-09-07T00:15:59.835Z[ host-image] Sep 07 00:15:58.573 INFO O| Sep 07 00:15:58.573 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
111312026-09-07T00:15:59.835Z[ host-image] Sep 07 00:15:58.573 INFO O| Sep 07 00:15:58.573 INFO E| svccfg: Loaded 80 smf(7) service descriptions
111322026-09-07T00:15:59.847Z[ host-image] Sep 07 00:15:58.586 INFO O| Sep 07 00:15:58.586 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "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"}
111332026-09-07T00:15:59.950Z[ host-image] Sep 07 00:15:58.688 INFO O| Sep 07 00:15:58.688 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
111342026-09-07T00:16:00.008Z[ host-image] Sep 07 00:15:58.747 INFO O| Sep 07 00:15:58.747 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
111352026-09-07T00:16:00.077Z[ host-image] Sep 07 00:15:58.814 INFO O| Sep 07 00:15:58.814 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
111362026-09-07T00:16:00.077Z[ host-image] Sep 07 00:15:58.814 INFO O| Sep 07 00:15:58.814 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
111372026-09-07T00:16:00.083Z[ host-image] Sep 07 00:15:58.817 INFO O| Sep 07 00:15:58.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
111382026-09-07T00:16:00.083Z[ host-image] Sep 07 00:15:58.817 INFO O| Sep 07 00:15:58.817 INFO ok!
111392026-09-07T00:16:00.083Z[ host-image] Sep 07 00:15:58.817 INFO O| Sep 07 00:15:58.817 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
111402026-09-07T00:16:00.083Z[ host-image] Sep 07 00:15:58.817 INFO O| Sep 07 00:15:58.817 INFO STEP 177 (seed_smf) COMPLETE
111412026-09-07T00:16:00.083Z[ host-image] Sep 07 00:15:58.817 INFO O| Sep 07 00:15:58.817 INFO steps complete; finalising image!
111422026-09-07T00:16:00.083Z[ host-image] Sep 07 00:15:58.817 INFO O| Sep 07 00:15:58.817 INFO TRIM POOL: TEMPORARY-sled-zfs
111432026-09-07T00:16:00.205Z[ host-image] Sep 07 00:15:58.943 INFO O| Sep 07 00:15:58.943 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Mon Sep 7 00:15:58 2026)
111442026-09-07T00:16:00.427Z[ host-image] Sep 07 00:15:59.165 INFO O| Sep 07 00:15:59.165 INFO temporary pool has 718M used, 306M avail, 1.92x compressratio
111452026-09-07T00:16:00.428Z[ host-image] Sep 07 00:15:59.165 INFO O| Sep 07 00:15:59.165 INFO EXPORT POOL: TEMPORARY-sled-zfs
111462026-09-07T00:16:00.778Z[ host-image] Sep 07 00:15:59.516 INFO O| Sep 07 00:15:59.516 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
111472026-09-07T00:16:00.778Z[ host-image] Sep 07 00:15:59.516 INFO O| Sep 07 00:15:59.516 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
111482026-09-07T00:16:02.035Z[ host-image] Sep 07 00:16:00.772 INFO O| Sep 07 00:16:00.772 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
111492026-09-07T00:16:02.035Z[ host-image] Sep 07 00:16:00.772 INFO O| Sep 07 00:16:00.772 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
111502026-09-07T00:16:02.035Z[ host-image] Sep 07 00:16:00.772 INFO O| Sep 07 00:16:00.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
111512026-09-07T00:16:02.035Z[ host-image] Sep 07 00:16:00.772 INFO O| Sep 07 00:16:00.772 INFO completed processing sled/zfs
111522026-09-07T00:16:02.035Z[ host-image] Sep 07 00:16:00.772 INFO O| Sep 07 00:16:00.772 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
111532026-09-07T00:16:10.882Z[ recovery-image] Sep 07 00:16:09.620 INFO O| ok, image written!
111542026-09-07T00:16:10.882Z[ recovery-image] Sep 07 00:16:09.620 INFO O| ok, boot_image_csum file written!
111552026-09-07T00:16:10.943Z[ recovery-image] Sep 07 00:16:09.623 INFO creating boot archive (CPIO)...
111562026-09-07T00:16:10.943Z[ recovery-image] Sep 07 00:16:09.623 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
111572026-09-07T00:16:10.950Z[ recovery-image] Sep 07 00:16:09.627 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
111582026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.627 INFO E| + outfile=/work/os-recovery/cpio
111592026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.627 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
111602026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.629 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
111612026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.629 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
111622026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.655 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
111632026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.655 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
111642026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.661 INFO creating compressed cpio/unix for dev loaders...
111652026-09-07T00:16:10.951Z[ recovery-image] Sep 07 00:16:09.661 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
111662026-09-07T00:16:11.148Z[ recovery-image] Sep 07 00:16:09.887 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
111672026-09-07T00:16:14.400Z[ recovery-image] Sep 07 00:16:13.136 INFO creating reset image...
111682026-09-07T00:16:14.400Z[ recovery-image] Sep 07 00:16:13.136 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")
111692026-09-07T00:16:14.620Z[ recovery-image] Sep 07 00:16:13.359 INFO E| Updating crates.io index
111702026-09-07T00:16:14.733Z[ recovery-image] Sep 07 00:16:13.472 INFO E| Downloading crates ...
111712026-09-07T00:16:14.783Z[ recovery-image] Sep 07 00:16:13.522 INFO E| Downloaded clap_lex v1.1.0
111722026-09-07T00:16:14.787Z[ recovery-image] Sep 07 00:16:13.524 INFO E| Downloaded colorchoice v1.0.5
111732026-09-07T00:16:14.787Z[ recovery-image] Sep 07 00:16:13.525 INFO E| Downloaded sigchld v0.2.4
111742026-09-07T00:16:14.792Z[ recovery-image] Sep 07 00:16:13.531 INFO E| Downloaded os_pipe v1.2.3
111752026-09-07T00:16:14.794Z[ recovery-image] Sep 07 00:16:13.532 INFO E| Downloaded shared_thread v0.2.0
111762026-09-07T00:16:14.794Z[ recovery-image] Sep 07 00:16:13.533 INFO E| Downloaded shared_child v1.1.1
111772026-09-07T00:16:14.797Z[ recovery-image] Sep 07 00:16:13.535 INFO E| Downloaded duct v1.1.1
111782026-09-07T00:16:14.826Z[ recovery-image] Sep 07 00:16:13.565 INFO E| Compiling libc v0.2.186
111792026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling proc-macro2 v1.0.106
111802026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling quote v1.0.45
111812026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling unicode-ident v1.0.24
111822026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling signal-hook v0.3.18
111832026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling utf8parse v0.2.2
111842026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling is_terminal_polyfill v1.70.2
111852026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling anstyle-query v1.1.5
111862026-09-07T00:16:14.829Z[ recovery-image] Sep 07 00:16:13.566 INFO E| Compiling anstyle v1.0.14
111872026-09-07T00:16:14.839Z[ recovery-image] Sep 07 00:16:13.577 INFO E| Compiling colorchoice v1.0.5
111882026-09-07T00:16:14.848Z[ recovery-image] Sep 07 00:16:13.577 INFO E| Compiling strsim v0.11.1
111892026-09-07T00:16:14.848Z[ recovery-image] Sep 07 00:16:13.577 INFO E| Compiling heck v0.5.0
111902026-09-07T00:16:14.848Z[ recovery-image] Sep 07 00:16:13.577 INFO E| Compiling clap_lex v1.1.0
111912026-09-07T00:16:14.848Z[ recovery-image] Sep 07 00:16:13.577 INFO E| Compiling shared_thread v0.2.0
111922026-09-07T00:16:14.952Z[ recovery-image] Sep 07 00:16:13.691 INFO E| Compiling anstyle-parse v1.0.0
111932026-09-07T00:16:15.113Z[ recovery-image] Sep 07 00:16:13.852 INFO E| Compiling anstream v1.0.0
111942026-09-07T00:16:15.317Z[ recovery-image] Sep 07 00:16:14.056 INFO E| Compiling clap_builder v4.6.0
111952026-09-07T00:16:15.574Z[ recovery-image] Sep 07 00:16:14.311 INFO E| Compiling errno v0.3.14
111962026-09-07T00:16:15.574Z[ recovery-image] Sep 07 00:16:14.311 INFO E| Compiling os_pipe v1.2.3
111972026-09-07T00:16:15.671Z[ recovery-image] Sep 07 00:16:14.408 INFO E| Compiling signal-hook-registry v1.4.8
111982026-09-07T00:16:15.899Z[ recovery-image] Sep 07 00:16:14.632 INFO E| Compiling syn v2.0.117
111992026-09-07T00:16:15.927Z[ recovery-image] Sep 07 00:16:14.665 INFO E| Compiling sigchld v0.2.4
112002026-09-07T00:16:16.019Z[ recovery-image] Sep 07 00:16:14.758 INFO E| Compiling shared_child v1.1.1
112012026-09-07T00:16:16.123Z[ recovery-image] Sep 07 00:16:14.862 INFO E| Compiling duct v1.1.1
112022026-09-07T00:16:17.792Z[ host-image] Sep 07 00:16:16.530 INFO O| Sep 07 00:16:16.530 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
112032026-09-07T00:16:17.876Z[ host-image] Sep 07 00:16:16.613 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
112042026-09-07T00:16:17.876Z[ host-image] Sep 07 00:16:16.613 INFO expanded image name: "ci 7dc9f6d/${os_short_commit} 2026-09-07 00:00" -> "ci 7dc9f6d/0e29ea8 2026-09-07 00:00"
112052026-09-07T00:16:17.881Z[ host-image] Sep 07 00:16:16.613 INFO output artefacts stored in: "/work/os-host"
112062026-09-07T00:16:17.881Z[ host-image] Sep 07 00:16:16.613 INFO collecting git info from project "pinprick"...
112072026-09-07T00:16:17.883Z[ host-image] Sep 07 00:16:16.620 INFO collecting git info from project "amd-host-image-builder"...
112082026-09-07T00:16:17.886Z[ host-image] Sep 07 00:16:16.626 INFO collecting git info from project "phbl"...
112092026-09-07T00:16:17.889Z[ recovery-image] Sep 07 00:16:16.626 INFO E| Compiling clap_derive v4.6.1
112102026-09-07T00:16:17.892Z[ host-image] Sep 07 00:16:16.631 INFO collecting git info from project "image-builder"...
112112026-09-07T00:16:17.897Z[ host-image] Sep 07 00:16:16.636 INFO collecting git info from project "chelsio-t6-roms"...
112122026-09-07T00:16:17.901Z[ host-image] Sep 07 00:16:16.640 INFO collecting git info from project "bootserver"...
112132026-09-07T00:16:17.905Z[ host-image] Sep 07 00:16:16.644 INFO collecting git info from project "pilot"...
112142026-09-07T00:16:17.908Z[ host-image] Sep 07 00:16:16.648 INFO collecting git info from project "dmar-report"...
112152026-09-07T00:16:17.912Z[ host-image] Sep 07 00:16:16.651 INFO collecting git info from project "amd-firmware"...
112162026-09-07T00:16:17.924Z[ host-image] Sep 07 00:16:16.663 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
112172026-09-07T00:16:18.233Z[ host-image] Sep 07 00:16:16.971 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
112182026-09-07T00:16:18.520Z[ host-image] Sep 07 00:16:17.258 INFO creating Oxide boot image...
112192026-09-07T00:16:18.520Z[ host-image] Sep 07 00:16:17.258 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 7dc9f6d/0e29ea8 2026-09-07 00:00", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
112202026-09-07T00:16:19.078Z[ recovery-image] Sep 07 00:16:17.817 INFO E| Compiling clap v4.6.1
112212026-09-07T00:16:19.167Z[ recovery-image] Sep 07 00:16:17.877 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
112222026-09-07T00:16:19.485Z[ host-image] Sep 07 00:16:18.223 INFO O| ok, image written!
112232026-09-07T00:16:19.485Z[ host-image] Sep 07 00:16:18.223 INFO O| ok, boot_image_csum file written!
112242026-09-07T00:16:19.489Z[ host-image] Sep 07 00:16:18.226 INFO creating boot archive (CPIO)...
112252026-09-07T00:16:19.489Z[ host-image] Sep 07 00:16:18.226 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
112262026-09-07T00:16:19.495Z[ host-image] Sep 07 00:16:18.230 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
112272026-09-07T00:16:19.497Z[ host-image] Sep 07 00:16:18.230 INFO E| + outfile=/work/os-host/cpio
112282026-09-07T00:16:19.497Z[ host-image] Sep 07 00:16:18.230 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
112292026-09-07T00:16:19.497Z[ host-image] Sep 07 00:16:18.232 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
112302026-09-07T00:16:19.497Z[ host-image] Sep 07 00:16:18.232 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
112312026-09-07T00:16:19.520Z[ host-image] Sep 07 00:16:18.258 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
112322026-09-07T00:16:19.520Z[ host-image] Sep 07 00:16:18.259 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
112332026-09-07T00:16:19.526Z[ host-image] Sep 07 00:16:18.265 INFO creating compressed cpio/unix for dev loaders...
112342026-09-07T00:16:19.526Z[ host-image] Sep 07 00:16:18.265 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
112352026-09-07T00:16:19.751Z[ host-image] Sep 07 00:16:18.489 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
112362026-09-07T00:16:19.933Z[ recovery-image] Sep 07 00:16:18.668 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
112372026-09-07T00:16:19.938Z[ recovery-image] Sep 07 00:16:18.673 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
112382026-09-07T00:16:20.149Z[ recovery-image] Sep 07 00:16:18.887 INFO E| Downloading crates ...
112392026-09-07T00:16:20.193Z[ recovery-image] Sep 07 00:16:18.931 INFO E| Downloaded bitstruct_derive v0.1.0
112402026-09-07T00:16:20.202Z[ recovery-image] Sep 07 00:16:18.941 INFO E| Downloaded bitflags v2.13.0
112412026-09-07T00:16:20.221Z[ recovery-image] Sep 07 00:16:18.945 INFO E| Downloaded log v0.4.32
112422026-09-07T00:16:20.221Z[ recovery-image] Sep 07 00:16:18.947 INFO E| Downloaded bitstruct v0.1.1
112432026-09-07T00:16:20.221Z[ recovery-image] Sep 07 00:16:18.949 INFO E| Downloaded bit_field v0.10.3
112442026-09-07T00:16:20.225Z[ recovery-image] Sep 07 00:16:18.961 INFO E| Downloaded cpio_reader v0.1.2
112452026-09-07T00:16:20.225Z[ recovery-image] Sep 07 00:16:18.963 INFO E| Downloaded miniz_oxide v0.9.1
112462026-09-07T00:16:20.229Z[ recovery-image] Sep 07 00:16:18.966 INFO E| Downloaded raw-cpuid v10.7.0
112472026-09-07T00:16:20.269Z[ recovery-image] Sep 07 00:16:18.996 INFO E| Downloaded goblin v0.10.7
112482026-09-07T00:16:20.397Z[ recovery-image] Sep 07 00:16:19.135 INFO E| Downloaded x86 v0.52.0
112492026-09-07T00:16:20.428Z[ recovery-image] Sep 07 00:16:19.166 INFO E| Updating crates.io index
112502026-09-07T00:16:20.474Z[ recovery-image] Sep 07 00:16:19.213 INFO E| Downloading crates ...
112512026-09-07T00:16:20.500Z[ recovery-image] Sep 07 00:16:19.239 INFO E| Downloaded hashbrown v0.17.1
112522026-09-07T00:16:20.506Z[ recovery-image] Sep 07 00:16:19.242 INFO E| Downloaded rustc-literal-escaper v0.0.7
112532026-09-07T00:16:20.542Z[ recovery-image] Sep 07 00:16:19.280 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)
112542026-09-07T00:16:20.542Z[ recovery-image] Sep 07 00:16:19.280 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)
112552026-09-07T00:16:20.550Z[ recovery-image] Sep 07 00:16:19.280 INFO E| Compiling proc-macro2 v1.0.106
112562026-09-07T00:16:20.550Z[ recovery-image] Sep 07 00:16:19.280 INFO E| Compiling quote v1.0.45
112572026-09-07T00:16:20.550Z[ recovery-image] Sep 07 00:16:19.280 INFO E| Compiling unicode-ident v1.0.24
112582026-09-07T00:16:20.550Z[ recovery-image] Sep 07 00:16:19.281 INFO E| Compiling syn v1.0.109
112592026-09-07T00:16:20.550Z[ recovery-image] Sep 07 00:16:19.281 INFO E| Compiling x86 v0.52.0
112602026-09-07T00:16:20.550Z[ recovery-image] Sep 07 00:16:19.281 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112612026-09-07T00:16:20.555Z[ recovery-image] Sep 07 00:16:19.292 INFO E| Compiling seq-macro v0.3.6
112622026-09-07T00:16:21.441Z[ recovery-image] Sep 07 00:16:20.179 INFO E| Compiling syn v2.0.117
112632026-09-07T00:16:22.679Z[ recovery-image] Sep 07 00:16:21.417 INFO E| Compiling scroll_derive v0.13.1
112642026-09-07T00:16:23.000Z[ host-image] Sep 07 00:16:21.738 INFO creating reset image...
112652026-09-07T00:16:23.001Z[ host-image] Sep 07 00:16:21.739 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")
112662026-09-07T00:16:23.069Z[ host-image] Sep 07 00:16:21.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
112672026-09-07T00:16:23.078Z[ host-image] Sep 07 00:16:21.808 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
112682026-09-07T00:16:23.350Z[ host-image] Sep 07 00:16:22.088 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)
112692026-09-07T00:16:23.350Z[ host-image] Sep 07 00:16:22.088 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)
112702026-09-07T00:16:23.350Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling proc-macro2 v1.0.106
112712026-09-07T00:16:23.361Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling quote v1.0.45
112722026-09-07T00:16:23.361Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling unicode-ident v1.0.24
112732026-09-07T00:16:23.361Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling syn v1.0.109
112742026-09-07T00:16:23.361Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling x86 v0.52.0
112752026-09-07T00:16:23.361Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112762026-09-07T00:16:23.361Z[ host-image] Sep 07 00:16:22.088 INFO E| Compiling seq-macro v0.3.6
112772026-09-07T00:16:23.724Z[ recovery-image] Sep 07 00:16:22.461 INFO E| Compiling bitstruct_derive v0.1.0
112782026-09-07T00:16:27.990Z[ host-image] Sep 07 00:16:23.039 INFO E| Compiling syn v2.0.117
112792026-09-07T00:16:27.990Z[ host-image] Sep 07 00:16:24.295 INFO E| Compiling scroll_derive v0.13.1
112802026-09-07T00:16:27.991Z[ host-image] Sep 07 00:16:25.289 INFO E| Compiling bitstruct_derive v0.1.0
112812026-09-07T00:16:32.973Z[ recovery-image] Sep 07 00:16:31.710 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)
112822026-09-07T00:16:35.156Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling bitflags v1.3.2
112832026-09-07T00:16:35.156Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling log v0.4.32
112842026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling scroll v0.13.0
112852026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling plain v0.2.3
112862026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling adler2 v2.0.1
112872026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling bit_field v0.10.3
112882026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling bitflags v2.13.0
112892026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling static_assertions v1.1.0
112902026-09-07T00:16:35.160Z[ recovery-image] Sep 07 00:16:33.894 INFO E| Compiling bitstruct v0.1.1
112912026-09-07T00:16:35.209Z[ recovery-image] Sep 07 00:16:33.947 INFO E| Compiling raw-cpuid v10.7.0
112922026-09-07T00:16:35.265Z[ recovery-image] Sep 07 00:16:34.003 INFO E| Compiling miniz_oxide v0.9.1
112932026-09-07T00:16:35.317Z[ recovery-image] Sep 07 00:16:34.055 INFO E| Compiling cpio_reader v0.1.2
112942026-09-07T00:16:35.391Z[ recovery-image] Sep 07 00:16:34.129 INFO E| Compiling goblin v0.10.7
112952026-09-07T00:16:35.679Z[ host-image] Sep 07 00:16:34.417 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)
112962026-09-07T00:16:37.894Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling bitflags v1.3.2
112972026-09-07T00:16:37.894Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling adler2 v2.0.1
112982026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling scroll v0.13.0
112992026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling bit_field v0.10.3
113002026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling plain v0.2.3
113012026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling log v0.4.32
113022026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling bitflags v2.13.0
113032026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling bitstruct v0.1.1
113042026-09-07T00:16:37.898Z[ host-image] Sep 07 00:16:36.631 INFO E| Compiling static_assertions v1.1.0
113052026-09-07T00:16:37.945Z[ host-image] Sep 07 00:16:36.683 INFO E| Compiling raw-cpuid v10.7.0
113062026-09-07T00:16:37.994Z[ host-image] Sep 07 00:16:36.732 INFO E| Compiling miniz_oxide v0.9.1
113072026-09-07T00:16:38.063Z[ host-image] Sep 07 00:16:36.800 INFO E| Compiling cpio_reader v0.1.2
113082026-09-07T00:16:38.153Z[ host-image] Sep 07 00:16:36.891 INFO E| Compiling goblin v0.10.7
113092026-09-07T00:16:38.521Z[ recovery-image] Sep 07 00:16:37.259 INFO E| Finished `release` profile [optimized] target(s) in 18.57s
113102026-09-07T00:16:38.547Z[ recovery-image] Sep 07 00:16:37.285 INFO building ROM for cosmo
113112026-09-07T00:16:38.547Z[ recovery-image] Sep 07 00:16:37.285 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")
113122026-09-07T00:16:38.641Z[ recovery-image] Sep 07 00:16:37.379 INFO E| Downloading crates ...
113132026-09-07T00:16:38.690Z[ recovery-image] Sep 07 00:16:37.428 INFO E| Downloaded anstyle-query v1.1.2
113142026-09-07T00:16:38.694Z[ recovery-image] Sep 07 00:16:37.430 INFO E| Downloaded is_terminal_polyfill v1.70.1
113152026-09-07T00:16:38.701Z[ recovery-image] Sep 07 00:16:37.439 INFO E| Downloaded clap_lex v0.7.4
113162026-09-07T00:16:38.706Z[ recovery-image] Sep 07 00:16:37.444 INFO E| Downloaded toml_datetime v0.6.9
113172026-09-07T00:16:38.711Z[ recovery-image] Sep 07 00:16:37.450 INFO E| Downloaded anstyle v1.0.10
113182026-09-07T00:16:38.715Z[ recovery-image] Sep 07 00:16:37.451 INFO E| Downloaded serde_spanned v0.6.8
113192026-09-07T00:16:38.719Z[ recovery-image] Sep 07 00:16:37.454 INFO E| Downloaded colorchoice v1.0.3
113202026-09-07T00:16:38.719Z[ recovery-image] Sep 07 00:16:37.455 INFO E| Downloaded os_pipe v1.2.1
113212026-09-07T00:16:38.719Z[ recovery-image] Sep 07 00:16:37.457 INFO E| Downloaded duct v0.13.7
113222026-09-07T00:16:38.723Z[ recovery-image] Sep 07 00:16:37.458 INFO E| Downloaded anstream v0.6.18
113232026-09-07T00:16:38.734Z[ recovery-image] Sep 07 00:16:37.472 INFO E| Downloaded shared_child v1.0.1
113242026-09-07T00:16:38.737Z[ recovery-image] Sep 07 00:16:37.473 INFO E| Downloaded toml_write v0.1.1
113252026-09-07T00:16:38.737Z[ recovery-image] Sep 07 00:16:37.474 INFO E| Downloaded anstyle-parse v0.2.6
113262026-09-07T00:16:38.738Z[ recovery-image] Sep 07 00:16:37.476 INFO E| Downloaded clap_derive v4.5.32
113272026-09-07T00:16:38.741Z[ recovery-image] Sep 07 00:16:37.479 INFO E| Downloaded clap v4.5.37
113282026-09-07T00:16:38.747Z[ recovery-image] Sep 07 00:16:37.486 INFO E| Downloaded toml v0.8.22
113292026-09-07T00:16:38.769Z[ recovery-image] Sep 07 00:16:37.507 INFO E| Downloaded winnow v0.7.7
113302026-09-07T00:16:38.775Z[ recovery-image] Sep 07 00:16:37.513 INFO E| Downloaded clap_builder v4.5.37
113312026-09-07T00:16:38.779Z[ recovery-image] Sep 07 00:16:37.518 INFO E| Downloaded cc v1.2.20
113322026-09-07T00:16:38.808Z[ recovery-image] Sep 07 00:16:37.547 INFO E| Downloaded toml_edit v0.22.26
113332026-09-07T00:16:38.843Z[ recovery-image] Sep 07 00:16:37.580 INFO E| Compiling syn v2.0.101
113342026-09-07T00:16:38.844Z[ recovery-image] Sep 07 00:16:37.580 INFO E| Compiling libc v0.2.172
113352026-09-07T00:16:38.844Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling utf8parse v0.2.2
113362026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling colorchoice v1.0.3
113372026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling shlex v1.3.0
113382026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling is_terminal_polyfill v1.70.1
113392026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling anstyle-query v1.1.2
113402026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling once_cell v1.21.3
113412026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling equivalent v1.0.2
113422026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling hashbrown v0.15.2
113432026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling anstyle v1.0.10
113442026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling strsim v0.11.1
113452026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling toml_write v0.1.1
113462026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling winnow v0.7.7
113472026-09-07T00:16:38.848Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling anyhow v1.0.98
113482026-09-07T00:16:38.849Z[ recovery-image] Sep 07 00:16:37.581 INFO E| Compiling clap_lex v0.7.4
113492026-09-07T00:16:39.546Z[ recovery-image] Sep 07 00:16:38.284 INFO E| Compiling anstyle-parse v0.2.6
113502026-09-07T00:16:39.681Z[ recovery-image] Sep 07 00:16:38.419 INFO E| Compiling cc v1.2.20
113512026-09-07T00:16:39.778Z[ recovery-image] Sep 07 00:16:38.516 INFO E| Compiling anstream v0.6.18
113522026-09-07T00:16:40.005Z[ recovery-image] Sep 07 00:16:38.742 INFO E| Compiling clap_builder v4.5.37
113532026-09-07T00:16:40.062Z[ recovery-image] Sep 07 00:16:38.800 INFO E| Compiling indexmap v2.9.0
113542026-09-07T00:16:40.507Z[ recovery-image] Sep 07 00:16:39.245 INFO E| Compiling os_pipe v1.2.1
113552026-09-07T00:16:40.507Z[ recovery-image] Sep 07 00:16:39.246 INFO E| Compiling shared_child v1.0.1
113562026-09-07T00:16:40.669Z[ recovery-image] Sep 07 00:16:39.407 INFO E| Compiling duct v0.13.7
113572026-09-07T00:16:41.551Z[ recovery-image] Sep 07 00:16:40.289 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
113582026-09-07T00:16:41.667Z[ recovery-image] Sep 07 00:16:40.405 INFO E| Compiling serde_derive v1.0.219
113592026-09-07T00:16:41.667Z[ recovery-image] Sep 07 00:16:40.405 INFO E| Compiling clap_derive v4.5.32
113602026-09-07T00:16:42.014Z[ host-image] Sep 07 00:16:40.752 INFO E| Finished `release` profile [optimized] target(s) in 18.93s
113612026-09-07T00:16:42.034Z[ host-image] Sep 07 00:16:40.771 INFO building ROM for cosmo
113622026-09-07T00:16:42.034Z[ host-image] Sep 07 00:16:40.771 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")
113632026-09-07T00:16:42.142Z[ host-image] Sep 07 00:16:40.880 INFO E| Blocking waiting for file lock on build directory
113642026-09-07T00:16:43.303Z[ recovery-image] Sep 07 00:16:42.041 INFO E| Compiling clap v4.5.37
113652026-09-07T00:16:43.967Z[ recovery-image] Sep 07 00:16:42.705 INFO E| Compiling serde v1.0.219
113662026-09-07T00:16:45.826Z[ recovery-image] Sep 07 00:16:44.564 INFO E| Compiling serde_spanned v0.6.8
113672026-09-07T00:16:45.826Z[ recovery-image] Sep 07 00:16:44.564 INFO E| Compiling toml_datetime v0.6.9
113682026-09-07T00:16:45.990Z[ recovery-image] Sep 07 00:16:44.727 INFO E| Compiling toml_edit v0.22.26
113692026-09-07T00:16:47.447Z[ recovery-image] Sep 07 00:16:46.185 INFO E| Compiling toml v0.8.22
113702026-09-07T00:16:49.694Z[ recovery-image] Sep 07 00:16:48.432 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
113712026-09-07T00:16:49.702Z[ host-image] Sep 07 00:16:48.441 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
113722026-09-07T00:16:49.706Z[ recovery-image] Sep 07 00:16:48.442 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`
113732026-09-07T00:16:49.706Z[ host-image] Sep 07 00:16:48.444 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`
113742026-09-07T00:16:49.718Z[ host-image] Sep 07 00:16:48.456 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113752026-09-07T00:16:49.721Z[ recovery-image] Sep 07 00:16:48.457 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113762026-09-07T00:16:49.740Z[ host-image] Sep 07 00:16:48.478 INFO E| Blocking waiting for file lock on package cache
113772026-09-07T00:16:49.763Z[ recovery-image] Sep 07 00:16:48.502 INFO E| Blocking waiting for file lock on package cache
113782026-09-07T00:16:49.787Z[ host-image] Sep 07 00:16:48.525 INFO E| Blocking waiting for file lock on package cache
113792026-09-07T00:16:49.791Z[ recovery-image] Sep 07 00:16:48.525 INFO E| Blocking waiting for file lock on package cache
113802026-09-07T00:16:49.791Z[ host-image] Sep 07 00:16:48.527 INFO E| Blocking waiting for file lock on package cache
113812026-09-07T00:16:49.807Z[ recovery-image] Sep 07 00:16:48.545 INFO E| Blocking waiting for file lock on package cache
113822026-09-07T00:16:49.822Z[ host-image] Sep 07 00:16:48.560 INFO E| Blocking waiting for file lock on build directory
113832026-09-07T00:16:49.834Z[ recovery-image] Sep 07 00:16:48.573 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
113842026-09-07T00:16:49.838Z[ recovery-image] Sep 07 00:16:48.577 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`
113852026-09-07T00:16:49.845Z[ host-image] Sep 07 00:16:48.584 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
113862026-09-07T00:16:49.849Z[ host-image] Sep 07 00:16:48.588 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`
113872026-09-07T00:16:50.063Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113882026-09-07T00:16:50.063Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113892026-09-07T00:16:50.063Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113902026-09-07T00:16:50.067Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113912026-09-07T00:16:50.067Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113922026-09-07T00:16:50.067Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113932026-09-07T00:16:50.067Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113942026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113952026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113962026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113972026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113982026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113992026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114002026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114012026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114022026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114032026-09-07T00:16:50.068Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114042026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114052026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114062026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114072026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114082026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114092026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114102026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114112026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114122026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114132026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114142026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114152026-09-07T00:16:50.069Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114162026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114172026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114182026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114192026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114202026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114212026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114222026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114232026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114242026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114252026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114262026-09-07T00:16:50.070Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114272026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114282026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114292026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114302026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114312026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114322026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114332026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114342026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114352026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114362026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114372026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114382026-09-07T00:16:50.071Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114392026-09-07T00:16:50.072Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114402026-09-07T00:16:50.072Z[ recovery-image] Sep 07 00:16:48.802 INFO O| Info: ABL version: 0x100af010
114412026-09-07T00:16:50.072Z[ recovery-image] Sep 07 00:16:48.802 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114422026-09-07T00:16:50.072Z[ recovery-image] Sep 07 00:16:48.802 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114432026-09-07T00:16:50.072Z[ recovery-image] Sep 07 00:16:48.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114442026-09-07T00:16:50.072Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114452026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114462026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114472026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114482026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114492026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114502026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114512026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114522026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114532026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114542026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114552026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114562026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114572026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114582026-09-07T00:16:50.073Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114592026-09-07T00:16:50.074Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114602026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114612026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114622026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114632026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114642026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114652026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114662026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114672026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114682026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114692026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114702026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114712026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114722026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114732026-09-07T00:16:50.075Z[ recovery-image] Sep 07 00:16:48.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114742026-09-07T00:16:50.083Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114752026-09-07T00:16:50.083Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114762026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114772026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114782026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114792026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114802026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114812026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114822026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114832026-09-07T00:16:50.089Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114842026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114852026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114862026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114872026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114882026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114892026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114902026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114912026-09-07T00:16:50.090Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114922026-09-07T00:16:50.092Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114932026-09-07T00:16:50.092Z[ host-image] Sep 07 00:16:48.821 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114942026-09-07T00:16:50.092Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114952026-09-07T00:16:50.092Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114962026-09-07T00:16:50.092Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114972026-09-07T00:16:50.092Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114982026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114992026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
115002026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
115012026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
115022026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
115032026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
115042026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
115052026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
115062026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
115072026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115082026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115092026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115102026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115112026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115122026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115132026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115142026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115152026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115162026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115172026-09-07T00:16:50.093Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115182026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115192026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115202026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115212026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115222026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115232026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115242026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115252026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115262026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115272026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO O| Info: ABL version: 0x100af010
115282026-09-07T00:16:50.094Z[ host-image] Sep 07 00:16:48.822 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115292026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.822 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115302026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115312026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115322026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115332026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115342026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115352026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115362026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115372026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115382026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115392026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115402026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115412026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115422026-09-07T00:16:50.095Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115432026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115442026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115452026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115462026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115472026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115482026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115492026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115502026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115512026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115522026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115532026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115542026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115552026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115562026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115572026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115582026-09-07T00:16:50.096Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115592026-09-07T00:16:50.097Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115602026-09-07T00:16:50.097Z[ host-image] Sep 07 00:16:48.823 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115612026-09-07T00:16:50.101Z[ recovery-image] Sep 07 00:16:48.840 INFO building ROM for gimlet
115622026-09-07T00:16:50.101Z[ recovery-image] Sep 07 00:16:48.840 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")
115632026-09-07T00:16:50.123Z[ host-image] Sep 07 00:16:48.861 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115642026-09-07T00:16:50.123Z[ host-image] Sep 07 00:16:48.861 INFO building ROM for gimlet
115652026-09-07T00:16:50.123Z[ host-image] Sep 07 00:16:48.861 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")
115662026-09-07T00:16:50.181Z[ host-image] Sep 07 00:16:48.919 INFO E| Blocking waiting for file lock on package cache
115672026-09-07T00:16:50.187Z[ recovery-image] Sep 07 00:16:48.925 INFO E| Blocking waiting for file lock on package cache
115682026-09-07T00:16:50.212Z[ host-image] Sep 07 00:16:48.950 INFO E| Blocking waiting for file lock on package cache
115692026-09-07T00:16:50.221Z[ recovery-image] Sep 07 00:16:48.959 INFO E| Blocking waiting for file lock on package cache
115702026-09-07T00:16:50.230Z[ recovery-image] Sep 07 00:16:48.968 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
115712026-09-07T00:16:50.234Z[ recovery-image] Sep 07 00:16:48.972 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`
115722026-09-07T00:16:50.241Z[ host-image] Sep 07 00:16:48.979 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
115732026-09-07T00:16:50.245Z[ host-image] Sep 07 00:16:48.984 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`
115742026-09-07T00:16:50.248Z[ recovery-image] Sep 07 00:16:48.986 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115752026-09-07T00:16:50.261Z[ host-image] Sep 07 00:16:48.999 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115762026-09-07T00:16:50.283Z[ host-image] Sep 07 00:16:49.021 INFO E| Blocking waiting for file lock on package cache
115772026-09-07T00:16:50.297Z[ recovery-image] Sep 07 00:16:49.035 INFO E| Blocking waiting for file lock on package cache
115782026-09-07T00:16:50.321Z[ host-image] Sep 07 00:16:49.059 INFO E| Blocking waiting for file lock on package cache
115792026-09-07T00:16:50.324Z[ recovery-image] Sep 07 00:16:49.060 INFO E| Blocking waiting for file lock on package cache
115802026-09-07T00:16:50.324Z[ host-image] Sep 07 00:16:49.061 INFO E| Blocking waiting for file lock on package cache
115812026-09-07T00:16:50.338Z[ recovery-image] Sep 07 00:16:49.077 INFO E| Blocking waiting for file lock on package cache
115822026-09-07T00:16:50.354Z[ recovery-image] Sep 07 00:16:49.092 INFO E| Blocking waiting for file lock on build directory
115832026-09-07T00:16:50.363Z[ host-image] Sep 07 00:16:49.102 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
115842026-09-07T00:16:50.368Z[ host-image] Sep 07 00:16:49.105 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`
115852026-09-07T00:16:50.375Z[ recovery-image] Sep 07 00:16:49.113 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
115862026-09-07T00:16:50.379Z[ recovery-image] Sep 07 00:16:49.118 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`
115872026-09-07T00:16:50.502Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115882026-09-07T00:16:50.502Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115892026-09-07T00:16:50.502Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115902026-09-07T00:16:50.502Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115912026-09-07T00:16:50.506Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115922026-09-07T00:16:50.506Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115932026-09-07T00:16:50.506Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115942026-09-07T00:16:50.506Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115952026-09-07T00:16:50.506Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115962026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115972026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115982026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115992026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
116002026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
116012026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
116022026-09-07T00:16:50.507Z[ host-image] Sep 07 00:16:49.240 INFO O| Info: ABL version: 0x100f5010
116032026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.240 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
116042026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
116052026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
116062026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
116072026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
116082026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
116092026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
116102026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
116112026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
116122026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
116132026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
116142026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
116152026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
116162026-09-07T00:16:50.508Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
116172026-09-07T00:16:50.509Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
116182026-09-07T00:16:50.509Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
116192026-09-07T00:16:50.509Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
116202026-09-07T00:16:50.509Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
116212026-09-07T00:16:50.509Z[ host-image] Sep 07 00:16:49.241 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
116222026-09-07T00:16:50.516Z[ recovery-image] Sep 07 00:16:49.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
116232026-09-07T00:16:50.516Z[ recovery-image] Sep 07 00:16:49.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
116242026-09-07T00:16:50.516Z[ recovery-image] Sep 07 00:16:49.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
116252026-09-07T00:16:50.520Z[ recovery-image] Sep 07 00:16:49.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
116262026-09-07T00:16:50.520Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
116272026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
116282026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
116292026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
116302026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
116312026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
116322026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
116332026-09-07T00:16:50.521Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
116342026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
116352026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
116362026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
116372026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO O| Info: ABL version: 0x100f5010
116382026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
116392026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
116402026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
116412026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
116422026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
116432026-09-07T00:16:50.522Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
116442026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
116452026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
116462026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
116472026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
116482026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
116492026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
116502026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
116512026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
116522026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
116532026-09-07T00:16:50.523Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
116542026-09-07T00:16:50.524Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
116552026-09-07T00:16:50.524Z[ recovery-image] Sep 07 00:16:49.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
116562026-09-07T00:16:50.524Z[ recovery-image] Sep 07 00:16:49.256 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
116572026-09-07T00:16:50.541Z[ host-image] Sep 07 00:16:49.279 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
116582026-09-07T00:16:50.541Z[ host-image] Sep 07 00:16:49.279 INFO finishing image archive at "/work/os-host/os.tar.gz"...
116592026-09-07T00:16:50.554Z[ recovery-image] Sep 07 00:16:49.292 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
116602026-09-07T00:16:50.554Z[ recovery-image] Sep 07 00:16:49.292 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
116612026-09-07T00:16:50.558Z[ recovery-image] Sep 07 00:16:49.292 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
116622026-09-07T00:16:51.737Z[ recovery-image] Sep 07 00:16:50.475 INFO image complete! materials are in "/work/os-recovery"
116632026-09-07T00:16:51.741Z[ recovery-image]
116642026-09-07T00:16:51.741Z[ recovery-image] real 3:29.646573271
116652026-09-07T00:16:51.741Z[ recovery-image] user 2:37.125150632
116662026-09-07T00:16:51.741Z[ recovery-image] sys 38.579600392
116672026-09-07T00:16:51.741Z[ recovery-image] trap 0.138674380
116682026-09-07T00:16:51.741Z[ recovery-image] tflt 0.929308756
116692026-09-07T00:16:51.741Z[ recovery-image] dflt 1.114899827
116702026-09-07T00:16:51.741Z[ recovery-image] kflt 0.000159010
116712026-09-07T00:16:51.741Z[ recovery-image] lock 8:28.142733426
116722026-09-07T00:16:51.741Z[ recovery-image] slp 18:40.807695930
116732026-09-07T00:16:51.741Z[ recovery-image] lat 46.105821715
116742026-09-07T00:16:51.742Z[ recovery-image] stop 9.932672334
116752026-09-07T00:16:51.742ZSep 07 00:16:50.479 INFO [recovery-image] process exited with exit status: 0 (209.651594503s)
116762026-09-07T00:16:51.743ZSep 07 00:16:50.479 INFO [tuf-v2-recovery] running task
116772026-09-07T00:16:51.747ZSep 07 00:16:50.480 INFO [tuf-v2-recovery] task succeeded (1.125531ms)
116782026-09-07T00:16:51.763Z[ host-image] Sep 07 00:16:50.501 INFO image complete! materials are in "/work/os-host"
116792026-09-07T00:16:51.766Z[ host-image]
116802026-09-07T00:16:51.766Z[ host-image] real 4:00.310136734
116812026-09-07T00:16:51.767Z[ host-image] user 2:47.908618237
116822026-09-07T00:16:51.767Z[ host-image] sys 36.235070038
116832026-09-07T00:16:51.767Z[ host-image] trap 0.137702559
116842026-09-07T00:16:51.767Z[ host-image] tflt 0.211424760
116852026-09-07T00:16:51.767Z[ host-image] dflt 0.266907261
116862026-09-07T00:16:51.767Z[ host-image] kflt 0.000245840
116872026-09-07T00:16:51.767Z[ host-image] lock 5:02.350904833
116882026-09-07T00:16:51.767Z[ host-image] slp 20:55.900388899
116892026-09-07T00:16:51.767Z[ host-image] lat 28.104902003
116902026-09-07T00:16:51.767Z[ host-image] stop 1.933732115
116912026-09-07T00:16:51.770ZSep 07 00:16:50.505 INFO [host-image] process exited with exit status: 0 (240.315698686s)
116922026-09-07T00:16:51.771ZSep 07 00:16:50.505 INFO [tuf-v2-host] running task
116932026-09-07T00:16:51.771ZSep 07 00:16:50.505 INFO [tuf-repo] running task
116942026-09-07T00:16:51.771ZSep 07 00:16:50.506 INFO [tuf-v2-host] task succeeded (483.85µs)
116952026-09-07T00:16:51.771ZSep 07 00:16:50.506 INFO [tuf-v2-repo] running task
116962026-09-07T00:17:06.069ZSep 07 00:17:04.807 INFO assembling repository in `/tmp/tufaceous17wxkS`, component: OmicronRepoAssembler
116972026-09-07T00:17:08.447ZSep 07 00:17:07.185 INFO [tuf-v2-repo] task succeeded (16.679284305s)
116982026-09-07T00:17:10.882ZSep 07 00:17:09.620 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
116992026-09-07T00:17:11.107ZSep 07 00:17:09.845 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
117002026-09-07T00:17:12.772ZSep 07 00:17:11.511 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
117012026-09-07T00:17:12.834ZSep 07 00:17:11.573 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
117022026-09-07T00:17:12.884ZSep 07 00:17:11.622 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
117032026-09-07T00:17:12.930ZSep 07 00:17:11.669 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
117042026-09-07T00:17:12.978ZSep 07 00:17:11.717 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
117052026-09-07T00:17:13.034ZSep 07 00:17:11.772 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
117062026-09-07T00:17:13.081ZSep 07 00:17:11.820 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
117072026-09-07T00:17:20.634ZSep 07 00:17:19.372 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
117082026-09-07T00:17:20.639ZSep 07 00:17:19.378 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
117092026-09-07T00:17:20.662ZSep 07 00:17:19.400 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
117102026-09-07T00:17:20.716ZSep 07 00:17:19.455 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
117112026-09-07T00:17:20.780ZSep 07 00:17:19.519 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
117122026-09-07T00:17:20.833ZSep 07 00:17:19.572 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
117132026-09-07T00:17:20.903ZSep 07 00:17:19.642 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
117142026-09-07T00:17:20.909ZSep 07 00:17:19.647 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
117152026-09-07T00:17:20.932ZSep 07 00:17:19.670 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
117162026-09-07T00:17:22.102ZSep 07 00:17:20.841 INFO [tuf-repo] task succeeded (30.335310272s)
117172026-09-07T00:20:42.293Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 17s
117182026-09-07T00:20:42.296Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
117192026-09-07T00:20:42.296Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
117202026-09-07T00:20:44.984ZSep 07 00:20:43.722 INFO [verify-libraries] process exited with exit status: 0 (443.125269313s)
117212026-09-07T00:20:44.985ZSep 07 00:20:43.722 INFO all jobs completed in 1217.454121749s
117222026-09-07T00:20:45.901Zprocess exited: duration 1447062 ms, exit code 0
 
117232026-09-07T00:20:45.914Zfound 41 output files
117242026-09-07T00:20:45.915Zuploading: /work/manifest.toml (17334 bytes)
117252026-09-07T00:20:46.930Zuploaded: /work/manifest.toml
117262026-09-07T00:20:46.930Zuploading: /work/repo.zip (2361528365 bytes)
117272026-09-07T00:21:26.246Zuploaded: /work/repo.zip
117282026-09-07T00:21:26.246Zuploading: /work/repo.zip.sha256.txt (65 bytes)
117292026-09-07T00:21:27.268Zuploaded: /work/repo.zip.sha256.txt
117302026-09-07T00:21:27.272Zuploading: /work/helios.json (647 bytes)
117312026-09-07T00:21:28.283Zuploaded: /work/helios.json
117322026-09-07T00:21:28.284Zuploading: /work/incorporation.p5m (113595 bytes)
117332026-09-07T00:21:29.304Zuploaded: /work/incorporation.p5m
117342026-09-07T00:21:29.313Zuploading: /work/incorporation.p5p (133120 bytes)
117352026-09-07T00:21:30.330Zuploaded: /work/incorporation.p5p
117362026-09-07T00:21:30.331Zuploading: /work/helios-incorp.log (522 bytes)
117372026-09-07T00:21:31.349Zuploaded: /work/helios-incorp.log
117382026-09-07T00:21:31.350Zuploading: /work/helios-setup.log (57276 bytes)
117392026-09-07T00:21:32.368Zuploaded: /work/helios-setup.log
117402026-09-07T00:21:32.368Zuploading: /work/host-image.log (236014 bytes)
117412026-09-07T00:21:33.386Zuploaded: /work/host-image.log
117422026-09-07T00:21:33.392Zuploading: /work/host-package.log (50240 bytes)
117432026-09-07T00:21:34.404Zuploaded: /work/host-package.log
117442026-09-07T00:21:34.410Zuploading: /work/host-target.log (101 bytes)
117452026-09-07T00:21:35.421Zuploaded: /work/host-target.log
117462026-09-07T00:21:35.421Zuploading: /work/incorp-create.log (0 bytes)
117472026-09-07T00:21:36.435Zuploaded: /work/incorp-create.log
117482026-09-07T00:21:36.436Zuploading: /work/incorp-fmt.log (0 bytes)
117492026-09-07T00:21:37.446Zuploaded: /work/incorp-fmt.log
117502026-09-07T00:21:37.446Zuploading: /work/incorp-pkgsend.log (108 bytes)
117512026-09-07T00:21:38.463Zuploaded: /work/incorp-pkgsend.log
117522026-09-07T00:21:38.463Zuploading: /work/incorp-publisher.log (0 bytes)
117532026-09-07T00:21:39.477Zuploaded: /work/incorp-publisher.log
117542026-09-07T00:21:39.482Zuploading: /work/omicron-package.log (10317 bytes)
117552026-09-07T00:21:40.494Zuploaded: /work/omicron-package.log
117562026-09-07T00:21:40.497Zuploading: /work/recovery-image.log (593128 bytes)
117572026-09-07T00:21:41.527Zuploaded: /work/recovery-image.log
117582026-09-07T00:21:41.527Zuploading: /work/recovery-package.log (2764 bytes)
117592026-09-07T00:21:42.542Zuploaded: /work/recovery-package.log
117602026-09-07T00:21:42.542Zuploading: /work/recovery-target.log (98 bytes)
117612026-09-07T00:21:43.555Zuploaded: /work/recovery-target.log
117622026-09-07T00:21:43.555Zuploading: /work/stamp-clickhouse.log (117 bytes)
117632026-09-07T00:21:44.574Zuploaded: /work/stamp-clickhouse.log
117642026-09-07T00:21:44.574Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
117652026-09-07T00:21:45.593Zuploaded: /work/stamp-clickhouse_keeper.log
117662026-09-07T00:21:45.594Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
117672026-09-07T00:21:46.611Zuploaded: /work/stamp-clickhouse_server.log
117682026-09-07T00:21:46.612Zuploading: /work/stamp-cockroachdb.log (118 bytes)
117692026-09-07T00:21:47.630Zuploaded: /work/stamp-cockroachdb.log
117702026-09-07T00:21:47.630Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
117712026-09-07T00:21:48.645Zuploaded: /work/stamp-crucible-pantry-zone.log
117722026-09-07T00:21:48.645Zuploading: /work/stamp-crucible-utils.log (118 bytes)
117732026-09-07T00:21:49.655Zuploaded: /work/stamp-crucible-utils.log
117742026-09-07T00:21:49.655Zuploading: /work/stamp-crucible-zone.log (120 bytes)
117752026-09-07T00:21:50.666Zuploaded: /work/stamp-crucible-zone.log
117762026-09-07T00:21:50.666Zuploading: /work/stamp-external-dns.log (119 bytes)
117772026-09-07T00:21:51.696Zuploaded: /work/stamp-external-dns.log
117782026-09-07T00:21:51.696Zuploading: /work/stamp-installinator.log (103 bytes)
117792026-09-07T00:21:52.840Zuploaded: /work/stamp-installinator.log
117802026-09-07T00:21:52.853Zuploading: /work/stamp-internal-dns.log (119 bytes)
117812026-09-07T00:21:54.190Zuploaded: /work/stamp-internal-dns.log
117822026-09-07T00:21:54.190Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117832026-09-07T00:21:55.214Zuploaded: /work/stamp-mg-ddm-gz.log
117842026-09-07T00:21:55.214Zuploading: /work/stamp-nexus.log (112 bytes)
117852026-09-07T00:21:56.296Zuploaded: /work/stamp-nexus.log
117862026-09-07T00:21:56.296Zuploading: /work/stamp-ntp.log (110 bytes)
117872026-09-07T00:22:01.817Zuploaded: /work/stamp-ntp.log
117882026-09-07T00:22:01.817Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
117892026-09-07T00:22:02.948Zuploaded: /work/stamp-omicron-sled-agent.log
117902026-09-07T00:22:02.948Zuploading: /work/stamp-overlay.log (114 bytes)
117912026-09-07T00:22:03.958Zuploaded: /work/stamp-overlay.log
117922026-09-07T00:22:03.958Zuploading: /work/stamp-oximeter.log (115 bytes)
117932026-09-07T00:22:04.970Zuploaded: /work/stamp-oximeter.log
117942026-09-07T00:22:04.970Zuploading: /work/stamp-oxlog.log (109 bytes)
117952026-09-07T00:22:05.981Zuploaded: /work/stamp-oxlog.log
117962026-09-07T00:22:05.981Zuploading: /work/stamp-probe.log (112 bytes)
117972026-09-07T00:22:06.991Zuploaded: /work/stamp-probe.log
117982026-09-07T00:22:06.992Zuploading: /work/stamp-propolis-server.log (122 bytes)
117992026-09-07T00:22:08.002Zuploaded: /work/stamp-propolis-server.log
118002026-09-07T00:22:08.002Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
118012026-09-07T00:22:09.011Zuploaded: /work/stamp-pumpkind-gz.log
118022026-09-07T00:22:09.011Zuploading: /work/stamp-switch-asic.log (118 bytes)
118032026-09-07T00:22:10.022Zuploaded: /work/stamp-switch-asic.log
118042026-09-07T00:22:10.022Zuploading: /work/verify-libraries.log (48737 bytes)
118052026-09-07T00:22:11.033Zuploaded: /work/verify-libraries.log