01M2BPSV74WWZ0D5E679GKTJ1Z: 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: 01M2BPTHR90PWQ4XCC3HYQMV0V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-12T21:02:47.849Zjob assigned to worker 01M2BPTTP4B5HTBB5Q2SDVWA17 [factory aws, i-00f4ae450fc8e0849] (queued for 51 s)
 
22026-09-12T21:02:54.974Zstarting task 0: "setup"
32026-09-12T21:02:54.980Z++ uname -s
42026-09-12T21:02:54.983Z+ kern=SunOS
52026-09-12T21:02:54.983Z+ build_user=build
62026-09-12T21:02:54.983Z+ build_uid=12345
72026-09-12T21:02:54.983Z+ work_dir=/work
82026-09-12T21:02:54.983Z+ input_dir=/input
92026-09-12T21:02:54.983Z+ [[ 0 == 12345 ]]
102026-09-12T21:02:54.983Z+ case "$kern" in
112026-09-12T21:02:54.983Z+ groupadd -g 12345 build
122026-09-12T21:02:54.983Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-12T21:02:56.989Z+ zfs create -o mountpoint=/work rpool/work
142026-09-12T21:02:57.156Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-12T21:02:57.159Z+ home_fs=zfs
162026-09-12T21:02:57.159Z+ [[ zfs == autofs ]]
172026-09-12T21:02:57.159Z+ mkdir -p /home/build
182026-09-12T21:02:57.159Z+ chown build:build /home/build /work
192026-09-12T21:02:58.162Z+ chmod 0700 /home/build /work
202026-09-12T21:02:58.167Zprocess exited: duration 3192 ms, exit code 0
 
212026-09-12T21:02:58.173Zstarting task 1: "rust-toolchain"
222026-09-12T21:02:58.178Z * rust toolchain channel = "1.98.1"
232026-09-12T21:02:58.178Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
242026-09-12T21:02:58.178Z * rust toolchain profile = "default"
252026-09-12T21:02:58.178Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-12T21:02:58.178Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-12T21:02:58.178Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-12T21:02:58.182Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-12T21:02:58.182Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-12T21:02:58.296Zinfo: downloading installer
312026-09-12T21:02:59.532Zinfo: profile set to default
322026-09-12T21:02:59.534Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-12T21:02:59.537Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-12T21:02:59.667Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-12T21:02:59.670Zinfo: downloading 6 components
362026-09-12T21:03:14.468Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-12T21:03:14.468Z
382026-09-12T21:03:14.497Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-12T21:03:14.497Z
402026-09-12T21:03:14.501Z
412026-09-12T21:03:14.501ZRust is installed now. Great!
422026-09-12T21:03:14.501Z
432026-09-12T21:03:14.501ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-12T21:03:14.501Zenvironment variable. This has not been done automatically.
452026-09-12T21:03:14.501Z
462026-09-12T21:03:14.501ZTo configure your current shell, you need to source
472026-09-12T21:03:14.501Zthe corresponding env file under $HOME/.cargo.
482026-09-12T21:03:14.502Z
492026-09-12T21:03:14.502ZConsider running the right command for your shell (note the leading DOT):
502026-09-12T21:03:14.502Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-12T21:03:14.502Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-12T21:03:14.502ZCC_x86_64-unknown-illumos = None
532026-09-12T21:03:14.502Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-12T21:03:14.502ZCC_x86_64_unknown_illumos = None
552026-09-12T21:03:14.502Zcargo:rerun-if-env-changed=HOST_CC
562026-09-12T21:03:14.502ZHOST_CC = None
572026-09-12T21:03:14.502Zcargo:rerun-if-env-changed=CC
582026-09-12T21:03:14.502ZCC = None
592026-09-12T21:03:14.502Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-12T21:03:14.676Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-12T21:03:14.676ZCRATE_CC_NO_DEFAULTS = None
622026-09-12T21:03:14.677Zcargo:rerun-if-env-changed=CFLAGS
632026-09-12T21:03:14.677ZCFLAGS = None
642026-09-12T21:03:14.677Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-12T21:03:14.677ZHOST_CFLAGS = None
662026-09-12T21:03:14.677Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-12T21:03:14.677ZCFLAGS_x86_64_unknown_illumos = None
682026-09-12T21:03:14.677Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-12T21:03:14.677ZCFLAGS_x86_64-unknown-illumos = None
702026-09-12T21:03:14.776Z+ rustup --version
712026-09-12T21:03:14.781Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-12T21:03:14.784Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-12T21:03:14.802Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-12T21:03:14.805Z+ cargo --version
752026-09-12T21:03:14.814Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-12T21:03:14.818Z+ rustc --version
772026-09-12T21:03:14.834Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-12T21:03:14.837Zprocess exited: duration 16663 ms, exit code 0
 
792026-09-12T21:03:14.844Zstarting task 2: "authentication"
802026-09-12T21:03:14.862Zprocess exited: duration 18 ms, exit code 0
 
812026-09-12T21:03:14.869Zstarting task 3: "clone repository"
822026-09-12T21:03:14.873Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-12T21:03:14.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-12T21:03:14.908ZCloning into '/work/oxidecomputer/omicron'...
852026-09-12T21:03:27.991Z+ cd /work/oxidecomputer/omicron
862026-09-12T21:03:27.991Z+ git fetch origin 746e8ce34b6dcc09b89e6caa888d96dcbfb5aa59
872026-09-12T21:03:28.320ZFrom https://github.com/oxidecomputer/omicron
882026-09-12T21:03:28.320Z * branch 746e8ce34b6dcc09b89e6caa888d96dcbfb5aa59 -> FETCH_HEAD
892026-09-12T21:03:28.334Z+ [[ -n sush-nexus-tunnel ]]
902026-09-12T21:03:28.338Z++ git branch --show-current
912026-09-12T21:03:28.338Z+ current=main
922026-09-12T21:03:28.338Z+ [[ main != sush-nexus-tunnel ]]
932026-09-12T21:03:28.338Z+ git branch -f sush-nexus-tunnel 746e8ce34b6dcc09b89e6caa888d96dcbfb5aa59
942026-09-12T21:03:28.341Z+ git checkout -f sush-nexus-tunnel
952026-09-12T21:03:28.590ZSwitched to branch 'sush-nexus-tunnel'
962026-09-12T21:03:28.593Z+ git reset --hard 746e8ce34b6dcc09b89e6caa888d96dcbfb5aa59
972026-09-12T21:03:28.649ZHEAD is now at 746e8ce34 Merge branch 'sush-switch-proxy' into sush-nexus-tunnel
982026-09-12T21:03:28.653Zprocess exited: duration 13782 ms, exit code 0
 
992026-09-12T21:03:28.659Zstarting task 4: "build"
1002026-09-12T21:03:28.664Z+ source .github/buildomat/ci-env.sh
1012026-09-12T21:03:28.664Z++ export CARGO_TERM_COLOR=always
1022026-09-12T21:03:28.664Z++ CARGO_TERM_COLOR=always
1032026-09-12T21:03:28.667Z+++ uname -s
1042026-09-12T21:03:28.667Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-12T21:03:28.667Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-12T21:03:28.671Z+ cargo --version
1072026-09-12T21:03:28.678Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-12T21:03:28.681Z+ rustc --version
1092026-09-12T21:03:28.700Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-12T21:03:28.703Z+ cargo tree --locked
1112026-09-12T21:03:28.881Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-12T21:03:29.206Z Updating crates.io index
1132026-09-12T21:03:29.209Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-12T21:03:29.472Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-12T21:03:29.869Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-12T21:03:30.149Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-12T21:03:31.459Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-12T21:03:32.114Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-12T21:03:34.159Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-12T21:03:35.266Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-12T21:03:35.565Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-12T21:03:35.922Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-12T21:03:37.245Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-12T21:03:37.540Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-12T21:03:38.005Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-12T21:03:38.297Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-12T21:03:38.553Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-12T21:03:38.816Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-12T21:03:39.102Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-12T21:03:39.379Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-12T21:03:39.703Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-12T21:03:40.085Z Updating git repository `https://github.com/oxidecomputer/sush`
1332026-09-12T21:03:40.624Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1342026-09-12T21:03:41.244Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1352026-09-12T21:03:41.547Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-09-12T21:03:42.104Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1372026-09-12T21:03:42.434Z Updating git repository `https://github.com/oxidecomputer/erebor`
1382026-09-12T21:03:42.688Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-09-12T21:03:43.147Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-09-12T21:03:43.457Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1412026-09-12T21:03:43.751Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1422026-09-12T21:03:44.104Z Updating git repository `https://github.com/oxidecomputer/ispf`
1432026-09-12T21:03:44.371Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-09-12T21:03:44.748Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-12T21:03:45.091Z Updating git repository `https://github.com/oxidecomputer/tough`
1462026-09-12T21:03:45.785Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1472026-09-12T21:03:46.065Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1482026-09-12T21:03:46.335Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1492026-09-12T21:03:46.626Z Updating git repository `https://github.com/oxidecomputer/rumors`
1502026-09-12T21:03:57.905Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1512026-09-12T21:03:58.245Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1522026-09-12T21:03:58.552Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1532026-09-12T21:03:58.822Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-12T21:03:59.122Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1552026-09-12T21:03:59.397Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1562026-09-12T21:03:59.707Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1572026-09-12T21:03:59.976Z Updating git repository `https://github.com/illumos/smf-rs`
1582026-09-12T21:04:03.038Z Downloading crates ...
1592026-09-12T21:04:03.093Z Downloaded ff v0.13.1
1602026-09-12T21:04:03.096Z Downloaded find-msvc-tools v0.1.9
1612026-09-12T21:04:03.096Z Downloaded globset v0.4.18
1622026-09-12T21:04:03.096Z Downloaded fxhash v0.2.1
1632026-09-12T21:04:03.100Z Downloaded addr2line v0.25.1
1642026-09-12T21:04:03.107Z Downloaded fnv v1.0.7
1652026-09-12T21:04:03.111Z Downloaded ecdsa v0.17.0
1662026-09-12T21:04:03.114Z Downloaded ed25519 v2.2.3
1672026-09-12T21:04:03.117Z Downloaded dtrace-parser v0.2.0
1682026-09-12T21:04:03.117Z Downloaded escape8259 v0.5.3
1692026-09-12T21:04:03.117Z Downloaded embedded-io v0.4.0
1702026-09-12T21:04:03.117Z Downloaded env_filter v2.0.0
1712026-09-12T21:04:03.120Z Downloaded linkme-impl v0.3.35
1722026-09-12T21:04:03.123Z Downloaded dsl_auto_type v0.2.0
1732026-09-12T21:04:03.126Z Downloaded errno v0.3.14
1742026-09-12T21:04:03.126Z Downloaded fd-lock v4.0.4
1752026-09-12T21:04:03.126Z Downloaded opaque-debug v0.3.1
1762026-09-12T21:04:03.126Z Downloaded enum-as-inner v0.6.1
1772026-09-12T21:04:03.129Z Downloaded either v1.15.0
1782026-09-12T21:04:03.129Z Downloaded libloading v0.8.9
1792026-09-12T21:04:03.129Z Downloaded lru v0.18.3
1802026-09-12T21:04:03.129Z Downloaded md-5 v0.11.0
1812026-09-12T21:04:03.132Z Downloaded ena v0.14.4
1822026-09-12T21:04:03.132Z Downloaded fallible-iterator v0.2.0
1832026-09-12T21:04:03.132Z Downloaded event-listener v5.4.1
1842026-09-12T21:04:03.133Z Downloaded num_threads v0.1.7
1852026-09-12T21:04:03.133Z Downloaded event-listener-strategy v0.5.4
1862026-09-12T21:04:03.136Z Downloaded flume v0.11.1
1872026-09-12T21:04:03.136Z Downloaded futures-core v0.3.32
1882026-09-12T21:04:03.139Z Downloaded endian-type v0.1.2
1892026-09-12T21:04:03.139Z Downloaded float-ord v0.3.2
1902026-09-12T21:04:03.139Z Downloaded erased-serde v0.3.31
1912026-09-12T21:04:03.139Z Downloaded fancy-regex v0.14.0
1922026-09-12T21:04:03.143Z Downloaded dropshot-api-manager-types v0.8.0
1932026-09-12T21:04:03.143Z Downloaded lazy_static v1.5.0
1942026-09-12T21:04:03.143Z Downloaded equivalent v1.0.2
1952026-09-12T21:04:03.143Z Downloaded hash32 v0.2.1
1962026-09-12T21:04:03.143Z Downloaded dtrace-parser v0.3.0
1972026-09-12T21:04:03.146Z Downloaded libefi-sys v0.1.0
1982026-09-12T21:04:03.146Z Downloaded lock_api v0.4.14
1992026-09-12T21:04:03.146Z Downloaded ml-kem v0.3.2
2002026-09-12T21:04:03.146Z Downloaded foreign-types v0.3.2
2012026-09-12T21:04:03.146Z Downloaded globwalk v0.9.1
2022026-09-12T21:04:03.149Z Downloaded git-stub-vcs v0.1.0
2032026-09-12T21:04:03.153Z Downloaded memmap v0.7.0
2042026-09-12T21:04:03.154Z Downloaded form_urlencoded v1.2.2
2052026-09-12T21:04:03.157Z Downloaded multer v3.1.0
2062026-09-12T21:04:03.157Z Downloaded omicron-zone-package v0.12.3
2072026-09-12T21:04:03.157Z Downloaded ecdsa v0.16.9
2082026-09-12T21:04:03.157Z Downloaded fs_extra v1.3.0
2092026-09-12T21:04:03.160Z Downloaded lru v0.12.5
2102026-09-12T21:04:03.160Z Downloaded minimal-lexical v0.2.1
2112026-09-12T21:04:03.163Z Downloaded git-stub v1.0.0
2122026-09-12T21:04:03.163Z Downloaded hash32 v0.3.1
2132026-09-12T21:04:03.163Z Downloaded libbz2-rs-sys v0.2.2
2142026-09-12T21:04:03.163Z Downloaded libsw-core v0.3.2
2152026-09-12T21:04:03.163Z Downloaded litemap v0.8.1
2162026-09-12T21:04:03.166Z Downloaded maybe-uninit v2.0.0
2172026-09-12T21:04:03.166Z Downloaded dyn-clone v1.0.20
2182026-09-12T21:04:03.169Z Downloaded env_logger v0.11.11
2192026-09-12T21:04:03.169Z Downloaded fs-err v3.3.0
2202026-09-12T21:04:03.173Z Downloaded ff v0.14.0
2212026-09-12T21:04:03.173Z Downloaded funty v2.0.0
2222026-09-12T21:04:03.173Z Downloaded miette-derive v5.10.0
2232026-09-12T21:04:03.173Z Downloaded embedded-io v0.6.1
2242026-09-12T21:04:03.174Z Downloaded mime v0.3.17
2252026-09-12T21:04:03.177Z Downloaded foreign-types v0.5.0
2262026-09-12T21:04:03.177Z Downloaded maplit v1.0.2
2272026-09-12T21:04:03.177Z Downloaded linked-hash-map v0.5.6
2282026-09-12T21:04:03.177Z Downloaded lru-slab v0.1.2
2292026-09-12T21:04:03.177Z Downloaded dunce v1.0.5
2302026-09-12T21:04:03.180Z Downloaded match_cfg v0.1.0
2312026-09-12T21:04:03.183Z Downloaded foreign-types-shared v0.1.1
2322026-09-12T21:04:03.183Z Downloaded futures-sink v0.3.32
2332026-09-12T21:04:03.187Z Downloaded fastrand v2.3.0
2342026-09-12T21:04:03.190Z Downloaded multimap v0.10.1
2352026-09-12T21:04:03.190Z Downloaded guppy-workspace-hack v0.1.0
2362026-09-12T21:04:03.190Z Downloaded float-cmp v0.10.0
2372026-09-12T21:04:03.190Z Downloaded generic-array v0.14.7
2382026-09-12T21:04:03.193Z Downloaded macaddr v1.0.1
2392026-09-12T21:04:03.197Z Downloaded num-iter v0.1.45
2402026-09-12T21:04:03.197Z Downloaded filetime v0.2.27
2412026-09-12T21:04:03.197Z Downloaded foldhash v0.2.0
2422026-09-12T21:04:03.197Z Downloaded newtype_derive v0.1.6
2432026-09-12T21:04:03.200Z Downloaded normalize-line-endings v0.3.0
2442026-09-12T21:04:03.200Z Downloaded num v0.4.3
2452026-09-12T21:04:03.200Z Downloaded memoffset v0.9.1
2462026-09-12T21:04:03.200Z Downloaded nodrop v0.1.14
2472026-09-12T21:04:03.204Z Downloaded num_enum_derive v0.5.11
2482026-09-12T21:04:03.204Z Downloaded nonempty v0.12.0
2492026-09-12T21:04:03.207Z Downloaded cfg-if v1.0.4
2502026-09-12T21:04:03.207Z Downloaded nibble_vec v0.1.0
2512026-09-12T21:04:03.207Z Downloaded openssl-macros v0.1.1
2522026-09-12T21:04:03.207Z Downloaded fixedbitset v0.4.2
2532026-09-12T21:04:03.207Z Downloaded block-buffer v0.12.1
2542026-09-12T21:04:03.207Z Downloaded foreign-types-shared v0.3.1
2552026-09-12T21:04:03.210Z Downloaded futures-task v0.3.32
2562026-09-12T21:04:03.210Z Downloaded nested v0.1.1
2572026-09-12T21:04:03.210Z Downloaded managed v0.8.0
2582026-09-12T21:04:03.210Z Downloaded new_debug_unreachable v1.0.6
2592026-09-12T21:04:03.213Z Downloaded ghash v0.6.0
2602026-09-12T21:04:03.218Z Downloaded lru-cache v0.1.2
2612026-09-12T21:04:03.227Z Downloaded futures-macro v0.3.32
2622026-09-12T21:04:03.227Z Downloaded openssl-probe v0.1.6
2632026-09-12T21:04:03.231Z Downloaded md5 v0.8.0
2642026-09-12T21:04:03.231Z Downloaded mime_guess v2.0.5
2652026-09-12T21:04:03.231Z Downloaded crc8 v0.1.1
2662026-09-12T21:04:03.231Z Downloaded crypto-common v0.2.2
2672026-09-12T21:04:03.232Z Downloaded constant_time_eq v0.4.2
2682026-09-12T21:04:03.232Z Downloaded newline-converter v0.3.0
2692026-09-12T21:04:03.235Z Downloaded darling_macro v0.13.4
2702026-09-12T21:04:03.238Z Downloaded darling_macro v0.20.11
2712026-09-12T21:04:03.238Z Downloaded dof v0.3.0
2722026-09-12T21:04:03.238Z Downloaded percent-encoding v2.3.2
2732026-09-12T21:04:03.238Z Downloaded flagset v0.4.7
2742026-09-12T21:04:03.238Z Downloaded futures-timer v3.0.3
2752026-09-12T21:04:03.242Z Downloaded group v0.14.0
2762026-09-12T21:04:03.242Z Downloaded libscf-sys v1.2.0
2772026-09-12T21:04:03.242Z Downloaded openssl-probe v0.2.1
2782026-09-12T21:04:03.242Z Downloaded convert_case v0.4.0
2792026-09-12T21:04:03.242Z Downloaded crunchy v0.2.4
2802026-09-12T21:04:03.242Z Downloaded olpc-cjson v0.1.4
2812026-09-12T21:04:03.242Z Downloaded defmt-parser v1.0.0
2822026-09-12T21:04:03.242Z Downloaded newtype-uuid-macros v0.1.0
2832026-09-12T21:04:03.246Z Downloaded glob v0.3.3
2842026-09-12T21:04:03.246Z Downloaded fixedbitset v0.5.7
2852026-09-12T21:04:03.246Z Downloaded phf_shared v0.13.1
2862026-09-12T21:04:03.246Z Downloaded phf_shared v0.12.1
2872026-09-12T21:04:03.246Z Downloaded foldhash v0.1.5
2882026-09-12T21:04:03.246Z Downloaded foreign-types-macros v0.2.3
2892026-09-12T21:04:03.250Z Downloaded miette-derive v7.6.0
2902026-09-12T21:04:03.250Z Downloaded num-derive v0.4.2
2912026-09-12T21:04:03.250Z Downloaded futures-executor v0.3.32
2922026-09-12T21:04:03.253Z Downloaded linear-map v1.2.0
2932026-09-12T21:04:03.253Z Downloaded num_enum v0.5.11
2942026-09-12T21:04:03.267Z Downloaded lzss v0.8.2
2952026-09-12T21:04:03.267Z Downloaded oorandom v11.1.5
2962026-09-12T21:04:03.267Z Downloaded num-complex v0.4.6
2972026-09-12T21:04:03.267Z Downloaded num_enum_derive v0.7.6
2982026-09-12T21:04:03.267Z Downloaded half v1.8.3
2992026-09-12T21:04:03.271Z Downloaded proc-macro-error-attr v1.0.4
3002026-09-12T21:04:03.271Z Downloaded pretty-hex v0.4.1
3012026-09-12T21:04:03.271Z Downloaded document-features v0.2.12
3022026-09-12T21:04:03.271Z Downloaded recursive-proc-macro-impl v0.1.1
3032026-09-12T21:04:03.271Z Downloaded fs-err v2.11.0
3042026-09-12T21:04:03.271Z Downloaded getrandom v0.3.4
3052026-09-12T21:04:03.271Z Downloaded potential_utf v0.1.4
3062026-09-12T21:04:03.271Z Downloaded libtest-mimic v0.8.1
3072026-09-12T21:04:03.271Z Downloaded nu-ansi-term v0.50.3
3082026-09-12T21:04:03.271Z Downloaded module-lattice v0.2.3
3092026-09-12T21:04:03.271Z Downloaded hashbrown v0.13.2
3102026-09-12T21:04:03.271Z Downloaded powerfmt v0.2.0
3112026-09-12T21:04:03.271Z Downloaded num-rational v0.4.2
3122026-09-12T21:04:03.271Z Downloaded progenitor-macro v0.13.0
3132026-09-12T21:04:03.271Z Downloaded quick-error v1.2.3
3142026-09-12T21:04:03.275Z Downloaded rand_xorshift v0.4.0
3152026-09-12T21:04:03.275Z Downloaded num-integer v0.1.46
3162026-09-12T21:04:03.275Z Downloaded num_enum v0.7.6
3172026-09-12T21:04:03.279Z Downloaded linkme v0.3.35
3182026-09-12T21:04:03.279Z Downloaded newtype-uuid v1.3.2
3192026-09-12T21:04:03.279Z Downloaded futures-io v0.3.32
3202026-09-12T21:04:03.283Z Downloaded group v0.13.0
3212026-09-12T21:04:03.283Z Downloaded bit-vec v0.8.0
3222026-09-12T21:04:03.283Z Downloaded cbc v0.2.1
3232026-09-12T21:04:03.286Z Downloaded bitfield v0.19.4
3242026-09-12T21:04:03.286Z Downloaded camino-tempfile v1.4.1
3252026-09-12T21:04:03.286Z Downloaded sha1 v0.10.6
3262026-09-12T21:04:03.289Z Downloaded serde_repr v0.1.20
3272026-09-12T21:04:03.290Z Downloaded cipher v0.5.2
3282026-09-12T21:04:03.293Z Downloaded concurrent-queue v2.5.0
3292026-09-12T21:04:03.293Z Downloaded convert_case v0.10.0
3302026-09-12T21:04:03.296Z Downloaded libsw v3.5.0
3312026-09-12T21:04:03.296Z Downloaded pkg-config v0.3.32
3322026-09-12T21:04:03.301Z Downloaded gethostname v0.5.0
3332026-09-12T21:04:03.301Z Downloaded deranged v0.5.8
3342026-09-12T21:04:03.301Z Downloaded slog-bunyan v2.5.0
3352026-09-12T21:04:03.306Z Downloaded once_cell v1.21.3
3362026-09-12T21:04:03.306Z Downloaded data-encoding v2.10.0
3372026-09-12T21:04:03.306Z Downloaded der_derive v0.7.3
3382026-09-12T21:04:03.309Z Downloaded enum_dispatch v0.3.13
3392026-09-12T21:04:03.309Z Downloaded futures-channel v0.3.32
3402026-09-12T21:04:03.309Z Downloaded getrandom v0.2.17
3412026-09-12T21:04:03.314Z Downloaded nanorand v0.7.0
3422026-09-12T21:04:03.314Z Downloaded diesel-dtrace v0.5.0
3432026-09-12T21:04:03.314Z Downloaded proc-macro-error v1.0.4
3442026-09-12T21:04:03.317Z Downloaded signature v3.0.0
3452026-09-12T21:04:03.317Z Downloaded memmap2 v0.9.10
3462026-09-12T21:04:03.317Z Downloaded num-conv v0.2.0
3472026-09-12T21:04:03.317Z Downloaded resolv-conf v0.7.6
3482026-09-12T21:04:03.321Z Downloaded dropshot_endpoint v0.17.1
3492026-09-12T21:04:03.322Z Downloaded ed25519 v3.0.0
3502026-09-12T21:04:03.322Z Downloaded elliptic-curve v0.13.8
3512026-09-12T21:04:03.325Z Downloaded darling v0.13.4
3522026-09-12T21:04:03.325Z Downloaded sponge-cursor v0.1.0
3532026-09-12T21:04:03.325Z Downloaded strip-ansi-escapes v0.2.1
3542026-09-12T21:04:03.325Z Downloaded pkcs8 v0.10.2
3552026-09-12T21:04:03.328Z Downloaded native-tls v0.2.18
3562026-09-12T21:04:03.328Z Downloaded num-modular v0.6.5
3572026-09-12T21:04:03.328Z Downloaded phc v0.6.1
3582026-09-12T21:04:03.334Z Downloaded progenitor-client v0.14.0
3592026-09-12T21:04:03.334Z Downloaded psm v0.1.30
3602026-09-12T21:04:03.334Z Downloaded subtle v2.6.1
3612026-09-12T21:04:03.334Z Downloaded time-core v0.1.8
3622026-09-12T21:04:03.334Z Downloaded swrite v0.1.0
3632026-09-12T21:04:03.334Z Downloaded take_mut v0.2.2
3642026-09-12T21:04:03.335Z Downloaded tap v1.0.1
3652026-09-12T21:04:03.335Z Downloaded miniz_oxide v0.8.9
3662026-09-12T21:04:03.335Z Downloaded rustc-demangle v0.1.27
3672026-09-12T21:04:03.338Z Downloaded tokio-macros v2.7.0
3682026-09-12T21:04:03.338Z Downloaded untrusted v0.7.1
3692026-09-12T21:04:03.338Z Downloaded target-triple v1.0.0
3702026-09-12T21:04:03.338Z Downloaded tower-layer v0.3.3
3712026-09-12T21:04:03.341Z Downloaded tower-service v0.3.3
3722026-09-12T21:04:03.346Z Downloaded blake2 v0.11.0-rc.6
3732026-09-12T21:04:03.346Z Downloaded bytecount v0.6.9
3742026-09-12T21:04:03.346Z Downloaded bzip2 v0.4.4
3752026-09-12T21:04:03.349Z Downloaded cargo_metadata v0.23.1
3762026-09-12T21:04:03.349Z Downloaded cfg-expr v0.20.6
3772026-09-12T21:04:03.349Z Downloaded cipher v0.4.4
3782026-09-12T21:04:03.349Z Downloaded sec1 v0.7.3
3792026-09-12T21:04:03.350Z Downloaded serdect v0.4.3
3802026-09-12T21:04:03.350Z Downloaded miette v5.10.0
3812026-09-12T21:04:03.353Z Downloaded colored v3.1.1
3822026-09-12T21:04:03.353Z Downloaded clang-sys v1.8.1
3832026-09-12T21:04:03.356Z Downloaded crossbeam-utils v0.8.21
3842026-09-12T21:04:03.356Z Downloaded rlimit v0.10.2
3852026-09-12T21:04:03.359Z Downloaded num-primitive v0.2.1
3862026-09-12T21:04:03.359Z Downloaded serde_tokenstream v0.3.0
3872026-09-12T21:04:03.360Z Downloaded slog-scope v4.4.1
3882026-09-12T21:04:03.360Z Downloaded unarray v0.1.4
3892026-09-12T21:04:03.360Z Downloaded rustls-pemfile v2.2.0
3902026-09-12T21:04:03.364Z Downloaded schemars_derive v0.8.22
3912026-09-12T21:04:03.365Z Downloaded utf8_iter v1.0.4
3922026-09-12T21:04:03.365Z Downloaded version_check v0.9.5
3932026-09-12T21:04:03.365Z Downloaded usdt v0.6.0
3942026-09-12T21:04:03.368Z Downloaded want v0.3.1
3952026-09-12T21:04:03.368Z Downloaded darling v0.20.11
3962026-09-12T21:04:03.368Z Downloaded getrandom v0.4.3
3972026-09-12T21:04:03.368Z Downloaded serde_with_macros v1.5.2
3982026-09-12T21:04:03.371Z Downloaded generic-array v1.4.3
3992026-09-12T21:04:03.371Z Downloaded log v0.4.33
4002026-09-12T21:04:03.371Z Downloaded half v2.7.1
4012026-09-12T21:04:03.375Z Downloaded rand_core v0.10.0
4022026-09-12T21:04:03.375Z Downloaded zerofrom v0.1.6
4032026-09-12T21:04:03.375Z Downloaded headers-core v0.3.0
4042026-09-12T21:04:03.375Z Downloaded http-range v0.1.5
4052026-09-12T21:04:03.379Z Downloaded xattr v1.6.1
4062026-09-12T21:04:03.380Z Downloaded chumsky v0.9.3
4072026-09-12T21:04:03.383Z Downloaded pkcs8 v0.11.0
4082026-09-12T21:04:03.383Z Downloaded slab v0.4.12
4092026-09-12T21:04:03.383Z Downloaded stringprep v0.1.5
4102026-09-12T21:04:03.386Z Downloaded static_assertions v1.1.0
4112026-09-12T21:04:03.386Z Downloaded supports-hyperlinks v2.1.0
4122026-09-12T21:04:03.386Z Downloaded strum_macros v0.24.3
4132026-09-12T21:04:03.390Z Downloaded hubpack_derive v0.1.1
4142026-09-12T21:04:03.393Z Downloaded indent_write v2.2.0
4152026-09-12T21:04:03.393Z Downloaded instant v0.1.13
4162026-09-12T21:04:03.394Z Downloaded indoc v1.0.9
4172026-09-12T21:04:03.397Z Downloaded time-macros v0.2.27
4182026-09-12T21:04:03.397Z Downloaded is_terminal_polyfill v1.70.2
4192026-09-12T21:04:03.397Z Downloaded jiff-static v0.2.34
4202026-09-12T21:04:03.397Z Downloaded sec1 v0.8.1
4212026-09-12T21:04:03.400Z Downloaded salsa20 v0.11.0
4222026-09-12T21:04:03.400Z Downloaded target-spec v3.5.7
4232026-09-12T21:04:03.405Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4242026-09-12T21:04:03.405Z Downloaded elliptic-curve v0.14.1
4252026-09-12T21:04:03.405Z Downloaded lalrpop-util v0.19.12
4262026-09-12T21:04:03.405Z Downloaded const-oid v0.10.2
4272026-09-12T21:04:03.408Z Downloaded litrs v1.0.0
4282026-09-12T21:04:03.408Z Downloaded serde_cbor v0.11.2
4292026-09-12T21:04:03.414Z Downloaded crc32fast v1.5.0
4302026-09-12T21:04:03.414Z Downloaded num-traits v0.2.19
4312026-09-12T21:04:03.414Z Downloaded shlex v1.3.0
4322026-09-12T21:04:03.414Z Downloaded tui-tree-widget v0.23.1
4332026-09-12T21:04:03.418Z Downloaded smallvec v1.15.1
4342026-09-12T21:04:03.418Z Downloaded parse-size v1.1.0
4352026-09-12T21:04:03.418Z Downloaded pathdiff v0.2.3
4362026-09-12T21:04:03.418Z Downloaded usdt-impl v0.6.0
4372026-09-12T21:04:03.418Z Downloaded zerovec-derive v0.11.2
4382026-09-12T21:04:03.418Z Downloaded fatfs v0.3.6
4392026-09-12T21:04:03.422Z Downloaded parking v2.2.1
4402026-09-12T21:04:03.422Z Downloaded async-object-pool v0.2.0
4412026-09-12T21:04:03.422Z Downloaded bb8 v0.8.6
4422026-09-12T21:04:03.426Z Downloaded bit-set v0.5.3
4432026-09-12T21:04:03.426Z Downloaded vergen-lib v9.1.0
4442026-09-12T21:04:03.430Z Downloaded array-init v0.0.4
4452026-09-12T21:04:03.433Z Downloaded parse-display v0.10.0
4462026-09-12T21:04:03.433Z Downloaded sqlformat v0.3.5
4472026-09-12T21:04:03.433Z Downloaded bitfield-struct v0.6.2
4482026-09-12T21:04:03.437Z Downloaded cast v0.3.0
4492026-09-12T21:04:03.437Z Downloaded castaway v0.2.4
4502026-09-12T21:04:03.437Z Downloaded zstd-safe v7.2.4
4512026-09-12T21:04:03.441Z Downloaded cfg_aliases v0.1.1
4522026-09-12T21:04:03.441Z Downloaded ciborium-io v0.2.2
4532026-09-12T21:04:03.441Z Downloaded block-padding v0.4.2
4542026-09-12T21:04:03.445Z Downloaded http-body-util v0.1.3
4552026-09-12T21:04:03.445Z Downloaded colorchoice v1.0.4
4562026-09-12T21:04:03.451Z Downloaded target-lexicon v0.13.3
4572026-09-12T21:04:03.456Z Downloaded tokio-stream v0.1.18
4582026-09-12T21:04:03.459Z Downloaded jobserver v0.1.34
4592026-09-12T21:04:03.462Z Downloaded tls_codec_derive v0.4.2
4602026-09-12T21:04:03.468Z Downloaded futures v0.3.32
4612026-09-12T21:04:03.468Z Downloaded oxnet v0.1.6
4622026-09-12T21:04:03.471Z Downloaded phf_shared v0.11.3
4632026-09-12T21:04:03.471Z Downloaded cpufeatures v0.2.17
4642026-09-12T21:04:03.474Z Downloaded precomputed-hash v0.1.1
4652026-09-12T21:04:03.474Z Downloaded serde_core v1.0.228
4662026-09-12T21:04:03.474Z Downloaded diesel_table_macro_syntax v0.3.0
4672026-09-12T21:04:03.478Z Downloaded display-error-chain v0.2.2
4682026-09-12T21:04:03.478Z Downloaded pest_meta v2.8.6
4692026-09-12T21:04:03.481Z Downloaded vergen-lib v0.1.6
4702026-09-12T21:04:03.481Z Downloaded oxide-tokio-rt v0.1.4
4712026-09-12T21:04:03.484Z Downloaded packed_struct_codegen v0.10.1
4722026-09-12T21:04:03.484Z Downloaded parse-display-derive v0.10.0
4732026-09-12T21:04:03.484Z Downloaded pbkdf2 v0.13.0
4742026-09-12T21:04:03.484Z Downloaded anes v0.1.6
4752026-09-12T21:04:03.487Z Downloaded expectorate v1.2.0
4762026-09-12T21:04:03.490Z Downloaded pwd v1.4.0
4772026-09-12T21:04:03.490Z Downloaded path-tree v0.8.3
4782026-09-12T21:04:03.494Z Downloaded ref-cast v1.0.25
4792026-09-12T21:04:03.494Z Downloaded russh-cryptovec v0.62.0
4802026-09-12T21:04:03.494Z Downloaded hickory-client v0.25.2
4812026-09-12T21:04:03.494Z Downloaded argon2 v0.5.3
4822026-09-12T21:04:03.497Z Downloaded ucd-trie v0.1.7
4832026-09-12T21:04:03.497Z Downloaded progenitor-macro v0.14.0
4842026-09-12T21:04:03.497Z Downloaded async-trait v0.1.89
4852026-09-12T21:04:03.501Z Downloaded recursive v0.1.1
4862026-09-12T21:04:03.501Z Downloaded memchr v2.8.0
4872026-09-12T21:04:03.504Z Downloaded autocfg v1.5.0
4882026-09-12T21:04:03.504Z Downloaded bytesize v2.7.0
4892026-09-12T21:04:03.504Z Downloaded socket2 v0.6.3
4902026-09-12T21:04:03.507Z Downloaded hmac v0.12.1
4912026-09-12T21:04:03.507Z Downloaded iana-time-zone v0.1.65
4922026-09-12T21:04:03.507Z Downloaded zstd v0.13.3
4932026-09-12T21:04:03.511Z Downloaded cobs v0.3.0
4942026-09-12T21:04:03.511Z Downloaded rtoolbox v0.0.3
4952026-09-12T21:04:03.515Z Downloaded seq-macro v0.3.6
4962026-09-12T21:04:03.515Z Downloaded scheduled-thread-pool v0.2.7
4972026-09-12T21:04:03.515Z Downloaded ingot-macros v0.2.0
4982026-09-12T21:04:03.521Z Downloaded serde_bytes v0.11.19
4992026-09-12T21:04:03.525Z Downloaded serde_spanned v1.1.1
5002026-09-12T21:04:03.525Z Downloaded signal-hook-tokio v0.3.1
5012026-09-12T21:04:03.525Z Downloaded hyper-rustls v0.27.7
5022026-09-12T21:04:03.528Z Downloaded daft v0.1.8
5032026-09-12T21:04:03.528Z Downloaded serde_urlencoded v0.7.1
5042026-09-12T21:04:03.528Z Downloaded ipnetwork v0.21.1
5052026-09-12T21:04:03.528Z Downloaded smawk v0.3.2
5062026-09-12T21:04:03.532Z Downloaded ron v0.8.1
5072026-09-12T21:04:03.532Z Downloaded rayon-core v1.13.0
5082026-09-12T21:04:03.535Z Downloaded tempfile v3.27.0
5092026-09-12T21:04:03.535Z Downloaded toml v0.7.8
5102026-09-12T21:04:03.538Z Downloaded defmt-macros v1.0.1
5112026-09-12T21:04:03.538Z Downloaded digest v0.11.3
5122026-09-12T21:04:03.541Z Downloaded crossbeam-deque v0.8.6
5132026-09-12T21:04:03.541Z Downloaded ctr v0.10.1
5142026-09-12T21:04:03.541Z Downloaded structmeta-derive v0.3.0
5152026-09-12T21:04:03.544Z Downloaded supports-color v3.0.2
5162026-09-12T21:04:03.544Z Downloaded supports-unicode v3.0.0
5172026-09-12T21:04:03.544Z Downloaded terminal_size v0.1.17
5182026-09-12T21:04:03.544Z Downloaded ed25519-dalek v2.2.0
5192026-09-12T21:04:03.547Z Downloaded flate2 v1.1.9
5202026-09-12T21:04:03.547Z Downloaded pretty_assertions v1.4.1
5212026-09-12T21:04:03.550Z Downloaded hashbrown v0.12.3
5222026-09-12T21:04:03.550Z Downloaded scuffle v0.1.0
5232026-09-12T21:04:03.554Z Downloaded primeorder v0.14.0
5242026-09-12T21:04:03.554Z Downloaded primeorder v0.13.6
5252026-09-12T21:04:03.554Z Downloaded strum v0.26.3
5262026-09-12T21:04:03.557Z Downloaded progenitor-client v0.13.0
5272026-09-12T21:04:03.557Z Downloaded anyhow v1.0.104
5282026-09-12T21:04:03.557Z Downloaded thiserror-impl-no-std v2.0.2
5292026-09-12T21:04:03.560Z Downloaded quote v1.0.45
5302026-09-12T21:04:03.560Z Downloaded rand_chacha v0.9.0
5312026-09-12T21:04:03.560Z Downloaded argon2 v0.6.0-rc.8
5322026-09-12T21:04:03.563Z Downloaded signal-hook v0.3.18
5332026-09-12T21:04:03.563Z Downloaded zerocopy v0.6.6
5342026-09-12T21:04:03.563Z Downloaded secrecy v0.8.0
5352026-09-12T21:04:03.566Z Downloaded rand_seeder v0.4.0
5362026-09-12T21:04:03.566Z Downloaded tokio-test v0.4.5
5372026-09-12T21:04:03.570Z Downloaded bzip2 v0.6.1
5382026-09-12T21:04:03.573Z Downloaded qorb v0.4.1
5392026-09-12T21:04:03.576Z Downloaded rand v0.8.6
5402026-09-12T21:04:03.576Z Downloaded ed25519-dalek v3.0.0
5412026-09-12T21:04:03.579Z Downloaded toml_edit v0.22.27
5422026-09-12T21:04:03.579Z Downloaded unicode-truncate v1.1.0
5432026-09-12T21:04:03.582Z Downloaded tar v0.4.46
5442026-09-12T21:04:03.583Z Downloaded toml_edit v0.23.10+spec-1.0.0
5452026-09-12T21:04:03.589Z Downloaded rustversion v1.0.22
5462026-09-12T21:04:03.594Z Downloaded scroll v0.12.0
5472026-09-12T21:04:03.594Z Downloaded signature v2.2.0
5482026-09-12T21:04:03.594Z Downloaded colored v2.2.0
5492026-09-12T21:04:03.597Z Downloaded cookie v0.18.1
5502026-09-12T21:04:03.597Z Downloaded derive-ex v0.1.8
5512026-09-12T21:04:03.597Z Downloaded slog-json v2.6.1
5522026-09-12T21:04:03.597Z Downloaded usdt-attr-macro v0.6.0
5532026-09-12T21:04:03.597Z Downloaded num-bigint v0.4.6
5542026-09-12T21:04:03.600Z Downloaded hex v0.4.3
5552026-09-12T21:04:03.600Z Downloaded hostname v0.4.2
5562026-09-12T21:04:03.600Z Downloaded datatest-stable v0.3.3
5572026-09-12T21:04:03.603Z Downloaded rustls-webpki v0.103.13
5582026-09-12T21:04:03.606Z Downloaded schemars v1.2.1
5592026-09-12T21:04:03.611Z Downloaded spki v0.8.0
5602026-09-12T21:04:03.618Z Downloaded ssh-cipher v0.3.0
5612026-09-12T21:04:03.618Z Downloaded smf v0.2.3
5622026-09-12T21:04:03.619Z Downloaded pkcs1 v0.7.5
5632026-09-12T21:04:03.622Z Downloaded postcard v1.1.3
5642026-09-12T21:04:03.622Z Downloaded stringmetrics v2.2.2
5652026-09-12T21:04:03.622Z Downloaded derive_more v2.1.1
5662026-09-12T21:04:03.625Z Downloaded allocator-api2 v0.2.21
5672026-09-12T21:04:03.625Z Downloaded hubpack v0.1.2
5682026-09-12T21:04:03.629Z Downloaded illumos-nvpair v0.3.0
5692026-09-12T21:04:03.629Z Downloaded keccak v0.1.6
5702026-09-12T21:04:03.629Z Downloaded mio v1.2.0
5712026-09-12T21:04:03.632Z Downloaded thread_local v1.1.9
5722026-09-12T21:04:03.632Z Downloaded toml_writer v1.1.1+spec-1.1.0
5732026-09-12T21:04:03.632Z Downloaded is-terminal v0.4.17
5742026-09-12T21:04:03.632Z Downloaded blake2 v0.10.6
5752026-09-12T21:04:03.635Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5762026-09-12T21:04:03.635Z Downloaded yansi v1.0.1
5772026-09-12T21:04:03.635Z Downloaded heapless v0.7.17
5782026-09-12T21:04:03.639Z Downloaded icu_normalizer_data v2.1.1
5792026-09-12T21:04:03.639Z Downloaded assert-json-diff v2.0.2
5802026-09-12T21:04:03.639Z Downloaded serde_tokenstream v0.2.3
5812026-09-12T21:04:03.642Z Downloaded usdt-impl v0.5.0
5822026-09-12T21:04:03.646Z Downloaded atomic-waker v1.1.2
5832026-09-12T21:04:03.646Z Downloaded nom v7.1.3
5842026-09-12T21:04:03.649Z Downloaded block-buffer v0.10.4
5852026-09-12T21:04:03.649Z Downloaded async-stream-impl v0.3.6
5862026-09-12T21:04:03.649Z Downloaded crc-any v2.5.0
5872026-09-12T21:04:03.649Z Downloaded ignore v0.4.25
5882026-09-12T21:04:03.652Z Downloaded wyz v0.5.1
5892026-09-12T21:04:03.652Z Downloaded base16ct v0.2.0
5902026-09-12T21:04:03.656Z Downloaded zeroize v1.9.0
5912026-09-12T21:04:03.661Z Downloaded zmij v1.0.21
5922026-09-12T21:04:03.664Z Downloaded derive-where v1.6.0
5932026-09-12T21:04:03.664Z Downloaded drift v0.2.0
5942026-09-12T21:04:03.669Z Downloaded ciborium-ll v0.2.2
5952026-09-12T21:04:03.672Z Downloaded openssl-sys v0.9.117
5962026-09-12T21:04:03.676Z Downloaded thiserror v1.0.69
5972026-09-12T21:04:03.676Z Downloaded miette v7.6.0
5982026-09-12T21:04:03.680Z Downloaded p384 v0.14.0
5992026-09-12T21:04:03.681Z Downloaded hyper-staticfile v0.10.1
6002026-09-12T21:04:03.684Z Downloaded cstr-argument v0.1.2
6012026-09-12T21:04:03.684Z Downloaded curve25519-dalek-derive v0.1.1
6022026-09-12T21:04:03.684Z Downloaded defmt v0.3.100
6032026-09-12T21:04:03.684Z Downloaded dirs-sys-next v0.1.2
6042026-09-12T21:04:03.684Z Downloaded prefix-trie v0.7.0
6052026-09-12T21:04:03.687Z Downloaded rfc6979 v0.4.0
6062026-09-12T21:04:03.687Z Downloaded hickory-resolver v0.25.2
6072026-09-12T21:04:03.687Z Downloaded tinytemplate v1.2.1
6082026-09-12T21:04:03.690Z Downloaded libxml v0.3.3
6092026-09-12T21:04:03.694Z Downloaded tokio-rustls v0.26.4
6102026-09-12T21:04:03.694Z Downloaded num-bigint-dig v0.8.6
6112026-09-12T21:04:03.697Z Downloaded diesel_derives v2.3.7
6122026-09-12T21:04:03.700Z Downloaded peg v0.8.5
6132026-09-12T21:04:03.700Z Downloaded anstyle-query v1.1.5
6142026-09-12T21:04:03.703Z Downloaded radium v0.7.0
6152026-09-12T21:04:03.703Z Downloaded psl-types v2.0.11
6162026-09-12T21:04:03.703Z Downloaded knuffel-derive v3.2.0
6172026-09-12T21:04:03.704Z Downloaded knus-derive v3.4.0
6182026-09-12T21:04:03.707Z Downloaded assert_cmd v2.1.2
6192026-09-12T21:04:03.707Z Downloaded parking_lot_core v0.8.6
6202026-09-12T21:04:03.707Z Downloaded scopeguard v1.2.0
6212026-09-12T21:04:03.707Z Downloaded serde_derive v1.0.228
6222026-09-12T21:04:03.711Z Downloaded twox-hash v2.1.2
6232026-09-12T21:04:03.711Z Downloaded vergen v9.1.0
6242026-09-12T21:04:03.714Z Downloaded peg-macros v0.8.5
6252026-09-12T21:04:03.718Z Downloaded anstyle-parse v1.0.0
6262026-09-12T21:04:03.718Z Downloaded base64ct v1.8.3
6272026-09-12T21:04:03.718Z Downloaded blowfish v0.10.0
6282026-09-12T21:04:03.721Z Downloaded cpufeatures v0.3.0
6292026-09-12T21:04:03.721Z Downloaded darling_core v0.13.4
6302026-09-12T21:04:03.721Z Downloaded darling_core v0.20.11
6312026-09-12T21:04:03.724Z Downloaded serde_plain v1.0.2
6322026-09-12T21:04:03.724Z Downloaded vsss-rs v3.3.4
6332026-09-12T21:04:03.729Z Downloaded camino-tempfile-ext v0.3.3
6342026-09-12T21:04:03.733Z Downloaded sigpipe v0.1.3
6352026-09-12T21:04:03.733Z Downloaded httparse v1.10.1
6362026-09-12T21:04:03.740Z Downloaded displaydoc v0.2.5
6372026-09-12T21:04:03.743Z Downloaded phf v0.13.1
6382026-09-12T21:04:03.743Z Downloaded criterion-plot v0.6.0
6392026-09-12T21:04:03.747Z Downloaded polyval v0.7.1
6402026-09-12T21:04:03.747Z Downloaded testing_table v0.3.0
6412026-09-12T21:04:03.747Z Downloaded toml_datetime v0.6.11
6422026-09-12T21:04:03.751Z Downloaded supports-color v2.1.0
6432026-09-12T21:04:03.751Z Downloaded ingot-types v0.2.0
6442026-09-12T21:04:03.754Z Downloaded rcgen v0.12.1
6452026-09-12T21:04:03.754Z Downloaded test-strategy v0.4.5
6462026-09-12T21:04:03.757Z Downloaded port-file v0.1.0
6472026-09-12T21:04:03.757Z Downloaded proc-macro-error2 v2.0.1
6482026-09-12T21:04:03.760Z Downloaded strsim v0.10.0
6492026-09-12T21:04:03.763Z Downloaded thread-id v5.1.0
6502026-09-12T21:04:03.767Z Downloaded crossbeam-channel v0.5.15
6512026-09-12T21:04:03.810Z Downloaded oxide-update-engine-display v0.1.2
6522026-09-12T21:04:03.810Z Downloaded progenitor-extras v0.2.0
6532026-09-12T21:04:03.810Z Downloaded r2d2 v0.8.10
6542026-09-12T21:04:03.810Z Downloaded unsafe-libyaml v0.2.11
6552026-09-12T21:04:03.818Z Downloaded vte v0.14.1
6562026-09-12T21:04:03.818Z Downloaded cc v1.2.56
6572026-09-12T21:04:03.818Z Downloaded slog v2.8.2
6582026-09-12T21:04:03.818Z Downloaded bit-set v0.8.0
6592026-09-12T21:04:03.818Z Downloaded ssh-key v0.6.7
6602026-09-12T21:04:03.818Z Downloaded same-file v1.0.6
6612026-09-12T21:04:03.818Z Downloaded zerofrom-derive v0.1.6
6622026-09-12T21:04:03.818Z Downloaded usdt-macro v0.6.0
6632026-09-12T21:04:03.818Z Downloaded wnaf v0.14.0
6642026-09-12T21:04:03.818Z Downloaded libm v0.2.16
6652026-09-12T21:04:03.818Z Downloaded chacha20 v0.10.0
6662026-09-12T21:04:03.818Z Downloaded camino v1.2.5
6672026-09-12T21:04:03.818Z Downloaded scrypt v0.12.0
6682026-09-12T21:04:03.818Z Downloaded ciborium v0.2.2
6692026-09-12T21:04:03.818Z Downloaded signal-hook-registry v1.4.8
6702026-09-12T21:04:03.818Z Downloaded simd-adler32 v0.3.8
6712026-09-12T21:04:03.818Z Downloaded universal-hash v0.5.1
6722026-09-12T21:04:03.818Z Downloaded serde_path_to_error v0.1.20
6732026-09-12T21:04:03.818Z Downloaded waitgroup v0.1.2
6742026-09-12T21:04:03.818Z Downloaded hex-literal v0.4.1
6752026-09-12T21:04:03.818Z Downloaded hex-literal v1.1.0
6762026-09-12T21:04:03.818Z Downloaded httpdate v1.0.3
6772026-09-12T21:04:03.818Z Downloaded typed-path v0.12.3
6782026-09-12T21:04:03.818Z Downloaded console v0.16.2
6792026-09-12T21:04:03.818Z Downloaded pkcs1 v0.8.0-rc.4
6802026-09-12T21:04:03.819Z Downloaded console v0.15.11
6812026-09-12T21:04:03.819Z Downloaded strum_macros v0.26.4
6822026-09-12T21:04:03.819Z Downloaded ident_case v1.0.1
6832026-09-12T21:04:03.819Z Downloaded daft-derive v0.1.8
6842026-09-12T21:04:03.819Z Downloaded smallvec v0.6.14
6852026-09-12T21:04:03.819Z Downloaded ssh-encoding v0.3.0
6862026-09-12T21:04:03.819Z Downloaded internet-checksum v0.2.1
6872026-09-12T21:04:03.819Z Downloaded approx v0.5.1
6882026-09-12T21:04:03.819Z Downloaded pest_generator v2.8.6
6892026-09-12T21:04:03.822Z Downloaded rsa v0.9.10
6902026-09-12T21:04:03.822Z Downloaded icu_provider v2.1.1
6912026-09-12T21:04:03.822Z Downloaded thiserror-impl v1.0.69
6922026-09-12T21:04:03.822Z Downloaded tokio-native-tls v0.3.1
6932026-09-12T21:04:03.822Z Downloaded bumpalo v3.20.2
6942026-09-12T21:04:03.822Z Downloaded zerocopy-derive v0.8.55
6952026-09-12T21:04:03.827Z Downloaded poly1305 v0.9.0
6962026-09-12T21:04:03.830Z Downloaded tabled_derive v0.7.0
6972026-09-12T21:04:03.830Z Downloaded unicode-ident v1.0.24
6982026-09-12T21:04:03.833Z Downloaded papergrid v0.11.0
6992026-09-12T21:04:03.833Z Downloaded oso-derive v0.27.3
7002026-09-12T21:04:03.833Z Downloaded password-hash v0.6.1
7012026-09-12T21:04:03.837Z Downloaded path-slash v0.1.5
7022026-09-12T21:04:03.837Z Downloaded atomicwrites v0.4.4
7032026-09-12T21:04:03.837Z Downloaded quinn-udp v0.5.14
7042026-09-12T21:04:03.837Z Downloaded h2 v0.4.15
7052026-09-12T21:04:03.840Z Downloaded samael v0.0.19
7062026-09-12T21:04:03.843Z Downloaded guppy v0.17.25
7072026-09-12T21:04:03.847Z Downloaded nom v8.0.0
7082026-09-12T21:04:03.850Z Downloaded tungstenite v0.28.0
7092026-09-12T21:04:03.853Z Downloaded bitflags v2.11.0
7102026-09-12T21:04:03.857Z Downloaded writeable v0.6.2
7112026-09-12T21:04:03.857Z Downloaded atty v0.2.14
7122026-09-12T21:04:03.857Z Downloaded compression-core v0.4.31
7132026-09-12T21:04:03.857Z Downloaded cfg_aliases v0.2.1
7142026-09-12T21:04:03.860Z Downloaded reedline v0.40.0
7152026-09-12T21:04:03.860Z Downloaded walkdir v2.5.0
7162026-09-12T21:04:03.864Z Downloaded unicase v2.9.0
7172026-09-12T21:04:03.864Z Downloaded icu_locale_core v2.1.1
7182026-09-12T21:04:03.867Z Downloaded typed-path v0.9.3
7192026-09-12T21:04:03.871Z Downloaded hostname v0.3.1
7202026-09-12T21:04:03.871Z Downloaded pkcs5 v0.8.1
7212026-09-12T21:04:03.874Z Downloaded vergen-git2 v9.1.0
7222026-09-12T21:04:03.874Z Downloaded ingot v0.2.1
7232026-09-12T21:04:03.874Z Downloaded termcolor v1.4.1
7242026-09-12T21:04:03.874Z Downloaded rand v0.9.2
7252026-09-12T21:04:03.877Z Downloaded debug-ignore v1.0.5
7262026-09-12T21:04:03.877Z Downloaded kstat-rs v0.2.5
7272026-09-12T21:04:03.877Z Downloaded paste v1.0.15
7282026-09-12T21:04:03.880Z Downloaded crypto-common v0.1.7
7292026-09-12T21:04:03.880Z Downloaded dirs-next v2.0.0
7302026-09-12T21:04:03.880Z Downloaded derive_more v0.99.20
7312026-09-12T21:04:03.883Z Downloaded zerovec v0.11.5
7322026-09-12T21:04:03.887Z Downloaded parking_lot_core v0.9.12
7332026-09-12T21:04:03.887Z Downloaded knus v3.4.0
7342026-09-12T21:04:03.890Z Downloaded owo-colors v3.5.0
7352026-09-12T21:04:03.890Z Downloaded arrayvec v0.7.6
7362026-09-12T21:04:03.893Z Downloaded rfc6979 v0.6.0
7372026-09-12T21:04:03.896Z Downloaded rustc_version v0.4.1
7382026-09-12T21:04:03.899Z Downloaded rstest v0.25.0
7392026-09-12T21:04:03.902Z Downloaded rustls-platform-verifier v0.6.2
7402026-09-12T21:04:03.902Z Downloaded scroll_derive v0.13.1
7412026-09-12T21:04:03.905Z Downloaded byte-wrapper v0.1.0
7422026-09-12T21:04:03.906Z Downloaded secrecy v0.10.3
7432026-09-12T21:04:03.906Z Downloaded semver v0.1.20
7442026-09-12T21:04:03.909Z Downloaded similar-asserts v1.7.0
7452026-09-12T21:04:03.909Z Downloaded stable_deref_trait v1.2.1
7462026-09-12T21:04:03.909Z Downloaded tagptr v0.2.0
7472026-09-12T21:04:03.909Z Downloaded sync-ptr v0.1.4
7482026-09-12T21:04:03.913Z Downloaded bit-vec v0.6.3
7492026-09-12T21:04:03.913Z Downloaded utf8parse v0.2.2
7502026-09-12T21:04:03.913Z Downloaded futures-util v0.3.32
7512026-09-12T21:04:03.921Z Downloaded thread-id v4.2.2
7522026-09-12T21:04:03.924Z Downloaded compact_str v0.8.1
7532026-09-12T21:04:03.928Z Downloaded ctutils v0.4.2
7542026-09-12T21:04:03.931Z Downloaded crc v3.4.0
7552026-09-12T21:04:03.931Z Downloaded hybrid-array v0.4.13
7562026-09-12T21:04:03.934Z Downloaded trybuild v1.0.116
7572026-09-12T21:04:03.934Z Downloaded derive_builder_core v0.20.2
7582026-09-12T21:04:03.937Z Downloaded goblin v0.8.2
7592026-09-12T21:04:03.940Z Downloaded usdt v0.5.0
7602026-09-12T21:04:03.940Z Downloaded pin-project-internal v1.1.11
7612026-09-12T21:04:03.943Z Downloaded poly1305 v0.8.0
7622026-09-12T21:04:03.943Z Downloaded utf-8 v0.7.6
7632026-09-12T21:04:03.943Z Downloaded pem-rfc7468 v1.0.0
7642026-09-12T21:04:03.955Z Downloaded primefield v0.14.0
7652026-09-12T21:04:03.958Z Downloaded predicates v3.1.4
7662026-09-12T21:04:03.958Z Downloaded oxide-generation-macros v0.2.0
7672026-09-12T21:04:03.958Z Downloaded adler2 v2.0.1
7682026-09-12T21:04:03.961Z Downloaded instability v0.3.11
7692026-09-12T21:04:03.961Z Downloaded rstest_macros v0.25.0
7702026-09-12T21:04:03.964Z Downloaded anstream v0.6.21
7712026-09-12T21:04:03.964Z Downloaded rand_core v0.9.5
7722026-09-12T21:04:03.964Z Downloaded relative-path v1.9.3
7732026-09-12T21:04:03.967Z Downloaded x509-cert v0.2.5
7742026-09-12T21:04:03.970Z Downloaded tinyvec v1.11.0
7752026-09-12T21:04:03.973Z Downloaded rusty-fork v0.3.1
7762026-09-12T21:04:03.973Z Downloaded slog-dtrace v0.3.0
7772026-09-12T21:04:03.973Z Downloaded stacker v0.1.23
7782026-09-12T21:04:03.976Z Downloaded termios v0.3.3
7792026-09-12T21:04:03.976Z Downloaded arrayref v0.3.9
7802026-09-12T21:04:03.976Z Downloaded base16ct v1.0.0
7812026-09-12T21:04:03.976Z Downloaded cargo-platform v0.3.2
7822026-09-12T21:04:03.979Z Downloaded blake2b_simd v1.0.4
7832026-09-12T21:04:03.980Z Downloaded clap_lex v1.0.0
7842026-09-12T21:04:03.983Z Downloaded socket2 v0.5.10
7852026-09-12T21:04:03.986Z Downloaded cancel-safe-futures v0.1.5
7862026-09-12T21:04:03.986Z Downloaded zopfli v0.8.3
7872026-09-12T21:04:03.986Z Downloaded const-oid v0.9.6
7882026-09-12T21:04:03.989Z Downloaded darling_macro v0.21.3
7892026-09-12T21:04:03.992Z Downloaded thiserror v2.0.18
7902026-09-12T21:04:03.995Z Downloaded salty v0.3.0
7912026-09-12T21:04:03.999Z Downloaded crossbeam-epoch v0.9.18
7922026-09-12T21:04:04.003Z Downloaded derive_builder v0.20.2
7932026-09-12T21:04:04.003Z Downloaded derive_builder_macro v0.20.2
7942026-09-12T21:04:04.008Z Downloaded impl-trait-for-tuples v0.2.3
7952026-09-12T21:04:04.008Z Downloaded proc-macro-crate v3.4.0
7962026-09-12T21:04:04.013Z Downloaded plotters-svg v0.3.7
7972026-09-12T21:04:04.017Z Downloaded plotters-backend v0.3.7
7982026-09-12T21:04:04.024Z Downloaded ssh-cipher v0.2.0
7992026-09-12T21:04:04.027Z Downloaded proc-macro-crate v1.3.1
8002026-09-12T21:04:04.027Z Downloaded pem-rfc7468 v0.7.0
8012026-09-12T21:04:04.032Z Downloaded serde_regex v1.1.0
8022026-09-12T21:04:04.034Z Downloaded packed_struct v0.10.1
8032026-09-12T21:04:04.034Z Downloaded zip v4.6.1
8042026-09-12T21:04:04.037Z Downloaded unicode-segmentation v1.12.0
8052026-09-12T21:04:04.040Z Downloaded itertools v0.14.0
8062026-09-12T21:04:04.043Z Downloaded anstyle-parse v0.2.7
8072026-09-12T21:04:04.043Z Downloaded async-recursion v1.1.1
8082026-09-12T21:04:04.048Z Downloaded shell-words v1.1.1
8092026-09-12T21:04:04.048Z Downloaded backtrace-ext v0.2.1
8102026-09-12T21:04:04.048Z Downloaded buf-list v1.1.2
8112026-09-12T21:04:04.048Z Downloaded sqlparser_derive v0.5.0
8122026-09-12T21:04:04.048Z Downloaded supports-unicode v2.1.0
8132026-09-12T21:04:04.052Z Downloaded serde v1.0.228
8142026-09-12T21:04:04.052Z Downloaded toml v0.8.23
8152026-09-12T21:04:04.052Z Downloaded critical-section v1.2.0
8162026-09-12T21:04:04.055Z Downloaded corncobs v0.1.4
8172026-09-12T21:04:04.061Z Downloaded plotters v0.3.7
8182026-09-12T21:04:04.066Z Downloaded yasna v0.5.2
8192026-09-12T21:04:04.069Z Downloaded trait-variant v0.1.2
8202026-09-12T21:04:04.069Z Downloaded unicode-xid v0.2.6
8212026-09-12T21:04:04.069Z Downloaded indexmap v2.14.0
8222026-09-12T21:04:04.072Z Downloaded untrusted v0.9.0
8232026-09-12T21:04:04.072Z Downloaded usdt-attr-macro v0.5.0
8242026-09-12T21:04:04.072Z Downloaded wait-timeout v0.2.1
8252026-09-12T21:04:04.072Z Downloaded inout v0.2.2
8262026-09-12T21:04:04.076Z Downloaded peg-runtime v0.8.5
8272026-09-12T21:04:04.076Z Downloaded phf v0.12.1
8282026-09-12T21:04:04.082Z Downloaded quick-xml v0.37.5
8292026-09-12T21:04:04.085Z Downloaded httptest v0.16.4
8302026-09-12T21:04:04.088Z Downloaded zeroize_derive v1.5.0
8312026-09-12T21:04:04.088Z Downloaded progenitor-impl v0.14.0
8322026-09-12T21:04:04.092Z Downloaded zone v0.3.1
8332026-09-12T21:04:04.095Z Downloaded derive_more-impl v2.1.1
8342026-09-12T21:04:04.098Z Downloaded internal-russh-num-bigint v0.5.0
8352026-09-12T21:04:04.102Z Downloaded oso v0.27.3
8362026-09-12T21:04:04.106Z Downloaded proc-macro2 v1.0.106
8372026-09-12T21:04:04.106Z Downloaded rpassword v7.5.4
8382026-09-12T21:04:04.112Z Downloaded jiff-core v0.1.0
8392026-09-12T21:04:04.115Z Downloaded hkdf v0.13.0
8402026-09-12T21:04:04.119Z Downloaded url v2.5.8
8412026-09-12T21:04:04.119Z Downloaded serde_yaml v0.9.34+deprecated
8422026-09-12T21:04:04.122Z Downloaded slog-stdlog v4.1.1
8432026-09-12T21:04:04.125Z Downloaded darling_core v0.23.0
8442026-09-12T21:04:04.128Z Downloaded crypto-primes v0.7.2
8452026-09-12T21:04:04.131Z Downloaded tokio-tungstenite v0.21.0
8462026-09-12T21:04:04.131Z Downloaded tracing-core v0.1.36
8472026-09-12T21:04:04.135Z Downloaded tinystr v0.8.2
8482026-09-12T21:04:04.139Z Downloaded der v0.8.0
8492026-09-12T21:04:04.142Z Downloaded dof v0.4.0
8502026-09-12T21:04:04.145Z Downloaded portable-atomic v1.13.1
8512026-09-12T21:04:04.148Z Downloaded owo-colors v4.3.0
8522026-09-12T21:04:04.151Z Downloaded yoke v0.8.1
8532026-09-12T21:04:04.151Z Downloaded ssh-key v0.7.0-rc.11
8542026-09-12T21:04:04.156Z Downloaded tower-http v0.6.8
8552026-09-12T21:04:04.160Z Downloaded winnow v1.0.3
8562026-09-12T21:04:04.165Z Downloaded aes v0.9.1
8572026-09-12T21:04:04.169Z Downloaded des v0.9.0
8582026-09-12T21:04:04.169Z Downloaded rustls-native-certs v0.8.3
8592026-09-12T21:04:04.172Z Downloaded itoa v1.0.17
8602026-09-12T21:04:04.172Z Downloaded sha1 v0.11.0
8612026-09-12T21:04:04.172Z Downloaded scroll_derive v0.12.1
8622026-09-12T21:04:04.176Z Downloaded siphasher v1.0.2
8632026-09-12T21:04:04.176Z Downloaded topological-sort v0.2.2
8642026-09-12T21:04:04.176Z Downloaded tabwriter v1.4.1
8652026-09-12T21:04:04.180Z Downloaded papergrid v0.18.0
8662026-09-12T21:04:04.187Z Downloaded try-lock v0.2.5
8672026-09-12T21:04:04.190Z Downloaded yoke-derive v0.8.1
8682026-09-12T21:04:04.190Z Downloaded snafu v0.8.9
8692026-09-12T21:04:04.194Z Downloaded illumos-nvpair-sys v0.2.0
8702026-09-12T21:04:04.198Z Downloaded term v1.2.1
8712026-09-12T21:04:04.201Z Downloaded home v0.5.12
8722026-09-12T21:04:04.202Z Downloaded cmov v0.5.4
8732026-09-12T21:04:04.202Z Downloaded git2 v0.20.4
8742026-09-12T21:04:04.206Z Downloaded tokio-tungstenite v0.28.0
8752026-09-12T21:04:04.209Z Downloaded unicode-bidi v0.3.18
8762026-09-12T21:04:04.209Z Downloaded hashbrown v0.14.5
8772026-09-12T21:04:04.213Z Downloaded progenitor v0.14.0
8782026-09-12T21:04:04.217Z Downloaded icu_collections v2.1.1
8792026-09-12T21:04:04.221Z Downloaded bcrypt-pbkdf v0.11.0
8802026-09-12T21:04:04.221Z Downloaded parking_lot v0.12.5
8812026-09-12T21:04:04.221Z Downloaded kem v0.3.0
8822026-09-12T21:04:04.221Z Downloaded indicatif v0.18.4
8832026-09-12T21:04:04.224Z Downloaded reqwest v0.12.28
8842026-09-12T21:04:04.227Z Downloaded aead v0.5.2
8852026-09-12T21:04:04.227Z Downloaded zip v0.6.6
8862026-09-12T21:04:04.230Z Downloaded semver v1.0.28
8872026-09-12T21:04:04.230Z Downloaded serde_spanned v0.6.9
8882026-09-12T21:04:04.230Z Downloaded moka v0.12.13
8892026-09-12T21:04:04.234Z Downloaded snafu-derive v0.8.9
8902026-09-12T21:04:04.237Z Downloaded darling_macro v0.23.0
8912026-09-12T21:04:04.237Z Downloaded rust-argon2 v2.1.0
8922026-09-12T21:04:04.237Z Downloaded ahash v0.8.12
8932026-09-12T21:04:04.240Z Downloaded crucible-workspace-hack v0.1.0
8942026-09-12T21:04:04.241Z Downloaded string_cache v0.8.9
8952026-09-12T21:04:04.241Z Downloaded strum_macros v0.27.2
8962026-09-12T21:04:04.244Z Downloaded tiny-keccak v2.0.2
8972026-09-12T21:04:04.244Z Downloaded async-bb8-diesel v0.2.1
8982026-09-12T21:04:04.244Z Downloaded itertools v0.13.0
8992026-09-12T21:04:04.247Z Downloaded tower v0.5.3
9002026-09-12T21:04:04.252Z Downloaded tokio-dtrace v0.1.1
9012026-09-12T21:04:04.255Z Downloaded uzers v0.12.2
9022026-09-12T21:04:04.255Z Downloaded downcast-rs v2.0.2
9032026-09-12T21:04:04.255Z Downloaded synstructure v0.13.2
9042026-09-12T21:04:04.258Z Downloaded predicates-tree v1.0.13
9052026-09-12T21:04:04.258Z Downloaded rustc_version v0.1.7
9062026-09-12T21:04:04.258Z Downloaded async-compression v0.4.41
9072026-09-12T21:04:04.261Z Downloaded base64 v0.22.1
9082026-09-12T21:04:04.264Z Downloaded schemars v0.8.22
9092026-09-12T21:04:04.271Z Downloaded iddqd v0.4.2
9102026-09-12T21:04:04.274Z Downloaded hashbrown v0.15.5
9112026-09-12T21:04:04.277Z Downloaded const_format v0.2.35
9122026-09-12T21:04:04.282Z Downloaded subprocess v0.2.15
9132026-09-12T21:04:04.285Z Downloaded chacha20poly1305 v0.10.1
9142026-09-12T21:04:04.285Z Downloaded backon v1.6.0
9152026-09-12T21:04:04.285Z Downloaded cookie_store v0.22.1
9162026-09-12T21:04:04.285Z Downloaded whoami v2.1.0
9172026-09-12T21:04:04.285Z Downloaded ipnet v2.12.0
9182026-09-12T21:04:04.289Z Downloaded ssh-encoding v0.2.0
9192026-09-12T21:04:04.289Z Downloaded supports-hyperlinks v3.2.0
9202026-09-12T21:04:04.289Z Downloaded unicode_categories v0.1.1
9212026-09-12T21:04:04.289Z Downloaded darling_core v0.21.3
9222026-09-12T21:04:04.293Z Downloaded slog-envlogger v2.2.0
9232026-09-12T21:04:04.293Z Downloaded darling v0.21.3
9242026-09-12T21:04:04.296Z Downloaded textwrap v0.16.2
9252026-09-12T21:04:04.299Z Downloaded diff v0.1.13
9262026-09-12T21:04:04.299Z Downloaded postgres-types v0.2.14
9272026-09-12T21:04:04.299Z Downloaded postgres-protocol v0.6.12
9282026-09-12T21:04:04.302Z Downloaded aes-gcm v0.11.0
9292026-09-12T21:04:04.303Z Downloaded cassowary v0.3.0
9302026-09-12T21:04:04.306Z Downloaded partial-io v0.5.4
9312026-09-12T21:04:04.306Z Downloaded anstream v1.0.0
9322026-09-12T21:04:04.309Z Downloaded http-body v1.0.1
9332026-09-12T21:04:04.309Z Downloaded crossterm v0.29.0
9342026-09-12T21:04:04.313Z Downloaded nix v0.31.2
9352026-09-12T21:04:04.317Z Downloaded icu_properties v2.1.2
9362026-09-12T21:04:04.320Z Downloaded p256 v0.14.0
9372026-09-12T21:04:04.323Z Downloaded clap v4.6.1
9382026-09-12T21:04:04.326Z Downloaded tracing-attributes v0.1.31
9392026-09-12T21:04:04.329Z Downloaded zone_cfg_derive v0.3.1
9402026-09-12T21:04:04.329Z Downloaded idna_adapter v1.2.1
9412026-09-12T21:04:04.329Z Downloaded ascii-canvas v3.0.0
9422026-09-12T21:04:04.329Z Downloaded rand_distr v0.5.1
9432026-09-12T21:04:04.333Z Downloaded itertools v0.10.5
9442026-09-12T21:04:04.336Z Downloaded constant_time_eq v0.3.1
9452026-09-12T21:04:04.336Z Downloaded digest-io v0.1.0
9462026-09-12T21:04:04.336Z Downloaded plain v0.2.3
9472026-09-12T21:04:04.336Z Downloaded proc-macro-error-attr2 v2.0.0
9482026-09-12T21:04:04.336Z Downloaded rand_chacha v0.3.1
9492026-09-12T21:04:04.339Z Downloaded thiserror-no-std v2.0.2
9502026-09-12T21:04:04.339Z Downloaded tokio-postgres v0.7.18
9512026-09-12T21:04:04.356Z Downloaded steno v0.4.1
9522026-09-12T21:04:04.359Z Downloaded backtrace v0.3.76
9532026-09-12T21:04:04.359Z Downloaded progenitor-impl v0.13.0
9542026-09-12T21:04:04.364Z Downloaded serde_derive_internals v0.29.1
9552026-09-12T21:04:04.364Z Downloaded russh v0.62.4
9562026-09-12T21:04:04.367Z Downloaded termtree v0.5.1
9572026-09-12T21:04:04.371Z Downloaded tinyvec_macros v0.1.1
9582026-09-12T21:04:04.371Z Downloaded typify-macro v0.6.2
9592026-09-12T21:04:04.371Z Downloaded signal-hook-mio v0.2.5
9602026-09-12T21:04:04.375Z Downloaded hkdf v0.12.4
9612026-09-12T21:04:04.375Z Downloaded ryu v1.0.23
9622026-09-12T21:04:04.378Z Downloaded vcpkg v0.2.15
9632026-09-12T21:04:04.400Z Downloaded inout v0.1.4
9642026-09-12T21:04:04.404Z Downloaded is_ci v1.2.0
9652026-09-12T21:04:04.404Z Downloaded nix v0.27.1
9662026-09-12T21:04:04.408Z Downloaded object v0.30.4
9672026-09-12T21:04:04.414Z Downloaded async-stream v0.3.6
9682026-09-12T21:04:04.418Z Downloaded bitfield-macros v0.19.4
9692026-09-12T21:04:04.418Z Downloaded unit-prefix v0.5.2
9702026-09-12T21:04:04.418Z Downloaded cmake v0.1.57
9712026-09-12T21:04:04.418Z Downloaded xshell v0.2.7
9722026-09-12T21:04:04.421Z Downloaded path-slash v0.2.1
9732026-09-12T21:04:04.421Z Downloaded difflib v0.4.0
9742026-09-12T21:04:04.421Z Downloaded async-lock v3.4.2
9752026-09-12T21:04:04.424Z Downloaded sha3 v0.12.0
9762026-09-12T21:04:04.424Z Downloaded zerotrie v0.2.3
9772026-09-12T21:04:04.427Z Downloaded icu_normalizer v2.1.1
9782026-09-12T21:04:04.430Z Downloaded strum v0.27.2
9792026-09-12T21:04:04.430Z Downloaded unicode-normalization v0.1.25
9802026-09-12T21:04:04.433Z Downloaded pin-project-lite v0.2.17
9812026-09-12T21:04:04.436Z Downloaded terminal_size v0.4.3
9822026-09-12T21:04:04.436Z Downloaded oxide-update-engine v0.1.2
9832026-09-12T21:04:04.436Z Downloaded tough v0.22.0
9842026-09-12T21:04:04.441Z Downloaded universal-hash v0.6.1
9852026-09-12T21:04:04.444Z Downloaded toml_write v0.1.2
9862026-09-12T21:04:04.444Z Downloaded http v1.4.2
9872026-09-12T21:04:04.447Z Downloaded chacha20 v0.9.1
9882026-09-12T21:04:04.447Z Downloaded dashu-base v0.5.1
9892026-09-12T21:04:04.447Z Downloaded p256 v0.13.2
9902026-09-12T21:04:04.450Z Downloaded clap_derive v4.6.1
9912026-09-12T21:04:04.450Z Downloaded aead v0.6.1
9922026-09-12T21:04:04.453Z Downloaded rand_pcg v0.10.2
9932026-09-12T21:04:04.453Z Downloaded bcs v0.1.6
9942026-09-12T21:04:04.453Z Downloaded hyper-tls v0.6.0
9952026-09-12T21:04:04.456Z Downloaded cpubits v0.1.1
9962026-09-12T21:04:04.456Z Downloaded sha2 v0.11.0
9972026-09-12T21:04:04.459Z Downloaded hickory-server v0.25.2
9982026-09-12T21:04:04.459Z Downloaded sapling-renderdag v0.1.0
9992026-09-12T21:04:04.462Z Downloaded tokio-util v0.7.18
10002026-09-12T21:04:04.466Z Downloaded rustyline v14.0.0
10012026-09-12T21:04:04.469Z Downloaded goblin v0.10.5
10022026-09-12T21:04:04.473Z Downloaded serde-hex v0.1.0
10032026-09-12T21:04:04.478Z Downloaded slog-term v2.9.2
10042026-09-12T21:04:04.478Z Downloaded rand_core v0.6.4
10052026-09-12T21:04:04.478Z Downloaded structmeta v0.3.0
10062026-09-12T21:04:04.478Z Downloaded support-bundle-viewer v0.1.2
10072026-09-12T21:04:04.478Z Downloaded unicode-linebreak v0.1.5
10082026-09-12T21:04:04.478Z Downloaded usdt-macro v0.5.0
10092026-09-12T21:04:04.478Z Downloaded reqwest v0.13.2
10102026-09-12T21:04:04.482Z Downloaded winnow v0.6.26
10112026-09-12T21:04:04.487Z Downloaded serde_json v1.0.151
10122026-09-12T21:04:04.493Z Downloaded typenum v1.20.1
10132026-09-12T21:04:04.496Z Downloaded whoami v1.6.1
10142026-09-12T21:04:04.496Z Downloaded assert_matches v1.5.0
10152026-09-12T21:04:04.499Z Downloaded highway v1.3.0
10162026-09-12T21:04:04.500Z Downloaded compression-codecs v0.4.37
10172026-09-12T21:04:04.500Z Downloaded sha2 v0.10.9
10182026-09-12T21:04:04.504Z Downloaded sync_wrapper v1.0.2
10192026-09-12T21:04:04.504Z Downloaded ar_archive_writer v0.5.1
10202026-09-12T21:04:04.511Z Downloaded void v1.0.2
10212026-09-12T21:04:04.511Z Downloaded crc-catalog v2.4.0
10222026-09-12T21:04:04.511Z Downloaded progenitor v0.13.0
10232026-09-12T21:04:04.511Z Downloaded parking_lot v0.11.2
10242026-09-12T21:04:04.511Z Downloaded heck v0.4.1
10252026-09-12T21:04:04.511Z Downloaded hyper-util v0.1.20
10262026-09-12T21:04:04.515Z Downloaded xshell-macros v0.2.7
10272026-09-12T21:04:04.515Z Downloaded syn v1.0.109
10282026-09-12T21:04:04.518Z Downloaded predicates-core v1.0.10
10292026-09-12T21:04:04.521Z Downloaded serde-big-array v0.5.1
10302026-09-12T21:04:04.521Z Downloaded password-hash v0.5.0
10312026-09-12T21:04:04.521Z Downloaded defmt v1.0.1
10322026-09-12T21:04:04.526Z Downloaded const_format_proc_macros v0.2.34
10332026-09-12T21:04:04.526Z Downloaded bs58 v0.5.1
10342026-09-12T21:04:04.529Z Downloaded typify v0.6.2
10352026-09-12T21:04:04.529Z Downloaded scroll v0.13.0
10362026-09-12T21:04:04.533Z Downloaded spki v0.7.3
10372026-09-12T21:04:04.533Z Downloaded tls_codec v0.4.2
10382026-09-12T21:04:04.536Z Downloaded headers v0.4.1
10392026-09-12T21:04:04.540Z Downloaded russh-util v0.52.0
10402026-09-12T21:04:04.544Z Downloaded http-range-header v0.4.2
10412026-09-12T21:04:04.544Z Downloaded ref-cast-impl v1.0.25
10422026-09-12T21:04:04.544Z Downloaded heck v0.5.0
10432026-09-12T21:04:04.544Z Downloaded rustc-hash v2.1.1
10442026-09-12T21:04:04.548Z Downloaded strsim v0.11.1
10452026-09-12T21:04:04.548Z Downloaded zip v8.6.0
10462026-09-12T21:04:04.551Z Downloaded gimli v0.32.3
10472026-09-12T21:04:04.556Z Downloaded knuffel v3.2.0
10482026-09-12T21:04:04.559Z Downloaded csv-core v0.1.13
10492026-09-12T21:04:04.559Z Downloaded uuid v1.23.4
10502026-09-12T21:04:04.562Z Downloaded unicode-properties v0.1.4
10512026-09-12T21:04:04.562Z Downloaded tabled v0.15.0
10522026-09-12T21:04:04.571Z Downloaded p384 v0.13.1
10532026-09-12T21:04:04.574Z Downloaded aws-lc-rs v1.16.3
10542026-09-12T21:04:04.580Z Downloaded digest v0.10.7
10552026-09-12T21:04:04.585Z Downloaded ppv-lite86 v0.2.21
10562026-09-12T21:04:04.586Z Downloaded rustls-pki-types v1.14.0
10572026-09-12T21:04:04.589Z Downloaded humantime v2.3.0
10582026-09-12T21:04:04.589Z Downloaded schemars v0.9.0
10592026-09-12T21:04:04.593Z Downloaded delegate v0.13.5
10602026-09-12T21:04:04.598Z Downloaded vergen-gitcl v1.0.8
10612026-09-12T21:04:04.598Z Downloaded cexpr v0.6.0
10622026-09-12T21:04:04.598Z Downloaded idna v1.1.0
10632026-09-12T21:04:04.601Z Downloaded bitflags v1.3.2
10642026-09-12T21:04:04.601Z Downloaded byteorder v1.5.0
10652026-09-12T21:04:04.601Z Downloaded textwrap v0.15.2
10662026-09-12T21:04:04.604Z Downloaded hmac v0.13.0
10672026-09-12T21:04:04.604Z Downloaded winnow v0.5.40
10682026-09-12T21:04:04.609Z Downloaded pem v3.0.6
10692026-09-12T21:04:04.613Z Downloaded indoc v2.0.7
10702026-09-12T21:04:04.613Z Downloaded anstyle v1.0.14
10712026-09-12T21:04:04.613Z Downloaded itertools v0.12.1
10722026-09-12T21:04:04.616Z Downloaded oxide-generation v0.1.3
10732026-09-12T21:04:04.620Z Downloaded keccak v0.2.0
10742026-09-12T21:04:04.620Z Downloaded thiserror-impl v2.0.18
10752026-09-12T21:04:04.620Z Downloaded slog-async v2.8.0
10762026-09-12T21:04:04.623Z Downloaded term v0.7.0
10772026-09-12T21:04:04.623Z Downloaded der v0.7.10
10782026-09-12T21:04:04.627Z Downloaded pin-project v1.1.11
10792026-09-12T21:04:04.630Z Downloaded darling v0.23.0
10802026-09-12T21:04:04.633Z Downloaded spin v0.9.8
10812026-09-12T21:04:04.638Z Downloaded backoff v0.4.0
10822026-09-12T21:04:04.638Z Downloaded pest_derive v2.8.6
10832026-09-12T21:04:04.638Z Downloaded openssl v0.10.80
10842026-09-12T21:04:04.642Z Downloaded zerocopy-derive v0.7.35
10852026-09-12T21:04:04.645Z Downloaded publicsuffix v2.3.0
10862026-09-12T21:04:04.648Z Downloaded indexmap v1.9.3
10872026-09-12T21:04:04.648Z Downloaded unicode-width v0.2.0
10882026-09-12T21:04:04.651Z Downloaded toml_parser v1.1.2+spec-1.1.0
10892026-09-12T21:04:04.655Z Downloaded similar v2.7.0
10902026-09-12T21:04:04.655Z Downloaded unicode-width v0.1.14
10912026-09-12T21:04:04.658Z Downloaded nix v0.28.0
10922026-09-12T21:04:04.664Z Downloaded tabled v0.21.0
10932026-09-12T21:04:04.674Z Downloaded hashbrown v0.17.0
10942026-09-12T21:04:04.677Z Downloaded hickory-resolver v0.24.4
10952026-09-12T21:04:04.680Z Downloaded hashbrown v0.16.1
10962026-09-12T21:04:04.684Z Downloaded rawzip v0.4.4
10972026-09-12T21:04:04.687Z Downloaded smoltcp v0.11.0
10982026-09-12T21:04:04.693Z Downloaded syn v2.0.117
10992026-09-12T21:04:04.700Z Downloaded oxide-update-engine-types v0.1.2
11002026-09-12T21:04:04.703Z Downloaded base64 v0.21.7
11012026-09-12T21:04:04.703Z Downloaded crypto-bigint v0.5.5
11022026-09-12T21:04:04.707Z Downloaded serde_with_macros v3.21.0
11032026-09-12T21:04:04.711Z Downloaded toml_edit v0.19.15
11042026-09-12T21:04:04.717Z Downloaded crossterm v0.28.1
11052026-09-12T21:04:04.721Z Downloaded arc-swap v1.8.2
11062026-09-12T21:04:04.724Z Downloaded polar-core v0.27.3
11072026-09-12T21:04:04.727Z Downloaded dropshot-api-manager v0.8.0
11082026-09-12T21:04:04.730Z Downloaded quinn v0.11.11
11092026-09-12T21:04:04.734Z Downloaded itertools v0.15.0
11102026-09-12T21:04:04.737Z Downloaded regex v1.12.3
11112026-09-12T21:04:04.740Z Downloaded bytes v1.11.1
11122026-09-12T21:04:04.743Z Downloaded object v0.37.3
11132026-09-12T21:04:04.748Z Downloaded rayon v1.11.0
11142026-09-12T21:04:04.752Z Downloaded crypto-bigint v0.7.5
11152026-09-12T21:04:04.761Z Downloaded prettyplease v0.2.37
11162026-09-12T21:04:04.764Z Downloaded curve25519-dalek v5.0.0
11172026-09-12T21:04:04.768Z Downloaded tungstenite v0.21.0
11182026-09-12T21:04:04.771Z Downloaded quinn-proto v0.11.16
11192026-09-12T21:04:04.774Z Downloaded heapless v0.8.0
11202026-09-12T21:04:04.777Z Downloaded toml v1.1.2+spec-1.1.0
11212026-09-12T21:04:04.780Z Downloaded proptest v1.11.0
11222026-09-12T21:04:04.783Z Downloaded regress v0.11.1
11232026-09-12T21:04:04.788Z Downloaded bstr v1.12.1
11242026-09-12T21:04:04.792Z Downloaded p521 v0.14.0
11252026-09-12T21:04:04.795Z Downloaded zerocopy v0.8.55
11262026-09-12T21:04:04.804Z Downloaded serde_with v3.21.0
11272026-09-12T21:04:04.811Z Downloaded iri-string v0.7.10
11282026-09-12T21:04:04.815Z Downloaded lalrpop v0.19.12
11292026-09-12T21:04:04.821Z Downloaded object v0.39.1
11302026-09-12T21:04:04.827Z Downloaded openapiv3 v2.2.0
11312026-09-12T21:04:04.833Z Downloaded time v0.3.47
11322026-09-12T21:04:04.840Z Downloaded hyper v1.10.1
11332026-09-12T21:04:04.844Z Downloaded petname v2.0.2
11342026-09-12T21:04:04.847Z Downloaded pest v2.8.6
11352026-09-12T21:04:04.850Z Downloaded rand v0.10.1
11362026-09-12T21:04:04.853Z Downloaded criterion v0.7.0
11372026-09-12T21:04:04.856Z Downloaded rsa v0.10.0-rc.18
11382026-09-12T21:04:04.860Z Downloaded rustix v0.38.44
11392026-09-12T21:04:04.869Z Downloaded chrono v0.4.45
11402026-09-12T21:04:04.873Z Downloaded curve25519-dalek v4.1.3
11412026-09-12T21:04:04.878Z Downloaded regex-syntax v0.6.29
11422026-09-12T21:04:04.882Z Downloaded serde_with v1.14.0
11432026-09-12T21:04:04.885Z Downloaded p521 v0.13.3
11442026-09-12T21:04:04.889Z Downloaded clap_builder v4.6.0
11452026-09-12T21:04:04.892Z Downloaded zlib-rs v0.6.2
11462026-09-12T21:04:04.895Z Downloaded zerocopy v0.7.35
11472026-09-12T21:04:04.903Z Downloaded icu_properties_data v2.1.2
11482026-09-12T21:04:04.908Z Downloaded dashu-int v0.5.1
11492026-09-12T21:04:04.941Z Downloaded blake3 v1.8.5
11502026-09-12T21:04:04.941Z Downloaded radix_trie v0.2.1
11512026-09-12T21:04:04.941Z Downloaded smoltcp v0.9.1
11522026-09-12T21:04:04.941Z Downloaded dropshot v0.17.1
11532026-09-12T21:04:04.945Z Downloaded rustls v0.23.41
11542026-09-12T21:04:04.948Z Downloaded bitvec v1.0.1
11552026-09-12T21:04:04.954Z Downloaded bindgen v0.71.1
11562026-09-12T21:04:04.959Z Downloaded diesel v2.3.7
11572026-09-12T21:04:04.969Z Downloaded aho-corasick v1.1.4
11582026-09-12T21:04:04.980Z Downloaded syn v3.0.3
11592026-09-12T21:04:04.983Z Downloaded winnow v0.7.14
11602026-09-12T21:04:04.986Z Downloaded hickory-proto v0.25.2
11612026-09-12T21:04:04.993Z Downloaded sqlparser v0.61.0
11622026-09-12T21:04:04.999Z Downloaded tracing v0.1.44
11632026-09-12T21:04:05.015Z Downloaded regress v0.10.5
11642026-09-12T21:04:05.018Z Downloaded hickory-proto v0.24.4
11652026-09-12T21:04:05.025Z Downloaded regex-syntax v0.8.10
11662026-09-12T21:04:05.029Z Downloaded sha3 v0.11.0
11672026-09-12T21:04:05.035Z Downloaded zerocopy-derive v0.6.6
11682026-09-12T21:04:05.038Z Downloaded typify-impl v0.6.2
11692026-09-12T21:04:05.046Z Downloaded sled v0.34.7
11702026-09-12T21:04:05.053Z Downloaded rustix v1.1.4
11712026-09-12T21:04:05.067Z Downloaded libc v0.2.185
11722026-09-12T21:04:05.089Z Downloaded petgraph v0.8.3
11732026-09-12T21:04:05.103Z Downloaded chrono-tz v0.10.4
11742026-09-12T21:04:05.115Z Downloaded ratatui v0.29.0
11752026-09-12T21:04:05.128Z Downloaded sha3 v0.10.8
11762026-09-12T21:04:05.134Z Downloaded jiff v0.2.34
11772026-09-12T21:04:05.143Z Downloaded libz-sys v1.1.24
11782026-09-12T21:04:05.158Z Downloaded bzip2-sys v0.1.13+1.0.8
11792026-09-12T21:04:05.167Z Downloaded regex-automata v0.4.14
11802026-09-12T21:04:05.177Z Downloaded petgraph v0.6.5
11812026-09-12T21:04:05.190Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11822026-09-12T21:04:05.202Z Downloaded encoding_rs v0.8.35
11832026-09-12T21:04:05.215Z Downloaded tokio v1.52.1
11842026-09-12T21:04:05.238Z Downloaded csv v1.4.0
11852026-09-12T21:04:05.252Z Downloaded ring v0.17.14
11862026-09-12T21:04:05.283Z Downloaded libgit2-sys v0.18.3+1.9.2
11872026-09-12T21:04:05.313Z Downloaded httpmock v0.8.3
11882026-09-12T21:04:05.672Z Downloaded dsi-bitstream v0.10.1
11892026-09-12T21:04:05.867Z Downloaded aws-lc-sys v0.40.0
11902026-09-12T21:04:06.301Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11912026-09-12T21:04:08.369Z Startup: Refreshing catalog 'helios' ... Done
11922026-09-12T21:04:08.859Z Startup: Caching catalogs ... Done
11932026-09-12T21:04:11.555ZPlanning: Solver setup ... Done (2.561s)
11942026-09-12T21:04:11.624ZPlanning: Running solver ... Done (0.075s)
11952026-09-12T21:04:11.676ZPlanning: Finding local manifests ... Done (0.003s)
11962026-09-12T21:04:11.688ZPlanning: Fetching manifests: 0/2 0% complete
11972026-09-12T21:04:11.704ZPlanning: Fetching manifests: 2/2 100% complete
11982026-09-12T21:04:11.723ZPlanning: Package planning ... Done (0.014s)
11992026-09-12T21:04:11.726ZPlanning: Merging actions ... Done (0.002s)
12002026-09-12T21:04:11.888ZPlanning: Checking for conflicting actions ... Done (0.167s)
12012026-09-12T21:04:11.893ZPlanning: Consolidating action changes ... Done (0.001s)
12022026-09-12T21:04:12.742ZPlanning: Evaluating mediators ... Done (0.853s)
12032026-09-12T21:04:12.745ZPlanning: Planning completed in 3.84 seconds
12042026-09-12T21:04:12.749Z Packages to install: 2
12052026-09-12T21:04:12.749Z Estimated space available: 155.58 GB
12062026-09-12T21:04:12.749ZEstimated space to be consumed: 87.89 MB
12072026-09-12T21:04:12.753Z Create boot environment: No
12082026-09-12T21:04:12.753ZCreate backup boot environment: No
12092026-09-12T21:04:12.753Z Rebuild boot archive: No
12102026-09-12T21:04:12.753Z
12112026-09-12T21:04:12.753ZChanged packages:
12122026-09-12T21:04:12.753Zhelios
12132026-09-12T21:04:12.753Z developer/build-essential
12142026-09-12T21:04:12.753Z None -> 11-3.0
12152026-09-12T21:04:12.753Z library/libxmlsec1
12162026-09-12T21:04:12.753Z None -> 1.2.35-3.0
12172026-09-12T21:04:12.777Z
12182026-09-12T21:04:12.777ZDownload: 0/214 items 0.0/1.3MB 0% complete
12192026-09-12T21:04:12.847ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
12202026-09-12T21:04:12.930Z Actions: 1/268 actions (Installing new actions)
12212026-09-12T21:04:12.968Z Actions: Completed 268 actions in 0.04 seconds.
12222026-09-12T21:04:13.005ZFinalize: Updating package state database ... Done (0.035s)
12232026-09-12T21:04:13.010ZFinalize: Updating package cache ... Done (0.000s)
12242026-09-12T21:04:13.103ZFinalize: Updating image state ... Done (0.099s)
12252026-09-12T21:04:15.840ZFinalize: Creating fast lookup database ... Done (2.683s)
12262026-09-12T21:04:15.913ZFinalize: Reading search index ... Done (0.012s)
12272026-09-12T21:04:15.917ZFinalize: Updating search index ... Done (0.000s)
12282026-09-12T21:04:16.036ZFinalize: Updating package cache ... Done (0.000s)
12292026-09-12T21:04:16.408ZPlanning: Evaluating mediator changes ... Done
12302026-09-12T21:04:16.512ZPlanning: Checking for conflicting actions ... Done
12312026-09-12T21:04:16.515ZPlanning: Consolidating action changes ... Done
12322026-09-12T21:04:16.670ZPlanning: Evaluating mediators ... Done
12332026-09-12T21:04:16.675ZPlanning: Planning completed in 0.26 seconds
12342026-09-12T21:04:16.695Z Mediators to change: 2
12352026-09-12T21:04:16.696Z Create boot environment: No
12362026-09-12T21:04:16.696ZCreate backup boot environment: No
12372026-09-12T21:04:16.762ZFinalize: Updating package state database ... Done
12382026-09-12T21:04:16.762ZFinalize: Updating package cache ... Done
12392026-09-12T21:04:16.820ZFinalize: Updating image state ... Done
12402026-09-12T21:04:18.837ZFinalize: Creating fast lookup database ... Done
12412026-09-12T21:04:18.850ZFinalize: Reading search index ... Done
12422026-09-12T21:04:18.850ZFinalize: Updating search index ... Done
12432026-09-12T21:04:18.988ZFinalize: Updating package cache ... Done
12442026-09-12T21:04:19.243ZPlanning: Evaluating mediator changes ... Done
12452026-09-12T21:04:19.362ZPlanning: Checking for conflicting actions ... Done
12462026-09-12T21:04:19.399ZPlanning: Consolidating action changes ... Done
12472026-09-12T21:04:19.508ZPlanning: Evaluating mediators ... Done
12482026-09-12T21:04:19.514ZPlanning: Planning completed in 0.26 seconds
12492026-09-12T21:04:19.525Z Mediators to change: 1
12502026-09-12T21:04:19.525Z Create boot environment: No
12512026-09-12T21:04:19.525ZCreate backup boot environment: No
12522026-09-12T21:04:19.577ZFinalize: Updating package state database ... Done
12532026-09-12T21:04:19.577ZFinalize: Updating package cache ... Done
12542026-09-12T21:04:19.641ZFinalize: Updating image state ... Done
12552026-09-12T21:04:21.610ZFinalize: Creating fast lookup database ... Done
12562026-09-12T21:04:21.661ZFinalize: Reading search index ... Done
12572026-09-12T21:04:21.685ZFinalize: Updating search index ... Done
12582026-09-12T21:04:21.747ZFinalize: Updating package cache ... Done
12592026-09-12T21:04:22.058ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12602026-09-12T21:04:22.058Zapache system 2.4 system
12612026-09-12T21:04:22.058Zclang system 15 system
12622026-09-12T21:04:22.058Zcsh system system illumos
12632026-09-12T21:04:22.058Zctags system system illumos
12642026-09-12T21:04:22.058Zfile vendor vendor darwinsys
12652026-09-12T21:04:22.058Zfile system system illumos
12662026-09-12T21:04:22.058Zgcc vendor 14 vendor
12672026-09-12T21:04:22.058Zgcc system 13 system
12682026-09-12T21:04:22.058Zgcc system 10 system
12692026-09-12T21:04:22.058Zgo system 1.25 system
12702026-09-12T21:04:22.059Zllvm system 15 system
12712026-09-12T21:04:22.059Zmariadb system 11.4 system
12722026-09-12T21:04:22.059Zmta vendor vendor dma
12732026-09-12T21:04:22.059Zopenjdk system 17 system
12742026-09-12T21:04:22.059Zopenjdk system 11 system
12752026-09-12T21:04:22.059Zopenssl vendor 3 vendor
12762026-09-12T21:04:22.059Zperl system 5.40 system
12772026-09-12T21:04:22.059Zpostgresql system 18 system
12782026-09-12T21:04:22.059Zpostgresql system 17 system
12792026-09-12T21:04:22.059Zpython vendor 3 vendor
12802026-09-12T21:04:22.059Zpython system 2 system
12812026-09-12T21:04:22.059Zpython3 vendor 3.13 vendor
12822026-09-12T21:04:22.059Zruby system 3.4 system
12832026-09-12T21:04:22.059Zruby system 3.0 system
12842026-09-12T21:04:22.060Zwords vendor vendor american-english
12852026-09-12T21:04:22.060Zwords system system australian-english
12862026-09-12T21:04:22.060Zwords system system british-english
12872026-09-12T21:04:22.060Zwords system system canadian-english
12882026-09-12T21:04:22.060Zwords system system french
12892026-09-12T21:04:22.060Zwords system system italian
12902026-09-12T21:04:22.060Zwords system system ngerman
12912026-09-12T21:04:22.060Zwords system system ogerman
12922026-09-12T21:04:22.060Zwords system system spanish
12932026-09-12T21:04:22.313ZPUBLISHER TYPE STATUS P LOCATION
12942026-09-12T21:04:22.314Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12952026-09-12T21:04:22.830ZFMRI IFO
12962026-09-12T21:04:22.830Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12972026-09-12T21:04:22.830Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12982026-09-12T21:04:22.830Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12992026-09-12T21:04:22.830Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
13002026-09-12T21:04:22.830Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
13012026-09-12T21:04:22.830Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
13022026-09-12T21:04:22.831Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
13032026-09-12T21:04:22.831Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
13042026-09-12T21:04:22.831Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
13052026-09-12T21:04:23.480Z Downloading crates ...
13062026-09-12T21:04:23.522Z Downloaded cargo_toml v0.21.0
13072026-09-12T21:04:23.570Z Compiling proc-macro2 v1.0.106
13082026-09-12T21:04:23.570Z Compiling unicode-ident v1.0.24
13092026-09-12T21:04:23.570Z Compiling quote v1.0.45
13102026-09-12T21:04:23.573Z Compiling serde_core v1.0.228
13112026-09-12T21:04:23.573Z Compiling libc v0.2.185
13122026-09-12T21:04:23.573Z Compiling version_check v0.9.5
13132026-09-12T21:04:23.651Z Compiling memchr v2.8.0
13142026-09-12T21:04:23.654Z Compiling serde v1.0.228
13152026-09-12T21:04:23.654Z Compiling zmij v1.0.21
13162026-09-12T21:04:23.654Z Compiling thiserror v1.0.69
13172026-09-12T21:04:23.654Z Compiling itoa v1.0.17
13182026-09-12T21:04:23.654Z Compiling ucd-trie v0.1.7
13192026-09-12T21:04:23.654Z Compiling byteorder v1.5.0
13202026-09-12T21:04:23.654Z Compiling rustix v1.1.4
13212026-09-12T21:04:23.835Z Compiling bitflags v2.11.0
13222026-09-12T21:04:23.988Z Compiling serde_json v1.0.151
13232026-09-12T21:04:24.049Z Compiling usdt-impl v0.5.0
13242026-09-12T21:04:24.096Z Compiling proc-macro-error-attr v1.0.4
13252026-09-12T21:04:24.135Z Compiling pest v2.8.6
13262026-09-12T21:04:24.143Z Compiling syn v1.0.109
13272026-09-12T21:04:24.291Z Compiling camino v1.2.5
13282026-09-12T21:04:24.339Z Compiling proc-macro-error v1.0.4
13292026-09-12T21:04:24.343Z Compiling utf8parse v0.2.2
13302026-09-12T21:04:24.361Z Compiling log v0.4.33
13312026-09-12T21:04:24.371Z Compiling equivalent v1.0.2
13322026-09-12T21:04:24.398Z Compiling hashbrown v0.17.0
13332026-09-12T21:04:24.455Z Compiling getrandom v0.4.3
13342026-09-12T21:04:24.477Z Compiling plain v0.2.3
13352026-09-12T21:04:24.494Z Compiling anstyle-parse v1.0.0
13362026-09-12T21:04:24.515Z Compiling pretty-hex v0.4.1
13372026-09-12T21:04:24.567Z Compiling cfg-if v1.0.4
13382026-09-12T21:04:24.579Z Compiling thiserror v2.0.18
13392026-09-12T21:04:24.599Z Compiling anstyle-query v1.1.5
13402026-09-12T21:04:24.646Z Compiling anstyle v1.0.14
13412026-09-12T21:04:24.650Z Compiling winnow v0.7.14
13422026-09-12T21:04:24.670Z Compiling toml_write v0.1.2
13432026-09-12T21:04:24.694Z Compiling errno v0.3.14
13442026-09-12T21:04:24.704Z Compiling thread-id v4.2.2
13452026-09-12T21:04:24.727Z Compiling autocfg v1.5.0
13462026-09-12T21:04:24.738Z Compiling colorchoice v1.0.4
13472026-09-12T21:04:24.763Z Compiling is_terminal_polyfill v1.70.2
13482026-09-12T21:04:24.961Z Compiling fastrand v2.3.0
13492026-09-12T21:04:25.011Z Compiling anstream v1.0.0
13502026-09-12T21:04:25.011Z Compiling anyhow v1.0.104
13512026-09-12T21:04:25.011Z Compiling fnv v1.0.7
13522026-09-12T21:04:25.011Z Compiling strsim v0.11.1
13532026-09-12T21:04:25.011Z Compiling indexmap v2.14.0
13542026-09-12T21:04:25.019Z Compiling bytecount v0.6.9
13552026-09-12T21:04:25.067Z Compiling syn v2.0.117
13562026-09-12T21:04:25.158Z Compiling unicode-width v0.1.14
13572026-09-12T21:04:25.181Z Compiling heck v0.5.0
13582026-09-12T21:04:25.186Z Compiling fs-err v3.3.0
13592026-09-12T21:04:25.200Z Compiling once_cell v1.21.3
13602026-09-12T21:04:25.213Z Compiling pest_meta v2.8.6
13612026-09-12T21:04:25.262Z Compiling clap_lex v1.0.0
13622026-09-12T21:04:25.276Z Compiling heck v0.4.1
13632026-09-12T21:04:25.429Z Compiling papergrid v0.11.0
13642026-09-12T21:04:25.451Z Compiling memmap v0.7.0
13652026-09-12T21:04:25.463Z Compiling unicode-width v0.2.0
13662026-09-12T21:04:25.509Z Compiling smawk v0.3.2
13672026-09-12T21:04:25.520Z Compiling unicode-linebreak v0.1.5
13682026-09-12T21:04:25.560Z Compiling swrite v0.1.0
13692026-09-12T21:04:25.679Z Compiling terminal_size v0.4.3
13702026-09-12T21:04:25.679Z Compiling tempfile v3.27.0
13712026-09-12T21:04:25.776Z Compiling clap_builder v4.6.0
13722026-09-12T21:04:25.776Z Compiling textwrap v0.16.2
13732026-09-12T21:04:26.177Z Compiling cargo-platform v0.3.2
13742026-09-12T21:04:26.185Z Compiling semver v1.0.28
13752026-09-12T21:04:26.243Z Compiling camino-tempfile v1.4.1
13762026-09-12T21:04:26.577Z Compiling tabled_derive v0.7.0
13772026-09-12T21:04:27.229Z Compiling tabled v0.15.0
13782026-09-12T21:04:27.237Z Compiling pest_generator v2.8.6
13792026-09-12T21:04:27.795Z Compiling serde_derive v1.0.228
13802026-09-12T21:04:27.797Z Compiling thiserror-impl v1.0.69
13812026-09-12T21:04:27.850Z Compiling zerocopy-derive v0.7.35
13822026-09-12T21:04:27.850Z Compiling scroll_derive v0.12.1
13832026-09-12T21:04:27.850Z Compiling thiserror-impl v2.0.18
13842026-09-12T21:04:27.850Z Compiling clap_derive v4.6.1
13852026-09-12T21:04:27.850Z Compiling pest_derive v2.8.6
13862026-09-12T21:04:28.379Z Compiling scroll v0.12.0
13872026-09-12T21:04:28.457Z Compiling zerocopy v0.7.35
13882026-09-12T21:04:28.581Z Compiling goblin v0.8.2
13892026-09-12T21:04:28.816Z Compiling dtrace-parser v0.2.0
13902026-09-12T21:04:29.053Z Compiling clap v4.6.1
13912026-09-12T21:04:33.404Z Compiling dof v0.3.0
13922026-09-12T21:04:33.404Z Compiling serde_tokenstream v0.2.3
13932026-09-12T21:04:33.404Z Compiling toml_datetime v0.6.11
13942026-09-12T21:04:33.404Z Compiling serde_spanned v0.6.9
13952026-09-12T21:04:33.405Z Compiling cargo_metadata v0.23.1
13962026-09-12T21:04:33.405Z Compiling macaddr v1.0.1
13972026-09-12T21:04:33.405Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13982026-09-12T21:04:33.405Z Compiling toml_edit v0.22.27
13992026-09-12T21:04:33.405Z Compiling usdt-attr-macro v0.5.0
14002026-09-12T21:04:33.405Z Compiling usdt-macro v0.5.0
14012026-09-12T21:04:33.405Z Compiling usdt v0.5.0
14022026-09-12T21:04:33.405Z Compiling toml v0.8.23
14032026-09-12T21:04:33.405Z Compiling cargo_toml v0.21.0
14042026-09-12T21:04:33.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14052026-09-12T21:04:35.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s
14062026-09-12T21:04:35.244Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
14072026-09-12T21:04:36.056Z Compiling serde_core v1.0.228
14082026-09-12T21:04:36.056Z Compiling libc v0.2.185
14092026-09-12T21:04:36.056Z Compiling serde v1.0.228
14102026-09-12T21:04:36.059Z Compiling log v0.4.33
14112026-09-12T21:04:36.059Z Compiling smallvec v1.15.1
14122026-09-12T21:04:36.059Z Compiling subtle v2.6.1
14132026-09-12T21:04:36.059Z Compiling typenum v1.20.1
14142026-09-12T21:04:36.059Z Compiling zerocopy v0.8.55
14152026-09-12T21:04:36.238Z Compiling scopeguard v1.2.0
14162026-09-12T21:04:36.253Z Compiling shlex v1.3.0
14172026-09-12T21:04:36.256Z Compiling find-msvc-tools v0.1.9
14182026-09-12T21:04:36.256Z Compiling portable-atomic v1.13.1
14192026-09-12T21:04:36.256Z Compiling critical-section v1.2.0
14202026-09-12T21:04:36.256Z Compiling stable_deref_trait v1.2.1
14212026-09-12T21:04:36.320Z Compiling syn v2.0.117
14222026-09-12T21:04:36.334Z Compiling serde_json v1.0.151
14232026-09-12T21:04:36.379Z Compiling lock_api v0.4.14
14242026-09-12T21:04:36.395Z Compiling generic-array v0.14.7
14252026-09-12T21:04:36.400Z Compiling libm v0.2.16
14262026-09-12T21:04:36.400Z Compiling getrandom v0.4.3
14272026-09-12T21:04:36.406Z Compiling num-traits v0.2.19
14282026-09-12T21:04:36.422Z Compiling rand_core v0.10.0
14292026-09-12T21:04:36.574Z Compiling const-oid v0.9.6
14302026-09-12T21:04:36.594Z Compiling allocator-api2 v0.2.21
14312026-09-12T21:04:36.604Z Compiling parking_lot_core v0.9.12
14322026-09-12T21:04:36.639Z Compiling pin-project-lite v0.2.17
14332026-09-12T21:04:36.642Z Compiling percent-encoding v2.3.2
14342026-09-12T21:04:36.669Z Compiling writeable v0.6.2
14352026-09-12T21:04:36.761Z Compiling litemap v0.8.1
14362026-09-12T21:04:36.778Z Compiling icu_properties_data v2.1.2
14372026-09-12T21:04:36.793Z Compiling icu_normalizer_data v2.1.1
14382026-09-12T21:04:36.875Z Compiling rustix v1.1.4
14392026-09-12T21:04:36.907Z Compiling futures-core v0.3.32
14402026-09-12T21:04:36.953Z Compiling getrandom v0.3.4
14412026-09-12T21:04:36.953Z Compiling pkg-config v0.3.32
14422026-09-12T21:04:36.955Z Compiling utf8_iter v1.0.4
14432026-09-12T21:04:36.955Z Compiling foldhash v0.2.0
14442026-09-12T21:04:36.998Z Compiling base64ct v1.8.3
14452026-09-12T21:04:37.072Z Compiling form_urlencoded v1.2.2
14462026-09-12T21:04:37.084Z Compiling flagset v0.4.7
14472026-09-12T21:04:37.097Z Compiling errno v0.3.14
14482026-09-12T21:04:37.130Z Compiling jobserver v0.1.34
14492026-09-12T21:04:37.173Z Compiling getrandom v0.2.17
14502026-09-12T21:04:37.241Z Compiling signal-hook-registry v1.4.8
14512026-09-12T21:04:37.300Z Compiling mio v1.2.0
14522026-09-12T21:04:37.307Z Compiling socket2 v0.6.3
14532026-09-12T21:04:37.336Z Compiling rand_core v0.6.4
14542026-09-12T21:04:37.411Z Compiling cc v1.2.56
14552026-09-12T21:04:37.439Z Compiling once_cell v1.21.3
14562026-09-12T21:04:37.446Z Compiling parking_lot v0.12.5
14572026-09-12T21:04:37.460Z Compiling pem-rfc7468 v0.7.0
14582026-09-12T21:04:37.559Z Compiling hashbrown v0.17.0
14592026-09-12T21:04:37.563Z Compiling futures-sink v0.3.32
14602026-09-12T21:04:37.563Z Compiling rustversion v1.0.22
14612026-09-12T21:04:37.563Z Compiling slab v0.4.12
14622026-09-12T21:04:37.577Z Compiling futures-io v0.3.32
14632026-09-12T21:04:37.650Z Compiling futures-channel v0.3.32
14642026-09-12T21:04:37.654Z Compiling futures-task v0.3.32
14652026-09-12T21:04:37.681Z Compiling iana-time-zone v0.1.65
14662026-09-12T21:04:37.744Z Compiling base64 v0.22.1
14672026-09-12T21:04:37.748Z Compiling ident_case v1.0.1
14682026-09-12T21:04:37.775Z Compiling syn v1.0.109
14692026-09-12T21:04:37.775Z Compiling cmov v0.5.4
14702026-09-12T21:04:37.841Z Compiling spin v0.9.8
14712026-09-12T21:04:37.856Z Compiling ahash v0.8.12
14722026-09-12T21:04:37.890Z Compiling dyn-clone v1.0.20
14732026-09-12T21:04:37.906Z Compiling cpufeatures v0.2.17
14742026-09-12T21:04:37.910Z Compiling schemars v0.8.22
14752026-09-12T21:04:37.936Z Compiling dunce v1.0.5
14762026-09-12T21:04:37.995Z Compiling ctutils v0.4.2
14772026-09-12T21:04:38.010Z Compiling fs_extra v1.3.0
14782026-09-12T21:04:38.044Z Compiling simd-adler32 v0.3.8
14792026-09-12T21:04:38.060Z Compiling tracing-core v0.1.36
14802026-09-12T21:04:38.074Z Compiling regex-syntax v0.8.10
14812026-09-12T21:04:38.093Z Compiling adler2 v2.0.1
14822026-09-12T21:04:38.105Z Compiling tinyvec_macros v0.1.1
14832026-09-12T21:04:38.138Z Compiling vcpkg v0.2.15
14842026-09-12T21:04:38.174Z Compiling cmake v0.1.57
14852026-09-12T21:04:38.190Z Compiling tinyvec v1.11.0
14862026-09-12T21:04:38.229Z Compiling miniz_oxide v0.8.9
14872026-09-12T21:04:38.245Z Compiling num-bigint-dig v0.8.6
14882026-09-12T21:04:38.249Z Compiling aws-lc-rs v1.16.3
14892026-09-12T21:04:38.301Z Compiling num-integer v0.1.46
14902026-09-12T21:04:38.315Z Compiling anyhow v1.0.104
14912026-09-12T21:04:38.384Z Compiling bitflags v2.11.0
14922026-09-12T21:04:38.517Z Compiling semver v1.0.28
14932026-09-12T21:04:38.581Z Compiling indexmap v2.14.0
14942026-09-12T21:04:38.645Z Compiling uuid v1.23.4
14952026-09-12T21:04:38.645Z Compiling object v0.37.3
14962026-09-12T21:04:38.648Z Compiling num-iter v0.1.45
14972026-09-12T21:04:38.671Z Compiling lazy_static v1.5.0
14982026-09-12T21:04:38.717Z Compiling rand_core v0.9.5
14992026-09-12T21:04:38.766Z Compiling rustc_version v0.4.1
15002026-09-12T21:04:38.787Z Compiling ff v0.13.1
15012026-09-12T21:04:38.865Z Compiling base16ct v0.2.0
15022026-09-12T21:04:38.881Z Compiling gimli v0.32.3
15032026-09-12T21:04:38.881Z Compiling crc32fast v1.5.0
15042026-09-12T21:04:38.930Z Compiling group v0.13.0
15052026-09-12T21:04:38.993Z Compiling owo-colors v4.3.0
15062026-09-12T21:04:39.009Z Compiling aws-lc-sys v0.40.0
15072026-09-12T21:04:39.053Z Compiling openssl-sys v0.9.117
15082026-09-12T21:04:39.097Z Compiling rustc-demangle v0.1.27
15092026-09-12T21:04:39.151Z Compiling openssl-probe v0.2.1
15102026-09-12T21:04:39.225Z Compiling synstructure v0.13.2
15112026-09-12T21:04:39.264Z Compiling serde_derive_internals v0.29.1
15122026-09-12T21:04:39.304Z Compiling pest_generator v2.8.6
15132026-09-12T21:04:39.341Z Compiling httparse v1.10.1
15142026-09-12T21:04:39.375Z Compiling untrusted v0.7.1
15152026-09-12T21:04:39.540Z Compiling darling_core v0.23.0
15162026-09-12T21:04:39.578Z Compiling curve25519-dalek v4.1.3
15172026-09-12T21:04:39.593Z Compiling camino v1.2.5
15182026-09-12T21:04:39.663Z Compiling terminal_size v0.4.3
15192026-09-12T21:04:39.666Z Compiling tempfile v3.27.0
15202026-09-12T21:04:39.791Z Compiling clap_builder v4.6.0
15212026-09-12T21:04:39.845Z Compiling proc-macro-error-attr2 v2.0.0
15222026-09-12T21:04:39.875Z Compiling aho-corasick v1.1.4
15232026-09-12T21:04:39.946Z Compiling rustls v0.23.41
15242026-09-12T21:04:39.978Z Compiling atomic-waker v1.1.2
15252026-09-12T21:04:39.997Z Compiling try-lock v0.2.5
15262026-09-12T21:04:40.020Z Compiling radium v0.7.0
15272026-09-12T21:04:40.072Z Compiling is_ci v1.2.0
15282026-09-12T21:04:40.118Z Compiling untrusted v0.9.0
15292026-09-12T21:04:40.118Z Compiling tower-layer v0.3.3
15302026-09-12T21:04:40.156Z Compiling tower-service v0.3.3
15312026-09-12T21:04:40.174Z Compiling textwrap v0.16.2
15322026-09-12T21:04:40.220Z Compiling supports-color v3.0.2
15332026-09-12T21:04:40.265Z Compiling want v0.3.1
15342026-09-12T21:04:40.280Z Compiling proc-macro-error2 v2.0.1
15352026-09-12T21:04:40.385Z Compiling darling_core v0.20.11
15362026-09-12T21:04:40.403Z Compiling slog v2.8.2
15372026-09-12T21:04:40.445Z Compiling const-oid v0.10.2
15382026-09-12T21:04:40.449Z Compiling maybe-uninit v2.0.0
15392026-09-12T21:04:40.610Z Compiling addr2line v0.25.1
15402026-09-12T21:04:40.627Z Compiling keccak v0.1.6
15412026-09-12T21:04:40.631Z Compiling num-conv v0.2.0
15422026-09-12T21:04:40.658Z Compiling time-core v0.1.8
15432026-09-12T21:04:40.675Z Compiling openssl v0.10.80
15442026-09-12T21:04:40.766Z Compiling regex-automata v0.4.14
15452026-09-12T21:04:40.792Z Compiling supports-unicode v3.0.0
15462026-09-12T21:04:40.830Z Compiling tap v1.0.1
15472026-09-12T21:04:40.850Z Compiling supports-hyperlinks v3.2.0
15482026-09-12T21:04:40.918Z Compiling serde_derive v1.0.228
15492026-09-12T21:04:40.953Z Compiling zeroize_derive v1.5.0
15502026-09-12T21:04:40.968Z Compiling zerocopy-derive v0.8.55
15512026-09-12T21:04:40.971Z Compiling zerofrom-derive v0.1.6
15522026-09-12T21:04:40.971Z Compiling yoke-derive v0.8.1
15532026-09-12T21:04:41.016Z Compiling zerovec-derive v0.11.2
15542026-09-12T21:04:41.080Z Compiling displaydoc v0.2.5
15552026-09-12T21:04:41.389Z Compiling thiserror-impl v2.0.18
15562026-09-12T21:04:41.591Z Compiling tokio-macros v2.7.0
15572026-09-12T21:04:41.648Z Compiling der_derive v0.7.3
15582026-09-12T21:04:41.899Z Compiling futures-macro v0.3.32
15592026-09-12T21:04:41.943Z Compiling thiserror-impl v1.0.69
15602026-09-12T21:04:42.103Z Compiling schemars_derive v0.8.22
15612026-09-12T21:04:42.164Z Compiling tracing-attributes v0.1.31
15622026-09-12T21:04:42.275Z Compiling clap_derive v4.6.1
15632026-09-12T21:04:42.282Z Compiling pest_derive v2.8.6
15642026-09-12T21:04:42.425Z Compiling backtrace v0.3.76
15652026-09-12T21:04:42.506Z Compiling zerofrom v0.1.6
15662026-09-12T21:04:42.648Z Compiling yoke v0.8.1
15672026-09-12T21:04:42.668Z Compiling scroll_derive v0.12.1
15682026-09-12T21:04:42.780Z Compiling futures-util v0.3.32
15692026-09-12T21:04:42.795Z Compiling async-trait v0.1.89
15702026-09-12T21:04:42.798Z Compiling hubpack_derive v0.1.1
15712026-09-12T21:04:42.834Z Compiling zerovec v0.11.5
15722026-09-12T21:04:42.858Z Compiling zerotrie v0.2.3
15732026-09-12T21:04:42.883Z Compiling thiserror v2.0.18
15742026-09-12T21:04:43.009Z Compiling backtrace-ext v0.2.1
15752026-09-12T21:04:43.182Z Compiling darling_macro v0.23.0
15762026-09-12T21:04:43.193Z Compiling curve25519-dalek-derive v0.1.1
15772026-09-12T21:04:43.303Z Compiling tinystr v0.8.2
15782026-09-12T21:04:43.320Z Compiling potential_utf v0.1.4
15792026-09-12T21:04:43.378Z Compiling thiserror v1.0.69
15802026-09-12T21:04:43.432Z Compiling scroll v0.12.0
15812026-09-12T21:04:43.466Z Compiling icu_collections v2.1.1
15822026-09-12T21:04:43.508Z Compiling icu_locale_core v2.1.1
15832026-09-12T21:04:43.512Z Compiling zerocopy-derive v0.7.35
15842026-09-12T21:04:43.537Z Compiling scroll_derive v0.13.1
15852026-09-12T21:04:43.577Z Compiling tracing v0.1.44
15862026-09-12T21:04:43.662Z Compiling miette-derive v7.6.0
15872026-09-12T21:04:43.727Z Compiling powerfmt v0.2.0
15882026-09-12T21:04:43.741Z Compiling foreign-types-shared v0.1.1
15892026-09-12T21:04:43.846Z Compiling httpdate v1.0.3
15902026-09-12T21:04:43.877Z Compiling foreign-types v0.3.2
15912026-09-12T21:04:43.911Z Compiling deranged v0.5.8
15922026-09-12T21:04:43.927Z Compiling darling v0.23.0
15932026-09-12T21:04:43.958Z Compiling goblin v0.8.2
15942026-09-12T21:04:43.972Z Compiling darling_macro v0.20.11
15952026-09-12T21:04:44.027Z Compiling wyz v0.5.1
15962026-09-12T21:04:44.037Z Compiling openssl-macros v0.1.1
15972026-09-12T21:04:44.100Z Compiling knus-derive v3.4.0
15982026-09-12T21:04:44.154Z Compiling icu_provider v2.1.1
15992026-09-12T21:04:44.216Z Compiling clap v4.6.1
16002026-09-12T21:04:44.312Z Compiling time-macros v0.2.27
16012026-09-12T21:04:44.443Z Compiling icu_properties v2.1.2
16022026-09-12T21:04:44.447Z Compiling icu_normalizer v2.1.1
16032026-09-12T21:04:44.479Z Compiling scroll v0.13.0
16042026-09-12T21:04:44.495Z Compiling zeroize v1.9.0
16052026-09-12T21:04:44.495Z Compiling bytes v1.11.1
16062026-09-12T21:04:44.525Z Compiling chrono v0.4.45
16072026-09-12T21:04:44.579Z Compiling ipnet v2.12.0
16082026-09-12T21:04:44.762Z Compiling der v0.7.10
16092026-09-12T21:04:44.900Z Compiling hybrid-array v0.4.13
16102026-09-12T21:04:44.940Z Compiling hex v0.4.3
16112026-09-12T21:04:45.001Z Compiling tokio v1.52.1
16122026-09-12T21:04:45.081Z Compiling http v1.4.2
16132026-09-12T21:04:45.128Z Compiling rustls-pki-types v1.14.0
16142026-09-12T21:04:45.142Z Compiling toml_datetime v0.6.11
16152026-09-12T21:04:45.158Z Compiling serde_spanned v0.6.9
16162026-09-12T21:04:45.236Z Compiling serde_tokenstream v0.2.3
16172026-09-12T21:04:45.326Z Compiling crypto-common v0.1.7
16182026-09-12T21:04:45.358Z Compiling block-buffer v0.10.4
16192026-09-12T21:04:45.417Z Compiling idna_adapter v1.2.1
16202026-09-12T21:04:45.444Z Compiling crypto-bigint v0.5.5
16212026-09-12T21:04:45.494Z Compiling digest v0.10.7
16222026-09-12T21:04:45.551Z Compiling idna v1.1.0
16232026-09-12T21:04:45.566Z Compiling ppv-lite86 v0.2.21
16242026-09-12T21:04:45.600Z Compiling half v2.7.1
16252026-09-12T21:04:45.616Z Compiling spki v0.7.3
16262026-09-12T21:04:45.642Z Compiling block-buffer v0.12.1
16272026-09-12T21:04:45.700Z Compiling crypto-common v0.2.2
16282026-09-12T21:04:45.770Z Compiling signature v2.2.0
16292026-09-12T21:04:45.786Z Compiling pkcs8 v0.10.2
16302026-09-12T21:04:45.830Z Compiling hmac v0.12.1
16312026-09-12T21:04:45.845Z Compiling url v2.5.8
16322026-09-12T21:04:45.859Z Compiling rand_chacha v0.3.1
16332026-09-12T21:04:45.911Z Compiling sha2 v0.10.9
16342026-09-12T21:04:45.926Z Compiling x509-cert v0.2.5
16352026-09-12T21:04:45.942Z Compiling http-body v1.0.1
16362026-09-12T21:04:45.972Z Compiling hkdf v0.12.4
16372026-09-12T21:04:45.999Z Compiling sec1 v0.7.3
16382026-09-12T21:04:46.015Z Compiling pkcs1 v0.7.5
16392026-09-12T21:04:46.018Z Compiling rand_chacha v0.9.0
16402026-09-12T21:04:46.062Z Compiling rfc6979 v0.4.0
16412026-09-12T21:04:46.109Z Compiling rand v0.8.6
16422026-09-12T21:04:46.156Z Compiling hashbrown v0.14.5
16432026-09-12T21:04:46.205Z Compiling block-padding v0.4.2
16442026-09-12T21:04:46.225Z Compiling ed25519 v2.2.3
16452026-09-12T21:04:46.289Z Compiling rand v0.9.2
16462026-09-12T21:04:46.428Z Compiling elliptic-curve v0.13.8
16472026-09-12T21:04:46.612Z Compiling inout v0.2.2
16482026-09-12T21:04:46.650Z Compiling chumsky v0.9.3
16492026-09-12T21:04:46.809Z Compiling digest v0.11.3
16502026-09-12T21:04:46.888Z Compiling ecdsa v0.16.9
16512026-09-12T21:04:46.921Z Compiling primeorder v0.13.6
16522026-09-12T21:04:47.057Z Compiling sha3 v0.10.8
16532026-09-12T21:04:47.148Z Compiling miette v7.6.0
16542026-09-12T21:04:47.198Z Compiling zerocopy v0.7.35
16552026-09-12T21:04:47.225Z Compiling erased-serde v0.3.31
16562026-09-12T21:04:47.275Z Compiling hubpack v0.1.2
16572026-09-12T21:04:47.529Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16582026-09-12T21:04:47.532Z Compiling bzip2-sys v0.1.13+1.0.8
16592026-09-12T21:04:47.557Z Compiling unicode-normalization v0.1.25
16602026-09-12T21:04:47.608Z Compiling wait-timeout v0.2.1
16612026-09-12T21:04:47.624Z Compiling socket2 v0.5.10
16622026-09-12T21:04:47.642Z Compiling env_filter v2.0.0
16632026-09-12T21:04:47.738Z Compiling quick-error v1.2.3
16642026-09-12T21:04:47.782Z Compiling funty v2.0.0
16652026-09-12T21:04:47.804Z Compiling crossbeam-utils v0.8.21
16662026-09-12T21:04:47.873Z Compiling rsa v0.9.10
16672026-09-12T21:04:47.887Z Compiling bit-vec v0.8.0
16682026-09-12T21:04:47.902Z Compiling cpufeatures v0.3.0
16692026-09-12T21:04:47.973Z Compiling native-tls v0.2.18
16702026-09-12T21:04:47.976Z Compiling ciborium-io v0.2.2
16712026-09-12T21:04:47.989Z Compiling packed_struct v0.10.1
16722026-09-12T21:04:48.002Z Compiling num_threads v0.1.7
16732026-09-12T21:04:48.064Z Compiling ciborium-ll v0.2.2
16742026-09-12T21:04:48.095Z Compiling bit-set v0.8.0
16752026-09-12T21:04:48.132Z Compiling bitvec v1.0.1
16762026-09-12T21:04:48.147Z Compiling time v0.3.47
16772026-09-12T21:04:48.242Z Compiling knus v3.4.0
16782026-09-12T21:04:48.276Z Compiling rusty-fork v0.3.1
16792026-09-12T21:04:48.305Z Compiling env_logger v0.11.11
16802026-09-12T21:04:48.324Z Compiling ed25519-dalek v2.2.0
16812026-09-12T21:04:48.339Z Compiling dof v0.3.0
16822026-09-12T21:04:48.670Z Compiling p384 v0.13.1
16832026-09-12T21:04:48.687Z Compiling cipher v0.5.2
16842026-09-12T21:04:48.802Z Compiling sha1 v0.10.6
16852026-09-12T21:04:48.868Z Compiling tokio-util v0.7.18
16862026-09-12T21:04:48.941Z Compiling goblin v0.10.5
16872026-09-12T21:04:49.007Z Compiling darling v0.20.11
16882026-09-12T21:04:49.047Z Compiling serde_with_macros v3.21.0
16892026-09-12T21:04:49.081Z Compiling dtrace-parser v0.2.0
16902026-09-12T21:04:49.104Z Compiling packed_struct_codegen v0.10.1
16912026-09-12T21:04:49.148Z Compiling zerocopy-derive v0.6.6
16922026-09-12T21:04:49.235Z Compiling strum_macros v0.26.4
16932026-09-12T21:04:49.610Z Compiling h2 v0.4.15
16942026-09-12T21:04:49.763Z Compiling bitfield-macros v0.19.4
16952026-09-12T21:04:49.838Z Compiling rand_xorshift v0.4.0
16962026-09-12T21:04:49.941Z Compiling thread-id v4.2.2
16972026-09-12T21:04:49.959Z Compiling sync_wrapper v1.0.2
16982026-09-12T21:04:50.011Z Compiling indexmap v1.9.3
16992026-09-12T21:04:50.026Z Compiling unarray v0.1.4
17002026-09-12T21:04:50.041Z Compiling usdt-impl v0.6.0
17012026-09-12T21:04:50.080Z Compiling nodrop v0.1.14
17022026-09-12T21:04:50.151Z Compiling siphasher v1.0.2
17032026-09-12T21:04:50.186Z Compiling paste v1.0.15
17042026-09-12T21:04:50.228Z Compiling salty v0.3.0
17052026-09-12T21:04:50.246Z Compiling unicode-segmentation v1.12.0
17062026-09-12T21:04:50.259Z Compiling crc-catalog v2.4.0
17072026-09-12T21:04:50.360Z Compiling crc v3.4.0
17082026-09-12T21:04:50.395Z Compiling serde_with v3.21.0
17092026-09-12T21:04:50.528Z Compiling bitfield v0.19.4
17102026-09-12T21:04:50.566Z Compiling array-init v0.0.4
17112026-09-12T21:04:50.580Z Compiling proptest v1.11.0
17122026-09-12T21:04:50.639Z Compiling tower v0.5.3
17132026-09-12T21:04:50.653Z Compiling zerocopy v0.6.6
17142026-09-12T21:04:50.841Z Compiling usdt-impl v0.5.0
17152026-09-12T21:04:50.892Z Compiling derive_builder_core v0.20.2
17162026-09-12T21:04:50.924Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
17172026-09-12T21:04:50.960Z Compiling chacha20 v0.10.0
17182026-09-12T21:04:51.065Z Compiling strum v0.26.3
17192026-09-12T21:04:51.086Z Compiling smallvec v0.6.14
17202026-09-12T21:04:51.103Z Compiling ciborium v0.2.2
17212026-09-12T21:04:51.208Z Compiling ipnetwork v0.21.1
17222026-09-12T21:04:51.307Z Compiling http-body-util v0.1.3
17232026-09-12T21:04:51.353Z Compiling dtrace-parser v0.3.0
17242026-09-12T21:04:51.441Z Compiling structmeta-derive v0.3.0
17252026-09-12T21:04:51.566Z Compiling enum-as-inner v0.6.1
17262026-09-12T21:04:51.626Z Compiling heapless v0.7.17
17272026-09-12T21:04:51.640Z Compiling thread-id v5.1.0
17282026-09-12T21:04:51.689Z Compiling dof v0.4.0
17292026-09-12T21:04:51.744Z Compiling syn v3.0.3
17302026-09-12T21:04:51.811Z Compiling cookie v0.18.1
17312026-09-12T21:04:51.891Z Compiling ryu v1.0.23
17322026-09-12T21:04:51.952Z Compiling unicode-properties v0.1.4
17332026-09-12T21:04:52.043Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17342026-09-12T21:04:52.093Z Compiling base64 v0.21.7
17352026-09-12T21:04:52.160Z Compiling signal-hook v0.3.18
17362026-09-12T21:04:52.175Z Compiling iri-string v0.7.10
17372026-09-12T21:04:52.188Z Compiling static_assertions v1.1.0
17382026-09-12T21:04:52.192Z Compiling hashbrown v0.12.3
17392026-09-12T21:04:52.241Z Compiling unicode-bidi v0.3.18
17402026-09-12T21:04:52.298Z Compiling zstd-safe v7.2.4
17412026-09-12T21:04:52.306Z Compiling data-encoding v2.10.0
17422026-09-12T21:04:52.372Z Compiling winnow v0.5.40
17432026-09-12T21:04:52.454Z Compiling ron v0.8.1
17442026-09-12T21:04:52.604Z Compiling structmeta v0.3.0
17452026-09-12T21:04:52.787Z Compiling hyper v1.10.1
17462026-09-12T21:04:52.837Z Compiling stringprep v0.1.5
17472026-09-12T21:04:52.973Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17482026-09-12T21:04:52.999Z Compiling newtype-uuid v1.3.2
17492026-09-12T21:04:53.126Z Compiling serde_urlencoded v0.7.1
17502026-09-12T21:04:53.196Z Compiling derive_builder_macro v0.20.2
17512026-09-12T21:04:53.314Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17522026-09-12T21:04:53.317Z Compiling oxnet v0.1.6
17532026-09-12T21:04:53.373Z Compiling tower-http v0.6.8
17542026-09-12T21:04:53.417Z Compiling serde-hex v0.1.0
17552026-09-12T21:04:53.429Z Compiling rand v0.10.1
17562026-09-12T21:04:53.741Z Compiling toml_edit v0.19.15
17572026-09-12T21:04:53.758Z Compiling bzip2 v0.4.4
17582026-09-12T21:04:53.793Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17592026-09-12T21:04:53.858Z Compiling tokio-native-tls v0.3.1
17602026-09-12T21:04:53.989Z Compiling hyper-util v0.1.20
17612026-09-12T21:04:54.004Z Compiling sha2 v0.11.0
17622026-09-12T21:04:54.049Z Compiling hmac v0.13.0
17632026-09-12T21:04:54.257Z Compiling md-5 v0.11.0
17642026-09-12T21:04:54.272Z Compiling hashbrown v0.13.2
17652026-09-12T21:04:54.276Z Compiling rustls-native-certs v0.8.3
17662026-09-12T21:04:54.386Z Compiling futures-executor v0.3.32
17672026-09-12T21:04:54.440Z Compiling serde-big-array v0.5.1
17682026-09-12T21:04:54.583Z Compiling bstr v1.12.1
17692026-09-12T21:04:54.600Z Compiling pin-project-internal v1.1.11
17702026-09-12T21:04:54.612Z Compiling vergen-lib v9.1.0
17712026-09-12T21:04:54.640Z Compiling hash32 v0.2.1
17722026-09-12T21:04:54.789Z Compiling thread_local v1.1.9
17732026-09-12T21:04:54.804Z Compiling memoffset v0.9.1
17742026-09-12T21:04:54.833Z Compiling encoding_rs v0.8.35
17752026-09-12T21:04:54.847Z Compiling crc-any v2.5.0
17762026-09-12T21:04:55.032Z Compiling libbz2-rs-sys v0.2.2
17772026-09-12T21:04:55.086Z Compiling mime v0.3.17
17782026-09-12T21:04:55.090Z Compiling smoltcp v0.9.1
17792026-09-12T21:04:55.159Z Compiling psl-types v2.0.11
17802026-09-12T21:04:55.186Z Compiling zlib-rs v0.6.2
17812026-09-12T21:04:55.253Z Compiling rustix v0.38.44
17822026-09-12T21:04:55.274Z Compiling daft-derive v0.1.8
17832026-09-12T21:04:55.298Z Compiling slog-async v2.8.0
17842026-09-12T21:04:55.365Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17852026-09-12T21:04:55.481Z Compiling linked-hash-map v0.5.6
17862026-09-12T21:04:55.592Z Compiling ref-cast v1.0.25
17872026-09-12T21:04:55.615Z Compiling fallible-iterator v0.2.0
17882026-09-12T21:04:55.643Z Compiling litrs v1.0.0
17892026-09-12T21:04:55.689Z Compiling bumpalo v3.20.2
17902026-09-12T21:04:55.748Z Compiling cfg_aliases v0.2.1
17912026-09-12T21:04:55.771Z Compiling pin-project v1.1.11
17922026-09-12T21:04:55.792Z Compiling toml_edit v0.22.27
17932026-09-12T21:04:55.830Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17942026-09-12T21:04:55.845Z Compiling nix v0.31.2
17952026-09-12T21:04:55.885Z Compiling lru-cache v0.1.2
17962026-09-12T21:04:55.905Z Compiling zopfli v0.8.3
17972026-09-12T21:04:55.942Z Compiling postgres-protocol v0.6.12
17982026-09-12T21:04:56.029Z Compiling bzip2 v0.6.1
17992026-09-12T21:04:56.058Z Compiling hyper-tls v0.6.0
18002026-09-12T21:04:56.062Z Compiling daft v0.1.8
18012026-09-12T21:04:56.088Z Compiling publicsuffix v2.3.0
18022026-09-12T21:04:56.175Z Compiling document-features v0.2.12
18032026-09-12T21:04:56.283Z Compiling toml v0.7.8
18042026-09-12T21:04:56.370Z Compiling object v0.30.4
18052026-09-12T21:04:56.384Z Compiling futures v0.3.32
18062026-09-12T21:04:56.429Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18072026-09-12T21:04:56.443Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18082026-09-12T21:04:56.487Z Compiling zip v0.6.6
18092026-09-12T21:04:56.503Z Compiling derive_builder v0.20.2
18102026-09-12T21:04:56.587Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18112026-09-12T21:04:56.773Z Compiling derive-ex v0.1.8
18122026-09-12T21:04:56.860Z Compiling hickory-proto v0.24.4
18132026-09-12T21:04:56.918Z Compiling crossbeam-channel v0.5.15
18142026-09-12T21:04:56.942Z Compiling usdt-attr-macro v0.5.0
18152026-09-12T21:04:56.995Z Compiling usdt-macro v0.5.0
18162026-09-12T21:04:57.036Z Compiling convert_case v0.10.0
18172026-09-12T21:04:57.102Z Compiling phf_shared v0.13.1
18182026-09-12T21:04:57.135Z Compiling regex v1.12.3
18192026-09-12T21:04:57.205Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18202026-09-12T21:04:57.357Z Compiling strum_macros v0.27.2
18212026-09-12T21:04:57.372Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222026-09-12T21:04:57.398Z Compiling snafu-derive v0.8.9
18232026-09-12T21:04:57.538Z Compiling ref-cast-impl v1.0.25
18242026-09-12T21:04:57.597Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
18252026-09-12T21:04:57.798Z Compiling vergen v9.1.0
18262026-09-12T21:04:57.812Z Compiling cargo-platform v0.3.2
18272026-09-12T21:04:57.826Z Compiling is-terminal v0.4.17
18282026-09-12T21:04:57.845Z Compiling memmap v0.7.0
18292026-09-12T21:04:57.936Z Compiling fs-err v3.3.0
18302026-09-12T21:04:58.023Z Compiling bitflags v1.3.2
18312026-09-12T21:04:58.041Z Compiling take_mut v0.2.2
18322026-09-12T21:04:58.055Z Compiling same-file v1.0.6
18332026-09-12T21:04:58.106Z Compiling path-slash v0.1.5
18342026-09-12T21:04:58.122Z Compiling flate2 v1.1.9
18352026-09-12T21:04:58.135Z Compiling corncobs v0.1.4
18362026-09-12T21:04:58.169Z Compiling managed v0.8.0
18372026-09-12T21:04:58.182Z Compiling foldhash v0.1.5
18382026-09-12T21:04:58.232Z Compiling either v1.15.0
18392026-09-12T21:04:58.260Z Compiling resolv-conf v0.7.6
18402026-09-12T21:04:58.323Z Compiling jiff-core v0.1.0
18412026-09-12T21:04:58.375Z Compiling term v1.2.1
18422026-09-12T21:04:58.465Z Compiling hashbrown v0.15.5
18432026-09-12T21:04:58.507Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18442026-09-12T21:04:58.522Z Compiling test-strategy v0.4.5
18452026-09-12T21:04:58.618Z Compiling walkdir v2.5.0
18462026-09-12T21:04:58.669Z Compiling slog-term v2.9.2
18472026-09-12T21:04:58.774Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18482026-09-12T21:04:58.972Z Compiling cargo_metadata v0.23.1
18492026-09-12T21:04:58.986Z Compiling usdt v0.5.0
18502026-09-12T21:04:59.083Z Compiling hickory-resolver v0.24.4
18512026-09-12T21:04:59.221Z Compiling jiff v0.2.34
18522026-09-12T21:04:59.266Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18532026-09-12T21:04:59.286Z Compiling derive_more-impl v2.1.1
18542026-09-12T21:04:59.373Z Compiling phf v0.13.1
18552026-09-12T21:04:59.401Z Compiling snafu v0.8.9
18562026-09-12T21:04:59.417Z Compiling toml v0.8.23
18572026-09-12T21:04:59.433Z Compiling signal-hook-mio v0.2.5
18582026-09-12T21:04:59.454Z Compiling strum v0.27.2
18592026-09-12T21:04:59.548Z Compiling cookie_store v0.22.1
18602026-09-12T21:04:59.704Z Compiling zstd v0.13.3
18612026-09-12T21:04:59.778Z Compiling postgres-types v0.2.14
18622026-09-12T21:04:59.970Z Compiling reqwest v0.12.28
18632026-09-12T21:05:00.049Z Compiling globset v0.4.18
18642026-09-12T21:05:00.122Z Compiling usdt-attr-macro v0.6.0
18652026-09-12T21:05:00.201Z Compiling usdt-macro v0.6.0
18662026-09-12T21:05:00.225Z Compiling phf_shared v0.11.3
18672026-09-12T21:05:00.229Z Compiling tokio-stream v0.1.18
18682026-09-12T21:05:00.342Z Compiling olpc-cjson v0.1.4
18692026-09-12T21:05:00.375Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18702026-09-12T21:05:00.433Z Compiling byte-wrapper v0.1.0
18712026-09-12T21:05:00.481Z Compiling inout v0.1.4
18722026-09-12T21:05:00.525Z Compiling secrecy v0.8.0
18732026-09-12T21:05:00.671Z Compiling serde_plain v1.0.2
18742026-09-12T21:05:00.686Z Compiling serde_repr v0.1.20
18752026-09-12T21:05:00.703Z Compiling derive-where v1.6.0
18762026-09-12T21:05:00.722Z Compiling async-recursion v1.1.1
18772026-09-12T21:05:00.769Z Compiling float-cmp v0.10.0
18782026-09-12T21:05:00.784Z Compiling pem v3.0.6
18792026-09-12T21:05:00.801Z Compiling hashbrown v0.16.1
18802026-09-12T21:05:00.886Z Compiling memmap2 v0.9.10
18812026-09-12T21:05:00.937Z Compiling new_debug_unreachable v1.0.6
18822026-09-12T21:05:00.994Z Compiling typed-path v0.9.3
18832026-09-12T21:05:01.022Z Compiling typed-path v0.12.3
18842026-09-12T21:05:01.037Z Compiling whoami v2.1.0
18852026-09-12T21:05:01.124Z Compiling fixedbitset v0.4.2
18862026-09-12T21:05:01.139Z Compiling debug-ignore v1.0.5
18872026-09-12T21:05:01.182Z Compiling fixedbitset v0.5.7
18882026-09-12T21:05:01.257Z Compiling difflib v0.4.0
18892026-09-12T21:05:01.277Z Compiling precomputed-hash v0.1.1
18902026-09-12T21:05:01.310Z Compiling predicates-core v1.0.10
18912026-09-12T21:05:01.355Z Compiling normalize-line-endings v0.3.0
18922026-09-12T21:05:01.380Z Compiling winnow v1.0.3
18932026-09-12T21:05:01.429Z Compiling petgraph v0.8.3
18942026-09-12T21:05:01.435Z Compiling zip v4.6.1
18952026-09-12T21:05:01.455Z Compiling string_cache v0.8.9
18962026-09-12T21:05:01.469Z Compiling iddqd v0.4.2
18972026-09-12T21:05:01.504Z Compiling predicates v3.1.4
18982026-09-12T21:05:01.519Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18992026-09-12T21:05:01.703Z Compiling petgraph v0.6.5
19002026-09-12T21:05:01.800Z Compiling tokio-postgres v0.7.18
19012026-09-12T21:05:01.879Z Compiling zip v8.6.0
19022026-09-12T21:05:02.090Z Compiling qorb v0.4.1
19032026-09-12T21:05:02.201Z Compiling usdt v0.6.0
19042026-09-12T21:05:02.228Z Compiling crossterm v0.28.1
19052026-09-12T21:05:02.261Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
19062026-09-12T21:05:02.466Z Compiling toml_parser v1.1.2+spec-1.1.0
19072026-09-12T21:05:02.489Z Compiling cipher v0.4.4
19082026-09-12T21:05:02.545Z Compiling derive_more v2.1.1
19092026-09-12T21:05:02.890Z Compiling itertools v0.15.0
19102026-09-12T21:05:02.993Z Compiling itertools v0.13.0
19112026-09-12T21:05:03.116Z Compiling similar v2.7.0
19122026-09-12T21:05:03.201Z Compiling hickory-proto v0.25.2
19132026-09-12T21:05:03.255Z Compiling crossbeam-epoch v0.9.18
19142026-09-12T21:05:03.286Z Compiling heck v0.4.1
19152026-09-12T21:05:03.489Z Compiling buf-list v1.1.2
19162026-09-12T21:05:03.529Z Compiling openapiv3 v2.2.0
19172026-09-12T21:05:03.566Z Compiling peg-runtime v0.8.5
19182026-09-12T21:05:03.600Z Compiling lalrpop-util v0.19.12
19192026-09-12T21:05:03.802Z Compiling filetime v0.2.27
19202026-09-12T21:05:03.819Z Compiling xattr v1.6.1
19212026-09-12T21:05:03.835Z Compiling camino-tempfile v1.4.1
19222026-09-12T21:05:04.007Z Compiling tar v0.4.46
19232026-09-12T21:05:21.420Z Compiling rustls-webpki v0.103.13
19242026-09-12T21:05:24.128Z Compiling tokio-rustls v0.26.4
19252026-09-12T21:05:24.128Z Compiling rustls-platform-verifier v0.6.2
19262026-09-12T21:05:24.128Z Compiling tough v0.22.0
19272026-09-12T21:05:24.325Z Compiling hyper-rustls v0.27.7
19282026-09-12T21:05:24.527Z Compiling reqwest v0.13.2
19292026-09-12T21:05:26.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19302026-09-12T21:05:26.969Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19312026-09-12T21:05:29.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.60s
19322026-09-12T21:05:29.884Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19332026-09-12T21:05:29.884Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19342026-09-12T21:05:30.022Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19352026-09-12T21:05:30.079ZSep 12 21:05:29.002 INFO Starting download, target: Console
19362026-09-12T21:05:30.079ZSep 12 21:05:29.003 INFO Starting download, target: Clickhouse
19372026-09-12T21:05:30.079ZSep 12 21:05:29.003 INFO Starting download, target: Cockroach
19382026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Starting download, target: DendriteStub
19392026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Starting download, target: MaghemiteMgd
19402026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Starting download, target: MaghemiteDdmd
19412026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Starting download, target: TransceiverControl
19422026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19432026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19442026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19452026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19462026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19472026-09-12T21:05:30.082ZSep 12 21:05:29.003 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19482026-09-12T21:05:30.083ZSep 12 21:05:29.003 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19492026-09-12T21:05:30.885ZSep 12 21:05:29.790 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19502026-09-12T21:05:31.071ZSep 12 21:05:29.965 INFO Download complete, target: TransceiverControl
19512026-09-12T21:05:32.075ZSep 12 21:05:30.997 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19522026-09-12T21:05:32.284ZSep 12 21:05:31.202 INFO Download complete, target: Console
19532026-09-12T21:05:32.948ZSep 12 21:05:31.872 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19542026-09-12T21:05:33.117ZSep 12 21:05:32.041 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19552026-09-12T21:05:33.245ZSep 12 21:05:32.136 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19562026-09-12T21:05:33.643ZSep 12 21:05:32.565 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19572026-09-12T21:05:34.219ZSep 12 21:05:33.143 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19582026-09-12T21:05:34.220ZSep 12 21:05:33.144 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19592026-09-12T21:05:34.803ZSep 12 21:05:33.728 INFO Download complete, target: MaghemiteDdmd
19602026-09-12T21:05:35.017ZSep 12 21:05:33.941 INFO Download complete, target: DendriteStub
19612026-09-12T21:05:35.788ZSep 12 21:05:34.713 INFO Download complete, target: MaghemiteMgd
19622026-09-12T21:05:38.098ZSep 12 21:05:37.023 INFO Checking that binary works, target: Cockroach
19632026-09-12T21:05:38.219ZSep 12 21:05:37.144 INFO Download complete, target: Cockroach
19642026-09-12T21:05:38.739ZSep 12 21:05:37.663 INFO Checking that binary works, target: Clickhouse
19652026-09-12T21:05:38.820ZSep 12 21:05:37.746 INFO Download complete, target: Clickhouse
19662026-09-12T21:05:38.826ZAll prerequisites installed successfully
19672026-09-12T21:05:38.830Z
19682026-09-12T21:05:38.830Zreal 1:32.522603658
19692026-09-12T21:05:38.830Zuser 7:48.816571202
19702026-09-12T21:05:38.830Zsys 1:54.073835725
19712026-09-12T21:05:38.830Ztrap 0.270893501
19722026-09-12T21:05:38.830Ztflt 0.689147231
19732026-09-12T21:05:38.830Zdflt 1.589483442
19742026-09-12T21:05:38.830Zkflt 0.023806252
19752026-09-12T21:05:38.830Zlock 28:40.091003934
19762026-09-12T21:05:38.830Zslp 21:21.971023786
19772026-09-12T21:05:38.830Zlat 30.905934229
19782026-09-12T21:05:38.830Zstop 3:19.839979430
19792026-09-12T21:05:38.830Z+ source ./tools/include/force-git-over-https.sh
19802026-09-12T21:05:38.830Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19812026-09-12T21:05:38.830Z++ (( i = 0 ))
19822026-09-12T21:05:38.830Z++ (( i < 5 ))
19832026-09-12T21:05:38.830Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19842026-09-12T21:05:38.834Z++ (( i++ ))
19852026-09-12T21:05:38.834Z++ (( i < 5 ))
19862026-09-12T21:05:38.834Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19872026-09-12T21:05:38.837Z++ (( i++ ))
19882026-09-12T21:05:38.837Z++ (( i < 5 ))
19892026-09-12T21:05:38.837Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19902026-09-12T21:05:38.837Z++ (( i++ ))
19912026-09-12T21:05:38.837Z++ (( i < 5 ))
19922026-09-12T21:05:38.837Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19932026-09-12T21:05:38.840Z++ (( i++ ))
19942026-09-12T21:05:38.840Z++ (( i < 5 ))
19952026-09-12T21:05:38.840Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19962026-09-12T21:05:38.843Z++ (( i++ ))
19972026-09-12T21:05:38.843Z++ (( i < 5 ))
19982026-09-12T21:05:38.843Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19992026-09-12T21:05:38.843Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
20002026-09-12T21:05:38.844Z+ rc=0
20012026-09-12T21:05:38.844Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
20022026-09-12T21:05:48.394Z+ case $rc in
20032026-09-12T21:05:48.394Z+ pfexec zfs create -p rpool/images/build/host
20042026-09-12T21:05:48.577Z+ pfexec zfs create -p rpool/images/build/recovery
20052026-09-12T21:05:48.642Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
20062026-09-12T21:05:49.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20072026-09-12T21:05:49.128Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
20082026-09-12T21:05:50.013Z Compiling proc-macro2 v1.0.106
20092026-09-12T21:05:50.013Z Compiling quote v1.0.45
20102026-09-12T21:05:50.021Z Compiling unicode-ident v1.0.24
20112026-09-12T21:05:50.022Z Compiling serde_core v1.0.228
20122026-09-12T21:05:50.022Z Compiling libc v0.2.185
20132026-09-12T21:05:50.022Z Compiling serde v1.0.228
20142026-09-12T21:05:50.022Z Compiling cfg-if v1.0.4
20152026-09-12T21:05:50.022Z Compiling version_check v0.9.5
20162026-09-12T21:05:50.022Z Compiling autocfg v1.5.0
20172026-09-12T21:05:50.022Z Compiling zerocopy v0.8.55
20182026-09-12T21:05:50.022Z Compiling memchr v2.8.0
20192026-09-12T21:05:50.022Z Compiling shlex v1.3.0
20202026-09-12T21:05:50.154Z Compiling portable-atomic v1.13.1
20212026-09-12T21:05:50.157Z Compiling find-msvc-tools v0.1.9
20222026-09-12T21:05:50.250Z Compiling zmij v1.0.21
20232026-09-12T21:05:50.270Z Compiling serde_json v1.0.151
20242026-09-12T21:05:50.274Z Compiling getrandom v0.4.3
20252026-09-12T21:05:50.483Z Compiling libm v0.2.16
20262026-09-12T21:05:50.630Z Compiling icu_normalizer_data v2.1.1
20272026-09-12T21:05:50.666Z Compiling icu_properties_data v2.1.2
20282026-09-12T21:05:50.699Z Compiling parking_lot_core v0.9.12
20292026-09-12T21:05:50.722Z Compiling rustix v1.1.4
20302026-09-12T21:05:50.727Z Compiling smallvec v1.15.1
20312026-09-12T21:05:50.783Z Compiling generic-array v0.14.7
20322026-09-12T21:05:50.798Z Compiling num-traits v0.2.19
20332026-09-12T21:05:50.818Z Compiling log v0.4.33
20342026-09-12T21:05:50.925Z Compiling heck v0.5.0
20352026-09-12T21:05:50.959Z Compiling subtle v2.6.1
20362026-09-12T21:05:51.042Z Compiling itoa v1.0.17
20372026-09-12T21:05:51.069Z Compiling pkg-config v0.3.32
20382026-09-12T21:05:51.080Z Compiling thiserror v2.0.18
20392026-09-12T21:05:51.116Z Compiling getrandom v0.3.4
20402026-09-12T21:05:51.132Z Compiling typenum v1.20.1
20412026-09-12T21:05:51.210Z Compiling jobserver v0.1.34
20422026-09-12T21:05:51.235Z Compiling errno v0.3.14
20432026-09-12T21:05:51.242Z Compiling stable_deref_trait v1.2.1
20442026-09-12T21:05:51.277Z Compiling scopeguard v1.2.0
20452026-09-12T21:05:51.353Z Compiling getrandom v0.2.17
20462026-09-12T21:05:51.387Z Compiling lock_api v0.4.14
20472026-09-12T21:05:51.442Z Compiling cc v1.2.56
20482026-09-12T21:05:51.479Z Compiling rand_core v0.10.0
20492026-09-12T21:05:51.551Z Compiling syn v2.0.117
20502026-09-12T21:05:51.555Z Compiling critical-section v1.2.0
20512026-09-12T21:05:51.555Z Compiling rand_core v0.6.4
20522026-09-12T21:05:51.744Z Compiling thiserror v1.0.69
20532026-09-12T21:05:51.790Z Compiling rustversion v1.0.22
20542026-09-12T21:05:51.877Z Compiling once_cell v1.21.3
20552026-09-12T21:05:51.910Z Compiling allocator-api2 v0.2.21
20562026-09-12T21:05:51.916Z Compiling percent-encoding v2.3.2
20572026-09-12T21:05:51.916Z Compiling const-oid v0.9.6
20582026-09-12T21:05:51.987Z Compiling litemap v0.8.1
20592026-09-12T21:05:51.987Z Compiling writeable v0.6.2
20602026-09-12T21:05:52.224Z Compiling strsim v0.11.1
20612026-09-12T21:05:52.232Z Compiling schemars v0.8.22
20622026-09-12T21:05:52.291Z Compiling syn v1.0.109
20632026-09-12T21:05:52.338Z Compiling cmake v0.1.57
20642026-09-12T21:05:52.383Z Compiling bitflags v2.11.0
20652026-09-12T21:05:52.414Z Compiling semver v1.0.28
20662026-09-12T21:05:52.510Z Compiling pin-project-lite v0.2.17
20672026-09-12T21:05:52.528Z Compiling fs_extra v1.3.0
20682026-09-12T21:05:52.544Z Compiling dunce v1.0.5
20692026-09-12T21:05:52.742Z Compiling utf8_iter v1.0.4
20702026-09-12T21:05:52.756Z Compiling form_urlencoded v1.2.2
20712026-09-12T21:05:52.769Z Compiling signal-hook-registry v1.4.8
20722026-09-12T21:05:52.854Z Compiling aws-lc-sys v0.40.0
20732026-09-12T21:05:53.131Z Compiling parking_lot v0.12.5
20742026-09-12T21:05:53.140Z Compiling mio v1.2.0
20752026-09-12T21:05:53.234Z Compiling byteorder v1.5.0
20762026-09-12T21:05:53.269Z Compiling equivalent v1.0.2
20772026-09-12T21:05:53.482Z Compiling ahash v0.8.12
20782026-09-12T21:05:53.514Z Compiling futures-core v0.3.32
20792026-09-12T21:05:53.529Z Compiling foldhash v0.2.0
20802026-09-12T21:05:53.546Z Compiling base64ct v1.8.3
20812026-09-12T21:05:53.720Z Compiling socket2 v0.6.3
20822026-09-12T21:05:53.732Z Compiling flagset v0.4.7
20832026-09-12T21:05:53.750Z Compiling aws-lc-rs v1.16.3
20842026-09-12T21:05:53.790Z Compiling rustc_version v0.4.1
20852026-09-12T21:05:53.824Z Compiling pem-rfc7468 v0.7.0
20862026-09-12T21:05:53.894Z Compiling crc32fast v1.5.0
20872026-09-12T21:05:53.916Z Compiling hashbrown v0.17.0
20882026-09-12T21:05:54.018Z Compiling num-bigint-dig v0.8.6
20892026-09-12T21:05:54.082Z Compiling ident_case v1.0.1
20902026-09-12T21:05:54.126Z Compiling futures-sink v0.3.32
20912026-09-12T21:05:54.211Z Compiling iana-time-zone v0.1.65
20922026-09-12T21:05:54.253Z Compiling futures-channel v0.3.32
20932026-09-12T21:05:54.278Z Compiling ucd-trie v0.1.7
20942026-09-12T21:05:54.278Z Compiling fnv v1.0.7
20952026-09-12T21:05:54.316Z Compiling vcpkg v0.2.15
20962026-09-12T21:05:54.358Z Compiling synstructure v0.13.2
20972026-09-12T21:05:54.392Z Compiling serde_derive_internals v0.29.1
20982026-09-12T21:05:54.415Z Compiling slab v0.4.12
20992026-09-12T21:05:54.439Z Compiling futures-io v0.3.32
21002026-09-12T21:05:54.471Z Compiling futures-task v0.3.32
21012026-09-12T21:05:54.508Z Compiling pest v2.8.6
21022026-09-12T21:05:54.555Z Compiling base64 v0.22.1
21032026-09-12T21:05:54.574Z Compiling indexmap v2.14.0
21042026-09-12T21:05:54.635Z Compiling uuid v1.23.4
21052026-09-12T21:05:54.666Z Compiling anyhow v1.0.104
21062026-09-12T21:05:54.700Z Compiling httparse v1.10.1
21072026-09-12T21:05:54.871Z Compiling radium v0.7.0
21082026-09-12T21:05:54.876Z Compiling camino v1.2.5
21092026-09-12T21:05:54.915Z Compiling rustls v0.23.41
21102026-09-12T21:05:54.986Z Compiling openssl-sys v0.9.117
21112026-09-12T21:05:55.019Z Compiling terminal_size v0.4.3
21122026-09-12T21:05:55.136Z Compiling anstyle v1.0.14
21132026-09-12T21:05:55.158Z Compiling object v0.37.3
21142026-09-12T21:05:55.176Z Compiling utf8parse v0.2.2
21152026-09-12T21:05:55.176Z Compiling dyn-clone v1.0.20
21162026-09-12T21:05:55.227Z Compiling anstyle-query v1.1.5
21172026-09-12T21:05:55.285Z Compiling colorchoice v1.0.4
21182026-09-12T21:05:55.330Z Compiling anstyle-parse v1.0.0
21192026-09-12T21:05:55.434Z Compiling is_terminal_polyfill v1.70.2
21202026-09-12T21:05:55.532Z Compiling maybe-uninit v2.0.0
21212026-09-12T21:05:55.532Z Compiling slog v2.8.2
21222026-09-12T21:05:55.558Z Compiling spin v0.9.8
21232026-09-12T21:05:55.558Z Compiling anstream v1.0.0
21242026-09-12T21:05:55.558Z Compiling fastrand v2.3.0
21252026-09-12T21:05:55.559Z Compiling cpufeatures v0.2.17
21262026-09-12T21:05:55.559Z Compiling simd-adler32 v0.3.8
21272026-09-12T21:05:55.576Z Compiling pest_meta v2.8.6
21282026-09-12T21:05:55.627Z Compiling bzip2-sys v0.1.13+1.0.8
21292026-09-12T21:05:55.637Z Compiling serde_derive v1.0.228
21302026-09-12T21:05:55.664Z Compiling zeroize_derive v1.5.0
21312026-09-12T21:05:55.679Z Compiling zerocopy-derive v0.8.55
21322026-09-12T21:05:55.684Z Compiling zerofrom-derive v0.1.6
21332026-09-12T21:05:55.716Z Compiling yoke-derive v0.8.1
21342026-09-12T21:05:55.736Z Compiling zerovec-derive v0.11.2
21352026-09-12T21:05:55.755Z Compiling displaydoc v0.2.5
21362026-09-12T21:05:55.798Z Compiling tokio-macros v2.7.0
21372026-09-12T21:05:55.821Z Compiling thiserror-impl v2.0.18
21382026-09-12T21:05:55.843Z Compiling der_derive v0.7.3
21392026-09-12T21:05:55.869Z Compiling futures-macro v0.3.32
21402026-09-12T21:05:55.929Z Compiling thiserror-impl v1.0.69
21412026-09-12T21:05:55.983Z Compiling schemars_derive v0.8.22
21422026-09-12T21:05:56.024Z Compiling tracing-attributes v0.1.31
21432026-09-12T21:05:56.191Z Compiling clap_derive v4.6.1
21442026-09-12T21:05:56.314Z Compiling async-trait v0.1.89
21452026-09-12T21:05:56.539Z Compiling pest_generator v2.8.6
21462026-09-12T21:05:56.571Z Compiling tempfile v3.27.0
21472026-09-12T21:05:56.739Z Compiling packed_struct v0.10.1
21482026-09-12T21:05:56.770Z Compiling futures-util v0.3.32
21492026-09-12T21:05:56.881Z Compiling cmov v0.5.4
21502026-09-12T21:05:56.925Z Compiling zerofrom v0.1.6
21512026-09-12T21:05:57.097Z Compiling yoke v0.8.1
21522026-09-12T21:05:57.111Z Compiling clap_lex v1.0.0
21532026-09-12T21:05:57.231Z Compiling pest_derive v2.8.6
21542026-09-12T21:05:57.292Z Compiling zerovec v0.11.5
21552026-09-12T21:05:57.313Z Compiling zerotrie v0.2.3
21562026-09-12T21:05:57.398Z Compiling regex-syntax v0.8.10
21572026-09-12T21:05:57.412Z Compiling crossbeam-utils v0.8.21
21582026-09-12T21:05:57.460Z Compiling plain v0.2.3
21592026-09-12T21:05:57.501Z Compiling adler2 v2.0.1
21602026-09-12T21:05:57.676Z Compiling ctutils v0.4.2
21612026-09-12T21:05:57.695Z Compiling clap_builder v4.6.0
21622026-09-12T21:05:57.711Z Compiling miniz_oxide v0.8.9
21632026-09-12T21:05:57.772Z Compiling strum_macros v0.26.4
21642026-09-12T21:05:57.778Z Compiling darling_core v0.23.0
21652026-09-12T21:05:57.872Z Compiling tinystr v0.8.2
21662026-09-12T21:05:57.902Z Compiling potential_utf v0.1.4
21672026-09-12T21:05:58.172Z Compiling icu_collections v2.1.1
21682026-09-12T21:05:58.183Z Compiling icu_locale_core v2.1.1
21692026-09-12T21:05:58.271Z Compiling owo-colors v4.3.0
21702026-09-12T21:05:58.653Z Compiling openssl v0.10.80
21712026-09-12T21:05:58.778Z Compiling packed_struct_codegen v0.10.1
21722026-09-12T21:05:58.973Z Compiling zeroize v1.9.0
21732026-09-12T21:05:58.992Z Compiling bytes v1.11.1
21742026-09-12T21:05:59.040Z Compiling icu_provider v2.1.1
21752026-09-12T21:05:59.412Z Compiling icu_normalizer v2.1.1
21762026-09-12T21:05:59.425Z Compiling icu_properties v2.1.2
21772026-09-12T21:05:59.573Z Compiling der v0.7.10
21782026-09-12T21:05:59.587Z Compiling tokio v1.52.1
21792026-09-12T21:05:59.739Z Compiling crypto-common v0.1.7
21802026-09-12T21:05:59.819Z Compiling block-buffer v0.10.4
21812026-09-12T21:05:59.924Z Compiling chrono v0.4.45
21822026-09-12T21:06:00.009Z Compiling digest v0.10.7
21832026-09-12T21:06:00.117Z Compiling hex v0.4.3
21842026-09-12T21:06:00.177Z Compiling ipnet v2.12.0
21852026-09-12T21:06:00.190Z Compiling ppv-lite86 v0.2.21
21862026-09-12T21:06:00.390Z Compiling idna_adapter v1.2.1
21872026-09-12T21:06:00.483Z Compiling spki v0.7.3
21882026-09-12T21:06:00.556Z Compiling idna v1.1.0
21892026-09-12T21:06:00.590Z Compiling rand_chacha v0.3.1
21902026-09-12T21:06:00.630Z Compiling signature v2.2.0
21912026-09-12T21:06:00.675Z Compiling pkcs8 v0.10.2
21922026-09-12T21:06:00.741Z Compiling sha2 v0.10.9
21932026-09-12T21:06:00.809Z Compiling hmac v0.12.1
21942026-09-12T21:06:00.944Z Compiling url v2.5.8
21952026-09-12T21:06:00.982Z Compiling rand v0.8.6
21962026-09-12T21:06:00.992Z Compiling darling_macro v0.23.0
21972026-09-12T21:06:00.992Z Compiling hybrid-array v0.4.13
21982026-09-12T21:06:01.029Z Compiling clap v4.6.1
21992026-09-12T21:06:01.128Z Compiling hubpack_derive v0.1.1
22002026-09-12T21:06:01.163Z Compiling scroll_derive v0.12.1
22012026-09-12T21:06:01.513Z Compiling bitfield-macros v0.19.4
22022026-09-12T21:06:01.530Z Compiling zerocopy-derive v0.6.6
22032026-09-12T21:06:01.646Z Compiling curve25519-dalek v4.1.3
22042026-09-12T21:06:01.700Z Compiling num-integer v0.1.46
22052026-09-12T21:06:01.770Z Compiling indexmap v1.9.3
22062026-09-12T21:06:01.867Z Compiling pretty-hex v0.4.1
22072026-09-12T21:06:01.887Z Compiling tinyvec_macros v0.1.1
22082026-09-12T21:06:01.908Z Compiling num-conv v0.2.0
22092026-09-12T21:06:01.947Z Compiling time-core v0.1.8
22102026-09-12T21:06:01.947Z Compiling num-iter v0.1.45
22112026-09-12T21:06:01.987Z Compiling tinyvec v1.11.0
22122026-09-12T21:06:02.025Z Compiling darling v0.23.0
22132026-09-12T21:06:02.030Z Compiling lazy_static v1.5.0
22142026-09-12T21:06:02.059Z Compiling openssl-macros v0.1.1
22152026-09-12T21:06:02.097Z Compiling rand_core v0.9.5
22162026-09-12T21:06:02.134Z Compiling zstd-sys v2.0.16+zstd.1.5.7
22172026-09-12T21:06:02.136Z Compiling time-macros v0.2.27
22182026-09-12T21:06:02.167Z Compiling tracing-core v0.1.36
22192026-09-12T21:06:02.215Z Compiling ff v0.13.1
22202026-09-12T21:06:02.339Z Compiling native-tls v0.2.18
22212026-09-12T21:06:02.372Z Compiling base16ct v0.2.0
22222026-09-12T21:06:02.390Z Compiling paste v1.0.15
22232026-09-12T21:06:02.483Z Compiling gimli v0.32.3
22242026-09-12T21:06:02.498Z Compiling group v0.13.0
22252026-09-12T21:06:02.547Z Compiling tracing v0.1.44
22262026-09-12T21:06:02.548Z Compiling sec1 v0.7.3
22272026-09-12T21:06:02.829Z Compiling serde_with_macros v3.21.0
22282026-09-12T21:06:02.849Z Compiling hkdf v0.12.4
22292026-09-12T21:06:02.919Z Compiling pkcs1 v0.7.5
22302026-09-12T21:06:02.954Z Compiling x509-cert v0.2.5
22312026-09-12T21:06:03.018Z Compiling crypto-bigint v0.5.5
22322026-09-12T21:06:03.145Z Compiling rustls-pki-types v1.14.0
22332026-09-12T21:06:03.172Z Compiling curve25519-dalek-derive v0.1.1
22342026-09-12T21:06:03.303Z Compiling zerocopy-derive v0.7.35
22352026-09-12T21:06:03.808Z Compiling scroll_derive v0.13.1
22362026-09-12T21:06:03.863Z Compiling syn v3.0.3
22372026-09-12T21:06:03.912Z Compiling rustc-demangle v0.1.27
22382026-09-12T21:06:04.024Z Compiling elliptic-curve v0.13.8
22392026-09-12T21:06:04.196Z Compiling addr2line v0.25.1
22402026-09-12T21:06:04.234Z Compiling rsa v0.9.10
22412026-09-12T21:06:04.295Z Compiling tokio-util v0.7.18
22422026-09-12T21:06:04.524Z Compiling rand_chacha v0.9.0
22432026-09-12T21:06:04.543Z Compiling http v1.4.2
22442026-09-12T21:06:04.951Z Compiling miette-derive v7.6.0
22452026-09-12T21:06:05.006Z Compiling proc-macro-error-attr2 v2.0.0
22462026-09-12T21:06:05.025Z Compiling unicode-width v0.2.0
22472026-09-12T21:06:05.072Z Compiling unicode-linebreak v0.1.5
22482026-09-12T21:06:05.186Z Compiling smawk v0.3.2
22492026-09-12T21:06:05.223Z Compiling untrusted v0.7.1
22502026-09-12T21:06:05.334Z Compiling is_ci v1.2.0
22512026-09-12T21:06:05.334Z Compiling textwrap v0.16.2
22522026-09-12T21:06:05.389Z Compiling backtrace v0.3.76
22532026-09-12T21:06:05.417Z Compiling proc-macro-error2 v2.0.1
22542026-09-12T21:06:05.475Z Compiling supports-color v3.0.2
22552026-09-12T21:06:05.627Z Compiling rand v0.9.2
22562026-09-12T21:06:05.740Z Compiling block-buffer v0.12.1
22572026-09-12T21:06:05.750Z Compiling crypto-common v0.2.2
22582026-09-12T21:06:05.799Z Compiling rfc6979 v0.4.0
22592026-09-12T21:06:05.853Z Compiling backtrace-ext v0.2.1
22602026-09-12T21:06:05.928Z Compiling hashbrown v0.14.5
22612026-09-12T21:06:05.994Z Compiling serde_spanned v0.6.9
22622026-09-12T21:06:06.041Z Compiling toml_datetime v0.6.11
22632026-09-12T21:06:06.134Z Compiling serde_tokenstream v0.2.3
22642026-09-12T21:06:06.163Z Compiling structmeta-derive v0.3.0
22652026-09-12T21:06:06.337Z Compiling usdt-impl v0.5.0
22662026-09-12T21:06:06.389Z Compiling salty v0.3.0
22672026-09-12T21:06:06.392Z Compiling supports-unicode v3.0.0
22682026-09-12T21:06:06.446Z Compiling supports-hyperlinks v3.2.0
22692026-09-12T21:06:06.468Z Compiling untrusted v0.9.0
22702026-09-12T21:06:06.501Z Compiling keccak v0.1.6
22712026-09-12T21:06:06.552Z Compiling unicode-width v0.1.14
22722026-09-12T21:06:06.616Z Compiling chumsky v0.9.3
22732026-09-12T21:06:06.620Z Compiling ecdsa v0.16.9
22742026-09-12T21:06:06.670Z Compiling sha3 v0.10.8
22752026-09-12T21:06:06.679Z Compiling knus-derive v3.4.0
22762026-09-12T21:06:06.707Z Compiling http-body v1.0.1
22772026-09-12T21:06:06.851Z Compiling miette v7.6.0
22782026-09-12T21:06:06.888Z Compiling primeorder v0.13.6
22792026-09-12T21:06:06.888Z Compiling scroll v0.12.0
22802026-09-12T21:06:06.938Z Compiling ed25519 v2.2.3
22812026-09-12T21:06:06.956Z Compiling pin-project-internal v1.1.11
22822026-09-12T21:06:06.986Z Compiling daft-derive v0.1.8
22832026-09-12T21:06:07.070Z Compiling wait-timeout v0.2.1
22842026-09-12T21:06:07.109Z Compiling cookie v0.18.1
22852026-09-12T21:06:07.159Z Compiling openssl-probe v0.2.1
22862026-09-12T21:06:07.186Z Compiling structmeta v0.3.0
22872026-09-12T21:06:07.340Z Compiling zstd-safe v7.2.4
22882026-09-12T21:06:07.360Z Compiling tap v1.0.1
22892026-09-12T21:06:07.363Z Compiling quick-error v1.2.3
22902026-09-12T21:06:07.407Z Compiling bit-vec v0.8.0
22912026-09-12T21:06:07.455Z Compiling derive-ex v0.1.8
22922026-09-12T21:06:07.499Z Compiling rusty-fork v0.3.1
22932026-09-12T21:06:07.511Z Compiling wyz v0.5.1
22942026-09-12T21:06:07.608Z Compiling ed25519-dalek v2.2.0
22952026-09-12T21:06:07.641Z Compiling bit-set v0.8.0
22962026-09-12T21:06:07.689Z Compiling goblin v0.8.2
22972026-09-12T21:06:07.720Z Compiling p384 v0.13.1
22982026-09-12T21:06:07.852Z Compiling zerocopy v0.7.35
22992026-09-12T21:06:07.870Z Compiling unicode-normalization v0.1.25
23002026-09-12T21:06:07.888Z Compiling rand_xorshift v0.4.0
23012026-09-12T21:06:07.938Z Compiling sha1 v0.10.6
23022026-09-12T21:06:07.988Z Compiling enum-as-inner v0.6.1
23032026-09-12T21:06:08.054Z Compiling knus v3.4.0
23042026-09-12T21:06:08.072Z Compiling heapless v0.7.17
23052026-09-12T21:06:08.091Z Compiling env_filter v2.0.0
23062026-09-12T21:06:08.096Z Compiling aho-corasick v1.1.4
23072026-09-12T21:06:08.195Z Compiling atomic-waker v1.1.2
23082026-09-12T21:06:08.256Z Compiling rustix v0.38.44
23092026-09-12T21:06:08.334Z Compiling tower-layer v0.3.3
23102026-09-12T21:06:08.363Z Compiling tower-service v0.3.3
23112026-09-12T21:06:08.423Z Compiling funty v2.0.0
23122026-09-12T21:06:08.439Z Compiling unarray v0.1.4
23132026-09-12T21:06:08.517Z Compiling usdt-impl v0.6.0
23142026-09-12T21:06:08.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
23152026-09-12T21:06:08.624Z Compiling signal-hook v0.3.18
23162026-09-12T21:06:08.694Z Compiling try-lock v0.2.5
23172026-09-12T21:06:08.803Z Compiling want v0.3.1
23182026-09-12T21:06:08.821Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
23192026-09-12T21:06:08.825Z Compiling h2 v0.4.15
23202026-09-12T21:06:08.867Z Compiling bitvec v1.0.1
23212026-09-12T21:06:08.873Z Compiling proptest v1.11.0
23222026-09-12T21:06:08.979Z Compiling regex-automata v0.4.14
23232026-09-12T21:06:09.011Z Compiling env_logger v0.11.11
23242026-09-12T21:06:09.033Z Compiling test-strategy v0.4.5
23252026-09-12T21:06:10.049Z Compiling dof v0.3.0
23262026-09-12T21:06:10.068Z Compiling scroll v0.13.0
23272026-09-12T21:06:10.360Z Compiling ipnetwork v0.21.1
23282026-09-12T21:06:10.387Z Compiling block-padding v0.4.2
23292026-09-12T21:06:10.474Z Compiling strum v0.26.3
23302026-09-12T21:06:10.557Z Compiling erased-serde v0.3.31
23312026-09-12T21:06:10.670Z Compiling dtrace-parser v0.2.0
23322026-09-12T21:06:10.872Z Compiling snafu-derive v0.8.9
23332026-09-12T21:06:10.913Z Compiling darling_core v0.20.11
23342026-09-12T21:06:10.963Z Compiling thread-id v4.2.2
23352026-09-12T21:06:11.016Z Compiling winnow v0.5.40
23362026-09-12T21:06:11.059Z Compiling powerfmt v0.2.0
23372026-09-12T21:06:11.112Z Compiling cpufeatures v0.3.0
23382026-09-12T21:06:11.196Z Compiling httpdate v1.0.3
23392026-09-12T21:06:11.224Z Compiling const-oid v0.10.2
23402026-09-12T21:06:11.265Z Compiling foreign-types-shared v0.1.1
23412026-09-12T21:06:11.504Z Compiling nodrop v0.1.14
23422026-09-12T21:06:11.521Z Compiling crc-catalog v2.4.0
23432026-09-12T21:06:11.617Z Compiling crc v3.4.0
23442026-09-12T21:06:11.628Z Compiling array-init v0.0.4
23452026-09-12T21:06:11.645Z Compiling digest v0.11.3
23462026-09-12T21:06:11.860Z Compiling foreign-types v0.3.2
23472026-09-12T21:06:11.943Z Compiling newtype-uuid v1.3.2
23482026-09-12T21:06:11.963Z Compiling deranged v0.5.8
23492026-09-12T21:06:12.004Z Compiling hyper v1.10.1
23502026-09-12T21:06:12.581Z Compiling toml_edit v0.19.15
23512026-09-12T21:06:12.707Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23522026-09-12T21:06:12.884Z Compiling darling_macro v0.20.11
23532026-09-12T21:06:12.999Z Compiling oxnet v0.1.6
23542026-09-12T21:06:13.063Z Compiling inout v0.2.2
23552026-09-12T21:06:13.259Z Compiling goblin v0.10.5
23562026-09-12T21:06:13.415Z Compiling smallvec v0.6.14
23572026-09-12T21:06:13.737Z Compiling zerocopy v0.6.6
23582026-09-12T21:06:13.741Z Compiling bitfield v0.19.4
23592026-09-12T21:06:13.836Z Compiling hubpack v0.1.2
23602026-09-12T21:06:14.026Z Compiling half v2.7.1
23612026-09-12T21:06:14.155Z Compiling socket2 v0.5.10
23622026-09-12T21:06:14.373Z Compiling memoffset v0.9.1
23632026-09-12T21:06:14.440Z Compiling slog-async v2.8.0
23642026-09-12T21:06:14.598Z Compiling ciborium-io v0.2.2
23652026-09-12T21:06:14.629Z Compiling num_threads v0.1.7
23662026-09-12T21:06:14.647Z Compiling ref-cast v1.0.25
23672026-09-12T21:06:14.709Z Compiling unicode-segmentation v1.12.0
23682026-09-12T21:06:14.790Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23692026-09-12T21:06:14.804Z Compiling hashbrown v0.12.3
23702026-09-12T21:06:14.835Z Compiling base64 v0.21.7
23712026-09-12T21:06:14.901Z Compiling smoltcp v0.9.1
23722026-09-12T21:06:14.971Z Compiling litrs v1.0.0
23732026-09-12T21:06:15.097Z Compiling ron v0.8.1
23742026-09-12T21:06:15.331Z Compiling time v0.3.47
23752026-09-12T21:06:15.356Z Compiling ciborium-ll v0.2.2
23762026-09-12T21:06:15.436Z Compiling document-features v0.2.12
23772026-09-12T21:06:15.656Z Compiling hyper-util v0.1.20
23782026-09-12T21:06:15.995Z Compiling dof v0.4.0
23792026-09-12T21:06:16.117Z Compiling toml v0.7.8
23802026-09-12T21:06:16.452Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23812026-09-12T21:06:16.487Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23822026-09-12T21:06:16.490Z Compiling bzip2 v0.4.4
23832026-09-12T21:06:16.567Z Compiling serde-hex v0.1.0
23842026-09-12T21:06:16.710Z Compiling darling v0.20.11
23852026-09-12T21:06:16.719Z Compiling daft v0.1.8
23862026-09-12T21:06:16.738Z Compiling cipher v0.5.2
23872026-09-12T21:06:16.788Z Compiling hashbrown v0.13.2
23882026-09-12T21:06:17.088Z Compiling futures-executor v0.3.32
23892026-09-12T21:06:17.134Z Compiling dtrace-parser v0.3.0
23902026-09-12T21:06:17.259Z Compiling async-recursion v1.1.1
23912026-09-12T21:06:17.273Z Compiling sync_wrapper v1.0.2
23922026-09-12T21:06:17.895Z Compiling thread-id v5.1.0
23932026-09-12T21:06:18.005Z Compiling siphasher v1.0.2
23942026-09-12T21:06:18.005Z Compiling cfg_aliases v0.2.1
23952026-09-12T21:06:18.005Z Compiling crc-any v2.5.0
23962026-09-12T21:06:18.005Z Compiling nix v0.31.2
23972026-09-12T21:06:18.139Z Compiling tower v0.5.3
23982026-09-12T21:06:18.155Z Compiling object v0.30.4
23992026-09-12T21:06:18.217Z Compiling futures v0.3.32
24002026-09-12T21:06:18.616Z Compiling chacha20 v0.10.0
24012026-09-12T21:06:18.638Z Compiling derive_builder_core v0.20.2
24022026-09-12T21:06:18.662Z Compiling zip v0.6.6
24032026-09-12T21:06:18.672Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24042026-09-12T21:06:18.935Z Compiling ciborium v0.2.2
24052026-09-12T21:06:19.093Z Compiling usdt-macro v0.5.0
24062026-09-12T21:06:19.244Z Compiling usdt-attr-macro v0.5.0
24072026-09-12T21:06:19.321Z Compiling bstr v1.12.1
24082026-09-12T21:06:19.455Z Compiling http-body-util v0.1.3
24092026-09-12T21:06:19.535Z Compiling serde_with v3.21.0
24102026-09-12T21:06:19.832Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
24112026-09-12T21:06:20.148Z Compiling strum_macros v0.27.2
24122026-09-12T21:06:20.269Z Compiling ref-cast-impl v1.0.25
24132026-09-12T21:06:20.287Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24142026-09-12T21:06:20.343Z Compiling fs-err v3.3.0
24152026-09-12T21:06:20.357Z Compiling zlib-rs v0.6.2
24162026-09-12T21:06:20.676Z Compiling static_assertions v1.1.0
24172026-09-12T21:06:20.710Z Compiling ryu v1.0.23
24182026-09-12T21:06:20.771Z Compiling iri-string v0.7.10
24192026-09-12T21:06:20.857Z Compiling data-encoding v2.10.0
24202026-09-12T21:06:20.889Z Compiling unicode-properties v0.1.4
24212026-09-12T21:06:21.055Z Compiling path-slash v0.1.5
24222026-09-12T21:06:21.113Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
24232026-09-12T21:06:21.204Z Compiling same-file v1.0.6
24242026-09-12T21:06:21.388Z Compiling unicode-bidi v0.3.18
24252026-09-12T21:06:21.830Z Compiling stringprep v0.1.5
24262026-09-12T21:06:21.936Z Compiling tower-http v0.6.8
24272026-09-12T21:06:21.950Z Compiling serde_urlencoded v0.7.1
24282026-09-12T21:06:25.607Z Compiling walkdir v2.5.0
24292026-09-12T21:06:25.608Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
24302026-09-12T21:06:25.608Z Compiling flate2 v1.1.9
24312026-09-12T21:06:25.608Z Compiling derive_builder_macro v0.20.2
24322026-09-12T21:06:25.608Z Compiling tokio-native-tls v0.3.1
24332026-09-12T21:06:25.608Z Compiling rand v0.10.1
24342026-09-12T21:06:25.608Z Compiling convert_case v0.10.0
24352026-09-12T21:06:25.608Z Compiling sha2 v0.11.0
24362026-09-12T21:06:25.608Z Compiling md-5 v0.11.0
24372026-09-12T21:06:25.608Z Compiling hmac v0.13.0
24382026-09-12T21:06:25.608Z Compiling pin-project v1.1.11
24392026-09-12T21:06:25.608Z Compiling rustls-native-certs v0.8.3
24402026-09-12T21:06:25.608Z Compiling serde-big-array v0.5.1
24412026-09-12T21:06:25.608Z Compiling hash32 v0.2.1
24422026-09-12T21:06:25.608Z Compiling vergen-lib v9.1.0
24432026-09-12T21:06:25.608Z Compiling encoding_rs v0.8.35
24442026-09-12T21:06:25.608Z Compiling thread_local v1.1.9
24452026-09-12T21:06:25.608Z Compiling bumpalo v3.20.2
24462026-09-12T21:06:25.608Z Compiling fallible-iterator v0.2.0
24472026-09-12T21:06:25.608Z Compiling mime v0.3.17
24482026-09-12T21:06:25.608Z Compiling jiff-core v0.1.0
24492026-09-12T21:06:25.608Z Compiling libbz2-rs-sys v0.2.2
24502026-09-12T21:06:25.608Z Compiling linked-hash-map v0.5.6
24512026-09-12T21:06:25.608Z Compiling winnow v0.7.14
24522026-09-12T21:06:25.608Z Compiling psl-types v2.0.11
24532026-09-12T21:06:25.608Z Compiling toml_write v0.1.2
24542026-09-12T21:06:25.608Z Compiling lru-cache v0.1.2
24552026-09-12T21:06:25.608Z Compiling publicsuffix v2.3.0
24562026-09-12T21:06:25.608Z Compiling postgres-protocol v0.6.12
24572026-09-12T21:06:25.608Z Compiling zopfli v0.8.3
24582026-09-12T21:06:25.608Z Compiling bzip2 v0.6.1
24592026-09-12T21:06:25.672Z Compiling jiff v0.2.34
24602026-09-12T21:06:25.673Z Compiling snafu v0.8.9
24612026-09-12T21:06:25.836Z Compiling derive_more-impl v2.1.1
24622026-09-12T21:06:25.901Z Compiling toml_edit v0.22.27
24632026-09-12T21:06:26.164Z Compiling derive_builder v0.20.2
24642026-09-12T21:06:26.312Z Compiling hyper-tls v0.6.0
24652026-09-12T21:06:26.360Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24662026-09-12T21:06:26.700Z Compiling hickory-proto v0.24.4
24672026-09-12T21:06:26.749Z Compiling globset v0.4.18
24682026-09-12T21:06:26.859Z Compiling crossbeam-channel v0.5.15
24692026-09-12T21:06:26.876Z Compiling usdt-attr-macro v0.6.0
24702026-09-12T21:06:26.889Z Compiling usdt-macro v0.6.0
24712026-09-12T21:06:26.893Z Compiling phf_shared v0.13.1
24722026-09-12T21:06:27.218Z Compiling crossbeam-epoch v0.9.18
24732026-09-12T21:06:27.281Z Compiling regex v1.12.3
24742026-09-12T21:06:27.722Z Compiling serde_plain v1.0.2
24752026-09-12T21:06:27.725Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24762026-09-12T21:06:27.797Z Compiling derive-where v1.6.0
24772026-09-12T21:06:27.984Z Compiling serde_repr v0.1.20
24782026-09-12T21:06:28.039Z Compiling pem v3.0.6
24792026-09-12T21:06:28.104Z Compiling vergen v9.1.0
24802026-09-12T21:06:28.129Z Compiling cargo-platform v0.3.2
24812026-09-12T21:06:28.233Z Compiling filetime v0.2.27
24822026-09-12T21:06:28.276Z Compiling memmap v0.7.0
24832026-09-12T21:06:28.294Z Compiling is-terminal v0.4.17
24842026-09-12T21:06:28.331Z Compiling xattr v1.6.1
24852026-09-12T21:06:28.414Z Compiling either v1.15.0
24862026-09-12T21:06:28.437Z Compiling take_mut v0.2.2
24872026-09-12T21:06:28.485Z Compiling managed v0.8.0
24882026-09-12T21:06:28.554Z Compiling resolv-conf v0.7.6
24892026-09-12T21:06:28.831Z Compiling term v1.2.1
24902026-09-12T21:06:28.873Z Compiling corncobs v0.1.4
24912026-09-12T21:06:29.065Z Compiling foldhash v0.1.5
24922026-09-12T21:06:29.216Z Compiling typed-path v0.9.3
24932026-09-12T21:06:29.265Z Compiling bitflags v1.3.2
24942026-09-12T21:06:29.439Z Compiling hashbrown v0.15.5
24952026-09-12T21:06:29.806Z Compiling slog-term v2.9.2
24962026-09-12T21:06:30.028Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24972026-09-12T21:06:30.118Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24982026-09-12T21:06:30.186Z Compiling hickory-resolver v0.24.4
24992026-09-12T21:06:30.496Z Compiling tar v0.4.46
25002026-09-12T21:06:30.776Z Compiling usdt v0.5.0
25012026-09-12T21:06:31.090Z Compiling cargo_metadata v0.23.1
25022026-09-12T21:06:31.737Z Compiling toml v0.8.23
25032026-09-12T21:06:32.274Z Compiling phf v0.13.1
25042026-09-12T21:06:32.446Z Compiling reqwest v0.12.28
25052026-09-12T21:06:32.550Z Compiling zstd v0.13.3
25062026-09-12T21:06:32.583Z Compiling signal-hook-mio v0.2.5
25072026-09-12T21:06:32.601Z Compiling cookie_store v0.22.1
25082026-09-12T21:06:32.630Z Compiling postgres-types v0.2.14
25092026-09-12T21:06:32.842Z Compiling strum v0.27.2
25102026-09-12T21:06:32.986Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-09-12T21:06:33.148Z Compiling phf_shared v0.11.3
25122026-09-12T21:06:33.184Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
25132026-09-12T21:06:33.200Z Compiling olpc-cjson v0.1.4
25142026-09-12T21:06:33.391Z Compiling tokio-stream v0.1.18
25152026-09-12T21:06:33.407Z Compiling byte-wrapper v0.1.0
25162026-09-12T21:06:33.481Z Compiling inout v0.1.4
25172026-09-12T21:06:33.501Z Compiling secrecy v0.8.0
25182026-09-12T21:06:33.881Z Compiling hashbrown v0.16.1
25192026-09-12T21:06:33.904Z Compiling float-cmp v0.10.0
25202026-09-12T21:06:34.043Z Compiling memmap2 v0.9.10
25212026-09-12T21:06:34.092Z Compiling fixedbitset v0.4.2
25222026-09-12T21:06:34.284Z Compiling new_debug_unreachable v1.0.6
25232026-09-12T21:06:34.326Z Compiling whoami v2.1.0
25242026-09-12T21:06:34.347Z Compiling predicates-core v1.0.10
25252026-09-12T21:06:34.353Z Compiling winnow v1.0.3
25262026-09-12T21:06:34.392Z Compiling fixedbitset v0.5.7
25272026-09-12T21:06:34.530Z Compiling rayon-core v1.13.0
25282026-09-12T21:06:34.581Z Compiling difflib v0.4.0
25292026-09-12T21:06:34.680Z Compiling normalize-line-endings v0.3.0
25302026-09-12T21:06:34.707Z Compiling typed-path v0.12.3
25312026-09-12T21:06:34.770Z Compiling debug-ignore v1.0.5
25322026-09-12T21:06:34.795Z Compiling precomputed-hash v0.1.1
25332026-09-12T21:06:34.889Z Compiling string_cache v0.8.9
25342026-09-12T21:06:34.905Z Compiling qorb v0.4.1
25352026-09-12T21:06:34.999Z Compiling predicates v3.1.4
25362026-09-12T21:06:35.133Z Compiling petgraph v0.8.3
25372026-09-12T21:06:36.096Z Compiling toml_parser v1.1.2+spec-1.1.0
25382026-09-12T21:06:36.208Z Compiling tokio-postgres v0.7.18
25392026-09-12T21:06:36.208Z Compiling zip v8.6.0
25402026-09-12T21:06:36.208Z Compiling iddqd v0.4.2
25412026-09-12T21:06:36.208Z Compiling petgraph v0.6.5
25422026-09-12T21:06:36.209Z Compiling usdt v0.6.0
25432026-09-12T21:06:36.486Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25442026-09-12T21:06:36.656Z Compiling cipher v0.4.4
25452026-09-12T21:06:36.759Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
25462026-09-12T21:06:37.304Z Compiling zip v4.6.1
25472026-09-12T21:06:37.467Z Compiling crossterm v0.28.1
25482026-09-12T21:06:37.776Z Compiling itertools v0.15.0
25492026-09-12T21:06:37.843Z Compiling itertools v0.13.0
25502026-09-12T21:06:38.177Z Compiling derive_more v2.1.1
25512026-09-12T21:06:38.299Z Compiling similar v2.7.0
25522026-09-12T21:06:38.543Z Compiling hickory-proto v0.25.2
25532026-09-12T21:06:38.739Z Compiling heck v0.4.1
25542026-09-12T21:06:38.993Z Compiling buf-list v1.1.2
25552026-09-12T21:06:39.008Z Compiling openapiv3 v2.2.0
25562026-09-12T21:06:39.294Z Compiling lalrpop-util v0.19.12
25572026-09-12T21:06:39.341Z Compiling peg-runtime v0.8.5
25582026-09-12T21:06:40.826Z Compiling crossbeam-deque v0.8.6
25592026-09-12T21:06:41.115Z Compiling camino-tempfile v1.4.1
25602026-09-12T21:06:41.380Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25612026-09-12T21:06:41.644Z Compiling blake3 v1.8.5
25622026-09-12T21:06:41.685Z Compiling fs-err v2.11.0
25632026-09-12T21:06:43.854Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25642026-09-12T21:06:44.663Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25652026-09-12T21:06:44.876Z Compiling arrayvec v0.7.6
25662026-09-12T21:06:45.081Z Compiling constant_time_eq v0.4.2
25672026-09-12T21:06:45.131Z Compiling arrayref v0.3.9
25682026-09-12T21:06:45.284Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25692026-09-12T21:06:45.557Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25702026-09-12T21:06:45.576Z Compiling atomicwrites v0.4.4
25712026-09-12T21:06:45.597Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25722026-09-12T21:06:45.817Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25732026-09-12T21:06:45.844Z Compiling digest-io v0.1.0
25742026-09-12T21:06:45.891Z Compiling serde_path_to_error v0.1.20
25752026-09-12T21:06:45.907Z Compiling indent_write v2.2.0
25762026-09-12T21:06:45.989Z Compiling topological-sort v0.2.2
25772026-09-12T21:06:46.078Z Compiling parse-size v1.1.0
25782026-09-12T21:06:46.081Z Compiling rawzip v0.4.4
25792026-09-12T21:06:46.112Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25802026-09-12T21:06:46.167Z Compiling shell-words v1.1.1
25812026-09-12T21:06:48.805Z Compiling rustls-webpki v0.103.13
25822026-09-12T21:06:51.620Z Compiling tokio-rustls v0.26.4
25832026-09-12T21:06:51.620Z Compiling rustls-platform-verifier v0.6.2
25842026-09-12T21:06:51.642Z Compiling tough v0.22.0
25852026-09-12T21:06:51.846Z Compiling hyper-rustls v0.27.7
25862026-09-12T21:06:52.072Z Compiling reqwest v0.13.2
25872026-09-12T21:06:53.843Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25882026-09-12T21:06:54.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25892026-09-12T21:06:55.866Z Compiling omicron-zone-package v0.12.3
25902026-09-12T21:06:56.128Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25912026-09-12T21:06:56.545Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25922026-09-12T21:06:56.579Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25932026-09-12T21:06:59.096Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25942026-09-12T21:07:18.697Z Finished `release` profile [optimized] target(s) in 1m 29s
25952026-09-12T21:07:18.700Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25962026-09-12T21:07:18.702Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25972026-09-12T21:07:18.839Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25982026-09-12T21:07:18.897ZSep 12 21:07:17.822 DEBG changing working directory to /work/oxidecomputer/omicron
25992026-09-12T21:07:18.994ZSep 12 21:07:17.920 DEBG running: git rev-parse HEAD
26002026-09-12T21:07:18.998ZSep 12 21:07:17.922 DEBG process exited with exit status: 0 (2.288063ms)
26012026-09-12T21:07:18.998ZSep 12 21:07:17.922 INFO version: 23.0.0-0.ci+git746e8ce34b6
26022026-09-12T21:07:19.016ZSep 12 21:07:17.930 INFO cloning helios to /work/oxidecomputer/helios
26032026-09-12T21:07:19.016ZSep 12 21:07:17.930 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
26042026-09-12T21:07:19.020ZCloning into '/work/oxidecomputer/helios'...
26052026-09-12T21:07:19.589ZSep 12 21:07:18.513 DEBG process exited with exit status: 0 (583.054646ms)
26062026-09-12T21:07:19.590ZSep 12 21:07:18.513 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
26072026-09-12T21:07:19.593ZSep 12 21:07:18.516 DEBG process exited with exit status: 0 (2.575223ms)
26082026-09-12T21:07:19.593ZSep 12 21:07:18.516 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
26092026-09-12T21:07:19.968ZSep 12 21:07:18.893 DEBG process exited with exit status: 0 (377.684841ms)
26102026-09-12T21:07:19.968ZSep 12 21:07:18.894 DEBG running: zfs list rpool/images/build/host
26112026-09-12T21:07:19.978ZNAME USED AVAIL REFER MOUNTPOINT
26122026-09-12T21:07:19.978Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
26132026-09-12T21:07:19.978ZSep 12 21:07:18.898 DEBG process exited with exit status: 0 (4.452465ms)
26142026-09-12T21:07:19.979ZSep 12 21:07:18.898 DEBG running: zfs list rpool/images/build/recovery
26152026-09-12T21:07:19.979ZNAME USED AVAIL REFER MOUNTPOINT
26162026-09-12T21:07:19.979Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
26172026-09-12T21:07:19.979ZSep 12 21:07:18.902 DEBG process exited with exit status: 0 (3.578244ms)
26182026-09-12T21:07:19.979ZSep 12 21:07:18.902 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
26192026-09-12T21:07:19.989ZSep 12 21:07:18.914 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026090800.0.0; the console needs a client regen and tools/console_version needs a bump
26202026-09-12T21:07:19.994ZSep 12 21:07:18.915 INFO [hubris-production] running task
26212026-09-12T21:07:19.994ZSep 12 21:07:18.915 INFO [hubris-staging] running task
26222026-09-12T21:07:19.994ZSep 12 21:07:18.915 INFO [incorp-manifest] running task
26232026-09-12T21:07:19.994ZSep 12 21:07:18.915 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
26242026-09-12T21:07:19.994ZSep 12 21:07:18.916 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
26252026-09-12T21:07:19.994ZSep 12 21:07:18.916 INFO [incorp-create] running: pkgrepo create /work/incorporation
26262026-09-12T21:07:19.994ZSep 12 21:07:18.917 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
26272026-09-12T21:07:20.032Z[ helios-setup] cd tools/helios-build && cargo build --quiet
26282026-09-12T21:07:20.099Z[ omicron-package] Blocking waiting for file lock on package cache
26292026-09-12T21:07:20.222ZSep 12 21:07:19.147 INFO [incorp-create] process exited with exit status: 0 (230.841114ms)
26302026-09-12T21:07:20.225ZSep 12 21:07:19.147 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
26312026-09-12T21:07:20.446ZSep 12 21:07:19.371 INFO [incorp-publisher] process exited with exit status: 0 (224.537346ms)
26322026-09-12T21:07:20.782Z[ omicron-package] Blocking waiting for file lock on package cache
26332026-09-12T21:07:21.106ZSep 12 21:07:20.029 INFO [hubris-production] task succeeded (1.114051211s)
26342026-09-12T21:07:21.886Z[ omicron-package] Compiling macaddr v1.0.1
26352026-09-12T21:07:21.886Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26362026-09-12T21:07:21.890Z[ omicron-package] Compiling secrecy v0.10.3
26372026-09-12T21:07:21.890Z[ omicron-package] Compiling heapless v0.8.0
26382026-09-12T21:07:21.891Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
26392026-09-12T21:07:21.891Z[ omicron-package] Compiling ingot-macros v0.2.0
26402026-09-12T21:07:21.891Z[ omicron-package] Compiling hash32 v0.3.1
26412026-09-12T21:07:21.891Z[ omicron-package] Compiling multer v3.1.0
26422026-09-12T21:07:21.891Z[ omicron-package] Compiling match_cfg v0.1.0
26432026-09-12T21:07:21.891Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26442026-09-12T21:07:21.891Z[ omicron-package] Compiling smoltcp v0.11.0
26452026-09-12T21:07:21.891Z[ omicron-package] Compiling compression-core v0.4.31
26462026-09-12T21:07:21.891Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26472026-09-12T21:07:21.891Z[ omicron-package] Compiling slog-json v2.6.1
26482026-09-12T21:07:21.891Z[ omicron-package] Compiling serde_tokenstream v0.3.0
26492026-09-12T21:07:21.891Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26502026-09-12T21:07:22.331Z[ omicron-package] Compiling cobs v0.3.0
26512026-09-12T21:07:22.420ZSep 12 21:07:21.346 DEBG process exited with exit status: 0 (2.430494224s)
26522026-09-12T21:07:22.421ZSep 12 21:07:21.346 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26532026-09-12T21:07:22.562Z[ omicron-package] Compiling compression-codecs v0.4.37
26542026-09-12T21:07:22.703Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
26552026-09-12T21:07:22.706Z[ omicron-package] Compiling hostname v0.3.1
26562026-09-12T21:07:22.706Z[ omicron-package] Compiling universal-hash v0.5.1
26572026-09-12T21:07:22.798Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26582026-09-12T21:07:23.071Z[ omicron-package] Compiling async-stream-impl v0.3.6
26592026-09-12T21:07:23.071Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26602026-09-12T21:07:23.101Z[ omicron-package] Compiling serde_spanned v1.1.1
26612026-09-12T21:07:23.104Z[ omicron-package] Compiling dropshot v0.17.1
26622026-09-12T21:07:23.104Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26632026-09-12T21:07:23.105Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26642026-09-12T21:07:23.125Z[ omicron-package] Compiling convert_case v0.4.0
26652026-09-12T21:07:23.129Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26662026-09-12T21:07:23.129Z[ omicron-package] Compiling opaque-debug v0.3.1
26672026-09-12T21:07:23.217Z[ omicron-package] Compiling slog-bunyan v2.5.0
26682026-09-12T21:07:23.280Z[ omicron-package] Compiling poly1305 v0.8.0
26692026-09-12T21:07:23.434Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26702026-09-12T21:07:23.551Z[ omicron-package] Compiling derive_more v0.99.20
26712026-09-12T21:07:23.730Z[ omicron-package] Compiling proc-macro-crate v3.4.0
26722026-09-12T21:07:23.754Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26732026-09-12T21:07:23.921Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26742026-09-12T21:07:24.001Z[ omicron-package] Compiling async-compression v0.4.41
26752026-09-12T21:07:24.066Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26762026-09-12T21:07:24.066Z[ omicron-package] Compiling postcard v1.1.3
26772026-09-12T21:07:24.158Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26782026-09-12T21:07:24.165Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26792026-09-12T21:07:24.257Z[ omicron-package] Compiling num_enum_derive v0.7.6
26802026-09-12T21:07:24.309Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26812026-09-12T21:07:24.358Z[ omicron-package] Compiling async-stream v0.3.6
26822026-09-12T21:07:24.425Z[ omicron-package] Compiling chacha20 v0.9.1
26832026-09-12T21:07:24.483Z[ omicron-package] Compiling progenitor-client v0.14.0
26842026-09-12T21:07:24.573Z[ omicron-package] Compiling oxide-generation v0.1.3
26852026-09-12T21:07:24.675Z[ omicron-package] Compiling sha1 v0.11.0
26862026-09-12T21:07:24.781Z[ omicron-package] Compiling parse-display-derive v0.10.0
26872026-09-12T21:07:24.838Z[ omicron-package] Compiling waitgroup v0.1.2
26882026-09-12T21:07:24.866Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26892026-09-12T21:07:24.906Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26902026-09-12T21:07:24.950Z[ omicron-package] Compiling backon v1.6.0
26912026-09-12T21:07:25.024Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26922026-09-12T21:07:25.027Z[ omicron-package] Compiling password-hash v0.5.0
26932026-09-12T21:07:25.076Z[ omicron-package] Compiling blake2 v0.10.6
26942026-09-12T21:07:25.150Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26952026-09-12T21:07:25.153Z[ omicron-package] Compiling aead v0.5.2
26962026-09-12T21:07:25.188Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26972026-09-12T21:07:25.293Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26982026-09-12T21:07:25.296Z[ omicron-package] Compiling hostname v0.4.2
26992026-09-12T21:07:25.409Z[ omicron-package] Compiling instant v0.1.13
27002026-09-12T21:07:25.409Z[ omicron-package] Compiling proc-macro-error v1.0.4
27012026-09-12T21:07:25.412Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27022026-09-12T21:07:25.468ZSep 12 21:07:24.393 DEBG process exited with exit status: 0 (3.046695826s)
27032026-09-12T21:07:25.471ZSep 12 21:07:24.394 INFO [incorp-manifest] task succeeded (5.479020002s)
27042026-09-12T21:07:25.471ZSep 12 21:07:24.394 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
27052026-09-12T21:07:25.525Z[ omicron-package] Compiling foreign-types-shared v0.3.1
27062026-09-12T21:07:25.568Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
27072026-09-12T21:07:25.607Z[ omicron-package] Compiling backoff v0.4.0
27082026-09-12T21:07:25.644Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27092026-09-12T21:07:25.699Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
27102026-09-12T21:07:25.714ZSep 12 21:07:24.638 INFO [incorp-fmt] process exited with exit status: 0 (243.550658ms)
27112026-09-12T21:07:25.717ZSep 12 21:07:24.639 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
27122026-09-12T21:07:25.726Z[ omicron-package] Compiling num_enum v0.7.6
27132026-09-12T21:07:25.767Z[ omicron-package] Compiling argon2 v0.5.3
27142026-09-12T21:07:25.894Z[ omicron-package] Compiling num_enum_derive v0.5.11
27152026-09-12T21:07:25.953Z[ omicron-package] Compiling progenitor-extras v0.2.0
27162026-09-12T21:07:25.978Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
27172026-09-12T21:07:25.981Z[ omicron-package] Compiling vsss-rs v3.3.4
27182026-09-12T21:07:26.024Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260912T210724Z
27192026-09-12T21:07:26.024Z[ incorp-pkgsend] PUBLISHED
27202026-09-12T21:07:26.057ZSep 12 21:07:24.982 INFO [incorp-pkgsend] process exited with exit status: 0 (343.821622ms)
27212026-09-12T21:07:26.058Z[ omicron-package] Compiling ingot-types v0.2.0
27222026-09-12T21:07:26.058ZSep 12 21:07:24.982 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
27232026-09-12T21:07:26.109Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27242026-09-12T21:07:26.128Z[ omicron-package] Compiling foreign-types v0.5.0
27252026-09-12T21:07:26.283Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27262026-09-12T21:07:26.319Z[ omicron-package] Compiling regress v0.10.5
27272026-09-12T21:07:26.347Z[ helios-incorp] Retrieving packages for publisher helios ...
27282026-09-12T21:07:26.351Z[ omicron-package] Compiling itertools v0.14.0
27292026-09-12T21:07:26.355Z[ helios-incorp] Retrieving catalog 'helios' ... Done
27302026-09-12T21:07:26.377Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
27312026-09-12T21:07:26.377Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27322026-09-12T21:07:26.381Z[ helios-incorp] Fetching manifests: 1/1 100% complete
27332026-09-12T21:07:26.384Z[ helios-incorp]
27342026-09-12T21:07:26.384Z[ helios-incorp] Archiving packages ...
27352026-09-12T21:07:26.384Z[ helios-incorp] Packages to add: 1
27362026-09-12T21:07:26.385Z[ helios-incorp] Files to retrieve: 0
27372026-09-12T21:07:26.385Z[ helios-incorp] Estimated transfer size: 0.00 B
27382026-09-12T21:07:26.385Z[ helios-incorp]
27392026-09-12T21:07:26.385Z[ helios-incorp] Packages to archive:
27402026-09-12T21:07:26.385Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260912T210724Z
27412026-09-12T21:07:26.385Z[ helios-incorp]
27422026-09-12T21:07:26.385Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
27432026-09-12T21:07:26.385Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
27442026-09-12T21:07:26.385Z[ omicron-package] Compiling tabwriter v1.4.1
27452026-09-12T21:07:26.403Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27462026-09-12T21:07:26.482ZSep 12 21:07:25.406 INFO [helios-incorp] process exited with exit status: 0 (424.285074ms)
27472026-09-12T21:07:26.508Z[ omicron-package] Compiling parse-display v0.10.0
27482026-09-12T21:07:26.573Z[ omicron-package] Compiling ingot v0.2.1
27492026-09-12T21:07:26.576Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27502026-09-12T21:07:26.576Z[ omicron-package] Compiling cstr-argument v0.1.2
27512026-09-12T21:07:26.726Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27522026-09-12T21:07:26.760Z[ omicron-package] Compiling humantime v2.3.0
27532026-09-12T21:07:26.907Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27542026-09-12T21:07:26.949Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27552026-09-12T21:07:27.048Z[ omicron-package] Compiling num_enum v0.5.11
27562026-09-12T21:07:27.086Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27572026-09-12T21:07:27.178Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27582026-09-12T21:07:27.194Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27592026-09-12T21:07:27.236Z[ omicron-package] Compiling rayon v1.11.0
27602026-09-12T21:07:27.239Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27612026-09-12T21:07:27.289Z[ omicron-package] Compiling colored v3.1.1
27622026-09-12T21:07:27.289Z[ omicron-package] Compiling libefi-sys v0.1.0
27632026-09-12T21:07:27.309Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27642026-09-12T21:07:27.387Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27652026-09-12T21:07:27.404Z[ omicron-package] Compiling illumos-nvpair v0.3.0
27662026-09-12T21:07:27.550Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27672026-09-12T21:07:27.592Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27682026-09-12T21:07:27.666Z[ omicron-package] Compiling itertools v0.12.1
27692026-09-12T21:07:27.896Z[ omicron-package] Compiling bitfield-struct v0.6.2
27702026-09-12T21:07:27.922Z[ omicron-package] Compiling num-derive v0.4.2
27712026-09-12T21:07:27.959Z[ omicron-package] Compiling sigpipe v0.1.3
27722026-09-12T21:07:27.999Z[ omicron-package] Compiling glob v0.3.3
27732026-09-12T21:07:28.052Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27742026-09-12T21:07:28.140Z[ omicron-package] Compiling swrite v0.1.0
27752026-09-12T21:07:28.269Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27762026-09-12T21:07:28.473Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27772026-09-12T21:07:28.573Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27782026-09-12T21:07:28.650Z[ omicron-package] Compiling smf v0.2.3
27792026-09-12T21:07:28.714Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27802026-09-12T21:07:28.717Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27812026-09-12T21:07:28.758Z[ omicron-package] Compiling whoami v1.6.1
27822026-09-12T21:07:28.939Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27832026-09-12T21:07:29.011Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27842026-09-12T21:07:29.056Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27852026-09-12T21:07:29.059Z[ omicron-package] Compiling gethostname v0.5.0
27862026-09-12T21:07:29.059Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27872026-09-12T21:07:29.118Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27882026-09-12T21:07:29.182Z[ omicron-package] Compiling zone v0.3.1
27892026-09-12T21:07:29.202Z[ omicron-package] Compiling console v0.16.2
27902026-09-12T21:07:29.235Z[ omicron-package] Compiling unit-prefix v0.5.2
27912026-09-12T21:07:29.294Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27922026-09-12T21:07:29.557Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27932026-09-12T21:07:29.686Z[ omicron-package] Compiling indicatif v0.18.4
27942026-09-12T21:07:30.295Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27952026-09-12T21:07:30.772Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27962026-09-12T21:07:31.606Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27972026-09-12T21:07:34.011Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27982026-09-12T21:07:34.991Z[ helios-setup] Sep 12 21:07:33.915 INFO helios repository root is: /work/oxidecomputer/helios
27992026-09-12T21:07:34.996Z[ helios-setup] Sep 12 21:07:33.917 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
28002026-09-12T21:07:34.996Z[ helios-setup] Sep 12 21:07:33.917 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
28012026-09-12T21:07:34.996Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
28022026-09-12T21:07:35.542Z[ helios-setup] Sep 12 21:07:34.457 INFO clone ok!, project: phbl
28032026-09-12T21:07:35.549Z[ helios-setup] Sep 12 21:07:34.457 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
28042026-09-12T21:07:35.549Z[ helios-setup] Sep 12 21:07:34.457 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
28052026-09-12T21:07:35.549Z[ helios-setup] Sep 12 21:07:34.457 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
28062026-09-12T21:07:35.549Z[ helios-setup] Sep 12 21:07:34.457 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
28072026-09-12T21:07:35.549Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
28082026-09-12T21:07:36.058ZSep 12 21:07:34.983 INFO [hubris-staging] task succeeded (16.067775254s)
28092026-09-12T21:07:36.064Z[ helios-setup] Sep 12 21:07:34.990 INFO clone ok!, project: image-builder
28102026-09-12T21:07:36.068Z[ helios-setup] Sep 12 21:07:34.990 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28112026-09-12T21:07:36.068Z[ helios-setup] Sep 12 21:07:34.990 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
28122026-09-12T21:07:36.068Z[ helios-setup] Sep 12 21:07:34.990 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
28132026-09-12T21:07:36.068Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
28142026-09-12T21:07:42.143Z[ helios-setup] Sep 12 21:07:41.067 INFO clone ok!, project: amd-firmware
28152026-09-12T21:07:42.143Z[ helios-setup] Sep 12 21:07:41.067 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
28162026-09-12T21:07:42.146Z[ helios-setup] Sep 12 21:07:41.067 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
28172026-09-12T21:07:42.146Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
28182026-09-12T21:07:43.291Z[ helios-setup] Sep 12 21:07:42.217 INFO clone ok!, project: pilot
28192026-09-12T21:07:43.291Z[ helios-setup] Sep 12 21:07:42.217 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
28202026-09-12T21:07:43.291Z[ helios-setup] Sep 12 21:07:42.217 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
28212026-09-12T21:07:43.295Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
28222026-09-12T21:07:43.769Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28232026-09-12T21:07:44.057Z[ helios-setup] Sep 12 21:07:42.982 INFO clone ok!, project: dmar-report
28242026-09-12T21:07:44.062Z[ helios-setup] Sep 12 21:07:42.983 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
28252026-09-12T21:07:44.062Z[ helios-setup] Sep 12 21:07:42.983 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
28262026-09-12T21:07:44.062Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
28272026-09-12T21:07:44.859Z[ helios-setup] Sep 12 21:07:43.784 INFO clone ok!, project: amd-host-image-builder
28282026-09-12T21:07:44.862Z[ helios-setup] Sep 12 21:07:43.784 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
28292026-09-12T21:07:44.862Z[ helios-setup] Sep 12 21:07:43.784 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28302026-09-12T21:07:44.862Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28312026-09-12T21:07:45.709Z[ helios-setup] Sep 12 21:07:44.635 INFO clone ok!, project: chelsio-t6-roms
28322026-09-12T21:07:45.713Z[ helios-setup] Sep 12 21:07:44.635 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
28332026-09-12T21:07:45.713Z[ helios-setup] Sep 12 21:07:44.635 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28342026-09-12T21:07:45.713Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28352026-09-12T21:07:46.619Z[ helios-setup] Sep 12 21:07:45.541 INFO clone ok!, project: bootserver
28362026-09-12T21:07:46.619Z[ helios-setup] Sep 12 21:07:45.541 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
28372026-09-12T21:07:46.619Z[ helios-setup] Sep 12 21:07:45.541 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28382026-09-12T21:07:46.623Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28392026-09-12T21:07:46.926Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28402026-09-12T21:07:47.107Z[ helios-setup] Sep 12 21:07:46.032 INFO clone ok!, project: pinprick
28412026-09-12T21:07:47.111Z[ helios-setup] Sep 12 21:07:46.032 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28422026-09-12T21:07:47.350Z[ helios-setup] Sep 12 21:07:46.275 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28432026-09-12T21:07:47.583Z[ helios-setup] Sep 12 21:07:46.508 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28442026-09-12T21:07:47.583Z[ helios-setup] Sep 12 21:07:46.508 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28452026-09-12T21:07:47.801Z[ helios-setup] Sep 12 21:07:46.727 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28462026-09-12T21:07:47.931Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28472026-09-12T21:07:48.027Z[ helios-setup] Sep 12 21:07:46.952 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28482026-09-12T21:07:48.027Z[ helios-setup] Sep 12 21:07:46.952 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28492026-09-12T21:07:48.253Z[ helios-setup] Sep 12 21:07:47.178 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28502026-09-12T21:07:48.489Z[ helios-setup] Sep 12 21:07:47.391 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28512026-09-12T21:07:48.489Z[ helios-setup] Sep 12 21:07:47.391 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28522026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28532026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO ok!
28542026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28552026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28562026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO ok!
28572026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28582026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28592026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO ok!
28602026-09-12T21:07:48.493Z[ helios-setup] Sep 12 21:07:47.391 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28612026-09-12T21:08:00.783Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.78s
28622026-09-12T21:08:00.786Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
28632026-09-12T21:08:00.786Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
28642026-09-12T21:08:01.020Z[ omicron-package]
28652026-09-12T21:08:01.020Z[ omicron-package] real 40.969411956
28662026-09-12T21:08:01.023Z[ omicron-package] user 4:01.671832003
28672026-09-12T21:08:01.023Z[ omicron-package] sys 27.883225708
28682026-09-12T21:08:01.023Z[ omicron-package] trap 0.773220956
28692026-09-12T21:08:01.023Z[ omicron-package] tflt 0.176275747
28702026-09-12T21:08:01.023Z[ omicron-package] dflt 2.835522448
28712026-09-12T21:08:01.023Z[ omicron-package] kflt 0.000316480
28722026-09-12T21:08:01.023Z[ omicron-package] lock 8:08.264320466
28732026-09-12T21:08:01.023Z[ omicron-package] slp 4:20.780782217
28742026-09-12T21:08:01.023Z[ omicron-package] lat 48.316997616
28752026-09-12T21:08:01.024Z[ omicron-package] stop 1:40.983000888
28762026-09-12T21:08:01.024ZSep 12 21:07:59.946 INFO [omicron-package] process exited with exit status: 0 (41.030764346s)
28772026-09-12T21:08:01.024ZSep 12 21:07:59.947 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28782026-09-12T21:08:01.024ZSep 12 21:07:59.947 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28792026-09-12T21:08:01.028Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28802026-09-12T21:08:01.031Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28812026-09-12T21:08:01.031Z[ recovery-target] Created new build target 'recovery' and set it as active
28822026-09-12T21:08:01.031Z[ host-target] Created new build target 'host' and set it as active
28832026-09-12T21:08:01.031ZSep 12 21:07:59.957 INFO [recovery-target] process exited with exit status: 0 (10.246712ms)
28842026-09-12T21:08:01.035ZSep 12 21:07:59.957 INFO [host-target] process exited with exit status: 0 (10.301001ms)
28852026-09-12T21:08:01.035ZSep 12 21:07:59.957 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28862026-09-12T21:08:01.038Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28872026-09-12T21:08:02.714Z[ host-package] Compiling cfg-if v1.0.4
28882026-09-12T21:08:02.941Z[ host-package] Compiling serde_core v1.0.228
28892026-09-12T21:08:02.941Z[ host-package] Compiling libc v0.2.185
28902026-09-12T21:08:02.966Z[ host-package] Compiling memchr v2.8.0
28912026-09-12T21:08:03.018Z[ host-package] Compiling smallvec v1.15.1
28922026-09-12T21:08:03.057Z[ host-package] Compiling stable_deref_trait v1.2.1
28932026-09-12T21:08:03.084Z[ host-package] Compiling scopeguard v1.2.0
28942026-09-12T21:08:03.084Z[ host-package] Compiling libm v0.2.16
28952026-09-12T21:08:03.105Z[ host-package] Compiling rand_core v0.10.0
28962026-09-12T21:08:03.155Z[ host-package] Compiling zerofrom v0.1.6
28972026-09-12T21:08:03.181Z[ host-package] Compiling percent-encoding v2.3.2
28982026-09-12T21:08:03.207Z[ host-package] Compiling litemap v0.8.1
28992026-09-12T21:08:03.207Z[ host-package] Compiling writeable v0.6.2
29002026-09-12T21:08:03.258Z[ host-package] Compiling lock_api v0.4.14
29012026-09-12T21:08:03.285Z[ host-package] Compiling yoke v0.8.1
29022026-09-12T21:08:03.315Z[ host-package] Compiling icu_properties_data v2.1.2
29032026-09-12T21:08:03.315Z[ host-package] Compiling icu_normalizer_data v2.1.1
29042026-09-12T21:08:03.361Z[ host-package] Compiling utf8_iter v1.0.4
29052026-09-12T21:08:03.388Z[ host-package] Compiling form_urlencoded v1.2.2
29062026-09-12T21:08:03.417Z[ host-package] Compiling errno v0.3.14
29072026-09-12T21:08:03.417Z[ host-package] Compiling getrandom v0.4.3
29082026-09-12T21:08:03.417Z[ host-package] Compiling parking_lot_core v0.9.12
29092026-09-12T21:08:03.495Z[ host-package] Compiling zerovec v0.11.5
29102026-09-12T21:08:03.495Z[ host-package] Compiling zerotrie v0.2.3
29112026-09-12T21:08:03.548Z[ host-package] Compiling zerocopy v0.8.55
29122026-09-12T21:08:03.551Z[ host-package] Compiling iana-time-zone v0.1.65
29132026-09-12T21:08:03.605Z[ host-package] Compiling signal-hook-registry v1.4.8
29142026-09-12T21:08:03.634Z[ host-package] Compiling mio v1.2.0
29152026-09-12T21:08:03.667Z[ host-package] Compiling parking_lot v0.12.5
29162026-09-12T21:08:03.695Z[ host-package] Compiling thiserror v2.0.18
29172026-09-12T21:08:03.725Z[ host-package] Compiling socket2 v0.6.3
29182026-09-12T21:08:03.794Z[ host-package] Compiling getrandom v0.2.17
29192026-09-12T21:08:03.845Z[ host-package] Compiling futures-util v0.3.32
29202026-09-12T21:08:03.848Z[ host-package] Compiling getrandom v0.3.4
29212026-09-12T21:08:03.848Z[ host-package] Compiling base64 v0.22.1
29222026-09-12T21:08:03.929Z[ host-package] Compiling time v0.3.47
29232026-09-12T21:08:03.969Z[ host-package] Compiling num-traits v0.2.19
29242026-09-12T21:08:04.042Z[ host-package] Compiling rand_core v0.6.4
29252026-09-12T21:08:04.101Z[ host-package] Compiling tinystr v0.8.2
29262026-09-12T21:08:04.126Z[ host-package] Compiling potential_utf v0.1.4
29272026-09-12T21:08:04.168Z[ host-package] Compiling rand_core v0.9.5
29282026-09-12T21:08:04.204Z[ host-package] Compiling aho-corasick v1.1.4
29292026-09-12T21:08:04.235Z[ host-package] Compiling spin v0.9.8
29302026-09-12T21:08:04.261Z[ host-package] Compiling socket2 v0.5.10
29312026-09-12T21:08:04.323Z[ host-package] Compiling icu_collections v2.1.1
29322026-09-12T21:08:04.356Z[ host-package] Compiling icu_locale_core v2.1.1
29332026-09-12T21:08:04.490Z[ host-package] Compiling pest v2.8.6
29342026-09-12T21:08:04.495Z[ host-package] Compiling crc32fast v1.5.0
29352026-09-12T21:08:04.495Z[ host-package] Compiling encoding_rs v0.8.35
29362026-09-12T21:08:04.498Z[ host-package] Compiling simd-adler32 v0.3.8
29372026-09-12T21:08:04.498Z[ host-package] Compiling adler2 v2.0.1
29382026-09-12T21:08:04.554Z[ host-package] Compiling lazy_static v1.5.0
29392026-09-12T21:08:04.723Z[ host-package] Compiling wait-timeout v0.2.1
29402026-09-12T21:08:04.819Z[ host-package] Compiling miniz_oxide v0.8.9
29412026-09-12T21:08:04.850Z[ host-package] Compiling thread_local v1.1.9
29422026-09-12T21:08:04.877Z[ host-package] Compiling rand_xorshift v0.4.0
29432026-09-12T21:08:04.900Z[ host-package] Compiling serde v1.0.228
29442026-09-12T21:08:04.948Z[ host-package] Compiling bitflags v2.11.0
29452026-09-12T21:08:05.069Z[ host-package] Compiling serde_json v1.0.151
29462026-09-12T21:08:05.133Z[ host-package] Compiling uuid v1.23.4
29472026-09-12T21:08:05.136Z[ host-package] Compiling semver v1.0.28
29482026-09-12T21:08:05.192Z[ host-package] Compiling icu_provider v2.1.1
29492026-09-12T21:08:05.195Z[ host-package] Compiling rustix v1.1.4
29502026-09-12T21:08:05.264Z[ host-package] Compiling indexmap v2.14.0
29512026-09-12T21:08:05.528Z[ host-package] Compiling regex-automata v0.4.14
29522026-09-12T21:08:05.717Z[ host-package] Compiling bytes v1.11.1
29532026-09-12T21:08:05.765Z[ host-package] Compiling zeroize v1.9.0
29542026-09-12T21:08:05.809Z[ host-package] Compiling icu_properties v2.1.2
29552026-09-12T21:08:05.887Z[ host-package] Compiling icu_normalizer v2.1.1
29562026-09-12T21:08:06.011Z[ host-package] Compiling chrono v0.4.45
29572026-09-12T21:08:06.057Z[ host-package] Compiling generic-array v0.14.7
29582026-09-12T21:08:06.238Z[ host-package] Compiling erased-serde v0.3.31
29592026-09-12T21:08:06.436Z[ host-package] Compiling tokio v1.52.1
29602026-09-12T21:08:06.489Z[ host-package] Compiling http v1.4.2
29612026-09-12T21:08:06.579Z[ host-package] Compiling rustls-pki-types v1.14.0
29622026-09-12T21:08:06.686Z[ host-package] Compiling terminal_size v0.4.3
29632026-09-12T21:08:06.789Z[ host-package] Compiling crypto-common v0.1.7
29642026-09-12T21:08:06.865Z[ host-package] Compiling idna_adapter v1.2.1
29652026-09-12T21:08:06.905Z[ host-package] Compiling block-buffer v0.10.4
29662026-09-12T21:08:06.932Z[ host-package] Compiling slog v2.8.2
29672026-09-12T21:08:06.963Z[ host-package] Compiling ppv-lite86 v0.2.21
29682026-09-12T21:08:06.963Z[ host-package] Compiling ipnet v2.12.0
29692026-09-12T21:08:07.017Z[ host-package] Compiling clap_builder v4.6.0
29702026-09-12T21:08:07.017Z[ host-package] Compiling aws-lc-rs v1.16.3
29712026-09-12T21:08:07.087Z[ host-package] Compiling idna v1.1.0
29722026-09-12T21:08:07.142Z[ host-package] Compiling digest v0.10.7
29732026-09-12T21:08:07.145Z[ host-package] Compiling der v0.7.10
29742026-09-12T21:08:07.195Z[ host-package] Compiling tempfile v3.27.0
29752026-09-12T21:08:07.196Z[ host-package] Compiling hybrid-array v0.4.13
29762026-09-12T21:08:07.283Z[ host-package] Compiling serde_urlencoded v0.7.1
29772026-09-12T21:08:07.358Z[ host-package] Compiling rand_chacha v0.9.0
29782026-09-12T21:08:07.464Z[ host-package] Compiling http-body v1.0.1
29792026-09-12T21:08:07.499Z[ host-package] Compiling url v2.5.8
29802026-09-12T21:08:07.549Z[ host-package] Compiling rand_chacha v0.3.1
29812026-09-12T21:08:07.619Z[ host-package] Compiling hex v0.4.3
29822026-09-12T21:08:07.687Z[ host-package] Compiling rand v0.9.2
29832026-09-12T21:08:07.797Z[ host-package] Compiling http-body-util v0.1.3
29842026-09-12T21:08:07.848Z[ host-package] Compiling futures-executor v0.3.32
29852026-09-12T21:08:07.902Z[ host-package] Compiling rand v0.8.6
29862026-09-12T21:08:08.021Z[ host-package] Compiling hubpack v0.1.2
29872026-09-12T21:08:08.055Z[ host-package] Compiling crypto-common v0.2.2
29882026-09-12T21:08:08.118Z[ host-package] Compiling schemars v0.8.22
29892026-09-12T21:08:08.145Z[ host-package] Compiling block-buffer v0.12.1
29902026-09-12T21:08:08.145Z[ host-package] Compiling futures v0.3.32
29912026-09-12T21:08:08.253Z[ host-package] Compiling rustls-webpki v0.103.13
29922026-09-12T21:08:08.253Z[ host-package] Compiling spki v0.7.3
29932026-09-12T21:08:08.359Z[ host-package] Compiling signature v2.2.0
29942026-09-12T21:08:08.418Z[ host-package] Compiling sha2 v0.10.9
29952026-09-12T21:08:08.525Z[ host-package] Compiling pkcs8 v0.10.2
29962026-09-12T21:08:08.585Z[ host-package] Compiling regex v1.12.3
29972026-09-12T21:08:08.645Z[ host-package] Compiling rustls-native-certs v0.8.3
29982026-09-12T21:08:08.828Z[ host-package] Compiling digest v0.11.3
29992026-09-12T21:08:08.879Z[ host-package] Compiling publicsuffix v2.3.0
30002026-09-12T21:08:08.951Z[ host-package] Compiling rustls v0.23.41
30012026-09-12T21:08:09.129Z[ host-package] Compiling clap v4.6.1
30022026-09-12T21:08:09.153Z[ host-package] Compiling openapiv3 v2.2.0
30032026-09-12T21:08:09.179Z[ host-package] Compiling cookie v0.18.1
30042026-09-12T21:08:09.208Z[ host-package] Compiling ipnetwork v0.21.1
30052026-09-12T21:08:09.208Z[ host-package] Compiling rusty-fork v0.3.1
30062026-09-12T21:08:09.262Z[ host-package] Compiling is-terminal v0.4.17
30072026-09-12T21:08:09.289Z[ host-package] Compiling slog-async v2.8.0
30082026-09-12T21:08:09.340Z[ host-package] Compiling zlib-rs v0.6.2
30092026-09-12T21:08:09.367Z[ helios-setup] Sep 12 21:08:08.292 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')"
30102026-09-12T21:08:09.367Z[ helios-setup] Sep 12 21:08:08.292 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30112026-09-12T21:08:09.376Z[ helios-setup] Sep 12 21:08:08.301 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
30122026-09-12T21:08:09.376Z[ helios-setup] Sep 12 21:08:08.301 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30132026-09-12T21:08:09.379Z[ helios-setup] Sep 12 21:08:08.301 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30142026-09-12T21:08:09.406Z[ host-package] Compiling slog-term v2.9.2
30152026-09-12T21:08:09.459Z[ host-package] Compiling proptest v1.11.0
30162026-09-12T21:08:09.477Z[ helios-setup] Sep 12 21:08:08.402 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30172026-09-12T21:08:09.616Z[ host-package] Compiling oxnet v0.1.6
30182026-09-12T21:08:09.642Z[ host-package] Compiling cookie_store v0.22.1
30192026-09-12T21:08:09.777Z[ host-package] Compiling camino v1.2.5
30202026-09-12T21:08:10.048Z[ host-package] Compiling dof v0.4.0
30212026-09-12T21:08:10.081Z[ host-package] Compiling dtrace-parser v0.3.0
30222026-09-12T21:08:10.089Z[ helios-setup] Sep 12 21:08:09.014 INFO E| From https://github.com/jclulow/rust-jmclib
30232026-09-12T21:08:10.089Z[ helios-setup] Sep 12 21:08:09.014 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30242026-09-12T21:08:10.100Z[ helios-setup] Sep 12 21:08:09.026 INFO E| Updating crates.io index
30252026-09-12T21:08:10.125Z[ host-package] Compiling num-integer v0.1.46
30262026-09-12T21:08:10.155Z[ host-package] Compiling thread-id v5.1.0
30272026-09-12T21:08:10.265Z[ helios-setup] Sep 12 21:08:09.190 INFO E| Downloading crates ...
30282026-09-12T21:08:10.272Z[ host-package] Compiling data-encoding v2.10.0
30292026-09-12T21:08:10.299Z[ host-package] Compiling x509-cert v0.2.5
30302026-09-12T21:08:10.299Z[ host-package] Compiling hmac v0.12.1
30312026-09-12T21:08:10.311Z[ helios-setup] Sep 12 21:08:09.236 INFO E| Downloaded itoa v1.0.9
30322026-09-12T21:08:10.318Z[ helios-setup] Sep 12 21:08:09.244 INFO E| Downloaded ryu v1.0.15
30332026-09-12T21:08:10.321Z[ helios-setup] Sep 12 21:08:09.247 INFO E| Downloaded typenum v1.16.0
30342026-09-12T21:08:10.331Z[ helios-setup] Sep 12 21:08:09.248 INFO E| Downloaded digest v0.9.0
30352026-09-12T21:08:10.331Z[ helios-setup] Sep 12 21:08:09.249 INFO E| Downloaded opaque-debug v0.3.0
30362026-09-12T21:08:10.334Z[ helios-setup] Sep 12 21:08:09.257 INFO E| Downloaded unicode-ident v1.0.11
30372026-09-12T21:08:10.334Z[ helios-setup] Sep 12 21:08:09.259 INFO E| Downloaded cpufeatures v0.2.9
30382026-09-12T21:08:10.338Z[ helios-setup] Sep 12 21:08:09.260 INFO E| Downloaded sha-1 v0.9.8
30392026-09-12T21:08:10.338Z[ helios-setup] Sep 12 21:08:09.261 INFO E| Downloaded block-buffer v0.9.0
30402026-09-12T21:08:10.343Z[ helios-setup] Sep 12 21:08:09.269 INFO E| Downloaded fastrand v2.0.0
30412026-09-12T21:08:10.350Z[ helios-setup] Sep 12 21:08:09.275 INFO E| Downloaded libdevinfo-sys v1.0.0
30422026-09-12T21:08:10.354Z[ helios-setup] Sep 12 21:08:09.276 INFO E| Downloaded md-5 v0.9.1
30432026-09-12T21:08:10.354Z[ helios-setup] Sep 12 21:08:09.277 INFO E| Downloaded glob v0.3.1
30442026-09-12T21:08:10.354Z[ helios-setup] Sep 12 21:08:09.278 INFO E| Downloaded getrandom v0.2.10
30452026-09-12T21:08:10.358Z[ helios-setup] Sep 12 21:08:09.283 INFO E| Downloaded unicode-width v0.1.10
30462026-09-12T21:08:10.361Z[ helios-setup] Sep 12 21:08:09.284 INFO E| Downloaded walkdir v2.3.3
30472026-09-12T21:08:10.361Z[ helios-setup] Sep 12 21:08:09.285 INFO E| Downloaded quote v1.0.31
30482026-09-12T21:08:10.363Z[ helios-setup] Sep 12 21:08:09.287 INFO E| Downloaded errno v0.3.1
30492026-09-12T21:08:10.363Z[ helios-setup] Sep 12 21:08:09.288 INFO E| Downloaded uuid v0.8.2
30502026-09-12T21:08:10.366Z[ helios-setup] Sep 12 21:08:09.290 INFO E| Downloaded anyhow v1.0.72
30512026-09-12T21:08:10.366Z[ helios-setup] Sep 12 21:08:09.292 INFO E| Downloaded once_cell v1.18.0
30522026-09-12T21:08:10.369Z[ helios-setup] Sep 12 21:08:09.293 INFO E| Downloaded tempfile v3.7.0
30532026-09-12T21:08:10.369Z[ helios-setup] Sep 12 21:08:09.294 INFO E| Downloaded proc-macro2 v1.0.66
30542026-09-12T21:08:10.372Z[ helios-setup] Sep 12 21:08:09.296 INFO E| Downloaded bitflags v2.3.3
30552026-09-12T21:08:10.375Z[ helios-setup] Sep 12 21:08:09.298 INFO E| Downloaded toml v0.5.11
30562026-09-12T21:08:10.375Z[ helios-setup] Sep 12 21:08:09.299 INFO E| Downloaded serde_derive v1.0.193
30572026-09-12T21:08:10.378Z[ helios-setup] Sep 12 21:08:09.303 INFO E| Downloaded serde v1.0.193
30582026-09-12T21:08:10.395Z[ helios-setup] Sep 12 21:08:09.320 INFO E| Downloaded serde_json v1.0.103
30592026-09-12T21:08:10.410Z[ helios-setup] Sep 12 21:08:09.336 INFO E| Downloaded syn v2.0.32
30602026-09-12T21:08:10.419Z[ host-package] Compiling memmap2 v0.9.10
30612026-09-12T21:08:10.432Z[ helios-setup] Sep 12 21:08:09.357 INFO E| Downloaded rustix v0.38.4
30622026-09-12T21:08:10.448Z[ helios-setup] Sep 12 21:08:09.370 INFO E| Downloaded libc v0.2.147
30632026-09-12T21:08:10.610Z[ host-package] Compiling num-iter v0.1.45
30642026-09-12T21:08:10.621Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling libc v0.2.147
30652026-09-12T21:08:10.621Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling proc-macro2 v1.0.66
30662026-09-12T21:08:10.626Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling unicode-ident v1.0.11
30672026-09-12T21:08:10.626Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling cfg-if v1.0.0
30682026-09-12T21:08:10.626Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling typenum v1.16.0
30692026-09-12T21:08:10.626Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling version_check v0.9.4
30702026-09-12T21:08:10.626Z[ helios-setup] Sep 12 21:08:09.546 INFO E| Compiling serde v1.0.193
30712026-09-12T21:08:10.634Z[ helios-setup] Sep 12 21:08:09.560 INFO E| Compiling powerfmt v0.2.0
30722026-09-12T21:08:10.653Z[ host-package] Compiling half v2.7.1
30732026-09-12T21:08:10.675Z[ helios-setup] Sep 12 21:08:09.600 INFO E| Compiling num-conv v0.1.0
30742026-09-12T21:08:10.692Z[ helios-setup] Sep 12 21:08:09.617 INFO E| Compiling itoa v1.0.9
30752026-09-12T21:08:10.695Z[ helios-setup] Sep 12 21:08:09.619 INFO E| Compiling rustix v0.38.4
30762026-09-12T21:08:10.695Z[ helios-setup] Sep 12 21:08:09.619 INFO E| Compiling time-core v0.1.2
30772026-09-12T21:08:10.695Z[ helios-setup] Sep 12 21:08:09.619 INFO E| Compiling slog v2.7.0
30782026-09-12T21:08:10.695Z[ helios-setup] Sep 12 21:08:09.620 INFO E| Compiling num_threads v0.1.6
30792026-09-12T21:08:10.695Z[ helios-setup] Sep 12 21:08:09.620 INFO E| Compiling once_cell v1.18.0
30802026-09-12T21:08:10.706Z[ helios-setup] Sep 12 21:08:09.632 INFO E| Compiling bitflags v2.3.3
30812026-09-12T21:08:10.728Z[ host-package] Compiling ff v0.13.1
30822026-09-12T21:08:10.838Z[ host-package] Compiling sec1 v0.7.3
30832026-09-12T21:08:10.842Z[ host-package] Compiling rustix v0.38.44
30842026-09-12T21:08:11.049Z[ host-package] Compiling usdt-impl v0.6.0
30852026-09-12T21:08:11.136Z[ host-package] Compiling ciborium-ll v0.2.2
30862026-09-12T21:08:11.160Z[ helios-setup] Sep 12 21:08:10.086 INFO E| Compiling fastrand v2.0.0
30872026-09-12T21:08:11.160Z[ helios-setup] Sep 12 21:08:10.086 INFO E| Compiling opaque-debug v0.3.0
30882026-09-12T21:08:11.185Z[ helios-setup] Sep 12 21:08:10.111 INFO E| Compiling anyhow v1.0.72
30892026-09-12T21:08:11.189Z[ host-package] Compiling tokio-util v0.7.18
30902026-09-12T21:08:11.265Z[ helios-setup] Sep 12 21:08:10.191 INFO E| Compiling serde_json v1.0.103
30912026-09-12T21:08:11.273Z[ helios-setup] Sep 12 21:08:10.199 INFO E| Compiling unicode-width v0.1.10
30922026-09-12T21:08:11.305Z[ helios-setup] Sep 12 21:08:10.231 INFO E| Compiling cpufeatures v0.2.9
30932026-09-12T21:08:11.380Z[ helios-setup] Sep 12 21:08:10.305 INFO E| Compiling same-file v1.0.6
30942026-09-12T21:08:11.536Z[ helios-setup] Sep 12 21:08:10.461 INFO E| Compiling deranged v0.3.11
30952026-09-12T21:08:11.542Z[ helios-setup] Sep 12 21:08:10.467 INFO E| Compiling thread_local v1.1.7
30962026-09-12T21:08:11.694Z[ helios-setup] Sep 12 21:08:10.613 INFO E| Compiling ryu v1.0.15
30972026-09-12T21:08:11.694Z[ helios-setup] Sep 12 21:08:10.618 INFO E| Compiling time-macros v0.2.18
30982026-09-12T21:08:11.709Z[ helios-setup] Sep 12 21:08:10.634 INFO E| Compiling walkdir v2.3.3
30992026-09-12T21:08:11.754Z[ helios-setup] Sep 12 21:08:10.680 INFO E| Compiling getopts v0.2.21
31002026-09-12T21:08:11.765Z[ host-package] Compiling tower v0.5.3
31012026-09-12T21:08:11.833Z[ helios-setup] Sep 12 21:08:10.758 INFO E| Compiling libdevinfo-sys v1.0.0
31022026-09-12T21:08:11.838Z[ helios-setup] Sep 12 21:08:10.763 INFO E| Compiling generic-array v0.14.7
31032026-09-12T21:08:11.885Z[ helios-setup] Sep 12 21:08:10.801 INFO E| Compiling quote v1.0.31
31042026-09-12T21:08:11.937Z[ helios-setup] Sep 12 21:08:10.860 INFO E| Compiling glob v0.3.1
31052026-09-12T21:08:11.959Z[ host-package] Compiling usdt v0.6.0
31062026-09-12T21:08:11.959Z[ helios-setup] Sep 12 21:08:10.884 INFO E| Compiling dirs-sys-next v0.1.2
31072026-09-12T21:08:11.987Z[ helios-setup] Sep 12 21:08:10.913 INFO E| Compiling errno v0.3.1
31082026-09-12T21:08:12.077Z[ host-package] Compiling group v0.13.0
31092026-09-12T21:08:12.189Z[ helios-setup] Sep 12 21:08:11.114 INFO E| Compiling atty v0.2.14
31102026-09-12T21:08:12.214Z[ host-package] Compiling packed_struct v0.10.1
31112026-09-12T21:08:12.214Z[ host-package] Compiling hkdf v0.12.4
31122026-09-12T21:08:12.230Z[ helios-setup] Sep 12 21:08:11.155 INFO E| Compiling syn v2.0.32
31132026-09-12T21:08:12.305Z[ helios-setup] Sep 12 21:08:11.230 INFO E| Compiling dirs-next v2.0.0
31142026-09-12T21:08:12.309Z[ helios-setup] Sep 12 21:08:11.235 INFO E| Compiling getrandom v0.2.10
31152026-09-12T21:08:12.426Z[ helios-setup] Sep 12 21:08:11.349 INFO E| Compiling term v0.7.0
31162026-09-12T21:08:12.634Z[ host-package] Compiling h2 v0.4.15
31172026-09-12T21:08:12.788Z[ host-package] Compiling flate2 v1.1.9
31182026-09-12T21:08:12.976Z[ host-package] Compiling tower-http v0.6.8
31192026-09-12T21:08:13.047Z[ host-package] Compiling crypto-bigint v0.5.5
31202026-09-12T21:08:13.114Z[ helios-setup] Sep 12 21:08:12.040 INFO E| Compiling digest v0.9.0
31212026-09-12T21:08:13.114Z[ helios-setup] Sep 12 21:08:12.040 INFO E| Compiling block-buffer v0.9.0
31222026-09-12T21:08:13.269Z[ helios-setup] Sep 12 21:08:12.194 INFO E| Compiling md-5 v0.9.1
31232026-09-12T21:08:13.269Z[ helios-setup] Sep 12 21:08:12.194 INFO E| Compiling sha-1 v0.9.8
31242026-09-12T21:08:13.291Z[ helios-setup] Sep 12 21:08:12.217 INFO E| Compiling tempfile v3.7.0
31252026-09-12T21:08:13.371Z[ host-package] Compiling newtype-uuid v1.3.2
31262026-09-12T21:08:13.488Z[ host-package] Compiling num-bigint-dig v0.8.6
31272026-09-12T21:08:13.677Z[ host-package] Compiling dof v0.3.0
31282026-09-12T21:08:13.744Z[ host-package] Compiling daft v0.1.8
31292026-09-12T21:08:13.747Z[ helios-setup] Sep 12 21:08:12.669 INFO E| Compiling time v0.3.36
31302026-09-12T21:08:13.804Z[ host-package] Compiling ciborium v0.2.2
31312026-09-12T21:08:13.995Z[ host-package] Compiling tokio-rustls v0.26.4
31322026-09-12T21:08:14.039Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31332026-09-12T21:08:14.138Z[ host-package] Compiling pkcs1 v0.7.5
31342026-09-12T21:08:14.193Z[ host-package] Compiling bstr v1.12.1
31352026-09-12T21:08:14.249Z[ host-package] Compiling block-padding v0.4.2
31362026-09-12T21:08:14.283Z[ host-package] Compiling dtrace-parser v0.2.0
31372026-09-12T21:08:14.330Z[ helios-setup] Sep 12 21:08:13.254 INFO E| Compiling serde_derive v1.0.193
31382026-09-12T21:08:14.391Z[ host-package] Compiling toml_datetime v0.6.11
31392026-09-12T21:08:14.485Z[ host-package] Compiling elliptic-curve v0.13.8
31402026-09-12T21:08:14.563Z[ host-package] Compiling serde_spanned v0.6.9
31412026-09-12T21:08:14.606Z[ host-package] Compiling thread-id v4.2.2
31422026-09-12T21:08:14.672Z[ helios-setup] Sep 12 21:08:13.597 INFO E| Compiling slog-term v2.9.0
31432026-09-12T21:08:14.726Z[ host-package] Compiling signal-hook v0.3.18
31442026-09-12T21:08:14.837Z[ host-package] Compiling rsa v0.9.10
31452026-09-12T21:08:14.913Z[ host-package] Compiling nix v0.31.2
31462026-09-12T21:08:14.976Z[ host-package] Compiling usdt-impl v0.5.0
31472026-09-12T21:08:14.979Z[ host-package] Compiling inout v0.2.2
31482026-09-12T21:08:15.120Z[ host-package] Compiling serde-hex v0.1.0
31492026-09-12T21:08:15.214Z[ host-package] Compiling ron v0.8.1
31502026-09-12T21:08:15.282Z[ host-package] Compiling serde_with v3.21.0
31512026-09-12T21:08:15.285Z[ host-package] Compiling memmap v0.7.0
31522026-09-12T21:08:15.333Z[ host-package] Compiling foreign-types-shared v0.1.1
31532026-09-12T21:08:15.336Z[ host-package] Compiling cipher v0.5.2
31542026-09-12T21:08:15.359Z[ host-package] Compiling openssl-sys v0.9.117
31552026-09-12T21:08:15.482Z[ host-package] Compiling foreign-types v0.3.2
31562026-09-12T21:08:15.625Z[ host-package] Compiling usdt v0.5.0
31572026-09-12T21:08:15.688Z[ host-package] Compiling rfc6979 v0.4.0
31582026-09-12T21:08:15.722Z[ host-package] Compiling ahash v0.8.12
31592026-09-12T21:08:15.727Z[ host-package] Compiling curve25519-dalek v4.1.3
31602026-09-12T21:08:15.856Z[ host-package] Compiling openssl v0.10.80
31612026-09-12T21:08:15.892Z[ host-package] Compiling ecdsa v0.16.9
31622026-09-12T21:08:15.943Z[ host-package] Compiling chacha20 v0.10.0
31632026-09-12T21:08:15.985Z[ host-package] Compiling signal-hook-mio v0.2.5
31642026-09-12T21:08:16.092Z[ host-package] Compiling primeorder v0.13.6
31652026-09-12T21:08:16.162Z[ host-package] Compiling globset v0.4.18
31662026-09-12T21:08:16.203Z[ host-package] Compiling sha3 v0.10.8
31672026-09-12T21:08:16.263Z[ host-package] Compiling toml_edit v0.19.15
31682026-09-12T21:08:16.342Z[ host-package] Compiling rand v0.10.1
31692026-09-12T21:08:16.376Z[ host-package] Compiling zopfli v0.8.3
31702026-09-12T21:08:16.557Z[ host-package] Compiling salty v0.3.0
31712026-09-12T21:08:16.566Z[ host-package] Compiling hashbrown v0.13.2
31722026-09-12T21:08:16.657Z[ host-package] Compiling bzip2 v0.4.4
31732026-09-12T21:08:16.744Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31742026-09-12T21:08:16.861Z[ host-package] Compiling ed25519 v2.2.3
31752026-09-12T21:08:16.997Z[ host-package] Compiling hyper v1.10.1
31762026-09-12T21:08:17.131Z[ host-package] Compiling inout v0.1.4
31772026-09-12T21:08:17.156Z[ host-package] Compiling ed25519-dalek v2.2.0
31782026-09-12T21:08:17.156Z[ host-package] Compiling jiff v0.2.34
31792026-09-12T21:08:17.244Z[ host-package] Compiling object v0.30.4
31802026-09-12T21:08:17.347Z[ host-package] Compiling cipher v0.4.4
31812026-09-12T21:08:17.402Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31822026-09-12T21:08:17.439Z[ host-package] Compiling zip v0.6.6
31832026-09-12T21:08:17.475Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31842026-09-12T21:08:17.525Z[ host-package] Compiling crossterm v0.28.1
31852026-09-12T21:08:17.629Z[ host-package] Compiling sha2 v0.11.0
31862026-09-12T21:08:17.667Z[ host-package] Compiling serde-big-array v0.5.1
31872026-09-12T21:08:17.670Z[ host-package] Compiling pem v3.0.6
31882026-09-12T21:08:17.822Z[ host-package] Compiling petgraph v0.8.3
31892026-09-12T21:08:17.886Z[ host-package] Compiling object v0.37.3
31902026-09-12T21:08:17.970Z[ host-package] Compiling toml v0.7.8
31912026-09-12T21:08:18.271Z[ host-package] Compiling heapless v0.7.17
31922026-09-12T21:08:18.435Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31932026-09-12T21:08:18.696Z[ helios-setup] Sep 12 21:08:17.621 INFO E| Compiling toml v0.5.11
31942026-09-12T21:08:18.696Z[ helios-setup] Sep 12 21:08:17.621 INFO E| Compiling uuid v0.8.2
31952026-09-12T21:08:18.705Z[ host-package] Compiling hyper-util v0.1.20
31962026-09-12T21:08:18.740Z[ host-package] Compiling native-tls v0.2.18
31972026-09-12T21:08:18.784Z[ host-package] Compiling p384 v0.13.1
31982026-09-12T21:08:18.953Z[ host-package] Compiling byte-wrapper v0.1.0
31992026-09-12T21:08:19.165Z[ host-package] Compiling tokio-native-tls v0.3.1
32002026-09-12T21:08:19.244Z[ host-package] Compiling hmac v0.13.0
32012026-09-12T21:08:19.439Z[ host-package] Compiling md-5 v0.11.0
32022026-09-12T21:08:19.463Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32032026-09-12T21:08:19.466Z[ helios-setup] Sep 12 21:08:18.390 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32042026-09-12T21:08:19.534Z[ host-package] Compiling serde_plain v1.0.2
32052026-09-12T21:08:19.635Z[ host-package] Compiling zip v8.6.0
32062026-09-12T21:08:19.724Z[ host-package] Compiling postgres-protocol v0.6.12
32072026-09-12T21:08:19.840Z[ host-package] Compiling toml_edit v0.22.27
32082026-09-12T21:08:19.881Z[ host-package] Compiling smoltcp v0.9.1
32092026-09-12T21:08:19.944Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32102026-09-12T21:08:20.032Z[ host-package] Compiling tokio-stream v0.1.18
32112026-09-12T21:08:20.250Z[ helios-setup] Sep 12 21:08:19.176 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32122026-09-12T21:08:20.384Z[ host-package] Compiling hickory-proto v0.24.4
32132026-09-12T21:08:20.570Z[ host-package] Compiling hyper-rustls v0.27.7
32142026-09-12T21:08:20.690Z[ host-package] Compiling hyper-tls v0.6.0
32152026-09-12T21:08:20.727Z[ host-package] Compiling hickory-proto v0.25.2
32162026-09-12T21:08:20.814Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
32172026-09-12T21:08:21.025Z[ host-package] Compiling reqwest v0.13.2
32182026-09-12T21:08:21.077Z[ host-package] Compiling float-cmp v0.10.0
32192026-09-12T21:08:21.167Z[ host-package] Compiling backtrace v0.3.76
32202026-09-12T21:08:21.195Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32212026-09-12T21:08:21.235Z[ host-package] Compiling petgraph v0.6.5
32222026-09-12T21:08:21.353Z[ host-package] Compiling predicates v3.1.4
32232026-09-12T21:08:21.420Z[ host-package] Compiling string_cache v0.8.9
32242026-09-12T21:08:21.452Z[ host-package] Compiling textwrap v0.16.2
32252026-09-12T21:08:21.530Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32262026-09-12T21:08:21.627Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32272026-09-12T21:08:21.773Z[ host-package] Compiling backtrace-ext v0.2.1
32282026-09-12T21:08:21.900Z[ host-package] Compiling toml v0.8.23
32292026-09-12T21:08:22.062Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32302026-09-12T21:08:22.096Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32312026-09-12T21:08:22.544Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
32322026-09-12T21:08:22.589Z[ host-package] Compiling reqwest v0.12.28
32332026-09-12T21:08:22.704Z[ host-package] Compiling postgres-types v0.2.14
32342026-09-12T21:08:22.955Z[ host-package] Compiling zip v4.6.1
32352026-09-12T21:08:23.189Z[ host-package] Compiling hickory-resolver v0.24.4
32362026-09-12T21:08:23.236Z[ host-package] Compiling iddqd v0.4.2
32372026-09-12T21:08:23.281Z[ host-package] Compiling similar v2.7.0
32382026-09-12T21:08:23.326Z[ host-package] Compiling olpc-cjson v0.1.4
32392026-09-12T21:08:23.586Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32402026-09-12T21:08:23.661Z[ host-package] Compiling secrecy v0.8.0
32412026-09-12T21:08:23.943Z[ host-package] Compiling miette v7.6.0
32422026-09-12T21:08:24.163Z[ host-package] Compiling tokio-postgres v0.7.18
32432026-09-12T21:08:24.580Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32442026-09-12T21:08:24.823Z[ host-package] Compiling qorb v0.4.1
32452026-09-12T21:08:24.962Z[ host-package] Compiling tough v0.22.0
32462026-09-12T21:08:24.994Z[ host-package] Compiling fs-err v3.3.0
32472026-09-12T21:08:25.018Z[ helios-setup] Sep 12 21:08:23.944 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s
32482026-09-12T21:08:25.047Z[ helios-setup] Sep 12 21:08:23.972 INFO building project "image-builder" ok (15 seconds)
32492026-09-12T21:08:25.047Z[ helios-setup] Sep 12 21:08:23.972 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32502026-09-12T21:08:25.054Z[ helios-setup] Sep 12 21:08:23.980 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
32512026-09-12T21:08:25.054Z[ helios-setup] Sep 12 21:08:23.980 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32522026-09-12T21:08:25.057Z[ helios-setup] Sep 12 21:08:23.980 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32532026-09-12T21:08:25.165Z[ helios-setup] Sep 12 21:08:24.090 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32542026-09-12T21:08:25.190Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
32552026-09-12T21:08:25.215Z[ host-package] Compiling buf-list v1.1.2
32562026-09-12T21:08:25.358Z[ host-package] Compiling hostname v0.3.1
32572026-09-12T21:08:25.482Z[ helios-setup] Sep 12 21:08:24.407 INFO E| From https://github.com/jclulow/hiercmd
32582026-09-12T21:08:25.482Z[ helios-setup] Sep 12 21:08:24.407 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32592026-09-12T21:08:25.499Z[ helios-setup] Sep 12 21:08:24.423 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32602026-09-12T21:08:25.532Z[ host-package] Compiling slog-json v2.6.1
32612026-09-12T21:08:25.571Z[ host-package] Compiling serde_spanned v1.1.1
32622026-09-12T21:08:25.598Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32632026-09-12T21:08:25.624Z[ host-package] Compiling compression-codecs v0.4.37
32642026-09-12T21:08:25.762Z[ host-package] Compiling slog-bunyan v2.5.0
32652026-09-12T21:08:25.835Z[ host-package] Compiling multer v3.1.0
32662026-09-12T21:08:25.837Z[ helios-setup] Sep 12 21:08:24.762 INFO E| From https://github.com/oxidecomputer/network-interface
32672026-09-12T21:08:25.837Z[ helios-setup] Sep 12 21:08:24.762 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32682026-09-12T21:08:25.849Z[ helios-setup] Sep 12 21:08:24.775 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32692026-09-12T21:08:25.942Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32702026-09-12T21:08:25.973Z[ host-package] Compiling async-compression v0.4.41
32712026-09-12T21:08:26.001Z[ host-package] Compiling sha1 v0.11.0
32722026-09-12T21:08:26.151Z[ helios-setup] Sep 12 21:08:25.077 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32732026-09-12T21:08:26.151Z[ helios-setup] Sep 12 21:08:25.077 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32742026-09-12T21:08:26.170Z[ helios-setup] Sep 12 21:08:25.095 INFO E| Updating crates.io index
32752026-09-12T21:08:26.237Z[ helios-setup] Sep 12 21:08:25.162 INFO E| Downloading crates ...
32762026-09-12T21:08:26.266Z[ host-package] Compiling rustls-pemfile v2.2.0
32772026-09-12T21:08:26.313Z[ helios-setup] Sep 12 21:08:25.238 INFO E| Downloaded anstyle-query v1.1.4
32782026-09-12T21:08:26.316Z[ helios-setup] Sep 12 21:08:25.239 INFO E| Downloaded env_filter v0.1.4
32792026-09-12T21:08:26.316Z[ host-package] Compiling serde_path_to_error v0.1.20
32802026-09-12T21:08:26.316Z[ helios-setup] Sep 12 21:08:25.240 INFO E| Downloaded clap_lex v0.7.6
32812026-09-12T21:08:26.316Z[ helios-setup] Sep 12 21:08:25.241 INFO E| Downloaded crc v3.3.0
32822026-09-12T21:08:26.333Z[ helios-setup] Sep 12 21:08:25.259 INFO E| Downloaded devinfo v0.1.0
32832026-09-12T21:08:26.344Z[ helios-setup] Sep 12 21:08:25.270 INFO E| Downloaded time-core v0.1.6
32842026-09-12T21:08:26.347Z[ helios-setup] Sep 12 21:08:25.270 INFO E| Downloaded deranged v0.5.5
32852026-09-12T21:08:26.347Z[ helios-setup] Sep 12 21:08:25.271 INFO E| Downloaded num_enum v0.7.5
32862026-09-12T21:08:26.350Z[ helios-setup] Sep 12 21:08:25.274 INFO E| Downloaded anstyle v1.0.13
32872026-09-12T21:08:26.350Z[ helios-setup] Sep 12 21:08:25.276 INFO E| Downloaded find-msvc-tools v0.1.4
32882026-09-12T21:08:26.353Z[ helios-setup] Sep 12 21:08:25.276 INFO E| Downloaded pin-project-lite v0.2.16
32892026-09-12T21:08:26.356Z[ helios-setup] Sep 12 21:08:25.280 INFO E| Downloaded thiserror-impl v2.0.17
32902026-09-12T21:08:26.356Z[ helios-setup] Sep 12 21:08:25.281 INFO E| Downloaded clap_derive v4.5.49
32912026-09-12T21:08:26.359Z[ helios-setup] Sep 12 21:08:25.282 INFO E| Downloaded env_logger v0.11.8
32922026-09-12T21:08:26.359Z[ helios-setup] Sep 12 21:08:25.284 INFO E| Downloaded pin-utils v0.1.0
32932026-09-12T21:08:26.359Z[ helios-setup] Sep 12 21:08:25.285 INFO E| Downloaded bitflags v2.10.0
32942026-09-12T21:08:26.362Z[ helios-setup] Sep 12 21:08:25.287 INFO E| Downloaded simd-adler32 v0.3.7
32952026-09-12T21:08:26.371Z[ helios-setup] Sep 12 21:08:25.297 INFO E| Downloaded futures-sink v0.3.31
32962026-09-12T21:08:26.374Z[ helios-setup] Sep 12 21:08:25.299 INFO E| Downloaded serde_spanned v1.0.3
32972026-09-12T21:08:26.377Z[ helios-setup] Sep 12 21:08:25.300 INFO E| Downloaded futures-io v0.3.31
32982026-09-12T21:08:26.380Z[ helios-setup] Sep 12 21:08:25.304 INFO E| Downloaded itoa v1.0.15
32992026-09-12T21:08:26.380Z[ helios-setup] Sep 12 21:08:25.305 INFO E| Downloaded futures-task v0.3.31
33002026-09-12T21:08:26.383Z[ helios-setup] Sep 12 21:08:25.306 INFO E| Downloaded bitfield-macros v0.19.3
33012026-09-12T21:08:26.392Z[ helios-setup] Sep 12 21:08:25.317 INFO E| Downloaded getopts v0.2.24
33022026-09-12T21:08:26.397Z[ helios-setup] Sep 12 21:08:25.319 INFO E| Downloaded num_enum_derive v0.7.5
33032026-09-12T21:08:26.397Z[ helios-setup] Sep 12 21:08:25.320 INFO E| Downloaded zeroize v1.8.2
33042026-09-12T21:08:26.397Z[ helios-setup] Sep 12 21:08:25.320 INFO E| Downloaded quote v1.0.41
33052026-09-12T21:08:26.400Z[ helios-setup] Sep 12 21:08:25.322 INFO E| Downloaded futures-channel v0.3.31
33062026-09-12T21:08:26.409Z[ helios-setup] Sep 12 21:08:25.335 INFO E| Downloaded libdevinfo-sys v1.1.0
33072026-09-12T21:08:26.413Z[ helios-setup] Sep 12 21:08:25.336 INFO E| Downloaded futures-core v0.3.31
33082026-09-12T21:08:26.413Z[ helios-setup] Sep 12 21:08:25.336 INFO E| Downloaded futures-macro v0.3.31
33092026-09-12T21:08:26.413Z[ helios-setup] Sep 12 21:08:25.337 INFO E| Downloaded zeroize_derive v1.4.2
33102026-09-12T21:08:26.413Z[ helios-setup] Sep 12 21:08:25.338 INFO E| Downloaded slab v0.4.11
33112026-09-12T21:08:26.416Z[ helios-setup] Sep 12 21:08:25.338 INFO E| Downloaded bitfield v0.19.3
33122026-09-12T21:08:26.419Z[ host-package] Compiling hostname v0.4.2
33132026-09-12T21:08:26.422Z[ helios-setup] Sep 12 21:08:25.348 INFO E| Downloaded signal-hook-registry v1.4.6
33142026-09-12T21:08:26.426Z[ helios-setup] Sep 12 21:08:25.349 INFO E| Downloaded toml_datetime v0.7.3
33152026-09-12T21:08:26.426Z[ helios-setup] Sep 12 21:08:25.350 INFO E| Downloaded toml_writer v1.0.4
33162026-09-12T21:08:26.426Z[ helios-setup] Sep 12 21:08:25.351 INFO E| Downloaded futures-executor v0.3.31
33172026-09-12T21:08:26.429Z[ helios-setup] Sep 12 21:08:25.351 INFO E| Downloaded thiserror v2.0.17
33182026-09-12T21:08:26.432Z[ helios-setup] Sep 12 21:08:25.355 INFO E| Downloaded base64ct v1.8.0
33192026-09-12T21:08:26.432Z[ helios-setup] Sep 12 21:08:25.356 INFO E| Downloaded time-macros v0.2.24
33202026-09-12T21:08:26.435Z[ helios-setup] Sep 12 21:08:25.359 INFO E| Downloaded socket2 v0.6.1
33212026-09-12T21:08:26.438Z[ helios-setup] Sep 12 21:08:25.361 INFO E| Downloaded ryu v1.0.20
33222026-09-12T21:08:26.438Z[ helios-setup] Sep 12 21:08:25.363 INFO E| Downloaded generic-array v0.14.9
33232026-09-12T21:08:26.441Z[ helios-setup] Sep 12 21:08:25.366 INFO E| Downloaded unicode-ident v1.0.22
33242026-09-12T21:08:26.446Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33252026-09-12T21:08:26.469Z[ helios-setup] Sep 12 21:08:25.395 INFO E| Downloaded getrandom v0.2.16
33262026-09-12T21:08:26.478Z[ helios-setup] Sep 12 21:08:25.397 INFO E| Downloaded term v1.2.0
33272026-09-12T21:08:26.478Z[ helios-setup] Sep 12 21:08:25.399 INFO E| Downloaded tokio-macros v2.6.0
33282026-09-12T21:08:26.478Z[ helios-setup] Sep 12 21:08:25.399 INFO E| Downloaded anyhow v1.0.100
33292026-09-12T21:08:26.478Z[ helios-setup] Sep 12 21:08:25.402 INFO E| Downloaded clap v4.5.51
33302026-09-12T21:08:26.481Z[ host-package] Compiling progenitor-client v0.14.0
33312026-09-12T21:08:26.482Z[ helios-setup] Sep 12 21:08:25.407 INFO E| Downloaded rsa v0.9.8
33322026-09-12T21:08:26.527Z[ helios-setup] Sep 12 21:08:25.452 INFO E| Downloaded log v0.4.28
33332026-09-12T21:08:26.530Z[ helios-setup] Sep 12 21:08:25.454 INFO E| Downloaded proc-macro2 v1.0.103
33342026-09-12T21:08:26.535Z[ helios-setup] Sep 12 21:08:25.457 INFO E| Downloaded toml v0.9.8
33352026-09-12T21:08:26.535Z[ helios-setup] Sep 12 21:08:25.460 INFO E| Downloaded toml_parser v1.0.4
33362026-09-12T21:08:26.566Z[ helios-setup] Sep 12 21:08:25.491 INFO E| Downloaded iana-time-zone v0.1.64
33372026-09-12T21:08:26.570Z[ host-package] Compiling atomicwrites v0.4.4
33382026-09-12T21:08:26.573Z[ helios-setup] Sep 12 21:08:25.496 INFO E| Downloaded futures v0.3.31
33392026-09-12T21:08:26.576Z[ helios-setup] Sep 12 21:08:25.499 INFO E| Downloaded rand v0.8.5
33402026-09-12T21:08:26.579Z[ helios-setup] Sep 12 21:08:25.502 INFO E| Downloaded bytes v1.10.1
33412026-09-12T21:08:26.582Z[ helios-setup] Sep 12 21:08:25.506 INFO E| Downloaded toml_edit v0.23.7
33422026-09-12T21:08:26.585Z[ helios-setup] Sep 12 21:08:25.508 INFO E| Downloaded cc v1.2.44
33432026-09-12T21:08:26.585Z[ helios-setup] Sep 12 21:08:25.510 INFO E| Downloaded flate2 v1.1.5
33442026-09-12T21:08:26.590Z[ helios-setup] Sep 12 21:08:25.514 INFO E| Downloaded memchr v2.7.6
33452026-09-12T21:08:26.594Z[ helios-setup] Sep 12 21:08:25.517 INFO E| Downloaded typenum v1.19.0
33462026-09-12T21:08:26.594Z[ helios-setup] Sep 12 21:08:25.519 INFO E| Downloaded uuid v1.18.1
33472026-09-12T21:08:26.598Z[ helios-setup] Sep 12 21:08:25.522 INFO E| Downloaded zerocopy-derive v0.8.27
33482026-09-12T21:08:26.604Z[ helios-setup] Sep 12 21:08:25.530 INFO E| Downloaded iddqd v0.3.14
33492026-09-12T21:08:26.609Z[ helios-setup] Sep 12 21:08:25.535 INFO E| Downloaded mio v1.1.0
33502026-09-12T21:08:26.613Z[ helios-setup] Sep 12 21:08:25.538 INFO E| Downloaded indexmap v2.12.0
33512026-09-12T21:08:26.637Z[ helios-setup] Sep 12 21:08:25.562 INFO E| Downloaded num-bigint-dig v0.8.4
33522026-09-12T21:08:26.642Z[ helios-setup] Sep 12 21:08:25.565 INFO E| Downloaded time v0.3.44
33532026-09-12T21:08:26.645Z[ helios-setup] Sep 12 21:08:25.570 INFO E| Downloaded serde_json v1.0.145
33542026-09-12T21:08:26.648Z[ host-package] Compiling macaddr v1.0.1
33552026-09-12T21:08:26.652Z[ helios-setup] Sep 12 21:08:25.578 INFO E| Downloaded hashbrown v0.16.0
33562026-09-12T21:08:26.677Z[ helios-setup] Sep 12 21:08:25.599 INFO E| Downloaded futures-util v0.3.31
33572026-09-12T21:08:26.681Z[ helios-setup] Sep 12 21:08:25.606 INFO E| Downloaded libm v0.2.15
33582026-09-12T21:08:26.684Z[ host-package] Compiling instant v0.1.13
33592026-09-12T21:08:26.687Z[ helios-setup] Sep 12 21:08:25.613 INFO E| Downloaded winnow v0.7.13
33602026-09-12T21:08:26.693Z[ helios-setup] Sep 12 21:08:25.619 INFO E| Downloaded clap_builder v4.5.51
33612026-09-12T21:08:26.713Z[ helios-setup] Sep 12 21:08:25.639 INFO E| Downloaded zerocopy v0.8.27
33622026-09-12T21:08:26.755Z[ helios-setup] Sep 12 21:08:25.680 INFO E| Downloaded unicode-width v0.2.2
33632026-09-12T21:08:26.835Z[ helios-setup] Sep 12 21:08:25.683 INFO E| Downloaded chrono v0.4.42
33642026-09-12T21:08:26.836Z[ helios-setup] Sep 12 21:08:25.687 INFO E| Downloaded syn v2.0.108
33652026-09-12T21:08:26.836Z[ helios-setup] Sep 12 21:08:25.703 INFO E| Downloaded rustix v1.1.2
33662026-09-12T21:08:26.836Z[ host-package] Compiling oxide-generation v0.1.3
33672026-09-12T21:08:26.844Z[ host-package] Compiling regress v0.10.5
33682026-09-12T21:08:26.845Z[ helios-setup] Sep 12 21:08:25.770 INFO E| Downloaded libc v0.2.177
33692026-09-12T21:08:26.866Z[ helios-setup] Sep 12 21:08:25.785 INFO E| Downloaded tokio v1.48.0
33702026-09-12T21:08:26.910Z[ host-package] Compiling dropshot v0.17.1
33712026-09-12T21:08:26.948Z[ host-package] Compiling backoff v0.4.0
33722026-09-12T21:08:26.973Z[ host-package] Compiling progenitor-extras v0.2.0
33732026-09-12T21:08:27.007Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling proc-macro2 v1.0.103
33742026-09-12T21:08:27.007Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling quote v1.0.41
33752026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling unicode-ident v1.0.22
33762026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling libc v0.2.177
33772026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling serde_core v1.0.228
33782026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling cfg-if v1.0.4
33792026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling serde v1.0.228
33802026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling version_check v0.9.5
33812026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling autocfg v1.5.0
33822026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling const-oid v0.9.6
33832026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling typenum v1.19.0
33842026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.932 INFO E| Compiling libm v0.2.15
33852026-09-12T21:08:27.011Z[ helios-setup] Sep 12 21:08:25.933 INFO E| Compiling zerocopy v0.8.27
33862026-09-12T21:08:27.065Z[ helios-setup] Sep 12 21:08:25.990 INFO E| Compiling rustversion v1.0.22
33872026-09-12T21:08:27.065Z[ helios-setup] Sep 12 21:08:25.990 INFO E| Compiling zeroize v1.8.2
33882026-09-12T21:08:27.068Z[ helios-setup] Sep 12 21:08:25.990 INFO E| Compiling smallvec v1.15.1
33892026-09-12T21:08:27.317Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33902026-09-12T21:08:27.320Z[ helios-setup] Sep 12 21:08:26.244 INFO E| Compiling base64ct v1.8.0
33912026-09-12T21:08:27.562Z[ helios-setup] Sep 12 21:08:26.487 INFO E| Compiling byteorder v1.5.0
33922026-09-12T21:08:27.603Z[ helios-setup] Sep 12 21:08:26.528 INFO E| Compiling rustix v1.1.2
33932026-09-12T21:08:27.628Z[ host-package] Compiling parse-display v0.10.0
33942026-09-12T21:08:27.681Z[ helios-setup] Sep 12 21:08:26.606 INFO E| Compiling winnow v0.7.13
33952026-09-12T21:08:27.695Z[ host-package] Compiling heck v0.5.0
33962026-09-12T21:08:27.720Z[ helios-setup] Sep 12 21:08:26.645 INFO E| Compiling crc32fast v1.5.0
33972026-09-12T21:08:27.771Z[ host-package] Compiling regress v0.11.1
33982026-09-12T21:08:27.927Z[ host-package] Compiling secrecy v0.10.3
33992026-09-12T21:08:27.970Z[ helios-setup] Sep 12 21:08:26.886 INFO E| Compiling pem-rfc7468 v0.7.0
34002026-09-12T21:08:28.085Z[ helios-setup] Sep 12 21:08:27.010 INFO E| Compiling generic-array v0.14.9
34012026-09-12T21:08:28.148Z[ helios-setup] Sep 12 21:08:27.072 INFO E| Compiling flagset v0.4.7
34022026-09-12T21:08:28.156Z[ helios-setup] Sep 12 21:08:27.081 INFO E| Compiling num-traits v0.2.19
34032026-09-12T21:08:28.180Z[ helios-setup] Sep 12 21:08:27.106 INFO E| Compiling utf8parse v0.2.2
34042026-09-12T21:08:28.187Z[ helios-setup] Sep 12 21:08:27.113 INFO E| Compiling anyhow v1.0.100
34052026-09-12T21:08:28.340Z[ helios-setup] Sep 12 21:08:27.265 INFO E| Compiling memchr v2.7.6
34062026-09-12T21:08:28.375Z[ helios-setup] Sep 12 21:08:27.300 INFO E| Compiling equivalent v1.0.2
34072026-09-12T21:08:28.397Z[ host-package] Compiling unsafe-libyaml v0.2.11
34082026-09-12T21:08:28.397Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34092026-09-12T21:08:28.480Z[ helios-setup] Sep 12 21:08:27.405 INFO E| Compiling hashbrown v0.16.0
34102026-09-12T21:08:28.513Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34112026-09-12T21:08:28.574Z[ helios-setup] Sep 12 21:08:27.498 INFO E| Compiling getrandom v0.2.16
34122026-09-12T21:08:28.647Z[ host-package] Compiling universal-hash v0.5.1
34132026-09-12T21:08:28.676Z[ helios-setup] Sep 12 21:08:27.601 INFO E| Compiling errno v0.3.14
34142026-09-12T21:08:28.779Z[ helios-setup] Sep 12 21:08:27.704 INFO E| Compiling rand_core v0.6.4
34152026-09-12T21:08:28.816Z[ host-package] Compiling chacha20 v0.9.1
34162026-09-12T21:08:28.816Z[ host-package] Compiling blake2 v0.10.6
34172026-09-12T21:08:28.816Z[ host-package] Compiling aead v0.5.2
34182026-09-12T21:08:28.874Z[ helios-setup] Sep 12 21:08:27.787 INFO E| Compiling anstyle-parse v0.2.7
34192026-09-12T21:08:28.937Z[ helios-setup] Sep 12 21:08:27.862 INFO E| Compiling toml_datetime v0.7.3
34202026-09-12T21:08:28.944Z[ helios-setup] Sep 12 21:08:27.869 INFO E| Compiling anstyle-query v1.1.4
34212026-09-12T21:08:28.994Z[ helios-setup] Sep 12 21:08:27.919 INFO E| Compiling radium v0.7.0
34222026-09-12T21:08:29.063Z[ helios-setup] Sep 12 21:08:27.988 INFO E| Compiling shlex v1.3.0
34232026-09-12T21:08:29.109Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34242026-09-12T21:08:29.124Z[ helios-setup] Sep 12 21:08:28.049 INFO E| Compiling anstyle v1.0.13
34252026-09-12T21:08:29.169Z[ host-package] Compiling poly1305 v0.8.0
34262026-09-12T21:08:29.178Z[ helios-setup] Sep 12 21:08:28.104 INFO E| Compiling is_terminal_polyfill v1.70.2
34272026-09-12T21:08:29.316Z[ helios-setup] Sep 12 21:08:28.241 INFO E| Compiling allocator-api2 v0.2.21
34282026-09-12T21:08:29.382Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34292026-09-12T21:08:29.527Z[ helios-setup] Sep 12 21:08:28.453 INFO E| Compiling indexmap v2.12.0
34302026-09-12T21:08:29.541Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34312026-09-12T21:08:29.541Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
34322026-09-12T21:08:29.557Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34332026-09-12T21:08:29.610Z[ helios-setup] Sep 12 21:08:28.535 INFO E| Compiling colorchoice v1.0.4
34342026-09-12T21:08:29.660Z[ helios-setup] Sep 12 21:08:28.585 INFO E| Compiling syn v1.0.109
34352026-09-12T21:08:29.667Z[ helios-setup] Sep 12 21:08:28.592 INFO E| Compiling cpufeatures v0.2.17
34362026-09-12T21:08:29.694Z[ helios-setup] Sep 12 21:08:28.620 INFO E| Compiling find-msvc-tools v0.1.4
34372026-09-12T21:08:29.708Z[ helios-setup] Sep 12 21:08:28.633 INFO E| Compiling syn v2.0.108
34382026-09-12T21:08:29.746Z[ helios-setup] Sep 12 21:08:28.671 INFO E| Compiling anstream v0.6.21
34392026-09-12T21:08:29.760Z[ helios-setup] Sep 12 21:08:28.685 INFO E| Compiling slog v2.8.2
34402026-09-12T21:08:29.971Z[ helios-setup] Sep 12 21:08:28.895 INFO E| Compiling cc v1.2.44
34412026-09-12T21:08:30.107Z[ helios-setup] Sep 12 21:08:29.033 INFO E| Compiling toml_parser v1.0.4
34422026-09-12T21:08:30.216Z[ helios-setup] Sep 12 21:08:29.142 INFO E| Compiling futures-core v0.3.31
34432026-09-12T21:08:30.265Z[ helios-setup] Sep 12 21:08:29.190 INFO E| Compiling unicode-width v0.2.2
34442026-09-12T21:08:30.271Z[ helios-setup] Sep 12 21:08:29.197 INFO E| Compiling pin-project-lite v0.2.16
34452026-09-12T21:08:30.339Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34462026-09-12T21:08:30.339Z[ host-package] Compiling password-hash v0.5.0
34472026-09-12T21:08:30.350Z[ helios-setup] Sep 12 21:08:29.276 INFO E| Compiling tap v1.0.1
34482026-09-12T21:08:30.372Z[ host-package] Compiling chacha20poly1305 v0.10.1
34492026-09-12T21:08:30.381Z[ helios-setup] Sep 12 21:08:29.307 INFO E| Compiling block-buffer v0.10.4
34502026-09-12T21:08:30.387Z[ helios-setup] Sep 12 21:08:29.313 INFO E| Compiling crypto-common v0.1.6
34512026-09-12T21:08:30.483Z[ helios-setup] Sep 12 21:08:29.408 INFO E| Compiling pkg-config v0.3.32
34522026-09-12T21:08:30.503Z[ helios-setup] Sep 12 21:08:29.428 INFO E| Compiling futures-sink v0.3.31
34532026-09-12T21:08:30.586Z[ host-package] Compiling vsss-rs v3.3.4
34542026-09-12T21:08:30.625Z[ helios-setup] Sep 12 21:08:29.550 INFO E| Compiling digest v0.10.7
34552026-09-12T21:08:30.658Z[ helios-setup] Sep 12 21:08:29.584 INFO E| Compiling maybe-uninit v2.0.0
34562026-09-12T21:08:30.694Z[ helios-setup] Sep 12 21:08:29.619 INFO E| Compiling parking_lot_core v0.9.12
34572026-09-12T21:08:30.836Z[ helios-setup] Sep 12 21:08:29.761 INFO E| Compiling getopts v0.2.24
34582026-09-12T21:08:30.892Z[ helios-setup] Sep 12 21:08:29.817 INFO E| Compiling sha2 v0.10.9
34592026-09-12T21:08:30.900Z[ helios-setup] Sep 12 21:08:29.824 INFO E| Compiling futures-channel v0.3.31
34602026-09-12T21:08:30.920Z[ helios-setup] Sep 12 21:08:29.845 INFO E| Compiling toml_edit v0.23.7
34612026-09-12T21:08:30.966Z[ helios-setup] Sep 12 21:08:29.891 INFO E| Compiling wyz v0.5.1
34622026-09-12T21:08:31.032Z[ host-package] Compiling typify-impl v0.6.2
34632026-09-12T21:08:31.121Z[ helios-setup] Sep 12 21:08:30.047 INFO E| Compiling num-integer v0.1.46
34642026-09-12T21:08:31.304Z[ helios-setup] Sep 12 21:08:30.229 INFO E| Compiling ahash v0.8.12
34652026-09-12T21:08:31.326Z[ helios-setup] Sep 12 21:08:30.250 INFO E| Compiling slab v0.4.11
34662026-09-12T21:08:31.349Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34672026-09-12T21:08:31.378Z[ helios-setup] Sep 12 21:08:30.303 INFO E| Compiling packed_struct v0.10.1
34682026-09-12T21:08:31.378Z[ helios-setup] Sep 12 21:08:30.303 INFO E| Compiling clap_lex v0.7.6
34692026-09-12T21:08:31.412Z[ helios-setup] Sep 12 21:08:30.337 INFO E| Compiling spin v0.9.8
34702026-09-12T21:08:31.416Z[ host-package] Compiling argon2 v0.5.3
34712026-09-12T21:08:31.554Z[ helios-setup] Sep 12 21:08:30.479 INFO E| Compiling thiserror v1.0.69
34722026-09-12T21:08:31.602Z[ host-package] Compiling camino-tempfile v1.4.1
34732026-09-12T21:08:31.673Z[ helios-setup] Sep 12 21:08:30.598 INFO E| Compiling futures-task v0.3.31
34742026-09-12T21:08:31.776Z[ host-package] Compiling ingot-types v0.2.0
34752026-09-12T21:08:31.820Z[ helios-setup] Sep 12 21:08:30.745 INFO E| Compiling bitflags v2.10.0
34762026-09-12T21:08:31.833Z[ helios-setup] Sep 12 21:08:30.758 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34772026-09-12T21:08:31.937Z[ helios-setup] Sep 12 21:08:30.862 INFO E| Compiling num-conv v0.1.0
34782026-09-12T21:08:31.948Z[ helios-setup] Sep 12 21:08:30.874 INFO E| Compiling num-bigint-dig v0.8.4
34792026-09-12T21:08:32.056Z[ helios-setup] Sep 12 21:08:30.981 INFO E| Compiling pin-utils v0.1.0
34802026-09-12T21:08:32.090Z[ helios-setup] Sep 12 21:08:31.015 INFO E| Compiling scopeguard v1.2.0
34812026-09-12T21:08:32.134Z[ helios-setup] Sep 12 21:08:31.059 INFO E| Compiling funty v2.0.0
34822026-09-12T21:08:32.141Z[ helios-setup] Sep 12 21:08:31.067 INFO E| Compiling getrandom v0.3.4
34832026-09-12T21:08:32.239Z[ helios-setup] Sep 12 21:08:31.164 INFO E| Compiling proc-macro-crate v3.4.0
34842026-09-12T21:08:32.266Z[ helios-setup] Sep 12 21:08:31.191 INFO E| Compiling time-core v0.1.6
34852026-09-12T21:08:32.297Z[ helios-setup] Sep 12 21:08:31.222 INFO E| Compiling futures-io v0.3.31
34862026-09-12T21:08:32.361Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34872026-09-12T21:08:32.405Z[ host-package] Compiling heapless v0.8.0
34882026-09-12T21:08:32.494Z[ helios-setup] Sep 12 21:08:31.419 INFO E| Compiling powerfmt v0.2.0
34892026-09-12T21:08:32.502Z[ helios-setup] Sep 12 21:08:31.428 INFO E| Compiling itoa v1.0.15
34902026-09-12T21:08:32.524Z[ helios-setup] Sep 12 21:08:31.450 INFO E| Compiling bytes v1.10.1
34912026-09-12T21:08:32.553Z[ helios-setup] Sep 12 21:08:31.479 INFO E| Compiling strsim v0.11.1
34922026-09-12T21:08:32.628Z[ helios-setup] Sep 12 21:08:31.553 INFO E| Compiling heck v0.5.0
34932026-09-12T21:08:32.632Z[ host-package] Compiling cobs v0.3.0
34942026-09-12T21:08:32.745Z[ helios-setup] Sep 12 21:08:31.670 INFO E| Compiling deranged v0.5.5
34952026-09-12T21:08:32.827Z[ helios-setup] Sep 12 21:08:31.752 INFO E| Compiling time-macros v0.2.24
34962026-09-12T21:08:32.893Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34972026-09-12T21:08:33.050Z[ helios-setup] Sep 12 21:08:31.975 INFO E| Compiling bitvec v1.0.1
34982026-09-12T21:08:33.061Z[ host-package] Compiling ingot v0.2.1
34992026-09-12T21:08:33.091Z[ helios-setup] Sep 12 21:08:32.017 INFO E| Compiling lock_api v0.4.14
35002026-09-12T21:08:33.197Z[ helios-setup] Sep 12 21:08:32.122 INFO E| Compiling num-iter v0.1.45
35012026-09-12T21:08:33.205Z[ helios-setup] Sep 12 21:08:32.129 INFO E| Compiling lazy_static v1.5.0
35022026-09-12T21:08:33.316Z[ helios-setup] Sep 12 21:08:32.242 INFO E| Compiling terminal_size v0.4.3
35032026-09-12T21:08:33.321Z[ host-package] Compiling postcard v1.1.3
35042026-09-12T21:08:33.369Z[ helios-setup] Sep 12 21:08:32.294 INFO E| Compiling indexmap v1.9.3
35052026-09-12T21:08:33.405Z[ host-package] Compiling cstr-argument v0.1.2
35062026-09-12T21:08:33.408Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35072026-09-12T21:08:33.483Z[ helios-setup] Sep 12 21:08:32.403 INFO E| Compiling clap_builder v4.5.51
35082026-09-12T21:08:33.524Z[ helios-setup] Sep 12 21:08:32.450 INFO E| Compiling thiserror v2.0.17
35092026-09-12T21:08:33.554Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35102026-09-12T21:08:33.601Z[ helios-setup] Sep 12 21:08:32.527 INFO E| Compiling simd-adler32 v0.3.7
35112026-09-12T21:08:33.806Z[ host-package] Compiling smoltcp v0.11.0
35122026-09-12T21:08:33.806Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
35132026-09-12T21:08:33.810Z[ host-package] Compiling sigpipe v0.1.3
35142026-09-12T21:08:33.844Z[ helios-setup] Sep 12 21:08:32.770 INFO E| Compiling serde_json v1.0.145
35152026-09-12T21:08:33.979Z[ helios-setup] Sep 12 21:08:32.904 INFO E| Compiling adler2 v2.0.1
35162026-09-12T21:08:34.098Z[ helios-setup] Sep 12 21:08:33.020 INFO E| Compiling log v0.4.28
35172026-09-12T21:08:34.125Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35182026-09-12T21:08:34.129Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
35192026-09-12T21:08:34.129Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35202026-09-12T21:08:34.167Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35212026-09-12T21:08:34.170Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35222026-09-12T21:08:34.176Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35232026-09-12T21:08:34.234Z[ helios-setup] Sep 12 21:08:33.159 INFO E| Compiling once_cell v1.21.3
35242026-09-12T21:08:34.257Z[ helios-setup] Sep 12 21:08:33.182 INFO E| Compiling nodrop v0.1.14
35252026-09-12T21:08:34.270Z[ helios-setup] Sep 12 21:08:33.195 INFO E| Compiling iana-time-zone v0.1.64
35262026-09-12T21:08:34.305Z[ helios-setup] Sep 12 21:08:33.230 INFO E| Compiling crc-catalog v2.4.0
35272026-09-12T21:08:34.378Z[ helios-setup] Sep 12 21:08:33.303 INFO E| Compiling crc v3.3.0
35282026-09-12T21:08:34.423Z[ helios-setup] Sep 12 21:08:33.347 INFO E| Compiling env_filter v0.1.4
35292026-09-12T21:08:34.438Z[ helios-setup] Sep 12 21:08:33.362 INFO E| Compiling chrono v0.4.42
35302026-09-12T21:08:34.601Z[ helios-setup] Sep 12 21:08:33.513 INFO E| Compiling array-init v0.0.4
35312026-09-12T21:08:34.629Z[ host-package] Compiling zone v0.3.1
35322026-09-12T21:08:34.691Z[ helios-setup] Sep 12 21:08:33.616 INFO E| Compiling miniz_oxide v0.8.9
35332026-09-12T21:08:34.801Z[ helios-setup] Sep 12 21:08:33.727 INFO E| Compiling parking_lot v0.12.5
35342026-09-12T21:08:34.808Z[ helios-setup] Sep 12 21:08:33.733 INFO E| Compiling smallvec v0.6.14
35352026-09-12T21:08:34.833Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35362026-09-12T21:08:34.854Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
35372026-09-12T21:08:34.857Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35382026-09-12T21:08:35.036Z[ helios-setup] Sep 12 21:08:33.941 INFO E| Compiling time v0.3.44
35392026-09-12T21:08:35.036Z[ helios-setup] Sep 12 21:08:33.949 INFO E| Compiling serde_spanned v1.0.3
35402026-09-12T21:08:35.152Z[ helios-setup] Sep 12 21:08:34.077 INFO E| Compiling signature v2.2.0
35412026-09-12T21:08:35.221Z[ helios-setup] Sep 12 21:08:34.146 INFO E| Compiling is-terminal v0.4.17
35422026-09-12T21:08:35.284Z[ helios-setup] Sep 12 21:08:34.209 INFO E| Compiling signal-hook-registry v1.4.6
35432026-09-12T21:08:35.338Z[ helios-setup] Sep 12 21:08:34.263 INFO E| Compiling mio v1.1.0
35442026-09-12T21:08:35.456Z[ helios-setup] Sep 12 21:08:34.378 INFO E| Compiling socket2 v0.6.1
35452026-09-12T21:08:35.462Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35462026-09-12T21:08:35.675Z[ helios-setup] Sep 12 21:08:34.600 INFO E| Compiling thread_local v1.1.9
35472026-09-12T21:08:35.741Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35482026-09-12T21:08:35.754Z[ helios-setup] Sep 12 21:08:34.679 INFO E| Compiling winnow v0.5.40
35492026-09-12T21:08:35.859Z[ host-package] Compiling tokio-dtrace v0.1.1
35502026-09-12T21:08:35.984Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35512026-09-12T21:08:36.097Z[ helios-setup] Sep 12 21:08:35.023 INFO E| Compiling packed_struct_codegen v0.10.1
35522026-09-12T21:08:36.286Z[ helios-setup] Sep 12 21:08:35.211 INFO E| Compiling hashbrown v0.12.3
35532026-09-12T21:08:36.320Z[ helios-setup] Sep 12 21:08:35.246 INFO E| Compiling toml_writer v1.0.4
35542026-09-12T21:08:36.323Z[ host-package] Compiling bytecount v0.6.9
35552026-09-12T21:08:36.418Z[ host-package] Compiling oxide-tokio-rt v0.1.4
35562026-09-12T21:08:36.734Z[ helios-setup] Sep 12 21:08:35.659 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35572026-09-12T21:08:36.808Z[ helios-setup] Sep 12 21:08:35.733 INFO E| Compiling term v1.2.0
35582026-09-12T21:08:36.840Z[ helios-setup] Sep 12 21:08:35.766 INFO E| Compiling ryu v1.0.20
35592026-09-12T21:08:36.853Z[ helios-setup] Sep 12 21:08:35.778 INFO E| Compiling libdevinfo-sys v1.1.0
35602026-09-12T21:08:36.916Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35612026-09-12T21:08:36.939Z[ helios-setup] Sep 12 21:08:35.865 INFO E| Compiling serde_derive v1.0.228
35622026-09-12T21:08:36.969Z[ helios-setup] Sep 12 21:08:35.895 INFO E| Compiling zerocopy-derive v0.8.27
35632026-09-12T21:08:36.980Z[ helios-setup] Sep 12 21:08:35.906 INFO E| Compiling der_derive v0.7.3
35642026-09-12T21:08:36.994Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35652026-09-12T21:08:36.997Z[ helios-setup] Sep 12 21:08:35.922 INFO E| Compiling futures-macro v0.3.31
35662026-09-12T21:08:37.171Z[ helios-setup] Sep 12 21:08:36.095 INFO E| Compiling zerocopy-derive v0.6.6
35672026-09-12T21:08:37.193Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35682026-09-12T21:08:37.196Z[ helios-setup] Sep 12 21:08:36.120 INFO E| Compiling clap_derive v4.5.49
35692026-09-12T21:08:37.334Z[ helios-setup] Sep 12 21:08:36.260 INFO E| Compiling num_enum_derive v0.7.5
35702026-09-12T21:08:37.395Z[ helios-setup] Sep 12 21:08:36.320 INFO E| Compiling bitfield-macros v0.19.3
35712026-09-12T21:08:37.480Z[ host-package] Compiling slog-dtrace v0.3.0
35722026-09-12T21:08:37.498Z[ host-package] Compiling typify-macro v0.6.2
35732026-09-12T21:08:37.501Z[ host-package] Compiling prettyplease v0.2.37
35742026-09-12T21:08:37.612Z[ helios-setup] Sep 12 21:08:36.538 INFO E| Compiling thiserror-impl v1.0.69
35752026-09-12T21:08:37.631Z[ host-package] Compiling newline-converter v0.3.0
35762026-09-12T21:08:37.634Z[ host-package] Compiling gethostname v0.5.0
35772026-09-12T21:08:38.001Z[ helios-setup] Sep 12 21:08:36.926 INFO E| Compiling thiserror-impl v2.0.17
35782026-09-12T21:08:38.301Z[ helios-setup] Sep 12 21:08:37.226 INFO E| Compiling tokio-macros v2.6.0
35792026-09-12T21:08:38.411Z[ host-package] Compiling console v0.15.11
35802026-09-12T21:08:38.411Z[ host-package] Compiling oxide-update-engine-types v0.1.2
35812026-09-12T21:08:38.508Z[ host-package] Compiling cancel-safe-futures v0.1.5
35822026-09-12T21:08:38.511Z[ host-package] Compiling num-rational v0.4.2
35832026-09-12T21:08:38.675Z[ helios-setup] Sep 12 21:08:37.601 INFO E| Compiling bitfield v0.19.3
35842026-09-12T21:08:38.734Z[ host-package] Compiling num-complex v0.4.6
35852026-09-12T21:08:38.737Z[ host-package] Compiling match_cfg v0.1.0
35862026-09-12T21:08:38.924Z[ helios-setup] Sep 12 21:08:37.849 INFO E| Compiling base64 v0.21.7
35872026-09-12T21:08:38.955Z[ helios-setup] Sep 12 21:08:37.871 INFO E| Compiling zerocopy v0.6.6
35882026-09-12T21:08:39.016Z[ helios-setup] Sep 12 21:08:37.942 INFO E| Compiling futures-util v0.3.31
35892026-09-12T21:08:39.153Z[ helios-setup] Sep 12 21:08:38.079 INFO E| Compiling num_enum v0.7.5
35902026-09-12T21:08:39.208Z[ helios-setup] Sep 12 21:08:38.134 INFO E| Compiling subtle v2.6.1
35912026-09-12T21:08:39.226Z[ helios-setup] Sep 12 21:08:38.151 INFO E| Compiling der v0.7.10
35922026-09-12T21:08:39.321Z[ host-package] Compiling expectorate v1.2.0
35932026-09-12T21:08:39.324Z[ host-package] Compiling compression-core v0.4.31
35942026-09-12T21:08:39.364Z[ helios-setup] Sep 12 21:08:38.290 INFO E| Compiling devinfo v0.1.0
35952026-09-12T21:08:39.532Z[ helios-setup] Sep 12 21:08:38.457 INFO E| Compiling toml v0.9.8
35962026-09-12T21:08:39.694Z[ helios-setup] Sep 12 21:08:38.618 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35972026-09-12T21:08:39.735Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35982026-09-12T21:08:39.944Z[ helios-setup] Sep 12 21:08:38.870 INFO E| Compiling bzip2 v0.4.4
35992026-09-12T21:08:40.119Z[ helios-setup] Sep 12 21:08:39.042 INFO E| Compiling flate2 v1.1.5
36002026-09-12T21:08:40.162Z[ helios-setup] Sep 12 21:08:39.088 INFO E| Compiling tokio v1.48.0
36012026-09-12T21:08:40.196Z[ helios-setup] Sep 12 21:08:39.122 INFO E| Compiling uuid v1.18.1
36022026-09-12T21:08:40.217Z[ helios-setup] Sep 12 21:08:39.140 INFO E| Compiling env_logger v0.11.8
36032026-09-12T21:08:40.297Z[ helios-setup] Sep 12 21:08:39.222 INFO E| Compiling clap v4.5.51
36042026-09-12T21:08:40.304Z[ helios-setup] Sep 12 21:08:39.230 INFO E| Compiling rustc-hash v2.1.1
36052026-09-12T21:08:40.325Z[ host-package] Compiling num v0.4.3
36062026-09-12T21:08:40.385Z[ helios-setup] Sep 12 21:08:39.311 INFO E| Compiling hex v0.4.3
36072026-09-12T21:08:40.400Z[ helios-setup] Sep 12 21:08:39.325 INFO E| Compiling bitflags v1.3.2
36082026-09-12T21:08:40.411Z[ helios-setup] Sep 12 21:08:39.337 INFO E| Compiling crc-any v2.5.0
36092026-09-12T21:08:40.486Z[ helios-setup] Sep 12 21:08:39.411 INFO E| Compiling foldhash v0.2.0
36102026-09-12T21:08:40.666Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36112026-09-12T21:08:40.735Z[ helios-setup] Sep 12 21:08:39.661 INFO E| Compiling iddqd v0.3.14
36122026-09-12T21:08:40.928Z[ helios-setup] Sep 12 21:08:39.853 INFO E| Compiling zip v0.6.6
36132026-09-12T21:08:41.020Z[ helios-setup] Sep 12 21:08:39.945 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36142026-09-12T21:08:41.104Z[ host-package] Compiling float-ord v0.3.2
36152026-09-12T21:08:41.193Z[ host-package] Compiling linear-map v1.2.0
36162026-09-12T21:08:41.193Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
36172026-09-12T21:08:41.307Z[ helios-setup] Sep 12 21:08:40.232 INFO E| Compiling spki v0.7.3
36182026-09-12T21:08:41.327Z[ helios-setup] Sep 12 21:08:40.252 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36192026-09-12T21:08:41.380Z[ helios-setup] Sep 12 21:08:40.305 INFO E| Compiling path-slash v0.1.5
36202026-09-12T21:08:41.476Z[ host-package] Compiling typify v0.6.2
36212026-09-12T21:08:41.861Z[ host-package] Compiling async-stream v0.3.6
36222026-09-12T21:08:41.871Z[ helios-setup] Sep 12 21:08:40.796 INFO E| Compiling pkcs8 v0.10.2
36232026-09-12T21:08:41.892Z[ helios-setup] Sep 12 21:08:40.817 INFO E| Compiling x509-cert v0.2.5
36242026-09-12T21:08:42.144Z[ host-package] Compiling progenitor-impl v0.14.0
36252026-09-12T21:08:42.168Z[ helios-setup] Sep 12 21:08:41.093 INFO E| Compiling pkcs1 v0.7.5
36262026-09-12T21:08:42.229Z[ host-package] Compiling oxide-update-engine v0.1.2
36272026-09-12T21:08:42.526Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
36282026-09-12T21:08:42.866Z[ helios-setup] Sep 12 21:08:41.792 INFO E| Compiling ppv-lite86 v0.2.21
36292026-09-12T21:08:42.885Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
36302026-09-12T21:08:42.946Z[ host-package] Compiling waitgroup v0.1.2
36312026-09-12T21:08:43.068Z[ helios-setup] Sep 12 21:08:41.993 INFO E| Compiling erased-serde v0.3.31
36322026-09-12T21:08:43.075Z[ helios-setup] Sep 12 21:08:42.001 INFO E| Compiling serde_spanned v0.6.9
36332026-09-12T21:08:43.194Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36342026-09-12T21:08:43.237Z[ helios-setup] Sep 12 21:08:42.150 INFO E| Compiling toml_datetime v0.6.11
36352026-09-12T21:08:43.305Z[ host-package] Compiling backon v1.6.0
36362026-09-12T21:08:43.320Z[ helios-setup] Sep 12 21:08:42.245 INFO E| Compiling hashbrown v0.13.2
36372026-09-12T21:08:43.400Z[ helios-setup] Sep 12 21:08:42.325 INFO E| Compiling futures-executor v0.3.31
36382026-09-12T21:08:43.608Z[ helios-setup] Sep 12 21:08:42.534 INFO E| Compiling rand_chacha v0.3.1
36392026-09-12T21:08:43.911Z[ helios-setup] Sep 12 21:08:42.836 INFO E| Compiling rand v0.8.5
36402026-09-12T21:08:44.119Z[ helios-setup] Sep 12 21:08:43.045 INFO E| Compiling futures v0.3.31
36412026-09-12T21:08:44.194Z[ host-package] Compiling minimal-lexical v0.2.1
36422026-09-12T21:08:44.232Z[ helios-setup] Sep 12 21:08:43.157 INFO E| Compiling toml_edit v0.19.15
36432026-09-12T21:08:44.256Z[ helios-setup] Sep 12 21:08:43.181 INFO E| Compiling ron v0.8.1
36442026-09-12T21:08:44.286Z[ helios-setup] Sep 12 21:08:43.211 INFO E| Compiling serde-hex v0.1.0
36452026-09-12T21:08:44.293Z[ helios-setup] Sep 12 21:08:43.218 INFO E| Compiling object v0.30.4
36462026-09-12T21:08:44.721Z[ host-package] Compiling nom v7.1.3
36472026-09-12T21:08:44.824Z[ helios-setup] Sep 12 21:08:43.749 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36482026-09-12T21:08:45.085Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
36492026-09-12T21:08:45.176Z[ helios-setup] Sep 12 21:08:44.102 INFO E| Compiling slog-term v2.9.2
36502026-09-12T21:08:45.326Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
36512026-09-12T21:08:45.475Z[ helios-setup] Sep 12 21:08:44.400 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36522026-09-12T21:08:45.523Z[ helios-setup] Sep 12 21:08:44.448 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36532026-09-12T21:08:46.103Z[ host-package] Compiling progenitor-macro v0.14.0
36542026-09-12T21:08:46.199Z[ host-package] Compiling itertools v0.14.0
36552026-09-12T21:08:46.704Z[ helios-setup] Sep 12 21:08:45.629 INFO E| Compiling rsa v0.9.8
36562026-09-12T21:08:47.308Z[ host-package] Compiling humantime v2.3.0
36572026-09-12T21:08:47.401Z[ host-package] Compiling unicode-xid v0.2.6
36582026-09-12T21:08:47.515Z[ helios-setup] Sep 12 21:08:46.440 INFO E| Compiling toml v0.7.8
36592026-09-12T21:08:47.733Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
36602026-09-12T21:08:48.054Z[ helios-setup] Sep 12 21:08:46.979 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36612026-09-12T21:08:48.084Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36622026-09-12T21:08:48.091Z[ helios-setup] Sep 12 21:08:47.017 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36632026-09-12T21:08:48.187Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
36642026-09-12T21:08:48.617Z[ host-package] Compiling papergrid v0.11.0
36652026-09-12T21:08:48.760Z[ host-package] Compiling tabled_derive v0.7.0
36662026-09-12T21:08:48.763Z[ host-package] Compiling termtree v0.5.1
36672026-09-12T21:08:49.021Z[ host-package] Compiling crossterm v0.29.0
36682026-09-12T21:08:49.024Z[ host-package] Compiling phf_shared v0.12.1
36692026-09-12T21:08:49.229Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36702026-09-12T21:08:49.795Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
36712026-09-12T21:08:49.979Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36722026-09-12T21:08:50.297Z[ host-package] Compiling tabled v0.15.0
36732026-09-12T21:08:50.413Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36742026-09-12T21:08:50.505Z[ host-package] Compiling vte v0.14.1
36752026-09-12T21:08:50.656Z[ host-package] Compiling csv-core v0.1.13
36762026-09-12T21:08:51.220Z[ host-package] Compiling highway v1.3.0
36772026-09-12T21:08:51.780Z[ host-package] Compiling chrono-tz v0.10.4
36782026-09-12T21:08:51.929Z[ host-package] Compiling csv v1.4.0
36792026-09-12T21:08:52.070Z[ host-package] Compiling strip-ansi-escapes v0.2.1
36802026-09-12T21:08:52.307Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36812026-09-12T21:08:52.545Z[ host-package] Compiling phf v0.12.1
36822026-09-12T21:08:52.849Z[ host-package] Compiling const_format_proc_macros v0.2.34
36832026-09-12T21:08:52.852Z[ host-package] Compiling progenitor v0.14.0
36842026-09-12T21:08:52.876Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36852026-09-12T21:08:53.045Z[ host-package] Compiling fd-lock v4.0.4
36862026-09-12T21:08:53.100Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36872026-09-12T21:08:53.169Z[ host-package] Compiling peg-macros v0.8.5
36882026-09-12T21:08:53.169Z[ host-package] Compiling nu-ansi-term v0.50.3
36892026-09-12T21:08:53.504Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
36902026-09-12T21:08:53.599Z[ host-package] Compiling reedline v0.40.0
36912026-09-12T21:08:53.737Z[ helios-setup] Sep 12 21:08:52.663 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36922026-09-12T21:08:53.785Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36932026-09-12T21:08:53.862Z[ host-package] Compiling const_format v0.2.35
36942026-09-12T21:08:54.059Z[ host-package] Compiling bcs v0.1.6
36952026-09-12T21:08:54.188Z[ host-package] Compiling nom v8.0.0
36962026-09-12T21:08:54.469Z[ host-package] Compiling semver v0.1.20
36972026-09-12T21:08:54.566Z[ host-package] Compiling peg v0.8.5
36982026-09-12T21:08:54.711Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36992026-09-12T21:08:54.782Z[ host-package] Compiling rustc_version v0.1.7
37002026-09-12T21:08:54.832Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37012026-09-12T21:08:54.972Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37022026-09-12T21:08:55.054Z[ helios-setup] Sep 12 21:08:53.979 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37032026-09-12T21:08:55.059Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37042026-09-12T21:08:55.181Z[ host-package] Compiling newtype_derive v0.1.6
37052026-09-12T21:08:55.233Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
37062026-09-12T21:08:55.381Z[ host-package] Compiling sha1 v0.10.6
37072026-09-12T21:08:55.433Z[ host-package] Compiling utf-8 v0.7.6
37082026-09-12T21:08:55.654Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37092026-09-12T21:08:55.826Z[ host-package] Compiling tagptr v0.2.0
37102026-09-12T21:08:55.866Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37112026-09-12T21:08:55.911Z[ host-package] Compiling tungstenite v0.21.0
37122026-09-12T21:08:55.914Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37132026-09-12T21:08:55.914Z[ host-package] Compiling darling_core v0.21.3
37142026-09-12T21:08:56.147Z[ host-package] Compiling moka v0.12.13
37152026-09-12T21:08:56.151Z[ host-package] Compiling display-error-chain v0.2.2
37162026-09-12T21:08:56.421Z[ host-package] Compiling vergen-lib v0.1.6
37172026-09-12T21:08:56.481Z[ host-package] Compiling diesel_derives v2.3.7
37182026-09-12T21:08:56.616Z[ host-package] Compiling steno v0.4.1
37192026-09-12T21:08:56.659Z[ host-package] Compiling scheduled-thread-pool v0.2.7
37202026-09-12T21:08:56.778Z[ host-package] Compiling vergen-gitcl v1.0.8
37212026-09-12T21:08:56.900Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
37222026-09-12T21:08:56.985Z[ host-package] Compiling tokio-tungstenite v0.21.0
37232026-09-12T21:08:57.240Z[ host-package] Compiling dirs-sys-next v0.1.2
37242026-09-12T21:08:57.357Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37252026-09-12T21:08:57.595Z[ host-package] Compiling glob v0.3.3
37262026-09-12T21:08:57.652Z[ host-package] Compiling hickory-resolver v0.25.2
37272026-09-12T21:08:57.718Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37282026-09-12T21:08:57.752Z[ host-package] Compiling maplit v1.0.2
37292026-09-12T21:08:57.752Z[ host-package] Compiling crunchy v0.2.4
37302026-09-12T21:08:57.895Z[ host-package] Compiling dirs-next v2.0.0
37312026-09-12T21:08:58.042Z[ host-package] Compiling clang-sys v1.8.1
37322026-09-12T21:08:58.121Z[ host-package] Compiling r2d2 v0.8.10
37332026-09-12T21:08:58.171Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37342026-09-12T21:08:58.273Z[ host-package] Compiling libscf-sys v1.2.0
37352026-09-12T21:08:58.375Z[ host-package] Compiling tiny-keccak v2.0.2
37362026-09-12T21:08:58.430Z[ host-package] Compiling downcast-rs v2.0.2
37372026-09-12T21:08:58.480Z[ host-package] Compiling xshell-macros v0.2.7
37382026-09-12T21:08:58.585Z[ host-package] Compiling term v0.7.0
37392026-09-12T21:08:58.614Z[ host-package] Compiling papergrid v0.18.0
37402026-09-12T21:08:58.617Z[ host-package] Compiling bit-vec v0.6.3
37412026-09-12T21:08:58.732Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37422026-09-12T21:08:58.851Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37432026-09-12T21:08:58.896Z[ host-package] Compiling darling_macro v0.21.3
37442026-09-12T21:08:58.956Z[ host-package] Compiling xshell v0.2.7
37452026-09-12T21:08:59.077Z[ host-package] Compiling bit-set v0.5.3
37462026-09-12T21:08:59.078Z[ helios-setup] Sep 12 21:08:57.986 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37472026-09-12T21:08:59.078Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
37482026-09-12T21:08:59.096Z[ host-package] Compiling ascii-canvas v3.0.0
37492026-09-12T21:08:59.132Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37502026-09-12T21:08:59.212Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37512026-09-12T21:08:59.257Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37522026-09-12T21:08:59.360Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37532026-09-12T21:08:59.611Z[ host-package] Compiling darling v0.21.3
37542026-09-12T21:08:59.694Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
37552026-09-12T21:08:59.753Z[ host-package] Compiling itertools v0.10.5
37562026-09-12T21:08:59.877Z[ host-package] Compiling dsl_auto_type v0.2.0
37572026-09-12T21:08:59.916Z[ host-package] Compiling tabled v0.21.0
37582026-09-12T21:08:59.956Z[ host-package] Compiling ena v0.14.4
37592026-09-12T21:09:00.172Z[ host-package] Compiling libloading v0.8.9
37602026-09-12T21:09:00.233Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37612026-09-12T21:09:00.316Z[ host-package] Compiling diff v0.1.13
37622026-09-12T21:09:00.359Z[ host-package] Compiling bindgen v0.71.1
37632026-09-12T21:09:00.434Z[ host-package] Compiling regex-syntax v0.6.29
37642026-09-12T21:09:00.572Z[ host-package] Compiling unicase v2.9.0
37652026-09-12T21:09:00.735Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37662026-09-12T21:09:00.804Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37672026-09-12T21:09:00.874Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
37682026-09-12T21:09:01.218Z[ host-package] Compiling cexpr v0.6.0
37692026-09-12T21:09:01.249Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
37702026-09-12T21:09:01.276Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37712026-09-12T21:09:01.308Z[ host-package] Compiling rustc-hash v2.1.1
37722026-09-12T21:09:01.488Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37732026-09-12T21:09:01.648Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37742026-09-12T21:09:01.770Z[ host-package] Compiling headers-core v0.3.0
37752026-09-12T21:09:01.998Z[ host-package] Compiling lalrpop v0.19.12
37762026-09-12T21:09:02.073Z[ host-package] Compiling libxml v0.3.3
37772026-09-12T21:09:02.227Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37782026-09-12T21:09:02.446Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
37792026-09-12T21:09:02.512Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37802026-09-12T21:09:02.901Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37812026-09-12T21:09:03.401Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37822026-09-12T21:09:03.644Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37832026-09-12T21:09:03.706Z[ host-package] Compiling crc8 v0.1.1
37842026-09-12T21:09:04.285Z[ host-package] Compiling headers v0.4.1
37852026-09-12T21:09:04.349Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37862026-09-12T21:09:04.399Z[ host-package] Compiling strum_macros v0.24.3
37872026-09-12T21:09:04.810Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
37882026-09-12T21:09:04.933Z[ host-package] Compiling indoc v1.0.9
37892026-09-12T21:09:05.179Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
37902026-09-12T21:09:05.850Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37912026-09-12T21:09:06.038Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37922026-09-12T21:09:06.273Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37932026-09-12T21:09:06.483Z[ host-package] Compiling diesel v2.3.7
37942026-09-12T21:09:06.854Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37952026-09-12T21:09:07.665Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
37962026-09-12T21:09:07.768Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37972026-09-12T21:09:07.887Z[ host-package] Compiling quick-xml v0.37.5
37982026-09-12T21:09:08.130Z[ host-package] Compiling derive_builder v0.20.2
37992026-09-12T21:09:08.208Z[ host-package] Compiling oso-derive v0.27.3
38002026-09-12T21:09:08.419Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
38012026-09-12T21:09:08.782Z[ host-package] Compiling openssl-probe v0.1.6
38022026-09-12T21:09:08.865Z[ host-package] Compiling object v0.39.1
38032026-09-12T21:09:09.045Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
38042026-09-12T21:09:09.207Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38052026-09-12T21:09:09.361Z[ host-package] Compiling tungstenite v0.28.0
38062026-09-12T21:09:09.675Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
38072026-09-12T21:09:09.801Z[ host-package] Compiling samael v0.0.19
38082026-09-12T21:09:10.003Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38092026-09-12T21:09:10.041Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
38102026-09-12T21:09:10.629Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
38112026-09-12T21:09:10.753Z[ helios-setup] Sep 12 21:09:09.679 INFO E| Finished `release` profile [optimized] target(s) in 45.68s
38122026-09-12T21:09:10.757Z[ helios-setup] Sep 12 21:09:09.681 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38132026-09-12T21:09:10.757Z[ helios-setup] Sep 12 21:09:09.681 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38142026-09-12T21:09:10.827Z[ helios-setup] Sep 12 21:09:09.752 INFO building project "pilot" ok (45 seconds)
38152026-09-12T21:09:10.827Z[ helios-setup] Sep 12 21:09:09.752 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
38162026-09-12T21:09:10.838Z[ helios-setup] Sep 12 21:09:09.762 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
38172026-09-12T21:09:10.838Z[ helios-setup] Sep 12 21:09:09.762 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
38182026-09-12T21:09:10.838Z[ helios-setup] Sep 12 21:09:09.762 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
38192026-09-12T21:09:10.891Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38202026-09-12T21:09:10.948Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
38212026-09-12T21:09:10.981Z[ helios-setup] Sep 12 21:09:09.906 INFO E| Updating crates.io index
38222026-09-12T21:09:10.985Z[ host-package] Compiling tokio-tungstenite v0.28.0
38232026-09-12T21:09:11.079Z[ helios-setup] Sep 12 21:09:10.003 INFO E| Downloading crates ...
38242026-09-12T21:09:11.123Z[ helios-setup] Sep 12 21:09:10.048 INFO E| Downloaded time-core v0.1.4
38252026-09-12T21:09:11.146Z[ helios-setup] Sep 12 21:09:10.071 INFO E| Downloaded bitflags v2.9.1
38262026-09-12T21:09:11.150Z[ helios-setup] Sep 12 21:09:10.076 INFO E| Downloaded syn v2.0.101
38272026-09-12T21:09:11.160Z[ helios-setup] Sep 12 21:09:10.086 INFO E| Downloaded errno v0.3.12
38282026-09-12T21:09:11.172Z[ helios-setup] Sep 12 21:09:10.098 INFO E| Downloaded quote v1.0.40
38292026-09-12T21:09:11.175Z[ helios-setup] Sep 12 21:09:10.100 INFO E| Downloaded thiserror-impl v2.0.12
38302026-09-12T21:09:11.178Z[ helios-setup] Sep 12 21:09:10.101 INFO E| Downloaded autocfg v1.4.0
38312026-09-12T21:09:11.181Z[ helios-setup] Sep 12 21:09:10.105 INFO E| Downloaded deranged v0.4.0
38322026-09-12T21:09:11.187Z[ helios-setup] Sep 12 21:09:10.113 INFO E| Downloaded iana-time-zone v0.1.63
38332026-09-12T21:09:11.194Z[ helios-setup] Sep 12 21:09:10.119 INFO E| Downloaded tempfile v3.20.0
38342026-09-12T21:09:11.197Z[ helios-setup] Sep 12 21:09:10.121 INFO E| Downloaded unicode-ident v1.0.18
38352026-09-12T21:09:11.200Z[ helios-setup] Sep 12 21:09:10.123 INFO E| Downloaded thiserror v2.0.12
38362026-09-12T21:09:11.203Z[ helios-setup] Sep 12 21:09:10.127 INFO E| Downloaded time-macros v0.2.22
38372026-09-12T21:09:11.205Z[ helios-setup] Sep 12 21:09:10.129 INFO E| Downloaded getrandom v0.3.3
38382026-09-12T21:09:11.208Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38392026-09-12T21:09:11.212Z[ helios-setup] Sep 12 21:09:10.134 INFO E| Downloaded anyhow v1.0.98
38402026-09-12T21:09:11.215Z[ helios-setup] Sep 12 21:09:10.137 INFO E| Downloaded proc-macro2 v1.0.95
38412026-09-12T21:09:11.218Z[ helios-setup] Sep 12 21:09:10.141 INFO E| Downloaded serde_with_macros v3.12.0
38422026-09-12T21:09:11.218Z[ helios-setup] Sep 12 21:09:10.143 INFO E| Downloaded serde v1.0.219
38432026-09-12T21:09:11.221Z[ helios-setup] Sep 12 21:09:10.146 INFO E| Downloaded serde_derive v1.0.219
38442026-09-12T21:09:11.224Z[ helios-setup] Sep 12 21:09:10.147 INFO E| Downloaded indexmap v2.9.0
38452026-09-12T21:09:11.227Z[ helios-setup] Sep 12 21:09:10.151 INFO E| Downloaded memchr v2.7.4
38462026-09-12T21:09:11.233Z[ helios-setup] Sep 12 21:09:10.158 INFO E| Downloaded hashbrown v0.15.3
38472026-09-12T21:09:11.235Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
38482026-09-12T21:09:11.247Z[ helios-setup] Sep 12 21:09:10.172 INFO E| Downloaded time v0.3.41
38492026-09-12T21:09:11.257Z[ helios-setup] Sep 12 21:09:10.178 INFO E| Downloaded serde_json v1.0.140
38502026-09-12T21:09:11.260Z[ helios-setup] Sep 12 21:09:10.185 INFO E| Downloaded serde_with v3.12.0
38512026-09-12T21:09:11.263Z[ host-package] Compiling polar-core v0.27.3
38522026-09-12T21:09:11.267Z[ helios-setup] Sep 12 21:09:10.193 INFO E| Downloaded chrono v0.4.41
38532026-09-12T21:09:11.290Z[ helios-setup] Sep 12 21:09:10.216 INFO E| Downloaded rustix v1.0.7
38542026-09-12T21:09:11.311Z[ helios-setup] Sep 12 21:09:10.236 INFO E| Downloaded libc v0.2.172
38552026-09-12T21:09:11.376Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling proc-macro2 v1.0.95
38562026-09-12T21:09:11.377Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling unicode-ident v1.0.18
38572026-09-12T21:09:11.380Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling libc v0.2.172
38582026-09-12T21:09:11.380Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling ident_case v1.0.1
38592026-09-12T21:09:11.380Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling fnv v1.0.7
38602026-09-12T21:09:11.380Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling strsim v0.11.1
38612026-09-12T21:09:11.380Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling serde v1.0.219
38622026-09-12T21:09:11.380Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling rustix v1.0.7
38632026-09-12T21:09:11.381Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling getrandom v0.3.3
38642026-09-12T21:09:11.381Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling serde_json v1.0.140
38652026-09-12T21:09:11.381Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling bitflags v2.9.1
38662026-09-12T21:09:11.381Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling anyhow v1.0.98
38672026-09-12T21:09:11.381Z[ helios-setup] Sep 12 21:09:10.302 INFO E| Compiling thiserror v2.0.12
38682026-09-12T21:09:11.411Z[ host-package] Compiling bb8 v0.8.6
38692026-09-12T21:09:11.418Z[ helios-setup] Sep 12 21:09:10.344 INFO E| Compiling cfg-if v1.0.0
38702026-09-12T21:09:11.421Z[ helios-setup] Sep 12 21:09:10.344 INFO E| Compiling itoa v1.0.15
38712026-09-12T21:09:11.421Z[ helios-setup] Sep 12 21:09:10.344 INFO E| Compiling memchr v2.7.4
38722026-09-12T21:09:11.461Z[ host-package] Compiling filetime v0.2.27
38732026-09-12T21:09:11.599Z[ host-package] Compiling trait-variant v0.1.2
38742026-09-12T21:09:11.814Z[ host-package] Compiling path-slash v0.2.1
38752026-09-12T21:09:11.841Z[ host-package] Compiling half v1.8.3
38762026-09-12T21:09:11.880Z[ helios-setup] Sep 12 21:09:10.805 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38772026-09-12T21:09:11.883Z[ helios-setup] Sep 12 21:09:10.806 INFO E| Compiling fastrand v2.3.0
38782026-09-12T21:09:11.912Z[ host-package] Compiling tar v0.4.46
38792026-09-12T21:09:12.013Z[ helios-setup] Sep 12 21:09:10.939 INFO E| Compiling once_cell v1.21.3
38802026-09-12T21:09:12.311Z[ helios-setup] Sep 12 21:09:11.237 INFO E| Compiling ryu v1.0.20
38812026-09-12T21:09:12.372Z[ host-package] Compiling serde_cbor v0.11.2
38822026-09-12T21:09:12.454Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38832026-09-12T21:09:12.514Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
38842026-09-12T21:09:12.548Z[ helios-setup] Sep 12 21:09:11.472 INFO E| Compiling errno v0.3.12
38852026-09-12T21:09:13.032Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38862026-09-12T21:09:13.166Z[ helios-setup] Sep 12 21:09:12.092 INFO E| Compiling quote v1.0.40
38872026-09-12T21:09:13.303Z[ host-package] Compiling nonempty v0.12.0
38882026-09-12T21:09:13.369Z[ helios-setup] Sep 12 21:09:12.294 INFO E| Compiling syn v2.0.101
38892026-09-12T21:09:13.410Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38902026-09-12T21:09:13.501Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38912026-09-12T21:09:13.663Z[ host-package] Compiling fxhash v0.2.1
38922026-09-12T21:09:13.828Z[ helios-setup] Sep 12 21:09:12.754 INFO E| Compiling tempfile v3.20.0
38932026-09-12T21:09:13.893Z[ host-package] Compiling libz-sys v1.1.24
38942026-09-12T21:09:14.026Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38952026-09-12T21:09:14.484Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38962026-09-12T21:09:14.530Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38972026-09-12T21:09:14.708Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
38982026-09-12T21:09:14.922Z[ host-package] Compiling kstat-rs v0.2.5
38992026-09-12T21:09:15.019Z[ host-package] Compiling seq-macro v0.3.6
39002026-09-12T21:09:15.374Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
39012026-09-12T21:09:15.409Z[ host-package] Compiling dashu-int v0.5.1
39022026-09-12T21:09:15.508Z[ host-package] Compiling mime_guess v2.0.5
39032026-09-12T21:09:15.607Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
39042026-09-12T21:09:15.772Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
39052026-09-12T21:09:15.845Z[ helios-setup] Sep 12 21:09:14.770 INFO E| Compiling darling_core v0.20.11
39062026-09-12T21:09:16.208Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39072026-09-12T21:09:16.241Z[ host-package] Compiling ssh-encoding v0.2.0
39082026-09-12T21:09:16.430Z[ host-package] Compiling nanorand v0.7.0
39092026-09-12T21:09:16.922Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
39102026-09-12T21:09:17.005Z[ helios-setup] Sep 12 21:09:15.931 INFO E| Compiling serde_derive v1.0.219
39112026-09-12T21:09:17.005Z[ helios-setup] Sep 12 21:09:15.931 INFO E| Compiling thiserror-impl v2.0.12
39122026-09-12T21:09:17.019Z[ host-package] Compiling keccak v0.2.0
39132026-09-12T21:09:17.142Z[ host-package] Compiling dashu-base v0.5.1
39142026-09-12T21:09:17.145Z[ host-package] Compiling sponge-cursor v0.1.0
39152026-09-12T21:09:17.248Z[ host-package] Compiling num-modular v0.6.5
39162026-09-12T21:09:17.307Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
39172026-09-12T21:09:17.310Z[ host-package] Compiling rlimit v0.10.2
39182026-09-12T21:09:17.494Z[ helios-setup] Sep 12 21:09:16.420 INFO E| Compiling darling_macro v0.20.11
39192026-09-12T21:09:17.519Z[ host-package] Compiling parking_lot_core v0.8.6
39202026-09-12T21:09:17.805Z[ host-package] Compiling sha3 v0.12.0
39212026-09-12T21:09:17.950Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39222026-09-12T21:09:18.220Z[ helios-setup] Sep 12 21:09:17.145 INFO E| Compiling darling v0.20.11
39232026-09-12T21:09:18.297Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39242026-09-12T21:09:18.312Z[ helios-setup] Sep 12 21:09:17.238 INFO E| Compiling serde_with_macros v3.12.0
39252026-09-12T21:09:18.376Z[ host-package] Compiling flume v0.11.1
39262026-09-12T21:09:18.649Z[ host-package] Compiling ssh-cipher v0.2.0
39272026-09-12T21:09:18.844Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39282026-09-12T21:09:19.005Z[ host-package] Compiling p256 v0.13.2
39292026-09-12T21:09:19.084Z[ host-package] Compiling git-stub v1.0.0
39302026-09-12T21:09:19.511Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
39312026-09-12T21:09:19.559Z[ host-package] Compiling strsim v0.10.0
39322026-09-12T21:09:19.687Z[ host-package] Compiling instability v0.3.11
39332026-09-12T21:09:19.747Z[ host-package] Compiling http-range v0.1.5
39342026-09-12T21:09:19.898Z[ host-package] Compiling num-primitive v0.2.1
39352026-09-12T21:09:19.963Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=e96e7190f8bc5a1b54e89153769d4112e64d4280#e96e7190)
39362026-09-12T21:09:20.081Z[ host-package] Compiling darling_core v0.13.4
39372026-09-12T21:09:20.132Z[ host-package] Compiling git-stub-vcs v0.1.0
39382026-09-12T21:09:20.245Z[ host-package] Compiling ssh-key v0.6.7
39392026-09-12T21:09:20.540Z[ host-package] Compiling dsi-bitstream v0.10.1
39402026-09-12T21:09:21.038Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
39412026-09-12T21:09:21.350Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39422026-09-12T21:09:21.387Z[ host-package] Compiling progenitor-impl v0.13.0
39432026-09-12T21:09:21.626Z[ host-package] Compiling ignore v0.4.25
39442026-09-12T21:09:21.879Z[ host-package] Compiling oso v0.27.3
39452026-09-12T21:09:22.139Z[ helios-setup] Sep 12 21:09:21.065 INFO E| Compiling serde_with v3.12.0
39462026-09-12T21:09:22.566Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39472026-09-12T21:09:23.668Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
39482026-09-12T21:09:23.709Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39492026-09-12T21:09:23.757Z[ host-package] Compiling anstyle-parse v0.2.7
39502026-09-12T21:09:23.978Z[ host-package] Compiling castaway v0.2.4
39512026-09-12T21:09:24.009Z[ host-package] Compiling vergen-git2 v9.1.0
39522026-09-12T21:09:24.044Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39532026-09-12T21:09:24.167Z[ host-package] Compiling indoc v2.0.7
39542026-09-12T21:09:24.228Z[ host-package] Compiling http-range-header v0.4.2
39552026-09-12T21:09:24.289Z[ host-package] Compiling bytesize v2.7.0
39562026-09-12T21:09:24.458Z[ host-package] Compiling compact_str v0.8.1
39572026-09-12T21:09:24.492Z[ host-package] Compiling anstream v0.6.21
39582026-09-12T21:09:24.696Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
39592026-09-12T21:09:24.924Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
39602026-09-12T21:09:25.118Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39612026-09-12T21:09:25.351Z[ host-package] Compiling progenitor-macro v0.13.0
39622026-09-12T21:09:25.488Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39632026-09-12T21:09:25.878Z[ host-package] Compiling globwalk v0.9.1
39642026-09-12T21:09:25.989Z[ host-package] Compiling darling_macro v0.13.4
39652026-09-12T21:09:26.268Z[ helios-setup] Sep 12 21:09:25.193 INFO E| Finished `release` profile [optimized] target(s) in 15.42s
39662026-09-12T21:09:26.294Z[ helios-setup] Sep 12 21:09:25.219 INFO building project "dmar-report" ok (15 seconds)
39672026-09-12T21:09:26.294Z[ helios-setup] Sep 12 21:09:25.219 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
39682026-09-12T21:09:26.329Z[ helios-setup] Sep 12 21:09:25.255 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')"
39692026-09-12T21:09:26.329Z[ helios-setup] Sep 12 21:09:25.255 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
39702026-09-12T21:09:26.329Z[ helios-setup] Sep 12 21:09:25.255 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
39712026-09-12T21:09:26.392Z[ host-package] Compiling parking_lot v0.11.2
39722026-09-12T21:09:26.513Z[ helios-setup] Sep 12 21:09:25.439 INFO E| Updating crates.io index
39732026-09-12T21:09:26.518Z[ helios-setup] Sep 12 21:09:25.440 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
39742026-09-12T21:09:26.581Z[ host-package] Compiling hyper-staticfile v0.10.1
39752026-09-12T21:09:26.786Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39762026-09-12T21:09:26.974Z[ helios-setup] Sep 12 21:09:25.899 INFO E| From https://github.com/oxidecomputer/amd-apcb
39772026-09-12T21:09:26.974Z[ helios-setup] Sep 12 21:09:25.899 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
39782026-09-12T21:09:26.995Z[ helios-setup] Sep 12 21:09:25.919 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
39792026-09-12T21:09:27.264Z[ host-package] Compiling async-bb8-diesel v0.2.1
39802026-09-12T21:09:27.329Z[ host-package] Compiling diesel-dtrace v0.5.0
39812026-09-12T21:09:27.334Z[ helios-setup] Sep 12 21:09:26.256 INFO E| From https://github.com/oxidecomputer/amd-efs
39822026-09-12T21:09:27.334Z[ helios-setup] Sep 12 21:09:26.256 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
39832026-09-12T21:09:27.485Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39842026-09-12T21:09:27.620Z[ helios-setup] Sep 12 21:09:26.518 INFO E| Downloading crates ...
39852026-09-12T21:09:27.737Z[ helios-setup] Sep 12 21:09:26.564 INFO E| Downloaded heck v0.3.3
39862026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.575 INFO E| Downloaded modular-bitfield-impl v0.11.2
39872026-09-12T21:09:27.742Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39882026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.595 INFO E| Downloaded four-cc v0.4.0
39892026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.596 INFO E| Downloaded unic-char-property v0.9.0
39902026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.597 INFO E| Downloaded unic-ucd-ident v0.9.0
39912026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.605 INFO E| Downloaded vec_map v0.8.2
39922026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.605 INFO E| Downloaded strum v0.27.1
39932026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.606 INFO E| Downloaded unic-char-range v0.9.0
39942026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.607 INFO E| Downloaded unic-common v0.9.0
39952026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.607 INFO E| Downloaded fletcher v1.0.0
39962026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.607 INFO E| Downloaded unic-ucd-version v0.9.0
39972026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.608 INFO E| Downloaded strsim v0.8.0
39982026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.609 INFO E| Downloaded dyn-clone v1.0.19
39992026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.610 INFO E| Downloaded ansi_term v0.12.1
40002026-09-12T21:09:27.742Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40012026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.616 INFO E| Downloaded pest_generator v2.8.0
40022026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.617 INFO E| Downloaded rustversion v1.0.20
40032026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.619 INFO E| Downloaded textwrap v0.11.0
40042026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.620 INFO E| Downloaded bytesize v2.0.1
40052026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.621 INFO E| Downloaded parse_int v0.9.0
40062026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.622 INFO E| Downloaded strum_macros v0.27.1
40072026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.623 INFO E| Downloaded modular-bitfield-impl v0.13.1
40082026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.624 INFO E| Downloaded structopt-derive v0.4.18
40092026-09-12T21:09:27.742Z[ helios-setup] Sep 12 21:09:26.625 INFO E| Downloaded log v0.4.27
40102026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.634 INFO E| Downloaded pest_derive v2.8.0
40112026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.636 INFO E| Downloaded modular-bitfield v0.13.1
40122026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.641 INFO E| Downloaded pest_meta v2.8.0
40132026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.642 INFO E| Downloaded goblin v0.9.3
40142026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.646 INFO E| Downloaded modular-bitfield v0.11.2
40152026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.652 INFO E| Downloaded typenum v1.18.0
40162026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.654 INFO E| Downloaded structopt v0.3.26
40172026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.659 INFO E| Downloaded zerocopy-derive v0.8.25
40182026-09-12T21:09:27.743Z[ host-package] Compiling predicates-tree v1.0.13
40192026-09-12T21:09:27.743Z[ helios-setup] Sep 12 21:09:26.663 INFO E| Downloaded pest v2.8.0
40202026-09-12T21:09:27.746Z[ helios-setup] Sep 12 21:09:26.666 INFO E| Downloaded zerocopy v0.8.25
40212026-09-12T21:09:27.758Z[ helios-setup] Sep 12 21:09:26.682 INFO E| Downloaded clap v2.34.0
40222026-09-12T21:09:27.815Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling proc-macro2 v1.0.95
40232026-09-12T21:09:27.815Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling unicode-ident v1.0.18
40242026-09-12T21:09:27.815Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling memchr v2.7.4
40252026-09-12T21:09:27.819Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling thiserror v2.0.12
40262026-09-12T21:09:27.819Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling autocfg v1.4.0
40272026-09-12T21:09:27.819Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling serde v1.0.219
40282026-09-12T21:09:27.819Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling syn v1.0.109
40292026-09-12T21:09:27.819Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling version_check v0.9.5
40302026-09-12T21:09:27.819Z[ helios-setup] Sep 12 21:09:26.739 INFO E| Compiling serde_json v1.0.140
40312026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling itoa v1.0.15
40322026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling schemars v0.8.22
40332026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling ryu v1.0.20
40342026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling static_assertions v1.1.0
40352026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling zerocopy v0.8.25
40362026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling ucd-trie v0.1.7
40372026-09-12T21:09:27.820Z[ helios-setup] Sep 12 21:09:26.740 INFO E| Compiling dyn-clone v1.0.19
40382026-09-12T21:09:28.039Z[ helios-setup] Sep 12 21:09:26.964 INFO E| Compiling libc v0.2.172
40392026-09-12T21:09:28.151Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40402026-09-12T21:09:28.285Z[ helios-setup] Sep 12 21:09:27.211 INFO E| Compiling rustversion v1.0.20
40412026-09-12T21:09:28.445Z[ helios-setup] Sep 12 21:09:27.367 INFO E| Compiling proc-macro-error-attr v1.0.4
40422026-09-12T21:09:28.515Z[ helios-setup] Sep 12 21:09:27.440 INFO E| Compiling paste v1.0.15
40432026-09-12T21:09:28.583Z[ helios-setup] Sep 12 21:09:27.505 INFO E| Compiling proc-macro-error v1.0.4
40442026-09-12T21:09:28.632Z[ helios-setup] Sep 12 21:09:27.552 INFO E| Compiling once_cell v1.21.3
40452026-09-12T21:09:28.770Z[ helios-setup] Sep 12 21:09:27.696 INFO E| Compiling num-traits v0.2.19
40462026-09-12T21:09:28.770Z[ helios-setup] Sep 12 21:09:27.696 INFO E| Compiling memoffset v0.9.1
40472026-09-12T21:09:28.885Z[ helios-setup] Sep 12 21:09:27.810 INFO E| Compiling unicode-segmentation v1.12.0
40482026-09-12T21:09:29.002Z[ host-package] Compiling progenitor-client v0.13.0
40492026-09-12T21:09:29.028Z[ helios-setup] Sep 12 21:09:27.954 INFO E| Compiling heck v0.5.0
40502026-09-12T21:09:29.066Z[ helios-setup] Sep 12 21:09:27.992 INFO E| Compiling unicode-width v0.1.14
40512026-09-12T21:09:29.154Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40522026-09-12T21:09:29.186Z[ helios-setup] Sep 12 21:09:28.112 INFO E| Compiling ansi_term v0.12.1
40532026-09-12T21:09:29.220Z[ helios-setup] Sep 12 21:09:28.146 INFO E| Compiling bitflags v1.3.2
40542026-09-12T21:09:29.270Z[ helios-setup] Sep 12 21:09:28.196 INFO E| Compiling strsim v0.8.0
40552026-09-12T21:09:29.303Z[ helios-setup] Sep 12 21:09:28.229 INFO E| Compiling unic-common v0.9.0
40562026-09-12T21:09:29.312Z[ helios-setup] Sep 12 21:09:28.238 INFO E| Compiling unic-char-range v0.9.0
40572026-09-12T21:09:29.448Z[ helios-setup] Sep 12 21:09:28.374 INFO E| Compiling atty v0.2.14
40582026-09-12T21:09:29.478Z[ helios-setup] Sep 12 21:09:28.404 INFO E| Compiling vec_map v0.8.2
40592026-09-12T21:09:29.481Z[ helios-setup] Sep 12 21:09:28.404 INFO E| Compiling fletcher v1.0.0
40602026-09-12T21:09:29.482Z[ helios-setup] Sep 12 21:09:28.404 INFO E| Compiling strum v0.27.1
40612026-09-12T21:09:29.502Z[ helios-setup] Sep 12 21:09:28.428 INFO E| Compiling byteorder v1.5.0
40622026-09-12T21:09:29.533Z[ helios-setup] Sep 12 21:09:28.458 INFO E| Compiling textwrap v0.11.0
40632026-09-12T21:09:29.614Z[ helios-setup] Sep 12 21:09:28.540 INFO E| Compiling unic-char-property v0.9.0
40642026-09-12T21:09:29.620Z[ helios-setup] Sep 12 21:09:28.546 INFO E| Compiling unic-ucd-version v0.9.0
40652026-09-12T21:09:29.623Z[ helios-setup] Sep 12 21:09:28.547 INFO E| Compiling lazy_static v1.5.0
40662026-09-12T21:09:29.644Z[ host-package] Compiling unicode-truncate v1.1.0
40672026-09-12T21:09:29.704Z[ helios-setup] Sep 12 21:09:28.630 INFO E| Compiling heck v0.3.3
40682026-09-12T21:09:29.725Z[ helios-setup] Sep 12 21:09:28.651 INFO E| Compiling plain v0.2.3
40692026-09-12T21:09:29.749Z[ helios-setup] Sep 12 21:09:28.674 INFO E| Compiling log v0.4.27
40702026-09-12T21:09:29.773Z[ helios-setup] Sep 12 21:09:28.698 INFO E| Compiling clap v2.34.0
40712026-09-12T21:09:29.778Z[ helios-setup] Sep 12 21:09:28.704 INFO E| Compiling bytesize v2.0.1
40722026-09-12T21:09:29.803Z[ helios-setup] Sep 12 21:09:28.728 INFO E| Compiling unic-ucd-ident v0.9.0
40732026-09-12T21:09:29.996Z[ helios-setup] Sep 12 21:09:28.922 INFO E| Compiling quote v1.0.40
40742026-09-12T21:09:30.042Z[ host-package] Compiling lru v0.12.5
40752026-09-12T21:09:30.111Z[ host-package] Compiling digest-io v0.1.0
40762026-09-12T21:09:30.177Z[ host-package] Compiling prefix-trie v0.7.0
40772026-09-12T21:09:30.187Z[ helios-setup] Sep 12 21:09:29.111 INFO E| Compiling parse_int v0.9.0
40782026-09-12T21:09:30.229Z[ helios-setup] Sep 12 21:09:29.155 INFO E| Compiling syn v2.0.101
40792026-09-12T21:09:30.368Z[ host-package] Compiling rand_seeder v0.4.0
40802026-09-12T21:09:30.562Z[ host-package] Compiling cassowary v0.3.0
40812026-09-12T21:09:30.712Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40822026-09-12T21:09:30.788Z[ host-package] Compiling camino-tempfile-ext v0.3.3
40832026-09-12T21:09:30.911Z[ host-package] Compiling progenitor v0.13.0
40842026-09-12T21:09:30.939Z[ host-package] Compiling hickory-server v0.25.2
40852026-09-12T21:09:31.010Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40862026-09-12T21:09:31.118Z[ host-package] Compiling ratatui v0.29.0
40872026-09-12T21:09:31.283Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
40882026-09-12T21:09:31.413Z[ host-package] Compiling sled v0.34.7
40892026-09-12T21:09:31.575Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=e96e7190f8bc5a1b54e89153769d4112e64d4280#e96e7190)
40902026-09-12T21:09:33.402Z[ helios-setup] Sep 12 21:09:32.328 INFO E| Compiling serde_derive_internals v0.29.1
40912026-09-12T21:09:33.573Z[ host-package] Compiling darling v0.13.4
40922026-09-12T21:09:33.595Z[ helios-setup] Sep 12 21:09:32.515 INFO E| Compiling modular-bitfield-impl v0.11.2
40932026-09-12T21:09:33.595Z[ helios-setup] Sep 12 21:09:32.515 INFO E| Compiling structopt-derive v0.4.18
40942026-09-12T21:09:33.759Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40952026-09-12T21:09:34.113Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
40962026-09-12T21:09:34.471Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling thiserror-impl v2.0.12
40972026-09-12T21:09:34.471Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling serde_derive v1.0.219
40982026-09-12T21:09:34.471Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling schemars_derive v0.8.22
40992026-09-12T21:09:34.474Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling zerocopy-derive v0.8.25
41002026-09-12T21:09:34.474Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling modular-bitfield-impl v0.13.1
41012026-09-12T21:09:34.474Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling num-derive v0.4.2
41022026-09-12T21:09:34.474Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling strum_macros v0.27.1
41032026-09-12T21:09:34.474Z[ helios-setup] Sep 12 21:09:33.397 INFO E| Compiling scroll_derive v0.12.1
41042026-09-12T21:09:34.518Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41052026-09-12T21:09:34.676Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41062026-09-12T21:09:35.013Z[ helios-setup] Sep 12 21:09:33.937 INFO E| Compiling structopt v0.3.26
41072026-09-12T21:09:35.533Z[ helios-setup] Sep 12 21:09:34.458 INFO E| Compiling scroll v0.12.0
41082026-09-12T21:09:35.900Z[ helios-setup] Sep 12 21:09:34.821 INFO E| Compiling modular-bitfield v0.11.2
41092026-09-12T21:09:35.921Z[ helios-setup] Sep 12 21:09:34.847 INFO E| Compiling goblin v0.9.3
41102026-09-12T21:09:36.355Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41112026-09-12T21:09:36.483Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41122026-09-12T21:09:36.662Z[ helios-setup] Sep 12 21:09:35.587 INFO E| Compiling pest v2.8.0
41132026-09-12T21:09:36.765Z[ host-package] Compiling pwd v1.4.0
41142026-09-12T21:09:36.862Z[ host-package] Compiling lru v0.18.3
41152026-09-12T21:09:37.006Z[ helios-setup] Sep 12 21:09:35.932 INFO E| Compiling modular-bitfield v0.13.1
41162026-09-12T21:09:37.189Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
41172026-09-12T21:09:37.193Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41182026-09-12T21:09:37.312Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41192026-09-12T21:09:37.575Z[ host-package] Compiling serde_with_macros v1.5.2
41202026-09-12T21:09:37.692Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41212026-09-12T21:09:37.895Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
41222026-09-12T21:09:38.075Z[ helios-setup] Sep 12 21:09:36.999 INFO E| Compiling pest_meta v2.8.0
41232026-09-12T21:09:38.305Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41242026-09-12T21:09:38.616Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41252026-09-12T21:09:38.740Z[ helios-setup] Sep 12 21:09:37.664 INFO E| Compiling pest_generator v2.8.0
41262026-09-12T21:09:38.784Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41272026-09-12T21:09:38.865Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
41282026-09-12T21:09:38.950Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
41292026-09-12T21:09:39.039Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41302026-09-12T21:09:39.137Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=e96e7190f8bc5a1b54e89153769d4112e64d4280#e96e7190)
41312026-09-12T21:09:39.210Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41322026-09-12T21:09:39.261Z[ host-package] Compiling arc-swap v1.8.2
41332026-09-12T21:09:39.391Z[ host-package] Compiling void v1.0.2
41342026-09-12T21:09:39.439Z[ helios-setup] Sep 12 21:09:38.364 INFO E| Compiling pest_derive v2.8.0
41352026-09-12T21:09:39.674Z[ host-package] Compiling slog-scope v4.4.1
41362026-09-12T21:09:39.727Z[ host-package] Compiling lzss v0.8.2
41372026-09-12T21:09:39.803Z[ host-package] Compiling serde_with v1.14.0
41382026-09-12T21:09:39.885Z[ host-package] Compiling scuffle v0.1.0
41392026-09-12T21:09:39.888Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41402026-09-12T21:09:39.888Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41412026-09-12T21:09:39.991Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41422026-09-12T21:09:40.033Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41432026-09-12T21:09:40.106Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
41442026-09-12T21:09:40.304Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41452026-09-12T21:09:40.348Z[ host-package] Compiling libsw-core v0.3.2
41462026-09-12T21:09:40.563Z[ helios-setup] Sep 12 21:09:39.488 INFO E| Compiling json5 v0.4.1
41472026-09-12T21:09:40.597Z[ host-package] Compiling nix v0.27.1
41482026-09-12T21:09:40.680Z[ host-package] Compiling twox-hash v2.1.2
41492026-09-12T21:09:40.941Z[ host-package] Compiling serde_bytes v0.11.19
41502026-09-12T21:09:41.036Z[ host-package] Compiling atty v0.2.14
41512026-09-12T21:09:41.185Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
41522026-09-12T21:09:41.215Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41532026-09-12T21:09:41.239Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
41542026-09-12T21:09:41.345Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
41552026-09-12T21:09:41.432Z[ host-package] Compiling libsw v3.5.0
41562026-09-12T21:09:41.620Z[ host-package] Compiling slog-stdlog v4.1.1
41572026-09-12T21:09:41.669Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41582026-09-12T21:09:41.732Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41592026-09-12T21:09:41.942Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41602026-09-12T21:09:42.058Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41612026-09-12T21:09:42.092Z[ helios-setup] Sep 12 21:09:41.017 INFO E| Compiling four-cc v0.4.0
41622026-09-12T21:09:42.092Z[ helios-setup] Sep 12 21:09:41.017 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
41632026-09-12T21:09:42.196Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41642026-09-12T21:09:42.309Z[ helios-setup] Sep 12 21:09:41.235 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
41652026-09-12T21:09:42.505Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41662026-09-12T21:09:42.760Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41672026-09-12T21:09:44.168Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
41682026-09-12T21:09:44.815Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41692026-09-12T21:09:45.182Z[ host-package] Compiling git2 v0.20.4
41702026-09-12T21:09:45.457Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41712026-09-12T21:09:46.884Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41722026-09-12T21:09:48.499Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41732026-09-12T21:09:48.541Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41742026-09-12T21:09:48.620Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41752026-09-12T21:09:49.470Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-09-12T21:09:49.517Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-09-12T21:09:50.561Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41782026-09-12T21:09:51.398Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41792026-09-12T21:09:51.616Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41802026-09-12T21:09:52.748Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41812026-09-12T21:09:52.776Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41822026-09-12T21:09:54.025Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41832026-09-12T21:09:54.052Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41842026-09-12T21:09:54.609Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41852026-09-12T21:09:54.636Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41862026-09-12T21:09:56.194Z[ helios-setup] Sep 12 21:09:55.120 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
41872026-09-12T21:09:56.273Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41882026-09-12T21:09:56.306Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41892026-09-12T21:09:56.608Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41902026-09-12T21:09:57.456Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41912026-09-12T21:09:57.596Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41922026-09-12T21:09:57.669Z[ host-package] Compiling signal-hook-tokio v0.3.1
41932026-09-12T21:09:57.831Z[ host-package] Compiling fatfs v0.3.6
41942026-09-12T21:09:58.052Z[ host-package] Compiling yasna v0.5.2
41952026-09-12T21:09:58.143Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41962026-09-12T21:09:58.614Z[ host-package] Compiling console v0.16.2
41972026-09-12T21:09:58.764Z[ host-package] Compiling assert_matches v1.5.0
41982026-09-12T21:09:58.899Z[ host-package] Compiling rcgen v0.12.1
41992026-09-12T21:09:58.956Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42002026-09-12T21:09:59.257Z[ host-package] Compiling indicatif v0.18.4
42012026-09-12T21:10:00.534Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42022026-09-12T21:10:00.538Z[ helios-setup] Sep 12 21:09:59.460 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
42032026-09-12T21:10:01.003Z[ host-package] Compiling slog-envlogger v2.2.0
42042026-09-12T21:10:01.118Z[ host-package] Compiling oxide-update-engine-display v0.1.2
42052026-09-12T21:10:01.146Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42062026-09-12T21:10:01.550Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42072026-09-12T21:10:01.723Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
42082026-09-12T21:10:01.867Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
42092026-09-12T21:10:01.976Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42102026-09-12T21:10:02.005Z[ host-package] Compiling port-file v0.1.0
42112026-09-12T21:10:02.113Z[ host-package] Compiling subprocess v0.2.15
42122026-09-12T21:10:02.143Z[ host-package] Compiling rtoolbox v0.0.3
42132026-09-12T21:10:02.342Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42142026-09-12T21:10:02.398Z[ host-package] Compiling rpassword v7.5.4
42152026-09-12T21:10:02.526Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
42162026-09-12T21:10:02.668Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42172026-09-12T21:10:02.888Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42182026-09-12T21:10:03.374Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42192026-09-12T21:10:03.444Z[ host-package] Compiling tui-tree-widget v0.23.1
42202026-09-12T21:10:03.648Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42212026-09-12T21:10:03.795Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42222026-09-12T21:10:04.211Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
42232026-09-12T21:10:05.820Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42242026-09-12T21:10:06.507Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42252026-09-12T21:10:06.945Z[ host-package] Compiling uzers v0.12.2
42262026-09-12T21:10:07.063Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42272026-09-12T21:10:07.262Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42282026-09-12T21:10:07.557Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42292026-09-12T21:10:07.701Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42302026-09-12T21:10:08.538Z[ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
42312026-09-12T21:10:08.827Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
42322026-09-12T21:10:10.176Z[ host-package] Compiling support-bundle-viewer v0.1.2
42332026-09-12T21:10:10.530Z[ host-package] Compiling multimap v0.10.1
42342026-09-12T21:10:11.468Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
42352026-09-12T21:10:12.441Z[ helios-setup] Sep 12 21:10:11.366 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.06s
42362026-09-12T21:10:12.478Z[ helios-setup] Sep 12 21:10:11.403 INFO building project "amd-host-image-builder" ok (46 seconds)
42372026-09-12T21:10:12.478Z[ helios-setup] Sep 12 21:10:11.403 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
42382026-09-12T21:10:12.486Z[ helios-setup] Sep 12 21:10:11.411 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
42392026-09-12T21:10:12.486Z[ helios-setup] Sep 12 21:10:11.411 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
42402026-09-12T21:10:12.486Z[ helios-setup] Sep 12 21:10:11.412 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
42412026-09-12T21:10:12.606Z[ helios-setup] Sep 12 21:10:11.532 INFO E| Downloading crates ...
42422026-09-12T21:10:12.649Z[ helios-setup] Sep 12 21:10:11.574 INFO E| Downloaded generic-array v0.14.6
42432026-09-12T21:10:12.657Z[ helios-setup] Sep 12 21:10:11.583 INFO E| Downloaded digest v0.10.3
42442026-09-12T21:10:12.664Z[ helios-setup] Sep 12 21:10:11.589 INFO E| Downloaded anyhow v1.0.62
42452026-09-12T21:10:12.667Z[ helios-setup] Sep 12 21:10:11.592 INFO E| Downloaded block-buffer v0.10.3
42462026-09-12T21:10:12.670Z[ helios-setup] Sep 12 21:10:11.595 INFO E| Downloaded miniz_oxide v0.6.2
42472026-09-12T21:10:12.674Z[ helios-setup] Sep 12 21:10:11.597 INFO E| Downloaded typenum v1.15.0
42482026-09-12T21:10:12.674Z[ helios-setup] Sep 12 21:10:11.599 INFO E| Downloaded cpufeatures v0.2.5
42492026-09-12T21:10:12.676Z[ helios-setup] Sep 12 21:10:11.600 INFO E| Downloaded sha2 v0.10.5
42502026-09-12T21:10:12.684Z[ helios-setup] Sep 12 21:10:11.606 INFO E| Downloaded flate2 v1.0.25
42512026-09-12T21:10:12.687Z[ helios-setup] Sep 12 21:10:11.609 INFO E| Downloaded bytes v1.2.1
42522026-09-12T21:10:12.732Z[ helios-setup] Sep 12 21:10:11.656 INFO E| Compiling typenum v1.15.0
42532026-09-12T21:10:12.732Z[ helios-setup] Sep 12 21:10:11.656 INFO E| Compiling version_check v0.9.4
42542026-09-12T21:10:12.732Z[ helios-setup] Sep 12 21:10:11.656 INFO E| Compiling cfg-if v1.0.0
42552026-09-12T21:10:12.732Z[ helios-setup] Sep 12 21:10:11.656 INFO E| Compiling crc32fast v1.3.2
42562026-09-12T21:10:12.738Z[ helios-setup] Sep 12 21:10:11.656 INFO E| Compiling anyhow v1.0.62
42572026-09-12T21:10:12.816Z[ helios-setup] Sep 12 21:10:11.741 INFO E| Compiling adler v1.0.2
42582026-09-12T21:10:12.816Z[ helios-setup] Sep 12 21:10:11.741 INFO E| Compiling cpufeatures v0.2.5
42592026-09-12T21:10:12.821Z[ helios-setup] Sep 12 21:10:11.741 INFO E| Compiling unicode-width v0.1.10
42602026-09-12T21:10:12.844Z[ helios-setup] Sep 12 21:10:11.769 INFO E| Compiling bitflags v1.3.2
42612026-09-12T21:10:12.844Z[ helios-setup] Sep 12 21:10:11.769 INFO E| Compiling bytes v1.2.1
42622026-09-12T21:10:13.117Z[ helios-setup] Sep 12 21:10:12.042 INFO E| Compiling getopts v0.2.21
42632026-09-12T21:10:13.193Z[ helios-setup] Sep 12 21:10:12.118 INFO E| Compiling miniz_oxide v0.6.2
42642026-09-12T21:10:13.303Z[ helios-setup] Sep 12 21:10:12.228 INFO E| Compiling generic-array v0.14.6
42652026-09-12T21:10:14.158Z[ helios-setup] Sep 12 21:10:13.083 INFO E| Compiling flate2 v1.0.25
42662026-09-12T21:10:14.969Z[ helios-setup] Sep 12 21:10:13.895 INFO E| Compiling block-buffer v0.10.3
42672026-09-12T21:10:14.969Z[ helios-setup] Sep 12 21:10:13.895 INFO E| Compiling crypto-common v0.1.6
42682026-09-12T21:10:15.106Z[ helios-setup] Sep 12 21:10:14.029 INFO E| Compiling digest v0.10.3
42692026-09-12T21:10:15.295Z[ helios-setup] Sep 12 21:10:14.220 INFO E| Compiling sha2 v0.10.5
42702026-09-12T21:10:15.535Z[ helios-setup] Sep 12 21:10:14.459 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
42712026-09-12T21:10:17.946Z[ helios-setup] Sep 12 21:10:16.869 INFO E| Finished `release` profile [optimized] target(s) in 5.44s
42722026-09-12T21:10:17.961Z[ helios-setup] Sep 12 21:10:16.883 INFO building project "bootserver" ok (5 seconds)
42732026-09-12T21:10:17.961Z[ helios-setup] Sep 12 21:10:16.883 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
42742026-09-12T21:10:17.977Z[ helios-setup] Sep 12 21:10:16.891 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
42752026-09-12T21:10:17.977Z[ helios-setup] Sep 12 21:10:16.891 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
42762026-09-12T21:10:17.977Z[ helios-setup] Sep 12 21:10:16.891 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
42772026-09-12T21:10:18.171Z[ helios-setup] Sep 12 21:10:17.089 INFO E| Downloading crates ...
42782026-09-12T21:10:18.215Z[ helios-setup] Sep 12 21:10:17.141 INFO E| Downloaded adler2 v2.0.0
42792026-09-12T21:10:18.229Z[ helios-setup] Sep 12 21:10:17.154 INFO E| Downloaded miniz_oxide v0.8.8
42802026-09-12T21:10:18.268Z[ helios-setup] Sep 12 21:10:17.194 INFO E| Compiling adler2 v2.0.0
42812026-09-12T21:10:18.364Z[ helios-setup] Sep 12 21:10:17.289 INFO E| Compiling miniz_oxide v0.8.8
42822026-09-12T21:10:19.496Z[ helios-setup] Sep 12 21:10:18.422 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
42832026-09-12T21:10:20.089Z[ helios-setup] Sep 12 21:10:19.014 INFO E| Finished `release` profile [optimized] target(s) in 2.11s
42842026-09-12T21:10:20.099Z[ helios-setup] Sep 12 21:10:19.025 INFO building project "pinprick" ok (2 seconds)
42852026-09-12T21:10:20.102Z[ helios-setup] rm -f helios-build
42862026-09-12T21:10:20.102Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
42872026-09-12T21:10:20.125Z[ helios-setup]
42882026-09-12T21:10:20.151Z[ helios-setup] Setup complete! ./helios-build is now available.
42892026-09-12T21:10:20.151Z[ helios-setup]
42902026-09-12T21:10:20.151Z[ helios-setup]
42912026-09-12T21:10:20.151ZSep 12 21:10:19.043 INFO [helios-setup] process exited with exit status: 0 (180.125904923s)
42922026-09-12T21:10:20.151Z[ helios-setup] real 3:00.122854921
42932026-09-12T21:10:20.151Z[ helios-setup] user 7:07.958929321
42942026-09-12T21:10:20.151Z[ helios-setup] sys 1:21.820709422
42952026-09-12T21:10:20.151Z[ helios-setup] trap 0.519655738
42962026-09-12T21:10:20.151Z[ helios-setup] tflt 2.088876514
42972026-09-12T21:10:20.152Z[ helios-setup] dflt 7.980263981
42982026-09-12T21:10:20.152Z[ helios-setup] kflt 0.000420030
42992026-09-12T21:10:20.152Z[ helios-setup] lock 54:45.980475915
43002026-09-12T21:10:20.152Z[ helios-setup] slp 36:16.435613131
43012026-09-12T21:10:20.152Z[ helios-setup] lat 6:47.257725263
43022026-09-12T21:10:20.152Z[ helios-setup] stop 1:45.629257729
43032026-09-12T21:10:20.152ZSep 12 21:10:19.044 INFO [helios-record] running task
43042026-09-12T21:10:20.152ZSep 12 21:10:19.051 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
43052026-09-12T21:10:20.152ZSep 12 21:10:19.055 DEBG process exited with exit status: 0 (11.188873ms)
43062026-09-12T21:10:20.152ZSep 12 21:10:19.055 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
43072026-09-12T21:10:20.152ZSep 12 21:10:19.064 DEBG process exited with exit status: 0 (9.11487ms)
43082026-09-12T21:10:20.152ZSep 12 21:10:19.065 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
43092026-09-12T21:10:20.152ZSep 12 21:10:19.069 DEBG process exited with exit status: 0 (5.031836ms)
43102026-09-12T21:10:20.152ZSep 12 21:10:19.069 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
43112026-09-12T21:10:20.152ZSep 12 21:10:19.074 DEBG process exited with exit status: 0 (4.279455ms)
43122026-09-12T21:10:20.152ZSep 12 21:10:19.074 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
43132026-09-12T21:10:20.157ZSep 12 21:10:19.077 DEBG process exited with exit status: 0 (3.477694ms)
43142026-09-12T21:10:20.158ZSep 12 21:10:19.077 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
43152026-09-12T21:10:20.158ZSep 12 21:10:19.080 DEBG process exited with exit status: 0 (3.185204ms)
43162026-09-12T21:10:20.158ZSep 12 21:10:19.080 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
43172026-09-12T21:10:20.161ZSep 12 21:10:19.083 DEBG process exited with exit status: 0 (3.186223ms)
43182026-09-12T21:10:20.161ZSep 12 21:10:19.083 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
43192026-09-12T21:10:20.161ZSep 12 21:10:19.087 DEBG process exited with exit status: 0 (3.303644ms)
43202026-09-12T21:10:20.162ZSep 12 21:10:19.087 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
43212026-09-12T21:10:20.165ZSep 12 21:10:19.090 DEBG process exited with exit status: 0 (3.245194ms)
43222026-09-12T21:10:20.165ZSep 12 21:10:19.090 INFO [helios-record] task succeeded (46.547753ms)
43232026-09-12T21:10:30.419Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43242026-09-12T21:10:55.423Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43252026-09-12T21:11:21.233Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43262026-09-12T21:19:06.388Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 05s
43272026-09-12T21:19:06.392Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43282026-09-12T21:19:06.392Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43292026-09-12T21:19:42.219ZSep 12 21:19:41.146 INFO [host-package] process exited with exit status: 0 (701.188284306s)
43302026-09-12T21:19:42.219ZSep 12 21:19:41.146 INFO [host-libraries] running task
43312026-09-12T21:19:42.219ZSep 12 21:19:41.146 INFO [host-stamp] running task
43322026-09-12T21:19:42.224ZSep 12 21:19:41.148 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+git746e8ce34b6
43332026-09-12T21:19:42.224ZSep 12 21:19:41.149 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+git746e8ce34b6
43342026-09-12T21:19:42.224ZSep 12 21:19:41.149 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+git746e8ce34b6
43352026-09-12T21:19:42.224ZSep 12 21:19:41.149 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+git746e8ce34b6
43362026-09-12T21:19:42.224ZSep 12 21:19:41.150 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+git746e8ce34b6
43372026-09-12T21:19:42.224ZSep 12 21:19:41.150 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+git746e8ce34b6
43382026-09-12T21:19:42.224ZSep 12 21:19:41.150 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+git746e8ce34b6
43392026-09-12T21:19:42.224ZSep 12 21:19:41.151 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+git746e8ce34b6
43402026-09-12T21:19:42.233Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
43412026-09-12T21:19:42.233Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
43422026-09-12T21:19:42.233Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43432026-09-12T21:19:42.233Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
43442026-09-12T21:19:42.236Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
43452026-09-12T21:19:42.236Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43462026-09-12T21:19:42.236Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
43472026-09-12T21:19:42.237Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
43482026-09-12T21:19:42.237Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
43492026-09-12T21:19:42.240ZSep 12 21:19:41.165 INFO [stamp-overlay] process exited with exit status: 0 (16.402469ms)
43502026-09-12T21:19:42.240Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
43512026-09-12T21:19:42.243ZSep 12 21:19:41.169 INFO [stamp-oxlog] process exited with exit status: 0 (19.029362ms)
43522026-09-12T21:19:42.278Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
43532026-09-12T21:19:42.281ZSep 12 21:19:41.208 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.231987ms)
43542026-09-12T21:19:42.296Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
43552026-09-12T21:19:42.299ZSep 12 21:19:41.225 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (74.728555ms)
43562026-09-12T21:19:42.453Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
43572026-09-12T21:19:42.457ZSep 12 21:19:41.383 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (232.623005ms)
43582026-09-12T21:19:42.500Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
43592026-09-12T21:19:42.503ZSep 12 21:19:41.430 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (280.49091ms)
43602026-09-12T21:19:42.760Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
43612026-09-12T21:19:42.763ZSep 12 21:19:41.689 INFO [stamp-propolis-server] process exited with exit status: 0 (539.859866ms)
43622026-09-12T21:19:43.081ZSep 12 21:19:42.007 INFO [host-libraries] task succeeded (861.123823ms)
43632026-09-12T21:19:43.094ZSep 12 21:19:42.007 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
43642026-09-12T21:19:43.095Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
43652026-09-12T21:19:44.101Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
43662026-09-12T21:19:44.226Z[recovery-package] Compiling regress v0.11.1
43672026-09-12T21:19:44.262Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
43682026-09-12T21:19:44.262Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43692026-09-12T21:19:44.265Z[recovery-package] Compiling slog-scope v4.4.1
43702026-09-12T21:19:44.265Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43712026-09-12T21:19:44.268Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43722026-09-12T21:19:44.271Z[recovery-package] Compiling cancel-safe-futures v0.1.5
43732026-09-12T21:19:44.489Z[recovery-package] Compiling slog-stdlog v4.1.1
43742026-09-12T21:19:44.503Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43752026-09-12T21:19:44.631Z[recovery-package] Compiling slog-envlogger v2.2.0
43762026-09-12T21:19:44.904Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43772026-09-12T21:19:45.245Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43782026-09-12T21:19:45.396Z[recovery-package] Compiling oxide-update-engine v0.1.2
43792026-09-12T21:19:45.849Z[recovery-package] Compiling typify-impl v0.6.2
43802026-09-12T21:19:47.135Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
43812026-09-12T21:19:47.138ZSep 12 21:19:46.065 INFO [stamp-switch-asic] process exited with exit status: 0 (4.915822268s)
43822026-09-12T21:19:47.138ZSep 12 21:19:46.065 INFO [host-stamp] task succeeded (4.919468014s)
43832026-09-12T21:19:47.138ZSep 12 21:19:46.065 INFO [host-proto] running task
43842026-09-12T21:19:47.490ZSep 12 21:19:46.417 INFO [host-proto] task succeeded (351.644061ms)
43852026-09-12T21:19:47.490ZSep 12 21:19:46.417 INFO [host-profile] running task
43862026-09-12T21:19:47.493ZSep 12 21:19:46.417 INFO [host-profile] task succeeded (231.04µs)
43872026-09-12T21:19:47.493ZSep 12 21:19:46.417 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/.tmpjaLSeu/proto/host/root -N 'ci 746e8ce/${os_short_commit} 2026-09-12 21:07' -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/'
43882026-09-12T21:19:47.497Z[ host-image] Sep 12 21:19:46.423 INFO Checking files for board 'cosmo-mbist-noaggr'
43892026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.423 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
43902026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.423 INFO Checking files for board 'gimlet'
43912026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.423 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
43922026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.423 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
43932026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.424 INFO Checking files for board 'cosmo'
43942026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
43952026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
43962026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.424 INFO Checking files for board 'cosmo-mbist'
43972026-09-12T21:19:47.499Z[ host-image] Sep 12 21:19:46.424 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
43982026-09-12T21:19:47.505Z[ host-image] Sep 12 21:19:46.432 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjaLSeu/proto/host/root"
43992026-09-12T21:19:47.508Z[ host-image] Sep 12 21:19:46.432 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44002026-09-12T21:19:47.508Z[ host-image] Sep 12 21:19:46.432 INFO image builder template: ramdisk-01-os...
44012026-09-12T21:19:47.508Z[ host-image] Sep 12 21:19:46.432 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/.tmpjaLSeu/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
44022026-09-12T21:19:47.518Z[ host-image] Sep 12 21:19:46.446 INFO O| Sep 12 21:19:46.445 INFO CREATE DATASET: rpool/images/build/host/output
44032026-09-12T21:19:47.662Z[recovery-package] Compiling typify v0.6.2
44042026-09-12T21:19:47.747Z[recovery-package] Compiling progenitor-impl v0.14.0
44052026-09-12T21:19:48.991Z[ host-image] Sep 12 21:19:47.918 INFO O| Sep 12 21:19:47.918 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
44062026-09-12T21:19:48.995Z[ host-image] Sep 12 21:19:47.921 INFO O| Sep 12 21:19:47.921 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44072026-09-12T21:19:49.108Z[recovery-package] Compiling progenitor v0.14.0
44082026-09-12T21:19:49.220Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44092026-09-12T21:19:49.220Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44102026-09-12T21:19:49.269Z[ host-image] Sep 12 21:19:48.196 INFO O| Sep 12 21:19:48.195 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
44112026-09-12T21:19:49.343Z[ host-image] Sep 12 21:19:48.270 INFO O| Sep 12 21:19:48.270 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
44122026-09-12T21:19:49.344Z[ host-image] Sep 12 21:19:48.270 INFO O| Sep 12 21:19:48.270 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
44132026-09-12T21:19:49.344Z[ host-image] Sep 12 21:19:48.270 INFO O| Sep 12 21:19:48.270 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
44142026-09-12T21:19:49.347Z[ host-image] Sep 12 21:19:48.270 INFO O| Sep 12 21:19:48.270 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
44152026-09-12T21:19:49.350Z[ host-image] Sep 12 21:19:48.276 INFO O| Sep 12 21:19:48.276 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
44162026-09-12T21:19:49.593Z[ host-image] Sep 12 21:19:48.520 INFO O| Sep 12 21:19:48.520 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44172026-09-12T21:19:49.600Z[ host-image] Sep 12 21:19:48.527 INFO O| Sep 12 21:19:48.527 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
44182026-09-12T21:19:49.760Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44192026-09-12T21:19:49.895Z[ host-image] Sep 12 21:19:48.822 INFO O| Sep 12 21:19:48.822 INFO O| Caching catalogs ... Done
44202026-09-12T21:19:49.964Z[ host-image] Sep 12 21:19:48.891 INFO O| Sep 12 21:19:48.891 INFO STEP 0 (pkg_image_create) COMPLETE
44212026-09-12T21:19:49.964Z[ host-image] Sep 12 21:19:48.891 INFO O| Sep 12 21:19:48.891 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44222026-09-12T21:19:49.974Z[ host-image] Sep 12 21:19:48.898 INFO O| Sep 12 21:19:48.898 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"]
44232026-09-12T21:19:50.243Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO STEP 1 (pkg_set_publisher) COMPLETE
44242026-09-12T21:19:50.243Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44252026-09-12T21:19:50.243Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO skip step because feature "publisher_1_name" is not enabled
44262026-09-12T21:19:50.246Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44272026-09-12T21:19:50.246Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO skip step because feature "publisher_2_name" is not enabled
44282026-09-12T21:19:50.246Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292026-09-12T21:19:50.246Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO skip step because feature "publisher_3_name" is not enabled
44302026-09-12T21:19:50.246Z[ host-image] Sep 12 21:19:49.170 INFO O| Sep 12 21:19:49.170 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44312026-09-12T21:19:50.493Z[ host-image] Sep 12 21:19:49.420 INFO O| Sep 12 21:19:49.420 INFO variant opensolaris.zone is already global
44322026-09-12T21:19:50.493Z[ host-image] Sep 12 21:19:49.420 INFO O| Sep 12 21:19:49.420 INFO STEP 5 (pkg_change_variant) COMPLETE
44332026-09-12T21:19:50.497Z[ host-image] Sep 12 21:19:49.420 INFO O| Sep 12 21:19:49.420 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44342026-09-12T21:19:50.737Z[ host-image] Sep 12 21:19:49.664 INFO O| Sep 12 21:19:49.664 INFO variant opensolaris.imagetype is full; changing to partial
44352026-09-12T21:19:50.737Z[ host-image] Sep 12 21:19:49.664 INFO O| Sep 12 21:19:49.664 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44362026-09-12T21:19:52.581Z[ host-image] Sep 12 21:19:51.506 INFO O| Sep 12 21:19:51.506 INFO O| Startup: Refreshing catalog 'helios' ... Done
44372026-09-12T21:19:53.029Z[ host-image] Sep 12 21:19:51.956 INFO O| Sep 12 21:19:51.956 INFO O| Startup: Caching catalogs ... Done
44382026-09-12T21:19:53.044Z[ host-image] Sep 12 21:19:51.971 INFO O| Sep 12 21:19:51.971 INFO O| Planning: Planning completed in 0.00 seconds
44392026-09-12T21:19:53.047Z[ host-image] Sep 12 21:19:51.971 INFO O| Sep 12 21:19:51.971 INFO O| Planning: Consolidating action changes ... Done
44402026-09-12T21:19:53.047Z[ host-image] Sep 12 21:19:51.971 INFO O| Sep 12 21:19:51.971 INFO O| Planning: Evaluating mediators ... Done
44412026-09-12T21:19:53.047Z[ host-image] Sep 12 21:19:51.972 INFO O| Sep 12 21:19:51.972 INFO O| Planning: Planning completed in 0.00 seconds
44422026-09-12T21:19:53.047Z[ host-image] Sep 12 21:19:51.972 INFO O| Sep 12 21:19:51.972 INFO O| Variants/Facets to change: 1
44432026-09-12T21:19:53.053Z[ host-image] Sep 12 21:19:51.980 INFO O| Sep 12 21:19:51.980 INFO O| Finalize: Updating package state database ... Done
44442026-09-12T21:19:53.053Z[ host-image] Sep 12 21:19:51.980 INFO O| Sep 12 21:19:51.980 INFO O| Finalize: Updating package cache ... Done
44452026-09-12T21:19:53.133Z[ host-image] Sep 12 21:19:52.060 INFO O| Sep 12 21:19:52.060 INFO O| Finalize: Updating image state ... Done
44462026-09-12T21:19:53.145Z[ host-image] Sep 12 21:19:52.072 INFO O| Sep 12 21:19:52.072 INFO O| Finalize: Creating fast lookup database ... Done
44472026-09-12T21:19:53.148Z[ host-image] Sep 12 21:19:52.073 INFO O| Sep 12 21:19:52.073 INFO O| Finalize: Reading search index ... Done
44482026-09-12T21:19:53.148Z[ host-image] Sep 12 21:19:52.073 INFO O| Sep 12 21:19:52.073 INFO O| Finalize: Updating search index ... Done
44492026-09-12T21:19:53.149Z[ host-image] Sep 12 21:19:52.074 INFO O| Sep 12 21:19:52.074 INFO O| Finalize: Updating package cache ... Done
44502026-09-12T21:19:53.345Z[ host-image] Sep 12 21:19:52.272 INFO O| Sep 12 21:19:52.272 INFO STEP 6 (pkg_change_variant) COMPLETE
44512026-09-12T21:19:53.345Z[ host-image] Sep 12 21:19:52.272 INFO O| Sep 12 21:19:52.272 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522026-09-12T21:19:53.345Z[ host-image] Sep 12 21:19:52.272 INFO O| Sep 12 21:19:52.272 INFO skip step because feature "debug_variant" is not enabled
44532026-09-12T21:19:53.345Z[ host-image] Sep 12 21:19:52.272 INFO O| Sep 12 21:19:52.272 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44542026-09-12T21:19:53.588Z[ host-image] Sep 12 21:19:52.515 INFO O| Sep 12 21:19:52.515 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44552026-09-12T21:19:55.461Z[ host-image] Sep 12 21:19:54.388 INFO O| Sep 12 21:19:54.388 INFO O| Startup: Refreshing catalog 'helios' ... Done
44562026-09-12T21:19:55.515Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44572026-09-12T21:19:55.920Z[ host-image] Sep 12 21:19:54.847 INFO O| Sep 12 21:19:54.847 INFO O| Startup: Caching catalogs ... Done
44582026-09-12T21:19:55.937Z[ host-image] Sep 12 21:19:54.865 INFO O| Sep 12 21:19:54.864 INFO O| Planning: Planning completed in 0.00 seconds
44592026-09-12T21:19:55.940Z[ host-image] Sep 12 21:19:54.865 INFO O| Sep 12 21:19:54.865 INFO O| Planning: Consolidating action changes ... Done
44602026-09-12T21:19:55.940Z[ host-image] Sep 12 21:19:54.865 INFO O| Sep 12 21:19:54.865 INFO O| Planning: Evaluating mediators ... Done
44612026-09-12T21:19:55.940Z[ host-image] Sep 12 21:19:54.865 INFO O| Sep 12 21:19:54.865 INFO O| Planning: Planning completed in 0.00 seconds
44622026-09-12T21:19:55.940Z[ host-image] Sep 12 21:19:54.865 INFO O| Sep 12 21:19:54.865 INFO O| Variants/Facets to change: 1
44632026-09-12T21:19:55.947Z[ host-image] Sep 12 21:19:54.874 INFO O| Sep 12 21:19:54.874 INFO O| Finalize: Updating package state database ... Done
44642026-09-12T21:19:55.948Z[ host-image] Sep 12 21:19:54.874 INFO O| Sep 12 21:19:54.874 INFO O| Finalize: Updating package cache ... Done
44652026-09-12T21:19:56.025Z[ host-image] Sep 12 21:19:54.952 INFO O| Sep 12 21:19:54.952 INFO O| Finalize: Updating image state ... Done
44662026-09-12T21:19:56.043Z[ host-image] Sep 12 21:19:54.970 INFO O| Sep 12 21:19:54.969 INFO O| Finalize: Creating fast lookup database ... Done
44672026-09-12T21:19:56.046Z[ host-image] Sep 12 21:19:54.970 INFO O| Sep 12 21:19:54.970 INFO O| Finalize: Reading search index ... Done
44682026-09-12T21:19:56.046Z[ host-image] Sep 12 21:19:54.970 INFO O| Sep 12 21:19:54.970 INFO O| Finalize: Updating search index ... Done
44692026-09-12T21:19:56.047Z[ host-image] Sep 12 21:19:54.971 INFO O| Sep 12 21:19:54.971 INFO O| Finalize: Updating package cache ... Done
44702026-09-12T21:19:56.340Z[ host-image] Sep 12 21:19:55.266 INFO O| Sep 12 21:19:55.266 INFO STEP 8 (pkg_change_facet) COMPLETE
44712026-09-12T21:19:56.340Z[ host-image] Sep 12 21:19:55.266 INFO O| Sep 12 21:19:55.266 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44722026-09-12T21:19:56.343Z[ host-image] Sep 12 21:19:55.266 INFO O| Sep 12 21:19:55.266 INFO skip step because feature "recovery" is not enabled
44732026-09-12T21:19:56.343Z[ host-image] Sep 12 21:19:55.266 INFO O| Sep 12 21:19:55.266 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44742026-09-12T21:19:56.343Z[ host-image] Sep 12 21:19:55.266 INFO O| Sep 12 21:19:55.266 INFO skip step because feature "recovery" is not enabled
44752026-09-12T21:19:56.343Z[ host-image] Sep 12 21:19:55.266 INFO O| Sep 12 21:19:55.266 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44762026-09-12T21:19:56.347Z[ host-image] Sep 12 21:19:55.275 INFO O| Sep 12 21:19:55.275 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"]
44772026-09-12T21:19:56.477Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
44782026-09-12T21:19:56.477Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44792026-09-12T21:19:58.259Z[ host-image] Sep 12 21:19:57.185 INFO O| Sep 12 21:19:57.185 INFO O| Startup: Refreshing catalog 'helios' ... Done
44802026-09-12T21:19:58.695Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44812026-09-12T21:19:58.695Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44822026-09-12T21:19:58.715Z[ host-image] Sep 12 21:19:57.642 INFO O| Sep 12 21:19:57.642 INFO O| Startup: Caching catalogs ... Done
44832026-09-12T21:19:59.767Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44842026-09-12T21:20:00.341Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44852026-09-12T21:20:01.460Z[ host-image] Sep 12 21:20:00.386 INFO O| Sep 12 21:20:00.386 INFO O| Planning: Solver setup ... Done
44862026-09-12T21:20:01.763Z[ host-image] Sep 12 21:20:00.690 INFO O| Sep 12 21:20:00.690 INFO O| Planning: Running solver ... Done
44872026-09-12T21:20:01.817Z[ host-image] Sep 12 21:20:00.744 INFO O| Sep 12 21:20:00.744 INFO O| Planning: Finding local manifests ... Done
44882026-09-12T21:20:01.836Z[ host-image] Sep 12 21:20:00.763 INFO O| Sep 12 21:20:00.763 INFO O| Planning: Fetching manifests: 0/130 0% complete
44892026-09-12T21:20:03.458Z[ host-image] Sep 12 21:20:02.385 INFO O| Sep 12 21:20:02.385 INFO O| Planning: Fetching manifests: 130/130 100% complete
44902026-09-12T21:20:03.905Z[ host-image] Sep 12 21:20:02.832 INFO O| Sep 12 21:20:02.832 INFO O| Planning: Package planning ... Done
44912026-09-12T21:20:04.220Z[ host-image] Sep 12 21:20:03.147 INFO O| Sep 12 21:20:03.147 INFO O| Planning: Merging actions ... Done
44922026-09-12T21:20:04.475Z[ host-image] Sep 12 21:20:03.402 INFO O| Sep 12 21:20:03.402 INFO O| Planning: Checking for conflicting actions ... Done
44932026-09-12T21:20:04.578Z[ host-image] Sep 12 21:20:03.505 INFO O| Sep 12 21:20:03.505 INFO O| Planning: Consolidating action changes ... Done
44942026-09-12T21:20:04.751Z[ host-image] Sep 12 21:20:03.678 INFO O| Sep 12 21:20:03.678 INFO O| Planning: Evaluating mediators ... Done
44952026-09-12T21:20:06.177Z[ host-image] Sep 12 21:20:05.104 INFO O| Sep 12 21:20:05.104 INFO O| Planning: Planning completed in 7.45 seconds
44962026-09-12T21:20:06.180Z[ host-image] Sep 12 21:20:05.106 INFO O| Sep 12 21:20:05.106 INFO O| Packages to install: 130
44972026-09-12T21:20:06.181Z[ host-image] Sep 12 21:20:05.106 INFO O| Sep 12 21:20:05.106 INFO O| Mediators to change: 5
44982026-09-12T21:20:06.181Z[ host-image] Sep 12 21:20:05.106 INFO O| Sep 12 21:20:05.106 INFO O| Services to change: 6
44992026-09-12T21:20:06.205Z[ host-image] Sep 12 21:20:05.132 INFO O| Sep 12 21:20:05.132 INFO O| Download: 0/23895 items 0.0/223.1MB 0% complete
45002026-09-12T21:20:11.205Z[ host-image] Sep 12 21:20:10.133 INFO O| Sep 12 21:20:10.132 INFO O| Download: 12870/23895 items 108.0/223.1MB 48% complete (21.6M/s)
45012026-09-12T21:20:15.632Z[ host-image] Sep 12 21:20:14.559 INFO O| Sep 12 21:20:14.559 INFO O| Download: Completed 223.11 MB in 9.43 seconds (23.6M/s)
45022026-09-12T21:20:16.514Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.31s
45032026-09-12T21:20:16.517Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45042026-09-12T21:20:16.517Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45052026-09-12T21:20:16.766Z[ host-image] Sep 12 21:20:15.693 INFO O| Sep 12 21:20:15.693 INFO O| Actions: 1/54210 actions (Installing new actions)
45062026-09-12T21:20:18.355ZSep 12 21:20:17.282 INFO [recovery-package] process exited with exit status: 0 (35.275287359s)
45072026-09-12T21:20:18.355ZSep 12 21:20:17.282 INFO [recovery-libraries] running task
45082026-09-12T21:20:18.355ZSep 12 21:20:17.282 INFO [recovery-stamp] running task
45092026-09-12T21:20:18.358ZSep 12 21:20:17.283 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+git746e8ce34b6
45102026-09-12T21:20:18.358ZSep 12 21:20:17.283 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git746e8ce34b6
45112026-09-12T21:20:18.361Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
45122026-09-12T21:20:18.364Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
45132026-09-12T21:20:18.377ZSep 12 21:20:17.305 INFO [recovery-libraries] task succeeded (22.232646ms)
45142026-09-12T21:20:18.380ZSep 12 21:20:17.305 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
45152026-09-12T21:20:18.398Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
45162026-09-12T21:20:18.401ZSep 12 21:20:17.328 INFO [stamp-installinator] process exited with exit status: 0 (45.248622ms)
45172026-09-12T21:20:18.506Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
45182026-09-12T21:20:18.509ZSep 12 21:20:17.436 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.371745ms)
45192026-09-12T21:20:18.509ZSep 12 21:20:17.436 INFO [recovery-stamp] task succeeded (153.776616ms)
45202026-09-12T21:20:18.509ZSep 12 21:20:17.436 INFO [recovery-proto] running task
45212026-09-12T21:20:18.509ZSep 12 21:20:17.436 INFO [tuf-stamp] running task
45222026-09-12T21:20:18.512ZSep 12 21:20:17.437 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+git746e8ce34b6
45232026-09-12T21:20:18.512ZSep 12 21:20:17.437 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+git746e8ce34b6
45242026-09-12T21:20:18.512ZSep 12 21:20:17.437 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+git746e8ce34b6
45252026-09-12T21:20:18.512ZSep 12 21:20:17.438 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+git746e8ce34b6
45262026-09-12T21:20:18.512ZSep 12 21:20:17.438 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+git746e8ce34b6
45272026-09-12T21:20:18.512ZSep 12 21:20:17.438 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+git746e8ce34b6
45282026-09-12T21:20:18.512ZSep 12 21:20:17.439 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+git746e8ce34b6
45292026-09-12T21:20:18.512ZSep 12 21:20:17.439 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+git746e8ce34b6
45302026-09-12T21:20:18.512ZSep 12 21:20:17.439 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+git746e8ce34b6
45312026-09-12T21:20:18.515ZSep 12 21:20:17.439 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+git746e8ce34b6
45322026-09-12T21:20:18.515ZSep 12 21:20:17.440 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+git746e8ce34b6
45332026-09-12T21:20:18.515ZSep 12 21:20:17.440 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+git746e8ce34b6
45342026-09-12T21:20:18.519Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45352026-09-12T21:20:18.519Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
45362026-09-12T21:20:18.519Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45372026-09-12T21:20:18.519Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
45382026-09-12T21:20:18.519Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45392026-09-12T21:20:18.519Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
45402026-09-12T21:20:18.519Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45412026-09-12T21:20:18.519Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
45422026-09-12T21:20:18.519Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
45432026-09-12T21:20:18.519Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
45442026-09-12T21:20:18.519Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
45452026-09-12T21:20:18.519Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
45462026-09-12T21:20:18.566Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
45472026-09-12T21:20:18.570ZSep 12 21:20:17.496 INFO [stamp-probe] process exited with exit status: 0 (57.444446ms)
45482026-09-12T21:20:18.604ZSep 12 21:20:17.532 INFO [recovery-proto] task succeeded (95.563709ms)
45492026-09-12T21:20:18.608ZSep 12 21:20:17.532 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/.tmpjaLSeu/proto/recovery/root -N 'recovery 746e8ce/${os_short_commit} 2026-09-12 21:07' -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/'
45502026-09-12T21:20:18.611Z[ recovery-image] Sep 12 21:20:17.538 INFO Checking files for board 'cosmo-mbist'
45512026-09-12T21:20:18.611Z[ recovery-image] Sep 12 21:20:17.539 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
45522026-09-12T21:20:18.611Z[ recovery-image] Sep 12 21:20:17.539 INFO Checking files for board 'gimlet'
45532026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
45542026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
45552026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO Checking files for board 'cosmo-mbist-noaggr'
45562026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
45572026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO Checking files for board 'cosmo'
45582026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
45592026-09-12T21:20:18.614Z[ recovery-image] Sep 12 21:20:17.539 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
45602026-09-12T21:20:18.620Z[ recovery-image] Sep 12 21:20:17.548 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjaLSeu/proto/recovery/root"
45612026-09-12T21:20:18.623Z[ recovery-image] Sep 12 21:20:17.548 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
45622026-09-12T21:20:18.623Z[ recovery-image] Sep 12 21:20:17.548 INFO image builder template: ramdisk-01-os...
45632026-09-12T21:20:18.623Z[ recovery-image] Sep 12 21:20:17.548 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/.tmpjaLSeu/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
45642026-09-12T21:20:18.626Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
45652026-09-12T21:20:18.629ZSep 12 21:20:17.556 INFO [stamp-ntp] process exited with exit status: 0 (117.924784ms)
45662026-09-12T21:20:18.636Z[ recovery-image] Sep 12 21:20:17.564 INFO O| Sep 12 21:20:17.564 INFO CREATE DATASET: rpool/images/build/recovery/output
45672026-09-12T21:20:18.748Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
45682026-09-12T21:20:18.752ZSep 12 21:20:17.678 INFO [stamp-external-dns] process exited with exit status: 0 (240.349225ms)
45692026-09-12T21:20:18.802Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
45702026-09-12T21:20:18.811ZSep 12 21:20:17.732 INFO [stamp-internal-dns] process exited with exit status: 0 (293.976596ms)
45712026-09-12T21:20:18.836Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
45722026-09-12T21:20:18.840ZSep 12 21:20:17.766 INFO [stamp-oximeter] process exited with exit status: 0 (327.726154ms)
45732026-09-12T21:20:18.892Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
45742026-09-12T21:20:18.895ZSep 12 21:20:17.822 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (383.224107ms)
45752026-09-12T21:20:18.958Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45762026-09-12T21:20:18.986Z[verify-libraries] Running `target/debug/xtask verify-libraries`
45772026-09-12T21:20:19.089Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
45782026-09-12T21:20:19.091ZSep 12 21:20:18.019 INFO [stamp-crucible-zone] process exited with exit status: 0 (582.092044ms)
45792026-09-12T21:20:19.230Z[ recovery-image] Sep 12 21:20:18.157 INFO O| Sep 12 21:20:18.157 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45802026-09-12T21:20:19.234Z[ recovery-image] Sep 12 21:20:18.161 INFO O| Sep 12 21:20:18.161 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45812026-09-12T21:20:19.928Z[ recovery-image] Sep 12 21:20:18.855 INFO O| Sep 12 21:20:18.855 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
45822026-09-12T21:20:20.479Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
45832026-09-12T21:20:20.482ZSep 12 21:20:19.409 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.969807617s)
45842026-09-12T21:20:20.515Z[ recovery-image] Sep 12 21:20:19.442 INFO O| Sep 12 21:20:19.442 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45852026-09-12T21:20:20.515Z[ recovery-image] Sep 12 21:20:19.442 INFO O| Sep 12 21:20:19.442 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45862026-09-12T21:20:20.519Z[ recovery-image] Sep 12 21:20:19.442 INFO O| Sep 12 21:20:19.442 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
45872026-09-12T21:20:20.519Z[ recovery-image] Sep 12 21:20:19.442 INFO O| Sep 12 21:20:19.442 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
45882026-09-12T21:20:20.521Z[ recovery-image] Sep 12 21:20:19.449 INFO O| Sep 12 21:20:19.449 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45892026-09-12T21:20:21.631Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
45902026-09-12T21:20:21.634ZSep 12 21:20:20.561 INFO [stamp-nexus] process exited with exit status: 0 (3.121517352s)
45912026-09-12T21:20:21.766Z[ host-image] Sep 12 21:20:20.693 INFO O| Sep 12 21:20:20.693 INFO O| Actions: 24264/54210 actions (Installing new actions)
45922026-09-12T21:20:21.973Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
45932026-09-12T21:20:21.976ZSep 12 21:20:20.904 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.464148042s)
45942026-09-12T21:20:22.024Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
45952026-09-12T21:20:22.027ZSep 12 21:20:20.954 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.517836714s)
45962026-09-12T21:20:22.035Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
45972026-09-12T21:20:22.038ZSep 12 21:20:20.965 INFO [stamp-clickhouse] process exited with exit status: 0 (3.524806931s)
45982026-09-12T21:20:22.038ZSep 12 21:20:20.965 INFO [tuf-stamp] task succeeded (3.528907386s)
45992026-09-12T21:20:22.038ZSep 12 21:20:20.965 INFO [tuf-v2-zones] running task
46002026-09-12T21:20:22.095ZSep 12 21:20:21.022 INFO [tuf-v2-zones] task succeeded (56.656305ms)
46012026-09-12T21:20:23.434Z[verify-libraries] Compiling match_cfg v0.1.0
46022026-09-12T21:20:23.434Z[verify-libraries] Compiling slog-json v2.6.1
46032026-09-12T21:20:23.434Z[verify-libraries] Compiling serde_spanned v1.1.1
46042026-09-12T21:20:23.438Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
46052026-09-12T21:20:23.438Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
46062026-09-12T21:20:23.690Z[verify-libraries] Compiling sha1 v0.11.0
46072026-09-12T21:20:23.693Z[verify-libraries] Compiling async-stream-impl v0.3.6
46082026-09-12T21:20:23.693Z[verify-libraries] Compiling serde_path_to_error v0.1.20
46092026-09-12T21:20:23.714Z[verify-libraries] Compiling multer v3.1.0
46102026-09-12T21:20:23.716Z[verify-libraries] Compiling compression-core v0.4.31
46112026-09-12T21:20:23.717Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
46122026-09-12T21:20:23.717Z[verify-libraries] Compiling dropshot v0.17.1
46132026-09-12T21:20:23.739Z[verify-libraries] Compiling waitgroup v0.1.2
46142026-09-12T21:20:23.742Z[verify-libraries] Compiling rustls-pemfile v2.2.0
46152026-09-12T21:20:23.914Z[ host-image] Sep 12 21:20:22.842 INFO O| Sep 12 21:20:22.841 INFO O| Actions: Completed 54210 actions in 7.14 seconds.
46162026-09-12T21:20:23.944Z[verify-libraries] Compiling hostname v0.3.1
46172026-09-12T21:20:23.970Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
46182026-09-12T21:20:23.970Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
46192026-09-12T21:20:23.973Z[verify-libraries] Compiling hostname v0.4.2
46202026-09-12T21:20:23.973Z[verify-libraries] Compiling progenitor-client v0.14.0
46212026-09-12T21:20:24.010Z[ host-image] Sep 12 21:20:22.938 INFO O| Sep 12 21:20:22.938 INFO O| Finalize: Updating package state database ... Done
46222026-09-12T21:20:24.011Z[ host-image] Sep 12 21:20:22.938 INFO O| Sep 12 21:20:22.938 INFO O| Finalize: Updating package cache ... Done
46232026-09-12T21:20:24.068Z[verify-libraries] Compiling compression-codecs v0.4.37
46242026-09-12T21:20:24.073Z[verify-libraries] Compiling atomicwrites v0.4.4
46252026-09-12T21:20:24.073Z[verify-libraries] Compiling macaddr v1.0.1
46262026-09-12T21:20:24.073Z[verify-libraries] Compiling serde_tokenstream v0.3.0
46272026-09-12T21:20:24.073Z[verify-libraries] Compiling regress v0.10.5
46282026-09-12T21:20:24.156Z[ host-image] Sep 12 21:20:23.083 INFO O| Sep 12 21:20:23.083 INFO O| Finalize: Updating image state ... Done
46292026-09-12T21:20:24.161Z[verify-libraries] Compiling slog-bunyan v2.5.0
46302026-09-12T21:20:24.161Z[verify-libraries] Compiling instant v0.1.13
46312026-09-12T21:20:24.247Z[verify-libraries] Compiling oxide-generation v0.1.3
46322026-09-12T21:20:24.254Z[verify-libraries] Compiling itertools v0.14.0
46332026-09-12T21:20:24.291Z[verify-libraries] Compiling parse-display-derive v0.10.0
46342026-09-12T21:20:24.365Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46352026-09-12T21:20:24.410Z[verify-libraries] Compiling backoff v0.4.0
46362026-09-12T21:20:24.414Z[verify-libraries] Compiling backon v1.6.0
46372026-09-12T21:20:24.470Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
46382026-09-12T21:20:24.476Z[verify-libraries] Compiling humantime v2.3.0
46392026-09-12T21:20:24.544Z[verify-libraries] Compiling async-compression v0.4.41
46402026-09-12T21:20:24.608Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
46412026-09-12T21:20:24.642Z[verify-libraries] Compiling async-stream v0.3.6
46422026-09-12T21:20:24.696Z[verify-libraries] Compiling convert_case v0.4.0
46432026-09-12T21:20:24.736Z[verify-libraries] Compiling progenitor-extras v0.2.0
46442026-09-12T21:20:24.742Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46452026-09-12T21:20:24.742Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
46462026-09-12T21:20:24.812Z[verify-libraries] Compiling indent_write v2.2.0
46472026-09-12T21:20:24.832Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46482026-09-12T21:20:24.887Z[verify-libraries] Compiling regress v0.11.1
46492026-09-12T21:20:24.980Z[verify-libraries] Compiling secrecy v0.10.3
46502026-09-12T21:20:24.996Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
46512026-09-12T21:20:24.996Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46522026-09-12T21:20:25.043Z[verify-libraries] Compiling universal-hash v0.5.1
46532026-09-12T21:20:25.129Z[verify-libraries] Compiling derive_more v0.99.20
46542026-09-12T21:20:25.163Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
46552026-09-12T21:20:25.178Z[verify-libraries] Compiling opaque-debug v0.3.1
46562026-09-12T21:20:25.206Z[ host-image] Sep 12 21:20:24.124 INFO O| Sep 12 21:20:24.124 INFO O| Finalize: Creating fast lookup database ... Done
46572026-09-12T21:20:25.210Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46582026-09-12T21:20:25.226Z[ host-image] Sep 12 21:20:24.148 INFO O| Sep 12 21:20:24.148 INFO O| Finalize: Reading search index ... Done
46592026-09-12T21:20:25.250Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46602026-09-12T21:20:25.372Z[verify-libraries] Compiling poly1305 v0.8.0
46612026-09-12T21:20:25.401Z[verify-libraries] Compiling chacha20 v0.9.1
46622026-09-12T21:20:25.410Z[verify-libraries] Compiling blake2 v0.10.6
46632026-09-12T21:20:25.422Z[ recovery-image] Sep 12 21:20:24.349 INFO O| Sep 12 21:20:24.349 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46642026-09-12T21:20:25.431Z[ recovery-image] Sep 12 21:20:24.358 INFO O| Sep 12 21:20:24.358 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
46652026-09-12T21:20:25.535Z[verify-libraries] Compiling aead v0.5.2
46662026-09-12T21:20:25.592Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
46672026-09-12T21:20:25.695Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
46682026-09-12T21:20:25.760Z[ recovery-image] Sep 12 21:20:24.684 INFO O| Sep 12 21:20:24.684 INFO O| Caching catalogs ... Done
46692026-09-12T21:20:25.770Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46702026-09-12T21:20:25.837Z[verify-libraries] Compiling password-hash v0.5.0
46712026-09-12T21:20:25.841Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
46722026-09-12T21:20:25.851Z[ recovery-image] Sep 12 21:20:24.778 INFO O| Sep 12 21:20:24.777 INFO STEP 0 (pkg_image_create) COMPLETE
46732026-09-12T21:20:25.851Z[ recovery-image] Sep 12 21:20:24.778 INFO O| Sep 12 21:20:24.777 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46742026-09-12T21:20:25.869Z[ recovery-image] Sep 12 21:20:24.788 INFO O| Sep 12 21:20:24.788 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"]
46752026-09-12T21:20:25.987Z[verify-libraries] Compiling num-derive v0.4.2
46762026-09-12T21:20:26.016Z[verify-libraries] Compiling crossbeam-deque v0.8.6
46772026-09-12T21:20:26.021Z[verify-libraries] Compiling rayon-core v1.13.0
46782026-09-12T21:20:26.021Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46792026-09-12T21:20:26.161Z[verify-libraries] Compiling glob v0.3.3
46802026-09-12T21:20:26.168Z[verify-libraries] Compiling heapless v0.8.0
46812026-09-12T21:20:26.181Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO STEP 1 (pkg_set_publisher) COMPLETE
46822026-09-12T21:20:26.181Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46832026-09-12T21:20:26.190Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO skip step because feature "publisher_1_name" is not enabled
46842026-09-12T21:20:26.190Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46852026-09-12T21:20:26.190Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO skip step because feature "publisher_2_name" is not enabled
46862026-09-12T21:20:26.190Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46872026-09-12T21:20:26.190Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO skip step because feature "publisher_3_name" is not enabled
46882026-09-12T21:20:26.190Z[ recovery-image] Sep 12 21:20:25.108 INFO O| Sep 12 21:20:25.108 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46892026-09-12T21:20:26.229Z[verify-libraries] Compiling parse-display v0.10.0
46902026-09-12T21:20:26.256Z[verify-libraries] Compiling argon2 v0.5.3
46912026-09-12T21:20:26.433Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46922026-09-12T21:20:26.433Z[verify-libraries] Compiling proc-macro-error v1.0.4
46932026-09-12T21:20:26.502Z[ recovery-image] Sep 12 21:20:25.427 INFO O| Sep 12 21:20:25.427 INFO variant opensolaris.zone is already global
46942026-09-12T21:20:26.502Z[ recovery-image] Sep 12 21:20:25.427 INFO O| Sep 12 21:20:25.427 INFO STEP 5 (pkg_change_variant) COMPLETE
46952026-09-12T21:20:26.506Z[ recovery-image] Sep 12 21:20:25.427 INFO O| Sep 12 21:20:25.427 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46962026-09-12T21:20:26.606Z[verify-libraries] Compiling typify-impl v0.6.2
46972026-09-12T21:20:26.611Z[verify-libraries] Compiling thiserror-no-std v2.0.2
46982026-09-12T21:20:26.730Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46992026-09-12T21:20:26.830Z[ recovery-image] Sep 12 21:20:25.756 INFO O| Sep 12 21:20:25.756 INFO variant opensolaris.imagetype is full; changing to partial
47002026-09-12T21:20:26.830Z[ recovery-image] Sep 12 21:20:25.756 INFO O| Sep 12 21:20:25.756 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
47012026-09-12T21:20:26.834Z[verify-libraries] Compiling vsss-rs v3.3.4
47022026-09-12T21:20:26.834Z[verify-libraries] Compiling ingot-macros v0.2.0
47032026-09-12T21:20:26.995Z[verify-libraries] Compiling tabwriter v1.4.1
47042026-09-12T21:20:27.097Z[verify-libraries] Compiling hash32 v0.3.1
47052026-09-12T21:20:27.183Z[verify-libraries] Compiling proc-macro-crate v3.4.0
47062026-09-12T21:20:27.222Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47072026-09-12T21:20:27.265Z[verify-libraries] Compiling smoltcp v0.11.0
47082026-09-12T21:20:27.346Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47092026-09-12T21:20:27.465Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47102026-09-12T21:20:27.572Z[verify-libraries] Compiling cobs v0.3.0
47112026-09-12T21:20:27.603Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47122026-09-12T21:20:27.607Z[verify-libraries] Compiling colored v3.1.1
47132026-09-12T21:20:27.688Z[verify-libraries] Compiling rayon v1.11.0
47142026-09-12T21:20:27.805Z[verify-libraries] Compiling postcard v1.1.3
47152026-09-12T21:20:27.835Z[verify-libraries] Compiling proc-macro-crate v1.3.1
47162026-09-12T21:20:27.860Z[verify-libraries] Compiling num_enum_derive v0.7.6
47172026-09-12T21:20:27.932Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47182026-09-12T21:20:27.988Z[ host-image] Sep 12 21:20:26.905 INFO O| Sep 12 21:20:26.905 INFO O| Finalize: Building new search index ... Done
47192026-09-12T21:20:28.035Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47202026-09-12T21:20:28.078Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47212026-09-12T21:20:28.091Z[verify-libraries] Compiling foreign-types-macros v0.2.3
47222026-09-12T21:20:28.122Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47232026-09-12T21:20:28.176Z[verify-libraries] Compiling foreign-types-shared v0.3.1
47242026-09-12T21:20:28.207Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47252026-09-12T21:20:28.298Z[verify-libraries] Compiling num_enum_derive v0.5.11
47262026-09-12T21:20:28.429Z[ host-image] Sep 12 21:20:27.355 INFO O| Sep 12 21:20:27.355 INFO O| Finalize: Updating package cache ... Done
47272026-09-12T21:20:28.462Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47282026-09-12T21:20:28.559Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47292026-09-12T21:20:28.562Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47302026-09-12T21:20:28.604Z[verify-libraries] Compiling cstr-argument v0.1.2
47312026-09-12T21:20:28.608Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
47322026-09-12T21:20:28.739Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
47332026-09-12T21:20:28.814Z[ host-image] Sep 12 21:20:27.738 INFO O| Sep 12 21:20:27.738 INFO STEP 11 (pkg_install) COMPLETE
47342026-09-12T21:20:28.814Z[ host-image] Sep 12 21:20:27.739 INFO O| Sep 12 21:20:27.738 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47352026-09-12T21:20:28.826Z[ host-image] Sep 12 21:20:27.747 INFO O| Sep 12 21:20:27.747 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"]
47362026-09-12T21:20:28.830Z[verify-libraries] Compiling foreign-types v0.5.0
47372026-09-12T21:20:28.885Z[verify-libraries] Compiling sigpipe v0.1.3
47382026-09-12T21:20:28.998Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47392026-09-12T21:20:29.028Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
47402026-09-12T21:20:29.055Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47412026-09-12T21:20:29.093Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47422026-09-12T21:20:29.116Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47432026-09-12T21:20:29.122Z[verify-libraries] Compiling itertools v0.12.1
47442026-09-12T21:20:29.122Z[verify-libraries] Compiling num_enum v0.7.6
47452026-09-12T21:20:29.205Z[ recovery-image] Sep 12 21:20:28.129 INFO O| Sep 12 21:20:28.129 INFO O| Startup: Refreshing catalog 'helios' ... Done
47462026-09-12T21:20:29.240Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47472026-09-12T21:20:29.298Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47482026-09-12T21:20:29.329Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47492026-09-12T21:20:29.329Z[verify-libraries] Compiling tokio-dtrace v0.1.1
47502026-09-12T21:20:29.332Z[verify-libraries] Compiling smf v0.2.3
47512026-09-12T21:20:29.479Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47522026-09-12T21:20:29.522Z[verify-libraries] Compiling num_enum v0.5.11
47532026-09-12T21:20:29.551Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47542026-09-12T21:20:29.663Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47552026-09-12T21:20:29.690Z[verify-libraries] Compiling whoami v1.6.1
47562026-09-12T21:20:29.742Z[ recovery-image] Sep 12 21:20:28.660 INFO O| Sep 12 21:20:28.660 INFO O| Startup: Caching catalogs ... Done
47572026-09-12T21:20:29.746Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
47582026-09-12T21:20:29.746Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47592026-09-12T21:20:29.753Z[ recovery-image] Sep 12 21:20:28.678 INFO O| Sep 12 21:20:28.677 INFO O| Planning: Planning completed in 0.00 seconds
47602026-09-12T21:20:29.753Z[ recovery-image] Sep 12 21:20:28.678 INFO O| Sep 12 21:20:28.678 INFO O| Planning: Consolidating action changes ... Done
47612026-09-12T21:20:29.753Z[ recovery-image] Sep 12 21:20:28.678 INFO O| Sep 12 21:20:28.678 INFO O| Planning: Evaluating mediators ... Done
47622026-09-12T21:20:29.753Z[ recovery-image] Sep 12 21:20:28.678 INFO O| Sep 12 21:20:28.678 INFO O| Planning: Planning completed in 0.00 seconds
47632026-09-12T21:20:29.753Z[ recovery-image] Sep 12 21:20:28.679 INFO O| Sep 12 21:20:28.679 INFO O| Variants/Facets to change: 1
47642026-09-12T21:20:29.775Z[ recovery-image] Sep 12 21:20:28.698 INFO O| Sep 12 21:20:28.698 INFO O| Finalize: Updating package state database ... Done
47652026-09-12T21:20:29.775Z[ recovery-image] Sep 12 21:20:28.698 INFO O| Sep 12 21:20:28.698 INFO O| Finalize: Updating package cache ... Done
47662026-09-12T21:20:29.818Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47672026-09-12T21:20:29.868Z[ recovery-image] Sep 12 21:20:28.795 INFO O| Sep 12 21:20:28.795 INFO O| Finalize: Updating image state ... Done
47682026-09-12T21:20:29.883Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47692026-09-12T21:20:29.888Z[ recovery-image] Sep 12 21:20:28.813 INFO O| Sep 12 21:20:28.813 INFO O| Finalize: Creating fast lookup database ... Done
47702026-09-12T21:20:29.897Z[ recovery-image] Sep 12 21:20:28.814 INFO O| Sep 12 21:20:28.814 INFO O| Finalize: Reading search index ... Done
47712026-09-12T21:20:29.897Z[ recovery-image] Sep 12 21:20:28.814 INFO O| Sep 12 21:20:28.814 INFO O| Finalize: Updating search index ... Done
47722026-09-12T21:20:29.897Z[ recovery-image] Sep 12 21:20:28.815 INFO O| Sep 12 21:20:28.815 INFO O| Finalize: Updating package cache ... Done
47732026-09-12T21:20:29.937Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47742026-09-12T21:20:30.060Z[verify-libraries] Compiling gethostname v0.5.0
47752026-09-12T21:20:30.101Z[verify-libraries] Compiling ingot-types v0.2.0
47762026-09-12T21:20:30.101Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47772026-09-12T21:20:30.106Z[verify-libraries] Compiling slog-dtrace v0.3.0
47782026-09-12T21:20:30.132Z[verify-libraries] Compiling newline-converter v0.3.0
47792026-09-12T21:20:30.149Z[verify-libraries] Compiling console v0.15.11
47802026-09-12T21:20:30.214Z[ recovery-image] Sep 12 21:20:29.141 INFO O| Sep 12 21:20:29.138 INFO STEP 6 (pkg_change_variant) COMPLETE
47812026-09-12T21:20:30.215Z[ recovery-image] Sep 12 21:20:29.141 INFO O| Sep 12 21:20:29.138 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47822026-09-12T21:20:30.215Z[ recovery-image] Sep 12 21:20:29.141 INFO O| Sep 12 21:20:29.138 INFO skip step because feature "debug_variant" is not enabled
47832026-09-12T21:20:30.218Z[ recovery-image] Sep 12 21:20:29.141 INFO O| Sep 12 21:20:29.138 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47842026-09-12T21:20:30.256Z[verify-libraries] Compiling linear-map v1.2.0
47852026-09-12T21:20:30.361Z[verify-libraries] Compiling num-rational v0.4.2
47862026-09-12T21:20:30.401Z[verify-libraries] Compiling num-complex v0.4.6
47872026-09-12T21:20:30.572Z[verify-libraries] Compiling zone v0.3.1
47882026-09-12T21:20:30.622Z[ recovery-image] Sep 12 21:20:29.549 INFO O| Sep 12 21:20:29.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
47892026-09-12T21:20:30.674Z[verify-libraries] Compiling ingot v0.2.1
47902026-09-12T21:20:30.759Z[verify-libraries] Compiling expectorate v1.2.0
47912026-09-12T21:20:30.785Z[verify-libraries] Compiling prettyplease v0.2.37
47922026-09-12T21:20:30.953Z[verify-libraries] Compiling num v0.4.3
47932026-09-12T21:20:31.001Z[verify-libraries] Compiling float-ord v0.3.2
47942026-09-12T21:20:31.042Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47952026-09-12T21:20:31.073Z[verify-libraries] Compiling minimal-lexical v0.2.1
47962026-09-12T21:20:31.099Z[verify-libraries] Compiling unicode-xid v0.2.6
47972026-09-12T21:20:31.102Z[verify-libraries] Compiling tabled_derive v0.7.0
47982026-09-12T21:20:31.198Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47992026-09-12T21:20:31.309Z[ host-image] Sep 12 21:20:30.236 INFO O| Sep 12 21:20:30.236 INFO O| Startup: Refreshing catalog 'helios' ... Done
48002026-09-12T21:20:31.334Z[verify-libraries] Compiling nom v7.1.3
48012026-09-12T21:20:31.375Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
48022026-09-12T21:20:31.375Z[verify-libraries] Compiling ar_archive_writer v0.5.1
48032026-09-12T21:20:31.432Z[verify-libraries] Compiling fd-lock v4.0.4
48042026-09-12T21:20:31.437Z[verify-libraries] Compiling vte v0.14.1
48052026-09-12T21:20:31.491Z[verify-libraries] Compiling typify-macro v0.6.2
48062026-09-12T21:20:31.495Z[verify-libraries] Compiling display-error-chain v0.2.2
48072026-09-12T21:20:31.796Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
48082026-09-12T21:20:31.828Z[ host-image] Sep 12 21:20:30.755 INFO O| Sep 12 21:20:30.755 INFO O| Startup: Caching catalogs ... Done
48092026-09-12T21:20:31.878Z[verify-libraries] Compiling crossterm v0.29.0
48102026-09-12T21:20:31.904Z[verify-libraries] Compiling nu-ansi-term v0.50.3
48112026-09-12T21:20:31.918Z[verify-libraries] Compiling stacker v0.1.23
48122026-09-12T21:20:31.990Z[verify-libraries] Compiling cfg_aliases v0.1.1
48132026-09-12T21:20:32.141Z[verify-libraries] Compiling semver v0.1.20
48142026-09-12T21:20:32.194Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48152026-09-12T21:20:32.255Z[verify-libraries] Compiling reedline v0.40.0
48162026-09-12T21:20:32.286Z[verify-libraries] Compiling tabled v0.15.0
48172026-09-12T21:20:32.286Z[verify-libraries] Compiling nix v0.28.0
48182026-09-12T21:20:32.391Z[verify-libraries] Compiling psm v0.1.30
48192026-09-12T21:20:32.399Z[verify-libraries] Compiling termtree v0.5.1
48202026-09-12T21:20:32.484Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48212026-09-12T21:20:32.491Z[verify-libraries] Compiling rustc_version v0.1.7
48222026-09-12T21:20:32.494Z[ host-image] Sep 12 21:20:31.419 INFO O| Sep 12 21:20:31.419 INFO O| Planning: Solver setup ... Done
48232026-09-12T21:20:32.497Z[ host-image] Sep 12 21:20:31.424 INFO O| Sep 12 21:20:31.424 INFO O| Planning: Running solver ... Done
48242026-09-12T21:20:32.515Z[ host-image] Sep 12 21:20:31.442 INFO O| Sep 12 21:20:31.442 INFO O| Planning: Finding local manifests ... Done
48252026-09-12T21:20:32.528Z[ host-image] Sep 12 21:20:31.454 INFO O| Sep 12 21:20:31.454 INFO O| Planning: Fetching manifests: 0/6 0% complete
48262026-09-12T21:20:32.531Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48272026-09-12T21:20:32.591Z[verify-libraries] Compiling phf_shared v0.12.1
48282026-09-12T21:20:32.617Z[ host-image] Sep 12 21:20:31.544 INFO O| Sep 12 21:20:31.544 INFO O| Planning: Fetching manifests: 6/6 100% complete
48292026-09-12T21:20:32.644Z[ host-image] Sep 12 21:20:31.571 INFO O| Sep 12 21:20:31.564 INFO O| Planning: Package planning ... Done
48302026-09-12T21:20:32.644Z[ host-image] Sep 12 21:20:31.571 INFO O| Sep 12 21:20:31.566 INFO O| Planning: Merging actions ... Done
48312026-09-12T21:20:32.648Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
48322026-09-12T21:20:32.693Z[ host-image] Sep 12 21:20:31.620 INFO O| Sep 12 21:20:31.620 INFO O| Planning: Checking for conflicting actions ... Done
48332026-09-12T21:20:32.699Z[ host-image] Sep 12 21:20:31.621 INFO O| Sep 12 21:20:31.621 INFO O| Planning: Consolidating action changes ... Done
48342026-09-12T21:20:32.747Z[verify-libraries] Compiling nibble_vec v0.1.0
48352026-09-12T21:20:32.813Z[verify-libraries] Compiling chrono-tz v0.10.4
48362026-09-12T21:20:32.813Z[ recovery-image] Sep 12 21:20:31.739 INFO O| Sep 12 21:20:31.739 INFO O| Startup: Refreshing catalog 'helios' ... Done
48372026-09-12T21:20:32.834Z[ host-image] Sep 12 21:20:31.760 INFO O| Sep 12 21:20:31.760 INFO O| Planning: Evaluating mediators ... Done
48382026-09-12T21:20:32.838Z[ host-image] Sep 12 21:20:31.762 INFO O| Sep 12 21:20:31.762 INFO O| Planning: Planning completed in 0.99 seconds
48392026-09-12T21:20:32.838Z[ host-image] Sep 12 21:20:31.762 INFO O| Sep 12 21:20:31.762 INFO O| Packages to install: 6
48402026-09-12T21:20:32.838Z[ host-image] Sep 12 21:20:31.762 INFO O| Sep 12 21:20:31.762 INFO O| Services to change: 2
48412026-09-12T21:20:32.852Z[ host-image] Sep 12 21:20:31.773 INFO O| Sep 12 21:20:31.773 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
48422026-09-12T21:20:32.866Z[verify-libraries] Compiling endian-type v0.1.2
48432026-09-12T21:20:32.871Z[verify-libraries] Compiling highway v1.3.0
48442026-09-12T21:20:32.994Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48452026-09-12T21:20:33.008Z[ host-image] Sep 12 21:20:31.935 INFO O| Sep 12 21:20:31.935 INFO O| Download: Completed 1.76 MB in 0.16 seconds (10.8M/s)
48462026-09-12T21:20:33.023Z[verify-libraries] Compiling radix_trie v0.2.1
48472026-09-12T21:20:33.029Z[ host-image] Sep 12 21:20:31.956 INFO O| Sep 12 21:20:31.956 INFO O| Actions: 1/391 actions (Installing new actions)
48482026-09-12T21:20:33.082Z[verify-libraries] Compiling newtype_derive v0.1.6
48492026-09-12T21:20:33.150Z[verify-libraries] Compiling phf v0.12.1
48502026-09-12T21:20:33.168Z[ host-image] Sep 12 21:20:32.092 INFO O| Sep 12 21:20:32.092 INFO O| Actions: Completed 391 actions in 0.14 seconds.
48512026-09-12T21:20:33.213Z[ host-image] Sep 12 21:20:32.139 INFO O| Sep 12 21:20:32.139 INFO O| Finalize: Updating package state database ... Done
48522026-09-12T21:20:33.213Z[ host-image] Sep 12 21:20:32.139 INFO O| Sep 12 21:20:32.139 INFO O| Finalize: Updating package cache ... Done
48532026-09-12T21:20:33.227Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48542026-09-12T21:20:33.301Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48552026-09-12T21:20:33.305Z[ recovery-image] Sep 12 21:20:32.228 INFO O| Sep 12 21:20:32.228 INFO O| Startup: Caching catalogs ... Done
48562026-09-12T21:20:33.317Z[ host-image] Sep 12 21:20:32.244 INFO O| Sep 12 21:20:32.243 INFO O| Finalize: Updating image state ... Done
48572026-09-12T21:20:33.320Z[ recovery-image] Sep 12 21:20:32.246 INFO O| Sep 12 21:20:32.246 INFO O| Planning: Planning completed in 0.00 seconds
48582026-09-12T21:20:33.320Z[ recovery-image] Sep 12 21:20:32.247 INFO O| Sep 12 21:20:32.247 INFO O| Planning: Consolidating action changes ... Done
48592026-09-12T21:20:33.320Z[ recovery-image] Sep 12 21:20:32.247 INFO O| Sep 12 21:20:32.247 INFO O| Planning: Evaluating mediators ... Done
48602026-09-12T21:20:33.320Z[ recovery-image] Sep 12 21:20:32.247 INFO O| Sep 12 21:20:32.247 INFO O| Planning: Planning completed in 0.00 seconds
48612026-09-12T21:20:33.320Z[ recovery-image] Sep 12 21:20:32.247 INFO O| Sep 12 21:20:32.247 INFO O| Variants/Facets to change: 1
48622026-09-12T21:20:33.333Z[ recovery-image] Sep 12 21:20:32.257 INFO O| Sep 12 21:20:32.257 INFO O| Finalize: Updating package state database ... Done
48632026-09-12T21:20:33.333Z[ recovery-image] Sep 12 21:20:32.257 INFO O| Sep 12 21:20:32.257 INFO O| Finalize: Updating package cache ... Done
48642026-09-12T21:20:33.341Z[verify-libraries] Compiling peg-macros v0.8.5
48652026-09-12T21:20:33.341Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48662026-09-12T21:20:33.341Z[verify-libraries] Compiling winnow v0.6.26
48672026-09-12T21:20:33.341Z[verify-libraries] Compiling csv-core v0.1.13
48682026-09-12T21:20:33.409Z[ recovery-image] Sep 12 21:20:32.335 INFO O| Sep 12 21:20:32.335 INFO O| Finalize: Updating image state ... Done
48692026-09-12T21:20:33.428Z[ recovery-image] Sep 12 21:20:32.354 INFO O| Sep 12 21:20:32.354 INFO O| Finalize: Creating fast lookup database ... Done
48702026-09-12T21:20:33.444Z[ recovery-image] Sep 12 21:20:32.354 INFO O| Sep 12 21:20:32.354 INFO O| Finalize: Reading search index ... Done
48712026-09-12T21:20:33.444Z[ recovery-image] Sep 12 21:20:32.354 INFO O| Sep 12 21:20:32.354 INFO O| Finalize: Updating search index ... Done
48722026-09-12T21:20:33.444Z[verify-libraries] Compiling typify v0.6.2
48732026-09-12T21:20:33.444Z[ recovery-image] Sep 12 21:20:32.357 INFO O| Sep 12 21:20:32.357 INFO O| Finalize: Updating package cache ... Done
48742026-09-12T21:20:33.477Z[verify-libraries] Compiling unicode_categories v0.1.1
48752026-09-12T21:20:33.691Z[verify-libraries] Compiling progenitor-impl v0.14.0
48762026-09-12T21:20:33.750Z[ recovery-image] Sep 12 21:20:32.677 INFO O| Sep 12 21:20:32.677 INFO STEP 8 (pkg_change_facet) COMPLETE
48772026-09-12T21:20:33.750Z[ recovery-image] Sep 12 21:20:32.677 INFO O| Sep 12 21:20:32.677 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48782026-09-12T21:20:33.768Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48792026-09-12T21:20:33.818Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48802026-09-12T21:20:33.853Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48812026-09-12T21:20:33.933Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48822026-09-12T21:20:34.088Z[ recovery-image] Sep 12 21:20:33.013 INFO O| Sep 12 21:20:33.013 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
48832026-09-12T21:20:34.235Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48842026-09-12T21:20:34.262Z[ host-image] Sep 12 21:20:33.188 INFO O| Sep 12 21:20:33.188 INFO O| Finalize: Creating fast lookup database ... Done
48852026-09-12T21:20:34.283Z[verify-libraries] Compiling recursive v0.1.1
48862026-09-12T21:20:34.290Z[ host-image] Sep 12 21:20:33.217 INFO O| Sep 12 21:20:33.217 INFO O| Finalize: Reading search index ... Done
48872026-09-12T21:20:34.290Z[ host-image] Sep 12 21:20:33.217 INFO O| Sep 12 21:20:33.217 INFO O| Finalize: Updating search index ... Done
48882026-09-12T21:20:34.327Z[ host-image] Sep 12 21:20:33.253 INFO O| Sep 12 21:20:33.253 INFO O| Finalize: Updating package cache ... Done
48892026-09-12T21:20:34.421Z[verify-libraries] Compiling home v0.5.12
48902026-09-12T21:20:34.474Z[verify-libraries] Compiling sqlparser v0.61.0
48912026-09-12T21:20:34.508Z[verify-libraries] Compiling const_format v0.2.35
48922026-09-12T21:20:34.604Z[verify-libraries] Compiling rustyline v14.0.0
48932026-09-12T21:20:34.641Z[verify-libraries] Compiling csv v1.4.0
48942026-09-12T21:20:34.682Z[ host-image] Sep 12 21:20:33.607 INFO O| Sep 12 21:20:33.607 INFO STEP 12 (pkg_install) COMPLETE
48952026-09-12T21:20:34.682Z[ host-image] Sep 12 21:20:33.607 INFO O| Sep 12 21:20:33.607 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48962026-09-12T21:20:34.694Z[ host-image] Sep 12 21:20:33.618 INFO O| Sep 12 21:20:33.617 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48972026-09-12T21:20:34.760Z[verify-libraries] Compiling sqlformat v0.3.5
48982026-09-12T21:20:34.866Z[verify-libraries] Compiling peg v0.8.5
48992026-09-12T21:20:35.025Z[verify-libraries] Compiling bcs v0.1.6
49002026-09-12T21:20:35.083Z[verify-libraries] Compiling nom v8.0.0
49012026-09-12T21:20:35.173Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49022026-09-12T21:20:35.303Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49032026-09-12T21:20:35.543Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49042026-09-12T21:20:35.664Z[verify-libraries] Compiling steno v0.4.1
49052026-09-12T21:20:35.710Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
49062026-09-12T21:20:35.779Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
49072026-09-12T21:20:35.975Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49082026-09-12T21:20:36.066Z[verify-libraries] Compiling utf-8 v0.7.6
49092026-09-12T21:20:36.316Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
49102026-09-12T21:20:36.349Z[verify-libraries] Compiling libefi-sys v0.1.0
49112026-09-12T21:20:36.426Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49122026-09-12T21:20:36.475Z[verify-libraries] Compiling tagptr v0.2.0
49132026-09-12T21:20:36.562Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49142026-09-12T21:20:36.651Z[verify-libraries] Compiling bitfield-struct v0.6.2
49152026-09-12T21:20:36.717Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49162026-09-12T21:20:36.776Z[verify-libraries] Compiling progenitor-macro v0.14.0
49172026-09-12T21:20:36.800Z[verify-libraries] Compiling moka v0.12.13
49182026-09-12T21:20:36.823Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49192026-09-12T21:20:36.881Z[ recovery-image] Sep 12 21:20:35.808 INFO O| Sep 12 21:20:35.808 INFO O| Startup: Refreshing catalog 'helios' ... Done
49202026-09-12T21:20:36.955Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49212026-09-12T21:20:36.960Z[ host-image] Sep 12 21:20:35.882 INFO O| Sep 12 21:20:35.881 INFO O| Startup: Refreshing catalog 'helios' ... Done
49222026-09-12T21:20:36.993Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49232026-09-12T21:20:37.020Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49242026-09-12T21:20:37.184Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49252026-09-12T21:20:37.221Z[verify-libraries] Compiling xshell-macros v0.2.7
49262026-09-12T21:20:37.251Z[verify-libraries] Compiling tungstenite v0.21.0
49272026-09-12T21:20:37.439Z[ recovery-image] Sep 12 21:20:36.365 INFO O| Sep 12 21:20:36.365 INFO O| Startup: Caching catalogs ... Done
49282026-09-12T21:20:37.451Z[ host-image] Sep 12 21:20:36.377 INFO O| Sep 12 21:20:36.375 INFO O| Startup: Caching catalogs ... Done
49292026-09-12T21:20:37.456Z[verify-libraries] Compiling object v0.39.1
49302026-09-12T21:20:37.461Z[ recovery-image] Sep 12 21:20:36.383 INFO O| Sep 12 21:20:36.383 INFO O| Planning: Planning completed in 0.00 seconds
49312026-09-12T21:20:37.461Z[ recovery-image] Sep 12 21:20:36.384 INFO O| Sep 12 21:20:36.384 INFO O| Planning: Consolidating action changes ... Done
49322026-09-12T21:20:37.462Z[ recovery-image] Sep 12 21:20:36.384 INFO O| Sep 12 21:20:36.384 INFO O| Planning: Evaluating mediators ... Done
49332026-09-12T21:20:37.462Z[ recovery-image] Sep 12 21:20:36.384 INFO O| Sep 12 21:20:36.384 INFO O| Planning: Planning completed in 0.00 seconds
49342026-09-12T21:20:37.462Z[ recovery-image] Sep 12 21:20:36.384 INFO O| Sep 12 21:20:36.384 INFO O| Variants/Facets to change: 1
49352026-09-12T21:20:37.470Z[ recovery-image] Sep 12 21:20:36.396 INFO O| Sep 12 21:20:36.396 INFO O| Finalize: Updating package state database ... Done
49362026-09-12T21:20:37.470Z[ recovery-image] Sep 12 21:20:36.396 INFO O| Sep 12 21:20:36.396 INFO O| Finalize: Updating package cache ... Done
49372026-09-12T21:20:37.521Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49382026-09-12T21:20:37.555Z[ recovery-image] Sep 12 21:20:36.482 INFO O| Sep 12 21:20:36.482 INFO O| Finalize: Updating image state ... Done
49392026-09-12T21:20:37.573Z[ recovery-image] Sep 12 21:20:36.500 INFO O| Sep 12 21:20:36.500 INFO O| Finalize: Creating fast lookup database ... Done
49402026-09-12T21:20:37.574Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49412026-09-12T21:20:37.579Z[ recovery-image] Sep 12 21:20:36.501 INFO O| Sep 12 21:20:36.501 INFO O| Finalize: Reading search index ... Done
49422026-09-12T21:20:37.579Z[ recovery-image] Sep 12 21:20:36.501 INFO O| Sep 12 21:20:36.501 INFO O| Finalize: Updating search index ... Done
49432026-09-12T21:20:37.579Z[ recovery-image] Sep 12 21:20:36.502 INFO O| Sep 12 21:20:36.502 INFO O| Finalize: Updating package cache ... Done
49442026-09-12T21:20:37.756Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49452026-09-12T21:20:37.810Z[verify-libraries] Compiling hickory-resolver v0.25.2
49462026-09-12T21:20:37.852Z[verify-libraries] Compiling xshell v0.2.7
49472026-09-12T21:20:37.897Z[ recovery-image] Sep 12 21:20:36.823 INFO O| Sep 12 21:20:36.823 INFO STEP 9 (pkg_change_facet) COMPLETE
49482026-09-12T21:20:37.898Z[ recovery-image] Sep 12 21:20:36.823 INFO O| Sep 12 21:20:36.823 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-09-12T21:20:37.928Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49502026-09-12T21:20:37.967Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49512026-09-12T21:20:38.010Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49522026-09-12T21:20:38.133Z[ host-image] Sep 12 21:20:37.060 INFO O| Sep 12 21:20:37.060 INFO O| Planning: Solver setup ... Done
49532026-09-12T21:20:38.148Z[ host-image] Sep 12 21:20:37.071 INFO O| Sep 12 21:20:37.070 INFO O| Planning: Running solver ... Done
49542026-09-12T21:20:38.169Z[ host-image] Sep 12 21:20:37.090 INFO O| Sep 12 21:20:37.090 INFO O| Planning: Finding local manifests ... Done
49552026-09-12T21:20:38.191Z[ host-image] Sep 12 21:20:37.106 INFO O| Sep 12 21:20:37.105 INFO O| Planning: Fetching manifests: 0/6 0% complete
49562026-09-12T21:20:38.203Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49572026-09-12T21:20:38.244Z[ recovery-image] Sep 12 21:20:37.166 INFO O| Sep 12 21:20:37.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
49582026-09-12T21:20:38.263Z[ host-image] Sep 12 21:20:37.189 INFO O| Sep 12 21:20:37.189 INFO O| Planning: Fetching manifests: 6/6 100% complete
49592026-09-12T21:20:38.292Z[ host-image] Sep 12 21:20:37.219 INFO O| Sep 12 21:20:37.219 INFO O| Planning: Package planning ... Done
49602026-09-12T21:20:38.318Z[ host-image] Sep 12 21:20:37.228 INFO O| Sep 12 21:20:37.228 INFO O| Planning: Merging actions ... Done
49612026-09-12T21:20:38.353Z[ host-image] Sep 12 21:20:37.280 INFO O| Sep 12 21:20:37.280 INFO O| Planning: Checking for conflicting actions ... Done
49622026-09-12T21:20:38.359Z[ host-image] Sep 12 21:20:37.283 INFO O| Sep 12 21:20:37.283 INFO O| Planning: Consolidating action changes ... Done
49632026-09-12T21:20:38.370Z[verify-libraries] Compiling half v1.8.3
49642026-09-12T21:20:38.416Z[verify-libraries] Compiling path-slash v0.2.1
49652026-09-12T21:20:38.512Z[ host-image] Sep 12 21:20:37.434 INFO O| Sep 12 21:20:37.434 INFO O| Planning: Evaluating mediators ... Done
49662026-09-12T21:20:38.519Z[ host-image] Sep 12 21:20:37.439 INFO O| Sep 12 21:20:37.437 INFO O| Planning: Planning completed in 1.04 seconds
49672026-09-12T21:20:38.519Z[ host-image] Sep 12 21:20:37.439 INFO O| Sep 12 21:20:37.437 INFO O| Packages to install: 6
49682026-09-12T21:20:38.519Z[ host-image] Sep 12 21:20:37.439 INFO O| Sep 12 21:20:37.437 INFO O| Mediators to change: 1
49692026-09-12T21:20:38.519Z[ host-image] Sep 12 21:20:37.439 INFO O| Sep 12 21:20:37.437 INFO O| Services to change: 1
49702026-09-12T21:20:38.526Z[ host-image] Sep 12 21:20:37.449 INFO O| Sep 12 21:20:37.449 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49712026-09-12T21:20:38.526Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49722026-09-12T21:20:38.669Z[verify-libraries] Compiling serde_cbor v0.11.2
49732026-09-12T21:20:38.709Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49742026-09-12T21:20:38.716Z[verify-libraries] Compiling libscf-sys v1.2.0
49752026-09-12T21:20:38.722Z[verify-libraries] Compiling subprocess v0.2.15
49762026-09-12T21:20:38.915Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49772026-09-12T21:20:38.938Z[ host-image] Sep 12 21:20:37.863 INFO O| Sep 12 21:20:37.863 INFO O| Download: Completed 7.84 MB in 0.41 seconds (18.9M/s)
49782026-09-12T21:20:38.954Z[verify-libraries] Compiling papergrid v0.18.0
49792026-09-12T21:20:38.975Z[ host-image] Sep 12 21:20:37.901 INFO O| Sep 12 21:20:37.901 INFO O| Actions: 1/1366 actions (Installing new actions)
49802026-09-12T21:20:39.081Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49812026-09-12T21:20:39.100Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49822026-09-12T21:20:39.250Z[ host-image] Sep 12 21:20:38.171 INFO O| Sep 12 21:20:38.171 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
49832026-09-12T21:20:39.303Z[ host-image] Sep 12 21:20:38.219 INFO O| Sep 12 21:20:38.219 INFO O| Finalize: Updating package state database ... Done
49842026-09-12T21:20:39.303Z[ host-image] Sep 12 21:20:38.219 INFO O| Sep 12 21:20:38.219 INFO O| Finalize: Updating package cache ... Done
49852026-09-12T21:20:39.321Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49862026-09-12T21:20:39.411Z[ host-image] Sep 12 21:20:38.337 INFO O| Sep 12 21:20:38.337 INFO O| Finalize: Updating image state ... Done
49872026-09-12T21:20:39.480Z[verify-libraries] Compiling headers-core v0.3.0
49882026-09-12T21:20:39.544Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49892026-09-12T21:20:39.722Z[verify-libraries] Compiling unicase v2.9.0
49902026-09-12T21:20:39.759Z[verify-libraries] Compiling headers v0.4.1
49912026-09-12T21:20:39.922Z[verify-libraries] Compiling darling_core v0.21.3
49922026-09-12T21:20:40.023Z[verify-libraries] Compiling maplit v1.0.2
49932026-09-12T21:20:40.023Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49942026-09-12T21:20:40.121Z[verify-libraries] Compiling tabled v0.21.0
49952026-09-12T21:20:40.189Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49962026-09-12T21:20:40.443Z[ host-image] Sep 12 21:20:39.370 INFO O| Sep 12 21:20:39.370 INFO O| Finalize: Creating fast lookup database ... Done
49972026-09-12T21:20:40.454Z[verify-libraries] Compiling yasna v0.5.2
49982026-09-12T21:20:40.496Z[ host-image] Sep 12 21:20:39.423 INFO O| Sep 12 21:20:39.423 INFO O| Finalize: Reading search index ... Done
49992026-09-12T21:20:40.497Z[ host-image] Sep 12 21:20:39.423 INFO O| Sep 12 21:20:39.423 INFO O| Finalize: Updating search index ... Done
50002026-09-12T21:20:40.532Z[ host-image] Sep 12 21:20:39.458 INFO O| Sep 12 21:20:39.458 INFO O| Finalize: Updating package cache ... Done
50012026-09-12T21:20:40.693Z[verify-libraries] Compiling crc8 v0.1.1
50022026-09-12T21:20:40.743Z[verify-libraries] Compiling vergen-lib v0.1.6
50032026-09-12T21:20:40.848Z[verify-libraries] Compiling diesel_derives v2.3.7
50042026-09-12T21:20:40.880Z[ host-image] Sep 12 21:20:39.803 INFO O| Sep 12 21:20:39.803 INFO STEP 13 (pkg_install) COMPLETE
50052026-09-12T21:20:40.880Z[ host-image] Sep 12 21:20:39.803 INFO O| Sep 12 21:20:39.803 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-09-12T21:20:40.887Z[ host-image] Sep 12 21:20:39.814 INFO O| Sep 12 21:20:39.814 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
50072026-09-12T21:20:40.892Z[ recovery-image] Sep 12 21:20:39.815 INFO O| Sep 12 21:20:39.815 INFO O| Startup: Refreshing catalog 'helios' ... Done
50082026-09-12T21:20:40.970Z[verify-libraries] Compiling rcgen v0.12.1
50092026-09-12T21:20:41.182Z[verify-libraries] Compiling port-file v0.1.0
50102026-09-12T21:20:41.253Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50112026-09-12T21:20:41.290Z[verify-libraries] Compiling vergen-gitcl v1.0.8
50122026-09-12T21:20:41.390Z[ recovery-image] Sep 12 21:20:40.317 INFO O| Sep 12 21:20:40.317 INFO O| Startup: Caching catalogs ... Done
50132026-09-12T21:20:41.412Z[ recovery-image] Sep 12 21:20:40.338 INFO O| Sep 12 21:20:40.338 INFO O| Planning: Planning completed in 0.00 seconds
50142026-09-12T21:20:41.412Z[ recovery-image] Sep 12 21:20:40.338 INFO O| Sep 12 21:20:40.338 INFO O| Planning: Consolidating action changes ... Done
50152026-09-12T21:20:41.415Z[ recovery-image] Sep 12 21:20:40.338 INFO O| Sep 12 21:20:40.338 INFO O| Planning: Evaluating mediators ... Done
50162026-09-12T21:20:41.415Z[ recovery-image] Sep 12 21:20:40.338 INFO O| Sep 12 21:20:40.338 INFO O| Planning: Planning completed in 0.00 seconds
50172026-09-12T21:20:41.415Z[ recovery-image] Sep 12 21:20:40.339 INFO O| Sep 12 21:20:40.339 INFO O| Variants/Facets to change: 1
50182026-09-12T21:20:41.427Z[ recovery-image] Sep 12 21:20:40.354 INFO O| Sep 12 21:20:40.354 INFO O| Finalize: Updating package state database ... Done
50192026-09-12T21:20:41.427Z[ recovery-image] Sep 12 21:20:40.354 INFO O| Sep 12 21:20:40.354 INFO O| Finalize: Updating package cache ... Done
50202026-09-12T21:20:41.508Z[ recovery-image] Sep 12 21:20:40.435 INFO O| Sep 12 21:20:40.435 INFO O| Finalize: Updating image state ... Done
50212026-09-12T21:20:41.511Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
50222026-09-12T21:20:41.528Z[ recovery-image] Sep 12 21:20:40.455 INFO O| Sep 12 21:20:40.452 INFO O| Finalize: Creating fast lookup database ... Done
50232026-09-12T21:20:41.528Z[ recovery-image] Sep 12 21:20:40.455 INFO O| Sep 12 21:20:40.453 INFO O| Finalize: Reading search index ... Done
50242026-09-12T21:20:41.528Z[ recovery-image] Sep 12 21:20:40.455 INFO O| Sep 12 21:20:40.453 INFO O| Finalize: Updating search index ... Done
50252026-09-12T21:20:41.533Z[ recovery-image] Sep 12 21:20:40.455 INFO O| Sep 12 21:20:40.454 INFO O| Finalize: Updating package cache ... Done
50262026-09-12T21:20:41.533Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
50272026-09-12T21:20:41.614Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50282026-09-12T21:20:41.840Z[ recovery-image] Sep 12 21:20:40.766 INFO O| Sep 12 21:20:40.766 INFO STEP 10 (pkg_change_facet) COMPLETE
50292026-09-12T21:20:41.840Z[ recovery-image] Sep 12 21:20:40.766 INFO O| Sep 12 21:20:40.766 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50302026-09-12T21:20:41.850Z[ recovery-image] Sep 12 21:20:40.776 INFO O| Sep 12 21:20:40.776 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"]
50312026-09-12T21:20:41.854Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
50322026-09-12T21:20:41.895Z[verify-libraries] Compiling r2d2 v0.8.10
50332026-09-12T21:20:42.001Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50342026-09-12T21:20:42.400Z[verify-libraries] Compiling progenitor v0.14.0
50352026-09-12T21:20:42.491Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50362026-09-12T21:20:42.572Z[verify-libraries] Compiling digest-io v0.1.0
50372026-09-12T21:20:42.632Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50382026-09-12T21:20:42.771Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50392026-09-12T21:20:42.845Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50402026-09-12T21:20:42.873Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50412026-09-12T21:20:43.151Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50422026-09-12T21:20:43.272Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50432026-09-12T21:20:43.315Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
50442026-09-12T21:20:43.623Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50452026-09-12T21:20:43.728Z[ host-image] Sep 12 21:20:42.655 INFO O| Sep 12 21:20:42.655 INFO O| Startup: Refreshing catalog 'helios' ... Done
50462026-09-12T21:20:43.731Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50472026-09-12T21:20:43.793Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50482026-09-12T21:20:44.209Z[verify-libraries] Compiling darling_macro v0.21.3
50492026-09-12T21:20:44.257Z[verify-libraries] Compiling dirs-sys-next v0.1.2
50502026-09-12T21:20:44.296Z[verify-libraries] Compiling crunchy v0.2.4
50512026-09-12T21:20:44.395Z[ host-image] Sep 12 21:20:43.322 INFO O| Sep 12 21:20:43.322 INFO O| Startup: Caching catalogs ... Done
50522026-09-12T21:20:44.476Z[verify-libraries] Compiling rawzip v0.4.4
50532026-09-12T21:20:44.522Z[verify-libraries] Compiling downcast-rs v2.0.2
50542026-09-12T21:20:44.522Z[verify-libraries] Compiling cpubits v0.1.1
50552026-09-12T21:20:44.595Z[ recovery-image] Sep 12 21:20:43.521 INFO O| Sep 12 21:20:43.521 INFO O| Startup: Refreshing catalog 'helios' ... Done
50562026-09-12T21:20:44.655Z[verify-libraries] Compiling dirs-next v2.0.0
50572026-09-12T21:20:44.735Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50582026-09-12T21:20:44.889Z[verify-libraries] Compiling clang-sys v1.8.1
50592026-09-12T21:20:44.979Z[verify-libraries] Compiling darling v0.21.3
50602026-09-12T21:20:44.983Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50612026-09-12T21:20:44.997Z[ host-image] Sep 12 21:20:43.924 INFO O| Sep 12 21:20:43.924 INFO O| Planning: Solver setup ... Done
50622026-09-12T21:20:45.002Z[ host-image] Sep 12 21:20:43.929 INFO O| Sep 12 21:20:43.929 INFO O| Planning: Running solver ... Done
50632026-09-12T21:20:45.015Z[verify-libraries] Compiling ignore v0.4.25
50642026-09-12T21:20:45.019Z[ host-image] Sep 12 21:20:43.946 INFO O| Sep 12 21:20:43.946 INFO O| Planning: Finding local manifests ... Done
50652026-09-12T21:20:45.074Z[ host-image] Sep 12 21:20:44.001 INFO O| Sep 12 21:20:44.001 INFO O| Planning: Fetching manifests: 0/1 0% complete
50662026-09-12T21:20:45.089Z[ host-image] Sep 12 21:20:44.015 INFO O| Sep 12 21:20:44.014 INFO O| Planning: Fetching manifests: 1/1 100% complete
50672026-09-12T21:20:45.119Z[verify-libraries] Compiling dsl_auto_type v0.2.0
50682026-09-12T21:20:45.125Z[ recovery-image] Sep 12 21:20:44.046 INFO O| Sep 12 21:20:44.046 INFO O| Startup: Caching catalogs ... Done
50692026-09-12T21:20:45.129Z[ host-image] Sep 12 21:20:44.056 INFO O| Sep 12 21:20:44.056 INFO O| Planning: Package planning ... Done
50702026-09-12T21:20:45.129Z[ host-image] Sep 12 21:20:44.056 INFO O| Sep 12 21:20:44.056 INFO O| Planning: Merging actions ... Done
50712026-09-12T21:20:45.204Z[ host-image] Sep 12 21:20:44.131 INFO O| Sep 12 21:20:44.131 INFO O| Planning: Checking for conflicting actions ... Done
50722026-09-12T21:20:45.210Z[ host-image] Sep 12 21:20:44.131 INFO O| Sep 12 21:20:44.131 INFO O| Planning: Consolidating action changes ... Done
50732026-09-12T21:20:45.247Z[verify-libraries] Compiling anstyle-parse v0.2.7
50742026-09-12T21:20:45.355Z[ host-image] Sep 12 21:20:44.282 INFO O| Sep 12 21:20:44.282 INFO O| Planning: Evaluating mediators ... Done
50752026-09-12T21:20:45.359Z[ host-image] Sep 12 21:20:44.282 INFO O| Sep 12 21:20:44.282 INFO O| Planning: Planning completed in 0.94 seconds
50762026-09-12T21:20:45.359Z[ host-image] Sep 12 21:20:44.283 INFO O| Sep 12 21:20:44.283 INFO O| Packages to install: 1
50772026-09-12T21:20:45.370Z[ host-image] Sep 12 21:20:44.295 INFO O| Sep 12 21:20:44.295 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50782026-09-12T21:20:45.399Z[verify-libraries] Compiling tiny-keccak v2.0.2
50792026-09-12T21:20:45.558Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50802026-09-12T21:20:45.588Z[verify-libraries] Compiling anstream v0.6.21
50812026-09-12T21:20:45.593Z[verify-libraries] Compiling term v0.7.0
50822026-09-12T21:20:45.593Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50832026-09-12T21:20:45.636Z[ host-image] Sep 12 21:20:44.562 INFO O| Sep 12 21:20:44.562 INFO O| Download: Completed 13.27 MB in 0.27 seconds (49.6M/s)
50842026-09-12T21:20:45.662Z[ host-image] Sep 12 21:20:44.585 INFO O| Sep 12 21:20:44.585 INFO O| Actions: 1/22 actions (Installing new actions)
50852026-09-12T21:20:45.828Z[verify-libraries] Compiling globwalk v0.9.1
50862026-09-12T21:20:45.889Z[ host-image] Sep 12 21:20:44.811 INFO O| Sep 12 21:20:44.811 INFO O| Actions: Completed 22 actions in 0.23 seconds.
50872026-09-12T21:20:45.909Z[verify-libraries] Compiling tungstenite v0.28.0
50882026-09-12T21:20:45.998Z[ host-image] Sep 12 21:20:44.923 INFO O| Sep 12 21:20:44.923 INFO O| Finalize: Updating package state database ... Done
50892026-09-12T21:20:45.998Z[ host-image] Sep 12 21:20:44.923 INFO O| Sep 12 21:20:44.923 INFO O| Finalize: Updating package cache ... Done
50902026-09-12T21:20:46.006Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50912026-09-12T21:20:46.094Z[verify-libraries] Compiling predicates-tree v1.0.13
50922026-09-12T21:20:46.098Z[ host-image] Sep 12 21:20:45.024 INFO O| Sep 12 21:20:45.024 INFO O| Finalize: Updating image state ... Done
50932026-09-12T21:20:46.201Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50942026-09-12T21:20:46.206Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50952026-09-12T21:20:46.265Z[verify-libraries] Compiling rand_seeder v0.4.0
50962026-09-12T21:20:46.416Z[verify-libraries] Compiling bit-vec v0.6.3
50972026-09-12T21:20:46.576Z[verify-libraries] Compiling diff v0.1.13
50982026-09-12T21:20:46.635Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
50992026-09-12T21:20:46.657Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51002026-09-12T21:20:46.738Z[verify-libraries] Compiling bit-set v0.5.3
51012026-09-12T21:20:46.763Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
51022026-09-12T21:20:46.949Z[verify-libraries] Compiling ascii-canvas v3.0.0
51032026-09-12T21:20:47.004Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51042026-09-12T21:20:47.039Z[ host-image] Sep 12 21:20:45.966 INFO O| Sep 12 21:20:45.966 INFO O| Finalize: Creating fast lookup database ... Done
51052026-09-12T21:20:47.055Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51062026-09-12T21:20:47.070Z[ host-image] Sep 12 21:20:45.996 INFO O| Sep 12 21:20:45.996 INFO O| Finalize: Reading search index ... Done
51072026-09-12T21:20:47.070Z[ host-image] Sep 12 21:20:45.997 INFO O| Sep 12 21:20:45.997 INFO O| Finalize: Updating search index ... Done
51082026-09-12T21:20:47.081Z[ host-image] Sep 12 21:20:46.007 INFO O| Sep 12 21:20:46.007 INFO O| Finalize: Updating package cache ... Done
51092026-09-12T21:20:47.108Z[verify-libraries] Compiling itertools v0.10.5
51102026-09-12T21:20:47.142Z[verify-libraries] Compiling libloading v0.8.9
51112026-09-12T21:20:47.168Z[verify-libraries] Compiling ena v0.14.4
51122026-09-12T21:20:47.234Z[verify-libraries] Compiling regex-syntax v0.6.29
51132026-09-12T21:20:47.304Z[verify-libraries] Compiling bindgen v0.71.1
51142026-09-12T21:20:47.443Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 14 (pkg_install) COMPLETE
51152026-09-12T21:20:47.443Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51162026-09-12T21:20:47.444Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO skip step because feature "mbist" is not enabled
51172026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51182026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO skip step because feature "mfg" is not enabled
51192026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51202026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO skip step because feature "compliance" is not enabled
51212026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51222026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO skip step because feature "stress" is not enabled
51232026-09-12T21:20:47.452Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51242026-09-12T21:20:47.454Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO skip step because feature "compliance" is not enabled
51252026-09-12T21:20:47.454Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51262026-09-12T21:20:47.455Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO skip step because feature "nfs" is not enabled
51272026-09-12T21:20:47.455Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51282026-09-12T21:20:47.455Z[ host-image] Sep 12 21:20:46.366 INFO O| Sep 12 21:20:46.366 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51292026-09-12T21:20:47.542Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51302026-09-12T21:20:47.573Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51312026-09-12T21:20:47.697Z[ host-image] Sep 12 21:20:46.623 INFO O| Sep 12 21:20:46.623 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51322026-09-12T21:20:47.813Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51332026-09-12T21:20:47.882Z[ host-image] Sep 12 21:20:46.808 INFO O| Sep 12 21:20:46.808 INFO completed processing sled/ramdisk-01-os
51342026-09-12T21:20:47.886Z[ host-image] Sep 12 21:20:46.811 INFO omicron1 baseline generation...
51352026-09-12T21:20:47.886Z[ host-image] Sep 12 21:20:46.811 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51362026-09-12T21:20:47.918Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
51372026-09-12T21:20:48.081Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51382026-09-12T21:20:48.296Z[ recovery-image] Sep 12 21:20:47.223 INFO O| Sep 12 21:20:47.223 INFO O| Planning: Solver setup ... Done
51392026-09-12T21:20:48.337Z[ host-image] Sep 12 21:20:47.263 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24250:20260908T193510Z
51402026-09-12T21:20:48.351Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51412026-09-12T21:20:48.402Z[verify-libraries] Compiling cexpr v0.6.0
51422026-09-12T21:20:48.406Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
51432026-09-12T21:20:48.657Z[ recovery-image] Sep 12 21:20:47.584 INFO O| Sep 12 21:20:47.583 INFO O| Planning: Running solver ... Done
51442026-09-12T21:20:48.768Z[ recovery-image] Sep 12 21:20:47.684 INFO O| Sep 12 21:20:47.684 INFO O| Planning: Finding local manifests ... Done
51452026-09-12T21:20:48.804Z[ recovery-image] Sep 12 21:20:47.731 INFO O| Sep 12 21:20:47.731 INFO O| Planning: Fetching manifests: 0/130 0% complete
51462026-09-12T21:20:48.934Z[verify-libraries] Compiling lalrpop v0.19.12
51472026-09-12T21:20:49.122Z[verify-libraries] Compiling rustc-hash v2.1.1
51482026-09-12T21:20:49.179Z[verify-libraries] Compiling libxml v0.3.3
51492026-09-12T21:20:49.532Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51502026-09-12T21:20:49.564Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51512026-09-12T21:20:49.604Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51522026-09-12T21:20:50.341Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51532026-09-12T21:20:50.660Z[verify-libraries] Compiling strum_macros v0.24.3
51542026-09-12T21:20:51.324Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51552026-09-12T21:20:51.519Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
51562026-09-12T21:20:51.829Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51572026-09-12T21:20:51.891Z[verify-libraries] Compiling universal-hash v0.6.1
51582026-09-12T21:20:51.919Z[verify-libraries] Compiling fxhash v0.2.1
51592026-09-12T21:20:51.987Z[verify-libraries] Compiling diesel v2.3.7
51602026-09-12T21:20:52.126Z[verify-libraries] Compiling indoc v1.0.9
51612026-09-12T21:20:52.176Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51622026-09-12T21:20:52.264Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51632026-09-12T21:20:52.703Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51642026-09-12T21:20:52.716Z[ recovery-image] Sep 12 21:20:51.643 INFO O| Sep 12 21:20:51.643 INFO O| Planning: Fetching manifests: 130/130 100% complete
51652026-09-12T21:20:52.801Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51662026-09-12T21:20:53.246Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51672026-09-12T21:20:53.312Z[verify-libraries] Compiling oso-derive v0.27.3
51682026-09-12T21:20:53.357Z[verify-libraries] Compiling quick-xml v0.37.5
51692026-09-12T21:20:53.444Z[ recovery-image] Sep 12 21:20:52.371 INFO O| Sep 12 21:20:52.371 INFO O| Planning: Package planning ... Done
51702026-09-12T21:20:53.599Z[ recovery-image] Sep 12 21:20:52.524 INFO O| Sep 12 21:20:52.524 INFO O| Planning: Merging actions ... Done
51712026-09-12T21:20:53.670Z[ recovery-image] Sep 12 21:20:52.596 INFO O| Sep 12 21:20:52.596 INFO O| Planning: Checking for conflicting actions ... Done
51722026-09-12T21:20:53.731Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51732026-09-12T21:20:53.757Z[ recovery-image] Sep 12 21:20:52.676 INFO O| Sep 12 21:20:52.676 INFO O| Planning: Consolidating action changes ... Done
51742026-09-12T21:20:53.827Z[verify-libraries] Compiling keccak v0.2.0
51752026-09-12T21:20:53.893Z[ recovery-image] Sep 12 21:20:52.820 INFO O| Sep 12 21:20:52.810 INFO O| Planning: Evaluating mediators ... Done
51762026-09-12T21:20:53.951Z[verify-libraries] Compiling openssl-probe v0.1.6
51772026-09-12T21:20:54.149Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51782026-09-12T21:20:54.182Z[verify-libraries] Compiling polyval v0.7.1
51792026-09-12T21:20:54.235Z[verify-libraries] Compiling der v0.8.0
51802026-09-12T21:20:54.284Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51812026-09-12T21:20:54.395Z[verify-libraries] Compiling git-stub v1.0.0
51822026-09-12T21:20:54.492Z[verify-libraries] Compiling kstat-rs v0.2.5
51832026-09-12T21:20:54.806Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51842026-09-12T21:20:54.894Z[verify-libraries] Compiling trait-variant v0.1.2
51852026-09-12T21:20:54.985Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51862026-09-12T21:20:55.044Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51872026-09-12T21:20:55.313Z[ recovery-image] Sep 12 21:20:54.240 INFO O| Sep 12 21:20:54.240 INFO O| Planning: Planning completed in 10.16 seconds
51882026-09-12T21:20:55.333Z[ recovery-image] Sep 12 21:20:54.242 INFO O| Sep 12 21:20:54.242 INFO O| Packages to install: 130
51892026-09-12T21:20:55.333Z[ recovery-image] Sep 12 21:20:54.242 INFO O| Sep 12 21:20:54.242 INFO O| Mediators to change: 5
51902026-09-12T21:20:55.334Z[ recovery-image] Sep 12 21:20:54.242 INFO O| Sep 12 21:20:54.242 INFO O| Services to change: 5
51912026-09-12T21:20:55.343Z[ recovery-image] Sep 12 21:20:54.270 INFO O| Sep 12 21:20:54.270 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51922026-09-12T21:20:55.441Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51932026-09-12T21:20:55.487Z[verify-libraries] Compiling ghash v0.6.0
51942026-09-12T21:20:55.633Z[verify-libraries] Compiling crypto-bigint v0.7.5
51952026-09-12T21:20:55.668Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51962026-09-12T21:20:55.701Z[verify-libraries] Compiling aes v0.9.1
51972026-09-12T21:20:55.744Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51982026-09-12T21:20:55.744Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51992026-09-12T21:20:55.901Z[verify-libraries] Compiling pbkdf2 v0.13.0
52002026-09-12T21:20:55.941Z[verify-libraries] Compiling ctr v0.10.1
52012026-09-12T21:20:56.002Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52022026-09-12T21:20:56.103Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
52032026-09-12T21:20:56.190Z[verify-libraries] Compiling aead v0.6.1
52042026-09-12T21:21:00.672Z[verify-libraries] Compiling bb8 v0.8.6
52052026-09-12T21:21:00.672Z[verify-libraries] Compiling parking_lot_core v0.8.6
52062026-09-12T21:21:00.672Z[verify-libraries] Compiling sponge-cursor v0.1.0
52072026-09-12T21:21:00.672Z[verify-libraries] Compiling dashu-int v0.5.1
52082026-09-12T21:21:00.672Z[verify-libraries] Compiling seq-macro v0.3.6
52092026-09-12T21:21:00.672Z[verify-libraries] Compiling sha3 v0.12.0
52102026-09-12T21:21:00.672Z[verify-libraries] Compiling aes-gcm v0.11.0
52112026-09-12T21:21:00.672Z[verify-libraries] Compiling spki v0.8.0
52122026-09-12T21:21:00.672Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52132026-09-12T21:21:00.672Z[verify-libraries] Compiling mime_guess v2.0.5
52142026-09-12T21:21:00.672Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
52152026-09-12T21:21:00.672Z[verify-libraries] Compiling ssh-encoding v0.2.0
52162026-09-12T21:21:00.673Z[verify-libraries] Compiling salsa20 v0.11.0
52172026-09-12T21:21:00.674Z[verify-libraries] Compiling nanorand v0.7.0
52182026-09-12T21:21:00.674Z[verify-libraries] Compiling num-modular v0.6.5
52192026-09-12T21:21:00.674Z[verify-libraries] Compiling rlimit v0.10.2
52202026-09-12T21:21:00.674Z[verify-libraries] Compiling dashu-base v0.5.1
52212026-09-12T21:21:00.674Z[verify-libraries] Compiling ssh-cipher v0.2.0
52222026-09-12T21:21:00.674Z[verify-libraries] Compiling flume v0.11.1
52232026-09-12T21:21:00.683Z[verify-libraries] Compiling scrypt v0.12.0
52242026-09-12T21:21:00.683Z[verify-libraries] Compiling p256 v0.13.2
52252026-09-12T21:21:00.683Z[verify-libraries] Compiling cbc v0.2.1
52262026-09-12T21:21:00.683Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52272026-09-12T21:21:00.683Z[verify-libraries] Compiling nonempty v0.12.0
52282026-09-12T21:21:00.683Z[verify-libraries] Compiling num-primitive v0.2.1
52292026-09-12T21:21:00.683Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52302026-09-12T21:21:00.683Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=e96e7190f8bc5a1b54e89153769d4112e64d4280#e96e7190)
52312026-09-12T21:21:00.683Z[verify-libraries] Compiling http-range v0.1.5
52322026-09-12T21:21:00.683Z[verify-libraries] Compiling ssh-key v0.6.7
52332026-09-12T21:21:00.683Z[verify-libraries] Compiling parking_lot v0.11.2
52342026-09-12T21:21:00.684Z[verify-libraries] Compiling dsi-bitstream v0.10.1
52352026-09-12T21:21:00.684Z[verify-libraries] Compiling pkcs5 v0.8.1
52362026-09-12T21:21:00.684Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
52372026-09-12T21:21:00.684Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
52382026-09-12T21:21:00.684Z[verify-libraries] Compiling prefix-trie v0.7.0
52392026-09-12T21:21:00.684Z[verify-libraries] Compiling http-range-header v0.4.2
52402026-09-12T21:21:00.684Z[verify-libraries] Compiling bytesize v2.7.0
52412026-09-12T21:21:00.806Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52422026-09-12T21:21:00.806Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52432026-09-12T21:21:00.806Z[verify-libraries] Compiling hickory-server v0.25.2
52442026-09-12T21:21:00.806Z[verify-libraries] Compiling hyper-staticfile v0.10.1
52452026-09-12T21:21:00.806Z[ recovery-image] Sep 12 21:20:59.273 INFO O| Sep 12 21:20:59.273 INFO O| Download: 9426/16683 items 101.3/200.2MB 50% complete (19.9M/s)
52462026-09-12T21:21:00.812Z[verify-libraries] Compiling pkcs8 v0.11.0
52472026-09-12T21:21:00.812Z[verify-libraries] Compiling sled v0.34.7
52482026-09-12T21:21:00.812Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
52492026-09-12T21:21:00.812Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52502026-09-12T21:21:00.930Z[verify-libraries] Compiling ff v0.14.0
52512026-09-12T21:21:00.978Z[verify-libraries] Compiling libz-sys v1.1.24
52522026-09-12T21:21:01.026Z[verify-libraries] Compiling pwd v1.4.0
52532026-09-12T21:21:01.141Z[verify-libraries] Compiling lru v0.18.3
52542026-09-12T21:21:01.249Z[verify-libraries] Compiling group v0.14.0
52552026-09-12T21:21:01.304Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
52562026-09-12T21:21:01.446Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52572026-09-12T21:21:01.516Z[verify-libraries] Compiling signature v3.0.0
52582026-09-12T21:21:01.655Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=e96e7190f8bc5a1b54e89153769d4112e64d4280#e96e7190)
52592026-09-12T21:21:01.754Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52602026-09-12T21:21:01.813Z[verify-libraries] Compiling base16ct v1.0.0
52612026-09-12T21:21:02.054Z[verify-libraries] Compiling instability v0.3.11
52622026-09-12T21:21:02.389Z[verify-libraries] Compiling sec1 v0.8.1
52632026-09-12T21:21:02.415Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52642026-09-12T21:21:02.418Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52652026-09-12T21:21:02.595Z[verify-libraries] Compiling scuffle v0.1.0
52662026-09-12T21:21:02.598Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52672026-09-12T21:21:02.708Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52682026-09-12T21:21:02.812Z[verify-libraries] Compiling hkdf v0.13.0
52692026-09-12T21:21:03.167Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
52702026-09-12T21:21:03.216Z[verify-libraries] Compiling castaway v0.2.4
52712026-09-12T21:21:03.310Z[verify-libraries] Compiling indoc v2.0.7
52722026-09-12T21:21:03.386Z[verify-libraries] Compiling compact_str v0.8.1
52732026-09-12T21:21:03.424Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
52742026-09-12T21:21:03.745Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
52752026-09-12T21:21:04.016Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52762026-09-12T21:21:04.126Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52772026-09-12T21:21:04.316Z[ recovery-image] Sep 12 21:21:03.243 INFO O| Sep 12 21:21:03.243 INFO O| Download: Completed 200.24 MB in 8.97 seconds (22.3M/s)
52782026-09-12T21:21:04.676Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52792026-09-12T21:21:04.809Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52802026-09-12T21:21:04.926Z[verify-libraries] Compiling elliptic-curve v0.14.1
52812026-09-12T21:21:05.402Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52822026-09-12T21:21:05.439Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
52832026-09-12T21:21:05.502Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52842026-09-12T21:21:05.573Z[verify-libraries] Compiling lru v0.12.5
52852026-09-12T21:21:05.650Z[verify-libraries] Compiling unicode-truncate v1.1.0
52862026-09-12T21:21:05.843Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52872026-09-12T21:21:05.885Z[verify-libraries] Compiling arc-swap v1.8.2
52882026-09-12T21:21:05.913Z[verify-libraries] Compiling cassowary v0.3.0
52892026-09-12T21:21:06.266Z[verify-libraries] Compiling ratatui v0.29.0
52902026-09-12T21:21:06.445Z[verify-libraries] Compiling slog-scope v4.4.1
52912026-09-12T21:21:06.488Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52922026-09-12T21:21:06.768Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52932026-09-12T21:21:06.840Z[verify-libraries] Compiling wnaf v0.14.0
52942026-09-12T21:21:07.087Z[verify-libraries] Compiling primefield v0.14.0
52952026-09-12T21:21:07.131Z[verify-libraries] Compiling rfc6979 v0.6.0
52962026-09-12T21:21:07.354Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52972026-09-12T21:21:07.451Z[verify-libraries] Compiling progenitor-impl v0.13.0
52982026-09-12T21:21:07.592Z[ recovery-image] Sep 12 21:21:06.519 INFO O| Sep 12 21:21:06.519 INFO O| Actions: 1/27596 actions (Installing new actions)
52992026-09-12T21:21:08.116Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
53002026-09-12T21:21:08.463Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
53012026-09-12T21:21:08.507Z[verify-libraries] Compiling vergen-git2 v9.1.0
53022026-09-12T21:21:08.699Z[verify-libraries] Compiling strsim v0.10.0
53032026-09-12T21:21:08.852Z[verify-libraries] Compiling primeorder v0.14.0
53042026-09-12T21:21:09.032Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
53052026-09-12T21:21:09.167Z[verify-libraries] Compiling darling_core v0.13.4
53062026-09-12T21:21:09.351Z[verify-libraries] Compiling ecdsa v0.17.0
53072026-09-12T21:21:09.383Z[verify-libraries] Compiling slog-stdlog v4.1.1
53082026-09-12T21:21:09.758Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
53092026-09-12T21:21:09.903Z[verify-libraries] Compiling diesel-dtrace v0.5.0
53102026-09-12T21:21:10.303Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=e96e7190f8bc5a1b54e89153769d4112e64d4280#e96e7190)
53112026-09-12T21:21:10.331Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
53122026-09-12T21:21:10.366Z[verify-libraries] Compiling progenitor-client v0.13.0
53132026-09-12T21:21:10.404Z[verify-libraries] Compiling progenitor-macro v0.13.0
53142026-09-12T21:21:10.652Z[verify-libraries] Compiling console v0.16.2
53152026-09-12T21:21:10.896Z[verify-libraries] Compiling curve25519-dalek v5.0.0
53162026-09-12T21:21:11.080Z[verify-libraries] Compiling libsw-core v0.3.2
53172026-09-12T21:21:11.206Z[verify-libraries] Compiling assert_matches v1.5.0
53182026-09-12T21:21:11.304Z[verify-libraries] Compiling void v1.0.2
53192026-09-12T21:21:11.357Z[verify-libraries] Compiling unit-prefix v0.5.2
53202026-09-12T21:21:11.405Z[verify-libraries] Compiling libsw v3.5.0
53212026-09-12T21:21:11.448Z[verify-libraries] Compiling darling_macro v0.13.4
53222026-09-12T21:21:11.504Z[verify-libraries] Compiling lzss v0.8.2
53232026-09-12T21:21:11.578Z[verify-libraries] Compiling indicatif v0.18.4
53242026-09-12T21:21:11.673Z[verify-libraries] Compiling slog-envlogger v2.2.0
53252026-09-12T21:21:11.722Z[verify-libraries] Compiling ssh-encoding v0.3.0
53262026-09-12T21:21:11.765Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53272026-09-12T21:21:12.147Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
53282026-09-12T21:21:12.170Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
53292026-09-12T21:21:12.200Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
53302026-09-12T21:21:12.541Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
53312026-09-12T21:21:12.594Z[ recovery-image] Sep 12 21:21:11.521 INFO O| Sep 12 21:21:11.521 INFO O| Actions: 27113/27596 actions (Installing new actions)
53322026-09-12T21:21:12.605Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53332026-09-12T21:21:12.661Z[verify-libraries] Compiling nix v0.27.1
53342026-09-12T21:21:12.887Z[ recovery-image] Sep 12 21:21:11.815 INFO O| Sep 12 21:21:11.815 INFO O| Actions: Completed 27596 actions in 5.29 seconds.
53352026-09-12T21:21:12.905Z[verify-libraries] Compiling colored v2.2.0
53362026-09-12T21:21:12.971Z[ recovery-image] Sep 12 21:21:11.898 INFO O| Sep 12 21:21:11.898 INFO O| Finalize: Updating package state database ... Done
53372026-09-12T21:21:12.971Z[ recovery-image] Sep 12 21:21:11.898 INFO O| Sep 12 21:21:11.898 INFO O| Finalize: Updating package cache ... Done
53382026-09-12T21:21:13.020Z[verify-libraries] Compiling blake3 v1.8.5
53392026-09-12T21:21:13.117Z[ recovery-image] Sep 12 21:21:12.044 INFO O| Sep 12 21:21:12.044 INFO O| Finalize: Updating image state ... Done
53402026-09-12T21:21:13.224Z[verify-libraries] Compiling serde_bytes v0.11.19
53412026-09-12T21:21:13.364Z[verify-libraries] Compiling shell-words v1.1.1
53422026-09-12T21:21:13.517Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
53432026-09-12T21:21:13.654Z[verify-libraries] Compiling darling v0.13.4
53442026-09-12T21:21:13.752Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
53452026-09-12T21:21:13.820Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53462026-09-12T21:21:13.899Z[ recovery-image] Sep 12 21:21:12.826 INFO O| Sep 12 21:21:12.826 INFO O| Finalize: Creating fast lookup database ... Done
53472026-09-12T21:21:13.919Z[ recovery-image] Sep 12 21:21:12.846 INFO O| Sep 12 21:21:12.846 INFO O| Finalize: Reading search index ... Done
53482026-09-12T21:21:13.930Z[verify-libraries] Compiling ed25519 v3.0.0
53492026-09-12T21:21:14.146Z[verify-libraries] Compiling crypto-primes v0.7.2
53502026-09-12T21:21:14.181Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
53512026-09-12T21:21:14.288Z[verify-libraries] Compiling poly1305 v0.9.0
53522026-09-12T21:21:14.684Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53532026-09-12T21:21:15.292Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
53542026-09-12T21:21:15.335Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
53552026-09-12T21:21:15.388Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
53562026-09-12T21:21:15.562Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
53572026-09-12T21:21:15.666Z[ recovery-image] Sep 12 21:21:14.593 INFO O| Sep 12 21:21:14.593 INFO O| Finalize: Building new search index ... Done
53582026-09-12T21:21:15.691Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
53592026-09-12T21:21:15.751Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
53602026-09-12T21:21:15.946Z[verify-libraries] Compiling blowfish v0.10.0
53612026-09-12T21:21:16.001Z[ recovery-image] Sep 12 21:21:14.928 INFO O| Sep 12 21:21:14.928 INFO O| Finalize: Updating package cache ... Done
53622026-09-12T21:21:16.054Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
53632026-09-12T21:21:16.084Z[verify-libraries] Compiling petname v2.0.2
53642026-09-12T21:21:16.114Z[verify-libraries] Compiling arrayref v0.3.9
53652026-09-12T21:21:16.264Z[verify-libraries] Compiling arrayvec v0.7.6
53662026-09-12T21:21:16.301Z[verify-libraries] Compiling constant_time_eq v0.4.2
53672026-09-12T21:21:16.461Z[verify-libraries] Compiling progenitor v0.13.0
53682026-09-12T21:21:16.471Z[ recovery-image] Sep 12 21:21:15.398 INFO O| Sep 12 21:21:15.398 INFO STEP 11 (pkg_install) COMPLETE
53692026-09-12T21:21:16.471Z[ recovery-image] Sep 12 21:21:15.399 INFO O| Sep 12 21:21:15.398 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53702026-09-12T21:21:16.471Z[ recovery-image] Sep 12 21:21:15.399 INFO O| Sep 12 21:21:15.398 INFO skip step because feature "recovery" is enabled
53712026-09-12T21:21:16.475Z[ recovery-image] Sep 12 21:21:15.399 INFO O| Sep 12 21:21:15.398 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53722026-09-12T21:21:16.475Z[ recovery-image] Sep 12 21:21:15.399 INFO O| Sep 12 21:21:15.398 INFO skip step because feature "omicron1" is not enabled
53732026-09-12T21:21:16.475Z[ recovery-image] Sep 12 21:21:15.399 INFO O| Sep 12 21:21:15.398 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53742026-09-12T21:21:16.482Z[ recovery-image] Sep 12 21:21:15.410 INFO O| Sep 12 21:21:15.410 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53752026-09-12T21:21:16.650Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
53762026-09-12T21:21:16.734Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53772026-09-12T21:21:16.795Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
53782026-09-12T21:21:17.189Z[verify-libraries] Compiling rsa v0.10.0-rc.18
53792026-09-12T21:21:17.213Z[verify-libraries] Compiling ed25519-dalek v3.0.0
53802026-09-12T21:21:17.238Z[verify-libraries] Compiling ssh-cipher v0.3.0
53812026-09-12T21:21:17.606Z[verify-libraries] Compiling serde_with_macros v1.5.2
53822026-09-12T21:21:17.651Z[verify-libraries] Compiling p521 v0.14.0
53832026-09-12T21:21:17.828Z[verify-libraries] Compiling p384 v0.14.0
53842026-09-12T21:21:17.828Z[verify-libraries] Compiling p256 v0.14.0
53852026-09-12T21:21:17.889Z[verify-libraries] Compiling sha3 v0.11.0
53862026-09-12T21:21:18.431Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53872026-09-12T21:21:18.564Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53882026-09-12T21:21:19.099Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53892026-09-12T21:21:19.284Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53902026-09-12T21:21:19.441Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53912026-09-12T21:21:19.833Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53922026-09-12T21:21:20.190Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53932026-09-12T21:21:20.427Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53942026-09-12T21:21:21.430Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53952026-09-12T21:21:21.893Z[ recovery-image] Sep 12 21:21:20.820 INFO O| Sep 12 21:21:20.820 INFO O| Startup: Refreshing catalog 'helios' ... Done
53962026-09-12T21:21:21.987Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53972026-09-12T21:21:22.294Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53982026-09-12T21:21:22.450Z[ recovery-image] Sep 12 21:21:21.377 INFO O| Sep 12 21:21:21.377 INFO O| Startup: Caching catalogs ... Done
53992026-09-12T21:21:22.815Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54002026-09-12T21:21:23.046Z[ recovery-image] Sep 12 21:21:21.974 INFO O| Sep 12 21:21:21.974 INFO O| Planning: Solver setup ... Done
54012026-09-12T21:21:23.051Z[ recovery-image] Sep 12 21:21:21.979 INFO O| Sep 12 21:21:21.979 INFO O| Planning: Running solver ... Done
54022026-09-12T21:21:23.069Z[ recovery-image] Sep 12 21:21:21.995 INFO O| Sep 12 21:21:21.995 INFO O| Planning: Finding local manifests ... Done
54032026-09-12T21:21:23.084Z[ recovery-image] Sep 12 21:21:22.012 INFO O| Sep 12 21:21:22.012 INFO O| Planning: Fetching manifests: 0/1 0% complete
54042026-09-12T21:21:23.113Z[ recovery-image] Sep 12 21:21:22.038 INFO O| Sep 12 21:21:22.038 INFO O| Planning: Fetching manifests: 1/1 100% complete
54052026-09-12T21:21:23.128Z[ recovery-image] Sep 12 21:21:22.055 INFO O| Sep 12 21:21:22.055 INFO O| Planning: Package planning ... Done
54062026-09-12T21:21:23.132Z[ recovery-image] Sep 12 21:21:22.055 INFO O| Sep 12 21:21:22.055 INFO O| Planning: Merging actions ... Done
54072026-09-12T21:21:23.148Z[ recovery-image] Sep 12 21:21:22.075 INFO O| Sep 12 21:21:22.075 INFO O| Planning: Checking for conflicting actions ... Done
54082026-09-12T21:21:23.148Z[ recovery-image] Sep 12 21:21:22.075 INFO O| Sep 12 21:21:22.075 INFO O| Planning: Consolidating action changes ... Done
54092026-09-12T21:21:23.243Z[ recovery-image] Sep 12 21:21:22.170 INFO O| Sep 12 21:21:22.170 INFO O| Planning: Evaluating mediators ... Done
54102026-09-12T21:21:23.247Z[ recovery-image] Sep 12 21:21:22.171 INFO O| Sep 12 21:21:22.171 INFO O| Planning: Planning completed in 0.78 seconds
54112026-09-12T21:21:23.247Z[ recovery-image] Sep 12 21:21:22.171 INFO O| Sep 12 21:21:22.171 INFO O| Packages to install: 1
54122026-09-12T21:21:23.256Z[ recovery-image] Sep 12 21:21:22.184 INFO O| Sep 12 21:21:22.184 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
54132026-09-12T21:21:23.376Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54142026-09-12T21:21:23.429Z[ recovery-image] Sep 12 21:21:22.356 INFO O| Sep 12 21:21:22.356 INFO O| Download: Completed 13.27 MB in 0.17 seconds (76.8M/s)
54152026-09-12T21:21:23.448Z[ recovery-image] Sep 12 21:21:22.376 INFO O| Sep 12 21:21:22.376 INFO O| Actions: 1/22 actions (Installing new actions)
54162026-09-12T21:21:23.687Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54172026-09-12T21:21:23.694Z[ recovery-image] Sep 12 21:21:22.622 INFO O| Sep 12 21:21:22.622 INFO O| Actions: Completed 22 actions in 0.25 seconds.
54182026-09-12T21:21:23.739Z[ recovery-image] Sep 12 21:21:22.666 INFO O| Sep 12 21:21:22.666 INFO O| Finalize: Updating package state database ... Done
54192026-09-12T21:21:23.739Z[ recovery-image] Sep 12 21:21:22.666 INFO O| Sep 12 21:21:22.666 INFO O| Finalize: Updating package cache ... Done
54202026-09-12T21:21:23.841Z[ recovery-image] Sep 12 21:21:22.768 INFO O| Sep 12 21:21:22.768 INFO O| Finalize: Updating image state ... Done
54212026-09-12T21:21:24.032Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54222026-09-12T21:21:24.614Z[ recovery-image] Sep 12 21:21:23.541 INFO O| Sep 12 21:21:23.541 INFO O| Finalize: Creating fast lookup database ... Done
54232026-09-12T21:21:24.614Z[ recovery-image] Sep 12 21:21:23.541 INFO O| Sep 12 21:21:23.541 INFO O| Finalize: Reading search index ... Done
54242026-09-12T21:21:24.614Z[ recovery-image] Sep 12 21:21:23.541 INFO O| Sep 12 21:21:23.541 INFO O| Finalize: Updating search index ... Done
54252026-09-12T21:21:24.624Z[ recovery-image] Sep 12 21:21:23.551 INFO O| Sep 12 21:21:23.551 INFO O| Finalize: Updating package cache ... Done
54262026-09-12T21:21:24.922Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 14 (pkg_install) COMPLETE
54272026-09-12T21:21:24.922Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54282026-09-12T21:21:24.922Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO skip step because feature "mbist" is not enabled
54292026-09-12T21:21:24.925Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54302026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO skip step because feature "mfg" is not enabled
54312026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54322026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO skip step because feature "compliance" is not enabled
54332026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54342026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO skip step because feature "stress" is not enabled
54352026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54362026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO skip step because feature "compliance" is not enabled
54372026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54382026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO skip step because feature "nfs" is not enabled
54392026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54402026-09-12T21:21:24.927Z[ recovery-image] Sep 12 21:21:23.849 INFO O| Sep 12 21:21:23.849 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54412026-09-12T21:21:25.154Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54422026-09-12T21:21:25.377Z[ recovery-image] Sep 12 21:21:24.305 INFO O| Sep 12 21:21:24.305 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54432026-09-12T21:21:25.501Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54442026-09-12T21:21:25.535Z[ recovery-image] Sep 12 21:21:24.462 INFO O| Sep 12 21:21:24.462 INFO completed processing sled/ramdisk-01-os
54452026-09-12T21:21:25.539Z[ recovery-image] Sep 12 21:21:24.465 INFO image builder template: ramdisk-02-trim...
54462026-09-12T21:21:25.539Z[ recovery-image] Sep 12 21:21:24.465 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/.tmpjaLSeu/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
54472026-09-12T21:21:25.561Z[ recovery-image] Sep 12 21:21:24.488 INFO O| Sep 12 21:21:24.488 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54482026-09-12T21:21:25.565Z[ recovery-image] Sep 12 21:21:24.493 INFO O| Sep 12 21:21:24.493 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54492026-09-12T21:21:25.678Z[ recovery-image] Sep 12 21:21:24.606 INFO O| Sep 12 21:21:24.605 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54502026-09-12T21:21:25.777Z[ recovery-image] Sep 12 21:21:24.705 INFO O| Sep 12 21:21:24.705 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54512026-09-12T21:21:25.777Z[ recovery-image] Sep 12 21:21:24.705 INFO O| Sep 12 21:21:24.705 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54522026-09-12T21:21:25.783Z[ recovery-image] Sep 12 21:21:24.710 INFO O| Sep 12 21:21:24.710 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54532026-09-12T21:21:25.787Z[ recovery-image] Sep 12 21:21:24.715 INFO O| Sep 12 21:21:24.715 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54542026-09-12T21:21:25.792Z[ recovery-image] Sep 12 21:21:24.720 INFO O| Sep 12 21:21:24.720 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54552026-09-12T21:21:26.037Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54562026-09-12T21:21:26.097Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54572026-09-12T21:21:26.234Z[verify-libraries] Compiling twox-hash v2.1.2
54582026-09-12T21:21:26.436Z[verify-libraries] Compiling kem v0.3.0
54592026-09-12T21:21:26.532Z[ recovery-image] Sep 12 21:21:25.459 INFO O| Sep 12 21:21:25.459 INFO rolled back to input snapshot; work may begin
54602026-09-12T21:21:26.532Z[ recovery-image] Sep 12 21:21:25.459 INFO O| Sep 12 21:21:25.459 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
54612026-09-12T21:21:26.536Z[ recovery-image] Sep 12 21:21:25.464 INFO O| Sep 12 21:21:25.464 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54622026-09-12T21:21:26.546Z[ recovery-image] Sep 12 21:21:25.474 INFO O| Sep 12 21:21:25.474 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54632026-09-12T21:21:26.584Z[ recovery-image] Sep 12 21:21:25.511 INFO O| Sep 12 21:21:25.511 INFO STEP 0 (remove_files) COMPLETE
54642026-09-12T21:21:26.584Z[ recovery-image] Sep 12 21:21:25.511 INFO O| Sep 12 21:21:25.511 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54652026-09-12T21:21:26.593Z[ recovery-image] Sep 12 21:21:25.521 INFO O| Sep 12 21:21:25.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54662026-09-12T21:21:26.597Z[verify-libraries] Compiling module-lattice v0.2.3
54672026-09-12T21:21:26.597Z[ recovery-image] Sep 12 21:21:25.523 INFO O| Sep 12 21:21:25.523 INFO STEP 1 (remove_files) COMPLETE
54682026-09-12T21:21:26.597Z[ recovery-image] Sep 12 21:21:25.523 INFO O| Sep 12 21:21:25.523 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54692026-09-12T21:21:26.606Z[ recovery-image] Sep 12 21:21:25.533 INFO O| Sep 12 21:21:25.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54702026-09-12T21:21:26.618Z[ recovery-image] Sep 12 21:21:25.546 INFO O| Sep 12 21:21:25.546 INFO STEP 2 (remove_files) COMPLETE
54712026-09-12T21:21:26.618Z[ recovery-image] Sep 12 21:21:25.546 INFO O| Sep 12 21:21:25.546 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54722026-09-12T21:21:26.630Z[ recovery-image] Sep 12 21:21:25.557 INFO O| Sep 12 21:21:25.557 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54732026-09-12T21:21:26.633Z[ recovery-image] Sep 12 21:21:25.559 INFO O| Sep 12 21:21:25.559 INFO STEP 3 (remove_files) COMPLETE
54742026-09-12T21:21:26.633Z[ recovery-image] Sep 12 21:21:25.559 INFO O| Sep 12 21:21:25.559 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54752026-09-12T21:21:26.642Z[ recovery-image] Sep 12 21:21:25.569 INFO O| Sep 12 21:21:25.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54762026-09-12T21:21:26.646Z[ recovery-image] Sep 12 21:21:25.572 INFO O| Sep 12 21:21:25.572 INFO STEP 4 (remove_files) COMPLETE
54772026-09-12T21:21:26.646Z[ recovery-image] Sep 12 21:21:25.572 INFO O| Sep 12 21:21:25.572 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54782026-09-12T21:21:26.659Z[ recovery-image] Sep 12 21:21:25.586 INFO O| Sep 12 21:21:25.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54792026-09-12T21:21:26.659Z[ recovery-image] Sep 12 21:21:25.586 INFO O| Sep 12 21:21:25.586 INFO STEP 5 (remove_files) COMPLETE
54802026-09-12T21:21:26.659Z[ recovery-image] Sep 12 21:21:25.586 INFO O| Sep 12 21:21:25.586 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54812026-09-12T21:21:26.668Z[ recovery-image] Sep 12 21:21:25.595 INFO O| Sep 12 21:21:25.595 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54822026-09-12T21:21:26.678Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO STEP 6 (remove_files) COMPLETE
54832026-09-12T21:21:26.678Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54842026-09-12T21:21:26.678Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO skip step because feature "heliosv2" is not enabled
54852026-09-12T21:21:26.681Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54862026-09-12T21:21:26.681Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO skip step because feature "recovery" is enabled
54872026-09-12T21:21:26.681Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-12T21:21:26.682Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO skip step because feature "recovery" is enabled
54892026-09-12T21:21:26.682Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54902026-09-12T21:21:26.682Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO skip step because feature "recovery" is enabled
54912026-09-12T21:21:26.682Z[ recovery-image] Sep 12 21:21:25.606 INFO O| Sep 12 21:21:25.606 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54922026-09-12T21:21:26.682Z[verify-libraries] Compiling rtoolbox v0.0.3
54932026-09-12T21:21:26.691Z[ recovery-image] Sep 12 21:21:25.617 INFO O| Sep 12 21:21:25.616 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54942026-09-12T21:21:26.691Z[ recovery-image] Sep 12 21:21:25.618 INFO O| Sep 12 21:21:25.618 INFO STEP 11 (remove_files) COMPLETE
54952026-09-12T21:21:26.691Z[ recovery-image] Sep 12 21:21:25.618 INFO O| Sep 12 21:21:25.618 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54962026-09-12T21:21:26.704Z[ recovery-image] Sep 12 21:21:25.631 INFO O| Sep 12 21:21:25.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54972026-09-12T21:21:26.704Z[ recovery-image] Sep 12 21:21:25.631 INFO O| Sep 12 21:21:25.631 INFO STEP 12 (remove_files) COMPLETE
54982026-09-12T21:21:26.704Z[ recovery-image] Sep 12 21:21:25.631 INFO O| Sep 12 21:21:25.631 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-12T21:21:26.714Z[ recovery-image] Sep 12 21:21:25.641 INFO O| Sep 12 21:21:25.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
55002026-09-12T21:21:26.716Z[ recovery-image] Sep 12 21:21:25.642 INFO O| Sep 12 21:21:25.642 INFO STEP 13 (remove_files) COMPLETE
55012026-09-12T21:21:26.719Z[ recovery-image] Sep 12 21:21:25.642 INFO O| Sep 12 21:21:25.642 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-12T21:21:26.730Z[ recovery-image] Sep 12 21:21:25.656 INFO O| Sep 12 21:21:25.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
55032026-09-12T21:21:26.730Z[ recovery-image] Sep 12 21:21:25.656 INFO O| Sep 12 21:21:25.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
55042026-09-12T21:21:26.790Z[verify-libraries] Compiling atty v0.2.14
55052026-09-12T21:21:26.794Z[ recovery-image] Sep 12 21:21:25.722 INFO O| Sep 12 21:21:25.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
55062026-09-12T21:21:26.801Z[ recovery-image] Sep 12 21:21:25.729 INFO O| Sep 12 21:21:25.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
55072026-09-12T21:21:26.883Z[ recovery-image] Sep 12 21:21:25.811 INFO O| Sep 12 21:21:25.810 INFO STEP 14 (remove_files) COMPLETE
55082026-09-12T21:21:26.883Z[ recovery-image] Sep 12 21:21:25.811 INFO O| Sep 12 21:21:25.811 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55092026-09-12T21:21:26.894Z[ recovery-image] Sep 12 21:21:25.821 INFO O| Sep 12 21:21:25.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
55102026-09-12T21:21:26.897Z[ recovery-image] Sep 12 21:21:25.823 INFO O| Sep 12 21:21:25.823 INFO STEP 15 (remove_files) COMPLETE
55112026-09-12T21:21:26.897Z[ recovery-image] Sep 12 21:21:25.823 INFO O| Sep 12 21:21:25.823 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55122026-09-12T21:21:26.905Z[ recovery-image] Sep 12 21:21:25.832 INFO O| Sep 12 21:21:25.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
55132026-09-12T21:21:26.911Z[ recovery-image] Sep 12 21:21:25.838 INFO O| Sep 12 21:21:25.838 INFO STEP 16 (remove_files) COMPLETE
55142026-09-12T21:21:26.911Z[ recovery-image] Sep 12 21:21:25.838 INFO O| Sep 12 21:21:25.838 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55152026-09-12T21:21:26.922Z[ recovery-image] Sep 12 21:21:25.849 INFO O| Sep 12 21:21:25.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
55162026-09-12T21:21:26.925Z[ recovery-image] Sep 12 21:21:25.849 INFO O| Sep 12 21:21:25.849 INFO STEP 17 (remove_files) COMPLETE
55172026-09-12T21:21:26.925Z[ recovery-image] Sep 12 21:21:25.849 INFO O| Sep 12 21:21:25.849 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-12T21:21:26.936Z[ recovery-image] Sep 12 21:21:25.858 INFO O| Sep 12 21:21:25.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
55192026-09-12T21:21:26.936Z[ recovery-image] Sep 12 21:21:25.859 INFO O| Sep 12 21:21:25.859 INFO STEP 18 (remove_files) COMPLETE
55202026-09-12T21:21:26.936Z[ recovery-image] Sep 12 21:21:25.859 INFO O| Sep 12 21:21:25.859 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-12T21:21:26.940Z[ recovery-image] Sep 12 21:21:25.868 INFO O| Sep 12 21:21:25.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55222026-09-12T21:21:26.940Z[ recovery-image] Sep 12 21:21:25.868 INFO O| Sep 12 21:21:25.868 INFO STEP 19 (remove_files) COMPLETE
55232026-09-12T21:21:26.944Z[ recovery-image] Sep 12 21:21:25.868 INFO O| Sep 12 21:21:25.868 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-12T21:21:26.950Z[ recovery-image] Sep 12 21:21:25.876 INFO O| Sep 12 21:21:25.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55252026-09-12T21:21:26.950Z[ recovery-image] Sep 12 21:21:25.876 INFO O| Sep 12 21:21:25.876 INFO STEP 20 (remove_files) COMPLETE
55262026-09-12T21:21:26.950Z[ recovery-image] Sep 12 21:21:25.876 INFO O| Sep 12 21:21:25.876 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-12T21:21:26.956Z[verify-libraries] Compiling topological-sort v0.2.2
55282026-09-12T21:21:26.959Z[ recovery-image] Sep 12 21:21:25.886 INFO O| Sep 12 21:21:25.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55292026-09-12T21:21:26.959Z[ recovery-image] Sep 12 21:21:25.886 INFO O| Sep 12 21:21:25.886 INFO STEP 21 (remove_files) COMPLETE
55302026-09-12T21:21:26.959Z[ recovery-image] Sep 12 21:21:25.886 INFO O| Sep 12 21:21:25.886 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55312026-09-12T21:21:26.969Z[ recovery-image] Sep 12 21:21:25.894 INFO O| Sep 12 21:21:25.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55322026-09-12T21:21:26.969Z[ recovery-image] Sep 12 21:21:25.894 INFO O| Sep 12 21:21:25.894 INFO STEP 22 (remove_files) COMPLETE
55332026-09-12T21:21:26.969Z[ recovery-image] Sep 12 21:21:25.894 INFO O| Sep 12 21:21:25.894 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55342026-09-12T21:21:26.975Z[ recovery-image] Sep 12 21:21:25.902 INFO O| Sep 12 21:21:25.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55352026-09-12T21:21:26.975Z[ recovery-image] Sep 12 21:21:25.902 INFO O| Sep 12 21:21:25.902 INFO STEP 23 (remove_files) COMPLETE
55362026-09-12T21:21:26.975Z[ recovery-image] Sep 12 21:21:25.902 INFO O| Sep 12 21:21:25.902 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55372026-09-12T21:21:26.983Z[ recovery-image] Sep 12 21:21:25.910 INFO O| Sep 12 21:21:25.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55382026-09-12T21:21:26.983Z[ recovery-image] Sep 12 21:21:25.910 INFO O| Sep 12 21:21:25.910 INFO STEP 24 (remove_files) COMPLETE
55392026-09-12T21:21:26.985Z[ recovery-image] Sep 12 21:21:25.910 INFO O| Sep 12 21:21:25.910 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55402026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.918 INFO O| Sep 12 21:21:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55412026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.919 INFO O| Sep 12 21:21:25.918 INFO STEP 25 (remove_files) COMPLETE
55422026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.919 INFO O| Sep 12 21:21:25.918 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55432026-09-12T21:21:27.024Z[verify-libraries] Compiling rpassword v7.5.4
55442026-09-12T21:21:27.024Z[verify-libraries] Compiling ml-kem v0.3.2
55452026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.929 INFO O| Sep 12 21:21:25.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55462026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.929 INFO O| Sep 12 21:21:25.929 INFO STEP 26 (remove_files) COMPLETE
55472026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.929 INFO O| Sep 12 21:21:25.929 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.939 INFO O| Sep 12 21:21:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55492026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.939 INFO O| Sep 12 21:21:25.939 INFO STEP 27 (remove_files) COMPLETE
55502026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.939 INFO O| Sep 12 21:21:25.939 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55512026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.949 INFO O| Sep 12 21:21:25.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55522026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.949 INFO O| Sep 12 21:21:25.949 INFO STEP 28 (remove_files) COMPLETE
55532026-09-12T21:21:27.024Z[ recovery-image] Sep 12 21:21:25.949 INFO O| Sep 12 21:21:25.949 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55542026-09-12T21:21:27.032Z[ recovery-image] Sep 12 21:21:25.960 INFO O| Sep 12 21:21:25.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55552026-09-12T21:21:27.035Z[ recovery-image] Sep 12 21:21:25.960 INFO O| Sep 12 21:21:25.960 INFO STEP 29 (remove_files) COMPLETE
55562026-09-12T21:21:27.035Z[ recovery-image] Sep 12 21:21:25.960 INFO O| Sep 12 21:21:25.960 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-12T21:21:27.067Z[ recovery-image] Sep 12 21:21:25.992 INFO O| Sep 12 21:21:25.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55582026-09-12T21:21:27.067Z[ recovery-image] Sep 12 21:21:25.992 INFO O| Sep 12 21:21:25.992 INFO STEP 30 (remove_files) COMPLETE
55592026-09-12T21:21:27.067Z[ recovery-image] Sep 12 21:21:25.992 INFO O| Sep 12 21:21:25.992 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55602026-09-12T21:21:27.080Z[ recovery-image] Sep 12 21:21:26.007 INFO O| Sep 12 21:21:26.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
55612026-09-12T21:21:27.080Z[ recovery-image] Sep 12 21:21:26.008 INFO O| Sep 12 21:21:26.008 INFO STEP 31 (remove_files) COMPLETE
55622026-09-12T21:21:27.083Z[ recovery-image] Sep 12 21:21:26.008 INFO O| Sep 12 21:21:26.008 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55632026-09-12T21:21:27.089Z[ recovery-image] Sep 12 21:21:26.017 INFO O| Sep 12 21:21:26.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
55642026-09-12T21:21:27.089Z[ recovery-image] Sep 12 21:21:26.017 INFO O| Sep 12 21:21:26.017 INFO STEP 32 (remove_files) COMPLETE
55652026-09-12T21:21:27.089Z[ recovery-image] Sep 12 21:21:26.017 INFO O| Sep 12 21:21:26.017 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55662026-09-12T21:21:27.117Z[ recovery-image] Sep 12 21:21:26.045 INFO O| Sep 12 21:21:26.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55672026-09-12T21:21:27.117Z[ recovery-image] Sep 12 21:21:26.045 INFO O| Sep 12 21:21:26.041 INFO STEP 33 (remove_files) COMPLETE
55682026-09-12T21:21:27.117Z[ recovery-image] Sep 12 21:21:26.045 INFO O| Sep 12 21:21:26.041 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55692026-09-12T21:21:27.124Z[ recovery-image] Sep 12 21:21:26.050 INFO O| Sep 12 21:21:26.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55702026-09-12T21:21:27.124Z[ recovery-image] Sep 12 21:21:26.050 INFO O| Sep 12 21:21:26.050 INFO STEP 34 (remove_files) COMPLETE
55712026-09-12T21:21:27.124Z[ recovery-image] Sep 12 21:21:26.050 INFO O| Sep 12 21:21:26.050 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55722026-09-12T21:21:27.132Z[ recovery-image] Sep 12 21:21:26.060 INFO O| Sep 12 21:21:26.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55732026-09-12T21:21:27.132Z[ recovery-image] Sep 12 21:21:26.060 INFO O| Sep 12 21:21:26.060 INFO STEP 35 (remove_files) COMPLETE
55742026-09-12T21:21:27.135Z[ recovery-image] Sep 12 21:21:26.060 INFO O| Sep 12 21:21:26.060 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55752026-09-12T21:21:27.141Z[ recovery-image] Sep 12 21:21:26.069 INFO O| Sep 12 21:21:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55762026-09-12T21:21:27.141Z[ recovery-image] Sep 12 21:21:26.069 INFO O| Sep 12 21:21:26.069 INFO STEP 36 (remove_files) COMPLETE
55772026-09-12T21:21:27.145Z[ recovery-image] Sep 12 21:21:26.069 INFO O| Sep 12 21:21:26.069 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55782026-09-12T21:21:27.151Z[ recovery-image] Sep 12 21:21:26.078 INFO O| Sep 12 21:21:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55792026-09-12T21:21:27.151Z[ recovery-image] Sep 12 21:21:26.078 INFO O| Sep 12 21:21:26.078 INFO STEP 37 (remove_files) COMPLETE
55802026-09-12T21:21:27.151Z[ recovery-image] Sep 12 21:21:26.078 INFO O| Sep 12 21:21:26.078 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55812026-09-12T21:21:27.161Z[ recovery-image] Sep 12 21:21:26.089 INFO O| Sep 12 21:21:26.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55822026-09-12T21:21:27.161Z[ recovery-image] Sep 12 21:21:26.089 INFO O| Sep 12 21:21:26.089 INFO STEP 38 (remove_files) COMPLETE
55832026-09-12T21:21:27.161Z[ recovery-image] Sep 12 21:21:26.089 INFO O| Sep 12 21:21:26.089 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55842026-09-12T21:21:27.170Z[ recovery-image] Sep 12 21:21:26.098 INFO O| Sep 12 21:21:26.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55852026-09-12T21:21:27.170Z[ recovery-image] Sep 12 21:21:26.098 INFO O| Sep 12 21:21:26.098 INFO STEP 39 (remove_files) COMPLETE
55862026-09-12T21:21:27.170Z[ recovery-image] Sep 12 21:21:26.098 INFO O| Sep 12 21:21:26.098 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-12T21:21:27.181Z[ recovery-image] Sep 12 21:21:26.107 INFO O| Sep 12 21:21:26.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55882026-09-12T21:21:27.181Z[ recovery-image] Sep 12 21:21:26.107 INFO O| Sep 12 21:21:26.107 INFO STEP 40 (remove_files) COMPLETE
55892026-09-12T21:21:27.184Z[ recovery-image] Sep 12 21:21:26.107 INFO O| Sep 12 21:21:26.107 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-12T21:21:27.187Z[verify-libraries] Compiling omicron-zone-package v0.12.3
55912026-09-12T21:21:27.190Z[ recovery-image] Sep 12 21:21:26.116 INFO O| Sep 12 21:21:26.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55922026-09-12T21:21:27.190Z[ recovery-image] Sep 12 21:21:26.116 INFO O| Sep 12 21:21:26.116 INFO STEP 41 (remove_files) COMPLETE
55932026-09-12T21:21:27.190Z[ recovery-image] Sep 12 21:21:26.116 INFO O| Sep 12 21:21:26.116 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55942026-09-12T21:21:27.198Z[ recovery-image] Sep 12 21:21:26.125 INFO O| Sep 12 21:21:26.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55952026-09-12T21:21:27.198Z[ recovery-image] Sep 12 21:21:26.125 INFO O| Sep 12 21:21:26.125 INFO STEP 42 (remove_files) COMPLETE
55962026-09-12T21:21:27.201Z[ recovery-image] Sep 12 21:21:26.125 INFO O| Sep 12 21:21:26.125 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55972026-09-12T21:21:27.207Z[ recovery-image] Sep 12 21:21:26.135 INFO O| Sep 12 21:21:26.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55982026-09-12T21:21:27.207Z[ recovery-image] Sep 12 21:21:26.135 INFO O| Sep 12 21:21:26.135 INFO STEP 43 (remove_files) COMPLETE
55992026-09-12T21:21:27.207Z[ recovery-image] Sep 12 21:21:26.135 INFO O| Sep 12 21:21:26.135 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56002026-09-12T21:21:27.216Z[ recovery-image] Sep 12 21:21:26.144 INFO O| Sep 12 21:21:26.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
56012026-09-12T21:21:27.218Z[ recovery-image] Sep 12 21:21:26.144 INFO O| Sep 12 21:21:26.144 INFO STEP 44 (remove_files) COMPLETE
56022026-09-12T21:21:27.218Z[ recovery-image] Sep 12 21:21:26.144 INFO O| Sep 12 21:21:26.144 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56032026-09-12T21:21:27.227Z[ recovery-image] Sep 12 21:21:26.154 INFO O| Sep 12 21:21:26.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
56042026-09-12T21:21:27.227Z[ recovery-image] Sep 12 21:21:26.154 INFO O| Sep 12 21:21:26.154 INFO STEP 45 (remove_files) COMPLETE
56052026-09-12T21:21:27.227Z[ recovery-image] Sep 12 21:21:26.154 INFO O| Sep 12 21:21:26.154 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56062026-09-12T21:21:27.236Z[ recovery-image] Sep 12 21:21:26.164 INFO O| Sep 12 21:21:26.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
56072026-09-12T21:21:27.236Z[ recovery-image] Sep 12 21:21:26.164 INFO O| Sep 12 21:21:26.164 INFO STEP 46 (remove_files) COMPLETE
56082026-09-12T21:21:27.236Z[ recovery-image] Sep 12 21:21:26.164 INFO O| Sep 12 21:21:26.164 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56092026-09-12T21:21:27.244Z[ recovery-image] Sep 12 21:21:26.172 INFO O| Sep 12 21:21:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
56102026-09-12T21:21:27.245Z[ recovery-image] Sep 12 21:21:26.172 INFO O| Sep 12 21:21:26.172 INFO STEP 47 (remove_files) COMPLETE
56112026-09-12T21:21:27.245Z[ recovery-image] Sep 12 21:21:26.172 INFO O| Sep 12 21:21:26.172 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56122026-09-12T21:21:27.252Z[ recovery-image] Sep 12 21:21:26.180 INFO O| Sep 12 21:21:26.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
56132026-09-12T21:21:27.252Z[ recovery-image] Sep 12 21:21:26.180 INFO O| Sep 12 21:21:26.180 INFO STEP 48 (remove_files) COMPLETE
56142026-09-12T21:21:27.252Z[ recovery-image] Sep 12 21:21:26.180 INFO O| Sep 12 21:21:26.180 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56152026-09-12T21:21:27.263Z[ recovery-image] Sep 12 21:21:26.191 INFO O| Sep 12 21:21:26.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
56162026-09-12T21:21:27.263Z[ recovery-image] Sep 12 21:21:26.191 INFO O| Sep 12 21:21:26.191 INFO STEP 49 (remove_files) COMPLETE
56172026-09-12T21:21:27.266Z[ recovery-image] Sep 12 21:21:26.191 INFO O| Sep 12 21:21:26.191 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56182026-09-12T21:21:27.273Z[ recovery-image] Sep 12 21:21:26.200 INFO O| Sep 12 21:21:26.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
56192026-09-12T21:21:27.273Z[ recovery-image] Sep 12 21:21:26.200 INFO O| Sep 12 21:21:26.200 INFO STEP 50 (remove_files) COMPLETE
56202026-09-12T21:21:27.273Z[ recovery-image] Sep 12 21:21:26.200 INFO O| Sep 12 21:21:26.200 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56212026-09-12T21:21:27.283Z[ recovery-image] Sep 12 21:21:26.211 INFO O| Sep 12 21:21:26.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
56222026-09-12T21:21:27.283Z[ recovery-image] Sep 12 21:21:26.211 INFO O| Sep 12 21:21:26.211 INFO STEP 51 (remove_files) COMPLETE
56232026-09-12T21:21:27.286Z[ recovery-image] Sep 12 21:21:26.211 INFO O| Sep 12 21:21:26.211 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56242026-09-12T21:21:27.292Z[ recovery-image] Sep 12 21:21:26.219 INFO O| Sep 12 21:21:26.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
56252026-09-12T21:21:27.292Z[ recovery-image] Sep 12 21:21:26.220 INFO O| Sep 12 21:21:26.220 INFO STEP 52 (remove_files) COMPLETE
56262026-09-12T21:21:27.292Z[ recovery-image] Sep 12 21:21:26.220 INFO O| Sep 12 21:21:26.220 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56272026-09-12T21:21:27.304Z[ recovery-image] Sep 12 21:21:26.230 INFO O| Sep 12 21:21:26.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56282026-09-12T21:21:27.304Z[ recovery-image] Sep 12 21:21:26.230 INFO O| Sep 12 21:21:26.230 INFO STEP 53 (remove_files) COMPLETE
56292026-09-12T21:21:27.304Z[ recovery-image] Sep 12 21:21:26.230 INFO O| Sep 12 21:21:26.230 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56302026-09-12T21:21:27.312Z[ recovery-image] Sep 12 21:21:26.240 INFO O| Sep 12 21:21:26.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56312026-09-12T21:21:27.312Z[ recovery-image] Sep 12 21:21:26.240 INFO O| Sep 12 21:21:26.240 INFO STEP 54 (remove_files) COMPLETE
56322026-09-12T21:21:27.312Z[ recovery-image] Sep 12 21:21:26.240 INFO O| Sep 12 21:21:26.240 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56332026-09-12T21:21:27.316Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56342026-09-12T21:21:27.322Z[ recovery-image] Sep 12 21:21:26.249 INFO O| Sep 12 21:21:26.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56352026-09-12T21:21:27.322Z[ recovery-image] Sep 12 21:21:26.249 INFO O| Sep 12 21:21:26.249 INFO STEP 55 (remove_files) COMPLETE
56362026-09-12T21:21:27.322Z[ recovery-image] Sep 12 21:21:26.249 INFO O| Sep 12 21:21:26.249 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56372026-09-12T21:21:27.331Z[ recovery-image] Sep 12 21:21:26.259 INFO O| Sep 12 21:21:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
56382026-09-12T21:21:27.331Z[ recovery-image] Sep 12 21:21:26.259 INFO O| Sep 12 21:21:26.259 INFO STEP 56 (remove_files) COMPLETE
56392026-09-12T21:21:27.332Z[ recovery-image] Sep 12 21:21:26.259 INFO O| Sep 12 21:21:26.259 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56402026-09-12T21:21:27.341Z[ recovery-image] Sep 12 21:21:26.268 INFO O| Sep 12 21:21:26.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
56412026-09-12T21:21:27.341Z[ recovery-image] Sep 12 21:21:26.268 INFO O| Sep 12 21:21:26.268 INFO STEP 57 (remove_files) COMPLETE
56422026-09-12T21:21:27.341Z[ recovery-image] Sep 12 21:21:26.268 INFO O| Sep 12 21:21:26.268 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56432026-09-12T21:21:27.352Z[ recovery-image] Sep 12 21:21:26.280 INFO O| Sep 12 21:21:26.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
56442026-09-12T21:21:27.352Z[ recovery-image] Sep 12 21:21:26.280 INFO O| Sep 12 21:21:26.280 INFO STEP 58 (remove_files) COMPLETE
56452026-09-12T21:21:27.352Z[ recovery-image] Sep 12 21:21:26.280 INFO O| Sep 12 21:21:26.280 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56462026-09-12T21:21:27.363Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
56472026-09-12T21:21:27.363Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
56482026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56492026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56502026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56512026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56522026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO ok!
56532026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO STEP 59 (ensure_file) COMPLETE
56542026-09-12T21:21:27.367Z[ recovery-image] Sep 12 21:21:26.291 INFO O| Sep 12 21:21:26.291 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56552026-09-12T21:21:27.377Z[ recovery-image] Sep 12 21:21:26.302 INFO O| Sep 12 21:21:26.302 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
56562026-09-12T21:21:27.377Z[ recovery-image] Sep 12 21:21:26.302 INFO O| Sep 12 21:21:26.302 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
56572026-09-12T21:21:27.377Z[ recovery-image] Sep 12 21:21:26.302 INFO O| Sep 12 21:21:26.302 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56582026-09-12T21:21:27.380Z[ recovery-image] Sep 12 21:21:26.303 INFO O| Sep 12 21:21:26.302 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56592026-09-12T21:21:27.381Z[ recovery-image] Sep 12 21:21:26.303 INFO O| Sep 12 21:21:26.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56602026-09-12T21:21:27.381Z[ recovery-image] Sep 12 21:21:26.303 INFO O| Sep 12 21:21:26.303 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56612026-09-12T21:21:27.381Z[ recovery-image] Sep 12 21:21:26.303 INFO O| Sep 12 21:21:26.303 INFO ok!
56622026-09-12T21:21:27.381Z[ recovery-image] Sep 12 21:21:26.303 INFO O| Sep 12 21:21:26.303 INFO STEP 60 (ensure_file) COMPLETE
56632026-09-12T21:21:27.381Z[ recovery-image] Sep 12 21:21:26.303 INFO O| Sep 12 21:21:26.303 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56642026-09-12T21:21:27.385Z[ recovery-image] Sep 12 21:21:26.312 INFO O| Sep 12 21:21:26.312 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
56652026-09-12T21:21:27.385Z[ recovery-image] Sep 12 21:21:26.312 INFO O| Sep 12 21:21:26.312 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
56662026-09-12T21:21:27.385Z[ recovery-image] Sep 12 21:21:26.312 INFO O| Sep 12 21:21:26.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
56672026-09-12T21:21:27.385Z[ recovery-image] Sep 12 21:21:26.312 INFO O| Sep 12 21:21:26.312 INFO ok!
56682026-09-12T21:21:27.385Z[ recovery-image] Sep 12 21:21:26.312 INFO O| Sep 12 21:21:26.312 INFO STEP 61 (ensure_file) COMPLETE
56692026-09-12T21:21:27.385Z[ recovery-image] Sep 12 21:21:26.312 INFO O| Sep 12 21:21:26.312 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56702026-09-12T21:21:27.388Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
56712026-09-12T21:21:27.394Z[ recovery-image] Sep 12 21:21:26.321 INFO O| Sep 12 21:21:26.321 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56722026-09-12T21:21:27.394Z[ recovery-image] Sep 12 21:21:26.321 INFO O| Sep 12 21:21:26.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56732026-09-12T21:21:27.394Z[ recovery-image] Sep 12 21:21:26.321 INFO O| Sep 12 21:21:26.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56742026-09-12T21:21:27.398Z[ recovery-image] Sep 12 21:21:26.321 INFO O| Sep 12 21:21:26.321 INFO ok!
56752026-09-12T21:21:27.398Z[ recovery-image] Sep 12 21:21:26.321 INFO O| Sep 12 21:21:26.321 INFO STEP 62 (ensure_file) COMPLETE
56762026-09-12T21:21:27.398Z[ recovery-image] Sep 12 21:21:26.321 INFO O| Sep 12 21:21:26.321 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56772026-09-12T21:21:27.404Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56782026-09-12T21:21:27.404Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56792026-09-12T21:21:27.404Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56802026-09-12T21:21:27.408Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56812026-09-12T21:21:27.408Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 INFO ok!
56822026-09-12T21:21:27.408Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 INFO STEP 63 (ensure_file) COMPLETE
56832026-09-12T21:21:27.408Z[ recovery-image] Sep 12 21:21:26.332 INFO O| Sep 12 21:21:26.332 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56842026-09-12T21:21:27.415Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56852026-09-12T21:21:27.415Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56862026-09-12T21:21:27.416Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56872026-09-12T21:21:27.419Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56882026-09-12T21:21:27.419Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 INFO ok!
56892026-09-12T21:21:27.419Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 INFO STEP 64 (ensure_file) COMPLETE
56902026-09-12T21:21:27.419Z[ recovery-image] Sep 12 21:21:26.343 INFO O| Sep 12 21:21:26.343 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56912026-09-12T21:21:27.427Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56922026-09-12T21:21:27.427Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 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-12T21:21:27.427Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 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-12T21:21:27.428Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56952026-09-12T21:21:27.428Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 INFO ok!
56962026-09-12T21:21:27.428Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 INFO STEP 65 (ensure_file) COMPLETE
56972026-09-12T21:21:27.428Z[ recovery-image] Sep 12 21:21:26.352 INFO O| Sep 12 21:21:26.352 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56982026-09-12T21:21:27.434Z[ recovery-image] Sep 12 21:21:26.362 INFO O| Sep 12 21:21:26.362 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56992026-09-12T21:21:27.434Z[ recovery-image] Sep 12 21:21:26.362 INFO O| Sep 12 21:21:26.362 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
57002026-09-12T21:21:27.438Z[ recovery-image] Sep 12 21:21:26.362 INFO O| Sep 12 21:21:26.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
57012026-09-12T21:21:27.439Z[ recovery-image] Sep 12 21:21:26.362 INFO O| Sep 12 21:21:26.362 INFO ok!
57022026-09-12T21:21:27.439Z[ recovery-image] Sep 12 21:21:26.362 INFO O| Sep 12 21:21:26.362 INFO STEP 66 (assemble_files) COMPLETE
57032026-09-12T21:21:27.439Z[ recovery-image] Sep 12 21:21:26.362 INFO O| Sep 12 21:21:26.362 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57042026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
57052026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
57062026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57072026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57082026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO ok!
57092026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO STEP 67 (ensure_file) COMPLETE
57102026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57112026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO skip step because feature "omicron1" is not enabled
57122026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57132026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO skip step because feature "omicron1" is not enabled
57142026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57152026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO skip step because feature "omicron1" is not enabled
57162026-09-12T21:21:27.445Z[ recovery-image] Sep 12 21:21:26.372 INFO O| Sep 12 21:21:26.372 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57172026-09-12T21:21:27.459Z[ recovery-image] Sep 12 21:21:26.387 INFO O| Sep 12 21:21:26.387 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
57182026-09-12T21:21:27.460Z[ recovery-image] Sep 12 21:21:26.387 INFO O| Sep 12 21:21:26.387 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
57192026-09-12T21:21:28.190Z[verify-libraries] Compiling serde_with v1.14.0
57202026-09-12T21:21:28.592Z[verify-libraries] Compiling russh-cryptovec v0.62.0
57212026-09-12T21:21:28.628Z[verify-libraries] Compiling tui-tree-widget v0.23.1
57222026-09-12T21:21:28.880Z[ recovery-image] Sep 12 21:21:27.807 INFO O| Sep 12 21:21:27.807 INFO STEP 71 (pack_tar) COMPLETE
57232026-09-12T21:21:28.880Z[ recovery-image] Sep 12 21:21:27.807 INFO O| Sep 12 21:21:27.807 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57242026-09-12T21:21:28.883Z[ recovery-image] Sep 12 21:21:27.807 INFO O| Sep 12 21:21:27.807 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57252026-09-12T21:21:28.920Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
57262026-09-12T21:21:28.953Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
57272026-09-12T21:21:29.215Z[ recovery-image] Sep 12 21:21:28.142 INFO O| Sep 12 21:21:28.142 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57282026-09-12T21:21:29.326Z[ recovery-image] Sep 12 21:21:28.254 INFO O| Sep 12 21:21:28.253 INFO completed processing sled/ramdisk-02-trim
57292026-09-12T21:21:29.330Z[ recovery-image] Sep 12 21:21:28.256 INFO image builder template: ramdisk-03-recovery-trim...
57302026-09-12T21:21:29.330Z[ recovery-image] Sep 12 21:21:28.256 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/.tmpjaLSeu/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
57312026-09-12T21:21:29.333Z[ recovery-image] Sep 12 21:21:28.261 INFO O| Sep 12 21:21:28.261 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57322026-09-12T21:21:29.413Z[ recovery-image] Sep 12 21:21:28.340 INFO O| Sep 12 21:21:28.340 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57332026-09-12T21:21:29.416Z[ recovery-image] Sep 12 21:21:28.343 INFO O| Sep 12 21:21:28.343 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57342026-09-12T21:21:29.466Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
57352026-09-12T21:21:29.491Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
57362026-09-12T21:21:29.532Z[ recovery-image] Sep 12 21:21:28.460 INFO O| Sep 12 21:21:28.460 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57372026-09-12T21:21:29.625Z[ recovery-image] Sep 12 21:21:28.551 INFO O| Sep 12 21:21:28.551 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57382026-09-12T21:21:29.625Z[ recovery-image] Sep 12 21:21:28.552 INFO O| Sep 12 21:21:28.551 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57392026-09-12T21:21:29.630Z[ recovery-image] Sep 12 21:21:28.558 INFO O| Sep 12 21:21:28.558 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57402026-09-12T21:21:29.634Z[ recovery-image] Sep 12 21:21:28.562 INFO O| Sep 12 21:21:28.561 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57412026-09-12T21:21:29.640Z[ recovery-image] Sep 12 21:21:28.567 INFO O| Sep 12 21:21:28.567 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57422026-09-12T21:21:29.640Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57432026-09-12T21:21:29.700Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
57442026-09-12T21:21:29.733Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
57452026-09-12T21:21:29.974Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
57462026-09-12T21:21:30.016Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
57472026-09-12T21:21:30.273Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
57482026-09-12T21:21:30.298Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
57492026-09-12T21:21:30.301Z[verify-libraries] Compiling fatfs v0.3.6
57502026-09-12T21:21:30.503Z[ recovery-image] Sep 12 21:21:29.430 INFO O| Sep 12 21:21:29.430 INFO rolled back to input snapshot; work may begin
57512026-09-12T21:21:30.503Z[ recovery-image] Sep 12 21:21:29.430 INFO O| Sep 12 21:21:29.430 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57522026-09-12T21:21:30.508Z[ recovery-image] Sep 12 21:21:29.436 INFO O| Sep 12 21:21:29.435 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-09-12T21:21:30.518Z[ recovery-image] Sep 12 21:21:29.446 INFO O| Sep 12 21:21:29.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
57542026-09-12T21:21:30.524Z[ recovery-image] Sep 12 21:21:29.451 INFO O| Sep 12 21:21:29.451 INFO STEP 0 (remove_files) COMPLETE
57552026-09-12T21:21:30.524Z[ recovery-image] Sep 12 21:21:29.452 INFO O| Sep 12 21:21:29.451 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-09-12T21:21:30.535Z[ recovery-image] Sep 12 21:21:29.462 INFO O| Sep 12 21:21:29.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
57572026-09-12T21:21:30.535Z[ recovery-image] Sep 12 21:21:29.462 INFO O| Sep 12 21:21:29.462 INFO STEP 1 (remove_files) COMPLETE
57582026-09-12T21:21:30.535Z[ recovery-image] Sep 12 21:21:29.462 INFO O| Sep 12 21:21:29.462 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-12T21:21:30.540Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57602026-09-12T21:21:30.547Z[ recovery-image] Sep 12 21:21:29.473 INFO O| Sep 12 21:21:29.473 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
57612026-09-12T21:21:30.550Z[ recovery-image] Sep 12 21:21:29.476 INFO O| Sep 12 21:21:29.476 INFO STEP 2 (remove_files) COMPLETE
57622026-09-12T21:21:30.551Z[ recovery-image] Sep 12 21:21:29.476 INFO O| Sep 12 21:21:29.476 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-09-12T21:21:30.559Z[ recovery-image] Sep 12 21:21:29.486 INFO O| Sep 12 21:21:29.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
57642026-09-12T21:21:30.569Z[verify-libraries] Compiling num-bigint v0.4.6
57652026-09-12T21:21:30.618Z[ recovery-image] Sep 12 21:21:29.545 INFO O| Sep 12 21:21:29.545 INFO STEP 3 (remove_files) COMPLETE
57662026-09-12T21:21:30.618Z[ recovery-image] Sep 12 21:21:29.545 INFO O| Sep 12 21:21:29.545 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-09-12T21:21:30.629Z[ recovery-image] Sep 12 21:21:29.556 INFO O| Sep 12 21:21:29.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57682026-09-12T21:21:30.633Z[ recovery-image] Sep 12 21:21:29.560 INFO O| Sep 12 21:21:29.560 INFO STEP 4 (remove_files) COMPLETE
57692026-09-12T21:21:30.636Z[ recovery-image] Sep 12 21:21:29.560 INFO O| Sep 12 21:21:29.560 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-09-12T21:21:30.659Z[verify-libraries] Compiling generic-array v1.4.3
57712026-09-12T21:21:30.663Z[ recovery-image] Sep 12 21:21:29.591 INFO O| Sep 12 21:21:29.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57722026-09-12T21:21:30.701Z[ recovery-image] Sep 12 21:21:29.628 INFO O| Sep 12 21:21:29.628 INFO STEP 5 (remove_files) COMPLETE
57732026-09-12T21:21:30.701Z[ recovery-image] Sep 12 21:21:29.628 INFO O| Sep 12 21:21:29.628 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-12T21:21:30.704Z[verify-libraries] Compiling russh-util v0.52.0
57752026-09-12T21:21:30.711Z[ recovery-image] Sep 12 21:21:29.638 INFO O| Sep 12 21:21:29.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57762026-09-12T21:21:30.721Z[ recovery-image] Sep 12 21:21:29.648 INFO O| Sep 12 21:21:29.648 INFO STEP 6 (remove_files) COMPLETE
57772026-09-12T21:21:30.721Z[ recovery-image] Sep 12 21:21:29.648 INFO O| Sep 12 21:21:29.648 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-12T21:21:30.728Z[verify-libraries] Compiling enum_dispatch v0.3.13
57792026-09-12T21:21:30.731Z[ recovery-image] Sep 12 21:21:29.658 INFO O| Sep 12 21:21:29.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57802026-09-12T21:21:30.734Z[ recovery-image] Sep 12 21:21:29.661 INFO O| Sep 12 21:21:29.661 INFO STEP 7 (remove_files) COMPLETE
57812026-09-12T21:21:30.734Z[ recovery-image] Sep 12 21:21:29.661 INFO O| Sep 12 21:21:29.661 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-09-12T21:21:30.743Z[ recovery-image] Sep 12 21:21:29.671 INFO O| Sep 12 21:21:29.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57832026-09-12T21:21:30.752Z[verify-libraries] Compiling sapling-renderdag v0.1.0
57842026-09-12T21:21:30.760Z[ recovery-image] Sep 12 21:21:29.687 INFO O| Sep 12 21:21:29.687 INFO STEP 8 (remove_files) COMPLETE
57852026-09-12T21:21:30.760Z[ recovery-image] Sep 12 21:21:29.688 INFO O| Sep 12 21:21:29.687 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-12T21:21:30.801Z[ recovery-image] Sep 12 21:21:29.727 INFO O| Sep 12 21:21:29.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57872026-09-12T21:21:30.837Z[ recovery-image] Sep 12 21:21:29.763 INFO O| Sep 12 21:21:29.763 INFO STEP 9 (remove_files) COMPLETE
57882026-09-12T21:21:30.837Z[ recovery-image] Sep 12 21:21:29.763 INFO O| Sep 12 21:21:29.763 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-12T21:21:30.847Z[ recovery-image] Sep 12 21:21:29.774 INFO O| Sep 12 21:21:29.774 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57902026-09-12T21:21:30.847Z[ recovery-image] Sep 12 21:21:29.774 INFO O| Sep 12 21:21:29.774 INFO STEP 10 (remove_files) COMPLETE
57912026-09-12T21:21:30.847Z[ recovery-image] Sep 12 21:21:29.774 INFO O| Sep 12 21:21:29.774 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-12T21:21:30.884Z[ recovery-image] Sep 12 21:21:29.811 INFO O| Sep 12 21:21:29.811 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57932026-09-12T21:21:30.887Z[ recovery-image] Sep 12 21:21:29.812 INFO O| Sep 12 21:21:29.812 INFO STEP 11 (remove_files) COMPLETE
57942026-09-12T21:21:30.887Z[ recovery-image] Sep 12 21:21:29.812 INFO O| Sep 12 21:21:29.812 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-12T21:21:30.893Z[ recovery-image] Sep 12 21:21:29.821 INFO O| Sep 12 21:21:29.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57962026-09-12T21:21:30.896Z[verify-libraries] Compiling delegate v0.13.5
57972026-09-12T21:21:31.107Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
57982026-09-12T21:21:31.137Z[ recovery-image] Sep 12 21:21:30.065 INFO O| Sep 12 21:21:30.065 INFO STEP 12 (remove_files) COMPLETE
57992026-09-12T21:21:31.137Z[ recovery-image] Sep 12 21:21:30.065 INFO O| Sep 12 21:21:30.065 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-12T21:21:31.148Z[ recovery-image] Sep 12 21:21:30.076 INFO O| Sep 12 21:21:30.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
58012026-09-12T21:21:31.152Z[ recovery-image] Sep 12 21:21:30.078 INFO O| Sep 12 21:21:30.078 INFO STEP 13 (remove_files) COMPLETE
58022026-09-12T21:21:31.152Z[ recovery-image] Sep 12 21:21:30.078 INFO O| Sep 12 21:21:30.078 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-12T21:21:31.159Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58042026-09-12T21:21:31.162Z[ recovery-image] Sep 12 21:21:30.089 INFO O| Sep 12 21:21:30.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
58052026-09-12T21:21:31.162Z[ recovery-image] Sep 12 21:21:30.090 INFO O| Sep 12 21:21:30.090 INFO STEP 14 (remove_files) COMPLETE
58062026-09-12T21:21:31.162Z[ recovery-image] Sep 12 21:21:30.090 INFO O| Sep 12 21:21:30.090 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-12T21:21:31.173Z[ recovery-image] Sep 12 21:21:30.100 INFO O| Sep 12 21:21:30.100 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
58082026-09-12T21:21:31.173Z[ recovery-image] Sep 12 21:21:30.100 INFO O| Sep 12 21:21:30.100 INFO STEP 15 (remove_files) COMPLETE
58092026-09-12T21:21:31.173Z[ recovery-image] Sep 12 21:21:30.100 INFO O| Sep 12 21:21:30.100 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-12T21:21:31.182Z[ recovery-image] Sep 12 21:21:30.110 INFO O| Sep 12 21:21:30.110 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
58112026-09-12T21:21:31.185Z[ recovery-image] Sep 12 21:21:30.111 INFO O| Sep 12 21:21:30.111 INFO STEP 16 (remove_files) COMPLETE
58122026-09-12T21:21:31.185Z[ recovery-image] Sep 12 21:21:30.111 INFO O| Sep 12 21:21:30.111 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-12T21:21:31.194Z[ recovery-image] Sep 12 21:21:30.121 INFO O| Sep 12 21:21:30.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
58142026-09-12T21:21:31.201Z[ recovery-image] Sep 12 21:21:30.129 INFO O| Sep 12 21:21:30.129 INFO STEP 17 (remove_files) COMPLETE
58152026-09-12T21:21:31.203Z[ recovery-image] Sep 12 21:21:30.129 INFO O| Sep 12 21:21:30.129 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-09-12T21:21:31.212Z[ recovery-image] Sep 12 21:21:30.139 INFO O| Sep 12 21:21:30.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
58172026-09-12T21:21:31.212Z[ recovery-image] Sep 12 21:21:30.139 INFO O| Sep 12 21:21:30.139 INFO STEP 18 (remove_files) COMPLETE
58182026-09-12T21:21:31.212Z[ recovery-image] Sep 12 21:21:30.139 INFO O| Sep 12 21:21:30.139 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-09-12T21:21:31.221Z[ recovery-image] Sep 12 21:21:30.148 INFO O| Sep 12 21:21:30.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
58202026-09-12T21:21:31.224Z[ recovery-image] Sep 12 21:21:30.149 INFO O| Sep 12 21:21:30.149 INFO STEP 19 (remove_files) COMPLETE
58212026-09-12T21:21:31.224Z[ recovery-image] Sep 12 21:21:30.149 INFO O| Sep 12 21:21:30.149 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-09-12T21:21:31.227Z[verify-libraries] Compiling hex-literal v1.1.0
58232026-09-12T21:21:31.232Z[ recovery-image] Sep 12 21:21:30.160 INFO O| Sep 12 21:21:30.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
58242026-09-12T21:21:31.270Z[ recovery-image] Sep 12 21:21:30.197 INFO O| Sep 12 21:21:30.197 INFO STEP 20 (remove_files) COMPLETE
58252026-09-12T21:21:31.270Z[ recovery-image] Sep 12 21:21:30.197 INFO O| Sep 12 21:21:30.197 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-12T21:21:31.283Z[ recovery-image] Sep 12 21:21:30.209 INFO O| Sep 12 21:21:30.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
58272026-09-12T21:21:31.287Z[ recovery-image] Sep 12 21:21:30.210 INFO O| Sep 12 21:21:30.210 INFO STEP 21 (remove_files) COMPLETE
58282026-09-12T21:21:31.287Z[ recovery-image] Sep 12 21:21:30.210 INFO O| Sep 12 21:21:30.210 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-12T21:21:31.293Z[verify-libraries] Compiling sync-ptr v0.1.4
58302026-09-12T21:21:31.296Z[ recovery-image] Sep 12 21:21:30.221 INFO O| Sep 12 21:21:30.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
58312026-09-12T21:21:31.296Z[ recovery-image] Sep 12 21:21:30.222 INFO O| Sep 12 21:21:30.222 INFO STEP 22 (remove_files) COMPLETE
58322026-09-12T21:21:31.296Z[ recovery-image] Sep 12 21:21:30.222 INFO O| Sep 12 21:21:30.222 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-12T21:21:31.304Z[ recovery-image] Sep 12 21:21:30.232 INFO O| Sep 12 21:21:30.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
58342026-09-12T21:21:31.307Z[ recovery-image] Sep 12 21:21:30.232 INFO O| Sep 12 21:21:30.232 INFO STEP 23 (remove_files) COMPLETE
58352026-09-12T21:21:31.307Z[ recovery-image] Sep 12 21:21:30.232 INFO O| Sep 12 21:21:30.232 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-09-12T21:21:31.314Z[ recovery-image] Sep 12 21:21:30.241 INFO O| Sep 12 21:21:30.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
58372026-09-12T21:21:31.314Z[ recovery-image] Sep 12 21:21:30.241 INFO O| Sep 12 21:21:30.241 INFO STEP 24 (remove_files) COMPLETE
58382026-09-12T21:21:31.314Z[ recovery-image] Sep 12 21:21:30.241 INFO O| Sep 12 21:21:30.241 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-09-12T21:21:31.323Z[ recovery-image] Sep 12 21:21:30.251 INFO O| Sep 12 21:21:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
58402026-09-12T21:21:31.323Z[ recovery-image] Sep 12 21:21:30.251 INFO O| Sep 12 21:21:30.251 INFO STEP 25 (remove_files) COMPLETE
58412026-09-12T21:21:31.323Z[ recovery-image] Sep 12 21:21:30.251 INFO O| Sep 12 21:21:30.251 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-09-12T21:21:31.333Z[ recovery-image] Sep 12 21:21:30.261 INFO O| Sep 12 21:21:30.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
58432026-09-12T21:21:31.333Z[ recovery-image] Sep 12 21:21:30.261 INFO O| Sep 12 21:21:30.261 INFO STEP 26 (remove_files) COMPLETE
58442026-09-12T21:21:31.336Z[ recovery-image] Sep 12 21:21:30.261 INFO O| Sep 12 21:21:30.261 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-09-12T21:21:31.343Z[ recovery-image] Sep 12 21:21:30.271 INFO O| Sep 12 21:21:30.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58462026-09-12T21:21:31.343Z[ recovery-image] Sep 12 21:21:30.271 INFO O| Sep 12 21:21:30.271 INFO STEP 27 (remove_files) COMPLETE
58472026-09-12T21:21:31.343Z[ recovery-image] Sep 12 21:21:30.271 INFO O| Sep 12 21:21:30.271 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-09-12T21:21:31.353Z[ recovery-image] Sep 12 21:21:30.280 INFO O| Sep 12 21:21:30.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58492026-09-12T21:21:31.353Z[ recovery-image] Sep 12 21:21:30.280 INFO O| Sep 12 21:21:30.280 INFO STEP 28 (remove_files) COMPLETE
58502026-09-12T21:21:31.353Z[ recovery-image] Sep 12 21:21:30.280 INFO O| Sep 12 21:21:30.280 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-09-12T21:21:31.367Z[ recovery-image] Sep 12 21:21:30.289 INFO O| Sep 12 21:21:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58522026-09-12T21:21:31.367Z[ recovery-image] Sep 12 21:21:30.289 INFO O| Sep 12 21:21:30.289 INFO STEP 29 (remove_files) COMPLETE
58532026-09-12T21:21:31.367Z[ recovery-image] Sep 12 21:21:30.289 INFO O| Sep 12 21:21:30.289 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-09-12T21:21:31.371Z[ recovery-image] Sep 12 21:21:30.298 INFO O| Sep 12 21:21:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58552026-09-12T21:21:31.371Z[ recovery-image] Sep 12 21:21:30.298 INFO O| Sep 12 21:21:30.298 INFO STEP 30 (remove_files) COMPLETE
58562026-09-12T21:21:31.371Z[ recovery-image] Sep 12 21:21:30.298 INFO O| Sep 12 21:21:30.298 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-09-12T21:21:31.379Z[ recovery-image] Sep 12 21:21:30.306 INFO O| Sep 12 21:21:30.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58582026-09-12T21:21:31.379Z[ recovery-image] Sep 12 21:21:30.307 INFO O| Sep 12 21:21:30.306 INFO STEP 31 (remove_files) COMPLETE
58592026-09-12T21:21:31.382Z[ recovery-image] Sep 12 21:21:30.307 INFO O| Sep 12 21:21:30.307 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-09-12T21:21:31.385Z[verify-libraries] Compiling md5 v0.8.0
58612026-09-12T21:21:31.389Z[ recovery-image] Sep 12 21:21:30.317 INFO O| Sep 12 21:21:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58622026-09-12T21:21:31.393Z[ recovery-image] Sep 12 21:21:30.318 INFO O| Sep 12 21:21:30.318 INFO STEP 32 (remove_files) COMPLETE
58632026-09-12T21:21:31.393Z[ recovery-image] Sep 12 21:21:30.318 INFO O| Sep 12 21:21:30.318 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-12T21:21:31.400Z[ recovery-image] Sep 12 21:21:30.327 INFO O| Sep 12 21:21:30.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
58652026-09-12T21:21:31.403Z[ recovery-image] Sep 12 21:21:30.328 INFO O| Sep 12 21:21:30.328 INFO STEP 33 (remove_files) COMPLETE
58662026-09-12T21:21:31.403Z[ recovery-image] Sep 12 21:21:30.328 INFO O| Sep 12 21:21:30.328 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-12T21:21:31.410Z[ recovery-image] Sep 12 21:21:30.338 INFO O| Sep 12 21:21:30.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
58682026-09-12T21:21:31.410Z[ recovery-image] Sep 12 21:21:30.338 INFO O| Sep 12 21:21:30.338 INFO STEP 34 (remove_files) COMPLETE
58692026-09-12T21:21:31.413Z[ recovery-image] Sep 12 21:21:30.338 INFO O| Sep 12 21:21:30.338 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-12T21:21:31.420Z[ recovery-image] Sep 12 21:21:30.348 INFO O| Sep 12 21:21:30.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
58712026-09-12T21:21:31.420Z[ recovery-image] Sep 12 21:21:30.348 INFO O| Sep 12 21:21:30.348 INFO STEP 35 (remove_files) COMPLETE
58722026-09-12T21:21:31.423Z[ recovery-image] Sep 12 21:21:30.348 INFO O| Sep 12 21:21:30.348 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-12T21:21:31.432Z[ recovery-image] Sep 12 21:21:30.357 INFO O| Sep 12 21:21:30.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58742026-09-12T21:21:31.433Z[ recovery-image] Sep 12 21:21:30.357 INFO O| Sep 12 21:21:30.357 INFO STEP 36 (remove_files) COMPLETE
58752026-09-12T21:21:31.436Z[ recovery-image] Sep 12 21:21:30.357 INFO O| Sep 12 21:21:30.357 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-12T21:21:31.439Z[ recovery-image] Sep 12 21:21:30.365 INFO O| Sep 12 21:21:30.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58772026-09-12T21:21:31.440Z[ recovery-image] Sep 12 21:21:30.366 INFO O| Sep 12 21:21:30.366 INFO STEP 37 (remove_files) COMPLETE
58782026-09-12T21:21:31.440Z[ recovery-image] Sep 12 21:21:30.366 INFO O| Sep 12 21:21:30.366 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-12T21:21:31.446Z[ recovery-image] Sep 12 21:21:30.374 INFO O| Sep 12 21:21:30.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58802026-09-12T21:21:31.446Z[ recovery-image] Sep 12 21:21:30.374 INFO O| Sep 12 21:21:30.374 INFO STEP 38 (remove_files) COMPLETE
58812026-09-12T21:21:31.449Z[ recovery-image] Sep 12 21:21:30.374 INFO O| Sep 12 21:21:30.374 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-12T21:21:31.454Z[ recovery-image] Sep 12 21:21:30.382 INFO O| Sep 12 21:21:30.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58832026-09-12T21:21:31.454Z[ recovery-image] Sep 12 21:21:30.382 INFO O| Sep 12 21:21:30.382 INFO STEP 39 (remove_files) COMPLETE
58842026-09-12T21:21:31.454Z[ recovery-image] Sep 12 21:21:30.382 INFO O| Sep 12 21:21:30.382 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-12T21:21:31.463Z[ recovery-image] Sep 12 21:21:30.390 INFO O| Sep 12 21:21:30.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58862026-09-12T21:21:31.463Z[ recovery-image] Sep 12 21:21:30.390 INFO O| Sep 12 21:21:30.390 INFO STEP 40 (remove_files) COMPLETE
58872026-09-12T21:21:31.463Z[ recovery-image] Sep 12 21:21:30.390 INFO O| Sep 12 21:21:30.390 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-12T21:21:31.483Z[ recovery-image] Sep 12 21:21:30.410 INFO O| Sep 12 21:21:30.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58892026-09-12T21:21:31.483Z[ recovery-image] Sep 12 21:21:30.410 INFO O| Sep 12 21:21:30.410 INFO STEP 41 (remove_files) COMPLETE
58902026-09-12T21:21:31.484Z[ recovery-image] Sep 12 21:21:30.411 INFO O| Sep 12 21:21:30.411 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-12T21:21:31.496Z[ recovery-image] Sep 12 21:21:30.420 INFO O| Sep 12 21:21:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58922026-09-12T21:21:31.496Z[ recovery-image] Sep 12 21:21:30.420 INFO O| Sep 12 21:21:30.420 INFO STEP 42 (remove_files) COMPLETE
58932026-09-12T21:21:31.496Z[ recovery-image] Sep 12 21:21:30.420 INFO O| Sep 12 21:21:30.420 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-12T21:21:31.499Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
58952026-09-12T21:21:31.503Z[ recovery-image] Sep 12 21:21:30.428 INFO O| Sep 12 21:21:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58962026-09-12T21:21:31.503Z[ recovery-image] Sep 12 21:21:30.428 INFO O| Sep 12 21:21:30.428 INFO STEP 43 (remove_files) COMPLETE
58972026-09-12T21:21:31.503Z[ recovery-image] Sep 12 21:21:30.428 INFO O| Sep 12 21:21:30.428 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-09-12T21:21:31.508Z[ recovery-image] Sep 12 21:21:30.436 INFO O| Sep 12 21:21:30.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58992026-09-12T21:21:31.508Z[ recovery-image] Sep 12 21:21:30.436 INFO O| Sep 12 21:21:30.436 INFO STEP 44 (remove_files) COMPLETE
59002026-09-12T21:21:31.512Z[ recovery-image] Sep 12 21:21:30.436 INFO O| Sep 12 21:21:30.436 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-12T21:21:31.517Z[ recovery-image] Sep 12 21:21:30.445 INFO O| Sep 12 21:21:30.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
59022026-09-12T21:21:31.517Z[ recovery-image] Sep 12 21:21:30.445 INFO O| Sep 12 21:21:30.445 INFO STEP 45 (remove_files) COMPLETE
59032026-09-12T21:21:31.520Z[ recovery-image] Sep 12 21:21:30.445 INFO O| Sep 12 21:21:30.445 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-12T21:21:31.527Z[ recovery-image] Sep 12 21:21:30.453 INFO O| Sep 12 21:21:30.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
59052026-09-12T21:21:31.528Z[ recovery-image] Sep 12 21:21:30.453 INFO O| Sep 12 21:21:30.453 INFO STEP 46 (remove_files) COMPLETE
59062026-09-12T21:21:31.528Z[ recovery-image] Sep 12 21:21:30.453 INFO O| Sep 12 21:21:30.453 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-12T21:21:31.544Z[ recovery-image] Sep 12 21:21:30.472 INFO O| Sep 12 21:21:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
59082026-09-12T21:21:31.544Z[ recovery-image] Sep 12 21:21:30.472 INFO O| Sep 12 21:21:30.472 INFO STEP 47 (remove_files) COMPLETE
59092026-09-12T21:21:31.544Z[ recovery-image] Sep 12 21:21:30.472 INFO O| Sep 12 21:21:30.472 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-12T21:21:31.554Z[ recovery-image] Sep 12 21:21:30.481 INFO O| Sep 12 21:21:30.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
59112026-09-12T21:21:31.554Z[ recovery-image] Sep 12 21:21:30.481 INFO O| Sep 12 21:21:30.481 INFO STEP 48 (remove_files) COMPLETE
59122026-09-12T21:21:31.557Z[ recovery-image] Sep 12 21:21:30.481 INFO O| Sep 12 21:21:30.481 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-12T21:21:31.563Z[ recovery-image] Sep 12 21:21:30.491 INFO O| Sep 12 21:21:30.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
59142026-09-12T21:21:31.563Z[ recovery-image] Sep 12 21:21:30.491 INFO O| Sep 12 21:21:30.491 INFO STEP 49 (remove_files) COMPLETE
59152026-09-12T21:21:31.566Z[ recovery-image] Sep 12 21:21:30.491 INFO O| Sep 12 21:21:30.491 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-12T21:21:31.572Z[ recovery-image] Sep 12 21:21:30.500 INFO O| Sep 12 21:21:30.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
59172026-09-12T21:21:31.596Z[ recovery-image] Sep 12 21:21:30.524 INFO O| Sep 12 21:21:30.524 INFO STEP 50 (remove_files) COMPLETE
59182026-09-12T21:21:31.596Z[ recovery-image] Sep 12 21:21:30.524 INFO O| Sep 12 21:21:30.524 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-12T21:21:31.607Z[ recovery-image] Sep 12 21:21:30.534 INFO O| Sep 12 21:21:30.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
59202026-09-12T21:21:31.629Z[ recovery-image] Sep 12 21:21:30.557 INFO O| Sep 12 21:21:30.557 INFO STEP 51 (remove_files) COMPLETE
59212026-09-12T21:21:31.629Z[ recovery-image] Sep 12 21:21:30.557 INFO O| Sep 12 21:21:30.557 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-12T21:21:31.639Z[ recovery-image] Sep 12 21:21:30.567 INFO O| Sep 12 21:21:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
59232026-09-12T21:21:31.639Z[ recovery-image] Sep 12 21:21:30.567 INFO O| Sep 12 21:21:30.567 INFO STEP 52 (remove_files) COMPLETE
59242026-09-12T21:21:31.642Z[ recovery-image] Sep 12 21:21:30.567 INFO O| Sep 12 21:21:30.567 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-12T21:21:31.663Z[ recovery-image] Sep 12 21:21:30.590 INFO O| Sep 12 21:21:30.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
59262026-09-12T21:21:31.663Z[ recovery-image] Sep 12 21:21:30.590 INFO O| Sep 12 21:21:30.590 INFO STEP 53 (remove_files) COMPLETE
59272026-09-12T21:21:31.663Z[ recovery-image] Sep 12 21:21:30.590 INFO O| Sep 12 21:21:30.590 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-12T21:21:31.675Z[ recovery-image] Sep 12 21:21:30.600 INFO O| Sep 12 21:21:30.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
59292026-09-12T21:21:31.675Z[ recovery-image] Sep 12 21:21:30.600 INFO O| Sep 12 21:21:30.600 INFO STEP 54 (remove_files) COMPLETE
59302026-09-12T21:21:31.678Z[ recovery-image] Sep 12 21:21:30.600 INFO O| Sep 12 21:21:30.600 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-12T21:21:31.682Z[ recovery-image] Sep 12 21:21:30.610 INFO O| Sep 12 21:21:30.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
59322026-09-12T21:21:31.682Z[ recovery-image] Sep 12 21:21:30.610 INFO O| Sep 12 21:21:30.610 INFO STEP 55 (remove_files) COMPLETE
59332026-09-12T21:21:31.686Z[ recovery-image] Sep 12 21:21:30.610 INFO O| Sep 12 21:21:30.610 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-12T21:21:31.691Z[ recovery-image] Sep 12 21:21:30.619 INFO O| Sep 12 21:21:30.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
59352026-09-12T21:21:31.696Z[ recovery-image] Sep 12 21:21:30.620 INFO O| Sep 12 21:21:30.620 INFO STEP 56 (remove_files) COMPLETE
59362026-09-12T21:21:31.696Z[ recovery-image] Sep 12 21:21:30.620 INFO O| Sep 12 21:21:30.620 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-12T21:21:31.706Z[ recovery-image] Sep 12 21:21:30.634 INFO O| Sep 12 21:21:30.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
59382026-09-12T21:21:31.706Z[ recovery-image] Sep 12 21:21:30.634 INFO O| Sep 12 21:21:30.632 INFO STEP 57 (remove_files) COMPLETE
59392026-09-12T21:21:31.706Z[ recovery-image] Sep 12 21:21:30.634 INFO O| Sep 12 21:21:30.632 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-12T21:21:31.725Z[ recovery-image] Sep 12 21:21:30.643 INFO O| Sep 12 21:21:30.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
59412026-09-12T21:21:31.726Z[ recovery-image] Sep 12 21:21:30.643 INFO O| Sep 12 21:21:30.643 INFO STEP 58 (remove_files) COMPLETE
59422026-09-12T21:21:31.726Z[ recovery-image] Sep 12 21:21:30.643 INFO O| Sep 12 21:21:30.643 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-09-12T21:21:31.726Z[ recovery-image] Sep 12 21:21:30.652 INFO O| Sep 12 21:21:30.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
59442026-09-12T21:21:31.726Z[ recovery-image] Sep 12 21:21:30.652 INFO O| Sep 12 21:21:30.652 INFO STEP 59 (remove_files) COMPLETE
59452026-09-12T21:21:31.726Z[ recovery-image] Sep 12 21:21:30.652 INFO O| Sep 12 21:21:30.652 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-09-12T21:21:31.734Z[ recovery-image] Sep 12 21:21:30.661 INFO O| Sep 12 21:21:30.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59472026-09-12T21:21:31.734Z[ recovery-image] Sep 12 21:21:30.661 INFO O| Sep 12 21:21:30.661 INFO STEP 60 (remove_files) COMPLETE
59482026-09-12T21:21:31.737Z[ recovery-image] Sep 12 21:21:30.661 INFO O| Sep 12 21:21:30.661 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-09-12T21:21:31.741Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59502026-09-12T21:21:31.744Z[ recovery-image] Sep 12 21:21:30.671 INFO O| Sep 12 21:21:30.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59512026-09-12T21:21:31.744Z[ recovery-image] Sep 12 21:21:30.671 INFO O| Sep 12 21:21:30.671 INFO STEP 61 (remove_files) COMPLETE
59522026-09-12T21:21:31.744Z[ recovery-image] Sep 12 21:21:30.671 INFO O| Sep 12 21:21:30.671 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-12T21:21:31.753Z[ recovery-image] Sep 12 21:21:30.680 INFO O| Sep 12 21:21:30.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59542026-09-12T21:21:31.753Z[ recovery-image] Sep 12 21:21:30.680 INFO O| Sep 12 21:21:30.680 INFO STEP 62 (remove_files) COMPLETE
59552026-09-12T21:21:31.753Z[ recovery-image] Sep 12 21:21:30.680 INFO O| Sep 12 21:21:30.680 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-12T21:21:31.764Z[ recovery-image] Sep 12 21:21:30.689 INFO O| Sep 12 21:21:30.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59572026-09-12T21:21:31.764Z[ recovery-image] Sep 12 21:21:30.689 INFO O| Sep 12 21:21:30.689 INFO STEP 63 (remove_files) COMPLETE
59582026-09-12T21:21:31.764Z[ recovery-image] Sep 12 21:21:30.689 INFO O| Sep 12 21:21:30.689 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-12T21:21:31.771Z[ recovery-image] Sep 12 21:21:30.699 INFO O| Sep 12 21:21:30.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
59602026-09-12T21:21:31.774Z[ recovery-image] Sep 12 21:21:30.700 INFO O| Sep 12 21:21:30.699 INFO STEP 64 (remove_files) COMPLETE
59612026-09-12T21:21:31.774Z[ recovery-image] Sep 12 21:21:30.700 INFO O| Sep 12 21:21:30.700 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-12T21:21:31.783Z[ recovery-image] Sep 12 21:21:30.710 INFO O| Sep 12 21:21:30.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
59632026-09-12T21:21:31.783Z[ recovery-image] Sep 12 21:21:30.710 INFO O| Sep 12 21:21:30.710 INFO STEP 65 (remove_files) COMPLETE
59642026-09-12T21:21:31.783Z[ recovery-image] Sep 12 21:21:30.710 INFO O| Sep 12 21:21:30.710 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-12T21:21:31.788Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59662026-09-12T21:21:31.794Z[ recovery-image] Sep 12 21:21:30.721 INFO O| Sep 12 21:21:30.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
59672026-09-12T21:21:31.794Z[ recovery-image] Sep 12 21:21:30.721 INFO O| Sep 12 21:21:30.721 INFO STEP 66 (remove_files) COMPLETE
59682026-09-12T21:21:31.794Z[ recovery-image] Sep 12 21:21:30.721 INFO O| Sep 12 21:21:30.721 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-12T21:21:31.804Z[ recovery-image] Sep 12 21:21:30.731 INFO O| Sep 12 21:21:30.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
59702026-09-12T21:21:31.804Z[ recovery-image] Sep 12 21:21:30.731 INFO O| Sep 12 21:21:30.731 INFO STEP 67 (remove_files) COMPLETE
59712026-09-12T21:21:31.804Z[ recovery-image] Sep 12 21:21:30.731 INFO O| Sep 12 21:21:30.731 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-12T21:21:31.814Z[ recovery-image] Sep 12 21:21:30.742 INFO O| Sep 12 21:21:30.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
59732026-09-12T21:21:31.814Z[ recovery-image] Sep 12 21:21:30.742 INFO O| Sep 12 21:21:30.742 INFO STEP 68 (remove_files) COMPLETE
59742026-09-12T21:21:31.814Z[ recovery-image] Sep 12 21:21:30.742 INFO O| Sep 12 21:21:30.742 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-12T21:21:31.823Z[ recovery-image] Sep 12 21:21:30.750 INFO O| Sep 12 21:21:30.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59762026-09-12T21:21:31.823Z[ recovery-image] Sep 12 21:21:30.750 INFO O| Sep 12 21:21:30.750 INFO STEP 69 (remove_files) COMPLETE
59772026-09-12T21:21:31.826Z[ recovery-image] Sep 12 21:21:30.750 INFO O| Sep 12 21:21:30.750 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-12T21:21:31.830Z[ recovery-image] Sep 12 21:21:30.758 INFO O| Sep 12 21:21:30.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59792026-09-12T21:21:31.830Z[ recovery-image] Sep 12 21:21:30.758 INFO O| Sep 12 21:21:30.758 INFO STEP 70 (remove_files) COMPLETE
59802026-09-12T21:21:31.831Z[ recovery-image] Sep 12 21:21:30.758 INFO O| Sep 12 21:21:30.758 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-12T21:21:31.841Z[ recovery-image] Sep 12 21:21:30.769 INFO O| Sep 12 21:21:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59822026-09-12T21:21:31.841Z[ recovery-image] Sep 12 21:21:30.769 INFO O| Sep 12 21:21:30.769 INFO STEP 71 (remove_files) COMPLETE
59832026-09-12T21:21:31.841Z[ recovery-image] Sep 12 21:21:30.769 INFO O| Sep 12 21:21:30.769 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-12T21:21:31.852Z[ recovery-image] Sep 12 21:21:30.779 INFO O| Sep 12 21:21:30.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59852026-09-12T21:21:31.852Z[ recovery-image] Sep 12 21:21:30.779 INFO O| Sep 12 21:21:30.779 INFO STEP 72 (remove_files) COMPLETE
59862026-09-12T21:21:31.852Z[ recovery-image] Sep 12 21:21:30.779 INFO O| Sep 12 21:21:30.779 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-12T21:21:31.859Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59882026-09-12T21:21:31.862Z[ recovery-image] Sep 12 21:21:30.789 INFO O| Sep 12 21:21:30.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59892026-09-12T21:21:31.862Z[ recovery-image] Sep 12 21:21:30.789 INFO O| Sep 12 21:21:30.789 INFO STEP 73 (remove_files) COMPLETE
59902026-09-12T21:21:31.862Z[ recovery-image] Sep 12 21:21:30.789 INFO O| Sep 12 21:21:30.789 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-09-12T21:21:31.871Z[ recovery-image] Sep 12 21:21:30.798 INFO O| Sep 12 21:21:30.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59922026-09-12T21:21:31.871Z[ recovery-image] Sep 12 21:21:30.798 INFO O| Sep 12 21:21:30.798 INFO STEP 74 (remove_files) COMPLETE
59932026-09-12T21:21:31.871Z[ recovery-image] Sep 12 21:21:30.798 INFO O| Sep 12 21:21:30.798 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-09-12T21:21:31.880Z[ recovery-image] Sep 12 21:21:30.808 INFO O| Sep 12 21:21:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59952026-09-12T21:21:31.880Z[ recovery-image] Sep 12 21:21:30.808 INFO O| Sep 12 21:21:30.808 INFO STEP 75 (remove_files) COMPLETE
59962026-09-12T21:21:31.886Z[ recovery-image] Sep 12 21:21:30.808 INFO O| Sep 12 21:21:30.808 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-09-12T21:21:31.890Z[ recovery-image] Sep 12 21:21:30.817 INFO O| Sep 12 21:21:30.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59982026-09-12T21:21:31.890Z[ recovery-image] Sep 12 21:21:30.817 INFO O| Sep 12 21:21:30.817 INFO STEP 76 (remove_files) COMPLETE
59992026-09-12T21:21:31.890Z[ recovery-image] Sep 12 21:21:30.817 INFO O| Sep 12 21:21:30.817 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-09-12T21:21:31.900Z[ recovery-image] Sep 12 21:21:30.827 INFO O| Sep 12 21:21:30.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
60012026-09-12T21:21:31.900Z[ recovery-image] Sep 12 21:21:30.827 INFO O| Sep 12 21:21:30.827 INFO STEP 77 (remove_files) COMPLETE
60022026-09-12T21:21:31.906Z[ recovery-image] Sep 12 21:21:30.827 INFO O| Sep 12 21:21:30.827 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-09-12T21:21:31.990Z[ recovery-image] Sep 12 21:21:30.917 INFO O| Sep 12 21:21:30.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
60042026-09-12T21:21:31.990Z[ recovery-image] Sep 12 21:21:30.917 INFO O| Sep 12 21:21:30.917 INFO STEP 78 (remove_files) COMPLETE
60052026-09-12T21:21:31.994Z[ recovery-image] Sep 12 21:21:30.917 INFO O| Sep 12 21:21:30.917 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-09-12T21:21:32.001Z[ recovery-image] Sep 12 21:21:30.928 INFO O| Sep 12 21:21:30.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
60072026-09-12T21:21:32.001Z[ recovery-image] Sep 12 21:21:30.928 INFO O| Sep 12 21:21:30.928 INFO STEP 79 (remove_files) COMPLETE
60082026-09-12T21:21:32.001Z[ recovery-image] Sep 12 21:21:30.928 INFO O| Sep 12 21:21:30.928 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-09-12T21:21:32.011Z[ recovery-image] Sep 12 21:21:30.938 INFO O| Sep 12 21:21:30.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
60102026-09-12T21:21:32.012Z[ recovery-image] Sep 12 21:21:30.939 INFO O| Sep 12 21:21:30.939 INFO STEP 80 (remove_files) COMPLETE
60112026-09-12T21:21:32.012Z[ recovery-image] Sep 12 21:21:30.939 INFO O| Sep 12 21:21:30.939 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-09-12T21:21:32.024Z[ recovery-image] Sep 12 21:21:30.952 INFO O| Sep 12 21:21:30.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
60132026-09-12T21:21:32.024Z[ recovery-image] Sep 12 21:21:30.952 INFO O| Sep 12 21:21:30.952 INFO STEP 81 (remove_files) COMPLETE
60142026-09-12T21:21:32.027Z[ recovery-image] Sep 12 21:21:30.952 INFO O| Sep 12 21:21:30.952 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-09-12T21:21:32.035Z[ recovery-image] Sep 12 21:21:30.962 INFO O| Sep 12 21:21:30.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
60162026-09-12T21:21:32.035Z[ recovery-image] Sep 12 21:21:30.962 INFO O| Sep 12 21:21:30.962 INFO STEP 82 (remove_files) COMPLETE
60172026-09-12T21:21:32.035Z[ recovery-image] Sep 12 21:21:30.962 INFO O| Sep 12 21:21:30.962 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-09-12T21:21:32.044Z[ recovery-image] Sep 12 21:21:30.972 INFO O| Sep 12 21:21:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
60192026-09-12T21:21:32.047Z[ recovery-image] Sep 12 21:21:30.974 INFO O| Sep 12 21:21:30.974 INFO STEP 83 (remove_files) COMPLETE
60202026-09-12T21:21:32.047Z[ recovery-image] Sep 12 21:21:30.974 INFO O| Sep 12 21:21:30.974 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-09-12T21:21:32.056Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
60222026-09-12T21:21:32.059Z[ recovery-image] Sep 12 21:21:30.984 INFO O| Sep 12 21:21:30.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
60232026-09-12T21:21:32.059Z[ recovery-image] Sep 12 21:21:30.984 INFO O| Sep 12 21:21:30.984 INFO STEP 84 (remove_files) COMPLETE
60242026-09-12T21:21:32.059Z[ recovery-image] Sep 12 21:21:30.984 INFO O| Sep 12 21:21:30.984 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-12T21:21:32.066Z[ recovery-image] Sep 12 21:21:30.994 INFO O| Sep 12 21:21:30.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
60262026-09-12T21:21:32.066Z[ recovery-image] Sep 12 21:21:30.994 INFO O| Sep 12 21:21:30.994 INFO STEP 85 (remove_files) COMPLETE
60272026-09-12T21:21:32.066Z[ recovery-image] Sep 12 21:21:30.994 INFO O| Sep 12 21:21:30.994 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-12T21:21:32.076Z[ recovery-image] Sep 12 21:21:31.003 INFO O| Sep 12 21:21:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
60292026-09-12T21:21:32.076Z[ recovery-image] Sep 12 21:21:31.003 INFO O| Sep 12 21:21:31.003 INFO STEP 86 (remove_files) COMPLETE
60302026-09-12T21:21:32.079Z[ recovery-image] Sep 12 21:21:31.003 INFO O| Sep 12 21:21:31.003 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-12T21:21:32.083Z[verify-libraries] Compiling russh v0.62.4
60322026-09-12T21:21:32.087Z[ recovery-image] Sep 12 21:21:31.014 INFO O| Sep 12 21:21:31.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
60332026-09-12T21:21:32.087Z[ recovery-image] Sep 12 21:21:31.014 INFO O| Sep 12 21:21:31.014 INFO STEP 87 (remove_files) COMPLETE
60342026-09-12T21:21:32.087Z[ recovery-image] Sep 12 21:21:31.014 INFO O| Sep 12 21:21:31.014 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-09-12T21:21:32.096Z[ recovery-image] Sep 12 21:21:31.023 INFO O| Sep 12 21:21:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
60362026-09-12T21:21:32.096Z[ recovery-image] Sep 12 21:21:31.024 INFO O| Sep 12 21:21:31.023 INFO STEP 88 (remove_files) COMPLETE
60372026-09-12T21:21:32.096Z[ recovery-image] Sep 12 21:21:31.024 INFO O| Sep 12 21:21:31.023 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-09-12T21:21:32.106Z[ recovery-image] Sep 12 21:21:31.033 INFO O| Sep 12 21:21:31.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
60392026-09-12T21:21:32.110Z[ recovery-image] Sep 12 21:21:31.037 INFO O| Sep 12 21:21:31.037 INFO STEP 89 (remove_files) COMPLETE
60402026-09-12T21:21:32.110Z[ recovery-image] Sep 12 21:21:31.037 INFO O| Sep 12 21:21:31.037 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-09-12T21:21:32.120Z[ recovery-image] Sep 12 21:21:31.047 INFO O| Sep 12 21:21:31.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
60422026-09-12T21:21:32.120Z[ recovery-image] Sep 12 21:21:31.047 INFO O| Sep 12 21:21:31.047 INFO STEP 90 (remove_files) COMPLETE
60432026-09-12T21:21:32.120Z[ recovery-image] Sep 12 21:21:31.047 INFO O| Sep 12 21:21:31.047 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-09-12T21:21:32.129Z[ recovery-image] Sep 12 21:21:31.057 INFO O| Sep 12 21:21:31.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
60452026-09-12T21:21:32.136Z[ recovery-image] Sep 12 21:21:31.063 INFO O| Sep 12 21:21:31.063 INFO STEP 91 (remove_files) COMPLETE
60462026-09-12T21:21:32.136Z[ recovery-image] Sep 12 21:21:31.063 INFO O| Sep 12 21:21:31.063 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-09-12T21:21:32.146Z[ recovery-image] Sep 12 21:21:31.073 INFO O| Sep 12 21:21:31.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
60482026-09-12T21:21:32.146Z[ recovery-image] Sep 12 21:21:31.073 INFO O| Sep 12 21:21:31.073 INFO STEP 92 (remove_files) COMPLETE
60492026-09-12T21:21:32.146Z[ recovery-image] Sep 12 21:21:31.073 INFO O| Sep 12 21:21:31.073 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-09-12T21:21:32.155Z[ recovery-image] Sep 12 21:21:31.083 INFO O| Sep 12 21:21:31.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60512026-09-12T21:21:32.155Z[ recovery-image] Sep 12 21:21:31.083 INFO O| Sep 12 21:21:31.083 INFO STEP 93 (remove_files) COMPLETE
60522026-09-12T21:21:32.155Z[ recovery-image] Sep 12 21:21:31.083 INFO O| Sep 12 21:21:31.083 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-09-12T21:21:32.164Z[ recovery-image] Sep 12 21:21:31.092 INFO O| Sep 12 21:21:31.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
60542026-09-12T21:21:32.167Z[ recovery-image] Sep 12 21:21:31.092 INFO O| Sep 12 21:21:31.092 INFO STEP 94 (remove_files) COMPLETE
60552026-09-12T21:21:32.167Z[ recovery-image] Sep 12 21:21:31.092 INFO O| Sep 12 21:21:31.092 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-09-12T21:21:32.175Z[ recovery-image] Sep 12 21:21:31.102 INFO O| Sep 12 21:21:31.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
60572026-09-12T21:21:32.178Z[ recovery-image] Sep 12 21:21:31.103 INFO O| Sep 12 21:21:31.103 INFO STEP 95 (remove_files) COMPLETE
60582026-09-12T21:21:32.178Z[ recovery-image] Sep 12 21:21:31.103 INFO O| Sep 12 21:21:31.103 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-09-12T21:21:32.186Z[ recovery-image] Sep 12 21:21:31.113 INFO O| Sep 12 21:21:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
60602026-09-12T21:21:32.186Z[ recovery-image] Sep 12 21:21:31.113 INFO O| Sep 12 21:21:31.113 INFO STEP 96 (remove_files) COMPLETE
60612026-09-12T21:21:32.186Z[ recovery-image] Sep 12 21:21:31.113 INFO O| Sep 12 21:21:31.113 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.124 INFO O| Sep 12 21:21:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
60632026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.125 INFO O| Sep 12 21:21:31.125 INFO STEP 97 (remove_files) COMPLETE
60642026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.125 INFO O| Sep 12 21:21:31.125 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.134 INFO O| Sep 12 21:21:31.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
60662026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.134 INFO O| Sep 12 21:21:31.134 INFO STEP 98 (remove_files) COMPLETE
60672026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.134 INFO O| Sep 12 21:21:31.134 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-09-12T21:21:32.240Z[ recovery-image] Sep 12 21:21:31.144 INFO O| Sep 12 21:21:31.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
60692026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.144 INFO O| Sep 12 21:21:31.144 INFO STEP 99 (remove_files) COMPLETE
60702026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.144 INFO O| Sep 12 21:21:31.144 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.153 INFO O| Sep 12 21:21:31.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
60722026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.154 INFO O| Sep 12 21:21:31.154 INFO STEP 100 (remove_files) COMPLETE
60732026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.154 INFO O| Sep 12 21:21:31.154 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.163 INFO O| Sep 12 21:21:31.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
60752026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.163 INFO O| Sep 12 21:21:31.163 INFO STEP 101 (remove_files) COMPLETE
60762026-09-12T21:21:32.241Z[ recovery-image] Sep 12 21:21:31.163 INFO O| Sep 12 21:21:31.163 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-09-12T21:21:32.245Z[ recovery-image] Sep 12 21:21:31.172 INFO O| Sep 12 21:21:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60782026-09-12T21:21:32.245Z[ recovery-image] Sep 12 21:21:31.172 INFO O| Sep 12 21:21:31.172 INFO STEP 102 (remove_files) COMPLETE
60792026-09-12T21:21:32.245Z[ recovery-image] Sep 12 21:21:31.172 INFO O| Sep 12 21:21:31.172 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-09-12T21:21:32.253Z[ recovery-image] Sep 12 21:21:31.181 INFO O| Sep 12 21:21:31.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60812026-09-12T21:21:32.253Z[ recovery-image] Sep 12 21:21:31.181 INFO O| Sep 12 21:21:31.181 INFO STEP 103 (remove_files) COMPLETE
60822026-09-12T21:21:32.253Z[ recovery-image] Sep 12 21:21:31.181 INFO O| Sep 12 21:21:31.181 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-09-12T21:21:32.263Z[ recovery-image] Sep 12 21:21:31.190 INFO O| Sep 12 21:21:31.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60842026-09-12T21:21:32.264Z[ recovery-image] Sep 12 21:21:31.190 INFO O| Sep 12 21:21:31.190 INFO STEP 104 (remove_files) COMPLETE
60852026-09-12T21:21:32.267Z[ recovery-image] Sep 12 21:21:31.190 INFO O| Sep 12 21:21:31.190 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-09-12T21:21:32.272Z[ recovery-image] Sep 12 21:21:31.199 INFO O| Sep 12 21:21:31.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60872026-09-12T21:21:32.272Z[ recovery-image] Sep 12 21:21:31.199 INFO O| Sep 12 21:21:31.199 INFO STEP 105 (remove_files) COMPLETE
60882026-09-12T21:21:32.275Z[ recovery-image] Sep 12 21:21:31.199 INFO O| Sep 12 21:21:31.199 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-09-12T21:21:32.280Z[ recovery-image] Sep 12 21:21:31.208 INFO O| Sep 12 21:21:31.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60902026-09-12T21:21:32.280Z[ recovery-image] Sep 12 21:21:31.208 INFO O| Sep 12 21:21:31.208 INFO STEP 106 (remove_files) COMPLETE
60912026-09-12T21:21:32.280Z[ recovery-image] Sep 12 21:21:31.208 INFO O| Sep 12 21:21:31.208 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-09-12T21:21:32.290Z[ recovery-image] Sep 12 21:21:31.218 INFO O| Sep 12 21:21:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60932026-09-12T21:21:32.290Z[ recovery-image] Sep 12 21:21:31.218 INFO O| Sep 12 21:21:31.218 INFO STEP 107 (remove_files) COMPLETE
60942026-09-12T21:21:32.290Z[ recovery-image] Sep 12 21:21:31.218 INFO O| Sep 12 21:21:31.218 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-09-12T21:21:32.300Z[ recovery-image] Sep 12 21:21:31.228 INFO O| Sep 12 21:21:31.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60962026-09-12T21:21:32.300Z[ recovery-image] Sep 12 21:21:31.228 INFO O| Sep 12 21:21:31.228 INFO STEP 108 (remove_files) COMPLETE
60972026-09-12T21:21:32.300Z[ recovery-image] Sep 12 21:21:31.228 INFO O| Sep 12 21:21:31.228 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-09-12T21:21:32.310Z[ recovery-image] Sep 12 21:21:31.238 INFO O| Sep 12 21:21:31.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60992026-09-12T21:21:32.310Z[ recovery-image] Sep 12 21:21:31.238 INFO O| Sep 12 21:21:31.238 INFO STEP 109 (remove_files) COMPLETE
61002026-09-12T21:21:32.310Z[ recovery-image] Sep 12 21:21:31.238 INFO O| Sep 12 21:21:31.238 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-09-12T21:21:32.320Z[ recovery-image] Sep 12 21:21:31.247 INFO O| Sep 12 21:21:31.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
61022026-09-12T21:21:32.320Z[ recovery-image] Sep 12 21:21:31.247 INFO O| Sep 12 21:21:31.247 INFO STEP 110 (remove_files) COMPLETE
61032026-09-12T21:21:32.320Z[ recovery-image] Sep 12 21:21:31.247 INFO O| Sep 12 21:21:31.247 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-09-12T21:21:32.330Z[ recovery-image] Sep 12 21:21:31.257 INFO O| Sep 12 21:21:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
61052026-09-12T21:21:32.330Z[ recovery-image] Sep 12 21:21:31.257 INFO O| Sep 12 21:21:31.257 INFO STEP 111 (remove_files) COMPLETE
61062026-09-12T21:21:32.331Z[ recovery-image] Sep 12 21:21:31.257 INFO O| Sep 12 21:21:31.257 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-09-12T21:21:32.339Z[ recovery-image] Sep 12 21:21:31.266 INFO O| Sep 12 21:21:31.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
61082026-09-12T21:21:32.339Z[ recovery-image] Sep 12 21:21:31.266 INFO O| Sep 12 21:21:31.266 INFO STEP 112 (remove_files) COMPLETE
61092026-09-12T21:21:32.339Z[ recovery-image] Sep 12 21:21:31.266 INFO O| Sep 12 21:21:31.266 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-09-12T21:21:32.350Z[ recovery-image] Sep 12 21:21:31.276 INFO O| Sep 12 21:21:31.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
61112026-09-12T21:21:32.350Z[ recovery-image] Sep 12 21:21:31.276 INFO O| Sep 12 21:21:31.276 INFO STEP 113 (remove_files) COMPLETE
61122026-09-12T21:21:32.350Z[ recovery-image] Sep 12 21:21:31.276 INFO O| Sep 12 21:21:31.276 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-09-12T21:21:32.359Z[ recovery-image] Sep 12 21:21:31.286 INFO O| Sep 12 21:21:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
61142026-09-12T21:21:32.359Z[ recovery-image] Sep 12 21:21:31.286 INFO O| Sep 12 21:21:31.286 INFO STEP 114 (remove_files) COMPLETE
61152026-09-12T21:21:32.359Z[ recovery-image] Sep 12 21:21:31.286 INFO O| Sep 12 21:21:31.286 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-09-12T21:21:32.369Z[ recovery-image] Sep 12 21:21:31.296 INFO O| Sep 12 21:21:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
61172026-09-12T21:21:32.369Z[ recovery-image] Sep 12 21:21:31.296 INFO O| Sep 12 21:21:31.296 INFO STEP 115 (remove_files) COMPLETE
61182026-09-12T21:21:32.369Z[ recovery-image] Sep 12 21:21:31.296 INFO O| Sep 12 21:21:31.296 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-09-12T21:21:32.381Z[ recovery-image] Sep 12 21:21:31.306 INFO O| Sep 12 21:21:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
61202026-09-12T21:21:32.381Z[ recovery-image] Sep 12 21:21:31.306 INFO O| Sep 12 21:21:31.306 INFO STEP 116 (remove_files) COMPLETE
61212026-09-12T21:21:32.381Z[ recovery-image] Sep 12 21:21:31.306 INFO O| Sep 12 21:21:31.306 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-09-12T21:21:32.389Z[ recovery-image] Sep 12 21:21:31.316 INFO O| Sep 12 21:21:31.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
61232026-09-12T21:21:32.389Z[ recovery-image] Sep 12 21:21:31.316 INFO O| Sep 12 21:21:31.316 INFO STEP 117 (remove_files) COMPLETE
61242026-09-12T21:21:32.389Z[ recovery-image] Sep 12 21:21:31.316 INFO O| Sep 12 21:21:31.316 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-09-12T21:21:32.399Z[ recovery-image] Sep 12 21:21:31.327 INFO O| Sep 12 21:21:31.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
61262026-09-12T21:21:32.400Z[ recovery-image] Sep 12 21:21:31.327 INFO O| Sep 12 21:21:31.327 INFO STEP 118 (remove_files) COMPLETE
61272026-09-12T21:21:32.400Z[ recovery-image] Sep 12 21:21:31.327 INFO O| Sep 12 21:21:31.327 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-09-12T21:21:32.410Z[ recovery-image] Sep 12 21:21:31.337 INFO O| Sep 12 21:21:31.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
61292026-09-12T21:21:32.410Z[ recovery-image] Sep 12 21:21:31.337 INFO O| Sep 12 21:21:31.337 INFO STEP 119 (remove_files) COMPLETE
61302026-09-12T21:21:32.410Z[ recovery-image] Sep 12 21:21:31.337 INFO O| Sep 12 21:21:31.337 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-09-12T21:21:32.420Z[ recovery-image] Sep 12 21:21:31.347 INFO O| Sep 12 21:21:31.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
61322026-09-12T21:21:32.420Z[ recovery-image] Sep 12 21:21:31.347 INFO O| Sep 12 21:21:31.347 INFO STEP 120 (remove_files) COMPLETE
61332026-09-12T21:21:32.420Z[ recovery-image] Sep 12 21:21:31.347 INFO O| Sep 12 21:21:31.347 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-09-12T21:21:32.431Z[ recovery-image] Sep 12 21:21:31.357 INFO O| Sep 12 21:21:31.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
61352026-09-12T21:21:32.431Z[ recovery-image] Sep 12 21:21:31.357 INFO O| Sep 12 21:21:31.357 INFO STEP 121 (remove_files) COMPLETE
61362026-09-12T21:21:32.431Z[ recovery-image] Sep 12 21:21:31.357 INFO O| Sep 12 21:21:31.357 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-09-12T21:21:32.439Z[ recovery-image] Sep 12 21:21:31.366 INFO O| Sep 12 21:21:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
61382026-09-12T21:21:32.439Z[ recovery-image] Sep 12 21:21:31.366 INFO O| Sep 12 21:21:31.366 INFO STEP 122 (remove_files) COMPLETE
61392026-09-12T21:21:32.439Z[ recovery-image] Sep 12 21:21:31.366 INFO O| Sep 12 21:21:31.366 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-09-12T21:21:32.448Z[ recovery-image] Sep 12 21:21:31.376 INFO O| Sep 12 21:21:31.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
61412026-09-12T21:21:32.448Z[ recovery-image] Sep 12 21:21:31.376 INFO O| Sep 12 21:21:31.376 INFO STEP 123 (remove_files) COMPLETE
61422026-09-12T21:21:32.448Z[ recovery-image] Sep 12 21:21:31.376 INFO O| Sep 12 21:21:31.376 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-09-12T21:21:32.458Z[ recovery-image] Sep 12 21:21:31.386 INFO O| Sep 12 21:21:31.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
61442026-09-12T21:21:32.458Z[ recovery-image] Sep 12 21:21:31.386 INFO O| Sep 12 21:21:31.386 INFO STEP 124 (remove_files) COMPLETE
61452026-09-12T21:21:32.458Z[ recovery-image] Sep 12 21:21:31.386 INFO O| Sep 12 21:21:31.386 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-09-12T21:21:32.468Z[ recovery-image] Sep 12 21:21:31.396 INFO O| Sep 12 21:21:31.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
61472026-09-12T21:21:32.468Z[ recovery-image] Sep 12 21:21:31.396 INFO O| Sep 12 21:21:31.396 INFO STEP 125 (remove_files) COMPLETE
61482026-09-12T21:21:32.468Z[ recovery-image] Sep 12 21:21:31.396 INFO O| Sep 12 21:21:31.396 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-09-12T21:21:32.478Z[ recovery-image] Sep 12 21:21:31.405 INFO O| Sep 12 21:21:31.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61502026-09-12T21:21:32.481Z[ recovery-image] Sep 12 21:21:31.406 INFO O| Sep 12 21:21:31.406 INFO STEP 126 (remove_files) COMPLETE
61512026-09-12T21:21:32.481Z[ recovery-image] Sep 12 21:21:31.406 INFO O| Sep 12 21:21:31.406 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-09-12T21:21:32.488Z[ recovery-image] Sep 12 21:21:31.416 INFO O| Sep 12 21:21:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
61532026-09-12T21:21:32.488Z[ recovery-image] Sep 12 21:21:31.416 INFO O| Sep 12 21:21:31.416 INFO STEP 127 (remove_files) COMPLETE
61542026-09-12T21:21:32.492Z[ recovery-image] Sep 12 21:21:31.416 INFO O| Sep 12 21:21:31.416 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-09-12T21:21:32.500Z[ recovery-image] Sep 12 21:21:31.426 INFO O| Sep 12 21:21:31.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
61562026-09-12T21:21:32.500Z[ recovery-image] Sep 12 21:21:31.426 INFO O| Sep 12 21:21:31.426 INFO STEP 128 (remove_files) COMPLETE
61572026-09-12T21:21:32.500Z[ recovery-image] Sep 12 21:21:31.426 INFO O| Sep 12 21:21:31.426 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-09-12T21:21:32.508Z[ recovery-image] Sep 12 21:21:31.436 INFO O| Sep 12 21:21:31.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
61592026-09-12T21:21:32.508Z[ recovery-image] Sep 12 21:21:31.436 INFO O| Sep 12 21:21:31.436 INFO STEP 129 (remove_files) COMPLETE
61602026-09-12T21:21:32.508Z[ recovery-image] Sep 12 21:21:31.436 INFO O| Sep 12 21:21:31.436 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-09-12T21:21:32.518Z[ recovery-image] Sep 12 21:21:31.446 INFO O| Sep 12 21:21:31.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
61622026-09-12T21:21:32.518Z[ recovery-image] Sep 12 21:21:31.446 INFO O| Sep 12 21:21:31.446 INFO STEP 130 (remove_files) COMPLETE
61632026-09-12T21:21:32.518Z[ recovery-image] Sep 12 21:21:31.446 INFO O| Sep 12 21:21:31.446 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-09-12T21:21:32.532Z[ recovery-image] Sep 12 21:21:31.457 INFO O| Sep 12 21:21:31.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
61652026-09-12T21:21:32.532Z[ recovery-image] Sep 12 21:21:31.457 INFO O| Sep 12 21:21:31.457 INFO STEP 131 (remove_files) COMPLETE
61662026-09-12T21:21:32.532Z[ recovery-image] Sep 12 21:21:31.457 INFO O| Sep 12 21:21:31.457 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-09-12T21:21:32.540Z[ recovery-image] Sep 12 21:21:31.467 INFO O| Sep 12 21:21:31.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
61682026-09-12T21:21:32.540Z[ recovery-image] Sep 12 21:21:31.467 INFO O| Sep 12 21:21:31.467 INFO STEP 132 (remove_files) COMPLETE
61692026-09-12T21:21:32.540Z[ recovery-image] Sep 12 21:21:31.467 INFO O| Sep 12 21:21:31.467 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-09-12T21:21:32.550Z[ recovery-image] Sep 12 21:21:31.477 INFO O| Sep 12 21:21:31.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
61712026-09-12T21:21:32.550Z[ recovery-image] Sep 12 21:21:31.477 INFO O| Sep 12 21:21:31.477 INFO STEP 133 (remove_files) COMPLETE
61722026-09-12T21:21:32.550Z[ recovery-image] Sep 12 21:21:31.477 INFO O| Sep 12 21:21:31.477 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-09-12T21:21:32.559Z[ recovery-image] Sep 12 21:21:31.487 INFO O| Sep 12 21:21:31.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
61742026-09-12T21:21:32.560Z[ recovery-image] Sep 12 21:21:31.487 INFO O| Sep 12 21:21:31.487 INFO STEP 134 (remove_files) COMPLETE
61752026-09-12T21:21:32.560Z[ recovery-image] Sep 12 21:21:31.487 INFO O| Sep 12 21:21:31.487 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-09-12T21:21:32.577Z[ recovery-image] Sep 12 21:21:31.497 INFO O| Sep 12 21:21:31.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
61772026-09-12T21:21:32.577Z[ recovery-image] Sep 12 21:21:31.497 INFO O| Sep 12 21:21:31.497 INFO STEP 135 (remove_files) COMPLETE
61782026-09-12T21:21:32.577Z[ recovery-image] Sep 12 21:21:31.497 INFO O| Sep 12 21:21:31.497 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-09-12T21:21:32.580Z[ recovery-image] Sep 12 21:21:31.507 INFO O| Sep 12 21:21:31.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61802026-09-12T21:21:32.580Z[ recovery-image] Sep 12 21:21:31.507 INFO O| Sep 12 21:21:31.507 INFO STEP 136 (remove_files) COMPLETE
61812026-09-12T21:21:32.580Z[ recovery-image] Sep 12 21:21:31.507 INFO O| Sep 12 21:21:31.507 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-09-12T21:21:32.592Z[ recovery-image] Sep 12 21:21:31.516 INFO O| Sep 12 21:21:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61832026-09-12T21:21:32.595Z[ recovery-image] Sep 12 21:21:31.517 INFO O| Sep 12 21:21:31.517 INFO STEP 137 (remove_files) COMPLETE
61842026-09-12T21:21:32.595Z[ recovery-image] Sep 12 21:21:31.517 INFO O| Sep 12 21:21:31.517 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-09-12T21:21:32.601Z[ recovery-image] Sep 12 21:21:31.527 INFO O| Sep 12 21:21:31.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61862026-09-12T21:21:32.601Z[ recovery-image] Sep 12 21:21:31.527 INFO O| Sep 12 21:21:31.527 INFO STEP 138 (remove_files) COMPLETE
61872026-09-12T21:21:32.605Z[ recovery-image] Sep 12 21:21:31.527 INFO O| Sep 12 21:21:31.527 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-12T21:21:32.610Z[ recovery-image] Sep 12 21:21:31.537 INFO O| Sep 12 21:21:31.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61892026-09-12T21:21:32.610Z[ recovery-image] Sep 12 21:21:31.537 INFO O| Sep 12 21:21:31.537 INFO STEP 139 (remove_files) COMPLETE
61902026-09-12T21:21:32.610Z[ recovery-image] Sep 12 21:21:31.537 INFO O| Sep 12 21:21:31.537 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-12T21:21:32.620Z[ recovery-image] Sep 12 21:21:31.547 INFO O| Sep 12 21:21:31.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61922026-09-12T21:21:32.620Z[ recovery-image] Sep 12 21:21:31.547 INFO O| Sep 12 21:21:31.547 INFO STEP 140 (remove_files) COMPLETE
61932026-09-12T21:21:32.620Z[ recovery-image] Sep 12 21:21:31.547 INFO O| Sep 12 21:21:31.547 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-12T21:21:32.629Z[ recovery-image] Sep 12 21:21:31.557 INFO O| Sep 12 21:21:31.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61952026-09-12T21:21:32.630Z[ recovery-image] Sep 12 21:21:31.557 INFO O| Sep 12 21:21:31.557 INFO STEP 141 (remove_files) COMPLETE
61962026-09-12T21:21:32.630Z[ recovery-image] Sep 12 21:21:31.557 INFO O| Sep 12 21:21:31.557 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-12T21:21:32.639Z[ recovery-image] Sep 12 21:21:31.567 INFO O| Sep 12 21:21:31.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61982026-09-12T21:21:32.639Z[ recovery-image] Sep 12 21:21:31.567 INFO O| Sep 12 21:21:31.567 INFO STEP 142 (remove_files) COMPLETE
61992026-09-12T21:21:32.639Z[ recovery-image] Sep 12 21:21:31.567 INFO O| Sep 12 21:21:31.567 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-12T21:21:32.650Z[ recovery-image] Sep 12 21:21:31.577 INFO O| Sep 12 21:21:31.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
62012026-09-12T21:21:32.650Z[ recovery-image] Sep 12 21:21:31.578 INFO O| Sep 12 21:21:31.577 INFO STEP 143 (remove_files) COMPLETE
62022026-09-12T21:21:32.650Z[ recovery-image] Sep 12 21:21:31.578 INFO O| Sep 12 21:21:31.577 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-12T21:21:32.659Z[ recovery-image] Sep 12 21:21:31.586 INFO O| Sep 12 21:21:31.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
62042026-09-12T21:21:32.662Z[ recovery-image] Sep 12 21:21:31.587 INFO O| Sep 12 21:21:31.587 INFO STEP 144 (remove_files) COMPLETE
62052026-09-12T21:21:32.662Z[ recovery-image] Sep 12 21:21:31.587 INFO O| Sep 12 21:21:31.587 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-12T21:21:32.669Z[ recovery-image] Sep 12 21:21:31.597 INFO O| Sep 12 21:21:31.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
62072026-09-12T21:21:32.670Z[ recovery-image] Sep 12 21:21:31.597 INFO O| Sep 12 21:21:31.597 INFO STEP 145 (remove_files) COMPLETE
62082026-09-12T21:21:32.673Z[ recovery-image] Sep 12 21:21:31.597 INFO O| Sep 12 21:21:31.597 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-12T21:21:32.678Z[ recovery-image] Sep 12 21:21:31.606 INFO O| Sep 12 21:21:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
62102026-09-12T21:21:32.681Z[ recovery-image] Sep 12 21:21:31.607 INFO O| Sep 12 21:21:31.607 INFO STEP 146 (remove_files) COMPLETE
62112026-09-12T21:21:32.681Z[ recovery-image] Sep 12 21:21:31.607 INFO O| Sep 12 21:21:31.607 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-12T21:21:32.688Z[ recovery-image] Sep 12 21:21:31.616 INFO O| Sep 12 21:21:31.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
62132026-09-12T21:21:32.689Z[ recovery-image] Sep 12 21:21:31.616 INFO O| Sep 12 21:21:31.616 INFO STEP 147 (remove_files) COMPLETE
62142026-09-12T21:21:32.693Z[ recovery-image] Sep 12 21:21:31.616 INFO O| Sep 12 21:21:31.616 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-12T21:21:32.698Z[ recovery-image] Sep 12 21:21:31.625 INFO O| Sep 12 21:21:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
62162026-09-12T21:21:32.698Z[ recovery-image] Sep 12 21:21:31.625 INFO O| Sep 12 21:21:31.625 INFO STEP 148 (remove_files) COMPLETE
62172026-09-12T21:21:32.698Z[ recovery-image] Sep 12 21:21:31.625 INFO O| Sep 12 21:21:31.625 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-12T21:21:32.706Z[ recovery-image] Sep 12 21:21:31.634 INFO O| Sep 12 21:21:31.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
62192026-09-12T21:21:32.706Z[ recovery-image] Sep 12 21:21:31.634 INFO O| Sep 12 21:21:31.634 INFO STEP 149 (remove_files) COMPLETE
62202026-09-12T21:21:32.709Z[ recovery-image] Sep 12 21:21:31.634 INFO O| Sep 12 21:21:31.634 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-12T21:21:32.716Z[ recovery-image] Sep 12 21:21:31.643 INFO O| Sep 12 21:21:31.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
62222026-09-12T21:21:32.716Z[ recovery-image] Sep 12 21:21:31.643 INFO O| Sep 12 21:21:31.643 INFO STEP 150 (remove_files) COMPLETE
62232026-09-12T21:21:32.719Z[ recovery-image] Sep 12 21:21:31.643 INFO O| Sep 12 21:21:31.643 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-12T21:21:32.733Z[ recovery-image] Sep 12 21:21:31.652 INFO O| Sep 12 21:21:31.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
62252026-09-12T21:21:32.733Z[ recovery-image] Sep 12 21:21:31.652 INFO O| Sep 12 21:21:31.652 INFO STEP 151 (remove_files) COMPLETE
62262026-09-12T21:21:32.733Z[ recovery-image] Sep 12 21:21:31.652 INFO O| Sep 12 21:21:31.652 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-12T21:21:32.737Z[ recovery-image] Sep 12 21:21:31.661 INFO O| Sep 12 21:21:31.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
62282026-09-12T21:21:32.737Z[ recovery-image] Sep 12 21:21:31.661 INFO O| Sep 12 21:21:31.661 INFO STEP 152 (remove_files) COMPLETE
62292026-09-12T21:21:32.737Z[ recovery-image] Sep 12 21:21:31.661 INFO O| Sep 12 21:21:31.661 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-12T21:21:32.745Z[ recovery-image] Sep 12 21:21:31.672 INFO O| Sep 12 21:21:31.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
62312026-09-12T21:21:32.745Z[ recovery-image] Sep 12 21:21:31.672 INFO O| Sep 12 21:21:31.672 INFO STEP 153 (remove_files) COMPLETE
62322026-09-12T21:21:32.749Z[ recovery-image] Sep 12 21:21:31.672 INFO O| Sep 12 21:21:31.672 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-12T21:21:32.756Z[ recovery-image] Sep 12 21:21:31.683 INFO O| Sep 12 21:21:31.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
62342026-09-12T21:21:32.756Z[ recovery-image] Sep 12 21:21:31.683 INFO O| Sep 12 21:21:31.683 INFO STEP 154 (remove_files) COMPLETE
62352026-09-12T21:21:32.760Z[ recovery-image] Sep 12 21:21:31.683 INFO O| Sep 12 21:21:31.683 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-12T21:21:32.766Z[ recovery-image] Sep 12 21:21:31.693 INFO O| Sep 12 21:21:31.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
62372026-09-12T21:21:32.778Z[ recovery-image] Sep 12 21:21:31.693 INFO O| Sep 12 21:21:31.693 INFO STEP 155 (remove_files) COMPLETE
62382026-09-12T21:21:32.778Z[ recovery-image] Sep 12 21:21:31.693 INFO O| Sep 12 21:21:31.693 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-12T21:21:32.778Z[ recovery-image] Sep 12 21:21:31.703 INFO O| Sep 12 21:21:31.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
62402026-09-12T21:21:32.778Z[ recovery-image] Sep 12 21:21:31.703 INFO O| Sep 12 21:21:31.703 INFO STEP 156 (remove_files) COMPLETE
62412026-09-12T21:21:32.778Z[ recovery-image] Sep 12 21:21:31.703 INFO O| Sep 12 21:21:31.703 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-12T21:21:32.785Z[ recovery-image] Sep 12 21:21:31.712 INFO O| Sep 12 21:21:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
62432026-09-12T21:21:32.785Z[ recovery-image] Sep 12 21:21:31.712 INFO O| Sep 12 21:21:31.712 INFO STEP 157 (remove_files) COMPLETE
62442026-09-12T21:21:32.797Z[ recovery-image] Sep 12 21:21:31.712 INFO O| Sep 12 21:21:31.712 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-12T21:21:32.801Z[ recovery-image] Sep 12 21:21:31.723 INFO O| Sep 12 21:21:31.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
62462026-09-12T21:21:32.801Z[ recovery-image] Sep 12 21:21:31.723 INFO O| Sep 12 21:21:31.723 INFO STEP 158 (remove_files) COMPLETE
62472026-09-12T21:21:32.801Z[ recovery-image] Sep 12 21:21:31.723 INFO O| Sep 12 21:21:31.723 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-12T21:21:32.806Z[ recovery-image] Sep 12 21:21:31.734 INFO O| Sep 12 21:21:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62492026-09-12T21:21:32.806Z[ recovery-image] Sep 12 21:21:31.734 INFO O| Sep 12 21:21:31.734 INFO STEP 159 (remove_files) COMPLETE
62502026-09-12T21:21:32.810Z[ recovery-image] Sep 12 21:21:31.734 INFO O| Sep 12 21:21:31.734 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-12T21:21:32.816Z[ recovery-image] Sep 12 21:21:31.743 INFO O| Sep 12 21:21:31.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62522026-09-12T21:21:32.816Z[ recovery-image] Sep 12 21:21:31.743 INFO O| Sep 12 21:21:31.743 INFO STEP 160 (remove_files) COMPLETE
62532026-09-12T21:21:32.820Z[ recovery-image] Sep 12 21:21:31.743 INFO O| Sep 12 21:21:31.743 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-12T21:21:32.837Z[ recovery-image] Sep 12 21:21:31.752 INFO O| Sep 12 21:21:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
62552026-09-12T21:21:32.841Z[ recovery-image] Sep 12 21:21:31.753 INFO O| Sep 12 21:21:31.753 INFO STEP 161 (remove_files) COMPLETE
62562026-09-12T21:21:32.841Z[ recovery-image] Sep 12 21:21:31.753 INFO O| Sep 12 21:21:31.753 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-12T21:21:32.841Z[ recovery-image] Sep 12 21:21:31.762 INFO O| Sep 12 21:21:31.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
62582026-09-12T21:21:32.841Z[ recovery-image] Sep 12 21:21:31.763 INFO O| Sep 12 21:21:31.762 INFO STEP 162 (remove_files) COMPLETE
62592026-09-12T21:21:32.841Z[ recovery-image] Sep 12 21:21:31.763 INFO O| Sep 12 21:21:31.762 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-09-12T21:21:32.847Z[ recovery-image] Sep 12 21:21:31.770 INFO O| Sep 12 21:21:31.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
62612026-09-12T21:21:32.847Z[ recovery-image] Sep 12 21:21:31.770 INFO O| Sep 12 21:21:31.770 INFO STEP 163 (remove_files) COMPLETE
62622026-09-12T21:21:32.847Z[ recovery-image] Sep 12 21:21:31.770 INFO O| Sep 12 21:21:31.770 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-09-12T21:21:32.867Z[ recovery-image] Sep 12 21:21:31.779 INFO O| Sep 12 21:21:31.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
62642026-09-12T21:21:32.867Z[ recovery-image] Sep 12 21:21:31.779 INFO O| Sep 12 21:21:31.779 INFO STEP 164 (remove_files) COMPLETE
62652026-09-12T21:21:32.868Z[ recovery-image] Sep 12 21:21:31.779 INFO O| Sep 12 21:21:31.779 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-09-12T21:21:32.872Z[ recovery-image] Sep 12 21:21:31.788 INFO O| Sep 12 21:21:31.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
62672026-09-12T21:21:32.872Z[ recovery-image] Sep 12 21:21:31.788 INFO O| Sep 12 21:21:31.788 INFO STEP 165 (remove_files) COMPLETE
62682026-09-12T21:21:32.872Z[ recovery-image] Sep 12 21:21:31.788 INFO O| Sep 12 21:21:31.788 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-12T21:21:32.872Z[ recovery-image] Sep 12 21:21:31.796 INFO O| Sep 12 21:21:31.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
62702026-09-12T21:21:32.872Z[ recovery-image] Sep 12 21:21:31.796 INFO O| Sep 12 21:21:31.796 INFO STEP 166 (remove_files) COMPLETE
62712026-09-12T21:21:32.872Z[ recovery-image] Sep 12 21:21:31.796 INFO O| Sep 12 21:21:31.796 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-12T21:21:32.877Z[ recovery-image] Sep 12 21:21:31.804 INFO O| Sep 12 21:21:31.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
62732026-09-12T21:21:32.877Z[ recovery-image] Sep 12 21:21:31.804 INFO O| Sep 12 21:21:31.804 INFO STEP 167 (remove_files) COMPLETE
62742026-09-12T21:21:32.897Z[ recovery-image] Sep 12 21:21:31.804 INFO O| Sep 12 21:21:31.804 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-12T21:21:32.902Z[ recovery-image] Sep 12 21:21:31.812 INFO O| Sep 12 21:21:31.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
62762026-09-12T21:21:32.902Z[ recovery-image] Sep 12 21:21:31.812 INFO O| Sep 12 21:21:31.812 INFO STEP 168 (remove_files) COMPLETE
62772026-09-12T21:21:32.902Z[ recovery-image] Sep 12 21:21:31.812 INFO O| Sep 12 21:21:31.812 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-12T21:21:32.902Z[ recovery-image] Sep 12 21:21:31.821 INFO O| Sep 12 21:21:31.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62792026-09-12T21:21:32.903Z[ recovery-image] Sep 12 21:21:31.821 INFO O| Sep 12 21:21:31.821 INFO STEP 169 (remove_files) COMPLETE
62802026-09-12T21:21:32.903Z[ recovery-image] Sep 12 21:21:31.821 INFO O| Sep 12 21:21:31.821 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-12T21:21:32.907Z[ recovery-image] Sep 12 21:21:31.832 INFO O| Sep 12 21:21:31.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62822026-09-12T21:21:32.907Z[ recovery-image] Sep 12 21:21:31.832 INFO O| Sep 12 21:21:31.832 INFO STEP 170 (remove_files) COMPLETE
62832026-09-12T21:21:32.907Z[ recovery-image] Sep 12 21:21:31.832 INFO O| Sep 12 21:21:31.832 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-12T21:21:32.937Z[ recovery-image] Sep 12 21:21:31.841 INFO O| Sep 12 21:21:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62852026-09-12T21:21:32.937Z[ recovery-image] Sep 12 21:21:31.841 INFO O| Sep 12 21:21:31.841 INFO STEP 171 (remove_files) COMPLETE
62862026-09-12T21:21:32.948Z[ recovery-image] Sep 12 21:21:31.841 INFO O| Sep 12 21:21:31.841 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-12T21:21:32.948Z[ recovery-image] Sep 12 21:21:31.849 INFO O| Sep 12 21:21:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62882026-09-12T21:21:32.948Z[ recovery-image] Sep 12 21:21:31.849 INFO O| Sep 12 21:21:31.849 INFO STEP 172 (remove_files) COMPLETE
62892026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.849 INFO O| Sep 12 21:21:31.849 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.858 INFO O| Sep 12 21:21:31.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62912026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.858 INFO O| Sep 12 21:21:31.858 INFO STEP 173 (remove_files) COMPLETE
62922026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.858 INFO O| Sep 12 21:21:31.858 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.868 INFO O| Sep 12 21:21:31.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62942026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.868 INFO O| Sep 12 21:21:31.868 INFO STEP 174 (remove_files) COMPLETE
62952026-09-12T21:21:32.949Z[ recovery-image] Sep 12 21:21:31.868 INFO O| Sep 12 21:21:31.868 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-12T21:21:32.953Z[ recovery-image] Sep 12 21:21:31.877 INFO O| Sep 12 21:21:31.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62972026-09-12T21:21:32.953Z[ recovery-image] Sep 12 21:21:31.877 INFO O| Sep 12 21:21:31.877 INFO STEP 175 (remove_files) COMPLETE
62982026-09-12T21:21:32.953Z[ recovery-image] Sep 12 21:21:31.877 INFO O| Sep 12 21:21:31.877 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-12T21:21:32.967Z[ recovery-image] Sep 12 21:21:31.887 INFO O| Sep 12 21:21:31.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
63002026-09-12T21:21:32.967Z[ recovery-image] Sep 12 21:21:31.887 INFO O| Sep 12 21:21:31.887 INFO STEP 176 (remove_files) COMPLETE
63012026-09-12T21:21:32.968Z[ recovery-image] Sep 12 21:21:31.887 INFO O| Sep 12 21:21:31.887 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-12T21:21:32.971Z[ recovery-image] Sep 12 21:21:31.897 INFO O| Sep 12 21:21:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
63032026-09-12T21:21:32.971Z[ recovery-image] Sep 12 21:21:31.897 INFO O| Sep 12 21:21:31.897 INFO STEP 177 (remove_files) COMPLETE
63042026-09-12T21:21:32.971Z[ recovery-image] Sep 12 21:21:31.897 INFO O| Sep 12 21:21:31.897 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-12T21:21:32.986Z[ recovery-image] Sep 12 21:21:31.907 INFO O| Sep 12 21:21:31.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
63062026-09-12T21:21:32.994Z[ recovery-image] Sep 12 21:21:31.907 INFO O| Sep 12 21:21:31.907 INFO STEP 178 (remove_files) COMPLETE
63072026-09-12T21:21:32.994Z[ recovery-image] Sep 12 21:21:31.907 INFO O| Sep 12 21:21:31.907 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-12T21:21:32.994Z[ recovery-image] Sep 12 21:21:31.916 INFO O| Sep 12 21:21:31.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
63092026-09-12T21:21:32.994Z[ recovery-image] Sep 12 21:21:31.916 INFO O| Sep 12 21:21:31.916 INFO STEP 179 (remove_files) COMPLETE
63102026-09-12T21:21:32.994Z[ recovery-image] Sep 12 21:21:31.916 INFO O| Sep 12 21:21:31.916 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-12T21:21:32.998Z[ recovery-image] Sep 12 21:21:31.926 INFO O| Sep 12 21:21:31.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
63122026-09-12T21:21:32.998Z[ recovery-image] Sep 12 21:21:31.926 INFO O| Sep 12 21:21:31.926 INFO STEP 180 (remove_files) COMPLETE
63132026-09-12T21:21:32.999Z[ recovery-image] Sep 12 21:21:31.926 INFO O| Sep 12 21:21:31.926 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-12T21:21:33.009Z[ recovery-image] Sep 12 21:21:31.935 INFO O| Sep 12 21:21:31.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
63152026-09-12T21:21:33.009Z[ recovery-image] Sep 12 21:21:31.935 INFO O| Sep 12 21:21:31.935 INFO STEP 181 (remove_files) COMPLETE
63162026-09-12T21:21:33.009Z[ recovery-image] Sep 12 21:21:31.935 INFO O| Sep 12 21:21:31.935 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-12T21:21:33.016Z[ recovery-image] Sep 12 21:21:31.943 INFO O| Sep 12 21:21:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
63182026-09-12T21:21:33.016Z[ recovery-image] Sep 12 21:21:31.943 INFO O| Sep 12 21:21:31.943 INFO STEP 182 (remove_files) COMPLETE
63192026-09-12T21:21:33.019Z[ recovery-image] Sep 12 21:21:31.943 INFO O| Sep 12 21:21:31.943 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-12T21:21:33.025Z[ recovery-image] Sep 12 21:21:31.953 INFO O| Sep 12 21:21:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
63212026-09-12T21:21:33.025Z[ recovery-image] Sep 12 21:21:31.953 INFO O| Sep 12 21:21:31.953 INFO STEP 183 (remove_files) COMPLETE
63222026-09-12T21:21:33.025Z[ recovery-image] Sep 12 21:21:31.953 INFO O| Sep 12 21:21:31.953 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-12T21:21:33.047Z[ recovery-image] Sep 12 21:21:31.964 INFO O| Sep 12 21:21:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
63242026-09-12T21:21:33.047Z[ recovery-image] Sep 12 21:21:31.964 INFO O| Sep 12 21:21:31.964 INFO STEP 184 (remove_files) COMPLETE
63252026-09-12T21:21:33.047Z[ recovery-image] Sep 12 21:21:31.964 INFO O| Sep 12 21:21:31.964 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-12T21:21:33.051Z[ recovery-image] Sep 12 21:21:31.974 INFO O| Sep 12 21:21:31.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
63272026-09-12T21:21:33.052Z[ recovery-image] Sep 12 21:21:31.974 INFO O| Sep 12 21:21:31.974 INFO STEP 185 (remove_files) COMPLETE
63282026-09-12T21:21:33.052Z[ recovery-image] Sep 12 21:21:31.974 INFO O| Sep 12 21:21:31.974 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-12T21:21:33.068Z[ recovery-image] Sep 12 21:21:31.984 INFO O| Sep 12 21:21:31.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
63302026-09-12T21:21:33.068Z[ recovery-image] Sep 12 21:21:31.984 INFO O| Sep 12 21:21:31.984 INFO STEP 186 (remove_files) COMPLETE
63312026-09-12T21:21:33.072Z[ recovery-image] Sep 12 21:21:31.984 INFO O| Sep 12 21:21:31.984 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-12T21:21:33.072Z[ recovery-image] Sep 12 21:21:31.992 INFO O| Sep 12 21:21:31.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
63332026-09-12T21:21:33.072Z[ recovery-image] Sep 12 21:21:31.992 INFO O| Sep 12 21:21:31.992 INFO STEP 187 (remove_files) COMPLETE
63342026-09-12T21:21:33.072Z[ recovery-image] Sep 12 21:21:31.992 INFO O| Sep 12 21:21:31.992 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-12T21:21:33.081Z[ recovery-image] Sep 12 21:21:32.002 INFO O| Sep 12 21:21:32.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
63362026-09-12T21:21:33.081Z[ recovery-image] Sep 12 21:21:32.002 INFO O| Sep 12 21:21:32.002 INFO STEP 188 (remove_files) COMPLETE
63372026-09-12T21:21:33.081Z[ recovery-image] Sep 12 21:21:32.002 INFO O| Sep 12 21:21:32.002 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-12T21:21:33.085Z[ recovery-image] Sep 12 21:21:32.012 INFO O| Sep 12 21:21:32.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
63392026-09-12T21:21:33.085Z[ recovery-image] Sep 12 21:21:32.012 INFO O| Sep 12 21:21:32.012 INFO STEP 189 (remove_files) COMPLETE
63402026-09-12T21:21:33.088Z[ recovery-image] Sep 12 21:21:32.012 INFO O| Sep 12 21:21:32.012 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-12T21:21:33.095Z[ recovery-image] Sep 12 21:21:32.022 INFO O| Sep 12 21:21:32.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
63422026-09-12T21:21:33.095Z[ recovery-image] Sep 12 21:21:32.022 INFO O| Sep 12 21:21:32.022 INFO STEP 190 (remove_files) COMPLETE
63432026-09-12T21:21:33.095Z[ recovery-image] Sep 12 21:21:32.022 INFO O| Sep 12 21:21:32.022 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-12T21:21:33.105Z[ recovery-image] Sep 12 21:21:32.033 INFO O| Sep 12 21:21:32.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
63452026-09-12T21:21:33.105Z[ recovery-image] Sep 12 21:21:32.033 INFO O| Sep 12 21:21:32.033 INFO STEP 191 (remove_files) COMPLETE
63462026-09-12T21:21:33.106Z[ recovery-image] Sep 12 21:21:32.033 INFO O| Sep 12 21:21:32.033 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-09-12T21:21:33.118Z[ recovery-image] Sep 12 21:21:32.043 INFO O| Sep 12 21:21:32.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63482026-09-12T21:21:33.118Z[ recovery-image] Sep 12 21:21:32.045 INFO O| Sep 12 21:21:32.044 INFO STEP 192 (remove_files) COMPLETE
63492026-09-12T21:21:33.118Z[ recovery-image] Sep 12 21:21:32.045 INFO O| Sep 12 21:21:32.044 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-09-12T21:21:33.127Z[ recovery-image] Sep 12 21:21:32.054 INFO O| Sep 12 21:21:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63512026-09-12T21:21:33.127Z[ recovery-image] Sep 12 21:21:32.054 INFO O| Sep 12 21:21:32.054 INFO STEP 193 (remove_files) COMPLETE
63522026-09-12T21:21:33.127Z[ recovery-image] Sep 12 21:21:32.054 INFO O| Sep 12 21:21:32.054 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-09-12T21:21:33.141Z[ recovery-image] Sep 12 21:21:32.064 INFO O| Sep 12 21:21:32.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
63542026-09-12T21:21:33.141Z[ recovery-image] Sep 12 21:21:32.064 INFO O| Sep 12 21:21:32.064 INFO STEP 194 (remove_files) COMPLETE
63552026-09-12T21:21:33.141Z[ recovery-image] Sep 12 21:21:32.064 INFO O| Sep 12 21:21:32.064 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-09-12T21:21:33.148Z[ recovery-image] Sep 12 21:21:32.075 INFO O| Sep 12 21:21:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
63572026-09-12T21:21:33.148Z[ recovery-image] Sep 12 21:21:32.075 INFO O| Sep 12 21:21:32.075 INFO STEP 195 (remove_files) COMPLETE
63582026-09-12T21:21:33.151Z[ recovery-image] Sep 12 21:21:32.075 INFO O| Sep 12 21:21:32.075 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-09-12T21:21:33.157Z[ recovery-image] Sep 12 21:21:32.085 INFO O| Sep 12 21:21:32.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
63602026-09-12T21:21:33.157Z[ recovery-image] Sep 12 21:21:32.085 INFO O| Sep 12 21:21:32.085 INFO STEP 196 (remove_files) COMPLETE
63612026-09-12T21:21:33.157Z[ recovery-image] Sep 12 21:21:32.085 INFO O| Sep 12 21:21:32.085 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-09-12T21:21:33.167Z[ recovery-image] Sep 12 21:21:32.094 INFO O| Sep 12 21:21:32.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
63632026-09-12T21:21:33.167Z[ recovery-image] Sep 12 21:21:32.095 INFO O| Sep 12 21:21:32.095 INFO STEP 197 (remove_files) COMPLETE
63642026-09-12T21:21:33.171Z[ recovery-image] Sep 12 21:21:32.095 INFO O| Sep 12 21:21:32.095 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-09-12T21:21:33.177Z[ recovery-image] Sep 12 21:21:32.105 INFO O| Sep 12 21:21:32.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
63662026-09-12T21:21:33.177Z[ recovery-image] Sep 12 21:21:32.105 INFO O| Sep 12 21:21:32.105 INFO STEP 198 (remove_files) COMPLETE
63672026-09-12T21:21:33.181Z[ recovery-image] Sep 12 21:21:32.105 INFO O| Sep 12 21:21:32.105 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-09-12T21:21:33.188Z[ recovery-image] Sep 12 21:21:32.115 INFO O| Sep 12 21:21:32.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
63692026-09-12T21:21:33.188Z[ recovery-image] Sep 12 21:21:32.115 INFO O| Sep 12 21:21:32.115 INFO STEP 199 (remove_files) COMPLETE
63702026-09-12T21:21:33.188Z[ recovery-image] Sep 12 21:21:32.115 INFO O| Sep 12 21:21:32.115 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-09-12T21:21:33.198Z[ recovery-image] Sep 12 21:21:32.126 INFO O| Sep 12 21:21:32.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
63722026-09-12T21:21:33.198Z[ recovery-image] Sep 12 21:21:32.126 INFO O| Sep 12 21:21:32.126 INFO STEP 200 (remove_files) COMPLETE
63732026-09-12T21:21:33.201Z[ recovery-image] Sep 12 21:21:32.126 INFO O| Sep 12 21:21:32.126 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-09-12T21:21:33.209Z[ recovery-image] Sep 12 21:21:32.136 INFO O| Sep 12 21:21:32.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
63752026-09-12T21:21:33.209Z[ recovery-image] Sep 12 21:21:32.136 INFO O| Sep 12 21:21:32.136 INFO STEP 201 (remove_files) COMPLETE
63762026-09-12T21:21:33.209Z[ recovery-image] Sep 12 21:21:32.136 INFO O| Sep 12 21:21:32.136 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-09-12T21:21:33.218Z[ recovery-image] Sep 12 21:21:32.145 INFO O| Sep 12 21:21:32.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63782026-09-12T21:21:33.218Z[ recovery-image] Sep 12 21:21:32.145 INFO O| Sep 12 21:21:32.145 INFO STEP 202 (remove_files) COMPLETE
63792026-09-12T21:21:33.218Z[ recovery-image] Sep 12 21:21:32.145 INFO O| Sep 12 21:21:32.145 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-09-12T21:21:33.227Z[ recovery-image] Sep 12 21:21:32.155 INFO O| Sep 12 21:21:32.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63812026-09-12T21:21:33.227Z[ recovery-image] Sep 12 21:21:32.155 INFO O| Sep 12 21:21:32.155 INFO STEP 203 (remove_files) COMPLETE
63822026-09-12T21:21:33.227Z[ recovery-image] Sep 12 21:21:32.155 INFO O| Sep 12 21:21:32.155 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-09-12T21:21:33.239Z[ recovery-image] Sep 12 21:21:32.164 INFO O| Sep 12 21:21:32.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63842026-09-12T21:21:33.239Z[ recovery-image] Sep 12 21:21:32.164 INFO O| Sep 12 21:21:32.164 INFO STEP 204 (remove_files) COMPLETE
63852026-09-12T21:21:33.242Z[ recovery-image] Sep 12 21:21:32.164 INFO O| Sep 12 21:21:32.164 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-09-12T21:21:33.247Z[ recovery-image] Sep 12 21:21:32.174 INFO O| Sep 12 21:21:32.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63872026-09-12T21:21:33.247Z[ recovery-image] Sep 12 21:21:32.174 INFO O| Sep 12 21:21:32.174 INFO STEP 205 (remove_files) COMPLETE
63882026-09-12T21:21:33.250Z[ recovery-image] Sep 12 21:21:32.174 INFO O| Sep 12 21:21:32.174 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-09-12T21:21:33.258Z[ recovery-image] Sep 12 21:21:32.184 INFO O| Sep 12 21:21:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63902026-09-12T21:21:33.258Z[ recovery-image] Sep 12 21:21:32.185 INFO O| Sep 12 21:21:32.185 INFO STEP 206 (remove_files) COMPLETE
63912026-09-12T21:21:33.258Z[ recovery-image] Sep 12 21:21:32.185 INFO O| Sep 12 21:21:32.185 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-09-12T21:21:33.267Z[ recovery-image] Sep 12 21:21:32.194 INFO O| Sep 12 21:21:32.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63932026-09-12T21:21:33.267Z[ recovery-image] Sep 12 21:21:32.194 INFO O| Sep 12 21:21:32.194 INFO STEP 207 (remove_files) COMPLETE
63942026-09-12T21:21:33.268Z[ recovery-image] Sep 12 21:21:32.194 INFO O| Sep 12 21:21:32.194 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-09-12T21:21:33.278Z[ recovery-image] Sep 12 21:21:32.205 INFO O| Sep 12 21:21:32.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63962026-09-12T21:21:33.278Z[ recovery-image] Sep 12 21:21:32.205 INFO O| Sep 12 21:21:32.205 INFO STEP 208 (remove_files) COMPLETE
63972026-09-12T21:21:33.278Z[ recovery-image] Sep 12 21:21:32.205 INFO O| Sep 12 21:21:32.205 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-09-12T21:21:33.288Z[ recovery-image] Sep 12 21:21:32.215 INFO O| Sep 12 21:21:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63992026-09-12T21:21:33.288Z[ recovery-image] Sep 12 21:21:32.215 INFO O| Sep 12 21:21:32.215 INFO STEP 209 (remove_files) COMPLETE
64002026-09-12T21:21:33.288Z[ recovery-image] Sep 12 21:21:32.215 INFO O| Sep 12 21:21:32.215 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-09-12T21:21:33.298Z[ recovery-image] Sep 12 21:21:32.225 INFO O| Sep 12 21:21:32.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
64022026-09-12T21:21:33.298Z[ recovery-image] Sep 12 21:21:32.225 INFO O| Sep 12 21:21:32.225 INFO STEP 210 (remove_files) COMPLETE
64032026-09-12T21:21:33.298Z[ recovery-image] Sep 12 21:21:32.225 INFO O| Sep 12 21:21:32.225 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-09-12T21:21:33.308Z[ recovery-image] Sep 12 21:21:32.235 INFO O| Sep 12 21:21:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
64052026-09-12T21:21:33.308Z[ recovery-image] Sep 12 21:21:32.235 INFO O| Sep 12 21:21:32.235 INFO STEP 211 (remove_files) COMPLETE
64062026-09-12T21:21:33.308Z[ recovery-image] Sep 12 21:21:32.235 INFO O| Sep 12 21:21:32.235 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-12T21:21:33.316Z[ recovery-image] Sep 12 21:21:32.244 INFO O| Sep 12 21:21:32.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
64082026-09-12T21:21:33.317Z[ recovery-image] Sep 12 21:21:32.244 INFO O| Sep 12 21:21:32.244 INFO STEP 212 (remove_files) COMPLETE
64092026-09-12T21:21:33.317Z[ recovery-image] Sep 12 21:21:32.244 INFO O| Sep 12 21:21:32.244 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-12T21:21:33.331Z[ recovery-image] Sep 12 21:21:32.254 INFO O| Sep 12 21:21:32.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
64112026-09-12T21:21:33.331Z[ recovery-image] Sep 12 21:21:32.254 INFO O| Sep 12 21:21:32.254 INFO STEP 213 (remove_files) COMPLETE
64122026-09-12T21:21:33.336Z[ recovery-image] Sep 12 21:21:32.254 INFO O| Sep 12 21:21:32.254 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-12T21:21:33.340Z[ recovery-image] Sep 12 21:21:32.265 INFO O| Sep 12 21:21:32.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
64142026-09-12T21:21:33.340Z[ recovery-image] Sep 12 21:21:32.265 INFO O| Sep 12 21:21:32.265 INFO STEP 214 (remove_files) COMPLETE
64152026-09-12T21:21:33.340Z[ recovery-image] Sep 12 21:21:32.265 INFO O| Sep 12 21:21:32.265 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-12T21:21:33.347Z[ recovery-image] Sep 12 21:21:32.275 INFO O| Sep 12 21:21:32.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
64172026-09-12T21:21:33.347Z[ recovery-image] Sep 12 21:21:32.275 INFO O| Sep 12 21:21:32.275 INFO STEP 215 (remove_files) COMPLETE
64182026-09-12T21:21:33.347Z[ recovery-image] Sep 12 21:21:32.275 INFO O| Sep 12 21:21:32.275 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-12T21:21:33.350Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64202026-09-12T21:21:33.357Z[ recovery-image] Sep 12 21:21:32.284 INFO O| Sep 12 21:21:32.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
64212026-09-12T21:21:33.360Z[ recovery-image] Sep 12 21:21:32.285 INFO O| Sep 12 21:21:32.285 INFO STEP 216 (remove_files) COMPLETE
64222026-09-12T21:21:33.360Z[ recovery-image] Sep 12 21:21:32.285 INFO O| Sep 12 21:21:32.285 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-09-12T21:21:33.368Z[ recovery-image] Sep 12 21:21:32.296 INFO O| Sep 12 21:21:32.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
64242026-09-12T21:21:33.369Z[ recovery-image] Sep 12 21:21:32.296 INFO O| Sep 12 21:21:32.296 INFO STEP 217 (remove_files) COMPLETE
64252026-09-12T21:21:33.370Z[ recovery-image] Sep 12 21:21:32.296 INFO O| Sep 12 21:21:32.296 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-09-12T21:21:33.379Z[ recovery-image] Sep 12 21:21:32.307 INFO O| Sep 12 21:21:32.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
64272026-09-12T21:21:33.379Z[ recovery-image] Sep 12 21:21:32.307 INFO O| Sep 12 21:21:32.307 INFO STEP 218 (remove_files) COMPLETE
64282026-09-12T21:21:33.379Z[ recovery-image] Sep 12 21:21:32.307 INFO O| Sep 12 21:21:32.307 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-09-12T21:21:33.389Z[ recovery-image] Sep 12 21:21:32.317 INFO O| Sep 12 21:21:32.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
64302026-09-12T21:21:33.389Z[ recovery-image] Sep 12 21:21:32.317 INFO O| Sep 12 21:21:32.317 INFO STEP 219 (remove_files) COMPLETE
64312026-09-12T21:21:33.389Z[ recovery-image] Sep 12 21:21:32.317 INFO O| Sep 12 21:21:32.317 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-09-12T21:21:33.398Z[ recovery-image] Sep 12 21:21:32.326 INFO O| Sep 12 21:21:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
64332026-09-12T21:21:33.398Z[ recovery-image] Sep 12 21:21:32.326 INFO O| Sep 12 21:21:32.326 INFO STEP 220 (remove_files) COMPLETE
64342026-09-12T21:21:33.399Z[ recovery-image] Sep 12 21:21:32.326 INFO O| Sep 12 21:21:32.326 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-09-12T21:21:33.408Z[ recovery-image] Sep 12 21:21:32.336 INFO O| Sep 12 21:21:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
64362026-09-12T21:21:33.408Z[ recovery-image] Sep 12 21:21:32.336 INFO O| Sep 12 21:21:32.336 INFO STEP 221 (remove_files) COMPLETE
64372026-09-12T21:21:33.412Z[ recovery-image] Sep 12 21:21:32.336 INFO O| Sep 12 21:21:32.336 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-09-12T21:21:33.418Z[ recovery-image] Sep 12 21:21:32.345 INFO O| Sep 12 21:21:32.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
64392026-09-12T21:21:33.419Z[ recovery-image] Sep 12 21:21:32.345 INFO O| Sep 12 21:21:32.345 INFO STEP 222 (remove_files) COMPLETE
64402026-09-12T21:21:33.422Z[ recovery-image] Sep 12 21:21:32.345 INFO O| Sep 12 21:21:32.345 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-09-12T21:21:33.429Z[ recovery-image] Sep 12 21:21:32.357 INFO O| Sep 12 21:21:32.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
64422026-09-12T21:21:33.429Z[ recovery-image] Sep 12 21:21:32.357 INFO O| Sep 12 21:21:32.357 INFO STEP 223 (remove_files) COMPLETE
64432026-09-12T21:21:33.429Z[ recovery-image] Sep 12 21:21:32.357 INFO O| Sep 12 21:21:32.357 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-09-12T21:21:33.439Z[ recovery-image] Sep 12 21:21:32.367 INFO O| Sep 12 21:21:32.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
64452026-09-12T21:21:33.439Z[ recovery-image] Sep 12 21:21:32.367 INFO O| Sep 12 21:21:32.367 INFO STEP 224 (remove_files) COMPLETE
64462026-09-12T21:21:33.439Z[ recovery-image] Sep 12 21:21:32.367 INFO O| Sep 12 21:21:32.367 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-09-12T21:21:33.451Z[ recovery-image] Sep 12 21:21:32.378 INFO O| Sep 12 21:21:32.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
64482026-09-12T21:21:33.451Z[ recovery-image] Sep 12 21:21:32.378 INFO O| Sep 12 21:21:32.378 INFO STEP 225 (remove_files) COMPLETE
64492026-09-12T21:21:33.451Z[ recovery-image] Sep 12 21:21:32.378 INFO O| Sep 12 21:21:32.378 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-09-12T21:21:33.461Z[ recovery-image] Sep 12 21:21:32.389 INFO O| Sep 12 21:21:32.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64512026-09-12T21:21:33.461Z[ recovery-image] Sep 12 21:21:32.389 INFO O| Sep 12 21:21:32.389 INFO STEP 226 (remove_files) COMPLETE
64522026-09-12T21:21:33.461Z[ recovery-image] Sep 12 21:21:32.389 INFO O| Sep 12 21:21:32.389 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-09-12T21:21:33.472Z[ recovery-image] Sep 12 21:21:32.399 INFO O| Sep 12 21:21:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
64542026-09-12T21:21:33.472Z[ recovery-image] Sep 12 21:21:32.400 INFO O| Sep 12 21:21:32.399 INFO STEP 227 (remove_files) COMPLETE
64552026-09-12T21:21:33.473Z[ recovery-image] Sep 12 21:21:32.400 INFO O| Sep 12 21:21:32.400 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-09-12T21:21:33.485Z[ recovery-image] Sep 12 21:21:32.412 INFO O| Sep 12 21:21:32.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
64572026-09-12T21:21:33.485Z[ recovery-image] Sep 12 21:21:32.413 INFO O| Sep 12 21:21:32.413 INFO STEP 228 (remove_files) COMPLETE
64582026-09-12T21:21:33.485Z[ recovery-image] Sep 12 21:21:32.413 INFO O| Sep 12 21:21:32.413 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-12T21:21:33.495Z[ recovery-image] Sep 12 21:21:32.423 INFO O| Sep 12 21:21:32.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
64602026-09-12T21:21:33.495Z[ recovery-image] Sep 12 21:21:32.423 INFO O| Sep 12 21:21:32.423 INFO STEP 229 (remove_files) COMPLETE
64612026-09-12T21:21:33.495Z[ recovery-image] Sep 12 21:21:32.423 INFO O| Sep 12 21:21:32.423 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-12T21:21:33.505Z[ recovery-image] Sep 12 21:21:32.433 INFO O| Sep 12 21:21:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
64632026-09-12T21:21:33.505Z[ recovery-image] Sep 12 21:21:32.433 INFO O| Sep 12 21:21:32.432 INFO STEP 230 (remove_files) COMPLETE
64642026-09-12T21:21:33.505Z[ recovery-image] Sep 12 21:21:32.433 INFO O| Sep 12 21:21:32.432 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-12T21:21:33.514Z[ recovery-image] Sep 12 21:21:32.441 INFO O| Sep 12 21:21:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
64662026-09-12T21:21:33.514Z[ recovery-image] Sep 12 21:21:32.441 INFO O| Sep 12 21:21:32.441 INFO STEP 231 (remove_files) COMPLETE
64672026-09-12T21:21:33.514Z[ recovery-image] Sep 12 21:21:32.441 INFO O| Sep 12 21:21:32.441 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-12T21:21:33.524Z[ recovery-image] Sep 12 21:21:32.452 INFO O| Sep 12 21:21:32.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
64692026-09-12T21:21:33.524Z[ recovery-image] Sep 12 21:21:32.452 INFO O| Sep 12 21:21:32.452 INFO STEP 232 (remove_files) COMPLETE
64702026-09-12T21:21:33.524Z[ recovery-image] Sep 12 21:21:32.452 INFO O| Sep 12 21:21:32.452 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-12T21:21:33.533Z[ recovery-image] Sep 12 21:21:32.461 INFO O| Sep 12 21:21:32.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
64722026-09-12T21:21:33.533Z[ recovery-image] Sep 12 21:21:32.461 INFO O| Sep 12 21:21:32.461 INFO STEP 233 (remove_files) COMPLETE
64732026-09-12T21:21:33.533Z[ recovery-image] Sep 12 21:21:32.461 INFO O| Sep 12 21:21:32.461 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-12T21:21:33.542Z[ recovery-image] Sep 12 21:21:32.470 INFO O| Sep 12 21:21:32.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
64752026-09-12T21:21:33.542Z[ recovery-image] Sep 12 21:21:32.470 INFO O| Sep 12 21:21:32.470 INFO STEP 234 (remove_files) COMPLETE
64762026-09-12T21:21:33.545Z[ recovery-image] Sep 12 21:21:32.470 INFO O| Sep 12 21:21:32.470 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-12T21:21:33.550Z[ recovery-image] Sep 12 21:21:32.478 INFO O| Sep 12 21:21:32.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64782026-09-12T21:21:33.550Z[ recovery-image] Sep 12 21:21:32.478 INFO O| Sep 12 21:21:32.478 INFO STEP 235 (remove_files) COMPLETE
64792026-09-12T21:21:33.550Z[ recovery-image] Sep 12 21:21:32.478 INFO O| Sep 12 21:21:32.478 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-12T21:21:33.559Z[ recovery-image] Sep 12 21:21:32.486 INFO O| Sep 12 21:21:32.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64812026-09-12T21:21:33.559Z[ recovery-image] Sep 12 21:21:32.486 INFO O| Sep 12 21:21:32.486 INFO STEP 236 (remove_files) COMPLETE
64822026-09-12T21:21:33.559Z[ recovery-image] Sep 12 21:21:32.486 INFO O| Sep 12 21:21:32.486 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-09-12T21:21:33.568Z[ recovery-image] Sep 12 21:21:32.495 INFO O| Sep 12 21:21:32.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64842026-09-12T21:21:33.568Z[ recovery-image] Sep 12 21:21:32.495 INFO O| Sep 12 21:21:32.495 INFO STEP 237 (remove_files) COMPLETE
64852026-09-12T21:21:33.568Z[ recovery-image] Sep 12 21:21:32.495 INFO O| Sep 12 21:21:32.495 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-09-12T21:21:33.575Z[ recovery-image] Sep 12 21:21:32.503 INFO O| Sep 12 21:21:32.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64872026-09-12T21:21:33.575Z[ recovery-image] Sep 12 21:21:32.503 INFO O| Sep 12 21:21:32.503 INFO STEP 238 (remove_files) COMPLETE
64882026-09-12T21:21:33.579Z[ recovery-image] Sep 12 21:21:32.503 INFO O| Sep 12 21:21:32.503 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-12T21:21:33.584Z[ recovery-image] Sep 12 21:21:32.512 INFO O| Sep 12 21:21:32.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64902026-09-12T21:21:33.584Z[ recovery-image] Sep 12 21:21:32.512 INFO O| Sep 12 21:21:32.512 INFO STEP 239 (remove_files) COMPLETE
64912026-09-12T21:21:33.584Z[ recovery-image] Sep 12 21:21:32.512 INFO O| Sep 12 21:21:32.512 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-12T21:21:33.593Z[ recovery-image] Sep 12 21:21:32.521 INFO O| Sep 12 21:21:32.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64932026-09-12T21:21:33.593Z[ recovery-image] Sep 12 21:21:32.521 INFO O| Sep 12 21:21:32.521 INFO STEP 240 (remove_files) COMPLETE
64942026-09-12T21:21:33.596Z[ recovery-image] Sep 12 21:21:32.521 INFO O| Sep 12 21:21:32.521 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-09-12T21:21:33.602Z[ recovery-image] Sep 12 21:21:32.530 INFO O| Sep 12 21:21:32.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64962026-09-12T21:21:33.606Z[ recovery-image] Sep 12 21:21:32.531 INFO O| Sep 12 21:21:32.531 INFO STEP 241 (remove_files) COMPLETE
64972026-09-12T21:21:33.606Z[ recovery-image] Sep 12 21:21:32.531 INFO O| Sep 12 21:21:32.531 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-09-12T21:21:33.613Z[ recovery-image] Sep 12 21:21:32.540 INFO O| Sep 12 21:21:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64992026-09-12T21:21:33.613Z[ recovery-image] Sep 12 21:21:32.540 INFO O| Sep 12 21:21:32.540 INFO STEP 242 (remove_files) COMPLETE
65002026-09-12T21:21:33.614Z[ recovery-image] Sep 12 21:21:32.540 INFO O| Sep 12 21:21:32.540 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-09-12T21:21:33.622Z[ recovery-image] Sep 12 21:21:32.550 INFO O| Sep 12 21:21:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
65022026-09-12T21:21:33.625Z[ recovery-image] Sep 12 21:21:32.551 INFO O| Sep 12 21:21:32.551 INFO STEP 243 (remove_files) COMPLETE
65032026-09-12T21:21:33.625Z[ recovery-image] Sep 12 21:21:32.551 INFO O| Sep 12 21:21:32.551 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-09-12T21:21:33.632Z[ recovery-image] Sep 12 21:21:32.560 INFO O| Sep 12 21:21:32.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
65052026-09-12T21:21:33.632Z[ recovery-image] Sep 12 21:21:32.560 INFO O| Sep 12 21:21:32.560 INFO STEP 244 (remove_files) COMPLETE
65062026-09-12T21:21:33.636Z[ recovery-image] Sep 12 21:21:32.560 INFO O| Sep 12 21:21:32.560 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-12T21:21:33.642Z[ recovery-image] Sep 12 21:21:32.570 INFO O| Sep 12 21:21:32.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
65082026-09-12T21:21:33.642Z[ recovery-image] Sep 12 21:21:32.570 INFO O| Sep 12 21:21:32.570 INFO STEP 245 (remove_files) COMPLETE
65092026-09-12T21:21:33.645Z[ recovery-image] Sep 12 21:21:32.570 INFO O| Sep 12 21:21:32.570 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-12T21:21:33.651Z[ recovery-image] Sep 12 21:21:32.579 INFO O| Sep 12 21:21:32.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
65112026-09-12T21:21:33.651Z[ recovery-image] Sep 12 21:21:32.579 INFO O| Sep 12 21:21:32.579 INFO STEP 246 (remove_files) COMPLETE
65122026-09-12T21:21:33.654Z[ recovery-image] Sep 12 21:21:32.579 INFO O| Sep 12 21:21:32.579 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-12T21:21:33.661Z[ recovery-image] Sep 12 21:21:32.589 INFO O| Sep 12 21:21:32.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
65142026-09-12T21:21:33.661Z[ recovery-image] Sep 12 21:21:32.589 INFO O| Sep 12 21:21:32.589 INFO STEP 247 (remove_files) COMPLETE
65152026-09-12T21:21:33.662Z[ recovery-image] Sep 12 21:21:32.589 INFO O| Sep 12 21:21:32.589 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-09-12T21:21:33.671Z[ recovery-image] Sep 12 21:21:32.599 INFO O| Sep 12 21:21:32.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
65172026-09-12T21:21:33.671Z[ recovery-image] Sep 12 21:21:32.599 INFO O| Sep 12 21:21:32.598 INFO STEP 248 (remove_files) COMPLETE
65182026-09-12T21:21:33.675Z[ recovery-image] Sep 12 21:21:32.599 INFO O| Sep 12 21:21:32.598 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-09-12T21:21:33.679Z[ recovery-image] Sep 12 21:21:32.607 INFO O| Sep 12 21:21:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
65202026-09-12T21:21:33.679Z[ recovery-image] Sep 12 21:21:32.607 INFO O| Sep 12 21:21:32.607 INFO STEP 249 (remove_files) COMPLETE
65212026-09-12T21:21:33.679Z[ recovery-image] Sep 12 21:21:32.607 INFO O| Sep 12 21:21:32.607 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-09-12T21:21:33.688Z[ recovery-image] Sep 12 21:21:32.615 INFO O| Sep 12 21:21:32.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
65232026-09-12T21:21:33.691Z[ recovery-image] Sep 12 21:21:32.616 INFO O| Sep 12 21:21:32.616 INFO STEP 250 (remove_files) COMPLETE
65242026-09-12T21:21:33.691Z[ recovery-image] Sep 12 21:21:32.616 INFO O| Sep 12 21:21:32.616 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-12T21:21:33.698Z[ recovery-image] Sep 12 21:21:32.625 INFO O| Sep 12 21:21:32.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
65262026-09-12T21:21:33.698Z[ recovery-image] Sep 12 21:21:32.625 INFO O| Sep 12 21:21:32.625 INFO STEP 251 (remove_files) COMPLETE
65272026-09-12T21:21:33.698Z[ recovery-image] Sep 12 21:21:32.625 INFO O| Sep 12 21:21:32.625 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-09-12T21:21:33.708Z[ recovery-image] Sep 12 21:21:32.635 INFO O| Sep 12 21:21:32.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
65292026-09-12T21:21:33.708Z[ recovery-image] Sep 12 21:21:32.635 INFO O| Sep 12 21:21:32.635 INFO STEP 252 (remove_files) COMPLETE
65302026-09-12T21:21:33.708Z[ recovery-image] Sep 12 21:21:32.635 INFO O| Sep 12 21:21:32.635 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-09-12T21:21:33.718Z[ recovery-image] Sep 12 21:21:32.646 INFO O| Sep 12 21:21:32.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
65322026-09-12T21:21:33.718Z[ recovery-image] Sep 12 21:21:32.646 INFO O| Sep 12 21:21:32.646 INFO STEP 253 (remove_files) COMPLETE
65332026-09-12T21:21:33.718Z[ recovery-image] Sep 12 21:21:32.646 INFO O| Sep 12 21:21:32.646 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-09-12T21:21:33.728Z[ recovery-image] Sep 12 21:21:32.656 INFO O| Sep 12 21:21:32.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
65352026-09-12T21:21:33.728Z[ recovery-image] Sep 12 21:21:32.656 INFO O| Sep 12 21:21:32.656 INFO STEP 254 (remove_files) COMPLETE
65362026-09-12T21:21:33.728Z[ recovery-image] Sep 12 21:21:32.656 INFO O| Sep 12 21:21:32.656 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-09-12T21:21:33.738Z[ recovery-image] Sep 12 21:21:32.666 INFO O| Sep 12 21:21:32.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
65382026-09-12T21:21:33.738Z[ recovery-image] Sep 12 21:21:32.666 INFO O| Sep 12 21:21:32.666 INFO STEP 255 (remove_files) COMPLETE
65392026-09-12T21:21:33.738Z[ recovery-image] Sep 12 21:21:32.666 INFO O| Sep 12 21:21:32.666 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-09-12T21:21:33.749Z[ recovery-image] Sep 12 21:21:32.676 INFO O| Sep 12 21:21:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
65412026-09-12T21:21:33.749Z[ recovery-image] Sep 12 21:21:32.676 INFO O| Sep 12 21:21:32.676 INFO STEP 256 (remove_files) COMPLETE
65422026-09-12T21:21:33.752Z[ recovery-image] Sep 12 21:21:32.676 INFO O| Sep 12 21:21:32.676 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-12T21:21:33.758Z[ recovery-image] Sep 12 21:21:32.686 INFO O| Sep 12 21:21:32.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
65442026-09-12T21:21:33.758Z[ recovery-image] Sep 12 21:21:32.686 INFO O| Sep 12 21:21:32.686 INFO STEP 257 (remove_files) COMPLETE
65452026-09-12T21:21:33.758Z[ recovery-image] Sep 12 21:21:32.686 INFO O| Sep 12 21:21:32.686 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-12T21:21:33.767Z[ recovery-image] Sep 12 21:21:32.695 INFO O| Sep 12 21:21:32.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
65472026-09-12T21:21:33.767Z[ recovery-image] Sep 12 21:21:32.695 INFO O| Sep 12 21:21:32.695 INFO STEP 258 (remove_files) COMPLETE
65482026-09-12T21:21:33.767Z[ recovery-image] Sep 12 21:21:32.695 INFO O| Sep 12 21:21:32.695 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-12T21:21:33.778Z[ recovery-image] Sep 12 21:21:32.705 INFO O| Sep 12 21:21:32.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65502026-09-12T21:21:33.778Z[ recovery-image] Sep 12 21:21:32.706 INFO O| Sep 12 21:21:32.706 INFO STEP 259 (remove_files) COMPLETE
65512026-09-12T21:21:33.778Z[ recovery-image] Sep 12 21:21:32.706 INFO O| Sep 12 21:21:32.706 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-12T21:21:33.788Z[ recovery-image] Sep 12 21:21:32.716 INFO O| Sep 12 21:21:32.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
65532026-09-12T21:21:33.788Z[ recovery-image] Sep 12 21:21:32.716 INFO O| Sep 12 21:21:32.716 INFO STEP 260 (remove_files) COMPLETE
65542026-09-12T21:21:33.788Z[ recovery-image] Sep 12 21:21:32.716 INFO O| Sep 12 21:21:32.716 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-12T21:21:33.798Z[ recovery-image] Sep 12 21:21:32.726 INFO O| Sep 12 21:21:32.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
65562026-09-12T21:21:33.798Z[ recovery-image] Sep 12 21:21:32.726 INFO O| Sep 12 21:21:32.726 INFO STEP 261 (remove_files) COMPLETE
65572026-09-12T21:21:33.801Z[ recovery-image] Sep 12 21:21:32.726 INFO O| Sep 12 21:21:32.726 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-12T21:21:33.808Z[ recovery-image] Sep 12 21:21:32.735 INFO O| Sep 12 21:21:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
65592026-09-12T21:21:33.808Z[ recovery-image] Sep 12 21:21:32.735 INFO O| Sep 12 21:21:32.735 INFO STEP 262 (remove_files) COMPLETE
65602026-09-12T21:21:33.808Z[ recovery-image] Sep 12 21:21:32.735 INFO O| Sep 12 21:21:32.735 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-12T21:21:33.817Z[ recovery-image] Sep 12 21:21:32.745 INFO O| Sep 12 21:21:32.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
65622026-09-12T21:21:33.817Z[ recovery-image] Sep 12 21:21:32.745 INFO O| Sep 12 21:21:32.745 INFO STEP 263 (remove_files) COMPLETE
65632026-09-12T21:21:33.817Z[ recovery-image] Sep 12 21:21:32.745 INFO O| Sep 12 21:21:32.745 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-12T21:21:33.828Z[ recovery-image] Sep 12 21:21:32.756 INFO O| Sep 12 21:21:32.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
65652026-09-12T21:21:33.828Z[ recovery-image] Sep 12 21:21:32.756 INFO O| Sep 12 21:21:32.756 INFO STEP 264 (remove_files) COMPLETE
65662026-09-12T21:21:33.828Z[ recovery-image] Sep 12 21:21:32.756 INFO O| Sep 12 21:21:32.756 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-12T21:21:33.833Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65682026-09-12T21:21:33.838Z[ recovery-image] Sep 12 21:21:32.765 INFO O| Sep 12 21:21:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
65692026-09-12T21:21:33.838Z[ recovery-image] Sep 12 21:21:32.765 INFO O| Sep 12 21:21:32.765 INFO STEP 265 (remove_files) COMPLETE
65702026-09-12T21:21:33.841Z[ recovery-image] Sep 12 21:21:32.765 INFO O| Sep 12 21:21:32.765 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-12T21:21:33.848Z[ recovery-image] Sep 12 21:21:32.776 INFO O| Sep 12 21:21:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
65722026-09-12T21:21:33.848Z[ recovery-image] Sep 12 21:21:32.776 INFO O| Sep 12 21:21:32.776 INFO STEP 266 (remove_files) COMPLETE
65732026-09-12T21:21:33.848Z[ recovery-image] Sep 12 21:21:32.776 INFO O| Sep 12 21:21:32.776 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-12T21:21:33.861Z[ recovery-image] Sep 12 21:21:32.786 INFO O| Sep 12 21:21:32.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
65752026-09-12T21:21:33.862Z[ recovery-image] Sep 12 21:21:32.786 INFO O| Sep 12 21:21:32.786 INFO STEP 267 (remove_files) COMPLETE
65762026-09-12T21:21:33.862Z[ recovery-image] Sep 12 21:21:32.786 INFO O| Sep 12 21:21:32.786 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-12T21:21:33.868Z[ recovery-image] Sep 12 21:21:32.795 INFO O| Sep 12 21:21:32.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65782026-09-12T21:21:33.870Z[ recovery-image] Sep 12 21:21:32.796 INFO O| Sep 12 21:21:32.796 INFO STEP 268 (remove_files) COMPLETE
65792026-09-12T21:21:33.871Z[ recovery-image] Sep 12 21:21:32.796 INFO O| Sep 12 21:21:32.796 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-12T21:21:33.877Z[ recovery-image] Sep 12 21:21:32.805 INFO O| Sep 12 21:21:32.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65812026-09-12T21:21:33.877Z[ recovery-image] Sep 12 21:21:32.805 INFO O| Sep 12 21:21:32.805 INFO STEP 269 (remove_files) COMPLETE
65822026-09-12T21:21:33.877Z[ recovery-image] Sep 12 21:21:32.805 INFO O| Sep 12 21:21:32.805 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-12T21:21:33.888Z[ recovery-image] Sep 12 21:21:32.815 INFO O| Sep 12 21:21:32.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65842026-09-12T21:21:33.888Z[ recovery-image] Sep 12 21:21:32.815 INFO O| Sep 12 21:21:32.815 INFO STEP 270 (remove_files) COMPLETE
65852026-09-12T21:21:33.888Z[ recovery-image] Sep 12 21:21:32.815 INFO O| Sep 12 21:21:32.815 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-12T21:21:33.897Z[ recovery-image] Sep 12 21:21:32.825 INFO O| Sep 12 21:21:32.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65872026-09-12T21:21:33.897Z[ recovery-image] Sep 12 21:21:32.825 INFO O| Sep 12 21:21:32.825 INFO STEP 271 (remove_files) COMPLETE
65882026-09-12T21:21:33.897Z[ recovery-image] Sep 12 21:21:32.825 INFO O| Sep 12 21:21:32.825 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-12T21:21:33.907Z[ recovery-image] Sep 12 21:21:32.835 INFO O| Sep 12 21:21:32.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65902026-09-12T21:21:33.907Z[ recovery-image] Sep 12 21:21:32.835 INFO O| Sep 12 21:21:32.835 INFO STEP 272 (remove_files) COMPLETE
65912026-09-12T21:21:33.907Z[ recovery-image] Sep 12 21:21:32.835 INFO O| Sep 12 21:21:32.835 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-12T21:21:33.917Z[ recovery-image] Sep 12 21:21:32.844 INFO O| Sep 12 21:21:32.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65932026-09-12T21:21:33.917Z[ recovery-image] Sep 12 21:21:32.844 INFO O| Sep 12 21:21:32.844 INFO STEP 273 (remove_files) COMPLETE
65942026-09-12T21:21:33.917Z[ recovery-image] Sep 12 21:21:32.844 INFO O| Sep 12 21:21:32.844 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-12T21:21:33.926Z[ recovery-image] Sep 12 21:21:32.854 INFO O| Sep 12 21:21:32.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65962026-09-12T21:21:33.926Z[ recovery-image] Sep 12 21:21:32.854 INFO O| Sep 12 21:21:32.854 INFO STEP 274 (remove_files) COMPLETE
65972026-09-12T21:21:33.926Z[ recovery-image] Sep 12 21:21:32.854 INFO O| Sep 12 21:21:32.854 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-12T21:21:33.935Z[ recovery-image] Sep 12 21:21:32.862 INFO O| Sep 12 21:21:32.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65992026-09-12T21:21:33.935Z[ recovery-image] Sep 12 21:21:32.862 INFO O| Sep 12 21:21:32.862 INFO STEP 275 (remove_files) COMPLETE
66002026-09-12T21:21:33.935Z[ recovery-image] Sep 12 21:21:32.862 INFO O| Sep 12 21:21:32.862 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-12T21:21:33.945Z[ recovery-image] Sep 12 21:21:32.873 INFO O| Sep 12 21:21:32.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
66022026-09-12T21:21:33.945Z[ recovery-image] Sep 12 21:21:32.873 INFO O| Sep 12 21:21:32.873 INFO STEP 276 (remove_files) COMPLETE
66032026-09-12T21:21:33.945Z[ recovery-image] Sep 12 21:21:32.873 INFO O| Sep 12 21:21:32.873 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-09-12T21:21:33.955Z[ recovery-image] Sep 12 21:21:32.883 INFO O| Sep 12 21:21:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
66052026-09-12T21:21:33.956Z[ recovery-image] Sep 12 21:21:32.883 INFO O| Sep 12 21:21:32.883 INFO STEP 277 (remove_files) COMPLETE
66062026-09-12T21:21:33.959Z[ recovery-image] Sep 12 21:21:32.883 INFO O| Sep 12 21:21:32.883 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-12T21:21:33.965Z[ recovery-image] Sep 12 21:21:32.893 INFO O| Sep 12 21:21:32.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
66082026-09-12T21:21:33.965Z[ recovery-image] Sep 12 21:21:32.893 INFO O| Sep 12 21:21:32.893 INFO STEP 278 (remove_files) COMPLETE
66092026-09-12T21:21:33.969Z[ recovery-image] Sep 12 21:21:32.893 INFO O| Sep 12 21:21:32.893 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-12T21:21:33.976Z[ recovery-image] Sep 12 21:21:32.903 INFO O| Sep 12 21:21:32.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
66112026-09-12T21:21:33.976Z[ recovery-image] Sep 12 21:21:32.903 INFO O| Sep 12 21:21:32.903 INFO STEP 279 (remove_files) COMPLETE
66122026-09-12T21:21:33.976Z[ recovery-image] Sep 12 21:21:32.903 INFO O| Sep 12 21:21:32.903 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-12T21:21:33.986Z[ recovery-image] Sep 12 21:21:32.913 INFO O| Sep 12 21:21:32.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
66142026-09-12T21:21:33.986Z[ recovery-image] Sep 12 21:21:32.913 INFO O| Sep 12 21:21:32.913 INFO STEP 280 (remove_files) COMPLETE
66152026-09-12T21:21:33.986Z[ recovery-image] Sep 12 21:21:32.913 INFO O| Sep 12 21:21:32.913 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-12T21:21:33.996Z[ recovery-image] Sep 12 21:21:32.923 INFO O| Sep 12 21:21:32.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
66172026-09-12T21:21:33.996Z[ recovery-image] Sep 12 21:21:32.923 INFO O| Sep 12 21:21:32.923 INFO STEP 281 (remove_files) COMPLETE
66182026-09-12T21:21:33.996Z[ recovery-image] Sep 12 21:21:32.923 INFO O| Sep 12 21:21:32.923 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-12T21:21:34.006Z[ recovery-image] Sep 12 21:21:32.934 INFO O| Sep 12 21:21:32.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
66202026-09-12T21:21:34.006Z[ recovery-image] Sep 12 21:21:32.934 INFO O| Sep 12 21:21:32.934 INFO STEP 282 (remove_files) COMPLETE
66212026-09-12T21:21:34.008Z[ recovery-image] Sep 12 21:21:32.934 INFO O| Sep 12 21:21:32.934 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-09-12T21:21:34.016Z[ recovery-image] Sep 12 21:21:32.944 INFO O| Sep 12 21:21:32.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
66232026-09-12T21:21:34.016Z[ recovery-image] Sep 12 21:21:32.944 INFO O| Sep 12 21:21:32.944 INFO STEP 283 (remove_files) COMPLETE
66242026-09-12T21:21:34.016Z[ recovery-image] Sep 12 21:21:32.944 INFO O| Sep 12 21:21:32.944 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-09-12T21:21:34.026Z[ recovery-image] Sep 12 21:21:32.953 INFO O| Sep 12 21:21:32.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
66262026-09-12T21:21:34.026Z[ recovery-image] Sep 12 21:21:32.953 INFO O| Sep 12 21:21:32.953 INFO STEP 284 (remove_files) COMPLETE
66272026-09-12T21:21:34.029Z[ recovery-image] Sep 12 21:21:32.953 INFO O| Sep 12 21:21:32.953 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-09-12T21:21:34.035Z[ recovery-image] Sep 12 21:21:32.962 INFO O| Sep 12 21:21:32.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
66292026-09-12T21:21:34.035Z[ recovery-image] Sep 12 21:21:32.963 INFO O| Sep 12 21:21:32.963 INFO STEP 285 (remove_files) COMPLETE
66302026-09-12T21:21:34.035Z[ recovery-image] Sep 12 21:21:32.963 INFO O| Sep 12 21:21:32.963 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-09-12T21:21:34.044Z[ recovery-image] Sep 12 21:21:32.971 INFO O| Sep 12 21:21:32.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
66322026-09-12T21:21:34.044Z[ recovery-image] Sep 12 21:21:32.971 INFO O| Sep 12 21:21:32.971 INFO STEP 286 (remove_files) COMPLETE
66332026-09-12T21:21:34.044Z[ recovery-image] Sep 12 21:21:32.971 INFO O| Sep 12 21:21:32.971 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-09-12T21:21:34.053Z[ recovery-image] Sep 12 21:21:32.981 INFO O| Sep 12 21:21:32.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
66352026-09-12T21:21:34.053Z[ recovery-image] Sep 12 21:21:32.981 INFO O| Sep 12 21:21:32.981 INFO STEP 287 (remove_files) COMPLETE
66362026-09-12T21:21:34.058Z[ recovery-image] Sep 12 21:21:32.981 INFO O| Sep 12 21:21:32.981 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-09-12T21:21:34.064Z[ recovery-image] Sep 12 21:21:32.991 INFO O| Sep 12 21:21:32.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
66382026-09-12T21:21:34.064Z[ recovery-image] Sep 12 21:21:32.991 INFO O| Sep 12 21:21:32.991 INFO STEP 288 (remove_files) COMPLETE
66392026-09-12T21:21:34.064Z[ recovery-image] Sep 12 21:21:32.991 INFO O| Sep 12 21:21:32.991 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-09-12T21:21:34.081Z[ recovery-image] Sep 12 21:21:33.002 INFO O| Sep 12 21:21:33.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
66412026-09-12T21:21:34.082Z[ recovery-image] Sep 12 21:21:33.002 INFO O| Sep 12 21:21:33.002 INFO STEP 289 (remove_files) COMPLETE
66422026-09-12T21:21:34.082Z[ recovery-image] Sep 12 21:21:33.003 INFO O| Sep 12 21:21:33.002 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-09-12T21:21:34.085Z[ recovery-image] Sep 12 21:21:33.012 INFO O| Sep 12 21:21:33.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
66442026-09-12T21:21:34.085Z[ recovery-image] Sep 12 21:21:33.012 INFO O| Sep 12 21:21:33.012 INFO STEP 290 (remove_files) COMPLETE
66452026-09-12T21:21:34.085Z[ recovery-image] Sep 12 21:21:33.012 INFO O| Sep 12 21:21:33.012 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-09-12T21:21:34.096Z[ recovery-image] Sep 12 21:21:33.023 INFO O| Sep 12 21:21:33.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
66472026-09-12T21:21:34.096Z[ recovery-image] Sep 12 21:21:33.023 INFO O| Sep 12 21:21:33.023 INFO STEP 291 (remove_files) COMPLETE
66482026-09-12T21:21:34.100Z[ recovery-image] Sep 12 21:21:33.023 INFO O| Sep 12 21:21:33.023 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-09-12T21:21:34.110Z[ recovery-image] Sep 12 21:21:33.036 INFO O| Sep 12 21:21:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
66502026-09-12T21:21:34.119Z[ recovery-image] Sep 12 21:21:33.036 INFO O| Sep 12 21:21:33.036 INFO STEP 292 (remove_files) COMPLETE
66512026-09-12T21:21:34.119Z[ recovery-image] Sep 12 21:21:33.036 INFO O| Sep 12 21:21:33.036 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-09-12T21:21:34.123Z[ recovery-image] Sep 12 21:21:33.047 INFO O| Sep 12 21:21:33.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
66532026-09-12T21:21:34.123Z[ recovery-image] Sep 12 21:21:33.047 INFO O| Sep 12 21:21:33.046 INFO STEP 293 (remove_files) COMPLETE
66542026-09-12T21:21:34.123Z[ recovery-image] Sep 12 21:21:33.047 INFO O| Sep 12 21:21:33.046 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-09-12T21:21:34.129Z[ recovery-image] Sep 12 21:21:33.056 INFO O| Sep 12 21:21:33.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
66562026-09-12T21:21:34.129Z[ recovery-image] Sep 12 21:21:33.056 INFO O| Sep 12 21:21:33.056 INFO STEP 294 (remove_files) COMPLETE
66572026-09-12T21:21:34.129Z[verify-libraries] Compiling git2 v0.20.4
66582026-09-12T21:21:34.129Z[ recovery-image] Sep 12 21:21:33.056 INFO O| Sep 12 21:21:33.056 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-12T21:21:34.143Z[ recovery-image] Sep 12 21:21:33.070 INFO O| Sep 12 21:21:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
66602026-09-12T21:21:34.143Z[ recovery-image] Sep 12 21:21:33.070 INFO O| Sep 12 21:21:33.066 INFO STEP 295 (remove_files) COMPLETE
66612026-09-12T21:21:34.143Z[ recovery-image] Sep 12 21:21:33.070 INFO O| Sep 12 21:21:33.066 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-12T21:21:34.150Z[ recovery-image] Sep 12 21:21:33.077 INFO O| Sep 12 21:21:33.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
66632026-09-12T21:21:34.150Z[ recovery-image] Sep 12 21:21:33.077 INFO O| Sep 12 21:21:33.077 INFO STEP 296 (remove_files) COMPLETE
66642026-09-12T21:21:34.150Z[ recovery-image] Sep 12 21:21:33.077 INFO O| Sep 12 21:21:33.077 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-12T21:21:34.161Z[ recovery-image] Sep 12 21:21:33.088 INFO O| Sep 12 21:21:33.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
66662026-09-12T21:21:34.166Z[ recovery-image] Sep 12 21:21:33.088 INFO O| Sep 12 21:21:33.088 INFO STEP 297 (remove_files) COMPLETE
66672026-09-12T21:21:34.170Z[ recovery-image] Sep 12 21:21:33.088 INFO O| Sep 12 21:21:33.088 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-12T21:21:34.170Z[ recovery-image] Sep 12 21:21:33.096 INFO O| Sep 12 21:21:33.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
66692026-09-12T21:21:34.170Z[ recovery-image] Sep 12 21:21:33.096 INFO O| Sep 12 21:21:33.096 INFO STEP 298 (remove_files) COMPLETE
66702026-09-12T21:21:34.170Z[ recovery-image] Sep 12 21:21:33.096 INFO O| Sep 12 21:21:33.096 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-12T21:21:34.179Z[ recovery-image] Sep 12 21:21:33.107 INFO O| Sep 12 21:21:33.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
66722026-09-12T21:21:34.179Z[ recovery-image] Sep 12 21:21:33.107 INFO O| Sep 12 21:21:33.107 INFO STEP 299 (remove_files) COMPLETE
66732026-09-12T21:21:34.183Z[ recovery-image] Sep 12 21:21:33.107 INFO O| Sep 12 21:21:33.107 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-12T21:21:34.191Z[ recovery-image] Sep 12 21:21:33.117 INFO O| Sep 12 21:21:33.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66752026-09-12T21:21:34.191Z[ recovery-image] Sep 12 21:21:33.117 INFO O| Sep 12 21:21:33.117 INFO STEP 300 (remove_files) COMPLETE
66762026-09-12T21:21:34.191Z[ recovery-image] Sep 12 21:21:33.117 INFO O| Sep 12 21:21:33.117 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-12T21:21:34.201Z[ recovery-image] Sep 12 21:21:33.129 INFO O| Sep 12 21:21:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66782026-09-12T21:21:34.201Z[ recovery-image] Sep 12 21:21:33.129 INFO O| Sep 12 21:21:33.129 INFO STEP 301 (remove_files) COMPLETE
66792026-09-12T21:21:34.202Z[ recovery-image] Sep 12 21:21:33.129 INFO O| Sep 12 21:21:33.129 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-12T21:21:34.212Z[ recovery-image] Sep 12 21:21:33.139 INFO O| Sep 12 21:21:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66812026-09-12T21:21:34.212Z[ recovery-image] Sep 12 21:21:33.139 INFO O| Sep 12 21:21:33.139 INFO STEP 302 (remove_files) COMPLETE
66822026-09-12T21:21:34.212Z[ recovery-image] Sep 12 21:21:33.139 INFO O| Sep 12 21:21:33.139 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-12T21:21:34.223Z[ recovery-image] Sep 12 21:21:33.151 INFO O| Sep 12 21:21:33.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66842026-09-12T21:21:34.223Z[ recovery-image] Sep 12 21:21:33.151 INFO O| Sep 12 21:21:33.151 INFO STEP 303 (remove_files) COMPLETE
66852026-09-12T21:21:34.227Z[ recovery-image] Sep 12 21:21:33.151 INFO O| Sep 12 21:21:33.151 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-12T21:21:34.234Z[ recovery-image] Sep 12 21:21:33.161 INFO O| Sep 12 21:21:33.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66872026-09-12T21:21:34.237Z[ recovery-image] Sep 12 21:21:33.164 INFO O| Sep 12 21:21:33.164 INFO STEP 304 (remove_files) COMPLETE
66882026-09-12T21:21:34.237Z[ recovery-image] Sep 12 21:21:33.165 INFO O| Sep 12 21:21:33.164 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-12T21:21:34.248Z[ recovery-image] Sep 12 21:21:33.175 INFO O| Sep 12 21:21:33.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66902026-09-12T21:21:34.248Z[ recovery-image] Sep 12 21:21:33.175 INFO O| Sep 12 21:21:33.175 INFO STEP 305 (remove_files) COMPLETE
66912026-09-12T21:21:34.248Z[ recovery-image] Sep 12 21:21:33.175 INFO O| Sep 12 21:21:33.175 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-12T21:21:34.257Z[ recovery-image] Sep 12 21:21:33.185 INFO O| Sep 12 21:21:33.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66932026-09-12T21:21:34.257Z[ recovery-image] Sep 12 21:21:33.185 INFO O| Sep 12 21:21:33.185 INFO STEP 306 (remove_files) COMPLETE
66942026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.185 INFO O| Sep 12 21:21:33.185 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.195 INFO O| Sep 12 21:21:33.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66962026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.195 INFO O| Sep 12 21:21:33.195 INFO STEP 307 (remove_files) COMPLETE
66972026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.195 INFO O| Sep 12 21:21:33.195 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.205 INFO O| Sep 12 21:21:33.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66992026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.206 INFO O| Sep 12 21:21:33.205 INFO STEP 308 (remove_files) COMPLETE
67002026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.206 INFO O| Sep 12 21:21:33.205 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.216 INFO O| Sep 12 21:21:33.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
67022026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.216 INFO O| Sep 12 21:21:33.216 INFO STEP 309 (remove_files) COMPLETE
67032026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.216 INFO O| Sep 12 21:21:33.216 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.226 INFO O| Sep 12 21:21:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
67052026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.227 INFO O| Sep 12 21:21:33.226 INFO STEP 310 (remove_files) COMPLETE
67062026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.227 INFO O| Sep 12 21:21:33.227 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.238 INFO O| Sep 12 21:21:33.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
67082026-09-12T21:21:34.322Z[ recovery-image] Sep 12 21:21:33.238 INFO O| Sep 12 21:21:33.238 INFO STEP 311 (remove_files) COMPLETE
67092026-09-12T21:21:34.323Z[ recovery-image] Sep 12 21:21:33.238 INFO O| Sep 12 21:21:33.238 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-12T21:21:34.327Z[ recovery-image] Sep 12 21:21:33.248 INFO O| Sep 12 21:21:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
67112026-09-12T21:21:34.327Z[ recovery-image] Sep 12 21:21:33.248 INFO O| Sep 12 21:21:33.248 INFO STEP 312 (remove_files) COMPLETE
67122026-09-12T21:21:34.329Z[ recovery-image] Sep 12 21:21:33.248 INFO O| Sep 12 21:21:33.248 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-12T21:21:34.334Z[ recovery-image] Sep 12 21:21:33.259 INFO O| Sep 12 21:21:33.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
67142026-09-12T21:21:34.334Z[ recovery-image] Sep 12 21:21:33.259 INFO O| Sep 12 21:21:33.259 INFO STEP 313 (remove_files) COMPLETE
67152026-09-12T21:21:34.334Z[ recovery-image] Sep 12 21:21:33.259 INFO O| Sep 12 21:21:33.259 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-12T21:21:34.341Z[ recovery-image] Sep 12 21:21:33.268 INFO O| Sep 12 21:21:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
67172026-09-12T21:21:34.341Z[ recovery-image] Sep 12 21:21:33.269 INFO O| Sep 12 21:21:33.269 INFO STEP 314 (remove_files) COMPLETE
67182026-09-12T21:21:34.341Z[ recovery-image] Sep 12 21:21:33.269 INFO O| Sep 12 21:21:33.269 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-12T21:21:34.350Z[ recovery-image] Sep 12 21:21:33.278 INFO O| Sep 12 21:21:33.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
67202026-09-12T21:21:34.350Z[ recovery-image] Sep 12 21:21:33.278 INFO O| Sep 12 21:21:33.278 INFO STEP 315 (remove_files) COMPLETE
67212026-09-12T21:21:34.351Z[ recovery-image] Sep 12 21:21:33.278 INFO O| Sep 12 21:21:33.278 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-12T21:21:34.360Z[ recovery-image] Sep 12 21:21:33.288 INFO O| Sep 12 21:21:33.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
67232026-09-12T21:21:34.360Z[ recovery-image] Sep 12 21:21:33.288 INFO O| Sep 12 21:21:33.288 INFO STEP 316 (remove_files) COMPLETE
67242026-09-12T21:21:34.364Z[ recovery-image] Sep 12 21:21:33.288 INFO O| Sep 12 21:21:33.288 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-12T21:21:34.372Z[ recovery-image] Sep 12 21:21:33.299 INFO O| Sep 12 21:21:33.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
67262026-09-12T21:21:34.372Z[ recovery-image] Sep 12 21:21:33.299 INFO O| Sep 12 21:21:33.299 INFO STEP 317 (remove_files) COMPLETE
67272026-09-12T21:21:34.372Z[ recovery-image] Sep 12 21:21:33.299 INFO O| Sep 12 21:21:33.299 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-12T21:21:34.382Z[ recovery-image] Sep 12 21:21:33.310 INFO O| Sep 12 21:21:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
67292026-09-12T21:21:34.382Z[ recovery-image] Sep 12 21:21:33.310 INFO O| Sep 12 21:21:33.310 INFO STEP 318 (remove_files) COMPLETE
67302026-09-12T21:21:34.385Z[ recovery-image] Sep 12 21:21:33.310 INFO O| Sep 12 21:21:33.310 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-12T21:21:34.392Z[ recovery-image] Sep 12 21:21:33.319 INFO O| Sep 12 21:21:33.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
67322026-09-12T21:21:34.392Z[ recovery-image] Sep 12 21:21:33.319 INFO O| Sep 12 21:21:33.319 INFO STEP 319 (remove_files) COMPLETE
67332026-09-12T21:21:34.395Z[ recovery-image] Sep 12 21:21:33.319 INFO O| Sep 12 21:21:33.319 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-12T21:21:34.400Z[ recovery-image] Sep 12 21:21:33.328 INFO O| Sep 12 21:21:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
67352026-09-12T21:21:34.400Z[ recovery-image] Sep 12 21:21:33.328 INFO O| Sep 12 21:21:33.328 INFO STEP 320 (remove_files) COMPLETE
67362026-09-12T21:21:34.400Z[ recovery-image] Sep 12 21:21:33.328 INFO O| Sep 12 21:21:33.328 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-12T21:21:34.412Z[ recovery-image] Sep 12 21:21:33.339 INFO O| Sep 12 21:21:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
67382026-09-12T21:21:34.412Z[ recovery-image] Sep 12 21:21:33.339 INFO O| Sep 12 21:21:33.339 INFO STEP 321 (remove_files) COMPLETE
67392026-09-12T21:21:34.412Z[ recovery-image] Sep 12 21:21:33.339 INFO O| Sep 12 21:21:33.339 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-09-12T21:21:34.416Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
67412026-09-12T21:21:34.422Z[ recovery-image] Sep 12 21:21:33.350 INFO O| Sep 12 21:21:33.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
67422026-09-12T21:21:34.422Z[ recovery-image] Sep 12 21:21:33.350 INFO O| Sep 12 21:21:33.350 INFO STEP 322 (remove_files) COMPLETE
67432026-09-12T21:21:34.425Z[ recovery-image] Sep 12 21:21:33.350 INFO O| Sep 12 21:21:33.350 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-12T21:21:34.438Z[ recovery-image] Sep 12 21:21:33.360 INFO O| Sep 12 21:21:33.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
67452026-09-12T21:21:34.438Z[ recovery-image] Sep 12 21:21:33.360 INFO O| Sep 12 21:21:33.360 INFO STEP 323 (remove_files) COMPLETE
67462026-09-12T21:21:34.438Z[ recovery-image] Sep 12 21:21:33.360 INFO O| Sep 12 21:21:33.360 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-12T21:21:34.443Z[ recovery-image] Sep 12 21:21:33.370 INFO O| Sep 12 21:21:33.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
67482026-09-12T21:21:34.443Z[ recovery-image] Sep 12 21:21:33.370 INFO O| Sep 12 21:21:33.370 INFO STEP 324 (remove_files) COMPLETE
67492026-09-12T21:21:34.447Z[ recovery-image] Sep 12 21:21:33.370 INFO O| Sep 12 21:21:33.370 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-12T21:21:34.454Z[ recovery-image] Sep 12 21:21:33.381 INFO O| Sep 12 21:21:33.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
67512026-09-12T21:21:34.455Z[ recovery-image] Sep 12 21:21:33.381 INFO O| Sep 12 21:21:33.381 INFO STEP 325 (remove_files) COMPLETE
67522026-09-12T21:21:34.455Z[ recovery-image] Sep 12 21:21:33.381 INFO O| Sep 12 21:21:33.381 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-12T21:21:34.470Z[ recovery-image] Sep 12 21:21:33.397 INFO O| Sep 12 21:21:33.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
67542026-09-12T21:21:34.470Z[ recovery-image] Sep 12 21:21:33.397 INFO O| Sep 12 21:21:33.397 INFO STEP 326 (remove_files) COMPLETE
67552026-09-12T21:21:34.474Z[ recovery-image] Sep 12 21:21:33.397 INFO O| Sep 12 21:21:33.397 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-12T21:21:34.480Z[ recovery-image] Sep 12 21:21:33.407 INFO O| Sep 12 21:21:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
67572026-09-12T21:21:34.480Z[ recovery-image] Sep 12 21:21:33.407 INFO O| Sep 12 21:21:33.407 INFO STEP 327 (remove_files) COMPLETE
67582026-09-12T21:21:34.480Z[ recovery-image] Sep 12 21:21:33.407 INFO O| Sep 12 21:21:33.407 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-09-12T21:21:34.486Z[verify-libraries] Compiling samael v0.0.19
67602026-09-12T21:21:34.490Z[ recovery-image] Sep 12 21:21:33.418 INFO O| Sep 12 21:21:33.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
67612026-09-12T21:21:34.490Z[ recovery-image] Sep 12 21:21:33.418 INFO O| Sep 12 21:21:33.418 INFO STEP 328 (remove_files) COMPLETE
67622026-09-12T21:21:34.490Z[ recovery-image] Sep 12 21:21:33.418 INFO O| Sep 12 21:21:33.418 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-12T21:21:34.500Z[ recovery-image] Sep 12 21:21:33.428 INFO O| Sep 12 21:21:33.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
67642026-09-12T21:21:34.501Z[ recovery-image] Sep 12 21:21:33.428 INFO O| Sep 12 21:21:33.428 INFO STEP 329 (remove_files) COMPLETE
67652026-09-12T21:21:34.501Z[ recovery-image] Sep 12 21:21:33.428 INFO O| Sep 12 21:21:33.428 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-12T21:21:34.510Z[ recovery-image] Sep 12 21:21:33.438 INFO O| Sep 12 21:21:33.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
67672026-09-12T21:21:34.510Z[ recovery-image] Sep 12 21:21:33.438 INFO O| Sep 12 21:21:33.438 INFO STEP 330 (remove_files) COMPLETE
67682026-09-12T21:21:34.510Z[ recovery-image] Sep 12 21:21:33.438 INFO O| Sep 12 21:21:33.438 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-12T21:21:34.520Z[ recovery-image] Sep 12 21:21:33.448 INFO O| Sep 12 21:21:33.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
67702026-09-12T21:21:34.520Z[ recovery-image] Sep 12 21:21:33.448 INFO O| Sep 12 21:21:33.448 INFO STEP 331 (remove_files) COMPLETE
67712026-09-12T21:21:34.520Z[ recovery-image] Sep 12 21:21:33.448 INFO O| Sep 12 21:21:33.448 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-12T21:21:34.531Z[ recovery-image] Sep 12 21:21:33.458 INFO O| Sep 12 21:21:33.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
67732026-09-12T21:21:34.531Z[ recovery-image] Sep 12 21:21:33.458 INFO O| Sep 12 21:21:33.458 INFO STEP 332 (remove_files) COMPLETE
67742026-09-12T21:21:34.531Z[ recovery-image] Sep 12 21:21:33.458 INFO O| Sep 12 21:21:33.458 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-12T21:21:34.539Z[ recovery-image] Sep 12 21:21:33.466 INFO O| Sep 12 21:21:33.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67762026-09-12T21:21:34.539Z[ recovery-image] Sep 12 21:21:33.467 INFO O| Sep 12 21:21:33.467 INFO STEP 333 (remove_files) COMPLETE
67772026-09-12T21:21:34.539Z[ recovery-image] Sep 12 21:21:33.467 INFO O| Sep 12 21:21:33.467 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-12T21:21:34.548Z[ recovery-image] Sep 12 21:21:33.476 INFO O| Sep 12 21:21:33.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67792026-09-12T21:21:34.551Z[ recovery-image] Sep 12 21:21:33.477 INFO O| Sep 12 21:21:33.477 INFO STEP 334 (remove_files) COMPLETE
67802026-09-12T21:21:34.551Z[ recovery-image] Sep 12 21:21:33.477 INFO O| Sep 12 21:21:33.477 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-12T21:21:34.561Z[ recovery-image] Sep 12 21:21:33.486 INFO O| Sep 12 21:21:33.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67822026-09-12T21:21:34.561Z[ recovery-image] Sep 12 21:21:33.486 INFO O| Sep 12 21:21:33.486 INFO STEP 335 (remove_files) COMPLETE
67832026-09-12T21:21:34.561Z[ recovery-image] Sep 12 21:21:33.486 INFO O| Sep 12 21:21:33.486 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-12T21:21:34.570Z[ recovery-image] Sep 12 21:21:33.497 INFO O| Sep 12 21:21:33.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67852026-09-12T21:21:34.570Z[ recovery-image] Sep 12 21:21:33.498 INFO O| Sep 12 21:21:33.498 INFO STEP 336 (remove_files) COMPLETE
67862026-09-12T21:21:34.573Z[ recovery-image] Sep 12 21:21:33.498 INFO O| Sep 12 21:21:33.498 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-12T21:21:34.580Z[ recovery-image] Sep 12 21:21:33.508 INFO O| Sep 12 21:21:33.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67882026-09-12T21:21:34.580Z[ recovery-image] Sep 12 21:21:33.508 INFO O| Sep 12 21:21:33.508 INFO STEP 337 (remove_files) COMPLETE
67892026-09-12T21:21:34.583Z[ recovery-image] Sep 12 21:21:33.508 INFO O| Sep 12 21:21:33.508 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-12T21:21:34.589Z[ recovery-image] Sep 12 21:21:33.517 INFO O| Sep 12 21:21:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67912026-09-12T21:21:34.589Z[ recovery-image] Sep 12 21:21:33.517 INFO O| Sep 12 21:21:33.517 INFO STEP 338 (remove_files) COMPLETE
67922026-09-12T21:21:34.589Z[ recovery-image] Sep 12 21:21:33.517 INFO O| Sep 12 21:21:33.517 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-12T21:21:34.600Z[ recovery-image] Sep 12 21:21:33.528 INFO O| Sep 12 21:21:33.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67942026-09-12T21:21:34.600Z[ recovery-image] Sep 12 21:21:33.528 INFO O| Sep 12 21:21:33.528 INFO STEP 339 (remove_files) COMPLETE
67952026-09-12T21:21:34.600Z[ recovery-image] Sep 12 21:21:33.528 INFO O| Sep 12 21:21:33.528 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-12T21:21:34.610Z[ recovery-image] Sep 12 21:21:33.538 INFO O| Sep 12 21:21:33.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67972026-09-12T21:21:34.610Z[ recovery-image] Sep 12 21:21:33.538 INFO O| Sep 12 21:21:33.538 INFO STEP 340 (remove_files) COMPLETE
67982026-09-12T21:21:34.613Z[ recovery-image] Sep 12 21:21:33.538 INFO O| Sep 12 21:21:33.538 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-12T21:21:34.619Z[ recovery-image] Sep 12 21:21:33.547 INFO O| Sep 12 21:21:33.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
68002026-09-12T21:21:34.619Z[ recovery-image] Sep 12 21:21:33.547 INFO O| Sep 12 21:21:33.547 INFO STEP 341 (remove_files) COMPLETE
68012026-09-12T21:21:34.622Z[ recovery-image] Sep 12 21:21:33.547 INFO O| Sep 12 21:21:33.547 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-12T21:21:34.628Z[ recovery-image] Sep 12 21:21:33.556 INFO O| Sep 12 21:21:33.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
68032026-09-12T21:21:34.632Z[ recovery-image] Sep 12 21:21:33.556 INFO O| Sep 12 21:21:33.556 INFO STEP 342 (remove_files) COMPLETE
68042026-09-12T21:21:34.632Z[ recovery-image] Sep 12 21:21:33.556 INFO O| Sep 12 21:21:33.556 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-12T21:21:34.637Z[ recovery-image] Sep 12 21:21:33.565 INFO O| Sep 12 21:21:33.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
68062026-09-12T21:21:34.638Z[ recovery-image] Sep 12 21:21:33.565 INFO O| Sep 12 21:21:33.565 INFO STEP 343 (remove_files) COMPLETE
68072026-09-12T21:21:34.638Z[ recovery-image] Sep 12 21:21:33.565 INFO O| Sep 12 21:21:33.565 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-12T21:21:34.648Z[ recovery-image] Sep 12 21:21:33.575 INFO O| Sep 12 21:21:33.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
68092026-09-12T21:21:34.648Z[ recovery-image] Sep 12 21:21:33.575 INFO O| Sep 12 21:21:33.575 INFO STEP 344 (remove_files) COMPLETE
68102026-09-12T21:21:34.648Z[ recovery-image] Sep 12 21:21:33.575 INFO O| Sep 12 21:21:33.575 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-12T21:21:34.657Z[ recovery-image] Sep 12 21:21:33.584 INFO O| Sep 12 21:21:33.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
68122026-09-12T21:21:34.657Z[ recovery-image] Sep 12 21:21:33.584 INFO O| Sep 12 21:21:33.584 INFO STEP 345 (remove_files) COMPLETE
68132026-09-12T21:21:34.658Z[ recovery-image] Sep 12 21:21:33.584 INFO O| Sep 12 21:21:33.584 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-12T21:21:34.666Z[ recovery-image] Sep 12 21:21:33.593 INFO O| Sep 12 21:21:33.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
68152026-09-12T21:21:34.666Z[ recovery-image] Sep 12 21:21:33.593 INFO O| Sep 12 21:21:33.593 INFO STEP 346 (remove_files) COMPLETE
68162026-09-12T21:21:34.666Z[ recovery-image] Sep 12 21:21:33.593 INFO O| Sep 12 21:21:33.593 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-12T21:21:34.669Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
68182026-09-12T21:21:34.674Z[ recovery-image] Sep 12 21:21:33.602 INFO O| Sep 12 21:21:33.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
68192026-09-12T21:21:34.675Z[ recovery-image] Sep 12 21:21:33.602 INFO O| Sep 12 21:21:33.602 INFO STEP 347 (remove_files) COMPLETE
68202026-09-12T21:21:34.678Z[ recovery-image] Sep 12 21:21:33.602 INFO O| Sep 12 21:21:33.602 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-09-12T21:21:34.686Z[ recovery-image] Sep 12 21:21:33.613 INFO O| Sep 12 21:21:33.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
68222026-09-12T21:21:34.686Z[ recovery-image] Sep 12 21:21:33.613 INFO O| Sep 12 21:21:33.613 INFO STEP 348 (remove_files) COMPLETE
68232026-09-12T21:21:34.686Z[ recovery-image] Sep 12 21:21:33.613 INFO O| Sep 12 21:21:33.613 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-09-12T21:21:34.696Z[ recovery-image] Sep 12 21:21:33.623 INFO O| Sep 12 21:21:33.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
68252026-09-12T21:21:34.696Z[ recovery-image] Sep 12 21:21:33.623 INFO O| Sep 12 21:21:33.623 INFO STEP 349 (remove_files) COMPLETE
68262026-09-12T21:21:34.696Z[ recovery-image] Sep 12 21:21:33.623 INFO O| Sep 12 21:21:33.623 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-09-12T21:21:34.705Z[ recovery-image] Sep 12 21:21:33.633 INFO O| Sep 12 21:21:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
68282026-09-12T21:21:34.705Z[ recovery-image] Sep 12 21:21:33.633 INFO O| Sep 12 21:21:33.633 INFO STEP 350 (remove_files) COMPLETE
68292026-09-12T21:21:34.705Z[ recovery-image] Sep 12 21:21:33.633 INFO O| Sep 12 21:21:33.633 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-09-12T21:21:34.715Z[ recovery-image] Sep 12 21:21:33.642 INFO O| Sep 12 21:21:33.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
68312026-09-12T21:21:34.715Z[ recovery-image] Sep 12 21:21:33.642 INFO O| Sep 12 21:21:33.642 INFO STEP 351 (remove_files) COMPLETE
68322026-09-12T21:21:34.715Z[ recovery-image] Sep 12 21:21:33.642 INFO O| Sep 12 21:21:33.642 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-12T21:21:34.724Z[ recovery-image] Sep 12 21:21:33.651 INFO O| Sep 12 21:21:33.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
68342026-09-12T21:21:34.724Z[ recovery-image] Sep 12 21:21:33.651 INFO O| Sep 12 21:21:33.651 INFO STEP 352 (remove_files) COMPLETE
68352026-09-12T21:21:34.724Z[ recovery-image] Sep 12 21:21:33.651 INFO O| Sep 12 21:21:33.651 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-12T21:21:34.733Z[ recovery-image] Sep 12 21:21:33.660 INFO O| Sep 12 21:21:33.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
68372026-09-12T21:21:34.733Z[ recovery-image] Sep 12 21:21:33.660 INFO O| Sep 12 21:21:33.660 INFO STEP 353 (remove_files) COMPLETE
68382026-09-12T21:21:34.733Z[ recovery-image] Sep 12 21:21:33.660 INFO O| Sep 12 21:21:33.660 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-12T21:21:34.743Z[ recovery-image] Sep 12 21:21:33.670 INFO O| Sep 12 21:21:33.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
68402026-09-12T21:21:34.743Z[ recovery-image] Sep 12 21:21:33.670 INFO O| Sep 12 21:21:33.670 INFO STEP 354 (remove_files) COMPLETE
68412026-09-12T21:21:34.743Z[ recovery-image] Sep 12 21:21:33.670 INFO O| Sep 12 21:21:33.670 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-12T21:21:34.753Z[ recovery-image] Sep 12 21:21:33.679 INFO O| Sep 12 21:21:33.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
68432026-09-12T21:21:34.753Z[ recovery-image] Sep 12 21:21:33.679 INFO O| Sep 12 21:21:33.679 INFO STEP 355 (remove_files) COMPLETE
68442026-09-12T21:21:34.753Z[ recovery-image] Sep 12 21:21:33.679 INFO O| Sep 12 21:21:33.679 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-12T21:21:34.761Z[ recovery-image] Sep 12 21:21:33.689 INFO O| Sep 12 21:21:33.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
68462026-09-12T21:21:34.761Z[ recovery-image] Sep 12 21:21:33.689 INFO O| Sep 12 21:21:33.689 INFO STEP 356 (remove_files) COMPLETE
68472026-09-12T21:21:34.761Z[ recovery-image] Sep 12 21:21:33.689 INFO O| Sep 12 21:21:33.689 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-12T21:21:34.771Z[ recovery-image] Sep 12 21:21:33.697 INFO O| Sep 12 21:21:33.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
68492026-09-12T21:21:34.771Z[ recovery-image] Sep 12 21:21:33.697 INFO O| Sep 12 21:21:33.697 INFO STEP 357 (remove_files) COMPLETE
68502026-09-12T21:21:34.771Z[ recovery-image] Sep 12 21:21:33.697 INFO O| Sep 12 21:21:33.697 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-12T21:21:34.781Z[ recovery-image] Sep 12 21:21:33.708 INFO O| Sep 12 21:21:33.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
68522026-09-12T21:21:34.781Z[ recovery-image] Sep 12 21:21:33.708 INFO O| Sep 12 21:21:33.708 INFO STEP 358 (remove_files) COMPLETE
68532026-09-12T21:21:34.784Z[ recovery-image] Sep 12 21:21:33.708 INFO O| Sep 12 21:21:33.708 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-12T21:21:34.791Z[ recovery-image] Sep 12 21:21:33.718 INFO O| Sep 12 21:21:33.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
68552026-09-12T21:21:34.791Z[ recovery-image] Sep 12 21:21:33.718 INFO O| Sep 12 21:21:33.718 INFO STEP 359 (remove_files) COMPLETE
68562026-09-12T21:21:34.791Z[ recovery-image] Sep 12 21:21:33.718 INFO O| Sep 12 21:21:33.718 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-09-12T21:21:34.800Z[ recovery-image] Sep 12 21:21:33.728 INFO O| Sep 12 21:21:33.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
68582026-09-12T21:21:34.800Z[ recovery-image] Sep 12 21:21:33.728 INFO O| Sep 12 21:21:33.728 INFO STEP 360 (remove_files) COMPLETE
68592026-09-12T21:21:34.800Z[ recovery-image] Sep 12 21:21:33.728 INFO O| Sep 12 21:21:33.728 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-09-12T21:21:34.811Z[ recovery-image] Sep 12 21:21:33.737 INFO O| Sep 12 21:21:33.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
68612026-09-12T21:21:34.811Z[ recovery-image] Sep 12 21:21:33.737 INFO O| Sep 12 21:21:33.737 INFO STEP 361 (remove_files) COMPLETE
68622026-09-12T21:21:34.814Z[ recovery-image] Sep 12 21:21:33.737 INFO O| Sep 12 21:21:33.737 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-09-12T21:21:34.818Z[ recovery-image] Sep 12 21:21:33.745 INFO O| Sep 12 21:21:33.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
68642026-09-12T21:21:34.818Z[ recovery-image] Sep 12 21:21:33.745 INFO O| Sep 12 21:21:33.745 INFO STEP 362 (remove_files) COMPLETE
68652026-09-12T21:21:34.818Z[ recovery-image] Sep 12 21:21:33.745 INFO O| Sep 12 21:21:33.745 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-09-12T21:21:34.827Z[ recovery-image] Sep 12 21:21:33.754 INFO O| Sep 12 21:21:33.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
68672026-09-12T21:21:34.827Z[ recovery-image] Sep 12 21:21:33.754 INFO O| Sep 12 21:21:33.754 INFO STEP 363 (remove_files) COMPLETE
68682026-09-12T21:21:34.827Z[ recovery-image] Sep 12 21:21:33.754 INFO O| Sep 12 21:21:33.754 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-12T21:21:34.835Z[ recovery-image] Sep 12 21:21:33.763 INFO O| Sep 12 21:21:33.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
68702026-09-12T21:21:34.836Z[ recovery-image] Sep 12 21:21:33.763 INFO O| Sep 12 21:21:33.763 INFO STEP 364 (remove_files) COMPLETE
68712026-09-12T21:21:34.836Z[ recovery-image] Sep 12 21:21:33.763 INFO O| Sep 12 21:21:33.763 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-12T21:21:34.844Z[ recovery-image] Sep 12 21:21:33.771 INFO O| Sep 12 21:21:33.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
68732026-09-12T21:21:34.844Z[ recovery-image] Sep 12 21:21:33.771 INFO O| Sep 12 21:21:33.771 INFO STEP 365 (remove_files) COMPLETE
68742026-09-12T21:21:34.844Z[ recovery-image] Sep 12 21:21:33.772 INFO O| Sep 12 21:21:33.771 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-12T21:21:34.853Z[ recovery-image] Sep 12 21:21:33.780 INFO O| Sep 12 21:21:33.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68762026-09-12T21:21:34.853Z[ recovery-image] Sep 12 21:21:33.780 INFO O| Sep 12 21:21:33.780 INFO STEP 366 (remove_files) COMPLETE
68772026-09-12T21:21:34.853Z[ recovery-image] Sep 12 21:21:33.780 INFO O| Sep 12 21:21:33.780 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-12T21:21:34.863Z[ recovery-image] Sep 12 21:21:33.790 INFO O| Sep 12 21:21:33.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68792026-09-12T21:21:34.863Z[ recovery-image] Sep 12 21:21:33.790 INFO O| Sep 12 21:21:33.790 INFO STEP 367 (remove_files) COMPLETE
68802026-09-12T21:21:34.863Z[ recovery-image] Sep 12 21:21:33.790 INFO O| Sep 12 21:21:33.790 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-12T21:21:34.871Z[ recovery-image] Sep 12 21:21:33.798 INFO O| Sep 12 21:21:33.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68822026-09-12T21:21:34.871Z[ recovery-image] Sep 12 21:21:33.798 INFO O| Sep 12 21:21:33.798 INFO STEP 368 (remove_files) COMPLETE
68832026-09-12T21:21:34.871Z[ recovery-image] Sep 12 21:21:33.798 INFO O| Sep 12 21:21:33.798 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-12T21:21:34.880Z[ recovery-image] Sep 12 21:21:33.807 INFO O| Sep 12 21:21:33.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68852026-09-12T21:21:34.880Z[ recovery-image] Sep 12 21:21:33.807 INFO O| Sep 12 21:21:33.807 INFO STEP 369 (remove_files) COMPLETE
68862026-09-12T21:21:34.884Z[ recovery-image] Sep 12 21:21:33.807 INFO O| Sep 12 21:21:33.807 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-12T21:21:34.890Z[ recovery-image] Sep 12 21:21:33.818 INFO O| Sep 12 21:21:33.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68882026-09-12T21:21:34.890Z[ recovery-image] Sep 12 21:21:33.818 INFO O| Sep 12 21:21:33.818 INFO STEP 370 (remove_files) COMPLETE
68892026-09-12T21:21:34.890Z[ recovery-image] Sep 12 21:21:33.818 INFO O| Sep 12 21:21:33.818 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-12T21:21:34.901Z[ recovery-image] Sep 12 21:21:33.828 INFO O| Sep 12 21:21:33.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68912026-09-12T21:21:34.901Z[ recovery-image] Sep 12 21:21:33.828 INFO O| Sep 12 21:21:33.828 INFO STEP 371 (remove_files) COMPLETE
68922026-09-12T21:21:34.901Z[ recovery-image] Sep 12 21:21:33.828 INFO O| Sep 12 21:21:33.828 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-12T21:21:34.911Z[ recovery-image] Sep 12 21:21:33.837 INFO O| Sep 12 21:21:33.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68942026-09-12T21:21:34.914Z[ recovery-image] Sep 12 21:21:33.838 INFO O| Sep 12 21:21:33.838 INFO STEP 372 (remove_files) COMPLETE
68952026-09-12T21:21:34.914Z[ recovery-image] Sep 12 21:21:33.838 INFO O| Sep 12 21:21:33.838 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-12T21:21:34.920Z[ recovery-image] Sep 12 21:21:33.847 INFO O| Sep 12 21:21:33.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68972026-09-12T21:21:34.920Z[ recovery-image] Sep 12 21:21:33.847 INFO O| Sep 12 21:21:33.847 INFO STEP 373 (remove_files) COMPLETE
68982026-09-12T21:21:34.920Z[ recovery-image] Sep 12 21:21:33.847 INFO O| Sep 12 21:21:33.847 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-12T21:21:34.931Z[ recovery-image] Sep 12 21:21:33.858 INFO O| Sep 12 21:21:33.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
69002026-09-12T21:21:34.931Z[ recovery-image] Sep 12 21:21:33.858 INFO O| Sep 12 21:21:33.858 INFO STEP 374 (remove_files) COMPLETE
69012026-09-12T21:21:34.931Z[ recovery-image] Sep 12 21:21:33.858 INFO O| Sep 12 21:21:33.858 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-12T21:21:34.942Z[ recovery-image] Sep 12 21:21:33.870 INFO O| Sep 12 21:21:33.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
69032026-09-12T21:21:34.942Z[ recovery-image] Sep 12 21:21:33.870 INFO O| Sep 12 21:21:33.870 INFO STEP 375 (remove_files) COMPLETE
69042026-09-12T21:21:34.942Z[ recovery-image] Sep 12 21:21:33.870 INFO O| Sep 12 21:21:33.870 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-12T21:21:34.952Z[ recovery-image] Sep 12 21:21:33.879 INFO O| Sep 12 21:21:33.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
69062026-09-12T21:21:34.952Z[ recovery-image] Sep 12 21:21:33.879 INFO O| Sep 12 21:21:33.879 INFO STEP 376 (remove_files) COMPLETE
69072026-09-12T21:21:34.952Z[ recovery-image] Sep 12 21:21:33.879 INFO O| Sep 12 21:21:33.879 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-12T21:21:34.957Z[verify-libraries] Compiling fs-err v2.11.0
69092026-09-12T21:21:34.961Z[ recovery-image] Sep 12 21:21:33.888 INFO O| Sep 12 21:21:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
69102026-09-12T21:21:34.961Z[ recovery-image] Sep 12 21:21:33.888 INFO O| Sep 12 21:21:33.888 INFO STEP 377 (remove_files) COMPLETE
69112026-09-12T21:21:34.961Z[ recovery-image] Sep 12 21:21:33.888 INFO O| Sep 12 21:21:33.888 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-12T21:21:34.975Z[ recovery-image] Sep 12 21:21:33.900 INFO O| Sep 12 21:21:33.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
69132026-09-12T21:21:34.975Z[ recovery-image] Sep 12 21:21:33.900 INFO O| Sep 12 21:21:33.900 INFO STEP 378 (remove_files) COMPLETE
69142026-09-12T21:21:34.979Z[ recovery-image] Sep 12 21:21:33.900 INFO O| Sep 12 21:21:33.900 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-12T21:21:34.983Z[ recovery-image] Sep 12 21:21:33.909 INFO O| Sep 12 21:21:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
69162026-09-12T21:21:34.983Z[ recovery-image] Sep 12 21:21:33.910 INFO O| Sep 12 21:21:33.909 INFO STEP 379 (remove_files) COMPLETE
69172026-09-12T21:21:34.983Z[ recovery-image] Sep 12 21:21:33.910 INFO O| Sep 12 21:21:33.909 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-12T21:21:34.985Z[verify-libraries] Compiling internet-checksum v0.2.1
69192026-09-12T21:21:34.991Z[ recovery-image] Sep 12 21:21:33.919 INFO O| Sep 12 21:21:33.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
69202026-09-12T21:21:34.991Z[ recovery-image] Sep 12 21:21:33.919 INFO O| Sep 12 21:21:33.919 INFO STEP 380 (remove_files) COMPLETE
69212026-09-12T21:21:34.991Z[ recovery-image] Sep 12 21:21:33.919 INFO O| Sep 12 21:21:33.919 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-12T21:21:35.001Z[ recovery-image] Sep 12 21:21:33.928 INFO O| Sep 12 21:21:33.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
69232026-09-12T21:21:35.001Z[ recovery-image] Sep 12 21:21:33.928 INFO O| Sep 12 21:21:33.928 INFO STEP 381 (remove_files) COMPLETE
69242026-09-12T21:21:35.004Z[ recovery-image] Sep 12 21:21:33.928 INFO O| Sep 12 21:21:33.928 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-12T21:21:35.010Z[ recovery-image] Sep 12 21:21:33.938 INFO O| Sep 12 21:21:33.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
69262026-09-12T21:21:35.010Z[ recovery-image] Sep 12 21:21:33.938 INFO O| Sep 12 21:21:33.938 INFO STEP 382 (remove_files) COMPLETE
69272026-09-12T21:21:35.010Z[ recovery-image] Sep 12 21:21:33.938 INFO O| Sep 12 21:21:33.938 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-12T21:21:35.020Z[ recovery-image] Sep 12 21:21:33.948 INFO O| Sep 12 21:21:33.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
69292026-09-12T21:21:35.020Z[ recovery-image] Sep 12 21:21:33.948 INFO O| Sep 12 21:21:33.948 INFO STEP 383 (remove_files) COMPLETE
69302026-09-12T21:21:35.020Z[ recovery-image] Sep 12 21:21:33.948 INFO O| Sep 12 21:21:33.948 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-12T21:21:35.031Z[ recovery-image] Sep 12 21:21:33.959 INFO O| Sep 12 21:21:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
69322026-09-12T21:21:35.032Z[ recovery-image] Sep 12 21:21:33.959 INFO O| Sep 12 21:21:33.959 INFO STEP 384 (remove_files) COMPLETE
69332026-09-12T21:21:35.032Z[ recovery-image] Sep 12 21:21:33.959 INFO O| Sep 12 21:21:33.959 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-12T21:21:35.042Z[ recovery-image] Sep 12 21:21:33.969 INFO O| Sep 12 21:21:33.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
69352026-09-12T21:21:35.042Z[ recovery-image] Sep 12 21:21:33.969 INFO O| Sep 12 21:21:33.969 INFO STEP 385 (remove_files) COMPLETE
69362026-09-12T21:21:35.042Z[ recovery-image] Sep 12 21:21:33.969 INFO O| Sep 12 21:21:33.969 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-12T21:21:35.052Z[ recovery-image] Sep 12 21:21:33.979 INFO O| Sep 12 21:21:33.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
69382026-09-12T21:21:35.052Z[ recovery-image] Sep 12 21:21:33.979 INFO O| Sep 12 21:21:33.979 INFO STEP 386 (remove_files) COMPLETE
69392026-09-12T21:21:35.052Z[ recovery-image] Sep 12 21:21:33.979 INFO O| Sep 12 21:21:33.979 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-12T21:21:35.059Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
69412026-09-12T21:21:35.062Z[ recovery-image] Sep 12 21:21:33.990 INFO O| Sep 12 21:21:33.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
69422026-09-12T21:21:35.062Z[ recovery-image] Sep 12 21:21:33.990 INFO O| Sep 12 21:21:33.990 INFO STEP 387 (remove_files) COMPLETE
69432026-09-12T21:21:35.062Z[ recovery-image] Sep 12 21:21:33.990 INFO O| Sep 12 21:21:33.990 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-09-12T21:21:35.072Z[ recovery-image] Sep 12 21:21:33.999 INFO O| Sep 12 21:21:33.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
69452026-09-12T21:21:35.072Z[ recovery-image] Sep 12 21:21:33.999 INFO O| Sep 12 21:21:33.999 INFO STEP 388 (remove_files) COMPLETE
69462026-09-12T21:21:35.072Z[ recovery-image] Sep 12 21:21:33.999 INFO O| Sep 12 21:21:33.999 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-09-12T21:21:35.082Z[ recovery-image] Sep 12 21:21:34.009 INFO O| Sep 12 21:21:34.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
69482026-09-12T21:21:35.082Z[ recovery-image] Sep 12 21:21:34.009 INFO O| Sep 12 21:21:34.009 INFO STEP 389 (remove_files) COMPLETE
69492026-09-12T21:21:35.082Z[ recovery-image] Sep 12 21:21:34.009 INFO O| Sep 12 21:21:34.009 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-09-12T21:21:35.090Z[ recovery-image] Sep 12 21:21:34.017 INFO O| Sep 12 21:21:34.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
69512026-09-12T21:21:35.090Z[ recovery-image] Sep 12 21:21:34.017 INFO O| Sep 12 21:21:34.017 INFO STEP 390 (remove_files) COMPLETE
69522026-09-12T21:21:35.090Z[ recovery-image] Sep 12 21:21:34.017 INFO O| Sep 12 21:21:34.017 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-09-12T21:21:35.100Z[ recovery-image] Sep 12 21:21:34.028 INFO O| Sep 12 21:21:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
69542026-09-12T21:21:35.100Z[ recovery-image] Sep 12 21:21:34.028 INFO O| Sep 12 21:21:34.028 INFO STEP 391 (remove_files) COMPLETE
69552026-09-12T21:21:35.100Z[ recovery-image] Sep 12 21:21:34.028 INFO O| Sep 12 21:21:34.028 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-09-12T21:21:35.109Z[ recovery-image] Sep 12 21:21:34.036 INFO O| Sep 12 21:21:34.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
69572026-09-12T21:21:35.109Z[ recovery-image] Sep 12 21:21:34.036 INFO O| Sep 12 21:21:34.036 INFO STEP 392 (remove_files) COMPLETE
69582026-09-12T21:21:35.114Z[ recovery-image] Sep 12 21:21:34.036 INFO O| Sep 12 21:21:34.036 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-09-12T21:21:35.120Z[ recovery-image] Sep 12 21:21:34.048 INFO O| Sep 12 21:21:34.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
69602026-09-12T21:21:35.120Z[ recovery-image] Sep 12 21:21:34.048 INFO O| Sep 12 21:21:34.048 INFO STEP 393 (remove_files) COMPLETE
69612026-09-12T21:21:35.120Z[ recovery-image] Sep 12 21:21:34.048 INFO O| Sep 12 21:21:34.048 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-09-12T21:21:35.131Z[ recovery-image] Sep 12 21:21:34.058 INFO O| Sep 12 21:21:34.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
69632026-09-12T21:21:35.131Z[ recovery-image] Sep 12 21:21:34.058 INFO O| Sep 12 21:21:34.058 INFO STEP 394 (remove_files) COMPLETE
69642026-09-12T21:21:35.131Z[ recovery-image] Sep 12 21:21:34.058 INFO O| Sep 12 21:21:34.058 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-09-12T21:21:35.141Z[ recovery-image] Sep 12 21:21:34.068 INFO O| Sep 12 21:21:34.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
69662026-09-12T21:21:35.141Z[ recovery-image] Sep 12 21:21:34.068 INFO O| Sep 12 21:21:34.068 INFO STEP 395 (remove_files) COMPLETE
69672026-09-12T21:21:35.141Z[ recovery-image] Sep 12 21:21:34.068 INFO O| Sep 12 21:21:34.068 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-09-12T21:21:35.152Z[ recovery-image] Sep 12 21:21:34.079 INFO O| Sep 12 21:21:34.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
69692026-09-12T21:21:35.155Z[ recovery-image] Sep 12 21:21:34.079 INFO O| Sep 12 21:21:34.079 INFO STEP 396 (remove_files) COMPLETE
69702026-09-12T21:21:35.155Z[ recovery-image] Sep 12 21:21:34.079 INFO O| Sep 12 21:21:34.079 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-09-12T21:21:35.161Z[ recovery-image] Sep 12 21:21:34.089 INFO O| Sep 12 21:21:34.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
69722026-09-12T21:21:35.162Z[ recovery-image] Sep 12 21:21:34.089 INFO O| Sep 12 21:21:34.089 INFO STEP 397 (remove_files) COMPLETE
69732026-09-12T21:21:35.162Z[ recovery-image] Sep 12 21:21:34.089 INFO O| Sep 12 21:21:34.089 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-09-12T21:21:35.171Z[ recovery-image] Sep 12 21:21:34.098 INFO O| Sep 12 21:21:34.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
69752026-09-12T21:21:35.171Z[ recovery-image] Sep 12 21:21:34.098 INFO O| Sep 12 21:21:34.098 INFO STEP 398 (remove_files) COMPLETE
69762026-09-12T21:21:35.171Z[ recovery-image] Sep 12 21:21:34.098 INFO O| Sep 12 21:21:34.098 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-09-12T21:21:35.180Z[ recovery-image] Sep 12 21:21:34.108 INFO O| Sep 12 21:21:34.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69782026-09-12T21:21:35.181Z[ recovery-image] Sep 12 21:21:34.108 INFO O| Sep 12 21:21:34.108 INFO STEP 399 (remove_files) COMPLETE
69792026-09-12T21:21:35.181Z[ recovery-image] Sep 12 21:21:34.108 INFO O| Sep 12 21:21:34.108 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-09-12T21:21:35.190Z[ recovery-image] Sep 12 21:21:34.118 INFO O| Sep 12 21:21:34.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69812026-09-12T21:21:35.190Z[ recovery-image] Sep 12 21:21:34.118 INFO O| Sep 12 21:21:34.118 INFO STEP 400 (remove_files) COMPLETE
69822026-09-12T21:21:35.190Z[ recovery-image] Sep 12 21:21:34.118 INFO O| Sep 12 21:21:34.118 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-09-12T21:21:35.200Z[ recovery-image] Sep 12 21:21:34.127 INFO O| Sep 12 21:21:34.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69842026-09-12T21:21:35.200Z[ recovery-image] Sep 12 21:21:34.128 INFO O| Sep 12 21:21:34.128 INFO STEP 401 (remove_files) COMPLETE
69852026-09-12T21:21:35.200Z[ recovery-image] Sep 12 21:21:34.128 INFO O| Sep 12 21:21:34.128 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-09-12T21:21:35.210Z[ recovery-image] Sep 12 21:21:34.138 INFO O| Sep 12 21:21:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69872026-09-12T21:21:35.210Z[ recovery-image] Sep 12 21:21:34.138 INFO O| Sep 12 21:21:34.138 INFO STEP 402 (remove_files) COMPLETE
69882026-09-12T21:21:35.213Z[ recovery-image] Sep 12 21:21:34.138 INFO O| Sep 12 21:21:34.138 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-09-12T21:21:35.222Z[ recovery-image] Sep 12 21:21:34.148 INFO O| Sep 12 21:21:34.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69902026-09-12T21:21:35.222Z[ recovery-image] Sep 12 21:21:34.148 INFO O| Sep 12 21:21:34.148 INFO STEP 403 (remove_files) COMPLETE
69912026-09-12T21:21:35.222Z[ recovery-image] Sep 12 21:21:34.148 INFO O| Sep 12 21:21:34.148 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-09-12T21:21:35.230Z[ recovery-image] Sep 12 21:21:34.158 INFO O| Sep 12 21:21:34.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69932026-09-12T21:21:35.230Z[ recovery-image] Sep 12 21:21:34.158 INFO O| Sep 12 21:21:34.158 INFO STEP 404 (remove_files) COMPLETE
69942026-09-12T21:21:35.230Z[ recovery-image] Sep 12 21:21:34.158 INFO O| Sep 12 21:21:34.158 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-09-12T21:21:35.240Z[ recovery-image] Sep 12 21:21:34.168 INFO O| Sep 12 21:21:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69962026-09-12T21:21:35.240Z[ recovery-image] Sep 12 21:21:34.168 INFO O| Sep 12 21:21:34.168 INFO STEP 405 (remove_files) COMPLETE
69972026-09-12T21:21:35.240Z[ recovery-image] Sep 12 21:21:34.168 INFO O| Sep 12 21:21:34.168 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-09-12T21:21:35.255Z[ recovery-image] Sep 12 21:21:34.183 INFO O| Sep 12 21:21:34.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69992026-09-12T21:21:35.259Z[ recovery-image] Sep 12 21:21:34.183 INFO O| Sep 12 21:21:34.183 INFO STEP 406 (remove_files) COMPLETE
70002026-09-12T21:21:35.259Z[ recovery-image] Sep 12 21:21:34.183 INFO O| Sep 12 21:21:34.183 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-09-12T21:21:35.293Z[ recovery-image] Sep 12 21:21:34.199 INFO O| Sep 12 21:21:34.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
70022026-09-12T21:21:35.293Z[ recovery-image] Sep 12 21:21:34.199 INFO O| Sep 12 21:21:34.199 INFO STEP 407 (remove_files) COMPLETE
70032026-09-12T21:21:35.296Z[ recovery-image] Sep 12 21:21:34.199 INFO O| Sep 12 21:21:34.199 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-09-12T21:21:35.296Z[ recovery-image] Sep 12 21:21:34.210 INFO O| Sep 12 21:21:34.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
70052026-09-12T21:21:35.296Z[ recovery-image] Sep 12 21:21:34.210 INFO O| Sep 12 21:21:34.210 INFO STEP 408 (remove_files) COMPLETE
70062026-09-12T21:21:35.296Z[ recovery-image] Sep 12 21:21:34.210 INFO O| Sep 12 21:21:34.210 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-09-12T21:21:35.297Z[ recovery-image] Sep 12 21:21:34.219 INFO O| Sep 12 21:21:34.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
70082026-09-12T21:21:35.297Z[ recovery-image] Sep 12 21:21:34.219 INFO O| Sep 12 21:21:34.219 INFO STEP 409 (remove_files) COMPLETE
70092026-09-12T21:21:35.297Z[ recovery-image] Sep 12 21:21:34.219 INFO O| Sep 12 21:21:34.219 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-09-12T21:21:35.302Z[ recovery-image] Sep 12 21:21:34.229 INFO O| Sep 12 21:21:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
70112026-09-12T21:21:35.305Z[ recovery-image] Sep 12 21:21:34.229 INFO O| Sep 12 21:21:34.229 INFO STEP 410 (remove_files) COMPLETE
70122026-09-12T21:21:35.308Z[ recovery-image] Sep 12 21:21:34.229 INFO O| Sep 12 21:21:34.229 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-09-12T21:21:35.335Z[ recovery-image] Sep 12 21:21:34.263 INFO O| Sep 12 21:21:34.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
70142026-09-12T21:21:35.335Z[ recovery-image] Sep 12 21:21:34.263 INFO O| Sep 12 21:21:34.263 INFO STEP 411 (remove_files) COMPLETE
70152026-09-12T21:21:35.340Z[ recovery-image] Sep 12 21:21:34.263 INFO O| Sep 12 21:21:34.263 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-09-12T21:21:35.346Z[ recovery-image] Sep 12 21:21:34.274 INFO O| Sep 12 21:21:34.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
70172026-09-12T21:21:35.346Z[ recovery-image] Sep 12 21:21:34.274 INFO O| Sep 12 21:21:34.274 INFO STEP 412 (remove_files) COMPLETE
70182026-09-12T21:21:35.346Z[ recovery-image] Sep 12 21:21:34.274 INFO O| Sep 12 21:21:34.274 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-09-12T21:21:35.356Z[ recovery-image] Sep 12 21:21:34.283 INFO O| Sep 12 21:21:34.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
70202026-09-12T21:21:35.356Z[ recovery-image] Sep 12 21:21:34.283 INFO O| Sep 12 21:21:34.283 INFO STEP 413 (remove_files) COMPLETE
70212026-09-12T21:21:35.357Z[ recovery-image] Sep 12 21:21:34.283 INFO O| Sep 12 21:21:34.283 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-09-12T21:21:35.365Z[ recovery-image] Sep 12 21:21:34.292 INFO O| Sep 12 21:21:34.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
70232026-09-12T21:21:35.365Z[ recovery-image] Sep 12 21:21:34.292 INFO O| Sep 12 21:21:34.292 INFO STEP 414 (remove_files) COMPLETE
70242026-09-12T21:21:35.365Z[ recovery-image] Sep 12 21:21:34.292 INFO O| Sep 12 21:21:34.292 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-09-12T21:21:35.376Z[ recovery-image] Sep 12 21:21:34.304 INFO O| Sep 12 21:21:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
70262026-09-12T21:21:35.377Z[ recovery-image] Sep 12 21:21:34.304 INFO O| Sep 12 21:21:34.304 INFO STEP 415 (remove_files) COMPLETE
70272026-09-12T21:21:35.377Z[ recovery-image] Sep 12 21:21:34.304 INFO O| Sep 12 21:21:34.304 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-09-12T21:21:35.389Z[ recovery-image] Sep 12 21:21:34.316 INFO O| Sep 12 21:21:34.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
70292026-09-12T21:21:35.389Z[ recovery-image] Sep 12 21:21:34.316 INFO O| Sep 12 21:21:34.316 INFO STEP 416 (remove_files) COMPLETE
70302026-09-12T21:21:35.389Z[ recovery-image] Sep 12 21:21:34.316 INFO O| Sep 12 21:21:34.316 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-09-12T21:21:35.400Z[ recovery-image] Sep 12 21:21:34.327 INFO O| Sep 12 21:21:34.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
70322026-09-12T21:21:35.400Z[ recovery-image] Sep 12 21:21:34.327 INFO O| Sep 12 21:21:34.327 INFO STEP 417 (remove_files) COMPLETE
70332026-09-12T21:21:35.400Z[ recovery-image] Sep 12 21:21:34.327 INFO O| Sep 12 21:21:34.327 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-09-12T21:21:35.410Z[ recovery-image] Sep 12 21:21:34.338 INFO O| Sep 12 21:21:34.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
70352026-09-12T21:21:35.410Z[ recovery-image] Sep 12 21:21:34.338 INFO O| Sep 12 21:21:34.338 INFO STEP 418 (remove_files) COMPLETE
70362026-09-12T21:21:35.414Z[ recovery-image] Sep 12 21:21:34.339 INFO O| Sep 12 21:21:34.338 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-09-12T21:21:35.422Z[ recovery-image] Sep 12 21:21:34.350 INFO O| Sep 12 21:21:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
70382026-09-12T21:21:35.422Z[ recovery-image] Sep 12 21:21:34.350 INFO O| Sep 12 21:21:34.349 INFO STEP 419 (remove_files) COMPLETE
70392026-09-12T21:21:35.422Z[ recovery-image] Sep 12 21:21:34.350 INFO O| Sep 12 21:21:34.349 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-09-12T21:21:35.432Z[ recovery-image] Sep 12 21:21:34.360 INFO O| Sep 12 21:21:34.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
70412026-09-12T21:21:35.435Z[ recovery-image] Sep 12 21:21:34.360 INFO O| Sep 12 21:21:34.360 INFO STEP 420 (remove_files) COMPLETE
70422026-09-12T21:21:35.435Z[ recovery-image] Sep 12 21:21:34.360 INFO O| Sep 12 21:21:34.360 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-09-12T21:21:35.442Z[ recovery-image] Sep 12 21:21:34.370 INFO O| Sep 12 21:21:34.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
70442026-09-12T21:21:35.442Z[ recovery-image] Sep 12 21:21:34.370 INFO O| Sep 12 21:21:34.370 INFO STEP 421 (remove_files) COMPLETE
70452026-09-12T21:21:35.442Z[ recovery-image] Sep 12 21:21:34.370 INFO O| Sep 12 21:21:34.370 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-09-12T21:21:35.454Z[ recovery-image] Sep 12 21:21:34.379 INFO O| Sep 12 21:21:34.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
70472026-09-12T21:21:35.454Z[ recovery-image] Sep 12 21:21:34.379 INFO O| Sep 12 21:21:34.379 INFO STEP 422 (remove_files) COMPLETE
70482026-09-12T21:21:35.454Z[ recovery-image] Sep 12 21:21:34.379 INFO O| Sep 12 21:21:34.379 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-09-12T21:21:35.463Z[ recovery-image] Sep 12 21:21:34.389 INFO O| Sep 12 21:21:34.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
70502026-09-12T21:21:35.463Z[ recovery-image] Sep 12 21:21:34.389 INFO O| Sep 12 21:21:34.389 INFO STEP 423 (remove_files) COMPLETE
70512026-09-12T21:21:35.463Z[ recovery-image] Sep 12 21:21:34.389 INFO O| Sep 12 21:21:34.389 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-09-12T21:21:35.472Z[ recovery-image] Sep 12 21:21:34.399 INFO O| Sep 12 21:21:34.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
70532026-09-12T21:21:35.472Z[ recovery-image] Sep 12 21:21:34.399 INFO O| Sep 12 21:21:34.399 INFO STEP 424 (remove_files) COMPLETE
70542026-09-12T21:21:35.472Z[ recovery-image] Sep 12 21:21:34.399 INFO O| Sep 12 21:21:34.399 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-09-12T21:21:35.483Z[ recovery-image] Sep 12 21:21:34.410 INFO O| Sep 12 21:21:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
70562026-09-12T21:21:35.483Z[ recovery-image] Sep 12 21:21:34.410 INFO O| Sep 12 21:21:34.410 INFO STEP 425 (remove_files) COMPLETE
70572026-09-12T21:21:35.487Z[ recovery-image] Sep 12 21:21:34.410 INFO O| Sep 12 21:21:34.410 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-09-12T21:21:35.493Z[ recovery-image] Sep 12 21:21:34.421 INFO O| Sep 12 21:21:34.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
70592026-09-12T21:21:35.493Z[ recovery-image] Sep 12 21:21:34.421 INFO O| Sep 12 21:21:34.421 INFO STEP 426 (remove_files) COMPLETE
70602026-09-12T21:21:35.493Z[ recovery-image] Sep 12 21:21:34.421 INFO O| Sep 12 21:21:34.421 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-09-12T21:21:35.504Z[ recovery-image] Sep 12 21:21:34.431 INFO O| Sep 12 21:21:34.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
70622026-09-12T21:21:35.504Z[ recovery-image] Sep 12 21:21:34.432 INFO O| Sep 12 21:21:34.432 INFO STEP 427 (remove_files) COMPLETE
70632026-09-12T21:21:35.508Z[ recovery-image] Sep 12 21:21:34.432 INFO O| Sep 12 21:21:34.432 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-12T21:21:35.515Z[ recovery-image] Sep 12 21:21:34.442 INFO O| Sep 12 21:21:34.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
70652026-09-12T21:21:35.515Z[ recovery-image] Sep 12 21:21:34.442 INFO O| Sep 12 21:21:34.442 INFO STEP 428 (remove_files) COMPLETE
70662026-09-12T21:21:35.518Z[ recovery-image] Sep 12 21:21:34.442 INFO O| Sep 12 21:21:34.442 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-09-12T21:21:35.525Z[ recovery-image] Sep 12 21:21:34.452 INFO O| Sep 12 21:21:34.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
70682026-09-12T21:21:35.525Z[ recovery-image] Sep 12 21:21:34.452 INFO O| Sep 12 21:21:34.452 INFO STEP 429 (remove_files) COMPLETE
70692026-09-12T21:21:35.525Z[ recovery-image] Sep 12 21:21:34.452 INFO O| Sep 12 21:21:34.452 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-12T21:21:35.534Z[ recovery-image] Sep 12 21:21:34.462 INFO O| Sep 12 21:21:34.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
70712026-09-12T21:21:35.534Z[ recovery-image] Sep 12 21:21:34.462 INFO O| Sep 12 21:21:34.462 INFO STEP 430 (remove_files) COMPLETE
70722026-09-12T21:21:35.534Z[ recovery-image] Sep 12 21:21:34.462 INFO O| Sep 12 21:21:34.462 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-12T21:21:35.545Z[ recovery-image] Sep 12 21:21:34.473 INFO O| Sep 12 21:21:34.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
70742026-09-12T21:21:35.545Z[ recovery-image] Sep 12 21:21:34.473 INFO O| Sep 12 21:21:34.473 INFO STEP 431 (remove_files) COMPLETE
70752026-09-12T21:21:35.545Z[ recovery-image] Sep 12 21:21:34.473 INFO O| Sep 12 21:21:34.473 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-12T21:21:35.557Z[ recovery-image] Sep 12 21:21:34.484 INFO O| Sep 12 21:21:34.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70772026-09-12T21:21:35.557Z[ recovery-image] Sep 12 21:21:34.484 INFO O| Sep 12 21:21:34.484 INFO STEP 432 (remove_files) COMPLETE
70782026-09-12T21:21:35.557Z[ recovery-image] Sep 12 21:21:34.484 INFO O| Sep 12 21:21:34.484 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-12T21:21:35.567Z[ recovery-image] Sep 12 21:21:34.494 INFO O| Sep 12 21:21:34.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70802026-09-12T21:21:35.567Z[ recovery-image] Sep 12 21:21:34.494 INFO O| Sep 12 21:21:34.494 INFO STEP 433 (remove_files) COMPLETE
70812026-09-12T21:21:35.571Z[ recovery-image] Sep 12 21:21:34.495 INFO O| Sep 12 21:21:34.494 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-12T21:21:35.579Z[ recovery-image] Sep 12 21:21:34.506 INFO O| Sep 12 21:21:34.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70832026-09-12T21:21:35.579Z[ recovery-image] Sep 12 21:21:34.507 INFO O| Sep 12 21:21:34.506 INFO STEP 434 (remove_files) COMPLETE
70842026-09-12T21:21:35.579Z[ recovery-image] Sep 12 21:21:34.507 INFO O| Sep 12 21:21:34.506 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-12T21:21:35.590Z[ recovery-image] Sep 12 21:21:34.518 INFO O| Sep 12 21:21:34.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70862026-09-12T21:21:35.590Z[ recovery-image] Sep 12 21:21:34.518 INFO O| Sep 12 21:21:34.518 INFO STEP 435 (remove_files) COMPLETE
70872026-09-12T21:21:35.594Z[ recovery-image] Sep 12 21:21:34.518 INFO O| Sep 12 21:21:34.518 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-12T21:21:35.597Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
70892026-09-12T21:21:35.599Z[ recovery-image] Sep 12 21:21:34.527 INFO O| Sep 12 21:21:34.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70902026-09-12T21:21:35.599Z[ recovery-image] Sep 12 21:21:34.527 INFO O| Sep 12 21:21:34.527 INFO STEP 436 (remove_files) COMPLETE
70912026-09-12T21:21:35.600Z[ recovery-image] Sep 12 21:21:34.527 INFO O| Sep 12 21:21:34.527 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-09-12T21:21:35.607Z[ recovery-image] Sep 12 21:21:34.535 INFO O| Sep 12 21:21:34.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70932026-09-12T21:21:35.607Z[ recovery-image] Sep 12 21:21:34.535 INFO O| Sep 12 21:21:34.535 INFO STEP 437 (remove_files) COMPLETE
70942026-09-12T21:21:35.607Z[ recovery-image] Sep 12 21:21:34.535 INFO O| Sep 12 21:21:34.535 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-09-12T21:21:35.618Z[ recovery-image] Sep 12 21:21:34.546 INFO O| Sep 12 21:21:34.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70962026-09-12T21:21:35.621Z[ recovery-image] Sep 12 21:21:34.546 INFO O| Sep 12 21:21:34.546 INFO STEP 438 (remove_files) COMPLETE
70972026-09-12T21:21:35.622Z[ recovery-image] Sep 12 21:21:34.546 INFO O| Sep 12 21:21:34.546 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-09-12T21:21:35.628Z[ recovery-image] Sep 12 21:21:34.556 INFO O| Sep 12 21:21:34.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70992026-09-12T21:21:35.629Z[ recovery-image] Sep 12 21:21:34.556 INFO O| Sep 12 21:21:34.556 INFO STEP 439 (remove_files) COMPLETE
71002026-09-12T21:21:35.633Z[ recovery-image] Sep 12 21:21:34.556 INFO O| Sep 12 21:21:34.556 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-09-12T21:21:35.638Z[ recovery-image] Sep 12 21:21:34.566 INFO O| Sep 12 21:21:34.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
71022026-09-12T21:21:35.638Z[ recovery-image] Sep 12 21:21:34.566 INFO O| Sep 12 21:21:34.566 INFO STEP 440 (remove_files) COMPLETE
71032026-09-12T21:21:35.641Z[ recovery-image] Sep 12 21:21:34.566 INFO O| Sep 12 21:21:34.566 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-09-12T21:21:35.648Z[ recovery-image] Sep 12 21:21:34.576 INFO O| Sep 12 21:21:34.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
71052026-09-12T21:21:35.648Z[ recovery-image] Sep 12 21:21:34.576 INFO O| Sep 12 21:21:34.576 INFO STEP 441 (remove_files) COMPLETE
71062026-09-12T21:21:35.648Z[ recovery-image] Sep 12 21:21:34.576 INFO O| Sep 12 21:21:34.576 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-12T21:21:35.657Z[ recovery-image] Sep 12 21:21:34.584 INFO O| Sep 12 21:21:34.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
71082026-09-12T21:21:35.657Z[ recovery-image] Sep 12 21:21:34.585 INFO O| Sep 12 21:21:34.584 INFO STEP 442 (remove_files) COMPLETE
71092026-09-12T21:21:35.660Z[ recovery-image] Sep 12 21:21:34.585 INFO O| Sep 12 21:21:34.585 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-12T21:21:35.665Z[ recovery-image] Sep 12 21:21:34.593 INFO O| Sep 12 21:21:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
71112026-09-12T21:21:35.666Z[ recovery-image] Sep 12 21:21:34.593 INFO O| Sep 12 21:21:34.593 INFO STEP 443 (remove_files) COMPLETE
71122026-09-12T21:21:35.666Z[ recovery-image] Sep 12 21:21:34.593 INFO O| Sep 12 21:21:34.593 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-12T21:21:35.674Z[ recovery-image] Sep 12 21:21:34.601 INFO O| Sep 12 21:21:34.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
71142026-09-12T21:21:35.674Z[ recovery-image] Sep 12 21:21:34.601 INFO O| Sep 12 21:21:34.601 INFO STEP 444 (remove_files) COMPLETE
71152026-09-12T21:21:35.674Z[ recovery-image] Sep 12 21:21:34.601 INFO O| Sep 12 21:21:34.601 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-12T21:21:35.684Z[ recovery-image] Sep 12 21:21:34.611 INFO O| Sep 12 21:21:34.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
71172026-09-12T21:21:35.684Z[ recovery-image] Sep 12 21:21:34.611 INFO O| Sep 12 21:21:34.611 INFO STEP 445 (remove_files) COMPLETE
71182026-09-12T21:21:35.684Z[ recovery-image] Sep 12 21:21:34.611 INFO O| Sep 12 21:21:34.611 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-12T21:21:35.695Z[ recovery-image] Sep 12 21:21:34.623 INFO O| Sep 12 21:21:34.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
71202026-09-12T21:21:35.695Z[ recovery-image] Sep 12 21:21:34.623 INFO O| Sep 12 21:21:34.623 INFO STEP 446 (remove_files) COMPLETE
71212026-09-12T21:21:35.695Z[ recovery-image] Sep 12 21:21:34.623 INFO O| Sep 12 21:21:34.623 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-12T21:21:35.705Z[ recovery-image] Sep 12 21:21:34.633 INFO O| Sep 12 21:21:34.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
71232026-09-12T21:21:35.705Z[ recovery-image] Sep 12 21:21:34.633 INFO O| Sep 12 21:21:34.633 INFO STEP 447 (remove_files) COMPLETE
71242026-09-12T21:21:35.708Z[ recovery-image] Sep 12 21:21:34.633 INFO O| Sep 12 21:21:34.633 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-12T21:21:35.715Z[ recovery-image] Sep 12 21:21:34.643 INFO O| Sep 12 21:21:34.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
71262026-09-12T21:21:35.718Z[ recovery-image] Sep 12 21:21:34.644 INFO O| Sep 12 21:21:34.644 INFO STEP 448 (remove_files) COMPLETE
71272026-09-12T21:21:35.719Z[ recovery-image] Sep 12 21:21:34.644 INFO O| Sep 12 21:21:34.644 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-12T21:21:35.727Z[ recovery-image] Sep 12 21:21:34.655 INFO O| Sep 12 21:21:34.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
71292026-09-12T21:21:35.727Z[ recovery-image] Sep 12 21:21:34.655 INFO O| Sep 12 21:21:34.655 INFO STEP 449 (remove_files) COMPLETE
71302026-09-12T21:21:35.730Z[ recovery-image] Sep 12 21:21:34.655 INFO O| Sep 12 21:21:34.655 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-12T21:21:35.738Z[ recovery-image] Sep 12 21:21:34.665 INFO O| Sep 12 21:21:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
71322026-09-12T21:21:35.738Z[ recovery-image] Sep 12 21:21:34.665 INFO O| Sep 12 21:21:34.665 INFO STEP 450 (remove_files) COMPLETE
71332026-09-12T21:21:35.738Z[ recovery-image] Sep 12 21:21:34.665 INFO O| Sep 12 21:21:34.665 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-12T21:21:35.749Z[ recovery-image] Sep 12 21:21:34.675 INFO O| Sep 12 21:21:34.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
71352026-09-12T21:21:35.750Z[ recovery-image] Sep 12 21:21:34.676 INFO O| Sep 12 21:21:34.675 INFO STEP 451 (remove_files) COMPLETE
71362026-09-12T21:21:35.750Z[ recovery-image] Sep 12 21:21:34.676 INFO O| Sep 12 21:21:34.675 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-12T21:21:35.758Z[ recovery-image] Sep 12 21:21:34.685 INFO O| Sep 12 21:21:34.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
71382026-09-12T21:21:35.758Z[ recovery-image] Sep 12 21:21:34.686 INFO O| Sep 12 21:21:34.686 INFO STEP 452 (remove_files) COMPLETE
71392026-09-12T21:21:35.761Z[ recovery-image] Sep 12 21:21:34.686 INFO O| Sep 12 21:21:34.686 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-12T21:21:35.768Z[ recovery-image] Sep 12 21:21:34.696 INFO O| Sep 12 21:21:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
71412026-09-12T21:21:35.768Z[ recovery-image] Sep 12 21:21:34.696 INFO O| Sep 12 21:21:34.696 INFO STEP 453 (remove_files) COMPLETE
71422026-09-12T21:21:35.771Z[ recovery-image] Sep 12 21:21:34.696 INFO O| Sep 12 21:21:34.696 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-12T21:21:35.779Z[ recovery-image] Sep 12 21:21:34.706 INFO O| Sep 12 21:21:34.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
71442026-09-12T21:21:35.779Z[ recovery-image] Sep 12 21:21:34.706 INFO O| Sep 12 21:21:34.706 INFO STEP 454 (remove_files) COMPLETE
71452026-09-12T21:21:35.779Z[ recovery-image] Sep 12 21:21:34.706 INFO O| Sep 12 21:21:34.706 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-12T21:21:35.798Z[ recovery-image] Sep 12 21:21:34.716 INFO O| Sep 12 21:21:34.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
71472026-09-12T21:21:35.798Z[ recovery-image] Sep 12 21:21:34.716 INFO O| Sep 12 21:21:34.716 INFO STEP 455 (remove_files) COMPLETE
71482026-09-12T21:21:35.798Z[ recovery-image] Sep 12 21:21:34.716 INFO O| Sep 12 21:21:34.716 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-12T21:21:35.801Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
71502026-09-12T21:21:35.801Z[ recovery-image] Sep 12 21:21:34.727 INFO O| Sep 12 21:21:34.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
71512026-09-12T21:21:35.801Z[ recovery-image] Sep 12 21:21:34.727 INFO O| Sep 12 21:21:34.727 INFO STEP 456 (remove_files) COMPLETE
71522026-09-12T21:21:35.801Z[ recovery-image] Sep 12 21:21:34.727 INFO O| Sep 12 21:21:34.727 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-12T21:21:35.810Z[ recovery-image] Sep 12 21:21:34.737 INFO O| Sep 12 21:21:34.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
71542026-09-12T21:21:35.810Z[ recovery-image] Sep 12 21:21:34.737 INFO O| Sep 12 21:21:34.737 INFO STEP 457 (remove_files) COMPLETE
71552026-09-12T21:21:35.810Z[ recovery-image] Sep 12 21:21:34.737 INFO O| Sep 12 21:21:34.737 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-12T21:21:35.820Z[ recovery-image] Sep 12 21:21:34.747 INFO O| Sep 12 21:21:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
71572026-09-12T21:21:35.820Z[ recovery-image] Sep 12 21:21:34.747 INFO O| Sep 12 21:21:34.747 INFO STEP 458 (remove_files) COMPLETE
71582026-09-12T21:21:35.820Z[ recovery-image] Sep 12 21:21:34.747 INFO O| Sep 12 21:21:34.747 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-12T21:21:35.829Z[ recovery-image] Sep 12 21:21:34.756 INFO O| Sep 12 21:21:34.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
71602026-09-12T21:21:35.832Z[ recovery-image] Sep 12 21:21:34.756 INFO O| Sep 12 21:21:34.756 INFO STEP 459 (remove_files) COMPLETE
71612026-09-12T21:21:35.832Z[ recovery-image] Sep 12 21:21:34.756 INFO O| Sep 12 21:21:34.756 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-12T21:21:35.836Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
71632026-09-12T21:21:35.839Z[ recovery-image] Sep 12 21:21:34.767 INFO O| Sep 12 21:21:34.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
71642026-09-12T21:21:35.843Z[ recovery-image] Sep 12 21:21:34.767 INFO O| Sep 12 21:21:34.767 INFO STEP 460 (remove_files) COMPLETE
71652026-09-12T21:21:35.843Z[ recovery-image] Sep 12 21:21:34.767 INFO O| Sep 12 21:21:34.767 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-09-12T21:21:35.849Z[ recovery-image] Sep 12 21:21:34.777 INFO O| Sep 12 21:21:34.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
71672026-09-12T21:21:35.849Z[ recovery-image] Sep 12 21:21:34.777 INFO O| Sep 12 21:21:34.777 INFO STEP 461 (remove_files) COMPLETE
71682026-09-12T21:21:35.850Z[ recovery-image] Sep 12 21:21:34.777 INFO O| Sep 12 21:21:34.777 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-09-12T21:21:35.858Z[ recovery-image] Sep 12 21:21:34.786 INFO O| Sep 12 21:21:34.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
71702026-09-12T21:21:35.859Z[ recovery-image] Sep 12 21:21:34.786 INFO O| Sep 12 21:21:34.786 INFO STEP 462 (remove_files) COMPLETE
71712026-09-12T21:21:35.862Z[ recovery-image] Sep 12 21:21:34.786 INFO O| Sep 12 21:21:34.786 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-09-12T21:21:35.867Z[ recovery-image] Sep 12 21:21:34.795 INFO O| Sep 12 21:21:34.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
71732026-09-12T21:21:35.867Z[ recovery-image] Sep 12 21:21:34.795 INFO O| Sep 12 21:21:34.795 INFO STEP 463 (remove_files) COMPLETE
71742026-09-12T21:21:35.867Z[ recovery-image] Sep 12 21:21:34.795 INFO O| Sep 12 21:21:34.795 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-09-12T21:21:35.881Z[ recovery-image] Sep 12 21:21:34.804 INFO O| Sep 12 21:21:34.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
71762026-09-12T21:21:35.881Z[ recovery-image] Sep 12 21:21:34.804 INFO O| Sep 12 21:21:34.804 INFO STEP 464 (remove_files) COMPLETE
71772026-09-12T21:21:35.881Z[ recovery-image] Sep 12 21:21:34.804 INFO O| Sep 12 21:21:34.804 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-09-12T21:21:35.887Z[ recovery-image] Sep 12 21:21:34.814 INFO O| Sep 12 21:21:34.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
71792026-09-12T21:21:35.887Z[ recovery-image] Sep 12 21:21:34.814 INFO O| Sep 12 21:21:34.814 INFO STEP 465 (remove_files) COMPLETE
71802026-09-12T21:21:35.887Z[ recovery-image] Sep 12 21:21:34.814 INFO O| Sep 12 21:21:34.814 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-09-12T21:21:35.897Z[ recovery-image] Sep 12 21:21:34.825 INFO O| Sep 12 21:21:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71822026-09-12T21:21:35.897Z[ recovery-image] Sep 12 21:21:34.825 INFO O| Sep 12 21:21:34.825 INFO STEP 466 (remove_files) COMPLETE
71832026-09-12T21:21:35.899Z[ recovery-image] Sep 12 21:21:34.825 INFO O| Sep 12 21:21:34.825 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-09-12T21:21:35.907Z[ recovery-image] Sep 12 21:21:34.835 INFO O| Sep 12 21:21:34.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71852026-09-12T21:21:35.907Z[ recovery-image] Sep 12 21:21:34.835 INFO O| Sep 12 21:21:34.835 INFO STEP 467 (remove_files) COMPLETE
71862026-09-12T21:21:35.911Z[ recovery-image] Sep 12 21:21:34.835 INFO O| Sep 12 21:21:34.835 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-09-12T21:21:35.917Z[ recovery-image] Sep 12 21:21:34.844 INFO O| Sep 12 21:21:34.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71882026-09-12T21:21:35.917Z[ recovery-image] Sep 12 21:21:34.844 INFO O| Sep 12 21:21:34.844 INFO STEP 468 (remove_files) COMPLETE
71892026-09-12T21:21:35.917Z[ recovery-image] Sep 12 21:21:34.844 INFO O| Sep 12 21:21:34.844 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-09-12T21:21:35.926Z[ recovery-image] Sep 12 21:21:34.854 INFO O| Sep 12 21:21:34.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71912026-09-12T21:21:35.926Z[ recovery-image] Sep 12 21:21:34.854 INFO O| Sep 12 21:21:34.854 INFO STEP 469 (remove_files) COMPLETE
71922026-09-12T21:21:35.926Z[ recovery-image] Sep 12 21:21:34.854 INFO O| Sep 12 21:21:34.854 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-09-12T21:21:35.936Z[ recovery-image] Sep 12 21:21:34.863 INFO O| Sep 12 21:21:34.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71942026-09-12T21:21:35.936Z[ recovery-image] Sep 12 21:21:34.863 INFO O| Sep 12 21:21:34.863 INFO STEP 470 (remove_files) COMPLETE
71952026-09-12T21:21:35.936Z[ recovery-image] Sep 12 21:21:34.863 INFO O| Sep 12 21:21:34.863 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-09-12T21:21:35.944Z[ recovery-image] Sep 12 21:21:34.872 INFO O| Sep 12 21:21:34.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71972026-09-12T21:21:35.945Z[ recovery-image] Sep 12 21:21:34.872 INFO O| Sep 12 21:21:34.872 INFO STEP 471 (remove_files) COMPLETE
71982026-09-12T21:21:35.945Z[ recovery-image] Sep 12 21:21:34.872 INFO O| Sep 12 21:21:34.872 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-09-12T21:21:35.953Z[ recovery-image] Sep 12 21:21:34.881 INFO O| Sep 12 21:21:34.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
72002026-09-12T21:21:35.953Z[ recovery-image] Sep 12 21:21:34.881 INFO O| Sep 12 21:21:34.881 INFO STEP 472 (remove_files) COMPLETE
72012026-09-12T21:21:35.953Z[ recovery-image] Sep 12 21:21:34.881 INFO O| Sep 12 21:21:34.881 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-12T21:21:35.962Z[ recovery-image] Sep 12 21:21:34.890 INFO O| Sep 12 21:21:34.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
72032026-09-12T21:21:35.962Z[ recovery-image] Sep 12 21:21:34.890 INFO O| Sep 12 21:21:34.890 INFO STEP 473 (remove_files) COMPLETE
72042026-09-12T21:21:35.962Z[ recovery-image] Sep 12 21:21:34.890 INFO O| Sep 12 21:21:34.890 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-12T21:21:35.971Z[ recovery-image] Sep 12 21:21:34.898 INFO O| Sep 12 21:21:34.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
72062026-09-12T21:21:35.974Z[ recovery-image] Sep 12 21:21:34.899 INFO O| Sep 12 21:21:34.899 INFO STEP 474 (remove_files) COMPLETE
72072026-09-12T21:21:35.974Z[ recovery-image] Sep 12 21:21:34.899 INFO O| Sep 12 21:21:34.899 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-12T21:21:35.980Z[ recovery-image] Sep 12 21:21:34.908 INFO O| Sep 12 21:21:34.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
72092026-09-12T21:21:35.980Z[ recovery-image] Sep 12 21:21:34.908 INFO O| Sep 12 21:21:34.908 INFO STEP 475 (remove_files) COMPLETE
72102026-09-12T21:21:35.980Z[ recovery-image] Sep 12 21:21:34.908 INFO O| Sep 12 21:21:34.908 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-12T21:21:35.989Z[ recovery-image] Sep 12 21:21:34.916 INFO O| Sep 12 21:21:34.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
72122026-09-12T21:21:35.989Z[ recovery-image] Sep 12 21:21:34.916 INFO O| Sep 12 21:21:34.916 INFO STEP 476 (remove_files) COMPLETE
72132026-09-12T21:21:35.989Z[ recovery-image] Sep 12 21:21:34.916 INFO O| Sep 12 21:21:34.916 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-12T21:21:35.998Z[ recovery-image] Sep 12 21:21:34.925 INFO O| Sep 12 21:21:34.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
72152026-09-12T21:21:35.998Z[ recovery-image] Sep 12 21:21:34.925 INFO O| Sep 12 21:21:34.925 INFO STEP 477 (remove_files) COMPLETE
72162026-09-12T21:21:35.998Z[ recovery-image] Sep 12 21:21:34.925 INFO O| Sep 12 21:21:34.925 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-12T21:21:36.007Z[ recovery-image] Sep 12 21:21:34.934 INFO O| Sep 12 21:21:34.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
72182026-09-12T21:21:36.010Z[ recovery-image] Sep 12 21:21:34.934 INFO O| Sep 12 21:21:34.934 INFO STEP 478 (remove_files) COMPLETE
72192026-09-12T21:21:36.010Z[ recovery-image] Sep 12 21:21:34.934 INFO O| Sep 12 21:21:34.934 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-12T21:21:36.018Z[ recovery-image] Sep 12 21:21:34.945 INFO O| Sep 12 21:21:34.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
72212026-09-12T21:21:36.018Z[ recovery-image] Sep 12 21:21:34.945 INFO O| Sep 12 21:21:34.945 INFO STEP 479 (remove_files) COMPLETE
72222026-09-12T21:21:36.021Z[ recovery-image] Sep 12 21:21:34.945 INFO O| Sep 12 21:21:34.945 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-12T21:21:36.029Z[ recovery-image] Sep 12 21:21:34.956 INFO O| Sep 12 21:21:34.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
72242026-09-12T21:21:36.029Z[ recovery-image] Sep 12 21:21:34.956 INFO O| Sep 12 21:21:34.956 INFO STEP 480 (remove_files) COMPLETE
72252026-09-12T21:21:36.032Z[ recovery-image] Sep 12 21:21:34.956 INFO O| Sep 12 21:21:34.956 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-12T21:21:36.039Z[ recovery-image] Sep 12 21:21:34.967 INFO O| Sep 12 21:21:34.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
72272026-09-12T21:21:36.040Z[ recovery-image] Sep 12 21:21:34.967 INFO O| Sep 12 21:21:34.967 INFO STEP 481 (remove_files) COMPLETE
72282026-09-12T21:21:36.040Z[ recovery-image] Sep 12 21:21:34.967 INFO O| Sep 12 21:21:34.967 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-12T21:21:36.050Z[ recovery-image] Sep 12 21:21:34.977 INFO O| Sep 12 21:21:34.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
72302026-09-12T21:21:36.050Z[ recovery-image] Sep 12 21:21:34.977 INFO O| Sep 12 21:21:34.977 INFO STEP 482 (remove_files) COMPLETE
72312026-09-12T21:21:36.050Z[ recovery-image] Sep 12 21:21:34.977 INFO O| Sep 12 21:21:34.977 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-12T21:21:36.061Z[ recovery-image] Sep 12 21:21:34.988 INFO O| Sep 12 21:21:34.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
72332026-09-12T21:21:36.061Z[ recovery-image] Sep 12 21:21:34.988 INFO O| Sep 12 21:21:34.988 INFO STEP 483 (remove_files) COMPLETE
72342026-09-12T21:21:36.064Z[ recovery-image] Sep 12 21:21:34.988 INFO O| Sep 12 21:21:34.988 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-12T21:21:36.073Z[ recovery-image] Sep 12 21:21:35.001 INFO O| Sep 12 21:21:35.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
72362026-09-12T21:21:36.073Z[ recovery-image] Sep 12 21:21:35.001 INFO O| Sep 12 21:21:35.001 INFO STEP 484 (remove_files) COMPLETE
72372026-09-12T21:21:36.073Z[ recovery-image] Sep 12 21:21:35.001 INFO O| Sep 12 21:21:35.001 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-12T21:21:36.083Z[ recovery-image] Sep 12 21:21:35.011 INFO O| Sep 12 21:21:35.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
72392026-09-12T21:21:36.083Z[ recovery-image] Sep 12 21:21:35.011 INFO O| Sep 12 21:21:35.011 INFO STEP 485 (remove_files) COMPLETE
72402026-09-12T21:21:36.083Z[ recovery-image] Sep 12 21:21:35.011 INFO O| Sep 12 21:21:35.011 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-12T21:21:36.094Z[ recovery-image] Sep 12 21:21:35.021 INFO O| Sep 12 21:21:35.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
72422026-09-12T21:21:36.094Z[ recovery-image] Sep 12 21:21:35.021 INFO O| Sep 12 21:21:35.021 INFO STEP 486 (remove_files) COMPLETE
72432026-09-12T21:21:36.094Z[ recovery-image] Sep 12 21:21:35.021 INFO O| Sep 12 21:21:35.021 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-12T21:21:36.104Z[ recovery-image] Sep 12 21:21:35.031 INFO O| Sep 12 21:21:35.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
72452026-09-12T21:21:36.104Z[ recovery-image] Sep 12 21:21:35.031 INFO O| Sep 12 21:21:35.031 INFO STEP 487 (remove_files) COMPLETE
72462026-09-12T21:21:36.104Z[ recovery-image] Sep 12 21:21:35.031 INFO O| Sep 12 21:21:35.031 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-12T21:21:36.116Z[ recovery-image] Sep 12 21:21:35.042 INFO O| Sep 12 21:21:35.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
72482026-09-12T21:21:36.116Z[ recovery-image] Sep 12 21:21:35.042 INFO O| Sep 12 21:21:35.042 INFO STEP 488 (remove_files) COMPLETE
72492026-09-12T21:21:36.122Z[ recovery-image] Sep 12 21:21:35.042 INFO O| Sep 12 21:21:35.042 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-12T21:21:36.127Z[ recovery-image] Sep 12 21:21:35.053 INFO O| Sep 12 21:21:35.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
72512026-09-12T21:21:36.127Z[ recovery-image] Sep 12 21:21:35.053 INFO O| Sep 12 21:21:35.053 INFO STEP 489 (remove_files) COMPLETE
72522026-09-12T21:21:36.127Z[ recovery-image] Sep 12 21:21:35.053 INFO O| Sep 12 21:21:35.053 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-12T21:21:36.137Z[ recovery-image] Sep 12 21:21:35.064 INFO O| Sep 12 21:21:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
72542026-09-12T21:21:36.137Z[ recovery-image] Sep 12 21:21:35.064 INFO O| Sep 12 21:21:35.064 INFO STEP 490 (remove_files) COMPLETE
72552026-09-12T21:21:36.137Z[ recovery-image] Sep 12 21:21:35.064 INFO O| Sep 12 21:21:35.064 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-12T21:21:36.148Z[ recovery-image] Sep 12 21:21:35.075 INFO O| Sep 12 21:21:35.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
72572026-09-12T21:21:36.148Z[ recovery-image] Sep 12 21:21:35.075 INFO O| Sep 12 21:21:35.075 INFO STEP 491 (remove_files) COMPLETE
72582026-09-12T21:21:36.148Z[ recovery-image] Sep 12 21:21:35.075 INFO O| Sep 12 21:21:35.075 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-12T21:21:36.157Z[ recovery-image] Sep 12 21:21:35.085 INFO O| Sep 12 21:21:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
72602026-09-12T21:21:36.157Z[ recovery-image] Sep 12 21:21:35.085 INFO O| Sep 12 21:21:35.085 INFO STEP 492 (remove_files) COMPLETE
72612026-09-12T21:21:36.157Z[ recovery-image] Sep 12 21:21:35.085 INFO O| Sep 12 21:21:35.085 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-12T21:21:36.168Z[ recovery-image] Sep 12 21:21:35.095 INFO O| Sep 12 21:21:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
72632026-09-12T21:21:36.168Z[ recovery-image] Sep 12 21:21:35.095 INFO O| Sep 12 21:21:35.095 INFO STEP 493 (remove_files) COMPLETE
72642026-09-12T21:21:36.168Z[ recovery-image] Sep 12 21:21:35.095 INFO O| Sep 12 21:21:35.095 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-12T21:21:36.179Z[ recovery-image] Sep 12 21:21:35.104 INFO O| Sep 12 21:21:35.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
72662026-09-12T21:21:36.179Z[ recovery-image] Sep 12 21:21:35.104 INFO O| Sep 12 21:21:35.104 INFO STEP 494 (remove_files) COMPLETE
72672026-09-12T21:21:36.179Z[ recovery-image] Sep 12 21:21:35.104 INFO O| Sep 12 21:21:35.104 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-12T21:21:36.186Z[ recovery-image] Sep 12 21:21:35.113 INFO O| Sep 12 21:21:35.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
72692026-09-12T21:21:36.186Z[ recovery-image] Sep 12 21:21:35.114 INFO O| Sep 12 21:21:35.114 INFO STEP 495 (remove_files) COMPLETE
72702026-09-12T21:21:36.186Z[ recovery-image] Sep 12 21:21:35.114 INFO O| Sep 12 21:21:35.114 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-12T21:21:36.195Z[ recovery-image] Sep 12 21:21:35.122 INFO O| Sep 12 21:21:35.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
72722026-09-12T21:21:36.195Z[ recovery-image] Sep 12 21:21:35.122 INFO O| Sep 12 21:21:35.122 INFO STEP 496 (remove_files) COMPLETE
72732026-09-12T21:21:36.195Z[ recovery-image] Sep 12 21:21:35.122 INFO O| Sep 12 21:21:35.122 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-12T21:21:36.204Z[ recovery-image] Sep 12 21:21:35.131 INFO O| Sep 12 21:21:35.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
72752026-09-12T21:21:36.204Z[ recovery-image] Sep 12 21:21:35.132 INFO O| Sep 12 21:21:35.131 INFO STEP 497 (remove_files) COMPLETE
72762026-09-12T21:21:36.204Z[ recovery-image] Sep 12 21:21:35.132 INFO O| Sep 12 21:21:35.132 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-12T21:21:36.213Z[ recovery-image] Sep 12 21:21:35.140 INFO O| Sep 12 21:21:35.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
72782026-09-12T21:21:36.214Z[ recovery-image] Sep 12 21:21:35.140 INFO O| Sep 12 21:21:35.140 INFO STEP 498 (remove_files) COMPLETE
72792026-09-12T21:21:36.217Z[ recovery-image] Sep 12 21:21:35.140 INFO O| Sep 12 21:21:35.140 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-12T21:21:36.222Z[ recovery-image] Sep 12 21:21:35.149 INFO O| Sep 12 21:21:35.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72812026-09-12T21:21:36.222Z[ recovery-image] Sep 12 21:21:35.149 INFO O| Sep 12 21:21:35.149 INFO STEP 499 (remove_files) COMPLETE
72822026-09-12T21:21:36.225Z[ recovery-image] Sep 12 21:21:35.149 INFO O| Sep 12 21:21:35.149 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-12T21:21:36.232Z[ recovery-image] Sep 12 21:21:35.159 INFO O| Sep 12 21:21:35.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72842026-09-12T21:21:36.232Z[ recovery-image] Sep 12 21:21:35.159 INFO O| Sep 12 21:21:35.159 INFO STEP 500 (remove_files) COMPLETE
72852026-09-12T21:21:36.232Z[ recovery-image] Sep 12 21:21:35.159 INFO O| Sep 12 21:21:35.159 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-12T21:21:36.244Z[ recovery-image] Sep 12 21:21:35.169 INFO O| Sep 12 21:21:35.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72872026-09-12T21:21:36.244Z[ recovery-image] Sep 12 21:21:35.169 INFO O| Sep 12 21:21:35.169 INFO STEP 501 (remove_files) COMPLETE
72882026-09-12T21:21:36.244Z[ recovery-image] Sep 12 21:21:35.169 INFO O| Sep 12 21:21:35.169 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-12T21:21:36.254Z[ recovery-image] Sep 12 21:21:35.180 INFO O| Sep 12 21:21:35.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72902026-09-12T21:21:36.254Z[ recovery-image] Sep 12 21:21:35.180 INFO O| Sep 12 21:21:35.180 INFO STEP 502 (remove_files) COMPLETE
72912026-09-12T21:21:36.254Z[ recovery-image] Sep 12 21:21:35.180 INFO O| Sep 12 21:21:35.180 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-12T21:21:36.263Z[ recovery-image] Sep 12 21:21:35.190 INFO O| Sep 12 21:21:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72932026-09-12T21:21:36.263Z[ recovery-image] Sep 12 21:21:35.190 INFO O| Sep 12 21:21:35.190 INFO STEP 503 (remove_files) COMPLETE
72942026-09-12T21:21:36.266Z[ recovery-image] Sep 12 21:21:35.190 INFO O| Sep 12 21:21:35.190 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-12T21:21:36.274Z[ recovery-image] Sep 12 21:21:35.201 INFO O| Sep 12 21:21:35.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72962026-09-12T21:21:36.274Z[ recovery-image] Sep 12 21:21:35.201 INFO O| Sep 12 21:21:35.201 INFO STEP 504 (remove_files) COMPLETE
72972026-09-12T21:21:36.274Z[ recovery-image] Sep 12 21:21:35.201 INFO O| Sep 12 21:21:35.201 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-12T21:21:36.284Z[ recovery-image] Sep 12 21:21:35.211 INFO O| Sep 12 21:21:35.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72992026-09-12T21:21:36.284Z[ recovery-image] Sep 12 21:21:35.211 INFO O| Sep 12 21:21:35.211 INFO STEP 505 (remove_files) COMPLETE
73002026-09-12T21:21:36.284Z[ recovery-image] Sep 12 21:21:35.211 INFO O| Sep 12 21:21:35.211 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-12T21:21:36.293Z[ recovery-image] Sep 12 21:21:35.220 INFO O| Sep 12 21:21:35.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
73022026-09-12T21:21:36.303Z[ recovery-image] Sep 12 21:21:35.221 INFO O| Sep 12 21:21:35.221 INFO STEP 506 (remove_files) COMPLETE
73032026-09-12T21:21:36.303Z[ recovery-image] Sep 12 21:21:35.221 INFO O| Sep 12 21:21:35.221 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-12T21:21:36.307Z[ recovery-image] Sep 12 21:21:35.232 INFO O| Sep 12 21:21:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
73052026-09-12T21:21:36.307Z[ recovery-image] Sep 12 21:21:35.232 INFO O| Sep 12 21:21:35.232 INFO STEP 507 (remove_files) COMPLETE
73062026-09-12T21:21:36.307Z[ recovery-image] Sep 12 21:21:35.232 INFO O| Sep 12 21:21:35.232 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-12T21:21:36.315Z[ recovery-image] Sep 12 21:21:35.242 INFO O| Sep 12 21:21:35.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
73082026-09-12T21:21:36.315Z[ recovery-image] Sep 12 21:21:35.242 INFO O| Sep 12 21:21:35.242 INFO STEP 508 (remove_files) COMPLETE
73092026-09-12T21:21:36.315Z[ recovery-image] Sep 12 21:21:35.242 INFO O| Sep 12 21:21:35.242 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-12T21:21:36.325Z[ recovery-image] Sep 12 21:21:35.252 INFO O| Sep 12 21:21:35.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
73112026-09-12T21:21:36.325Z[ recovery-image] Sep 12 21:21:35.252 INFO O| Sep 12 21:21:35.252 INFO STEP 509 (remove_files) COMPLETE
73122026-09-12T21:21:36.325Z[ recovery-image] Sep 12 21:21:35.252 INFO O| Sep 12 21:21:35.252 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-12T21:21:36.386Z[ recovery-image] Sep 12 21:21:35.261 INFO O| Sep 12 21:21:35.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
73142026-09-12T21:21:36.386Z[ recovery-image] Sep 12 21:21:35.261 INFO O| Sep 12 21:21:35.261 INFO STEP 510 (remove_files) COMPLETE
73152026-09-12T21:21:36.386Z[ recovery-image] Sep 12 21:21:35.261 INFO O| Sep 12 21:21:35.261 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-12T21:21:36.386Z[ recovery-image] Sep 12 21:21:35.271 INFO O| Sep 12 21:21:35.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
73172026-09-12T21:21:36.386Z[ recovery-image] Sep 12 21:21:35.271 INFO O| Sep 12 21:21:35.271 INFO STEP 511 (remove_files) COMPLETE
73182026-09-12T21:21:36.389Z[ recovery-image] Sep 12 21:21:35.271 INFO O| Sep 12 21:21:35.271 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-12T21:21:36.389Z[ recovery-image] Sep 12 21:21:35.281 INFO O| Sep 12 21:21:35.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
73202026-09-12T21:21:36.389Z[ recovery-image] Sep 12 21:21:35.281 INFO O| Sep 12 21:21:35.281 INFO STEP 512 (remove_files) COMPLETE
73212026-09-12T21:21:36.389Z[ recovery-image] Sep 12 21:21:35.281 INFO O| Sep 12 21:21:35.281 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-12T21:21:36.389Z[ recovery-image] Sep 12 21:21:35.291 INFO O| Sep 12 21:21:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
73232026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.292 INFO O| Sep 12 21:21:35.292 INFO STEP 513 (remove_files) COMPLETE
73242026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.293 INFO O| Sep 12 21:21:35.292 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.303 INFO O| Sep 12 21:21:35.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
73262026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.303 INFO O| Sep 12 21:21:35.303 INFO STEP 514 (remove_files) COMPLETE
73272026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.303 INFO O| Sep 12 21:21:35.303 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.312 INFO O| Sep 12 21:21:35.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
73292026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.313 INFO O| Sep 12 21:21:35.313 INFO STEP 515 (remove_files) COMPLETE
73302026-09-12T21:21:36.390Z[ recovery-image] Sep 12 21:21:35.313 INFO O| Sep 12 21:21:35.313 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-12T21:21:36.404Z[ recovery-image] Sep 12 21:21:35.324 INFO O| Sep 12 21:21:35.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
73322026-09-12T21:21:36.404Z[ recovery-image] Sep 12 21:21:35.324 INFO O| Sep 12 21:21:35.324 INFO STEP 516 (remove_files) COMPLETE
73332026-09-12T21:21:36.404Z[ recovery-image] Sep 12 21:21:35.324 INFO O| Sep 12 21:21:35.324 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-12T21:21:36.410Z[ recovery-image] Sep 12 21:21:35.335 INFO O| Sep 12 21:21:35.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
73352026-09-12T21:21:36.410Z[ recovery-image] Sep 12 21:21:35.335 INFO O| Sep 12 21:21:35.335 INFO STEP 517 (remove_files) COMPLETE
73362026-09-12T21:21:36.410Z[ recovery-image] Sep 12 21:21:35.335 INFO O| Sep 12 21:21:35.335 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-12T21:21:36.417Z[ recovery-image] Sep 12 21:21:35.344 INFO O| Sep 12 21:21:35.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
73382026-09-12T21:21:36.417Z[ recovery-image] Sep 12 21:21:35.344 INFO O| Sep 12 21:21:35.344 INFO STEP 518 (remove_files) COMPLETE
73392026-09-12T21:21:36.417Z[ recovery-image] Sep 12 21:21:35.344 INFO O| Sep 12 21:21:35.344 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-12T21:21:36.426Z[ recovery-image] Sep 12 21:21:35.353 INFO O| Sep 12 21:21:35.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
73412026-09-12T21:21:36.426Z[ recovery-image] Sep 12 21:21:35.353 INFO O| Sep 12 21:21:35.353 INFO STEP 519 (remove_files) COMPLETE
73422026-09-12T21:21:36.430Z[ recovery-image] Sep 12 21:21:35.353 INFO O| Sep 12 21:21:35.353 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-12T21:21:36.435Z[ recovery-image] Sep 12 21:21:35.362 INFO O| Sep 12 21:21:35.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
73442026-09-12T21:21:36.435Z[ recovery-image] Sep 12 21:21:35.362 INFO O| Sep 12 21:21:35.362 INFO STEP 520 (remove_files) COMPLETE
73452026-09-12T21:21:36.439Z[ recovery-image] Sep 12 21:21:35.362 INFO O| Sep 12 21:21:35.362 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-12T21:21:36.444Z[ recovery-image] Sep 12 21:21:35.371 INFO O| Sep 12 21:21:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
73472026-09-12T21:21:36.444Z[ recovery-image] Sep 12 21:21:35.371 INFO O| Sep 12 21:21:35.371 INFO STEP 521 (remove_files) COMPLETE
73482026-09-12T21:21:36.444Z[ recovery-image] Sep 12 21:21:35.371 INFO O| Sep 12 21:21:35.371 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-12T21:21:36.456Z[ recovery-image] Sep 12 21:21:35.380 INFO O| Sep 12 21:21:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
73502026-09-12T21:21:36.456Z[ recovery-image] Sep 12 21:21:35.380 INFO O| Sep 12 21:21:35.380 INFO STEP 522 (remove_files) COMPLETE
73512026-09-12T21:21:36.456Z[ recovery-image] Sep 12 21:21:35.380 INFO O| Sep 12 21:21:35.380 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-12T21:21:36.463Z[ recovery-image] Sep 12 21:21:35.389 INFO O| Sep 12 21:21:35.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
73532026-09-12T21:21:36.463Z[ recovery-image] Sep 12 21:21:35.389 INFO O| Sep 12 21:21:35.389 INFO STEP 523 (remove_files) COMPLETE
73542026-09-12T21:21:36.468Z[ recovery-image] Sep 12 21:21:35.389 INFO O| Sep 12 21:21:35.389 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-12T21:21:36.471Z[ recovery-image] Sep 12 21:21:35.398 INFO O| Sep 12 21:21:35.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
73562026-09-12T21:21:36.471Z[ recovery-image] Sep 12 21:21:35.398 INFO O| Sep 12 21:21:35.398 INFO STEP 524 (remove_files) COMPLETE
73572026-09-12T21:21:36.471Z[ recovery-image] Sep 12 21:21:35.398 INFO O| Sep 12 21:21:35.398 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-12T21:21:36.486Z[ recovery-image] Sep 12 21:21:35.407 INFO O| Sep 12 21:21:35.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
73592026-09-12T21:21:36.486Z[ recovery-image] Sep 12 21:21:35.407 INFO O| Sep 12 21:21:35.407 INFO STEP 525 (remove_files) COMPLETE
73602026-09-12T21:21:36.486Z[ recovery-image] Sep 12 21:21:35.407 INFO O| Sep 12 21:21:35.407 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-12T21:21:36.490Z[ recovery-image] Sep 12 21:21:35.416 INFO O| Sep 12 21:21:35.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
73622026-09-12T21:21:36.490Z[ recovery-image] Sep 12 21:21:35.416 INFO O| Sep 12 21:21:35.416 INFO STEP 526 (remove_files) COMPLETE
73632026-09-12T21:21:36.490Z[ recovery-image] Sep 12 21:21:35.416 INFO O| Sep 12 21:21:35.416 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-09-12T21:21:36.501Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
73652026-09-12T21:21:36.507Z[ recovery-image] Sep 12 21:21:35.426 INFO O| Sep 12 21:21:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
73662026-09-12T21:21:36.507Z[ recovery-image] Sep 12 21:21:35.426 INFO O| Sep 12 21:21:35.426 INFO STEP 527 (remove_files) COMPLETE
73672026-09-12T21:21:36.507Z[ recovery-image] Sep 12 21:21:35.426 INFO O| Sep 12 21:21:35.426 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-12T21:21:36.511Z[ recovery-image] Sep 12 21:21:35.437 INFO O| Sep 12 21:21:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
73692026-09-12T21:21:36.511Z[ recovery-image] Sep 12 21:21:35.437 INFO O| Sep 12 21:21:35.437 INFO STEP 528 (remove_files) COMPLETE
73702026-09-12T21:21:36.514Z[ recovery-image] Sep 12 21:21:35.437 INFO O| Sep 12 21:21:35.437 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-12T21:21:36.520Z[ recovery-image] Sep 12 21:21:35.447 INFO O| Sep 12 21:21:35.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
73722026-09-12T21:21:36.520Z[ recovery-image] Sep 12 21:21:35.447 INFO O| Sep 12 21:21:35.447 INFO STEP 529 (remove_files) COMPLETE
73732026-09-12T21:21:36.520Z[ recovery-image] Sep 12 21:21:35.447 INFO O| Sep 12 21:21:35.447 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-12T21:21:36.529Z[ recovery-image] Sep 12 21:21:35.456 INFO O| Sep 12 21:21:35.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
73752026-09-12T21:21:36.529Z[ recovery-image] Sep 12 21:21:35.456 INFO O| Sep 12 21:21:35.456 INFO STEP 530 (remove_files) COMPLETE
73762026-09-12T21:21:36.529Z[ recovery-image] Sep 12 21:21:35.456 INFO O| Sep 12 21:21:35.456 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-12T21:21:36.540Z[ recovery-image] Sep 12 21:21:35.464 INFO O| Sep 12 21:21:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
73782026-09-12T21:21:36.540Z[ recovery-image] Sep 12 21:21:35.464 INFO O| Sep 12 21:21:35.464 INFO STEP 531 (remove_files) COMPLETE
73792026-09-12T21:21:36.540Z[ recovery-image] Sep 12 21:21:35.464 INFO O| Sep 12 21:21:35.464 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-12T21:21:36.546Z[ recovery-image] Sep 12 21:21:35.473 INFO O| Sep 12 21:21:35.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73812026-09-12T21:21:36.546Z[ recovery-image] Sep 12 21:21:35.473 INFO O| Sep 12 21:21:35.473 INFO STEP 532 (remove_files) COMPLETE
73822026-09-12T21:21:36.547Z[ recovery-image] Sep 12 21:21:35.473 INFO O| Sep 12 21:21:35.473 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-12T21:21:36.556Z[ recovery-image] Sep 12 21:21:35.483 INFO O| Sep 12 21:21:35.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73842026-09-12T21:21:36.556Z[ recovery-image] Sep 12 21:21:35.483 INFO O| Sep 12 21:21:35.483 INFO STEP 533 (remove_files) COMPLETE
73852026-09-12T21:21:36.556Z[ recovery-image] Sep 12 21:21:35.483 INFO O| Sep 12 21:21:35.483 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-12T21:21:36.567Z[ recovery-image] Sep 12 21:21:35.494 INFO O| Sep 12 21:21:35.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73872026-09-12T21:21:36.567Z[ recovery-image] Sep 12 21:21:35.494 INFO O| Sep 12 21:21:35.494 INFO STEP 534 (remove_files) COMPLETE
73882026-09-12T21:21:36.567Z[ recovery-image] Sep 12 21:21:35.494 INFO O| Sep 12 21:21:35.494 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-12T21:21:36.577Z[ recovery-image] Sep 12 21:21:35.504 INFO O| Sep 12 21:21:35.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73902026-09-12T21:21:36.577Z[ recovery-image] Sep 12 21:21:35.504 INFO O| Sep 12 21:21:35.504 INFO STEP 535 (remove_files) COMPLETE
73912026-09-12T21:21:36.577Z[ recovery-image] Sep 12 21:21:35.504 INFO O| Sep 12 21:21:35.504 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-12T21:21:36.586Z[ recovery-image] Sep 12 21:21:35.513 INFO O| Sep 12 21:21:35.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73932026-09-12T21:21:36.586Z[ recovery-image] Sep 12 21:21:35.513 INFO O| Sep 12 21:21:35.513 INFO STEP 536 (remove_files) COMPLETE
73942026-09-12T21:21:36.586Z[ recovery-image] Sep 12 21:21:35.513 INFO O| Sep 12 21:21:35.513 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-12T21:21:36.595Z[ recovery-image] Sep 12 21:21:35.522 INFO O| Sep 12 21:21:35.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73962026-09-12T21:21:36.595Z[ recovery-image] Sep 12 21:21:35.522 INFO O| Sep 12 21:21:35.522 INFO STEP 537 (remove_files) COMPLETE
73972026-09-12T21:21:36.595Z[ recovery-image] Sep 12 21:21:35.522 INFO O| Sep 12 21:21:35.522 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-12T21:21:36.605Z[ recovery-image] Sep 12 21:21:35.532 INFO O| Sep 12 21:21:35.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73992026-09-12T21:21:36.605Z[ recovery-image] Sep 12 21:21:35.532 INFO O| Sep 12 21:21:35.532 INFO STEP 538 (remove_files) COMPLETE
74002026-09-12T21:21:36.605Z[ recovery-image] Sep 12 21:21:35.532 INFO O| Sep 12 21:21:35.532 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-12T21:21:36.615Z[ recovery-image] Sep 12 21:21:35.542 INFO O| Sep 12 21:21:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
74022026-09-12T21:21:36.615Z[ recovery-image] Sep 12 21:21:35.542 INFO O| Sep 12 21:21:35.542 INFO STEP 539 (remove_files) COMPLETE
74032026-09-12T21:21:36.615Z[ recovery-image] Sep 12 21:21:35.542 INFO O| Sep 12 21:21:35.542 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-12T21:21:36.624Z[ recovery-image] Sep 12 21:21:35.551 INFO O| Sep 12 21:21:35.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
74052026-09-12T21:21:36.624Z[ recovery-image] Sep 12 21:21:35.551 INFO O| Sep 12 21:21:35.551 INFO STEP 540 (remove_files) COMPLETE
74062026-09-12T21:21:36.624Z[ recovery-image] Sep 12 21:21:35.551 INFO O| Sep 12 21:21:35.551 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-12T21:21:36.633Z[ recovery-image] Sep 12 21:21:35.560 INFO O| Sep 12 21:21:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
74082026-09-12T21:21:36.633Z[ recovery-image] Sep 12 21:21:35.560 INFO O| Sep 12 21:21:35.560 INFO STEP 541 (remove_files) COMPLETE
74092026-09-12T21:21:36.633Z[ recovery-image] Sep 12 21:21:35.560 INFO O| Sep 12 21:21:35.560 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-12T21:21:36.642Z[ recovery-image] Sep 12 21:21:35.569 INFO O| Sep 12 21:21:35.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
74112026-09-12T21:21:36.644Z[ recovery-image] Sep 12 21:21:35.569 INFO O| Sep 12 21:21:35.569 INFO STEP 542 (remove_files) COMPLETE
74122026-09-12T21:21:36.644Z[ recovery-image] Sep 12 21:21:35.570 INFO O| Sep 12 21:21:35.569 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-12T21:21:36.652Z[ recovery-image] Sep 12 21:21:35.579 INFO O| Sep 12 21:21:35.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
74142026-09-12T21:21:36.652Z[ recovery-image] Sep 12 21:21:35.579 INFO O| Sep 12 21:21:35.579 INFO STEP 543 (remove_files) COMPLETE
74152026-09-12T21:21:36.652Z[ recovery-image] Sep 12 21:21:35.579 INFO O| Sep 12 21:21:35.579 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-12T21:21:36.662Z[ recovery-image] Sep 12 21:21:35.589 INFO O| Sep 12 21:21:35.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
74172026-09-12T21:21:36.662Z[ recovery-image] Sep 12 21:21:35.589 INFO O| Sep 12 21:21:35.589 INFO STEP 544 (remove_files) COMPLETE
74182026-09-12T21:21:36.665Z[ recovery-image] Sep 12 21:21:35.589 INFO O| Sep 12 21:21:35.589 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-12T21:21:36.673Z[ recovery-image] Sep 12 21:21:35.599 INFO O| Sep 12 21:21:35.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
74202026-09-12T21:21:36.674Z[ recovery-image] Sep 12 21:21:35.599 INFO O| Sep 12 21:21:35.599 INFO STEP 545 (remove_files) COMPLETE
74212026-09-12T21:21:36.674Z[ recovery-image] Sep 12 21:21:35.599 INFO O| Sep 12 21:21:35.599 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-12T21:21:36.682Z[ recovery-image] Sep 12 21:21:35.609 INFO O| Sep 12 21:21:35.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
74232026-09-12T21:21:36.682Z[ recovery-image] Sep 12 21:21:35.609 INFO O| Sep 12 21:21:35.609 INFO STEP 546 (remove_files) COMPLETE
74242026-09-12T21:21:36.682Z[ recovery-image] Sep 12 21:21:35.609 INFO O| Sep 12 21:21:35.609 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-12T21:21:36.691Z[ recovery-image] Sep 12 21:21:35.619 INFO O| Sep 12 21:21:35.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
74262026-09-12T21:21:36.692Z[ recovery-image] Sep 12 21:21:35.619 INFO O| Sep 12 21:21:35.619 INFO STEP 547 (remove_files) COMPLETE
74272026-09-12T21:21:36.692Z[ recovery-image] Sep 12 21:21:35.619 INFO O| Sep 12 21:21:35.619 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-12T21:21:36.702Z[ recovery-image] Sep 12 21:21:35.629 INFO O| Sep 12 21:21:35.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
74292026-09-12T21:21:36.702Z[ recovery-image] Sep 12 21:21:35.629 INFO O| Sep 12 21:21:35.629 INFO STEP 548 (remove_files) COMPLETE
74302026-09-12T21:21:36.702Z[ recovery-image] Sep 12 21:21:35.629 INFO O| Sep 12 21:21:35.629 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-12T21:21:36.712Z[ recovery-image] Sep 12 21:21:35.639 INFO O| Sep 12 21:21:35.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
74322026-09-12T21:21:36.712Z[ recovery-image] Sep 12 21:21:35.639 INFO O| Sep 12 21:21:35.639 INFO STEP 549 (remove_files) COMPLETE
74332026-09-12T21:21:36.712Z[ recovery-image] Sep 12 21:21:35.639 INFO O| Sep 12 21:21:35.639 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-12T21:21:36.724Z[ recovery-image] Sep 12 21:21:35.651 INFO O| Sep 12 21:21:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
74352026-09-12T21:21:36.724Z[ recovery-image] Sep 12 21:21:35.651 INFO O| Sep 12 21:21:35.649 INFO STEP 550 (remove_files) COMPLETE
74362026-09-12T21:21:36.724Z[ recovery-image] Sep 12 21:21:35.651 INFO O| Sep 12 21:21:35.649 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-12T21:21:36.732Z[ recovery-image] Sep 12 21:21:35.659 INFO O| Sep 12 21:21:35.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
74382026-09-12T21:21:36.732Z[ recovery-image] Sep 12 21:21:35.659 INFO O| Sep 12 21:21:35.659 INFO STEP 551 (remove_files) COMPLETE
74392026-09-12T21:21:36.736Z[ recovery-image] Sep 12 21:21:35.659 INFO O| Sep 12 21:21:35.659 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-12T21:21:36.742Z[ recovery-image] Sep 12 21:21:35.670 INFO O| Sep 12 21:21:35.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
74412026-09-12T21:21:36.742Z[ recovery-image] Sep 12 21:21:35.670 INFO O| Sep 12 21:21:35.670 INFO STEP 552 (remove_files) COMPLETE
74422026-09-12T21:21:36.743Z[ recovery-image] Sep 12 21:21:35.670 INFO O| Sep 12 21:21:35.670 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-12T21:21:36.760Z[ recovery-image] Sep 12 21:21:35.687 INFO O| Sep 12 21:21:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
74442026-09-12T21:21:36.760Z[ recovery-image] Sep 12 21:21:35.687 INFO O| Sep 12 21:21:35.687 INFO STEP 553 (remove_files) COMPLETE
74452026-09-12T21:21:36.765Z[ recovery-image] Sep 12 21:21:35.687 INFO O| Sep 12 21:21:35.687 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-12T21:21:36.770Z[ recovery-image] Sep 12 21:21:35.697 INFO O| Sep 12 21:21:35.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
74472026-09-12T21:21:36.770Z[ recovery-image] Sep 12 21:21:35.697 INFO O| Sep 12 21:21:35.697 INFO STEP 554 (remove_files) COMPLETE
74482026-09-12T21:21:36.770Z[ recovery-image] Sep 12 21:21:35.697 INFO O| Sep 12 21:21:35.697 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-09-12T21:21:36.779Z[ recovery-image] Sep 12 21:21:35.706 INFO O| Sep 12 21:21:35.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
74502026-09-12T21:21:36.779Z[ recovery-image] Sep 12 21:21:35.706 INFO O| Sep 12 21:21:35.706 INFO STEP 555 (remove_files) COMPLETE
74512026-09-12T21:21:36.779Z[ recovery-image] Sep 12 21:21:35.706 INFO O| Sep 12 21:21:35.706 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-12T21:21:36.788Z[ recovery-image] Sep 12 21:21:35.715 INFO O| Sep 12 21:21:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
74532026-09-12T21:21:36.788Z[ recovery-image] Sep 12 21:21:35.715 INFO O| Sep 12 21:21:35.715 INFO STEP 556 (remove_files) COMPLETE
74542026-09-12T21:21:36.792Z[ recovery-image] Sep 12 21:21:35.715 INFO O| Sep 12 21:21:35.715 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-12T21:21:36.798Z[ recovery-image] Sep 12 21:21:35.725 INFO O| Sep 12 21:21:35.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
74562026-09-12T21:21:36.798Z[ recovery-image] Sep 12 21:21:35.725 INFO O| Sep 12 21:21:35.725 INFO STEP 557 (remove_files) COMPLETE
74572026-09-12T21:21:36.801Z[ recovery-image] Sep 12 21:21:35.725 INFO O| Sep 12 21:21:35.725 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-12T21:21:36.808Z[ recovery-image] Sep 12 21:21:35.734 INFO O| Sep 12 21:21:35.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
74592026-09-12T21:21:36.808Z[ recovery-image] Sep 12 21:21:35.735 INFO O| Sep 12 21:21:35.734 INFO STEP 558 (remove_files) COMPLETE
74602026-09-12T21:21:36.808Z[ recovery-image] Sep 12 21:21:35.735 INFO O| Sep 12 21:21:35.735 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-12T21:21:36.817Z[ recovery-image] Sep 12 21:21:35.744 INFO O| Sep 12 21:21:35.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
74622026-09-12T21:21:36.817Z[ recovery-image] Sep 12 21:21:35.744 INFO O| Sep 12 21:21:35.744 INFO STEP 559 (remove_files) COMPLETE
74632026-09-12T21:21:36.817Z[ recovery-image] Sep 12 21:21:35.744 INFO O| Sep 12 21:21:35.744 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-12T21:21:36.826Z[ recovery-image] Sep 12 21:21:35.753 INFO O| Sep 12 21:21:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
74652026-09-12T21:21:36.826Z[ recovery-image] Sep 12 21:21:35.753 INFO O| Sep 12 21:21:35.753 INFO STEP 560 (remove_files) COMPLETE
74662026-09-12T21:21:36.826Z[ recovery-image] Sep 12 21:21:35.753 INFO O| Sep 12 21:21:35.753 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-12T21:21:36.841Z[ recovery-image] Sep 12 21:21:35.765 INFO O| Sep 12 21:21:35.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
74682026-09-12T21:21:36.841Z[ recovery-image] Sep 12 21:21:35.765 INFO O| Sep 12 21:21:35.765 INFO STEP 561 (remove_files) COMPLETE
74692026-09-12T21:21:36.842Z[ recovery-image] Sep 12 21:21:35.765 INFO O| Sep 12 21:21:35.765 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-12T21:21:36.849Z[ recovery-image] Sep 12 21:21:35.776 INFO O| Sep 12 21:21:35.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
74712026-09-12T21:21:36.849Z[ recovery-image] Sep 12 21:21:35.777 INFO O| Sep 12 21:21:35.777 INFO STEP 562 (remove_files) COMPLETE
74722026-09-12T21:21:36.849Z[ recovery-image] Sep 12 21:21:35.777 INFO O| Sep 12 21:21:35.777 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-12T21:21:36.861Z[ recovery-image] Sep 12 21:21:35.787 INFO O| Sep 12 21:21:35.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
74742026-09-12T21:21:36.867Z[ recovery-image] Sep 12 21:21:35.788 INFO O| Sep 12 21:21:35.788 INFO STEP 563 (remove_files) COMPLETE
74752026-09-12T21:21:36.867Z[ recovery-image] Sep 12 21:21:35.788 INFO O| Sep 12 21:21:35.788 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-12T21:21:36.871Z[ recovery-image] Sep 12 21:21:35.798 INFO O| Sep 12 21:21:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
74772026-09-12T21:21:36.871Z[ recovery-image] Sep 12 21:21:35.798 INFO O| Sep 12 21:21:35.798 INFO STEP 564 (remove_files) COMPLETE
74782026-09-12T21:21:36.871Z[ recovery-image] Sep 12 21:21:35.798 INFO O| Sep 12 21:21:35.798 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-12T21:21:36.881Z[ recovery-image] Sep 12 21:21:35.807 INFO O| Sep 12 21:21:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
74802026-09-12T21:21:36.882Z[ recovery-image] Sep 12 21:21:35.807 INFO O| Sep 12 21:21:35.807 INFO STEP 565 (remove_files) COMPLETE
74812026-09-12T21:21:36.882Z[ recovery-image] Sep 12 21:21:35.807 INFO O| Sep 12 21:21:35.807 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-12T21:21:36.891Z[ recovery-image] Sep 12 21:21:35.817 INFO O| Sep 12 21:21:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74832026-09-12T21:21:36.891Z[ recovery-image] Sep 12 21:21:35.817 INFO O| Sep 12 21:21:35.817 INFO STEP 566 (remove_files) COMPLETE
74842026-09-12T21:21:36.892Z[ recovery-image] Sep 12 21:21:35.817 INFO O| Sep 12 21:21:35.817 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-12T21:21:36.904Z[ recovery-image] Sep 12 21:21:35.828 INFO O| Sep 12 21:21:35.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74862026-09-12T21:21:36.904Z[ recovery-image] Sep 12 21:21:35.828 INFO O| Sep 12 21:21:35.828 INFO STEP 567 (remove_files) COMPLETE
74872026-09-12T21:21:36.909Z[ recovery-image] Sep 12 21:21:35.828 INFO O| Sep 12 21:21:35.828 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-12T21:21:36.917Z[ recovery-image] Sep 12 21:21:35.838 INFO O| Sep 12 21:21:35.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74892026-09-12T21:21:36.917Z[ recovery-image] Sep 12 21:21:35.838 INFO O| Sep 12 21:21:35.838 INFO STEP 568 (remove_files) COMPLETE
74902026-09-12T21:21:36.917Z[ recovery-image] Sep 12 21:21:35.838 INFO O| Sep 12 21:21:35.838 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-12T21:21:36.922Z[ recovery-image] Sep 12 21:21:35.847 INFO O| Sep 12 21:21:35.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74922026-09-12T21:21:36.922Z[ recovery-image] Sep 12 21:21:35.847 INFO O| Sep 12 21:21:35.847 INFO STEP 569 (remove_files) COMPLETE
74932026-09-12T21:21:36.922Z[ recovery-image] Sep 12 21:21:35.847 INFO O| Sep 12 21:21:35.847 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-12T21:21:36.929Z[ recovery-image] Sep 12 21:21:35.856 INFO O| Sep 12 21:21:35.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74952026-09-12T21:21:36.929Z[ recovery-image] Sep 12 21:21:35.856 INFO O| Sep 12 21:21:35.856 INFO STEP 570 (remove_files) COMPLETE
74962026-09-12T21:21:36.929Z[ recovery-image] Sep 12 21:21:35.856 INFO O| Sep 12 21:21:35.856 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-12T21:21:36.938Z[ recovery-image] Sep 12 21:21:35.866 INFO O| Sep 12 21:21:35.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74982026-09-12T21:21:36.938Z[ recovery-image] Sep 12 21:21:35.866 INFO O| Sep 12 21:21:35.866 INFO STEP 571 (remove_files) COMPLETE
74992026-09-12T21:21:36.939Z[ recovery-image] Sep 12 21:21:35.866 INFO O| Sep 12 21:21:35.866 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-12T21:21:36.947Z[ recovery-image] Sep 12 21:21:35.875 INFO O| Sep 12 21:21:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
75012026-09-12T21:21:36.947Z[ recovery-image] Sep 12 21:21:35.875 INFO O| Sep 12 21:21:35.875 INFO STEP 572 (remove_files) COMPLETE
75022026-09-12T21:21:36.947Z[ recovery-image] Sep 12 21:21:35.875 INFO O| Sep 12 21:21:35.875 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-12T21:21:36.957Z[ recovery-image] Sep 12 21:21:35.884 INFO O| Sep 12 21:21:35.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
75042026-09-12T21:21:36.957Z[ recovery-image] Sep 12 21:21:35.884 INFO O| Sep 12 21:21:35.884 INFO STEP 573 (remove_files) COMPLETE
75052026-09-12T21:21:36.957Z[ recovery-image] Sep 12 21:21:35.884 INFO O| Sep 12 21:21:35.884 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-12T21:21:36.966Z[ recovery-image] Sep 12 21:21:35.894 INFO O| Sep 12 21:21:35.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
75072026-09-12T21:21:36.967Z[ recovery-image] Sep 12 21:21:35.894 INFO O| Sep 12 21:21:35.894 INFO STEP 574 (remove_files) COMPLETE
75082026-09-12T21:21:36.967Z[ recovery-image] Sep 12 21:21:35.894 INFO O| Sep 12 21:21:35.894 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-12T21:21:36.975Z[ recovery-image] Sep 12 21:21:35.902 INFO O| Sep 12 21:21:35.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
75102026-09-12T21:21:36.976Z[ recovery-image] Sep 12 21:21:35.903 INFO O| Sep 12 21:21:35.903 INFO STEP 575 (remove_files) COMPLETE
75112026-09-12T21:21:36.976Z[ recovery-image] Sep 12 21:21:35.903 INFO O| Sep 12 21:21:35.903 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-12T21:21:36.985Z[ recovery-image] Sep 12 21:21:35.912 INFO O| Sep 12 21:21:35.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
75132026-09-12T21:21:36.985Z[ recovery-image] Sep 12 21:21:35.912 INFO O| Sep 12 21:21:35.912 INFO STEP 576 (remove_files) COMPLETE
75142026-09-12T21:21:36.985Z[ recovery-image] Sep 12 21:21:35.912 INFO O| Sep 12 21:21:35.912 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-12T21:21:36.994Z[ recovery-image] Sep 12 21:21:35.921 INFO O| Sep 12 21:21:35.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
75162026-09-12T21:21:36.994Z[ recovery-image] Sep 12 21:21:35.921 INFO O| Sep 12 21:21:35.921 INFO STEP 577 (remove_files) COMPLETE
75172026-09-12T21:21:36.998Z[ recovery-image] Sep 12 21:21:35.921 INFO O| Sep 12 21:21:35.921 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-12T21:21:37.004Z[ recovery-image] Sep 12 21:21:35.931 INFO O| Sep 12 21:21:35.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
75192026-09-12T21:21:37.004Z[ recovery-image] Sep 12 21:21:35.931 INFO O| Sep 12 21:21:35.931 INFO STEP 578 (remove_files) COMPLETE
75202026-09-12T21:21:37.009Z[ recovery-image] Sep 12 21:21:35.931 INFO O| Sep 12 21:21:35.931 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-12T21:21:37.023Z[ recovery-image] Sep 12 21:21:35.941 INFO O| Sep 12 21:21:35.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
75222026-09-12T21:21:37.026Z[ recovery-image] Sep 12 21:21:35.942 INFO O| Sep 12 21:21:35.942 INFO STEP 579 (remove_files) COMPLETE
75232026-09-12T21:21:37.026Z[ recovery-image] Sep 12 21:21:35.942 INFO O| Sep 12 21:21:35.942 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-12T21:21:37.026Z[ recovery-image] Sep 12 21:21:35.951 INFO O| Sep 12 21:21:35.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
75252026-09-12T21:21:37.026Z[ recovery-image] Sep 12 21:21:35.951 INFO O| Sep 12 21:21:35.951 INFO STEP 580 (remove_files) COMPLETE
75262026-09-12T21:21:37.026Z[ recovery-image] Sep 12 21:21:35.951 INFO O| Sep 12 21:21:35.951 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-12T21:21:37.033Z[ recovery-image] Sep 12 21:21:35.960 INFO O| Sep 12 21:21:35.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
75282026-09-12T21:21:37.034Z[ recovery-image] Sep 12 21:21:35.961 INFO O| Sep 12 21:21:35.961 INFO STEP 581 (remove_files) COMPLETE
75292026-09-12T21:21:37.038Z[ recovery-image] Sep 12 21:21:35.961 INFO O| Sep 12 21:21:35.961 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-12T21:21:37.043Z[ recovery-image] Sep 12 21:21:35.970 INFO O| Sep 12 21:21:35.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
75312026-09-12T21:21:37.043Z[ recovery-image] Sep 12 21:21:35.970 INFO O| Sep 12 21:21:35.970 INFO STEP 582 (remove_files) COMPLETE
75322026-09-12T21:21:37.047Z[ recovery-image] Sep 12 21:21:35.970 INFO O| Sep 12 21:21:35.970 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-12T21:21:37.053Z[ recovery-image] Sep 12 21:21:35.980 INFO O| Sep 12 21:21:35.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
75342026-09-12T21:21:37.054Z[ recovery-image] Sep 12 21:21:35.980 INFO O| Sep 12 21:21:35.980 INFO STEP 583 (remove_files) COMPLETE
75352026-09-12T21:21:37.058Z[ recovery-image] Sep 12 21:21:35.980 INFO O| Sep 12 21:21:35.980 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-12T21:21:37.063Z[ recovery-image] Sep 12 21:21:35.990 INFO O| Sep 12 21:21:35.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
75372026-09-12T21:21:37.063Z[ recovery-image] Sep 12 21:21:35.990 INFO O| Sep 12 21:21:35.990 INFO STEP 584 (remove_files) COMPLETE
75382026-09-12T21:21:37.067Z[ recovery-image] Sep 12 21:21:35.990 INFO O| Sep 12 21:21:35.990 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-12T21:21:37.074Z[ recovery-image] Sep 12 21:21:36.001 INFO O| Sep 12 21:21:36.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
75402026-09-12T21:21:37.074Z[ recovery-image] Sep 12 21:21:36.001 INFO O| Sep 12 21:21:36.001 INFO STEP 585 (remove_files) COMPLETE
75412026-09-12T21:21:37.078Z[ recovery-image] Sep 12 21:21:36.001 INFO O| Sep 12 21:21:36.001 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-09-12T21:21:37.083Z[ recovery-image] Sep 12 21:21:36.010 INFO O| Sep 12 21:21:36.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
75432026-09-12T21:21:37.084Z[ recovery-image] Sep 12 21:21:36.010 INFO O| Sep 12 21:21:36.010 INFO STEP 586 (remove_files) COMPLETE
75442026-09-12T21:21:37.088Z[ recovery-image] Sep 12 21:21:36.010 INFO O| Sep 12 21:21:36.010 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-09-12T21:21:37.093Z[ recovery-image] Sep 12 21:21:36.020 INFO O| Sep 12 21:21:36.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
75462026-09-12T21:21:37.093Z[ recovery-image] Sep 12 21:21:36.020 INFO O| Sep 12 21:21:36.020 INFO STEP 587 (remove_files) COMPLETE
75472026-09-12T21:21:37.093Z[ recovery-image] Sep 12 21:21:36.020 INFO O| Sep 12 21:21:36.020 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-09-12T21:21:37.102Z[ recovery-image] Sep 12 21:21:36.029 INFO O| Sep 12 21:21:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
75492026-09-12T21:21:37.103Z[ recovery-image] Sep 12 21:21:36.029 INFO O| Sep 12 21:21:36.029 INFO STEP 588 (remove_files) COMPLETE
75502026-09-12T21:21:37.103Z[ recovery-image] Sep 12 21:21:36.029 INFO O| Sep 12 21:21:36.029 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-12T21:21:37.118Z[ recovery-image] Sep 12 21:21:36.039 INFO O| Sep 12 21:21:36.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
75522026-09-12T21:21:37.119Z[ recovery-image] Sep 12 21:21:36.039 INFO O| Sep 12 21:21:36.039 INFO STEP 589 (remove_files) COMPLETE
75532026-09-12T21:21:37.119Z[ recovery-image] Sep 12 21:21:36.039 INFO O| Sep 12 21:21:36.039 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-12T21:21:37.122Z[ recovery-image] Sep 12 21:21:36.048 INFO O| Sep 12 21:21:36.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
75552026-09-12T21:21:37.122Z[ recovery-image] Sep 12 21:21:36.048 INFO O| Sep 12 21:21:36.048 INFO STEP 590 (remove_files) COMPLETE
75562026-09-12T21:21:37.122Z[ recovery-image] Sep 12 21:21:36.048 INFO O| Sep 12 21:21:36.048 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-12T21:21:37.132Z[ recovery-image] Sep 12 21:21:36.058 INFO O| Sep 12 21:21:36.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
75582026-09-12T21:21:37.132Z[ recovery-image] Sep 12 21:21:36.058 INFO O| Sep 12 21:21:36.058 INFO STEP 591 (remove_files) COMPLETE
75592026-09-12T21:21:37.132Z[ recovery-image] Sep 12 21:21:36.058 INFO O| Sep 12 21:21:36.058 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-12T21:21:37.144Z[ recovery-image] Sep 12 21:21:36.068 INFO O| Sep 12 21:21:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
75612026-09-12T21:21:37.144Z[ recovery-image] Sep 12 21:21:36.068 INFO O| Sep 12 21:21:36.068 INFO STEP 592 (remove_files) COMPLETE
75622026-09-12T21:21:37.145Z[ recovery-image] Sep 12 21:21:36.068 INFO O| Sep 12 21:21:36.068 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-12T21:21:37.151Z[ recovery-image] Sep 12 21:21:36.078 INFO O| Sep 12 21:21:36.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
75642026-09-12T21:21:37.151Z[ recovery-image] Sep 12 21:21:36.078 INFO O| Sep 12 21:21:36.078 INFO STEP 593 (remove_files) COMPLETE
75652026-09-12T21:21:37.151Z[ recovery-image] Sep 12 21:21:36.078 INFO O| Sep 12 21:21:36.078 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-12T21:21:37.160Z[ recovery-image] Sep 12 21:21:36.088 INFO O| Sep 12 21:21:36.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
75672026-09-12T21:21:37.160Z[ recovery-image] Sep 12 21:21:36.088 INFO O| Sep 12 21:21:36.088 INFO STEP 594 (remove_files) COMPLETE
75682026-09-12T21:21:37.160Z[ recovery-image] Sep 12 21:21:36.088 INFO O| Sep 12 21:21:36.088 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-12T21:21:37.171Z[ recovery-image] Sep 12 21:21:36.097 INFO O| Sep 12 21:21:36.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
75702026-09-12T21:21:37.171Z[ recovery-image] Sep 12 21:21:36.097 INFO O| Sep 12 21:21:36.097 INFO STEP 595 (remove_files) COMPLETE
75712026-09-12T21:21:37.171Z[ recovery-image] Sep 12 21:21:36.097 INFO O| Sep 12 21:21:36.097 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-12T21:21:37.187Z[ recovery-image] Sep 12 21:21:36.108 INFO O| Sep 12 21:21:36.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
75732026-09-12T21:21:37.200Z[ recovery-image] Sep 12 21:21:36.109 INFO O| Sep 12 21:21:36.109 INFO STEP 596 (remove_files) COMPLETE
75742026-09-12T21:21:37.200Z[ recovery-image] Sep 12 21:21:36.109 INFO O| Sep 12 21:21:36.109 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-12T21:21:37.200Z[ recovery-image] Sep 12 21:21:36.120 INFO O| Sep 12 21:21:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
75762026-09-12T21:21:37.200Z[ recovery-image] Sep 12 21:21:36.120 INFO O| Sep 12 21:21:36.120 INFO STEP 597 (remove_files) COMPLETE
75772026-09-12T21:21:37.200Z[ recovery-image] Sep 12 21:21:36.120 INFO O| Sep 12 21:21:36.120 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-12T21:21:37.205Z[ recovery-image] Sep 12 21:21:36.131 INFO O| Sep 12 21:21:36.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
75792026-09-12T21:21:37.205Z[ recovery-image] Sep 12 21:21:36.131 INFO O| Sep 12 21:21:36.131 INFO STEP 598 (remove_files) COMPLETE
75802026-09-12T21:21:37.205Z[ recovery-image] Sep 12 21:21:36.131 INFO O| Sep 12 21:21:36.131 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-12T21:21:37.215Z[ recovery-image] Sep 12 21:21:36.142 INFO O| Sep 12 21:21:36.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75822026-09-12T21:21:37.216Z[ recovery-image] Sep 12 21:21:36.142 INFO O| Sep 12 21:21:36.142 INFO STEP 599 (remove_files) COMPLETE
75832026-09-12T21:21:37.216Z[ recovery-image] Sep 12 21:21:36.142 INFO O| Sep 12 21:21:36.142 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-12T21:21:37.224Z[ recovery-image] Sep 12 21:21:36.151 INFO O| Sep 12 21:21:36.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75852026-09-12T21:21:37.224Z[ recovery-image] Sep 12 21:21:36.151 INFO O| Sep 12 21:21:36.151 INFO STEP 600 (remove_files) COMPLETE
75862026-09-12T21:21:37.224Z[ recovery-image] Sep 12 21:21:36.151 INFO O| Sep 12 21:21:36.151 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-12T21:21:37.232Z[ recovery-image] Sep 12 21:21:36.160 INFO O| Sep 12 21:21:36.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75882026-09-12T21:21:37.232Z[ recovery-image] Sep 12 21:21:36.160 INFO O| Sep 12 21:21:36.160 INFO STEP 601 (remove_files) COMPLETE
75892026-09-12T21:21:37.232Z[ recovery-image] Sep 12 21:21:36.160 INFO O| Sep 12 21:21:36.160 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-12T21:21:37.242Z[ recovery-image] Sep 12 21:21:36.167 INFO O| Sep 12 21:21:36.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75912026-09-12T21:21:37.242Z[ recovery-image] Sep 12 21:21:36.168 INFO O| Sep 12 21:21:36.167 INFO STEP 602 (remove_files) COMPLETE
75922026-09-12T21:21:37.246Z[ recovery-image] Sep 12 21:21:36.168 INFO O| Sep 12 21:21:36.167 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-12T21:21:37.251Z[ recovery-image] Sep 12 21:21:36.178 INFO O| Sep 12 21:21:36.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75942026-09-12T21:21:37.251Z[ recovery-image] Sep 12 21:21:36.178 INFO O| Sep 12 21:21:36.178 INFO STEP 603 (remove_files) COMPLETE
75952026-09-12T21:21:37.254Z[ recovery-image] Sep 12 21:21:36.178 INFO O| Sep 12 21:21:36.178 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-12T21:21:37.261Z[ recovery-image] Sep 12 21:21:36.188 INFO O| Sep 12 21:21:36.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75972026-09-12T21:21:37.261Z[ recovery-image] Sep 12 21:21:36.188 INFO O| Sep 12 21:21:36.188 INFO STEP 604 (remove_files) COMPLETE
75982026-09-12T21:21:37.261Z[ recovery-image] Sep 12 21:21:36.188 INFO O| Sep 12 21:21:36.188 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-12T21:21:37.269Z[ recovery-image] Sep 12 21:21:36.197 INFO O| Sep 12 21:21:36.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
76002026-09-12T21:21:37.273Z[ recovery-image] Sep 12 21:21:36.198 INFO O| Sep 12 21:21:36.198 INFO STEP 605 (remove_files) COMPLETE
76012026-09-12T21:21:37.273Z[ recovery-image] Sep 12 21:21:36.198 INFO O| Sep 12 21:21:36.198 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-12T21:21:37.281Z[ recovery-image] Sep 12 21:21:36.207 INFO O| Sep 12 21:21:36.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
76032026-09-12T21:21:37.281Z[ recovery-image] Sep 12 21:21:36.207 INFO O| Sep 12 21:21:36.207 INFO STEP 606 (remove_files) COMPLETE
76042026-09-12T21:21:37.281Z[ recovery-image] Sep 12 21:21:36.207 INFO O| Sep 12 21:21:36.207 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-12T21:21:37.290Z[ recovery-image] Sep 12 21:21:36.217 INFO O| Sep 12 21:21:36.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
76062026-09-12T21:21:37.290Z[ recovery-image] Sep 12 21:21:36.217 INFO O| Sep 12 21:21:36.217 INFO STEP 607 (remove_files) COMPLETE
76072026-09-12T21:21:37.290Z[ recovery-image] Sep 12 21:21:36.217 INFO O| Sep 12 21:21:36.217 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-12T21:21:37.297Z[ recovery-image] Sep 12 21:21:36.225 INFO O| Sep 12 21:21:36.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
76092026-09-12T21:21:37.297Z[ recovery-image] Sep 12 21:21:36.225 INFO O| Sep 12 21:21:36.225 INFO STEP 608 (remove_files) COMPLETE
76102026-09-12T21:21:37.297Z[ recovery-image] Sep 12 21:21:36.225 INFO O| Sep 12 21:21:36.225 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-12T21:21:37.306Z[ recovery-image] Sep 12 21:21:36.233 INFO O| Sep 12 21:21:36.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
76122026-09-12T21:21:37.306Z[ recovery-image] Sep 12 21:21:36.233 INFO O| Sep 12 21:21:36.233 INFO STEP 609 (remove_files) COMPLETE
76132026-09-12T21:21:37.306Z[ recovery-image] Sep 12 21:21:36.233 INFO O| Sep 12 21:21:36.233 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-12T21:21:37.317Z[ recovery-image] Sep 12 21:21:36.244 INFO O| Sep 12 21:21:36.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
76152026-09-12T21:21:37.318Z[ recovery-image] Sep 12 21:21:36.244 INFO O| Sep 12 21:21:36.244 INFO STEP 610 (remove_files) COMPLETE
76162026-09-12T21:21:37.318Z[ recovery-image] Sep 12 21:21:36.244 INFO O| Sep 12 21:21:36.244 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-12T21:21:37.328Z[ recovery-image] Sep 12 21:21:36.255 INFO O| Sep 12 21:21:36.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
76182026-09-12T21:21:37.328Z[ recovery-image] Sep 12 21:21:36.255 INFO O| Sep 12 21:21:36.255 INFO STEP 611 (remove_files) COMPLETE
76192026-09-12T21:21:37.331Z[ recovery-image] Sep 12 21:21:36.255 INFO O| Sep 12 21:21:36.255 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-12T21:21:37.338Z[ recovery-image] Sep 12 21:21:36.265 INFO O| Sep 12 21:21:36.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
76212026-09-12T21:21:37.339Z[ recovery-image] Sep 12 21:21:36.265 INFO O| Sep 12 21:21:36.265 INFO STEP 612 (remove_files) COMPLETE
76222026-09-12T21:21:37.339Z[ recovery-image] Sep 12 21:21:36.265 INFO O| Sep 12 21:21:36.265 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-12T21:21:37.349Z[ recovery-image] Sep 12 21:21:36.275 INFO O| Sep 12 21:21:36.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
76242026-09-12T21:21:37.349Z[ recovery-image] Sep 12 21:21:36.275 INFO O| Sep 12 21:21:36.275 INFO STEP 613 (remove_files) COMPLETE
76252026-09-12T21:21:37.352Z[ recovery-image] Sep 12 21:21:36.275 INFO O| Sep 12 21:21:36.275 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-12T21:21:37.358Z[ recovery-image] Sep 12 21:21:36.285 INFO O| Sep 12 21:21:36.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
76272026-09-12T21:21:37.358Z[ recovery-image] Sep 12 21:21:36.285 INFO O| Sep 12 21:21:36.285 INFO STEP 614 (remove_files) COMPLETE
76282026-09-12T21:21:37.358Z[ recovery-image] Sep 12 21:21:36.285 INFO O| Sep 12 21:21:36.285 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-12T21:21:37.368Z[ recovery-image] Sep 12 21:21:36.294 INFO O| Sep 12 21:21:36.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
76302026-09-12T21:21:37.370Z[ recovery-image] Sep 12 21:21:36.294 INFO O| Sep 12 21:21:36.294 INFO STEP 615 (remove_files) COMPLETE
76312026-09-12T21:21:37.370Z[ recovery-image] Sep 12 21:21:36.294 INFO O| Sep 12 21:21:36.294 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-12T21:21:37.378Z[ recovery-image] Sep 12 21:21:36.304 INFO O| Sep 12 21:21:36.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
76332026-09-12T21:21:37.378Z[ recovery-image] Sep 12 21:21:36.304 INFO O| Sep 12 21:21:36.304 INFO STEP 616 (remove_files) COMPLETE
76342026-09-12T21:21:37.378Z[ recovery-image] Sep 12 21:21:36.304 INFO O| Sep 12 21:21:36.304 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-12T21:21:37.397Z[ recovery-image] Sep 12 21:21:36.320 INFO O| Sep 12 21:21:36.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
76362026-09-12T21:21:37.397Z[ recovery-image] Sep 12 21:21:36.320 INFO O| Sep 12 21:21:36.320 INFO STEP 617 (remove_files) COMPLETE
76372026-09-12T21:21:37.397Z[ recovery-image] Sep 12 21:21:36.320 INFO O| Sep 12 21:21:36.320 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-09-12T21:21:37.401Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
76392026-09-12T21:21:37.407Z[ recovery-image] Sep 12 21:21:36.329 INFO O| Sep 12 21:21:36.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
76402026-09-12T21:21:37.408Z[ recovery-image] Sep 12 21:21:36.329 INFO O| Sep 12 21:21:36.329 INFO STEP 618 (remove_files) COMPLETE
76412026-09-12T21:21:37.408Z[ recovery-image] Sep 12 21:21:36.329 INFO O| Sep 12 21:21:36.329 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-12T21:21:37.416Z[ recovery-image] Sep 12 21:21:36.341 INFO O| Sep 12 21:21:36.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
76432026-09-12T21:21:37.417Z[ recovery-image] Sep 12 21:21:36.341 INFO O| Sep 12 21:21:36.341 INFO STEP 619 (remove_files) COMPLETE
76442026-09-12T21:21:37.417Z[ recovery-image] Sep 12 21:21:36.341 INFO O| Sep 12 21:21:36.341 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-12T21:21:37.424Z[ recovery-image] Sep 12 21:21:36.350 INFO O| Sep 12 21:21:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
76462026-09-12T21:21:37.424Z[ recovery-image] Sep 12 21:21:36.350 INFO O| Sep 12 21:21:36.350 INFO STEP 620 (remove_files) COMPLETE
76472026-09-12T21:21:37.424Z[ recovery-image] Sep 12 21:21:36.350 INFO O| Sep 12 21:21:36.350 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-12T21:21:37.433Z[ recovery-image] Sep 12 21:21:36.360 INFO O| Sep 12 21:21:36.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
76492026-09-12T21:21:37.433Z[ recovery-image] Sep 12 21:21:36.360 INFO O| Sep 12 21:21:36.360 INFO STEP 621 (remove_files) COMPLETE
76502026-09-12T21:21:37.433Z[ recovery-image] Sep 12 21:21:36.360 INFO O| Sep 12 21:21:36.360 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-12T21:21:37.478Z[ recovery-image] Sep 12 21:21:36.405 INFO O| Sep 12 21:21:36.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
76522026-09-12T21:21:37.479Z[ recovery-image] Sep 12 21:21:36.405 INFO O| Sep 12 21:21:36.405 INFO STEP 622 (remove_files) COMPLETE
76532026-09-12T21:21:37.479Z[ recovery-image] Sep 12 21:21:36.405 INFO O| Sep 12 21:21:36.405 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-12T21:21:37.487Z[ recovery-image] Sep 12 21:21:36.415 INFO O| Sep 12 21:21:36.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
76552026-09-12T21:21:37.487Z[ recovery-image] Sep 12 21:21:36.415 INFO O| Sep 12 21:21:36.415 INFO STEP 623 (remove_files) COMPLETE
76562026-09-12T21:21:37.487Z[ recovery-image] Sep 12 21:21:36.415 INFO O| Sep 12 21:21:36.415 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-12T21:21:37.497Z[ recovery-image] Sep 12 21:21:36.424 INFO O| Sep 12 21:21:36.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
76582026-09-12T21:21:37.497Z[ recovery-image] Sep 12 21:21:36.424 INFO O| Sep 12 21:21:36.424 INFO STEP 624 (remove_files) COMPLETE
76592026-09-12T21:21:37.497Z[ recovery-image] Sep 12 21:21:36.424 INFO O| Sep 12 21:21:36.424 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-12T21:21:37.507Z[ recovery-image] Sep 12 21:21:36.434 INFO O| Sep 12 21:21:36.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
76612026-09-12T21:21:37.507Z[ recovery-image] Sep 12 21:21:36.434 INFO O| Sep 12 21:21:36.434 INFO STEP 625 (remove_files) COMPLETE
76622026-09-12T21:21:37.507Z[ recovery-image] Sep 12 21:21:36.434 INFO O| Sep 12 21:21:36.434 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-12T21:21:37.518Z[ recovery-image] Sep 12 21:21:36.445 INFO O| Sep 12 21:21:36.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
76642026-09-12T21:21:37.518Z[ recovery-image] Sep 12 21:21:36.445 INFO O| Sep 12 21:21:36.445 INFO STEP 626 (remove_files) COMPLETE
76652026-09-12T21:21:37.518Z[ recovery-image] Sep 12 21:21:36.445 INFO O| Sep 12 21:21:36.445 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-12T21:21:37.526Z[ recovery-image] Sep 12 21:21:36.454 INFO O| Sep 12 21:21:36.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
76672026-09-12T21:21:37.527Z[ recovery-image] Sep 12 21:21:36.454 INFO O| Sep 12 21:21:36.454 INFO STEP 627 (remove_files) COMPLETE
76682026-09-12T21:21:37.527Z[ recovery-image] Sep 12 21:21:36.454 INFO O| Sep 12 21:21:36.454 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-12T21:21:37.538Z[ recovery-image] Sep 12 21:21:36.463 INFO O| Sep 12 21:21:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
76702026-09-12T21:21:37.543Z[ recovery-image] Sep 12 21:21:36.464 INFO O| Sep 12 21:21:36.464 INFO STEP 628 (remove_files) COMPLETE
76712026-09-12T21:21:37.543Z[ recovery-image] Sep 12 21:21:36.464 INFO O| Sep 12 21:21:36.464 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-12T21:21:37.548Z[ recovery-image] Sep 12 21:21:36.474 INFO O| Sep 12 21:21:36.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
76732026-09-12T21:21:37.548Z[ recovery-image] Sep 12 21:21:36.474 INFO O| Sep 12 21:21:36.474 INFO STEP 629 (remove_files) COMPLETE
76742026-09-12T21:21:37.548Z[ recovery-image] Sep 12 21:21:36.474 INFO O| Sep 12 21:21:36.474 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-12T21:21:37.559Z[ recovery-image] Sep 12 21:21:36.483 INFO O| Sep 12 21:21:36.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
76762026-09-12T21:21:37.562Z[ recovery-image] Sep 12 21:21:36.484 INFO O| Sep 12 21:21:36.484 INFO STEP 630 (remove_files) COMPLETE
76772026-09-12T21:21:37.562Z[ recovery-image] Sep 12 21:21:36.484 INFO O| Sep 12 21:21:36.484 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-12T21:21:37.566Z[ recovery-image] Sep 12 21:21:36.493 INFO O| Sep 12 21:21:36.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
76792026-09-12T21:21:37.566Z[ recovery-image] Sep 12 21:21:36.493 INFO O| Sep 12 21:21:36.493 INFO STEP 631 (remove_files) COMPLETE
76802026-09-12T21:21:37.571Z[ recovery-image] Sep 12 21:21:36.493 INFO O| Sep 12 21:21:36.493 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-12T21:21:37.576Z[ recovery-image] Sep 12 21:21:36.503 INFO O| Sep 12 21:21:36.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76822026-09-12T21:21:37.576Z[ recovery-image] Sep 12 21:21:36.503 INFO O| Sep 12 21:21:36.503 INFO STEP 632 (remove_files) COMPLETE
76832026-09-12T21:21:37.576Z[ recovery-image] Sep 12 21:21:36.503 INFO O| Sep 12 21:21:36.503 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-12T21:21:37.587Z[ recovery-image] Sep 12 21:21:36.514 INFO O| Sep 12 21:21:36.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76852026-09-12T21:21:37.587Z[ recovery-image] Sep 12 21:21:36.514 INFO O| Sep 12 21:21:36.514 INFO STEP 633 (remove_files) COMPLETE
76862026-09-12T21:21:37.591Z[ recovery-image] Sep 12 21:21:36.514 INFO O| Sep 12 21:21:36.514 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-12T21:21:37.597Z[ recovery-image] Sep 12 21:21:36.524 INFO O| Sep 12 21:21:36.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76882026-09-12T21:21:37.597Z[ recovery-image] Sep 12 21:21:36.524 INFO O| Sep 12 21:21:36.524 INFO STEP 634 (remove_files) COMPLETE
76892026-09-12T21:21:37.597Z[ recovery-image] Sep 12 21:21:36.524 INFO O| Sep 12 21:21:36.524 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-12T21:21:37.609Z[ recovery-image] Sep 12 21:21:36.536 INFO O| Sep 12 21:21:36.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76912026-09-12T21:21:37.609Z[ recovery-image] Sep 12 21:21:36.536 INFO O| Sep 12 21:21:36.536 INFO STEP 635 (remove_files) COMPLETE
76922026-09-12T21:21:37.609Z[ recovery-image] Sep 12 21:21:36.536 INFO O| Sep 12 21:21:36.536 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-12T21:21:37.620Z[ recovery-image] Sep 12 21:21:36.547 INFO O| Sep 12 21:21:36.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76942026-09-12T21:21:37.620Z[ recovery-image] Sep 12 21:21:36.547 INFO O| Sep 12 21:21:36.547 INFO STEP 636 (remove_files) COMPLETE
76952026-09-12T21:21:37.620Z[ recovery-image] Sep 12 21:21:36.547 INFO O| Sep 12 21:21:36.547 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-12T21:21:37.632Z[ recovery-image] Sep 12 21:21:36.556 INFO O| Sep 12 21:21:36.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76972026-09-12T21:21:37.632Z[ recovery-image] Sep 12 21:21:36.557 INFO O| Sep 12 21:21:36.557 INFO STEP 637 (remove_files) COMPLETE
76982026-09-12T21:21:37.632Z[ recovery-image] Sep 12 21:21:36.557 INFO O| Sep 12 21:21:36.557 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-12T21:21:37.640Z[ recovery-image] Sep 12 21:21:36.565 INFO O| Sep 12 21:21:36.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
77002026-09-12T21:21:37.640Z[ recovery-image] Sep 12 21:21:36.565 INFO O| Sep 12 21:21:36.565 INFO STEP 638 (remove_files) COMPLETE
77012026-09-12T21:21:37.641Z[ recovery-image] Sep 12 21:21:36.565 INFO O| Sep 12 21:21:36.565 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-12T21:21:37.653Z[ recovery-image] Sep 12 21:21:36.574 INFO O| Sep 12 21:21:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
77032026-09-12T21:21:37.653Z[ recovery-image] Sep 12 21:21:36.574 INFO O| Sep 12 21:21:36.574 INFO STEP 639 (remove_files) COMPLETE
77042026-09-12T21:21:37.653Z[ recovery-image] Sep 12 21:21:36.574 INFO O| Sep 12 21:21:36.574 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-12T21:21:37.656Z[ recovery-image] Sep 12 21:21:36.582 INFO O| Sep 12 21:21:36.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
77062026-09-12T21:21:37.657Z[ recovery-image] Sep 12 21:21:36.582 INFO O| Sep 12 21:21:36.582 INFO STEP 640 (remove_files) COMPLETE
77072026-09-12T21:21:37.657Z[ recovery-image] Sep 12 21:21:36.582 INFO O| Sep 12 21:21:36.582 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-12T21:21:37.664Z[ recovery-image] Sep 12 21:21:36.591 INFO O| Sep 12 21:21:36.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
77092026-09-12T21:21:37.664Z[ recovery-image] Sep 12 21:21:36.591 INFO O| Sep 12 21:21:36.591 INFO STEP 641 (remove_files) COMPLETE
77102026-09-12T21:21:37.664Z[ recovery-image] Sep 12 21:21:36.591 INFO O| Sep 12 21:21:36.591 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-12T21:21:37.690Z[ recovery-image] Sep 12 21:21:36.601 INFO O| Sep 12 21:21:36.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
77122026-09-12T21:21:37.690Z[ recovery-image] Sep 12 21:21:36.601 INFO O| Sep 12 21:21:36.601 INFO STEP 642 (remove_files) COMPLETE
77132026-09-12T21:21:37.698Z[ recovery-image] Sep 12 21:21:36.601 INFO O| Sep 12 21:21:36.601 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-12T21:21:37.698Z[ recovery-image] Sep 12 21:21:36.610 INFO O| Sep 12 21:21:36.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
77152026-09-12T21:21:37.698Z[ recovery-image] Sep 12 21:21:36.610 INFO O| Sep 12 21:21:36.610 INFO STEP 643 (remove_files) COMPLETE
77162026-09-12T21:21:37.699Z[ recovery-image] Sep 12 21:21:36.610 INFO O| Sep 12 21:21:36.610 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-12T21:21:37.699Z[ recovery-image] Sep 12 21:21:36.618 INFO O| Sep 12 21:21:36.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
77182026-09-12T21:21:37.699Z[ recovery-image] Sep 12 21:21:36.618 INFO O| Sep 12 21:21:36.618 INFO STEP 644 (remove_files) COMPLETE
77192026-09-12T21:21:37.699Z[ recovery-image] Sep 12 21:21:36.618 INFO O| Sep 12 21:21:36.618 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-12T21:21:37.706Z[ recovery-image] Sep 12 21:21:36.628 INFO O| Sep 12 21:21:36.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
77212026-09-12T21:21:37.706Z[ recovery-image] Sep 12 21:21:36.628 INFO O| Sep 12 21:21:36.628 INFO STEP 645 (remove_files) COMPLETE
77222026-09-12T21:21:37.707Z[ recovery-image] Sep 12 21:21:36.628 INFO O| Sep 12 21:21:36.628 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-12T21:21:37.717Z[ recovery-image] Sep 12 21:21:36.638 INFO O| Sep 12 21:21:36.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
77242026-09-12T21:21:37.717Z[ recovery-image] Sep 12 21:21:36.638 INFO O| Sep 12 21:21:36.638 INFO STEP 646 (remove_files) COMPLETE
77252026-09-12T21:21:37.721Z[ recovery-image] Sep 12 21:21:36.638 INFO O| Sep 12 21:21:36.638 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-12T21:21:37.745Z[ recovery-image] Sep 12 21:21:36.648 INFO O| Sep 12 21:21:36.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
77272026-09-12T21:21:37.745Z[ recovery-image] Sep 12 21:21:36.648 INFO O| Sep 12 21:21:36.648 INFO STEP 647 (remove_files) COMPLETE
77282026-09-12T21:21:37.745Z[ recovery-image] Sep 12 21:21:36.648 INFO O| Sep 12 21:21:36.648 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-12T21:21:37.754Z[ recovery-image] Sep 12 21:21:36.658 INFO O| Sep 12 21:21:36.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
77302026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.658 INFO O| Sep 12 21:21:36.658 INFO STEP 648 (remove_files) COMPLETE
77312026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.658 INFO O| Sep 12 21:21:36.658 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.667 INFO O| Sep 12 21:21:36.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
77332026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.667 INFO O| Sep 12 21:21:36.667 INFO STEP 649 (remove_files) COMPLETE
77342026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.667 INFO O| Sep 12 21:21:36.667 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.677 INFO O| Sep 12 21:21:36.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
77362026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.677 INFO O| Sep 12 21:21:36.677 INFO STEP 650 (remove_files) COMPLETE
77372026-09-12T21:21:37.756Z[ recovery-image] Sep 12 21:21:36.677 INFO O| Sep 12 21:21:36.677 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-12T21:21:37.798Z[ recovery-image] Sep 12 21:21:36.687 INFO O| Sep 12 21:21:36.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
77392026-09-12T21:21:37.798Z[ recovery-image] Sep 12 21:21:36.688 INFO O| Sep 12 21:21:36.688 INFO STEP 651 (remove_files) COMPLETE
77402026-09-12T21:21:37.798Z[ recovery-image] Sep 12 21:21:36.688 INFO O| Sep 12 21:21:36.688 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-12T21:21:37.798Z[ recovery-image] Sep 12 21:21:36.698 INFO O| Sep 12 21:21:36.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
77422026-09-12T21:21:37.798Z[ recovery-image] Sep 12 21:21:36.698 INFO O| Sep 12 21:21:36.698 INFO STEP 652 (remove_files) COMPLETE
77432026-09-12T21:21:37.798Z[ recovery-image] Sep 12 21:21:36.698 INFO O| Sep 12 21:21:36.698 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-12T21:21:37.881Z[ recovery-image] Sep 12 21:21:36.708 INFO O| Sep 12 21:21:36.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
77452026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.708 INFO O| Sep 12 21:21:36.708 INFO STEP 653 (remove_files) COMPLETE
77462026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.708 INFO O| Sep 12 21:21:36.708 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.718 INFO O| Sep 12 21:21:36.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
77482026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.718 INFO O| Sep 12 21:21:36.718 INFO STEP 654 (remove_files) COMPLETE
77492026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.718 INFO O| Sep 12 21:21:36.718 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.728 INFO O| Sep 12 21:21:36.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
77512026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.729 INFO O| Sep 12 21:21:36.729 INFO STEP 655 (remove_files) COMPLETE
77522026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.729 INFO O| Sep 12 21:21:36.729 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.739 INFO O| Sep 12 21:21:36.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
77542026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.740 INFO O| Sep 12 21:21:36.740 INFO STEP 656 (remove_files) COMPLETE
77552026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.740 INFO O| Sep 12 21:21:36.740 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.749 INFO O| Sep 12 21:21:36.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
77572026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.750 INFO O| Sep 12 21:21:36.750 INFO STEP 657 (remove_files) COMPLETE
77582026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.750 INFO O| Sep 12 21:21:36.750 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-12T21:21:37.883Z[ recovery-image] Sep 12 21:21:36.759 INFO O| Sep 12 21:21:36.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
77602026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.760 INFO O| Sep 12 21:21:36.760 INFO STEP 658 (remove_files) COMPLETE
77612026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.760 INFO O| Sep 12 21:21:36.760 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.770 INFO O| Sep 12 21:21:36.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
77632026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.770 INFO O| Sep 12 21:21:36.770 INFO STEP 659 (remove_files) COMPLETE
77642026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.770 INFO O| Sep 12 21:21:36.770 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.780 INFO O| Sep 12 21:21:36.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
77662026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.780 INFO O| Sep 12 21:21:36.780 INFO STEP 660 (remove_files) COMPLETE
77672026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.780 INFO O| Sep 12 21:21:36.780 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.789 INFO O| Sep 12 21:21:36.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
77692026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.789 INFO O| Sep 12 21:21:36.789 INFO STEP 661 (remove_files) COMPLETE
77702026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.789 INFO O| Sep 12 21:21:36.789 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.799 INFO O| Sep 12 21:21:36.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
77722026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.799 INFO O| Sep 12 21:21:36.799 INFO STEP 662 (remove_files) COMPLETE
77732026-09-12T21:21:37.884Z[ recovery-image] Sep 12 21:21:36.799 INFO O| Sep 12 21:21:36.799 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-12T21:21:37.890Z[ recovery-image] Sep 12 21:21:36.809 INFO O| Sep 12 21:21:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
77752026-09-12T21:21:37.891Z[ recovery-image] Sep 12 21:21:36.809 INFO O| Sep 12 21:21:36.809 INFO STEP 663 (remove_files) COMPLETE
77762026-09-12T21:21:37.891Z[ recovery-image] Sep 12 21:21:36.809 INFO O| Sep 12 21:21:36.809 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-12T21:21:37.895Z[ recovery-image] Sep 12 21:21:36.818 INFO O| Sep 12 21:21:36.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77782026-09-12T21:21:37.896Z[ recovery-image] Sep 12 21:21:36.819 INFO O| Sep 12 21:21:36.819 INFO STEP 664 (remove_files) COMPLETE
77792026-09-12T21:21:37.896Z[ recovery-image] Sep 12 21:21:36.819 INFO O| Sep 12 21:21:36.819 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-12T21:21:37.901Z[ recovery-image] Sep 12 21:21:36.828 INFO O| Sep 12 21:21:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77812026-09-12T21:21:37.901Z[ recovery-image] Sep 12 21:21:36.828 INFO O| Sep 12 21:21:36.828 INFO STEP 665 (remove_files) COMPLETE
77822026-09-12T21:21:37.901Z[ recovery-image] Sep 12 21:21:36.828 INFO O| Sep 12 21:21:36.828 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-12T21:21:37.915Z[ recovery-image] Sep 12 21:21:36.837 INFO O| Sep 12 21:21:36.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77842026-09-12T21:21:37.915Z[ recovery-image] Sep 12 21:21:36.837 INFO O| Sep 12 21:21:36.837 INFO STEP 666 (remove_files) COMPLETE
77852026-09-12T21:21:37.915Z[ recovery-image] Sep 12 21:21:36.837 INFO O| Sep 12 21:21:36.837 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-12T21:21:37.920Z[ recovery-image] Sep 12 21:21:36.847 INFO O| Sep 12 21:21:36.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77872026-09-12T21:21:37.920Z[ recovery-image] Sep 12 21:21:36.847 INFO O| Sep 12 21:21:36.847 INFO STEP 667 (remove_files) COMPLETE
77882026-09-12T21:21:37.920Z[ recovery-image] Sep 12 21:21:36.847 INFO O| Sep 12 21:21:36.847 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-12T21:21:37.931Z[ recovery-image] Sep 12 21:21:36.857 INFO O| Sep 12 21:21:36.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77902026-09-12T21:21:37.932Z[ recovery-image] Sep 12 21:21:36.857 INFO O| Sep 12 21:21:36.857 INFO STEP 668 (remove_files) COMPLETE
77912026-09-12T21:21:37.932Z[ recovery-image] Sep 12 21:21:36.857 INFO O| Sep 12 21:21:36.857 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-12T21:21:37.941Z[ recovery-image] Sep 12 21:21:36.867 INFO O| Sep 12 21:21:36.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77932026-09-12T21:21:37.941Z[ recovery-image] Sep 12 21:21:36.867 INFO O| Sep 12 21:21:36.867 INFO STEP 669 (remove_files) COMPLETE
77942026-09-12T21:21:37.941Z[ recovery-image] Sep 12 21:21:36.867 INFO O| Sep 12 21:21:36.867 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-12T21:21:37.953Z[ recovery-image] Sep 12 21:21:36.878 INFO O| Sep 12 21:21:36.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77962026-09-12T21:21:37.953Z[ recovery-image] Sep 12 21:21:36.878 INFO O| Sep 12 21:21:36.878 INFO STEP 670 (remove_files) COMPLETE
77972026-09-12T21:21:37.953Z[ recovery-image] Sep 12 21:21:36.878 INFO O| Sep 12 21:21:36.878 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-12T21:21:37.962Z[ recovery-image] Sep 12 21:21:36.889 INFO O| Sep 12 21:21:36.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77992026-09-12T21:21:37.962Z[ recovery-image] Sep 12 21:21:36.889 INFO O| Sep 12 21:21:36.889 INFO STEP 671 (remove_files) COMPLETE
78002026-09-12T21:21:37.962Z[ recovery-image] Sep 12 21:21:36.889 INFO O| Sep 12 21:21:36.889 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-12T21:21:37.973Z[ recovery-image] Sep 12 21:21:36.900 INFO O| Sep 12 21:21:36.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
78022026-09-12T21:21:37.973Z[ recovery-image] Sep 12 21:21:36.900 INFO O| Sep 12 21:21:36.900 INFO STEP 672 (remove_files) COMPLETE
78032026-09-12T21:21:37.973Z[ recovery-image] Sep 12 21:21:36.900 INFO O| Sep 12 21:21:36.900 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-12T21:21:37.983Z[ recovery-image] Sep 12 21:21:36.910 INFO O| Sep 12 21:21:36.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
78052026-09-12T21:21:37.983Z[ recovery-image] Sep 12 21:21:36.910 INFO O| Sep 12 21:21:36.910 INFO STEP 673 (remove_files) COMPLETE
78062026-09-12T21:21:37.983Z[ recovery-image] Sep 12 21:21:36.910 INFO O| Sep 12 21:21:36.910 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-12T21:21:37.991Z[ recovery-image] Sep 12 21:21:36.919 INFO O| Sep 12 21:21:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
78082026-09-12T21:21:37.992Z[ recovery-image] Sep 12 21:21:36.919 INFO O| Sep 12 21:21:36.919 INFO STEP 674 (remove_files) COMPLETE
78092026-09-12T21:21:37.992Z[ recovery-image] Sep 12 21:21:36.919 INFO O| Sep 12 21:21:36.919 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-12T21:21:38.002Z[ recovery-image] Sep 12 21:21:36.929 INFO O| Sep 12 21:21:36.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
78112026-09-12T21:21:38.002Z[ recovery-image] Sep 12 21:21:36.929 INFO O| Sep 12 21:21:36.929 INFO STEP 675 (remove_files) COMPLETE
78122026-09-12T21:21:38.002Z[ recovery-image] Sep 12 21:21:36.929 INFO O| Sep 12 21:21:36.929 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-12T21:21:38.014Z[ recovery-image] Sep 12 21:21:36.941 INFO O| Sep 12 21:21:36.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
78142026-09-12T21:21:38.014Z[ recovery-image] Sep 12 21:21:36.941 INFO O| Sep 12 21:21:36.941 INFO STEP 676 (remove_files) COMPLETE
78152026-09-12T21:21:38.014Z[ recovery-image] Sep 12 21:21:36.941 INFO O| Sep 12 21:21:36.941 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-12T21:21:38.024Z[ recovery-image] Sep 12 21:21:36.951 INFO O| Sep 12 21:21:36.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
78172026-09-12T21:21:38.024Z[ recovery-image] Sep 12 21:21:36.951 INFO O| Sep 12 21:21:36.951 INFO STEP 677 (remove_files) COMPLETE
78182026-09-12T21:21:38.024Z[ recovery-image] Sep 12 21:21:36.951 INFO O| Sep 12 21:21:36.951 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-12T21:21:38.032Z[ recovery-image] Sep 12 21:21:36.959 INFO O| Sep 12 21:21:36.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
78202026-09-12T21:21:38.032Z[ recovery-image] Sep 12 21:21:36.959 INFO O| Sep 12 21:21:36.959 INFO STEP 678 (remove_files) COMPLETE
78212026-09-12T21:21:38.032Z[ recovery-image] Sep 12 21:21:36.959 INFO O| Sep 12 21:21:36.959 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-12T21:21:38.040Z[ recovery-image] Sep 12 21:21:36.968 INFO O| Sep 12 21:21:36.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
78232026-09-12T21:21:38.042Z[ recovery-image] Sep 12 21:21:36.968 INFO O| Sep 12 21:21:36.968 INFO STEP 679 (remove_files) COMPLETE
78242026-09-12T21:21:38.042Z[ recovery-image] Sep 12 21:21:36.968 INFO O| Sep 12 21:21:36.968 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-12T21:21:38.056Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
78262026-09-12T21:21:38.059Z[ recovery-image] Sep 12 21:21:36.978 INFO O| Sep 12 21:21:36.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
78272026-09-12T21:21:38.059Z[ recovery-image] Sep 12 21:21:36.978 INFO O| Sep 12 21:21:36.978 INFO STEP 680 (remove_files) COMPLETE
78282026-09-12T21:21:38.059Z[ recovery-image] Sep 12 21:21:36.978 INFO O| Sep 12 21:21:36.978 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-12T21:21:38.065Z[ recovery-image] Sep 12 21:21:36.988 INFO O| Sep 12 21:21:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
78302026-09-12T21:21:38.065Z[ recovery-image] Sep 12 21:21:36.988 INFO O| Sep 12 21:21:36.988 INFO STEP 681 (remove_files) COMPLETE
78312026-09-12T21:21:38.065Z[ recovery-image] Sep 12 21:21:36.988 INFO O| Sep 12 21:21:36.988 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-12T21:21:38.071Z[ recovery-image] Sep 12 21:21:36.997 INFO O| Sep 12 21:21:36.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
78332026-09-12T21:21:38.071Z[ recovery-image] Sep 12 21:21:36.997 INFO O| Sep 12 21:21:36.997 INFO STEP 682 (remove_files) COMPLETE
78342026-09-12T21:21:38.072Z[ recovery-image] Sep 12 21:21:36.997 INFO O| Sep 12 21:21:36.997 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-12T21:21:38.082Z[ recovery-image] Sep 12 21:21:37.007 INFO O| Sep 12 21:21:37.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
78362026-09-12T21:21:38.083Z[ recovery-image] Sep 12 21:21:37.008 INFO O| Sep 12 21:21:37.008 INFO STEP 683 (remove_files) COMPLETE
78372026-09-12T21:21:38.083Z[ recovery-image] Sep 12 21:21:37.008 INFO O| Sep 12 21:21:37.008 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-12T21:21:38.092Z[ recovery-image] Sep 12 21:21:37.018 INFO O| Sep 12 21:21:37.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
78392026-09-12T21:21:38.092Z[ recovery-image] Sep 12 21:21:37.018 INFO O| Sep 12 21:21:37.018 INFO STEP 684 (remove_files) COMPLETE
78402026-09-12T21:21:38.092Z[ recovery-image] Sep 12 21:21:37.018 INFO O| Sep 12 21:21:37.018 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-09-12T21:21:38.101Z[ recovery-image] Sep 12 21:21:37.028 INFO O| Sep 12 21:21:37.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
78422026-09-12T21:21:38.101Z[ recovery-image] Sep 12 21:21:37.028 INFO O| Sep 12 21:21:37.028 INFO STEP 685 (remove_files) COMPLETE
78432026-09-12T21:21:38.101Z[ recovery-image] Sep 12 21:21:37.028 INFO O| Sep 12 21:21:37.028 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-09-12T21:21:38.116Z[ recovery-image] Sep 12 21:21:37.038 INFO O| Sep 12 21:21:37.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
78452026-09-12T21:21:38.116Z[ recovery-image] Sep 12 21:21:37.038 INFO O| Sep 12 21:21:37.038 INFO STEP 686 (remove_files) COMPLETE
78462026-09-12T21:21:38.116Z[ recovery-image] Sep 12 21:21:37.038 INFO O| Sep 12 21:21:37.038 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-09-12T21:21:38.121Z[ recovery-image] Sep 12 21:21:37.048 INFO O| Sep 12 21:21:37.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
78482026-09-12T21:21:38.122Z[ recovery-image] Sep 12 21:21:37.048 INFO O| Sep 12 21:21:37.048 INFO STEP 687 (remove_files) COMPLETE
78492026-09-12T21:21:38.122Z[ recovery-image] Sep 12 21:21:37.048 INFO O| Sep 12 21:21:37.048 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-09-12T21:21:38.132Z[ recovery-image] Sep 12 21:21:37.058 INFO O| Sep 12 21:21:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
78512026-09-12T21:21:38.132Z[ recovery-image] Sep 12 21:21:37.058 INFO O| Sep 12 21:21:37.058 INFO STEP 688 (remove_files) COMPLETE
78522026-09-12T21:21:38.132Z[ recovery-image] Sep 12 21:21:37.058 INFO O| Sep 12 21:21:37.058 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-09-12T21:21:38.142Z[ recovery-image] Sep 12 21:21:37.069 INFO O| Sep 12 21:21:37.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
78542026-09-12T21:21:38.143Z[ recovery-image] Sep 12 21:21:37.069 INFO O| Sep 12 21:21:37.069 INFO STEP 689 (remove_files) COMPLETE
78552026-09-12T21:21:38.143Z[ recovery-image] Sep 12 21:21:37.069 INFO O| Sep 12 21:21:37.069 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-09-12T21:21:38.159Z[ recovery-image] Sep 12 21:21:37.079 INFO O| Sep 12 21:21:37.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
78572026-09-12T21:21:38.159Z[ recovery-image] Sep 12 21:21:37.079 INFO O| Sep 12 21:21:37.079 INFO STEP 690 (remove_files) COMPLETE
78582026-09-12T21:21:38.159Z[ recovery-image] Sep 12 21:21:37.079 INFO O| Sep 12 21:21:37.079 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-09-12T21:21:38.167Z[ recovery-image] Sep 12 21:21:37.088 INFO O| Sep 12 21:21:37.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
78602026-09-12T21:21:38.167Z[ recovery-image] Sep 12 21:21:37.088 INFO O| Sep 12 21:21:37.088 INFO STEP 691 (remove_files) COMPLETE
78612026-09-12T21:21:38.167Z[ recovery-image] Sep 12 21:21:37.088 INFO O| Sep 12 21:21:37.088 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-09-12T21:21:38.174Z[ recovery-image] Sep 12 21:21:37.098 INFO O| Sep 12 21:21:37.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
78632026-09-12T21:21:38.174Z[ recovery-image] Sep 12 21:21:37.098 INFO O| Sep 12 21:21:37.098 INFO STEP 692 (remove_files) COMPLETE
78642026-09-12T21:21:38.174Z[ recovery-image] Sep 12 21:21:37.098 INFO O| Sep 12 21:21:37.098 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-09-12T21:21:38.186Z[ recovery-image] Sep 12 21:21:37.108 INFO O| Sep 12 21:21:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
78662026-09-12T21:21:38.186Z[ recovery-image] Sep 12 21:21:37.108 INFO O| Sep 12 21:21:37.108 INFO STEP 693 (remove_files) COMPLETE
78672026-09-12T21:21:38.186Z[ recovery-image] Sep 12 21:21:37.108 INFO O| Sep 12 21:21:37.108 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-09-12T21:21:38.192Z[ recovery-image] Sep 12 21:21:37.117 INFO O| Sep 12 21:21:37.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
78692026-09-12T21:21:38.192Z[ recovery-image] Sep 12 21:21:37.117 INFO O| Sep 12 21:21:37.117 INFO STEP 694 (remove_files) COMPLETE
78702026-09-12T21:21:38.192Z[ recovery-image] Sep 12 21:21:37.117 INFO O| Sep 12 21:21:37.117 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-09-12T21:21:38.207Z[ recovery-image] Sep 12 21:21:37.127 INFO O| Sep 12 21:21:37.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
78722026-09-12T21:21:38.207Z[ recovery-image] Sep 12 21:21:37.127 INFO O| Sep 12 21:21:37.127 INFO STEP 695 (remove_files) COMPLETE
78732026-09-12T21:21:38.207Z[ recovery-image] Sep 12 21:21:37.127 INFO O| Sep 12 21:21:37.127 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-09-12T21:21:38.212Z[ recovery-image] Sep 12 21:21:37.137 INFO O| Sep 12 21:21:37.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
78752026-09-12T21:21:38.212Z[ recovery-image] Sep 12 21:21:37.137 INFO O| Sep 12 21:21:37.137 INFO STEP 696 (remove_files) COMPLETE
78762026-09-12T21:21:38.212Z[ recovery-image] Sep 12 21:21:37.137 INFO O| Sep 12 21:21:37.137 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-09-12T21:21:38.220Z[ recovery-image] Sep 12 21:21:37.146 INFO O| Sep 12 21:21:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78782026-09-12T21:21:38.220Z[ recovery-image] Sep 12 21:21:37.147 INFO O| Sep 12 21:21:37.147 INFO STEP 697 (remove_files) COMPLETE
78792026-09-12T21:21:38.220Z[ recovery-image] Sep 12 21:21:37.147 INFO O| Sep 12 21:21:37.147 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-09-12T21:21:38.230Z[ recovery-image] Sep 12 21:21:37.158 INFO O| Sep 12 21:21:37.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78812026-09-12T21:21:38.231Z[ recovery-image] Sep 12 21:21:37.158 INFO O| Sep 12 21:21:37.158 INFO STEP 698 (remove_files) COMPLETE
78822026-09-12T21:21:38.231Z[ recovery-image] Sep 12 21:21:37.158 INFO O| Sep 12 21:21:37.158 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-09-12T21:21:38.244Z[ recovery-image] Sep 12 21:21:37.167 INFO O| Sep 12 21:21:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78842026-09-12T21:21:38.244Z[ recovery-image] Sep 12 21:21:37.167 INFO O| Sep 12 21:21:37.167 INFO STEP 699 (remove_files) COMPLETE
78852026-09-12T21:21:38.244Z[ recovery-image] Sep 12 21:21:37.167 INFO O| Sep 12 21:21:37.167 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-09-12T21:21:38.250Z[ recovery-image] Sep 12 21:21:37.176 INFO O| Sep 12 21:21:37.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78872026-09-12T21:21:38.250Z[ recovery-image] Sep 12 21:21:37.176 INFO O| Sep 12 21:21:37.176 INFO STEP 700 (remove_files) COMPLETE
78882026-09-12T21:21:38.250Z[ recovery-image] Sep 12 21:21:37.176 INFO O| Sep 12 21:21:37.176 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-09-12T21:21:38.267Z[ recovery-image] Sep 12 21:21:37.185 INFO O| Sep 12 21:21:37.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78902026-09-12T21:21:38.267Z[ recovery-image] Sep 12 21:21:37.185 INFO O| Sep 12 21:21:37.185 INFO STEP 701 (remove_files) COMPLETE
78912026-09-12T21:21:38.267Z[ recovery-image] Sep 12 21:21:37.185 INFO O| Sep 12 21:21:37.185 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-09-12T21:21:38.273Z[ recovery-image] Sep 12 21:21:37.196 INFO O| Sep 12 21:21:37.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78932026-09-12T21:21:38.275Z[ recovery-image] Sep 12 21:21:37.196 INFO O| Sep 12 21:21:37.196 INFO STEP 702 (remove_files) COMPLETE
78942026-09-12T21:21:38.275Z[ recovery-image] Sep 12 21:21:37.196 INFO O| Sep 12 21:21:37.196 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-09-12T21:21:38.282Z[ recovery-image] Sep 12 21:21:37.207 INFO O| Sep 12 21:21:37.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78962026-09-12T21:21:38.282Z[ recovery-image] Sep 12 21:21:37.207 INFO O| Sep 12 21:21:37.206 INFO STEP 703 (remove_files) COMPLETE
78972026-09-12T21:21:38.282Z[ recovery-image] Sep 12 21:21:37.207 INFO O| Sep 12 21:21:37.206 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-09-12T21:21:38.288Z[ recovery-image] Sep 12 21:21:37.215 INFO O| Sep 12 21:21:37.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78992026-09-12T21:21:38.288Z[ recovery-image] Sep 12 21:21:37.215 INFO O| Sep 12 21:21:37.215 INFO STEP 704 (remove_files) COMPLETE
79002026-09-12T21:21:38.288Z[ recovery-image] Sep 12 21:21:37.215 INFO O| Sep 12 21:21:37.215 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-09-12T21:21:38.297Z[ recovery-image] Sep 12 21:21:37.224 INFO O| Sep 12 21:21:37.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
79022026-09-12T21:21:38.297Z[ recovery-image] Sep 12 21:21:37.224 INFO O| Sep 12 21:21:37.224 INFO STEP 705 (remove_files) COMPLETE
79032026-09-12T21:21:38.297Z[ recovery-image] Sep 12 21:21:37.224 INFO O| Sep 12 21:21:37.224 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-09-12T21:21:38.316Z[ recovery-image] Sep 12 21:21:37.234 INFO O| Sep 12 21:21:37.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
79052026-09-12T21:21:38.322Z[ recovery-image] Sep 12 21:21:37.234 INFO O| Sep 12 21:21:37.234 INFO STEP 706 (remove_files) COMPLETE
79062026-09-12T21:21:38.322Z[ recovery-image] Sep 12 21:21:37.234 INFO O| Sep 12 21:21:37.234 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-12T21:21:38.322Z[ recovery-image] Sep 12 21:21:37.245 INFO O| Sep 12 21:21:37.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
79082026-09-12T21:21:38.323Z[ recovery-image] Sep 12 21:21:37.245 INFO O| Sep 12 21:21:37.245 INFO STEP 707 (remove_files) COMPLETE
79092026-09-12T21:21:38.323Z[ recovery-image] Sep 12 21:21:37.245 INFO O| Sep 12 21:21:37.245 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-12T21:21:38.334Z[ recovery-image] Sep 12 21:21:37.259 INFO O| Sep 12 21:21:37.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
79112026-09-12T21:21:38.334Z[ recovery-image] Sep 12 21:21:37.259 INFO O| Sep 12 21:21:37.259 INFO STEP 708 (remove_files) COMPLETE
79122026-09-12T21:21:38.334Z[ recovery-image] Sep 12 21:21:37.260 INFO O| Sep 12 21:21:37.259 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-12T21:21:38.343Z[ recovery-image] Sep 12 21:21:37.268 INFO O| Sep 12 21:21:37.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
79142026-09-12T21:21:38.343Z[ recovery-image] Sep 12 21:21:37.268 INFO O| Sep 12 21:21:37.268 INFO STEP 709 (remove_files) COMPLETE
79152026-09-12T21:21:38.347Z[ recovery-image] Sep 12 21:21:37.268 INFO O| Sep 12 21:21:37.268 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-12T21:21:38.358Z[ recovery-image] Sep 12 21:21:37.276 INFO O| Sep 12 21:21:37.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
79172026-09-12T21:21:38.358Z[ recovery-image] Sep 12 21:21:37.277 INFO O| Sep 12 21:21:37.276 INFO STEP 710 (remove_files) COMPLETE
79182026-09-12T21:21:38.358Z[ recovery-image] Sep 12 21:21:37.277 INFO O| Sep 12 21:21:37.276 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-12T21:21:38.365Z[ recovery-image] Sep 12 21:21:37.285 INFO O| Sep 12 21:21:37.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
79202026-09-12T21:21:38.365Z[ recovery-image] Sep 12 21:21:37.285 INFO O| Sep 12 21:21:37.285 INFO STEP 711 (remove_files) COMPLETE
79212026-09-12T21:21:38.365Z[ recovery-image] Sep 12 21:21:37.285 INFO O| Sep 12 21:21:37.285 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-12T21:21:38.374Z[ recovery-image] Sep 12 21:21:37.292 INFO O| Sep 12 21:21:37.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
79232026-09-12T21:21:38.375Z[ recovery-image] Sep 12 21:21:37.293 INFO O| Sep 12 21:21:37.292 INFO STEP 712 (remove_files) COMPLETE
79242026-09-12T21:21:38.375Z[ recovery-image] Sep 12 21:21:37.293 INFO O| Sep 12 21:21:37.292 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-12T21:21:38.387Z[ recovery-image] Sep 12 21:21:37.300 INFO O| Sep 12 21:21:37.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
79262026-09-12T21:21:38.387Z[ recovery-image] Sep 12 21:21:37.300 INFO O| Sep 12 21:21:37.300 INFO STEP 713 (remove_files) COMPLETE
79272026-09-12T21:21:38.387Z[ recovery-image] Sep 12 21:21:37.300 INFO O| Sep 12 21:21:37.300 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-12T21:21:38.387Z[ recovery-image] Sep 12 21:21:37.307 INFO O| Sep 12 21:21:37.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
79292026-09-12T21:21:38.387Z[ recovery-image] Sep 12 21:21:37.307 INFO O| Sep 12 21:21:37.307 INFO STEP 714 (remove_files) COMPLETE
79302026-09-12T21:21:38.387Z[ recovery-image] Sep 12 21:21:37.307 INFO O| Sep 12 21:21:37.307 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-12T21:21:38.392Z[ recovery-image] Sep 12 21:21:37.314 INFO O| Sep 12 21:21:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
79322026-09-12T21:21:38.392Z[ recovery-image] Sep 12 21:21:37.314 INFO O| Sep 12 21:21:37.314 INFO STEP 715 (remove_files) COMPLETE
79332026-09-12T21:21:38.392Z[ recovery-image] Sep 12 21:21:37.314 INFO O| Sep 12 21:21:37.314 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-12T21:21:38.407Z[ recovery-image] Sep 12 21:21:37.322 INFO O| Sep 12 21:21:37.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
79352026-09-12T21:21:38.407Z[ recovery-image] Sep 12 21:21:37.323 INFO O| Sep 12 21:21:37.323 INFO STEP 716 (remove_files) COMPLETE
79362026-09-12T21:21:38.407Z[ recovery-image] Sep 12 21:21:37.323 INFO O| Sep 12 21:21:37.323 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-12T21:21:38.424Z[ recovery-image] Sep 12 21:21:37.332 INFO O| Sep 12 21:21:37.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
79382026-09-12T21:21:38.429Z[ recovery-image] Sep 12 21:21:37.332 INFO O| Sep 12 21:21:37.332 INFO STEP 717 (remove_files) COMPLETE
79392026-09-12T21:21:38.429Z[ recovery-image] Sep 12 21:21:37.332 INFO O| Sep 12 21:21:37.332 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-12T21:21:38.429Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
79412026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.340 INFO O| Sep 12 21:21:37.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
79422026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.340 INFO O| Sep 12 21:21:37.340 INFO STEP 718 (remove_files) COMPLETE
79432026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.340 INFO O| Sep 12 21:21:37.340 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.348 INFO O| Sep 12 21:21:37.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
79452026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.348 INFO O| Sep 12 21:21:37.348 INFO STEP 719 (remove_files) COMPLETE
79462026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.348 INFO O| Sep 12 21:21:37.348 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-09-12T21:21:38.434Z[ recovery-image] Sep 12 21:21:37.360 INFO O| Sep 12 21:21:37.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
79482026-09-12T21:21:38.438Z[ recovery-image] Sep 12 21:21:37.361 INFO O| Sep 12 21:21:37.361 INFO STEP 720 (remove_files) COMPLETE
79492026-09-12T21:21:38.438Z[ recovery-image] Sep 12 21:21:37.361 INFO O| Sep 12 21:21:37.361 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-09-12T21:21:38.445Z[ recovery-image] Sep 12 21:21:37.371 INFO O| Sep 12 21:21:37.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
79512026-09-12T21:21:38.446Z[ recovery-image] Sep 12 21:21:37.371 INFO O| Sep 12 21:21:37.371 INFO STEP 721 (remove_files) COMPLETE
79522026-09-12T21:21:38.446Z[ recovery-image] Sep 12 21:21:37.371 INFO O| Sep 12 21:21:37.371 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-09-12T21:21:38.454Z[ recovery-image] Sep 12 21:21:37.381 INFO O| Sep 12 21:21:37.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
79542026-09-12T21:21:38.454Z[ recovery-image] Sep 12 21:21:37.381 INFO O| Sep 12 21:21:37.381 INFO STEP 722 (remove_files) COMPLETE
79552026-09-12T21:21:38.454Z[ recovery-image] Sep 12 21:21:37.381 INFO O| Sep 12 21:21:37.381 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-09-12T21:21:38.463Z[ recovery-image] Sep 12 21:21:37.390 INFO O| Sep 12 21:21:37.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
79572026-09-12T21:21:38.463Z[ recovery-image] Sep 12 21:21:37.390 INFO O| Sep 12 21:21:37.390 INFO STEP 723 (remove_files) COMPLETE
79582026-09-12T21:21:38.463Z[ recovery-image] Sep 12 21:21:37.390 INFO O| Sep 12 21:21:37.390 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-09-12T21:21:38.472Z[ recovery-image] Sep 12 21:21:37.398 INFO O| Sep 12 21:21:37.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
79602026-09-12T21:21:38.472Z[ recovery-image] Sep 12 21:21:37.398 INFO O| Sep 12 21:21:37.398 INFO STEP 724 (remove_files) COMPLETE
79612026-09-12T21:21:38.472Z[ recovery-image] Sep 12 21:21:37.398 INFO O| Sep 12 21:21:37.398 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-09-12T21:21:38.483Z[ recovery-image] Sep 12 21:21:37.407 INFO O| Sep 12 21:21:37.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79632026-09-12T21:21:38.483Z[ recovery-image] Sep 12 21:21:37.407 INFO O| Sep 12 21:21:37.407 INFO STEP 725 (remove_files) COMPLETE
79642026-09-12T21:21:38.483Z[ recovery-image] Sep 12 21:21:37.407 INFO O| Sep 12 21:21:37.407 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-09-12T21:21:38.492Z[ recovery-image] Sep 12 21:21:37.417 INFO O| Sep 12 21:21:37.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79662026-09-12T21:21:38.492Z[ recovery-image] Sep 12 21:21:37.417 INFO O| Sep 12 21:21:37.417 INFO STEP 726 (remove_files) COMPLETE
79672026-09-12T21:21:38.492Z[ recovery-image] Sep 12 21:21:37.417 INFO O| Sep 12 21:21:37.417 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-09-12T21:21:38.500Z[ recovery-image] Sep 12 21:21:37.427 INFO O| Sep 12 21:21:37.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79692026-09-12T21:21:38.506Z[ recovery-image] Sep 12 21:21:37.428 INFO O| Sep 12 21:21:37.428 INFO STEP 727 (remove_files) COMPLETE
79702026-09-12T21:21:38.506Z[ recovery-image] Sep 12 21:21:37.428 INFO O| Sep 12 21:21:37.428 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-09-12T21:21:38.511Z[ recovery-image] Sep 12 21:21:37.438 INFO O| Sep 12 21:21:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79722026-09-12T21:21:38.511Z[ recovery-image] Sep 12 21:21:37.438 INFO O| Sep 12 21:21:37.438 INFO STEP 728 (remove_files) COMPLETE
79732026-09-12T21:21:38.511Z[ recovery-image] Sep 12 21:21:37.438 INFO O| Sep 12 21:21:37.438 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-09-12T21:21:38.520Z[ recovery-image] Sep 12 21:21:37.447 INFO O| Sep 12 21:21:37.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
79752026-09-12T21:21:38.520Z[ recovery-image] Sep 12 21:21:37.447 INFO O| Sep 12 21:21:37.447 INFO STEP 729 (remove_files) COMPLETE
79762026-09-12T21:21:38.521Z[ recovery-image] Sep 12 21:21:37.447 INFO O| Sep 12 21:21:37.447 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-09-12T21:21:38.530Z[ recovery-image] Sep 12 21:21:37.456 INFO O| Sep 12 21:21:37.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
79782026-09-12T21:21:38.530Z[ recovery-image] Sep 12 21:21:37.456 INFO O| Sep 12 21:21:37.456 INFO STEP 730 (remove_files) COMPLETE
79792026-09-12T21:21:38.530Z[ recovery-image] Sep 12 21:21:37.456 INFO O| Sep 12 21:21:37.456 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-09-12T21:21:38.539Z[ recovery-image] Sep 12 21:21:37.466 INFO O| Sep 12 21:21:37.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79812026-09-12T21:21:38.539Z[ recovery-image] Sep 12 21:21:37.466 INFO O| Sep 12 21:21:37.466 INFO STEP 731 (remove_files) COMPLETE
79822026-09-12T21:21:38.539Z[ recovery-image] Sep 12 21:21:37.466 INFO O| Sep 12 21:21:37.466 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-09-12T21:21:38.551Z[ recovery-image] Sep 12 21:21:37.476 INFO O| Sep 12 21:21:37.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79842026-09-12T21:21:38.551Z[ recovery-image] Sep 12 21:21:37.476 INFO O| Sep 12 21:21:37.476 INFO STEP 732 (remove_files) COMPLETE
79852026-09-12T21:21:38.551Z[ recovery-image] Sep 12 21:21:37.476 INFO O| Sep 12 21:21:37.476 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-09-12T21:21:38.558Z[ recovery-image] Sep 12 21:21:37.485 INFO O| Sep 12 21:21:37.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79872026-09-12T21:21:38.558Z[ recovery-image] Sep 12 21:21:37.485 INFO O| Sep 12 21:21:37.485 INFO STEP 733 (remove_files) COMPLETE
79882026-09-12T21:21:38.558Z[ recovery-image] Sep 12 21:21:37.485 INFO O| Sep 12 21:21:37.485 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-09-12T21:21:38.569Z[ recovery-image] Sep 12 21:21:37.496 INFO O| Sep 12 21:21:37.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79902026-09-12T21:21:38.569Z[ recovery-image] Sep 12 21:21:37.496 INFO O| Sep 12 21:21:37.496 INFO STEP 734 (remove_files) COMPLETE
79912026-09-12T21:21:38.569Z[ recovery-image] Sep 12 21:21:37.496 INFO O| Sep 12 21:21:37.496 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-09-12T21:21:38.579Z[ recovery-image] Sep 12 21:21:37.506 INFO O| Sep 12 21:21:37.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79932026-09-12T21:21:38.579Z[ recovery-image] Sep 12 21:21:37.506 INFO O| Sep 12 21:21:37.506 INFO STEP 735 (remove_files) COMPLETE
79942026-09-12T21:21:38.582Z[ recovery-image] Sep 12 21:21:37.507 INFO O| Sep 12 21:21:37.506 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-09-12T21:21:38.592Z[ recovery-image] Sep 12 21:21:37.517 INFO O| Sep 12 21:21:37.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79962026-09-12T21:21:38.594Z[ recovery-image] Sep 12 21:21:37.517 INFO O| Sep 12 21:21:37.517 INFO STEP 736 (remove_files) COMPLETE
79972026-09-12T21:21:38.594Z[ recovery-image] Sep 12 21:21:37.517 INFO O| Sep 12 21:21:37.517 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-09-12T21:21:38.600Z[ recovery-image] Sep 12 21:21:37.527 INFO O| Sep 12 21:21:37.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79992026-09-12T21:21:38.600Z[ recovery-image] Sep 12 21:21:37.527 INFO O| Sep 12 21:21:37.527 INFO STEP 737 (remove_files) COMPLETE
80002026-09-12T21:21:38.600Z[ recovery-image] Sep 12 21:21:37.527 INFO O| Sep 12 21:21:37.527 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-09-12T21:21:38.614Z[ recovery-image] Sep 12 21:21:37.537 INFO O| Sep 12 21:21:37.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
80022026-09-12T21:21:38.614Z[ recovery-image] Sep 12 21:21:37.537 INFO O| Sep 12 21:21:37.537 INFO STEP 738 (remove_files) COMPLETE
80032026-09-12T21:21:38.614Z[ recovery-image] Sep 12 21:21:37.537 INFO O| Sep 12 21:21:37.537 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-09-12T21:21:38.620Z[ recovery-image] Sep 12 21:21:37.546 INFO O| Sep 12 21:21:37.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
80052026-09-12T21:21:38.620Z[ recovery-image] Sep 12 21:21:37.547 INFO O| Sep 12 21:21:37.546 INFO STEP 739 (remove_files) COMPLETE
80062026-09-12T21:21:38.620Z[ recovery-image] Sep 12 21:21:37.547 INFO O| Sep 12 21:21:37.547 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-09-12T21:21:38.629Z[ recovery-image] Sep 12 21:21:37.556 INFO O| Sep 12 21:21:37.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
80082026-09-12T21:21:38.629Z[ recovery-image] Sep 12 21:21:37.556 INFO O| Sep 12 21:21:37.556 INFO STEP 740 (remove_files) COMPLETE
80092026-09-12T21:21:38.635Z[ recovery-image] Sep 12 21:21:37.556 INFO O| Sep 12 21:21:37.556 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-09-12T21:21:38.639Z[ recovery-image] Sep 12 21:21:37.565 INFO O| Sep 12 21:21:37.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
80112026-09-12T21:21:38.639Z[ recovery-image] Sep 12 21:21:37.565 INFO O| Sep 12 21:21:37.565 INFO STEP 741 (remove_files) COMPLETE
80122026-09-12T21:21:38.639Z[ recovery-image] Sep 12 21:21:37.565 INFO O| Sep 12 21:21:37.565 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.576 INFO O| Sep 12 21:21:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
80142026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.576 INFO O| Sep 12 21:21:37.576 INFO STEP 742 (remove_files) COMPLETE
80152026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.576 INFO O| Sep 12 21:21:37.576 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.586 INFO O| Sep 12 21:21:37.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
80172026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.586 INFO O| Sep 12 21:21:37.586 INFO STEP 743 (remove_files) COMPLETE
80182026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.586 INFO O| Sep 12 21:21:37.586 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-09-12T21:21:38.728Z[ recovery-image] Sep 12 21:21:37.597 INFO O| Sep 12 21:21:37.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
80202026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.597 INFO O| Sep 12 21:21:37.597 INFO STEP 744 (remove_files) COMPLETE
80212026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.597 INFO O| Sep 12 21:21:37.597 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.608 INFO O| Sep 12 21:21:37.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
80232026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.608 INFO O| Sep 12 21:21:37.608 INFO STEP 745 (remove_files) COMPLETE
80242026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.608 INFO O| Sep 12 21:21:37.608 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.619 INFO O| Sep 12 21:21:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
80262026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.619 INFO O| Sep 12 21:21:37.619 INFO STEP 746 (remove_files) COMPLETE
80272026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.619 INFO O| Sep 12 21:21:37.619 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.629 INFO O| Sep 12 21:21:37.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
80292026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.629 INFO O| Sep 12 21:21:37.629 INFO STEP 747 (remove_files) COMPLETE
80302026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.629 INFO O| Sep 12 21:21:37.629 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.638 INFO O| Sep 12 21:21:37.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
80322026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.638 INFO O| Sep 12 21:21:37.638 INFO STEP 748 (remove_files) COMPLETE
80332026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.638 INFO O| Sep 12 21:21:37.638 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.647 INFO O| Sep 12 21:21:37.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
80352026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.647 INFO O| Sep 12 21:21:37.647 INFO STEP 749 (remove_files) COMPLETE
80362026-09-12T21:21:38.729Z[ recovery-image] Sep 12 21:21:37.647 INFO O| Sep 12 21:21:37.647 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-09-12T21:21:38.735Z[ recovery-image] Sep 12 21:21:37.657 INFO O| Sep 12 21:21:37.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
80382026-09-12T21:21:38.735Z[ recovery-image] Sep 12 21:21:37.657 INFO O| Sep 12 21:21:37.657 INFO STEP 750 (remove_files) COMPLETE
80392026-09-12T21:21:38.735Z[ recovery-image] Sep 12 21:21:37.657 INFO O| Sep 12 21:21:37.657 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-09-12T21:21:38.740Z[ recovery-image] Sep 12 21:21:37.667 INFO O| Sep 12 21:21:37.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
80412026-09-12T21:21:38.741Z[ recovery-image] Sep 12 21:21:37.667 INFO O| Sep 12 21:21:37.667 INFO STEP 751 (remove_files) COMPLETE
80422026-09-12T21:21:38.741Z[ recovery-image] Sep 12 21:21:37.667 INFO O| Sep 12 21:21:37.667 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-09-12T21:21:38.749Z[ recovery-image] Sep 12 21:21:37.677 INFO O| Sep 12 21:21:37.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
80442026-09-12T21:21:38.750Z[ recovery-image] Sep 12 21:21:37.677 INFO O| Sep 12 21:21:37.677 INFO STEP 752 (remove_files) COMPLETE
80452026-09-12T21:21:38.753Z[ recovery-image] Sep 12 21:21:37.677 INFO O| Sep 12 21:21:37.677 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-12T21:21:38.759Z[ recovery-image] Sep 12 21:21:37.685 INFO O| Sep 12 21:21:37.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
80472026-09-12T21:21:38.759Z[ recovery-image] Sep 12 21:21:37.686 INFO O| Sep 12 21:21:37.685 INFO STEP 753 (remove_files) COMPLETE
80482026-09-12T21:21:38.759Z[ recovery-image] Sep 12 21:21:37.686 INFO O| Sep 12 21:21:37.686 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-12T21:21:38.769Z[ recovery-image] Sep 12 21:21:37.696 INFO O| Sep 12 21:21:37.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
80502026-09-12T21:21:38.769Z[ recovery-image] Sep 12 21:21:37.696 INFO O| Sep 12 21:21:37.696 INFO STEP 754 (remove_files) COMPLETE
80512026-09-12T21:21:38.772Z[ recovery-image] Sep 12 21:21:37.696 INFO O| Sep 12 21:21:37.696 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-12T21:21:38.779Z[ recovery-image] Sep 12 21:21:37.706 INFO O| Sep 12 21:21:37.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
80532026-09-12T21:21:38.779Z[ recovery-image] Sep 12 21:21:37.706 INFO O| Sep 12 21:21:37.706 INFO STEP 755 (remove_files) COMPLETE
80542026-09-12T21:21:38.780Z[ recovery-image] Sep 12 21:21:37.706 INFO O| Sep 12 21:21:37.706 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-12T21:21:38.788Z[ recovery-image] Sep 12 21:21:37.715 INFO O| Sep 12 21:21:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
80562026-09-12T21:21:38.788Z[ recovery-image] Sep 12 21:21:37.715 INFO O| Sep 12 21:21:37.715 INFO STEP 756 (remove_files) COMPLETE
80572026-09-12T21:21:38.798Z[ recovery-image] Sep 12 21:21:37.715 INFO O| Sep 12 21:21:37.715 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-12T21:21:38.808Z[ recovery-image] Sep 12 21:21:37.731 INFO O| Sep 12 21:21:37.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
80592026-09-12T21:21:38.808Z[ recovery-image] Sep 12 21:21:37.731 INFO O| Sep 12 21:21:37.731 INFO STEP 757 (remove_files) COMPLETE
80602026-09-12T21:21:38.813Z[ recovery-image] Sep 12 21:21:37.731 INFO O| Sep 12 21:21:37.731 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-12T21:21:38.818Z[ recovery-image] Sep 12 21:21:37.741 INFO O| Sep 12 21:21:37.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
80622026-09-12T21:21:38.818Z[ recovery-image] Sep 12 21:21:37.741 INFO O| Sep 12 21:21:37.741 INFO STEP 758 (remove_files) COMPLETE
80632026-09-12T21:21:38.818Z[ recovery-image] Sep 12 21:21:37.741 INFO O| Sep 12 21:21:37.741 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-12T21:21:38.826Z[ recovery-image] Sep 12 21:21:37.753 INFO O| Sep 12 21:21:37.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
80652026-09-12T21:21:38.826Z[ recovery-image] Sep 12 21:21:37.753 INFO O| Sep 12 21:21:37.753 INFO STEP 759 (remove_files) COMPLETE
80662026-09-12T21:21:38.826Z[ recovery-image] Sep 12 21:21:37.753 INFO O| Sep 12 21:21:37.753 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-12T21:21:38.837Z[ recovery-image] Sep 12 21:21:37.764 INFO O| Sep 12 21:21:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
80682026-09-12T21:21:38.837Z[ recovery-image] Sep 12 21:21:37.764 INFO O| Sep 12 21:21:37.764 INFO STEP 760 (remove_files) COMPLETE
80692026-09-12T21:21:38.837Z[ recovery-image] Sep 12 21:21:37.764 INFO O| Sep 12 21:21:37.764 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-09-12T21:21:38.848Z[ recovery-image] Sep 12 21:21:37.774 INFO O| Sep 12 21:21:37.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
80712026-09-12T21:21:38.848Z[ recovery-image] Sep 12 21:21:37.774 INFO O| Sep 12 21:21:37.774 INFO STEP 761 (remove_files) COMPLETE
80722026-09-12T21:21:38.848Z[ recovery-image] Sep 12 21:21:37.774 INFO O| Sep 12 21:21:37.774 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-09-12T21:21:38.857Z[ recovery-image] Sep 12 21:21:37.784 INFO O| Sep 12 21:21:37.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
80742026-09-12T21:21:38.857Z[ recovery-image] Sep 12 21:21:37.784 INFO O| Sep 12 21:21:37.784 INFO STEP 762 (remove_files) COMPLETE
80752026-09-12T21:21:38.857Z[ recovery-image] Sep 12 21:21:37.784 INFO O| Sep 12 21:21:37.784 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-09-12T21:21:38.866Z[ recovery-image] Sep 12 21:21:37.793 INFO O| Sep 12 21:21:37.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
80772026-09-12T21:21:38.866Z[ recovery-image] Sep 12 21:21:37.793 INFO O| Sep 12 21:21:37.793 INFO STEP 763 (remove_files) COMPLETE
80782026-09-12T21:21:38.867Z[ recovery-image] Sep 12 21:21:37.793 INFO O| Sep 12 21:21:37.793 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-09-12T21:21:38.878Z[ recovery-image] Sep 12 21:21:37.804 INFO O| Sep 12 21:21:37.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80802026-09-12T21:21:38.878Z[ recovery-image] Sep 12 21:21:37.804 INFO O| Sep 12 21:21:37.804 INFO STEP 764 (remove_files) COMPLETE
80812026-09-12T21:21:38.878Z[ recovery-image] Sep 12 21:21:37.804 INFO O| Sep 12 21:21:37.804 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-12T21:21:38.890Z[ recovery-image] Sep 12 21:21:37.815 INFO O| Sep 12 21:21:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80832026-09-12T21:21:38.891Z[ recovery-image] Sep 12 21:21:37.815 INFO O| Sep 12 21:21:37.815 INFO STEP 765 (remove_files) COMPLETE
80842026-09-12T21:21:38.891Z[ recovery-image] Sep 12 21:21:37.815 INFO O| Sep 12 21:21:37.815 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-12T21:21:38.900Z[ recovery-image] Sep 12 21:21:37.826 INFO O| Sep 12 21:21:37.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80862026-09-12T21:21:38.900Z[ recovery-image] Sep 12 21:21:37.827 INFO O| Sep 12 21:21:37.827 INFO STEP 766 (remove_files) COMPLETE
80872026-09-12T21:21:38.900Z[ recovery-image] Sep 12 21:21:37.827 INFO O| Sep 12 21:21:37.827 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-12T21:21:38.912Z[ recovery-image] Sep 12 21:21:37.837 INFO O| Sep 12 21:21:37.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80892026-09-12T21:21:38.912Z[ recovery-image] Sep 12 21:21:37.837 INFO O| Sep 12 21:21:37.837 INFO STEP 767 (remove_files) COMPLETE
80902026-09-12T21:21:38.918Z[ recovery-image] Sep 12 21:21:37.837 INFO O| Sep 12 21:21:37.837 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-12T21:21:38.922Z[ recovery-image] Sep 12 21:21:37.846 INFO O| Sep 12 21:21:37.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80922026-09-12T21:21:38.922Z[ recovery-image] Sep 12 21:21:37.846 INFO O| Sep 12 21:21:37.846 INFO STEP 768 (remove_files) COMPLETE
80932026-09-12T21:21:38.922Z[ recovery-image] Sep 12 21:21:37.846 INFO O| Sep 12 21:21:37.846 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-12T21:21:38.936Z[ recovery-image] Sep 12 21:21:37.861 INFO O| Sep 12 21:21:37.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80952026-09-12T21:21:38.936Z[ recovery-image] Sep 12 21:21:37.861 INFO O| Sep 12 21:21:37.861 INFO STEP 769 (remove_files) COMPLETE
80962026-09-12T21:21:38.936Z[ recovery-image] Sep 12 21:21:37.861 INFO O| Sep 12 21:21:37.861 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-12T21:21:38.946Z[ recovery-image] Sep 12 21:21:37.871 INFO O| Sep 12 21:21:37.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80982026-09-12T21:21:38.946Z[ recovery-image] Sep 12 21:21:37.871 INFO O| Sep 12 21:21:37.871 INFO STEP 770 (remove_files) COMPLETE
80992026-09-12T21:21:38.946Z[ recovery-image] Sep 12 21:21:37.871 INFO O| Sep 12 21:21:37.871 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-12T21:21:38.957Z[ recovery-image] Sep 12 21:21:37.881 INFO O| Sep 12 21:21:37.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
81012026-09-12T21:21:38.957Z[ recovery-image] Sep 12 21:21:37.881 INFO O| Sep 12 21:21:37.881 INFO STEP 771 (remove_files) COMPLETE
81022026-09-12T21:21:38.957Z[ recovery-image] Sep 12 21:21:37.881 INFO O| Sep 12 21:21:37.881 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-12T21:21:38.965Z[ recovery-image] Sep 12 21:21:37.892 INFO O| Sep 12 21:21:37.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
81042026-09-12T21:21:38.965Z[ recovery-image] Sep 12 21:21:37.892 INFO O| Sep 12 21:21:37.892 INFO STEP 772 (remove_files) COMPLETE
81052026-09-12T21:21:38.969Z[ recovery-image] Sep 12 21:21:37.892 INFO O| Sep 12 21:21:37.892 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-09-12T21:21:38.974Z[ recovery-image] Sep 12 21:21:37.901 INFO O| Sep 12 21:21:37.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
81072026-09-12T21:21:38.974Z[ recovery-image] Sep 12 21:21:37.901 INFO O| Sep 12 21:21:37.901 INFO STEP 773 (remove_files) COMPLETE
81082026-09-12T21:21:38.974Z[ recovery-image] Sep 12 21:21:37.901 INFO O| Sep 12 21:21:37.901 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-09-12T21:21:38.985Z[ recovery-image] Sep 12 21:21:37.912 INFO O| Sep 12 21:21:37.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
81102026-09-12T21:21:38.985Z[ recovery-image] Sep 12 21:21:37.912 INFO O| Sep 12 21:21:37.912 INFO STEP 774 (remove_files) COMPLETE
81112026-09-12T21:21:38.985Z[ recovery-image] Sep 12 21:21:37.912 INFO O| Sep 12 21:21:37.912 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-09-12T21:21:38.995Z[ recovery-image] Sep 12 21:21:37.922 INFO O| Sep 12 21:21:37.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
81132026-09-12T21:21:38.995Z[ recovery-image] Sep 12 21:21:37.922 INFO O| Sep 12 21:21:37.922 INFO STEP 775 (remove_files) COMPLETE
81142026-09-12T21:21:38.995Z[ recovery-image] Sep 12 21:21:37.922 INFO O| Sep 12 21:21:37.922 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-09-12T21:21:39.006Z[ recovery-image] Sep 12 21:21:37.932 INFO O| Sep 12 21:21:37.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
81162026-09-12T21:21:39.006Z[ recovery-image] Sep 12 21:21:37.932 INFO O| Sep 12 21:21:37.932 INFO STEP 776 (remove_files) COMPLETE
81172026-09-12T21:21:39.006Z[ recovery-image] Sep 12 21:21:37.932 INFO O| Sep 12 21:21:37.932 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-09-12T21:21:39.015Z[ recovery-image] Sep 12 21:21:37.942 INFO O| Sep 12 21:21:37.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
81192026-09-12T21:21:39.015Z[ recovery-image] Sep 12 21:21:37.942 INFO O| Sep 12 21:21:37.942 INFO STEP 777 (remove_files) COMPLETE
81202026-09-12T21:21:39.015Z[ recovery-image] Sep 12 21:21:37.942 INFO O| Sep 12 21:21:37.942 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-12T21:21:39.025Z[ recovery-image] Sep 12 21:21:37.952 INFO O| Sep 12 21:21:37.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
81222026-09-12T21:21:39.025Z[ recovery-image] Sep 12 21:21:37.952 INFO O| Sep 12 21:21:37.952 INFO STEP 778 (remove_files) COMPLETE
81232026-09-12T21:21:39.025Z[ recovery-image] Sep 12 21:21:37.952 INFO O| Sep 12 21:21:37.952 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-09-12T21:21:39.039Z[ recovery-image] Sep 12 21:21:37.962 INFO O| Sep 12 21:21:37.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
81252026-09-12T21:21:39.040Z[ recovery-image] Sep 12 21:21:37.962 INFO O| Sep 12 21:21:37.962 INFO STEP 779 (remove_files) COMPLETE
81262026-09-12T21:21:39.040Z[ recovery-image] Sep 12 21:21:37.962 INFO O| Sep 12 21:21:37.962 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-09-12T21:21:39.043Z[ recovery-image] Sep 12 21:21:37.970 INFO O| Sep 12 21:21:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
81282026-09-12T21:21:39.044Z[ recovery-image] Sep 12 21:21:37.970 INFO O| Sep 12 21:21:37.970 INFO STEP 780 (remove_files) COMPLETE
81292026-09-12T21:21:39.044Z[ recovery-image] Sep 12 21:21:37.970 INFO O| Sep 12 21:21:37.970 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-09-12T21:21:39.053Z[ recovery-image] Sep 12 21:21:37.979 INFO O| Sep 12 21:21:37.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
81312026-09-12T21:21:39.053Z[ recovery-image] Sep 12 21:21:37.979 INFO O| Sep 12 21:21:37.979 INFO STEP 781 (remove_files) COMPLETE
81322026-09-12T21:21:39.053Z[ recovery-image] Sep 12 21:21:37.979 INFO O| Sep 12 21:21:37.979 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-09-12T21:21:39.066Z[ recovery-image] Sep 12 21:21:37.992 INFO O| Sep 12 21:21:37.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
81342026-09-12T21:21:39.066Z[ recovery-image] Sep 12 21:21:37.992 INFO O| Sep 12 21:21:37.992 INFO STEP 782 (remove_files) COMPLETE
81352026-09-12T21:21:39.066Z[ recovery-image] Sep 12 21:21:37.992 INFO O| Sep 12 21:21:37.992 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-09-12T21:21:39.078Z[ recovery-image] Sep 12 21:21:38.003 INFO O| Sep 12 21:21:38.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
81372026-09-12T21:21:39.078Z[ recovery-image] Sep 12 21:21:38.003 INFO O| Sep 12 21:21:38.003 INFO STEP 783 (remove_files) COMPLETE
81382026-09-12T21:21:39.082Z[ recovery-image] Sep 12 21:21:38.003 INFO O| Sep 12 21:21:38.003 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-09-12T21:21:39.086Z[ recovery-image] Sep 12 21:21:38.012 INFO O| Sep 12 21:21:38.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
81402026-09-12T21:21:39.087Z[ recovery-image] Sep 12 21:21:38.012 INFO O| Sep 12 21:21:38.012 INFO STEP 784 (remove_files) COMPLETE
81412026-09-12T21:21:39.087Z[ recovery-image] Sep 12 21:21:38.012 INFO O| Sep 12 21:21:38.012 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-09-12T21:21:39.099Z[ recovery-image] Sep 12 21:21:38.022 INFO O| Sep 12 21:21:38.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
81432026-09-12T21:21:39.099Z[ recovery-image] Sep 12 21:21:38.022 INFO O| Sep 12 21:21:38.022 INFO STEP 785 (remove_files) COMPLETE
81442026-09-12T21:21:39.099Z[ recovery-image] Sep 12 21:21:38.022 INFO O| Sep 12 21:21:38.022 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-09-12T21:21:39.104Z[ recovery-image] Sep 12 21:21:38.031 INFO O| Sep 12 21:21:38.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
81462026-09-12T21:21:39.104Z[ recovery-image] Sep 12 21:21:38.031 INFO O| Sep 12 21:21:38.031 INFO STEP 786 (remove_files) COMPLETE
81472026-09-12T21:21:39.104Z[ recovery-image] Sep 12 21:21:38.031 INFO O| Sep 12 21:21:38.031 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-09-12T21:21:39.120Z[ recovery-image] Sep 12 21:21:38.042 INFO O| Sep 12 21:21:38.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
81492026-09-12T21:21:39.120Z[ recovery-image] Sep 12 21:21:38.042 INFO O| Sep 12 21:21:38.042 INFO STEP 787 (remove_files) COMPLETE
81502026-09-12T21:21:39.124Z[ recovery-image] Sep 12 21:21:38.042 INFO O| Sep 12 21:21:38.042 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-09-12T21:21:39.128Z[ recovery-image] Sep 12 21:21:38.054 INFO O| Sep 12 21:21:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
81522026-09-12T21:21:39.129Z[ recovery-image] Sep 12 21:21:38.055 INFO O| Sep 12 21:21:38.054 INFO STEP 788 (remove_files) COMPLETE
81532026-09-12T21:21:39.129Z[ recovery-image] Sep 12 21:21:38.055 INFO O| Sep 12 21:21:38.055 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-09-12T21:21:39.137Z[ recovery-image] Sep 12 21:21:38.064 INFO O| Sep 12 21:21:38.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
81552026-09-12T21:21:39.137Z[ recovery-image] Sep 12 21:21:38.064 INFO O| Sep 12 21:21:38.064 INFO STEP 789 (remove_files) COMPLETE
81562026-09-12T21:21:39.137Z[ recovery-image] Sep 12 21:21:38.064 INFO O| Sep 12 21:21:38.064 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-09-12T21:21:39.146Z[ recovery-image] Sep 12 21:21:38.072 INFO O| Sep 12 21:21:38.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
81582026-09-12T21:21:39.146Z[ recovery-image] Sep 12 21:21:38.072 INFO O| Sep 12 21:21:38.072 INFO STEP 790 (remove_files) COMPLETE
81592026-09-12T21:21:39.150Z[ recovery-image] Sep 12 21:21:38.072 INFO O| Sep 12 21:21:38.072 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-12T21:21:39.154Z[ recovery-image] Sep 12 21:21:38.080 INFO O| Sep 12 21:21:38.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
81612026-09-12T21:21:39.154Z[ recovery-image] Sep 12 21:21:38.080 INFO O| Sep 12 21:21:38.080 INFO STEP 791 (remove_files) COMPLETE
81622026-09-12T21:21:39.154Z[ recovery-image] Sep 12 21:21:38.080 INFO O| Sep 12 21:21:38.080 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-09-12T21:21:39.161Z[ recovery-image] Sep 12 21:21:38.088 INFO O| Sep 12 21:21:38.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
81642026-09-12T21:21:39.161Z[ recovery-image] Sep 12 21:21:38.088 INFO O| Sep 12 21:21:38.088 INFO STEP 792 (remove_files) COMPLETE
81652026-09-12T21:21:39.161Z[ recovery-image] Sep 12 21:21:38.088 INFO O| Sep 12 21:21:38.088 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-12T21:21:39.172Z[ recovery-image] Sep 12 21:21:38.099 INFO O| Sep 12 21:21:38.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
81672026-09-12T21:21:39.172Z[ recovery-image] Sep 12 21:21:38.099 INFO O| Sep 12 21:21:38.099 INFO STEP 793 (remove_files) COMPLETE
81682026-09-12T21:21:39.172Z[ recovery-image] Sep 12 21:21:38.099 INFO O| Sep 12 21:21:38.099 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-09-12T21:21:39.182Z[ recovery-image] Sep 12 21:21:38.109 INFO O| Sep 12 21:21:38.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
81702026-09-12T21:21:39.182Z[ recovery-image] Sep 12 21:21:38.109 INFO O| Sep 12 21:21:38.109 INFO STEP 794 (remove_files) COMPLETE
81712026-09-12T21:21:39.185Z[ recovery-image] Sep 12 21:21:38.109 INFO O| Sep 12 21:21:38.109 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-09-12T21:21:39.193Z[ recovery-image] Sep 12 21:21:38.120 INFO O| Sep 12 21:21:38.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
81732026-09-12T21:21:39.193Z[ recovery-image] Sep 12 21:21:38.120 INFO O| Sep 12 21:21:38.120 INFO STEP 795 (remove_files) COMPLETE
81742026-09-12T21:21:39.195Z[ recovery-image] Sep 12 21:21:38.120 INFO O| Sep 12 21:21:38.120 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-09-12T21:21:39.203Z[ recovery-image] Sep 12 21:21:38.131 INFO O| Sep 12 21:21:38.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
81762026-09-12T21:21:39.203Z[ recovery-image] Sep 12 21:21:38.131 INFO O| Sep 12 21:21:38.131 INFO STEP 796 (remove_files) COMPLETE
81772026-09-12T21:21:39.204Z[ recovery-image] Sep 12 21:21:38.131 INFO O| Sep 12 21:21:38.131 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-09-12T21:21:39.214Z[ recovery-image] Sep 12 21:21:38.141 INFO O| Sep 12 21:21:38.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
81792026-09-12T21:21:39.214Z[ recovery-image] Sep 12 21:21:38.142 INFO O| Sep 12 21:21:38.141 INFO STEP 797 (remove_files) COMPLETE
81802026-09-12T21:21:39.214Z[ recovery-image] Sep 12 21:21:38.142 INFO O| Sep 12 21:21:38.142 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-09-12T21:21:39.235Z[ recovery-image] Sep 12 21:21:38.162 INFO O| Sep 12 21:21:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81822026-09-12T21:21:39.235Z[ recovery-image] Sep 12 21:21:38.162 INFO O| Sep 12 21:21:38.151 INFO STEP 798 (remove_files) COMPLETE
81832026-09-12T21:21:39.235Z[ recovery-image] Sep 12 21:21:38.162 INFO O| Sep 12 21:21:38.151 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-09-12T21:21:39.235Z[ recovery-image] Sep 12 21:21:38.162 INFO O| Sep 12 21:21:38.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81852026-09-12T21:21:39.239Z[ recovery-image] Sep 12 21:21:38.162 INFO O| Sep 12 21:21:38.161 INFO STEP 799 (remove_files) COMPLETE
81862026-09-12T21:21:39.240Z[ recovery-image] Sep 12 21:21:38.162 INFO O| Sep 12 21:21:38.161 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-12T21:21:39.243Z[ recovery-image] Sep 12 21:21:38.170 INFO O| Sep 12 21:21:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81882026-09-12T21:21:39.243Z[ recovery-image] Sep 12 21:21:38.170 INFO O| Sep 12 21:21:38.170 INFO STEP 800 (remove_files) COMPLETE
81892026-09-12T21:21:39.243Z[ recovery-image] Sep 12 21:21:38.170 INFO O| Sep 12 21:21:38.170 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-12T21:21:39.255Z[ recovery-image] Sep 12 21:21:38.179 INFO O| Sep 12 21:21:38.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81912026-09-12T21:21:39.255Z[ recovery-image] Sep 12 21:21:38.179 INFO O| Sep 12 21:21:38.179 INFO STEP 801 (remove_files) COMPLETE
81922026-09-12T21:21:39.263Z[ recovery-image] Sep 12 21:21:38.179 INFO O| Sep 12 21:21:38.179 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-09-12T21:21:39.269Z[ recovery-image] Sep 12 21:21:38.190 INFO O| Sep 12 21:21:38.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81942026-09-12T21:21:39.269Z[ recovery-image] Sep 12 21:21:38.190 INFO O| Sep 12 21:21:38.190 INFO STEP 802 (remove_files) COMPLETE
81952026-09-12T21:21:39.269Z[ recovery-image] Sep 12 21:21:38.190 INFO O| Sep 12 21:21:38.190 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-09-12T21:21:39.273Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
81972026-09-12T21:21:39.273Z[ recovery-image] Sep 12 21:21:38.200 INFO O| Sep 12 21:21:38.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81982026-09-12T21:21:39.273Z[ recovery-image] Sep 12 21:21:38.200 INFO O| Sep 12 21:21:38.200 INFO STEP 803 (remove_files) COMPLETE
81992026-09-12T21:21:39.273Z[ recovery-image] Sep 12 21:21:38.200 INFO O| Sep 12 21:21:38.200 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-12T21:21:39.283Z[ recovery-image] Sep 12 21:21:38.210 INFO O| Sep 12 21:21:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
82012026-09-12T21:21:39.283Z[ recovery-image] Sep 12 21:21:38.210 INFO O| Sep 12 21:21:38.210 INFO STEP 804 (remove_files) COMPLETE
82022026-09-12T21:21:39.283Z[ recovery-image] Sep 12 21:21:38.210 INFO O| Sep 12 21:21:38.210 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-12T21:21:39.293Z[ recovery-image] Sep 12 21:21:38.220 INFO O| Sep 12 21:21:38.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
82042026-09-12T21:21:39.293Z[ recovery-image] Sep 12 21:21:38.220 INFO O| Sep 12 21:21:38.220 INFO STEP 805 (remove_files) COMPLETE
82052026-09-12T21:21:39.293Z[ recovery-image] Sep 12 21:21:38.220 INFO O| Sep 12 21:21:38.220 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-09-12T21:21:39.302Z[ recovery-image] Sep 12 21:21:38.229 INFO O| Sep 12 21:21:38.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
82072026-09-12T21:21:39.302Z[ recovery-image] Sep 12 21:21:38.229 INFO O| Sep 12 21:21:38.229 INFO STEP 806 (remove_files) COMPLETE
82082026-09-12T21:21:39.302Z[ recovery-image] Sep 12 21:21:38.229 INFO O| Sep 12 21:21:38.229 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-09-12T21:21:39.315Z[ recovery-image] Sep 12 21:21:38.239 INFO O| Sep 12 21:21:38.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
82102026-09-12T21:21:39.315Z[ recovery-image] Sep 12 21:21:38.239 INFO O| Sep 12 21:21:38.239 INFO STEP 807 (remove_files) COMPLETE
82112026-09-12T21:21:39.315Z[ recovery-image] Sep 12 21:21:38.239 INFO O| Sep 12 21:21:38.239 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-09-12T21:21:39.321Z[ recovery-image] Sep 12 21:21:38.248 INFO O| Sep 12 21:21:38.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
82132026-09-12T21:21:39.327Z[ recovery-image] Sep 12 21:21:38.249 INFO O| Sep 12 21:21:38.249 INFO STEP 808 (remove_files) COMPLETE
82142026-09-12T21:21:39.327Z[ recovery-image] Sep 12 21:21:38.249 INFO O| Sep 12 21:21:38.249 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-09-12T21:21:39.334Z[ recovery-image] Sep 12 21:21:38.259 INFO O| Sep 12 21:21:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
82162026-09-12T21:21:39.334Z[ recovery-image] Sep 12 21:21:38.259 INFO O| Sep 12 21:21:38.259 INFO STEP 809 (remove_files) COMPLETE
82172026-09-12T21:21:39.334Z[ recovery-image] Sep 12 21:21:38.259 INFO O| Sep 12 21:21:38.259 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-12T21:21:39.341Z[ recovery-image] Sep 12 21:21:38.268 INFO O| Sep 12 21:21:38.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
82192026-09-12T21:21:39.341Z[ recovery-image] Sep 12 21:21:38.268 INFO O| Sep 12 21:21:38.268 INFO STEP 810 (remove_files) COMPLETE
82202026-09-12T21:21:39.341Z[ recovery-image] Sep 12 21:21:38.268 INFO O| Sep 12 21:21:38.268 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-12T21:21:39.353Z[ recovery-image] Sep 12 21:21:38.276 INFO O| Sep 12 21:21:38.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
82222026-09-12T21:21:39.353Z[ recovery-image] Sep 12 21:21:38.276 INFO O| Sep 12 21:21:38.276 INFO STEP 811 (remove_files) COMPLETE
82232026-09-12T21:21:39.353Z[ recovery-image] Sep 12 21:21:38.276 INFO O| Sep 12 21:21:38.276 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-09-12T21:21:39.359Z[ recovery-image] Sep 12 21:21:38.286 INFO O| Sep 12 21:21:38.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
82252026-09-12T21:21:39.359Z[ recovery-image] Sep 12 21:21:38.286 INFO O| Sep 12 21:21:38.286 INFO STEP 812 (remove_files) COMPLETE
82262026-09-12T21:21:39.359Z[ recovery-image] Sep 12 21:21:38.286 INFO O| Sep 12 21:21:38.286 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-12T21:21:39.369Z[ recovery-image] Sep 12 21:21:38.296 INFO O| Sep 12 21:21:38.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
82282026-09-12T21:21:39.369Z[ recovery-image] Sep 12 21:21:38.296 INFO O| Sep 12 21:21:38.296 INFO STEP 813 (remove_files) COMPLETE
82292026-09-12T21:21:39.373Z[ recovery-image] Sep 12 21:21:38.296 INFO O| Sep 12 21:21:38.296 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-12T21:21:39.387Z[ recovery-image] Sep 12 21:21:38.306 INFO O| Sep 12 21:21:38.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
82312026-09-12T21:21:39.387Z[ recovery-image] Sep 12 21:21:38.306 INFO O| Sep 12 21:21:38.306 INFO STEP 814 (remove_files) COMPLETE
82322026-09-12T21:21:39.387Z[ recovery-image] Sep 12 21:21:38.306 INFO O| Sep 12 21:21:38.306 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-12T21:21:39.398Z[ recovery-image] Sep 12 21:21:38.315 INFO O| Sep 12 21:21:38.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
82342026-09-12T21:21:39.398Z[ recovery-image] Sep 12 21:21:38.315 INFO O| Sep 12 21:21:38.315 INFO STEP 815 (remove_files) COMPLETE
82352026-09-12T21:21:39.398Z[ recovery-image] Sep 12 21:21:38.315 INFO O| Sep 12 21:21:38.315 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-09-12T21:21:39.402Z[ recovery-image] Sep 12 21:21:38.325 INFO O| Sep 12 21:21:38.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
82372026-09-12T21:21:39.402Z[ recovery-image] Sep 12 21:21:38.325 INFO O| Sep 12 21:21:38.325 INFO STEP 816 (remove_files) COMPLETE
82382026-09-12T21:21:39.402Z[ recovery-image] Sep 12 21:21:38.325 INFO O| Sep 12 21:21:38.325 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-12T21:21:39.412Z[ recovery-image] Sep 12 21:21:38.336 INFO O| Sep 12 21:21:38.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
82402026-09-12T21:21:39.412Z[ recovery-image] Sep 12 21:21:38.336 INFO O| Sep 12 21:21:38.336 INFO STEP 817 (remove_files) COMPLETE
82412026-09-12T21:21:39.412Z[ recovery-image] Sep 12 21:21:38.336 INFO O| Sep 12 21:21:38.336 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-12T21:21:39.420Z[ recovery-image] Sep 12 21:21:38.347 INFO O| Sep 12 21:21:38.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
82432026-09-12T21:21:39.420Z[ recovery-image] Sep 12 21:21:38.347 INFO O| Sep 12 21:21:38.347 INFO STEP 818 (remove_files) COMPLETE
82442026-09-12T21:21:39.420Z[ recovery-image] Sep 12 21:21:38.347 INFO O| Sep 12 21:21:38.347 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-12T21:21:39.436Z[ recovery-image] Sep 12 21:21:38.356 INFO O| Sep 12 21:21:38.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
82462026-09-12T21:21:39.436Z[ recovery-image] Sep 12 21:21:38.356 INFO O| Sep 12 21:21:38.356 INFO STEP 819 (remove_files) COMPLETE
82472026-09-12T21:21:39.436Z[ recovery-image] Sep 12 21:21:38.356 INFO O| Sep 12 21:21:38.356 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-12T21:21:39.448Z[ recovery-image] Sep 12 21:21:38.366 INFO O| Sep 12 21:21:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
82492026-09-12T21:21:39.448Z[ recovery-image] Sep 12 21:21:38.366 INFO O| Sep 12 21:21:38.366 INFO STEP 820 (remove_files) COMPLETE
82502026-09-12T21:21:39.448Z[ recovery-image] Sep 12 21:21:38.366 INFO O| Sep 12 21:21:38.366 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-12T21:21:39.452Z[ recovery-image] Sep 12 21:21:38.376 INFO O| Sep 12 21:21:38.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
82522026-09-12T21:21:39.457Z[ recovery-image] Sep 12 21:21:38.376 INFO O| Sep 12 21:21:38.376 INFO STEP 821 (remove_files) COMPLETE
82532026-09-12T21:21:39.457Z[ recovery-image] Sep 12 21:21:38.376 INFO O| Sep 12 21:21:38.376 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-12T21:21:39.465Z[ recovery-image] Sep 12 21:21:38.386 INFO O| Sep 12 21:21:38.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
82552026-09-12T21:21:39.465Z[ recovery-image] Sep 12 21:21:38.386 INFO O| Sep 12 21:21:38.386 INFO STEP 822 (remove_files) COMPLETE
82562026-09-12T21:21:39.466Z[ recovery-image] Sep 12 21:21:38.386 INFO O| Sep 12 21:21:38.386 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-12T21:21:39.482Z[ recovery-image] Sep 12 21:21:38.394 INFO O| Sep 12 21:21:38.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
82582026-09-12T21:21:39.482Z[ recovery-image] Sep 12 21:21:38.394 INFO O| Sep 12 21:21:38.394 INFO STEP 823 (remove_files) COMPLETE
82592026-09-12T21:21:39.482Z[ recovery-image] Sep 12 21:21:38.394 INFO O| Sep 12 21:21:38.394 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-12T21:21:39.488Z[ recovery-image] Sep 12 21:21:38.402 INFO O| Sep 12 21:21:38.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
82612026-09-12T21:21:39.488Z[ recovery-image] Sep 12 21:21:38.402 INFO O| Sep 12 21:21:38.402 INFO STEP 824 (remove_files) COMPLETE
82622026-09-12T21:21:39.488Z[ recovery-image] Sep 12 21:21:38.402 INFO O| Sep 12 21:21:38.402 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-12T21:21:39.493Z[ recovery-image] Sep 12 21:21:38.414 INFO O| Sep 12 21:21:38.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
82642026-09-12T21:21:39.493Z[ recovery-image] Sep 12 21:21:38.414 INFO O| Sep 12 21:21:38.414 INFO STEP 825 (remove_files) COMPLETE
82652026-09-12T21:21:39.493Z[ recovery-image] Sep 12 21:21:38.414 INFO O| Sep 12 21:21:38.414 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-12T21:21:39.500Z[ recovery-image] Sep 12 21:21:38.425 INFO O| Sep 12 21:21:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
82672026-09-12T21:21:39.500Z[ recovery-image] Sep 12 21:21:38.425 INFO O| Sep 12 21:21:38.425 INFO STEP 826 (remove_files) COMPLETE
82682026-09-12T21:21:39.500Z[ recovery-image] Sep 12 21:21:38.425 INFO O| Sep 12 21:21:38.425 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-12T21:21:39.509Z[ recovery-image] Sep 12 21:21:38.435 INFO O| Sep 12 21:21:38.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
82702026-09-12T21:21:39.509Z[ recovery-image] Sep 12 21:21:38.435 INFO O| Sep 12 21:21:38.435 INFO STEP 827 (remove_files) COMPLETE
82712026-09-12T21:21:39.509Z[ recovery-image] Sep 12 21:21:38.435 INFO O| Sep 12 21:21:38.435 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-12T21:21:39.518Z[ recovery-image] Sep 12 21:21:38.445 INFO O| Sep 12 21:21:38.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
82732026-09-12T21:21:39.518Z[ recovery-image] Sep 12 21:21:38.445 INFO O| Sep 12 21:21:38.445 INFO STEP 828 (remove_files) COMPLETE
82742026-09-12T21:21:39.518Z[ recovery-image] Sep 12 21:21:38.445 INFO O| Sep 12 21:21:38.445 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-12T21:21:39.531Z[ recovery-image] Sep 12 21:21:38.456 INFO O| Sep 12 21:21:38.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
82762026-09-12T21:21:39.531Z[ recovery-image] Sep 12 21:21:38.456 INFO O| Sep 12 21:21:38.456 INFO STEP 829 (remove_files) COMPLETE
82772026-09-12T21:21:39.539Z[ recovery-image] Sep 12 21:21:38.456 INFO O| Sep 12 21:21:38.456 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-12T21:21:39.546Z[ recovery-image] Sep 12 21:21:38.467 INFO O| Sep 12 21:21:38.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
82792026-09-12T21:21:39.546Z[ recovery-image] Sep 12 21:21:38.467 INFO O| Sep 12 21:21:38.467 INFO STEP 830 (remove_files) COMPLETE
82802026-09-12T21:21:39.547Z[ recovery-image] Sep 12 21:21:38.467 INFO O| Sep 12 21:21:38.467 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-12T21:21:39.550Z[ recovery-image] Sep 12 21:21:38.477 INFO O| Sep 12 21:21:38.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82822026-09-12T21:21:39.550Z[ recovery-image] Sep 12 21:21:38.477 INFO O| Sep 12 21:21:38.477 INFO STEP 831 (remove_files) COMPLETE
82832026-09-12T21:21:39.550Z[ recovery-image] Sep 12 21:21:38.477 INFO O| Sep 12 21:21:38.477 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-12T21:21:39.559Z[ recovery-image] Sep 12 21:21:38.486 INFO O| Sep 12 21:21:38.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82852026-09-12T21:21:39.560Z[ recovery-image] Sep 12 21:21:38.486 INFO O| Sep 12 21:21:38.486 INFO STEP 832 (remove_files) COMPLETE
82862026-09-12T21:21:39.565Z[ recovery-image] Sep 12 21:21:38.486 INFO O| Sep 12 21:21:38.486 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-12T21:21:39.569Z[ recovery-image] Sep 12 21:21:38.497 INFO O| Sep 12 21:21:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82882026-09-12T21:21:39.569Z[ recovery-image] Sep 12 21:21:38.497 INFO O| Sep 12 21:21:38.497 INFO STEP 833 (remove_files) COMPLETE
82892026-09-12T21:21:39.573Z[ recovery-image] Sep 12 21:21:38.497 INFO O| Sep 12 21:21:38.497 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-12T21:21:39.580Z[ recovery-image] Sep 12 21:21:38.507 INFO O| Sep 12 21:21:38.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82912026-09-12T21:21:39.580Z[ recovery-image] Sep 12 21:21:38.507 INFO O| Sep 12 21:21:38.507 INFO STEP 834 (remove_files) COMPLETE
82922026-09-12T21:21:39.580Z[ recovery-image] Sep 12 21:21:38.507 INFO O| Sep 12 21:21:38.507 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-12T21:21:39.590Z[ recovery-image] Sep 12 21:21:38.517 INFO O| Sep 12 21:21:38.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82942026-09-12T21:21:39.590Z[ recovery-image] Sep 12 21:21:38.517 INFO O| Sep 12 21:21:38.517 INFO STEP 835 (remove_files) COMPLETE
82952026-09-12T21:21:39.590Z[ recovery-image] Sep 12 21:21:38.517 INFO O| Sep 12 21:21:38.517 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-12T21:21:39.600Z[ recovery-image] Sep 12 21:21:38.526 INFO O| Sep 12 21:21:38.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82972026-09-12T21:21:39.600Z[ recovery-image] Sep 12 21:21:38.526 INFO O| Sep 12 21:21:38.526 INFO STEP 836 (remove_files) COMPLETE
82982026-09-12T21:21:39.600Z[ recovery-image] Sep 12 21:21:38.526 INFO O| Sep 12 21:21:38.526 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-12T21:21:39.609Z[ recovery-image] Sep 12 21:21:38.536 INFO O| Sep 12 21:21:38.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
83002026-09-12T21:21:39.610Z[ recovery-image] Sep 12 21:21:38.536 INFO O| Sep 12 21:21:38.536 INFO STEP 837 (remove_files) COMPLETE
83012026-09-12T21:21:39.611Z[ recovery-image] Sep 12 21:21:38.536 INFO O| Sep 12 21:21:38.536 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-12T21:21:39.620Z[ recovery-image] Sep 12 21:21:38.546 INFO O| Sep 12 21:21:38.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
83032026-09-12T21:21:39.620Z[ recovery-image] Sep 12 21:21:38.546 INFO O| Sep 12 21:21:38.546 INFO STEP 838 (remove_files) COMPLETE
83042026-09-12T21:21:39.620Z[ recovery-image] Sep 12 21:21:38.546 INFO O| Sep 12 21:21:38.546 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-12T21:21:39.630Z[ recovery-image] Sep 12 21:21:38.557 INFO O| Sep 12 21:21:38.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
83062026-09-12T21:21:39.630Z[ recovery-image] Sep 12 21:21:38.557 INFO O| Sep 12 21:21:38.557 INFO STEP 839 (remove_files) COMPLETE
83072026-09-12T21:21:39.638Z[ recovery-image] Sep 12 21:21:38.557 INFO O| Sep 12 21:21:38.557 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-12T21:21:39.642Z[ recovery-image] Sep 12 21:21:38.567 INFO O| Sep 12 21:21:38.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
83092026-09-12T21:21:39.642Z[ recovery-image] Sep 12 21:21:38.567 INFO O| Sep 12 21:21:38.567 INFO STEP 840 (remove_files) COMPLETE
83102026-09-12T21:21:39.642Z[ recovery-image] Sep 12 21:21:38.567 INFO O| Sep 12 21:21:38.567 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-12T21:21:39.652Z[ recovery-image] Sep 12 21:21:38.579 INFO O| Sep 12 21:21:38.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
83122026-09-12T21:21:39.652Z[ recovery-image] Sep 12 21:21:38.579 INFO O| Sep 12 21:21:38.579 INFO STEP 841 (remove_files) COMPLETE
83132026-09-12T21:21:39.652Z[ recovery-image] Sep 12 21:21:38.579 INFO O| Sep 12 21:21:38.579 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-12T21:21:39.661Z[ recovery-image] Sep 12 21:21:38.588 INFO O| Sep 12 21:21:38.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
83152026-09-12T21:21:39.662Z[ recovery-image] Sep 12 21:21:38.589 INFO O| Sep 12 21:21:38.588 INFO STEP 842 (remove_files) COMPLETE
83162026-09-12T21:21:39.662Z[ recovery-image] Sep 12 21:21:38.589 INFO O| Sep 12 21:21:38.589 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-12T21:21:39.679Z[ recovery-image] Sep 12 21:21:38.598 INFO O| Sep 12 21:21:38.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
83182026-09-12T21:21:39.679Z[ recovery-image] Sep 12 21:21:38.598 INFO O| Sep 12 21:21:38.598 INFO STEP 843 (remove_files) COMPLETE
83192026-09-12T21:21:39.679Z[ recovery-image] Sep 12 21:21:38.598 INFO O| Sep 12 21:21:38.598 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-12T21:21:39.686Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
83212026-09-12T21:21:39.686Z[ recovery-image] Sep 12 21:21:38.608 INFO O| Sep 12 21:21:38.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
83222026-09-12T21:21:39.686Z[ recovery-image] Sep 12 21:21:38.608 INFO O| Sep 12 21:21:38.608 INFO STEP 844 (remove_files) COMPLETE
83232026-09-12T21:21:39.686Z[ recovery-image] Sep 12 21:21:38.608 INFO O| Sep 12 21:21:38.608 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-12T21:21:39.693Z[ recovery-image] Sep 12 21:21:38.618 INFO O| Sep 12 21:21:38.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
83252026-09-12T21:21:39.693Z[ recovery-image] Sep 12 21:21:38.618 INFO O| Sep 12 21:21:38.618 INFO STEP 845 (remove_files) COMPLETE
83262026-09-12T21:21:39.693Z[ recovery-image] Sep 12 21:21:38.618 INFO O| Sep 12 21:21:38.618 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-12T21:21:39.702Z[ recovery-image] Sep 12 21:21:38.626 INFO O| Sep 12 21:21:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83282026-09-12T21:21:39.702Z[ recovery-image] Sep 12 21:21:38.626 INFO O| Sep 12 21:21:38.626 INFO STEP 846 (remove_files) COMPLETE
83292026-09-12T21:21:39.703Z[ recovery-image] Sep 12 21:21:38.627 INFO O| Sep 12 21:21:38.626 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-12T21:21:39.708Z[ recovery-image] Sep 12 21:21:38.635 INFO O| Sep 12 21:21:38.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
83312026-09-12T21:21:39.708Z[ recovery-image] Sep 12 21:21:38.635 INFO O| Sep 12 21:21:38.635 INFO STEP 847 (remove_files) COMPLETE
83322026-09-12T21:21:39.708Z[ recovery-image] Sep 12 21:21:38.635 INFO O| Sep 12 21:21:38.635 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-12T21:21:39.716Z[ recovery-image] Sep 12 21:21:38.643 INFO O| Sep 12 21:21:38.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
83342026-09-12T21:21:39.716Z[ recovery-image] Sep 12 21:21:38.643 INFO O| Sep 12 21:21:38.643 INFO STEP 848 (remove_files) COMPLETE
83352026-09-12T21:21:39.716Z[ recovery-image] Sep 12 21:21:38.643 INFO O| Sep 12 21:21:38.643 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-12T21:21:39.727Z[ recovery-image] Sep 12 21:21:38.653 INFO O| Sep 12 21:21:38.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
83372026-09-12T21:21:39.727Z[ recovery-image] Sep 12 21:21:38.653 INFO O| Sep 12 21:21:38.653 INFO STEP 849 (remove_files) COMPLETE
83382026-09-12T21:21:39.727Z[ recovery-image] Sep 12 21:21:38.653 INFO O| Sep 12 21:21:38.653 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-12T21:21:39.737Z[ recovery-image] Sep 12 21:21:38.664 INFO O| Sep 12 21:21:38.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
83402026-09-12T21:21:39.737Z[ recovery-image] Sep 12 21:21:38.664 INFO O| Sep 12 21:21:38.664 INFO STEP 850 (remove_files) COMPLETE
83412026-09-12T21:21:39.737Z[ recovery-image] Sep 12 21:21:38.664 INFO O| Sep 12 21:21:38.664 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-12T21:21:39.746Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
83432026-09-12T21:21:39.751Z[ recovery-image] Sep 12 21:21:38.675 INFO O| Sep 12 21:21:38.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
83442026-09-12T21:21:39.751Z[ recovery-image] Sep 12 21:21:38.676 INFO O| Sep 12 21:21:38.676 INFO STEP 851 (remove_files) COMPLETE
83452026-09-12T21:21:39.752Z[ recovery-image] Sep 12 21:21:38.676 INFO O| Sep 12 21:21:38.676 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-12T21:21:39.762Z[ recovery-image] Sep 12 21:21:38.688 INFO O| Sep 12 21:21:38.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
83472026-09-12T21:21:39.762Z[ recovery-image] Sep 12 21:21:38.688 INFO O| Sep 12 21:21:38.687 INFO STEP 852 (remove_files) COMPLETE
83482026-09-12T21:21:39.762Z[ recovery-image] Sep 12 21:21:38.688 INFO O| Sep 12 21:21:38.687 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-12T21:21:39.771Z[ recovery-image] Sep 12 21:21:38.698 INFO O| Sep 12 21:21:38.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
83502026-09-12T21:21:39.771Z[ recovery-image] Sep 12 21:21:38.698 INFO O| Sep 12 21:21:38.698 INFO STEP 853 (remove_files) COMPLETE
83512026-09-12T21:21:39.771Z[ recovery-image] Sep 12 21:21:38.698 INFO O| Sep 12 21:21:38.698 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-12T21:21:39.789Z[ recovery-image] Sep 12 21:21:38.707 INFO O| Sep 12 21:21:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
83532026-09-12T21:21:39.789Z[ recovery-image] Sep 12 21:21:38.707 INFO O| Sep 12 21:21:38.707 INFO STEP 854 (remove_files) COMPLETE
83542026-09-12T21:21:39.805Z[ recovery-image] Sep 12 21:21:38.707 INFO O| Sep 12 21:21:38.707 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-12T21:21:39.805Z[ recovery-image] Sep 12 21:21:38.716 INFO O| Sep 12 21:21:38.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
83562026-09-12T21:21:39.805Z[ recovery-image] Sep 12 21:21:38.716 INFO O| Sep 12 21:21:38.716 INFO STEP 855 (remove_files) COMPLETE
83572026-09-12T21:21:39.805Z[ recovery-image] Sep 12 21:21:38.716 INFO O| Sep 12 21:21:38.716 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-09-12T21:21:39.814Z[ recovery-image] Sep 12 21:21:38.725 INFO O| Sep 12 21:21:38.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
83592026-09-12T21:21:39.814Z[ recovery-image] Sep 12 21:21:38.726 INFO O| Sep 12 21:21:38.726 INFO STEP 856 (remove_files) COMPLETE
83602026-09-12T21:21:39.814Z[ recovery-image] Sep 12 21:21:38.726 INFO O| Sep 12 21:21:38.726 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-09-12T21:21:39.814Z[ recovery-image] Sep 12 21:21:38.735 INFO O| Sep 12 21:21:38.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
83622026-09-12T21:21:39.815Z[ recovery-image] Sep 12 21:21:38.735 INFO O| Sep 12 21:21:38.735 INFO STEP 857 (remove_files) COMPLETE
83632026-09-12T21:21:39.815Z[ recovery-image] Sep 12 21:21:38.735 INFO O| Sep 12 21:21:38.735 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-09-12T21:21:39.829Z[ recovery-image] Sep 12 21:21:38.744 INFO O| Sep 12 21:21:38.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
83652026-09-12T21:21:39.829Z[ recovery-image] Sep 12 21:21:38.744 INFO O| Sep 12 21:21:38.744 INFO STEP 858 (remove_files) COMPLETE
83662026-09-12T21:21:39.834Z[ recovery-image] Sep 12 21:21:38.744 INFO O| Sep 12 21:21:38.744 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-09-12T21:21:39.834Z[ recovery-image] Sep 12 21:21:38.753 INFO O| Sep 12 21:21:38.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
83682026-09-12T21:21:39.834Z[ recovery-image] Sep 12 21:21:38.753 INFO O| Sep 12 21:21:38.753 INFO STEP 859 (remove_files) COMPLETE
83692026-09-12T21:21:39.834Z[ recovery-image] Sep 12 21:21:38.753 INFO O| Sep 12 21:21:38.753 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-09-12T21:21:39.839Z[ recovery-image] Sep 12 21:21:38.763 INFO O| Sep 12 21:21:38.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
83712026-09-12T21:21:39.839Z[ recovery-image] Sep 12 21:21:38.763 INFO O| Sep 12 21:21:38.763 INFO STEP 860 (remove_files) COMPLETE
83722026-09-12T21:21:39.839Z[ recovery-image] Sep 12 21:21:38.763 INFO O| Sep 12 21:21:38.763 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-09-12T21:21:39.849Z[ recovery-image] Sep 12 21:21:38.772 INFO O| Sep 12 21:21:38.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
83742026-09-12T21:21:39.849Z[ recovery-image] Sep 12 21:21:38.772 INFO O| Sep 12 21:21:38.772 INFO STEP 861 (remove_files) COMPLETE
83752026-09-12T21:21:39.857Z[ recovery-image] Sep 12 21:21:38.772 INFO O| Sep 12 21:21:38.772 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-09-12T21:21:39.857Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
83772026-09-12T21:21:39.862Z[ recovery-image] Sep 12 21:21:38.781 INFO O| Sep 12 21:21:38.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
83782026-09-12T21:21:39.862Z[ recovery-image] Sep 12 21:21:38.781 INFO O| Sep 12 21:21:38.781 INFO STEP 862 (remove_files) COMPLETE
83792026-09-12T21:21:39.862Z[ recovery-image] Sep 12 21:21:38.781 INFO O| Sep 12 21:21:38.781 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-09-12T21:21:39.877Z[ recovery-image] Sep 12 21:21:38.790 INFO O| Sep 12 21:21:38.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
83812026-09-12T21:21:39.877Z[ recovery-image] Sep 12 21:21:38.790 INFO O| Sep 12 21:21:38.790 INFO STEP 863 (remove_files) COMPLETE
83822026-09-12T21:21:39.877Z[ recovery-image] Sep 12 21:21:38.790 INFO O| Sep 12 21:21:38.790 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-12T21:21:39.883Z[ recovery-image] Sep 12 21:21:38.800 INFO O| Sep 12 21:21:38.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
83842026-09-12T21:21:39.883Z[ recovery-image] Sep 12 21:21:38.800 INFO O| Sep 12 21:21:38.800 INFO STEP 864 (remove_files) COMPLETE
83852026-09-12T21:21:39.883Z[ recovery-image] Sep 12 21:21:38.800 INFO O| Sep 12 21:21:38.800 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-09-12T21:21:39.883Z[ recovery-image] Sep 12 21:21:38.809 INFO O| Sep 12 21:21:38.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
83872026-09-12T21:21:39.891Z[ recovery-image] Sep 12 21:21:38.810 INFO O| Sep 12 21:21:38.810 INFO STEP 865 (remove_files) COMPLETE
83882026-09-12T21:21:39.891Z[ recovery-image] Sep 12 21:21:38.810 INFO O| Sep 12 21:21:38.810 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-09-12T21:21:39.896Z[ recovery-image] Sep 12 21:21:38.820 INFO O| Sep 12 21:21:38.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83902026-09-12T21:21:39.896Z[ recovery-image] Sep 12 21:21:38.820 INFO O| Sep 12 21:21:38.820 INFO STEP 866 (remove_files) COMPLETE
83912026-09-12T21:21:39.896Z[ recovery-image] Sep 12 21:21:38.820 INFO O| Sep 12 21:21:38.820 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-09-12T21:21:39.902Z[ recovery-image] Sep 12 21:21:38.829 INFO O| Sep 12 21:21:38.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83932026-09-12T21:21:39.902Z[ recovery-image] Sep 12 21:21:38.829 INFO O| Sep 12 21:21:38.829 INFO STEP 867 (remove_files) COMPLETE
83942026-09-12T21:21:39.902Z[ recovery-image] Sep 12 21:21:38.829 INFO O| Sep 12 21:21:38.829 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-09-12T21:21:39.912Z[ recovery-image] Sep 12 21:21:38.839 INFO O| Sep 12 21:21:38.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83962026-09-12T21:21:39.912Z[ recovery-image] Sep 12 21:21:38.839 INFO O| Sep 12 21:21:38.839 INFO STEP 868 (remove_files) COMPLETE
83972026-09-12T21:21:39.912Z[ recovery-image] Sep 12 21:21:38.839 INFO O| Sep 12 21:21:38.839 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-09-12T21:21:39.926Z[ recovery-image] Sep 12 21:21:38.852 INFO O| Sep 12 21:21:38.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83992026-09-12T21:21:39.926Z[ recovery-image] Sep 12 21:21:38.852 INFO O| Sep 12 21:21:38.852 INFO STEP 869 (remove_files) COMPLETE
84002026-09-12T21:21:39.931Z[ recovery-image] Sep 12 21:21:38.853 INFO O| Sep 12 21:21:38.852 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-09-12T21:21:39.936Z[ recovery-image] Sep 12 21:21:38.864 INFO O| Sep 12 21:21:38.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
84022026-09-12T21:21:39.938Z[ recovery-image] Sep 12 21:21:38.864 INFO O| Sep 12 21:21:38.864 INFO STEP 870 (remove_files) COMPLETE
84032026-09-12T21:21:39.938Z[ recovery-image] Sep 12 21:21:38.864 INFO O| Sep 12 21:21:38.864 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-09-12T21:21:39.958Z[ recovery-image] Sep 12 21:21:38.885 INFO O| Sep 12 21:21:38.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
84052026-09-12T21:21:39.958Z[ recovery-image] Sep 12 21:21:38.885 INFO O| Sep 12 21:21:38.885 INFO STEP 871 (remove_files) COMPLETE
84062026-09-12T21:21:39.958Z[ recovery-image] Sep 12 21:21:38.885 INFO O| Sep 12 21:21:38.885 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-09-12T21:21:39.968Z[ recovery-image] Sep 12 21:21:38.895 INFO O| Sep 12 21:21:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
84082026-09-12T21:21:39.968Z[ recovery-image] Sep 12 21:21:38.895 INFO O| Sep 12 21:21:38.895 INFO STEP 872 (remove_files) COMPLETE
84092026-09-12T21:21:39.968Z[ recovery-image] Sep 12 21:21:38.895 INFO O| Sep 12 21:21:38.895 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-09-12T21:21:39.992Z[ recovery-image] Sep 12 21:21:38.917 INFO O| Sep 12 21:21:38.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
84112026-09-12T21:21:39.992Z[ recovery-image] Sep 12 21:21:38.917 INFO O| Sep 12 21:21:38.917 INFO STEP 873 (remove_files) COMPLETE
84122026-09-12T21:21:39.992Z[ recovery-image] Sep 12 21:21:38.917 INFO O| Sep 12 21:21:38.917 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-09-12T21:21:40.002Z[ recovery-image] Sep 12 21:21:38.928 INFO O| Sep 12 21:21:38.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
84142026-09-12T21:21:40.002Z[ recovery-image] Sep 12 21:21:38.928 INFO O| Sep 12 21:21:38.928 INFO STEP 874 (remove_files) COMPLETE
84152026-09-12T21:21:40.002Z[ recovery-image] Sep 12 21:21:38.928 INFO O| Sep 12 21:21:38.928 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-09-12T21:21:40.011Z[ recovery-image] Sep 12 21:21:38.938 INFO O| Sep 12 21:21:38.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84172026-09-12T21:21:40.012Z[ recovery-image] Sep 12 21:21:38.938 INFO O| Sep 12 21:21:38.938 INFO STEP 875 (remove_files) COMPLETE
84182026-09-12T21:21:40.024Z[ recovery-image] Sep 12 21:21:38.938 INFO O| Sep 12 21:21:38.938 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-09-12T21:21:40.033Z[ recovery-image] Sep 12 21:21:38.948 INFO O| Sep 12 21:21:38.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84202026-09-12T21:21:40.033Z[ recovery-image] Sep 12 21:21:38.948 INFO O| Sep 12 21:21:38.948 INFO STEP 876 (remove_files) COMPLETE
84212026-09-12T21:21:40.033Z[ recovery-image] Sep 12 21:21:38.948 INFO O| Sep 12 21:21:38.948 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-12T21:21:40.037Z[ recovery-image] Sep 12 21:21:38.957 INFO O| Sep 12 21:21:38.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84232026-09-12T21:21:40.037Z[ recovery-image] Sep 12 21:21:38.957 INFO O| Sep 12 21:21:38.957 INFO STEP 877 (remove_files) COMPLETE
84242026-09-12T21:21:40.038Z[ recovery-image] Sep 12 21:21:38.957 INFO O| Sep 12 21:21:38.957 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-12T21:21:40.042Z[ recovery-image] Sep 12 21:21:38.969 INFO O| Sep 12 21:21:38.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84262026-09-12T21:21:40.042Z[ recovery-image] Sep 12 21:21:38.969 INFO O| Sep 12 21:21:38.969 INFO STEP 878 (remove_files) COMPLETE
84272026-09-12T21:21:40.048Z[ recovery-image] Sep 12 21:21:38.969 INFO O| Sep 12 21:21:38.969 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-12T21:21:40.053Z[ recovery-image] Sep 12 21:21:38.980 INFO O| Sep 12 21:21:38.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84292026-09-12T21:21:40.053Z[ recovery-image] Sep 12 21:21:38.980 INFO O| Sep 12 21:21:38.980 INFO STEP 879 (remove_files) COMPLETE
84302026-09-12T21:21:40.057Z[ recovery-image] Sep 12 21:21:38.980 INFO O| Sep 12 21:21:38.980 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-12T21:21:40.063Z[ recovery-image] Sep 12 21:21:38.990 INFO O| Sep 12 21:21:38.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84322026-09-12T21:21:40.063Z[ recovery-image] Sep 12 21:21:38.990 INFO O| Sep 12 21:21:38.990 INFO STEP 880 (remove_files) COMPLETE
84332026-09-12T21:21:40.063Z[ recovery-image] Sep 12 21:21:38.990 INFO O| Sep 12 21:21:38.990 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-12T21:21:40.072Z[ recovery-image] Sep 12 21:21:38.999 INFO O| Sep 12 21:21:38.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84352026-09-12T21:21:40.072Z[ recovery-image] Sep 12 21:21:38.999 INFO O| Sep 12 21:21:38.999 INFO STEP 881 (remove_files) COMPLETE
84362026-09-12T21:21:40.084Z[ recovery-image] Sep 12 21:21:38.999 INFO O| Sep 12 21:21:38.999 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-12T21:21:40.087Z[verify-libraries] Compiling yansi v1.0.1
84382026-09-12T21:21:40.087Z[ recovery-image] Sep 12 21:21:39.008 INFO O| Sep 12 21:21:39.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
84392026-09-12T21:21:40.087Z[ recovery-image] Sep 12 21:21:39.009 INFO O| Sep 12 21:21:39.009 INFO STEP 882 (remove_files) COMPLETE
84402026-09-12T21:21:40.087Z[ recovery-image] Sep 12 21:21:39.009 INFO O| Sep 12 21:21:39.009 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-09-12T21:21:40.092Z[ recovery-image] Sep 12 21:21:39.019 INFO O| Sep 12 21:21:39.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
84422026-09-12T21:21:40.092Z[ recovery-image] Sep 12 21:21:39.019 INFO O| Sep 12 21:21:39.019 INFO STEP 883 (remove_files) COMPLETE
84432026-09-12T21:21:40.092Z[ recovery-image] Sep 12 21:21:39.019 INFO O| Sep 12 21:21:39.019 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-09-12T21:21:40.101Z[ recovery-image] Sep 12 21:21:39.028 INFO O| Sep 12 21:21:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
84452026-09-12T21:21:40.101Z[ recovery-image] Sep 12 21:21:39.028 INFO O| Sep 12 21:21:39.028 INFO STEP 884 (remove_files) COMPLETE
84462026-09-12T21:21:40.101Z[ recovery-image] Sep 12 21:21:39.028 INFO O| Sep 12 21:21:39.028 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-09-12T21:21:40.115Z[ recovery-image] Sep 12 21:21:39.041 INFO O| Sep 12 21:21:39.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
84482026-09-12T21:21:40.116Z[ recovery-image] Sep 12 21:21:39.041 INFO O| Sep 12 21:21:39.041 INFO STEP 885 (remove_files) COMPLETE
84492026-09-12T21:21:40.116Z[ recovery-image] Sep 12 21:21:39.041 INFO O| Sep 12 21:21:39.041 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-09-12T21:21:40.135Z[ recovery-image] Sep 12 21:21:39.057 INFO O| Sep 12 21:21:39.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
84512026-09-12T21:21:40.135Z[ recovery-image] Sep 12 21:21:39.057 INFO O| Sep 12 21:21:39.057 INFO STEP 886 (remove_files) COMPLETE
84522026-09-12T21:21:40.135Z[ recovery-image] Sep 12 21:21:39.057 INFO O| Sep 12 21:21:39.057 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-09-12T21:21:40.147Z[ recovery-image] Sep 12 21:21:39.068 INFO O| Sep 12 21:21:39.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
84542026-09-12T21:21:40.147Z[ recovery-image] Sep 12 21:21:39.068 INFO O| Sep 12 21:21:39.068 INFO STEP 887 (remove_files) COMPLETE
84552026-09-12T21:21:40.148Z[ recovery-image] Sep 12 21:21:39.068 INFO O| Sep 12 21:21:39.068 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-09-12T21:21:40.153Z[ recovery-image] Sep 12 21:21:39.078 INFO O| Sep 12 21:21:39.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
84572026-09-12T21:21:40.153Z[ recovery-image] Sep 12 21:21:39.078 INFO O| Sep 12 21:21:39.078 INFO STEP 888 (remove_files) COMPLETE
84582026-09-12T21:21:40.153Z[ recovery-image] Sep 12 21:21:39.078 INFO O| Sep 12 21:21:39.078 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-09-12T21:21:40.161Z[ recovery-image] Sep 12 21:21:39.088 INFO O| Sep 12 21:21:39.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
84602026-09-12T21:21:40.161Z[ recovery-image] Sep 12 21:21:39.088 INFO O| Sep 12 21:21:39.088 INFO STEP 889 (remove_files) COMPLETE
84612026-09-12T21:21:40.161Z[ recovery-image] Sep 12 21:21:39.088 INFO O| Sep 12 21:21:39.088 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-09-12T21:21:40.174Z[ recovery-image] Sep 12 21:21:39.100 INFO O| Sep 12 21:21:39.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
84632026-09-12T21:21:40.175Z[ recovery-image] Sep 12 21:21:39.100 INFO O| Sep 12 21:21:39.100 INFO STEP 890 (remove_files) COMPLETE
84642026-09-12T21:21:40.175Z[ recovery-image] Sep 12 21:21:39.100 INFO O| Sep 12 21:21:39.100 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-09-12T21:21:40.188Z[ recovery-image] Sep 12 21:21:39.110 INFO O| Sep 12 21:21:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
84662026-09-12T21:21:40.188Z[ recovery-image] Sep 12 21:21:39.110 INFO O| Sep 12 21:21:39.110 INFO STEP 891 (remove_files) COMPLETE
84672026-09-12T21:21:40.188Z[ recovery-image] Sep 12 21:21:39.110 INFO O| Sep 12 21:21:39.110 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-09-12T21:21:40.194Z[ recovery-image] Sep 12 21:21:39.120 INFO O| Sep 12 21:21:39.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
84692026-09-12T21:21:40.194Z[ recovery-image] Sep 12 21:21:39.121 INFO O| Sep 12 21:21:39.120 INFO STEP 892 (remove_files) COMPLETE
84702026-09-12T21:21:40.194Z[ recovery-image] Sep 12 21:21:39.121 INFO O| Sep 12 21:21:39.121 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-09-12T21:21:40.206Z[ recovery-image] Sep 12 21:21:39.130 INFO O| Sep 12 21:21:39.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
84722026-09-12T21:21:40.206Z[ recovery-image] Sep 12 21:21:39.131 INFO O| Sep 12 21:21:39.130 INFO STEP 893 (remove_files) COMPLETE
84732026-09-12T21:21:40.207Z[ recovery-image] Sep 12 21:21:39.131 INFO O| Sep 12 21:21:39.130 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-09-12T21:21:40.213Z[ recovery-image] Sep 12 21:21:39.140 INFO O| Sep 12 21:21:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
84752026-09-12T21:21:40.214Z[ recovery-image] Sep 12 21:21:39.140 INFO O| Sep 12 21:21:39.140 INFO STEP 894 (remove_files) COMPLETE
84762026-09-12T21:21:40.214Z[ recovery-image] Sep 12 21:21:39.140 INFO O| Sep 12 21:21:39.140 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-09-12T21:21:40.236Z[ recovery-image] Sep 12 21:21:39.150 INFO O| Sep 12 21:21:39.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
84782026-09-12T21:21:40.236Z[ recovery-image] Sep 12 21:21:39.150 INFO O| Sep 12 21:21:39.150 INFO STEP 895 (remove_files) COMPLETE
84792026-09-12T21:21:40.236Z[ recovery-image] Sep 12 21:21:39.150 INFO O| Sep 12 21:21:39.150 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-09-12T21:21:40.271Z[ recovery-image] Sep 12 21:21:39.160 INFO O| Sep 12 21:21:39.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
84812026-09-12T21:21:40.272Z[ recovery-image] Sep 12 21:21:39.161 INFO O| Sep 12 21:21:39.161 INFO STEP 896 (remove_files) COMPLETE
84822026-09-12T21:21:40.272Z[ recovery-image] Sep 12 21:21:39.161 INFO O| Sep 12 21:21:39.161 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.170 INFO O| Sep 12 21:21:39.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
84842026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.170 INFO O| Sep 12 21:21:39.170 INFO STEP 897 (remove_files) COMPLETE
84852026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.170 INFO O| Sep 12 21:21:39.170 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.180 INFO O| Sep 12 21:21:39.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
84872026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.180 INFO O| Sep 12 21:21:39.180 INFO STEP 898 (remove_files) COMPLETE
84882026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.181 INFO O| Sep 12 21:21:39.180 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.191 INFO O| Sep 12 21:21:39.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
84902026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.191 INFO O| Sep 12 21:21:39.191 INFO STEP 899 (remove_files) COMPLETE
84912026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.191 INFO O| Sep 12 21:21:39.191 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.201 INFO O| Sep 12 21:21:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
84932026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.201 INFO O| Sep 12 21:21:39.201 INFO STEP 900 (remove_files) COMPLETE
84942026-09-12T21:21:40.276Z[ recovery-image] Sep 12 21:21:39.201 INFO O| Sep 12 21:21:39.201 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-09-12T21:21:40.284Z[ recovery-image] Sep 12 21:21:39.210 INFO O| Sep 12 21:21:39.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84962026-09-12T21:21:40.284Z[ recovery-image] Sep 12 21:21:39.210 INFO O| Sep 12 21:21:39.210 INFO STEP 901 (remove_files) COMPLETE
84972026-09-12T21:21:40.284Z[ recovery-image] Sep 12 21:21:39.210 INFO O| Sep 12 21:21:39.210 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-09-12T21:21:40.293Z[ recovery-image] Sep 12 21:21:39.220 INFO O| Sep 12 21:21:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
84992026-09-12T21:21:40.293Z[ recovery-image] Sep 12 21:21:39.220 INFO O| Sep 12 21:21:39.220 INFO STEP 902 (remove_files) COMPLETE
85002026-09-12T21:21:40.293Z[ recovery-image] Sep 12 21:21:39.220 INFO O| Sep 12 21:21:39.220 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-09-12T21:21:40.303Z[ recovery-image] Sep 12 21:21:39.230 INFO O| Sep 12 21:21:39.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85022026-09-12T21:21:40.303Z[ recovery-image] Sep 12 21:21:39.230 INFO O| Sep 12 21:21:39.230 INFO STEP 903 (remove_files) COMPLETE
85032026-09-12T21:21:40.303Z[ recovery-image] Sep 12 21:21:39.230 INFO O| Sep 12 21:21:39.230 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-09-12T21:21:40.313Z[ recovery-image] Sep 12 21:21:39.240 INFO O| Sep 12 21:21:39.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85052026-09-12T21:21:40.313Z[ recovery-image] Sep 12 21:21:39.240 INFO O| Sep 12 21:21:39.240 INFO STEP 904 (remove_files) COMPLETE
85062026-09-12T21:21:40.313Z[ recovery-image] Sep 12 21:21:39.240 INFO O| Sep 12 21:21:39.240 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-09-12T21:21:40.322Z[ recovery-image] Sep 12 21:21:39.249 INFO O| Sep 12 21:21:39.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85082026-09-12T21:21:40.323Z[ recovery-image] Sep 12 21:21:39.250 INFO O| Sep 12 21:21:39.249 INFO STEP 905 (remove_files) COMPLETE
85092026-09-12T21:21:40.323Z[ recovery-image] Sep 12 21:21:39.250 INFO O| Sep 12 21:21:39.250 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-09-12T21:21:40.332Z[ recovery-image] Sep 12 21:21:39.259 INFO O| Sep 12 21:21:39.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85112026-09-12T21:21:40.332Z[ recovery-image] Sep 12 21:21:39.259 INFO O| Sep 12 21:21:39.259 INFO STEP 906 (remove_files) COMPLETE
85122026-09-12T21:21:40.332Z[ recovery-image] Sep 12 21:21:39.259 INFO O| Sep 12 21:21:39.259 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-09-12T21:21:40.341Z[ recovery-image] Sep 12 21:21:39.268 INFO O| Sep 12 21:21:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85142026-09-12T21:21:40.341Z[ recovery-image] Sep 12 21:21:39.268 INFO O| Sep 12 21:21:39.268 INFO STEP 907 (remove_files) COMPLETE
85152026-09-12T21:21:40.341Z[ recovery-image] Sep 12 21:21:39.268 INFO O| Sep 12 21:21:39.268 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-09-12T21:21:40.351Z[ recovery-image] Sep 12 21:21:39.277 INFO O| Sep 12 21:21:39.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85172026-09-12T21:21:40.351Z[ recovery-image] Sep 12 21:21:39.277 INFO O| Sep 12 21:21:39.277 INFO STEP 908 (remove_files) COMPLETE
85182026-09-12T21:21:40.351Z[ recovery-image] Sep 12 21:21:39.277 INFO O| Sep 12 21:21:39.277 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-09-12T21:21:40.359Z[ recovery-image] Sep 12 21:21:39.286 INFO O| Sep 12 21:21:39.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85202026-09-12T21:21:40.360Z[ recovery-image] Sep 12 21:21:39.286 INFO O| Sep 12 21:21:39.286 INFO STEP 909 (remove_files) COMPLETE
85212026-09-12T21:21:40.360Z[ recovery-image] Sep 12 21:21:39.286 INFO O| Sep 12 21:21:39.286 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.297 INFO O| Sep 12 21:21:39.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85232026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.297 INFO O| Sep 12 21:21:39.297 INFO STEP 910 (remove_files) COMPLETE
85242026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.297 INFO O| Sep 12 21:21:39.297 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.306 INFO O| Sep 12 21:21:39.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85262026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.306 INFO O| Sep 12 21:21:39.306 INFO STEP 911 (remove_files) COMPLETE
85272026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.306 INFO O| Sep 12 21:21:39.306 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.316 INFO O| Sep 12 21:21:39.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85292026-09-12T21:21:40.391Z[ recovery-image] Sep 12 21:21:39.316 INFO O| Sep 12 21:21:39.316 INFO STEP 912 (remove_files) COMPLETE
85302026-09-12T21:21:40.392Z[ recovery-image] Sep 12 21:21:39.316 INFO O| Sep 12 21:21:39.316 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-09-12T21:21:40.400Z[ recovery-image] Sep 12 21:21:39.327 INFO O| Sep 12 21:21:39.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
85322026-09-12T21:21:40.400Z[ recovery-image] Sep 12 21:21:39.327 INFO O| Sep 12 21:21:39.327 INFO STEP 913 (remove_files) COMPLETE
85332026-09-12T21:21:40.400Z[ recovery-image] Sep 12 21:21:39.327 INFO O| Sep 12 21:21:39.327 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-09-12T21:21:40.410Z[ recovery-image] Sep 12 21:21:39.337 INFO O| Sep 12 21:21:39.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
85352026-09-12T21:21:40.410Z[ recovery-image] Sep 12 21:21:39.337 INFO O| Sep 12 21:21:39.337 INFO STEP 914 (remove_files) COMPLETE
85362026-09-12T21:21:40.417Z[ recovery-image] Sep 12 21:21:39.337 INFO O| Sep 12 21:21:39.337 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-09-12T21:21:40.421Z[ recovery-image] Sep 12 21:21:39.348 INFO O| Sep 12 21:21:39.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
85382026-09-12T21:21:40.421Z[ recovery-image] Sep 12 21:21:39.348 INFO O| Sep 12 21:21:39.348 INFO STEP 915 (remove_files) COMPLETE
85392026-09-12T21:21:40.424Z[ recovery-image] Sep 12 21:21:39.348 INFO O| Sep 12 21:21:39.348 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-09-12T21:21:40.430Z[ recovery-image] Sep 12 21:21:39.357 INFO O| Sep 12 21:21:39.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
85412026-09-12T21:21:40.430Z[ recovery-image] Sep 12 21:21:39.357 INFO O| Sep 12 21:21:39.357 INFO STEP 916 (remove_files) COMPLETE
85422026-09-12T21:21:40.433Z[ recovery-image] Sep 12 21:21:39.357 INFO O| Sep 12 21:21:39.357 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-12T21:21:40.441Z[ recovery-image] Sep 12 21:21:39.368 INFO O| Sep 12 21:21:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
85442026-09-12T21:21:40.441Z[ recovery-image] Sep 12 21:21:39.368 INFO O| Sep 12 21:21:39.368 INFO STEP 917 (remove_files) COMPLETE
85452026-09-12T21:21:40.441Z[ recovery-image] Sep 12 21:21:39.368 INFO O| Sep 12 21:21:39.368 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-09-12T21:21:40.451Z[ recovery-image] Sep 12 21:21:39.377 INFO O| Sep 12 21:21:39.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
85472026-09-12T21:21:40.451Z[ recovery-image] Sep 12 21:21:39.377 INFO O| Sep 12 21:21:39.377 INFO STEP 918 (remove_files) COMPLETE
85482026-09-12T21:21:40.451Z[ recovery-image] Sep 12 21:21:39.378 INFO O| Sep 12 21:21:39.377 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-09-12T21:21:40.461Z[ recovery-image] Sep 12 21:21:39.388 INFO O| Sep 12 21:21:39.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
85502026-09-12T21:21:40.461Z[ recovery-image] Sep 12 21:21:39.388 INFO O| Sep 12 21:21:39.388 INFO STEP 919 (remove_files) COMPLETE
85512026-09-12T21:21:40.461Z[ recovery-image] Sep 12 21:21:39.388 INFO O| Sep 12 21:21:39.388 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-09-12T21:21:40.476Z[ recovery-image] Sep 12 21:21:39.397 INFO O| Sep 12 21:21:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
85532026-09-12T21:21:40.476Z[ recovery-image] Sep 12 21:21:39.397 INFO O| Sep 12 21:21:39.397 INFO STEP 920 (remove_files) COMPLETE
85542026-09-12T21:21:40.476Z[ recovery-image] Sep 12 21:21:39.397 INFO O| Sep 12 21:21:39.397 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-09-12T21:21:40.480Z[ recovery-image] Sep 12 21:21:39.407 INFO O| Sep 12 21:21:39.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
85562026-09-12T21:21:40.480Z[ recovery-image] Sep 12 21:21:39.407 INFO O| Sep 12 21:21:39.407 INFO STEP 921 (remove_files) COMPLETE
85572026-09-12T21:21:40.480Z[ recovery-image] Sep 12 21:21:39.407 INFO O| Sep 12 21:21:39.407 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-12T21:21:40.491Z[ recovery-image] Sep 12 21:21:39.418 INFO O| Sep 12 21:21:39.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
85592026-09-12T21:21:40.491Z[ recovery-image] Sep 12 21:21:39.418 INFO O| Sep 12 21:21:39.418 INFO STEP 922 (remove_files) COMPLETE
85602026-09-12T21:21:40.491Z[ recovery-image] Sep 12 21:21:39.418 INFO O| Sep 12 21:21:39.418 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-09-12T21:21:40.510Z[ recovery-image] Sep 12 21:21:39.429 INFO O| Sep 12 21:21:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
85622026-09-12T21:21:40.510Z[ recovery-image] Sep 12 21:21:39.429 INFO O| Sep 12 21:21:39.429 INFO STEP 923 (remove_files) COMPLETE
85632026-09-12T21:21:40.510Z[ recovery-image] Sep 12 21:21:39.429 INFO O| Sep 12 21:21:39.429 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-09-12T21:21:40.520Z[ recovery-image] Sep 12 21:21:39.440 INFO O| Sep 12 21:21:39.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
85652026-09-12T21:21:40.520Z[ recovery-image] Sep 12 21:21:39.440 INFO O| Sep 12 21:21:39.440 INFO STEP 924 (remove_files) COMPLETE
85662026-09-12T21:21:40.521Z[ recovery-image] Sep 12 21:21:39.440 INFO O| Sep 12 21:21:39.440 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-09-12T21:21:40.529Z[ recovery-image] Sep 12 21:21:39.450 INFO O| Sep 12 21:21:39.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
85682026-09-12T21:21:40.529Z[ recovery-image] Sep 12 21:21:39.450 INFO O| Sep 12 21:21:39.450 INFO STEP 925 (remove_files) COMPLETE
85692026-09-12T21:21:40.529Z[ recovery-image] Sep 12 21:21:39.450 INFO O| Sep 12 21:21:39.450 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-09-12T21:21:40.540Z[ recovery-image] Sep 12 21:21:39.459 INFO O| Sep 12 21:21:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
85712026-09-12T21:21:40.540Z[ recovery-image] Sep 12 21:21:39.459 INFO O| Sep 12 21:21:39.459 INFO STEP 926 (remove_files) COMPLETE
85722026-09-12T21:21:40.540Z[ recovery-image] Sep 12 21:21:39.459 INFO O| Sep 12 21:21:39.459 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-09-12T21:21:40.544Z[verify-libraries] Compiling pretty_assertions v1.4.1
85742026-09-12T21:21:40.545Z[ recovery-image] Sep 12 21:21:39.467 INFO O| Sep 12 21:21:39.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
85752026-09-12T21:21:40.545Z[ recovery-image] Sep 12 21:21:39.467 INFO O| Sep 12 21:21:39.467 INFO STEP 927 (remove_files) COMPLETE
85762026-09-12T21:21:40.545Z[ recovery-image] Sep 12 21:21:39.467 INFO O| Sep 12 21:21:39.467 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-12T21:21:40.550Z[ recovery-image] Sep 12 21:21:39.477 INFO O| Sep 12 21:21:39.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
85782026-09-12T21:21:40.550Z[ recovery-image] Sep 12 21:21:39.477 INFO O| Sep 12 21:21:39.477 INFO STEP 928 (remove_files) COMPLETE
85792026-09-12T21:21:40.550Z[ recovery-image] Sep 12 21:21:39.477 INFO O| Sep 12 21:21:39.477 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-12T21:21:40.563Z[ recovery-image] Sep 12 21:21:39.487 INFO O| Sep 12 21:21:39.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
85812026-09-12T21:21:40.563Z[ recovery-image] Sep 12 21:21:39.487 INFO O| Sep 12 21:21:39.487 INFO STEP 929 (remove_files) COMPLETE
85822026-09-12T21:21:40.571Z[ recovery-image] Sep 12 21:21:39.487 INFO O| Sep 12 21:21:39.487 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-12T21:21:40.571Z[ recovery-image] Sep 12 21:21:39.497 INFO O| Sep 12 21:21:39.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
85842026-09-12T21:21:40.571Z[ recovery-image] Sep 12 21:21:39.497 INFO O| Sep 12 21:21:39.497 INFO STEP 930 (remove_files) COMPLETE
85852026-09-12T21:21:40.571Z[ recovery-image] Sep 12 21:21:39.497 INFO O| Sep 12 21:21:39.497 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-12T21:21:40.584Z[ recovery-image] Sep 12 21:21:39.507 INFO O| Sep 12 21:21:39.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
85872026-09-12T21:21:40.584Z[ recovery-image] Sep 12 21:21:39.507 INFO O| Sep 12 21:21:39.507 INFO STEP 931 (remove_files) COMPLETE
85882026-09-12T21:21:40.584Z[ recovery-image] Sep 12 21:21:39.507 INFO O| Sep 12 21:21:39.507 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-12T21:21:40.591Z[ recovery-image] Sep 12 21:21:39.517 INFO O| Sep 12 21:21:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
85902026-09-12T21:21:40.591Z[ recovery-image] Sep 12 21:21:39.517 INFO O| Sep 12 21:21:39.517 INFO STEP 932 (remove_files) COMPLETE
85912026-09-12T21:21:40.591Z[ recovery-image] Sep 12 21:21:39.517 INFO O| Sep 12 21:21:39.517 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-12T21:21:40.596Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
85932026-09-12T21:21:40.599Z[ recovery-image] Sep 12 21:21:39.525 INFO O| Sep 12 21:21:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
85942026-09-12T21:21:40.600Z[ recovery-image] Sep 12 21:21:39.525 INFO O| Sep 12 21:21:39.525 INFO STEP 933 (remove_files) COMPLETE
85952026-09-12T21:21:40.600Z[ recovery-image] Sep 12 21:21:39.526 INFO O| Sep 12 21:21:39.525 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-09-12T21:21:40.608Z[ recovery-image] Sep 12 21:21:39.535 INFO O| Sep 12 21:21:39.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
85972026-09-12T21:21:40.609Z[ recovery-image] Sep 12 21:21:39.535 INFO O| Sep 12 21:21:39.535 INFO STEP 934 (remove_files) COMPLETE
85982026-09-12T21:21:40.609Z[ recovery-image] Sep 12 21:21:39.535 INFO O| Sep 12 21:21:39.535 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-12T21:21:40.618Z[ recovery-image] Sep 12 21:21:39.544 INFO O| Sep 12 21:21:39.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
86002026-09-12T21:21:40.623Z[ recovery-image] Sep 12 21:21:39.545 INFO O| Sep 12 21:21:39.545 INFO STEP 935 (remove_files) COMPLETE
86012026-09-12T21:21:40.623Z[ recovery-image] Sep 12 21:21:39.545 INFO O| Sep 12 21:21:39.545 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-12T21:21:40.627Z[ recovery-image] Sep 12 21:21:39.554 INFO O| Sep 12 21:21:39.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86032026-09-12T21:21:40.627Z[ recovery-image] Sep 12 21:21:39.554 INFO O| Sep 12 21:21:39.554 INFO STEP 936 (remove_files) COMPLETE
86042026-09-12T21:21:40.627Z[ recovery-image] Sep 12 21:21:39.554 INFO O| Sep 12 21:21:39.554 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-12T21:21:40.630Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86062026-09-12T21:21:40.638Z[ recovery-image] Sep 12 21:21:39.564 INFO O| Sep 12 21:21:39.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86072026-09-12T21:21:40.638Z[ recovery-image] Sep 12 21:21:39.564 INFO O| Sep 12 21:21:39.564 INFO STEP 937 (remove_files) COMPLETE
86082026-09-12T21:21:40.642Z[ recovery-image] Sep 12 21:21:39.564 INFO O| Sep 12 21:21:39.564 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-09-12T21:21:40.646Z[ recovery-image] Sep 12 21:21:39.573 INFO O| Sep 12 21:21:39.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86102026-09-12T21:21:40.646Z[ recovery-image] Sep 12 21:21:39.573 INFO O| Sep 12 21:21:39.573 INFO STEP 938 (remove_files) COMPLETE
86112026-09-12T21:21:40.652Z[ recovery-image] Sep 12 21:21:39.573 INFO O| Sep 12 21:21:39.573 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-09-12T21:21:40.656Z[ recovery-image] Sep 12 21:21:39.583 INFO O| Sep 12 21:21:39.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86132026-09-12T21:21:40.656Z[ recovery-image] Sep 12 21:21:39.583 INFO O| Sep 12 21:21:39.583 INFO STEP 939 (remove_files) COMPLETE
86142026-09-12T21:21:40.656Z[ recovery-image] Sep 12 21:21:39.583 INFO O| Sep 12 21:21:39.583 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-09-12T21:21:40.665Z[ recovery-image] Sep 12 21:21:39.592 INFO O| Sep 12 21:21:39.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86162026-09-12T21:21:40.665Z[ recovery-image] Sep 12 21:21:39.592 INFO O| Sep 12 21:21:39.592 INFO STEP 940 (remove_files) COMPLETE
86172026-09-12T21:21:40.665Z[ recovery-image] Sep 12 21:21:39.592 INFO O| Sep 12 21:21:39.592 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-09-12T21:21:40.679Z[ recovery-image] Sep 12 21:21:39.601 INFO O| Sep 12 21:21:39.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86192026-09-12T21:21:40.679Z[ recovery-image] Sep 12 21:21:39.601 INFO O| Sep 12 21:21:39.601 INFO STEP 941 (remove_files) COMPLETE
86202026-09-12T21:21:40.679Z[ recovery-image] Sep 12 21:21:39.601 INFO O| Sep 12 21:21:39.601 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-09-12T21:21:40.688Z[ recovery-image] Sep 12 21:21:39.611 INFO O| Sep 12 21:21:39.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86222026-09-12T21:21:40.688Z[ recovery-image] Sep 12 21:21:39.611 INFO O| Sep 12 21:21:39.611 INFO STEP 942 (remove_files) COMPLETE
86232026-09-12T21:21:40.688Z[ recovery-image] Sep 12 21:21:39.611 INFO O| Sep 12 21:21:39.611 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-12T21:21:40.693Z[ recovery-image] Sep 12 21:21:39.620 INFO O| Sep 12 21:21:39.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86252026-09-12T21:21:40.693Z[ recovery-image] Sep 12 21:21:39.620 INFO O| Sep 12 21:21:39.620 INFO STEP 943 (remove_files) COMPLETE
86262026-09-12T21:21:40.693Z[ recovery-image] Sep 12 21:21:39.620 INFO O| Sep 12 21:21:39.620 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-09-12T21:21:40.702Z[ recovery-image] Sep 12 21:21:39.629 INFO O| Sep 12 21:21:39.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86282026-09-12T21:21:40.702Z[ recovery-image] Sep 12 21:21:39.629 INFO O| Sep 12 21:21:39.629 INFO STEP 944 (remove_files) COMPLETE
86292026-09-12T21:21:40.702Z[ recovery-image] Sep 12 21:21:39.629 INFO O| Sep 12 21:21:39.629 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-12T21:21:40.711Z[ recovery-image] Sep 12 21:21:39.638 INFO O| Sep 12 21:21:39.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86312026-09-12T21:21:40.713Z[ recovery-image] Sep 12 21:21:39.638 INFO O| Sep 12 21:21:39.638 INFO STEP 945 (remove_files) COMPLETE
86322026-09-12T21:21:40.713Z[ recovery-image] Sep 12 21:21:39.638 INFO O| Sep 12 21:21:39.638 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-12T21:21:40.721Z[ recovery-image] Sep 12 21:21:39.648 INFO O| Sep 12 21:21:39.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86342026-09-12T21:21:40.725Z[ recovery-image] Sep 12 21:21:39.649 INFO O| Sep 12 21:21:39.649 INFO STEP 946 (remove_files) COMPLETE
86352026-09-12T21:21:40.725Z[ recovery-image] Sep 12 21:21:39.649 INFO O| Sep 12 21:21:39.649 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-09-12T21:21:40.732Z[ recovery-image] Sep 12 21:21:39.659 INFO O| Sep 12 21:21:39.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86372026-09-12T21:21:40.732Z[ recovery-image] Sep 12 21:21:39.659 INFO O| Sep 12 21:21:39.659 INFO STEP 947 (remove_files) COMPLETE
86382026-09-12T21:21:40.732Z[ recovery-image] Sep 12 21:21:39.659 INFO O| Sep 12 21:21:39.659 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-09-12T21:21:40.742Z[ recovery-image] Sep 12 21:21:39.669 INFO O| Sep 12 21:21:39.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86402026-09-12T21:21:40.742Z[ recovery-image] Sep 12 21:21:39.669 INFO O| Sep 12 21:21:39.669 INFO STEP 948 (remove_files) COMPLETE
86412026-09-12T21:21:40.742Z[ recovery-image] Sep 12 21:21:39.669 INFO O| Sep 12 21:21:39.669 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-09-12T21:21:40.752Z[ recovery-image] Sep 12 21:21:39.678 INFO O| Sep 12 21:21:39.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86432026-09-12T21:21:40.752Z[ recovery-image] Sep 12 21:21:39.678 INFO O| Sep 12 21:21:39.678 INFO STEP 949 (remove_files) COMPLETE
86442026-09-12T21:21:40.752Z[ recovery-image] Sep 12 21:21:39.678 INFO O| Sep 12 21:21:39.678 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-09-12T21:21:40.760Z[ recovery-image] Sep 12 21:21:39.687 INFO O| Sep 12 21:21:39.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86462026-09-12T21:21:40.760Z[ recovery-image] Sep 12 21:21:39.687 INFO O| Sep 12 21:21:39.687 INFO STEP 950 (remove_files) COMPLETE
86472026-09-12T21:21:40.760Z[ recovery-image] Sep 12 21:21:39.687 INFO O| Sep 12 21:21:39.687 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-09-12T21:21:40.768Z[ recovery-image] Sep 12 21:21:39.696 INFO O| Sep 12 21:21:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
86492026-09-12T21:21:40.769Z[ recovery-image] Sep 12 21:21:39.696 INFO O| Sep 12 21:21:39.696 INFO STEP 951 (remove_files) COMPLETE
86502026-09-12T21:21:40.769Z[ recovery-image] Sep 12 21:21:39.696 INFO O| Sep 12 21:21:39.696 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-09-12T21:21:40.784Z[ recovery-image] Sep 12 21:21:39.704 INFO O| Sep 12 21:21:39.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
86522026-09-12T21:21:40.785Z[ recovery-image] Sep 12 21:21:39.704 INFO O| Sep 12 21:21:39.704 INFO STEP 952 (remove_files) COMPLETE
86532026-09-12T21:21:40.785Z[ recovery-image] Sep 12 21:21:39.704 INFO O| Sep 12 21:21:39.704 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-09-12T21:21:40.788Z[ recovery-image] Sep 12 21:21:39.712 INFO O| Sep 12 21:21:39.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
86552026-09-12T21:21:40.788Z[ recovery-image] Sep 12 21:21:39.712 INFO O| Sep 12 21:21:39.712 INFO STEP 953 (remove_files) COMPLETE
86562026-09-12T21:21:40.789Z[ recovery-image] Sep 12 21:21:39.712 INFO O| Sep 12 21:21:39.712 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-09-12T21:21:40.798Z[ recovery-image] Sep 12 21:21:39.721 INFO O| Sep 12 21:21:39.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
86582026-09-12T21:21:40.798Z[ recovery-image] Sep 12 21:21:39.721 INFO O| Sep 12 21:21:39.721 INFO STEP 954 (remove_files) COMPLETE
86592026-09-12T21:21:40.798Z[ recovery-image] Sep 12 21:21:39.721 INFO O| Sep 12 21:21:39.721 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-09-12T21:21:40.803Z[ recovery-image] Sep 12 21:21:39.729 INFO O| Sep 12 21:21:39.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
86612026-09-12T21:21:40.803Z[ recovery-image] Sep 12 21:21:39.729 INFO O| Sep 12 21:21:39.729 INFO STEP 955 (remove_files) COMPLETE
86622026-09-12T21:21:40.803Z[ recovery-image] Sep 12 21:21:39.729 INFO O| Sep 12 21:21:39.729 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-09-12T21:21:40.813Z[ recovery-image] Sep 12 21:21:39.738 INFO O| Sep 12 21:21:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
86642026-09-12T21:21:40.813Z[ recovery-image] Sep 12 21:21:39.738 INFO O| Sep 12 21:21:39.738 INFO STEP 956 (remove_files) COMPLETE
86652026-09-12T21:21:40.817Z[ recovery-image] Sep 12 21:21:39.738 INFO O| Sep 12 21:21:39.738 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-09-12T21:21:40.823Z[ recovery-image] Sep 12 21:21:39.747 INFO O| Sep 12 21:21:39.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
86672026-09-12T21:21:40.824Z[ recovery-image] Sep 12 21:21:39.747 INFO O| Sep 12 21:21:39.747 INFO STEP 957 (remove_files) COMPLETE
86682026-09-12T21:21:40.824Z[ recovery-image] Sep 12 21:21:39.747 INFO O| Sep 12 21:21:39.747 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-09-12T21:21:40.831Z[ recovery-image] Sep 12 21:21:39.758 INFO O| Sep 12 21:21:39.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
86702026-09-12T21:21:40.831Z[ recovery-image] Sep 12 21:21:39.758 INFO O| Sep 12 21:21:39.758 INFO STEP 958 (remove_files) COMPLETE
86712026-09-12T21:21:40.831Z[ recovery-image] Sep 12 21:21:39.758 INFO O| Sep 12 21:21:39.758 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-09-12T21:21:40.848Z[ recovery-image] Sep 12 21:21:39.769 INFO O| Sep 12 21:21:39.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
86732026-09-12T21:21:40.848Z[ recovery-image] Sep 12 21:21:39.769 INFO O| Sep 12 21:21:39.769 INFO STEP 959 (remove_files) COMPLETE
86742026-09-12T21:21:40.848Z[ recovery-image] Sep 12 21:21:39.769 INFO O| Sep 12 21:21:39.769 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-09-12T21:21:40.854Z[ recovery-image] Sep 12 21:21:39.779 INFO O| Sep 12 21:21:39.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
86762026-09-12T21:21:40.854Z[ recovery-image] Sep 12 21:21:39.780 INFO O| Sep 12 21:21:39.780 INFO STEP 960 (remove_files) COMPLETE
86772026-09-12T21:21:40.854Z[ recovery-image] Sep 12 21:21:39.780 INFO O| Sep 12 21:21:39.780 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-09-12T21:21:40.863Z[ recovery-image] Sep 12 21:21:39.790 INFO O| Sep 12 21:21:39.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
86792026-09-12T21:21:40.863Z[ recovery-image] Sep 12 21:21:39.790 INFO O| Sep 12 21:21:39.790 INFO STEP 961 (remove_files) COMPLETE
86802026-09-12T21:21:40.863Z[ recovery-image] Sep 12 21:21:39.790 INFO O| Sep 12 21:21:39.790 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-09-12T21:21:40.874Z[ recovery-image] Sep 12 21:21:39.801 INFO O| Sep 12 21:21:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
86822026-09-12T21:21:40.874Z[ recovery-image] Sep 12 21:21:39.801 INFO O| Sep 12 21:21:39.801 INFO STEP 962 (remove_files) COMPLETE
86832026-09-12T21:21:40.878Z[ recovery-image] Sep 12 21:21:39.801 INFO O| Sep 12 21:21:39.801 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-09-12T21:21:40.885Z[ recovery-image] Sep 12 21:21:39.812 INFO O| Sep 12 21:21:39.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
86852026-09-12T21:21:40.885Z[ recovery-image] Sep 12 21:21:39.812 INFO O| Sep 12 21:21:39.812 INFO STEP 963 (remove_files) COMPLETE
86862026-09-12T21:21:40.885Z[ recovery-image] Sep 12 21:21:39.812 INFO O| Sep 12 21:21:39.812 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-09-12T21:21:40.896Z[ recovery-image] Sep 12 21:21:39.822 INFO O| Sep 12 21:21:39.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
86882026-09-12T21:21:40.896Z[ recovery-image] Sep 12 21:21:39.822 INFO O| Sep 12 21:21:39.822 INFO STEP 964 (remove_files) COMPLETE
86892026-09-12T21:21:40.896Z[ recovery-image] Sep 12 21:21:39.822 INFO O| Sep 12 21:21:39.822 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-09-12T21:21:40.909Z[ recovery-image] Sep 12 21:21:39.833 INFO O| Sep 12 21:21:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
86912026-09-12T21:21:40.909Z[ recovery-image] Sep 12 21:21:39.833 INFO O| Sep 12 21:21:39.833 INFO STEP 965 (remove_files) COMPLETE
86922026-09-12T21:21:40.909Z[ recovery-image] Sep 12 21:21:39.833 INFO O| Sep 12 21:21:39.833 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-09-12T21:21:40.915Z[ recovery-image] Sep 12 21:21:39.842 INFO O| Sep 12 21:21:39.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
86942026-09-12T21:21:40.915Z[ recovery-image] Sep 12 21:21:39.842 INFO O| Sep 12 21:21:39.842 INFO STEP 966 (remove_files) COMPLETE
86952026-09-12T21:21:40.922Z[ recovery-image] Sep 12 21:21:39.842 INFO O| Sep 12 21:21:39.842 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-12T21:21:40.925Z[ recovery-image] Sep 12 21:21:39.850 INFO O| Sep 12 21:21:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
86972026-09-12T21:21:40.925Z[ recovery-image] Sep 12 21:21:39.850 INFO O| Sep 12 21:21:39.850 INFO STEP 967 (remove_files) COMPLETE
86982026-09-12T21:21:40.925Z[ recovery-image] Sep 12 21:21:39.850 INFO O| Sep 12 21:21:39.850 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-12T21:21:40.942Z[ recovery-image] Sep 12 21:21:39.861 INFO O| Sep 12 21:21:39.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87002026-09-12T21:21:40.942Z[ recovery-image] Sep 12 21:21:39.861 INFO O| Sep 12 21:21:39.861 INFO STEP 968 (remove_files) COMPLETE
87012026-09-12T21:21:40.952Z[ recovery-image] Sep 12 21:21:39.861 INFO O| Sep 12 21:21:39.861 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-12T21:21:40.954Z[ recovery-image] Sep 12 21:21:39.871 INFO O| Sep 12 21:21:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87032026-09-12T21:21:40.954Z[ recovery-image] Sep 12 21:21:39.871 INFO O| Sep 12 21:21:39.871 INFO STEP 969 (remove_files) COMPLETE
87042026-09-12T21:21:40.955Z[ recovery-image] Sep 12 21:21:39.871 INFO O| Sep 12 21:21:39.871 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-12T21:21:41.029Z[ recovery-image] Sep 12 21:21:39.881 INFO O| Sep 12 21:21:39.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87062026-09-12T21:21:41.029Z[ recovery-image] Sep 12 21:21:39.881 INFO O| Sep 12 21:21:39.881 INFO STEP 970 (remove_files) COMPLETE
87072026-09-12T21:21:41.029Z[ recovery-image] Sep 12 21:21:39.881 INFO O| Sep 12 21:21:39.881 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-12T21:21:41.029Z[ recovery-image] Sep 12 21:21:39.890 INFO O| Sep 12 21:21:39.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87092026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.890 INFO O| Sep 12 21:21:39.890 INFO STEP 971 (remove_files) COMPLETE
87102026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.890 INFO O| Sep 12 21:21:39.890 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.900 INFO O| Sep 12 21:21:39.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87122026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.900 INFO O| Sep 12 21:21:39.900 INFO STEP 972 (remove_files) COMPLETE
87132026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.900 INFO O| Sep 12 21:21:39.900 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.912 INFO O| Sep 12 21:21:39.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87152026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.912 INFO O| Sep 12 21:21:39.912 INFO STEP 973 (remove_files) COMPLETE
87162026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.912 INFO O| Sep 12 21:21:39.912 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-12T21:21:41.030Z[ recovery-image] Sep 12 21:21:39.921 INFO O| Sep 12 21:21:39.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87182026-09-12T21:21:41.031Z[ recovery-image] Sep 12 21:21:39.921 INFO O| Sep 12 21:21:39.921 INFO STEP 974 (remove_files) COMPLETE
87192026-09-12T21:21:41.031Z[ recovery-image] Sep 12 21:21:39.921 INFO O| Sep 12 21:21:39.921 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-12T21:21:41.031Z[ recovery-image] Sep 12 21:21:39.932 INFO O| Sep 12 21:21:39.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87212026-09-12T21:21:41.032Z[ recovery-image] Sep 12 21:21:39.932 INFO O| Sep 12 21:21:39.932 INFO STEP 975 (remove_files) COMPLETE
87222026-09-12T21:21:41.032Z[ recovery-image] Sep 12 21:21:39.932 INFO O| Sep 12 21:21:39.932 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-12T21:21:41.032Z[ recovery-image] Sep 12 21:21:39.942 INFO O| Sep 12 21:21:39.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87242026-09-12T21:21:41.032Z[ recovery-image] Sep 12 21:21:39.942 INFO O| Sep 12 21:21:39.942 INFO STEP 976 (remove_files) COMPLETE
87252026-09-12T21:21:41.032Z[ recovery-image] Sep 12 21:21:39.942 INFO O| Sep 12 21:21:39.942 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-09-12T21:21:41.041Z[ recovery-image] Sep 12 21:21:39.952 INFO O| Sep 12 21:21:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87272026-09-12T21:21:41.041Z[ recovery-image] Sep 12 21:21:39.952 INFO O| Sep 12 21:21:39.952 INFO STEP 977 (remove_files) COMPLETE
87282026-09-12T21:21:41.041Z[ recovery-image] Sep 12 21:21:39.952 INFO O| Sep 12 21:21:39.952 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-09-12T21:21:41.041Z[ recovery-image] Sep 12 21:21:39.962 INFO O| Sep 12 21:21:39.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87302026-09-12T21:21:41.041Z[ recovery-image] Sep 12 21:21:39.962 INFO O| Sep 12 21:21:39.962 INFO STEP 978 (remove_files) COMPLETE
87312026-09-12T21:21:41.041Z[ recovery-image] Sep 12 21:21:39.962 INFO O| Sep 12 21:21:39.962 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-09-12T21:21:41.048Z[ recovery-image] Sep 12 21:21:39.971 INFO O| Sep 12 21:21:39.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87332026-09-12T21:21:41.048Z[ recovery-image] Sep 12 21:21:39.971 INFO O| Sep 12 21:21:39.971 INFO STEP 979 (remove_files) COMPLETE
87342026-09-12T21:21:41.048Z[ recovery-image] Sep 12 21:21:39.972 INFO O| Sep 12 21:21:39.971 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-09-12T21:21:41.057Z[ recovery-image] Sep 12 21:21:39.980 INFO O| Sep 12 21:21:39.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87362026-09-12T21:21:41.057Z[ recovery-image] Sep 12 21:21:39.980 INFO O| Sep 12 21:21:39.980 INFO STEP 980 (remove_files) COMPLETE
87372026-09-12T21:21:41.079Z[ recovery-image] Sep 12 21:21:39.980 INFO O| Sep 12 21:21:39.980 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87382026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:39.989 INFO O| Sep 12 21:21:39.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87392026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:39.989 INFO O| Sep 12 21:21:39.989 INFO STEP 981 (remove_files) COMPLETE
87402026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:39.989 INFO O| Sep 12 21:21:39.989 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87412026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:39.998 INFO O| Sep 12 21:21:39.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
87422026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:39.998 INFO O| Sep 12 21:21:39.998 INFO STEP 982 (remove_files) COMPLETE
87432026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:39.998 INFO O| Sep 12 21:21:39.998 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87442026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:40.007 INFO O| Sep 12 21:21:40.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
87452026-09-12T21:21:41.089Z[ recovery-image] Sep 12 21:21:40.007 INFO O| Sep 12 21:21:40.007 INFO STEP 983 (remove_files) COMPLETE
87462026-09-12T21:21:41.092Z[ recovery-image] Sep 12 21:21:40.007 INFO O| Sep 12 21:21:40.007 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87472026-09-12T21:21:41.097Z[ recovery-image] Sep 12 21:21:40.016 INFO O| Sep 12 21:21:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
87482026-09-12T21:21:41.097Z[ recovery-image] Sep 12 21:21:40.016 INFO O| Sep 12 21:21:40.016 INFO STEP 984 (remove_files) COMPLETE
87492026-09-12T21:21:41.097Z[ recovery-image] Sep 12 21:21:40.016 INFO O| Sep 12 21:21:40.016 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87502026-09-12T21:21:41.101Z[ recovery-image] Sep 12 21:21:40.026 INFO O| Sep 12 21:21:40.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
87512026-09-12T21:21:41.101Z[ recovery-image] Sep 12 21:21:40.026 INFO O| Sep 12 21:21:40.026 INFO STEP 985 (remove_files) COMPLETE
87522026-09-12T21:21:41.101Z[ recovery-image] Sep 12 21:21:40.026 INFO O| Sep 12 21:21:40.026 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87532026-09-12T21:21:41.113Z[ recovery-image] Sep 12 21:21:40.036 INFO O| Sep 12 21:21:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
87542026-09-12T21:21:41.113Z[ recovery-image] Sep 12 21:21:40.036 INFO O| Sep 12 21:21:40.036 INFO STEP 986 (remove_files) COMPLETE
87552026-09-12T21:21:41.118Z[ recovery-image] Sep 12 21:21:40.036 INFO O| Sep 12 21:21:40.036 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87562026-09-12T21:21:41.124Z[ recovery-image] Sep 12 21:21:40.046 INFO O| Sep 12 21:21:40.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
87572026-09-12T21:21:41.124Z[ recovery-image] Sep 12 21:21:40.046 INFO O| Sep 12 21:21:40.046 INFO STEP 987 (remove_files) COMPLETE
87582026-09-12T21:21:41.124Z[ recovery-image] Sep 12 21:21:40.046 INFO O| Sep 12 21:21:40.046 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87592026-09-12T21:21:41.127Z[ recovery-image] Sep 12 21:21:40.054 INFO O| Sep 12 21:21:40.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
87602026-09-12T21:21:41.127Z[ recovery-image] Sep 12 21:21:40.054 INFO O| Sep 12 21:21:40.054 INFO STEP 988 (remove_files) COMPLETE
87612026-09-12T21:21:41.131Z[ recovery-image] Sep 12 21:21:40.054 INFO O| Sep 12 21:21:40.054 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87622026-09-12T21:21:41.139Z[ recovery-image] Sep 12 21:21:40.065 INFO O| Sep 12 21:21:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
87632026-09-12T21:21:41.139Z[ recovery-image] Sep 12 21:21:40.065 INFO O| Sep 12 21:21:40.065 INFO STEP 989 (remove_files) COMPLETE
87642026-09-12T21:21:41.139Z[ recovery-image] Sep 12 21:21:40.066 INFO O| Sep 12 21:21:40.065 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87652026-09-12T21:21:41.150Z[ recovery-image] Sep 12 21:21:40.076 INFO O| Sep 12 21:21:40.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
87662026-09-12T21:21:41.150Z[ recovery-image] Sep 12 21:21:40.076 INFO O| Sep 12 21:21:40.076 INFO STEP 990 (remove_files) COMPLETE
87672026-09-12T21:21:41.150Z[ recovery-image] Sep 12 21:21:40.076 INFO O| Sep 12 21:21:40.076 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87682026-09-12T21:21:41.166Z[ recovery-image] Sep 12 21:21:40.086 INFO O| Sep 12 21:21:40.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
87692026-09-12T21:21:41.166Z[ recovery-image] Sep 12 21:21:40.086 INFO O| Sep 12 21:21:40.086 INFO STEP 991 (remove_files) COMPLETE
87702026-09-12T21:21:41.166Z[ recovery-image] Sep 12 21:21:40.086 INFO O| Sep 12 21:21:40.086 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87712026-09-12T21:21:41.172Z[ recovery-image] Sep 12 21:21:40.096 INFO O| Sep 12 21:21:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
87722026-09-12T21:21:41.177Z[ recovery-image] Sep 12 21:21:40.097 INFO O| Sep 12 21:21:40.097 INFO STEP 992 (remove_files) COMPLETE
87732026-09-12T21:21:41.178Z[ recovery-image] Sep 12 21:21:40.097 INFO O| Sep 12 21:21:40.097 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87742026-09-12T21:21:41.183Z[ recovery-image] Sep 12 21:21:40.108 INFO O| Sep 12 21:21:40.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
87752026-09-12T21:21:41.190Z[ recovery-image] Sep 12 21:21:40.108 INFO O| Sep 12 21:21:40.108 INFO STEP 993 (remove_files) COMPLETE
87762026-09-12T21:21:41.190Z[ recovery-image] Sep 12 21:21:40.108 INFO O| Sep 12 21:21:40.108 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87772026-09-12T21:21:41.203Z[ recovery-image] Sep 12 21:21:40.118 INFO O| Sep 12 21:21:40.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
87782026-09-12T21:21:41.203Z[ recovery-image] Sep 12 21:21:40.118 INFO O| Sep 12 21:21:40.118 INFO STEP 994 (remove_files) COMPLETE
87792026-09-12T21:21:41.203Z[ recovery-image] Sep 12 21:21:40.118 INFO O| Sep 12 21:21:40.118 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87802026-09-12T21:21:41.207Z[ recovery-image] Sep 12 21:21:40.129 INFO O| Sep 12 21:21:40.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
87812026-09-12T21:21:41.207Z[ recovery-image] Sep 12 21:21:40.129 INFO O| Sep 12 21:21:40.129 INFO STEP 995 (remove_files) COMPLETE
87822026-09-12T21:21:41.207Z[ recovery-image] Sep 12 21:21:40.129 INFO O| Sep 12 21:21:40.129 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87832026-09-12T21:21:41.212Z[ recovery-image] Sep 12 21:21:40.140 INFO O| Sep 12 21:21:40.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
87842026-09-12T21:21:41.213Z[ recovery-image] Sep 12 21:21:40.140 INFO O| Sep 12 21:21:40.140 INFO STEP 996 (remove_files) COMPLETE
87852026-09-12T21:21:41.216Z[ recovery-image] Sep 12 21:21:40.140 INFO O| Sep 12 21:21:40.140 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87862026-09-12T21:21:41.225Z[ recovery-image] Sep 12 21:21:40.151 INFO O| Sep 12 21:21:40.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
87872026-09-12T21:21:41.225Z[ recovery-image] Sep 12 21:21:40.151 INFO O| Sep 12 21:21:40.151 INFO STEP 997 (remove_files) COMPLETE
87882026-09-12T21:21:41.225Z[ recovery-image] Sep 12 21:21:40.151 INFO O| Sep 12 21:21:40.151 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87892026-09-12T21:21:41.230Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87902026-09-12T21:21:41.240Z[ recovery-image] Sep 12 21:21:40.162 INFO O| Sep 12 21:21:40.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
87912026-09-12T21:21:41.240Z[ recovery-image] Sep 12 21:21:40.162 INFO O| Sep 12 21:21:40.162 INFO STEP 998 (remove_files) COMPLETE
87922026-09-12T21:21:41.244Z[ recovery-image] Sep 12 21:21:40.162 INFO O| Sep 12 21:21:40.162 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-12T21:21:41.250Z[ recovery-image] Sep 12 21:21:40.173 INFO O| Sep 12 21:21:40.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
87942026-09-12T21:21:41.250Z[ recovery-image] Sep 12 21:21:40.173 INFO O| Sep 12 21:21:40.173 INFO STEP 999 (remove_files) COMPLETE
87952026-09-12T21:21:41.250Z[ recovery-image] Sep 12 21:21:40.173 INFO O| Sep 12 21:21:40.173 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-12T21:21:41.257Z[ recovery-image] Sep 12 21:21:40.184 INFO O| Sep 12 21:21:40.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
87972026-09-12T21:21:41.257Z[ recovery-image] Sep 12 21:21:40.184 INFO O| Sep 12 21:21:40.184 INFO STEP 1000 (remove_files) COMPLETE
87982026-09-12T21:21:41.257Z[ recovery-image] Sep 12 21:21:40.184 INFO O| Sep 12 21:21:40.184 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-12T21:21:41.268Z[ recovery-image] Sep 12 21:21:40.195 INFO O| Sep 12 21:21:40.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88002026-09-12T21:21:41.268Z[ recovery-image] Sep 12 21:21:40.195 INFO O| Sep 12 21:21:40.195 INFO STEP 1001 (remove_files) COMPLETE
88012026-09-12T21:21:41.268Z[ recovery-image] Sep 12 21:21:40.195 INFO O| Sep 12 21:21:40.195 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-12T21:21:41.287Z[ recovery-image] Sep 12 21:21:40.206 INFO O| Sep 12 21:21:40.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88032026-09-12T21:21:41.287Z[ recovery-image] Sep 12 21:21:40.206 INFO O| Sep 12 21:21:40.206 INFO STEP 1002 (remove_files) COMPLETE
88042026-09-12T21:21:41.287Z[ recovery-image] Sep 12 21:21:40.206 INFO O| Sep 12 21:21:40.206 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-12T21:21:41.295Z[ recovery-image] Sep 12 21:21:40.217 INFO O| Sep 12 21:21:40.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88062026-09-12T21:21:41.295Z[ recovery-image] Sep 12 21:21:40.217 INFO O| Sep 12 21:21:40.217 INFO STEP 1003 (remove_files) COMPLETE
88072026-09-12T21:21:41.297Z[ recovery-image] Sep 12 21:21:40.217 INFO O| Sep 12 21:21:40.217 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-12T21:21:41.304Z[ recovery-image] Sep 12 21:21:40.227 INFO O| Sep 12 21:21:40.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88092026-09-12T21:21:41.304Z[ recovery-image] Sep 12 21:21:40.227 INFO O| Sep 12 21:21:40.227 INFO STEP 1004 (remove_files) COMPLETE
88102026-09-12T21:21:41.304Z[ recovery-image] Sep 12 21:21:40.227 INFO O| Sep 12 21:21:40.227 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-12T21:21:41.312Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88122026-09-12T21:21:41.312Z[ recovery-image] Sep 12 21:21:40.236 INFO O| Sep 12 21:21:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88132026-09-12T21:21:41.312Z[ recovery-image] Sep 12 21:21:40.236 INFO O| Sep 12 21:21:40.236 INFO STEP 1005 (remove_files) COMPLETE
88142026-09-12T21:21:41.312Z[ recovery-image] Sep 12 21:21:40.236 INFO O| Sep 12 21:21:40.236 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24250:20260908T193524Z
88162026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24250:20260908T193524Z
88172026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
88182026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
88192026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
88202026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
88212026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
88222026-09-12T21:21:41.319Z[ host-image] Sep 12 21:21:40.241 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
88232026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.242 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260912T210724Z
88242026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.242 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
88252026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.242 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
88262026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.242 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24250:20260908T193524Z
88272026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.242 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24250:20260908T193525Z
88282026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.242 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24250:20260908T193525Z
88292026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24250:20260908T193525Z
88302026-09-12T21:21:41.320Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
88312026-09-12T21:21:41.326Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24250:20260908T193525Z
88322026-09-12T21:21:41.326Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24250:20260908T193525Z
88332026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24250:20260908T193525Z
88342026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24250:20260908T193525Z
88352026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24250:20260908T193525Z
88362026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24250:20260908T193525Z
88372026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24250:20260908T193525Z
88382026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24250:20260908T193526Z
88392026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24250:20260908T193526Z
88402026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.243 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24250:20260908T193526Z
88412026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24250:20260908T193526Z
88422026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24250:20260908T193527Z
88432026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24250:20260908T193527Z
88442026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24250:20260908T193527Z
88452026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24250:20260908T193528Z
88462026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
88472026-09-12T21:21:41.332Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24250:20260908T193528Z
88482026-09-12T21:21:41.333Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24250:20260908T193529Z
88492026-09-12T21:21:41.333Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24250:20260908T193529Z
88502026-09-12T21:21:41.333Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24250:20260908T193530Z
88512026-09-12T21:21:41.333Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24250:20260908T193530Z
88522026-09-12T21:21:41.333Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24250:20260908T193530Z
88532026-09-12T21:21:41.333Z[ host-image] Sep 12 21:21:40.244 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24250:20260908T193530Z
88542026-09-12T21:21:41.333Z[ recovery-image] Sep 12 21:21:40.244 INFO O| Sep 12 21:21:40.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88552026-09-12T21:21:41.333Z[ recovery-image] Sep 12 21:21:40.245 INFO O| Sep 12 21:21:40.245 INFO STEP 1006 (remove_files) COMPLETE
88562026-09-12T21:21:41.334Z[ recovery-image] Sep 12 21:21:40.245 INFO O| Sep 12 21:21:40.245 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88582026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24250:20260908T193531Z
88592026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
88602026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88612026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88622026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88632026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24250:20260908T193531Z
88642026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88652026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libxml2@2.13.9-3.0:20260908T224111Z
88662026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88672026-09-12T21:21:41.334Z[ host-image] Sep 12 21:21:40.249 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88682026-09-12T21:21:41.346Z[ host-image] Sep 12 21:21:40.251 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88692026-09-12T21:21:41.346Z[ host-image] Sep 12 21:21:40.251 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88702026-09-12T21:21:41.346Z[ host-image] Sep 12 21:21:40.251 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88712026-09-12T21:21:41.346Z[ host-image] Sep 12 21:21:40.251 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88722026-09-12T21:21:41.346Z[ host-image] Sep 12 21:21:40.252 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88732026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.252 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88742026-09-12T21:21:41.347Z[ recovery-image] Sep 12 21:21:40.254 INFO O| Sep 12 21:21:40.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88752026-09-12T21:21:41.347Z[ recovery-image] Sep 12 21:21:40.254 INFO O| Sep 12 21:21:40.254 INFO STEP 1007 (remove_files) COMPLETE
88762026-09-12T21:21:41.347Z[ recovery-image] Sep 12 21:21:40.254 INFO O| Sep 12 21:21:40.254 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88772026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.263 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
88782026-09-12T21:21:41.347Z[ recovery-image] Sep 12 21:21:40.263 INFO O| Sep 12 21:21:40.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88792026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.263 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88802026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.263 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88812026-09-12T21:21:41.347Z[ recovery-image] Sep 12 21:21:40.263 INFO O| Sep 12 21:21:40.263 INFO STEP 1008 (remove_files) COMPLETE
88822026-09-12T21:21:41.347Z[ recovery-image] Sep 12 21:21:40.263 INFO O| Sep 12 21:21:40.263 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88832026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24250:20260908T193531Z
88842026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24250:20260908T193534Z
88852026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88862026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24250:20260908T193534Z
88872026-09-12T21:21:41.347Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88882026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88892026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88902026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
88912026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24250:20260908T193534Z
88922026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.264 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88932026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.265 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88942026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.265 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88952026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.265 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88962026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.265 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24250:20260908T193534Z
88972026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.265 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88982026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.269 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88992026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.269 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24250:20260908T193535Z
89002026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24250:20260908T193535Z
89012026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24250:20260908T193535Z
89022026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
89032026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24250:20260908T193535Z
89042026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24250:20260908T193535Z
89052026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24250:20260908T193536Z
89062026-09-12T21:21:41.348Z[ host-image] Sep 12 21:21:40.270 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24250:20260908T193536Z
89072026-09-12T21:21:41.350Z[ host-image] Sep 12 21:21:40.271 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
89082026-09-12T21:21:41.350Z[ host-image] Sep 12 21:21:40.271 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24250:20260908T193536Z
89092026-09-12T21:21:41.350Z[ host-image] Sep 12 21:21:40.272 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24250:20260908T193536Z
89102026-09-12T21:21:41.350Z[ host-image] Sep 12 21:21:40.272 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
89112026-09-12T21:21:41.350Z[ host-image] Sep 12 21:21:40.272 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24250:20260908T193536Z
89122026-09-12T21:21:41.350Z[ host-image] Sep 12 21:21:40.272 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24250:20260908T193537Z
89132026-09-12T21:21:41.351Z[ host-image] Sep 12 21:21:40.272 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24250:20260908T193537Z
89142026-09-12T21:21:41.351Z[ host-image] Sep 12 21:21:40.272 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24250:20260908T193537Z
89152026-09-12T21:21:41.351Z[ recovery-image] Sep 12 21:21:40.272 INFO O| Sep 12 21:21:40.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
89162026-09-12T21:21:41.351Z[ recovery-image] Sep 12 21:21:40.273 INFO O| Sep 12 21:21:40.273 INFO STEP 1009 (remove_files) COMPLETE
89172026-09-12T21:21:41.351Z[ recovery-image] Sep 12 21:21:40.273 INFO O| Sep 12 21:21:40.273 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-12T21:21:41.356Z[ host-image] Sep 12 21:21:40.274 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24250:20260908T193537Z
89192026-09-12T21:21:41.356Z[ host-image] Sep 12 21:21:40.274 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
89202026-09-12T21:21:41.356Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24250:20260908T193537Z
89212026-09-12T21:21:41.356Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24250:20260908T193537Z
89222026-09-12T21:21:41.356Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24250:20260908T193537Z
89232026-09-12T21:21:41.356Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24250:20260908T193537Z
89242026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24250:20260908T193537Z
89252026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24250:20260908T193537Z
89262026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24250:20260908T193537Z
89272026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.275 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24250:20260908T193537Z
89282026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.278 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24250:20260908T193538Z
89292026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.278 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24250:20260908T193538Z
89302026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.278 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24250:20260908T193538Z
89312026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.279 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24250:20260908T193538Z
89322026-09-12T21:21:41.357Z[ host-image] Sep 12 21:21:40.279 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24250:20260908T193538Z
89332026-09-12T21:21:41.364Z[ recovery-image] Sep 12 21:21:40.283 INFO O| Sep 12 21:21:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
89342026-09-12T21:21:41.366Z[ recovery-image] Sep 12 21:21:40.283 INFO O| Sep 12 21:21:40.283 INFO STEP 1010 (remove_files) COMPLETE
89352026-09-12T21:21:41.366Z[ recovery-image] Sep 12 21:21:40.283 INFO O| Sep 12 21:21:40.283 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89362026-09-12T21:21:41.366Z[ host-image] Sep 12 21:21:40.285 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24250:20260908T193539Z
89372026-09-12T21:21:41.366Z[ host-image] Sep 12 21:21:40.285 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24250:20260908T193538Z
89382026-09-12T21:21:41.366Z[ host-image] Sep 12 21:21:40.285 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24250:20260908T193538Z
89392026-09-12T21:21:41.366Z[ host-image] Sep 12 21:21:40.285 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
89402026-09-12T21:21:41.366Z[ host-image] Sep 12 21:21:40.285 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
89412026-09-12T21:21:41.378Z[ recovery-image] Sep 12 21:21:40.293 INFO O| Sep 12 21:21:40.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89422026-09-12T21:21:41.378Z[ recovery-image] Sep 12 21:21:40.293 INFO O| Sep 12 21:21:40.293 INFO STEP 1011 (remove_files) COMPLETE
89432026-09-12T21:21:41.378Z[ recovery-image] Sep 12 21:21:40.293 INFO O| Sep 12 21:21:40.293 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.293 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24250:20260908T193538Z
89452026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.293 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
89462026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.293 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24250:20260908T193538Z
89472026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.293 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24250:20260908T193538Z
89482026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24250:20260908T193538Z
89492026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
89502026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
89512026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24250:20260908T193539Z
89522026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24250:20260908T193539Z
89532026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24250:20260908T193539Z
89542026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24250:20260908T193539Z
89552026-09-12T21:21:41.378Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24250:20260908T193539Z
89562026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.294 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24250:20260908T193539Z
89572026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.295 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
89582026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.295 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24250:20260908T193540Z
89592026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24250:20260908T193540Z
89602026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24250:20260908T193540Z
89612026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24250:20260908T193540Z
89622026-09-12T21:21:41.379Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24250:20260908T193540Z
89632026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24250:20260908T193540Z
89642026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89652026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89662026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24250:20260908T193541Z
89672026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24250:20260908T193542Z
89682026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89692026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89702026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89712026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89722026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.296 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89732026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.297 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89742026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.297 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
89752026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.297 INFO O| tempdir @ "/tmp/.tmp9Ss9Yq/tmp"
89762026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.297 INFO O| image root @ "/tmp/.tmp9Ss9Yq/tmp/root"
89772026-09-12T21:21:41.380Z[ host-image] Sep 12 21:21:40.297 INFO O| creating image...
89782026-09-12T21:21:41.380Z[ recovery-image] Sep 12 21:21:40.301 INFO O| Sep 12 21:21:40.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89792026-09-12T21:21:41.380Z[ recovery-image] Sep 12 21:21:40.301 INFO O| Sep 12 21:21:40.301 INFO STEP 1012 (remove_files) COMPLETE
89802026-09-12T21:21:41.381Z[ recovery-image] Sep 12 21:21:40.301 INFO O| Sep 12 21:21:40.301 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-12T21:21:41.389Z[ recovery-image] Sep 12 21:21:40.310 INFO O| Sep 12 21:21:40.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89822026-09-12T21:21:41.389Z[ recovery-image] Sep 12 21:21:40.310 INFO O| Sep 12 21:21:40.310 INFO STEP 1013 (remove_files) COMPLETE
89832026-09-12T21:21:41.389Z[ recovery-image] Sep 12 21:21:40.310 INFO O| Sep 12 21:21:40.310 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-12T21:21:41.397Z[ recovery-image] Sep 12 21:21:40.319 INFO O| Sep 12 21:21:40.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89852026-09-12T21:21:41.397Z[ recovery-image] Sep 12 21:21:40.319 INFO O| Sep 12 21:21:40.319 INFO STEP 1014 (remove_files) COMPLETE
89862026-09-12T21:21:41.397Z[ recovery-image] Sep 12 21:21:40.319 INFO O| Sep 12 21:21:40.319 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-12T21:21:41.401Z[ recovery-image] Sep 12 21:21:40.327 INFO O| Sep 12 21:21:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89882026-09-12T21:21:41.402Z[ recovery-image] Sep 12 21:21:40.327 INFO O| Sep 12 21:21:40.327 INFO STEP 1015 (remove_files) COMPLETE
89892026-09-12T21:21:41.402Z[ recovery-image] Sep 12 21:21:40.327 INFO O| Sep 12 21:21:40.327 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-12T21:21:41.407Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
89912026-09-12T21:21:41.411Z[ recovery-image] Sep 12 21:21:40.336 INFO O| Sep 12 21:21:40.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89922026-09-12T21:21:41.411Z[ recovery-image] Sep 12 21:21:40.336 INFO O| Sep 12 21:21:40.336 INFO STEP 1016 (remove_files) COMPLETE
89932026-09-12T21:21:41.411Z[ recovery-image] Sep 12 21:21:40.336 INFO O| Sep 12 21:21:40.336 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89942026-09-12T21:21:41.427Z[ recovery-image] Sep 12 21:21:40.346 INFO O| Sep 12 21:21:40.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89952026-09-12T21:21:41.427Z[ recovery-image] Sep 12 21:21:40.346 INFO O| Sep 12 21:21:40.346 INFO STEP 1017 (remove_files) COMPLETE
89962026-09-12T21:21:41.428Z[ recovery-image] Sep 12 21:21:40.346 INFO O| Sep 12 21:21:40.346 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89972026-09-12T21:21:41.435Z[ recovery-image] Sep 12 21:21:40.356 INFO O| Sep 12 21:21:40.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89982026-09-12T21:21:41.435Z[ recovery-image] Sep 12 21:21:40.356 INFO O| Sep 12 21:21:40.356 INFO STEP 1018 (remove_files) COMPLETE
89992026-09-12T21:21:41.435Z[ recovery-image] Sep 12 21:21:40.356 INFO O| Sep 12 21:21:40.356 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90002026-09-12T21:21:41.439Z[ recovery-image] Sep 12 21:21:40.365 INFO O| Sep 12 21:21:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
90012026-09-12T21:21:41.439Z[ recovery-image] Sep 12 21:21:40.366 INFO O| Sep 12 21:21:40.366 INFO STEP 1019 (remove_files) COMPLETE
90022026-09-12T21:21:41.439Z[ recovery-image] Sep 12 21:21:40.366 INFO O| Sep 12 21:21:40.366 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90032026-09-12T21:21:41.448Z[ recovery-image] Sep 12 21:21:40.374 INFO O| Sep 12 21:21:40.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
90042026-09-12T21:21:41.448Z[ recovery-image] Sep 12 21:21:40.374 INFO O| Sep 12 21:21:40.374 INFO STEP 1020 (remove_files) COMPLETE
90052026-09-12T21:21:41.448Z[ recovery-image] Sep 12 21:21:40.374 INFO O| Sep 12 21:21:40.374 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90062026-09-12T21:21:41.456Z[ recovery-image] Sep 12 21:21:40.383 INFO O| Sep 12 21:21:40.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
90072026-09-12T21:21:41.456Z[ recovery-image] Sep 12 21:21:40.383 INFO O| Sep 12 21:21:40.383 INFO STEP 1021 (remove_files) COMPLETE
90082026-09-12T21:21:41.457Z[ recovery-image] Sep 12 21:21:40.383 INFO O| Sep 12 21:21:40.383 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90092026-09-12T21:21:41.472Z[ recovery-image] Sep 12 21:21:40.393 INFO O| Sep 12 21:21:40.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
90102026-09-12T21:21:41.472Z[ recovery-image] Sep 12 21:21:40.393 INFO O| Sep 12 21:21:40.393 INFO STEP 1022 (remove_files) COMPLETE
90112026-09-12T21:21:41.472Z[ recovery-image] Sep 12 21:21:40.393 INFO O| Sep 12 21:21:40.393 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90122026-09-12T21:21:41.478Z[ recovery-image] Sep 12 21:21:40.403 INFO O| Sep 12 21:21:40.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
90132026-09-12T21:21:41.478Z[ recovery-image] Sep 12 21:21:40.403 INFO O| Sep 12 21:21:40.403 INFO STEP 1023 (remove_files) COMPLETE
90142026-09-12T21:21:41.483Z[ recovery-image] Sep 12 21:21:40.403 INFO O| Sep 12 21:21:40.403 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90152026-09-12T21:21:41.491Z[ recovery-image] Sep 12 21:21:40.413 INFO O| Sep 12 21:21:40.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
90162026-09-12T21:21:41.491Z[ recovery-image] Sep 12 21:21:40.413 INFO O| Sep 12 21:21:40.413 INFO STEP 1024 (remove_files) COMPLETE
90172026-09-12T21:21:41.491Z[ recovery-image] Sep 12 21:21:40.413 INFO O| Sep 12 21:21:40.413 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90182026-09-12T21:21:41.496Z[ recovery-image] Sep 12 21:21:40.423 INFO O| Sep 12 21:21:40.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
90192026-09-12T21:21:41.496Z[ recovery-image] Sep 12 21:21:40.423 INFO O| Sep 12 21:21:40.423 INFO STEP 1025 (remove_files) COMPLETE
90202026-09-12T21:21:41.497Z[ recovery-image] Sep 12 21:21:40.423 INFO O| Sep 12 21:21:40.423 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90212026-09-12T21:21:41.506Z[ recovery-image] Sep 12 21:21:40.433 INFO O| Sep 12 21:21:40.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
90222026-09-12T21:21:41.506Z[ recovery-image] Sep 12 21:21:40.433 INFO O| Sep 12 21:21:40.433 INFO STEP 1026 (remove_files) COMPLETE
90232026-09-12T21:21:41.506Z[ recovery-image] Sep 12 21:21:40.433 INFO O| Sep 12 21:21:40.433 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90242026-09-12T21:21:41.517Z[ recovery-image] Sep 12 21:21:40.444 INFO O| Sep 12 21:21:40.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
90252026-09-12T21:21:41.517Z[ recovery-image] Sep 12 21:21:40.444 INFO O| Sep 12 21:21:40.444 INFO STEP 1027 (remove_files) COMPLETE
90262026-09-12T21:21:41.517Z[ recovery-image] Sep 12 21:21:40.444 INFO O| Sep 12 21:21:40.444 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90272026-09-12T21:21:41.527Z[ recovery-image] Sep 12 21:21:40.455 INFO O| Sep 12 21:21:40.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
90282026-09-12T21:21:41.527Z[ recovery-image] Sep 12 21:21:40.455 INFO O| Sep 12 21:21:40.455 INFO STEP 1028 (remove_files) COMPLETE
90292026-09-12T21:21:41.527Z[ recovery-image] Sep 12 21:21:40.455 INFO O| Sep 12 21:21:40.455 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90302026-09-12T21:21:41.537Z[ recovery-image] Sep 12 21:21:40.464 INFO O| Sep 12 21:21:40.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
90312026-09-12T21:21:41.537Z[ recovery-image] Sep 12 21:21:40.464 INFO O| Sep 12 21:21:40.464 INFO STEP 1029 (remove_files) COMPLETE
90322026-09-12T21:21:41.537Z[ recovery-image] Sep 12 21:21:40.464 INFO O| Sep 12 21:21:40.464 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90332026-09-12T21:21:41.547Z[ recovery-image] Sep 12 21:21:40.474 INFO O| Sep 12 21:21:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
90342026-09-12T21:21:41.547Z[ recovery-image] Sep 12 21:21:40.474 INFO O| Sep 12 21:21:40.474 INFO STEP 1030 (remove_files) COMPLETE
90352026-09-12T21:21:41.547Z[ recovery-image] Sep 12 21:21:40.474 INFO O| Sep 12 21:21:40.474 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90362026-09-12T21:21:41.557Z[ recovery-image] Sep 12 21:21:40.484 INFO O| Sep 12 21:21:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
90372026-09-12T21:21:41.557Z[ recovery-image] Sep 12 21:21:40.484 INFO O| Sep 12 21:21:40.484 INFO STEP 1031 (remove_files) COMPLETE
90382026-09-12T21:21:41.557Z[ recovery-image] Sep 12 21:21:40.484 INFO O| Sep 12 21:21:40.484 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90392026-09-12T21:21:41.569Z[ recovery-image] Sep 12 21:21:40.495 INFO O| Sep 12 21:21:40.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
90402026-09-12T21:21:41.569Z[ recovery-image] Sep 12 21:21:40.495 INFO O| Sep 12 21:21:40.495 INFO STEP 1032 (remove_files) COMPLETE
90412026-09-12T21:21:41.569Z[ recovery-image] Sep 12 21:21:40.495 INFO O| Sep 12 21:21:40.495 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90422026-09-12T21:21:41.577Z[ recovery-image] Sep 12 21:21:40.504 INFO O| Sep 12 21:21:40.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
90432026-09-12T21:21:41.577Z[ recovery-image] Sep 12 21:21:40.504 INFO O| Sep 12 21:21:40.504 INFO STEP 1033 (remove_files) COMPLETE
90442026-09-12T21:21:41.577Z[ recovery-image] Sep 12 21:21:40.504 INFO O| Sep 12 21:21:40.504 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90452026-09-12T21:21:41.587Z[ recovery-image] Sep 12 21:21:40.514 INFO O| Sep 12 21:21:40.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
90462026-09-12T21:21:41.587Z[ recovery-image] Sep 12 21:21:40.514 INFO O| Sep 12 21:21:40.514 INFO STEP 1034 (remove_files) COMPLETE
90472026-09-12T21:21:41.587Z[ recovery-image] Sep 12 21:21:40.514 INFO O| Sep 12 21:21:40.514 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90482026-09-12T21:21:41.599Z[ recovery-image] Sep 12 21:21:40.525 INFO O| Sep 12 21:21:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
90492026-09-12T21:21:41.599Z[ recovery-image] Sep 12 21:21:40.525 INFO O| Sep 12 21:21:40.525 INFO STEP 1035 (remove_files) COMPLETE
90502026-09-12T21:21:41.603Z[ recovery-image] Sep 12 21:21:40.525 INFO O| Sep 12 21:21:40.525 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90512026-09-12T21:21:41.608Z[ recovery-image] Sep 12 21:21:40.535 INFO O| Sep 12 21:21:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
90522026-09-12T21:21:41.608Z[ recovery-image] Sep 12 21:21:40.535 INFO O| Sep 12 21:21:40.535 INFO STEP 1036 (remove_files) COMPLETE
90532026-09-12T21:21:41.608Z[ recovery-image] Sep 12 21:21:40.535 INFO O| Sep 12 21:21:40.535 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90542026-09-12T21:21:41.622Z[ recovery-image] Sep 12 21:21:40.546 INFO O| Sep 12 21:21:40.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
90552026-09-12T21:21:41.622Z[ recovery-image] Sep 12 21:21:40.546 INFO O| Sep 12 21:21:40.546 INFO STEP 1037 (remove_files) COMPLETE
90562026-09-12T21:21:41.622Z[ recovery-image] Sep 12 21:21:40.546 INFO O| Sep 12 21:21:40.546 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90572026-09-12T21:21:41.644Z[ recovery-image] Sep 12 21:21:40.556 INFO O| Sep 12 21:21:40.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
90582026-09-12T21:21:41.645Z[ recovery-image] Sep 12 21:21:40.556 INFO O| Sep 12 21:21:40.556 INFO STEP 1038 (remove_files) COMPLETE
90592026-09-12T21:21:41.645Z[ recovery-image] Sep 12 21:21:40.556 INFO O| Sep 12 21:21:40.556 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90602026-09-12T21:21:41.651Z[ recovery-image] Sep 12 21:21:40.566 INFO O| Sep 12 21:21:40.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
90612026-09-12T21:21:41.651Z[ recovery-image] Sep 12 21:21:40.566 INFO O| Sep 12 21:21:40.566 INFO STEP 1039 (remove_files) COMPLETE
90622026-09-12T21:21:41.651Z[ recovery-image] Sep 12 21:21:40.566 INFO O| Sep 12 21:21:40.566 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90632026-09-12T21:21:41.651Z[ recovery-image] Sep 12 21:21:40.575 INFO O| Sep 12 21:21:40.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
90642026-09-12T21:21:41.651Z[ recovery-image] Sep 12 21:21:40.575 INFO O| Sep 12 21:21:40.575 INFO STEP 1040 (remove_files) COMPLETE
90652026-09-12T21:21:41.652Z[ recovery-image] Sep 12 21:21:40.575 INFO O| Sep 12 21:21:40.575 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90662026-09-12T21:21:41.658Z[ recovery-image] Sep 12 21:21:40.585 INFO O| Sep 12 21:21:40.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
90672026-09-12T21:21:41.658Z[ recovery-image] Sep 12 21:21:40.585 INFO O| Sep 12 21:21:40.585 INFO STEP 1041 (remove_files) COMPLETE
90682026-09-12T21:21:41.658Z[ recovery-image] Sep 12 21:21:40.585 INFO O| Sep 12 21:21:40.585 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90692026-09-12T21:21:41.708Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
90702026-09-12T21:21:41.712Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
90712026-09-12T21:21:41.895Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
90722026-09-12T21:21:41.983Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
90732026-09-12T21:21:42.007Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
90742026-09-12T21:21:42.176Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
90752026-09-12T21:21:42.259Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
90762026-09-12T21:21:42.295Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
90772026-09-12T21:21:42.469Z[verify-libraries] Compiling drift v0.2.0
90782026-09-12T21:21:42.529Z[verify-libraries] Compiling uzers v0.12.2
90792026-09-12T21:21:42.560Z[verify-libraries] Compiling parse-size v1.1.0
90802026-09-12T21:21:42.840Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
90812026-09-12T21:21:43.007Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
90822026-09-12T21:21:43.122Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
90832026-09-12T21:21:43.395Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
90842026-09-12T21:21:43.821Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
90852026-09-12T21:21:44.678Z[ recovery-image] Sep 12 21:21:43.605 INFO O| Sep 12 21:21:43.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
90862026-09-12T21:21:44.678Z[ recovery-image] Sep 12 21:21:43.605 INFO O| Sep 12 21:21:43.605 INFO STEP 1042 (remove_files) COMPLETE
90872026-09-12T21:21:44.678Z[ recovery-image] Sep 12 21:21:43.605 INFO O| Sep 12 21:21:43.605 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90882026-09-12T21:21:44.690Z[ recovery-image] Sep 12 21:21:43.615 INFO O| Sep 12 21:21:43.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90892026-09-12T21:21:44.691Z[ recovery-image] Sep 12 21:21:43.615 INFO O| Sep 12 21:21:43.615 INFO STEP 1043 (remove_files) COMPLETE
90902026-09-12T21:21:44.695Z[ recovery-image] Sep 12 21:21:43.615 INFO O| Sep 12 21:21:43.615 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90912026-09-12T21:21:44.700Z[ recovery-image] Sep 12 21:21:43.625 INFO O| Sep 12 21:21:43.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90922026-09-12T21:21:44.700Z[ recovery-image] Sep 12 21:21:43.625 INFO O| Sep 12 21:21:43.625 INFO STEP 1044 (remove_files) COMPLETE
90932026-09-12T21:21:44.700Z[ recovery-image] Sep 12 21:21:43.625 INFO O| Sep 12 21:21:43.625 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90942026-09-12T21:21:44.709Z[ recovery-image] Sep 12 21:21:43.636 INFO O| Sep 12 21:21:43.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90952026-09-12T21:21:44.709Z[ recovery-image] Sep 12 21:21:43.636 INFO O| Sep 12 21:21:43.636 INFO STEP 1045 (remove_files) COMPLETE
90962026-09-12T21:21:44.709Z[ recovery-image] Sep 12 21:21:43.636 INFO O| Sep 12 21:21:43.636 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90972026-09-12T21:21:44.721Z[ recovery-image] Sep 12 21:21:43.646 INFO O| Sep 12 21:21:43.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90982026-09-12T21:21:44.721Z[ recovery-image] Sep 12 21:21:43.646 INFO O| Sep 12 21:21:43.646 INFO STEP 1046 (remove_files) COMPLETE
90992026-09-12T21:21:44.721Z[ recovery-image] Sep 12 21:21:43.646 INFO O| Sep 12 21:21:43.646 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91002026-09-12T21:21:44.729Z[ recovery-image] Sep 12 21:21:43.656 INFO O| Sep 12 21:21:43.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
91012026-09-12T21:21:44.729Z[ recovery-image] Sep 12 21:21:43.656 INFO O| Sep 12 21:21:43.656 INFO STEP 1047 (remove_files) COMPLETE
91022026-09-12T21:21:44.729Z[ recovery-image] Sep 12 21:21:43.656 INFO O| Sep 12 21:21:43.656 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91032026-09-12T21:21:44.741Z[ recovery-image] Sep 12 21:21:43.666 INFO O| Sep 12 21:21:43.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
91042026-09-12T21:21:44.741Z[ recovery-image] Sep 12 21:21:43.666 INFO O| Sep 12 21:21:43.666 INFO STEP 1048 (remove_files) COMPLETE
91052026-09-12T21:21:44.745Z[ recovery-image] Sep 12 21:21:43.666 INFO O| Sep 12 21:21:43.666 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91062026-09-12T21:21:44.790Z[ recovery-image] Sep 12 21:21:43.717 INFO O| Sep 12 21:21:43.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
91072026-09-12T21:21:44.790Z[ recovery-image] Sep 12 21:21:43.717 INFO O| Sep 12 21:21:43.717 INFO STEP 1049 (remove_files) COMPLETE
91082026-09-12T21:21:44.790Z[ recovery-image] Sep 12 21:21:43.717 INFO O| Sep 12 21:21:43.717 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91092026-09-12T21:21:44.802Z[ recovery-image] Sep 12 21:21:43.729 INFO O| Sep 12 21:21:43.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
91102026-09-12T21:21:44.802Z[ recovery-image] Sep 12 21:21:43.729 INFO O| Sep 12 21:21:43.729 INFO STEP 1050 (remove_files) COMPLETE
91112026-09-12T21:21:44.802Z[ recovery-image] Sep 12 21:21:43.729 INFO O| Sep 12 21:21:43.729 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91122026-09-12T21:21:44.812Z[ recovery-image] Sep 12 21:21:43.740 INFO O| Sep 12 21:21:43.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
91132026-09-12T21:21:44.815Z[ recovery-image] Sep 12 21:21:43.740 INFO O| Sep 12 21:21:43.740 INFO STEP 1051 (remove_files) COMPLETE
91142026-09-12T21:21:44.816Z[ recovery-image] Sep 12 21:21:43.740 INFO O| Sep 12 21:21:43.740 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91152026-09-12T21:21:44.822Z[ recovery-image] Sep 12 21:21:43.750 INFO O| Sep 12 21:21:43.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
91162026-09-12T21:21:44.823Z[ recovery-image] Sep 12 21:21:43.750 INFO O| Sep 12 21:21:43.750 INFO STEP 1052 (remove_files) COMPLETE
91172026-09-12T21:21:44.823Z[ recovery-image] Sep 12 21:21:43.750 INFO O| Sep 12 21:21:43.750 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91182026-09-12T21:21:44.826Z[ host-image] Sep 12 21:21:43.751 INFO O| copying publishers...
91192026-09-12T21:21:44.833Z[ recovery-image] Sep 12 21:21:43.760 INFO O| Sep 12 21:21:43.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
91202026-09-12T21:21:44.837Z[ recovery-image] Sep 12 21:21:43.761 INFO O| Sep 12 21:21:43.761 INFO STEP 1053 (remove_files) COMPLETE
91212026-09-12T21:21:44.837Z[ recovery-image] Sep 12 21:21:43.761 INFO O| Sep 12 21:21:43.761 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-12T21:21:44.845Z[ recovery-image] Sep 12 21:21:43.772 INFO O| Sep 12 21:21:43.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
91232026-09-12T21:21:44.845Z[ recovery-image] Sep 12 21:21:43.772 INFO O| Sep 12 21:21:43.772 INFO STEP 1054 (remove_files) COMPLETE
91242026-09-12T21:21:44.858Z[ recovery-image] Sep 12 21:21:43.772 INFO O| Sep 12 21:21:43.772 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-12T21:21:44.863Z[ recovery-image] Sep 12 21:21:43.785 INFO O| Sep 12 21:21:43.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
91262026-09-12T21:21:44.863Z[ recovery-image] Sep 12 21:21:43.785 INFO O| Sep 12 21:21:43.785 INFO STEP 1055 (remove_files) COMPLETE
91272026-09-12T21:21:44.863Z[ recovery-image] Sep 12 21:21:43.785 INFO O| Sep 12 21:21:43.785 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-12T21:21:44.869Z[ recovery-image] Sep 12 21:21:43.796 INFO O| Sep 12 21:21:43.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
91292026-09-12T21:21:44.869Z[ recovery-image] Sep 12 21:21:43.796 INFO O| Sep 12 21:21:43.796 INFO STEP 1056 (remove_files) COMPLETE
91302026-09-12T21:21:44.880Z[ recovery-image] Sep 12 21:21:43.796 INFO O| Sep 12 21:21:43.796 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-12T21:21:44.886Z[ recovery-image] Sep 12 21:21:43.807 INFO O| Sep 12 21:21:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
91322026-09-12T21:21:44.886Z[ recovery-image] Sep 12 21:21:43.807 INFO O| Sep 12 21:21:43.807 INFO STEP 1057 (remove_files) COMPLETE
91332026-09-12T21:21:44.886Z[ recovery-image] Sep 12 21:21:43.807 INFO O| Sep 12 21:21:43.807 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-12T21:21:44.892Z[ recovery-image] Sep 12 21:21:43.818 INFO O| Sep 12 21:21:43.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
91352026-09-12T21:21:44.900Z[ recovery-image] Sep 12 21:21:43.818 INFO O| Sep 12 21:21:43.818 INFO STEP 1058 (remove_files) COMPLETE
91362026-09-12T21:21:44.901Z[ recovery-image] Sep 12 21:21:43.818 INFO O| Sep 12 21:21:43.818 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-12T21:21:44.907Z[ recovery-image] Sep 12 21:21:43.828 INFO O| Sep 12 21:21:43.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
91382026-09-12T21:21:44.908Z[ recovery-image] Sep 12 21:21:43.828 INFO O| Sep 12 21:21:43.828 INFO STEP 1059 (remove_files) COMPLETE
91392026-09-12T21:21:44.908Z[ recovery-image] Sep 12 21:21:43.828 INFO O| Sep 12 21:21:43.828 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-12T21:21:44.912Z[ recovery-image] Sep 12 21:21:43.838 INFO O| Sep 12 21:21:43.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
91412026-09-12T21:21:44.912Z[ recovery-image] Sep 12 21:21:43.838 INFO O| Sep 12 21:21:43.838 INFO STEP 1060 (remove_files) COMPLETE
91422026-09-12T21:21:44.912Z[ recovery-image] Sep 12 21:21:43.838 INFO O| Sep 12 21:21:43.838 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-12T21:21:44.921Z[ recovery-image] Sep 12 21:21:43.848 INFO O| Sep 12 21:21:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
91442026-09-12T21:21:44.921Z[ recovery-image] Sep 12 21:21:43.848 INFO O| Sep 12 21:21:43.848 INFO STEP 1061 (remove_files) COMPLETE
91452026-09-12T21:21:44.921Z[ recovery-image] Sep 12 21:21:43.848 INFO O| Sep 12 21:21:43.848 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-12T21:21:44.930Z[ recovery-image] Sep 12 21:21:43.858 INFO O| Sep 12 21:21:43.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
91472026-09-12T21:21:44.930Z[ recovery-image] Sep 12 21:21:43.858 INFO O| Sep 12 21:21:43.858 INFO STEP 1062 (remove_files) COMPLETE
91482026-09-12T21:21:44.930Z[ recovery-image] Sep 12 21:21:43.858 INFO O| Sep 12 21:21:43.858 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-12T21:21:44.949Z[ recovery-image] Sep 12 21:21:43.868 INFO O| Sep 12 21:21:43.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
91502026-09-12T21:21:44.949Z[ recovery-image] Sep 12 21:21:43.868 INFO O| Sep 12 21:21:43.868 INFO STEP 1063 (remove_files) COMPLETE
91512026-09-12T21:21:44.949Z[ recovery-image] Sep 12 21:21:43.868 INFO O| Sep 12 21:21:43.868 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-12T21:21:44.956Z[ recovery-image] Sep 12 21:21:43.878 INFO O| Sep 12 21:21:43.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
91532026-09-12T21:21:44.956Z[ recovery-image] Sep 12 21:21:43.878 INFO O| Sep 12 21:21:43.878 INFO STEP 1064 (remove_files) COMPLETE
91542026-09-12T21:21:44.956Z[ recovery-image] Sep 12 21:21:43.878 INFO O| Sep 12 21:21:43.878 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-12T21:21:44.964Z[ recovery-image] Sep 12 21:21:43.890 INFO O| Sep 12 21:21:43.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
91562026-09-12T21:21:44.964Z[ recovery-image] Sep 12 21:21:43.890 INFO O| Sep 12 21:21:43.890 INFO STEP 1065 (remove_files) COMPLETE
91572026-09-12T21:21:44.967Z[ recovery-image] Sep 12 21:21:43.890 INFO O| Sep 12 21:21:43.890 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-12T21:21:44.979Z[ recovery-image] Sep 12 21:21:43.900 INFO O| Sep 12 21:21:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
91592026-09-12T21:21:44.979Z[ recovery-image] Sep 12 21:21:43.900 INFO O| Sep 12 21:21:43.900 INFO STEP 1066 (remove_files) COMPLETE
91602026-09-12T21:21:44.979Z[ recovery-image] Sep 12 21:21:43.900 INFO O| Sep 12 21:21:43.900 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-12T21:21:44.984Z[ recovery-image] Sep 12 21:21:43.911 INFO O| Sep 12 21:21:43.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
91622026-09-12T21:21:44.984Z[ recovery-image] Sep 12 21:21:43.911 INFO O| Sep 12 21:21:43.911 INFO STEP 1067 (remove_files) COMPLETE
91632026-09-12T21:21:44.984Z[ recovery-image] Sep 12 21:21:43.911 INFO O| Sep 12 21:21:43.911 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-12T21:21:45.002Z[ recovery-image] Sep 12 21:21:43.922 INFO O| Sep 12 21:21:43.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
91652026-09-12T21:21:45.002Z[ recovery-image] Sep 12 21:21:43.922 INFO O| Sep 12 21:21:43.922 INFO STEP 1068 (remove_files) COMPLETE
91662026-09-12T21:21:45.003Z[ recovery-image] Sep 12 21:21:43.922 INFO O| Sep 12 21:21:43.922 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-12T21:21:45.008Z[ recovery-image] Sep 12 21:21:43.932 INFO O| Sep 12 21:21:43.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
91682026-09-12T21:21:45.008Z[ recovery-image] Sep 12 21:21:43.932 INFO O| Sep 12 21:21:43.932 INFO STEP 1069 (remove_files) COMPLETE
91692026-09-12T21:21:45.008Z[ recovery-image] Sep 12 21:21:43.932 INFO O| Sep 12 21:21:43.932 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-12T21:21:45.016Z[ recovery-image] Sep 12 21:21:43.943 INFO O| Sep 12 21:21:43.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
91712026-09-12T21:21:45.016Z[ recovery-image] Sep 12 21:21:43.943 INFO O| Sep 12 21:21:43.943 INFO STEP 1070 (remove_files) COMPLETE
91722026-09-12T21:21:45.016Z[ recovery-image] Sep 12 21:21:43.943 INFO O| Sep 12 21:21:43.943 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-12T21:21:45.027Z[ recovery-image] Sep 12 21:21:43.953 INFO O| Sep 12 21:21:43.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
91742026-09-12T21:21:45.027Z[ recovery-image] Sep 12 21:21:43.953 INFO O| Sep 12 21:21:43.953 INFO STEP 1071 (remove_files) COMPLETE
91752026-09-12T21:21:45.030Z[ recovery-image] Sep 12 21:21:43.953 INFO O| Sep 12 21:21:43.953 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-12T21:21:45.044Z[ recovery-image] Sep 12 21:21:43.964 INFO O| Sep 12 21:21:43.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
91772026-09-12T21:21:45.051Z[ recovery-image] Sep 12 21:21:43.964 INFO O| Sep 12 21:21:43.964 INFO STEP 1072 (remove_files) COMPLETE
91782026-09-12T21:21:45.051Z[ recovery-image] Sep 12 21:21:43.964 INFO O| Sep 12 21:21:43.964 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-12T21:21:45.051Z[ recovery-image] Sep 12 21:21:43.974 INFO O| Sep 12 21:21:43.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
91802026-09-12T21:21:45.051Z[ recovery-image] Sep 12 21:21:43.974 INFO O| Sep 12 21:21:43.974 INFO STEP 1073 (remove_files) COMPLETE
91812026-09-12T21:21:45.051Z[ recovery-image] Sep 12 21:21:43.974 INFO O| Sep 12 21:21:43.974 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-12T21:21:45.057Z[ recovery-image] Sep 12 21:21:43.984 INFO O| Sep 12 21:21:43.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
91832026-09-12T21:21:45.057Z[ recovery-image] Sep 12 21:21:43.984 INFO O| Sep 12 21:21:43.984 INFO STEP 1074 (remove_files) COMPLETE
91842026-09-12T21:21:45.058Z[ recovery-image] Sep 12 21:21:43.984 INFO O| Sep 12 21:21:43.984 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-12T21:21:45.070Z[ recovery-image] Sep 12 21:21:43.993 INFO O| Sep 12 21:21:43.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
91862026-09-12T21:21:45.070Z[ recovery-image] Sep 12 21:21:43.993 INFO O| Sep 12 21:21:43.993 INFO STEP 1075 (remove_files) COMPLETE
91872026-09-12T21:21:45.074Z[ recovery-image] Sep 12 21:21:43.993 INFO O| Sep 12 21:21:43.993 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-12T21:21:45.084Z[ recovery-image] Sep 12 21:21:44.003 INFO O| Sep 12 21:21:44.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91892026-09-12T21:21:45.084Z[ recovery-image] Sep 12 21:21:44.003 INFO O| Sep 12 21:21:44.003 INFO STEP 1076 (remove_files) COMPLETE
91902026-09-12T21:21:45.084Z[ recovery-image] Sep 12 21:21:44.003 INFO O| Sep 12 21:21:44.003 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-12T21:21:45.091Z[ recovery-image] Sep 12 21:21:44.012 INFO O| Sep 12 21:21:44.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91922026-09-12T21:21:45.091Z[ recovery-image] Sep 12 21:21:44.012 INFO O| Sep 12 21:21:44.012 INFO STEP 1077 (remove_files) COMPLETE
91932026-09-12T21:21:45.091Z[ recovery-image] Sep 12 21:21:44.012 INFO O| Sep 12 21:21:44.012 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-12T21:21:45.097Z[ recovery-image] Sep 12 21:21:44.024 INFO O| Sep 12 21:21:44.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91952026-09-12T21:21:45.097Z[ recovery-image] Sep 12 21:21:44.024 INFO O| Sep 12 21:21:44.024 INFO STEP 1078 (remove_files) COMPLETE
91962026-09-12T21:21:45.102Z[ recovery-image] Sep 12 21:21:44.024 INFO O| Sep 12 21:21:44.024 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-12T21:21:45.109Z[ recovery-image] Sep 12 21:21:44.034 INFO O| Sep 12 21:21:44.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91982026-09-12T21:21:45.109Z[ recovery-image] Sep 12 21:21:44.034 INFO O| Sep 12 21:21:44.034 INFO STEP 1079 (remove_files) COMPLETE
91992026-09-12T21:21:45.109Z[ recovery-image] Sep 12 21:21:44.034 INFO O| Sep 12 21:21:44.034 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-12T21:21:45.123Z[ recovery-image] Sep 12 21:21:44.046 INFO O| Sep 12 21:21:44.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
92012026-09-12T21:21:45.123Z[ recovery-image] Sep 12 21:21:44.046 INFO O| Sep 12 21:21:44.046 INFO STEP 1080 (remove_files) COMPLETE
92022026-09-12T21:21:45.123Z[ recovery-image] Sep 12 21:21:44.046 INFO O| Sep 12 21:21:44.046 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92032026-09-12T21:21:45.131Z[ recovery-image] Sep 12 21:21:44.058 INFO O| Sep 12 21:21:44.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
92042026-09-12T21:21:45.131Z[ recovery-image] Sep 12 21:21:44.058 INFO O| Sep 12 21:21:44.058 INFO STEP 1081 (remove_files) COMPLETE
92052026-09-12T21:21:45.131Z[ recovery-image] Sep 12 21:21:44.058 INFO O| Sep 12 21:21:44.058 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92062026-09-12T21:21:45.145Z[ recovery-image] Sep 12 21:21:44.070 INFO O| Sep 12 21:21:44.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
92072026-09-12T21:21:45.145Z[ recovery-image] Sep 12 21:21:44.070 INFO O| Sep 12 21:21:44.070 INFO STEP 1082 (remove_files) COMPLETE
92082026-09-12T21:21:45.149Z[ recovery-image] Sep 12 21:21:44.070 INFO O| Sep 12 21:21:44.070 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92092026-09-12T21:21:45.159Z[ recovery-image] Sep 12 21:21:44.082 INFO O| Sep 12 21:21:44.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
92102026-09-12T21:21:45.159Z[ recovery-image] Sep 12 21:21:44.082 INFO O| Sep 12 21:21:44.082 INFO STEP 1083 (remove_files) COMPLETE
92112026-09-12T21:21:45.164Z[ recovery-image] Sep 12 21:21:44.082 INFO O| Sep 12 21:21:44.082 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92122026-09-12T21:21:45.169Z[ recovery-image] Sep 12 21:21:44.094 INFO O| Sep 12 21:21:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
92132026-09-12T21:21:45.169Z[ recovery-image] Sep 12 21:21:44.094 INFO O| Sep 12 21:21:44.094 INFO STEP 1084 (remove_files) COMPLETE
92142026-09-12T21:21:45.169Z[ recovery-image] Sep 12 21:21:44.094 INFO O| Sep 12 21:21:44.094 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92152026-09-12T21:21:45.176Z[ recovery-image] Sep 12 21:21:44.103 INFO O| Sep 12 21:21:44.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
92162026-09-12T21:21:45.179Z[ recovery-image] Sep 12 21:21:44.103 INFO O| Sep 12 21:21:44.103 INFO STEP 1085 (remove_files) COMPLETE
92172026-09-12T21:21:45.179Z[ recovery-image] Sep 12 21:21:44.103 INFO O| Sep 12 21:21:44.103 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92182026-09-12T21:21:45.187Z[ recovery-image] Sep 12 21:21:44.115 INFO O| Sep 12 21:21:44.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
92192026-09-12T21:21:45.187Z[ recovery-image] Sep 12 21:21:44.115 INFO O| Sep 12 21:21:44.115 INFO STEP 1086 (remove_files) COMPLETE
92202026-09-12T21:21:45.187Z[ recovery-image] Sep 12 21:21:44.115 INFO O| Sep 12 21:21:44.115 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92212026-09-12T21:21:45.251Z[ recovery-image] Sep 12 21:21:44.178 INFO O| Sep 12 21:21:44.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
92222026-09-12T21:21:45.251Z[ recovery-image] Sep 12 21:21:44.178 INFO O| Sep 12 21:21:44.178 INFO STEP 1087 (remove_files) COMPLETE
92232026-09-12T21:21:45.251Z[ recovery-image] Sep 12 21:21:44.178 INFO O| Sep 12 21:21:44.178 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92242026-09-12T21:21:45.261Z[ recovery-image] Sep 12 21:21:44.188 INFO O| Sep 12 21:21:44.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
92252026-09-12T21:21:45.261Z[ recovery-image] Sep 12 21:21:44.188 INFO O| Sep 12 21:21:44.188 INFO STEP 1088 (remove_files) COMPLETE
92262026-09-12T21:21:45.261Z[ recovery-image] Sep 12 21:21:44.189 INFO O| Sep 12 21:21:44.188 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92272026-09-12T21:21:45.275Z[ recovery-image] Sep 12 21:21:44.199 INFO O| Sep 12 21:21:44.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
92282026-09-12T21:21:45.275Z[ recovery-image] Sep 12 21:21:44.199 INFO O| Sep 12 21:21:44.199 INFO STEP 1089 (remove_files) COMPLETE
92292026-09-12T21:21:45.275Z[ recovery-image] Sep 12 21:21:44.199 INFO O| Sep 12 21:21:44.199 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92302026-09-12T21:21:45.285Z[ recovery-image] Sep 12 21:21:44.210 INFO O| Sep 12 21:21:44.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
92312026-09-12T21:21:45.285Z[ recovery-image] Sep 12 21:21:44.211 INFO O| Sep 12 21:21:44.211 INFO STEP 1090 (remove_files) COMPLETE
92322026-09-12T21:21:45.290Z[ recovery-image] Sep 12 21:21:44.211 INFO O| Sep 12 21:21:44.211 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92332026-09-12T21:21:45.295Z[ recovery-image] Sep 12 21:21:44.221 INFO O| Sep 12 21:21:44.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
92342026-09-12T21:21:45.295Z[ recovery-image] Sep 12 21:21:44.221 INFO O| Sep 12 21:21:44.221 INFO STEP 1091 (remove_files) COMPLETE
92352026-09-12T21:21:45.295Z[ recovery-image] Sep 12 21:21:44.221 INFO O| Sep 12 21:21:44.221 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92362026-09-12T21:21:45.304Z[ recovery-image] Sep 12 21:21:44.231 INFO O| Sep 12 21:21:44.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
92372026-09-12T21:21:45.306Z[ recovery-image] Sep 12 21:21:44.231 INFO O| Sep 12 21:21:44.231 INFO STEP 1092 (remove_files) COMPLETE
92382026-09-12T21:21:45.306Z[ recovery-image] Sep 12 21:21:44.231 INFO O| Sep 12 21:21:44.231 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92392026-09-12T21:21:45.315Z[ recovery-image] Sep 12 21:21:44.242 INFO O| Sep 12 21:21:44.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
92402026-09-12T21:21:45.315Z[ recovery-image] Sep 12 21:21:44.242 INFO O| Sep 12 21:21:44.242 INFO STEP 1093 (remove_files) COMPLETE
92412026-09-12T21:21:45.319Z[ recovery-image] Sep 12 21:21:44.242 INFO O| Sep 12 21:21:44.242 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92422026-09-12T21:21:45.325Z[ recovery-image] Sep 12 21:21:44.250 INFO O| Sep 12 21:21:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
92432026-09-12T21:21:45.325Z[ recovery-image] Sep 12 21:21:44.250 INFO O| Sep 12 21:21:44.250 INFO STEP 1094 (remove_files) COMPLETE
92442026-09-12T21:21:45.326Z[ recovery-image] Sep 12 21:21:44.250 INFO O| Sep 12 21:21:44.250 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92452026-09-12T21:21:45.332Z[ recovery-image] Sep 12 21:21:44.259 INFO O| Sep 12 21:21:44.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
92462026-09-12T21:21:45.332Z[ recovery-image] Sep 12 21:21:44.259 INFO O| Sep 12 21:21:44.259 INFO STEP 1095 (remove_files) COMPLETE
92472026-09-12T21:21:45.336Z[ recovery-image] Sep 12 21:21:44.259 INFO O| Sep 12 21:21:44.259 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92482026-09-12T21:21:45.341Z[ recovery-image] Sep 12 21:21:44.268 INFO O| Sep 12 21:21:44.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
92492026-09-12T21:21:45.341Z[ recovery-image] Sep 12 21:21:44.268 INFO O| Sep 12 21:21:44.268 INFO STEP 1096 (remove_files) COMPLETE
92502026-09-12T21:21:45.341Z[ recovery-image] Sep 12 21:21:44.268 INFO O| Sep 12 21:21:44.268 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92512026-09-12T21:21:45.351Z[ recovery-image] Sep 12 21:21:44.278 INFO O| Sep 12 21:21:44.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
92522026-09-12T21:21:45.351Z[ recovery-image] Sep 12 21:21:44.278 INFO O| Sep 12 21:21:44.278 INFO STEP 1097 (remove_files) COMPLETE
92532026-09-12T21:21:45.351Z[ recovery-image] Sep 12 21:21:44.278 INFO O| Sep 12 21:21:44.278 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92542026-09-12T21:21:45.362Z[ recovery-image] Sep 12 21:21:44.287 INFO O| Sep 12 21:21:44.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
92552026-09-12T21:21:45.362Z[ recovery-image] Sep 12 21:21:44.287 INFO O| Sep 12 21:21:44.287 INFO STEP 1098 (remove_files) COMPLETE
92562026-09-12T21:21:45.366Z[ recovery-image] Sep 12 21:21:44.287 INFO O| Sep 12 21:21:44.287 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92572026-09-12T21:21:45.373Z[ recovery-image] Sep 12 21:21:44.297 INFO O| Sep 12 21:21:44.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
92582026-09-12T21:21:45.373Z[ recovery-image] Sep 12 21:21:44.297 INFO O| Sep 12 21:21:44.297 INFO STEP 1099 (remove_files) COMPLETE
92592026-09-12T21:21:45.373Z[ recovery-image] Sep 12 21:21:44.297 INFO O| Sep 12 21:21:44.297 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92602026-09-12T21:21:45.381Z[ recovery-image] Sep 12 21:21:44.308 INFO O| Sep 12 21:21:44.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
92612026-09-12T21:21:45.382Z[ recovery-image] Sep 12 21:21:44.308 INFO O| Sep 12 21:21:44.308 INFO STEP 1100 (remove_files) COMPLETE
92622026-09-12T21:21:45.382Z[ recovery-image] Sep 12 21:21:44.308 INFO O| Sep 12 21:21:44.308 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92632026-09-12T21:21:45.391Z[ recovery-image] Sep 12 21:21:44.317 INFO O| Sep 12 21:21:44.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
92642026-09-12T21:21:45.391Z[ recovery-image] Sep 12 21:21:44.317 INFO O| Sep 12 21:21:44.317 INFO STEP 1101 (remove_files) COMPLETE
92652026-09-12T21:21:45.391Z[ recovery-image] Sep 12 21:21:44.317 INFO O| Sep 12 21:21:44.317 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92662026-09-12T21:21:45.399Z[ recovery-image] Sep 12 21:21:44.326 INFO O| Sep 12 21:21:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
92672026-09-12T21:21:45.399Z[ recovery-image] Sep 12 21:21:44.326 INFO O| Sep 12 21:21:44.326 INFO STEP 1102 (remove_files) COMPLETE
92682026-09-12T21:21:45.399Z[ recovery-image] Sep 12 21:21:44.326 INFO O| Sep 12 21:21:44.326 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92692026-09-12T21:21:45.410Z[ recovery-image] Sep 12 21:21:44.337 INFO O| Sep 12 21:21:44.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
92702026-09-12T21:21:45.410Z[ recovery-image] Sep 12 21:21:44.337 INFO O| Sep 12 21:21:44.337 INFO STEP 1103 (remove_files) COMPLETE
92712026-09-12T21:21:45.410Z[ recovery-image] Sep 12 21:21:44.337 INFO O| Sep 12 21:21:44.337 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92722026-09-12T21:21:45.422Z[ recovery-image] Sep 12 21:21:44.348 INFO O| Sep 12 21:21:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
92732026-09-12T21:21:45.422Z[ recovery-image] Sep 12 21:21:44.348 INFO O| Sep 12 21:21:44.348 INFO STEP 1104 (remove_files) COMPLETE
92742026-09-12T21:21:45.423Z[ recovery-image] Sep 12 21:21:44.348 INFO O| Sep 12 21:21:44.348 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92752026-09-12T21:21:45.430Z[ recovery-image] Sep 12 21:21:44.358 INFO O| Sep 12 21:21:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
92762026-09-12T21:21:45.431Z[ recovery-image] Sep 12 21:21:44.358 INFO O| Sep 12 21:21:44.358 INFO STEP 1105 (remove_files) COMPLETE
92772026-09-12T21:21:45.431Z[ recovery-image] Sep 12 21:21:44.358 INFO O| Sep 12 21:21:44.358 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92782026-09-12T21:21:45.447Z[ recovery-image] Sep 12 21:21:44.375 INFO O| Sep 12 21:21:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
92792026-09-12T21:21:45.447Z[ recovery-image] Sep 12 21:21:44.375 INFO O| Sep 12 21:21:44.375 INFO STEP 1106 (remove_files) COMPLETE
92802026-09-12T21:21:45.447Z[ recovery-image] Sep 12 21:21:44.375 INFO O| Sep 12 21:21:44.375 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92812026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.385 INFO O| Sep 12 21:21:44.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
92822026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.385 INFO O| Sep 12 21:21:44.385 INFO STEP 1107 (remove_files) COMPLETE
92832026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.385 INFO O| Sep 12 21:21:44.385 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92842026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.393 INFO O| Sep 12 21:21:44.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92852026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.393 INFO O| Sep 12 21:21:44.393 INFO STEP 1108 (remove_files) COMPLETE
92862026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.393 INFO O| Sep 12 21:21:44.393 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92872026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.405 INFO O| Sep 12 21:21:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92882026-09-12T21:21:45.505Z[ recovery-image] Sep 12 21:21:44.405 INFO O| Sep 12 21:21:44.405 INFO STEP 1109 (remove_files) COMPLETE
92892026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.405 INFO O| Sep 12 21:21:44.405 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92902026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.417 INFO O| Sep 12 21:21:44.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92912026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.417 INFO O| Sep 12 21:21:44.417 INFO STEP 1110 (remove_files) COMPLETE
92922026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.417 INFO O| Sep 12 21:21:44.417 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92932026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.427 INFO O| Sep 12 21:21:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92942026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.427 INFO O| Sep 12 21:21:44.427 INFO STEP 1111 (remove_files) COMPLETE
92952026-09-12T21:21:45.506Z[ recovery-image] Sep 12 21:21:44.427 INFO O| Sep 12 21:21:44.427 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92962026-09-12T21:21:45.512Z[ recovery-image] Sep 12 21:21:44.440 INFO O| Sep 12 21:21:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92972026-09-12T21:21:45.512Z[ recovery-image] Sep 12 21:21:44.440 INFO O| Sep 12 21:21:44.440 INFO STEP 1112 (remove_files) COMPLETE
92982026-09-12T21:21:45.512Z[ recovery-image] Sep 12 21:21:44.440 INFO O| Sep 12 21:21:44.440 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92992026-09-12T21:21:45.522Z[ recovery-image] Sep 12 21:21:44.450 INFO O| Sep 12 21:21:44.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
93002026-09-12T21:21:45.522Z[ recovery-image] Sep 12 21:21:44.450 INFO O| Sep 12 21:21:44.450 INFO STEP 1113 (remove_files) COMPLETE
93012026-09-12T21:21:45.528Z[ recovery-image] Sep 12 21:21:44.450 INFO O| Sep 12 21:21:44.450 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93022026-09-12T21:21:45.532Z[ recovery-image] Sep 12 21:21:44.460 INFO O| Sep 12 21:21:44.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
93032026-09-12T21:21:45.532Z[ recovery-image] Sep 12 21:21:44.460 INFO O| Sep 12 21:21:44.460 INFO STEP 1114 (remove_files) COMPLETE
93042026-09-12T21:21:45.533Z[ recovery-image] Sep 12 21:21:44.460 INFO O| Sep 12 21:21:44.460 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93052026-09-12T21:21:45.544Z[ recovery-image] Sep 12 21:21:44.471 INFO O| Sep 12 21:21:44.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
93062026-09-12T21:21:45.544Z[ recovery-image] Sep 12 21:21:44.471 INFO O| Sep 12 21:21:44.471 INFO STEP 1115 (remove_files) COMPLETE
93072026-09-12T21:21:45.545Z[ recovery-image] Sep 12 21:21:44.471 INFO O| Sep 12 21:21:44.471 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93082026-09-12T21:21:45.556Z[ recovery-image] Sep 12 21:21:44.481 INFO O| Sep 12 21:21:44.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
93092026-09-12T21:21:45.556Z[ recovery-image] Sep 12 21:21:44.481 INFO O| Sep 12 21:21:44.481 INFO STEP 1116 (remove_files) COMPLETE
93102026-09-12T21:21:45.556Z[ recovery-image] Sep 12 21:21:44.481 INFO O| Sep 12 21:21:44.481 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93112026-09-12T21:21:45.569Z[ recovery-image] Sep 12 21:21:44.492 INFO O| Sep 12 21:21:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
93122026-09-12T21:21:45.569Z[ recovery-image] Sep 12 21:21:44.492 INFO O| Sep 12 21:21:44.492 INFO STEP 1117 (remove_files) COMPLETE
93132026-09-12T21:21:45.573Z[ recovery-image] Sep 12 21:21:44.492 INFO O| Sep 12 21:21:44.492 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
93142026-09-12T21:21:45.578Z[ recovery-image] Sep 12 21:21:44.505 INFO O| Sep 12 21:21:44.505 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
93152026-09-12T21:21:45.582Z[ recovery-image] Sep 12 21:21:44.505 INFO O| Sep 12 21:21:44.505 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
93162026-09-12T21:21:45.665Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
93172026-09-12T21:21:46.343Z[ recovery-image] Sep 12 21:21:45.269 INFO O| Sep 12 21:21:45.269 INFO STEP 1118 (pack_tar) COMPLETE
93182026-09-12T21:21:46.343Z[ recovery-image] Sep 12 21:21:45.269 INFO O| Sep 12 21:21:45.269 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
93192026-09-12T21:21:46.343Z[ recovery-image] Sep 12 21:21:45.269 INFO O| Sep 12 21:21:45.269 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
93202026-09-12T21:21:46.472Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
93212026-09-12T21:21:46.756Z[ recovery-image] Sep 12 21:21:45.683 INFO O| Sep 12 21:21:45.683 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
93222026-09-12T21:21:46.900Z[ recovery-image] Sep 12 21:21:45.809 INFO O| Sep 12 21:21:45.809 INFO completed processing sled/ramdisk-03-recovery-trim
93232026-09-12T21:21:46.916Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
93242026-09-12T21:21:46.916Z[ recovery-image] Sep 12 21:21:45.812 INFO image builder template: zfs-recovery...
93252026-09-12T21:21:46.916Z[ recovery-image] Sep 12 21:21:45.813 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/.tmpjaLSeu/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
93262026-09-12T21:21:46.928Z[ recovery-image] Sep 12 21:21:45.841 INFO O| Sep 12 21:21:45.841 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
93272026-09-12T21:21:46.928Z[ recovery-image] Sep 12 21:21:45.845 INFO O| Sep 12 21:21:45.845 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93282026-09-12T21:21:47.025Z[ recovery-image] Sep 12 21:21:45.952 INFO O| Sep 12 21:21:45.952 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
93292026-09-12T21:21:47.068Z[verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
93302026-09-12T21:21:47.127Z[ recovery-image] Sep 12 21:21:46.053 INFO O| Sep 12 21:21:46.053 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
93312026-09-12T21:21:47.127Z[ recovery-image] Sep 12 21:21:46.053 INFO O| Sep 12 21:21:46.053 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
93322026-09-12T21:21:47.134Z[ recovery-image] Sep 12 21:21:46.057 INFO O| Sep 12 21:21:46.057 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93332026-09-12T21:21:47.277Z[ recovery-image] Sep 12 21:21:46.204 INFO O| Sep 12 21:21:46.204 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
93342026-09-12T21:21:47.353Z[ recovery-image] Sep 12 21:21:46.279 INFO O| Sep 12 21:21:46.279 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
93352026-09-12T21:21:47.361Z[ recovery-image] Sep 12 21:21:46.288 INFO O| Sep 12 21:21:46.288 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93362026-09-12T21:21:47.367Z[ recovery-image] Sep 12 21:21:46.294 INFO O| Sep 12 21:21:46.294 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
93372026-09-12T21:21:47.371Z[ recovery-image] Sep 12 21:21:46.295 INFO O| Sep 12 21:21:46.295 INFO no lofi found
93382026-09-12T21:21:47.373Z[ recovery-image] Sep 12 21:21:46.295 INFO O| Sep 12 21:21:46.295 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
93392026-09-12T21:21:47.373Z[ recovery-image] Sep 12 21:21:46.295 INFO O| Sep 12 21:21:46.295 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93402026-09-12T21:21:48.569Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
93412026-09-12T21:21:48.788Z[ host-image] Sep 12 21:21:47.714 INFO O| adding properties...
93422026-09-12T21:21:48.999Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
93432026-09-12T21:21:49.074Z[ recovery-image] Sep 12 21:21:48.001 INFO O| Sep 12 21:21:48.001 INFO lofi device = /dev/dsk/c2t1d0p0
93442026-09-12T21:21:49.074Z[ recovery-image] Sep 12 21:21:48.001 INFO O| Sep 12 21:21:48.001 INFO pool device = /dev/dsk/c2t1d0p0
93452026-09-12T21:21:49.078Z[ recovery-image] Sep 12 21:21:48.001 INFO O| Sep 12 21:21:48.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"]
93462026-09-12T21:21:49.126Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
93472026-09-12T21:21:49.234Z[ recovery-image] Sep 12 21:21:48.160 INFO O| Sep 12 21:21:48.160 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93482026-09-12T21:21:49.234Z[ recovery-image] Sep 12 21:21:48.160 INFO O| Sep 12 21:21:48.160 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
93492026-09-12T21:21:49.257Z[ recovery-image] Sep 12 21:21:48.184 INFO O| Sep 12 21:21:48.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
93502026-09-12T21:21:49.317Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
93512026-09-12T21:21:49.350Z[ recovery-image] Sep 12 21:21:48.275 INFO O| Sep 12 21:21:48.275 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
93522026-09-12T21:21:49.382Z[ recovery-image] Sep 12 21:21:48.308 INFO O| Sep 12 21:21:48.308 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
93532026-09-12T21:21:49.405Z[ recovery-image] Sep 12 21:21:48.331 INFO O| Sep 12 21:21:48.331 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93542026-09-12T21:21:49.422Z[ recovery-image] Sep 12 21:21:48.349 INFO O| Sep 12 21:21:48.348 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93552026-09-12T21:21:49.464Z[ recovery-image] Sep 12 21:21:48.390 INFO O| Sep 12 21:21:48.390 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93562026-09-12T21:21:49.464Z[ recovery-image] Sep 12 21:21:48.390 INFO O| Sep 12 21:21:48.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93572026-09-12T21:21:49.464Z[ recovery-image] Sep 12 21:21:48.390 INFO O| Sep 12 21:21:48.390 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93582026-09-12T21:21:49.476Z[ recovery-image] Sep 12 21:21:48.402 INFO O| Sep 12 21:21:48.402 INFO boot environment UUID: 3dae1e29-6cb8-4648-84ef-aa5aeb225ecd
93592026-09-12T21:21:49.476Z[ recovery-image] Sep 12 21:21:48.403 INFO O| Sep 12 21:21:48.402 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3dae1e29-6cb8-4648-84ef-aa5aeb225ecd
93602026-09-12T21:21:49.494Z[ recovery-image] Sep 12 21:21:48.420 INFO O| Sep 12 21:21:48.420 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93612026-09-12T21:21:49.517Z[ recovery-image] Sep 12 21:21:48.440 INFO O| Sep 12 21:21:48.440 INFO STEP 0 (create_be) COMPLETE
93622026-09-12T21:21:49.517Z[ recovery-image] Sep 12 21:21:48.440 INFO O| Sep 12 21:21:48.440 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93632026-09-12T21:21:49.529Z[ recovery-image] Sep 12 21:21:48.455 INFO O| Sep 12 21:21:48.455 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"]
93642026-09-12T21:21:49.809Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
93652026-09-12T21:21:50.013Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
93662026-09-12T21:21:50.119Z[verify-libraries] Compiling multimap v0.10.1
93672026-09-12T21:21:50.188Z[ host-image] Sep 12 21:21:49.107 INFO O| installing packages...
93682026-09-12T21:21:50.288Z[verify-libraries] Compiling termios v0.3.3
93692026-09-12T21:21:50.615Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
93702026-09-12T21:21:51.004Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
93712026-09-12T21:21:51.291Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93722026-09-12T21:21:54.012Z[verify-libraries] Compiling polar-core v0.27.3
93732026-09-12T21:21:55.237Z[ recovery-image] Sep 12 21:21:54.163 INFO O| Sep 12 21:21:54.162 INFO STEP 1 (unpack_tar) COMPLETE
93742026-09-12T21:21:55.237Z[ recovery-image] Sep 12 21:21:54.163 INFO O| Sep 12 21:21:54.162 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93752026-09-12T21:21:55.248Z[ recovery-image] Sep 12 21:21:54.174 INFO O| Sep 12 21:21:54.174 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93762026-09-12T21:21:56.572Z[ recovery-image] Sep 12 21:21:55.491 INFO O| Sep 12 21:21:55.491 INFO STEP 2 (devfsadm) COMPLETE
93772026-09-12T21:21:56.573Z[ recovery-image] Sep 12 21:21:55.491 INFO O| Sep 12 21:21:55.491 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93782026-09-12T21:21:56.579Z[ recovery-image] Sep 12 21:21:55.503 INFO O| Sep 12 21:21:55.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93792026-09-12T21:21:56.579Z[ recovery-image] Sep 12 21:21:55.503 INFO O| Sep 12 21:21:55.503 INFO STEP 3 (ensure_dir) COMPLETE
93802026-09-12T21:21:56.579Z[ recovery-image] Sep 12 21:21:55.503 INFO O| Sep 12 21:21:55.503 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93812026-09-12T21:21:56.589Z[ recovery-image] Sep 12 21:21:55.515 INFO O| Sep 12 21:21:55.514 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93822026-09-12T21:21:56.589Z[ recovery-image] Sep 12 21:21:55.515 INFO O| Sep 12 21:21:55.514 INFO STEP 4 (ensure_dir) COMPLETE
93832026-09-12T21:21:56.594Z[ recovery-image] Sep 12 21:21:55.515 INFO O| Sep 12 21:21:55.515 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93842026-09-12T21:21:56.609Z[ recovery-image] Sep 12 21:21:55.524 INFO O| Sep 12 21:21:55.524 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93852026-09-12T21:21:56.609Z[ recovery-image] Sep 12 21:21:55.524 INFO O| Sep 12 21:21:55.524 INFO STEP 5 (ensure_dir) COMPLETE
93862026-09-12T21:21:56.609Z[ recovery-image] Sep 12 21:21:55.524 INFO O| Sep 12 21:21:55.524 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93872026-09-12T21:21:56.609Z[ recovery-image] Sep 12 21:21:55.534 INFO O| Sep 12 21:21:55.534 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93882026-09-12T21:21:56.613Z[ recovery-image] Sep 12 21:21:55.534 INFO O| Sep 12 21:21:55.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93892026-09-12T21:21:56.613Z[ recovery-image] Sep 12 21:21:55.534 INFO O| Sep 12 21:21:55.534 INFO STEP 6 (ensure_dir) COMPLETE
93902026-09-12T21:21:56.613Z[ recovery-image] Sep 12 21:21:55.534 INFO O| Sep 12 21:21:55.534 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93912026-09-12T21:21:56.618Z[ recovery-image] Sep 12 21:21:55.545 INFO O| Sep 12 21:21:55.544 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93922026-09-12T21:21:56.618Z[ recovery-image] Sep 12 21:21:55.545 INFO O| Sep 12 21:21:55.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93932026-09-12T21:21:56.623Z[ recovery-image] Sep 12 21:21:55.545 INFO O| Sep 12 21:21:55.545 INFO STEP 7 (ensure_dir) COMPLETE
93942026-09-12T21:21:56.623Z[ recovery-image] Sep 12 21:21:55.545 INFO O| Sep 12 21:21:55.545 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93952026-09-12T21:21:56.628Z[ recovery-image] Sep 12 21:21:55.555 INFO O| Sep 12 21:21:55.555 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93962026-09-12T21:21:56.634Z[ recovery-image] Sep 12 21:21:55.556 INFO O| Sep 12 21:21:55.556 INFO STEP 8 (remove_files) COMPLETE
93972026-09-12T21:21:56.634Z[ recovery-image] Sep 12 21:21:55.556 INFO O| Sep 12 21:21:55.556 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93982026-09-12T21:21:56.642Z[ recovery-image] Sep 12 21:21:55.566 INFO O| Sep 12 21:21:55.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93992026-09-12T21:21:56.648Z[ recovery-image] Sep 12 21:21:55.566 INFO O| Sep 12 21:21:55.566 INFO STEP 9 (remove_files) COMPLETE
94002026-09-12T21:21:56.648Z[ recovery-image] Sep 12 21:21:55.566 INFO O| Sep 12 21:21:55.566 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94012026-09-12T21:21:56.751Z[ recovery-image] Sep 12 21:21:55.576 INFO O| Sep 12 21:21:55.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
94022026-09-12T21:21:56.751Z[ recovery-image] Sep 12 21:21:55.577 INFO O| Sep 12 21:21:55.577 INFO STEP 10 (remove_files) COMPLETE
94032026-09-12T21:21:56.751Z[ recovery-image] Sep 12 21:21:55.577 INFO O| Sep 12 21:21:55.577 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94042026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.587 INFO O| Sep 12 21:21:55.587 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
94052026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.587 INFO O| Sep 12 21:21:55.587 INFO STEP 11 (remove_files) COMPLETE
94062026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.587 INFO O| Sep 12 21:21:55.587 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94072026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.597 INFO O| Sep 12 21:21:55.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
94082026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.597 INFO O| Sep 12 21:21:55.597 INFO STEP 12 (remove_files) COMPLETE
94092026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.597 INFO O| Sep 12 21:21:55.597 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94102026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.608 INFO O| Sep 12 21:21:55.608 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94112026-09-12T21:21:56.795Z[ recovery-image] Sep 12 21:21:55.608 INFO O| Sep 12 21:21:55.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94122026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.608 INFO O| Sep 12 21:21:55.608 INFO STEP 13 (ensure_dir) COMPLETE
94132026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.608 INFO O| Sep 12 21:21:55.608 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94142026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.627 INFO O| Sep 12 21:21:55.627 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94152026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.628 INFO O| Sep 12 21:21:55.627 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94162026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.628 INFO O| Sep 12 21:21:55.628 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94172026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.628 INFO O| Sep 12 21:21:55.628 INFO STEP 14 (ensure_dir) COMPLETE
94182026-09-12T21:21:56.796Z[ recovery-image] Sep 12 21:21:55.628 INFO O| Sep 12 21:21:55.628 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94192026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.640 INFO O| Sep 12 21:21:55.640 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94202026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.640 INFO O| Sep 12 21:21:55.640 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94212026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.640 INFO O| Sep 12 21:21:55.640 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94222026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.640 INFO O| Sep 12 21:21:55.640 INFO STEP 15 (ensure_dir) COMPLETE
94232026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.640 INFO O| Sep 12 21:21:55.640 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94242026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.651 INFO O| Sep 12 21:21:55.651 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94252026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.651 INFO O| Sep 12 21:21:55.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94262026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.651 INFO O| Sep 12 21:21:55.651 INFO STEP 16 (ensure_dir) COMPLETE
94272026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.651 INFO O| Sep 12 21:21:55.651 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94282026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.663 INFO O| Sep 12 21:21:55.663 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94292026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.663 INFO O| Sep 12 21:21:55.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94302026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.663 INFO O| Sep 12 21:21:55.663 INFO STEP 17 (ensure_dir) COMPLETE
94312026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.663 INFO O| Sep 12 21:21:55.663 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94322026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.673 INFO O| Sep 12 21:21:55.673 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94332026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.673 INFO O| Sep 12 21:21:55.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
94342026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.673 INFO O| Sep 12 21:21:55.673 INFO ok!
94352026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.673 INFO O| Sep 12 21:21:55.673 INFO STEP 18 (ensure_symlink) COMPLETE
94362026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.673 INFO O| Sep 12 21:21:55.673 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94372026-09-12T21:21:56.797Z[ recovery-image] Sep 12 21:21:55.683 INFO O| Sep 12 21:21:55.682 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
94382026-09-12T21:21:56.798Z[ recovery-image] Sep 12 21:21:55.683 INFO O| Sep 12 21:21:55.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
94392026-09-12T21:21:56.799Z[ recovery-image] Sep 12 21:21:55.683 INFO O| Sep 12 21:21:55.683 INFO ok!
94402026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.683 INFO O| Sep 12 21:21:55.683 INFO STEP 19 (ensure_file) COMPLETE
94412026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.683 INFO O| Sep 12 21:21:55.683 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94422026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.695 INFO O| Sep 12 21:21:55.695 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
94432026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.695 INFO O| Sep 12 21:21:55.695 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94442026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.695 INFO O| Sep 12 21:21:55.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
94452026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.695 INFO O| Sep 12 21:21:55.695 INFO ok!
94462026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.695 INFO O| Sep 12 21:21:55.695 INFO STEP 20 (ensure_symlink) COMPLETE
94472026-09-12T21:21:56.800Z[ recovery-image] Sep 12 21:21:55.695 INFO O| Sep 12 21:21:55.695 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94482026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.706 INFO O| Sep 12 21:21:55.706 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
94492026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.706 INFO O| Sep 12 21:21:55.706 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94502026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.706 INFO O| Sep 12 21:21:55.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
94512026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.706 INFO O| Sep 12 21:21:55.706 INFO ok!
94522026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.706 INFO O| Sep 12 21:21:55.706 INFO STEP 21 (ensure_symlink) COMPLETE
94532026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.706 INFO O| Sep 12 21:21:55.706 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94542026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.717 INFO O| Sep 12 21:21:55.717 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
94552026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.717 INFO O| Sep 12 21:21:55.717 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94562026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.717 INFO O| Sep 12 21:21:55.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
94572026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.717 INFO O| Sep 12 21:21:55.717 INFO ok!
94582026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.717 INFO O| Sep 12 21:21:55.717 INFO STEP 22 (ensure_symlink) COMPLETE
94592026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.717 INFO O| Sep 12 21:21:55.717 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94602026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.728 INFO O| Sep 12 21:21:55.728 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
94612026-09-12T21:21:56.806Z[ recovery-image] Sep 12 21:21:55.728 INFO O| Sep 12 21:21:55.728 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94622026-09-12T21:21:56.807Z[ recovery-image] Sep 12 21:21:55.728 INFO O| Sep 12 21:21:55.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
94632026-09-12T21:21:56.807Z[ recovery-image] Sep 12 21:21:55.728 INFO O| Sep 12 21:21:55.728 INFO ok!
94642026-09-12T21:21:56.807Z[ recovery-image] Sep 12 21:21:55.728 INFO O| Sep 12 21:21:55.728 INFO STEP 23 (ensure_symlink) COMPLETE
94652026-09-12T21:21:56.807Z[ recovery-image] Sep 12 21:21:55.728 INFO O| Sep 12 21:21:55.728 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94662026-09-12T21:21:56.823Z[ recovery-image] Sep 12 21:21:55.740 INFO O| Sep 12 21:21:55.740 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94672026-09-12T21:21:56.823Z[ recovery-image] Sep 12 21:21:55.740 INFO O| Sep 12 21:21:55.740 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 ...
94682026-09-12T21:21:56.824Z[ recovery-image] Sep 12 21:21:55.740 INFO O| Sep 12 21:21:55.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
94692026-09-12T21:21:56.830Z[ recovery-image] Sep 12 21:21:55.740 INFO O| Sep 12 21:21:55.740 INFO ok!
94702026-09-12T21:21:56.830Z[ recovery-image] Sep 12 21:21:55.740 INFO O| Sep 12 21:21:55.740 INFO STEP 24 (ensure_file) COMPLETE
94712026-09-12T21:21:56.830Z[ recovery-image] Sep 12 21:21:55.740 INFO O| Sep 12 21:21:55.740 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94722026-09-12T21:21:56.830Z[ recovery-image] Sep 12 21:21:55.752 INFO O| Sep 12 21:21:55.752 INFO updating shadow file
94732026-09-12T21:21:56.831Z[ recovery-image] Sep 12 21:21:55.752 INFO O| Sep 12 21:21:55.752 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94742026-09-12T21:21:56.831Z[ recovery-image] Sep 12 21:21:55.752 INFO O| Sep 12 21:21:55.752 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94752026-09-12T21:21:56.831Z[ recovery-image] Sep 12 21:21:55.752 INFO O| Sep 12 21:21:55.752 INFO STEP 25 (shadow) COMPLETE
94762026-09-12T21:21:56.831Z[ recovery-image] Sep 12 21:21:55.752 INFO O| Sep 12 21:21:55.752 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94772026-09-12T21:21:56.837Z[ recovery-image] Sep 12 21:21:55.764 INFO O| Sep 12 21:21:55.764 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
94782026-09-12T21:21:56.838Z[ recovery-image] Sep 12 21:21:55.764 INFO O| Sep 12 21:21:55.764 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
94792026-09-12T21:21:56.838Z[ recovery-image] Sep 12 21:21:55.764 INFO O| Sep 12 21:21:55.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
94802026-09-12T21:21:56.838Z[ recovery-image] Sep 12 21:21:55.764 INFO O| Sep 12 21:21:55.764 INFO ok!
94812026-09-12T21:21:56.842Z[ recovery-image] Sep 12 21:21:55.764 INFO O| Sep 12 21:21:55.764 INFO STEP 26 (ensure_file) COMPLETE
94822026-09-12T21:21:56.842Z[ recovery-image] Sep 12 21:21:55.764 INFO O| Sep 12 21:21:55.764 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94832026-09-12T21:21:56.848Z[ recovery-image] Sep 12 21:21:55.775 INFO O| Sep 12 21:21:55.775 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94842026-09-12T21:21:56.848Z[ recovery-image] Sep 12 21:21:55.775 INFO O| Sep 12 21:21:55.775 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94852026-09-12T21:21:56.852Z[ recovery-image] Sep 12 21:21:55.775 INFO O| Sep 12 21:21:55.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94862026-09-12T21:21:56.852Z[ recovery-image] Sep 12 21:21:55.775 INFO O| Sep 12 21:21:55.775 INFO ok!
94872026-09-12T21:21:56.853Z[ recovery-image] Sep 12 21:21:55.775 INFO O| Sep 12 21:21:55.775 INFO STEP 27 (ensure_file) COMPLETE
94882026-09-12T21:21:56.853Z[ recovery-image] Sep 12 21:21:55.775 INFO O| Sep 12 21:21:55.775 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94892026-09-12T21:21:56.858Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94902026-09-12T21:21:56.859Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94912026-09-12T21:21:56.863Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94922026-09-12T21:21:56.863Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94932026-09-12T21:21:56.863Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 INFO ok!
94942026-09-12T21:21:56.863Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 INFO STEP 28 (ensure_file) COMPLETE
94952026-09-12T21:21:56.863Z[ recovery-image] Sep 12 21:21:55.785 INFO O| Sep 12 21:21:55.785 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94962026-09-12T21:21:56.870Z[ recovery-image] Sep 12 21:21:55.795 INFO O| Sep 12 21:21:55.795 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94972026-09-12T21:21:56.870Z[ recovery-image] Sep 12 21:21:55.795 INFO O| Sep 12 21:21:55.795 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94982026-09-12T21:21:56.870Z[ recovery-image] Sep 12 21:21:55.795 INFO O| Sep 12 21:21:55.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94992026-09-12T21:21:56.876Z[ recovery-image] Sep 12 21:21:55.795 INFO O| Sep 12 21:21:55.795 INFO ok!
95002026-09-12T21:21:56.876Z[ recovery-image] Sep 12 21:21:55.795 INFO O| Sep 12 21:21:55.795 INFO STEP 29 (ensure_file) COMPLETE
95012026-09-12T21:21:56.877Z[ recovery-image] Sep 12 21:21:55.795 INFO O| Sep 12 21:21:55.795 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95022026-09-12T21:21:56.881Z[ recovery-image] Sep 12 21:21:55.805 INFO O| Sep 12 21:21:55.805 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95032026-09-12T21:21:56.881Z[ recovery-image] Sep 12 21:21:55.805 INFO O| Sep 12 21:21:55.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95042026-09-12T21:21:56.881Z[ recovery-image] Sep 12 21:21:55.805 INFO O| Sep 12 21:21:55.805 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95052026-09-12T21:21:56.881Z[ recovery-image] Sep 12 21:21:55.805 INFO O| Sep 12 21:21:55.805 INFO STEP 30 (ensure_dir) COMPLETE
95062026-09-12T21:21:56.881Z[ recovery-image] Sep 12 21:21:55.805 INFO O| Sep 12 21:21:55.805 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95072026-09-12T21:21:56.888Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
95082026-09-12T21:21:56.888Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 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 ...
95092026-09-12T21:21:56.898Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 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
95102026-09-12T21:21:56.898Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
95112026-09-12T21:21:56.898Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 INFO ok!
95122026-09-12T21:21:56.898Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 INFO STEP 31 (ensure_file) COMPLETE
95132026-09-12T21:21:56.898Z[ recovery-image] Sep 12 21:21:55.815 INFO O| Sep 12 21:21:55.815 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95142026-09-12T21:21:56.910Z[ recovery-image] Sep 12 21:21:55.824 INFO O| Sep 12 21:21:55.824 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95152026-09-12T21:21:56.910Z[ recovery-image] Sep 12 21:21:55.824 INFO O| Sep 12 21:21:55.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95162026-09-12T21:21:56.910Z[ recovery-image] Sep 12 21:21:55.824 INFO O| Sep 12 21:21:55.824 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95172026-09-12T21:21:56.910Z[ recovery-image] Sep 12 21:21:55.824 INFO O| Sep 12 21:21:55.824 INFO STEP 32 (ensure_dir) COMPLETE
95182026-09-12T21:21:56.910Z[ recovery-image] Sep 12 21:21:55.824 INFO O| Sep 12 21:21:55.824 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95192026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95202026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 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 ...
95212026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 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
95222026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
95232026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 INFO ok!
95242026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 INFO STEP 33 (ensure_file) COMPLETE
95252026-09-12T21:21:56.916Z[ recovery-image] Sep 12 21:21:55.833 INFO O| Sep 12 21:21:55.833 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95262026-09-12T21:21:56.922Z[ recovery-image] Sep 12 21:21:55.843 INFO O| Sep 12 21:21:55.843 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
95272026-09-12T21:21:56.922Z[ recovery-image] Sep 12 21:21:55.843 INFO O| Sep 12 21:21:55.843 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
95282026-09-12T21:21:56.922Z[ recovery-image] Sep 12 21:21:55.843 INFO O| Sep 12 21:21:55.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
95292026-09-12T21:21:56.922Z[ recovery-image] Sep 12 21:21:55.843 INFO O| Sep 12 21:21:55.843 INFO ok!
95302026-09-12T21:21:56.922Z[ recovery-image] Sep 12 21:21:55.843 INFO O| Sep 12 21:21:55.843 INFO STEP 34 (ensure_file) COMPLETE
95312026-09-12T21:21:56.922Z[ recovery-image] Sep 12 21:21:55.843 INFO O| Sep 12 21:21:55.843 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95322026-09-12T21:21:56.926Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
95332026-09-12T21:21:56.927Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
95342026-09-12T21:21:56.927Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95352026-09-12T21:21:56.927Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95362026-09-12T21:21:56.927Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 INFO ok!
95372026-09-12T21:21:56.934Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 INFO STEP 35 (ensure_file) COMPLETE
95382026-09-12T21:21:56.934Z[ recovery-image] Sep 12 21:21:55.853 INFO O| Sep 12 21:21:55.853 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95392026-09-12T21:21:56.939Z[ recovery-image] Sep 12 21:21:55.864 INFO O| Sep 12 21:21:55.863 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
95402026-09-12T21:21:56.939Z[ recovery-image] Sep 12 21:21:55.864 INFO O| Sep 12 21:21:55.864 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
95412026-09-12T21:21:56.942Z[ recovery-image] Sep 12 21:21:55.864 INFO O| Sep 12 21:21:55.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
95422026-09-12T21:21:56.942Z[ recovery-image] Sep 12 21:21:55.864 INFO O| Sep 12 21:21:55.864 INFO ok!
95432026-09-12T21:21:56.942Z[ recovery-image] Sep 12 21:21:55.864 INFO O| Sep 12 21:21:55.864 INFO STEP 36 (ensure_file) COMPLETE
95442026-09-12T21:21:56.942Z[ recovery-image] Sep 12 21:21:55.864 INFO O| Sep 12 21:21:55.864 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95452026-09-12T21:21:57.022Z[ recovery-image] Sep 12 21:21:55.874 INFO O| Sep 12 21:21:55.874 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95462026-09-12T21:21:57.022Z[ recovery-image] Sep 12 21:21:55.874 INFO O| Sep 12 21:21:55.874 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
95472026-09-12T21:21:57.022Z[ recovery-image] Sep 12 21:21:55.874 INFO O| Sep 12 21:21:55.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
95482026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.874 INFO O| Sep 12 21:21:55.874 INFO ok!
95492026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.874 INFO O| Sep 12 21:21:55.874 INFO STEP 37 (ensure_file) COMPLETE
95502026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.874 INFO O| Sep 12 21:21:55.874 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95512026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
95522026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
95532026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95542026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95552026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95562026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95572026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO ok!
95582026-09-12T21:21:57.036Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO STEP 38 (ensure_file) COMPLETE
95592026-09-12T21:21:57.037Z[ recovery-image] Sep 12 21:21:55.885 INFO O| Sep 12 21:21:55.885 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95602026-09-12T21:21:57.037Z[ recovery-image] Sep 12 21:21:55.895 INFO O| Sep 12 21:21:55.895 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95612026-09-12T21:21:57.037Z[ recovery-image] Sep 12 21:21:55.895 INFO O| Sep 12 21:21:55.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95622026-09-12T21:21:57.037Z[ recovery-image] Sep 12 21:21:55.895 INFO O| Sep 12 21:21:55.895 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95632026-09-12T21:21:57.039Z[ recovery-image] Sep 12 21:21:55.895 INFO O| Sep 12 21:21:55.895 INFO STEP 39 (ensure_dir) COMPLETE
95642026-09-12T21:21:57.039Z[ recovery-image] Sep 12 21:21:55.895 INFO O| Sep 12 21:21:55.895 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95652026-09-12T21:21:57.039Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 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
95662026-09-12T21:21:57.039Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 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 ...
95672026-09-12T21:21:57.039Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 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
95682026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 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
95692026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 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
95702026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 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
95712026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 INFO ok!
95722026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 INFO STEP 40 (ensure_file) COMPLETE
95732026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.905 INFO O| Sep 12 21:21:55.905 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95742026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.923 INFO O| Sep 12 21:21:55.923 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95752026-09-12T21:21:57.040Z[ recovery-image] Sep 12 21:21:55.923 INFO O| Sep 12 21:21:55.923 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 ...
95762026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.923 INFO O| Sep 12 21:21:55.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95772026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.923 INFO O| Sep 12 21:21:55.923 INFO ok!
95782026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.923 INFO O| Sep 12 21:21:55.923 INFO STEP 41 (ensure_symlink) COMPLETE
95792026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.923 INFO O| Sep 12 21:21:55.923 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95802026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.934 INFO O| Sep 12 21:21:55.934 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95812026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.934 INFO O| Sep 12 21:21:55.934 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95822026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.934 INFO O| Sep 12 21:21:55.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95832026-09-12T21:21:57.042Z[ recovery-image] Sep 12 21:21:55.934 INFO O| Sep 12 21:21:55.934 INFO ok!
95842026-09-12T21:21:57.043Z[ recovery-image] Sep 12 21:21:55.934 INFO O| Sep 12 21:21:55.934 INFO STEP 42 (ensure_symlink) COMPLETE
95852026-09-12T21:21:57.043Z[ recovery-image] Sep 12 21:21:55.934 INFO O| Sep 12 21:21:55.934 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95862026-09-12T21:21:57.043Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95872026-09-12T21:21:57.043Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95882026-09-12T21:21:57.043Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95892026-09-12T21:21:57.043Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95902026-09-12T21:21:57.044Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95912026-09-12T21:21:57.044Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95922026-09-12T21:21:57.044Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO ok!
95932026-09-12T21:21:57.044Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO STEP 43 (ensure_file) COMPLETE
95942026-09-12T21:21:57.044Z[ recovery-image] Sep 12 21:21:55.944 INFO O| Sep 12 21:21:55.944 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95952026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95962026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 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 ...
95972026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 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
95982026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95992026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 INFO ok!
96002026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 INFO STEP 44 (ensure_file) COMPLETE
96012026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.954 INFO O| Sep 12 21:21:55.954 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96022026-09-12T21:21:57.053Z[ recovery-image] Sep 12 21:21:55.964 INFO O| Sep 12 21:21:55.964 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
96032026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.964 INFO O| Sep 12 21:21:55.964 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
96042026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.964 INFO O| Sep 12 21:21:55.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
96052026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.964 INFO O| Sep 12 21:21:55.964 INFO ok!
96062026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.964 INFO O| Sep 12 21:21:55.964 INFO STEP 45 (ensure_file) COMPLETE
96072026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.964 INFO O| Sep 12 21:21:55.964 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96082026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.973 INFO O| Sep 12 21:21:55.973 INFO updating shadow file
96092026-09-12T21:21:57.055Z[ recovery-image] Sep 12 21:21:55.973 INFO O| Sep 12 21:21:55.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
96102026-09-12T21:21:57.056Z[ recovery-image] Sep 12 21:21:55.974 INFO O| Sep 12 21:21:55.974 INFO STEP 46 (shadow) COMPLETE
96112026-09-12T21:21:57.056Z[ recovery-image] Sep 12 21:21:55.974 INFO O| Sep 12 21:21:55.974 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96122026-09-12T21:21:57.061Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
96132026-09-12T21:21:57.061Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
96142026-09-12T21:21:57.062Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96152026-09-12T21:21:57.062Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96162026-09-12T21:21:57.062Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 INFO ok!
96172026-09-12T21:21:57.064Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 INFO STEP 47 (ensure_file) COMPLETE
96182026-09-12T21:21:57.064Z[ recovery-image] Sep 12 21:21:55.983 INFO O| Sep 12 21:21:55.983 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96192026-09-12T21:21:57.071Z[ recovery-image] Sep 12 21:21:55.993 INFO O| Sep 12 21:21:55.992 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
96202026-09-12T21:21:57.071Z[ recovery-image] Sep 12 21:21:55.993 INFO O| Sep 12 21:21:55.993 INFO STEP 48 (ensure_dir) COMPLETE
96212026-09-12T21:21:57.071Z[ recovery-image] Sep 12 21:21:55.993 INFO O| Sep 12 21:21:55.993 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96222026-09-12T21:21:57.075Z[ recovery-image] Sep 12 21:21:56.002 INFO O| Sep 12 21:21:56.002 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96232026-09-12T21:21:57.075Z[ recovery-image] Sep 12 21:21:56.002 INFO O| Sep 12 21:21:56.002 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96242026-09-12T21:21:57.081Z[ recovery-image] Sep 12 21:21:56.002 INFO O| Sep 12 21:21:56.002 INFO STEP 49 (ensure_dir) COMPLETE
96252026-09-12T21:21:57.081Z[ recovery-image] Sep 12 21:21:56.002 INFO O| Sep 12 21:21:56.002 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96262026-09-12T21:21:57.086Z[ recovery-image] Sep 12 21:21:56.012 INFO O| Sep 12 21:21:56.012 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96272026-09-12T21:21:57.086Z[ recovery-image] Sep 12 21:21:56.012 INFO O| Sep 12 21:21:56.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96282026-09-12T21:21:57.086Z[ recovery-image] Sep 12 21:21:56.012 INFO O| Sep 12 21:21:56.012 INFO STEP 50 (ensure_dir) COMPLETE
96292026-09-12T21:21:57.088Z[ recovery-image] Sep 12 21:21:56.012 INFO O| Sep 12 21:21:56.012 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96302026-09-12T21:21:57.095Z[ recovery-image] Sep 12 21:21:56.022 INFO O| Sep 12 21:21:56.022 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
96312026-09-12T21:21:57.095Z[ recovery-image] Sep 12 21:21:56.022 INFO O| Sep 12 21:21:56.022 INFO copying /tmp/.tmpjaLSeu/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
96322026-09-12T21:21:57.107Z[ recovery-image] Sep 12 21:21:56.034 INFO O| Sep 12 21:21:56.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
96332026-09-12T21:21:57.107Z[ recovery-image] Sep 12 21:21:56.034 INFO O| Sep 12 21:21:56.034 INFO ok!
96342026-09-12T21:21:57.107Z[ recovery-image] Sep 12 21:21:56.034 INFO O| Sep 12 21:21:56.034 INFO STEP 51 (ensure_file) COMPLETE
96352026-09-12T21:21:57.112Z[ recovery-image] Sep 12 21:21:56.034 INFO O| Sep 12 21:21:56.034 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96362026-09-12T21:21:57.125Z[ recovery-image] Sep 12 21:21:56.052 INFO O| Sep 12 21:21:56.045 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96372026-09-12T21:21:57.125Z[ recovery-image] Sep 12 21:21:56.052 INFO O| Sep 12 21:21:56.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96382026-09-12T21:21:57.125Z[ recovery-image] Sep 12 21:21:56.052 INFO O| Sep 12 21:21:56.045 INFO STEP 52 (ensure_dir) COMPLETE
96392026-09-12T21:21:57.131Z[ recovery-image] Sep 12 21:21:56.052 INFO O| Sep 12 21:21:56.045 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96402026-09-12T21:21:57.132Z[ recovery-image] Sep 12 21:21:56.054 INFO O| Sep 12 21:21:56.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
96412026-09-12T21:21:57.132Z[ recovery-image] Sep 12 21:21:56.054 INFO O| Sep 12 21:21:56.054 INFO copying /tmp/.tmpjaLSeu/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
96422026-09-12T21:21:57.132Z[ recovery-image] Sep 12 21:21:56.055 INFO O| Sep 12 21:21:56.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
96432026-09-12T21:21:57.132Z[ recovery-image] Sep 12 21:21:56.055 INFO O| Sep 12 21:21:56.055 INFO ok!
96442026-09-12T21:21:57.132Z[ recovery-image] Sep 12 21:21:56.055 INFO O| Sep 12 21:21:56.055 INFO STEP 53 (ensure_file) COMPLETE
96452026-09-12T21:21:57.132Z[ recovery-image] Sep 12 21:21:56.055 INFO O| Sep 12 21:21:56.055 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96462026-09-12T21:21:57.138Z[ recovery-image] Sep 12 21:21:56.063 INFO O| Sep 12 21:21:56.063 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96472026-09-12T21:21:57.138Z[ recovery-image] Sep 12 21:21:56.063 INFO O| Sep 12 21:21:56.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96482026-09-12T21:21:57.138Z[ recovery-image] Sep 12 21:21:56.063 INFO O| Sep 12 21:21:56.063 INFO STEP 54 (ensure_dir) COMPLETE
96492026-09-12T21:21:57.138Z[ recovery-image] Sep 12 21:21:56.063 INFO O| Sep 12 21:21:56.063 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96502026-09-12T21:21:57.166Z[ recovery-image] Sep 12 21:21:56.073 INFO O| Sep 12 21:21:56.073 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
96512026-09-12T21:21:57.166Z[ recovery-image] Sep 12 21:21:56.073 INFO O| Sep 12 21:21:56.073 INFO copying /tmp/.tmpjaLSeu/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
96522026-09-12T21:21:59.200Z[ recovery-image] Sep 12 21:21:58.125 INFO O| Sep 12 21:21:58.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
96532026-09-12T21:21:59.200Z[ recovery-image] Sep 12 21:21:58.125 INFO O| Sep 12 21:21:58.125 INFO ok!
96542026-09-12T21:21:59.200Z[ recovery-image] Sep 12 21:21:58.125 INFO O| Sep 12 21:21:58.125 INFO STEP 55 (ensure_file) COMPLETE
96552026-09-12T21:21:59.210Z[ recovery-image] Sep 12 21:21:58.125 INFO O| Sep 12 21:21:58.125 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96562026-09-12T21:21:59.256Z[ recovery-image] Sep 12 21:21:58.174 INFO O| Sep 12 21:21:58.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
96572026-09-12T21:21:59.256Z[ recovery-image] Sep 12 21:21:58.174 INFO O| Sep 12 21:21:58.174 INFO copying /tmp/.tmpjaLSeu/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
96582026-09-12T21:21:59.894Z[ recovery-image] Sep 12 21:21:58.820 INFO O| Sep 12 21:21:58.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
96592026-09-12T21:21:59.894Z[ recovery-image] Sep 12 21:21:58.820 INFO O| Sep 12 21:21:58.820 INFO ok!
96602026-09-12T21:21:59.894Z[ recovery-image] Sep 12 21:21:58.820 INFO O| Sep 12 21:21:58.820 INFO STEP 56 (ensure_file) COMPLETE
96612026-09-12T21:21:59.907Z[ recovery-image] Sep 12 21:21:58.820 INFO O| Sep 12 21:21:58.820 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96622026-09-12T21:21:59.907Z[ recovery-image] Sep 12 21:21:58.833 INFO O| Sep 12 21:21:58.833 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96632026-09-12T21:21:59.907Z[ recovery-image] Sep 12 21:21:58.833 INFO O| Sep 12 21:21:58.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96642026-09-12T21:21:59.907Z[ recovery-image] Sep 12 21:21:58.833 INFO O| Sep 12 21:21:58.833 INFO STEP 57 (ensure_dir) COMPLETE
96652026-09-12T21:21:59.907Z[ recovery-image] Sep 12 21:21:58.833 INFO O| Sep 12 21:21:58.833 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96662026-09-12T21:21:59.920Z[ recovery-image] Sep 12 21:21:58.845 INFO O| Sep 12 21:21:58.845 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96672026-09-12T21:21:59.921Z[ recovery-image] Sep 12 21:21:58.845 INFO O| Sep 12 21:21:58.845 INFO copying /tmp/.tmpjaLSeu/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 ...
96682026-09-12T21:21:59.930Z[ recovery-image] Sep 12 21:21:58.845 INFO O| Sep 12 21:21:58.845 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
96692026-09-12T21:21:59.930Z[ recovery-image] Sep 12 21:21:58.845 INFO O| Sep 12 21:21:58.845 INFO ok!
96702026-09-12T21:21:59.930Z[ recovery-image] Sep 12 21:21:58.845 INFO O| Sep 12 21:21:58.845 INFO STEP 58 (ensure_file) COMPLETE
96712026-09-12T21:21:59.930Z[ recovery-image] Sep 12 21:21:58.845 INFO O| Sep 12 21:21:58.845 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96722026-09-12T21:21:59.977Z[ recovery-image] Sep 12 21:21:58.893 INFO O| Sep 12 21:21:58.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96732026-09-12T21:21:59.977Z[ recovery-image] Sep 12 21:21:58.893 INFO O| Sep 12 21:21:58.873 INFO copying /tmp/.tmpjaLSeu/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 ...
96742026-09-12T21:21:59.977Z[ recovery-image] Sep 12 21:21:58.893 INFO O| Sep 12 21:21:58.873 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
96752026-09-12T21:21:59.982Z[ recovery-image] Sep 12 21:21:58.893 INFO O| Sep 12 21:21:58.873 INFO ok!
96762026-09-12T21:21:59.983Z[ recovery-image] Sep 12 21:21:58.893 INFO O| Sep 12 21:21:58.873 INFO STEP 59 (ensure_file) COMPLETE
96772026-09-12T21:21:59.983Z[ recovery-image] Sep 12 21:21:58.893 INFO O| Sep 12 21:21:58.873 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96782026-09-12T21:22:00.035Z[ recovery-image] Sep 12 21:21:58.951 INFO O| Sep 12 21:21:58.951 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96792026-09-12T21:22:00.035Z[ recovery-image] Sep 12 21:21:58.951 INFO O| Sep 12 21:21:58.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96802026-09-12T21:22:00.036Z[ recovery-image] Sep 12 21:21:58.951 INFO O| Sep 12 21:21:58.951 INFO STEP 60 (ensure_dir) COMPLETE
96812026-09-12T21:22:00.065Z[ recovery-image] Sep 12 21:21:58.951 INFO O| Sep 12 21:21:58.951 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96822026-09-12T21:22:00.065Z[ recovery-image] Sep 12 21:21:58.967 INFO O| Sep 12 21:21:58.967 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96832026-09-12T21:22:00.065Z[ recovery-image] Sep 12 21:21:58.967 INFO O| Sep 12 21:21:58.967 INFO copying /tmp/.tmpjaLSeu/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 ...
96842026-09-12T21:22:00.065Z[ recovery-image] Sep 12 21:21:58.967 INFO O| Sep 12 21:21:58.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96852026-09-12T21:22:00.066Z[ recovery-image] Sep 12 21:21:58.967 INFO O| Sep 12 21:21:58.967 INFO ok!
96862026-09-12T21:22:00.066Z[ recovery-image] Sep 12 21:21:58.967 INFO O| Sep 12 21:21:58.967 INFO STEP 61 (ensure_file) COMPLETE
96872026-09-12T21:22:00.066Z[ recovery-image] Sep 12 21:21:58.967 INFO O| Sep 12 21:21:58.967 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96882026-09-12T21:22:00.071Z[ recovery-image] Sep 12 21:21:58.979 INFO O| Sep 12 21:21:58.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96892026-09-12T21:22:00.086Z[ recovery-image] Sep 12 21:21:58.980 INFO O| Sep 12 21:21:58.979 INFO copying /tmp/.tmpjaLSeu/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 ...
96902026-09-12T21:22:00.086Z[ recovery-image] Sep 12 21:21:58.980 INFO O| Sep 12 21:21:58.980 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
96912026-09-12T21:22:00.086Z[ recovery-image] Sep 12 21:21:58.980 INFO O| Sep 12 21:21:58.980 INFO ok!
96922026-09-12T21:22:00.086Z[ recovery-image] Sep 12 21:21:58.980 INFO O| Sep 12 21:21:58.980 INFO STEP 62 (ensure_file) COMPLETE
96932026-09-12T21:22:00.088Z[ recovery-image] Sep 12 21:21:58.980 INFO O| Sep 12 21:21:58.980 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96942026-09-12T21:22:00.089Z[ recovery-image] Sep 12 21:21:58.991 INFO O| Sep 12 21:21:58.991 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96952026-09-12T21:22:00.089Z[ recovery-image] Sep 12 21:21:58.991 INFO O| Sep 12 21:21:58.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96962026-09-12T21:22:00.089Z[ recovery-image] Sep 12 21:21:58.991 INFO O| Sep 12 21:21:58.991 INFO STEP 63 (ensure_dir) COMPLETE
96972026-09-12T21:22:00.089Z[ recovery-image] Sep 12 21:21:58.991 INFO O| Sep 12 21:21:58.991 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96982026-09-12T21:22:00.099Z[ recovery-image] Sep 12 21:21:59.004 INFO O| Sep 12 21:21:59.004 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96992026-09-12T21:22:00.099Z[ recovery-image] Sep 12 21:21:59.005 INFO O| Sep 12 21:21:59.004 INFO copying /tmp/.tmpjaLSeu/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 ...
97002026-09-12T21:22:00.099Z[ recovery-image] Sep 12 21:21:59.005 INFO O| Sep 12 21:21:59.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97012026-09-12T21:22:00.099Z[ recovery-image] Sep 12 21:21:59.005 INFO O| Sep 12 21:21:59.005 INFO ok!
97022026-09-12T21:22:00.100Z[ recovery-image] Sep 12 21:21:59.005 INFO O| Sep 12 21:21:59.005 INFO STEP 64 (ensure_file) COMPLETE
97032026-09-12T21:22:00.100Z[ recovery-image] Sep 12 21:21:59.005 INFO O| Sep 12 21:21:59.005 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97042026-09-12T21:22:00.100Z[ recovery-image] Sep 12 21:21:59.016 INFO O| Sep 12 21:21:59.016 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
97052026-09-12T21:22:00.100Z[ recovery-image] Sep 12 21:21:59.017 INFO O| Sep 12 21:21:59.016 INFO copying /tmp/.tmpjaLSeu/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
97062026-09-12T21:22:00.100Z[ recovery-image] Sep 12 21:21:59.017 INFO O| Sep 12 21:21:59.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
97072026-09-12T21:22:00.102Z[ recovery-image] Sep 12 21:21:59.017 INFO O| Sep 12 21:21:59.017 INFO ok!
97082026-09-12T21:22:00.102Z[ recovery-image] Sep 12 21:21:59.017 INFO O| Sep 12 21:21:59.017 INFO STEP 65 (ensure_file) COMPLETE
97092026-09-12T21:22:00.102Z[ recovery-image] Sep 12 21:21:59.017 INFO O| Sep 12 21:21:59.017 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97102026-09-12T21:22:00.108Z[ recovery-image] Sep 12 21:21:59.028 INFO O| Sep 12 21:21:59.028 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
97112026-09-12T21:22:00.108Z[ recovery-image] Sep 12 21:21:59.028 INFO O| Sep 12 21:21:59.028 INFO STEP 66 (ensure_dir) COMPLETE
97122026-09-12T21:22:00.109Z[ recovery-image] Sep 12 21:21:59.028 INFO O| Sep 12 21:21:59.028 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97132026-09-12T21:22:00.113Z[ recovery-image] Sep 12 21:21:59.040 INFO O| Sep 12 21:21:59.039 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
97142026-09-12T21:22:00.113Z[ recovery-image] Sep 12 21:21:59.040 INFO O| Sep 12 21:21:59.040 INFO STEP 67 (ensure_dir) COMPLETE
97152026-09-12T21:22:00.113Z[ recovery-image] Sep 12 21:21:59.040 INFO O| Sep 12 21:21:59.040 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97162026-09-12T21:22:00.127Z[ recovery-image] Sep 12 21:21:59.052 INFO O| Sep 12 21:21:59.052 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
97172026-09-12T21:22:00.127Z[ recovery-image] Sep 12 21:21:59.052 INFO O| Sep 12 21:21:59.052 INFO STEP 68 (ensure_dir) COMPLETE
97182026-09-12T21:22:00.127Z[ recovery-image] Sep 12 21:21:59.052 INFO O| Sep 12 21:21:59.052 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97192026-09-12T21:22:00.140Z[ recovery-image] Sep 12 21:21:59.064 INFO O| Sep 12 21:21:59.064 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
97202026-09-12T21:22:00.140Z[ recovery-image] Sep 12 21:21:59.064 INFO O| Sep 12 21:21:59.064 INFO STEP 69 (ensure_dir) COMPLETE
97212026-09-12T21:22:00.147Z[ recovery-image] Sep 12 21:21:59.064 INFO O| Sep 12 21:21:59.064 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97222026-09-12T21:22:00.151Z[ recovery-image] Sep 12 21:21:59.075 INFO O| Sep 12 21:21:59.075 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
97232026-09-12T21:22:00.152Z[ recovery-image] Sep 12 21:21:59.075 INFO O| Sep 12 21:21:59.075 INFO copying /tmp/.tmpjaLSeu/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
97242026-09-12T21:22:00.152Z[ recovery-image] Sep 12 21:21:59.075 INFO O| Sep 12 21:21:59.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
97252026-09-12T21:22:00.152Z[ recovery-image] Sep 12 21:21:59.075 INFO O| Sep 12 21:21:59.075 INFO ok!
97262026-09-12T21:22:00.152Z[ recovery-image] Sep 12 21:21:59.075 INFO O| Sep 12 21:21:59.075 INFO STEP 70 (ensure_file) COMPLETE
97272026-09-12T21:22:00.152Z[ recovery-image] Sep 12 21:21:59.075 INFO O| Sep 12 21:21:59.075 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97282026-09-12T21:22:00.158Z[ recovery-image] Sep 12 21:21:59.085 INFO O| Sep 12 21:21:59.085 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
97292026-09-12T21:22:00.162Z[ recovery-image] Sep 12 21:21:59.085 INFO O| Sep 12 21:21:59.085 INFO STEP 71 (remove_files) COMPLETE
97302026-09-12T21:22:00.165Z[ recovery-image] Sep 12 21:21:59.085 INFO O| Sep 12 21:21:59.085 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97312026-09-12T21:22:00.170Z[ recovery-image] Sep 12 21:21:59.097 INFO O| Sep 12 21:21:59.097 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
97322026-09-12T21:22:00.174Z[ recovery-image] Sep 12 21:21:59.097 INFO O| Sep 12 21:21:59.097 INFO STEP 72 (remove_files) COMPLETE
97332026-09-12T21:22:00.174Z[ recovery-image] Sep 12 21:21:59.097 INFO O| Sep 12 21:21:59.097 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97342026-09-12T21:22:00.184Z[ recovery-image] Sep 12 21:21:59.109 INFO O| Sep 12 21:21:59.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
97352026-09-12T21:22:00.184Z[ recovery-image] Sep 12 21:21:59.109 INFO O| Sep 12 21:21:59.109 INFO STEP 73 (remove_files) COMPLETE
97362026-09-12T21:22:00.184Z[ recovery-image] Sep 12 21:21:59.109 INFO O| Sep 12 21:21:59.109 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97372026-09-12T21:22:00.222Z[ recovery-image] Sep 12 21:21:59.127 INFO O| Sep 12 21:21:59.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
97382026-09-12T21:22:00.223Z[ recovery-image] Sep 12 21:21:59.127 INFO O| Sep 12 21:21:59.127 INFO STEP 74 (remove_files) COMPLETE
97392026-09-12T21:22:00.229Z[ recovery-image] Sep 12 21:21:59.127 INFO O| Sep 12 21:21:59.127 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97402026-09-12T21:22:00.229Z[ recovery-image] Sep 12 21:21:59.141 INFO O| Sep 12 21:21:59.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
97412026-09-12T21:22:00.230Z[ recovery-image] Sep 12 21:21:59.141 INFO O| Sep 12 21:21:59.141 INFO STEP 75 (remove_files) COMPLETE
97422026-09-12T21:22:00.230Z[ recovery-image] Sep 12 21:21:59.141 INFO O| Sep 12 21:21:59.141 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97432026-09-12T21:22:00.230Z[ recovery-image] Sep 12 21:21:59.155 INFO O| Sep 12 21:21:59.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
97442026-09-12T21:22:00.230Z[ recovery-image] Sep 12 21:21:59.155 INFO O| Sep 12 21:21:59.155 INFO STEP 76 (remove_files) COMPLETE
97452026-09-12T21:22:00.230Z[ recovery-image] Sep 12 21:21:59.155 INFO O| Sep 12 21:21:59.155 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97462026-09-12T21:22:00.242Z[ recovery-image] Sep 12 21:21:59.167 INFO O| Sep 12 21:21:59.167 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
97472026-09-12T21:22:00.243Z[ recovery-image] Sep 12 21:21:59.167 INFO O| Sep 12 21:21:59.167 INFO STEP 77 (remove_files) COMPLETE
97482026-09-12T21:22:00.243Z[ recovery-image] Sep 12 21:21:59.167 INFO O| Sep 12 21:21:59.167 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97492026-09-12T21:22:00.258Z[ recovery-image] Sep 12 21:21:59.180 INFO O| Sep 12 21:21:59.180 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
97502026-09-12T21:22:00.258Z[ recovery-image] Sep 12 21:21:59.180 INFO O| Sep 12 21:21:59.180 INFO STEP 78 (remove_files) COMPLETE
97512026-09-12T21:22:00.262Z[ recovery-image] Sep 12 21:21:59.180 INFO O| Sep 12 21:21:59.180 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97522026-09-12T21:22:00.267Z[ recovery-image] Sep 12 21:21:59.192 INFO O| Sep 12 21:21:59.192 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
97532026-09-12T21:22:00.267Z[ recovery-image] Sep 12 21:21:59.192 INFO O| Sep 12 21:21:59.192 INFO STEP 79 (remove_files) COMPLETE
97542026-09-12T21:22:00.267Z[ recovery-image] Sep 12 21:21:59.192 INFO O| Sep 12 21:21:59.192 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97552026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.205 INFO O| Sep 12 21:21:59.204 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
97562026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.205 INFO O| Sep 12 21:21:59.205 INFO STEP 80 (remove_files) COMPLETE
97572026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.205 INFO O| Sep 12 21:21:59.205 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.216 INFO O| Sep 12 21:21:59.216 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
97592026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.216 INFO O| Sep 12 21:21:59.216 INFO STEP 81 (remove_files) COMPLETE
97602026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.216 INFO O| Sep 12 21:21:59.216 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.228 INFO O| Sep 12 21:21:59.228 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
97622026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.228 INFO O| Sep 12 21:21:59.228 INFO STEP 82 (remove_files) COMPLETE
97632026-09-12T21:22:00.301Z[ recovery-image] Sep 12 21:21:59.228 INFO O| Sep 12 21:21:59.228 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642026-09-12T21:22:00.319Z[ recovery-image] Sep 12 21:21:59.240 INFO O| Sep 12 21:21:59.240 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
97652026-09-12T21:22:00.319Z[ recovery-image] Sep 12 21:21:59.240 INFO O| Sep 12 21:21:59.240 INFO STEP 83 (remove_files) COMPLETE
97662026-09-12T21:22:00.319Z[ recovery-image] Sep 12 21:21:59.240 INFO O| Sep 12 21:21:59.240 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672026-09-12T21:22:00.339Z[ recovery-image] Sep 12 21:21:59.252 INFO O| Sep 12 21:21:59.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
97682026-09-12T21:22:00.339Z[ recovery-image] Sep 12 21:21:59.252 INFO O| Sep 12 21:21:59.252 INFO STEP 84 (remove_files) COMPLETE
97692026-09-12T21:22:00.339Z[ recovery-image] Sep 12 21:21:59.252 INFO O| Sep 12 21:21:59.252 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702026-09-12T21:22:00.343Z[ recovery-image] Sep 12 21:21:59.263 INFO O| Sep 12 21:21:59.263 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97712026-09-12T21:22:00.343Z[ recovery-image] Sep 12 21:21:59.263 INFO O| Sep 12 21:21:59.263 INFO STEP 85 (remove_files) COMPLETE
97722026-09-12T21:22:00.343Z[ recovery-image] Sep 12 21:21:59.263 INFO O| Sep 12 21:21:59.263 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732026-09-12T21:22:00.351Z[ recovery-image] Sep 12 21:21:59.275 INFO O| Sep 12 21:21:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97742026-09-12T21:22:00.351Z[ recovery-image] Sep 12 21:21:59.275 INFO O| Sep 12 21:21:59.275 INFO STEP 86 (remove_files) COMPLETE
97752026-09-12T21:22:00.354Z[ recovery-image] Sep 12 21:21:59.275 INFO O| Sep 12 21:21:59.275 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762026-09-12T21:22:00.369Z[ recovery-image] Sep 12 21:21:59.286 INFO O| Sep 12 21:21:59.286 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97772026-09-12T21:22:00.369Z[ recovery-image] Sep 12 21:21:59.286 INFO O| Sep 12 21:21:59.286 INFO STEP 87 (remove_files) COMPLETE
97782026-09-12T21:22:00.369Z[ recovery-image] Sep 12 21:21:59.286 INFO O| Sep 12 21:21:59.286 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792026-09-12T21:22:00.379Z[ recovery-image] Sep 12 21:21:59.297 INFO O| Sep 12 21:21:59.297 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97802026-09-12T21:22:00.379Z[ recovery-image] Sep 12 21:21:59.297 INFO O| Sep 12 21:21:59.297 INFO STEP 88 (remove_files) COMPLETE
97812026-09-12T21:22:00.379Z[ recovery-image] Sep 12 21:21:59.297 INFO O| Sep 12 21:21:59.297 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822026-09-12T21:22:00.386Z[ recovery-image] Sep 12 21:21:59.307 INFO O| Sep 12 21:21:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97832026-09-12T21:22:00.386Z[ recovery-image] Sep 12 21:21:59.307 INFO O| Sep 12 21:21:59.307 INFO STEP 89 (remove_files) COMPLETE
97842026-09-12T21:22:00.386Z[ recovery-image] Sep 12 21:21:59.307 INFO O| Sep 12 21:21:59.307 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852026-09-12T21:22:00.392Z[ recovery-image] Sep 12 21:21:59.318 INFO O| Sep 12 21:21:59.318 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97862026-09-12T21:22:00.393Z[ recovery-image] Sep 12 21:21:59.318 INFO O| Sep 12 21:21:59.318 INFO STEP 90 (remove_files) COMPLETE
97872026-09-12T21:22:00.401Z[ recovery-image] Sep 12 21:21:59.318 INFO O| Sep 12 21:21:59.318 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882026-09-12T21:22:00.402Z[ recovery-image] Sep 12 21:21:59.328 INFO O| Sep 12 21:21:59.328 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97892026-09-12T21:22:00.402Z[ recovery-image] Sep 12 21:21:59.328 INFO O| Sep 12 21:21:59.328 INFO STEP 91 (remove_files) COMPLETE
97902026-09-12T21:22:00.402Z[ recovery-image] Sep 12 21:21:59.328 INFO O| Sep 12 21:21:59.328 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912026-09-12T21:22:00.411Z[ recovery-image] Sep 12 21:21:59.338 INFO O| Sep 12 21:21:59.338 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97922026-09-12T21:22:00.421Z[ recovery-image] Sep 12 21:21:59.338 INFO O| Sep 12 21:21:59.338 INFO STEP 92 (remove_files) COMPLETE
97932026-09-12T21:22:00.422Z[ recovery-image] Sep 12 21:21:59.338 INFO O| Sep 12 21:21:59.338 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942026-09-12T21:22:00.426Z[ recovery-image] Sep 12 21:21:59.351 INFO O| Sep 12 21:21:59.350 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97952026-09-12T21:22:00.426Z[ recovery-image] Sep 12 21:21:59.351 INFO O| Sep 12 21:21:59.351 INFO STEP 93 (remove_files) COMPLETE
97962026-09-12T21:22:00.426Z[ recovery-image] Sep 12 21:21:59.351 INFO O| Sep 12 21:21:59.351 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972026-09-12T21:22:00.435Z[ recovery-image] Sep 12 21:21:59.361 INFO O| Sep 12 21:21:59.361 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97982026-09-12T21:22:00.435Z[ recovery-image] Sep 12 21:21:59.361 INFO O| Sep 12 21:21:59.361 INFO STEP 94 (remove_files) COMPLETE
97992026-09-12T21:22:00.435Z[ recovery-image] Sep 12 21:21:59.361 INFO O| Sep 12 21:21:59.361 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002026-09-12T21:22:00.446Z[ recovery-image] Sep 12 21:21:59.373 INFO O| Sep 12 21:21:59.373 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
98012026-09-12T21:22:00.446Z[ recovery-image] Sep 12 21:21:59.373 INFO O| Sep 12 21:21:59.373 INFO STEP 95 (remove_files) COMPLETE
98022026-09-12T21:22:00.448Z[ recovery-image] Sep 12 21:21:59.373 INFO O| Sep 12 21:21:59.373 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032026-09-12T21:22:00.456Z[ recovery-image] Sep 12 21:21:59.383 INFO O| Sep 12 21:21:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
98042026-09-12T21:22:00.456Z[ recovery-image] Sep 12 21:21:59.383 INFO O| Sep 12 21:21:59.383 INFO STEP 96 (remove_files) COMPLETE
98052026-09-12T21:22:00.456Z[ recovery-image] Sep 12 21:21:59.383 INFO O| Sep 12 21:21:59.383 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062026-09-12T21:22:00.468Z[ recovery-image] Sep 12 21:21:59.395 INFO O| Sep 12 21:21:59.395 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
98072026-09-12T21:22:00.468Z[ recovery-image] Sep 12 21:21:59.395 INFO O| Sep 12 21:21:59.395 INFO STEP 97 (remove_files) COMPLETE
98082026-09-12T21:22:00.472Z[ recovery-image] Sep 12 21:21:59.395 INFO O| Sep 12 21:21:59.395 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092026-09-12T21:22:00.477Z[ recovery-image] Sep 12 21:21:59.404 INFO O| Sep 12 21:21:59.404 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
98102026-09-12T21:22:00.477Z[ recovery-image] Sep 12 21:21:59.404 INFO O| Sep 12 21:21:59.404 INFO STEP 98 (remove_files) COMPLETE
98112026-09-12T21:22:00.477Z[ recovery-image] Sep 12 21:21:59.404 INFO O| Sep 12 21:21:59.404 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122026-09-12T21:22:00.534Z[ recovery-image] Sep 12 21:21:59.413 INFO O| Sep 12 21:21:59.413 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
98132026-09-12T21:22:00.534Z[ recovery-image] Sep 12 21:21:59.413 INFO O| Sep 12 21:21:59.413 INFO STEP 99 (remove_files) COMPLETE
98142026-09-12T21:22:00.534Z[ recovery-image] Sep 12 21:21:59.413 INFO O| Sep 12 21:21:59.413 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
98152026-09-12T21:22:00.550Z[ recovery-image] Sep 12 21:21:59.429 INFO O| Sep 12 21:21:59.429 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
98162026-09-12T21:22:00.550Z[ recovery-image] Sep 12 21:21:59.429 INFO O| Sep 12 21:21:59.429 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
98172026-09-12T21:22:01.780Z[ host-image] Sep 12 21:22:00.700 INFO O| seeding SMF database...
98182026-09-12T21:22:03.421Z[verify-libraries] Compiling oso v0.27.3
98192026-09-12T21:22:04.040Z[ recovery-image] Sep 12 21:22:02.878 INFO O| Sep 12 21:22:02.878 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
98202026-09-12T21:22:04.040Z[ recovery-image] Sep 12 21:22:02.878 INFO O| Sep 12 21:22:02.878 INFO E| svccfg: Loaded 69 smf(7) service descriptions
98212026-09-12T21:22:04.053Z[ recovery-image] Sep 12 21:22:02.891 INFO O| Sep 12 21:22:02.891 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98222026-09-12T21:22:04.187Z[ recovery-image] Sep 12 21:22:02.987 INFO O| Sep 12 21:22:02.987 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"}
98232026-09-12T21:22:04.208Z[ recovery-image] Sep 12 21:22:03.045 INFO O| Sep 12 21:22:03.045 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
98242026-09-12T21:22:04.223Z[ recovery-image] Sep 12 21:22:03.150 INFO O| Sep 12 21:22:03.150 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
98252026-09-12T21:22:04.226Z[ recovery-image] Sep 12 21:22:03.151 INFO O| Sep 12 21:22:03.150 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 ...
98262026-09-12T21:22:04.235Z[ recovery-image] Sep 12 21:22:03.152 INFO O| Sep 12 21:22:03.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
98272026-09-12T21:22:04.236Z[ recovery-image] Sep 12 21:22:03.152 INFO O| Sep 12 21:22:03.152 INFO ok!
98282026-09-12T21:22:04.236Z[ recovery-image] Sep 12 21:22:03.152 INFO O| Sep 12 21:22:03.152 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
98292026-09-12T21:22:04.236Z[ recovery-image] Sep 12 21:22:03.152 INFO O| Sep 12 21:22:03.152 INFO STEP 100 (seed_smf) COMPLETE
98302026-09-12T21:22:04.236Z[ recovery-image] Sep 12 21:22:03.152 INFO O| Sep 12 21:22:03.152 INFO steps complete; finalising image!
98312026-09-12T21:22:04.236Z[ recovery-image] Sep 12 21:22:03.152 INFO O| Sep 12 21:22:03.152 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
98322026-09-12T21:22:04.312Z[ recovery-image] Sep 12 21:22:03.233 INFO O| Sep 12 21:22:03.233 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sat Sep 12 21:22:03 2026)
98332026-09-12T21:22:04.513Z[ recovery-image] Sep 12 21:22:03.439 INFO O| Sep 12 21:22:03.439 INFO trim TEMPORARY-sled-zfs-recovery: (30% trimmed, started at Sat Sep 12 21:22:03 2026)
98342026-09-12T21:22:04.723Z[ recovery-image] Sep 12 21:22:03.647 INFO O| Sep 12 21:22:03.647 INFO trim TEMPORARY-sled-zfs-recovery: (43% trimmed, started at Sat Sep 12 21:22:03 2026)
98352026-09-12T21:22:04.932Z[ recovery-image] Sep 12 21:22:03.854 INFO O| Sep 12 21:22:03.854 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Sat Sep 12 21:22:03 2026)
98362026-09-12T21:22:05.134Z[ recovery-image] Sep 12 21:22:04.060 INFO O| Sep 12 21:22:04.060 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98372026-09-12T21:22:05.351Z[ recovery-image] Sep 12 21:22:04.267 INFO O| Sep 12 21:22:04.267 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98382026-09-12T21:22:05.554Z[ recovery-image] Sep 12 21:22:04.474 INFO O| Sep 12 21:22:04.474 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98392026-09-12T21:22:05.753Z[ recovery-image] Sep 12 21:22:04.680 INFO O| Sep 12 21:22:04.680 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98402026-09-12T21:22:10.178Z[ recovery-image] Sep 12 21:22:04.886 INFO O| Sep 12 21:22:04.886 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98412026-09-12T21:22:10.185Z[ recovery-image] Sep 12 21:22:05.093 INFO O| Sep 12 21:22:05.092 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98422026-09-12T21:22:10.185Z[ recovery-image] Sep 12 21:22:05.303 INFO O| Sep 12 21:22:05.303 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98432026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:05.509 INFO O| Sep 12 21:22:05.509 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98442026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:05.715 INFO O| Sep 12 21:22:05.715 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98452026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:05.921 INFO O| Sep 12 21:22:05.921 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98462026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:06.127 INFO O| Sep 12 21:22:06.127 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98472026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:06.333 INFO O| Sep 12 21:22:06.333 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98482026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:06.539 INFO O| Sep 12 21:22:06.539 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98492026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:06.745 INFO O| Sep 12 21:22:06.745 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98502026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:06.951 INFO O| Sep 12 21:22:06.951 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98512026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:07.157 INFO O| Sep 12 21:22:07.157 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98522026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:07.364 INFO O| Sep 12 21:22:07.364 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Sat Sep 12 21:22:03 2026)
98532026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:07.575 INFO O| Sep 12 21:22:07.575 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 12 21:22:03 2026)
98542026-09-12T21:22:10.187Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
98552026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:07.786 INFO O| Sep 12 21:22:07.785 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 12 21:22:03 2026)
98562026-09-12T21:22:10.187Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
98572026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:08.013 INFO O| Sep 12 21:22:08.009 INFO temporary pool has 467M used, 1.29G avail, 1.00x compressratio
98582026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:08.013 INFO O| Sep 12 21:22:08.009 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98592026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:08.880 INFO O| Sep 12 21:22:08.880 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
98602026-09-12T21:22:10.187Z[ recovery-image] Sep 12 21:22:08.880 INFO O| Sep 12 21:22:08.880 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98612026-09-12T21:22:10.407Z[ host-image] Sep 12 21:22:09.333 INFO O| configuring SMF profile...
98622026-09-12T21:22:10.407Z[ host-image] Sep 12 21:22:09.333 INFO O| modifying shadow(5)...
98632026-09-12T21:22:10.407Z[ host-image] Sep 12 21:22:09.333 INFO O| loading user and group database...
98642026-09-12T21:22:10.407Z[ host-image] Sep 12 21:22:09.333 INFO O| loading facet selections...
98652026-09-12T21:22:10.816Z[ host-image] Sep 12 21:22:09.743 INFO O| devel -> true
98662026-09-12T21:22:10.816Z[ host-image] Sep 12 21:22:09.743 INFO O| doc.man -> true
98672026-09-12T21:22:10.816Z[ host-image] Sep 12 21:22:09.743 INFO O| version-lock.shell/ksh93 -> true
98682026-09-12T21:22:10.823Z[ host-image] Sep 12 21:22:09.743 INFO O| version-lock.system/data/hardware-registry -> true
98692026-09-12T21:22:10.823Z[ host-image] Sep 12 21:22:09.743 INFO O| version-lock.system/data/zoneinfo -> true
98702026-09-12T21:22:10.823Z[ host-image] Sep 12 21:22:09.743 INFO O| version-lock.system/microcode/amd -> true
98712026-09-12T21:22:10.823Z[ host-image] Sep 12 21:22:09.743 INFO O| version-lock.system/microcode/intel -> true
98722026-09-12T21:22:10.823Z[ host-image] Sep 12 21:22:09.743 INFO O| version-lock.system/microcode/oxide -> true
98732026-09-12T21:22:10.823Z[ host-image] Sep 12 21:22:09.743 INFO O| assessing packaged files...
98742026-09-12T21:22:12.757Z[ recovery-image] Sep 12 21:22:11.684 INFO O| Sep 12 21:22:11.683 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98752026-09-12T21:22:12.757Z[ recovery-image] Sep 12 21:22:11.684 INFO O| Sep 12 21:22:11.684 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98762026-09-12T21:22:12.757Z[ recovery-image] Sep 12 21:22:11.684 INFO O| Sep 12 21:22:11.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98772026-09-12T21:22:12.759Z[ recovery-image] Sep 12 21:22:11.684 INFO O| Sep 12 21:22:11.684 INFO completed processing sled/zfs-recovery
98782026-09-12T21:22:12.763Z[ recovery-image] Sep 12 21:22:11.684 INFO O| Sep 12 21:22:11.684 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98792026-09-12T21:22:12.921Z[ host-image] Sep 12 21:22:11.845 INFO O| creating archive...
98802026-09-12T21:22:12.940Z[ host-image] Sep 12 21:22:11.867 INFO O| missing from packaging:
98812026-09-12T21:22:12.941Z[ host-image] Sep 12 21:22:11.867 INFO O| "etc/.pwd.lock"
98822026-09-12T21:22:12.944Z[ host-image] Sep 12 21:22:11.867 INFO O| "etc/bash"
98832026-09-12T21:22:12.945Z[ host-image] Sep 12 21:22:11.871 INFO O| "etc/svc/profile/generic.xml"
98842026-09-12T21:22:12.945Z[ host-image] Sep 12 21:22:11.871 INFO O| "etc/svc/profile/inetd_services.xml"
98852026-09-12T21:22:12.945Z[ host-image] Sep 12 21:22:11.871 INFO O| "etc/svc/profile/name_service.xml"
98862026-09-12T21:22:12.945Z[ host-image] Sep 12 21:22:11.871 INFO O| "etc/svc/profile/platform.xml"
98872026-09-12T21:22:12.945Z[ host-image] Sep 12 21:22:11.871 INFO O| "etc/svc/profile/platform_omicron1.xml"
98882026-09-12T21:22:12.945Z[ host-image] Sep 12 21:22:11.871 INFO O| "etc/svc/repository.db"
98892026-09-12T21:22:12.950Z[ host-image] Sep 12 21:22:11.877 INFO O| "opt/ooce/share"
98902026-09-12T21:22:12.950Z[ host-image] Sep 12 21:22:11.877 INFO O| "opt/ooce/share/man"
98912026-09-12T21:22:12.950Z[ host-image] Sep 12 21:22:11.877 INFO O| "opt/ooce/share/man/man1"
98922026-09-12T21:22:12.960Z[ host-image] Sep 12 21:22:11.887 INFO O| finishing archive...
98932026-09-12T21:22:15.489Z[ host-image] Sep 12 21:22:14.415 INFO O| creating gzonly manifest...
98942026-09-12T21:22:15.496Z[ host-image] Sep 12 21:22:14.422 INFO O| ok
98952026-09-12T21:22:15.639Z[ host-image] Sep 12 21:22:14.565 INFO image builder template: ramdisk-02-trim...
98962026-09-12T21:22:15.639Z[ host-image] Sep 12 21:22:14.565 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/.tmpjaLSeu/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
98972026-09-12T21:22:15.662Z[ host-image] Sep 12 21:22:14.588 INFO O| Sep 12 21:22:14.588 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98982026-09-12T21:22:15.666Z[ host-image] Sep 12 21:22:14.592 INFO O| Sep 12 21:22:14.592 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98992026-09-12T21:22:16.053Z[ host-image] Sep 12 21:22:14.980 INFO O| Sep 12 21:22:14.980 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
99002026-09-12T21:22:16.109Z[ host-image] Sep 12 21:22:15.036 INFO O| Sep 12 21:22:15.036 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
99012026-09-12T21:22:16.109Z[ host-image] Sep 12 21:22:15.036 INFO O| Sep 12 21:22:15.036 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
99022026-09-12T21:22:16.117Z[ host-image] Sep 12 21:22:15.041 INFO O| Sep 12 21:22:15.041 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
99032026-09-12T21:22:16.122Z[ host-image] Sep 12 21:22:15.046 INFO O| Sep 12 21:22:15.045 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
99042026-09-12T21:22:16.125Z[ host-image] Sep 12 21:22:15.051 INFO O| Sep 12 21:22:15.051 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
99052026-09-12T21:22:16.136Z[ recovery-image] Sep 12 21:22:15.063 INFO O| Sep 12 21:22:15.063 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
99062026-09-12T21:22:16.290Z[ recovery-image] Sep 12 21:22:15.217 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
99072026-09-12T21:22:16.290Z[ recovery-image] Sep 12 21:22:15.217 INFO expanded image name: "recovery 746e8ce/${os_short_commit} 2026-09-12 21:07" -> "recovery 746e8ce/0a8e320 2026-09-12 21:07"
99082026-09-12T21:22:16.291Z[ recovery-image] Sep 12 21:22:15.217 INFO output artefacts stored in: "/work/os-recovery"
99092026-09-12T21:22:16.296Z[ recovery-image] Sep 12 21:22:15.217 INFO collecting git info from project "amd-host-image-builder"...
99102026-09-12T21:22:16.344Z[ recovery-image] Sep 12 21:22:15.270 INFO collecting git info from project "pinprick"...
99112026-09-12T21:22:16.349Z[ recovery-image] Sep 12 21:22:15.277 INFO collecting git info from project "phbl"...
99122026-09-12T21:22:16.357Z[ recovery-image] Sep 12 21:22:15.284 INFO collecting git info from project "amd-firmware"...
99132026-09-12T21:22:16.714Z[ recovery-image] Sep 12 21:22:15.641 INFO collecting git info from project "pilot"...
99142026-09-12T21:22:16.723Z[ recovery-image] Sep 12 21:22:15.650 INFO collecting git info from project "dmar-report"...
99152026-09-12T21:22:16.753Z[ recovery-image] Sep 12 21:22:15.680 INFO collecting git info from project "chelsio-t6-roms"...
99162026-09-12T21:22:16.772Z[ recovery-image] Sep 12 21:22:15.699 INFO collecting git info from project "bootserver"...
99172026-09-12T21:22:16.779Z[ recovery-image] Sep 12 21:22:15.706 INFO collecting git info from project "image-builder"...
99182026-09-12T21:22:16.791Z[ recovery-image] Sep 12 21:22:15.718 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99192026-09-12T21:22:17.225Z[ recovery-image] Sep 12 21:22:16.152 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99202026-09-12T21:22:17.298Z[ host-image] Sep 12 21:22:16.224 INFO O| Sep 12 21:22:16.224 INFO rolled back to input snapshot; work may begin
99212026-09-12T21:22:17.298Z[ host-image] Sep 12 21:22:16.224 INFO O| Sep 12 21:22:16.224 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
99222026-09-12T21:22:17.302Z[ host-image] Sep 12 21:22:16.230 INFO O| Sep 12 21:22:16.230 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99232026-09-12T21:22:17.314Z[ host-image] Sep 12 21:22:16.241 INFO O| Sep 12 21:22:16.241 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
99242026-09-12T21:22:17.353Z[ host-image] Sep 12 21:22:16.280 INFO O| Sep 12 21:22:16.280 INFO STEP 0 (remove_files) COMPLETE
99252026-09-12T21:22:17.354Z[ host-image] Sep 12 21:22:16.280 INFO O| Sep 12 21:22:16.280 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99262026-09-12T21:22:17.367Z[ host-image] Sep 12 21:22:16.291 INFO O| Sep 12 21:22:16.291 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
99272026-09-12T21:22:17.367Z[ host-image] Sep 12 21:22:16.292 INFO O| Sep 12 21:22:16.292 INFO STEP 1 (remove_files) COMPLETE
99282026-09-12T21:22:17.367Z[ host-image] Sep 12 21:22:16.292 INFO O| Sep 12 21:22:16.292 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99292026-09-12T21:22:17.375Z[ host-image] Sep 12 21:22:16.302 INFO O| Sep 12 21:22:16.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
99302026-09-12T21:22:17.389Z[ host-image] Sep 12 21:22:16.316 INFO O| Sep 12 21:22:16.316 INFO STEP 2 (remove_files) COMPLETE
99312026-09-12T21:22:17.389Z[ host-image] Sep 12 21:22:16.316 INFO O| Sep 12 21:22:16.316 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99322026-09-12T21:22:17.400Z[ host-image] Sep 12 21:22:16.327 INFO O| Sep 12 21:22:16.327 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
99332026-09-12T21:22:17.404Z[ host-image] Sep 12 21:22:16.329 INFO O| Sep 12 21:22:16.329 INFO STEP 3 (remove_files) COMPLETE
99342026-09-12T21:22:17.405Z[ host-image] Sep 12 21:22:16.329 INFO O| Sep 12 21:22:16.329 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99352026-09-12T21:22:17.412Z[ host-image] Sep 12 21:22:16.339 INFO O| Sep 12 21:22:16.339 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
99362026-09-12T21:22:17.416Z[ host-image] Sep 12 21:22:16.342 INFO O| Sep 12 21:22:16.342 INFO STEP 4 (remove_files) COMPLETE
99372026-09-12T21:22:17.416Z[ host-image] Sep 12 21:22:16.342 INFO O| Sep 12 21:22:16.342 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99382026-09-12T21:22:17.425Z[ host-image] Sep 12 21:22:16.352 INFO O| Sep 12 21:22:16.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
99392026-09-12T21:22:17.429Z[ host-image] Sep 12 21:22:16.354 INFO O| Sep 12 21:22:16.354 INFO STEP 5 (remove_files) COMPLETE
99402026-09-12T21:22:17.429Z[ host-image] Sep 12 21:22:16.354 INFO O| Sep 12 21:22:16.354 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99412026-09-12T21:22:17.437Z[ host-image] Sep 12 21:22:16.364 INFO O| Sep 12 21:22:16.364 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
99422026-09-12T21:22:17.447Z[ host-image] Sep 12 21:22:16.374 INFO O| Sep 12 21:22:16.374 INFO STEP 6 (remove_files) COMPLETE
99432026-09-12T21:22:17.447Z[ host-image] Sep 12 21:22:16.374 INFO O| Sep 12 21:22:16.374 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99442026-09-12T21:22:17.449Z[ host-image] Sep 12 21:22:16.374 INFO O| Sep 12 21:22:16.374 INFO skip step because feature "heliosv2" is not enabled
99452026-09-12T21:22:17.453Z[ host-image] Sep 12 21:22:16.374 INFO O| Sep 12 21:22:16.374 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-12T21:22:17.457Z[ host-image] Sep 12 21:22:16.384 INFO O| Sep 12 21:22:16.384 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
99472026-09-12T21:22:17.474Z[ host-image] Sep 12 21:22:16.395 INFO O| Sep 12 21:22:16.395 INFO STEP 8 (remove_files) COMPLETE
99482026-09-12T21:22:17.474Z[ host-image] Sep 12 21:22:16.395 INFO O| Sep 12 21:22:16.395 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99492026-09-12T21:22:17.480Z[ host-image] Sep 12 21:22:16.406 INFO O| Sep 12 21:22:16.406 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
99502026-09-12T21:22:17.546Z[ host-image] Sep 12 21:22:16.472 INFO O| Sep 12 21:22:16.472 INFO STEP 9 (remove_files) COMPLETE
99512026-09-12T21:22:17.546Z[ host-image] Sep 12 21:22:16.472 INFO O| Sep 12 21:22:16.472 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99522026-09-12T21:22:17.556Z[ host-image] Sep 12 21:22:16.483 INFO O| Sep 12 21:22:16.483 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
99532026-09-12T21:22:17.602Z[ recovery-image] Sep 12 21:22:16.529 INFO creating Oxide boot image...
99542026-09-12T21:22:17.603Z[ recovery-image] Sep 12 21:22:16.529 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 746e8ce/0a8e320 2026-09-12 21:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
99552026-09-12T21:22:17.687Z[ host-image] Sep 12 21:22:16.613 INFO O| Sep 12 21:22:16.613 INFO STEP 10 (remove_files) COMPLETE
99562026-09-12T21:22:17.687Z[ host-image] Sep 12 21:22:16.613 INFO O| Sep 12 21:22:16.613 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99572026-09-12T21:22:17.696Z[ host-image] Sep 12 21:22:16.623 INFO O| Sep 12 21:22:16.623 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
99582026-09-12T21:22:17.700Z[ host-image] Sep 12 21:22:16.625 INFO O| Sep 12 21:22:16.625 INFO STEP 11 (remove_files) COMPLETE
99592026-09-12T21:22:17.701Z[ host-image] Sep 12 21:22:16.625 INFO O| Sep 12 21:22:16.625 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99602026-09-12T21:22:17.708Z[ host-image] Sep 12 21:22:16.634 INFO O| Sep 12 21:22:16.634 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
99612026-09-12T21:22:17.713Z[ host-image] Sep 12 21:22:16.635 INFO O| Sep 12 21:22:16.635 INFO STEP 12 (remove_files) COMPLETE
99622026-09-12T21:22:17.713Z[ host-image] Sep 12 21:22:16.635 INFO O| Sep 12 21:22:16.635 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99632026-09-12T21:22:17.718Z[ host-image] Sep 12 21:22:16.646 INFO O| Sep 12 21:22:16.646 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
99642026-09-12T21:22:17.753Z[ host-image] Sep 12 21:22:16.680 INFO O| Sep 12 21:22:16.680 INFO STEP 13 (remove_files) COMPLETE
99652026-09-12T21:22:17.753Z[ host-image] Sep 12 21:22:16.680 INFO O| Sep 12 21:22:16.680 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99662026-09-12T21:22:17.799Z[ host-image] Sep 12 21:22:16.726 INFO O| Sep 12 21:22:16.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
99672026-09-12T21:22:17.810Z[ host-image] Sep 12 21:22:16.737 INFO O| Sep 12 21:22:16.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
99682026-09-12T21:22:18.026Z[ host-image] Sep 12 21:22:16.941 INFO O| Sep 12 21:22:16.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
99692026-09-12T21:22:18.026Z[ host-image] Sep 12 21:22:16.941 INFO O| Sep 12 21:22:16.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
99702026-09-12T21:22:18.039Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
99712026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
99722026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
99732026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
99742026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
99752026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
99762026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
99772026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
99782026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
99792026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
99802026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
99812026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
99822026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.942 INFO O| Sep 12 21:22:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
99832026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.943 INFO O| Sep 12 21:22:16.943 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
99842026-09-12T21:22:18.040Z[ host-image] Sep 12 21:22:16.943 INFO O| Sep 12 21:22:16.943 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
99852026-09-12T21:22:18.042Z[ host-image] Sep 12 21:22:16.943 INFO O| Sep 12 21:22:16.943 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
99862026-09-12T21:22:18.042Z[ host-image] Sep 12 21:22:16.949 INFO O| Sep 12 21:22:16.949 INFO STEP 14 (remove_files) COMPLETE
99872026-09-12T21:22:18.042Z[ host-image] Sep 12 21:22:16.949 INFO O| Sep 12 21:22:16.949 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-12T21:22:18.073Z[ host-image] Sep 12 21:22:16.959 INFO O| Sep 12 21:22:16.959 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
99892026-09-12T21:22:18.073Z[ host-image] Sep 12 21:22:16.960 INFO O| Sep 12 21:22:16.960 INFO STEP 15 (remove_files) COMPLETE
99902026-09-12T21:22:18.073Z[ host-image] Sep 12 21:22:16.960 INFO O| Sep 12 21:22:16.960 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-12T21:22:18.073Z[ host-image] Sep 12 21:22:16.968 INFO O| Sep 12 21:22:16.968 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
99922026-09-12T21:22:18.073Z[ host-image] Sep 12 21:22:16.974 INFO O| Sep 12 21:22:16.974 INFO STEP 16 (remove_files) COMPLETE
99932026-09-12T21:22:18.073Z[ host-image] Sep 12 21:22:16.974 INFO O| Sep 12 21:22:16.974 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-12T21:22:18.088Z[ host-image] Sep 12 21:22:16.982 INFO O| Sep 12 21:22:16.982 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
99952026-09-12T21:22:18.088Z[ host-image] Sep 12 21:22:16.983 INFO O| Sep 12 21:22:16.983 INFO STEP 17 (remove_files) COMPLETE
99962026-09-12T21:22:18.088Z[ host-image] Sep 12 21:22:16.983 INFO O| Sep 12 21:22:16.983 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99972026-09-12T21:22:18.088Z[ host-image] Sep 12 21:22:16.991 INFO O| Sep 12 21:22:16.991 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
99982026-09-12T21:22:18.088Z[ host-image] Sep 12 21:22:16.992 INFO O| Sep 12 21:22:16.992 INFO STEP 18 (remove_files) COMPLETE
99992026-09-12T21:22:18.088Z[ host-image] Sep 12 21:22:16.992 INFO O| Sep 12 21:22:16.992 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100002026-09-12T21:22:18.113Z[ host-image] Sep 12 21:22:17.040 INFO O| Sep 12 21:22:17.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
100012026-09-12T21:22:18.113Z[ host-image] Sep 12 21:22:17.041 INFO O| Sep 12 21:22:17.041 INFO STEP 19 (remove_files) COMPLETE
100022026-09-12T21:22:18.113Z[ host-image] Sep 12 21:22:17.041 INFO O| Sep 12 21:22:17.041 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100032026-09-12T21:22:18.125Z[ host-image] Sep 12 21:22:17.052 INFO O| Sep 12 21:22:17.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
100042026-09-12T21:22:18.125Z[ host-image] Sep 12 21:22:17.052 INFO O| Sep 12 21:22:17.052 INFO STEP 20 (remove_files) COMPLETE
100052026-09-12T21:22:18.130Z[ host-image] Sep 12 21:22:17.052 INFO O| Sep 12 21:22:17.052 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100062026-09-12T21:22:18.136Z[ host-image] Sep 12 21:22:17.064 INFO O| Sep 12 21:22:17.064 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
100072026-09-12T21:22:18.137Z[ host-image] Sep 12 21:22:17.064 INFO O| Sep 12 21:22:17.064 INFO STEP 21 (remove_files) COMPLETE
100082026-09-12T21:22:18.137Z[ host-image] Sep 12 21:22:17.064 INFO O| Sep 12 21:22:17.064 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100092026-09-12T21:22:18.149Z[ host-image] Sep 12 21:22:17.075 INFO O| Sep 12 21:22:17.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
100102026-09-12T21:22:18.149Z[ host-image] Sep 12 21:22:17.075 INFO O| Sep 12 21:22:17.075 INFO STEP 22 (remove_files) COMPLETE
100112026-09-12T21:22:18.152Z[ host-image] Sep 12 21:22:17.075 INFO O| Sep 12 21:22:17.075 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100122026-09-12T21:22:18.159Z[ host-image] Sep 12 21:22:17.086 INFO O| Sep 12 21:22:17.085 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
100132026-09-12T21:22:18.159Z[ host-image] Sep 12 21:22:17.086 INFO O| Sep 12 21:22:17.086 INFO STEP 23 (remove_files) COMPLETE
100142026-09-12T21:22:18.163Z[ host-image] Sep 12 21:22:17.086 INFO O| Sep 12 21:22:17.086 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100152026-09-12T21:22:18.171Z[ host-image] Sep 12 21:22:17.097 INFO O| Sep 12 21:22:17.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
100162026-09-12T21:22:18.171Z[ host-image] Sep 12 21:22:17.098 INFO O| Sep 12 21:22:17.097 INFO STEP 24 (remove_files) COMPLETE
100172026-09-12T21:22:18.178Z[ host-image] Sep 12 21:22:17.098 INFO O| Sep 12 21:22:17.097 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100182026-09-12T21:22:18.182Z[ host-image] Sep 12 21:22:17.107 INFO O| Sep 12 21:22:17.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
100192026-09-12T21:22:18.182Z[ host-image] Sep 12 21:22:17.107 INFO O| Sep 12 21:22:17.107 INFO STEP 25 (remove_files) COMPLETE
100202026-09-12T21:22:18.182Z[ host-image] Sep 12 21:22:17.107 INFO O| Sep 12 21:22:17.107 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100212026-09-12T21:22:18.188Z[ host-image] Sep 12 21:22:17.115 INFO O| Sep 12 21:22:17.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
100222026-09-12T21:22:18.188Z[ host-image] Sep 12 21:22:17.115 INFO O| Sep 12 21:22:17.115 INFO STEP 26 (remove_files) COMPLETE
100232026-09-12T21:22:18.194Z[ host-image] Sep 12 21:22:17.115 INFO O| Sep 12 21:22:17.115 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100242026-09-12T21:22:18.198Z[ host-image] Sep 12 21:22:17.126 INFO O| Sep 12 21:22:17.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
100252026-09-12T21:22:18.198Z[ host-image] Sep 12 21:22:17.126 INFO O| Sep 12 21:22:17.126 INFO STEP 27 (remove_files) COMPLETE
100262026-09-12T21:22:18.202Z[ host-image] Sep 12 21:22:17.126 INFO O| Sep 12 21:22:17.126 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100272026-09-12T21:22:18.208Z[ host-image] Sep 12 21:22:17.135 INFO O| Sep 12 21:22:17.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
100282026-09-12T21:22:18.208Z[ host-image] Sep 12 21:22:17.136 INFO O| Sep 12 21:22:17.136 INFO STEP 28 (remove_files) COMPLETE
100292026-09-12T21:22:18.212Z[ host-image] Sep 12 21:22:17.136 INFO O| Sep 12 21:22:17.136 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100302026-09-12T21:22:18.219Z[ host-image] Sep 12 21:22:17.145 INFO O| Sep 12 21:22:17.145 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
100312026-09-12T21:22:18.219Z[ host-image] Sep 12 21:22:17.145 INFO O| Sep 12 21:22:17.145 INFO STEP 29 (remove_files) COMPLETE
100322026-09-12T21:22:18.224Z[ host-image] Sep 12 21:22:17.145 INFO O| Sep 12 21:22:17.145 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100332026-09-12T21:22:18.230Z[ host-image] Sep 12 21:22:17.156 INFO O| Sep 12 21:22:17.156 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
100342026-09-12T21:22:18.230Z[ host-image] Sep 12 21:22:17.156 INFO O| Sep 12 21:22:17.156 INFO STEP 30 (remove_files) COMPLETE
100352026-09-12T21:22:18.234Z[ host-image] Sep 12 21:22:17.156 INFO O| Sep 12 21:22:17.156 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100362026-09-12T21:22:18.244Z[ host-image] Sep 12 21:22:17.167 INFO O| Sep 12 21:22:17.167 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
100372026-09-12T21:22:18.244Z[ host-image] Sep 12 21:22:17.167 INFO O| Sep 12 21:22:17.167 INFO STEP 31 (remove_files) COMPLETE
100382026-09-12T21:22:18.254Z[ host-image] Sep 12 21:22:17.167 INFO O| Sep 12 21:22:17.167 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100392026-09-12T21:22:18.254Z[ host-image] Sep 12 21:22:17.178 INFO O| Sep 12 21:22:17.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
100402026-09-12T21:22:18.254Z[ host-image] Sep 12 21:22:17.178 INFO O| Sep 12 21:22:17.178 INFO STEP 32 (remove_files) COMPLETE
100412026-09-12T21:22:18.254Z[ host-image] Sep 12 21:22:17.178 INFO O| Sep 12 21:22:17.178 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100422026-09-12T21:22:18.262Z[ host-image] Sep 12 21:22:17.189 INFO O| Sep 12 21:22:17.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
100432026-09-12T21:22:18.262Z[ host-image] Sep 12 21:22:17.190 INFO O| Sep 12 21:22:17.190 INFO STEP 33 (remove_files) COMPLETE
100442026-09-12T21:22:18.266Z[ host-image] Sep 12 21:22:17.190 INFO O| Sep 12 21:22:17.190 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100452026-09-12T21:22:18.274Z[ host-image] Sep 12 21:22:17.200 INFO O| Sep 12 21:22:17.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
100462026-09-12T21:22:18.274Z[ host-image] Sep 12 21:22:17.200 INFO O| Sep 12 21:22:17.200 INFO STEP 34 (remove_files) COMPLETE
100472026-09-12T21:22:18.274Z[ host-image] Sep 12 21:22:17.200 INFO O| Sep 12 21:22:17.200 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100482026-09-12T21:22:18.284Z[ host-image] Sep 12 21:22:17.211 INFO O| Sep 12 21:22:17.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
100492026-09-12T21:22:18.284Z[ host-image] Sep 12 21:22:17.211 INFO O| Sep 12 21:22:17.211 INFO STEP 35 (remove_files) COMPLETE
100502026-09-12T21:22:18.287Z[ host-image] Sep 12 21:22:17.211 INFO O| Sep 12 21:22:17.211 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100512026-09-12T21:22:18.294Z[ host-image] Sep 12 21:22:17.221 INFO O| Sep 12 21:22:17.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
100522026-09-12T21:22:18.294Z[ host-image] Sep 12 21:22:17.221 INFO O| Sep 12 21:22:17.221 INFO STEP 36 (remove_files) COMPLETE
100532026-09-12T21:22:18.294Z[ host-image] Sep 12 21:22:17.221 INFO O| Sep 12 21:22:17.221 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100542026-09-12T21:22:18.308Z[ host-image] Sep 12 21:22:17.232 INFO O| Sep 12 21:22:17.231 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
100552026-09-12T21:22:18.308Z[ host-image] Sep 12 21:22:17.232 INFO O| Sep 12 21:22:17.232 INFO STEP 37 (remove_files) COMPLETE
100562026-09-12T21:22:18.312Z[ host-image] Sep 12 21:22:17.232 INFO O| Sep 12 21:22:17.232 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100572026-09-12T21:22:18.316Z[ host-image] Sep 12 21:22:17.242 INFO O| Sep 12 21:22:17.242 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
100582026-09-12T21:22:18.316Z[ host-image] Sep 12 21:22:17.242 INFO O| Sep 12 21:22:17.242 INFO STEP 38 (remove_files) COMPLETE
100592026-09-12T21:22:18.316Z[ host-image] Sep 12 21:22:17.242 INFO O| Sep 12 21:22:17.242 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100602026-09-12T21:22:18.325Z[ host-image] Sep 12 21:22:17.252 INFO O| Sep 12 21:22:17.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
100612026-09-12T21:22:18.325Z[ host-image] Sep 12 21:22:17.252 INFO O| Sep 12 21:22:17.252 INFO STEP 39 (remove_files) COMPLETE
100622026-09-12T21:22:18.325Z[ host-image] Sep 12 21:22:17.252 INFO O| Sep 12 21:22:17.252 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100632026-09-12T21:22:18.335Z[ host-image] Sep 12 21:22:17.262 INFO O| Sep 12 21:22:17.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
100642026-09-12T21:22:18.335Z[ host-image] Sep 12 21:22:17.263 INFO O| Sep 12 21:22:17.263 INFO STEP 40 (remove_files) COMPLETE
100652026-09-12T21:22:18.339Z[ host-image] Sep 12 21:22:17.263 INFO O| Sep 12 21:22:17.263 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100662026-09-12T21:22:18.345Z[ host-image] Sep 12 21:22:17.272 INFO O| Sep 12 21:22:17.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
100672026-09-12T21:22:18.345Z[ host-image] Sep 12 21:22:17.273 INFO O| Sep 12 21:22:17.273 INFO STEP 41 (remove_files) COMPLETE
100682026-09-12T21:22:18.345Z[ host-image] Sep 12 21:22:17.273 INFO O| Sep 12 21:22:17.273 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100692026-09-12T21:22:18.357Z[ host-image] Sep 12 21:22:17.284 INFO O| Sep 12 21:22:17.284 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
100702026-09-12T21:22:18.357Z[ host-image] Sep 12 21:22:17.284 INFO O| Sep 12 21:22:17.284 INFO STEP 42 (remove_files) COMPLETE
100712026-09-12T21:22:18.357Z[ host-image] Sep 12 21:22:17.284 INFO O| Sep 12 21:22:17.284 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100722026-09-12T21:22:18.366Z[ host-image] Sep 12 21:22:17.293 INFO O| Sep 12 21:22:17.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
100732026-09-12T21:22:18.367Z[ host-image] Sep 12 21:22:17.293 INFO O| Sep 12 21:22:17.293 INFO STEP 43 (remove_files) COMPLETE
100742026-09-12T21:22:18.367Z[ host-image] Sep 12 21:22:17.293 INFO O| Sep 12 21:22:17.293 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100752026-09-12T21:22:18.375Z[ host-image] Sep 12 21:22:17.303 INFO O| Sep 12 21:22:17.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
100762026-09-12T21:22:18.375Z[ host-image] Sep 12 21:22:17.303 INFO O| Sep 12 21:22:17.303 INFO STEP 44 (remove_files) COMPLETE
100772026-09-12T21:22:18.375Z[ host-image] Sep 12 21:22:17.303 INFO O| Sep 12 21:22:17.303 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100782026-09-12T21:22:18.385Z[ host-image] Sep 12 21:22:17.312 INFO O| Sep 12 21:22:17.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
100792026-09-12T21:22:18.385Z[ host-image] Sep 12 21:22:17.313 INFO O| Sep 12 21:22:17.313 INFO STEP 45 (remove_files) COMPLETE
100802026-09-12T21:22:18.385Z[ host-image] Sep 12 21:22:17.313 INFO O| Sep 12 21:22:17.313 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100812026-09-12T21:22:18.396Z[ host-image] Sep 12 21:22:17.324 INFO O| Sep 12 21:22:17.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
100822026-09-12T21:22:18.396Z[ host-image] Sep 12 21:22:17.324 INFO O| Sep 12 21:22:17.324 INFO STEP 46 (remove_files) COMPLETE
100832026-09-12T21:22:18.397Z[ host-image] Sep 12 21:22:17.324 INFO O| Sep 12 21:22:17.324 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100842026-09-12T21:22:18.407Z[ host-image] Sep 12 21:22:17.334 INFO O| Sep 12 21:22:17.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
100852026-09-12T21:22:18.407Z[ host-image] Sep 12 21:22:17.334 INFO O| Sep 12 21:22:17.334 INFO STEP 47 (remove_files) COMPLETE
100862026-09-12T21:22:18.413Z[ host-image] Sep 12 21:22:17.334 INFO O| Sep 12 21:22:17.334 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100872026-09-12T21:22:18.417Z[ host-image] Sep 12 21:22:17.345 INFO O| Sep 12 21:22:17.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
100882026-09-12T21:22:18.418Z[ host-image] Sep 12 21:22:17.345 INFO O| Sep 12 21:22:17.345 INFO STEP 48 (remove_files) COMPLETE
100892026-09-12T21:22:18.421Z[ host-image] Sep 12 21:22:17.345 INFO O| Sep 12 21:22:17.345 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100902026-09-12T21:22:18.428Z[ host-image] Sep 12 21:22:17.355 INFO O| Sep 12 21:22:17.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
100912026-09-12T21:22:18.428Z[ host-image] Sep 12 21:22:17.355 INFO O| Sep 12 21:22:17.355 INFO STEP 49 (remove_files) COMPLETE
100922026-09-12T21:22:18.428Z[ host-image] Sep 12 21:22:17.355 INFO O| Sep 12 21:22:17.355 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100932026-09-12T21:22:18.485Z[ host-image] Sep 12 21:22:17.411 INFO O| Sep 12 21:22:17.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
100942026-09-12T21:22:18.485Z[ host-image] Sep 12 21:22:17.412 INFO O| Sep 12 21:22:17.412 INFO STEP 50 (remove_files) COMPLETE
100952026-09-12T21:22:18.485Z[ host-image] Sep 12 21:22:17.412 INFO O| Sep 12 21:22:17.412 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100962026-09-12T21:22:18.496Z[ host-image] Sep 12 21:22:17.423 INFO O| Sep 12 21:22:17.423 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
100972026-09-12T21:22:18.496Z[ host-image] Sep 12 21:22:17.423 INFO O| Sep 12 21:22:17.423 INFO STEP 51 (remove_files) COMPLETE
100982026-09-12T21:22:18.496Z[ host-image] Sep 12 21:22:17.423 INFO O| Sep 12 21:22:17.423 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100992026-09-12T21:22:18.506Z[ host-image] Sep 12 21:22:17.433 INFO O| Sep 12 21:22:17.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
101002026-09-12T21:22:18.506Z[ host-image] Sep 12 21:22:17.434 INFO O| Sep 12 21:22:17.434 INFO STEP 52 (remove_files) COMPLETE
101012026-09-12T21:22:18.510Z[ host-image] Sep 12 21:22:17.434 INFO O| Sep 12 21:22:17.434 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101022026-09-12T21:22:18.517Z[ host-image] Sep 12 21:22:17.444 INFO O| Sep 12 21:22:17.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
101032026-09-12T21:22:18.517Z[ host-image] Sep 12 21:22:17.444 INFO O| Sep 12 21:22:17.444 INFO STEP 53 (remove_files) COMPLETE
101042026-09-12T21:22:18.517Z[ host-image] Sep 12 21:22:17.444 INFO O| Sep 12 21:22:17.444 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101052026-09-12T21:22:18.526Z[ host-image] Sep 12 21:22:17.453 INFO O| Sep 12 21:22:17.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
101062026-09-12T21:22:18.526Z[ host-image] Sep 12 21:22:17.454 INFO O| Sep 12 21:22:17.454 INFO STEP 54 (remove_files) COMPLETE
101072026-09-12T21:22:18.526Z[ host-image] Sep 12 21:22:17.454 INFO O| Sep 12 21:22:17.454 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101082026-09-12T21:22:18.537Z[ host-image] Sep 12 21:22:17.464 INFO O| Sep 12 21:22:17.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
101092026-09-12T21:22:18.537Z[ host-image] Sep 12 21:22:17.464 INFO O| Sep 12 21:22:17.464 INFO STEP 55 (remove_files) COMPLETE
101102026-09-12T21:22:18.537Z[ host-image] Sep 12 21:22:17.464 INFO O| Sep 12 21:22:17.464 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101112026-09-12T21:22:18.546Z[ host-image] Sep 12 21:22:17.473 INFO O| Sep 12 21:22:17.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
101122026-09-12T21:22:18.546Z[ host-image] Sep 12 21:22:17.473 INFO O| Sep 12 21:22:17.473 INFO STEP 56 (remove_files) COMPLETE
101132026-09-12T21:22:18.546Z[ host-image] Sep 12 21:22:17.473 INFO O| Sep 12 21:22:17.473 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101142026-09-12T21:22:18.556Z[ host-image] Sep 12 21:22:17.483 INFO O| Sep 12 21:22:17.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
101152026-09-12T21:22:18.556Z[ host-image] Sep 12 21:22:17.483 INFO O| Sep 12 21:22:17.483 INFO STEP 57 (remove_files) COMPLETE
101162026-09-12T21:22:18.560Z[ host-image] Sep 12 21:22:17.483 INFO O| Sep 12 21:22:17.483 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101172026-09-12T21:22:18.567Z[ host-image] Sep 12 21:22:17.493 INFO O| Sep 12 21:22:17.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
101182026-09-12T21:22:18.567Z[ host-image] Sep 12 21:22:17.493 INFO O| Sep 12 21:22:17.493 INFO STEP 58 (remove_files) COMPLETE
101192026-09-12T21:22:18.567Z[ host-image] Sep 12 21:22:17.493 INFO O| Sep 12 21:22:17.493 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101202026-09-12T21:22:18.577Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.503 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
101212026-09-12T21:22:18.577Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
101222026-09-12T21:22:18.577Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101232026-09-12T21:22:18.581Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101242026-09-12T21:22:18.581Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101252026-09-12T21:22:18.581Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
101262026-09-12T21:22:18.581Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO ok!
101272026-09-12T21:22:18.582Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO STEP 59 (ensure_file) COMPLETE
101282026-09-12T21:22:18.582Z[ host-image] Sep 12 21:22:17.504 INFO O| Sep 12 21:22:17.504 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101292026-09-12T21:22:18.587Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
101302026-09-12T21:22:18.587Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
101312026-09-12T21:22:18.587Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101322026-09-12T21:22:18.590Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101332026-09-12T21:22:18.591Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101342026-09-12T21:22:18.591Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101352026-09-12T21:22:18.591Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO ok!
101362026-09-12T21:22:18.591Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO STEP 60 (ensure_file) COMPLETE
101372026-09-12T21:22:18.591Z[ host-image] Sep 12 21:22:17.514 INFO O| Sep 12 21:22:17.514 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101382026-09-12T21:22:18.597Z[ host-image] Sep 12 21:22:17.524 INFO O| Sep 12 21:22:17.524 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
101392026-09-12T21:22:18.597Z[ host-image] Sep 12 21:22:17.524 INFO O| Sep 12 21:22:17.524 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
101402026-09-12T21:22:18.597Z[ host-image] Sep 12 21:22:17.524 INFO O| Sep 12 21:22:17.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
101412026-09-12T21:22:18.597Z[ host-image] Sep 12 21:22:17.524 INFO O| Sep 12 21:22:17.524 INFO ok!
101422026-09-12T21:22:18.601Z[ host-image] Sep 12 21:22:17.524 INFO O| Sep 12 21:22:17.524 INFO STEP 61 (ensure_file) COMPLETE
101432026-09-12T21:22:18.601Z[ host-image] Sep 12 21:22:17.524 INFO O| Sep 12 21:22:17.524 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101442026-09-12T21:22:18.606Z[ host-image] Sep 12 21:22:17.534 INFO O| Sep 12 21:22:17.534 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
101452026-09-12T21:22:18.606Z[ host-image] Sep 12 21:22:17.534 INFO O| Sep 12 21:22:17.534 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
101462026-09-12T21:22:18.607Z[ host-image] Sep 12 21:22:17.534 INFO O| Sep 12 21:22:17.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
101472026-09-12T21:22:18.610Z[ host-image] Sep 12 21:22:17.534 INFO O| Sep 12 21:22:17.534 INFO ok!
101482026-09-12T21:22:18.610Z[ host-image] Sep 12 21:22:17.534 INFO O| Sep 12 21:22:17.534 INFO STEP 62 (ensure_file) COMPLETE
101492026-09-12T21:22:18.610Z[ host-image] Sep 12 21:22:17.534 INFO O| Sep 12 21:22:17.534 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101502026-09-12T21:22:18.616Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
101512026-09-12T21:22:18.616Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
101522026-09-12T21:22:18.616Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101532026-09-12T21:22:18.619Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101542026-09-12T21:22:18.619Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 INFO ok!
101552026-09-12T21:22:18.619Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 INFO STEP 63 (ensure_file) COMPLETE
101562026-09-12T21:22:18.620Z[ host-image] Sep 12 21:22:17.543 INFO O| Sep 12 21:22:17.543 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101572026-09-12T21:22:18.626Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
101582026-09-12T21:22:18.626Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
101592026-09-12T21:22:18.629Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101602026-09-12T21:22:18.630Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101612026-09-12T21:22:18.630Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 INFO ok!
101622026-09-12T21:22:18.630Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 INFO STEP 64 (ensure_file) COMPLETE
101632026-09-12T21:22:18.630Z[ host-image] Sep 12 21:22:17.553 INFO O| Sep 12 21:22:17.553 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101642026-09-12T21:22:18.636Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
101652026-09-12T21:22:18.636Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
101662026-09-12T21:22:18.637Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101672026-09-12T21:22:18.637Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101682026-09-12T21:22:18.640Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO ok!
101692026-09-12T21:22:18.640Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO STEP 65 (ensure_file) COMPLETE
101702026-09-12T21:22:18.640Z[ host-image] Sep 12 21:22:17.563 INFO O| Sep 12 21:22:17.563 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101712026-09-12T21:22:18.647Z[ host-image] Sep 12 21:22:17.573 INFO O| Sep 12 21:22:17.573 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
101722026-09-12T21:22:18.647Z[ host-image] Sep 12 21:22:17.573 INFO O| Sep 12 21:22:17.573 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
101732026-09-12T21:22:18.650Z[ host-image] Sep 12 21:22:17.573 INFO O| Sep 12 21:22:17.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
101742026-09-12T21:22:18.650Z[ host-image] Sep 12 21:22:17.573 INFO O| Sep 12 21:22:17.573 INFO ok!
101752026-09-12T21:22:18.650Z[ host-image] Sep 12 21:22:17.573 INFO O| Sep 12 21:22:17.573 INFO STEP 66 (assemble_files) COMPLETE
101762026-09-12T21:22:18.650Z[ host-image] Sep 12 21:22:17.573 INFO O| Sep 12 21:22:17.573 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101772026-09-12T21:22:18.656Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
101782026-09-12T21:22:18.656Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
101792026-09-12T21:22:18.656Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101802026-09-12T21:22:18.660Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101812026-09-12T21:22:18.660Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO ok!
101822026-09-12T21:22:18.660Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO STEP 67 (ensure_file) COMPLETE
101832026-09-12T21:22:18.660Z[ host-image] Sep 12 21:22:17.583 INFO O| Sep 12 21:22:17.583 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101842026-09-12T21:22:18.666Z[ host-image] Sep 12 21:22:17.593 INFO O| Sep 12 21:22:17.593 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101852026-09-12T21:22:18.666Z[ host-image] Sep 12 21:22:17.593 INFO O| Sep 12 21:22:17.593 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101862026-09-12T21:22:18.666Z[ host-image] Sep 12 21:22:17.593 INFO O| Sep 12 21:22:17.593 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101872026-09-12T21:22:18.666Z[ host-image] Sep 12 21:22:17.593 INFO O| Sep 12 21:22:17.593 INFO STEP 68 (ensure_dir) COMPLETE
101882026-09-12T21:22:18.666Z[ host-image] Sep 12 21:22:17.593 INFO O| Sep 12 21:22:17.593 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101892026-09-12T21:22:18.675Z[ host-image] Sep 12 21:22:17.603 INFO O| Sep 12 21:22:17.603 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
101902026-09-12T21:22:18.675Z[ host-image] Sep 12 21:22:17.603 INFO O| Sep 12 21:22:17.603 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 ...
101912026-09-12T21:22:18.681Z[ host-image] Sep 12 21:22:17.608 INFO O| Sep 12 21:22:17.608 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
101922026-09-12T21:22:18.681Z[ host-image] Sep 12 21:22:17.608 INFO O| Sep 12 21:22:17.608 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
101932026-09-12T21:22:18.681Z[ host-image] Sep 12 21:22:17.608 INFO O| Sep 12 21:22:17.608 INFO ok!
101942026-09-12T21:22:18.681Z[ host-image] Sep 12 21:22:17.608 INFO O| Sep 12 21:22:17.608 INFO STEP 69 (ensure_file) COMPLETE
101952026-09-12T21:22:18.685Z[ host-image] Sep 12 21:22:17.608 INFO O| Sep 12 21:22:17.608 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101962026-09-12T21:22:18.692Z[ host-image] Sep 12 21:22:17.619 INFO O| Sep 12 21:22:17.619 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
101972026-09-12T21:22:18.692Z[ host-image] Sep 12 21:22:17.620 INFO O| Sep 12 21:22:17.619 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 ...
101982026-09-12T21:22:18.692Z[ host-image] Sep 12 21:22:17.620 INFO O| Sep 12 21:22:17.620 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
101992026-09-12T21:22:18.696Z[ host-image] Sep 12 21:22:17.620 INFO O| Sep 12 21:22:17.620 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
102002026-09-12T21:22:18.696Z[ host-image] Sep 12 21:22:17.620 INFO O| Sep 12 21:22:17.620 INFO ok!
102012026-09-12T21:22:18.696Z[ host-image] Sep 12 21:22:17.620 INFO O| Sep 12 21:22:17.620 INFO STEP 70 (ensure_file) COMPLETE
102022026-09-12T21:22:18.696Z[ host-image] Sep 12 21:22:17.620 INFO O| Sep 12 21:22:17.620 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
102032026-09-12T21:22:18.709Z[ host-image] Sep 12 21:22:17.635 INFO O| Sep 12 21:22:17.635 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
102042026-09-12T21:22:18.709Z[ host-image] Sep 12 21:22:17.635 INFO O| Sep 12 21:22:17.635 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
102052026-09-12T21:22:20.442Z[ host-image] Sep 12 21:22:19.369 INFO O| Sep 12 21:22:19.369 INFO STEP 71 (pack_tar) COMPLETE
102062026-09-12T21:22:20.444Z[ host-image] Sep 12 21:22:19.369 INFO O| Sep 12 21:22:19.369 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
102072026-09-12T21:22:20.449Z[ host-image] Sep 12 21:22:19.369 INFO O| Sep 12 21:22:19.369 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
102082026-09-12T21:22:22.130Z[ host-image] Sep 12 21:22:21.057 INFO O| Sep 12 21:22:21.057 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
102092026-09-12T21:22:22.134Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
102102026-09-12T21:22:22.878Z[ host-image] Sep 12 21:22:21.805 INFO O| Sep 12 21:22:21.802 INFO completed processing sled/ramdisk-02-trim
102112026-09-12T21:22:22.882Z[ host-image] Sep 12 21:22:21.805 INFO image builder template: zfs...
102122026-09-12T21:22:22.882Z[ host-image] Sep 12 21:22:21.806 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/.tmpjaLSeu/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
102132026-09-12T21:22:22.892Z[ host-image] Sep 12 21:22:21.819 INFO O| Sep 12 21:22:21.819 INFO skip include "stress" because feature "stress" is not enabled
102142026-09-12T21:22:22.892Z[ host-image] Sep 12 21:22:21.819 INFO O| Sep 12 21:22:21.819 INFO skip include "stress" because feature "compliance" is not enabled
102152026-09-12T21:22:22.928Z[ host-image] Sep 12 21:22:21.850 INFO O| Sep 12 21:22:21.850 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
102162026-09-12T21:22:22.928Z[ host-image] Sep 12 21:22:21.855 INFO O| Sep 12 21:22:21.855 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
102172026-09-12T21:22:22.980Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
102182026-09-12T21:22:23.543Z[ host-image] Sep 12 21:22:22.470 INFO O| Sep 12 21:22:22.469 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
102192026-09-12T21:22:23.676Z[ host-image] Sep 12 21:22:22.603 INFO O| Sep 12 21:22:22.603 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
102202026-09-12T21:22:23.676Z[ host-image] Sep 12 21:22:22.603 INFO O| Sep 12 21:22:22.603 INFO work dataset: rpool/images/build/host/work/sled/zfs
102212026-09-12T21:22:23.680Z[ host-image] Sep 12 21:22:22.607 INFO O| Sep 12 21:22:22.607 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
102222026-09-12T21:22:23.786Z[ host-image] Sep 12 21:22:22.713 INFO O| Sep 12 21:22:22.713 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
102232026-09-12T21:22:23.876Z[ host-image] Sep 12 21:22:22.802 INFO O| Sep 12 21:22:22.802 INFO DESTROY POOL: TEMPORARY-sled-zfs
102242026-09-12T21:22:23.886Z[ host-image] Sep 12 21:22:22.813 INFO O| Sep 12 21:22:22.813 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
102252026-09-12T21:22:23.891Z[ host-image] Sep 12 21:22:22.818 INFO O| Sep 12 21:22:22.818 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
102262026-09-12T21:22:23.891Z[ host-image] Sep 12 21:22:22.818 INFO O| Sep 12 21:22:22.818 INFO no lofi found
102272026-09-12T21:22:23.891Z[ host-image] Sep 12 21:22:22.818 INFO O| Sep 12 21:22:22.818 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
102282026-09-12T21:22:23.895Z[ host-image] Sep 12 21:22:22.818 INFO O| Sep 12 21:22:22.818 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
102292026-09-12T21:22:23.934Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102302026-09-12T21:22:25.728Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
102312026-09-12T21:22:25.863Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
102322026-09-12T21:22:26.079Z[ host-image] Sep 12 21:22:25.005 INFO O| Sep 12 21:22:25.005 INFO lofi device = /dev/dsk/c2t1d0p0
102332026-09-12T21:22:26.079Z[ host-image] Sep 12 21:22:25.005 INFO O| Sep 12 21:22:25.005 INFO pool device = /dev/dsk/c2t1d0p0
102342026-09-12T21:22:26.079Z[ host-image] Sep 12 21:22:25.005 INFO O| Sep 12 21:22:25.005 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"]
102352026-09-12T21:22:26.349Z[ host-image] Sep 12 21:22:25.276 INFO O| Sep 12 21:22:25.276 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102362026-09-12T21:22:26.349Z[ host-image] Sep 12 21:22:25.276 INFO O| Sep 12 21:22:25.276 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
102372026-09-12T21:22:26.357Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
102382026-09-12T21:22:26.382Z[ host-image] Sep 12 21:22:25.309 INFO O| Sep 12 21:22:25.303 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
102392026-09-12T21:22:26.464Z[ host-image] Sep 12 21:22:25.391 INFO O| Sep 12 21:22:25.391 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
102402026-09-12T21:22:26.513Z[ host-image] Sep 12 21:22:25.439 INFO O| Sep 12 21:22:25.439 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
102412026-09-12T21:22:26.538Z[ host-image] Sep 12 21:22:25.465 INFO O| Sep 12 21:22:25.465 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
102422026-09-12T21:22:26.553Z[ host-image] Sep 12 21:22:25.480 INFO O| Sep 12 21:22:25.479 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
102432026-09-12T21:22:26.595Z[ host-image] Sep 12 21:22:25.522 INFO O| Sep 12 21:22:25.521 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
102442026-09-12T21:22:26.595Z[ host-image] Sep 12 21:22:25.522 INFO O| Sep 12 21:22:25.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
102452026-09-12T21:22:26.596Z[ host-image] Sep 12 21:22:25.522 INFO O| Sep 12 21:22:25.522 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
102462026-09-12T21:22:26.607Z[ host-image] Sep 12 21:22:25.534 INFO O| Sep 12 21:22:25.534 INFO boot environment UUID: f633b956-8444-4e8a-b41d-9e6722cf404b
102472026-09-12T21:22:26.609Z[ host-image] Sep 12 21:22:25.534 INFO O| Sep 12 21:22:25.534 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f633b956-8444-4e8a-b41d-9e6722cf404b
102482026-09-12T21:22:26.633Z[ host-image] Sep 12 21:22:25.560 INFO O| Sep 12 21:22:25.560 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
102492026-09-12T21:22:26.648Z[ host-image] Sep 12 21:22:25.575 INFO O| Sep 12 21:22:25.575 INFO STEP 0 (create_be) COMPLETE
102502026-09-12T21:22:26.648Z[ host-image] Sep 12 21:22:25.575 INFO O| Sep 12 21:22:25.575 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102512026-09-12T21:22:26.668Z[ host-image] Sep 12 21:22:25.595 INFO O| Sep 12 21:22:25.595 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
102522026-09-12T21:22:29.336Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
102532026-09-12T21:22:36.402Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
102542026-09-12T21:22:37.379Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
102552026-09-12T21:22:38.362Z[ host-image] Sep 12 21:22:37.289 INFO O| Sep 12 21:22:37.289 INFO STEP 1 (unpack_tar) COMPLETE
102562026-09-12T21:22:38.362Z[ host-image] Sep 12 21:22:37.289 INFO O| Sep 12 21:22:37.289 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102572026-09-12T21:22:38.377Z[ host-image] Sep 12 21:22:37.304 INFO O| Sep 12 21:22:37.304 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
102582026-09-12T21:22:38.774Z[ host-image] Sep 12 21:22:37.698 INFO O| Sep 12 21:22:37.698 INFO STEP 2 (devfsadm) COMPLETE
102592026-09-12T21:22:38.774Z[ host-image] Sep 12 21:22:37.698 INFO O| Sep 12 21:22:37.698 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102602026-09-12T21:22:38.785Z[ host-image] Sep 12 21:22:37.712 INFO O| Sep 12 21:22:37.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102612026-09-12T21:22:38.785Z[ host-image] Sep 12 21:22:37.712 INFO O| Sep 12 21:22:37.712 INFO STEP 3 (ensure_dir) COMPLETE
102622026-09-12T21:22:38.789Z[ host-image] Sep 12 21:22:37.712 INFO O| Sep 12 21:22:37.712 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102632026-09-12T21:22:38.797Z[ host-image] Sep 12 21:22:37.725 INFO O| Sep 12 21:22:37.725 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102642026-09-12T21:22:38.798Z[ host-image] Sep 12 21:22:37.725 INFO O| Sep 12 21:22:37.725 INFO STEP 4 (ensure_dir) COMPLETE
102652026-09-12T21:22:38.798Z[ host-image] Sep 12 21:22:37.725 INFO O| Sep 12 21:22:37.725 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102662026-09-12T21:22:38.811Z[ host-image] Sep 12 21:22:37.738 INFO O| Sep 12 21:22:37.738 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102672026-09-12T21:22:38.811Z[ host-image] Sep 12 21:22:37.738 INFO O| Sep 12 21:22:37.738 INFO STEP 5 (ensure_dir) COMPLETE
102682026-09-12T21:22:38.815Z[ host-image] Sep 12 21:22:37.738 INFO O| Sep 12 21:22:37.738 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102692026-09-12T21:22:38.821Z[ host-image] Sep 12 21:22:37.749 INFO O| Sep 12 21:22:37.749 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102702026-09-12T21:22:38.822Z[ host-image] Sep 12 21:22:37.749 INFO O| Sep 12 21:22:37.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102712026-09-12T21:22:38.825Z[ host-image] Sep 12 21:22:37.749 INFO O| Sep 12 21:22:37.749 INFO STEP 6 (ensure_dir) COMPLETE
102722026-09-12T21:22:38.825Z[ host-image] Sep 12 21:22:37.749 INFO O| Sep 12 21:22:37.749 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102732026-09-12T21:22:38.832Z[ host-image] Sep 12 21:22:37.759 INFO O| Sep 12 21:22:37.759 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102742026-09-12T21:22:38.832Z[ host-image] Sep 12 21:22:37.759 INFO O| Sep 12 21:22:37.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102752026-09-12T21:22:38.833Z[ host-image] Sep 12 21:22:37.759 INFO O| Sep 12 21:22:37.759 INFO STEP 7 (ensure_dir) COMPLETE
102762026-09-12T21:22:38.837Z[ host-image] Sep 12 21:22:37.759 INFO O| Sep 12 21:22:37.759 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102772026-09-12T21:22:38.842Z[ host-image] Sep 12 21:22:37.769 INFO O| Sep 12 21:22:37.769 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
102782026-09-12T21:22:38.845Z[ host-image] Sep 12 21:22:37.770 INFO O| Sep 12 21:22:37.770 INFO STEP 8 (remove_files) COMPLETE
102792026-09-12T21:22:38.845Z[ host-image] Sep 12 21:22:37.770 INFO O| Sep 12 21:22:37.770 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102802026-09-12T21:22:38.854Z[ host-image] Sep 12 21:22:37.781 INFO O| Sep 12 21:22:37.781 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
102812026-09-12T21:22:38.858Z[ host-image] Sep 12 21:22:37.782 INFO O| Sep 12 21:22:37.782 INFO STEP 9 (remove_files) COMPLETE
102822026-09-12T21:22:38.858Z[ host-image] Sep 12 21:22:37.782 INFO O| Sep 12 21:22:37.782 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102832026-09-12T21:22:38.865Z[ host-image] Sep 12 21:22:37.793 INFO O| Sep 12 21:22:37.793 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
102842026-09-12T21:22:38.869Z[ host-image] Sep 12 21:22:37.793 INFO O| Sep 12 21:22:37.793 INFO STEP 10 (remove_files) COMPLETE
102852026-09-12T21:22:38.869Z[ host-image] Sep 12 21:22:37.793 INFO O| Sep 12 21:22:37.793 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102862026-09-12T21:22:38.882Z[ host-image] Sep 12 21:22:37.810 INFO O| Sep 12 21:22:37.810 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
102872026-09-12T21:22:38.883Z[ host-image] Sep 12 21:22:37.810 INFO O| Sep 12 21:22:37.810 INFO STEP 11 (remove_files) COMPLETE
102882026-09-12T21:22:38.883Z[ host-image] Sep 12 21:22:37.810 INFO O| Sep 12 21:22:37.810 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102892026-09-12T21:22:38.896Z[ host-image] Sep 12 21:22:37.824 INFO O| Sep 12 21:22:37.824 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
102902026-09-12T21:22:38.897Z[ host-image] Sep 12 21:22:37.824 INFO O| Sep 12 21:22:37.824 INFO STEP 12 (remove_files) COMPLETE
102912026-09-12T21:22:38.900Z[ host-image] Sep 12 21:22:37.824 INFO O| Sep 12 21:22:37.824 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102922026-09-12T21:22:38.916Z[ host-image] Sep 12 21:22:37.844 INFO O| Sep 12 21:22:37.844 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102932026-09-12T21:22:38.917Z[ host-image] Sep 12 21:22:37.844 INFO O| Sep 12 21:22:37.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102942026-09-12T21:22:38.917Z[ host-image] Sep 12 21:22:37.844 INFO O| Sep 12 21:22:37.844 INFO STEP 13 (ensure_dir) COMPLETE
102952026-09-12T21:22:38.917Z[ host-image] Sep 12 21:22:37.844 INFO O| Sep 12 21:22:37.844 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102962026-09-12T21:22:38.934Z[ host-image] Sep 12 21:22:37.855 INFO O| Sep 12 21:22:37.855 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102972026-09-12T21:22:38.934Z[ host-image] Sep 12 21:22:37.855 INFO O| Sep 12 21:22:37.855 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102982026-09-12T21:22:38.938Z[ host-image] Sep 12 21:22:37.855 INFO O| Sep 12 21:22:37.855 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102992026-09-12T21:22:38.938Z[ host-image] Sep 12 21:22:37.855 INFO O| Sep 12 21:22:37.855 INFO STEP 14 (ensure_dir) COMPLETE
103002026-09-12T21:22:38.938Z[ host-image] Sep 12 21:22:37.855 INFO O| Sep 12 21:22:37.855 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103012026-09-12T21:22:38.939Z[ host-image] Sep 12 21:22:37.865 INFO O| Sep 12 21:22:37.865 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
103022026-09-12T21:22:38.939Z[ host-image] Sep 12 21:22:37.865 INFO O| Sep 12 21:22:37.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
103032026-09-12T21:22:38.939Z[ host-image] Sep 12 21:22:37.865 INFO O| Sep 12 21:22:37.865 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
103042026-09-12T21:22:38.939Z[ host-image] Sep 12 21:22:37.865 INFO O| Sep 12 21:22:37.865 INFO STEP 15 (ensure_dir) COMPLETE
103052026-09-12T21:22:38.943Z[ host-image] Sep 12 21:22:37.865 INFO O| Sep 12 21:22:37.865 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103062026-09-12T21:22:38.947Z[ host-image] Sep 12 21:22:37.875 INFO O| Sep 12 21:22:37.875 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
103072026-09-12T21:22:38.948Z[ host-image] Sep 12 21:22:37.875 INFO O| Sep 12 21:22:37.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
103082026-09-12T21:22:38.952Z[ host-image] Sep 12 21:22:37.875 INFO O| Sep 12 21:22:37.875 INFO STEP 16 (ensure_dir) COMPLETE
103092026-09-12T21:22:38.952Z[ host-image] Sep 12 21:22:37.875 INFO O| Sep 12 21:22:37.875 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103102026-09-12T21:22:38.960Z[ host-image] Sep 12 21:22:37.887 INFO O| Sep 12 21:22:37.887 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
103112026-09-12T21:22:38.960Z[ host-image] Sep 12 21:22:37.887 INFO O| Sep 12 21:22:37.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
103122026-09-12T21:22:38.964Z[ host-image] Sep 12 21:22:37.887 INFO O| Sep 12 21:22:37.887 INFO STEP 17 (ensure_dir) COMPLETE
103132026-09-12T21:22:38.964Z[ host-image] Sep 12 21:22:37.887 INFO O| Sep 12 21:22:37.887 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103142026-09-12T21:22:38.980Z[ host-image] Sep 12 21:22:37.900 INFO O| Sep 12 21:22:37.900 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
103152026-09-12T21:22:38.980Z[ host-image] Sep 12 21:22:37.900 INFO O| Sep 12 21:22:37.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
103162026-09-12T21:22:38.984Z[ host-image] Sep 12 21:22:37.900 INFO O| Sep 12 21:22:37.900 INFO ok!
103172026-09-12T21:22:38.984Z[ host-image] Sep 12 21:22:37.900 INFO O| Sep 12 21:22:37.900 INFO STEP 18 (ensure_symlink) COMPLETE
103182026-09-12T21:22:38.988Z[ host-image] Sep 12 21:22:37.900 INFO O| Sep 12 21:22:37.900 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
103192026-09-12T21:22:38.988Z[ host-image] Sep 12 21:22:37.910 INFO O| Sep 12 21:22:37.910 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
103202026-09-12T21:22:38.991Z[ host-image] Sep 12 21:22:37.910 INFO O| Sep 12 21:22:37.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
103212026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.910 INFO O| Sep 12 21:22:37.910 INFO ok!
103222026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.910 INFO O| Sep 12 21:22:37.910 INFO STEP 19 (ensure_file) COMPLETE
103232026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.910 INFO O| Sep 12 21:22:37.910 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103242026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.920 INFO O| Sep 12 21:22:37.920 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
103252026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.920 INFO O| Sep 12 21:22:37.920 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
103262026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.920 INFO O| Sep 12 21:22:37.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
103272026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.920 INFO O| Sep 12 21:22:37.920 INFO ok!
103282026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.920 INFO O| Sep 12 21:22:37.920 INFO STEP 20 (ensure_symlink) COMPLETE
103292026-09-12T21:22:38.995Z[ host-image] Sep 12 21:22:37.920 INFO O| Sep 12 21:22:37.920 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103302026-09-12T21:22:39.004Z[ host-image] Sep 12 21:22:37.931 INFO O| Sep 12 21:22:37.931 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
103312026-09-12T21:22:39.004Z[ host-image] Sep 12 21:22:37.931 INFO O| Sep 12 21:22:37.931 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
103322026-09-12T21:22:39.007Z[ host-image] Sep 12 21:22:37.931 INFO O| Sep 12 21:22:37.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
103332026-09-12T21:22:39.008Z[ host-image] Sep 12 21:22:37.931 INFO O| Sep 12 21:22:37.931 INFO ok!
103342026-09-12T21:22:39.008Z[ host-image] Sep 12 21:22:37.931 INFO O| Sep 12 21:22:37.931 INFO STEP 21 (ensure_symlink) COMPLETE
103352026-09-12T21:22:39.008Z[ host-image] Sep 12 21:22:37.931 INFO O| Sep 12 21:22:37.931 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103362026-09-12T21:22:39.017Z[ host-image] Sep 12 21:22:37.944 INFO O| Sep 12 21:22:37.944 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
103372026-09-12T21:22:39.017Z[ host-image] Sep 12 21:22:37.944 INFO O| Sep 12 21:22:37.944 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
103382026-09-12T21:22:39.022Z[ host-image] Sep 12 21:22:37.944 INFO O| Sep 12 21:22:37.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
103392026-09-12T21:22:39.022Z[ host-image] Sep 12 21:22:37.944 INFO O| Sep 12 21:22:37.944 INFO ok!
103402026-09-12T21:22:39.022Z[ host-image] Sep 12 21:22:37.944 INFO O| Sep 12 21:22:37.944 INFO STEP 22 (ensure_symlink) COMPLETE
103412026-09-12T21:22:39.022Z[ host-image] Sep 12 21:22:37.944 INFO O| Sep 12 21:22:37.944 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103422026-09-12T21:22:39.027Z[ host-image] Sep 12 21:22:37.954 INFO O| Sep 12 21:22:37.954 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
103432026-09-12T21:22:39.027Z[ host-image] Sep 12 21:22:37.955 INFO O| Sep 12 21:22:37.954 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
103442026-09-12T21:22:39.032Z[ host-image] Sep 12 21:22:37.955 INFO O| Sep 12 21:22:37.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
103452026-09-12T21:22:39.032Z[ host-image] Sep 12 21:22:37.955 INFO O| Sep 12 21:22:37.955 INFO ok!
103462026-09-12T21:22:39.032Z[ host-image] Sep 12 21:22:37.955 INFO O| Sep 12 21:22:37.955 INFO STEP 23 (ensure_symlink) COMPLETE
103472026-09-12T21:22:39.032Z[ host-image] Sep 12 21:22:37.955 INFO O| Sep 12 21:22:37.955 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103482026-09-12T21:22:39.041Z[ host-image] Sep 12 21:22:37.967 INFO O| Sep 12 21:22:37.967 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
103492026-09-12T21:22:39.041Z[ host-image] Sep 12 21:22:37.967 INFO O| Sep 12 21:22:37.967 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
103502026-09-12T21:22:39.041Z[ host-image] Sep 12 21:22:37.967 INFO O| Sep 12 21:22:37.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
103512026-09-12T21:22:39.041Z[ host-image] Sep 12 21:22:37.967 INFO O| Sep 12 21:22:37.967 INFO ok!
103522026-09-12T21:22:39.041Z[ host-image] Sep 12 21:22:37.967 INFO O| Sep 12 21:22:37.967 INFO STEP 24 (ensure_file) COMPLETE
103532026-09-12T21:22:39.041Z[ host-image] Sep 12 21:22:37.967 INFO O| Sep 12 21:22:37.967 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
103542026-09-12T21:22:39.053Z[ host-image] Sep 12 21:22:37.980 INFO O| Sep 12 21:22:37.980 INFO updating shadow file
103552026-09-12T21:22:39.053Z[ host-image] Sep 12 21:22:37.980 INFO O| Sep 12 21:22:37.980 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103562026-09-12T21:22:39.053Z[ host-image] Sep 12 21:22:37.980 INFO O| Sep 12 21:22:37.980 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103572026-09-12T21:22:39.053Z[ host-image] Sep 12 21:22:37.980 INFO O| Sep 12 21:22:37.980 INFO STEP 25 (shadow) COMPLETE
103582026-09-12T21:22:39.057Z[ host-image] Sep 12 21:22:37.980 INFO O| Sep 12 21:22:37.980 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103592026-09-12T21:22:39.065Z[ host-image] Sep 12 21:22:37.992 INFO O| Sep 12 21:22:37.992 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
103602026-09-12T21:22:39.065Z[ host-image] Sep 12 21:22:37.992 INFO O| Sep 12 21:22:37.992 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
103612026-09-12T21:22:39.066Z[ host-image] Sep 12 21:22:37.993 INFO O| Sep 12 21:22:37.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
103622026-09-12T21:22:39.066Z[ host-image] Sep 12 21:22:37.993 INFO O| Sep 12 21:22:37.993 INFO ok!
103632026-09-12T21:22:39.070Z[ host-image] Sep 12 21:22:37.993 INFO O| Sep 12 21:22:37.993 INFO STEP 26 (ensure_file) COMPLETE
103642026-09-12T21:22:39.070Z[ host-image] Sep 12 21:22:37.993 INFO O| Sep 12 21:22:37.993 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103652026-09-12T21:22:39.078Z[ host-image] Sep 12 21:22:38.005 INFO O| Sep 12 21:22:38.005 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
103662026-09-12T21:22:39.078Z[ host-image] Sep 12 21:22:38.005 INFO O| Sep 12 21:22:38.005 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
103672026-09-12T21:22:39.081Z[ host-image] Sep 12 21:22:38.005 INFO O| Sep 12 21:22:38.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
103682026-09-12T21:22:39.081Z[ host-image] Sep 12 21:22:38.005 INFO O| Sep 12 21:22:38.005 INFO ok!
103692026-09-12T21:22:39.081Z[ host-image] Sep 12 21:22:38.005 INFO O| Sep 12 21:22:38.005 INFO STEP 27 (ensure_file) COMPLETE
103702026-09-12T21:22:39.081Z[ host-image] Sep 12 21:22:38.005 INFO O| Sep 12 21:22:38.005 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103712026-09-12T21:22:39.091Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
103722026-09-12T21:22:39.091Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
103732026-09-12T21:22:39.091Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103742026-09-12T21:22:39.091Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103752026-09-12T21:22:39.096Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 INFO ok!
103762026-09-12T21:22:39.096Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 INFO STEP 28 (ensure_file) COMPLETE
103772026-09-12T21:22:39.097Z[ host-image] Sep 12 21:22:38.018 INFO O| Sep 12 21:22:38.018 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103782026-09-12T21:22:39.104Z[ host-image] Sep 12 21:22:38.031 INFO O| Sep 12 21:22:38.031 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
103792026-09-12T21:22:39.104Z[ host-image] Sep 12 21:22:38.031 INFO O| Sep 12 21:22:38.031 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
103802026-09-12T21:22:39.108Z[ host-image] Sep 12 21:22:38.031 INFO O| Sep 12 21:22:38.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
103812026-09-12T21:22:39.108Z[ host-image] Sep 12 21:22:38.031 INFO O| Sep 12 21:22:38.031 INFO ok!
103822026-09-12T21:22:39.108Z[ host-image] Sep 12 21:22:38.031 INFO O| Sep 12 21:22:38.031 INFO STEP 29 (ensure_file) COMPLETE
103832026-09-12T21:22:39.108Z[ host-image] Sep 12 21:22:38.031 INFO O| Sep 12 21:22:38.031 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103842026-09-12T21:22:39.128Z[ host-image] Sep 12 21:22:38.043 INFO O| Sep 12 21:22:38.043 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103852026-09-12T21:22:39.128Z[ host-image] Sep 12 21:22:38.043 INFO O| Sep 12 21:22:38.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103862026-09-12T21:22:39.133Z[ host-image] Sep 12 21:22:38.043 INFO O| Sep 12 21:22:38.043 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103872026-09-12T21:22:39.133Z[ host-image] Sep 12 21:22:38.043 INFO O| Sep 12 21:22:38.043 INFO STEP 30 (ensure_dir) COMPLETE
103882026-09-12T21:22:39.133Z[ host-image] Sep 12 21:22:38.043 INFO O| Sep 12 21:22:38.043 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103892026-09-12T21:22:39.133Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
103902026-09-12T21:22:39.133Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103912026-09-12T21:22:39.133Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103922026-09-12T21:22:39.134Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103932026-09-12T21:22:39.134Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO ok!
103942026-09-12T21:22:39.134Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO STEP 31 (ensure_file) COMPLETE
103952026-09-12T21:22:39.134Z[ host-image] Sep 12 21:22:38.053 INFO O| Sep 12 21:22:38.053 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103962026-09-12T21:22:39.138Z[ host-image] Sep 12 21:22:38.062 INFO O| Sep 12 21:22:38.062 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103972026-09-12T21:22:39.138Z[ host-image] Sep 12 21:22:38.062 INFO O| Sep 12 21:22:38.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103982026-09-12T21:22:39.138Z[ host-image] Sep 12 21:22:38.062 INFO O| Sep 12 21:22:38.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103992026-09-12T21:22:39.138Z[ host-image] Sep 12 21:22:38.062 INFO O| Sep 12 21:22:38.062 INFO STEP 32 (ensure_dir) COMPLETE
104002026-09-12T21:22:39.138Z[ host-image] Sep 12 21:22:38.062 INFO O| Sep 12 21:22:38.062 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
104012026-09-12T21:22:39.156Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
104022026-09-12T21:22:39.156Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 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 ...
104032026-09-12T21:22:39.156Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 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
104042026-09-12T21:22:39.160Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
104052026-09-12T21:22:39.160Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 INFO ok!
104062026-09-12T21:22:39.160Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 INFO STEP 33 (ensure_file) COMPLETE
104072026-09-12T21:22:39.160Z[ host-image] Sep 12 21:22:38.083 INFO O| Sep 12 21:22:38.074 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104082026-09-12T21:22:39.160Z[ host-image] Sep 12 21:22:38.087 INFO O| Sep 12 21:22:38.087 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
104092026-09-12T21:22:39.160Z[ host-image] Sep 12 21:22:38.087 INFO O| Sep 12 21:22:38.087 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
104102026-09-12T21:22:39.164Z[ host-image] Sep 12 21:22:38.087 INFO O| Sep 12 21:22:38.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
104112026-09-12T21:22:39.165Z[ host-image] Sep 12 21:22:38.087 INFO O| Sep 12 21:22:38.087 INFO ok!
104122026-09-12T21:22:39.165Z[ host-image] Sep 12 21:22:38.087 INFO O| Sep 12 21:22:38.087 INFO STEP 34 (ensure_file) COMPLETE
104132026-09-12T21:22:39.165Z[ host-image] Sep 12 21:22:38.087 INFO O| Sep 12 21:22:38.087 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104142026-09-12T21:22:39.175Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
104152026-09-12T21:22:39.175Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
104162026-09-12T21:22:39.181Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
104172026-09-12T21:22:39.181Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
104182026-09-12T21:22:39.181Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 INFO ok!
104192026-09-12T21:22:39.181Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 INFO STEP 35 (ensure_file) COMPLETE
104202026-09-12T21:22:39.181Z[ host-image] Sep 12 21:22:38.102 INFO O| Sep 12 21:22:38.101 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104212026-09-12T21:22:39.187Z[ host-image] Sep 12 21:22:38.114 INFO O| Sep 12 21:22:38.114 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
104222026-09-12T21:22:39.190Z[ host-image] Sep 12 21:22:38.114 INFO O| Sep 12 21:22:38.114 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
104232026-09-12T21:22:39.190Z[ host-image] Sep 12 21:22:38.114 INFO O| Sep 12 21:22:38.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
104242026-09-12T21:22:39.190Z[ host-image] Sep 12 21:22:38.114 INFO O| Sep 12 21:22:38.114 INFO ok!
104252026-09-12T21:22:39.190Z[ host-image] Sep 12 21:22:38.114 INFO O| Sep 12 21:22:38.114 INFO STEP 36 (ensure_file) COMPLETE
104262026-09-12T21:22:39.190Z[ host-image] Sep 12 21:22:38.114 INFO O| Sep 12 21:22:38.114 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104272026-09-12T21:22:39.200Z[ host-image] Sep 12 21:22:38.127 INFO O| Sep 12 21:22:38.127 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
104282026-09-12T21:22:39.200Z[ host-image] Sep 12 21:22:38.127 INFO O| Sep 12 21:22:38.127 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
104292026-09-12T21:22:39.200Z[ host-image] Sep 12 21:22:38.127 INFO O| Sep 12 21:22:38.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
104302026-09-12T21:22:39.203Z[ host-image] Sep 12 21:22:38.127 INFO O| Sep 12 21:22:38.127 INFO ok!
104312026-09-12T21:22:39.203Z[ host-image] Sep 12 21:22:38.127 INFO O| Sep 12 21:22:38.127 INFO STEP 37 (ensure_file) COMPLETE
104322026-09-12T21:22:39.204Z[ host-image] Sep 12 21:22:38.127 INFO O| Sep 12 21:22:38.127 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104332026-09-12T21:22:39.213Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
104342026-09-12T21:22:39.213Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
104352026-09-12T21:22:39.214Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104362026-09-12T21:22:39.214Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104372026-09-12T21:22:39.215Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104382026-09-12T21:22:39.215Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
104392026-09-12T21:22:39.215Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO ok!
104402026-09-12T21:22:39.215Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO STEP 38 (ensure_file) COMPLETE
104412026-09-12T21:22:39.215Z[ host-image] Sep 12 21:22:38.139 INFO O| Sep 12 21:22:38.139 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104422026-09-12T21:22:39.223Z[ host-image] Sep 12 21:22:38.151 INFO O| Sep 12 21:22:38.151 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104432026-09-12T21:22:39.224Z[ host-image] Sep 12 21:22:38.151 INFO O| Sep 12 21:22:38.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104442026-09-12T21:22:39.229Z[ host-image] Sep 12 21:22:38.151 INFO O| Sep 12 21:22:38.151 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104452026-09-12T21:22:39.229Z[ host-image] Sep 12 21:22:38.151 INFO O| Sep 12 21:22:38.151 INFO STEP 39 (ensure_dir) COMPLETE
104462026-09-12T21:22:39.233Z[ host-image] Sep 12 21:22:38.151 INFO O| Sep 12 21:22:38.151 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104472026-09-12T21:22:39.236Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 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
104482026-09-12T21:22:39.237Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 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 ...
104492026-09-12T21:22:39.237Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 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
104502026-09-12T21:22:39.238Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 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
104512026-09-12T21:22:39.238Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 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
104522026-09-12T21:22:39.238Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 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
104532026-09-12T21:22:39.238Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 INFO ok!
104542026-09-12T21:22:39.238Z[ host-image] Sep 12 21:22:38.163 INFO O| Sep 12 21:22:38.163 INFO STEP 40 (ensure_file) COMPLETE
104552026-09-12T21:22:39.238Z[ host-image] Sep 12 21:22:38.164 INFO O| Sep 12 21:22:38.163 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104562026-09-12T21:22:39.265Z[ host-image] Sep 12 21:22:38.176 INFO O| Sep 12 21:22:38.176 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
104572026-09-12T21:22:39.265Z[ host-image] Sep 12 21:22:38.176 INFO O| Sep 12 21:22:38.176 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 ...
104582026-09-12T21:22:39.266Z[ host-image] Sep 12 21:22:38.176 INFO O| Sep 12 21:22:38.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
104592026-09-12T21:22:39.267Z[ host-image] Sep 12 21:22:38.176 INFO O| Sep 12 21:22:38.176 INFO ok!
104602026-09-12T21:22:39.267Z[ host-image] Sep 12 21:22:38.176 INFO O| Sep 12 21:22:38.176 INFO STEP 41 (ensure_symlink) COMPLETE
104612026-09-12T21:22:39.267Z[ host-image] Sep 12 21:22:38.176 INFO O| Sep 12 21:22:38.176 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104622026-09-12T21:22:39.275Z[ host-image] Sep 12 21:22:38.199 INFO O| Sep 12 21:22:38.199 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
104632026-09-12T21:22:39.275Z[ host-image] Sep 12 21:22:38.199 INFO O| Sep 12 21:22:38.199 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
104642026-09-12T21:22:39.275Z[ host-image] Sep 12 21:22:38.199 INFO O| Sep 12 21:22:38.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
104652026-09-12T21:22:39.279Z[ host-image] Sep 12 21:22:38.199 INFO O| Sep 12 21:22:38.199 INFO ok!
104662026-09-12T21:22:39.279Z[ host-image] Sep 12 21:22:38.199 INFO O| Sep 12 21:22:38.199 INFO STEP 42 (ensure_symlink) COMPLETE
104672026-09-12T21:22:39.279Z[ host-image] Sep 12 21:22:38.199 INFO O| Sep 12 21:22:38.199 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104682026-09-12T21:22:39.283Z[ host-image] Sep 12 21:22:38.209 INFO O| Sep 12 21:22:38.209 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
104692026-09-12T21:22:39.283Z[ host-image] Sep 12 21:22:38.209 INFO O| Sep 12 21:22:38.209 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
104702026-09-12T21:22:39.283Z[ host-image] Sep 12 21:22:38.209 INFO O| Sep 12 21:22:38.209 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104712026-09-12T21:22:39.288Z[ host-image] Sep 12 21:22:38.209 INFO O| Sep 12 21:22:38.209 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104722026-09-12T21:22:39.288Z[ host-image] Sep 12 21:22:38.209 INFO O| Sep 12 21:22:38.209 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104732026-09-12T21:22:39.288Z[ host-image] Sep 12 21:22:38.210 INFO O| Sep 12 21:22:38.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104742026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.210 INFO O| Sep 12 21:22:38.209 INFO ok!
104752026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.210 INFO O| Sep 12 21:22:38.210 INFO STEP 43 (ensure_file) COMPLETE
104762026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.210 INFO O| Sep 12 21:22:38.210 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104772026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.220 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
104782026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.220 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 ...
104792026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.221 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
104802026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
104812026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.221 INFO ok!
104822026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.221 INFO STEP 44 (ensure_file) COMPLETE
104832026-09-12T21:22:39.295Z[ host-image] Sep 12 21:22:38.221 INFO O| Sep 12 21:22:38.221 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104842026-09-12T21:22:39.333Z[ host-image] Sep 12 21:22:38.232 INFO O| Sep 12 21:22:38.232 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
104852026-09-12T21:22:39.333Z[ host-image] Sep 12 21:22:38.232 INFO O| Sep 12 21:22:38.232 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
104862026-09-12T21:22:39.333Z[ host-image] Sep 12 21:22:38.232 INFO O| Sep 12 21:22:38.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
104872026-09-12T21:22:39.333Z[ host-image] Sep 12 21:22:38.232 INFO O| Sep 12 21:22:38.232 INFO ok!
104882026-09-12T21:22:39.333Z[ host-image] Sep 12 21:22:38.232 INFO O| Sep 12 21:22:38.232 INFO STEP 45 (ensure_file) COMPLETE
104892026-09-12T21:22:39.333Z[ host-image] Sep 12 21:22:38.232 INFO O| Sep 12 21:22:38.232 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104902026-09-12T21:22:39.334Z[ host-image] Sep 12 21:22:38.243 INFO O| Sep 12 21:22:38.242 INFO updating shadow file
104912026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.243 INFO O| Sep 12 21:22:38.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104922026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.243 INFO O| Sep 12 21:22:38.243 INFO STEP 46 (shadow) COMPLETE
104932026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.243 INFO O| Sep 12 21:22:38.243 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104942026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104952026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104962026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104972026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104982026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO ok!
104992026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO STEP 47 (ensure_file) COMPLETE
105002026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105012026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO skip step because feature "mfg" is not enabled
105022026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105032026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO skip step because feature "mfg" is not enabled
105042026-09-12T21:22:39.335Z[ host-image] Sep 12 21:22:38.253 INFO O| Sep 12 21:22:38.253 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105052026-09-12T21:22:39.345Z[ host-image] Sep 12 21:22:38.272 INFO O| Sep 12 21:22:38.264 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
105062026-09-12T21:22:39.346Z[ host-image] Sep 12 21:22:38.272 INFO O| Sep 12 21:22:38.264 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
105072026-09-12T21:22:39.364Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
105082026-09-12T21:22:39.364Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
105092026-09-12T21:22:39.368Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO ok!
105102026-09-12T21:22:39.368Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO STEP 50 (ensure_file) COMPLETE
105112026-09-12T21:22:39.368Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105122026-09-12T21:22:39.368Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO skip step because feature "compliance" is not enabled
105132026-09-12T21:22:39.368Z[ host-image] Sep 12 21:22:38.289 INFO O| Sep 12 21:22:38.289 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105142026-09-12T21:22:39.372Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
105152026-09-12T21:22:39.373Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
105162026-09-12T21:22:39.373Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105172026-09-12T21:22:39.376Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105182026-09-12T21:22:39.376Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105192026-09-12T21:22:39.376Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
105202026-09-12T21:22:39.380Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO ok!
105212026-09-12T21:22:39.382Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO STEP 52 (ensure_file) COMPLETE
105222026-09-12T21:22:39.382Z[ host-image] Sep 12 21:22:38.300 INFO O| Sep 12 21:22:38.300 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105232026-09-12T21:22:39.385Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
105242026-09-12T21:22:39.385Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 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 ...
105252026-09-12T21:22:39.386Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 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
105262026-09-12T21:22:39.386Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
105272026-09-12T21:22:39.386Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 INFO ok!
105282026-09-12T21:22:39.386Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 INFO STEP 53 (ensure_file) COMPLETE
105292026-09-12T21:22:39.386Z[ host-image] Sep 12 21:22:38.310 INFO O| Sep 12 21:22:38.310 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105302026-09-12T21:22:39.394Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
105312026-09-12T21:22:39.394Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 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 ...
105322026-09-12T21:22:39.394Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105332026-09-12T21:22:39.400Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
105342026-09-12T21:22:39.400Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 INFO ok!
105352026-09-12T21:22:39.400Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 INFO STEP 54 (ensure_file) COMPLETE
105362026-09-12T21:22:39.400Z[ host-image] Sep 12 21:22:38.321 INFO O| Sep 12 21:22:38.321 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105372026-09-12T21:22:39.406Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
105382026-09-12T21:22:39.406Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 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 ...
105392026-09-12T21:22:39.410Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 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
105402026-09-12T21:22:39.410Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
105412026-09-12T21:22:39.410Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 INFO ok!
105422026-09-12T21:22:39.410Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 INFO STEP 55 (ensure_file) COMPLETE
105432026-09-12T21:22:39.410Z[ host-image] Sep 12 21:22:38.334 INFO O| Sep 12 21:22:38.334 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105442026-09-12T21:22:39.418Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
105452026-09-12T21:22:39.418Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 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 ...
105462026-09-12T21:22:39.419Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105472026-09-12T21:22:39.425Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105482026-09-12T21:22:39.425Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 INFO ok!
105492026-09-12T21:22:39.425Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 INFO STEP 56 (ensure_file) COMPLETE
105502026-09-12T21:22:39.425Z[ host-image] Sep 12 21:22:38.346 INFO O| Sep 12 21:22:38.346 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105512026-09-12T21:22:39.431Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
105522026-09-12T21:22:39.431Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 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 ...
105532026-09-12T21:22:39.431Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 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
105542026-09-12T21:22:39.434Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
105552026-09-12T21:22:39.434Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 INFO ok!
105562026-09-12T21:22:39.435Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 INFO STEP 57 (ensure_file) COMPLETE
105572026-09-12T21:22:39.435Z[ host-image] Sep 12 21:22:38.357 INFO O| Sep 12 21:22:38.357 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105582026-09-12T21:22:39.439Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
105592026-09-12T21:22:39.439Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 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 ...
105602026-09-12T21:22:39.442Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105612026-09-12T21:22:39.445Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105622026-09-12T21:22:39.445Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105632026-09-12T21:22:39.445Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105642026-09-12T21:22:39.445Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO ok!
105652026-09-12T21:22:39.445Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO STEP 58 (ensure_file) COMPLETE
105662026-09-12T21:22:39.445Z[ host-image] Sep 12 21:22:38.366 INFO O| Sep 12 21:22:38.366 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105672026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
105682026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 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 ...
105692026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 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
105702026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105712026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 INFO ok!
105722026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 INFO STEP 59 (ensure_file) COMPLETE
105732026-09-12T21:22:39.451Z[ host-image] Sep 12 21:22:38.376 INFO O| Sep 12 21:22:38.376 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105742026-09-12T21:22:39.462Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
105752026-09-12T21:22:39.462Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
105762026-09-12T21:22:39.464Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105772026-09-12T21:22:39.468Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105782026-09-12T21:22:39.468Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO ok!
105792026-09-12T21:22:39.468Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO STEP 60 (ensure_file) COMPLETE
105802026-09-12T21:22:39.468Z[ host-image] Sep 12 21:22:38.389 INFO O| Sep 12 21:22:38.389 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105812026-09-12T21:22:39.472Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.399 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
105822026-09-12T21:22:39.472Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.400 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 ...
105832026-09-12T21:22:39.476Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.400 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
105842026-09-12T21:22:39.476Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.400 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
105852026-09-12T21:22:39.476Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.400 INFO ok!
105862026-09-12T21:22:39.476Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.400 INFO STEP 61 (ensure_file) COMPLETE
105872026-09-12T21:22:39.476Z[ host-image] Sep 12 21:22:38.400 INFO O| Sep 12 21:22:38.400 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105882026-09-12T21:22:39.486Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
105892026-09-12T21:22:39.486Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
105902026-09-12T21:22:39.487Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105912026-09-12T21:22:39.487Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105922026-09-12T21:22:39.487Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105932026-09-12T21:22:39.491Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105942026-09-12T21:22:39.491Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO ok!
105952026-09-12T21:22:39.491Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO STEP 62 (ensure_file) COMPLETE
105962026-09-12T21:22:39.491Z[ host-image] Sep 12 21:22:38.413 INFO O| Sep 12 21:22:38.413 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105972026-09-12T21:22:39.497Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105982026-09-12T21:22:39.497Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 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 ...
105992026-09-12T21:22:39.501Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
106002026-09-12T21:22:39.501Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
106012026-09-12T21:22:39.501Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 INFO ok!
106022026-09-12T21:22:39.501Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 INFO STEP 63 (ensure_file) COMPLETE
106032026-09-12T21:22:39.501Z[ host-image] Sep 12 21:22:38.424 INFO O| Sep 12 21:22:38.424 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
106042026-09-12T21:22:39.506Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
106052026-09-12T21:22:39.506Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 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 ...
106062026-09-12T21:22:39.510Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
106072026-09-12T21:22:39.510Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
106082026-09-12T21:22:39.510Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 INFO ok!
106092026-09-12T21:22:39.510Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 INFO STEP 64 (ensure_file) COMPLETE
106102026-09-12T21:22:39.510Z[ host-image] Sep 12 21:22:38.433 INFO O| Sep 12 21:22:38.433 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
106112026-09-12T21:22:39.515Z[ host-image] Sep 12 21:22:38.442 INFO O| Sep 12 21:22:38.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
106122026-09-12T21:22:39.518Z[ host-image] Sep 12 21:22:38.442 INFO O| Sep 12 21:22:38.442 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 ...
106132026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.442 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
106142026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.443 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
106152026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.443 INFO ok!
106162026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.443 INFO STEP 65 (ensure_file) COMPLETE
106172026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.443 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106182026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.443 INFO skip step because feature "mbist" is not enabled
106192026-09-12T21:22:39.519Z[ host-image] Sep 12 21:22:38.443 INFO O| Sep 12 21:22:38.443 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-09-12T21:22:39.524Z[ host-image] Sep 12 21:22:38.452 INFO O| Sep 12 21:22:38.452 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
106212026-09-12T21:22:39.525Z[ host-image] Sep 12 21:22:38.452 INFO O| Sep 12 21:22:38.452 INFO STEP 67 (ensure_dir) COMPLETE
106222026-09-12T21:22:39.525Z[ host-image] Sep 12 21:22:38.452 INFO O| Sep 12 21:22:38.452 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-09-12T21:22:39.533Z[ host-image] Sep 12 21:22:38.460 INFO O| Sep 12 21:22:38.460 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106242026-09-12T21:22:39.533Z[ host-image] Sep 12 21:22:38.460 INFO O| Sep 12 21:22:38.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
106252026-09-12T21:22:39.533Z[ host-image] Sep 12 21:22:38.460 INFO O| Sep 12 21:22:38.460 INFO STEP 68 (ensure_dir) COMPLETE
106262026-09-12T21:22:39.533Z[ host-image] Sep 12 21:22:38.460 INFO O| Sep 12 21:22:38.460 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-09-12T21:22:39.541Z[ host-image] Sep 12 21:22:38.468 INFO O| Sep 12 21:22:38.468 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106282026-09-12T21:22:39.543Z[ host-image] Sep 12 21:22:38.468 INFO O| Sep 12 21:22:38.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
106292026-09-12T21:22:39.546Z[ host-image] Sep 12 21:22:38.468 INFO O| Sep 12 21:22:38.468 INFO STEP 69 (ensure_dir) COMPLETE
106302026-09-12T21:22:39.546Z[ host-image] Sep 12 21:22:38.468 INFO O| Sep 12 21:22:38.468 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-09-12T21:22:39.550Z[ host-image] Sep 12 21:22:38.477 INFO O| Sep 12 21:22:38.477 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
106322026-09-12T21:22:39.550Z[ host-image] Sep 12 21:22:38.477 INFO O| Sep 12 21:22:38.477 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
106332026-09-12T21:22:40.005Z[ host-image] Sep 12 21:22:38.932 INFO O| Sep 12 21:22:38.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
106342026-09-12T21:22:40.005Z[ host-image] Sep 12 21:22:38.932 INFO O| Sep 12 21:22:38.932 INFO ok!
106352026-09-12T21:22:40.005Z[ host-image] Sep 12 21:22:38.932 INFO O| Sep 12 21:22:38.932 INFO STEP 70 (ensure_file) COMPLETE
106362026-09-12T21:22:40.009Z[ host-image] Sep 12 21:22:38.932 INFO O| Sep 12 21:22:38.932 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106372026-09-12T21:22:40.017Z[ host-image] Sep 12 21:22:38.944 INFO O| Sep 12 21:22:38.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
106382026-09-12T21:22:40.018Z[ host-image] Sep 12 21:22:38.944 INFO O| Sep 12 21:22:38.944 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
106392026-09-12T21:22:40.853Z[ host-image] Sep 12 21:22:39.780 INFO O| Sep 12 21:22:39.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
106402026-09-12T21:22:40.853Z[ host-image] Sep 12 21:22:39.780 INFO O| Sep 12 21:22:39.780 INFO ok!
106412026-09-12T21:22:40.853Z[ host-image] Sep 12 21:22:39.780 INFO O| Sep 12 21:22:39.780 INFO STEP 71 (ensure_file) COMPLETE
106422026-09-12T21:22:40.857Z[ host-image] Sep 12 21:22:39.780 INFO O| Sep 12 21:22:39.780 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106432026-09-12T21:22:40.864Z[ host-image] Sep 12 21:22:39.791 INFO O| Sep 12 21:22:39.791 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106442026-09-12T21:22:40.864Z[ host-image] Sep 12 21:22:39.792 INFO O| Sep 12 21:22:39.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106452026-09-12T21:22:40.868Z[ host-image] Sep 12 21:22:39.792 INFO O| Sep 12 21:22:39.792 INFO STEP 72 (ensure_dir) COMPLETE
106462026-09-12T21:22:40.868Z[ host-image] Sep 12 21:22:39.792 INFO O| Sep 12 21:22:39.792 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106472026-09-12T21:22:40.874Z[ host-image] Sep 12 21:22:39.802 INFO O| Sep 12 21:22:39.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
106482026-09-12T21:22:40.874Z[ host-image] Sep 12 21:22:39.802 INFO O| Sep 12 21:22:39.802 INFO copying /tmp/.tmpjaLSeu/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 ...
106492026-09-12T21:22:40.875Z[ host-image] Sep 12 21:22:39.802 INFO O| Sep 12 21:22:39.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
106502026-09-12T21:22:40.879Z[ host-image] Sep 12 21:22:39.802 INFO O| Sep 12 21:22:39.802 INFO ok!
106512026-09-12T21:22:40.880Z[ host-image] Sep 12 21:22:39.802 INFO O| Sep 12 21:22:39.802 INFO STEP 73 (ensure_file) COMPLETE
106522026-09-12T21:22:40.880Z[ host-image] Sep 12 21:22:39.802 INFO O| Sep 12 21:22:39.802 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106532026-09-12T21:22:40.885Z[ host-image] Sep 12 21:22:39.812 INFO O| Sep 12 21:22:39.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
106542026-09-12T21:22:40.885Z[ host-image] Sep 12 21:22:39.812 INFO O| Sep 12 21:22:39.811 INFO copying /tmp/.tmpjaLSeu/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 ...
106552026-09-12T21:22:40.889Z[ host-image] Sep 12 21:22:39.812 INFO O| Sep 12 21:22:39.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
106562026-09-12T21:22:40.889Z[ host-image] Sep 12 21:22:39.812 INFO O| Sep 12 21:22:39.812 INFO ok!
106572026-09-12T21:22:40.889Z[ host-image] Sep 12 21:22:39.812 INFO O| Sep 12 21:22:39.812 INFO STEP 74 (ensure_file) COMPLETE
106582026-09-12T21:22:40.889Z[ host-image] Sep 12 21:22:39.812 INFO O| Sep 12 21:22:39.812 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106592026-09-12T21:22:40.895Z[ host-image] Sep 12 21:22:39.822 INFO O| Sep 12 21:22:39.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106602026-09-12T21:22:40.895Z[ host-image] Sep 12 21:22:39.822 INFO O| Sep 12 21:22:39.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106612026-09-12T21:22:40.895Z[ host-image] Sep 12 21:22:39.822 INFO O| Sep 12 21:22:39.822 INFO STEP 75 (ensure_dir) COMPLETE
106622026-09-12T21:22:40.895Z[ host-image] Sep 12 21:22:39.822 INFO O| Sep 12 21:22:39.822 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-09-12T21:22:40.906Z[ host-image] Sep 12 21:22:39.834 INFO O| Sep 12 21:22:39.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
106642026-09-12T21:22:40.906Z[ host-image] Sep 12 21:22:39.834 INFO O| Sep 12 21:22:39.834 INFO copying /tmp/.tmpjaLSeu/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 ...
106652026-09-12T21:22:40.906Z[ host-image] Sep 12 21:22:39.834 INFO O| Sep 12 21:22:39.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
106662026-09-12T21:22:40.910Z[ host-image] Sep 12 21:22:39.834 INFO O| Sep 12 21:22:39.834 INFO ok!
106672026-09-12T21:22:40.910Z[ host-image] Sep 12 21:22:39.834 INFO O| Sep 12 21:22:39.834 INFO STEP 76 (ensure_file) COMPLETE
106682026-09-12T21:22:40.910Z[ host-image] Sep 12 21:22:39.834 INFO O| Sep 12 21:22:39.834 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106692026-09-12T21:22:40.917Z[ host-image] Sep 12 21:22:39.844 INFO O| Sep 12 21:22:39.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
106702026-09-12T21:22:40.917Z[ host-image] Sep 12 21:22:39.844 INFO O| Sep 12 21:22:39.844 INFO copying /tmp/.tmpjaLSeu/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 ...
106712026-09-12T21:22:40.917Z[ host-image] Sep 12 21:22:39.844 INFO O| Sep 12 21:22:39.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
106722026-09-12T21:22:40.917Z[ host-image] Sep 12 21:22:39.844 INFO O| Sep 12 21:22:39.844 INFO ok!
106732026-09-12T21:22:40.921Z[ host-image] Sep 12 21:22:39.844 INFO O| Sep 12 21:22:39.844 INFO STEP 77 (ensure_file) COMPLETE
106742026-09-12T21:22:40.921Z[ host-image] Sep 12 21:22:39.844 INFO O| Sep 12 21:22:39.844 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106752026-09-12T21:22:40.928Z[ host-image] Sep 12 21:22:39.855 INFO O| Sep 12 21:22:39.855 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106762026-09-12T21:22:40.929Z[ host-image] Sep 12 21:22:39.855 INFO O| Sep 12 21:22:39.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106772026-09-12T21:22:40.929Z[ host-image] Sep 12 21:22:39.855 INFO O| Sep 12 21:22:39.855 INFO STEP 78 (ensure_dir) COMPLETE
106782026-09-12T21:22:40.933Z[ host-image] Sep 12 21:22:39.855 INFO O| Sep 12 21:22:39.855 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106792026-09-12T21:22:40.938Z[ host-image] Sep 12 21:22:39.865 INFO O| Sep 12 21:22:39.865 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
106802026-09-12T21:22:40.938Z[ host-image] Sep 12 21:22:39.865 INFO O| Sep 12 21:22:39.865 INFO copying /tmp/.tmpjaLSeu/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 ...
106812026-09-12T21:22:40.942Z[ host-image] Sep 12 21:22:39.865 INFO O| Sep 12 21:22:39.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
106822026-09-12T21:22:40.942Z[ host-image] Sep 12 21:22:39.865 INFO O| Sep 12 21:22:39.865 INFO ok!
106832026-09-12T21:22:40.942Z[ host-image] Sep 12 21:22:39.866 INFO O| Sep 12 21:22:39.865 INFO STEP 79 (ensure_file) COMPLETE
106842026-09-12T21:22:40.942Z[ host-image] Sep 12 21:22:39.866 INFO O| Sep 12 21:22:39.866 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106852026-09-12T21:22:40.949Z[ host-image] Sep 12 21:22:39.876 INFO O| Sep 12 21:22:39.876 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
106862026-09-12T21:22:40.949Z[ host-image] Sep 12 21:22:39.877 INFO O| Sep 12 21:22:39.876 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
106872026-09-12T21:22:40.953Z[ host-image] Sep 12 21:22:39.877 INFO O| Sep 12 21:22:39.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
106882026-09-12T21:22:40.953Z[ host-image] Sep 12 21:22:39.877 INFO O| Sep 12 21:22:39.877 INFO ok!
106892026-09-12T21:22:40.953Z[ host-image] Sep 12 21:22:39.877 INFO O| Sep 12 21:22:39.877 INFO STEP 80 (ensure_file) COMPLETE
106902026-09-12T21:22:40.953Z[ host-image] Sep 12 21:22:39.877 INFO O| Sep 12 21:22:39.877 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106912026-09-12T21:22:40.959Z[ host-image] Sep 12 21:22:39.886 INFO O| Sep 12 21:22:39.886 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106922026-09-12T21:22:40.959Z[ host-image] Sep 12 21:22:39.887 INFO O| Sep 12 21:22:39.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106932026-09-12T21:22:40.963Z[ host-image] Sep 12 21:22:39.887 INFO O| Sep 12 21:22:39.887 INFO STEP 81 (ensure_dir) COMPLETE
106942026-09-12T21:22:40.963Z[ host-image] Sep 12 21:22:39.887 INFO O| Sep 12 21:22:39.887 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106952026-09-12T21:22:40.969Z[ host-image] Sep 12 21:22:39.897 INFO O| Sep 12 21:22:39.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106962026-09-12T21:22:40.970Z[ host-image] Sep 12 21:22:39.897 INFO O| Sep 12 21:22:39.897 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106972026-09-12T21:22:41.414Z[ host-image] Sep 12 21:22:40.341 INFO O| Sep 12 21:22:40.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106982026-09-12T21:22:41.414Z[ host-image] Sep 12 21:22:40.341 INFO O| Sep 12 21:22:40.341 INFO ok!
106992026-09-12T21:22:41.419Z[ host-image] Sep 12 21:22:40.341 INFO O| Sep 12 21:22:40.341 INFO STEP 82 (ensure_file) COMPLETE
107002026-09-12T21:22:41.419Z[ host-image] Sep 12 21:22:40.341 INFO O| Sep 12 21:22:40.341 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107012026-09-12T21:22:41.426Z[ host-image] Sep 12 21:22:40.353 INFO O| Sep 12 21:22:40.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
107022026-09-12T21:22:41.426Z[ host-image] Sep 12 21:22:40.353 INFO O| Sep 12 21:22:40.353 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
107032026-09-12T21:22:41.430Z[ host-image] Sep 12 21:22:40.355 INFO O| Sep 12 21:22:40.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
107042026-09-12T21:22:41.430Z[ host-image] Sep 12 21:22:40.355 INFO O| Sep 12 21:22:40.355 INFO ok!
107052026-09-12T21:22:41.430Z[ host-image] Sep 12 21:22:40.355 INFO O| Sep 12 21:22:40.355 INFO STEP 83 (ensure_file) COMPLETE
107062026-09-12T21:22:41.430Z[ host-image] Sep 12 21:22:40.355 INFO O| Sep 12 21:22:40.355 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107072026-09-12T21:22:41.441Z[ host-image] Sep 12 21:22:40.366 INFO O| Sep 12 21:22:40.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
107082026-09-12T21:22:41.441Z[ host-image] Sep 12 21:22:40.366 INFO O| Sep 12 21:22:40.366 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
107092026-09-12T21:22:43.170Z[ host-image] Sep 12 21:22:42.097 INFO O| Sep 12 21:22:42.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
107102026-09-12T21:22:43.170Z[ host-image] Sep 12 21:22:42.097 INFO O| Sep 12 21:22:42.097 INFO ok!
107112026-09-12T21:22:43.170Z[ host-image] Sep 12 21:22:42.097 INFO O| Sep 12 21:22:42.097 INFO STEP 84 (ensure_file) COMPLETE
107122026-09-12T21:22:43.174Z[ host-image] Sep 12 21:22:42.097 INFO O| Sep 12 21:22:42.097 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107132026-09-12T21:22:43.183Z[ host-image] Sep 12 21:22:42.110 INFO O| Sep 12 21:22:42.110 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
107142026-09-12T21:22:43.183Z[ host-image] Sep 12 21:22:42.110 INFO O| Sep 12 21:22:42.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
107152026-09-12T21:22:43.183Z[ host-image] Sep 12 21:22:42.110 INFO O| Sep 12 21:22:42.110 INFO STEP 85 (ensure_dir) COMPLETE
107162026-09-12T21:22:43.183Z[ host-image] Sep 12 21:22:42.110 INFO O| Sep 12 21:22:42.110 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107172026-09-12T21:22:43.195Z[ host-image] Sep 12 21:22:42.122 INFO O| Sep 12 21:22:42.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
107182026-09-12T21:22:43.195Z[ host-image] Sep 12 21:22:42.122 INFO O| Sep 12 21:22:42.122 INFO copying /tmp/.tmpjaLSeu/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 ...
107192026-09-12T21:22:43.199Z[ host-image] Sep 12 21:22:42.122 INFO O| Sep 12 21:22:42.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
107202026-09-12T21:22:43.199Z[ host-image] Sep 12 21:22:42.122 INFO O| Sep 12 21:22:42.122 INFO ok!
107212026-09-12T21:22:43.199Z[ host-image] Sep 12 21:22:42.122 INFO O| Sep 12 21:22:42.122 INFO STEP 86 (ensure_file) COMPLETE
107222026-09-12T21:22:43.199Z[ host-image] Sep 12 21:22:42.122 INFO O| Sep 12 21:22:42.122 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107232026-09-12T21:22:43.207Z[ host-image] Sep 12 21:22:42.135 INFO O| Sep 12 21:22:42.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
107242026-09-12T21:22:43.207Z[ host-image] Sep 12 21:22:42.135 INFO O| Sep 12 21:22:42.133 INFO copying /tmp/.tmpjaLSeu/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 ...
107252026-09-12T21:22:43.211Z[ host-image] Sep 12 21:22:42.135 INFO O| Sep 12 21:22:42.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
107262026-09-12T21:22:43.211Z[ host-image] Sep 12 21:22:42.135 INFO O| Sep 12 21:22:42.133 INFO ok!
107272026-09-12T21:22:43.211Z[ host-image] Sep 12 21:22:42.135 INFO O| Sep 12 21:22:42.133 INFO STEP 87 (ensure_file) COMPLETE
107282026-09-12T21:22:43.211Z[ host-image] Sep 12 21:22:42.135 INFO O| Sep 12 21:22:42.133 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107292026-09-12T21:22:43.216Z[ host-image] Sep 12 21:22:42.143 INFO O| Sep 12 21:22:42.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
107302026-09-12T21:22:43.216Z[ host-image] Sep 12 21:22:42.143 INFO O| Sep 12 21:22:42.143 INFO copying /tmp/.tmpjaLSeu/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 ...
107312026-09-12T21:22:43.216Z[ host-image] Sep 12 21:22:42.143 INFO O| Sep 12 21:22:42.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
107322026-09-12T21:22:43.216Z[ host-image] Sep 12 21:22:42.143 INFO O| Sep 12 21:22:42.143 INFO ok!
107332026-09-12T21:22:43.220Z[ host-image] Sep 12 21:22:42.143 INFO O| Sep 12 21:22:42.143 INFO STEP 88 (ensure_file) COMPLETE
107342026-09-12T21:22:43.220Z[ host-image] Sep 12 21:22:42.143 INFO O| Sep 12 21:22:42.143 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107352026-09-12T21:22:43.226Z[ host-image] Sep 12 21:22:42.154 INFO O| Sep 12 21:22:42.153 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
107362026-09-12T21:22:43.226Z[ host-image] Sep 12 21:22:42.154 INFO O| Sep 12 21:22:42.154 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
107372026-09-12T21:22:43.226Z[ host-image] Sep 12 21:22:42.154 INFO O| Sep 12 21:22:42.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
107382026-09-12T21:22:43.227Z[ host-image] Sep 12 21:22:42.154 INFO O| Sep 12 21:22:42.154 INFO ok!
107392026-09-12T21:22:43.231Z[ host-image] Sep 12 21:22:42.154 INFO O| Sep 12 21:22:42.154 INFO STEP 89 (ensure_file) COMPLETE
107402026-09-12T21:22:43.231Z[ host-image] Sep 12 21:22:42.154 INFO O| Sep 12 21:22:42.154 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107412026-09-12T21:22:43.238Z[ host-image] Sep 12 21:22:42.166 INFO O| Sep 12 21:22:42.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
107422026-09-12T21:22:43.239Z[ host-image] Sep 12 21:22:42.166 INFO O| Sep 12 21:22:42.165 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
107432026-09-12T21:22:43.242Z[ host-image] Sep 12 21:22:42.166 INFO O| Sep 12 21:22:42.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
107442026-09-12T21:22:43.242Z[ host-image] Sep 12 21:22:42.166 INFO O| Sep 12 21:22:42.166 INFO ok!
107452026-09-12T21:22:43.243Z[ host-image] Sep 12 21:22:42.166 INFO O| Sep 12 21:22:42.166 INFO STEP 90 (ensure_file) COMPLETE
107462026-09-12T21:22:43.243Z[ host-image] Sep 12 21:22:42.166 INFO O| Sep 12 21:22:42.166 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107472026-09-12T21:22:43.248Z[ host-image] Sep 12 21:22:42.176 INFO O| Sep 12 21:22:42.176 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107482026-09-12T21:22:43.248Z[ host-image] Sep 12 21:22:42.176 INFO O| Sep 12 21:22:42.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107492026-09-12T21:22:43.252Z[ host-image] Sep 12 21:22:42.176 INFO O| Sep 12 21:22:42.176 INFO STEP 91 (ensure_dir) COMPLETE
107502026-09-12T21:22:43.252Z[ host-image] Sep 12 21:22:42.176 INFO O| Sep 12 21:22:42.176 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107512026-09-12T21:22:43.258Z[ host-image] Sep 12 21:22:42.185 INFO O| Sep 12 21:22:42.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
107522026-09-12T21:22:43.258Z[ host-image] Sep 12 21:22:42.185 INFO O| Sep 12 21:22:42.185 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
107532026-09-12T21:22:43.264Z[ host-image] Sep 12 21:22:42.187 INFO O| Sep 12 21:22:42.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
107542026-09-12T21:22:43.264Z[ host-image] Sep 12 21:22:42.187 INFO O| Sep 12 21:22:42.187 INFO ok!
107552026-09-12T21:22:43.264Z[ host-image] Sep 12 21:22:42.187 INFO O| Sep 12 21:22:42.187 INFO STEP 92 (ensure_file) COMPLETE
107562026-09-12T21:22:43.265Z[ host-image] Sep 12 21:22:42.187 INFO O| Sep 12 21:22:42.187 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107572026-09-12T21:22:43.270Z[ host-image] Sep 12 21:22:42.196 INFO O| Sep 12 21:22:42.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
107582026-09-12T21:22:43.270Z[ host-image] Sep 12 21:22:42.197 INFO O| Sep 12 21:22:42.196 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
107592026-09-12T21:22:43.270Z[ host-image] Sep 12 21:22:42.197 INFO O| Sep 12 21:22:42.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
107602026-09-12T21:22:43.274Z[ host-image] Sep 12 21:22:42.197 INFO O| Sep 12 21:22:42.197 INFO ok!
107612026-09-12T21:22:43.274Z[ host-image] Sep 12 21:22:42.197 INFO O| Sep 12 21:22:42.197 INFO STEP 93 (ensure_file) COMPLETE
107622026-09-12T21:22:43.274Z[ host-image] Sep 12 21:22:42.197 INFO O| Sep 12 21:22:42.197 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107632026-09-12T21:22:43.278Z[ host-image] Sep 12 21:22:42.205 INFO O| Sep 12 21:22:42.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
107642026-09-12T21:22:43.278Z[ host-image] Sep 12 21:22:42.205 INFO O| Sep 12 21:22:42.205 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
107652026-09-12T21:22:44.068Z[ host-image] Sep 12 21:22:42.995 INFO O| Sep 12 21:22:42.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
107662026-09-12T21:22:44.068Z[ host-image] Sep 12 21:22:42.995 INFO O| Sep 12 21:22:42.995 INFO ok!
107672026-09-12T21:22:44.068Z[ host-image] Sep 12 21:22:42.995 INFO O| Sep 12 21:22:42.995 INFO STEP 94 (ensure_file) COMPLETE
107682026-09-12T21:22:44.072Z[ host-image] Sep 12 21:22:42.995 INFO O| Sep 12 21:22:42.995 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107692026-09-12T21:22:44.082Z[ host-image] Sep 12 21:22:43.006 INFO O| Sep 12 21:22:43.006 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107702026-09-12T21:22:44.082Z[ host-image] Sep 12 21:22:43.006 INFO O| Sep 12 21:22:43.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107712026-09-12T21:22:44.082Z[ host-image] Sep 12 21:22:43.006 INFO O| Sep 12 21:22:43.006 INFO STEP 95 (ensure_dir) COMPLETE
107722026-09-12T21:22:44.086Z[ host-image] Sep 12 21:22:43.006 INFO O| Sep 12 21:22:43.006 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107732026-09-12T21:22:44.089Z[ host-image] Sep 12 21:22:43.015 INFO O| Sep 12 21:22:43.015 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107742026-09-12T21:22:44.089Z[ host-image] Sep 12 21:22:43.015 INFO O| Sep 12 21:22:43.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107752026-09-12T21:22:44.089Z[ host-image] Sep 12 21:22:43.015 INFO O| Sep 12 21:22:43.015 INFO STEP 96 (ensure_dir) COMPLETE
107762026-09-12T21:22:44.089Z[ host-image] Sep 12 21:22:43.015 INFO O| Sep 12 21:22:43.015 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107772026-09-12T21:22:44.096Z[ host-image] Sep 12 21:22:43.023 INFO O| Sep 12 21:22:43.023 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107782026-09-12T21:22:44.104Z[ host-image] Sep 12 21:22:43.023 INFO O| Sep 12 21:22:43.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107792026-09-12T21:22:44.104Z[ host-image] Sep 12 21:22:43.023 INFO O| Sep 12 21:22:43.023 INFO STEP 97 (ensure_dir) COMPLETE
107802026-09-12T21:22:44.104Z[ host-image] Sep 12 21:22:43.023 INFO O| Sep 12 21:22:43.023 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107812026-09-12T21:22:44.107Z[ host-image] Sep 12 21:22:43.031 INFO O| Sep 12 21:22:43.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107822026-09-12T21:22:44.108Z[ host-image] Sep 12 21:22:43.031 INFO O| Sep 12 21:22:43.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107832026-09-12T21:22:44.108Z[ host-image] Sep 12 21:22:43.031 INFO O| Sep 12 21:22:43.031 INFO STEP 98 (ensure_dir) COMPLETE
107842026-09-12T21:22:44.108Z[ host-image] Sep 12 21:22:43.031 INFO O| Sep 12 21:22:43.031 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107852026-09-12T21:22:44.115Z[ host-image] Sep 12 21:22:43.038 INFO O| Sep 12 21:22:43.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107862026-09-12T21:22:44.146Z[ host-image] Sep 12 21:22:43.038 INFO O| Sep 12 21:22:43.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107872026-09-12T21:22:44.146Z[ host-image] Sep 12 21:22:43.038 INFO O| Sep 12 21:22:43.038 INFO STEP 99 (ensure_dir) COMPLETE
107882026-09-12T21:22:44.146Z[ host-image] Sep 12 21:22:43.038 INFO O| Sep 12 21:22:43.038 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107892026-09-12T21:22:44.146Z[ host-image] Sep 12 21:22:43.050 INFO O| Sep 12 21:22:43.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
107902026-09-12T21:22:44.146Z[ host-image] Sep 12 21:22:43.050 INFO O| Sep 12 21:22:43.050 INFO copying /tmp/.tmpjaLSeu/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 ...
107912026-09-12T21:22:44.146Z[ host-image] Sep 12 21:22:43.050 INFO O| Sep 12 21:22:43.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
107922026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.050 INFO O| Sep 12 21:22:43.050 INFO ok!
107932026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.050 INFO O| Sep 12 21:22:43.050 INFO STEP 100 (ensure_file) COMPLETE
107942026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.050 INFO O| Sep 12 21:22:43.050 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107952026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.059 INFO O| Sep 12 21:22:43.059 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107962026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.059 INFO O| Sep 12 21:22:43.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107972026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.059 INFO O| Sep 12 21:22:43.059 INFO STEP 101 (ensure_dir) COMPLETE
107982026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.059 INFO O| Sep 12 21:22:43.059 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107992026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.069 INFO O| Sep 12 21:22:43.069 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
108002026-09-12T21:22:44.147Z[ host-image] Sep 12 21:22:43.069 INFO O| Sep 12 21:22:43.069 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
108012026-09-12T21:22:44.807Z[ host-image] Sep 12 21:22:43.734 INFO O| Sep 12 21:22:43.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
108022026-09-12T21:22:44.808Z[ host-image] Sep 12 21:22:43.734 INFO O| Sep 12 21:22:43.734 INFO ok!
108032026-09-12T21:22:44.812Z[ host-image] Sep 12 21:22:43.734 INFO O| Sep 12 21:22:43.734 INFO STEP 102 (ensure_file) COMPLETE
108042026-09-12T21:22:44.812Z[ host-image] Sep 12 21:22:43.734 INFO O| Sep 12 21:22:43.734 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108052026-09-12T21:22:44.827Z[ host-image] Sep 12 21:22:43.754 INFO O| Sep 12 21:22:43.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
108062026-09-12T21:22:44.827Z[ host-image] Sep 12 21:22:43.754 INFO O| Sep 12 21:22:43.754 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
108072026-09-12T21:22:44.827Z[ host-image] Sep 12 21:22:43.754 INFO O| Sep 12 21:22:43.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
108082026-09-12T21:22:44.831Z[ host-image] Sep 12 21:22:43.754 INFO O| Sep 12 21:22:43.754 INFO ok!
108092026-09-12T21:22:44.831Z[ host-image] Sep 12 21:22:43.754 INFO O| Sep 12 21:22:43.754 INFO STEP 103 (ensure_file) COMPLETE
108102026-09-12T21:22:44.831Z[ host-image] Sep 12 21:22:43.754 INFO O| Sep 12 21:22:43.754 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108112026-09-12T21:22:44.840Z[ host-image] Sep 12 21:22:43.768 INFO O| Sep 12 21:22:43.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
108122026-09-12T21:22:44.841Z[ host-image] Sep 12 21:22:43.768 INFO O| Sep 12 21:22:43.768 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
108132026-09-12T21:22:44.855Z[ host-image] Sep 12 21:22:43.782 INFO O| Sep 12 21:22:43.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
108142026-09-12T21:22:44.855Z[ host-image] Sep 12 21:22:43.782 INFO O| Sep 12 21:22:43.782 INFO ok!
108152026-09-12T21:22:44.859Z[ host-image] Sep 12 21:22:43.782 INFO O| Sep 12 21:22:43.782 INFO STEP 104 (ensure_file) COMPLETE
108162026-09-12T21:22:44.859Z[ host-image] Sep 12 21:22:43.782 INFO O| Sep 12 21:22:43.782 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108172026-09-12T21:22:44.868Z[ host-image] Sep 12 21:22:43.796 INFO O| Sep 12 21:22:43.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
108182026-09-12T21:22:44.868Z[ host-image] Sep 12 21:22:43.796 INFO O| Sep 12 21:22:43.796 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
108192026-09-12T21:22:44.869Z[ host-image] Sep 12 21:22:43.796 INFO O| Sep 12 21:22:43.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
108202026-09-12T21:22:44.872Z[ host-image] Sep 12 21:22:43.796 INFO O| Sep 12 21:22:43.796 INFO ok!
108212026-09-12T21:22:44.872Z[ host-image] Sep 12 21:22:43.796 INFO O| Sep 12 21:22:43.796 INFO STEP 105 (ensure_file) COMPLETE
108222026-09-12T21:22:44.872Z[ host-image] Sep 12 21:22:43.796 INFO O| Sep 12 21:22:43.796 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108232026-09-12T21:22:44.881Z[ host-image] Sep 12 21:22:43.808 INFO O| Sep 12 21:22:43.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108242026-09-12T21:22:44.881Z[ host-image] Sep 12 21:22:43.808 INFO O| Sep 12 21:22:43.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
108252026-09-12T21:22:44.881Z[ host-image] Sep 12 21:22:43.808 INFO O| Sep 12 21:22:43.808 INFO STEP 106 (ensure_dir) COMPLETE
108262026-09-12T21:22:44.885Z[ host-image] Sep 12 21:22:43.808 INFO O| Sep 12 21:22:43.808 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108272026-09-12T21:22:44.893Z[ host-image] Sep 12 21:22:43.821 INFO O| Sep 12 21:22:43.821 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
108282026-09-12T21:22:44.893Z[ host-image] Sep 12 21:22:43.821 INFO O| Sep 12 21:22:43.821 INFO copying /tmp/.tmpjaLSeu/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 ...
108292026-09-12T21:22:45.313Z[ host-image] Sep 12 21:22:44.240 INFO O| Sep 12 21:22:44.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
108302026-09-12T21:22:45.314Z[ host-image] Sep 12 21:22:44.240 INFO O| Sep 12 21:22:44.240 INFO ok!
108312026-09-12T21:22:45.318Z[ host-image] Sep 12 21:22:44.240 INFO O| Sep 12 21:22:44.240 INFO STEP 107 (ensure_file) COMPLETE
108322026-09-12T21:22:45.318Z[ host-image] Sep 12 21:22:44.240 INFO O| Sep 12 21:22:44.240 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108332026-09-12T21:22:45.325Z[ host-image] Sep 12 21:22:44.250 INFO O| Sep 12 21:22:44.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
108342026-09-12T21:22:45.325Z[ host-image] Sep 12 21:22:44.250 INFO O| Sep 12 21:22:44.250 INFO copying /tmp/.tmpjaLSeu/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 ...
108352026-09-12T21:22:45.325Z[ host-image] Sep 12 21:22:44.250 INFO O| Sep 12 21:22:44.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
108362026-09-12T21:22:45.325Z[ host-image] Sep 12 21:22:44.250 INFO O| Sep 12 21:22:44.250 INFO ok!
108372026-09-12T21:22:45.325Z[ host-image] Sep 12 21:22:44.251 INFO O| Sep 12 21:22:44.250 INFO STEP 108 (ensure_file) COMPLETE
108382026-09-12T21:22:45.326Z[ host-image] Sep 12 21:22:44.251 INFO O| Sep 12 21:22:44.250 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108392026-09-12T21:22:45.333Z[ host-image] Sep 12 21:22:44.260 INFO O| Sep 12 21:22:44.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
108402026-09-12T21:22:45.333Z[ host-image] Sep 12 21:22:44.260 INFO O| Sep 12 21:22:44.260 INFO copying /tmp/.tmpjaLSeu/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 ...
108412026-09-12T21:22:45.338Z[ host-image] Sep 12 21:22:44.260 INFO O| Sep 12 21:22:44.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
108422026-09-12T21:22:45.338Z[ host-image] Sep 12 21:22:44.260 INFO O| Sep 12 21:22:44.260 INFO ok!
108432026-09-12T21:22:45.338Z[ host-image] Sep 12 21:22:44.260 INFO O| Sep 12 21:22:44.260 INFO STEP 109 (ensure_file) COMPLETE
108442026-09-12T21:22:45.339Z[ host-image] Sep 12 21:22:44.260 INFO O| Sep 12 21:22:44.260 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108452026-09-12T21:22:45.344Z[ host-image] Sep 12 21:22:44.271 INFO O| Sep 12 21:22:44.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
108462026-09-12T21:22:45.344Z[ host-image] Sep 12 21:22:44.271 INFO O| Sep 12 21:22:44.271 INFO copying /tmp/.tmpjaLSeu/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 ...
108472026-09-12T21:22:45.344Z[ host-image] Sep 12 21:22:44.272 INFO O| Sep 12 21:22:44.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
108482026-09-12T21:22:45.344Z[ host-image] Sep 12 21:22:44.272 INFO O| Sep 12 21:22:44.272 INFO ok!
108492026-09-12T21:22:45.348Z[ host-image] Sep 12 21:22:44.272 INFO O| Sep 12 21:22:44.272 INFO STEP 110 (ensure_file) COMPLETE
108502026-09-12T21:22:45.348Z[ host-image] Sep 12 21:22:44.272 INFO O| Sep 12 21:22:44.272 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108512026-09-12T21:22:45.354Z[ host-image] Sep 12 21:22:44.281 INFO O| Sep 12 21:22:44.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
108522026-09-12T21:22:45.354Z[ host-image] Sep 12 21:22:44.282 INFO O| Sep 12 21:22:44.281 INFO copying /tmp/.tmpjaLSeu/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 ...
108532026-09-12T21:22:45.354Z[ host-image] Sep 12 21:22:44.282 INFO O| Sep 12 21:22:44.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
108542026-09-12T21:22:45.355Z[ host-image] Sep 12 21:22:44.282 INFO O| Sep 12 21:22:44.282 INFO ok!
108552026-09-12T21:22:45.358Z[ host-image] Sep 12 21:22:44.282 INFO O| Sep 12 21:22:44.282 INFO STEP 111 (ensure_file) COMPLETE
108562026-09-12T21:22:45.358Z[ host-image] Sep 12 21:22:44.282 INFO O| Sep 12 21:22:44.282 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108572026-09-12T21:22:45.365Z[ host-image] Sep 12 21:22:44.292 INFO O| Sep 12 21:22:44.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
108582026-09-12T21:22:45.365Z[ host-image] Sep 12 21:22:44.292 INFO O| Sep 12 21:22:44.292 INFO copying /tmp/.tmpjaLSeu/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 ...
108592026-09-12T21:22:45.366Z[ host-image] Sep 12 21:22:44.292 INFO O| Sep 12 21:22:44.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
108602026-09-12T21:22:45.366Z[ host-image] Sep 12 21:22:44.292 INFO O| Sep 12 21:22:44.292 INFO ok!
108612026-09-12T21:22:45.366Z[ host-image] Sep 12 21:22:44.292 INFO O| Sep 12 21:22:44.292 INFO STEP 112 (ensure_file) COMPLETE
108622026-09-12T21:22:45.367Z[ host-image] Sep 12 21:22:44.292 INFO O| Sep 12 21:22:44.292 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108632026-09-12T21:22:45.376Z[ host-image] Sep 12 21:22:44.303 INFO O| Sep 12 21:22:44.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
108642026-09-12T21:22:45.376Z[ host-image] Sep 12 21:22:44.303 INFO O| Sep 12 21:22:44.303 INFO copying /tmp/.tmpjaLSeu/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 ...
108652026-09-12T21:22:45.376Z[ host-image] Sep 12 21:22:44.303 INFO O| Sep 12 21:22:44.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
108662026-09-12T21:22:45.376Z[ host-image] Sep 12 21:22:44.303 INFO O| Sep 12 21:22:44.303 INFO ok!
108672026-09-12T21:22:45.380Z[ host-image] Sep 12 21:22:44.303 INFO O| Sep 12 21:22:44.303 INFO STEP 113 (ensure_file) COMPLETE
108682026-09-12T21:22:45.380Z[ host-image] Sep 12 21:22:44.303 INFO O| Sep 12 21:22:44.303 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108692026-09-12T21:22:45.385Z[ host-image] Sep 12 21:22:44.312 INFO O| Sep 12 21:22:44.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
108702026-09-12T21:22:45.385Z[ host-image] Sep 12 21:22:44.312 INFO O| Sep 12 21:22:44.312 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
108712026-09-12T21:22:45.388Z[ host-image] Sep 12 21:22:44.312 INFO O| Sep 12 21:22:44.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
108722026-09-12T21:22:45.388Z[ host-image] Sep 12 21:22:44.312 INFO O| Sep 12 21:22:44.312 INFO ok!
108732026-09-12T21:22:45.388Z[ host-image] Sep 12 21:22:44.312 INFO O| Sep 12 21:22:44.312 INFO STEP 114 (ensure_file) COMPLETE
108742026-09-12T21:22:45.389Z[ host-image] Sep 12 21:22:44.313 INFO O| Sep 12 21:22:44.312 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108752026-09-12T21:22:45.395Z[ host-image] Sep 12 21:22:44.323 INFO O| Sep 12 21:22:44.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
108762026-09-12T21:22:45.395Z[ host-image] Sep 12 21:22:44.323 INFO O| Sep 12 21:22:44.323 INFO copying /tmp/.tmpjaLSeu/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 ...
108772026-09-12T21:22:45.399Z[ host-image] Sep 12 21:22:44.323 INFO O| Sep 12 21:22:44.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
108782026-09-12T21:22:45.399Z[ host-image] Sep 12 21:22:44.323 INFO O| Sep 12 21:22:44.323 INFO ok!
108792026-09-12T21:22:45.399Z[ host-image] Sep 12 21:22:44.323 INFO O| Sep 12 21:22:44.323 INFO STEP 115 (ensure_file) COMPLETE
108802026-09-12T21:22:45.399Z[ host-image] Sep 12 21:22:44.323 INFO O| Sep 12 21:22:44.323 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108812026-09-12T21:22:45.406Z[ host-image] Sep 12 21:22:44.333 INFO O| Sep 12 21:22:44.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
108822026-09-12T21:22:45.406Z[ host-image] Sep 12 21:22:44.333 INFO O| Sep 12 21:22:44.333 INFO copying /tmp/.tmpjaLSeu/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 ...
108832026-09-12T21:22:45.406Z[ host-image] Sep 12 21:22:44.333 INFO O| Sep 12 21:22:44.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
108842026-09-12T21:22:45.409Z[ host-image] Sep 12 21:22:44.333 INFO O| Sep 12 21:22:44.333 INFO ok!
108852026-09-12T21:22:45.409Z[ host-image] Sep 12 21:22:44.333 INFO O| Sep 12 21:22:44.333 INFO STEP 116 (ensure_file) COMPLETE
108862026-09-12T21:22:45.409Z[ host-image] Sep 12 21:22:44.333 INFO O| Sep 12 21:22:44.333 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108872026-09-12T21:22:45.417Z[ host-image] Sep 12 21:22:44.343 INFO O| Sep 12 21:22:44.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
108882026-09-12T21:22:45.417Z[ host-image] Sep 12 21:22:44.343 INFO O| Sep 12 21:22:44.343 INFO copying /tmp/.tmpjaLSeu/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 ...
108892026-09-12T21:22:45.418Z[ host-image] Sep 12 21:22:44.343 INFO O| Sep 12 21:22:44.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
108902026-09-12T21:22:45.418Z[ host-image] Sep 12 21:22:44.343 INFO O| Sep 12 21:22:44.343 INFO ok!
108912026-09-12T21:22:45.424Z[ host-image] Sep 12 21:22:44.343 INFO O| Sep 12 21:22:44.343 INFO STEP 117 (ensure_file) COMPLETE
108922026-09-12T21:22:45.424Z[ host-image] Sep 12 21:22:44.343 INFO O| Sep 12 21:22:44.343 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108932026-09-12T21:22:45.461Z[ host-image] Sep 12 21:22:44.385 INFO O| Sep 12 21:22:44.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
108942026-09-12T21:22:45.465Z[ host-image] Sep 12 21:22:44.385 INFO O| Sep 12 21:22:44.384 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
108952026-09-12T21:22:45.474Z[ host-image] Sep 12 21:22:44.385 INFO O| Sep 12 21:22:44.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
108962026-09-12T21:22:45.477Z[ host-image] Sep 12 21:22:44.385 INFO O| Sep 12 21:22:44.384 INFO ok!
108972026-09-12T21:22:45.477Z[ host-image] Sep 12 21:22:44.385 INFO O| Sep 12 21:22:44.384 INFO STEP 118 (ensure_file) COMPLETE
108982026-09-12T21:22:45.477Z[ host-image] Sep 12 21:22:44.385 INFO O| Sep 12 21:22:44.384 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108992026-09-12T21:22:45.486Z[ host-image] Sep 12 21:22:44.413 INFO O| Sep 12 21:22:44.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
109002026-09-12T21:22:45.486Z[ host-image] Sep 12 21:22:44.413 INFO O| Sep 12 21:22:44.412 INFO copying /tmp/.tmpjaLSeu/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 ...
109012026-09-12T21:22:45.490Z[ host-image] Sep 12 21:22:44.413 INFO O| Sep 12 21:22:44.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
109022026-09-12T21:22:45.492Z[ host-image] Sep 12 21:22:44.413 INFO O| Sep 12 21:22:44.412 INFO ok!
109032026-09-12T21:22:45.492Z[ host-image] Sep 12 21:22:44.413 INFO O| Sep 12 21:22:44.412 INFO STEP 119 (ensure_file) COMPLETE
109042026-09-12T21:22:45.492Z[ host-image] Sep 12 21:22:44.413 INFO O| Sep 12 21:22:44.412 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109052026-09-12T21:22:45.495Z[ host-image] Sep 12 21:22:44.420 INFO O| Sep 12 21:22:44.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
109062026-09-12T21:22:45.496Z[ host-image] Sep 12 21:22:44.420 INFO O| Sep 12 21:22:44.420 INFO copying /tmp/.tmpjaLSeu/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 ...
109072026-09-12T21:22:45.496Z[ host-image] Sep 12 21:22:44.420 INFO O| Sep 12 21:22:44.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
109082026-09-12T21:22:45.496Z[ host-image] Sep 12 21:22:44.420 INFO O| Sep 12 21:22:44.420 INFO ok!
109092026-09-12T21:22:45.496Z[ host-image] Sep 12 21:22:44.420 INFO O| Sep 12 21:22:44.420 INFO STEP 120 (ensure_file) COMPLETE
109102026-09-12T21:22:45.496Z[ host-image] Sep 12 21:22:44.420 INFO O| Sep 12 21:22:44.420 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109112026-09-12T21:22:45.612Z[ host-image] Sep 12 21:22:44.540 INFO O| Sep 12 21:22:44.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
109122026-09-12T21:22:45.612Z[ host-image] Sep 12 21:22:44.540 INFO O| Sep 12 21:22:44.540 INFO copying /tmp/.tmpjaLSeu/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 ...
109132026-09-12T21:22:45.613Z[ host-image] Sep 12 21:22:44.540 INFO O| Sep 12 21:22:44.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
109142026-09-12T21:22:45.613Z[ host-image] Sep 12 21:22:44.540 INFO O| Sep 12 21:22:44.540 INFO ok!
109152026-09-12T21:22:45.617Z[ host-image] Sep 12 21:22:44.540 INFO O| Sep 12 21:22:44.540 INFO STEP 121 (ensure_file) COMPLETE
109162026-09-12T21:22:45.617Z[ host-image] Sep 12 21:22:44.540 INFO O| Sep 12 21:22:44.540 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109172026-09-12T21:22:45.623Z[ host-image] Sep 12 21:22:44.550 INFO O| Sep 12 21:22:44.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
109182026-09-12T21:22:45.623Z[ host-image] Sep 12 21:22:44.550 INFO O| Sep 12 21:22:44.550 INFO copying /tmp/.tmpjaLSeu/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 ...
109192026-09-12T21:22:45.627Z[ host-image] Sep 12 21:22:44.550 INFO O| Sep 12 21:22:44.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
109202026-09-12T21:22:45.627Z[ host-image] Sep 12 21:22:44.550 INFO O| Sep 12 21:22:44.550 INFO ok!
109212026-09-12T21:22:45.627Z[ host-image] Sep 12 21:22:44.550 INFO O| Sep 12 21:22:44.550 INFO STEP 122 (ensure_file) COMPLETE
109222026-09-12T21:22:45.627Z[ host-image] Sep 12 21:22:44.550 INFO O| Sep 12 21:22:44.550 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109232026-09-12T21:22:45.633Z[ host-image] Sep 12 21:22:44.561 INFO O| Sep 12 21:22:44.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
109242026-09-12T21:22:45.634Z[ host-image] Sep 12 21:22:44.561 INFO O| Sep 12 21:22:44.561 INFO copying /tmp/.tmpjaLSeu/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 ...
109252026-09-12T21:22:45.634Z[ host-image] Sep 12 21:22:44.561 INFO O| Sep 12 21:22:44.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
109262026-09-12T21:22:45.637Z[ host-image] Sep 12 21:22:44.561 INFO O| Sep 12 21:22:44.561 INFO ok!
109272026-09-12T21:22:45.637Z[ host-image] Sep 12 21:22:44.561 INFO O| Sep 12 21:22:44.561 INFO STEP 123 (ensure_file) COMPLETE
109282026-09-12T21:22:45.637Z[ host-image] Sep 12 21:22:44.561 INFO O| Sep 12 21:22:44.561 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109292026-09-12T21:22:45.642Z[ host-image] Sep 12 21:22:44.570 INFO O| Sep 12 21:22:44.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
109302026-09-12T21:22:45.643Z[ host-image] Sep 12 21:22:44.570 INFO O| Sep 12 21:22:44.570 INFO copying /tmp/.tmpjaLSeu/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 ...
109312026-09-12T21:22:45.647Z[ host-image] Sep 12 21:22:44.570 INFO O| Sep 12 21:22:44.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
109322026-09-12T21:22:45.647Z[ host-image] Sep 12 21:22:44.570 INFO O| Sep 12 21:22:44.570 INFO ok!
109332026-09-12T21:22:45.647Z[ host-image] Sep 12 21:22:44.570 INFO O| Sep 12 21:22:44.570 INFO STEP 124 (ensure_file) COMPLETE
109342026-09-12T21:22:45.647Z[ host-image] Sep 12 21:22:44.570 INFO O| Sep 12 21:22:44.570 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109352026-09-12T21:22:45.652Z[ host-image] Sep 12 21:22:44.579 INFO O| Sep 12 21:22:44.579 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
109362026-09-12T21:22:45.652Z[ host-image] Sep 12 21:22:44.579 INFO O| Sep 12 21:22:44.579 INFO copying /tmp/.tmpjaLSeu/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 ...
109372026-09-12T21:22:45.652Z[ host-image] Sep 12 21:22:44.579 INFO O| Sep 12 21:22:44.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
109382026-09-12T21:22:45.655Z[ host-image] Sep 12 21:22:44.579 INFO O| Sep 12 21:22:44.579 INFO ok!
109392026-09-12T21:22:45.655Z[ host-image] Sep 12 21:22:44.579 INFO O| Sep 12 21:22:44.579 INFO STEP 125 (ensure_file) COMPLETE
109402026-09-12T21:22:45.655Z[ host-image] Sep 12 21:22:44.579 INFO O| Sep 12 21:22:44.579 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109412026-09-12T21:22:45.662Z[ host-image] Sep 12 21:22:44.589 INFO O| Sep 12 21:22:44.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
109422026-09-12T21:22:45.662Z[ host-image] Sep 12 21:22:44.589 INFO O| Sep 12 21:22:44.589 INFO copying /tmp/.tmpjaLSeu/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 ...
109432026-09-12T21:22:45.665Z[ host-image] Sep 12 21:22:44.589 INFO O| Sep 12 21:22:44.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
109442026-09-12T21:22:45.665Z[ host-image] Sep 12 21:22:44.589 INFO O| Sep 12 21:22:44.589 INFO ok!
109452026-09-12T21:22:45.665Z[ host-image] Sep 12 21:22:44.589 INFO O| Sep 12 21:22:44.589 INFO STEP 126 (ensure_file) COMPLETE
109462026-09-12T21:22:45.666Z[ host-image] Sep 12 21:22:44.589 INFO O| Sep 12 21:22:44.589 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109472026-09-12T21:22:45.671Z[ host-image] Sep 12 21:22:44.598 INFO O| Sep 12 21:22:44.598 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
109482026-09-12T21:22:45.671Z[ host-image] Sep 12 21:22:44.598 INFO O| Sep 12 21:22:44.598 INFO copying /tmp/.tmpjaLSeu/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 ...
109492026-09-12T21:22:45.671Z[ host-image] Sep 12 21:22:44.599 INFO O| Sep 12 21:22:44.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
109502026-09-12T21:22:45.672Z[ host-image] Sep 12 21:22:44.599 INFO O| Sep 12 21:22:44.598 INFO ok!
109512026-09-12T21:22:45.672Z[ host-image] Sep 12 21:22:44.599 INFO O| Sep 12 21:22:44.598 INFO STEP 127 (ensure_file) COMPLETE
109522026-09-12T21:22:45.675Z[ host-image] Sep 12 21:22:44.599 INFO O| Sep 12 21:22:44.598 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109532026-09-12T21:22:45.682Z[ host-image] Sep 12 21:22:44.609 INFO O| Sep 12 21:22:44.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
109542026-09-12T21:22:45.687Z[ host-image] Sep 12 21:22:44.609 INFO O| Sep 12 21:22:44.609 INFO copying /tmp/.tmpjaLSeu/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 ...
109552026-09-12T21:22:45.688Z[ host-image] Sep 12 21:22:44.609 INFO O| Sep 12 21:22:44.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
109562026-09-12T21:22:45.688Z[ host-image] Sep 12 21:22:44.610 INFO O| Sep 12 21:22:44.609 INFO ok!
109572026-09-12T21:22:45.688Z[ host-image] Sep 12 21:22:44.610 INFO O| Sep 12 21:22:44.609 INFO STEP 128 (ensure_file) COMPLETE
109582026-09-12T21:22:45.690Z[ host-image] Sep 12 21:22:44.610 INFO O| Sep 12 21:22:44.610 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109592026-09-12T21:22:45.693Z[ host-image] Sep 12 21:22:44.620 INFO O| Sep 12 21:22:44.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
109602026-09-12T21:22:45.694Z[ host-image] Sep 12 21:22:44.621 INFO O| Sep 12 21:22:44.620 INFO copying /tmp/.tmpjaLSeu/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 ...
109612026-09-12T21:22:45.694Z[ host-image] Sep 12 21:22:44.621 INFO O| Sep 12 21:22:44.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
109622026-09-12T21:22:45.694Z[ host-image] Sep 12 21:22:44.621 INFO O| Sep 12 21:22:44.621 INFO ok!
109632026-09-12T21:22:45.694Z[ host-image] Sep 12 21:22:44.621 INFO O| Sep 12 21:22:44.621 INFO STEP 129 (ensure_file) COMPLETE
109642026-09-12T21:22:45.694Z[ host-image] Sep 12 21:22:44.621 INFO O| Sep 12 21:22:44.621 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109652026-09-12T21:22:45.704Z[ host-image] Sep 12 21:22:44.631 INFO O| Sep 12 21:22:44.631 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
109662026-09-12T21:22:45.704Z[ host-image] Sep 12 21:22:44.631 INFO O| Sep 12 21:22:44.631 INFO copying /tmp/.tmpjaLSeu/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 ...
109672026-09-12T21:22:45.708Z[ host-image] Sep 12 21:22:44.631 INFO O| Sep 12 21:22:44.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
109682026-09-12T21:22:45.708Z[ host-image] Sep 12 21:22:44.631 INFO O| Sep 12 21:22:44.631 INFO ok!
109692026-09-12T21:22:45.708Z[ host-image] Sep 12 21:22:44.631 INFO O| Sep 12 21:22:44.631 INFO STEP 130 (ensure_file) COMPLETE
109702026-09-12T21:22:45.708Z[ host-image] Sep 12 21:22:44.631 INFO O| Sep 12 21:22:44.631 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109712026-09-12T21:22:45.714Z[ host-image] Sep 12 21:22:44.641 INFO O| Sep 12 21:22:44.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
109722026-09-12T21:22:45.714Z[ host-image] Sep 12 21:22:44.641 INFO O| Sep 12 21:22:44.641 INFO copying /tmp/.tmpjaLSeu/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 ...
109732026-09-12T21:22:45.719Z[ host-image] Sep 12 21:22:44.642 INFO O| Sep 12 21:22:44.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
109742026-09-12T21:22:45.720Z[ host-image] Sep 12 21:22:44.642 INFO O| Sep 12 21:22:44.642 INFO ok!
109752026-09-12T21:22:45.720Z[ host-image] Sep 12 21:22:44.642 INFO O| Sep 12 21:22:44.642 INFO STEP 131 (ensure_file) COMPLETE
109762026-09-12T21:22:45.720Z[ host-image] Sep 12 21:22:44.642 INFO O| Sep 12 21:22:44.642 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109772026-09-12T21:22:45.724Z[ host-image] Sep 12 21:22:44.651 INFO O| Sep 12 21:22:44.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
109782026-09-12T21:22:45.724Z[ host-image] Sep 12 21:22:44.651 INFO O| Sep 12 21:22:44.651 INFO copying /tmp/.tmpjaLSeu/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 ...
109792026-09-12T21:22:45.724Z[ host-image] Sep 12 21:22:44.651 INFO O| Sep 12 21:22:44.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
109802026-09-12T21:22:45.724Z[ host-image] Sep 12 21:22:44.651 INFO O| Sep 12 21:22:44.651 INFO ok!
109812026-09-12T21:22:45.724Z[ host-image] Sep 12 21:22:44.651 INFO O| Sep 12 21:22:44.651 INFO STEP 132 (ensure_file) COMPLETE
109822026-09-12T21:22:45.724Z[ host-image] Sep 12 21:22:44.651 INFO O| Sep 12 21:22:44.651 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109832026-09-12T21:22:45.733Z[ host-image] Sep 12 21:22:44.661 INFO O| Sep 12 21:22:44.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
109842026-09-12T21:22:45.733Z[ host-image] Sep 12 21:22:44.661 INFO O| Sep 12 21:22:44.661 INFO copying /tmp/.tmpjaLSeu/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 ...
109852026-09-12T21:22:45.734Z[ host-image] Sep 12 21:22:44.661 INFO O| Sep 12 21:22:44.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
109862026-09-12T21:22:45.738Z[ host-image] Sep 12 21:22:44.661 INFO O| Sep 12 21:22:44.661 INFO ok!
109872026-09-12T21:22:45.738Z[ host-image] Sep 12 21:22:44.661 INFO O| Sep 12 21:22:44.661 INFO STEP 133 (ensure_file) COMPLETE
109882026-09-12T21:22:45.738Z[ host-image] Sep 12 21:22:44.661 INFO O| Sep 12 21:22:44.661 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109892026-09-12T21:22:45.744Z[ host-image] Sep 12 21:22:44.671 INFO O| Sep 12 21:22:44.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
109902026-09-12T21:22:45.744Z[ host-image] Sep 12 21:22:44.671 INFO O| Sep 12 21:22:44.671 INFO copying /tmp/.tmpjaLSeu/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 ...
109912026-09-12T21:22:45.744Z[ host-image] Sep 12 21:22:44.671 INFO O| Sep 12 21:22:44.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
109922026-09-12T21:22:45.747Z[ host-image] Sep 12 21:22:44.671 INFO O| Sep 12 21:22:44.671 INFO ok!
109932026-09-12T21:22:45.747Z[ host-image] Sep 12 21:22:44.671 INFO O| Sep 12 21:22:44.671 INFO STEP 134 (ensure_file) COMPLETE
109942026-09-12T21:22:45.747Z[ host-image] Sep 12 21:22:44.671 INFO O| Sep 12 21:22:44.671 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109952026-09-12T21:22:45.754Z[ host-image] Sep 12 21:22:44.681 INFO O| Sep 12 21:22:44.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
109962026-09-12T21:22:45.757Z[ host-image] Sep 12 21:22:44.681 INFO O| Sep 12 21:22:44.681 INFO copying /tmp/.tmpjaLSeu/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 ...
109972026-09-12T21:22:45.758Z[ host-image] Sep 12 21:22:44.681 INFO O| Sep 12 21:22:44.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109982026-09-12T21:22:45.758Z[ host-image] Sep 12 21:22:44.681 INFO O| Sep 12 21:22:44.681 INFO ok!
109992026-09-12T21:22:45.758Z[ host-image] Sep 12 21:22:44.681 INFO O| Sep 12 21:22:44.681 INFO STEP 135 (ensure_file) COMPLETE
110002026-09-12T21:22:45.758Z[ host-image] Sep 12 21:22:44.681 INFO O| Sep 12 21:22:44.681 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110012026-09-12T21:22:45.764Z[ host-image] Sep 12 21:22:44.691 INFO O| Sep 12 21:22:44.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
110022026-09-12T21:22:45.764Z[ host-image] Sep 12 21:22:44.692 INFO O| Sep 12 21:22:44.691 INFO copying /tmp/.tmpjaLSeu/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 ...
110032026-09-12T21:22:45.764Z[ host-image] Sep 12 21:22:44.692 INFO O| Sep 12 21:22:44.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
110042026-09-12T21:22:45.764Z[ host-image] Sep 12 21:22:44.692 INFO O| Sep 12 21:22:44.692 INFO ok!
110052026-09-12T21:22:45.768Z[ host-image] Sep 12 21:22:44.692 INFO O| Sep 12 21:22:44.692 INFO STEP 136 (ensure_file) COMPLETE
110062026-09-12T21:22:45.768Z[ host-image] Sep 12 21:22:44.692 INFO O| Sep 12 21:22:44.692 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110072026-09-12T21:22:45.773Z[ host-image] Sep 12 21:22:44.701 INFO O| Sep 12 21:22:44.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
110082026-09-12T21:22:45.773Z[ host-image] Sep 12 21:22:44.701 INFO O| Sep 12 21:22:44.701 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
110092026-09-12T21:22:45.777Z[ host-image] Sep 12 21:22:44.701 INFO O| Sep 12 21:22:44.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
110102026-09-12T21:22:45.777Z[ host-image] Sep 12 21:22:44.701 INFO O| Sep 12 21:22:44.701 INFO ok!
110112026-09-12T21:22:45.777Z[ host-image] Sep 12 21:22:44.701 INFO O| Sep 12 21:22:44.701 INFO STEP 137 (ensure_file) COMPLETE
110122026-09-12T21:22:45.777Z[ host-image] Sep 12 21:22:44.701 INFO O| Sep 12 21:22:44.701 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110132026-09-12T21:22:45.782Z[ host-image] Sep 12 21:22:44.710 INFO O| Sep 12 21:22:44.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
110142026-09-12T21:22:45.786Z[ host-image] Sep 12 21:22:44.710 INFO O| Sep 12 21:22:44.710 INFO copying /tmp/.tmpjaLSeu/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 ...
110152026-09-12T21:22:45.786Z[ host-image] Sep 12 21:22:44.710 INFO O| Sep 12 21:22:44.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
110162026-09-12T21:22:45.786Z[ host-image] Sep 12 21:22:44.710 INFO O| Sep 12 21:22:44.710 INFO ok!
110172026-09-12T21:22:45.787Z[ host-image] Sep 12 21:22:44.710 INFO O| Sep 12 21:22:44.710 INFO STEP 138 (ensure_file) COMPLETE
110182026-09-12T21:22:45.787Z[ host-image] Sep 12 21:22:44.710 INFO O| Sep 12 21:22:44.710 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110192026-09-12T21:22:45.792Z[ host-image] Sep 12 21:22:44.719 INFO O| Sep 12 21:22:44.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
110202026-09-12T21:22:45.792Z[ host-image] Sep 12 21:22:44.719 INFO O| Sep 12 21:22:44.719 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
110212026-09-12T21:22:45.792Z[ host-image] Sep 12 21:22:44.719 INFO O| Sep 12 21:22:44.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
110222026-09-12T21:22:45.796Z[ host-image] Sep 12 21:22:44.719 INFO O| Sep 12 21:22:44.719 INFO ok!
110232026-09-12T21:22:45.796Z[ host-image] Sep 12 21:22:44.719 INFO O| Sep 12 21:22:44.719 INFO STEP 139 (ensure_file) COMPLETE
110242026-09-12T21:22:45.796Z[ host-image] Sep 12 21:22:44.719 INFO O| Sep 12 21:22:44.719 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110252026-09-12T21:22:45.800Z[ host-image] Sep 12 21:22:44.727 INFO O| Sep 12 21:22:44.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
110262026-09-12T21:22:45.800Z[ host-image] Sep 12 21:22:44.727 INFO O| Sep 12 21:22:44.727 INFO copying /tmp/.tmpjaLSeu/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
110272026-09-12T21:22:48.232Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
110282026-09-12T21:22:51.333Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
110292026-09-12T21:22:54.134Z[ host-image] Sep 12 21:22:53.048 INFO O| Sep 12 21:22:53.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
110302026-09-12T21:22:54.134Z[ host-image] Sep 12 21:22:53.048 INFO O| Sep 12 21:22:53.048 INFO ok!
110312026-09-12T21:22:54.207Z[ host-image] Sep 12 21:22:53.048 INFO O| Sep 12 21:22:53.048 INFO STEP 140 (ensure_file) COMPLETE
110322026-09-12T21:22:54.207Z[ host-image] Sep 12 21:22:53.048 INFO O| Sep 12 21:22:53.048 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110332026-09-12T21:22:54.207Z[ host-image] Sep 12 21:22:53.058 INFO O| Sep 12 21:22:53.058 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
110342026-09-12T21:22:54.207Z[ host-image] Sep 12 21:22:53.058 INFO O| Sep 12 21:22:53.058 INFO STEP 141 (ensure_dir) COMPLETE
110352026-09-12T21:22:54.221Z[ host-image] Sep 12 21:22:53.058 INFO O| Sep 12 21:22:53.058 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110362026-09-12T21:22:54.222Z[ host-image] Sep 12 21:22:53.065 INFO O| Sep 12 21:22:53.065 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
110372026-09-12T21:22:54.222Z[ host-image] Sep 12 21:22:53.065 INFO O| Sep 12 21:22:53.065 INFO STEP 142 (ensure_dir) COMPLETE
110382026-09-12T21:22:54.222Z[ host-image] Sep 12 21:22:53.065 INFO O| Sep 12 21:22:53.065 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110392026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.075 INFO O| Sep 12 21:22:53.075 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
110402026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.075 INFO O| Sep 12 21:22:53.075 INFO STEP 143 (ensure_dir) COMPLETE
110412026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.075 INFO O| Sep 12 21:22:53.075 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110422026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.082 INFO O| Sep 12 21:22:53.082 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
110432026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.082 INFO O| Sep 12 21:22:53.082 INFO STEP 144 (ensure_dir) COMPLETE
110442026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.082 INFO O| Sep 12 21:22:53.082 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110452026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.089 INFO O| Sep 12 21:22:53.089 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
110462026-09-12T21:22:54.242Z[ host-image] Sep 12 21:22:53.089 INFO O| Sep 12 21:22:53.089 INFO copying /tmp/.tmpjaLSeu/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 ...
110472026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.089 INFO O| Sep 12 21:22:53.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
110482026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.089 INFO O| Sep 12 21:22:53.089 INFO ok!
110492026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.089 INFO O| Sep 12 21:22:53.089 INFO STEP 145 (ensure_file) COMPLETE
110502026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.089 INFO O| Sep 12 21:22:53.089 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110512026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.097 INFO O| Sep 12 21:22:53.097 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
110522026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.097 INFO O| Sep 12 21:22:53.097 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
110532026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.097 INFO O| Sep 12 21:22:53.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
110542026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.097 INFO O| Sep 12 21:22:53.097 INFO STEP 146 (ensure_dir) COMPLETE
110552026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.097 INFO O| Sep 12 21:22:53.097 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110562026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.105 INFO O| Sep 12 21:22:53.105 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
110572026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.105 INFO O| Sep 12 21:22:53.105 INFO copying /tmp/.tmpjaLSeu/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
110582026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.105 INFO O| Sep 12 21:22:53.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
110592026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.105 INFO O| Sep 12 21:22:53.105 INFO ok!
110602026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.105 INFO O| Sep 12 21:22:53.105 INFO STEP 147 (ensure_file) COMPLETE
110612026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.105 INFO O| Sep 12 21:22:53.105 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110622026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.113 INFO O| Sep 12 21:22:53.113 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
110632026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.113 INFO O| Sep 12 21:22:53.113 INFO STEP 148 (remove_files) COMPLETE
110642026-09-12T21:22:54.243Z[ host-image] Sep 12 21:22:53.113 INFO O| Sep 12 21:22:53.113 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110652026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.121 INFO O| Sep 12 21:22:53.121 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
110662026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.121 INFO O| Sep 12 21:22:53.121 INFO STEP 149 (remove_files) COMPLETE
110672026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.121 INFO O| Sep 12 21:22:53.121 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110682026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.129 INFO O| Sep 12 21:22:53.129 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
110692026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.129 INFO O| Sep 12 21:22:53.129 INFO STEP 150 (remove_files) COMPLETE
110702026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.129 INFO O| Sep 12 21:22:53.129 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110712026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.138 INFO O| Sep 12 21:22:53.138 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
110722026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.138 INFO O| Sep 12 21:22:53.138 INFO STEP 151 (remove_files) COMPLETE
110732026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.138 INFO O| Sep 12 21:22:53.138 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110742026-09-12T21:22:54.245Z[ host-image] Sep 12 21:22:53.146 INFO O| Sep 12 21:22:53.146 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
110752026-09-12T21:22:54.246Z[ host-image] Sep 12 21:22:53.146 INFO O| Sep 12 21:22:53.146 INFO STEP 152 (remove_files) COMPLETE
110762026-09-12T21:22:54.246Z[ host-image] Sep 12 21:22:53.146 INFO O| Sep 12 21:22:53.146 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110772026-09-12T21:22:54.246Z[ host-image] Sep 12 21:22:53.154 INFO O| Sep 12 21:22:53.154 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
110782026-09-12T21:22:54.246Z[ host-image] Sep 12 21:22:53.155 INFO O| Sep 12 21:22:53.155 INFO STEP 153 (remove_files) COMPLETE
110792026-09-12T21:22:54.246Z[ host-image] Sep 12 21:22:53.155 INFO O| Sep 12 21:22:53.155 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110802026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.162 INFO O| Sep 12 21:22:53.162 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
110812026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.162 INFO O| Sep 12 21:22:53.162 INFO STEP 154 (remove_files) COMPLETE
110822026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.162 INFO O| Sep 12 21:22:53.162 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110832026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.170 INFO O| Sep 12 21:22:53.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
110842026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.171 INFO O| Sep 12 21:22:53.171 INFO STEP 155 (remove_files) COMPLETE
110852026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.171 INFO O| Sep 12 21:22:53.171 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110862026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.180 INFO O| Sep 12 21:22:53.180 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
110872026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.180 INFO O| Sep 12 21:22:53.180 INFO STEP 156 (remove_files) COMPLETE
110882026-09-12T21:22:54.259Z[ host-image] Sep 12 21:22:53.180 INFO O| Sep 12 21:22:53.180 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110892026-09-12T21:22:54.265Z[ host-image] Sep 12 21:22:53.188 INFO O| Sep 12 21:22:53.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
110902026-09-12T21:22:54.265Z[ host-image] Sep 12 21:22:53.188 INFO O| Sep 12 21:22:53.188 INFO STEP 157 (remove_files) COMPLETE
110912026-09-12T21:22:54.265Z[ host-image] Sep 12 21:22:53.188 INFO O| Sep 12 21:22:53.188 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110922026-09-12T21:22:54.270Z[ host-image] Sep 12 21:22:53.196 INFO O| Sep 12 21:22:53.196 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
110932026-09-12T21:22:54.270Z[ host-image] Sep 12 21:22:53.196 INFO O| Sep 12 21:22:53.196 INFO STEP 158 (remove_files) COMPLETE
110942026-09-12T21:22:54.270Z[ host-image] Sep 12 21:22:53.196 INFO O| Sep 12 21:22:53.196 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110952026-09-12T21:22:54.281Z[ host-image] Sep 12 21:22:53.204 INFO O| Sep 12 21:22:53.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
110962026-09-12T21:22:54.292Z[ host-image] Sep 12 21:22:53.204 INFO O| Sep 12 21:22:53.204 INFO STEP 159 (remove_files) COMPLETE
110972026-09-12T21:22:54.292Z[ host-image] Sep 12 21:22:53.204 INFO O| Sep 12 21:22:53.204 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110982026-09-12T21:22:54.293Z[ host-image] Sep 12 21:22:53.213 INFO O| Sep 12 21:22:53.213 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110992026-09-12T21:22:54.293Z[ host-image] Sep 12 21:22:53.213 INFO O| Sep 12 21:22:53.213 INFO STEP 160 (remove_files) COMPLETE
111002026-09-12T21:22:54.293Z[ host-image] Sep 12 21:22:53.213 INFO O| Sep 12 21:22:53.213 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111012026-09-12T21:22:54.297Z[ host-image] Sep 12 21:22:53.222 INFO O| Sep 12 21:22:53.222 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
111022026-09-12T21:22:54.297Z[ host-image] Sep 12 21:22:53.222 INFO O| Sep 12 21:22:53.222 INFO STEP 161 (remove_files) COMPLETE
111032026-09-12T21:22:54.297Z[ host-image] Sep 12 21:22:53.222 INFO O| Sep 12 21:22:53.222 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111042026-09-12T21:22:54.303Z[ host-image] Sep 12 21:22:53.230 INFO O| Sep 12 21:22:53.230 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
111052026-09-12T21:22:54.303Z[ host-image] Sep 12 21:22:53.230 INFO O| Sep 12 21:22:53.230 INFO STEP 162 (remove_files) COMPLETE
111062026-09-12T21:22:54.324Z[ host-image] Sep 12 21:22:53.230 INFO O| Sep 12 21:22:53.230 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111072026-09-12T21:22:54.337Z[ host-image] Sep 12 21:22:53.239 INFO O| Sep 12 21:22:53.238 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
111082026-09-12T21:22:54.337Z[ host-image] Sep 12 21:22:53.239 INFO O| Sep 12 21:22:53.239 INFO STEP 163 (remove_files) COMPLETE
111092026-09-12T21:22:54.338Z[ host-image] Sep 12 21:22:53.239 INFO O| Sep 12 21:22:53.239 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111102026-09-12T21:22:54.339Z[ host-image] Sep 12 21:22:53.246 INFO O| Sep 12 21:22:53.246 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
111112026-09-12T21:22:54.339Z[ host-image] Sep 12 21:22:53.246 INFO O| Sep 12 21:22:53.246 INFO STEP 164 (remove_files) COMPLETE
111122026-09-12T21:22:54.339Z[ host-image] Sep 12 21:22:53.246 INFO O| Sep 12 21:22:53.246 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111132026-09-12T21:22:54.339Z[ host-image] Sep 12 21:22:53.254 INFO O| Sep 12 21:22:53.254 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
111142026-09-12T21:22:54.339Z[ host-image] Sep 12 21:22:53.254 INFO O| Sep 12 21:22:53.254 INFO STEP 165 (remove_files) COMPLETE
111152026-09-12T21:22:54.339Z[ host-image] Sep 12 21:22:53.254 INFO O| Sep 12 21:22:53.254 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111162026-09-12T21:22:54.348Z[ host-image] Sep 12 21:22:53.262 INFO O| Sep 12 21:22:53.262 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
111172026-09-12T21:22:54.348Z[ host-image] Sep 12 21:22:53.262 INFO O| Sep 12 21:22:53.262 INFO STEP 166 (remove_files) COMPLETE
111182026-09-12T21:22:54.349Z[ host-image] Sep 12 21:22:53.262 INFO O| Sep 12 21:22:53.262 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111192026-09-12T21:22:54.349Z[ host-image] Sep 12 21:22:53.269 INFO O| Sep 12 21:22:53.269 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
111202026-09-12T21:22:54.349Z[ host-image] Sep 12 21:22:53.269 INFO O| Sep 12 21:22:53.269 INFO STEP 167 (remove_files) COMPLETE
111212026-09-12T21:22:54.349Z[ host-image] Sep 12 21:22:53.269 INFO O| Sep 12 21:22:53.269 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111222026-09-12T21:22:54.370Z[ host-image] Sep 12 21:22:53.275 INFO O| Sep 12 21:22:53.275 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
111232026-09-12T21:22:54.370Z[ host-image] Sep 12 21:22:53.275 INFO O| Sep 12 21:22:53.275 INFO STEP 168 (remove_files) COMPLETE
111242026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.275 INFO O| Sep 12 21:22:53.275 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111252026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.281 INFO O| Sep 12 21:22:53.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
111262026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.281 INFO O| Sep 12 21:22:53.281 INFO STEP 169 (remove_files) COMPLETE
111272026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.281 INFO O| Sep 12 21:22:53.281 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111282026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.289 INFO O| Sep 12 21:22:53.289 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
111292026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.289 INFO O| Sep 12 21:22:53.289 INFO STEP 170 (remove_files) COMPLETE
111302026-09-12T21:22:54.371Z[ host-image] Sep 12 21:22:53.289 INFO O| Sep 12 21:22:53.289 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111312026-09-12T21:22:54.377Z[ host-image] Sep 12 21:22:53.297 INFO O| Sep 12 21:22:53.297 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
111322026-09-12T21:22:54.378Z[ host-image] Sep 12 21:22:53.297 INFO O| Sep 12 21:22:53.297 INFO STEP 171 (remove_files) COMPLETE
111332026-09-12T21:22:54.378Z[ host-image] Sep 12 21:22:53.297 INFO O| Sep 12 21:22:53.297 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111342026-09-12T21:22:54.378Z[ host-image] Sep 12 21:22:53.303 INFO O| Sep 12 21:22:53.303 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
111352026-09-12T21:22:54.378Z[ host-image] Sep 12 21:22:53.303 INFO O| Sep 12 21:22:53.303 INFO STEP 172 (remove_files) COMPLETE
111362026-09-12T21:22:54.378Z[ host-image] Sep 12 21:22:53.303 INFO O| Sep 12 21:22:53.303 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111372026-09-12T21:22:54.381Z[ host-image] Sep 12 21:22:53.309 INFO O| Sep 12 21:22:53.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
111382026-09-12T21:22:54.382Z[ host-image] Sep 12 21:22:53.309 INFO O| Sep 12 21:22:53.309 INFO STEP 173 (remove_files) COMPLETE
111392026-09-12T21:22:54.382Z[ host-image] Sep 12 21:22:53.309 INFO O| Sep 12 21:22:53.309 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111402026-09-12T21:22:54.390Z[ host-image] Sep 12 21:22:53.317 INFO O| Sep 12 21:22:53.317 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
111412026-09-12T21:22:54.390Z[ host-image] Sep 12 21:22:53.317 INFO O| Sep 12 21:22:53.317 INFO STEP 174 (remove_files) COMPLETE
111422026-09-12T21:22:54.395Z[ host-image] Sep 12 21:22:53.317 INFO O| Sep 12 21:22:53.317 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111432026-09-12T21:22:54.404Z[ host-image] Sep 12 21:22:53.323 INFO O| Sep 12 21:22:53.323 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
111442026-09-12T21:22:54.405Z[ host-image] Sep 12 21:22:53.323 INFO O| Sep 12 21:22:53.323 INFO STEP 175 (remove_files) COMPLETE
111452026-09-12T21:22:54.405Z[ host-image] Sep 12 21:22:53.323 INFO O| Sep 12 21:22:53.323 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111462026-09-12T21:22:54.409Z[ host-image] Sep 12 21:22:53.330 INFO O| Sep 12 21:22:53.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
111472026-09-12T21:22:54.409Z[ host-image] Sep 12 21:22:53.330 INFO O| Sep 12 21:22:53.330 INFO STEP 176 (remove_files) COMPLETE
111482026-09-12T21:22:54.409Z[ host-image] Sep 12 21:22:53.330 INFO O| Sep 12 21:22:53.330 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
111492026-09-12T21:22:54.415Z[ host-image] Sep 12 21:22:53.339 INFO O| Sep 12 21:22:53.339 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
111502026-09-12T21:22:54.415Z[ host-image] Sep 12 21:22:53.339 INFO O| Sep 12 21:22:53.339 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
111512026-09-12T21:22:58.004Z[ host-image] Sep 12 21:22:56.923 INFO O| Sep 12 21:22:56.922 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
111522026-09-12T21:22:58.004Z[ host-image] Sep 12 21:22:56.923 INFO O| Sep 12 21:22:56.923 INFO E| svccfg: Loaded 80 smf(7) service descriptions
111532026-09-12T21:22:58.020Z[ host-image] Sep 12 21:22:56.935 INFO O| Sep 12 21:22:56.935 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
111542026-09-12T21:22:58.112Z[ host-image] Sep 12 21:22:57.039 INFO O| Sep 12 21:22:57.039 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
111552026-09-12T21:22:58.181Z[ host-image] Sep 12 21:22:57.101 INFO O| Sep 12 21:22:57.100 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
111562026-09-12T21:22:58.246Z[ host-image] Sep 12 21:22:57.167 INFO O| Sep 12 21:22:57.167 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
111572026-09-12T21:22:58.246Z[ host-image] Sep 12 21:22:57.167 INFO O| Sep 12 21:22:57.167 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
111582026-09-12T21:22:58.251Z[ host-image] Sep 12 21:22:57.169 INFO O| Sep 12 21:22:57.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
111592026-09-12T21:22:58.251Z[ host-image] Sep 12 21:22:57.169 INFO O| Sep 12 21:22:57.169 INFO ok!
111602026-09-12T21:22:58.251Z[ host-image] Sep 12 21:22:57.169 INFO O| Sep 12 21:22:57.169 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
111612026-09-12T21:22:58.251Z[ host-image] Sep 12 21:22:57.169 INFO O| Sep 12 21:22:57.169 INFO STEP 177 (seed_smf) COMPLETE
111622026-09-12T21:22:58.251Z[ host-image] Sep 12 21:22:57.169 INFO O| Sep 12 21:22:57.169 INFO steps complete; finalising image!
111632026-09-12T21:22:58.251Z[ host-image] Sep 12 21:22:57.169 INFO O| Sep 12 21:22:57.169 INFO TRIM POOL: TEMPORARY-sled-zfs
111642026-09-12T21:22:58.422Z[ host-image] Sep 12 21:22:57.349 INFO O| Sep 12 21:22:57.349 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Sat Sep 12 21:22:57 2026)
111652026-09-12T21:22:58.640Z[ host-image] Sep 12 21:22:57.567 INFO O| Sep 12 21:22:57.567 INFO temporary pool has 718M used, 306M avail, 1.92x compressratio
111662026-09-12T21:22:58.640Z[ host-image] Sep 12 21:22:57.567 INFO O| Sep 12 21:22:57.567 INFO EXPORT POOL: TEMPORARY-sled-zfs
111672026-09-12T21:22:59.029Z[ host-image] Sep 12 21:22:57.956 INFO O| Sep 12 21:22:57.956 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
111682026-09-12T21:22:59.029Z[ host-image] Sep 12 21:22:57.956 INFO O| Sep 12 21:22:57.956 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
111692026-09-12T21:23:00.243Z[ host-image] Sep 12 21:22:59.166 INFO O| Sep 12 21:22:59.166 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
111702026-09-12T21:23:00.243Z[ host-image] Sep 12 21:22:59.166 INFO O| Sep 12 21:22:59.166 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
111712026-09-12T21:23:00.243Z[ host-image] Sep 12 21:22:59.166 INFO O| Sep 12 21:22:59.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
111722026-09-12T21:23:00.243Z[ host-image] Sep 12 21:22:59.166 INFO O| Sep 12 21:22:59.166 INFO completed processing sled/zfs
111732026-09-12T21:23:00.256Z[ host-image] Sep 12 21:22:59.166 INFO O| Sep 12 21:22:59.166 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
111742026-09-12T21:23:05.289Z[ recovery-image] Sep 12 21:23:04.216 INFO O| ok, image written!
111752026-09-12T21:23:05.289Z[ recovery-image] Sep 12 21:23:04.216 INFO O| ok, boot_image_csum file written!
111762026-09-12T21:23:05.298Z[ recovery-image] Sep 12 21:23:04.218 INFO creating boot archive (CPIO)...
111772026-09-12T21:23:05.298Z[ recovery-image] Sep 12 21:23:04.218 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
111782026-09-12T21:23:05.304Z[ recovery-image] Sep 12 21:23:04.223 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
111792026-09-12T21:23:05.304Z[ recovery-image] Sep 12 21:23:04.223 INFO E| + outfile=/work/os-recovery/cpio
111802026-09-12T21:23:05.305Z[ recovery-image] Sep 12 21:23:04.223 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
111812026-09-12T21:23:05.305Z[ recovery-image] Sep 12 21:23:04.225 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
111822026-09-12T21:23:05.305Z[ recovery-image] Sep 12 21:23:04.225 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
111832026-09-12T21:23:05.327Z[ recovery-image] Sep 12 21:23:04.252 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
111842026-09-12T21:23:05.327Z[ recovery-image] Sep 12 21:23:04.252 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
111852026-09-12T21:23:05.339Z[ recovery-image] Sep 12 21:23:04.258 INFO creating compressed cpio/unix for dev loaders...
111862026-09-12T21:23:05.339Z[ recovery-image] Sep 12 21:23:04.258 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
111872026-09-12T21:23:05.557Z[ recovery-image] Sep 12 21:23:04.484 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
111882026-09-12T21:23:09.053Z[ recovery-image] Sep 12 21:23:07.746 INFO creating reset image...
111892026-09-12T21:23:09.053Z[ recovery-image] Sep 12 21:23:07.746 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")
111902026-09-12T21:23:09.111Z[ recovery-image] Sep 12 21:23:07.972 INFO E| Updating crates.io index
111912026-09-12T21:23:09.269Z[ recovery-image] Sep 12 21:23:08.196 INFO E| Downloading crates ...
111922026-09-12T21:23:09.310Z[ recovery-image] Sep 12 21:23:08.237 INFO E| Downloaded os_pipe v1.2.3
111932026-09-12T21:23:09.314Z[ recovery-image] Sep 12 21:23:08.239 INFO E| Downloaded clap_lex v1.1.0
111942026-09-12T21:23:09.314Z[ recovery-image] Sep 12 21:23:08.240 INFO E| Downloaded shared_thread v0.2.0
111952026-09-12T21:23:09.317Z[ recovery-image] Sep 12 21:23:08.243 INFO E| Downloaded colorchoice v1.0.5
111962026-09-12T21:23:09.318Z[ recovery-image] Sep 12 21:23:08.244 INFO E| Downloaded sigchld v0.2.4
111972026-09-12T21:23:09.321Z[ recovery-image] Sep 12 21:23:08.246 INFO E| Downloaded shared_child v1.1.1
111982026-09-12T21:23:09.321Z[ recovery-image] Sep 12 21:23:08.248 INFO E| Downloaded duct v1.1.1
111992026-09-12T21:23:09.357Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling libc v0.2.186
112002026-09-12T21:23:09.357Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling proc-macro2 v1.0.106
112012026-09-12T21:23:09.357Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling quote v1.0.45
112022026-09-12T21:23:09.361Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling signal-hook v0.3.18
112032026-09-12T21:23:09.361Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling unicode-ident v1.0.24
112042026-09-12T21:23:09.361Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling utf8parse v0.2.2
112052026-09-12T21:23:09.361Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling anstyle-query v1.1.5
112062026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling anstyle v1.0.14
112072026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling is_terminal_polyfill v1.70.2
112082026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling colorchoice v1.0.5
112092026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling heck v0.5.0
112102026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling clap_lex v1.1.0
112112026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.284 INFO E| Compiling strsim v0.11.1
112122026-09-12T21:23:09.364Z[ recovery-image] Sep 12 21:23:08.285 INFO E| Compiling shared_thread v0.2.0
112132026-09-12T21:23:09.546Z[ recovery-image] Sep 12 21:23:08.473 INFO E| Compiling anstyle-parse v1.0.0
112142026-09-12T21:23:09.688Z[ recovery-image] Sep 12 21:23:08.616 INFO E| Compiling anstream v1.0.0
112152026-09-12T21:23:09.943Z[ recovery-image] Sep 12 21:23:08.815 INFO E| Compiling clap_builder v4.6.0
112162026-09-12T21:23:10.141Z[ recovery-image] Sep 12 21:23:09.068 INFO E| Compiling errno v0.3.14
112172026-09-12T21:23:10.141Z[ recovery-image] Sep 12 21:23:09.068 INFO E| Compiling os_pipe v1.2.3
112182026-09-12T21:23:10.238Z[ recovery-image] Sep 12 21:23:09.165 INFO E| Compiling signal-hook-registry v1.4.8
112192026-09-12T21:23:10.449Z[ recovery-image] Sep 12 21:23:09.376 INFO E| Compiling syn v2.0.117
112202026-09-12T21:23:10.524Z[ recovery-image] Sep 12 21:23:09.448 INFO E| Compiling sigchld v0.2.4
112212026-09-12T21:23:10.619Z[ recovery-image] Sep 12 21:23:09.546 INFO E| Compiling shared_child v1.1.1
112222026-09-12T21:23:10.740Z[ recovery-image] Sep 12 21:23:09.667 INFO E| Compiling duct v1.1.1
112232026-09-12T21:23:12.490Z[ recovery-image] Sep 12 21:23:11.410 INFO E| Compiling clap_derive v4.6.1
112242026-09-12T21:23:13.765Z[ recovery-image] Sep 12 21:23:12.693 INFO E| Compiling clap v4.6.1
112252026-09-12T21:23:13.822Z[ recovery-image] Sep 12 21:23:12.749 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
112262026-09-12T21:23:14.592Z[ recovery-image] Sep 12 21:23:13.519 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
112272026-09-12T21:23:14.600Z[ recovery-image] Sep 12 21:23:13.524 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
112282026-09-12T21:23:14.824Z[ recovery-image] Sep 12 21:23:13.739 INFO E| Downloading crates ...
112292026-09-12T21:23:14.858Z[ recovery-image] Sep 12 21:23:13.785 INFO E| Downloaded bitstruct_derive v0.1.0
112302026-09-12T21:23:14.882Z[ recovery-image] Sep 12 21:23:13.791 INFO E| Downloaded miniz_oxide v0.9.1
112312026-09-12T21:23:14.882Z[ recovery-image] Sep 12 21:23:13.793 INFO E| Downloaded bit_field v0.10.3
112322026-09-12T21:23:14.882Z[ recovery-image] Sep 12 21:23:13.797 INFO E| Downloaded bitflags v2.13.0
112332026-09-12T21:23:14.882Z[ recovery-image] Sep 12 21:23:13.800 INFO E| Downloaded cpio_reader v0.1.2
112342026-09-12T21:23:14.890Z[ recovery-image] Sep 12 21:23:13.801 INFO E| Downloaded bitstruct v0.1.1
112352026-09-12T21:23:14.890Z[ recovery-image] Sep 12 21:23:13.807 INFO E| Downloaded log v0.4.32
112362026-09-12T21:23:14.897Z[ recovery-image] Sep 12 21:23:13.821 INFO E| Downloaded raw-cpuid v10.7.0
112372026-09-12T21:23:14.911Z[ recovery-image] Sep 12 21:23:13.838 INFO E| Downloaded goblin v0.10.7
112382026-09-12T21:23:15.010Z[ recovery-image] Sep 12 21:23:13.937 INFO E| Downloaded x86 v0.52.0
112392026-09-12T21:23:15.761Z[ recovery-image] Sep 12 21:23:13.970 INFO E| Updating crates.io index
112402026-09-12T21:23:15.879Z[ recovery-image] Sep 12 21:23:14.019 INFO E| Downloading crates ...
112412026-09-12T21:23:15.880Z[ recovery-image] Sep 12 21:23:14.040 INFO E| Downloaded hashbrown v0.17.1
112422026-09-12T21:23:15.880Z[ recovery-image] Sep 12 21:23:14.044 INFO E| Downloaded rustc-literal-escaper v0.0.7
112432026-09-12T21:23:15.880Z[ recovery-image] Sep 12 21:23:14.082 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)
112442026-09-12T21:23:15.880Z[ recovery-image] Sep 12 21:23:14.082 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)
112452026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.082 INFO E| Compiling proc-macro2 v1.0.106
112462026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.082 INFO E| Compiling quote v1.0.45
112472026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.082 INFO E| Compiling unicode-ident v1.0.24
112482026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.082 INFO E| Compiling syn v1.0.109
112492026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.082 INFO E| Compiling x86 v0.52.0
112502026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.082 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112512026-09-12T21:23:15.887Z[ recovery-image] Sep 12 21:23:14.095 INFO E| Compiling seq-macro v0.3.6
112522026-09-12T21:23:16.081Z[ recovery-image] Sep 12 21:23:15.009 INFO E| Compiling syn v2.0.117
112532026-09-12T21:23:19.975Z[ host-image] Sep 12 21:23:16.319 INFO O| Sep 12 21:23:16.319 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
112542026-09-12T21:23:20.007Z[ recovery-image] Sep 12 21:23:16.346 INFO E| Compiling scroll_derive v0.13.1
112552026-09-12T21:23:20.007Z[ host-image] Sep 12 21:23:16.393 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
112562026-09-12T21:23:20.008Z[ host-image] Sep 12 21:23:16.393 INFO expanded image name: "ci 746e8ce/${os_short_commit} 2026-09-12 21:07" -> "ci 746e8ce/0a8e320 2026-09-12 21:07"
112572026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.393 INFO output artefacts stored in: "/work/os-host"
112582026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.393 INFO collecting git info from project "amd-host-image-builder"...
112592026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.399 INFO collecting git info from project "pinprick"...
112602026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.403 INFO collecting git info from project "phbl"...
112612026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.408 INFO collecting git info from project "amd-firmware"...
112622026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.419 INFO collecting git info from project "pilot"...
112632026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.424 INFO collecting git info from project "dmar-report"...
112642026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.429 INFO collecting git info from project "chelsio-t6-roms"...
112652026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.433 INFO collecting git info from project "bootserver"...
112662026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.437 INFO collecting git info from project "image-builder"...
112672026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.442 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
112682026-09-12T21:23:20.009Z[ host-image] Sep 12 21:23:16.762 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
112692026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:17.058 INFO creating Oxide boot image...
112702026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:17.059 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 746e8ce/0a8e320 2026-09-12 21:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
112712026-09-12T21:23:20.011Z[ recovery-image] Sep 12 21:23:17.369 INFO E| Compiling bitstruct_derive v0.1.0
112722026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.031 INFO O| ok, image written!
112732026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.031 INFO O| ok, boot_image_csum file written!
112742026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.033 INFO creating boot archive (CPIO)...
112752026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.033 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
112762026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.036 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
112772026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.036 INFO E| + outfile=/work/os-host/cpio
112782026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.036 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
112792026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.038 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
112802026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.038 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
112812026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.064 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
112822026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.064 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
112832026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.069 INFO creating compressed cpio/unix for dev loaders...
112842026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.069 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
112852026-09-12T21:23:20.011Z[ host-image] Sep 12 21:23:18.292 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
112862026-09-12T21:23:22.603Z[ host-image] Sep 12 21:23:21.530 INFO creating reset image...
112872026-09-12T21:23:22.603Z[ host-image] Sep 12 21:23:21.531 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")
112882026-09-12T21:23:22.672Z[ host-image] Sep 12 21:23:21.599 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
112892026-09-12T21:23:22.677Z[ host-image] Sep 12 21:23:21.602 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
112902026-09-12T21:23:22.928Z[ host-image] Sep 12 21:23:21.855 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)
112912026-09-12T21:23:22.928Z[ host-image] Sep 12 21:23:21.855 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)
112922026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.855 INFO E| Compiling proc-macro2 v1.0.106
112932026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.855 INFO E| Compiling quote v1.0.45
112942026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.855 INFO E| Compiling unicode-ident v1.0.24
112952026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.855 INFO E| Compiling syn v1.0.109
112962026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.855 INFO E| Compiling x86 v0.52.0
112972026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.855 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112982026-09-12T21:23:22.931Z[ host-image] Sep 12 21:23:21.856 INFO E| Compiling seq-macro v0.3.6
112992026-09-12T21:23:23.836Z[ host-image] Sep 12 21:23:22.762 INFO E| Compiling syn v2.0.117
113002026-09-12T21:23:25.110Z[ host-image] Sep 12 21:23:24.038 INFO E| Compiling scroll_derive v0.13.1
113012026-09-12T21:23:26.111Z[ host-image] Sep 12 21:23:25.038 INFO E| Compiling bitstruct_derive v0.1.0
113022026-09-12T21:23:27.579Z[ recovery-image] Sep 12 21:23:26.507 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)
113032026-09-12T21:23:29.685Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling bitflags v1.3.2
113042026-09-12T21:23:29.686Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling bitflags v2.13.0
113052026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling bit_field v0.10.3
113062026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling scroll v0.13.0
113072026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling adler2 v2.0.1
113082026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling log v0.4.32
113092026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling plain v0.2.3
113102026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling static_assertions v1.1.0
113112026-09-12T21:23:29.689Z[ recovery-image] Sep 12 21:23:28.613 INFO E| Compiling bitstruct v0.1.1
113122026-09-12T21:23:29.735Z[ recovery-image] Sep 12 21:23:28.663 INFO E| Compiling raw-cpuid v10.7.0
113132026-09-12T21:23:29.786Z[ recovery-image] Sep 12 21:23:28.714 INFO E| Compiling miniz_oxide v0.9.1
113142026-09-12T21:23:29.833Z[ recovery-image] Sep 12 21:23:28.761 INFO E| Compiling cpio_reader v0.1.2
113152026-09-12T21:23:29.915Z[ recovery-image] Sep 12 21:23:28.843 INFO E| Compiling goblin v0.10.7
113162026-09-12T21:23:32.734Z[ recovery-image] Sep 12 21:23:31.661 INFO E| Finished `release` profile [optimized] target(s) in 18.12s
113172026-09-12T21:23:32.754Z[ recovery-image] Sep 12 21:23:31.682 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
113182026-09-12T21:23:32.754Z[ recovery-image] Sep 12 21:23:31.682 INFO building ROM for gimlet
113192026-09-12T21:23:32.757Z[ recovery-image] Sep 12 21:23:31.682 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")
113202026-09-12T21:23:32.834Z[ recovery-image] Sep 12 21:23:31.761 INFO E| Downloading crates ...
113212026-09-12T21:23:32.889Z[ recovery-image] Sep 12 21:23:31.815 INFO E| Downloaded clap_derive v4.5.32
113222026-09-12T21:23:32.894Z[ recovery-image] Sep 12 21:23:31.822 INFO E| Downloaded is_terminal_polyfill v1.70.1
113232026-09-12T21:23:32.897Z[ recovery-image] Sep 12 21:23:31.823 INFO E| Downloaded anstyle v1.0.10
113242026-09-12T21:23:32.897Z[ recovery-image] Sep 12 21:23:31.824 INFO E| Downloaded colorchoice v1.0.3
113252026-09-12T21:23:32.897Z[ recovery-image] Sep 12 21:23:31.825 INFO E| Downloaded cc v1.2.20
113262026-09-12T21:23:32.900Z[ recovery-image] Sep 12 21:23:31.827 INFO E| Downloaded shared_child v1.0.1
113272026-09-12T21:23:32.900Z[ recovery-image] Sep 12 21:23:31.828 INFO E| Downloaded serde_spanned v0.6.8
113282026-09-12T21:23:32.907Z[ recovery-image] Sep 12 21:23:31.834 INFO E| Downloaded os_pipe v1.2.1
113292026-09-12T21:23:32.910Z[ recovery-image] Sep 12 21:23:31.835 INFO E| Downloaded toml_datetime v0.6.9
113302026-09-12T21:23:32.912Z[ recovery-image] Sep 12 21:23:31.839 INFO E| Downloaded clap_lex v0.7.4
113312026-09-12T21:23:32.912Z[ recovery-image] Sep 12 21:23:31.839 INFO E| Downloaded anstyle-parse v0.2.6
113322026-09-12T21:23:32.915Z[ recovery-image] Sep 12 21:23:31.842 INFO E| Downloaded anstyle-query v1.1.2
113332026-09-12T21:23:32.918Z[ recovery-image] Sep 12 21:23:31.845 INFO E| Downloaded duct v0.13.7
113342026-09-12T21:23:32.921Z[ recovery-image] Sep 12 21:23:31.846 INFO E| Downloaded anstream v0.6.18
113352026-09-12T21:23:32.921Z[ recovery-image] Sep 12 21:23:31.848 INFO E| Downloaded toml_edit v0.22.26
113362026-09-12T21:23:32.940Z[ recovery-image] Sep 12 21:23:31.868 INFO E| Downloaded toml_write v0.1.1
113372026-09-12T21:23:32.943Z[ recovery-image] Sep 12 21:23:31.869 INFO E| Downloaded clap v4.5.37
113382026-09-12T21:23:32.947Z[ recovery-image] Sep 12 21:23:31.874 INFO E| Downloaded toml v0.8.22
113392026-09-12T21:23:32.965Z[ recovery-image] Sep 12 21:23:31.893 INFO E| Downloaded clap_builder v4.5.37
113402026-09-12T21:23:32.969Z[ recovery-image] Sep 12 21:23:31.896 INFO E| Downloaded winnow v0.7.7
113412026-09-12T21:23:32.984Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling libc v0.2.172
113422026-09-12T21:23:32.984Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling utf8parse v0.2.2
113432026-09-12T21:23:32.988Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling hashbrown v0.15.2
113442026-09-12T21:23:32.988Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling anstyle v1.0.10
113452026-09-12T21:23:32.988Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling shlex v1.3.0
113462026-09-12T21:23:32.988Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling colorchoice v1.0.3
113472026-09-12T21:23:32.988Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling equivalent v1.0.2
113482026-09-12T21:23:32.988Z[ recovery-image] Sep 12 21:23:31.912 INFO E| Compiling is_terminal_polyfill v1.70.1
113492026-09-12T21:23:33.003Z[ recovery-image] Sep 12 21:23:31.929 INFO E| Compiling once_cell v1.21.3
113502026-09-12T21:23:33.007Z[ recovery-image] Sep 12 21:23:31.930 INFO E| Compiling anstyle-query v1.1.2
113512026-09-12T21:23:33.007Z[ recovery-image] Sep 12 21:23:31.930 INFO E| Compiling toml_write v0.1.1
113522026-09-12T21:23:33.007Z[ recovery-image] Sep 12 21:23:31.930 INFO E| Compiling anyhow v1.0.98
113532026-09-12T21:23:33.010Z[ recovery-image] Sep 12 21:23:31.936 INFO E| Compiling clap_lex v0.7.4
113542026-09-12T21:23:33.010Z[ recovery-image] Sep 12 21:23:31.936 INFO E| Compiling strsim v0.11.1
113552026-09-12T21:23:33.015Z[ recovery-image] Sep 12 21:23:31.939 INFO E| Compiling winnow v0.7.7
113562026-09-12T21:23:33.018Z[ recovery-image] Sep 12 21:23:31.944 INFO E| Compiling syn v2.0.101
113572026-09-12T21:23:33.130Z[ recovery-image] Sep 12 21:23:32.058 INFO E| Compiling anstyle-parse v0.2.6
113582026-09-12T21:23:33.158Z[ recovery-image] Sep 12 21:23:32.085 INFO E| Compiling cc v1.2.20
113592026-09-12T21:23:33.294Z[ recovery-image] Sep 12 21:23:32.221 INFO E| Compiling anstream v0.6.18
113602026-09-12T21:23:33.491Z[ recovery-image] Sep 12 21:23:32.418 INFO E| Compiling clap_builder v4.5.37
113612026-09-12T21:23:33.578Z[ recovery-image] Sep 12 21:23:32.505 INFO E| Compiling indexmap v2.9.0
113622026-09-12T21:23:33.645Z[ recovery-image] Sep 12 21:23:32.572 INFO E| Compiling shared_child v1.0.1
113632026-09-12T21:23:33.645Z[ recovery-image] Sep 12 21:23:32.572 INFO E| Compiling os_pipe v1.2.1
113642026-09-12T21:23:33.760Z[ recovery-image] Sep 12 21:23:32.687 INFO E| Compiling duct v0.13.7
113652026-09-12T21:23:34.239Z[ recovery-image] Sep 12 21:23:33.166 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
113662026-09-12T21:23:35.188Z[ recovery-image] Sep 12 21:23:34.116 INFO E| Compiling serde_derive v1.0.219
113672026-09-12T21:23:35.188Z[ recovery-image] Sep 12 21:23:34.116 INFO E| Compiling clap_derive v4.5.32
113682026-09-12T21:23:35.499Z[ host-image] Sep 12 21:23:34.426 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)
113692026-09-12T21:23:36.637Z[ recovery-image] Sep 12 21:23:35.565 INFO E| Compiling clap v4.5.37
113702026-09-12T21:23:37.368Z[ recovery-image] Sep 12 21:23:36.295 INFO E| Compiling serde v1.0.219
113712026-09-12T21:23:37.922Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling bitflags v1.3.2
113722026-09-12T21:23:37.926Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling bit_field v0.10.3
113732026-09-12T21:23:37.926Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling log v0.4.32
113742026-09-12T21:23:37.927Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling scroll v0.13.0
113752026-09-12T21:23:37.927Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling adler2 v2.0.1
113762026-09-12T21:23:37.927Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling bitflags v2.13.0
113772026-09-12T21:23:37.927Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling plain v0.2.3
113782026-09-12T21:23:37.927Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling static_assertions v1.1.0
113792026-09-12T21:23:37.927Z[ host-image] Sep 12 21:23:36.849 INFO E| Compiling bitstruct v0.1.1
113802026-09-12T21:23:37.984Z[ host-image] Sep 12 21:23:36.911 INFO E| Compiling raw-cpuid v10.7.0
113812026-09-12T21:23:38.019Z[ host-image] Sep 12 21:23:36.947 INFO E| Compiling miniz_oxide v0.9.1
113822026-09-12T21:23:38.121Z[ host-image] Sep 12 21:23:37.048 INFO E| Compiling cpio_reader v0.1.2
113832026-09-12T21:23:38.203Z[ host-image] Sep 12 21:23:37.130 INFO E| Compiling goblin v0.10.7
113842026-09-12T21:23:39.731Z[ recovery-image] Sep 12 21:23:38.658 INFO E| Compiling serde_spanned v0.6.8
113852026-09-12T21:23:39.731Z[ recovery-image] Sep 12 21:23:38.658 INFO E| Compiling toml_datetime v0.6.9
113862026-09-12T21:23:39.992Z[ recovery-image] Sep 12 21:23:38.920 INFO E| Compiling toml_edit v0.22.26
113872026-09-12T21:23:41.349Z[ recovery-image] Sep 12 21:23:40.277 INFO E| Compiling toml v0.8.22
113882026-09-12T21:23:41.742Z[ host-image] Sep 12 21:23:40.670 INFO E| Finished `release` profile [optimized] target(s) in 19.05s
113892026-09-12T21:23:41.760Z[ host-image] Sep 12 21:23:40.688 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
113902026-09-12T21:23:41.761Z[ host-image] Sep 12 21:23:40.688 INFO building ROM for gimlet
113912026-09-12T21:23:41.761Z[ host-image] Sep 12 21:23:40.688 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")
113922026-09-12T21:23:41.856Z[ host-image] Sep 12 21:23:40.784 INFO E| Blocking waiting for file lock on build directory
113932026-09-12T21:23:43.718Z[ recovery-image] Sep 12 21:23:42.646 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.92s
113942026-09-12T21:23:43.727Z[ host-image] Sep 12 21:23:42.655 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
113952026-09-12T21:23:43.730Z[ recovery-image] Sep 12 21:23:42.655 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`
113962026-09-12T21:23:43.733Z[ host-image] Sep 12 21:23:42.658 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`
113972026-09-12T21:23:43.748Z[ recovery-image] Sep 12 21:23:42.675 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113982026-09-12T21:23:43.751Z[ host-image] Sep 12 21:23:42.677 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113992026-09-12T21:23:43.770Z[ host-image] Sep 12 21:23:42.698 INFO E| Blocking waiting for file lock on package cache
114002026-09-12T21:23:43.796Z[ recovery-image] Sep 12 21:23:42.723 INFO E| Blocking waiting for file lock on package cache
114012026-09-12T21:23:43.821Z[ host-image] Sep 12 21:23:42.749 INFO E| Blocking waiting for file lock on package cache
114022026-09-12T21:23:43.825Z[ recovery-image] Sep 12 21:23:42.749 INFO E| Blocking waiting for file lock on package cache
114032026-09-12T21:23:43.825Z[ host-image] Sep 12 21:23:42.751 INFO E| Blocking waiting for file lock on package cache
114042026-09-12T21:23:43.841Z[ recovery-image] Sep 12 21:23:42.769 INFO E| Blocking waiting for file lock on package cache
114052026-09-12T21:23:43.858Z[ recovery-image] Sep 12 21:23:42.786 INFO E| Blocking waiting for file lock on build directory
114062026-09-12T21:23:43.873Z[ host-image] Sep 12 21:23:42.800 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
114072026-09-12T21:23:43.877Z[ host-image] Sep 12 21:23:42.805 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`
114082026-09-12T21:23:43.884Z[ recovery-image] Sep 12 21:23:42.812 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
114092026-09-12T21:23:43.888Z[ recovery-image] Sep 12 21:23:42.816 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`
114102026-09-12T21:23:44.004Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114112026-09-12T21:23:44.004Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114122026-09-12T21:23:44.004Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114132026-09-12T21:23:44.008Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114142026-09-12T21:23:44.008Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114152026-09-12T21:23:44.008Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114162026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114172026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114182026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114192026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114202026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114212026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114222026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114232026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114242026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.932 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114252026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.933 INFO O| Info: ABL version: 0x100f5010
114262026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.933 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114272026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114282026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114292026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114302026-09-12T21:23:44.009Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114312026-09-12T21:23:44.010Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114322026-09-12T21:23:44.010Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114332026-09-12T21:23:44.010Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114342026-09-12T21:23:44.010Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114352026-09-12T21:23:44.010Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114362026-09-12T21:23:44.010Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114372026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114382026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114392026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114402026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114412026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114422026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114432026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114442026-09-12T21:23:44.011Z[ host-image] Sep 12 21:23:42.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114452026-09-12T21:23:44.017Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114462026-09-12T21:23:44.017Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114472026-09-12T21:23:44.017Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114482026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114492026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114502026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114512026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114522026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114532026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114542026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114552026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114562026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.945 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114572026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114582026-09-12T21:23:44.021Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114592026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114602026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO O| Info: ABL version: 0x100f5010
114612026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114622026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114632026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114642026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114652026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114662026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114672026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114682026-09-12T21:23:44.022Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114692026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114702026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114712026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114722026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114732026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114742026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114752026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114762026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114772026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114782026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114792026-09-12T21:23:44.023Z[ recovery-image] Sep 12 21:23:42.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114802026-09-12T21:23:44.046Z[ host-image] Sep 12 21:23:42.973 INFO building ROM for cosmo
114812026-09-12T21:23:44.046Z[ host-image] Sep 12 21:23:42.974 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")
114822026-09-12T21:23:44.061Z[ recovery-image] Sep 12 21:23:42.987 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
114832026-09-12T21:23:44.062Z[ recovery-image] Sep 12 21:23:42.987 INFO building ROM for cosmo
114842026-09-12T21:23:44.062Z[ recovery-image] Sep 12 21:23:42.987 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")
114852026-09-12T21:23:44.116Z[ recovery-image] Sep 12 21:23:43.043 INFO E| Blocking waiting for file lock on package cache
114862026-09-12T21:23:44.127Z[ host-image] Sep 12 21:23:43.055 INFO E| Blocking waiting for file lock on package cache
114872026-09-12T21:23:44.152Z[ recovery-image] Sep 12 21:23:43.079 INFO E| Blocking waiting for file lock on package cache
114882026-09-12T21:23:44.161Z[ host-image] Sep 12 21:23:43.089 INFO E| Blocking waiting for file lock on package cache
114892026-09-12T21:23:44.170Z[ host-image] Sep 12 21:23:43.098 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
114902026-09-12T21:23:44.174Z[ host-image] Sep 12 21:23:43.102 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`
114912026-09-12T21:23:44.180Z[ recovery-image] Sep 12 21:23:43.108 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
114922026-09-12T21:23:44.184Z[ recovery-image] Sep 12 21:23:43.112 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/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`
114932026-09-12T21:23:44.190Z[ host-image] Sep 12 21:23:43.118 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114942026-09-12T21:23:44.201Z[ recovery-image] Sep 12 21:23:43.129 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114952026-09-12T21:23:44.224Z[ recovery-image] Sep 12 21:23:43.151 INFO E| Blocking waiting for file lock on package cache
114962026-09-12T21:23:44.238Z[ host-image] Sep 12 21:23:43.166 INFO E| Blocking waiting for file lock on package cache
114972026-09-12T21:23:44.264Z[ recovery-image] Sep 12 21:23:43.192 INFO E| Blocking waiting for file lock on package cache
114982026-09-12T21:23:44.267Z[ host-image] Sep 12 21:23:43.193 INFO E| Blocking waiting for file lock on package cache
114992026-09-12T21:23:44.268Z[ recovery-image] Sep 12 21:23:43.195 INFO E| Blocking waiting for file lock on package cache
115002026-09-12T21:23:44.284Z[ host-image] Sep 12 21:23:43.209 INFO E| Blocking waiting for file lock on package cache
115012026-09-12T21:23:44.298Z[ recovery-image] Sep 12 21:23:43.225 INFO E| Blocking waiting for file lock on build directory
115022026-09-12T21:23:44.309Z[ host-image] Sep 12 21:23:43.236 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
115032026-09-12T21:23:44.313Z[ host-image] Sep 12 21:23:43.241 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`
115042026-09-12T21:23:44.320Z[ recovery-image] Sep 12 21:23:43.248 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
115052026-09-12T21:23:44.324Z[ recovery-image] Sep 12 21:23:43.252 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`
115062026-09-12T21:23:44.533Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
115072026-09-12T21:23:44.533Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
115082026-09-12T21:23:44.533Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
115092026-09-12T21:23:44.537Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
115102026-09-12T21:23:44.537Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
115112026-09-12T21:23:44.537Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
115122026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
115132026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
115142026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
115152026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
115162026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
115172026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
115182026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
115192026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
115202026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
115212026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
115222026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
115232026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
115242026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
115252026-09-12T21:23:44.539Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
115262026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
115272026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
115282026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
115292026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
115302026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
115312026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
115322026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
115332026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
115342026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
115352026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
115362026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
115372026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
115382026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
115392026-09-12T21:23:44.541Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115402026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115412026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115422026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115432026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115442026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115452026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115462026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115472026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115482026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115492026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115502026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115512026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115522026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115532026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115542026-09-12T21:23:44.542Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115552026-09-12T21:23:44.543Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115562026-09-12T21:23:44.543Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115572026-09-12T21:23:44.543Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115582026-09-12T21:23:44.543Z[ host-image] Sep 12 21:23:43.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115592026-09-12T21:23:44.543Z[ host-image] Sep 12 21:23:43.462 INFO O| Info: ABL version: 0x100af010
115602026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.462 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115612026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.462 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115622026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115632026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115642026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115652026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115662026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115672026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115682026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115692026-09-12T21:23:44.545Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115702026-09-12T21:23:44.546Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115712026-09-12T21:23:44.546Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115722026-09-12T21:23:44.546Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115732026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115742026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115752026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115762026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115772026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115782026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115792026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115802026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115812026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115822026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115832026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115842026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115852026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115862026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115872026-09-12T21:23:44.547Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115882026-09-12T21:23:44.548Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115892026-09-12T21:23:44.548Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115902026-09-12T21:23:44.548Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115912026-09-12T21:23:44.548Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115922026-09-12T21:23:44.548Z[ host-image] Sep 12 21:23:43.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115932026-09-12T21:23:44.552Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
115942026-09-12T21:23:44.552Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
115952026-09-12T21:23:44.552Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
115962026-09-12T21:23:44.552Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
115972026-09-12T21:23:44.552Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
115982026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
115992026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
116002026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
116012026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
116022026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
116032026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
116042026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
116052026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
116062026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
116072026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
116082026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
116092026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
116102026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
116112026-09-12T21:23:44.553Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
116122026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
116132026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
116142026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
116152026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
116162026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
116172026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
116182026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
116192026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
116202026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
116212026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
116222026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
116232026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
116242026-09-12T21:23:44.554Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
116252026-09-12T21:23:44.555Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
116262026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
116272026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
116282026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
116292026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
116302026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
116312026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
116322026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
116332026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
116342026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
116352026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
116362026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
116372026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
116382026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
116392026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
116402026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
116412026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
116422026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
116432026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
116442026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
116452026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
116462026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.477 INFO O| Info: ABL version: 0x100af010
116472026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.477 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
116482026-09-12T21:23:44.556Z[ recovery-image] Sep 12 21:23:43.477 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
116492026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
116502026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
116512026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
116522026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
116532026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
116542026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
116552026-09-12T21:23:44.557Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
116562026-09-12T21:23:44.559Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
116572026-09-12T21:23:44.559Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
116582026-09-12T21:23:44.559Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
116592026-09-12T21:23:44.559Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
116602026-09-12T21:23:44.559Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
116612026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
116622026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
116632026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
116642026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
116652026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
116662026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
116672026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
116682026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
116692026-09-12T21:23:44.560Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
116702026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
116712026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
116722026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
116732026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
116742026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
116752026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
116762026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
116772026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
116782026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
116792026-09-12T21:23:44.561Z[ recovery-image] Sep 12 21:23:43.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
116802026-09-12T21:23:44.574Z[ host-image] Sep 12 21:23:43.502 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
116812026-09-12T21:23:44.574Z[ host-image] Sep 12 21:23:43.502 INFO finishing image archive at "/work/os-host/os.tar.gz"...
116822026-09-12T21:23:44.590Z[ recovery-image] Sep 12 21:23:43.518 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
116832026-09-12T21:23:45.710Z[ recovery-image] Sep 12 21:23:44.637 INFO image complete! materials are in "/work/os-recovery"
116842026-09-12T21:23:45.713Z[ recovery-image]
116852026-09-12T21:23:45.713Z[ recovery-image] real 3:27.104368276
116862026-09-12T21:23:45.713Z[ recovery-image] user 2:36.507257711
116872026-09-12T21:23:45.713Z[ recovery-image] sys 37.856685002
116882026-09-12T21:23:45.713Z[ recovery-image] trap 0.134397272
116892026-09-12T21:23:45.713Z[ recovery-image] tflt 0.668980941
116902026-09-12T21:23:45.713Z[ recovery-image] dflt 0.728538021
116912026-09-12T21:23:45.713Z[ recovery-image] kflt 0.000131840
116922026-09-12T21:23:45.713Z[ recovery-image] lock 7:56.593978489
116932026-09-12T21:23:45.714Z[ recovery-image] slp 18:03.659365878
116942026-09-12T21:23:45.714Z[ recovery-image] lat 31.766081854
116952026-09-12T21:23:45.714Z[ recovery-image] stop 6.878812702
116962026-09-12T21:23:45.717ZSep 12 21:23:44.642 INFO [recovery-image] process exited with exit status: 0 (207.109831223s)
116972026-09-12T21:23:45.717ZSep 12 21:23:44.642 INFO [tuf-v2-recovery] running task
116982026-09-12T21:23:45.717ZSep 12 21:23:44.643 INFO [tuf-v2-recovery] task succeeded (815.151µs)
116992026-09-12T21:23:49.695Z[ host-image] Sep 12 21:23:48.622 INFO image complete! materials are in "/work/os-host"
117002026-09-12T21:23:49.698Z[ host-image]
117012026-09-12T21:23:49.698Z[ host-image] real 4:02.203717604
117022026-09-12T21:23:49.698Z[ host-image] user 2:48.159154059
117032026-09-12T21:23:49.698Z[ host-image] sys 36.889098260
117042026-09-12T21:23:49.698Z[ host-image] trap 0.148853194
117052026-09-12T21:23:49.699Z[ host-image] tflt 0.290314852
117062026-09-12T21:23:49.699Z[ host-image] dflt 0.168692148
117072026-09-12T21:23:49.699Z[ host-image] kflt 0.000288450
117082026-09-12T21:23:49.699Z[ host-image] lock 4:59.045244427
117092026-09-12T21:23:49.699Z[ host-image] slp 20:59.624999277
117102026-09-12T21:23:49.699Z[ host-image] lat 25.995239970
117112026-09-12T21:23:49.699Z[ host-image] stop 1.827800538
117122026-09-12T21:23:49.703ZSep 12 21:23:48.627 INFO [host-image] process exited with exit status: 0 (242.209332031s)
117132026-09-12T21:23:49.703ZSep 12 21:23:48.627 INFO [tuf-v2-host] running task
117142026-09-12T21:23:49.703ZSep 12 21:23:48.627 INFO [tuf-repo] running task
117152026-09-12T21:23:49.703ZSep 12 21:23:48.627 INFO [tuf-v2-host] task succeeded (481.321µs)
117162026-09-12T21:23:49.703ZSep 12 21:23:48.627 INFO [tuf-v2-repo] running task
117172026-09-12T21:24:03.960ZSep 12 21:24:02.887 INFO assembling repository in `/tmp/tufaceousaJUq1S`, component: OmicronRepoAssembler
117182026-09-12T21:24:06.558ZSep 12 21:24:05.486 INFO [tuf-v2-repo] task succeeded (16.859012536s)
117192026-09-12T21:24:09.270ZSep 12 21:24:08.197 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
117202026-09-12T21:24:09.467ZSep 12 21:24:08.394 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
117212026-09-12T21:24:11.092ZSep 12 21:24:10.019 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
117222026-09-12T21:24:11.144ZSep 12 21:24:10.072 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
117232026-09-12T21:24:11.197ZSep 12 21:24:10.125 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
117242026-09-12T21:24:11.249ZSep 12 21:24:10.177 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
117252026-09-12T21:24:11.298ZSep 12 21:24:10.224 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
117262026-09-12T21:24:11.345ZSep 12 21:24:10.273 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
117272026-09-12T21:24:11.405ZSep 12 21:24:10.333 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
117282026-09-12T21:24:19.047ZSep 12 21:24:17.974 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
117292026-09-12T21:24:19.052ZSep 12 21:24:17.980 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
117302026-09-12T21:24:19.076ZSep 12 21:24:18.003 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
117312026-09-12T21:24:19.138ZSep 12 21:24:18.065 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
117322026-09-12T21:24:19.191ZSep 12 21:24:18.118 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
117332026-09-12T21:24:19.257ZSep 12 21:24:18.185 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
117342026-09-12T21:24:19.323ZSep 12 21:24:18.250 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
117352026-09-12T21:24:19.328ZSep 12 21:24:18.256 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
117362026-09-12T21:24:19.353ZSep 12 21:24:18.281 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
117372026-09-12T21:24:20.490ZSep 12 21:24:19.417 INFO [tuf-repo] task succeeded (30.790575552s)
117382026-09-12T21:27:42.853Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 21s
117392026-09-12T21:27:42.882Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
117402026-09-12T21:27:42.882Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
117412026-09-12T21:27:45.540ZSep 12 21:27:44.466 INFO [verify-libraries] process exited with exit status: 0 (447.161698942s)
117422026-09-12T21:27:45.540ZSep 12 21:27:44.466 INFO all jobs completed in 1225.551598565s
117432026-09-12T21:27:46.456Zprocess exited: duration 1457800 ms, exit code 0
 
117442026-09-12T21:27:46.469Zfound 41 output files
117452026-09-12T21:27:46.469Zuploading: /work/manifest.toml (17334 bytes)
117462026-09-12T21:27:47.483Zuploaded: /work/manifest.toml
117472026-09-12T21:27:47.483Zuploading: /work/repo.zip (2363768756 bytes)
117482026-09-12T21:28:26.135Zuploaded: /work/repo.zip
117492026-09-12T21:28:26.135Zuploading: /work/repo.zip.sha256.txt (65 bytes)
117502026-09-12T21:28:27.168Zuploaded: /work/repo.zip.sha256.txt
117512026-09-12T21:28:27.168Zuploading: /work/helios.json (647 bytes)
117522026-09-12T21:28:28.173Zuploaded: /work/helios.json
117532026-09-12T21:28:28.173Zuploading: /work/incorporation.p5m (113595 bytes)
117542026-09-12T21:28:29.188Zuploaded: /work/incorporation.p5m
117552026-09-12T21:28:29.188Zuploading: /work/incorporation.p5p (133120 bytes)
117562026-09-12T21:28:30.206Zuploaded: /work/incorporation.p5p
117572026-09-12T21:28:30.207Zuploading: /work/helios-incorp.log (522 bytes)
117582026-09-12T21:28:31.217Zuploaded: /work/helios-incorp.log
117592026-09-12T21:28:31.217Zuploading: /work/helios-setup.log (57183 bytes)
117602026-09-12T21:28:32.230Zuploaded: /work/helios-setup.log
117612026-09-12T21:28:32.230Zuploading: /work/host-image.log (235797 bytes)
117622026-09-12T21:28:33.247Zuploaded: /work/host-image.log
117632026-09-12T21:28:33.247Zuploading: /work/host-package.log (51149 bytes)
117642026-09-12T21:28:34.261Zuploaded: /work/host-package.log
117652026-09-12T21:28:34.261Zuploading: /work/host-target.log (101 bytes)
117662026-09-12T21:28:35.271Zuploaded: /work/host-target.log
117672026-09-12T21:28:35.272Zuploading: /work/incorp-create.log (0 bytes)
117682026-09-12T21:28:36.280Zuploaded: /work/incorp-create.log
117692026-09-12T21:28:36.280Zuploading: /work/incorp-fmt.log (0 bytes)
117702026-09-12T21:28:37.287Zuploaded: /work/incorp-fmt.log
117712026-09-12T21:28:37.287Zuploading: /work/incorp-pkgsend.log (108 bytes)
117722026-09-12T21:28:38.297Zuploaded: /work/incorp-pkgsend.log
117732026-09-12T21:28:38.297Zuploading: /work/incorp-publisher.log (0 bytes)
117742026-09-12T21:28:39.303Zuploaded: /work/incorp-publisher.log
117752026-09-12T21:28:39.303Zuploading: /work/omicron-package.log (10169 bytes)
117762026-09-12T21:28:40.312Zuploaded: /work/omicron-package.log
117772026-09-12T21:28:40.313Zuploading: /work/recovery-image.log (593513 bytes)
117782026-09-12T21:28:41.335Zuploaded: /work/recovery-image.log
117792026-09-12T21:28:41.335Zuploading: /work/recovery-package.log (2764 bytes)
117802026-09-12T21:28:42.345Zuploaded: /work/recovery-package.log
117812026-09-12T21:28:42.345Zuploading: /work/recovery-target.log (98 bytes)
117822026-09-12T21:28:43.354Zuploaded: /work/recovery-target.log
117832026-09-12T21:28:43.354Zuploading: /work/stamp-clickhouse.log (117 bytes)
117842026-09-12T21:28:44.363Zuploaded: /work/stamp-clickhouse.log
117852026-09-12T21:28:44.363Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
117862026-09-12T21:28:45.375Zuploaded: /work/stamp-clickhouse_keeper.log
117872026-09-12T21:28:45.375Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
117882026-09-12T21:28:46.384Zuploaded: /work/stamp-clickhouse_server.log
117892026-09-12T21:28:46.384Zuploading: /work/stamp-cockroachdb.log (118 bytes)
117902026-09-12T21:28:47.394Zuploaded: /work/stamp-cockroachdb.log
117912026-09-12T21:28:47.394Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
117922026-09-12T21:28:48.403Zuploaded: /work/stamp-crucible-pantry-zone.log
117932026-09-12T21:28:48.403Zuploading: /work/stamp-crucible-utils.log (118 bytes)
117942026-09-12T21:28:49.413Zuploaded: /work/stamp-crucible-utils.log
117952026-09-12T21:28:49.413Zuploading: /work/stamp-crucible-zone.log (120 bytes)
117962026-09-12T21:28:50.422Zuploaded: /work/stamp-crucible-zone.log
117972026-09-12T21:28:50.423Zuploading: /work/stamp-external-dns.log (119 bytes)
117982026-09-12T21:28:51.433Zuploaded: /work/stamp-external-dns.log
117992026-09-12T21:28:51.435Zuploading: /work/stamp-installinator.log (103 bytes)
118002026-09-12T21:28:52.445Zuploaded: /work/stamp-installinator.log
118012026-09-12T21:28:52.445Zuploading: /work/stamp-internal-dns.log (119 bytes)
118022026-09-12T21:28:53.455Zuploaded: /work/stamp-internal-dns.log
118032026-09-12T21:28:53.455Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
118042026-09-12T21:28:54.465Zuploaded: /work/stamp-mg-ddm-gz.log
118052026-09-12T21:28:54.466Zuploading: /work/stamp-nexus.log (112 bytes)
118062026-09-12T21:28:55.477Zuploaded: /work/stamp-nexus.log
118072026-09-12T21:28:55.477Zuploading: /work/stamp-ntp.log (110 bytes)
118082026-09-12T21:28:56.491Zuploaded: /work/stamp-ntp.log
118092026-09-12T21:28:56.491Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
118102026-09-12T21:28:57.502Zuploaded: /work/stamp-omicron-sled-agent.log
118112026-09-12T21:28:57.502Zuploading: /work/stamp-overlay.log (114 bytes)
118122026-09-12T21:28:58.518Zuploaded: /work/stamp-overlay.log
118132026-09-12T21:28:58.519Zuploading: /work/stamp-oximeter.log (115 bytes)
118142026-09-12T21:29:00.364Zuploaded: /work/stamp-oximeter.log
118152026-09-12T21:29:00.365Zuploading: /work/stamp-oxlog.log (109 bytes)
118162026-09-12T21:29:01.408Zuploaded: /work/stamp-oxlog.log
118172026-09-12T21:29:01.408Zuploading: /work/stamp-probe.log (112 bytes)
118182026-09-12T21:29:02.418Zuploaded: /work/stamp-probe.log
118192026-09-12T21:29:02.419Zuploading: /work/stamp-propolis-server.log (122 bytes)
118202026-09-12T21:29:03.434Zuploaded: /work/stamp-propolis-server.log
118212026-09-12T21:29:03.434Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
118222026-09-12T21:29:04.445Zuploaded: /work/stamp-pumpkind-gz.log
118232026-09-12T21:29:04.445Zuploading: /work/stamp-switch-asic.log (118 bytes)
118242026-09-12T21:29:05.454Zuploaded: /work/stamp-switch-asic.log
118252026-09-12T21:29:05.454Zuploading: /work/verify-libraries.log (49700 bytes)
118262026-09-12T21:29:06.474Zuploaded: /work/verify-libraries.log