01M1TFMEV4QVVF2T1K060J1DGS: 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: 01M1TFMWN0XB1JZJCE0K0KNEE2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-06T04:30:16.920Zjob assigned to worker 01M1TFN4JT7483Z9ABZ4WNCK18 [factory aws, i-0b7ccdcb16e0ce23a] (queued for 51 s)
 
22026-09-06T04:30:24.355Zstarting task 0: "setup"
32026-09-06T04:30:24.359Z++ uname -s
42026-09-06T04:30:24.362Z+ kern=SunOS
52026-09-06T04:30:24.362Z+ build_user=build
62026-09-06T04:30:24.362Z+ build_uid=12345
72026-09-06T04:30:24.362Z+ work_dir=/work
82026-09-06T04:30:24.362Z+ input_dir=/input
92026-09-06T04:30:24.362Z+ [[ 0 == 12345 ]]
102026-09-06T04:30:24.362Z+ case "$kern" in
112026-09-06T04:30:24.362Z+ groupadd -g 12345 build
122026-09-06T04:30:24.365Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-06T04:30:26.393Z+ zfs create -o mountpoint=/work rpool/work
142026-09-06T04:30:26.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-06T04:30:26.503Z+ home_fs=zfs
162026-09-06T04:30:26.503Z+ [[ zfs == autofs ]]
172026-09-06T04:30:26.503Z+ mkdir -p /home/build
182026-09-06T04:30:26.503Z+ chown build:build /home/build /work
192026-09-06T04:30:28.482Z+ chmod 0700 /home/build /work
202026-09-06T04:30:28.487Zprocess exited: duration 4131 ms, exit code 0
 
212026-09-06T04:30:28.496Zstarting task 1: "rust-toolchain"
222026-09-06T04:30:28.504Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-06T04:30:28.505Z * rust toolchain channel = "1.97.1"
242026-09-06T04:30:28.505Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-06T04:30:28.505Z * rust toolchain profile = "default"
262026-09-06T04:30:28.505Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-06T04:30:28.505Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-06T04:30:28.505Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-06T04:30:28.505Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-06T04:30:28.763Zinfo: downloading installer
312026-09-06T04:30:30.190Zinfo: profile set to default
322026-09-06T04:30:30.190Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-06T04:30:30.213Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-06T04:30:30.321Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-06T04:30:30.329Zinfo: downloading 6 components
362026-09-06T04:30:43.748Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-06T04:30:43.748Z
382026-09-06T04:30:43.779Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-06T04:30:43.779Z
402026-09-06T04:30:43.783Z
412026-09-06T04:30:43.783ZRust is installed now. Great!
422026-09-06T04:30:43.783Z
432026-09-06T04:30:43.783ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-06T04:30:43.783Zenvironment variable. This has not been done automatically.
452026-09-06T04:30:43.783Z
462026-09-06T04:30:43.783ZTo configure your current shell, you need to source
472026-09-06T04:30:43.783Zthe corresponding env file under $HOME/.cargo.
482026-09-06T04:30:43.783Z
492026-09-06T04:30:43.783ZConsider running the right command for your shell (note the leading DOT):
502026-09-06T04:30:43.783Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-06T04:30:43.783Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-06T04:30:43.783ZCC_x86_64-unknown-illumos = None
532026-09-06T04:30:43.783Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-06T04:30:43.783ZCC_x86_64_unknown_illumos = None
552026-09-06T04:30:43.783Zcargo:rerun-if-env-changed=HOST_CC
562026-09-06T04:30:43.783ZHOST_CC = None
572026-09-06T04:30:43.783Zcargo:rerun-if-env-changed=CC
582026-09-06T04:30:43.783ZCC = None
592026-09-06T04:30:43.783Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-06T04:30:43.978Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-06T04:30:43.978ZCRATE_CC_NO_DEFAULTS = None
622026-09-06T04:30:43.978Zcargo:rerun-if-env-changed=CFLAGS
632026-09-06T04:30:43.978ZCFLAGS = None
642026-09-06T04:30:43.978Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-06T04:30:43.978ZHOST_CFLAGS = None
662026-09-06T04:30:43.978Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-06T04:30:43.978ZCFLAGS_x86_64_unknown_illumos = None
682026-09-06T04:30:43.978Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-06T04:30:43.978ZCFLAGS_x86_64-unknown-illumos = None
702026-09-06T04:30:44.088Z+ rustup --version
712026-09-06T04:30:44.093Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-06T04:30:44.096Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-06T04:30:44.115Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-06T04:30:44.118Z+ cargo --version
752026-09-06T04:30:44.125Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-06T04:30:44.128Z+ rustc --version
772026-09-06T04:30:44.147Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-06T04:30:44.150Zprocess exited: duration 15654 ms, exit code 0
 
792026-09-06T04:30:44.157Zstarting task 2: "authentication"
802026-09-06T04:30:44.175Zprocess exited: duration 17 ms, exit code 0
 
812026-09-06T04:30:44.182Zstarting task 3: "clone repository"
822026-09-06T04:30:44.186Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-06T04:30:44.189Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-06T04:30:44.223ZCloning into '/work/oxidecomputer/omicron'...
852026-09-06T04:31:04.162Z+ cd /work/oxidecomputer/omicron
862026-09-06T04:31:04.162Z+ git fetch origin d7c734fd9a28fd22f6e4fa76066ecf2070287e2e
872026-09-06T04:31:04.520ZFrom https://github.com/oxidecomputer/omicron
882026-09-06T04:31:04.520Z * branch d7c734fd9a28fd22f6e4fa76066ecf2070287e2e -> FETCH_HEAD
892026-09-06T04:31:04.538Z+ [[ -n zl/mcast-build ]]
902026-09-06T04:31:04.541Z++ git branch --show-current
912026-09-06T04:31:04.541Z+ current=main
922026-09-06T04:31:04.541Z+ [[ main != zl/mcast-build ]]
932026-09-06T04:31:04.541Z+ git branch -f zl/mcast-build d7c734fd9a28fd22f6e4fa76066ecf2070287e2e
942026-09-06T04:31:04.545Z+ git checkout -f zl/mcast-build
952026-09-06T04:31:04.634ZSwitched to branch 'zl/mcast-build'
962026-09-06T04:31:04.641Z+ git reset --hard d7c734fd9a28fd22f6e4fa76066ecf2070287e2e
972026-09-06T04:31:04.741ZHEAD is now at d7c734fd9 [rack-init-config] re-export UnnumberedRouter and NumberedRouter, git tmp
982026-09-06T04:31:04.745Zprocess exited: duration 20561 ms, exit code 0
 
992026-09-06T04:31:04.752Zstarting task 4: "build"
1002026-09-06T04:31:04.757Z+ source .github/buildomat/ci-env.sh
1012026-09-06T04:31:04.757Z++ export CARGO_TERM_COLOR=always
1022026-09-06T04:31:04.757Z++ CARGO_TERM_COLOR=always
1032026-09-06T04:31:04.760Z+++ uname -s
1042026-09-06T04:31:04.760Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-06T04:31:04.760Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-06T04:31:04.763Z+ cargo --version
1072026-09-06T04:31:04.771Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-06T04:31:04.774Z+ rustc --version
1092026-09-06T04:31:04.793Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-06T04:31:04.796Z+ cargo tree --locked
1112026-09-06T04:31:04.969Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-06T04:31:05.316Z Updating crates.io index
1132026-09-06T04:31:05.319Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-06T04:31:05.574Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-06T04:31:05.974Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-06T04:31:06.307Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-06T04:31:07.670Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-06T04:31:08.360Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-06T04:31:10.391Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-06T04:31:11.278Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-06T04:31:11.610Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-06T04:31:11.997Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-06T04:31:13.369Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-06T04:31:13.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-06T04:31:14.112Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-06T04:31:14.409Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-06T04:31:14.710Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-06T04:31:15.002Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-06T04:31:15.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-06T04:31:15.599Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-06T04:31:15.900Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-06T04:31:16.296Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-06T04:31:17.283Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-06T04:31:17.620Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-06T04:31:18.202Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-06T04:31:18.545Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-06T04:31:18.804Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-06T04:31:19.271Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-06T04:31:19.560Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-06T04:31:19.938Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-06T04:31:20.690Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-06T04:31:20.997Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-06T04:31:21.332Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-06T04:31:21.759Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-06T04:31:22.318Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-06T04:31:22.625Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-06T04:31:22.911Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-06T04:31:23.269Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-06T04:31:23.561Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-06T04:31:23.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-06T04:31:24.162Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-06T04:31:24.505Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-06T04:31:24.823Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-06T04:31:25.252Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-06T04:31:28.060Z Downloading crates ...
1562026-09-06T04:31:28.109Z Downloaded crc8 v0.1.1
1572026-09-06T04:31:28.118Z Downloaded compression-codecs v0.4.37
1582026-09-06T04:31:28.123Z Downloaded addr2line v0.25.1
1592026-09-06T04:31:28.126Z Downloaded crypto-common v0.2.2
1602026-09-06T04:31:28.126Z Downloaded crossbeam-epoch v0.9.18
1612026-09-06T04:31:28.130Z Downloaded darling_macro v0.13.4
1622026-09-06T04:31:28.136Z Downloaded heck v0.5.0
1632026-09-06T04:31:28.139Z Downloaded cpubits v0.1.1
1642026-09-06T04:31:28.144Z Downloaded compression-core v0.4.31
1652026-09-06T04:31:28.157Z Downloaded criterion-plot v0.6.0
1662026-09-06T04:31:28.157Z Downloaded daft-derive v0.1.8
1672026-09-06T04:31:28.157Z Downloaded derive-where v1.6.0
1682026-09-06T04:31:28.157Z Downloaded crossterm v0.29.0
1692026-09-06T04:31:28.157Z Downloaded colorchoice v1.0.4
1702026-09-06T04:31:28.162Z Downloaded colored v2.2.0
1712026-09-06T04:31:28.164Z Downloaded convert_case v0.4.0
1722026-09-06T04:31:28.164Z Downloaded darling_macro v0.23.0
1732026-09-06T04:31:28.164Z Downloaded diesel_table_macro_syntax v0.3.0
1742026-09-06T04:31:28.164Z Downloaded inout v0.1.4
1752026-09-06T04:31:28.164Z Downloaded is_terminal_polyfill v1.70.2
1762026-09-06T04:31:28.168Z Downloaded clang-sys v1.8.1
1772026-09-06T04:31:28.168Z Downloaded compact_str v0.8.1
1782026-09-06T04:31:28.168Z Downloaded home v0.5.12
1792026-09-06T04:31:28.168Z Downloaded http-body v1.0.1
1802026-09-06T04:31:28.168Z Downloaded cpufeatures v0.2.17
1812026-09-06T04:31:28.168Z Downloaded crossbeam-utils v0.8.21
1822026-09-06T04:31:28.171Z Downloaded cpufeatures v0.3.0
1832026-09-06T04:31:28.171Z Downloaded cobs v0.3.0
1842026-09-06T04:31:28.171Z Downloaded guppy-workspace-hack v0.1.0
1852026-09-06T04:31:28.174Z Downloaded hash32 v0.2.1
1862026-09-06T04:31:28.174Z Downloaded hostname v0.4.2
1872026-09-06T04:31:28.178Z Downloaded crunchy v0.2.4
1882026-09-06T04:31:28.178Z Downloaded headers-core v0.3.0
1892026-09-06T04:31:28.178Z Downloaded heck v0.4.1
1902026-09-06T04:31:28.178Z Downloaded hex v0.4.3
1912026-09-06T04:31:28.182Z Downloaded cstr-argument v0.1.2
1922026-09-06T04:31:28.182Z Downloaded constant_time_eq v0.3.1
1932026-09-06T04:31:28.182Z Downloaded crc v3.4.0
1942026-09-06T04:31:28.185Z Downloaded defmt v0.3.100
1952026-09-06T04:31:28.185Z Downloaded cmake v0.1.57
1962026-09-06T04:31:28.185Z Downloaded cookie v0.18.1
1972026-09-06T04:31:28.185Z Downloaded hash32 v0.3.1
1982026-09-06T04:31:28.188Z Downloaded hex-literal v1.1.0
1992026-09-06T04:31:28.188Z Downloaded hubpack_derive v0.1.1
2002026-09-06T04:31:28.188Z Downloaded internet-checksum v0.2.1
2012026-09-06T04:31:28.188Z Downloaded is-terminal v0.4.17
2022026-09-06T04:31:28.188Z Downloaded hostname v0.3.1
2032026-09-06T04:31:28.188Z Downloaded http-range v0.1.5
2042026-09-06T04:31:28.191Z Downloaded cmov v0.5.4
2052026-09-06T04:31:28.191Z Downloaded clap_lex v1.0.0
2062026-09-06T04:31:28.196Z Downloaded httptest v0.16.4
2072026-09-06T04:31:28.196Z Downloaded darling_macro v0.21.3
2082026-09-06T04:31:28.200Z Downloaded httpdate v1.0.3
2092026-09-06T04:31:28.204Z Downloaded curve25519-dalek-derive v0.1.1
2102026-09-06T04:31:28.205Z Downloaded darling_macro v0.20.11
2112026-09-06T04:31:28.205Z Downloaded crucible-workspace-hack v0.1.0
2122026-09-06T04:31:28.205Z Downloaded crc-catalog v2.4.0
2132026-09-06T04:31:28.214Z Downloaded indoc v1.0.9
2142026-09-06T04:31:28.217Z Downloaded crypto-common v0.1.7
2152026-09-06T04:31:28.217Z Downloaded defmt-parser v1.0.0
2162026-09-06T04:31:28.217Z Downloaded jiff-static v0.2.34
2172026-09-06T04:31:28.220Z Downloaded hyper-staticfile v0.10.1
2182026-09-06T04:31:28.224Z Downloaded debug-ignore v1.0.5
2192026-09-06T04:31:28.228Z Downloaded is_ci v1.2.0
2202026-09-06T04:31:28.231Z Downloaded hex-literal v0.4.1
2212026-09-06T04:31:28.231Z Downloaded derive_builder_macro v0.20.2
2222026-09-06T04:31:28.231Z Downloaded async-object-pool v0.2.0
2232026-09-06T04:31:28.236Z Downloaded ident_case v1.0.1
2242026-09-06T04:31:28.239Z Downloaded corncobs v0.1.4
2252026-09-06T04:31:28.239Z Downloaded const_format_proc_macros v0.2.34
2262026-09-06T04:31:28.239Z Downloaded illumos-nvpair-sys v0.2.0
2272026-09-06T04:31:28.239Z Downloaded instability v0.3.11
2282026-09-06T04:31:28.242Z Downloaded itoa v1.0.17
2292026-09-06T04:31:28.245Z Downloaded atomic-waker v1.1.2
2302026-09-06T04:31:28.245Z Downloaded atomicwrites v0.4.4
2312026-09-06T04:31:28.245Z Downloaded base16ct v1.0.0
2322026-09-06T04:31:28.245Z Downloaded bit-set v0.5.3
2332026-09-06T04:31:28.245Z Downloaded bit-set v0.8.0
2342026-09-06T04:31:28.249Z Downloaded bb8 v0.8.6
2352026-09-06T04:31:28.252Z Downloaded cfg_aliases v0.2.1
2362026-09-06T04:31:28.252Z Downloaded ciborium-io v0.2.2
2372026-09-06T04:31:28.252Z Downloaded parse-size v1.1.0
2382026-09-06T04:31:28.252Z Downloaded pathdiff v0.2.3
2392026-09-06T04:31:28.255Z Downloaded peg-runtime v0.8.5
2402026-09-06T04:31:28.255Z Downloaded illumos-nvpair v0.3.0
2412026-09-06T04:31:28.260Z Downloaded delegate v0.13.5
2422026-09-06T04:31:28.263Z Downloaded concurrent-queue v2.5.0
2432026-09-06T04:31:28.263Z Downloaded indent_write v2.2.0
2442026-09-06T04:31:28.263Z Downloaded assert_matches v1.5.0
2452026-09-06T04:31:28.266Z Downloaded data-encoding v2.10.0
2462026-09-06T04:31:28.266Z Downloaded derive_builder_core v0.20.2
2472026-09-06T04:31:28.266Z Downloaded diesel-dtrace v0.5.0
2482026-09-06T04:31:28.266Z Downloaded deranged v0.5.8
2492026-09-06T04:31:28.272Z Downloaded convert_case v0.10.0
2502026-09-06T04:31:28.275Z Downloaded ctutils v0.4.2
2512026-09-06T04:31:28.275Z Downloaded derive-ex v0.1.8
2522026-09-06T04:31:28.275Z Downloaded constant_time_eq v0.4.2
2532026-09-06T04:31:28.275Z Downloaded csv-core v0.1.13
2542026-09-06T04:31:28.278Z Downloaded ctr v0.10.1
2552026-09-06T04:31:28.278Z Downloaded instant v0.1.13
2562026-09-06T04:31:28.278Z Downloaded anstyle v1.0.14
2572026-09-06T04:31:28.281Z Downloaded argon2 v0.5.3
2582026-09-06T04:31:28.281Z Downloaded critical-section v1.2.0
2592026-09-06T04:31:28.281Z Downloaded daft v0.1.8
2602026-09-06T04:31:28.284Z Downloaded der_derive v0.7.3
2612026-09-06T04:31:28.284Z Downloaded hubpack v0.1.2
2622026-09-06T04:31:28.284Z Downloaded inout v0.2.2
2632026-09-06T04:31:28.284Z Downloaded hyper-tls v0.6.0
2642026-09-06T04:31:28.287Z Downloaded crossbeam-deque v0.8.6
2652026-09-06T04:31:28.287Z Downloaded defmt-macros v1.0.1
2662026-09-06T04:31:28.290Z Downloaded ipnetwork v0.21.1
2672026-09-06T04:31:28.293Z Downloaded indoc v2.0.7
2682026-09-06T04:31:28.293Z Downloaded idna_adapter v1.2.1
2692026-09-06T04:31:28.293Z Downloaded clap_derive v4.6.1
2702026-09-06T04:31:28.296Z Downloaded colored v3.1.1
2712026-09-06T04:31:28.296Z Downloaded cipher v0.5.2
2722026-09-06T04:31:28.299Z Downloaded pretty-hex v0.4.1
2732026-09-06T04:31:28.302Z Downloaded progenitor-client v0.14.0
2742026-09-06T04:31:28.302Z Downloaded openssl-probe v0.2.1
2752026-09-06T04:31:28.305Z Downloaded async-trait v0.1.89
2762026-09-06T04:31:28.305Z Downloaded openssl-probe v0.1.6
2772026-09-06T04:31:28.305Z Downloaded bit-vec v0.6.3
2782026-09-06T04:31:28.308Z Downloaded chacha20 v0.9.1
2792026-09-06T04:31:28.308Z Downloaded oxide-generation-macros v0.2.0
2802026-09-06T04:31:28.311Z Downloaded ref-cast v1.0.25
2812026-09-06T04:31:28.314Z Downloaded plain v0.2.3
2822026-09-06T04:31:28.314Z Downloaded ref-cast-impl v1.0.25
2832026-09-06T04:31:28.314Z Downloaded same-file v1.0.6
2842026-09-06T04:31:28.317Z Downloaded scopeguard v1.2.0
2852026-09-06T04:31:28.320Z Downloaded darling v0.20.11
2862026-09-06T04:31:28.320Z Downloaded console v0.15.11
2872026-09-06T04:31:28.323Z Downloaded crc32fast v1.5.0
2882026-09-06T04:31:28.323Z Downloaded humantime v2.3.0
2892026-09-06T04:31:28.323Z Downloaded highway v1.3.0
2902026-09-06T04:31:28.326Z Downloaded derive_builder v0.20.2
2912026-09-06T04:31:28.329Z Downloaded half v1.8.3
2922026-09-06T04:31:28.329Z Downloaded hickory-client v0.25.2
2932026-09-06T04:31:28.329Z Downloaded hmac v0.12.1
2942026-09-06T04:31:28.332Z Downloaded darling v0.13.4
2952026-09-06T04:31:28.332Z Downloaded darling v0.21.3
2962026-09-06T04:31:28.335Z Downloaded cookie_store v0.22.1
2972026-09-06T04:31:28.335Z Downloaded des v0.9.0
2982026-09-06T04:31:28.335Z Downloaded darling v0.23.0
2992026-09-06T04:31:28.338Z Downloaded defmt v1.0.1
3002026-09-06T04:31:28.341Z Downloaded datatest-stable v0.3.3
3012026-09-06T04:31:28.344Z Downloaded anyhow v1.0.104
3022026-09-06T04:31:28.344Z Downloaded parse-display-derive v0.10.0
3032026-09-06T04:31:28.344Z Downloaded peg-macros v0.8.5
3042026-09-06T04:31:28.347Z Downloaded scroll_derive v0.13.1
3052026-09-06T04:31:28.347Z Downloaded seq-macro v0.3.6
3062026-09-06T04:31:28.350Z Downloaded clap v4.6.1
3072026-09-06T04:31:28.353Z Downloaded arrayvec v0.7.6
3082026-09-06T04:31:28.356Z Downloaded derive_more v0.99.20
3092026-09-06T04:31:28.359Z Downloaded darling_core v0.13.4
3102026-09-06T04:31:28.359Z Downloaded icu_locale_core v2.1.1
3112026-09-06T04:31:28.362Z Downloaded serde_spanned v1.1.1
3122026-09-06T04:31:28.365Z Downloaded proc-macro-error v1.0.4
3132026-09-06T04:31:28.365Z Downloaded proc-macro-error2 v2.0.1
3142026-09-06T04:31:28.368Z Downloaded shell-words v1.1.1
3152026-09-06T04:31:28.368Z Downloaded signature v3.0.0
3162026-09-06T04:31:28.368Z Downloaded smawk v0.3.2
3172026-09-06T04:31:28.368Z Downloaded camino v1.2.5
3182026-09-06T04:31:28.372Z Downloaded quote v1.0.45
3192026-09-06T04:31:28.372Z Downloaded http-body-util v0.1.3
3202026-09-06T04:31:28.372Z Downloaded impl-trait-for-tuples v0.2.3
3212026-09-06T04:31:28.374Z Downloaded ingot-types v0.2.0
3222026-09-06T04:31:28.375Z Downloaded resolv-conf v0.7.6
3232026-09-06T04:31:28.375Z Downloaded rpassword v7.5.4
3242026-09-06T04:31:28.375Z Downloaded slog-bunyan v2.5.0
3252026-09-06T04:31:28.378Z Downloaded stable_deref_trait v1.2.1
3262026-09-06T04:31:28.378Z Downloaded ingot v0.2.1
3272026-09-06T04:31:28.378Z Downloaded sync_wrapper v1.0.2
3282026-09-06T04:31:28.378Z Downloaded termtree v0.5.1
3292026-09-06T04:31:28.378Z Downloaded thread-id v5.1.0
3302026-09-06T04:31:28.381Z Downloaded tokio-test v0.4.5
3312026-09-06T04:31:28.381Z Downloaded hyper-rustls v0.27.7
3322026-09-06T04:31:28.381Z Downloaded postgres-types v0.2.12
3332026-09-06T04:31:28.385Z Downloaded console v0.16.2
3342026-09-06T04:31:28.387Z Downloaded hybrid-array v0.4.13
3352026-09-06T04:31:28.390Z Downloaded const-oid v0.10.2
3362026-09-06T04:31:28.393Z Downloaded const-oid v0.9.6
3372026-09-06T04:31:28.393Z Downloaded crc-any v2.5.0
3382026-09-06T04:31:28.397Z Downloaded camino-tempfile v1.4.1
3392026-09-06T04:31:28.400Z Downloaded camino-tempfile-ext v0.3.3
3402026-09-06T04:31:28.400Z Downloaded oorandom v11.1.5
3412026-09-06T04:31:28.400Z Downloaded rustls-pemfile v2.2.0
3422026-09-06T04:31:28.402Z Downloaded buf-list v1.1.2
3432026-09-06T04:31:28.402Z Downloaded trait-variant v0.1.2
3442026-09-06T04:31:28.403Z Downloaded rtoolbox v0.0.3
3452026-09-06T04:31:28.406Z Downloaded scrypt v0.12.0
3462026-09-06T04:31:28.409Z Downloaded tower-service v0.3.3
3472026-09-06T04:31:28.409Z Downloaded serde_plain v1.0.2
3482026-09-06T04:31:28.412Z Downloaded typify-macro v0.6.2
3492026-09-06T04:31:28.415Z Downloaded universal-hash v0.5.1
3502026-09-06T04:31:28.415Z Downloaded void v1.0.2
3512026-09-06T04:31:28.415Z Downloaded iana-time-zone v0.1.65
3522026-09-06T04:31:28.415Z Downloaded version_check v0.9.5
3532026-09-06T04:31:28.420Z Downloaded parking_lot v0.12.5
3542026-09-06T04:31:28.422Z Downloaded smallvec v0.6.14
3552026-09-06T04:31:28.426Z Downloaded slog-async v2.8.0
3562026-09-06T04:31:28.429Z Downloaded stringmetrics v2.2.2
3572026-09-06T04:31:28.429Z Downloaded rustls-native-certs v0.8.3
3582026-09-06T04:31:28.429Z Downloaded strum_macros v0.26.4
3592026-09-06T04:31:28.432Z Downloaded stringprep v0.1.5
3602026-09-06T04:31:28.432Z Downloaded thiserror-impl v2.0.18
3612026-09-06T04:31:28.432Z Downloaded pin-project-lite v0.2.17
3622026-09-06T04:31:28.435Z Downloaded tokio-tungstenite v0.21.0
3632026-09-06T04:31:28.438Z Downloaded xattr v1.6.1
3642026-09-06T04:31:28.438Z Downloaded zerofrom v0.1.6
3652026-09-06T04:31:28.441Z Downloaded indexmap v1.9.3
3662026-09-06T04:31:28.441Z Downloaded downcast-rs v2.0.2
3672026-09-06T04:31:28.444Z Downloaded endian-type v0.1.2
3682026-09-06T04:31:28.444Z Downloaded pkg-config v0.3.32
3692026-09-06T04:31:28.444Z Downloaded darling_core v0.23.0
3702026-09-06T04:31:28.447Z Downloaded predicates v3.1.4
3712026-09-06T04:31:28.450Z Downloaded primeorder v0.13.6
3722026-09-06T04:31:28.450Z Downloaded tap v1.0.1
3732026-09-06T04:31:28.450Z Downloaded target-triple v1.0.0
3742026-09-06T04:31:28.453Z Downloaded darling_core v0.20.11
3752026-09-06T04:31:28.456Z Downloaded thread_local v1.1.9
3762026-09-06T04:31:28.459Z Downloaded httparse v1.10.1
3772026-09-06T04:31:28.459Z Downloaded hmac v0.13.0
3782026-09-06T04:31:28.462Z Downloaded crossbeam-channel v0.5.15
3792026-09-06T04:31:28.465Z Downloaded ipnet v2.12.0
3802026-09-06T04:31:28.465Z Downloaded psm v0.1.30
3812026-09-06T04:31:28.468Z Downloaded relative-path v1.9.3
3822026-09-06T04:31:28.468Z Downloaded flagset v0.4.7
3832026-09-06T04:31:28.471Z Downloaded unicode-xid v0.2.6
3842026-09-06T04:31:28.471Z Downloaded universal-hash v0.6.1
3852026-09-06T04:31:28.471Z Downloaded progenitor-impl v0.14.0
3862026-09-06T04:31:28.475Z Downloaded utf8_iter v1.0.4
3872026-09-06T04:31:28.477Z Downloaded vergen-git2 v9.1.0
3882026-09-06T04:31:28.477Z Downloaded embedded-io v0.4.0
3892026-09-06T04:31:28.480Z Downloaded fixedbitset v0.4.2
3902026-09-06T04:31:28.480Z Downloaded rand_chacha v0.9.0
3912026-09-06T04:31:28.480Z Downloaded futures-task v0.3.32
3922026-09-06T04:31:28.483Z Downloaded git-stub v1.0.0
3932026-09-06T04:31:28.486Z Downloaded kem v0.3.0
3942026-09-06T04:31:28.486Z Downloaded lazy_static v1.5.0
3952026-09-06T04:31:28.489Z Downloaded half v2.7.1
3962026-09-06T04:31:28.489Z Downloaded blake2b_simd v1.0.4
3972026-09-06T04:31:28.492Z Downloaded smallvec v1.15.1
3982026-09-06T04:31:28.496Z Downloaded synstructure v0.13.2
3992026-09-06T04:31:28.498Z Downloaded walkdir v2.5.0
4002026-09-06T04:31:28.498Z Downloaded wyz v0.5.1
4012026-09-06T04:31:28.498Z Downloaded zmij v1.0.21
4022026-09-06T04:31:28.499Z Downloaded sha2 v0.10.9
4032026-09-06T04:31:28.501Z Downloaded escape8259 v0.5.3
4042026-09-06T04:31:28.501Z Downloaded lzss v0.8.2
4052026-09-06T04:31:28.501Z Downloaded nested v0.1.1
4062026-09-06T04:31:28.504Z Downloaded clap_builder v4.6.0
4072026-09-06T04:31:28.507Z Downloaded derive_more v2.1.1
4082026-09-06T04:31:28.512Z Downloaded form_urlencoded v1.2.2
4092026-09-06T04:31:28.515Z Downloaded ignore v0.4.25
4102026-09-06T04:31:28.515Z Downloaded allocator-api2 v0.2.21
4112026-09-06T04:31:28.515Z Downloaded darling_core v0.21.3
4122026-09-06T04:31:28.519Z Downloaded heapless v0.7.17
4132026-09-06T04:31:28.522Z Downloaded ingot-macros v0.2.0
4142026-09-06T04:31:28.522Z Downloaded semver v1.0.28
4152026-09-06T04:31:28.522Z Downloaded num-derive v0.4.2
4162026-09-06T04:31:28.525Z Downloaded pkcs1 v0.7.5
4172026-09-06T04:31:28.525Z Downloaded dropshot-api-manager-types v0.8.0
4182026-09-06T04:31:28.528Z Downloaded strum_macros v0.27.2
4192026-09-06T04:31:28.528Z Downloaded nonempty v0.12.0
4202026-09-06T04:31:28.532Z Downloaded assert-json-diff v2.0.2
4212026-09-06T04:31:28.535Z Downloaded bitfield-macros v0.19.4
4222026-09-06T04:31:28.539Z Downloaded ed25519 v2.2.3
4232026-09-06T04:31:28.542Z Downloaded ucd-trie v0.1.7
4242026-09-06T04:31:28.542Z Downloaded find-msvc-tools v0.1.9
4252026-09-06T04:31:28.542Z Downloaded fixedbitset v0.5.7
4262026-09-06T04:31:28.546Z Downloaded funty v2.0.0
4272026-09-06T04:31:28.546Z Downloaded futures-timer v3.0.3
4282026-09-06T04:31:28.546Z Downloaded linkme-impl v0.3.35
4292026-09-06T04:31:28.546Z Downloaded globset v0.4.18
4302026-09-06T04:31:28.549Z Downloaded match_cfg v0.1.0
4312026-09-06T04:31:28.549Z Downloaded knus-derive v3.4.0
4322026-09-06T04:31:28.549Z Downloaded num_enum_derive v0.5.11
4332026-09-06T04:31:28.549Z Downloaded mime v0.3.17
4342026-09-06T04:31:28.552Z Downloaded cast v0.3.0
4352026-09-06T04:31:28.555Z Downloaded slog v2.8.2
4362026-09-06T04:31:28.555Z Downloaded guppy v0.17.25
4372026-09-06T04:31:28.558Z Downloaded rand_distr v0.5.1
4382026-09-06T04:31:28.561Z Downloaded test-strategy v0.4.5
4392026-09-06T04:31:28.564Z Downloaded memmap v0.7.0
4402026-09-06T04:31:28.564Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4412026-09-06T04:31:28.564Z Downloaded digest v0.11.3
4422026-09-06T04:31:28.564Z Downloaded diff v0.1.13
4432026-09-06T04:31:28.573Z Downloaded ecdsa v0.17.0
4442026-09-06T04:31:28.573Z Downloaded der v0.7.10
4452026-09-06T04:31:28.573Z Downloaded derive_more-impl v2.1.1
4462026-09-06T04:31:28.577Z Downloaded diesel_derives v2.3.7
4472026-09-06T04:31:28.579Z Downloaded usdt-attr-macro v0.6.0
4482026-09-06T04:31:28.579Z Downloaded newtype-uuid-macros v0.1.0
4492026-09-06T04:31:28.579Z Downloaded anstyle-query v1.1.5
4502026-09-06T04:31:28.579Z Downloaded atty v0.2.14
4512026-09-06T04:31:28.582Z Downloaded usdt-impl v0.5.0
4522026-09-06T04:31:28.582Z Downloaded const_format v0.2.35
4532026-09-06T04:31:28.585Z Downloaded bcrypt-pbkdf v0.11.0
4542026-09-06T04:31:28.585Z Downloaded password-hash v0.6.1
4552026-09-06T04:31:28.588Z Downloaded headers v0.4.1
4562026-09-06T04:31:28.591Z Downloaded crypto-bigint v0.5.5
4572026-09-06T04:31:28.594Z Downloaded num-conv v0.2.0
4582026-09-06T04:31:28.594Z Downloaded icu_provider v2.1.1
4592026-09-06T04:31:28.594Z Downloaded num_enum_derive v0.7.6
4602026-09-06T04:31:28.597Z Downloaded assert_cmd v2.1.2
4612026-09-06T04:31:28.597Z Downloaded plotters-backend v0.3.7
4622026-09-06T04:31:28.597Z Downloaded proc-macro-error-attr2 v2.0.0
4632026-09-06T04:31:28.597Z Downloaded oxide-update-engine-types v0.1.2
4642026-09-06T04:31:28.600Z Downloaded serde_with_macros v3.21.0
4652026-09-06T04:31:28.600Z Downloaded tracing-core v0.1.36
4662026-09-06T04:31:28.603Z Downloaded similar v2.7.0
4672026-09-06T04:31:28.606Z Downloaded displaydoc v0.2.5
4682026-09-06T04:31:28.606Z Downloaded event-listener-strategy v0.5.4
4692026-09-06T04:31:28.606Z Downloaded env_logger v0.11.11
4702026-09-06T04:31:28.609Z Downloaded backoff v0.4.0
4712026-09-06T04:31:28.609Z Downloaded rand_xorshift v0.4.0
4722026-09-06T04:31:28.609Z Downloaded olpc-cjson v0.1.4
4732026-09-06T04:31:28.612Z Downloaded rfc6979 v0.6.0
4742026-09-06T04:31:28.618Z Downloaded secrecy v0.8.0
4752026-09-06T04:31:28.621Z Downloaded indicatif v0.18.4
4762026-09-06T04:31:28.621Z Downloaded serde_regex v1.1.0
4772026-09-06T04:31:28.624Z Downloaded samael v0.0.19
4782026-09-06T04:31:28.626Z Downloaded oxide-generation v0.1.3
4792026-09-06T04:31:28.632Z Downloaded password-hash v0.5.0
4802026-09-06T04:31:28.635Z Downloaded partial-io v0.5.4
4812026-09-06T04:31:28.635Z Downloaded serde_urlencoded v0.7.1
4822026-09-06T04:31:28.638Z Downloaded siphasher v1.0.2
4832026-09-06T04:31:28.638Z Downloaded toml_parser v1.1.2+spec-1.1.0
4842026-09-06T04:31:28.638Z Downloaded serde v1.0.229
4852026-09-06T04:31:28.641Z Downloaded group v0.14.0
4862026-09-06T04:31:28.641Z Downloaded term v1.2.1
4872026-09-06T04:31:28.644Z Downloaded phc v0.6.1
4882026-09-06T04:31:28.644Z Downloaded crossterm v0.28.1
4892026-09-06T04:31:28.646Z Downloaded libloading v0.8.9
4902026-09-06T04:31:28.649Z Downloaded slog-envlogger v2.2.0
4912026-09-06T04:31:28.649Z Downloaded strip-ansi-escapes v0.2.1
4922026-09-06T04:31:28.649Z Downloaded supports-color v3.0.2
4932026-09-06T04:31:28.653Z Downloaded anstream v0.6.21
4942026-09-06T04:31:28.653Z Downloaded argon2 v0.6.0-rc.8
4952026-09-06T04:31:28.653Z Downloaded progenitor v0.13.0
4962026-09-06T04:31:28.656Z Downloaded dropshot_endpoint v0.17.1
4972026-09-06T04:31:28.656Z Downloaded futures v0.3.32
4982026-09-06T04:31:28.659Z Downloaded rand_core v0.9.5
4992026-09-06T04:31:28.662Z Downloaded swrite v0.1.0
5002026-09-06T04:31:28.665Z Downloaded icu_properties v2.1.2
5012026-09-06T04:31:28.665Z Downloaded sync-ptr v0.1.4
5022026-09-06T04:31:28.665Z Downloaded thiserror-impl-no-std v2.0.2
5032026-09-06T04:31:28.668Z Downloaded try-lock v0.2.5
5042026-09-06T04:31:28.668Z Downloaded cancel-safe-futures v0.1.5
5052026-09-06T04:31:28.671Z Downloaded rustc_version v0.4.1
5062026-09-06T04:31:28.674Z Downloaded scroll_derive v0.12.1
5072026-09-06T04:31:28.674Z Downloaded icu_normalizer v2.1.1
5082026-09-06T04:31:28.677Z Downloaded serde-hex v0.1.0
5092026-09-06T04:31:28.680Z Downloaded utf8parse v0.2.2
5102026-09-06T04:31:28.680Z Downloaded serde_with_macros v1.5.2
5112026-09-06T04:31:28.685Z Downloaded ml-kem v0.3.2
5122026-09-06T04:31:28.688Z Downloaded criterion v0.7.0
5132026-09-06T04:31:28.691Z Downloaded parking_lot v0.11.2
5142026-09-06T04:31:28.694Z Downloaded pkcs1 v0.8.0-rc.4
5152026-09-06T04:31:28.694Z Downloaded event-listener v5.4.1
5162026-09-06T04:31:28.694Z Downloaded unit-prefix v0.5.2
5172026-09-06T04:31:28.697Z Downloaded want v0.3.1
5182026-09-06T04:31:28.697Z Downloaded difflib v0.4.0
5192026-09-06T04:31:28.697Z Downloaded cexpr v0.6.0
5202026-09-06T04:31:28.702Z Downloaded tokio-macros v2.7.0
5212026-09-06T04:31:28.705Z Downloaded hickory-resolver v0.25.2
5222026-09-06T04:31:28.708Z Downloaded hickory-server v0.25.2
5232026-09-06T04:31:28.708Z Downloaded oxnet v0.1.7
5242026-09-06T04:31:28.711Z Downloaded backon v1.6.0
5252026-09-06T04:31:28.711Z Downloaded stacker v0.1.23
5262026-09-06T04:31:28.714Z Downloaded strum_macros v0.24.3
5272026-09-06T04:31:28.714Z Downloaded primeorder v0.14.0
5282026-09-06T04:31:28.714Z Downloaded hickory-resolver v0.24.4
5292026-09-06T04:31:28.716Z Downloaded icu_normalizer_data v2.1.1
5302026-09-06T04:31:28.716Z Downloaded target-spec v3.5.7
5312026-09-06T04:31:28.719Z Downloaded dsl_auto_type v0.2.0
5322026-09-06T04:31:28.719Z Downloaded dyn-clone v1.0.20
5332026-09-06T04:31:28.719Z Downloaded subprocess v0.2.15
5342026-09-06T04:31:28.722Z Downloaded thiserror-impl v1.0.69
5352026-09-06T04:31:28.727Z Downloaded unicode-truncate v1.1.0
5362026-09-06T04:31:28.731Z Downloaded embedded-io v0.6.1
5372026-09-06T04:31:28.734Z Downloaded errno v0.3.14
5382026-09-06T04:31:28.736Z Downloaded float-ord v0.3.2
5392026-09-06T04:31:28.736Z Downloaded pest_meta v2.8.6
5402026-09-06T04:31:28.737Z Downloaded phf v0.12.1
5412026-09-06T04:31:28.740Z Downloaded polyval v0.7.1
5422026-09-06T04:31:28.740Z Downloaded futures-io v0.3.32
5432026-09-06T04:31:28.743Z Downloaded ppv-lite86 v0.2.21
5442026-09-06T04:31:28.746Z Downloaded der v0.8.0
5452026-09-06T04:31:28.749Z Downloaded xshell-macros v0.2.7
5462026-09-06T04:31:28.751Z Downloaded usdt-impl v0.6.0
5472026-09-06T04:31:28.752Z Downloaded tinyvec v1.10.0
5482026-09-06T04:31:28.752Z Downloaded heapless v0.8.0
5492026-09-06T04:31:28.755Z Downloaded lru-slab v0.1.2
5502026-09-06T04:31:28.758Z Downloaded kstat-rs v0.2.5
5512026-09-06T04:31:28.761Z Downloaded icu_collections v2.1.1
5522026-09-06T04:31:28.764Z Downloaded serde_tokenstream v0.3.0
5532026-09-06T04:31:28.768Z Downloaded foreign-types v0.3.2
5542026-09-06T04:31:28.771Z Downloaded memoffset v0.9.1
5552026-09-06T04:31:28.773Z Downloaded rayon-core v1.13.0
5562026-09-06T04:31:28.776Z Downloaded serde_with v1.14.0
5572026-09-06T04:31:28.779Z Downloaded slog-term v2.9.2
5582026-09-06T04:31:28.779Z Downloaded hashbrown v0.12.3
5592026-09-06T04:31:28.782Z Downloaded dirs-sys-next v0.1.2
5602026-09-06T04:31:28.785Z Downloaded p384 v0.14.0
5612026-09-06T04:31:28.788Z Downloaded bumpalo v3.20.2
5622026-09-06T04:31:28.788Z Downloaded rstest_macros v0.25.0
5632026-09-06T04:31:28.791Z Downloaded rustls-platform-verifier v0.6.2
5642026-09-06T04:31:28.794Z Downloaded bs58 v0.5.1
5652026-09-06T04:31:28.794Z Downloaded chacha20 v0.10.0
5662026-09-06T04:31:28.794Z Downloaded chumsky v0.9.3
5672026-09-06T04:31:28.797Z Downloaded x509-cert v0.2.5
5682026-09-06T04:31:28.800Z Downloaded sqlformat v0.3.5
5692026-09-06T04:31:28.800Z Downloaded structmeta-derive v0.3.0
5702026-09-06T04:31:28.800Z Downloaded fxhash v0.2.1
5712026-09-06T04:31:28.803Z Downloaded maybe-uninit v2.0.0
5722026-09-06T04:31:28.803Z Downloaded tinystr v0.8.2
5732026-09-06T04:31:28.803Z Downloaded serde_derive v1.0.229
5742026-09-06T04:31:28.806Z Downloaded toml v0.8.23
5752026-09-06T04:31:28.806Z Downloaded enum_dispatch v0.3.13
5762026-09-06T04:31:28.809Z Downloaded fallible-iterator v0.2.0
5772026-09-06T04:31:28.809Z Downloaded getrandom v0.3.4
5782026-09-06T04:31:28.812Z Downloaded indexmap v2.14.0
5792026-09-06T04:31:28.816Z Downloaded tls_codec_derive v0.4.2
5802026-09-06T04:31:28.816Z Downloaded tokio-dtrace v0.1.1
5812026-09-06T04:31:28.819Z Downloaded keccak v0.2.0
5822026-09-06T04:31:28.819Z Downloaded nodrop v0.1.14
5832026-09-06T04:31:28.822Z Downloaded async-recursion v1.1.1
5842026-09-06T04:31:28.825Z Downloaded hkdf v0.12.4
5852026-09-06T04:31:28.828Z Downloaded libsw-core v0.3.2
5862026-09-06T04:31:28.831Z Downloaded jiff-core v0.1.0
5872026-09-06T04:31:28.834Z Downloaded quinn-udp v0.5.14
5882026-09-06T04:31:28.834Z Downloaded hashbrown v0.15.5
5892026-09-06T04:31:28.837Z Downloaded proc-macro2 v1.0.106
5902026-09-06T04:31:28.840Z Downloaded prefix-trie v0.7.0
5912026-09-06T04:31:28.840Z Downloaded serde_yaml v0.9.34+deprecated
5922026-09-06T04:31:28.843Z Downloaded vsss-rs v3.3.4
5932026-09-06T04:31:28.846Z Downloaded xshell v0.2.7
5942026-09-06T04:31:28.846Z Downloaded block-buffer v0.10.4
5952026-09-06T04:31:28.846Z Downloaded linear-map v1.2.0
5962026-09-06T04:31:28.846Z Downloaded module-lattice v0.2.3
5972026-09-06T04:31:28.849Z Downloaded cargo-platform v0.3.2
5982026-09-06T04:31:28.849Z Downloaded openssl-macros v0.1.1
5992026-09-06T04:31:28.849Z Downloaded rand v0.8.6
6002026-09-06T04:31:28.849Z Downloaded typenum v1.20.1
6012026-09-06T04:31:28.855Z Downloaded tempfile v3.27.0
6022026-09-06T04:31:28.858Z Downloaded dof v0.4.0
6032026-09-06T04:31:28.858Z Downloaded anes v0.1.6
6042026-09-06T04:31:28.861Z Downloaded textwrap v0.15.2
6052026-09-06T04:31:28.861Z Downloaded memchr v2.8.0
6062026-09-06T04:31:28.864Z Downloaded bcs v0.1.6
6072026-09-06T04:31:28.867Z Downloaded internal-russh-num-bigint v0.5.0
6082026-09-06T04:31:28.870Z Downloaded fs_extra v1.3.0
6092026-09-06T04:31:28.870Z Downloaded scheduled-thread-pool v0.2.7
6102026-09-06T04:31:28.870Z Downloaded foldhash v0.2.0
6112026-09-06T04:31:28.873Z Downloaded typify v0.6.2
6122026-09-06T04:31:28.876Z Downloaded unicode-ident v1.0.24
6132026-09-06T04:31:28.876Z Downloaded blake2 v0.10.6
6142026-09-06T04:31:28.878Z Downloaded getrandom v0.2.17
6152026-09-06T04:31:28.878Z Downloaded proc-macro-error-attr v1.0.4
6162026-09-06T04:31:28.879Z Downloaded psl-types v2.0.11
6172026-09-06T04:31:28.882Z Downloaded newtype-uuid v1.3.2
6182026-09-06T04:31:28.882Z Downloaded recursive v0.1.1
6192026-09-06T04:31:28.882Z Downloaded recursive-proc-macro-impl v0.1.1
6202026-09-06T04:31:28.882Z Downloaded unsafe-libyaml v0.2.11
6212026-09-06T04:31:28.885Z Downloaded zerocopy-derive v0.7.35
6222026-09-06T04:31:28.885Z Downloaded git-stub-vcs v0.1.0
6232026-09-06T04:31:28.888Z Downloaded path-tree v0.8.3
6242026-09-06T04:31:28.888Z Downloaded sponge-cursor v0.1.0
6252026-09-06T04:31:28.892Z Downloaded litrs v1.0.0
6262026-09-06T04:31:28.895Z Downloaded snafu v0.8.9
6272026-09-06T04:31:28.899Z Downloaded nanorand v0.7.0
6282026-09-06T04:31:28.905Z Downloaded idna v1.1.0
6292026-09-06T04:31:28.909Z Downloaded iri-string v0.7.10
6302026-09-06T04:31:28.911Z Downloaded num-complex v0.4.6
6312026-09-06T04:31:28.914Z Downloaded log v0.4.33
6322026-09-06T04:31:28.914Z Downloaded bitflags v1.3.2
6332026-09-06T04:31:28.917Z Downloaded vergen v9.1.0
6342026-09-06T04:31:28.917Z Downloaded bytecount v0.6.9
6352026-09-06T04:31:28.917Z Downloaded signature v2.2.0
6362026-09-06T04:31:28.920Z Downloaded port-file v0.1.0
6372026-09-06T04:31:28.920Z Downloaded rand_pcg v0.10.2
6382026-09-06T04:31:28.920Z Downloaded structmeta v0.3.0
6392026-09-06T04:31:28.923Z Downloaded supports-hyperlinks v2.1.0
6402026-09-06T04:31:28.923Z Downloaded supports-color v2.1.0
6412026-09-06T04:31:28.926Z Downloaded tokio-postgres v0.7.16
6422026-09-06T04:31:28.929Z Downloaded rstest v0.25.0
6432026-09-06T04:31:28.932Z Downloaded hashbrown v0.13.2
6442026-09-06T04:31:28.932Z Downloaded ssh-key v0.7.0-rc.11
6452026-09-06T04:31:28.937Z Downloaded http v1.4.2
6462026-09-06T04:31:28.940Z Downloaded hyper-util v0.1.20
6472026-09-06T04:31:28.943Z Downloaded sec1 v0.8.1
6482026-09-06T04:31:28.945Z Downloaded wait-timeout v0.2.1
6492026-09-06T04:31:28.945Z Downloaded schemars v1.2.1
6502026-09-06T04:31:28.951Z Downloaded pem-rfc7468 v0.7.0
6512026-09-06T04:31:28.954Z Downloaded phf_shared v0.12.1
6522026-09-06T04:31:28.954Z Downloaded ryu v1.0.23
6532026-09-06T04:31:28.958Z Downloaded itertools v0.10.5
6542026-09-06T04:31:28.961Z Downloaded mio v1.2.0
6552026-09-06T04:31:28.963Z Downloaded postgres-protocol v0.6.10
6562026-09-06T04:31:28.963Z Downloaded cfg-expr v0.20.6
6572026-09-06T04:31:28.966Z Downloaded parking_lot_core v0.9.12
6582026-09-06T04:31:28.966Z Downloaded fastrand v2.3.0
6592026-09-06T04:31:28.966Z Downloaded unarray v0.1.4
6602026-09-06T04:31:28.966Z Downloaded tower-layer v0.3.3
6612026-09-06T04:31:28.969Z Downloaded usdt-attr-macro v0.5.0
6622026-09-06T04:31:28.969Z Downloaded zerofrom-derive v0.1.6
6632026-09-06T04:31:28.969Z Downloaded slab v0.4.12
6642026-09-06T04:31:28.969Z Downloaded crypto-primes v0.7.2
6652026-09-06T04:31:28.972Z Downloaded untrusted v0.7.1
6662026-09-06T04:31:28.972Z Downloaded pest_generator v2.8.6
6672026-09-06T04:31:28.972Z Downloaded dirs-next v2.0.0
6682026-09-06T04:31:28.975Z Downloaded zerotrie v0.2.3
6692026-09-06T04:31:28.975Z Downloaded termcolor v1.4.1
6702026-09-06T04:31:28.978Z Downloaded p521 v0.14.0
6712026-09-06T04:31:28.978Z Downloaded thiserror-no-std v2.0.2
6722026-09-06T04:31:28.981Z Downloaded foreign-types-macros v0.2.3
6732026-09-06T04:31:28.981Z Downloaded oso v0.27.3
6742026-09-06T04:31:28.984Z Downloaded rand v0.9.2
6752026-09-06T04:31:28.987Z Downloaded futures-macro v0.3.32
6762026-09-06T04:31:28.987Z Downloaded p256 v0.14.0
6772026-09-06T04:31:28.990Z Downloaded toml v1.1.2+spec-1.1.0
6782026-09-06T04:31:28.993Z Downloaded rustc-demangle v0.1.27
6792026-09-06T04:31:28.993Z Downloaded rusty-fork v0.3.1
6802026-09-06T04:31:28.993Z Downloaded scroll v0.12.0
6812026-09-06T04:31:28.993Z Downloaded serde_bytes v0.11.19
6822026-09-06T04:31:28.996Z Downloaded digest-io v0.1.0
6832026-09-06T04:31:28.996Z Downloaded dtrace-parser v0.2.0
6842026-09-06T04:31:28.996Z Downloaded new_debug_unreachable v1.0.6
6852026-09-06T04:31:28.996Z Downloaded newline-converter v0.3.0
6862026-09-06T04:31:28.996Z Downloaded num-iter v0.1.45
6872026-09-06T04:31:28.996Z Downloaded num-traits v0.2.19
6882026-09-06T04:31:28.999Z Downloaded toml_writer v1.1.1+spec-1.1.0
6892026-09-06T04:31:28.999Z Downloaded shlex v1.3.0
6902026-09-06T04:31:28.999Z Downloaded byte-wrapper v0.1.0
6912026-09-06T04:31:29.002Z Downloaded slog-json v2.6.1
6922026-09-06T04:31:29.002Z Downloaded zopfli v0.8.3
6932026-09-06T04:31:29.002Z Downloaded gethostname v0.5.0
6942026-09-06T04:31:29.005Z Downloaded tiny-keccak v2.0.2
6952026-09-06T04:31:29.005Z Downloaded unicode-segmentation v1.12.0
6962026-09-06T04:31:29.008Z Downloaded zstd v0.13.3
6972026-09-06T04:31:29.008Z Downloaded arrayref v0.3.9
6982026-09-06T04:31:29.008Z Downloaded tokio-native-tls v0.3.1
6992026-09-06T04:31:29.011Z Downloaded md-5 v0.10.6
7002026-09-06T04:31:29.011Z Downloaded md5 v0.8.0
7012026-09-06T04:31:29.014Z Downloaded serde_tokenstream v0.2.3
7022026-09-06T04:31:29.017Z Downloaded ed25519 v3.0.0
7032026-09-06T04:31:29.017Z Downloaded postcard v1.1.3
7042026-09-06T04:31:29.020Z Downloaded ciborium-ll v0.2.2
7052026-09-06T04:31:29.020Z Downloaded snafu-derive v0.8.9
7062026-09-06T04:31:29.028Z Downloaded cfg-if v1.0.4
7072026-09-06T04:31:29.031Z Downloaded pkcs5 v0.8.1
7082026-09-06T04:31:29.034Z Downloaded bitfield-struct v0.6.2
7092026-09-06T04:31:29.034Z Downloaded proc-macro-crate v1.3.1
7102026-09-06T04:31:29.037Z Downloaded group v0.13.0
7112026-09-06T04:31:29.037Z Downloaded jobserver v0.1.34
7122026-09-06T04:31:29.040Z Downloaded progenitor-impl v0.13.0
7132026-09-06T04:31:29.043Z Downloaded itertools v0.12.1
7142026-09-06T04:31:29.046Z Downloaded arc-swap v1.8.2
7152026-09-06T04:31:29.049Z Downloaded rsa v0.10.0-rc.18
7162026-09-06T04:31:29.052Z Downloaded libtest-mimic v0.8.1
7172026-09-06T04:31:29.052Z Downloaded native-tls v0.2.18
7182026-09-06T04:31:29.056Z Downloaded aead v0.6.1
7192026-09-06T04:31:29.056Z Downloaded signal-hook-tokio v0.3.1
7202026-09-06T04:31:29.056Z Downloaded itertools v0.13.0
7212026-09-06T04:31:29.059Z Downloaded tungstenite v0.23.0
7222026-09-06T04:31:29.059Z Downloaded num-integer v0.1.46
7232026-09-06T04:31:29.062Z Downloaded zerovec v0.11.5
7242026-09-06T04:31:29.065Z Downloaded percent-encoding v2.3.2
7252026-09-06T04:31:29.065Z Downloaded potential_utf v0.1.4
7262026-09-06T04:31:29.065Z Downloaded quick-xml v0.37.5
7272026-09-06T04:31:29.068Z Downloaded quick-error v1.2.3
7282026-09-06T04:31:29.068Z Downloaded rustyline v14.0.0
7292026-09-06T04:31:29.071Z Downloaded sha2 v0.11.0
7302026-09-06T04:31:29.074Z Downloaded ena v0.14.4
7312026-09-06T04:31:29.074Z Downloaded fs-err v3.3.0
7322026-09-06T04:31:29.074Z Downloaded anstyle-parse v0.2.7
7332026-09-06T04:31:29.077Z Downloaded strsim v0.10.0
7342026-09-06T04:31:29.077Z Downloaded subtle v2.6.1
7352026-09-06T04:31:29.077Z Downloaded serde_cbor v0.11.2
7362026-09-06T04:31:29.080Z Downloaded tabwriter v1.4.1
7372026-09-06T04:31:29.080Z Downloaded portable-atomic v1.13.1
7382026-09-06T04:31:29.083Z Downloaded secrecy v0.10.3
7392026-09-06T04:31:29.083Z Downloaded papergrid v0.11.0
7402026-09-06T04:31:29.086Z Downloaded string_cache v0.8.9
7412026-09-06T04:31:29.086Z Downloaded tagptr v0.2.0
7422026-09-06T04:31:29.086Z Downloaded waitgroup v0.1.2
7432026-09-06T04:31:29.089Z Downloaded cipher v0.4.4
7442026-09-06T04:31:29.089Z Downloaded nom v8.0.0
7452026-09-06T04:31:29.092Z Downloaded textwrap v0.16.2
7462026-09-06T04:31:29.092Z Downloaded linkme v0.3.35
7472026-09-06T04:31:29.095Z Downloaded miette v5.10.0
7482026-09-06T04:31:29.098Z Downloaded libscf-sys v1.2.0
7492026-09-06T04:31:29.098Z Downloaded pkcs8 v0.10.2
7502026-09-06T04:31:29.101Z Downloaded primefield v0.14.0
7512026-09-06T04:31:29.101Z Downloaded testing_table v0.3.0
7522026-09-06T04:31:29.102Z Downloaded icu_properties_data v2.1.2
7532026-09-06T04:31:29.112Z Downloaded async-stream v0.3.6
7542026-09-06T04:31:29.116Z Downloaded cassowary v0.3.0
7552026-09-06T04:31:29.116Z Downloaded blowfish v0.10.0
7562026-09-06T04:31:29.119Z Downloaded signal-hook-registry v1.4.8
7572026-09-06T04:31:29.119Z Downloaded expectorate v1.2.0
7582026-09-06T04:31:29.122Z Downloaded vte v0.14.1
7592026-09-06T04:31:29.127Z Downloaded usdt v0.5.0
7602026-09-06T04:31:29.130Z Downloaded document-features v0.2.12
7612026-09-06T04:31:29.130Z Downloaded enum-as-inner v0.6.1
7622026-09-06T04:31:29.130Z Downloaded goblin v0.8.2
7632026-09-06T04:31:29.130Z Downloaded chacha20poly1305 v0.10.1
7642026-09-06T04:31:29.133Z Downloaded dof v0.3.0
7652026-09-06T04:31:29.133Z Downloaded tinytemplate v1.2.1
7662026-09-06T04:31:29.136Z Downloaded oxide-update-engine v0.1.2
7672026-09-06T04:31:29.139Z Downloaded hashbrown v0.14.5
7682026-09-06T04:31:29.142Z Downloaded macaddr v1.0.1
7692026-09-06T04:31:29.142Z Downloaded num_threads v0.1.7
7702026-09-06T04:31:29.142Z Downloaded adler2 v2.0.1
7712026-09-06T04:31:29.142Z Downloaded miette-derive v5.10.0
7722026-09-06T04:31:29.142Z Downloaded array-init v0.0.4
7732026-09-06T04:31:29.145Z Downloaded base16ct v0.2.0
7742026-09-06T04:31:29.145Z Downloaded oxide-tokio-rt v0.1.4
7752026-09-06T04:31:29.145Z Downloaded parking_lot_core v0.8.6
7762026-09-06T04:31:29.145Z Downloaded pbkdf2 v0.13.0
7772026-09-06T04:31:29.154Z Downloaded elliptic-curve v0.14.1
7782026-09-06T04:31:29.154Z Downloaded pest v2.8.6
7792026-09-06T04:31:29.154Z Downloaded fd-lock v4.0.4
7802026-09-06T04:31:29.154Z Downloaded aes-gcm v0.11.0
7812026-09-06T04:31:29.154Z Downloaded tar v0.4.46
7822026-09-06T04:31:29.158Z Downloaded vergen-lib v0.1.6
7832026-09-06T04:31:29.158Z Downloaded vergen-lib v9.1.0
7842026-09-06T04:31:29.158Z Downloaded fatfs v0.3.6
7852026-09-06T04:31:29.158Z Downloaded futures-sink v0.3.32
7862026-09-06T04:31:29.158Z Downloaded zerovec-derive v0.11.2
7872026-09-06T04:31:29.161Z Downloaded fs-err v2.11.0
7882026-09-06T04:31:29.161Z Downloaded ghash v0.6.0
7892026-09-06T04:31:29.161Z Downloaded hashbrown v0.17.0
7902026-09-06T04:31:29.164Z Downloaded qorb v0.4.1
7912026-09-06T04:31:29.167Z Downloaded sha3 v0.12.0
7922026-09-06T04:31:29.167Z Downloaded socket2 v0.5.10
7932026-09-06T04:31:29.170Z Downloaded generic-array v1.4.3
7942026-09-06T04:31:29.171Z Downloaded ed25519-dalek v3.0.0
7952026-09-06T04:31:29.174Z Downloaded ar_archive_writer v0.5.1
7962026-09-06T04:31:29.174Z Downloaded precomputed-hash v0.1.1
7972026-09-06T04:31:29.174Z Downloaded russh-util v0.52.0
7982026-09-06T04:31:29.174Z Downloaded rustls-pki-types v1.14.0
7992026-09-06T04:31:29.177Z Downloaded russh-cryptovec v0.62.0
8002026-09-06T04:31:29.177Z Downloaded rust-argon2 v2.1.0
8012026-09-06T04:31:29.177Z Downloaded schemars_derive v0.8.22
8022026-09-06T04:31:29.177Z Downloaded winnow v0.7.14
8032026-09-06T04:31:29.182Z Downloaded rsa v0.9.10
8042026-09-06T04:31:29.185Z Downloaded serde_derive_internals v0.29.1
8052026-09-06T04:31:29.188Z Downloaded litemap v0.8.1
8062026-09-06T04:31:29.188Z Downloaded zip v0.6.6
8072026-09-06T04:31:29.191Z Downloaded block-padding v0.4.2
8082026-09-06T04:31:29.191Z Downloaded spin v0.9.8
8092026-09-06T04:31:29.191Z Downloaded normalize-line-endings v0.3.0
8102026-09-06T04:31:29.192Z Downloaded slog-stdlog v4.1.1
8112026-09-06T04:31:29.195Z Downloaded ssh-cipher v0.3.0
8122026-09-06T04:31:29.195Z Downloaded supports-unicode v2.1.0
8132026-09-06T04:31:29.195Z Downloaded signal-hook-mio v0.2.5
8142026-09-06T04:31:29.195Z Downloaded async-stream-impl v0.3.6
8152026-09-06T04:31:29.200Z Downloaded sqlparser_derive v0.5.0
8162026-09-06T04:31:29.203Z Downloaded tinyvec_macros v0.1.1
8172026-09-06T04:31:29.203Z Downloaded packed_struct_codegen v0.10.1
8182026-09-06T04:31:29.203Z Downloaded phf_shared v0.11.3
8192026-09-06T04:31:29.203Z Downloaded radium v0.7.0
8202026-09-06T04:31:29.203Z Downloaded itertools v0.14.0
8212026-09-06T04:31:29.207Z Downloaded bit-vec v0.8.0
8222026-09-06T04:31:29.209Z Downloaded pem v3.0.6
8232026-09-06T04:31:29.209Z Downloaded support-bundle-viewer v0.1.2
8242026-09-06T04:31:29.209Z Downloaded h2 v0.4.15
8252026-09-06T04:31:29.212Z Downloaded flume v0.11.1
8262026-09-06T04:31:29.215Z Downloaded hashbrown v0.16.1
8272026-09-06T04:31:29.218Z Downloaded toml v0.7.8
8282026-09-06T04:31:29.221Z Downloaded toml_datetime v0.6.11
8292026-09-06T04:31:29.221Z Downloaded progenitor-extras v0.2.0
8302026-09-06T04:31:29.221Z Downloaded async-lock v3.4.2
8312026-09-06T04:31:29.221Z Downloaded tokio-tungstenite v0.23.1
8322026-09-06T04:31:29.224Z Downloaded usdt v0.6.0
8332026-09-06T04:31:29.224Z Downloaded plotters v0.3.7
8342026-09-06T04:31:29.228Z Downloaded packed_struct v0.10.1
8352026-09-06T04:31:29.231Z Downloaded sec1 v0.7.3
8362026-09-06T04:31:29.231Z Downloaded tui-tree-widget v0.23.1
8372026-09-06T04:31:29.231Z Downloaded serde_repr v0.1.20
8382026-09-06T04:31:29.234Z Downloaded lalrpop-util v0.19.12
8392026-09-06T04:31:29.234Z Downloaded linked-hash-map v0.5.6
8402026-09-06T04:31:29.234Z Downloaded futures-core v0.3.32
8412026-09-06T04:31:29.234Z Downloaded zstd-safe v7.2.4
8422026-09-06T04:31:29.234Z Downloaded newtype_derive v0.1.6
8432026-09-06T04:31:29.237Z Downloaded hyper v1.10.1
8442026-09-06T04:31:29.240Z Downloaded hkdf v0.13.0
8452026-09-06T04:31:29.240Z Downloaded serde_path_to_error v0.1.20
8462026-09-06T04:31:29.243Z Downloaded ssh-encoding v0.3.0
8472026-09-06T04:31:29.243Z Downloaded thiserror v2.0.18
8482026-09-06T04:31:29.246Z Downloaded terminal_size v0.1.17
8492026-09-06T04:31:29.246Z Downloaded unicode-linebreak v0.1.5
8502026-09-06T04:31:29.246Z Downloaded ff v0.13.1
8512026-09-06T04:31:29.246Z Downloaded opaque-debug v0.3.1
8522026-09-06T04:31:29.249Z Downloaded oso-derive v0.27.3
8532026-09-06T04:31:29.249Z Downloaded pest_derive v2.8.6
8542026-09-06T04:31:29.249Z Downloaded untrusted v0.9.0
8552026-09-06T04:31:29.252Z Downloaded powerfmt v0.2.0
8562026-09-06T04:31:29.255Z Downloaded rfc6979 v0.4.0
8572026-09-06T04:31:29.255Z Downloaded dtrace-parser v0.3.0
8582026-09-06T04:31:29.255Z Downloaded foreign-types v0.5.0
8592026-09-06T04:31:29.255Z Downloaded sigpipe v0.1.3
8602026-09-06T04:31:29.258Z Downloaded openssl-sys v0.9.117
8612026-09-06T04:31:29.262Z Downloaded thread-id v4.2.2
8622026-09-06T04:31:29.265Z Downloaded tough v0.22.0
8632026-09-06T04:31:29.268Z Downloaded memmap2 v0.9.10
8642026-09-06T04:31:29.268Z Downloaded dunce v1.0.5
8652026-09-06T04:31:29.271Z Downloaded owo-colors v3.5.0
8662026-09-06T04:31:29.271Z Downloaded bzip2 v0.6.1
8672026-09-06T04:31:29.271Z Downloaded writeable v0.6.2
8682026-09-06T04:31:29.271Z Downloaded keccak v0.1.6
8692026-09-06T04:31:29.274Z Downloaded aes v0.9.1
8702026-09-06T04:31:29.274Z Downloaded rawzip v0.4.4
8712026-09-06T04:31:29.277Z Downloaded aead v0.5.2
8722026-09-06T04:31:29.277Z Downloaded phf_shared v0.13.1
8732026-09-06T04:31:29.281Z Downloaded bindgen v0.71.1
8742026-09-06T04:31:29.284Z Downloaded either v1.15.0
8752026-09-06T04:31:29.284Z Downloaded lock_api v0.4.14
8762026-09-06T04:31:29.284Z Downloaded equivalent v1.0.2
8772026-09-06T04:31:29.284Z Downloaded float-cmp v0.10.0
8782026-09-06T04:31:29.286Z Downloaded itertools v0.15.0
8792026-09-06T04:31:29.290Z Downloaded nibble_vec v0.1.0
8802026-09-06T04:31:29.293Z Downloaded r2d2 v0.8.10
8812026-09-06T04:31:29.293Z Downloaded multimap v0.10.1
8822026-09-06T04:31:29.293Z Downloaded cbc v0.2.1
8832026-09-06T04:31:29.293Z Downloaded tracing-attributes v0.1.31
8842026-09-06T04:31:29.296Z Downloaded yansi v1.0.1
8852026-09-06T04:31:29.296Z Downloaded bitflags v2.11.0
8862026-09-06T04:31:29.299Z Downloaded trybuild v1.0.116
8872026-09-06T04:31:29.302Z Downloaded pin-project-internal v1.1.11
8882026-09-06T04:31:29.302Z Downloaded nu-ansi-term v0.50.3
8892026-09-06T04:31:29.304Z Downloaded parse-display v0.10.0
8902026-09-06T04:31:29.305Z Downloaded rand_chacha v0.3.1
8912026-09-06T04:31:29.305Z Downloaded rustc-hash v2.1.1
8922026-09-06T04:31:29.305Z Downloaded supports-unicode v3.0.0
8932026-09-06T04:31:29.305Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8942026-09-06T04:31:29.308Z Downloaded toml_write v0.1.2
8952026-09-06T04:31:29.308Z Downloaded poly1305 v0.8.0
8962026-09-06T04:31:29.311Z Downloaded winnow v0.6.26
8972026-09-06T04:31:29.314Z Downloaded base64 v0.22.1
8982026-09-06T04:31:29.317Z Downloaded bzip2 v0.4.4
8992026-09-06T04:31:29.317Z Downloaded slog-dtrace v0.3.0
9002026-09-06T04:31:29.317Z Downloaded semver v0.1.20
9012026-09-06T04:31:29.320Z Downloaded serdect v0.4.3
9022026-09-06T04:31:29.323Z Downloaded yoke-derive v0.8.1
9032026-09-06T04:31:29.323Z Downloaded zlib-rs v0.6.2
9042026-09-06T04:31:29.327Z Downloaded topological-sort v0.2.2
9052026-09-06T04:31:29.330Z Downloaded spki v0.8.0
9062026-09-06T04:31:29.330Z Downloaded target-lexicon v0.13.3
9072026-09-06T04:31:29.334Z Downloaded thiserror v1.0.69
9082026-09-06T04:31:29.338Z Downloaded rcgen v0.12.1
9092026-09-06T04:31:29.338Z Downloaded zerocopy v0.6.6
9102026-09-06T04:31:29.338Z Downloaded rustls-webpki v0.103.13
9112026-09-06T04:31:29.341Z Downloaded uzers v0.12.2
9122026-09-06T04:31:29.341Z Downloaded omicron-zone-package v0.12.3
9132026-09-06T04:31:29.344Z Downloaded block-buffer v0.12.1
9142026-09-06T04:31:29.344Z Downloaded fnv v1.0.7
9152026-09-06T04:31:29.344Z Downloaded lru-cache v0.1.2
9162026-09-06T04:31:29.344Z Downloaded mime_guess v2.0.5
9172026-09-06T04:31:29.344Z Downloaded cfg_aliases v0.1.1
9182026-09-06T04:31:29.347Z Downloaded lru v0.12.5
9192026-09-06T04:31:29.350Z Downloaded base64ct v1.8.3
9202026-09-06T04:31:29.353Z Downloaded digest v0.10.7
9212026-09-06T04:31:29.365Z Downloaded path-slash v0.1.5
9222026-09-06T04:31:29.368Z Downloaded proc-macro-crate v3.4.0
9232026-09-06T04:31:29.368Z Downloaded sapling-renderdag v0.1.0
9242026-09-06T04:31:29.368Z Downloaded num_enum v0.5.11
9252026-09-06T04:31:29.373Z Downloaded terminal_size v0.4.3
9262026-09-06T04:31:29.373Z Downloaded ciborium v0.2.2
9272026-09-06T04:31:29.376Z Downloaded once_cell v1.21.3
9282026-09-06T04:31:29.376Z Downloaded miniz_oxide v0.8.9
9292026-09-06T04:31:29.379Z Downloaded foreign-types-shared v0.3.1
9302026-09-06T04:31:29.379Z Downloaded zone_cfg_derive v0.3.1
9312026-09-06T04:31:29.379Z Downloaded scroll v0.13.0
9322026-09-06T04:31:29.379Z Downloaded similar-asserts v1.7.0
9332026-09-06T04:31:29.379Z Downloaded strum v0.27.2
9342026-09-06T04:31:29.382Z Downloaded num_enum v0.7.6
9352026-09-06T04:31:29.382Z Downloaded progenitor-client v0.13.0
9362026-09-06T04:31:29.387Z Downloaded simd-adler32 v0.3.8
9372026-09-06T04:31:29.396Z Downloaded knus v3.4.0
9382026-09-06T04:31:29.399Z Downloaded progenitor-macro v0.13.0
9392026-09-06T04:31:29.399Z Downloaded unicode-properties v0.1.4
9402026-09-06T04:31:29.400Z Downloaded drift v0.2.0
9412026-09-06T04:31:29.403Z Downloaded generic-array v0.14.7
9422026-09-06T04:31:29.405Z Downloaded rand v0.10.1
9432026-09-06T04:31:29.405Z Downloaded ecdsa v0.16.9
9442026-09-06T04:31:29.410Z Downloaded strsim v0.11.1
9452026-09-06T04:31:29.413Z Downloaded sha1 v0.11.0
9462026-09-06T04:31:29.420Z Downloaded poly1305 v0.9.0
9472026-09-06T04:31:29.423Z Downloaded yoke v0.8.1
9482026-09-06T04:31:29.423Z Downloaded unicode-normalization v0.1.25
9492026-09-06T04:31:29.431Z Downloaded crypto-bigint v0.7.5
9502026-09-06T04:31:29.439Z Downloaded miette-derive v7.6.0
9512026-09-06T04:31:29.442Z Downloaded globwalk v0.9.1
9522026-09-06T04:31:29.442Z Downloaded maplit v1.0.2
9532026-09-06T04:31:29.442Z Downloaded rand_core v0.10.0
9542026-09-06T04:31:29.442Z Downloaded ascii-canvas v3.0.0
9552026-09-06T04:31:29.442Z Downloaded wnaf v0.14.0
9562026-09-06T04:31:29.446Z Downloaded num v0.4.3
9572026-09-06T04:31:29.446Z Downloaded ron v0.8.1
9582026-09-06T04:31:29.448Z Downloaded predicates-core v1.0.10
9592026-09-06T04:31:29.448Z Downloaded serde-big-array v0.5.1
9602026-09-06T04:31:29.449Z Downloaded iddqd v0.4.2
9612026-09-06T04:31:29.452Z Downloaded signal-hook v0.3.18
9622026-09-06T04:31:29.454Z Downloaded fancy-regex v0.14.0
9632026-09-06T04:31:29.457Z Downloaded unicase v2.9.0
9642026-09-06T04:31:29.457Z Downloaded cargo_metadata v0.23.1
9652026-09-06T04:31:29.465Z Downloaded filetime v0.2.27
9662026-09-06T04:31:29.468Z Downloaded futures-executor v0.3.32
9672026-09-06T04:31:29.468Z Downloaded tls_codec v0.4.2
9682026-09-06T04:31:29.468Z Downloaded predicates-tree v1.0.13
9692026-09-06T04:31:29.471Z Downloaded usdt-macro v0.5.0
9702026-09-06T04:31:29.471Z Downloaded castaway v0.2.4
9712026-09-06T04:31:29.471Z Downloaded byteorder v1.5.0
9722026-09-06T04:31:29.474Z Downloaded oxide-update-engine-display v0.1.2
9732026-09-06T04:31:29.477Z Downloaded rustc_version v0.1.7
9742026-09-06T04:31:29.480Z Downloaded static_assertions v1.1.0
9752026-09-06T04:31:29.480Z Downloaded whoami v1.6.1
9762026-09-06T04:31:29.480Z Downloaded foreign-types-shared v0.1.1
9772026-09-06T04:31:29.480Z Downloaded toml_edit v0.22.27
9782026-09-06T04:31:29.483Z Downloaded unicode_categories v0.1.1
9792026-09-06T04:31:29.483Z Downloaded time-macros v0.2.27
9802026-09-06T04:31:29.486Z Downloaded whoami v2.1.0
9812026-09-06T04:31:29.486Z Downloaded schemars v0.8.22
9822026-09-06T04:31:29.492Z Downloaded sha1 v0.10.6
9832026-09-06T04:31:29.494Z Downloaded strum v0.26.3
9842026-09-06T04:31:29.494Z Downloaded zeroize v1.9.0
9852026-09-06T04:31:29.494Z Downloaded blake2 v0.11.0-rc.6
9862026-09-06T04:31:29.497Z Downloaded zeroize_derive v1.5.0
9872026-09-06T04:31:29.497Z Downloaded twox-hash v2.1.2
9882026-09-06T04:31:29.501Z Downloaded multer v3.1.0
9892026-09-06T04:31:29.506Z Downloaded term v0.7.0
9902026-09-06T04:31:29.509Z Downloaded peg v0.8.5
9912026-09-06T04:31:29.512Z Downloaded rand_seeder v0.4.0
9922026-09-06T04:31:29.512Z Downloaded plotters-svg v0.3.7
9932026-09-06T04:31:29.512Z Downloaded spki v0.7.3
9942026-09-06T04:31:29.512Z Downloaded usdt-macro v0.6.0
9952026-09-06T04:31:29.512Z Downloaded display-error-chain v0.2.2
9962026-09-06T04:31:29.515Z Downloaded tokio-rustls v0.26.4
9972026-09-06T04:31:29.515Z Downloaded serde_with v3.21.0
9982026-09-06T04:31:29.520Z Downloaded paste v1.0.15
9992026-09-06T04:31:29.523Z Downloaded rustversion v1.0.22
10002026-09-06T04:31:29.523Z Downloaded tower-http v0.6.8
10012026-09-06T04:31:29.527Z Downloaded yasna v0.5.2
10022026-09-06T04:31:29.530Z Downloaded libm v0.2.16
10032026-09-06T04:31:29.533Z Downloaded publicsuffix v2.3.0
10042026-09-06T04:31:29.536Z Downloaded foldhash v0.1.5
10052026-09-06T04:31:29.536Z Downloaded parking v2.2.1
10062026-09-06T04:31:29.536Z Downloaded managed v0.8.0
10072026-09-06T04:31:29.539Z Downloaded async-bb8-diesel v0.2.1
10082026-09-06T04:31:29.539Z Downloaded pem-rfc7468 v1.0.0
10092026-09-06T04:31:29.539Z Downloaded termios v0.3.3
10102026-09-06T04:31:29.542Z Downloaded libefi-sys v0.1.0
10112026-09-06T04:31:29.542Z Downloaded autocfg v1.5.0
10122026-09-06T04:31:29.542Z Downloaded pkcs8 v0.11.0
10132026-09-06T04:31:29.545Z Downloaded take_mut v0.2.2
10142026-09-06T04:31:29.545Z Downloaded backtrace-ext v0.2.1
10152026-09-06T04:31:29.545Z Downloaded ed25519-dalek v2.2.0
10162026-09-06T04:31:29.545Z Downloaded knuffel-derive v3.2.0
10172026-09-06T04:31:29.548Z Downloaded anstream v1.0.0
10182026-09-06T04:31:29.548Z Downloaded libbz2-rs-sys v0.2.2
10192026-09-06T04:31:29.548Z Downloaded ahash v0.8.12
10202026-09-06T04:31:29.551Z Downloaded salsa20 v0.11.0
10212026-09-06T04:31:29.551Z Downloaded tabled_derive v0.7.0
10222026-09-06T04:31:29.551Z Downloaded ff v0.14.0
10232026-09-06T04:31:29.551Z Downloaded progenitor-macro v0.14.0
10242026-09-06T04:31:29.554Z Downloaded supports-hyperlinks v3.2.0
10252026-09-06T04:31:29.554Z Downloaded getrandom v0.4.3
10262026-09-06T04:31:29.554Z Downloaded backtrace v0.3.76
10272026-09-06T04:31:29.557Z Downloaded curve25519-dalek v4.1.3
10282026-09-06T04:31:29.561Z Downloaded zone v0.3.1
10292026-09-06T04:31:29.564Z Downloaded env_filter v2.0.0
10302026-09-06T04:31:29.564Z Downloaded utf-8 v0.7.6
10312026-09-06T04:31:29.564Z Downloaded serde_spanned v0.6.9
10322026-09-06T04:31:29.567Z Downloaded prettyplease v0.2.37
10332026-09-06T04:31:29.573Z Downloaded smf v0.2.3
10342026-09-06T04:31:29.576Z Downloaded vergen-gitcl v1.0.8
10352026-09-06T04:31:29.576Z Downloaded time-core v0.1.8
10362026-09-06T04:31:29.579Z Downloaded slog-scope v4.4.1
10372026-09-06T04:31:29.579Z Downloaded unicode-bidi v0.3.18
10382026-09-06T04:31:29.581Z Downloaded diesel v2.3.7
10392026-09-06T04:31:29.590Z Downloaded approx v0.5.1
10402026-09-06T04:31:29.593Z Downloaded num-rational v0.4.2
10412026-09-06T04:31:29.594Z Downloaded bitfield v0.19.4
10422026-09-06T04:31:29.594Z Downloaded libsw v3.5.0
10432026-09-06T04:31:29.594Z Downloaded tabled v0.15.0
10442026-09-06T04:31:29.602Z Downloaded phf v0.13.1
10452026-09-06T04:31:29.605Z Downloaded tungstenite v0.21.0
10462026-09-06T04:31:29.605Z Downloaded papergrid v0.18.0
10472026-09-06T04:31:29.608Z Downloaded anstyle-parse v1.0.0
10482026-09-06T04:31:29.608Z Downloaded futures-channel v0.3.32
10492026-09-06T04:31:29.611Z Downloaded glob v0.3.3
10502026-09-06T04:31:29.611Z Downloaded progenitor v0.14.0
10512026-09-06T04:31:29.611Z Downloaded base64 v0.21.7
10522026-09-06T04:31:29.614Z Downloaded flate2 v1.1.9
10532026-09-06T04:31:29.617Z Downloaded reqwest v0.13.2
10542026-09-06T04:31:29.620Z Downloaded cc v1.2.56
10552026-09-06T04:31:29.623Z Downloaded owo-colors v4.3.0
10562026-09-06T04:31:29.623Z Downloaded elliptic-curve v0.13.8
10572026-09-06T04:31:29.626Z Downloaded pin-project v1.1.11
10582026-09-06T04:31:29.640Z Downloaded serde_core v1.0.229
10592026-09-06T04:31:29.643Z Downloaded zip v4.6.1
10602026-09-06T04:31:29.646Z Downloaded object v0.37.3
10612026-09-06T04:31:29.654Z Downloaded curve25519-dalek v5.0.0
10622026-09-06T04:31:29.660Z Downloaded lalrpop v0.19.12
10632026-09-06T04:31:29.666Z Downloaded num-bigint-dig v0.8.6
10642026-09-06T04:31:29.669Z Downloaded rand_core v0.6.4
10652026-09-06T04:31:29.672Z Downloaded url v2.5.8
10662026-09-06T04:31:29.672Z Downloaded knuffel v3.2.0
10672026-09-06T04:31:29.675Z Downloaded zerocopy v0.7.35
10682026-09-06T04:31:29.681Z Downloaded erased-serde v0.3.31
10692026-09-06T04:31:29.684Z Downloaded schemars v0.9.0
10702026-09-06T04:31:29.688Z Downloaded scuffle v0.1.0
10712026-09-06T04:31:29.691Z Downloaded uuid v1.23.4
10722026-09-06T04:31:29.694Z Downloaded tokio-util v0.7.18
10732026-09-06T04:31:29.697Z Downloaded quinn v0.11.11
10742026-09-06T04:31:29.699Z Downloaded tower v0.5.3
10752026-09-06T04:31:29.702Z Downloaded socket2 v0.6.3
10762026-09-06T04:31:29.705Z Downloaded tokio-stream v0.1.18
10772026-09-06T04:31:29.708Z Downloaded toml_edit v0.19.15
10782026-09-06T04:31:29.715Z Downloaded typed-path v0.9.3
10792026-09-06T04:31:29.723Z Downloaded aws-lc-rs v1.16.3
10802026-09-06T04:31:29.728Z Downloaded reqwest v0.12.28
10812026-09-06T04:31:29.731Z Downloaded steno v0.4.1
10822026-09-06T04:31:29.734Z Downloaded chrono v0.4.45
10832026-09-06T04:31:29.737Z Downloaded pretty_assertions v1.4.1
10842026-09-06T04:31:29.740Z Downloaded toml_edit v0.23.10+spec-1.0.0
10852026-09-06T04:31:29.740Z Downloaded nix v0.28.0
10862026-09-06T04:31:29.746Z Downloaded russh v0.62.4
10872026-09-06T04:31:29.750Z Downloaded object v0.30.4
10882026-09-06T04:31:29.755Z Downloaded bytes v1.11.1
10892026-09-06T04:31:29.757Z Downloaded quinn-proto v0.11.16
10902026-09-06T04:31:29.760Z Downloaded vcpkg v0.2.15
10912026-09-06T04:31:29.783Z Downloaded minimal-lexical v0.2.1
10922026-09-06T04:31:29.786Z Downloaded zerocopy v0.8.55
10932026-09-06T04:31:29.795Z Downloaded goblin v0.10.5
10942026-09-06T04:31:29.799Z Downloaded syn v1.0.109
10952026-09-06T04:31:29.804Z Downloaded miette v7.6.0
10962026-09-06T04:31:29.807Z Downloaded proptest v1.11.0
10972026-09-06T04:31:29.812Z Downloaded rustls v0.23.41
10982026-09-06T04:31:29.818Z Downloaded bitvec v1.0.1
10992026-09-06T04:31:29.825Z Downloaded num-bigint v0.4.6
11002026-09-06T04:31:29.828Z Downloaded polar-core v0.27.3
11012026-09-06T04:31:29.832Z Downloaded async-compression v0.4.41
11022026-09-06T04:31:29.835Z Downloaded zerocopy-derive v0.8.55
11032026-09-06T04:31:29.840Z Downloaded rayon v1.11.0
11042026-09-06T04:31:29.844Z Downloaded smoltcp v0.11.0
11052026-09-06T04:31:29.850Z Downloaded libxml v0.3.3
11062026-09-06T04:31:29.853Z Downloaded time v0.3.47
11072026-09-06T04:31:29.861Z Downloaded winnow v0.5.40
11082026-09-06T04:31:29.865Z Downloaded salty v0.3.0
11092026-09-06T04:31:29.869Z Downloaded openssl v0.10.80
11102026-09-06T04:31:29.874Z Downloaded tabled v0.21.0
11112026-09-06T04:31:29.883Z Downloaded dropshot-api-manager v0.8.0
11122026-09-06T04:31:29.886Z Downloaded futures-util v0.3.32
11132026-09-06T04:31:29.892Z Downloaded winnow v1.0.3
11142026-09-06T04:31:29.897Z Downloaded aho-corasick v1.1.4
11152026-09-06T04:31:29.900Z Downloaded serde_json v1.0.151
11162026-09-06T04:31:29.915Z Downloaded unicode-width v0.1.14
11172026-09-06T04:31:29.918Z Downloaded unicode-width v0.2.0
11182026-09-06T04:31:29.922Z Downloaded smoltcp v0.9.1
11192026-09-06T04:31:29.927Z Downloaded nom v7.1.3
11202026-09-06T04:31:29.933Z Downloaded regex-syntax v0.6.29
11212026-09-06T04:31:29.949Z Downloaded reedline v0.40.0
11222026-09-06T04:31:29.969Z Downloaded syn v2.0.117
11232026-09-06T04:31:29.975Z Downloaded zerocopy-derive v0.6.6
11242026-09-06T04:31:29.987Z Downloaded rustix v1.1.4
11252026-09-06T04:31:30.012Z Downloaded dropshot v0.17.1
11262026-09-06T04:31:30.024Z Downloaded regress v0.10.5
11272026-09-06T04:31:30.028Z Downloaded hickory-proto v0.24.4
11282026-09-06T04:31:30.036Z Downloaded regex v1.12.3
11292026-09-06T04:31:30.039Z Downloaded rustix v0.38.44
11302026-09-06T04:31:30.050Z Downloaded bzip2-sys v0.1.13+1.0.8
11312026-09-06T04:31:30.057Z Downloaded sled v0.34.7
11322026-09-06T04:31:30.062Z Downloaded typify-impl v0.6.2
11332026-09-06T04:31:30.087Z Downloaded bstr v1.12.1
11342026-09-06T04:31:30.092Z Downloaded radix_trie v0.2.1
11352026-09-06T04:31:30.095Z Downloaded blake3 v1.8.5
11362026-09-06T04:31:30.103Z Downloaded moka v0.12.13
11372026-09-06T04:31:30.107Z Downloaded csv v1.4.0
11382026-09-06T04:31:30.120Z Downloaded hickory-proto v0.25.2
11392026-09-06T04:31:30.129Z Downloaded tokio v1.52.1
11402026-09-06T04:31:30.151Z Downloaded p384 v0.13.1
11412026-09-06T04:31:30.154Z Downloaded regress v0.11.1
11422026-09-06T04:31:30.159Z Downloaded chrono-tz v0.10.4
11432026-09-06T04:31:30.170Z Downloaded syn v3.0.3
11442026-09-06T04:31:30.177Z Downloaded git2 v0.20.4
11452026-09-06T04:31:30.181Z Downloaded petname v2.0.2
11462026-09-06T04:31:30.184Z Downloaded openapiv3 v2.2.0
11472026-09-06T04:31:30.191Z Downloaded gimli v0.32.3
11482026-09-06T04:31:30.196Z Downloaded sqlparser v0.61.0
11492026-09-06T04:31:30.202Z Downloaded nix v0.27.1
11502026-09-06T04:31:30.212Z Downloaded nix v0.31.2
11512026-09-06T04:31:30.239Z Downloaded encoding_rs v0.8.35
11522026-09-06T04:31:30.252Z Downloaded ring v0.17.14
11532026-09-06T04:31:30.276Z Downloaded regex-syntax v0.8.10
11542026-09-06T04:31:30.298Z Downloaded ratatui v0.29.0
11552026-09-06T04:31:30.309Z Downloaded tracing v0.1.44
11562026-09-06T04:31:30.398Z Downloaded jiff v0.2.34
11572026-09-06T04:31:30.424Z Downloaded regex-automata v0.4.14
11582026-09-06T04:31:30.434Z Downloaded sha3 v0.11.0
11592026-09-06T04:31:30.447Z Downloaded petgraph v0.6.5
11602026-09-06T04:31:30.475Z Downloaded petgraph v0.8.3
11612026-09-06T04:31:30.540Z Downloaded libc v0.2.185
11622026-09-06T04:31:30.564Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11632026-09-06T04:31:30.575Z Downloaded sha3 v0.10.8
11642026-09-06T04:31:30.578Z Downloaded libz-sys v1.1.24
11652026-09-06T04:31:30.682Z Downloaded aws-lc-sys v0.40.0
11662026-09-06T04:31:30.830Z Downloaded httpmock v0.8.3
11672026-09-06T04:31:30.843Z Downloaded libgit2-sys v0.18.3+1.9.2
11682026-09-06T04:31:31.144Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11692026-09-06T04:31:33.255Z Startup: Refreshing catalog 'helios' ... Done
11702026-09-06T04:31:33.690Z Startup: Caching catalogs ... Done
11712026-09-06T04:31:36.328ZPlanning: Solver setup ... Done (2.459s)
11722026-09-06T04:31:36.396ZPlanning: Running solver ... Done (0.069s)
11732026-09-06T04:31:36.448ZPlanning: Finding local manifests ... Done (0.003s)
11742026-09-06T04:31:36.460ZPlanning: Fetching manifests: 0/2 0% complete
11752026-09-06T04:31:36.482ZPlanning: Fetching manifests: 2/2 100% complete
11762026-09-06T04:31:36.496ZPlanning: Package planning ... Done (0.014s)
11772026-09-06T04:31:36.499ZPlanning: Merging actions ... Done (0.002s)
11782026-09-06T04:31:36.666ZPlanning: Checking for conflicting actions ... Done (0.168s)
11792026-09-06T04:31:36.669ZPlanning: Consolidating action changes ... Done (0.001s)
11802026-09-06T04:31:37.498ZPlanning: Evaluating mediators ... Done (0.831s)
11812026-09-06T04:31:37.502ZPlanning: Planning completed in 3.77 seconds
11822026-09-06T04:31:37.507Z Packages to install: 2
11832026-09-06T04:31:37.508Z Estimated space available: 155.72 GB
11842026-09-06T04:31:37.508ZEstimated space to be consumed: 86.48 MB
11852026-09-06T04:31:37.508Z Create boot environment: No
11862026-09-06T04:31:37.511ZCreate backup boot environment: No
11872026-09-06T04:31:37.511Z Rebuild boot archive: No
11882026-09-06T04:31:37.511Z
11892026-09-06T04:31:37.511ZChanged packages:
11902026-09-06T04:31:37.511Zhelios
11912026-09-06T04:31:37.511Z developer/build-essential
11922026-09-06T04:31:37.511Z None -> 11-3.0
11932026-09-06T04:31:37.511Z library/libxmlsec1
11942026-09-06T04:31:37.511Z None -> 1.2.35-3.0
11952026-09-06T04:31:37.535Z
11962026-09-06T04:31:37.535ZDownload: 0/214 items 0.0/1.3MB 0% complete
11972026-09-06T04:31:37.612ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
11982026-09-06T04:31:37.714Z Actions: 1/268 actions (Installing new actions)
11992026-09-06T04:31:37.754Z Actions: Completed 268 actions in 0.04 seconds.
12002026-09-06T04:31:37.789ZFinalize: Updating package state database ... Done (0.035s)
12012026-09-06T04:31:37.792ZFinalize: Updating package cache ... Done (0.000s)
12022026-09-06T04:31:37.892ZFinalize: Updating image state ... Done (0.101s)
12032026-09-06T04:31:40.648ZFinalize: Creating fast lookup database ... Done (2.690s)
12042026-09-06T04:31:40.706ZFinalize: Reading search index ... Done (0.012s)
12052026-09-06T04:31:40.715ZFinalize: Updating search index ... Done (0.000s)
12062026-09-06T04:31:40.800ZFinalize: Updating package cache ... Done (0.000s)
12072026-09-06T04:31:41.177ZPlanning: Evaluating mediator changes ... Done
12082026-09-06T04:31:41.286ZPlanning: Checking for conflicting actions ... Done
12092026-09-06T04:31:41.297ZPlanning: Consolidating action changes ... Done
12102026-09-06T04:31:41.438ZPlanning: Evaluating mediators ... Done
12112026-09-06T04:31:41.445ZPlanning: Planning completed in 0.26 seconds
12122026-09-06T04:31:41.467Z Mediators to change: 2
12132026-09-06T04:31:41.467Z Create boot environment: No
12142026-09-06T04:31:41.468ZCreate backup boot environment: No
12152026-09-06T04:31:41.523ZFinalize: Updating package state database ... Done
12162026-09-06T04:31:41.523ZFinalize: Updating package cache ... Done
12172026-09-06T04:31:41.583ZFinalize: Updating image state ... Done
12182026-09-06T04:31:43.527ZFinalize: Creating fast lookup database ... Done
12192026-09-06T04:31:43.590ZFinalize: Reading search index ... Done
12202026-09-06T04:31:43.594ZFinalize: Updating search index ... Done
12212026-09-06T04:31:43.660ZFinalize: Updating package cache ... Done
12222026-09-06T04:31:43.960ZPlanning: Evaluating mediator changes ... Done
12232026-09-06T04:31:44.056ZPlanning: Checking for conflicting actions ... Done
12242026-09-06T04:31:44.067ZPlanning: Consolidating action changes ... Done
12252026-09-06T04:31:44.210ZPlanning: Evaluating mediators ... Done
12262026-09-06T04:31:44.213ZPlanning: Planning completed in 0.27 seconds
12272026-09-06T04:31:44.234Z Mediators to change: 1
12282026-09-06T04:31:44.234Z Create boot environment: No
12292026-09-06T04:31:44.234ZCreate backup boot environment: No
12302026-09-06T04:31:44.291ZFinalize: Updating package state database ... Done
12312026-09-06T04:31:44.294ZFinalize: Updating package cache ... Done
12322026-09-06T04:31:44.357ZFinalize: Updating image state ... Done
12332026-09-06T04:31:46.329ZFinalize: Creating fast lookup database ... Done
12342026-09-06T04:31:46.395ZFinalize: Reading search index ... Done
12352026-09-06T04:31:46.399ZFinalize: Updating search index ... Done
12362026-09-06T04:31:46.474ZFinalize: Updating package cache ... Done
12372026-09-06T04:31:46.789ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12382026-09-06T04:31:46.789Zapache system 2.4 system
12392026-09-06T04:31:46.789Zclang system 15 system
12402026-09-06T04:31:46.789Zcsh system system illumos
12412026-09-06T04:31:46.789Zctags system system illumos
12422026-09-06T04:31:46.790Zfile vendor vendor darwinsys
12432026-09-06T04:31:46.790Zfile system system illumos
12442026-09-06T04:31:46.790Zgcc vendor 14 vendor
12452026-09-06T04:31:46.790Zgcc system 13 system
12462026-09-06T04:31:46.790Zgcc system 10 system
12472026-09-06T04:31:46.790Zgo system 1.25 system
12482026-09-06T04:31:46.790Zllvm system 15 system
12492026-09-06T04:31:46.790Zmariadb system 11.4 system
12502026-09-06T04:31:46.790Zmta vendor vendor dma
12512026-09-06T04:31:46.790Zopenjdk system 17 system
12522026-09-06T04:31:46.790Zopenjdk system 11 system
12532026-09-06T04:31:46.790Zopenssl vendor 3 vendor
12542026-09-06T04:31:46.790Zperl system 5.40 system
12552026-09-06T04:31:46.790Zpostgresql system 18 system
12562026-09-06T04:31:46.790Zpostgresql system 17 system
12572026-09-06T04:31:46.790Zpython vendor 3 vendor
12582026-09-06T04:31:46.790Zpython system 2 system
12592026-09-06T04:31:46.790Zpython3 vendor 3.13 vendor
12602026-09-06T04:31:46.790Zruby system 3.4 system
12612026-09-06T04:31:46.790Zruby system 3.0 system
12622026-09-06T04:31:46.790Zwords vendor vendor american-english
12632026-09-06T04:31:46.790Zwords system system australian-english
12642026-09-06T04:31:46.790Zwords system system british-english
12652026-09-06T04:31:46.790Zwords system system canadian-english
12662026-09-06T04:31:46.790Zwords system system french
12672026-09-06T04:31:46.790Zwords system system italian
12682026-09-06T04:31:46.790Zwords system system ngerman
12692026-09-06T04:31:46.791Zwords system system ogerman
12702026-09-06T04:31:46.791Zwords system system spanish
12712026-09-06T04:31:47.042ZPUBLISHER TYPE STATUS P LOCATION
12722026-09-06T04:31:47.042Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12732026-09-06T04:31:47.555ZFMRI IFO
12742026-09-06T04:31:47.555Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12752026-09-06T04:31:47.555Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12762026-09-06T04:31:47.555Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12772026-09-06T04:31:47.555Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12782026-09-06T04:31:47.555Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12792026-09-06T04:31:47.555Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12802026-09-06T04:31:47.555Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12812026-09-06T04:31:47.555Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12822026-09-06T04:31:47.555Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12832026-09-06T04:31:48.182Z Downloading crates ...
12842026-09-06T04:31:48.227Z Downloaded cargo_toml v0.21.0
12852026-09-06T04:31:48.267Z Compiling proc-macro2 v1.0.106
12862026-09-06T04:31:48.268Z Compiling quote v1.0.45
12872026-09-06T04:31:48.268Z Compiling unicode-ident v1.0.24
12882026-09-06T04:31:48.271Z Compiling serde_core v1.0.229
12892026-09-06T04:31:48.271Z Compiling libc v0.2.185
12902026-09-06T04:31:48.271Z Compiling version_check v0.9.5
12912026-09-06T04:31:48.271Z Compiling memchr v2.8.0
12922026-09-06T04:31:48.271Z Compiling serde v1.0.229
12932026-09-06T04:31:48.271Z Compiling zmij v1.0.21
12942026-09-06T04:31:48.347Z Compiling thiserror v1.0.69
12952026-09-06T04:31:48.350Z Compiling itoa v1.0.17
12962026-09-06T04:31:48.350Z Compiling ucd-trie v0.1.7
12972026-09-06T04:31:48.350Z Compiling byteorder v1.5.0
12982026-09-06T04:31:48.350Z Compiling rustix v1.1.4
12992026-09-06T04:31:48.559Z Compiling bitflags v2.11.0
13002026-09-06T04:31:48.705Z Compiling serde_json v1.0.151
13012026-09-06T04:31:48.740Z Compiling syn v1.0.109
13022026-09-06T04:31:48.774Z Compiling proc-macro-error-attr v1.0.4
13032026-09-06T04:31:48.846Z Compiling pest v2.8.6
13042026-09-06T04:31:48.850Z Compiling usdt-impl v0.5.0
13052026-09-06T04:31:48.902Z Compiling camino v1.2.5
13062026-09-06T04:31:49.001Z Compiling proc-macro-error v1.0.4
13072026-09-06T04:31:49.022Z Compiling utf8parse v0.2.2
13082026-09-06T04:31:49.025Z Compiling log v0.4.33
13092026-09-06T04:31:49.056Z Compiling hashbrown v0.17.0
13102026-09-06T04:31:49.061Z Compiling equivalent v1.0.2
13112026-09-06T04:31:49.061Z Compiling plain v0.2.3
13122026-09-06T04:31:49.142Z Compiling getrandom v0.4.3
13132026-09-06T04:31:49.153Z Compiling anstyle-parse v1.0.0
13142026-09-06T04:31:49.184Z Compiling winnow v0.7.14
13152026-09-06T04:31:49.188Z Compiling anstyle-query v1.1.5
13162026-09-06T04:31:49.204Z Compiling autocfg v1.5.0
13172026-09-06T04:31:49.252Z Compiling thiserror v2.0.18
13182026-09-06T04:31:49.283Z Compiling toml_write v0.1.2
13192026-09-06T04:31:49.312Z Compiling pretty-hex v0.4.1
13202026-09-06T04:31:49.321Z Compiling errno v0.3.14
13212026-09-06T04:31:49.343Z Compiling thread-id v4.2.2
13222026-09-06T04:31:49.381Z Compiling cfg-if v1.0.4
13232026-09-06T04:31:49.395Z Compiling anstyle v1.0.14
13242026-09-06T04:31:49.406Z Compiling colorchoice v1.0.4
13252026-09-06T04:31:49.460Z Compiling is_terminal_polyfill v1.70.2
13262026-09-06T04:31:49.504Z Compiling heck v0.4.1
13272026-09-06T04:31:49.515Z Compiling fastrand v2.3.0
13282026-09-06T04:31:49.543Z Compiling bytecount v0.6.9
13292026-09-06T04:31:49.574Z Compiling indexmap v2.14.0
13302026-09-06T04:31:49.658Z Compiling anstream v1.0.0
13312026-09-06T04:31:49.667Z Compiling once_cell v1.21.3
13322026-09-06T04:31:49.680Z Compiling fs-err v3.3.0
13332026-09-06T04:31:49.692Z Compiling strsim v0.11.1
13342026-09-06T04:31:49.739Z Compiling fnv v1.0.7
13352026-09-06T04:31:49.750Z Compiling unicode-width v0.1.14
13362026-09-06T04:31:49.789Z Compiling syn v2.0.117
13372026-09-06T04:31:49.830Z Compiling syn v3.0.3
13382026-09-06T04:31:49.882Z Compiling heck v0.5.0
13392026-09-06T04:31:49.893Z Compiling anyhow v1.0.104
13402026-09-06T04:31:49.905Z Compiling clap_lex v1.0.0
13412026-09-06T04:31:49.970Z Compiling pest_meta v2.8.6
13422026-09-06T04:31:50.035Z Compiling papergrid v0.11.0
13432026-09-06T04:31:50.128Z Compiling memmap v0.7.0
13442026-09-06T04:31:50.158Z Compiling unicode-linebreak v0.1.5
13452026-09-06T04:31:50.169Z Compiling unicode-width v0.2.0
13462026-09-06T04:31:50.182Z Compiling smawk v0.3.2
13472026-09-06T04:31:50.328Z Compiling terminal_size v0.4.3
13482026-09-06T04:31:50.338Z Compiling tempfile v3.27.0
13492026-09-06T04:31:50.341Z Compiling swrite v0.1.0
13502026-09-06T04:31:50.426Z Compiling clap_builder v4.6.0
13512026-09-06T04:31:50.450Z Compiling textwrap v0.16.2
13522026-09-06T04:31:50.741Z Compiling cargo-platform v0.3.2
13532026-09-06T04:31:50.772Z Compiling semver v1.0.28
13542026-09-06T04:31:50.962Z Compiling camino-tempfile v1.4.1
13552026-09-06T04:31:51.311Z Compiling tabled_derive v0.7.0
13562026-09-06T04:31:51.354Z Compiling serde_derive v1.0.229
13572026-09-06T04:31:51.974Z Compiling pest_generator v2.8.6
13582026-09-06T04:31:52.063Z Compiling tabled v0.15.0
13592026-09-06T04:31:52.471Z Compiling thiserror-impl v1.0.69
13602026-09-06T04:31:52.471Z Compiling zerocopy-derive v0.7.35
13612026-09-06T04:31:52.474Z Compiling scroll_derive v0.12.1
13622026-09-06T04:31:52.474Z Compiling thiserror-impl v2.0.18
13632026-09-06T04:31:52.474Z Compiling clap_derive v4.6.1
13642026-09-06T04:31:52.507Z Compiling pest_derive v2.8.6
13652026-09-06T04:31:53.074Z Compiling scroll v0.12.0
13662026-09-06T04:31:53.157Z Compiling zerocopy v0.7.35
13672026-09-06T04:31:53.278Z Compiling goblin v0.8.2
13682026-09-06T04:31:53.468Z Compiling dtrace-parser v0.2.0
13692026-09-06T04:31:53.696Z Compiling serde_spanned v0.6.9
13702026-09-06T04:31:53.696Z Compiling toml_datetime v0.6.11
13712026-09-06T04:31:53.696Z Compiling macaddr v1.0.1
13722026-09-06T04:31:53.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13732026-09-06T04:31:53.699Z Compiling cargo_metadata v0.23.1
13742026-09-06T04:31:53.707Z Compiling dof v0.3.0
13752026-09-06T04:31:53.710Z Compiling serde_tokenstream v0.2.3
13762026-09-06T04:31:53.811Z Compiling clap v4.6.1
13772026-09-06T04:31:53.912Z Compiling toml_edit v0.22.27
13782026-09-06T04:31:54.370Z Compiling usdt-attr-macro v0.5.0
13792026-09-06T04:31:54.373Z Compiling usdt-macro v0.5.0
13802026-09-06T04:31:55.120Z Compiling toml v0.8.23
13812026-09-06T04:31:55.440Z Compiling cargo_toml v0.21.0
13822026-09-06T04:31:55.835Z Compiling usdt v0.5.0
13832026-09-06T04:31:56.758Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13842026-09-06T04:31:58.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
13852026-09-06T04:31:58.870Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13862026-09-06T04:31:59.633Z Compiling serde_core v1.0.229
13872026-09-06T04:31:59.633Z Compiling libc v0.2.185
13882026-09-06T04:31:59.633Z Compiling serde v1.0.229
13892026-09-06T04:31:59.638Z Compiling log v0.4.33
13902026-09-06T04:31:59.638Z Compiling smallvec v1.15.1
13912026-09-06T04:31:59.638Z Compiling find-msvc-tools v0.1.9
13922026-09-06T04:31:59.638Z Compiling shlex v1.3.0
13932026-09-06T04:31:59.638Z Compiling subtle v2.6.1
13942026-09-06T04:31:59.638Z Compiling scopeguard v1.2.0
13952026-09-06T04:31:59.638Z Compiling typenum v1.20.1
13962026-09-06T04:31:59.638Z Compiling stable_deref_trait v1.2.1
13972026-09-06T04:31:59.638Z Compiling zerocopy v0.8.55
13982026-09-06T04:31:59.638Z Compiling portable-atomic v1.13.1
13992026-09-06T04:31:59.781Z Compiling serde_json v1.0.151
14002026-09-06T04:31:59.788Z Compiling syn v2.0.117
14012026-09-06T04:31:59.799Z Compiling syn v3.0.3
14022026-09-06T04:31:59.927Z Compiling critical-section v1.2.0
14032026-09-06T04:31:59.948Z Compiling lock_api v0.4.14
14042026-09-06T04:31:59.966Z Compiling libm v0.2.16
14052026-09-06T04:31:59.986Z Compiling num-traits v0.2.19
14062026-09-06T04:32:00.046Z Compiling pkg-config v0.3.32
14072026-09-06T04:32:00.061Z Compiling generic-array v0.14.7
14082026-09-06T04:32:00.087Z Compiling getrandom v0.4.3
14092026-09-06T04:32:00.129Z Compiling parking_lot_core v0.9.12
14102026-09-06T04:32:00.144Z Compiling pin-project-lite v0.2.17
14112026-09-06T04:32:00.157Z Compiling const-oid v0.9.6
14122026-09-06T04:32:00.228Z Compiling rand_core v0.10.0
14132026-09-06T04:32:00.255Z Compiling futures-core v0.3.32
14142026-09-06T04:32:00.299Z Compiling litemap v0.8.1
14152026-09-06T04:32:00.344Z Compiling writeable v0.6.2
14162026-09-06T04:32:00.382Z Compiling percent-encoding v2.3.2
14172026-09-06T04:32:00.400Z Compiling icu_properties_data v2.1.2
14182026-09-06T04:32:00.431Z Compiling icu_normalizer_data v2.1.1
14192026-09-06T04:32:00.443Z Compiling getrandom v0.3.4
14202026-09-06T04:32:00.494Z Compiling rustix v1.1.4
14212026-09-06T04:32:00.521Z Compiling futures-sink v0.3.32
14222026-09-06T04:32:00.570Z Compiling futures-task v0.3.32
14232026-09-06T04:32:00.585Z Compiling futures-io v0.3.32
14242026-09-06T04:32:00.611Z Compiling futures-channel v0.3.32
14252026-09-06T04:32:00.641Z Compiling utf8_iter v1.0.4
14262026-09-06T04:32:00.679Z Compiling slab v0.4.12
14272026-09-06T04:32:00.747Z Compiling form_urlencoded v1.2.2
14282026-09-06T04:32:00.761Z Compiling rustversion v1.0.22
14292026-09-06T04:32:00.777Z Compiling errno v0.3.14
14302026-09-06T04:32:00.800Z Compiling jobserver v0.1.34
14312026-09-06T04:32:00.817Z Compiling once_cell v1.21.3
14322026-09-06T04:32:00.837Z Compiling getrandom v0.2.17
14332026-09-06T04:32:00.889Z Compiling signal-hook-registry v1.4.8
14342026-09-06T04:32:00.921Z Compiling mio v1.2.0
14352026-09-06T04:32:00.954Z Compiling socket2 v0.6.3
14362026-09-06T04:32:00.969Z Compiling iana-time-zone v0.1.65
14372026-09-06T04:32:01.090Z Compiling cc v1.2.56
14382026-09-06T04:32:01.107Z Compiling rand_core v0.6.4
14392026-09-06T04:32:01.133Z Compiling parking_lot v0.12.5
14402026-09-06T04:32:01.202Z Compiling base64ct v1.8.3
14412026-09-06T04:32:01.206Z Compiling dunce v1.0.5
14422026-09-06T04:32:01.206Z Compiling fs_extra v1.3.0
14432026-09-06T04:32:01.244Z Compiling flagset v0.4.7
14442026-09-06T04:32:01.336Z Compiling ident_case v1.0.1
14452026-09-06T04:32:01.369Z Compiling regex-syntax v0.8.10
14462026-09-06T04:32:01.397Z Compiling rand_core v0.9.5
14472026-09-06T04:32:01.400Z Compiling base64 v0.22.1
14482026-09-06T04:32:01.453Z Compiling syn v1.0.109
14492026-09-06T04:32:01.453Z Compiling vcpkg v0.2.15
14502026-09-06T04:32:01.456Z Compiling tracing-core v0.1.36
14512026-09-06T04:32:01.498Z Compiling pem-rfc7468 v0.7.0
14522026-09-06T04:32:01.535Z Compiling simd-adler32 v0.3.8
14532026-09-06T04:32:01.549Z Compiling dyn-clone v1.0.20
14542026-09-06T04:32:01.562Z Compiling schemars v0.8.22
14552026-09-06T04:32:01.699Z Compiling cpufeatures v0.2.17
14562026-09-06T04:32:01.699Z Compiling aws-lc-rs v1.16.3
14572026-09-06T04:32:01.750Z Compiling spin v0.9.8
14582026-09-06T04:32:01.781Z Compiling openssl-probe v0.2.1
14592026-09-06T04:32:01.796Z Compiling tinyvec_macros v0.1.1
14602026-09-06T04:32:01.838Z Compiling cmov v0.5.4
14612026-09-06T04:32:01.842Z Compiling cmake v0.1.57
14622026-09-06T04:32:01.865Z Compiling bitflags v2.11.0
14632026-09-06T04:32:01.894Z Compiling semver v1.0.28
14642026-09-06T04:32:01.897Z Compiling indexmap v2.14.0
14652026-09-06T04:32:01.982Z Compiling uuid v1.23.4
14662026-09-06T04:32:02.023Z Compiling httparse v1.10.1
14672026-09-06T04:32:02.063Z Compiling crc32fast v1.5.0
14682026-09-06T04:32:02.080Z Compiling adler2 v2.0.1
14692026-09-06T04:32:02.116Z Compiling rustc_version v0.4.1
14702026-09-06T04:32:02.200Z Compiling miniz_oxide v0.8.9
14712026-09-06T04:32:02.228Z Compiling ctutils v0.4.2
14722026-09-06T04:32:02.242Z Compiling tinyvec v1.10.0
14732026-09-06T04:32:02.276Z Compiling aho-corasick v1.1.4
14742026-09-06T04:32:02.407Z Compiling tower-service v0.3.3
14752026-09-06T04:32:02.443Z Compiling try-lock v0.2.5
14762026-09-06T04:32:02.457Z Compiling atomic-waker v1.1.2
14772026-09-06T04:32:02.485Z Compiling untrusted v0.7.1
14782026-09-06T04:32:02.519Z Compiling radium v0.7.0
14792026-09-06T04:32:02.598Z Compiling tower-layer v0.3.3
14802026-09-06T04:32:02.625Z Compiling unicode-segmentation v1.12.0
14812026-09-06T04:32:02.641Z Compiling want v0.3.1
14822026-09-06T04:32:02.716Z Compiling aws-lc-sys v0.40.0
14832026-09-06T04:32:02.733Z Compiling openssl-sys v0.9.117
14842026-09-06T04:32:02.781Z Compiling synstructure v0.13.2
14852026-09-06T04:32:02.812Z Compiling serde_derive_internals v0.29.1
14862026-09-06T04:32:02.827Z Compiling pest_generator v2.8.6
14872026-09-06T04:32:02.883Z Compiling darling_core v0.20.11
14882026-09-06T04:32:02.903Z Compiling httpdate v1.0.3
14892026-09-06T04:32:02.970Z Compiling tap v1.0.1
14902026-09-06T04:32:03.028Z Compiling tempfile v3.27.0
14912026-09-06T04:32:03.056Z Compiling terminal_size v0.4.3
14922026-09-06T04:32:03.090Z Compiling openssl v0.10.80
14932026-09-06T04:32:03.140Z Compiling regex-automata v0.4.14
14942026-09-06T04:32:03.212Z Compiling maybe-uninit v2.0.0
14952026-09-06T04:32:03.249Z Compiling rustls v0.23.41
14962026-09-06T04:32:03.338Z Compiling foreign-types-shared v0.1.1
14972026-09-06T04:32:03.364Z Compiling untrusted v0.9.0
14982026-09-06T04:32:03.423Z Compiling foreign-types v0.3.2
14992026-09-06T04:32:03.442Z Compiling wyz v0.5.1
15002026-09-06T04:32:03.470Z Compiling serde_derive v1.0.229
15012026-09-06T04:32:03.500Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-09-06T04:32:03.515Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15032026-09-06T04:32:03.545Z Compiling unicode-normalization v0.1.25
15042026-09-06T04:32:03.572Z Compiling num-integer v0.1.46
15052026-09-06T04:32:03.657Z Compiling wait-timeout v0.2.1
15062026-09-06T04:32:03.672Z Compiling socket2 v0.5.10
15072026-09-06T04:32:03.719Z Compiling ahash v0.8.12
15082026-09-06T04:32:03.780Z Compiling packed_struct v0.10.1
15092026-09-06T04:32:03.806Z Compiling num-conv v0.2.0
15102026-09-06T04:32:03.838Z Compiling time-core v0.1.8
15112026-09-06T04:32:03.918Z Compiling native-tls v0.2.18
15122026-09-06T04:32:03.942Z Compiling funty v2.0.0
15132026-09-06T04:32:03.957Z Compiling powerfmt v0.2.0
15142026-09-06T04:32:03.960Z Compiling quick-error v1.2.3
15152026-09-06T04:32:03.960Z Compiling num-bigint-dig v0.8.6
15162026-09-06T04:32:04.001Z Compiling bit-vec v0.8.0
15172026-09-06T04:32:04.035Z Compiling time-macros v0.2.27
15182026-09-06T04:32:04.083Z Compiling rusty-fork v0.3.1
15192026-09-06T04:32:04.099Z Compiling clap_builder v4.6.0
15202026-09-06T04:32:04.131Z Compiling deranged v0.5.8
15212026-09-06T04:32:04.180Z Compiling num-iter v0.1.45
15222026-09-06T04:32:04.216Z Compiling bit-set v0.8.0
15232026-09-06T04:32:04.310Z Compiling bitvec v1.0.1
15242026-09-06T04:32:04.327Z Compiling lazy_static v1.5.0
15252026-09-06T04:32:04.387Z Compiling rand_xorshift v0.4.0
15262026-09-06T04:32:04.417Z Compiling sync_wrapper v1.0.2
15272026-09-06T04:32:04.431Z Compiling indexmap v1.9.3
15282026-09-06T04:32:04.457Z Compiling zeroize_derive v1.5.0
15292026-09-06T04:32:04.536Z Compiling zerocopy-derive v0.8.55
15302026-09-06T04:32:04.551Z Compiling zerofrom-derive v0.1.6
15312026-09-06T04:32:04.569Z Compiling yoke-derive v0.8.1
15322026-09-06T04:32:04.635Z Compiling zerovec-derive v0.11.2
15332026-09-06T04:32:05.117Z Compiling displaydoc v0.2.5
15342026-09-06T04:32:05.120Z Compiling tokio-macros v2.7.0
15352026-09-06T04:32:05.145Z Compiling futures-macro v0.3.32
15362026-09-06T04:32:05.148Z Compiling thiserror-impl v2.0.18
15372026-09-06T04:32:05.197Z Compiling der_derive v0.7.3
15382026-09-06T04:32:05.765Z Compiling tracing-attributes v0.1.31
15392026-09-06T04:32:05.797Z Compiling schemars_derive v0.8.22
15402026-09-06T04:32:05.811Z Compiling scroll_derive v0.13.1
15412026-09-06T04:32:05.930Z Compiling pest_derive v2.8.6
15422026-09-06T04:32:05.957Z Compiling darling_macro v0.20.11
15432026-09-06T04:32:05.973Z Compiling zerofrom v0.1.6
15442026-09-06T04:32:05.976Z Compiling thiserror-impl v1.0.69
15452026-09-06T04:32:06.012Z Compiling futures-util v0.3.32
15462026-09-06T04:32:06.116Z Compiling yoke v0.8.1
15472026-09-06T04:32:06.226Z Compiling openssl-macros v0.1.1
15482026-09-06T04:32:06.321Z Compiling zerovec v0.11.5
15492026-09-06T04:32:06.409Z Compiling zerotrie v0.2.3
15502026-09-06T04:32:06.525Z Compiling darling v0.20.11
15512026-09-06T04:32:06.604Z Compiling thiserror v2.0.18
15522026-09-06T04:32:06.620Z Compiling packed_struct_codegen v0.10.1
15532026-09-06T04:32:06.681Z Compiling scroll v0.13.0
15542026-09-06T04:32:06.729Z Compiling zerocopy-derive v0.6.6
15552026-09-06T04:32:06.796Z Compiling bitfield-macros v0.19.4
15562026-09-06T04:32:06.880Z Compiling zeroize v1.9.0
15572026-09-06T04:32:06.966Z Compiling bytes v1.11.1
15582026-09-06T04:32:06.981Z Compiling tinystr v0.8.2
15592026-09-06T04:32:07.153Z Compiling icu_locale_core v2.1.1
15602026-09-06T04:32:07.177Z Compiling potential_utf v0.1.4
15612026-09-06T04:32:07.192Z Compiling chrono v0.4.45
15622026-09-06T04:32:07.208Z Compiling der v0.7.10
15632026-09-06T04:32:07.323Z Compiling icu_collections v2.1.1
15642026-09-06T04:32:07.338Z Compiling tracing v0.1.44
15652026-09-06T04:32:07.360Z Compiling rustls-pki-types v1.14.0
15662026-09-06T04:32:07.555Z Compiling tokio v1.52.1
15672026-09-06T04:32:07.620Z Compiling http v1.4.2
15682026-09-06T04:32:07.661Z Compiling hybrid-array v0.4.13
15692026-09-06T04:32:07.670Z Compiling ipnet v2.12.0
15702026-09-06T04:32:07.721Z Compiling crypto-common v0.1.7
15712026-09-06T04:32:07.737Z Compiling block-buffer v0.10.4
15722026-09-06T04:32:07.827Z Compiling icu_provider v2.1.1
15732026-09-06T04:32:07.856Z Compiling hex v0.4.3
15742026-09-06T04:32:07.890Z Compiling digest v0.10.7
15752026-09-06T04:32:07.931Z Compiling thiserror v1.0.69
15762026-09-06T04:32:08.047Z Compiling goblin v0.10.5
15772026-09-06T04:32:08.061Z Compiling toml_datetime v0.6.11
15782026-09-06T04:32:08.147Z Compiling icu_properties v2.1.2
15792026-09-06T04:32:08.163Z Compiling icu_normalizer v2.1.1
15802026-09-06T04:32:08.168Z Compiling spki v0.7.3
15812026-09-06T04:32:08.180Z Compiling sha2 v0.10.9
15822026-09-06T04:32:08.334Z Compiling http-body v1.0.1
15832026-09-06T04:32:08.412Z Compiling pkcs8 v0.10.2
15842026-09-06T04:32:08.444Z Compiling signature v2.2.0
15852026-09-06T04:32:08.461Z Compiling hmac v0.12.1
15862026-09-06T04:32:08.464Z Compiling serde_spanned v0.6.9
15872026-09-06T04:32:08.503Z Compiling clap_derive v4.6.1
15882026-09-06T04:32:08.543Z Compiling unarray v0.1.4
15892026-09-06T04:32:08.618Z Compiling paste v1.0.15
15902026-09-06T04:32:08.635Z Compiling nodrop v0.1.14
15912026-09-06T04:32:08.652Z Compiling num_threads v0.1.7
15922026-09-06T04:32:08.655Z Compiling siphasher v1.0.2
15932026-09-06T04:32:08.681Z Compiling crossbeam-utils v0.8.21
15942026-09-06T04:32:08.697Z Compiling crc-catalog v2.4.0
15952026-09-06T04:32:08.728Z Compiling zlib-rs v0.6.2
15962026-09-06T04:32:08.743Z Compiling usdt-impl v0.6.0
15972026-09-06T04:32:08.779Z Compiling object v0.37.3
15982026-09-06T04:32:08.803Z Compiling crc v3.4.0
15992026-09-06T04:32:08.858Z Compiling time v0.3.47
16002026-09-06T04:32:08.958Z Compiling array-init v0.0.4
16012026-09-06T04:32:09.020Z Compiling idna_adapter v1.2.1
16022026-09-06T04:32:09.041Z Compiling pkcs1 v0.7.5
16032026-09-06T04:32:09.061Z Compiling ppv-lite86 v0.2.21
16042026-09-06T04:32:09.175Z Compiling idna v1.1.0
16052026-09-06T04:32:09.311Z Compiling http-body-util v0.1.3
16062026-09-06T04:32:09.338Z Compiling zerocopy v0.6.6
16072026-09-06T04:32:09.397Z Compiling rand_chacha v0.9.0
16082026-09-06T04:32:09.449Z Compiling rand_chacha v0.3.1
16092026-09-06T04:32:09.529Z Compiling url v2.5.8
16102026-09-06T04:32:09.545Z Compiling bitfield v0.19.4
16112026-09-06T04:32:09.569Z Compiling dtrace-parser v0.3.0
16122026-09-06T04:32:09.679Z Compiling rand v0.9.2
16132026-09-06T04:32:09.743Z Compiling rand v0.8.6
16142026-09-06T04:32:09.849Z Compiling derive_builder_core v0.20.2
16152026-09-06T04:32:09.991Z Compiling scroll_derive v0.12.1
16162026-09-06T04:32:10.235Z Compiling structmeta-derive v0.3.0
16172026-09-06T04:32:10.300Z Compiling clap v4.6.1
16182026-09-06T04:32:10.314Z Compiling proptest v1.11.0
16192026-09-06T04:32:10.337Z Compiling smallvec v0.6.14
16202026-09-06T04:32:10.434Z Compiling darling_core v0.23.0
16212026-09-06T04:32:10.449Z Compiling heapless v0.7.17
16222026-09-06T04:32:10.556Z Compiling slog v2.8.2
16232026-09-06T04:32:10.559Z Compiling thread-id v5.1.0
16242026-09-06T04:32:10.637Z Compiling env_filter v2.0.0
16252026-09-06T04:32:10.666Z Compiling cookie v0.18.1
16262026-09-06T04:32:10.683Z Compiling zstd-safe v7.2.4
16272026-09-06T04:32:10.703Z Compiling hashbrown v0.12.3
16282026-09-06T04:32:10.706Z Compiling signal-hook v0.3.18
16292026-09-06T04:32:10.760Z Compiling gimli v0.32.3
16302026-09-06T04:32:10.869Z Compiling dof v0.4.0
16312026-09-06T04:32:10.899Z Compiling ipnetwork v0.21.1
16322026-09-06T04:32:10.913Z Compiling anyhow v1.0.104
16332026-09-06T04:32:10.946Z Compiling iri-string v0.7.10
16342026-09-06T04:32:11.173Z Compiling winnow v0.5.40
16352026-09-06T04:32:11.192Z Compiling base64 v0.21.7
16362026-09-06T04:32:11.234Z Compiling ryu v1.0.23
16372026-09-06T04:32:11.304Z Compiling tokio-util v0.7.18
16382026-09-06T04:32:11.340Z Compiling tower v0.5.3
16392026-09-06T04:32:11.425Z Compiling unicode-bidi v0.3.18
16402026-09-06T04:32:11.492Z Compiling allocator-api2 v0.2.21
16412026-09-06T04:32:11.578Z Compiling flate2 v1.1.9
16422026-09-06T04:32:11.841Z Compiling unicode-properties v0.1.4
16432026-09-06T04:32:11.958Z Compiling ron v0.8.1
16442026-09-06T04:32:12.015Z Compiling stringprep v0.1.5
16452026-09-06T04:32:12.030Z Compiling rsa v0.9.10
16462026-09-06T04:32:12.074Z Compiling h2 v0.4.15
16472026-09-06T04:32:12.095Z Compiling serde_urlencoded v0.7.1
16482026-09-06T04:32:12.343Z Compiling tower-http v0.6.8
16492026-09-06T04:32:12.362Z Compiling structmeta v0.3.0
16502026-09-06T04:32:12.420Z Compiling tokio-native-tls v0.3.1
16512026-09-06T04:32:12.482Z Compiling addr2line v0.25.1
16522026-09-06T04:32:12.554Z Compiling toml_edit v0.19.15
16532026-09-06T04:32:12.688Z Compiling oxnet v0.1.7
16542026-09-06T04:32:12.747Z Compiling newtype-uuid v1.3.2
16552026-09-06T04:32:12.791Z Compiling env_logger v0.11.11
16562026-09-06T04:32:12.839Z Compiling derive_builder_macro v0.20.2
16572026-09-06T04:32:12.854Z Compiling scroll v0.12.0
16582026-09-06T04:32:12.881Z Compiling serde-hex v0.1.0
16592026-09-06T04:32:12.930Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16602026-09-06T04:32:13.002Z Compiling darling_macro v0.23.0
16612026-09-06T04:32:13.038Z Compiling bzip2 v0.4.4
16622026-09-06T04:32:13.108Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-09-06T04:32:13.142Z Compiling hashbrown v0.13.2
16642026-09-06T04:32:13.267Z Compiling camino v1.2.5
16652026-09-06T04:32:13.334Z Compiling x509-cert v0.2.5
16662026-09-06T04:32:13.355Z Compiling block-buffer v0.12.1
16672026-09-06T04:32:13.533Z Compiling crypto-common v0.2.2
16682026-09-06T04:32:13.574Z Compiling block-padding v0.4.2
16692026-09-06T04:32:13.650Z Compiling md-5 v0.10.6
16702026-09-06T04:32:13.674Z Compiling rustls-native-certs v0.8.3
16712026-09-06T04:32:13.733Z Compiling erased-serde v0.3.31
16722026-09-06T04:32:13.761Z Compiling serde_tokenstream v0.2.3
16732026-09-06T04:32:13.835Z Compiling bstr v1.12.1
16742026-09-06T04:32:13.859Z Compiling async-trait v0.1.89
16752026-09-06T04:32:13.985Z Compiling zerocopy-derive v0.7.35
16762026-09-06T04:32:14.089Z Compiling pin-project-internal v1.1.11
16772026-09-06T04:32:14.238Z Compiling daft-derive v0.1.8
16782026-09-06T04:32:14.486Z Compiling heck v0.4.1
16792026-09-06T04:32:14.623Z Compiling curve25519-dalek v4.1.3
16802026-09-06T04:32:14.728Z Compiling vergen-lib v9.1.0
16812026-09-06T04:32:14.890Z Compiling hash32 v0.2.1
16822026-09-06T04:32:14.908Z Compiling memoffset v0.9.1
16832026-09-06T04:32:14.924Z Compiling encoding_rs v0.8.35
16842026-09-06T04:32:14.972Z Compiling rustc-demangle v0.1.27
16852026-09-06T04:32:14.988Z Compiling litrs v1.0.0
16862026-09-06T04:32:14.991Z Compiling owo-colors v4.3.0
16872026-09-06T04:32:15.102Z Compiling smoltcp v0.9.1
16882026-09-06T04:32:15.131Z Compiling ref-cast v1.0.25
16892026-09-06T04:32:15.146Z Compiling mime v0.3.17
16902026-09-06T04:32:15.210Z Compiling hyper v1.10.1
16912026-09-06T04:32:15.226Z Compiling cfg_aliases v0.2.1
16922026-09-06T04:32:15.312Z Compiling rustix v0.38.44
16932026-09-06T04:32:15.326Z Compiling psl-types v2.0.11
16942026-09-06T04:32:15.341Z Compiling fallible-iterator v0.2.0
16952026-09-06T04:32:15.394Z Compiling crc-any v2.5.0
16962026-09-06T04:32:15.465Z Compiling publicsuffix v2.3.0
16972026-09-06T04:32:15.493Z Compiling nix v0.31.2
16982026-09-06T04:32:15.510Z Compiling pin-project v1.1.11
16992026-09-06T04:32:15.527Z Compiling document-features v0.2.12
17002026-09-06T04:32:15.629Z Compiling postgres-protocol v0.6.10
17012026-09-06T04:32:15.674Z Compiling backtrace v0.3.76
17022026-09-06T04:32:15.678Z Compiling daft v0.1.8
17032026-09-06T04:32:15.761Z Compiling zerocopy v0.7.35
17042026-09-06T04:32:15.794Z Compiling snafu-derive v0.8.9
17052026-09-06T04:32:15.915Z Compiling toml v0.7.8
17062026-09-06T04:32:15.984Z Compiling inout v0.2.2
17072026-09-06T04:32:15.999Z Compiling object v0.30.4
17082026-09-06T04:32:16.147Z Compiling darling v0.23.0
17092026-09-06T04:32:16.163Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17102026-09-06T04:32:16.182Z Compiling derive_builder v0.20.2
17112026-09-06T04:32:16.209Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17122026-09-06T04:32:16.254Z Compiling zip v0.6.6
17132026-09-06T04:32:16.268Z Compiling goblin v0.8.2
17142026-09-06T04:32:16.322Z Compiling hyper-util v0.1.20
17152026-09-06T04:32:16.569Z Compiling derive-ex v0.1.8
17162026-09-06T04:32:16.696Z Compiling phf_shared v0.13.1
17172026-09-06T04:32:16.757Z Compiling futures-executor v0.3.32
17182026-09-06T04:32:16.838Z Compiling hubpack_derive v0.1.1
17192026-09-06T04:32:16.872Z Compiling regex v1.12.3
17202026-09-06T04:32:16.890Z Compiling ref-cast-impl v1.0.25
17212026-09-06T04:32:16.892Z Compiling curve25519-dalek-derive v0.1.1
17222026-09-06T04:32:16.920Z Compiling strum_macros v0.27.2
17232026-09-06T04:32:16.952Z Compiling convert_case v0.10.0
17242026-09-06T04:32:17.042Z Compiling vergen v9.1.0
17252026-09-06T04:32:17.243Z Compiling cargo-platform v0.3.2
17262026-09-06T04:32:17.281Z Compiling ff v0.13.1
17272026-09-06T04:32:17.322Z Compiling fs-err v3.3.0
17282026-09-06T04:32:17.337Z Compiling foldhash v0.2.0
17292026-09-06T04:32:17.439Z Compiling foldhash v0.1.5
17302026-09-06T04:32:17.483Z Compiling jiff-core v0.1.0
17312026-09-06T04:32:17.539Z Compiling base16ct v0.2.0
17322026-09-06T04:32:17.555Z Compiling path-slash v0.1.5
17332026-09-06T04:32:17.590Z Compiling managed v0.8.0
17342026-09-06T04:32:17.605Z Compiling is_ci v1.2.0
17352026-09-06T04:32:17.630Z Compiling bitflags v1.3.2
17362026-09-06T04:32:17.645Z Compiling either v1.15.0
17372026-09-06T04:32:17.704Z Compiling same-file v1.0.6
17382026-09-06T04:32:17.718Z Compiling bumpalo v3.20.2
17392026-09-06T04:32:17.738Z Compiling libbz2-rs-sys v0.2.2
17402026-09-06T04:32:17.755Z Compiling hyper-tls v0.6.0
17412026-09-06T04:32:17.816Z Compiling snafu v0.8.9
17422026-09-06T04:32:17.866Z Compiling walkdir v2.5.0
17432026-09-06T04:32:17.893Z Compiling textwrap v0.16.2
17442026-09-06T04:32:17.990Z Compiling reqwest v0.12.28
17452026-09-06T04:32:18.013Z Compiling zopfli v0.8.3
17462026-09-06T04:32:18.144Z Compiling supports-color v3.0.2
17472026-09-06T04:32:18.196Z Compiling bzip2 v0.6.1
17482026-09-06T04:32:18.211Z Compiling sec1 v0.7.3
17492026-09-06T04:32:18.300Z Compiling test-strategy v0.4.5
17502026-09-06T04:32:18.331Z Compiling jiff v0.2.34
17512026-09-06T04:32:18.371Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17522026-09-06T04:32:18.438Z Compiling hashbrown v0.15.5
17532026-09-06T04:32:18.595Z Compiling dof v0.3.0
17542026-09-06T04:32:18.634Z Compiling hashbrown v0.16.1
17552026-09-06T04:32:18.714Z Compiling cargo_metadata v0.23.1
17562026-09-06T04:32:18.784Z Compiling group v0.13.0
17572026-09-06T04:32:18.981Z Compiling strum v0.27.2
17582026-09-06T04:32:18.984Z Compiling hubpack v0.1.2
17592026-09-06T04:32:18.984Z Compiling derive_more-impl v2.1.1
17602026-09-06T04:32:19.059Z Compiling futures v0.3.32
17612026-09-06T04:32:19.143Z Compiling phf v0.13.1
17622026-09-06T04:32:19.158Z Compiling zstd v0.13.3
17632026-09-06T04:32:19.260Z Compiling cookie_store v0.22.1
17642026-09-06T04:32:19.320Z Compiling signal-hook-mio v0.2.5
17652026-09-06T04:32:19.335Z Compiling serde_with_macros v3.21.0
17662026-09-06T04:32:19.442Z Compiling cipher v0.5.2
17672026-09-06T04:32:19.458Z Compiling backtrace-ext v0.2.1
17682026-09-06T04:32:19.626Z Compiling postgres-types v0.2.12
17692026-09-06T04:32:19.824Z Compiling globset v0.4.18
17702026-09-06T04:32:19.840Z Compiling usdt-attr-macro v0.6.0
17712026-09-06T04:32:19.872Z Compiling usdt-macro v0.6.0
17722026-09-06T04:32:19.926Z Compiling byte-wrapper v0.1.0
17732026-09-06T04:32:20.093Z Compiling phf_shared v0.11.3
17742026-09-06T04:32:20.200Z Compiling hkdf v0.12.4
17752026-09-06T04:32:20.204Z Compiling ed25519 v2.2.3
17762026-09-06T04:32:20.272Z Compiling dtrace-parser v0.2.0
17772026-09-06T04:32:20.300Z Compiling crypto-bigint v0.5.5
17782026-09-06T04:32:20.386Z Compiling olpc-cjson v0.1.4
17792026-09-06T04:32:20.516Z Compiling serde-big-array v0.5.1
17802026-09-06T04:32:20.531Z Compiling serde_plain v1.0.2
17812026-09-06T04:32:20.547Z Compiling enum-as-inner v0.6.1
17822026-09-06T04:32:20.565Z Compiling strum_macros v0.26.4
17832026-09-06T04:32:20.678Z Compiling async-recursion v1.1.1
17842026-09-06T04:32:20.681Z Compiling miette-derive v7.6.0
17852026-09-06T04:32:20.707Z Compiling serde_repr v0.1.20
17862026-09-06T04:32:20.741Z Compiling float-cmp v0.10.0
17872026-09-06T04:32:20.785Z Compiling pem v3.0.6
17882026-09-06T04:32:20.904Z Compiling thread-id v4.2.2
17892026-09-06T04:32:21.001Z Compiling memmap2 v0.9.10
17902026-09-06T04:32:21.041Z Compiling fixedbitset v0.5.7
17912026-09-06T04:32:21.085Z Compiling data-encoding v2.10.0
17922026-09-06T04:32:21.124Z Compiling cpufeatures v0.3.0
17932026-09-06T04:32:21.138Z Compiling typed-path v0.9.3
17942026-09-06T04:32:21.217Z Compiling difflib v0.4.0
17952026-09-06T04:32:21.236Z Compiling supports-hyperlinks v3.2.0
17962026-09-06T04:32:21.272Z Compiling winnow v1.0.3
17972026-09-06T04:32:21.358Z Compiling fixedbitset v0.4.2
17982026-09-06T04:32:21.383Z Compiling const-oid v0.10.2
17992026-09-06T04:32:21.408Z Compiling whoami v2.1.0
18002026-09-06T04:32:21.423Z Compiling supports-unicode v3.0.0
18012026-09-06T04:32:21.464Z Compiling keccak v0.1.6
18022026-09-06T04:32:21.599Z Compiling predicates-core v1.0.10
18032026-09-06T04:32:21.642Z Compiling static_assertions v1.1.0
18042026-09-06T04:32:21.646Z Compiling new_debug_unreachable v1.0.6
18052026-09-06T04:32:21.731Z Compiling normalize-line-endings v0.3.0
18062026-09-06T04:32:21.748Z Compiling precomputed-hash v0.1.1
18072026-09-06T04:32:21.762Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18082026-09-06T04:32:21.794Z Compiling tokio-postgres v0.7.16
18092026-09-06T04:32:21.841Z Compiling string_cache v0.8.9
18102026-09-06T04:32:21.845Z Compiling predicates v3.1.4
18112026-09-06T04:32:21.871Z Compiling sha3 v0.10.8
18122026-09-06T04:32:21.886Z Compiling digest v0.11.3
18132026-09-06T04:32:21.889Z Compiling miette v7.6.0
18142026-09-06T04:32:21.889Z Compiling petgraph v0.6.5
18152026-09-06T04:32:21.929Z Compiling toml_edit v0.22.27
18162026-09-06T04:32:22.086Z Compiling hickory-proto v0.25.2
18172026-09-06T04:32:22.136Z Compiling petgraph v0.8.3
18182026-09-06T04:32:22.246Z Compiling elliptic-curve v0.13.8
18192026-09-06T04:32:22.340Z Compiling toml_parser v1.1.2+spec-1.1.0
18202026-09-06T04:32:22.429Z Compiling chacha20 v0.10.0
18212026-09-06T04:32:22.441Z Compiling strum v0.26.3
18222026-09-06T04:32:22.444Z Compiling usdt v0.6.0
18232026-09-06T04:32:22.522Z Compiling usdt-impl v0.5.0
18242026-09-06T04:32:22.536Z Compiling zip v4.6.1
18252026-09-06T04:32:22.596Z Compiling serde_with v3.21.0
18262026-09-06T04:32:22.672Z Compiling crossterm v0.28.1
18272026-09-06T04:32:22.725Z Compiling ed25519-dalek v2.2.0
18282026-09-06T04:32:22.817Z Compiling derive_more v2.1.1
18292026-09-06T04:32:22.939Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18302026-09-06T04:32:23.130Z Compiling iddqd v0.4.2
18312026-09-06T04:32:23.430Z Compiling itertools v0.13.0
18322026-09-06T04:32:23.528Z Compiling itertools v0.15.0
18332026-09-06T04:32:23.543Z Compiling similar v2.7.0
18342026-09-06T04:32:23.698Z Compiling crossbeam-epoch v0.9.18
18352026-09-06T04:32:23.973Z Compiling tokio-stream v0.1.18
18362026-09-06T04:32:24.050Z Compiling buf-list v1.1.2
18372026-09-06T04:32:24.081Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18382026-09-06T04:32:24.138Z Compiling openapiv3 v2.2.0
18392026-09-06T04:32:24.346Z Compiling peg-runtime v0.8.5
18402026-09-06T04:32:24.413Z Compiling lalrpop-util v0.19.12
18412026-09-06T04:32:24.467Z Compiling thread_local v1.1.9
18422026-09-06T04:32:24.470Z Compiling slog-async v2.8.0
18432026-09-06T04:32:24.498Z Compiling crossbeam-channel v0.5.15
18442026-09-06T04:32:24.498Z Compiling is-terminal v0.4.17
18452026-09-06T04:32:24.501Z Compiling filetime v0.2.27
18462026-09-06T04:32:24.609Z Compiling xattr v1.6.1
18472026-09-06T04:32:24.628Z Compiling term v1.2.1
18482026-09-06T04:32:24.643Z Compiling take_mut v0.2.2
18492026-09-06T04:32:24.660Z Compiling camino-tempfile v1.4.1
18502026-09-06T04:32:24.746Z Compiling tar v0.4.46
18512026-09-06T04:32:24.907Z Compiling slog-term v2.9.2
18522026-09-06T04:32:42.181Z Compiling rustls-webpki v0.103.13
18532026-09-06T04:32:44.858Z Compiling tokio-rustls v0.26.4
18542026-09-06T04:32:44.859Z Compiling rustls-platform-verifier v0.6.2
18552026-09-06T04:32:44.869Z Compiling tough v0.22.0
18562026-09-06T04:32:45.061Z Compiling hyper-rustls v0.27.7
18572026-09-06T04:32:45.242Z Compiling reqwest v0.13.2
18582026-09-06T04:32:47.412Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18592026-09-06T04:32:47.638Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18602026-09-06T04:32:50.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.61s
18612026-09-06T04:32:50.654Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18622026-09-06T04:32:50.707ZSep 06 04:32:49.590 INFO Starting download, target: Cockroach
18632026-09-06T04:32:50.707ZSep 06 04:32:49.590 INFO Starting download, target: Clickhouse
18642026-09-06T04:32:50.707ZSep 06 04:32:49.590 INFO Starting download, target: Console
18652026-09-06T04:32:50.707ZSep 06 04:32:49.591 INFO Starting download, target: DendriteStub
18662026-09-06T04:32:50.710ZSep 06 04:32:49.591 INFO Starting download, target: MaghemiteMgd
18672026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Starting download, target: MaghemiteDdmd
18682026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Starting download, target: TransceiverControl
18692026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18702026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18712026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18722026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18732026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18742026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18752026-09-06T04:32:50.711ZSep 06 04:32:49.591 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18762026-09-06T04:32:51.676ZSep 06 04:32:50.556 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18772026-09-06T04:32:51.892ZSep 06 04:32:50.774 INFO Download complete, target: TransceiverControl
18782026-09-06T04:32:52.415ZSep 06 04:32:51.296 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18792026-09-06T04:32:52.673ZSep 06 04:32:51.554 INFO Download complete, target: Console
18802026-09-06T04:32:53.478ZSep 06 04:32:52.356 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18812026-09-06T04:32:53.781ZSep 06 04:32:52.659 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18822026-09-06T04:32:53.904ZSep 06 04:32:52.787 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18832026-09-06T04:32:53.916ZSep 06 04:32:52.792 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18842026-09-06T04:32:54.481ZSep 06 04:32:53.363 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18852026-09-06T04:32:54.481ZSep 06 04:32:53.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18862026-09-06T04:32:56.009ZSep 06 04:32:54.893 INFO Download complete, target: MaghemiteDdmd
18872026-09-06T04:32:57.269ZSep 06 04:32:56.153 INFO Download complete, target: MaghemiteMgd
18882026-09-06T04:32:57.376ZSep 06 04:32:56.260 INFO Download complete, target: DendriteStub
18892026-09-06T04:32:59.358ZSep 06 04:32:58.240 INFO Checking that binary works, target: Cockroach
18902026-09-06T04:32:59.482ZSep 06 04:32:58.365 INFO Download complete, target: Cockroach
18912026-09-06T04:33:00.552ZSep 06 04:32:59.436 INFO Checking that binary works, target: Clickhouse
18922026-09-06T04:33:00.634ZSep 06 04:32:59.517 INFO Download complete, target: Clickhouse
18932026-09-06T04:33:00.639ZAll prerequisites installed successfully
18942026-09-06T04:33:00.643Z
18952026-09-06T04:33:00.643Zreal 1:29.491241274
18962026-09-06T04:33:00.643Zuser 7:22.117830109
18972026-09-06T04:33:00.643Zsys 1:43.592017565
18982026-09-06T04:33:00.643Ztrap 0.259727024
18992026-09-06T04:33:00.643Ztflt 0.741759771
19002026-09-06T04:33:00.643Zdflt 1.774140622
19012026-09-06T04:33:00.643Zkflt 0.033718258
19022026-09-06T04:33:00.643Zlock 27:07.589008060
19032026-09-06T04:33:00.643Zslp 19:42.930563972
19042026-09-06T04:33:00.643Zlat 24.357840210
19052026-09-06T04:33:00.643Zstop 2:57.604509020
19062026-09-06T04:33:00.643Z+ source ./tools/include/force-git-over-https.sh
19072026-09-06T04:33:00.643Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19082026-09-06T04:33:00.643Z++ (( i = 0 ))
19092026-09-06T04:33:00.643Z++ (( i < 5 ))
19102026-09-06T04:33:00.643Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19112026-09-06T04:33:00.647Z++ (( i++ ))
19122026-09-06T04:33:00.647Z++ (( i < 5 ))
19132026-09-06T04:33:00.647Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19142026-09-06T04:33:00.650Z++ (( i++ ))
19152026-09-06T04:33:00.650Z++ (( i < 5 ))
19162026-09-06T04:33:00.650Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19172026-09-06T04:33:00.650Z++ (( i++ ))
19182026-09-06T04:33:00.650Z++ (( i < 5 ))
19192026-09-06T04:33:00.650Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19202026-09-06T04:33:00.653Z++ (( i++ ))
19212026-09-06T04:33:00.653Z++ (( i < 5 ))
19222026-09-06T04:33:00.653Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19232026-09-06T04:33:00.656Z++ (( i++ ))
19242026-09-06T04:33:00.656Z++ (( i < 5 ))
19252026-09-06T04:33:00.656Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19262026-09-06T04:33:00.656Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19272026-09-06T04:33:00.656Z+ rc=0
19282026-09-06T04:33:00.656Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19292026-09-06T04:33:08.958Z+ case $rc in
19302026-09-06T04:33:08.958Z+ pfexec zfs create -p rpool/images/build/host
19312026-09-06T04:33:09.164Z+ pfexec zfs create -p rpool/images/build/recovery
19322026-09-06T04:33:09.251Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19332026-09-06T04:33:09.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19342026-09-06T04:33:09.698Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19352026-09-06T04:33:10.527Z Compiling proc-macro2 v1.0.106
19362026-09-06T04:33:10.527Z Compiling quote v1.0.45
19372026-09-06T04:33:10.527Z Compiling unicode-ident v1.0.24
19382026-09-06T04:33:10.531Z Compiling serde_core v1.0.229
19392026-09-06T04:33:10.531Z Compiling libc v0.2.185
19402026-09-06T04:33:10.531Z Compiling serde v1.0.229
19412026-09-06T04:33:10.531Z Compiling cfg-if v1.0.4
19422026-09-06T04:33:10.531Z Compiling find-msvc-tools v0.1.9
19432026-09-06T04:33:10.531Z Compiling shlex v1.3.0
19442026-09-06T04:33:10.659Z Compiling autocfg v1.5.0
19452026-09-06T04:33:10.662Z Compiling version_check v0.9.5
19462026-09-06T04:33:10.662Z Compiling zerocopy v0.8.55
19472026-09-06T04:33:10.662Z Compiling portable-atomic v1.13.1
19482026-09-06T04:33:10.662Z Compiling memchr v2.8.0
19492026-09-06T04:33:10.662Z Compiling zmij v1.0.21
19502026-09-06T04:33:10.766Z Compiling serde_json v1.0.151
19512026-09-06T04:33:10.829Z Compiling libm v0.2.16
19522026-09-06T04:33:11.019Z Compiling getrandom v0.4.3
19532026-09-06T04:33:11.022Z Compiling parking_lot_core v0.9.12
19542026-09-06T04:33:11.054Z Compiling pkg-config v0.3.32
19552026-09-06T04:33:11.216Z Compiling generic-array v0.14.7
19562026-09-06T04:33:11.230Z Compiling icu_normalizer_data v2.1.1
19572026-09-06T04:33:11.234Z Compiling icu_properties_data v2.1.2
19582026-09-06T04:33:11.290Z Compiling num-traits v0.2.19
19592026-09-06T04:33:11.306Z Compiling smallvec v1.15.1
19602026-09-06T04:33:11.319Z Compiling rustix v1.1.4
19612026-09-06T04:33:11.322Z Compiling log v0.4.33
19622026-09-06T04:33:11.348Z Compiling itoa v1.0.17
19632026-09-06T04:33:11.430Z Compiling getrandom v0.3.4
19642026-09-06T04:33:11.453Z Compiling subtle v2.6.1
19652026-09-06T04:33:11.565Z Compiling scopeguard v1.2.0
19662026-09-06T04:33:11.599Z Compiling jobserver v0.1.34
19672026-09-06T04:33:11.617Z Compiling errno v0.3.14
19682026-09-06T04:33:11.649Z Compiling stable_deref_trait v1.2.1
19692026-09-06T04:33:11.668Z Compiling lock_api v0.4.14
19702026-09-06T04:33:11.685Z Compiling typenum v1.20.1
19712026-09-06T04:33:11.699Z Compiling critical-section v1.2.0
19722026-09-06T04:33:11.768Z Compiling thiserror v2.0.18
19732026-09-06T04:33:11.813Z Compiling cc v1.2.56
19742026-09-06T04:33:11.841Z Compiling rand_core v0.10.0
19752026-09-06T04:33:11.929Z Compiling syn v2.0.117
19762026-09-06T04:33:11.943Z Compiling syn v3.0.3
19772026-09-06T04:33:12.048Z Compiling getrandom v0.2.17
19782026-09-06T04:33:12.092Z Compiling dunce v1.0.5
19792026-09-06T04:33:12.112Z Compiling fs_extra v1.3.0
19802026-09-06T04:33:12.129Z Compiling heck v0.5.0
19812026-09-06T04:33:12.194Z Compiling rand_core v0.6.4
19822026-09-06T04:33:12.234Z Compiling litemap v0.8.1
19832026-09-06T04:33:12.253Z Compiling percent-encoding v2.3.2
19842026-09-06T04:33:12.293Z Compiling once_cell v1.21.3
19852026-09-06T04:33:12.355Z Compiling writeable v0.6.2
19862026-09-06T04:33:12.462Z Compiling const-oid v0.9.6
19872026-09-06T04:33:12.593Z Compiling cmake v0.1.57
19882026-09-06T04:33:12.638Z Compiling pin-project-lite v0.2.17
19892026-09-06T04:33:12.654Z Compiling schemars v0.8.22
19902026-09-06T04:33:12.756Z Compiling equivalent v1.0.2
19912026-09-06T04:33:12.760Z Compiling signal-hook-registry v1.4.8
19922026-09-06T04:33:12.840Z Compiling bitflags v2.11.0
19932026-09-06T04:33:12.870Z Compiling semver v1.0.28
19942026-09-06T04:33:13.070Z Compiling aws-lc-rs v1.16.3
19952026-09-06T04:33:13.123Z Compiling rustversion v1.0.22
19962026-09-06T04:33:13.172Z Compiling aws-lc-sys v0.40.0
19972026-09-06T04:33:13.224Z Compiling futures-core v0.3.32
19982026-09-06T04:33:13.298Z Compiling parking_lot v0.12.5
19992026-09-06T04:33:13.333Z Compiling mio v1.2.0
20002026-09-06T04:33:13.427Z Compiling crc32fast v1.5.0
20012026-09-06T04:33:13.430Z Compiling utf8_iter v1.0.4
20022026-09-06T04:33:13.596Z Compiling form_urlencoded v1.2.2
20032026-09-06T04:33:13.760Z Compiling hashbrown v0.17.0
20042026-09-06T04:33:13.887Z Compiling syn v1.0.109
20052026-09-06T04:33:13.920Z Compiling byteorder v1.5.0
20062026-09-06T04:33:13.937Z Compiling fnv v1.0.7
20072026-09-06T04:33:13.950Z Compiling vcpkg v0.2.15
20082026-09-06T04:33:14.008Z Compiling strsim v0.11.1
20092026-09-06T04:33:14.171Z Compiling socket2 v0.6.3
20102026-09-06T04:33:14.340Z Compiling httparse v1.10.1
20112026-09-06T04:33:14.358Z Compiling radium v0.7.0
20122026-09-06T04:33:14.372Z Compiling futures-sink v0.3.32
20132026-09-06T04:33:14.465Z Compiling indexmap v2.14.0
20142026-09-06T04:33:14.499Z Compiling futures-channel v0.3.32
20152026-09-06T04:33:14.561Z Compiling openssl-sys v0.9.117
20162026-09-06T04:33:14.603Z Compiling futures-task v0.3.32
20172026-09-06T04:33:14.639Z Compiling slab v0.4.12
20182026-09-06T04:33:14.672Z Compiling futures-io v0.3.32
20192026-09-06T04:33:14.692Z Compiling iana-time-zone v0.1.65
20202026-09-06T04:33:14.695Z Compiling thiserror v1.0.69
20212026-09-06T04:33:14.838Z Compiling synstructure v0.13.2
20222026-09-06T04:33:14.838Z Compiling serde_derive_internals v0.29.1
20232026-09-06T04:33:14.969Z Compiling base64 v0.22.1
20242026-09-06T04:33:14.996Z Compiling maybe-uninit v2.0.0
20252026-09-06T04:33:15.009Z Compiling rustls v0.23.41
20262026-09-06T04:33:15.064Z Compiling rustc_version v0.4.1
20272026-09-06T04:33:15.067Z Compiling serde_derive v1.0.229
20282026-09-06T04:33:15.316Z Compiling bzip2-sys v0.1.13+1.0.8
20292026-09-06T04:33:15.369Z Compiling uuid v1.23.4
20302026-09-06T04:33:15.398Z Compiling ahash v0.8.12
20312026-09-06T04:33:15.412Z Compiling regex-syntax v0.8.10
20322026-09-06T04:33:15.460Z Compiling ucd-trie v0.1.7
20332026-09-06T04:33:15.463Z Compiling packed_struct v0.10.1
20342026-09-06T04:33:15.516Z Compiling num-bigint-dig v0.8.6
20352026-09-06T04:33:15.516Z Compiling ident_case v1.0.1
20362026-09-06T04:33:15.546Z Compiling base64ct v1.8.3
20372026-09-06T04:33:15.630Z Compiling pest v2.8.6
20382026-09-06T04:33:15.652Z Compiling rand_core v0.9.5
20392026-09-06T04:33:15.689Z Compiling flagset v0.4.7
20402026-09-06T04:33:15.727Z Compiling fastrand v2.3.0
20412026-09-06T04:33:15.743Z Compiling openssl v0.10.80
20422026-09-06T04:33:15.799Z Compiling dyn-clone v1.0.20
20432026-09-06T04:33:15.928Z Compiling pem-rfc7468 v0.7.0
20442026-09-06T04:33:15.974Z Compiling tempfile v3.27.0
20452026-09-06T04:33:16.034Z Compiling indexmap v1.9.3
20462026-09-06T04:33:16.066Z Compiling unicode-segmentation v1.12.0
20472026-09-06T04:33:16.101Z Compiling zeroize_derive v1.5.0
20482026-09-06T04:33:16.101Z Compiling zerofrom-derive v0.1.6
20492026-09-06T04:33:16.135Z Compiling zerocopy-derive v0.8.55
20502026-09-06T04:33:16.174Z Compiling yoke-derive v0.8.1
20512026-09-06T04:33:16.290Z Compiling zerovec-derive v0.11.2
20522026-09-06T04:33:16.345Z Compiling displaydoc v0.2.5
20532026-09-06T04:33:16.360Z Compiling tokio-macros v2.7.0
20542026-09-06T04:33:16.469Z Compiling futures-macro v0.3.32
20552026-09-06T04:33:16.486Z Compiling der_derive v0.7.3
20562026-09-06T04:33:16.643Z Compiling thiserror-impl v2.0.18
20572026-09-06T04:33:16.721Z Compiling schemars_derive v0.8.22
20582026-09-06T04:33:16.796Z Compiling tracing-attributes v0.1.31
20592026-09-06T04:33:16.904Z Compiling thiserror-impl v1.0.69
20602026-09-06T04:33:17.038Z Compiling clap_derive v4.6.1
20612026-09-06T04:33:17.108Z Compiling pest_meta v2.8.6
20622026-09-06T04:33:17.162Z Compiling bitfield-macros v0.19.4
20632026-09-06T04:33:17.248Z Compiling zerofrom v0.1.6
20642026-09-06T04:33:17.329Z Compiling futures-util v0.3.32
20652026-09-06T04:33:17.404Z Compiling yoke v0.8.1
20662026-09-06T04:33:17.618Z Compiling zerovec v0.11.5
20672026-09-06T04:33:17.749Z Compiling zerotrie v0.2.3
20682026-09-06T04:33:18.043Z Compiling packed_struct_codegen v0.10.1
20692026-09-06T04:33:18.107Z Compiling zerocopy-derive v0.6.6
20702026-09-06T04:33:18.211Z Compiling tinystr v0.8.2
20712026-09-06T04:33:18.227Z Compiling potential_utf v0.1.4
20722026-09-06T04:33:18.260Z Compiling zeroize v1.9.0
20732026-09-06T04:33:18.391Z Compiling bytes v1.11.1
20742026-09-06T04:33:18.425Z Compiling icu_locale_core v2.1.1
20752026-09-06T04:33:18.450Z Compiling icu_collections v2.1.1
20762026-09-06T04:33:18.902Z Compiling tokio v1.52.1
20772026-09-06T04:33:19.019Z Compiling crypto-common v0.1.7
20782026-09-06T04:33:19.034Z Compiling block-buffer v0.10.4
20792026-09-06T04:33:19.179Z Compiling icu_provider v2.1.1
20802026-09-06T04:33:19.252Z Compiling chrono v0.4.45
20812026-09-06T04:33:19.325Z Compiling digest v0.10.7
20822026-09-06T04:33:19.369Z Compiling der v0.7.10
20832026-09-06T04:33:19.571Z Compiling icu_properties v2.1.2
20842026-09-06T04:33:19.623Z Compiling icu_normalizer v2.1.1
20852026-09-06T04:33:19.652Z Compiling hex v0.4.3
20862026-09-06T04:33:19.813Z Compiling pest_generator v2.8.6
20872026-09-06T04:33:20.115Z Compiling openssl-macros v0.1.1
20882026-09-06T04:33:20.311Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20892026-09-06T04:33:20.352Z Compiling cpufeatures v0.2.17
20902026-09-06T04:33:20.440Z Compiling spki v0.7.3
20912026-09-06T04:33:20.484Z Compiling idna_adapter v1.2.1
20922026-09-06T04:33:20.642Z Compiling idna v1.1.0
20932026-09-06T04:33:20.751Z Compiling ppv-lite86 v0.2.21
20942026-09-06T04:33:20.849Z Compiling simd-adler32 v0.3.8
20952026-09-06T04:33:20.876Z Compiling paste v1.0.15
20962026-09-06T04:33:20.965Z Compiling native-tls v0.2.18
20972026-09-06T04:33:21.082Z Compiling url v2.5.8
20982026-09-06T04:33:21.145Z Compiling rand_chacha v0.9.0
20992026-09-06T04:33:21.259Z Compiling pest_derive v2.8.6
21002026-09-06T04:33:21.368Z Compiling scroll_derive v0.13.1
21012026-09-06T04:33:21.468Z Compiling rand v0.9.2
21022026-09-06T04:33:22.145Z Compiling anstyle v1.0.14
21032026-09-06T04:33:22.245Z Compiling crossbeam-utils v0.8.21
21042026-09-06T04:33:22.266Z Compiling utf8parse v0.2.2
21052026-09-06T04:33:22.302Z Compiling camino v1.2.5
21062026-09-06T04:33:22.367Z Compiling adler2 v2.0.1
21072026-09-06T04:33:22.367Z Compiling anstyle-parse v1.0.0
21082026-09-06T04:33:22.470Z Compiling pkcs8 v0.10.2
21092026-09-06T04:33:22.492Z Compiling sha2 v0.10.9
21102026-09-06T04:33:22.581Z Compiling miniz_oxide v0.8.9
21112026-09-06T04:33:22.611Z Compiling http v1.4.2
21122026-09-06T04:33:22.637Z Compiling rustls-pki-types v1.14.0
21132026-09-06T04:33:22.666Z Compiling daft-derive v0.1.8
21142026-09-06T04:33:22.669Z Compiling terminal_size v0.4.3
21152026-09-06T04:33:22.807Z Compiling spin v0.9.8
21162026-09-06T04:33:22.868Z Compiling anstyle-query v1.1.5
21172026-09-06T04:33:22.903Z Compiling tinyvec_macros v0.1.1
21182026-09-06T04:33:22.987Z Compiling is_terminal_polyfill v1.70.2
21192026-09-06T04:33:23.002Z Compiling colorchoice v1.0.4
21202026-09-06T04:33:23.058Z Compiling time-core v0.1.8
21212026-09-06T04:33:23.100Z Compiling num-conv v0.2.0
21222026-09-06T04:33:23.136Z Compiling anstream v1.0.0
21232026-09-06T04:33:23.231Z Compiling tinyvec v1.10.0
21242026-09-06T04:33:23.254Z Compiling time-macros v0.2.27
21252026-09-06T04:33:23.268Z Compiling tokio-util v0.7.18
21262026-09-06T04:33:23.549Z Compiling structmeta-derive v0.3.0
21272026-09-06T04:33:23.611Z Compiling async-trait v0.1.89
21282026-09-06T04:33:23.659Z Compiling tracing-core v0.1.36
21292026-09-06T04:33:23.811Z Compiling object v0.37.3
21302026-09-06T04:33:23.917Z Compiling cmov v0.5.4
21312026-09-06T04:33:24.005Z Compiling plain v0.2.3
21322026-09-06T04:33:24.131Z Compiling untrusted v0.7.1
21332026-09-06T04:33:24.224Z Compiling ctutils v0.4.2
21342026-09-06T04:33:24.259Z Compiling tracing v0.1.44
21352026-09-06T04:33:24.306Z Compiling http-body v1.0.1
21362026-09-06T04:33:24.514Z Compiling toml_datetime v0.6.11
21372026-09-06T04:33:24.518Z Compiling serde_spanned v0.6.9
21382026-09-06T04:33:24.547Z Compiling pin-project-internal v1.1.11
21392026-09-06T04:33:24.579Z Compiling structmeta v0.3.0
21402026-09-06T04:33:24.645Z Compiling slog v2.8.2
21412026-09-06T04:33:24.699Z Compiling wait-timeout v0.2.1
21422026-09-06T04:33:24.728Z Compiling cookie v0.18.1
21432026-09-06T04:33:24.799Z Compiling bit-vec v0.8.0
21442026-09-06T04:33:24.802Z Compiling tap v1.0.1
21452026-09-06T04:33:24.859Z Compiling zstd-safe v7.2.4
21462026-09-06T04:33:24.914Z Compiling openssl-probe v0.2.1
21472026-09-06T04:33:24.960Z Compiling quick-error v1.2.3
21482026-09-06T04:33:24.963Z Compiling untrusted v0.9.0
21492026-09-06T04:33:25.032Z Compiling clap_lex v1.0.0
21502026-09-06T04:33:25.106Z Compiling rusty-fork v0.3.1
21512026-09-06T04:33:25.127Z Compiling bit-set v0.8.0
21522026-09-06T04:33:25.183Z Compiling wyz v0.5.1
21532026-09-06T04:33:25.204Z Compiling clap_builder v4.6.0
21542026-09-06T04:33:25.345Z Compiling derive-ex v0.1.8
21552026-09-06T04:33:25.508Z Compiling hybrid-array v0.4.13
21562026-09-06T04:33:25.541Z Compiling unicode-normalization v0.1.25
21572026-09-06T04:33:25.558Z Compiling rand_chacha v0.3.1
21582026-09-06T04:33:25.637Z Compiling signature v2.2.0
21592026-09-06T04:33:25.680Z Compiling heck v0.4.1
21602026-09-06T04:33:25.759Z Compiling scroll_derive v0.12.1
21612026-09-06T04:33:25.834Z Compiling rand_xorshift v0.4.0
21622026-09-06T04:33:25.863Z Compiling heapless v0.7.17
21632026-09-06T04:33:25.983Z Compiling num-integer v0.1.46
21642026-09-06T04:33:25.999Z Compiling aho-corasick v1.1.4
21652026-09-06T04:33:26.154Z Compiling funty v2.0.0
21662026-09-06T04:33:26.157Z Compiling anyhow v1.0.104
21672026-09-06T04:33:26.183Z Compiling signal-hook v0.3.18
21682026-09-06T04:33:26.196Z Compiling rustix v0.38.44
21692026-09-06T04:33:26.336Z Compiling zlib-rs v0.6.2
21702026-09-06T04:33:26.382Z Compiling tower-service v0.3.3
21712026-09-06T04:33:26.422Z Compiling tower-layer v0.3.3
21722026-09-06T04:33:26.504Z Compiling usdt-impl v0.6.0
21732026-09-06T04:33:26.507Z Compiling try-lock v0.2.5
21742026-09-06T04:33:26.537Z Compiling atomic-waker v1.1.2
21752026-09-06T04:33:26.633Z Compiling pretty-hex v0.4.1
21762026-09-06T04:33:26.684Z Compiling unarray v0.1.4
21772026-09-06T04:33:26.701Z Compiling want v0.3.1
21782026-09-06T04:33:26.701Z Compiling h2 v0.4.15
21792026-09-06T04:33:26.824Z Compiling regex-automata v0.4.14
21802026-09-06T04:33:26.827Z Compiling proptest v1.11.0
21812026-09-06T04:33:26.850Z Compiling test-strategy v0.4.5
21822026-09-06T04:33:26.881Z Compiling bitvec v1.0.1
21832026-09-06T04:33:27.103Z Compiling clap v4.6.1
21842026-09-06T04:33:27.204Z Compiling num-iter v0.1.45
21852026-09-06T04:33:27.646Z Compiling snafu-derive v0.8.9
21862026-09-06T04:33:27.764Z Compiling rand v0.8.6
21872026-09-06T04:33:28.147Z Compiling lazy_static v1.5.0
21882026-09-06T04:33:28.258Z Compiling ipnetwork v0.21.1
21892026-09-06T04:33:28.559Z Compiling flate2 v1.1.9
21902026-09-06T04:33:28.687Z Compiling scroll v0.13.0
21912026-09-06T04:33:28.719Z Compiling ipnet v2.12.0
21922026-09-06T04:33:29.125Z Compiling strum_macros v0.26.4
21932026-09-06T04:33:29.493Z Compiling darling_core v0.23.0
21942026-09-06T04:33:29.816Z Compiling darling_core v0.20.11
21952026-09-06T04:33:30.088Z Compiling httpdate v1.0.3
21962026-09-06T04:33:30.453Z Compiling crc-catalog v2.4.0
21972026-09-06T04:33:30.475Z Compiling foreign-types-shared v0.1.1
21982026-09-06T04:33:30.534Z Compiling nodrop v0.1.14
21992026-09-06T04:33:30.567Z Compiling winnow v0.5.40
22002026-09-06T04:33:30.594Z Compiling foreign-types v0.3.2
22012026-09-06T04:33:30.650Z Compiling array-init v0.0.4
22022026-09-06T04:33:30.693Z Compiling crc v3.4.0
22032026-09-06T04:33:30.783Z Compiling hyper v1.10.1
22042026-09-06T04:33:31.393Z Compiling newtype-uuid v1.3.2
22052026-09-06T04:33:31.708Z Compiling darling_macro v0.23.0
22062026-09-06T04:33:31.791Z Compiling darling_macro v0.20.11
22072026-09-06T04:33:31.832Z Compiling goblin v0.10.5
22082026-09-06T04:33:32.208Z Compiling toml_edit v0.19.15
22092026-09-06T04:33:32.321Z Compiling oxnet v0.1.7
22102026-09-06T04:33:32.335Z Compiling smallvec v0.6.14
22112026-09-06T04:33:32.448Z Compiling pkcs1 v0.7.5
22122026-09-06T04:33:32.840Z Compiling zerocopy v0.6.6
22132026-09-06T04:33:32.991Z Compiling bitfield v0.19.4
22142026-09-06T04:33:33.059Z Compiling zerocopy-derive v0.7.35
22152026-09-06T04:33:33.140Z Compiling curve25519-dalek v4.1.3
22162026-09-06T04:33:33.404Z Compiling socket2 v0.5.10
22172026-09-06T04:33:33.762Z Compiling env_filter v2.0.0
22182026-09-06T04:33:33.881Z Compiling memoffset v0.9.1
22192026-09-06T04:33:34.052Z Compiling smoltcp v0.9.1
22202026-09-06T04:33:34.052Z Compiling hashbrown v0.12.3
22212026-09-06T04:33:34.149Z Compiling owo-colors v4.3.0
22222026-09-06T04:33:34.185Z Compiling litrs v1.0.0
22232026-09-06T04:33:34.208Z Compiling ref-cast v1.0.25
22242026-09-06T04:33:34.553Z Compiling base64 v0.21.7
22252026-09-06T04:33:34.715Z Compiling document-features v0.2.12
22262026-09-06T04:33:34.824Z Compiling ron v0.8.1
22272026-09-06T04:33:35.095Z Compiling dof v0.4.0
22282026-09-06T04:33:35.160Z Compiling env_logger v0.11.11
22292026-09-06T04:33:35.201Z Compiling hyper-util v0.1.20
22302026-09-06T04:33:35.216Z Compiling toml v0.7.8
22312026-09-06T04:33:35.407Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22322026-09-06T04:33:35.473Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332026-09-06T04:33:35.662Z Compiling rsa v0.9.10
22342026-09-06T04:33:35.970Z Compiling daft v0.1.8
22352026-09-06T04:33:36.170Z Compiling serde-hex v0.1.0
22362026-09-06T04:33:36.286Z Compiling bzip2 v0.4.4
22372026-09-06T04:33:36.508Z Compiling darling v0.20.11
22382026-09-06T04:33:36.540Z Compiling darling v0.23.0
22392026-09-06T04:33:36.606Z Compiling hashbrown v0.13.2
22402026-09-06T04:33:36.958Z Compiling dtrace-parser v0.3.0
22412026-09-06T04:33:37.103Z Compiling x509-cert v0.2.5
22422026-09-06T04:33:37.131Z Compiling hmac v0.12.1
22432026-09-06T04:33:37.194Z Compiling async-recursion v1.1.1
22442026-09-06T04:33:37.391Z Compiling sync_wrapper v1.0.2
22452026-09-06T04:33:37.515Z Compiling thread-id v5.1.0
22462026-09-06T04:33:37.549Z Compiling cfg_aliases v0.2.1
22472026-09-06T04:33:37.616Z Compiling crc-any v2.5.0
22482026-09-06T04:33:37.648Z Compiling siphasher v1.0.2
22492026-09-06T04:33:37.662Z Compiling powerfmt v0.2.0
22502026-09-06T04:33:38.009Z Compiling deranged v0.5.8
22512026-09-06T04:33:38.238Z Compiling nix v0.31.2
22522026-09-06T04:33:38.423Z Compiling tower v0.5.3
22532026-09-06T04:33:38.882Z Compiling object v0.30.4
22542026-09-06T04:33:39.025Z Compiling serde_with_macros v3.21.0
22552026-09-06T04:33:39.338Z Compiling derive_builder_core v0.20.2
22562026-09-06T04:33:39.595Z Compiling zip v0.6.6
22572026-09-06T04:33:39.750Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22582026-09-06T04:33:40.116Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22592026-09-06T04:33:40.232Z Compiling bstr v1.12.1
22602026-09-06T04:33:40.352Z Compiling crypto-common v0.2.2
22612026-09-06T04:33:40.378Z Compiling block-buffer v0.12.1
22622026-09-06T04:33:40.741Z Compiling http-body-util v0.1.3
22632026-09-06T04:33:41.007Z Compiling futures-executor v0.3.32
22642026-09-06T04:33:41.043Z Compiling erased-serde v0.3.31
22652026-09-06T04:33:41.099Z Compiling serde_tokenstream v0.2.3
22662026-09-06T04:33:41.412Z Compiling hubpack_derive v0.1.1
22672026-09-06T04:33:41.456Z Compiling strum_macros v0.27.2
22682026-09-06T04:33:41.484Z Compiling ref-cast-impl v1.0.25
22692026-09-06T04:33:41.657Z Compiling curve25519-dalek-derive v0.1.1
22702026-09-06T04:33:41.687Z Compiling fs-err v3.3.0
22712026-09-06T04:33:41.691Z Compiling usdt-impl v0.5.0
22722026-09-06T04:33:41.902Z Compiling allocator-api2 v0.2.21
22732026-09-06T04:33:41.917Z Compiling num_threads v0.1.7
22742026-09-06T04:33:42.041Z Compiling gimli v0.32.3
22752026-09-06T04:33:42.066Z Compiling same-file v1.0.6
22762026-09-06T04:33:42.187Z Compiling path-slash v0.1.5
22772026-09-06T04:33:42.257Z Compiling ryu v1.0.23
22782026-09-06T04:33:42.260Z Compiling unicode-bidi v0.3.18
22792026-09-06T04:33:42.299Z Compiling unicode-properties v0.1.4
22802026-09-06T04:33:42.578Z Compiling iri-string v0.7.10
22812026-09-06T04:33:42.820Z Compiling time v0.3.47
22822026-09-06T04:33:42.935Z Compiling serde_urlencoded v0.7.1
22832026-09-06T04:33:43.160Z Compiling stringprep v0.1.5
22842026-09-06T04:33:43.662Z Compiling walkdir v2.5.0
22852026-09-06T04:33:43.909Z Compiling addr2line v0.25.1
22862026-09-06T04:33:43.924Z Compiling tower-http v0.6.8
22872026-09-06T04:33:45.115Z Compiling futures v0.3.32
22882026-09-06T04:33:45.383Z Compiling derive_builder_macro v0.20.2
22892026-09-06T04:33:45.505Z Compiling tokio-native-tls v0.3.1
22902026-09-06T04:33:45.716Z Compiling strum v0.26.3
22912026-09-06T04:33:45.809Z Compiling block-padding v0.4.2
22922026-09-06T04:33:45.882Z Compiling scroll v0.12.0
22932026-09-06T04:33:45.931Z Compiling pin-project v1.1.11
22942026-09-06T04:33:45.950Z Compiling rustls-native-certs v0.8.3
22952026-09-06T04:33:46.044Z Compiling md-5 v0.10.6
22962026-09-06T04:33:46.060Z Compiling convert_case v0.10.0
22972026-09-06T04:33:46.101Z Compiling hash32 v0.2.1
22982026-09-06T04:33:46.141Z Compiling vergen-lib v9.1.0
22992026-09-06T04:33:46.199Z Compiling encoding_rs v0.8.35
23002026-09-06T04:33:46.216Z Compiling cpufeatures v0.3.0
23012026-09-06T04:33:46.300Z Compiling fallible-iterator v0.2.0
23022026-09-06T04:33:46.332Z Compiling rustc-demangle v0.1.27
23032026-09-06T04:33:46.347Z Compiling mime v0.3.17
23042026-09-06T04:33:46.350Z Compiling psl-types v2.0.11
23052026-09-06T04:33:46.498Z Compiling jiff-core v0.1.0
23062026-09-06T04:33:46.611Z Compiling postgres-protocol v0.6.10
23072026-09-06T04:33:46.626Z Compiling publicsuffix v2.3.0
23082026-09-06T04:33:46.692Z Compiling derive_more-impl v2.1.1
23092026-09-06T04:33:46.834Z Compiling goblin v0.8.2
23102026-09-06T04:33:47.173Z Compiling snafu v0.8.9
23112026-09-06T04:33:47.195Z Compiling inout v0.2.2
23122026-09-06T04:33:47.343Z Compiling jiff v0.2.34
23132026-09-06T04:33:47.515Z Compiling derive_builder v0.20.2
23142026-09-06T04:33:47.658Z Compiling backtrace v0.3.76
23152026-09-06T04:33:47.697Z Compiling hyper-tls v0.6.0
23162026-09-06T04:33:48.092Z Compiling usdt-macro v0.6.0
23172026-09-06T04:33:48.140Z Compiling usdt-attr-macro v0.6.0
23182026-09-06T04:33:48.180Z Compiling globset v0.4.18
23192026-09-06T04:33:48.218Z Compiling phf_shared v0.13.1
23202026-09-06T04:33:48.272Z Compiling crossbeam-epoch v0.9.18
23212026-09-06T04:33:48.472Z Compiling zerocopy v0.7.35
23222026-09-06T04:33:48.577Z Compiling regex v1.12.3
23232026-09-06T04:33:48.873Z Compiling serde_plain v1.0.2
23242026-09-06T04:33:48.901Z Compiling serde_repr v0.1.20
23252026-09-06T04:33:48.987Z Compiling miette-derive v7.6.0
23262026-09-06T04:33:49.004Z Compiling enum-as-inner v0.6.1
23272026-09-06T04:33:49.043Z Compiling pem v3.0.6
23282026-09-06T04:33:49.103Z Compiling vergen v9.1.0
23292026-09-06T04:33:49.152Z Compiling ff v0.13.1
23302026-09-06T04:33:49.176Z Compiling cargo-platform v0.3.2
23312026-09-06T04:33:49.313Z Compiling filetime v0.2.27
23322026-09-06T04:33:49.336Z Compiling foldhash v0.1.5
23332026-09-06T04:33:49.473Z Compiling foldhash v0.2.0
23342026-09-06T04:33:49.521Z Compiling const-oid v0.10.2
23352026-09-06T04:33:49.538Z Compiling unicode-width v0.2.0
23362026-09-06T04:33:49.597Z Compiling base16ct v0.2.0
23372026-09-06T04:33:49.644Z Compiling bitflags v1.3.2
23382026-09-06T04:33:49.699Z Compiling smawk v0.3.2
23392026-09-06T04:33:49.731Z Compiling managed v0.8.0
23402026-09-06T04:33:49.792Z Compiling libbz2-rs-sys v0.2.2
23412026-09-06T04:33:49.830Z Compiling xattr v1.6.1
23422026-09-06T04:33:49.844Z Compiling typed-path v0.9.3
23432026-09-06T04:33:49.858Z Compiling is_ci v1.2.0
23442026-09-06T04:33:49.969Z Compiling either v1.15.0
23452026-09-06T04:33:50.031Z Compiling unicode-linebreak v0.1.5
23462026-09-06T04:33:50.193Z Compiling bumpalo v3.20.2
23472026-09-06T04:33:50.215Z Compiling bzip2 v0.6.1
23482026-09-06T04:33:50.285Z Compiling textwrap v0.16.2
23492026-09-06T04:33:50.419Z Compiling zopfli v0.8.3
23502026-09-06T04:33:50.437Z Compiling tar v0.4.46
23512026-09-06T04:33:50.451Z Compiling supports-color v3.0.2
23522026-09-06T04:33:50.598Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23532026-09-06T04:33:50.626Z Compiling sec1 v0.7.3
23542026-09-06T04:33:50.689Z Compiling digest v0.11.3
23552026-09-06T04:33:50.859Z Compiling hashbrown v0.16.1
23562026-09-06T04:33:50.936Z Compiling hashbrown v0.15.5
23572026-09-06T04:33:50.972Z Compiling cargo_metadata v0.23.1
23582026-09-06T04:33:51.154Z Compiling group v0.13.0
23592026-09-06T04:33:51.325Z Compiling dof v0.3.0
23602026-09-06T04:33:52.478Z Compiling phf v0.13.1
23612026-09-06T04:33:52.686Z Compiling zstd v0.13.3
23622026-09-06T04:33:52.786Z Compiling backtrace-ext v0.2.1
23632026-09-06T04:33:52.829Z Compiling reqwest v0.12.28
23642026-09-06T04:33:52.955Z Compiling signal-hook-mio v0.2.5
23652026-09-06T04:33:52.981Z Compiling cookie_store v0.22.1
23662026-09-06T04:33:52.996Z Compiling cipher v0.5.2
23672026-09-06T04:33:53.153Z Compiling postgres-types v0.2.12
23682026-09-06T04:33:53.205Z Compiling strum v0.27.2
23692026-09-06T04:33:53.404Z Compiling hubpack v0.1.2
23702026-09-06T04:33:53.487Z Compiling phf_shared v0.11.3
23712026-09-06T04:33:53.530Z Compiling hkdf v0.12.4
23722026-09-06T04:33:53.578Z Compiling dtrace-parser v0.2.0
23732026-09-06T04:33:53.632Z Compiling byte-wrapper v0.1.0
23742026-09-06T04:33:53.668Z Compiling ed25519 v2.2.3
23752026-09-06T04:33:53.683Z Compiling olpc-cjson v0.1.4
23762026-09-06T04:33:53.959Z Compiling crypto-bigint v0.5.5
23772026-09-06T04:33:54.027Z Compiling serde-big-array v0.5.1
23782026-09-06T04:33:54.158Z Compiling float-cmp v0.10.0
23792026-09-06T04:33:54.251Z Compiling memmap2 v0.9.10
23802026-09-06T04:33:54.365Z Compiling thread-id v4.2.2
23812026-09-06T04:33:54.424Z Compiling toml_write v0.1.2
23822026-09-06T04:33:54.511Z Compiling unicode-width v0.1.14
23832026-09-06T04:33:54.551Z Compiling normalize-line-endings v0.3.0
23842026-09-06T04:33:54.570Z Compiling data-encoding v2.10.0
23852026-09-06T04:33:54.585Z Compiling difflib v0.4.0
23862026-09-06T04:33:54.639Z Compiling supports-unicode v3.0.0
23872026-09-06T04:33:54.661Z Compiling fixedbitset v0.4.2
23882026-09-06T04:33:54.817Z Compiling predicates-core v1.0.10
23892026-09-06T04:33:54.817Z Compiling new_debug_unreachable v1.0.6
23902026-09-06T04:33:54.898Z Compiling whoami v2.1.0
23912026-09-06T04:33:54.923Z Compiling winnow v0.7.14
23922026-09-06T04:33:55.115Z Compiling fixedbitset v0.5.7
23932026-09-06T04:33:55.118Z Compiling keccak v0.1.6
23942026-09-06T04:33:55.337Z Compiling winnow v1.0.3
23952026-09-06T04:33:55.414Z Compiling static_assertions v1.1.0
23962026-09-06T04:33:55.499Z Compiling precomputed-hash v0.1.1
23972026-09-06T04:33:55.800Z Compiling rayon-core v1.13.0
23982026-09-06T04:33:55.837Z Compiling supports-hyperlinks v3.2.0
23992026-09-06T04:33:56.017Z Compiling miette v7.6.0
24002026-09-06T04:33:56.096Z Compiling string_cache v0.8.9
24012026-09-06T04:33:56.194Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24022026-09-06T04:33:56.325Z Compiling toml_edit v0.22.27
24032026-09-06T04:33:56.394Z Compiling toml_parser v1.1.2+spec-1.1.0
24042026-09-06T04:33:56.816Z Compiling petgraph v0.8.3
24052026-09-06T04:33:56.961Z Compiling sha3 v0.10.8
24062026-09-06T04:33:57.002Z Compiling tokio-postgres v0.7.16
24072026-09-06T04:33:57.162Z Compiling predicates v3.1.4
24082026-09-06T04:33:57.240Z Compiling elliptic-curve v0.13.8
24092026-09-06T04:33:57.394Z Compiling hickory-proto v0.25.2
24102026-09-06T04:33:57.604Z Compiling petgraph v0.6.5
24112026-09-06T04:33:57.723Z Compiling chacha20 v0.10.0
24122026-09-06T04:33:57.821Z Compiling usdt v0.6.0
24132026-09-06T04:33:58.659Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24142026-09-06T04:33:59.085Z Compiling ed25519-dalek v2.2.0
24152026-09-06T04:33:59.560Z Compiling crossterm v0.28.1
24162026-09-06T04:33:59.856Z Compiling zip v4.6.1
24172026-09-06T04:34:00.402Z Compiling iddqd v0.4.2
24182026-09-06T04:34:00.991Z Compiling itertools v0.15.0
24192026-09-06T04:34:01.019Z Compiling itertools v0.13.0
24202026-09-06T04:34:01.035Z Compiling derive_more v2.1.1
24212026-09-06T04:34:01.419Z Compiling similar v2.7.0
24222026-09-06T04:34:01.614Z Compiling serde_with v3.21.0
24232026-09-06T04:34:02.417Z Compiling tokio-stream v0.1.18
24242026-09-06T04:34:02.466Z Compiling buf-list v1.1.2
24252026-09-06T04:34:02.580Z Compiling half v2.7.1
24262026-09-06T04:34:02.618Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24272026-09-06T04:34:02.731Z Compiling openapiv3 v2.2.0
24282026-09-06T04:34:03.043Z Compiling lalrpop-util v0.19.12
24292026-09-06T04:34:03.192Z Compiling peg-runtime v0.8.5
24302026-09-06T04:34:03.394Z Compiling ciborium-io v0.2.2
24312026-09-06T04:34:03.534Z Compiling ciborium-ll v0.2.2
24322026-09-06T04:34:04.887Z Compiling crossbeam-deque v0.8.6
24332026-09-06T04:34:05.330Z Compiling camino-tempfile v1.4.1
24342026-09-06T04:34:05.728Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24352026-09-06T04:34:06.152Z Compiling blake3 v1.8.5
24362026-09-06T04:34:06.208Z Compiling fs-err v2.11.0
24372026-09-06T04:34:08.871Z Compiling rustls-webpki v0.103.13
24382026-09-06T04:34:09.018Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24392026-09-06T04:34:10.462Z Compiling ciborium v0.2.2
24402026-09-06T04:34:11.098Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24412026-09-06T04:34:11.377Z Compiling thread_local v1.1.9
24422026-09-06T04:34:11.500Z Compiling arrayref v0.3.9
24432026-09-06T04:34:11.589Z Compiling constant_time_eq v0.4.2
24442026-09-06T04:34:11.700Z Compiling slog-async v2.8.0
24452026-09-06T04:34:11.721Z Compiling arrayvec v0.7.6
24462026-09-06T04:34:12.033Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24472026-09-06T04:34:12.052Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24482026-09-06T04:34:12.314Z Compiling tokio-rustls v0.26.4
24492026-09-06T04:34:12.354Z Compiling rustls-platform-verifier v0.6.2
24502026-09-06T04:34:12.427Z Compiling tough v0.22.0
24512026-09-06T04:34:12.459Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24522026-09-06T04:34:12.579Z Compiling hyper-rustls v0.27.7
24532026-09-06T04:34:12.602Z Compiling toml v0.8.23
24542026-09-06T04:34:12.624Z Compiling atomicwrites v0.4.4
24552026-09-06T04:34:12.802Z Compiling sha2 v0.11.0
24562026-09-06T04:34:12.890Z Compiling reqwest v0.13.2
24572026-09-06T04:34:12.926Z Compiling digest-io v0.1.0
24582026-09-06T04:34:12.942Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24592026-09-06T04:34:13.084Z Compiling crossbeam-channel v0.5.15
24602026-09-06T04:34:13.099Z Compiling serde_path_to_error v0.1.20
24612026-09-06T04:34:13.427Z Compiling is-terminal v0.4.17
24622026-09-06T04:34:13.529Z Compiling indent_write v2.2.0
24632026-09-06T04:34:13.548Z Compiling topological-sort v0.2.2
24642026-09-06T04:34:13.564Z Compiling term v1.2.1
24652026-09-06T04:34:13.698Z Compiling debug-ignore v1.0.5
24662026-09-06T04:34:13.738Z Compiling parse-size v1.1.0
24672026-09-06T04:34:13.775Z Compiling rawzip v0.4.4
24682026-09-06T04:34:13.827Z Compiling take_mut v0.2.2
24692026-09-06T04:34:13.908Z Compiling slog-term v2.9.2
24702026-09-06T04:34:13.965Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24712026-09-06T04:34:14.118Z Compiling shell-words v1.1.1
24722026-09-06T04:34:15.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24732026-09-06T04:34:21.687Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24742026-09-06T04:34:23.771Z Compiling omicron-zone-package v0.12.3
24752026-09-06T04:34:24.046Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24762026-09-06T04:34:24.495Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24772026-09-06T04:34:24.542Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24782026-09-06T04:34:28.961Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24792026-09-06T04:34:41.180Z Finished `release` profile [optimized] target(s) in 1m 31s
24802026-09-06T04:34:41.323Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24812026-09-06T04:34:41.381ZSep 06 04:34:40.263 DEBG changing working directory to /work/oxidecomputer/omicron
24822026-09-06T04:34:41.478ZSep 06 04:34:40.360 DEBG running: git rev-parse HEAD
24832026-09-06T04:34:41.481ZSep 06 04:34:40.363 DEBG process exited with exit status: 0 (2.404331ms)
24842026-09-06T04:34:41.481ZSep 06 04:34:40.363 INFO version: 23.0.0-0.ci+gitd7c734fd9a2
24852026-09-06T04:34:41.489ZSep 06 04:34:40.371 INFO cloning helios to /work/oxidecomputer/helios
24862026-09-06T04:34:41.489ZSep 06 04:34:40.371 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24872026-09-06T04:34:41.492ZCloning into '/work/oxidecomputer/helios'...
24882026-09-06T04:34:42.119ZSep 06 04:34:41.002 DEBG process exited with exit status: 0 (630.695301ms)
24892026-09-06T04:34:42.120ZSep 06 04:34:41.002 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24902026-09-06T04:34:42.122ZSep 06 04:34:41.004 DEBG process exited with exit status: 0 (2.299881ms)
24912026-09-06T04:34:42.123ZSep 06 04:34:41.004 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24922026-09-06T04:34:42.505ZSep 06 04:34:41.388 DEBG process exited with exit status: 0 (383.44542ms)
24932026-09-06T04:34:42.505ZSep 06 04:34:41.388 DEBG running: zfs list rpool/images/build/host
24942026-09-06T04:34:42.509ZNAME USED AVAIL REFER MOUNTPOINT
24952026-09-06T04:34:42.509Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24962026-09-06T04:34:42.512ZSep 06 04:34:41.393 DEBG process exited with exit status: 0 (4.818492ms)
24972026-09-06T04:34:42.512ZSep 06 04:34:41.393 DEBG running: zfs list rpool/images/build/recovery
24982026-09-06T04:34:42.515ZNAME USED AVAIL REFER MOUNTPOINT
24992026-09-06T04:34:42.515Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25002026-09-06T04:34:42.515ZSep 06 04:34:41.396 DEBG process exited with exit status: 0 (3.702941ms)
25012026-09-06T04:34:42.515ZSep 06 04:34:41.396 INFO console assets match pinned console commit (46f3fd847da666f00e0b42dd68dddf9cd2ecfdca)
25022026-09-06T04:34:42.526ZSep 06 04:34:41.409 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 2026083102.0.0; the console needs a client regen and tools/console_version needs a bump
25032026-09-06T04:34:42.530ZSep 06 04:34:41.410 INFO [hubris-staging] running task
25042026-09-06T04:34:42.530ZSep 06 04:34:41.410 INFO [incorp-manifest] running task
25052026-09-06T04:34:42.530ZSep 06 04:34:41.410 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25062026-09-06T04:34:42.530ZSep 06 04:34:41.410 INFO [hubris-production] running task
25072026-09-06T04:34:42.530ZSep 06 04:34:41.411 INFO [incorp-create] running: pkgrepo create /work/incorporation
25082026-09-06T04:34:42.530ZSep 06 04:34:41.412 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25092026-09-06T04:34:42.530ZSep 06 04:34:41.412 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25102026-09-06T04:34:42.569Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25112026-09-06T04:34:42.641Z[ omicron-package] Blocking waiting for file lock on package cache
25122026-09-06T04:34:42.762ZSep 06 04:34:41.645 INFO [incorp-create] process exited with exit status: 0 (233.848405ms)
25132026-09-06T04:34:42.765ZSep 06 04:34:41.645 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25142026-09-06T04:34:42.983ZSep 06 04:34:41.865 INFO [incorp-publisher] process exited with exit status: 0 (220.65553ms)
25152026-09-06T04:34:43.348Z[ omicron-package] Blocking waiting for file lock on package cache
25162026-09-06T04:34:43.633ZSep 06 04:34:42.516 INFO [hubris-production] task succeeded (1.105671844s)
25172026-09-06T04:34:44.672Z[ omicron-package] Compiling macaddr v1.0.1
25182026-09-06T04:34:44.672Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25192026-09-06T04:34:44.675Z[ omicron-package] Compiling secrecy v0.10.3
25202026-09-06T04:34:44.675Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-09-06T04:34:44.675Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25222026-09-06T04:34:44.687Z[ omicron-package] Compiling heapless v0.8.0
25232026-09-06T04:34:44.687Z[ omicron-package] Compiling ingot-macros v0.2.0
25242026-09-06T04:34:44.687Z[ omicron-package] Compiling hash32 v0.3.1
25252026-09-06T04:34:44.691Z[ omicron-package] Compiling inout v0.1.4
25262026-09-06T04:34:44.882Z[ omicron-package] Compiling multer v3.1.0
25272026-09-06T04:34:44.882ZSep 06 04:34:43.764 DEBG process exited with exit status: 0 (2.353446131s)
25282026-09-06T04:34:44.882ZSep 06 04:34:43.764 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25292026-09-06T04:34:45.364Z[ omicron-package] Compiling compression-core v0.4.31
25302026-09-06T04:34:45.364Z[ omicron-package] Compiling smoltcp v0.11.0
25312026-09-06T04:34:45.477Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25322026-09-06T04:34:45.480Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-09-06T04:34:45.480Z[ omicron-package] Compiling match_cfg v0.1.0
25342026-09-06T04:34:45.532Z[ omicron-package] Compiling cipher v0.4.4
25352026-09-06T04:34:45.571Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25362026-09-06T04:34:45.574Z[ omicron-package] Compiling compression-codecs v0.4.37
25372026-09-06T04:34:45.574Z[ omicron-package] Compiling slog-json v2.6.1
25382026-09-06T04:34:45.728Z[ omicron-package] Compiling hostname v0.3.1
25392026-09-06T04:34:45.731Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402026-09-06T04:34:46.003Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25412026-09-06T04:34:46.004Z[ omicron-package] Compiling cobs v0.3.0
25422026-09-06T04:34:46.039Z[ omicron-package] Compiling universal-hash v0.5.1
25432026-09-06T04:34:46.057Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25442026-09-06T04:34:46.105Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25452026-09-06T04:34:46.106Z[ omicron-package] Compiling dropshot v0.17.1
25462026-09-06T04:34:46.109Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25472026-09-06T04:34:46.166Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25482026-09-06T04:34:46.166Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25492026-09-06T04:34:46.166Z[ omicron-package] Compiling serde_spanned v1.1.1
25502026-09-06T04:34:46.196Z[ omicron-package] Compiling async-stream-impl v0.3.6
25512026-09-06T04:34:46.196Z[ omicron-package] Compiling opaque-debug v0.3.1
25522026-09-06T04:34:46.199Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25532026-09-06T04:34:46.270Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25542026-09-06T04:34:46.415Z[ omicron-package] Compiling convert_case v0.4.0
25552026-09-06T04:34:46.565Z[ omicron-package] Compiling postcard v1.1.3
25562026-09-06T04:34:46.569Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25572026-09-06T04:34:46.614Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25582026-09-06T04:34:46.844Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25592026-09-06T04:34:46.894Z[ omicron-package] Compiling poly1305 v0.8.0
25602026-09-06T04:34:46.897Z[ omicron-package] Compiling derive_more v0.99.20
25612026-09-06T04:34:47.021Z[ omicron-package] Compiling chacha20 v0.9.1
25622026-09-06T04:34:47.024Z[ omicron-package] Compiling async-stream v0.3.6
25632026-09-06T04:34:47.024Z[ omicron-package] Compiling num_enum_derive v0.7.6
25642026-09-06T04:34:47.024Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25652026-09-06T04:34:47.162Z[ omicron-package] Compiling async-compression v0.4.41
25662026-09-06T04:34:47.207Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25672026-09-06T04:34:47.275Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25682026-09-06T04:34:47.348Z[ omicron-package] Compiling slog-bunyan v2.5.0
25692026-09-06T04:34:47.351Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25702026-09-06T04:34:47.452Z[ omicron-package] Compiling sha1 v0.11.0
25712026-09-06T04:34:47.455Z[ omicron-package] Compiling progenitor-client v0.14.0
25722026-09-06T04:34:47.597Z[ omicron-package] Compiling oxide-generation v0.1.3
25732026-09-06T04:34:47.664Z[ omicron-package] Compiling parse-display-derive v0.10.0
25742026-09-06T04:34:47.694Z[ omicron-package] Compiling waitgroup v0.1.2
25752026-09-06T04:34:47.694Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25762026-09-06T04:34:47.776Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25772026-09-06T04:34:47.809Z[ omicron-package] Compiling backon v1.6.0
25782026-09-06T04:34:47.895ZSep 06 04:34:46.778 DEBG process exited with exit status: 0 (3.013882113s)
25792026-09-06T04:34:47.898ZSep 06 04:34:46.780 INFO [incorp-manifest] task succeeded (5.370351335s)
25802026-09-06T04:34:47.899ZSep 06 04:34:46.781 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25812026-09-06T04:34:47.980Z[ omicron-package] Compiling password-hash v0.5.0
25822026-09-06T04:34:48.120ZSep 06 04:34:47.002 INFO [incorp-fmt] process exited with exit status: 0 (221.752501ms)
25832026-09-06T04:34:48.123ZSep 06 04:34:47.003 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25842026-09-06T04:34:48.143Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25852026-09-06T04:34:48.192Z[ omicron-package] Compiling blake2 v0.10.6
25862026-09-06T04:34:48.249Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
25872026-09-06T04:34:48.281Z[ omicron-package] Compiling aead v0.5.2
25882026-09-06T04:34:48.284Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25892026-09-06T04:34:48.343Z[ omicron-package] Compiling proc-macro-error v1.0.4
25902026-09-06T04:34:48.435Z[ omicron-package] Compiling ingot-types v0.2.0
25912026-09-06T04:34:48.512Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260906T043447Z
25922026-09-06T04:34:48.512Z[ incorp-pkgsend] PUBLISHED
25932026-09-06T04:34:48.526Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25942026-09-06T04:34:48.583ZSep 06 04:34:47.466 INFO [incorp-pkgsend] process exited with exit status: 0 (463.49461ms)
25952026-09-06T04:34:48.586ZSep 06 04:34:47.466 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25962026-09-06T04:34:48.589Z[ omicron-package] Compiling instant v0.1.13
25972026-09-06T04:34:48.691Z[ omicron-package] Compiling hostname v0.4.2
25982026-09-06T04:34:48.783Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25992026-09-06T04:34:48.810Z[ helios-incorp] Retrieving packages for publisher helios ...
26002026-09-06T04:34:48.814Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26012026-09-06T04:34:48.838Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26022026-09-06T04:34:48.838Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26032026-09-06T04:34:48.842Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26042026-09-06T04:34:48.845Z[ helios-incorp]
26052026-09-06T04:34:48.845Z[ helios-incorp] Archiving packages ...
26062026-09-06T04:34:48.845Z[ helios-incorp] Packages to add: 1
26072026-09-06T04:34:48.845Z[ helios-incorp] Files to retrieve: 0
26082026-09-06T04:34:48.845Z[ helios-incorp] Estimated transfer size: 0.00 B
26092026-09-06T04:34:48.845Z[ helios-incorp]
26102026-09-06T04:34:48.845Z[ helios-incorp] Packages to archive:
26112026-09-06T04:34:48.845Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260906T043447Z
26122026-09-06T04:34:48.845Z[ helios-incorp]
26132026-09-06T04:34:48.845Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26142026-09-06T04:34:48.845Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26152026-09-06T04:34:48.849Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26162026-09-06T04:34:48.852Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26172026-09-06T04:34:48.900ZSep 06 04:34:47.783 INFO [helios-incorp] process exited with exit status: 0 (316.753006ms)
26182026-09-06T04:34:48.968Z[ omicron-package] Compiling ingot v0.2.1
26192026-09-06T04:34:49.015Z[ omicron-package] Compiling backoff v0.4.0
26202026-09-06T04:34:49.047Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
26212026-09-06T04:34:49.101Z[ omicron-package] Compiling argon2 v0.5.3
26222026-09-06T04:34:49.104Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26232026-09-06T04:34:49.172Z[ omicron-package] Compiling num_enum v0.7.6
26242026-09-06T04:34:49.274Z[ omicron-package] Compiling num_enum_derive v0.5.11
26252026-09-06T04:34:49.304Z[ omicron-package] Compiling progenitor-extras v0.2.0
26262026-09-06T04:34:49.333Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26272026-09-06T04:34:49.375Z[ omicron-package] Compiling vsss-rs v3.3.4
26282026-09-06T04:34:49.467Z[ omicron-package] Compiling parse-display v0.10.0
26292026-09-06T04:34:49.485Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26302026-09-06T04:34:49.611Z[ omicron-package] Compiling foreign-types v0.5.0
26312026-09-06T04:34:49.646Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26322026-09-06T04:34:49.685Z[ omicron-package] Compiling regress v0.10.5
26332026-09-06T04:34:49.754Z[ omicron-package] Compiling itertools v0.14.0
26342026-09-06T04:34:49.862Z[ omicron-package] Compiling tabwriter v1.4.1
26352026-09-06T04:34:50.060Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26362026-09-06T04:34:50.182Z[ omicron-package] Compiling cstr-argument v0.1.2
26372026-09-06T04:34:50.268Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26382026-09-06T04:34:50.302Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26392026-09-06T04:34:50.356Z[ omicron-package] Compiling humantime v2.3.0
26402026-09-06T04:34:50.406Z[ omicron-package] Compiling num_enum v0.5.11
26412026-09-06T04:34:50.439Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26422026-09-06T04:34:50.647Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26432026-09-06T04:34:50.755Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26442026-09-06T04:34:50.766Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26452026-09-06T04:34:50.806Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26462026-09-06T04:34:50.939Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26472026-09-06T04:34:50.994Z[ omicron-package] Compiling rayon v1.11.0
26482026-09-06T04:34:51.022Z[ omicron-package] Compiling rand v0.10.1
26492026-09-06T04:34:51.026Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26502026-09-06T04:34:51.122Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26512026-09-06T04:34:51.168Z[ omicron-package] Compiling libefi-sys v0.1.0
26522026-09-06T04:34:51.186Z[ omicron-package] Compiling colored v3.1.1
26532026-09-06T04:34:51.237Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26542026-09-06T04:34:51.237Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26552026-09-06T04:34:51.438Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26562026-09-06T04:34:51.574Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
26572026-09-06T04:34:51.596Z[ omicron-package] Compiling itertools v0.12.1
26582026-09-06T04:34:51.684Z[ omicron-package] Compiling usdt-macro v0.5.0
26592026-09-06T04:34:51.774Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
26602026-09-06T04:34:51.951Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26612026-09-06T04:34:51.980Z[ omicron-package] Compiling sigpipe v0.1.3
26622026-09-06T04:34:52.066Z[ omicron-package] Compiling memmap v0.7.0
26632026-09-06T04:34:52.114Z[ omicron-package] Compiling bitfield-struct v0.6.2
26642026-09-06T04:34:52.218Z[ omicron-package] Compiling num-derive v0.4.2
26652026-09-06T04:34:52.221Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26662026-09-06T04:34:52.221Z[ omicron-package] Compiling glob v0.3.3
26672026-09-06T04:34:52.625Z[ omicron-package] Compiling swrite v0.1.0
26682026-09-06T04:34:52.945Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26692026-09-06T04:34:52.975Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
26702026-09-06T04:34:53.031Z[ omicron-package] Compiling usdt v0.5.0
26712026-09-06T04:34:53.234Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722026-09-06T04:34:53.293Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26732026-09-06T04:34:53.327Z[ omicron-package] Compiling zone v0.3.1
26742026-09-06T04:34:53.374Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26752026-09-06T04:34:53.489Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26762026-09-06T04:34:53.570Z[ omicron-package] Compiling smf v0.2.3
26772026-09-06T04:34:53.671Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26782026-09-06T04:34:53.700Z[ omicron-package] Compiling whoami v1.6.1
26792026-09-06T04:34:53.726Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26802026-09-06T04:34:53.824Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26812026-09-06T04:34:53.977Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26822026-09-06T04:34:54.035Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26832026-09-06T04:34:54.129Z[ omicron-package] Compiling gethostname v0.5.0
26842026-09-06T04:34:54.283Z[ omicron-package] Compiling console v0.16.2
26852026-09-06T04:34:54.319Z[ omicron-package] Compiling unit-prefix v0.5.2
26862026-09-06T04:34:54.459Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26872026-09-06T04:34:54.649Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26882026-09-06T04:34:54.892Z[ omicron-package] Compiling indicatif v0.18.4
26892026-09-06T04:34:57.996Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26902026-09-06T04:34:58.480ZSep 06 04:34:57.363 INFO [hubris-staging] task succeeded (15.952666179s)
26912026-09-06T04:34:58.802Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26922026-09-06T04:34:58.802Z[ helios-setup] Sep 06 04:34:57.660 INFO helios repository root is: /work/oxidecomputer/helios
26932026-09-06T04:34:58.802Z[ helios-setup] Sep 06 04:34:57.662 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
26942026-09-06T04:34:58.805Z[ helios-setup] Sep 06 04:34:57.662 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26952026-09-06T04:34:59.625Z[ helios-setup] Sep 06 04:34:58.508 INFO clone ok!, project: dmar-report
26962026-09-06T04:34:59.625Z[ helios-setup] Sep 06 04:34:58.508 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26972026-09-06T04:34:59.628Z[ helios-setup] Sep 06 04:34:58.508 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
26982026-09-06T04:34:59.628Z[ helios-setup] Sep 06 04:34:58.508 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26992026-09-06T04:34:59.628Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27002026-09-06T04:35:00.566Z[ helios-setup] Sep 06 04:34:59.448 INFO clone ok!, project: chelsio-t6-roms
27012026-09-06T04:35:00.566Z[ helios-setup] Sep 06 04:34:59.448 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
27022026-09-06T04:35:00.569Z[ helios-setup] Sep 06 04:34:59.448 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27032026-09-06T04:35:00.569Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27042026-09-06T04:35:01.652Z[ helios-setup] Sep 06 04:35:00.534 INFO clone ok!, project: phbl
27052026-09-06T04:35:01.652Z[ helios-setup] Sep 06 04:35:00.534 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27062026-09-06T04:35:01.655Z[ helios-setup] Sep 06 04:35:00.534 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
27072026-09-06T04:35:01.655Z[ helios-setup] Sep 06 04:35:00.534 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27082026-09-06T04:35:01.655Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27092026-09-06T04:35:02.149Z[ helios-setup] Sep 06 04:35:01.031 INFO clone ok!, project: pinprick
27102026-09-06T04:35:02.149Z[ helios-setup] Sep 06 04:35:01.031 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
27112026-09-06T04:35:02.152Z[ helios-setup] Sep 06 04:35:01.031 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27122026-09-06T04:35:02.152Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27132026-09-06T04:35:03.209Z[ helios-setup] Sep 06 04:35:02.092 INFO clone ok!, project: image-builder
27142026-09-06T04:35:03.209Z[ helios-setup] Sep 06 04:35:02.092 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27152026-09-06T04:35:03.212Z[ helios-setup] Sep 06 04:35:02.092 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
27162026-09-06T04:35:03.213Z[ helios-setup] Sep 06 04:35:02.092 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27172026-09-06T04:35:03.213Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27182026-09-06T04:35:07.373Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27192026-09-06T04:35:10.320Z[ helios-setup] Sep 06 04:35:09.203 INFO clone ok!, project: amd-firmware
27202026-09-06T04:35:10.324Z[ helios-setup] Sep 06 04:35:09.203 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
27212026-09-06T04:35:10.324Z[ helios-setup] Sep 06 04:35:09.203 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27222026-09-06T04:35:10.324Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27232026-09-06T04:35:10.898Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27242026-09-06T04:35:11.358Z[ helios-setup] Sep 06 04:35:10.241 INFO clone ok!, project: bootserver
27252026-09-06T04:35:11.362Z[ helios-setup] Sep 06 04:35:10.241 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
27262026-09-06T04:35:11.362Z[ helios-setup] Sep 06 04:35:10.241 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
27272026-09-06T04:35:11.362Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27282026-09-06T04:35:11.974Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27292026-09-06T04:35:12.253Z[ helios-setup] Sep 06 04:35:11.135 INFO clone ok!, project: amd-host-image-builder
27302026-09-06T04:35:12.256Z[ helios-setup] Sep 06 04:35:11.135 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
27312026-09-06T04:35:12.257Z[ helios-setup] Sep 06 04:35:11.135 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27322026-09-06T04:35:12.257Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27332026-09-06T04:35:13.616Z[ helios-setup] Sep 06 04:35:12.499 INFO clone ok!, project: pilot
27342026-09-06T04:35:13.619Z[ helios-setup] Sep 06 04:35:12.499 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27352026-09-06T04:35:13.863Z[ helios-setup] Sep 06 04:35:12.745 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27362026-09-06T04:35:14.079Z[ helios-setup] Sep 06 04:35:12.962 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27372026-09-06T04:35:14.080Z[ helios-setup] Sep 06 04:35:12.962 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27382026-09-06T04:35:14.297Z[ helios-setup] Sep 06 04:35:13.180 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27392026-09-06T04:35:14.511Z[ helios-setup] Sep 06 04:35:13.393 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27402026-09-06T04:35:14.511Z[ helios-setup] Sep 06 04:35:13.394 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27412026-09-06T04:35:14.723Z[ helios-setup] Sep 06 04:35:13.605 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27422026-09-06T04:35:14.934Z[ helios-setup] Sep 06 04:35:13.817 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27432026-09-06T04:35:14.934Z[ helios-setup] Sep 06 04:35:13.817 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27442026-09-06T04:35:14.934Z[ helios-setup] Sep 06 04:35:13.817 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27452026-09-06T04:35:14.937Z[ helios-setup] Sep 06 04:35:13.817 INFO ok!
27462026-09-06T04:35:14.937Z[ helios-setup] Sep 06 04:35:13.817 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27472026-09-06T04:35:14.937Z[ helios-setup] Sep 06 04:35:13.817 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27482026-09-06T04:35:14.937Z[ helios-setup] Sep 06 04:35:13.817 INFO ok!
27492026-09-06T04:35:14.937Z[ helios-setup] Sep 06 04:35:13.817 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27502026-09-06T04:35:14.937Z[ helios-setup] Sep 06 04:35:13.817 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27512026-09-06T04:35:14.938Z[ helios-setup] Sep 06 04:35:13.817 INFO ok!
27522026-09-06T04:35:14.938Z[ helios-setup] Sep 06 04:35:13.817 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27532026-09-06T04:35:14.940Z[ helios-setup] Sep 06 04:35:13.823 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27542026-09-06T04:35:14.940Z[ helios-setup] Sep 06 04:35:13.823 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27552026-09-06T04:35:14.940Z[ helios-setup] Sep 06 04:35:13.823 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27562026-09-06T04:35:15.026Z[ helios-setup] Sep 06 04:35:13.908 INFO E| Updating crates.io index
27572026-09-06T04:35:15.106Z[ helios-setup] Sep 06 04:35:13.988 INFO E| Downloading crates ...
27582026-09-06T04:35:15.163Z[ helios-setup] Sep 06 04:35:14.046 INFO E| Downloaded memchr v2.7.4
27592026-09-06T04:35:15.168Z[ helios-setup] Sep 06 04:35:14.051 INFO E| Downloaded autocfg v1.4.0
27602026-09-06T04:35:15.171Z[ helios-setup] Sep 06 04:35:14.052 INFO E| Downloaded errno v0.3.12
27612026-09-06T04:35:15.171Z[ helios-setup] Sep 06 04:35:14.053 INFO E| Downloaded unicode-ident v1.0.18
27622026-09-06T04:35:15.185Z[ helios-setup] Sep 06 04:35:14.068 INFO E| Downloaded anyhow v1.0.98
27632026-09-06T04:35:15.198Z[ helios-setup] Sep 06 04:35:14.081 INFO E| Downloaded time-core v0.1.4
27642026-09-06T04:35:15.202Z[ helios-setup] Sep 06 04:35:14.083 INFO E| Downloaded deranged v0.4.0
27652026-09-06T04:35:15.204Z[ helios-setup] Sep 06 04:35:14.086 INFO E| Downloaded quote v1.0.40
27662026-09-06T04:35:15.207Z[ helios-setup] Sep 06 04:35:14.090 INFO E| Downloaded tempfile v3.20.0
27672026-09-06T04:35:15.211Z[ helios-setup] Sep 06 04:35:14.092 INFO E| Downloaded iana-time-zone v0.1.63
27682026-09-06T04:35:15.214Z[ helios-setup] Sep 06 04:35:14.097 INFO E| Downloaded thiserror v2.0.12
27692026-09-06T04:35:15.219Z[ helios-setup] Sep 06 04:35:14.100 INFO E| Downloaded thiserror-impl v2.0.12
27702026-09-06T04:35:15.224Z[ helios-setup] Sep 06 04:35:14.101 INFO E| Downloaded chrono v0.4.41
27712026-09-06T04:35:15.224Z[ helios-setup] Sep 06 04:35:14.105 INFO E| Downloaded getrandom v0.3.3
27722026-09-06T04:35:15.224Z[ helios-setup] Sep 06 04:35:14.106 INFO E| Downloaded proc-macro2 v1.0.95
27732026-09-06T04:35:15.226Z[ helios-setup] Sep 06 04:35:14.108 INFO E| Downloaded ryu v1.0.20
27742026-09-06T04:35:15.235Z[ helios-setup] Sep 06 04:35:14.118 INFO E| Downloaded serde_with_macros v3.12.0
27752026-09-06T04:35:15.238Z[ helios-setup] Sep 06 04:35:14.120 INFO E| Downloaded itoa v1.0.15
27762026-09-06T04:35:15.249Z[ helios-setup] Sep 06 04:35:14.132 INFO E| Downloaded serde v1.0.219
27772026-09-06T04:35:15.259Z[ helios-setup] Sep 06 04:35:14.142 INFO E| Downloaded time-macros v0.2.22
27782026-09-06T04:35:15.262Z[ helios-setup] Sep 06 04:35:14.143 INFO E| Downloaded bitflags v2.9.1
27792026-09-06T04:35:15.264Z[ helios-setup] Sep 06 04:35:14.146 INFO E| Downloaded serde_derive v1.0.219
27802026-09-06T04:35:15.275Z[ helios-setup] Sep 06 04:35:14.158 INFO E| Downloaded indexmap v2.9.0
27812026-09-06T04:35:15.302Z[ helios-setup] Sep 06 04:35:14.185 INFO E| Downloaded serde_json v1.0.140
27822026-09-06T04:35:15.305Z[ helios-setup] Sep 06 04:35:14.188 INFO E| Downloaded time v0.3.41
27832026-09-06T04:35:15.310Z[ helios-setup] Sep 06 04:35:14.192 INFO E| Downloaded hashbrown v0.15.3
27842026-09-06T04:35:15.313Z[ helios-setup] Sep 06 04:35:14.196 INFO E| Downloaded serde_with v3.12.0
27852026-09-06T04:35:15.333Z[ helios-setup] Sep 06 04:35:14.216 INFO E| Downloaded syn v2.0.101
27862026-09-06T04:35:15.355Z[ helios-setup] Sep 06 04:35:14.238 INFO E| Downloaded rustix v1.0.7
27872026-09-06T04:35:15.376Z[ helios-setup] Sep 06 04:35:14.259 INFO E| Downloaded libc v0.2.172
27882026-09-06T04:35:15.421Z[ helios-setup] Sep 06 04:35:14.302 INFO E| Compiling proc-macro2 v1.0.95
27892026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling unicode-ident v1.0.18
27902026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling libc v0.2.172
27912026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling fnv v1.0.7
27922026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling ident_case v1.0.1
27932026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling strsim v0.11.1
27942026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling serde v1.0.219
27952026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling getrandom v0.3.3
27962026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling rustix v1.0.7
27972026-09-06T04:35:15.424Z[ helios-setup] Sep 06 04:35:14.303 INFO E| Compiling bitflags v2.9.1
27982026-09-06T04:35:15.435Z[ helios-setup] Sep 06 04:35:14.317 INFO E| Compiling anyhow v1.0.98
27992026-09-06T04:35:15.438Z[ helios-setup] Sep 06 04:35:14.317 INFO E| Compiling thiserror v2.0.12
28002026-09-06T04:35:15.438Z[ helios-setup] Sep 06 04:35:14.317 INFO E| Compiling cfg-if v1.0.0
28012026-09-06T04:35:15.438Z[ helios-setup] Sep 06 04:35:14.318 INFO E| Compiling serde_json v1.0.140
28022026-09-06T04:35:15.442Z[ helios-setup] Sep 06 04:35:14.325 INFO E| Compiling once_cell v1.21.3
28032026-09-06T04:35:15.445Z[ helios-setup] Sep 06 04:35:14.328 INFO E| Compiling fastrand v2.3.0
28042026-09-06T04:35:15.533Z[ helios-setup] Sep 06 04:35:14.416 INFO E| Compiling itoa v1.0.15
28052026-09-06T04:35:15.539Z[ helios-setup] Sep 06 04:35:14.422 INFO E| Compiling memchr v2.7.4
28062026-09-06T04:35:15.560Z[ helios-setup] Sep 06 04:35:14.442 INFO E| Compiling ryu v1.0.20
28072026-09-06T04:35:15.564Z[ helios-setup] Sep 06 04:35:14.447 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28082026-09-06T04:35:16.047Z[ helios-setup] Sep 06 04:35:14.930 INFO E| Compiling errno v0.3.12
28092026-09-06T04:35:16.293Z[ helios-setup] Sep 06 04:35:15.176 INFO E| Compiling quote v1.0.40
28102026-09-06T04:35:16.438Z[ helios-setup] Sep 06 04:35:15.320 INFO E| Compiling syn v2.0.101
28112026-09-06T04:35:16.768Z[ helios-setup] Sep 06 04:35:15.650 INFO E| Compiling tempfile v3.20.0
28122026-09-06T04:35:18.356Z[ helios-setup] Sep 06 04:35:17.239 INFO E| Compiling darling_core v0.20.11
28132026-09-06T04:35:18.709Z[ helios-setup] Sep 06 04:35:17.591 INFO E| Compiling serde_derive v1.0.219
28142026-09-06T04:35:18.709Z[ helios-setup] Sep 06 04:35:17.591 INFO E| Compiling thiserror-impl v2.0.12
28152026-09-06T04:35:19.560Z[ helios-setup] Sep 06 04:35:18.443 INFO E| Compiling darling_macro v0.20.11
28162026-09-06T04:35:20.119Z[ helios-setup] Sep 06 04:35:19.001 INFO E| Compiling darling v0.20.11
28172026-09-06T04:35:20.188Z[ helios-setup] Sep 06 04:35:19.070 INFO E| Compiling serde_with_macros v3.12.0
28182026-09-06T04:35:22.581Z[ helios-setup] Sep 06 04:35:21.463 INFO E| Compiling serde_with v3.12.0
28192026-09-06T04:35:23.070Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.53s
28202026-09-06T04:35:23.303Z[ omicron-package]
28212026-09-06T04:35:23.303Z[ omicron-package] real 40.708242759
28222026-09-06T04:35:23.306Z[ omicron-package] user 3:57.193944120
28232026-09-06T04:35:23.306Z[ omicron-package] sys 28.015286030
28242026-09-06T04:35:23.306Z[ omicron-package] trap 0.476590956
28252026-09-06T04:35:23.306Z[ omicron-package] tflt 0.451747532
28262026-09-06T04:35:23.306Z[ omicron-package] dflt 2.694918344
28272026-09-06T04:35:23.306Z[ omicron-package] kflt 0.011022493
28282026-09-06T04:35:23.306Z[ omicron-package] lock 11:39.281714114
28292026-09-06T04:35:23.306Z[ omicron-package] slp 6:12.759150194
28302026-09-06T04:35:23.306Z[ omicron-package] lat 46.466482178
28312026-09-06T04:35:23.306Z[ omicron-package] stop 1:55.904300699
28322026-09-06T04:35:23.306ZSep 06 04:35:22.186 INFO [omicron-package] process exited with exit status: 0 (40.774435133s)
28332026-09-06T04:35:23.306ZSep 06 04:35:22.186 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28342026-09-06T04:35:23.306ZSep 06 04:35:22.187 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28352026-09-06T04:35:23.315Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28362026-09-06T04:35:23.315Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28372026-09-06T04:35:23.318Z[ recovery-target] Created new build target 'recovery' and set it as active
28382026-09-06T04:35:23.318Z[ host-target] Created new build target 'host' and set it as active
28392026-09-06T04:35:23.321ZSep 06 04:35:22.201 INFO [recovery-target] process exited with exit status: 0 (14.248995ms)
28402026-09-06T04:35:23.321ZSep 06 04:35:22.201 INFO [host-target] process exited with exit status: 0 (14.753345ms)
28412026-09-06T04:35:23.321ZSep 06 04:35:22.201 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28422026-09-06T04:35:23.325Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28432026-09-06T04:35:24.847Z[ host-package] Compiling heck v0.5.0
28442026-09-06T04:35:24.847Z[ host-package] Compiling regress v0.11.1
28452026-09-06T04:35:24.850Z[ host-package] Compiling unsafe-libyaml v0.2.11
28462026-09-06T04:35:24.850Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28472026-09-06T04:35:25.147Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28482026-09-06T04:35:25.147Z[ host-package] Compiling derive-where v1.6.0
28492026-09-06T04:35:25.147Z[ host-package] Compiling bytecount v0.6.9
28502026-09-06T04:35:25.169Z[ host-package] Compiling atomicwrites v0.4.4
28512026-09-06T04:35:25.236Z[ host-package] Compiling is-terminal v0.4.17
28522026-09-06T04:35:25.236Z[ host-package] Compiling prettyplease v0.2.37
28532026-09-06T04:35:25.239Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28542026-09-06T04:35:25.239Z[ host-package] Compiling newline-converter v0.3.0
28552026-09-06T04:35:25.256Z[ host-package] Compiling console v0.15.11
28562026-09-06T04:35:25.325Z[ host-package] Compiling slog-dtrace v0.3.0
28572026-09-06T04:35:25.368Z[ host-package] Compiling cancel-safe-futures v0.1.5
28582026-09-06T04:35:25.371Z[ host-package] Compiling num-rational v0.4.2
28592026-09-06T04:35:25.419Z[ host-package] Compiling num-complex v0.4.6
28602026-09-06T04:35:25.421Z[ host-package] Compiling thread_local v1.1.9
28612026-09-06T04:35:25.422Z[ host-package] Compiling match_cfg v0.1.0
28622026-09-06T04:35:25.495Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28632026-09-06T04:35:25.569Z[ host-package] Compiling compression-core v0.4.31
28642026-09-06T04:35:25.616Z[ host-package] Compiling resolv-conf v0.7.6
28652026-09-06T04:35:25.649Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28662026-09-06T04:35:25.726Z[ host-package] Compiling expectorate v1.2.0
28672026-09-06T04:35:25.777Z[ helios-setup] Sep 06 04:35:24.659 INFO E| Finished `release` profile [optimized] target(s) in 10.82s
28682026-09-06T04:35:25.781Z[ host-package] Compiling compression-codecs v0.4.37
28692026-09-06T04:35:25.804Z[ helios-setup] Sep 06 04:35:24.686 INFO building project "dmar-report" ok (10 seconds)
28702026-09-06T04:35:25.804Z[ helios-setup] Sep 06 04:35:24.686 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28712026-09-06T04:35:25.943Z[ host-package] Compiling num v0.4.3
28722026-09-06T04:35:25.966Z[ host-package] Compiling hostname v0.3.1
28732026-09-06T04:35:25.990Z[ host-package] Compiling multer v3.1.0
28742026-09-06T04:35:26.049Z[ host-package] Compiling slog-async v2.8.0
28752026-09-06T04:35:26.072Z[ host-package] Compiling crossbeam-channel v0.5.15
28762026-09-06T04:35:26.093Z[ host-package] Compiling slog-json v2.6.1
28772026-09-06T04:35:26.120Z[ host-package] Compiling serde_spanned v1.1.1
28782026-09-06T04:35:26.141Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28792026-09-06T04:35:26.228Z[ host-package] Compiling take_mut v0.2.2
28802026-09-06T04:35:26.231Z[ host-package] Compiling float-ord v0.3.2
28812026-09-06T04:35:26.301Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28822026-09-06T04:35:26.323Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28832026-09-06T04:35:26.346Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28842026-09-06T04:35:26.370Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28852026-09-06T04:35:26.395Z[ host-package] Compiling term v1.2.1
28862026-09-06T04:35:26.395Z[ host-package] Compiling linear-map v1.2.0
28872026-09-06T04:35:26.420Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-09-06T04:35:26.423Z[ host-package] Compiling slog-bunyan v2.5.0
28892026-09-06T04:35:26.545Z[ host-package] Compiling async-compression v0.4.41
28902026-09-06T04:35:26.615Z[ host-package] Compiling typify-impl v0.6.2
28912026-09-06T04:35:26.640Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28922026-09-06T04:35:26.687Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28932026-09-06T04:35:26.877Z[ host-package] Compiling slog-term v2.9.2
28942026-09-06T04:35:26.911Z[ host-package] Compiling async-stream v0.3.6
28952026-09-06T04:35:26.933Z[ host-package] Compiling dropshot v0.17.1
28962026-09-06T04:35:26.953Z[ host-package] Compiling sha1 v0.11.0
28972026-09-06T04:35:26.997Z[ host-package] Compiling progenitor-client v0.14.0
28982026-09-06T04:35:27.020Z[ host-package] Compiling oxide-generation v0.1.3
28992026-09-06T04:35:27.096Z[ host-package] Compiling waitgroup v0.1.2
29002026-09-06T04:35:27.119Z[ host-package] Compiling rustls-pemfile v2.2.0
29012026-09-06T04:35:27.246Z[ host-package] Compiling backon v1.6.0
29022026-09-06T04:35:27.275Z[ host-package] Compiling hostname v0.4.2
29032026-09-06T04:35:27.333Z[ host-package] Compiling serde_path_to_error v0.1.20
29042026-09-06T04:35:27.365Z[ host-package] Compiling instant v0.1.13
29052026-09-06T04:35:27.365Z[ host-package] Compiling linked-hash-map v0.5.6
29062026-09-06T04:35:27.422Z[ host-package] Compiling debug-ignore v1.0.5
29072026-09-06T04:35:27.482Z[ host-package] Compiling minimal-lexical v0.2.1
29082026-09-06T04:35:27.518Z[ host-package] Compiling backoff v0.4.0
29092026-09-06T04:35:27.561Z[ host-package] Compiling progenitor-extras v0.2.0
29102026-09-06T04:35:27.587Z[ host-package] Compiling lru-cache v0.1.2
29112026-09-06T04:35:27.622Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29122026-09-06T04:35:27.727Z[ host-package] Compiling oxide-update-engine v0.1.2
29132026-09-06T04:35:27.767Z[ host-package] Compiling nom v7.1.3
29142026-09-06T04:35:27.790Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29152026-09-06T04:35:27.834Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29162026-09-06T04:35:27.834Z[ host-package] Compiling parse-display v0.10.0
29172026-09-06T04:35:27.879Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29182026-09-06T04:35:28.102Z[ host-package] Compiling regress v0.10.5
29192026-09-06T04:35:28.210Z[ host-package] Compiling itertools v0.14.0
29202026-09-06T04:35:28.607Z[ host-package] Compiling macaddr v1.0.1
29212026-09-06T04:35:28.658Z[ host-package] Compiling unicode-xid v0.2.6
29222026-09-06T04:35:28.806Z[ host-package] Compiling humantime v2.3.0
29232026-09-06T04:35:28.873Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29242026-09-06T04:35:29.006Z[ host-package] Compiling hickory-proto v0.24.4
29252026-09-06T04:35:29.086Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29262026-09-06T04:35:29.171Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29272026-09-06T04:35:29.246Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
29282026-09-06T04:35:29.478Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29292026-09-06T04:35:29.613Z[ host-package] Compiling toml v0.8.23
29302026-09-06T04:35:29.662Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29312026-09-06T04:35:29.746Z[ host-package] Compiling papergrid v0.11.0
29322026-09-06T04:35:29.906Z[ host-package] Compiling tabled_derive v0.7.0
29332026-09-06T04:35:30.188Z[ host-package] Compiling typify-macro v0.6.2
29342026-09-06T04:35:30.246Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29352026-09-06T04:35:30.420Z[ host-package] Compiling termtree v0.5.1
29362026-09-06T04:35:30.588Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29372026-09-06T04:35:30.642Z[ host-package] Compiling crossterm v0.29.0
29382026-09-06T04:35:30.973Z[ host-package] Compiling tabled v0.15.0
29392026-09-06T04:35:31.165Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29402026-09-06T04:35:31.510Z[ host-package] Compiling phf_shared v0.12.1
29412026-09-06T04:35:31.678Z[ host-package] Compiling hickory-resolver v0.24.4
29422026-09-06T04:35:31.772Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29432026-09-06T04:35:31.865Z[ host-package] Compiling typify v0.6.2
29442026-09-06T04:35:32.163Z[ host-package] Compiling progenitor-impl v0.14.0
29452026-09-06T04:35:32.830Z[ host-package] Compiling csv-core v0.1.13
29462026-09-06T04:35:32.867Z[ host-package] Compiling vte v0.14.1
29472026-09-06T04:35:33.164Z[ host-package] Compiling qorb v0.4.1
29482026-09-06T04:35:33.328Z[ host-package] Compiling chrono-tz v0.10.4
29492026-09-06T04:35:33.514Z[ host-package] Compiling highway v1.3.0
29502026-09-06T04:35:33.618Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29512026-09-06T04:35:34.224Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29522026-09-06T04:35:34.374Z[ host-package] Compiling csv v1.4.0
29532026-09-06T04:35:34.542Z[ host-package] Compiling progenitor-macro v0.14.0
29542026-09-06T04:35:35.393Z[ host-package] Compiling phf v0.12.1
29552026-09-06T04:35:35.655Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-09-06T04:35:35.919Z[ host-package] Compiling const_format_proc_macros v0.2.34
29572026-09-06T04:35:36.199Z[ host-package] Compiling fd-lock v4.0.4
29582026-09-06T04:35:36.382Z[ host-package] Compiling peg-macros v0.8.5
29592026-09-06T04:35:36.483Z[ host-package] Compiling nu-ansi-term v0.50.3
29602026-09-06T04:35:36.855Z[ host-package] Compiling reedline v0.40.0
29612026-09-06T04:35:36.986Z[ host-package] Compiling const_format v0.2.35
29622026-09-06T04:35:37.868Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29632026-09-06T04:35:37.933Z[ host-package] Compiling peg v0.8.5
29642026-09-06T04:35:38.091Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29652026-09-06T04:35:38.500Z[ host-package] Compiling bcs v0.1.6
29662026-09-06T04:35:39.031Z[ host-package] Compiling nom v8.0.0
29672026-09-06T04:35:39.070Z[ host-package] Compiling semver v0.1.20
29682026-09-06T04:35:39.427Z[ host-package] Compiling rustc_version v0.1.7
29692026-09-06T04:35:39.450Z[ host-package] Compiling progenitor v0.14.0
29702026-09-06T04:35:39.475Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29712026-09-06T04:35:39.553Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29722026-09-06T04:35:39.652Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29732026-09-06T04:35:39.683Z[ host-package] Compiling newtype_derive v0.1.6
29742026-09-06T04:35:39.754Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29752026-09-06T04:35:39.791Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29762026-09-06T04:35:40.068Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29772026-09-06T04:35:40.951Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29782026-09-06T04:35:41.040Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29792026-09-06T04:35:41.394Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29802026-09-06T04:35:42.165Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
29812026-09-06T04:35:42.500Z[ host-package] Compiling steno v0.4.1
29822026-09-06T04:35:42.835Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
29832026-09-06T04:35:42.899Z[ host-package] Compiling sha1 v0.10.6
29842026-09-06T04:35:42.963Z[ host-package] Compiling utf-8 v0.7.6
29852026-09-06T04:35:43.270Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29862026-09-06T04:35:43.386Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29872026-09-06T04:35:43.422Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29882026-09-06T04:35:43.489Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29892026-09-06T04:35:43.555Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29902026-09-06T04:35:43.581Z[ host-package] Compiling tagptr v0.2.0
29912026-09-06T04:35:43.662Z[ host-package] Compiling tungstenite v0.21.0
29922026-09-06T04:35:43.921Z[ host-package] Compiling moka v0.12.13
29932026-09-06T04:35:44.338Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29942026-09-06T04:35:45.282Z[ host-package] Compiling hickory-resolver v0.25.2
29952026-09-06T04:35:46.078Z[ host-package] Compiling tokio-tungstenite v0.21.0
29962026-09-06T04:35:46.189Z[ host-package] Compiling darling_core v0.21.3
29972026-09-06T04:35:46.513Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29982026-09-06T04:35:47.086Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
29992026-09-06T04:35:48.184Z[ host-package] Compiling display-error-chain v0.2.2
30002026-09-06T04:35:48.385Z[ host-package] Compiling vergen-lib v0.1.6
30012026-09-06T04:35:48.636Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
30022026-09-06T04:35:48.697Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
30032026-09-06T04:35:48.836Z[ host-package] Compiling darling_macro v0.21.3
30042026-09-06T04:35:49.259Z[ host-package] Compiling diesel_derives v2.3.7
30052026-09-06T04:35:49.366Z[ host-package] Compiling darling v0.21.3
30062026-09-06T04:35:49.487Z[ host-package] Compiling dsl_auto_type v0.2.0
30072026-09-06T04:35:49.790Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30082026-09-06T04:35:50.165Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30092026-09-06T04:35:50.257Z[ host-package] Compiling vergen-gitcl v1.0.8
30102026-09-06T04:35:50.513Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30112026-09-06T04:35:50.785Z[ host-package] Compiling dirs-sys-next v0.1.2
30122026-09-06T04:35:50.887Z[ host-package] Compiling crunchy v0.2.4
30132026-09-06T04:35:51.110Z[ host-package] Compiling maplit v1.0.2
30142026-09-06T04:35:51.244Z[ host-package] Compiling glob v0.3.3
30152026-09-06T04:35:51.346Z[ host-package] Compiling dirs-next v2.0.0
30162026-09-06T04:35:51.618Z[ host-package] Compiling clang-sys v1.8.1
30172026-09-06T04:35:51.906Z[ host-package] Compiling r2d2 v0.8.10
30182026-09-06T04:35:52.198Z[ helios-setup] Sep 06 04:35:51.080 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')"
30192026-09-06T04:35:52.198Z[ helios-setup] Sep 06 04:35:51.080 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30202026-09-06T04:35:52.205Z[ host-package] Compiling libscf-sys v1.2.0
30212026-09-06T04:35:52.208Z[ helios-setup] Sep 06 04:35:51.088 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
30222026-09-06T04:35:52.208Z[ helios-setup] Sep 06 04:35:51.088 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30232026-09-06T04:35:52.208Z[ helios-setup] Sep 06 04:35:51.088 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30242026-09-06T04:35:52.271Z[ host-package] Compiling downcast-rs v2.0.2
30252026-09-06T04:35:52.378Z[ helios-setup] Sep 06 04:35:51.260 INFO E| Downloading crates ...
30262026-09-06T04:35:52.396Z[ host-package] Compiling tiny-keccak v2.0.2
30272026-09-06T04:35:52.418Z[ helios-setup] Sep 06 04:35:51.300 INFO E| Downloaded adler2 v2.0.0
30282026-09-06T04:35:52.421Z[ host-package] Compiling xshell-macros v0.2.7
30292026-09-06T04:35:52.427Z[ helios-setup] Sep 06 04:35:51.310 INFO E| Downloaded miniz_oxide v0.8.8
30302026-09-06T04:35:52.470Z[ helios-setup] Sep 06 04:35:51.353 INFO E| Compiling adler2 v2.0.0
30312026-09-06T04:35:52.493Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30322026-09-06T04:35:52.562Z[ helios-setup] Sep 06 04:35:51.444 INFO E| Compiling miniz_oxide v0.8.8
30332026-09-06T04:35:52.639Z[ host-package] Compiling term v0.7.0
30342026-09-06T04:35:52.878Z[ host-package] Compiling xshell v0.2.7
30352026-09-06T04:35:52.966Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30362026-09-06T04:35:53.014Z[ host-package] Compiling papergrid v0.18.0
30372026-09-06T04:35:53.050Z[ host-package] Compiling bit-vec v0.6.3
30382026-09-06T04:35:53.198Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30392026-09-06T04:35:53.336Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30402026-09-06T04:35:53.371Z[ host-package] Compiling bit-set v0.5.3
30412026-09-06T04:35:53.593Z[ helios-setup] Sep 06 04:35:52.475 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30422026-09-06T04:35:53.689Z[ host-package] Compiling ascii-canvas v3.0.0
30432026-09-06T04:35:53.852Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30442026-09-06T04:35:54.005Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30452026-09-06T04:35:54.028Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30462026-09-06T04:35:54.069Z[ helios-setup] Sep 06 04:35:52.947 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
30472026-09-06T04:35:54.075Z[ helios-setup] Sep 06 04:35:52.958 INFO building project "pinprick" ok (1 seconds)
30482026-09-06T04:35:54.075Z[ helios-setup] Sep 06 04:35:52.958 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30492026-09-06T04:35:54.083Z[ helios-setup] Sep 06 04:35:52.966 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
30502026-09-06T04:35:54.083Z[ helios-setup] Sep 06 04:35:52.966 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30512026-09-06T04:35:54.083Z[ helios-setup] Sep 06 04:35:52.966 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30522026-09-06T04:35:54.186Z[ helios-setup] Sep 06 04:35:53.068 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30532026-09-06T04:35:54.336Z[ host-package] Compiling tabled v0.21.0
30542026-09-06T04:35:54.491Z[ helios-setup] Sep 06 04:35:53.373 INFO E| From https://github.com/jclulow/rust-jmclib
30552026-09-06T04:35:54.491Z[ helios-setup] Sep 06 04:35:53.373 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30562026-09-06T04:35:54.501Z[ helios-setup] Sep 06 04:35:53.384 INFO E| Updating crates.io index
30572026-09-06T04:35:54.628Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30582026-09-06T04:35:54.653Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-09-06T04:35:54.661Z[ helios-setup] Sep 06 04:35:53.543 INFO E| Downloading crates ...
30602026-09-06T04:35:54.705Z[ helios-setup] Sep 06 04:35:53.587 INFO E| Downloaded block-buffer v0.9.0
30612026-09-06T04:35:54.712Z[ helios-setup] Sep 06 04:35:53.594 INFO E| Downloaded walkdir v2.3.3
30622026-09-06T04:35:54.717Z[ helios-setup] Sep 06 04:35:53.600 INFO E| Downloaded once_cell v1.18.0
30632026-09-06T04:35:54.720Z[ helios-setup] Sep 06 04:35:53.602 INFO E| Downloaded itoa v1.0.9
30642026-09-06T04:35:54.723Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30652026-09-06T04:35:54.733Z[ helios-setup] Sep 06 04:35:53.616 INFO E| Downloaded fastrand v2.0.0
30662026-09-06T04:35:54.736Z[ helios-setup] Sep 06 04:35:53.617 INFO E| Downloaded opaque-debug v0.3.0
30672026-09-06T04:35:54.736Z[ helios-setup] Sep 06 04:35:53.617 INFO E| Downloaded tempfile v3.7.0
30682026-09-06T04:35:54.736Z[ helios-setup] Sep 06 04:35:53.619 INFO E| Downloaded unicode-ident v1.0.11
30692026-09-06T04:35:54.739Z[ helios-setup] Sep 06 04:35:53.620 INFO E| Downloaded getrandom v0.2.10
30702026-09-06T04:35:54.742Z[ helios-setup] Sep 06 04:35:53.622 INFO E| Downloaded sha-1 v0.9.8
30712026-09-06T04:35:54.742Z[ helios-setup] Sep 06 04:35:53.623 INFO E| Downloaded cpufeatures v0.2.9
30722026-09-06T04:35:54.745Z[ helios-setup] Sep 06 04:35:53.628 INFO E| Downloaded libdevinfo-sys v1.0.0
30732026-09-06T04:35:54.752Z[ helios-setup] Sep 06 04:35:53.634 INFO E| Downloaded digest v0.9.0
30742026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.635 INFO E| Downloaded md-5 v0.9.1
30752026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.636 INFO E| Downloaded serde v1.0.193
30762026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.638 INFO E| Downloaded errno v0.3.1
30772026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.643 INFO E| Downloaded quote v1.0.31
30782026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.644 INFO E| Downloaded glob v0.3.1
30792026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.645 INFO E| Downloaded unicode-width v0.1.10
30802026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.651 INFO E| Downloaded proc-macro2 v1.0.66
30812026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.653 INFO E| Downloaded uuid v0.8.2
30822026-09-06T04:35:54.784Z[ helios-setup] Sep 06 04:35:53.657 INFO E| Downloaded bitflags v2.3.3
30832026-09-06T04:35:54.789Z[ helios-setup] Sep 06 04:35:53.666 INFO E| Downloaded serde_derive v1.0.193
30842026-09-06T04:35:54.789Z[ helios-setup] Sep 06 04:35:53.668 INFO E| Downloaded toml v0.5.11
30852026-09-06T04:35:54.789Z[ helios-setup] Sep 06 04:35:53.669 INFO E| Downloaded typenum v1.16.0
30862026-09-06T04:35:54.789Z[ helios-setup] Sep 06 04:35:53.670 INFO E| Downloaded anyhow v1.0.72
30872026-09-06T04:35:54.792Z[ helios-setup] Sep 06 04:35:53.672 INFO E| Downloaded ryu v1.0.15
30882026-09-06T04:35:54.813Z[ helios-setup] Sep 06 04:35:53.693 INFO E| Downloaded serde_json v1.0.103
30892026-09-06T04:35:54.830Z[ helios-setup] Sep 06 04:35:53.712 INFO E| Downloaded syn v2.0.32
30902026-09-06T04:35:54.844Z[ helios-setup] Sep 06 04:35:53.726 INFO E| Downloaded rustix v0.38.4
30912026-09-06T04:35:54.870Z[ helios-setup] Sep 06 04:35:53.752 INFO E| Downloaded libc v0.2.147
30922026-09-06T04:35:54.929Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling libc v0.2.147
30932026-09-06T04:35:54.929Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling proc-macro2 v1.0.66
30942026-09-06T04:35:54.929Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling cfg-if v1.0.0
30952026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling unicode-ident v1.0.11
30962026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling version_check v0.9.4
30972026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling typenum v1.16.0
30982026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling serde v1.0.193
30992026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling powerfmt v0.2.0
31002026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling time-core v0.1.2
31012026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling rustix v0.38.4
31022026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling slog v2.7.0
31032026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling itoa v1.0.9
31042026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling num-conv v0.1.0
31052026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling bitflags v2.3.3
31062026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling once_cell v1.18.0
31072026-09-06T04:35:54.932Z[ helios-setup] Sep 06 04:35:53.811 INFO E| Compiling num_threads v0.1.6
31082026-09-06T04:35:55.066Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31092026-09-06T04:35:55.170Z[ helios-setup] Sep 06 04:35:54.052 INFO E| Compiling fastrand v2.0.0
31102026-09-06T04:35:55.173Z[ host-package] Compiling itertools v0.10.5
31112026-09-06T04:35:55.291Z[ helios-setup] Sep 06 04:35:54.173 INFO E| Compiling opaque-debug v0.3.0
31122026-09-06T04:35:55.390Z[ helios-setup] Sep 06 04:35:54.273 INFO E| Compiling serde_json v1.0.103
31132026-09-06T04:35:55.420Z[ helios-setup] Sep 06 04:35:54.302 INFO E| Compiling deranged v0.3.11
31142026-09-06T04:35:55.483Z[ helios-setup] Sep 06 04:35:54.366 INFO E| Compiling anyhow v1.0.72
31152026-09-06T04:35:55.547Z[ host-package] Compiling ena v0.14.4
31162026-09-06T04:35:55.578Z[ helios-setup] Sep 06 04:35:54.460 INFO E| Compiling cpufeatures v0.2.9
31172026-09-06T04:35:55.613Z[ host-package] Compiling libloading v0.8.9
31182026-09-06T04:35:55.656Z[ helios-setup] Sep 06 04:35:54.539 INFO E| Compiling thread_local v1.1.7
31192026-09-06T04:35:55.668Z[ helios-setup] Sep 06 04:35:54.550 INFO E| Compiling time-macros v0.2.18
31202026-09-06T04:35:55.748Z[ helios-setup] Sep 06 04:35:54.630 INFO E| Compiling same-file v1.0.6
31212026-09-06T04:35:55.805Z[ helios-setup] Sep 06 04:35:54.687 INFO E| Compiling generic-array v0.14.7
31222026-09-06T04:35:55.816Z[ helios-setup] Sep 06 04:35:54.698 INFO E| Compiling unicode-width v0.1.10
31232026-09-06T04:35:55.928Z[ helios-setup] Sep 06 04:35:54.811 INFO E| Compiling ryu v1.0.15
31242026-09-06T04:35:56.015Z[ helios-setup] Sep 06 04:35:54.897 INFO E| Compiling quote v1.0.31
31252026-09-06T04:35:56.070Z[ helios-setup] Sep 06 04:35:54.952 INFO E| Compiling walkdir v2.3.3
31262026-09-06T04:35:56.096Z[ helios-setup] Sep 06 04:35:54.978 INFO E| Compiling getopts v0.2.21
31272026-09-06T04:35:56.099Z[ helios-setup] Sep 06 04:35:54.981 INFO E| Compiling glob v0.3.1
31282026-09-06T04:35:56.128Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31292026-09-06T04:35:56.141Z[ helios-setup] Sep 06 04:35:55.024 INFO E| Compiling libdevinfo-sys v1.0.0
31302026-09-06T04:35:56.225Z[ host-package] Compiling regex-syntax v0.6.29
31312026-09-06T04:35:56.371Z[ helios-setup] Sep 06 04:35:55.254 INFO E| Compiling syn v2.0.32
31322026-09-06T04:35:56.803Z[ helios-setup] Sep 06 04:35:55.686 INFO E| Compiling dirs-sys-next v0.1.2
31332026-09-06T04:35:56.803Z[ helios-setup] Sep 06 04:35:55.686 INFO E| Compiling errno v0.3.1
31342026-09-06T04:35:56.806Z[ helios-setup] Sep 06 04:35:55.686 INFO E| Compiling atty v0.2.14
31352026-09-06T04:35:56.807Z[ helios-setup] Sep 06 04:35:55.686 INFO E| Compiling getrandom v0.2.10
31362026-09-06T04:35:56.875Z[ host-package] Compiling unicase v2.9.0
31372026-09-06T04:35:56.982Z[ helios-setup] Sep 06 04:35:55.864 INFO E| Compiling dirs-next v2.0.0
31382026-09-06T04:35:57.033Z[ host-package] Compiling diff v0.1.13
31392026-09-06T04:35:57.064Z[ helios-setup] Sep 06 04:35:55.946 INFO E| Compiling term v0.7.0
31402026-09-06T04:35:57.196Z[ host-package] Compiling diesel v2.3.7
31412026-09-06T04:35:57.230Z[ host-package] Compiling bindgen v0.71.1
31422026-09-06T04:35:57.284Z[ helios-setup] Sep 06 04:35:56.166 INFO E| Compiling block-buffer v0.9.0
31432026-09-06T04:35:57.284Z[ helios-setup] Sep 06 04:35:56.166 INFO E| Compiling digest v0.9.0
31442026-09-06T04:35:57.402Z[ helios-setup] Sep 06 04:35:56.284 INFO E| Compiling md-5 v0.9.1
31452026-09-06T04:35:57.410Z[ helios-setup] Sep 06 04:35:56.285 INFO E| Compiling sha-1 v0.9.8
31462026-09-06T04:35:57.463Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31472026-09-06T04:35:57.625Z[ helios-setup] Sep 06 04:35:56.505 INFO E| Compiling tempfile v3.7.0
31482026-09-06T04:35:57.634Z[ helios-setup] Sep 06 04:35:56.516 INFO E| Compiling time v0.3.36
31492026-09-06T04:35:57.801Z[ host-package] Compiling cexpr v0.6.0
31502026-09-06T04:35:58.035Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31512026-09-06T04:35:58.108Z[ host-package] Compiling lalrpop v0.19.12
31522026-09-06T04:35:58.312Z[ host-package] Compiling rustc-hash v2.1.1
31532026-09-06T04:35:58.391Z[ helios-setup] Sep 06 04:35:57.273 INFO E| Compiling serde_derive v1.0.193
31542026-09-06T04:35:58.503Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31552026-09-06T04:35:58.506Z[ helios-setup] Sep 06 04:35:57.388 INFO E| Compiling slog-term v2.9.0
31562026-09-06T04:35:58.622Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31572026-09-06T04:35:58.757Z[ host-package] Compiling headers-core v0.3.0
31582026-09-06T04:35:58.843Z[ host-package] Compiling libxml v0.3.3
31592026-09-06T04:35:59.282Z[ host-package] Compiling crc8 v0.1.1
31602026-09-06T04:35:59.415Z[ host-package] Compiling headers v0.4.1
31612026-09-06T04:35:59.759Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31622026-09-06T04:35:59.852Z[ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
31632026-09-06T04:36:00.045Z[ host-package] Compiling strum_macros v0.24.3
31642026-09-06T04:36:00.602Z[ host-package] Compiling indoc v1.0.9
31652026-09-06T04:36:01.150Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31662026-09-06T04:36:01.198Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31672026-09-06T04:36:01.540Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31682026-09-06T04:36:01.593Z[ host-package] Compiling derive_builder v0.20.2
31692026-09-06T04:36:01.733Z[ host-package] Compiling quick-xml v0.37.5
31702026-09-06T04:36:01.780Z[ host-package] Compiling oso-derive v0.27.3
31712026-09-06T04:36:01.813Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31722026-09-06T04:36:02.139Z[ host-package] Compiling openssl-probe v0.1.6
31732026-09-06T04:36:02.377Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31742026-09-06T04:36:02.539Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31752026-09-06T04:36:03.024Z[ helios-setup] Sep 06 04:36:01.906 INFO E| Compiling toml v0.5.11
31762026-09-06T04:36:03.024Z[ helios-setup] Sep 06 04:36:01.906 INFO E| Compiling uuid v0.8.2
31772026-09-06T04:36:03.079Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31782026-09-06T04:36:03.258Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31792026-09-06T04:36:03.286Z[ host-package] Compiling bb8 v0.8.6
31802026-09-06T04:36:03.454Z[ host-package] Compiling trait-variant v0.1.2
31812026-09-06T04:36:03.701Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31822026-09-06T04:36:03.775Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31832026-09-06T04:36:03.835Z[ helios-setup] Sep 06 04:36:02.717 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31842026-09-06T04:36:03.897Z[ host-package] Compiling half v1.8.3
31852026-09-06T04:36:04.063Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31862026-09-06T04:36:04.171Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31872026-09-06T04:36:04.286Z[ host-package] Compiling proc-macro-error2 v2.0.1
31882026-09-06T04:36:04.326Z[ host-package] Compiling serde_cbor v0.11.2
31892026-09-06T04:36:04.394Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
31902026-09-06T04:36:04.413Z[ helios-setup] Sep 06 04:36:03.295 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31912026-09-06T04:36:04.447Z[ host-package] Compiling hashbrown v0.14.5
31922026-09-06T04:36:04.497Z[ host-package] Compiling rfc6979 v0.4.0
31932026-09-06T04:36:04.500Z[ host-package] Compiling samael v0.0.19
31942026-09-06T04:36:04.615Z[ host-package] Compiling salty v0.3.0
31952026-09-06T04:36:04.702Z[ host-package] Compiling ecdsa v0.16.9
31962026-09-06T04:36:05.110Z[ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
31972026-09-06T04:36:05.209Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
31982026-09-06T04:36:05.250Z[ host-package] Compiling chumsky v0.9.3
31992026-09-06T04:36:05.355Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
32002026-09-06T04:36:05.514Z[ host-package] Compiling knus-derive v3.4.0
32012026-09-06T04:36:06.070Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32022026-09-06T04:36:06.093Z[ host-package] Compiling polar-core v0.27.3
32032026-09-06T04:36:06.589Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
32042026-09-06T04:36:06.989Z[ host-package] Compiling primeorder v0.13.6
32052026-09-06T04:36:07.317Z[ host-package] Compiling nonempty v0.12.0
32062026-09-06T04:36:07.367Z[ host-package] Compiling p384 v0.13.1
32072026-09-06T04:36:07.613Z[ host-package] Compiling knus v3.4.0
32082026-09-06T04:36:07.983Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32092026-09-06T04:36:08.206Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
32102026-09-06T04:36:08.546Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32112026-09-06T04:36:08.615Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32122026-09-06T04:36:08.882Z[ helios-setup] Sep 06 04:36:07.764 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s
32132026-09-06T04:36:08.907Z[ helios-setup] Sep 06 04:36:07.788 INFO building project "image-builder" ok (14 seconds)
32142026-09-06T04:36:08.907Z[ helios-setup] Sep 06 04:36:07.788 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
32152026-09-06T04:36:08.915Z[ helios-setup] Sep 06 04:36:07.797 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
32162026-09-06T04:36:08.915Z[ helios-setup] Sep 06 04:36:07.797 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32172026-09-06T04:36:08.915Z[ helios-setup] Sep 06 04:36:07.797 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32182026-09-06T04:36:09.022Z[ helios-setup] Sep 06 04:36:07.904 INFO E| Downloading crates ...
32192026-09-06T04:36:09.065Z[ helios-setup] Sep 06 04:36:07.947 INFO E| Downloaded cpufeatures v0.2.5
32202026-09-06T04:36:09.084Z[ helios-setup] Sep 06 04:36:07.954 INFO E| Downloaded typenum v1.15.0
32212026-09-06T04:36:09.087Z[ helios-setup] Sep 06 04:36:07.958 INFO E| Downloaded anyhow v1.0.62
32222026-09-06T04:36:09.087Z[ helios-setup] Sep 06 04:36:07.961 INFO E| Downloaded sha2 v0.10.5
32232026-09-06T04:36:09.087Z[ helios-setup] Sep 06 04:36:07.962 INFO E| Downloaded block-buffer v0.10.3
32242026-09-06T04:36:09.087Z[ helios-setup] Sep 06 04:36:07.964 INFO E| Downloaded generic-array v0.14.6
32252026-09-06T04:36:09.088Z[ helios-setup] Sep 06 04:36:07.968 INFO E| Downloaded digest v0.10.3
32262026-09-06T04:36:09.091Z[ helios-setup] Sep 06 04:36:07.973 INFO E| Downloaded miniz_oxide v0.6.2
32272026-09-06T04:36:09.094Z[ helios-setup] Sep 06 04:36:07.975 INFO E| Downloaded bytes v1.2.1
32282026-09-06T04:36:09.097Z[ helios-setup] Sep 06 04:36:07.977 INFO E| Downloaded flate2 v1.0.25
32292026-09-06T04:36:09.117Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32302026-09-06T04:36:09.140Z[ helios-setup] Sep 06 04:36:08.022 INFO E| Compiling version_check v0.9.4
32312026-09-06T04:36:09.141Z[ helios-setup] Sep 06 04:36:08.022 INFO E| Compiling typenum v1.15.0
32322026-09-06T04:36:09.141Z[ helios-setup] Sep 06 04:36:08.022 INFO E| Compiling crc32fast v1.3.2
32332026-09-06T04:36:09.144Z[ helios-setup] Sep 06 04:36:08.022 INFO E| Compiling cfg-if v1.0.0
32342026-09-06T04:36:09.144Z[ helios-setup] Sep 06 04:36:08.022 INFO E| Compiling anyhow v1.0.62
32352026-09-06T04:36:09.144Z[ helios-setup] Sep 06 04:36:08.022 INFO E| Compiling adler v1.0.2
32362026-09-06T04:36:09.144Z[ helios-setup] Sep 06 04:36:08.023 INFO E| Compiling unicode-width v0.1.10
32372026-09-06T04:36:09.144Z[ helios-setup] Sep 06 04:36:08.023 INFO E| Compiling cpufeatures v0.2.5
32382026-09-06T04:36:09.144Z[ helios-setup] Sep 06 04:36:08.023 INFO E| Compiling bitflags v1.3.2
32392026-09-06T04:36:09.149Z[ helios-setup] Sep 06 04:36:08.029 INFO E| Compiling bytes v1.2.1
32402026-09-06T04:36:09.290Z[ helios-setup] Sep 06 04:36:08.172 INFO E| Compiling miniz_oxide v0.6.2
32412026-09-06T04:36:09.305Z[ helios-setup] Sep 06 04:36:08.185 INFO E| Compiling getopts v0.2.21
32422026-09-06T04:36:09.567Z[ helios-setup] Sep 06 04:36:08.449 INFO E| Compiling generic-array v0.14.6
32432026-09-06T04:36:09.795Z[ helios-setup] Sep 06 04:36:08.677 INFO E| Compiling flate2 v1.0.25
32442026-09-06T04:36:10.196Z[ host-package] Compiling fxhash v0.2.1
32452026-09-06T04:36:10.578Z[ host-package] Compiling libz-sys v1.1.24
32462026-09-06T04:36:10.681Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32472026-09-06T04:36:10.755Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32482026-09-06T04:36:11.109Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32492026-09-06T04:36:11.322Z[ helios-setup] Sep 06 04:36:10.204 INFO E| Compiling block-buffer v0.10.3
32502026-09-06T04:36:11.322Z[ helios-setup] Sep 06 04:36:10.204 INFO E| Compiling crypto-common v0.1.6
32512026-09-06T04:36:11.428Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32522026-09-06T04:36:11.486Z[ helios-setup] Sep 06 04:36:10.368 INFO E| Compiling digest v0.10.3
32532026-09-06T04:36:11.654Z[ helios-setup] Sep 06 04:36:10.536 INFO E| Compiling sha2 v0.10.5
32542026-09-06T04:36:11.659Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32552026-09-06T04:36:11.886Z[ helios-setup] Sep 06 04:36:10.768 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32562026-09-06T04:36:12.227Z[ host-package] Compiling kstat-rs v0.2.5
32572026-09-06T04:36:12.548Z[ host-package] Compiling mime_guess v2.0.5
32582026-09-06T04:36:12.709Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-09-06T04:36:14.262Z[ host-package] Compiling nanorand v0.7.0
32602026-09-06T04:36:14.769Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32612026-09-06T04:36:14.785Z[ helios-setup] Sep 06 04:36:13.667 INFO E| Finished `release` profile [optimized] target(s) in 5.86s
32622026-09-06T04:36:14.798Z[ helios-setup] Sep 06 04:36:13.681 INFO building project "bootserver" ok (5 seconds)
32632026-09-06T04:36:14.798Z[ helios-setup] Sep 06 04:36:13.681 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32642026-09-06T04:36:14.809Z[ host-package] Compiling parking_lot_core v0.8.6
32652026-09-06T04:36:14.832Z[ helios-setup] Sep 06 04:36:13.714 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
32662026-09-06T04:36:14.832Z[ helios-setup] Sep 06 04:36:13.714 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32672026-09-06T04:36:14.832Z[ helios-setup] Sep 06 04:36:13.714 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32682026-09-06T04:36:15.008Z[ helios-setup] Sep 06 04:36:13.890 INFO E| Updating crates.io index
32692026-09-06T04:36:15.012Z[ helios-setup] Sep 06 04:36:13.891 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32702026-09-06T04:36:15.124Z[ host-package] Compiling flume v0.11.1
32712026-09-06T04:36:15.198Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32722026-09-06T04:36:15.284Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32732026-09-06T04:36:15.455Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32742026-09-06T04:36:15.518Z[ helios-setup] Sep 06 04:36:14.400 INFO E| From https://github.com/oxidecomputer/amd-apcb
32752026-09-06T04:36:15.518Z[ helios-setup] Sep 06 04:36:14.400 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32762026-09-06T04:36:15.533Z[ helios-setup] Sep 06 04:36:14.415 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32772026-09-06T04:36:15.543Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32782026-09-06T04:36:15.583Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32792026-09-06T04:36:15.890Z[ helios-setup] Sep 06 04:36:14.773 INFO E| From https://github.com/oxidecomputer/amd-efs
32802026-09-06T04:36:15.891Z[ helios-setup] Sep 06 04:36:14.773 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32812026-09-06T04:36:16.061Z[ host-package] Compiling git-stub v1.0.0
32822026-09-06T04:36:16.201Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
32832026-09-06T04:36:16.239Z[ host-package] Compiling oso v0.27.3
32842026-09-06T04:36:16.243Z[ helios-setup] Sep 06 04:36:15.122 INFO E| Downloading crates ...
32852026-09-06T04:36:16.285Z[ helios-setup] Sep 06 04:36:15.167 INFO E| Downloaded bytesize v2.0.1
32862026-09-06T04:36:16.294Z[ helios-setup] Sep 06 04:36:15.176 INFO E| Downloaded typenum v1.18.0
32872026-09-06T04:36:16.297Z[ helios-setup] Sep 06 04:36:15.178 INFO E| Downloaded unic-common v0.9.0
32882026-09-06T04:36:16.297Z[ helios-setup] Sep 06 04:36:15.179 INFO E| Downloaded vec_map v0.8.2
32892026-09-06T04:36:16.300Z[ helios-setup] Sep 06 04:36:15.181 INFO E| Downloaded log v0.4.27
32902026-09-06T04:36:16.303Z[ helios-setup] Sep 06 04:36:15.184 INFO E| Downloaded pest_derive v2.8.0
32912026-09-06T04:36:16.306Z[ helios-setup] Sep 06 04:36:15.186 INFO E| Downloaded dyn-clone v1.0.19
32922026-09-06T04:36:16.306Z[ helios-setup] Sep 06 04:36:15.187 INFO E| Downloaded modular-bitfield-impl v0.11.2
32932026-09-06T04:36:16.306Z[ helios-setup] Sep 06 04:36:15.188 INFO E| Downloaded ansi_term v0.12.1
32942026-09-06T04:36:16.309Z[ helios-setup] Sep 06 04:36:15.189 INFO E| Downloaded four-cc v0.4.0
32952026-09-06T04:36:16.312Z[ helios-setup] Sep 06 04:36:15.192 INFO E| Downloaded modular-bitfield v0.11.2
32962026-09-06T04:36:16.316Z[ helios-setup] Sep 06 04:36:15.198 INFO E| Downloaded pest_meta v2.8.0
32972026-09-06T04:36:16.319Z[ helios-setup] Sep 06 04:36:15.200 INFO E| Downloaded unic-char-range v0.9.0
32982026-09-06T04:36:16.319Z[ helios-setup] Sep 06 04:36:15.201 INFO E| Downloaded strsim v0.8.0
32992026-09-06T04:36:16.322Z[ helios-setup] Sep 06 04:36:15.201 INFO E| Downloaded heck v0.3.3
33002026-09-06T04:36:16.322Z[ helios-setup] Sep 06 04:36:15.202 INFO E| Downloaded fletcher v1.0.0
33012026-09-06T04:36:16.322Z[ helios-setup] Sep 06 04:36:15.203 INFO E| Downloaded strum_macros v0.27.1
33022026-09-06T04:36:16.322Z[ helios-setup] Sep 06 04:36:15.204 INFO E| Downloaded zerocopy-derive v0.8.25
33032026-09-06T04:36:16.328Z[ helios-setup] Sep 06 04:36:15.208 INFO E| Downloaded unic-ucd-ident v0.9.0
33042026-09-06T04:36:16.328Z[ helios-setup] Sep 06 04:36:15.209 INFO E| Downloaded textwrap v0.11.0
33052026-09-06T04:36:16.332Z[ helios-setup] Sep 06 04:36:15.214 INFO E| Downloaded parse_int v0.9.0
33062026-09-06T04:36:16.335Z[ helios-setup] Sep 06 04:36:15.215 INFO E| Downloaded unic-char-property v0.9.0
33072026-09-06T04:36:16.335Z[ helios-setup] Sep 06 04:36:15.216 INFO E| Downloaded strum v0.27.1
33082026-09-06T04:36:16.335Z[ helios-setup] Sep 06 04:36:15.217 INFO E| Downloaded unic-ucd-version v0.9.0
33092026-09-06T04:36:16.339Z[ helios-setup] Sep 06 04:36:15.221 INFO E| Downloaded pest_generator v2.8.0
33102026-09-06T04:36:16.341Z[ helios-setup] Sep 06 04:36:15.222 INFO E| Downloaded rustversion v1.0.20
33112026-09-06T04:36:16.341Z[ helios-setup] Sep 06 04:36:15.224 INFO E| Downloaded structopt-derive v0.4.18
33122026-09-06T04:36:16.346Z[ helios-setup] Sep 06 04:36:15.228 INFO E| Downloaded modular-bitfield-impl v0.13.1
33132026-09-06T04:36:16.349Z[ helios-setup] Sep 06 04:36:15.232 INFO E| Downloaded structopt v0.3.26
33142026-09-06T04:36:16.354Z[ helios-setup] Sep 06 04:36:15.237 INFO E| Downloaded modular-bitfield v0.13.1
33152026-09-06T04:36:16.364Z[ helios-setup] Sep 06 04:36:15.246 INFO E| Downloaded goblin v0.9.3
33162026-09-06T04:36:16.368Z[ helios-setup] Sep 06 04:36:15.251 INFO E| Downloaded pest v2.8.0
33172026-09-06T04:36:16.375Z[ helios-setup] Sep 06 04:36:15.258 INFO E| Downloaded clap v2.34.0
33182026-09-06T04:36:16.381Z[ helios-setup] Sep 06 04:36:15.263 INFO E| Downloaded zerocopy v0.8.25
33192026-09-06T04:36:16.485Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling proc-macro2 v1.0.95
33202026-09-06T04:36:16.485Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling unicode-ident v1.0.18
33212026-09-06T04:36:16.485Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling memchr v2.7.4
33222026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling autocfg v1.4.0
33232026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling thiserror v2.0.12
33242026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling syn v1.0.109
33252026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling serde v1.0.219
33262026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling version_check v0.9.5
33272026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling serde_json v1.0.140
33282026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling itoa v1.0.15
33292026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling ryu v1.0.20
33302026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling schemars v0.8.22
33312026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling paste v1.0.15
33322026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling zerocopy v0.8.25
33332026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.367 INFO E| Compiling ucd-trie v0.1.7
33342026-09-06T04:36:16.489Z[ helios-setup] Sep 06 04:36:15.368 INFO E| Compiling libc v0.2.172
33352026-09-06T04:36:16.489Z[ host-package] Compiling corncobs v0.1.4
33362026-09-06T04:36:16.521Z[ host-package] Compiling instability v0.3.11
33372026-09-06T04:36:16.766Z[ host-package] Compiling http-range v0.1.5
33382026-09-06T04:36:16.823Z[ host-package] Compiling strsim v0.10.0
33392026-09-06T04:36:17.210Z[ host-package] Compiling async-bb8-diesel v0.2.1
33402026-09-06T04:36:17.221Z[ helios-setup] Sep 06 04:36:16.103 INFO E| Compiling static_assertions v1.1.0
33412026-09-06T04:36:17.239Z[ helios-setup] Sep 06 04:36:16.120 INFO E| Compiling dyn-clone v1.0.19
33422026-09-06T04:36:17.273Z[ host-package] Compiling diesel-dtrace v0.5.0
33432026-09-06T04:36:17.344Z[ helios-setup] Sep 06 04:36:16.226 INFO E| Compiling rustversion v1.0.20
33442026-09-06T04:36:17.377Z[ helios-setup] Sep 06 04:36:16.258 INFO E| Compiling once_cell v1.21.3
33452026-09-06T04:36:17.434Z[ helios-setup] Sep 06 04:36:16.315 INFO E| Compiling unicode-segmentation v1.12.0
33462026-09-06T04:36:17.636Z[ helios-setup] Sep 06 04:36:16.517 INFO E| Compiling unicode-width v0.1.14
33472026-09-06T04:36:17.647Z[ helios-setup] Sep 06 04:36:16.529 INFO E| Compiling heck v0.5.0
33482026-09-06T04:36:17.692Z[ helios-setup] Sep 06 04:36:16.574 INFO E| Compiling proc-macro-error-attr v1.0.4
33492026-09-06T04:36:17.719Z[ helios-setup] Sep 06 04:36:16.601 INFO E| Compiling proc-macro-error v1.0.4
33502026-09-06T04:36:17.744Z[ helios-setup] Sep 06 04:36:16.626 INFO E| Compiling ansi_term v0.12.1
33512026-09-06T04:36:17.768Z[ helios-setup] Sep 06 04:36:16.649 INFO E| Compiling bitflags v1.3.2
33522026-09-06T04:36:17.843Z[ helios-setup] Sep 06 04:36:16.724 INFO E| Compiling strsim v0.8.0
33532026-09-06T04:36:17.876Z[ helios-setup] Sep 06 04:36:16.757 INFO E| Compiling byteorder v1.5.0
33542026-09-06T04:36:17.909Z[ helios-setup] Sep 06 04:36:16.791 INFO E| Compiling unic-common v0.9.0
33552026-09-06T04:36:17.975Z[ helios-setup] Sep 06 04:36:16.853 INFO E| Compiling num-traits v0.2.19
33562026-09-06T04:36:18.073Z[ helios-setup] Sep 06 04:36:16.951 INFO E| Compiling memoffset v0.9.1
33572026-09-06T04:36:18.146Z[ helios-setup] Sep 06 04:36:17.027 INFO E| Compiling heck v0.3.3
33582026-09-06T04:36:18.161Z[ helios-setup] Sep 06 04:36:17.043 INFO E| Compiling textwrap v0.11.0
33592026-09-06T04:36:18.172Z[ helios-setup] Sep 06 04:36:17.054 INFO E| Compiling strum v0.27.1
33602026-09-06T04:36:18.188Z[ helios-setup] Sep 06 04:36:17.070 INFO E| Compiling fletcher v1.0.0
33612026-09-06T04:36:18.245Z[ host-package] Compiling darling_core v0.13.4
33622026-09-06T04:36:18.304Z[ helios-setup] Sep 06 04:36:17.186 INFO E| Compiling unic-char-range v0.9.0
33632026-09-06T04:36:18.330Z[ helios-setup] Sep 06 04:36:17.212 INFO E| Compiling vec_map v0.8.2
33642026-09-06T04:36:18.330Z[ helios-setup] Sep 06 04:36:17.212 INFO E| Compiling unic-ucd-version v0.9.0
33652026-09-06T04:36:18.349Z[ helios-setup] Sep 06 04:36:17.231 INFO E| Compiling plain v0.2.3
33662026-09-06T04:36:18.349Z[ helios-setup] Sep 06 04:36:17.231 INFO E| Compiling log v0.4.27
33672026-09-06T04:36:18.354Z[ helios-setup] Sep 06 04:36:17.236 INFO E| Compiling lazy_static v1.5.0
33682026-09-06T04:36:18.432Z[ helios-setup] Sep 06 04:36:17.313 INFO E| Compiling unic-char-property v0.9.0
33692026-09-06T04:36:18.456Z[ helios-setup] Sep 06 04:36:17.338 INFO E| Compiling bytesize v2.0.1
33702026-09-06T04:36:18.523Z[ helios-setup] Sep 06 04:36:17.404 INFO E| Compiling unic-ucd-ident v0.9.0
33712026-09-06T04:36:18.651Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33722026-09-06T04:36:18.655Z[ helios-setup] Sep 06 04:36:17.536 INFO E| Compiling atty v0.2.14
33732026-09-06T04:36:18.725Z[ helios-setup] Sep 06 04:36:17.607 INFO E| Compiling clap v2.34.0
33742026-09-06T04:36:19.018Z[ helios-setup] Sep 06 04:36:17.900 INFO E| Compiling quote v1.0.40
33752026-09-06T04:36:19.228Z[ helios-setup] Sep 06 04:36:18.110 INFO E| Compiling syn v2.0.101
33762026-09-06T04:36:19.488Z[ helios-setup] Sep 06 04:36:18.370 INFO E| Compiling parse_int v0.9.0
33772026-09-06T04:36:20.541Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33782026-09-06T04:36:20.776Z[ host-package] Compiling git-stub-vcs v0.1.0
33792026-09-06T04:36:22.066Z[ helios-setup] Sep 06 04:36:20.948 INFO E| Compiling serde_derive_internals v0.29.1
33802026-09-06T04:36:22.165Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33812026-09-06T04:36:22.430Z[ host-package] Compiling progenitor-impl v0.13.0
33822026-09-06T04:36:22.590Z[ helios-setup] Sep 06 04:36:21.472 INFO E| Compiling modular-bitfield-impl v0.11.2
33832026-09-06T04:36:22.590Z[ helios-setup] Sep 06 04:36:21.472 INFO E| Compiling structopt-derive v0.4.18
33842026-09-06T04:36:22.777Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling thiserror-impl v2.0.12
33852026-09-06T04:36:22.777Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling serde_derive v1.0.219
33862026-09-06T04:36:22.777Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling zerocopy-derive v0.8.25
33872026-09-06T04:36:22.780Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling num-derive v0.4.2
33882026-09-06T04:36:22.780Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling modular-bitfield-impl v0.13.1
33892026-09-06T04:36:22.780Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling scroll_derive v0.12.1
33902026-09-06T04:36:22.780Z[ helios-setup] Sep 06 04:36:21.659 INFO E| Compiling strum_macros v0.27.1
33912026-09-06T04:36:23.307Z[ helios-setup] Sep 06 04:36:22.189 INFO E| Compiling schemars_derive v0.8.22
33922026-09-06T04:36:24.058Z[ helios-setup] Sep 06 04:36:22.940 INFO E| Compiling scroll v0.12.0
33932026-09-06T04:36:24.478Z[ helios-setup] Sep 06 04:36:23.360 INFO E| Compiling goblin v0.9.3
33942026-09-06T04:36:24.500Z[ helios-setup] Sep 06 04:36:23.382 INFO E| Compiling structopt v0.3.26
33952026-09-06T04:36:24.769Z[ helios-setup] Sep 06 04:36:23.651 INFO E| Compiling pest v2.8.0
33962026-09-06T04:36:24.914Z[ helios-setup] Sep 06 04:36:23.796 INFO E| Compiling modular-bitfield v0.13.1
33972026-09-06T04:36:25.003Z[ helios-setup] Sep 06 04:36:23.885 INFO E| Compiling modular-bitfield v0.11.2
33982026-09-06T04:36:25.248Z[ host-package] Compiling ignore v0.4.25
33992026-09-06T04:36:25.558Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34002026-09-06T04:36:25.697Z[ host-package] Compiling anstyle-parse v0.2.7
34012026-09-06T04:36:26.103Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34022026-09-06T04:36:26.385Z[ helios-setup] Sep 06 04:36:25.267 INFO E| Compiling pest_meta v2.8.0
34032026-09-06T04:36:26.485Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34042026-09-06T04:36:27.180Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34052026-09-06T04:36:27.207Z[ helios-setup] Sep 06 04:36:26.089 INFO E| Compiling pest_generator v2.8.0
34062026-09-06T04:36:27.263Z[ host-package] Compiling secrecy v0.8.0
34072026-09-06T04:36:27.266Z[ host-package] Compiling vergen-git2 v9.1.0
34082026-09-06T04:36:27.482Z[ host-package] Compiling castaway v0.2.4
34092026-09-06T04:36:27.541Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34102026-09-06T04:36:27.545Z[ host-package] Compiling indoc v2.0.7
34112026-09-06T04:36:27.722Z[ host-package] Compiling compact_str v0.8.1
34122026-09-06T04:36:28.173Z[ helios-setup] Sep 06 04:36:27.054 INFO E| Compiling pest_derive v2.8.0
34132026-09-06T04:36:29.159Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34142026-09-06T04:36:29.384Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34152026-09-06T04:36:29.504Z[ helios-setup] Sep 06 04:36:28.385 INFO E| Compiling json5 v0.4.1
34162026-09-06T04:36:30.035Z[ host-package] Compiling globwalk v0.9.1
34172026-09-06T04:36:30.840Z[ host-package] Compiling anstream v0.6.21
34182026-09-06T04:36:30.905Z[ host-package] Compiling progenitor-macro v0.13.0
34192026-09-06T04:36:31.181Z[ helios-setup] Sep 06 04:36:30.063 INFO E| Compiling four-cc v0.4.0
34202026-09-06T04:36:31.184Z[ helios-setup] Sep 06 04:36:30.063 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34212026-09-06T04:36:31.284Z[ host-package] Compiling hyper-staticfile v0.10.1
34222026-09-06T04:36:31.347Z[ helios-setup] Sep 06 04:36:30.229 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34232026-09-06T04:36:31.409Z[ host-package] Compiling parking_lot v0.11.2
34242026-09-06T04:36:31.512Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34252026-09-06T04:36:32.397Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34262026-09-06T04:36:32.746Z[ host-package] Compiling darling_macro v0.13.4
34272026-09-06T04:36:32.966Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-09-06T04:36:33.352Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34292026-09-06T04:36:33.469Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34302026-09-06T04:36:33.919Z[ host-package] Compiling predicates-tree v1.0.13
34312026-09-06T04:36:34.055Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34322026-09-06T04:36:34.318Z[ host-package] Compiling unicode-truncate v1.1.0
34332026-09-06T04:36:34.342Z[ host-package] Compiling lru v0.12.5
34342026-09-06T04:36:34.368Z[ host-package] Compiling progenitor-client v0.13.0
34352026-09-06T04:36:34.572Z[ host-package] Compiling rand_seeder v0.4.0
34362026-09-06T04:36:34.597Z[ host-package] Compiling prefix-trie v0.7.0
34372026-09-06T04:36:34.597Z[ host-package] Compiling cassowary v0.3.0
34382026-09-06T04:36:34.864Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34392026-09-06T04:36:34.967Z[ host-package] Compiling ratatui v0.29.0
34402026-09-06T04:36:35.089Z[ host-package] Compiling hickory-server v0.25.2
34412026-09-06T04:36:35.134Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34422026-09-06T04:36:35.157Z[ host-package] Compiling darling v0.13.4
34432026-09-06T04:36:35.331Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-09-06T04:36:35.422Z[ host-package] Compiling sled v0.34.7
34452026-09-06T04:36:35.471Z[ host-package] Compiling progenitor v0.13.0
34462026-09-06T04:36:35.709Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34472026-09-06T04:36:35.794Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-09-06T04:36:36.271Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34492026-09-06T04:36:36.667Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34502026-09-06T04:36:36.963Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34512026-09-06T04:36:37.262Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34522026-09-06T04:36:38.424Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
34532026-09-06T04:36:39.414Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34542026-09-06T04:36:40.241Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34552026-09-06T04:36:40.480Z[ host-package] Compiling serde_with_macros v1.5.2
34562026-09-06T04:36:41.301Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-09-06T04:36:41.894Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34582026-09-06T04:36:42.180Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34592026-09-06T04:36:42.346Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34602026-09-06T04:36:42.518Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34612026-09-06T04:36:42.785Z[ host-package] Compiling git2 v0.20.4
34622026-09-06T04:36:42.832Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34632026-09-06T04:36:43.169Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34642026-09-06T04:36:43.477Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34652026-09-06T04:36:43.604Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34662026-09-06T04:36:43.642Z[ host-package] Compiling arc-swap v1.8.2
34672026-09-06T04:36:43.739Z[ host-package] Compiling void v1.0.2
34682026-09-06T04:36:43.921Z[ host-package] Compiling lzss v0.8.2
34692026-09-06T04:36:44.100Z[ host-package] Compiling slog-scope v4.4.1
34702026-09-06T04:36:44.417Z[ host-package] Compiling serde_with v1.14.0
34712026-09-06T04:36:44.508Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34722026-09-06T04:36:45.366Z[ helios-setup] Sep 06 04:36:44.247 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34732026-09-06T04:36:45.951Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34742026-09-06T04:36:46.035Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34752026-09-06T04:36:46.383Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34762026-09-06T04:36:47.182Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34772026-09-06T04:36:47.875Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34782026-09-06T04:36:48.390Z[ host-package] Compiling scuffle v0.1.0
34792026-09-06T04:36:48.562Z[ host-package] Compiling tungstenite v0.23.0
34802026-09-06T04:36:48.668Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34812026-09-06T04:36:48.841Z[ helios-setup] Sep 06 04:36:47.723 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34822026-09-06T04:36:49.191Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34832026-09-06T04:36:49.607Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34842026-09-06T04:36:49.893Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34852026-09-06T04:36:49.946Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34862026-09-06T04:36:50.167Z[ host-package] Compiling nix v0.27.1
34872026-09-06T04:36:50.217Z[ host-package] Compiling twox-hash v2.1.2
34882026-09-06T04:36:50.545Z[ host-package] Compiling libsw-core v0.3.2
34892026-09-06T04:36:50.675Z[ host-package] Compiling atty v0.2.14
34902026-09-06T04:36:50.804Z[ host-package] Compiling serde_bytes v0.11.19
34912026-09-06T04:36:50.829Z[ host-package] Compiling libsw v3.5.0
34922026-09-06T04:36:50.926Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34932026-09-06T04:36:50.930Z[ host-package] Compiling tokio-tungstenite v0.23.1
34942026-09-06T04:36:51.069Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34952026-09-06T04:36:51.116Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34962026-09-06T04:36:51.291Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34972026-09-06T04:36:51.351Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34982026-09-06T04:36:51.487Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34992026-09-06T04:36:53.236Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35002026-09-06T04:36:53.984Z[ host-package] Compiling slog-stdlog v4.1.1
35012026-09-06T04:36:54.472Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35022026-09-06T04:36:54.803Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35032026-09-06T04:36:55.626Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35042026-09-06T04:36:56.132Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35052026-09-06T04:36:56.174Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35062026-09-06T04:36:56.960Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35072026-09-06T04:36:57.144Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35082026-09-06T04:36:58.114Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35092026-09-06T04:36:58.967Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35102026-09-06T04:36:59.315Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
35112026-09-06T04:36:59.662Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35122026-09-06T04:37:00.819Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35132026-09-06T04:37:01.222Z[ helios-setup] Sep 06 04:37:00.104 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.35s
35142026-09-06T04:37:01.259Z[ helios-setup] Sep 06 04:37:00.141 INFO building project "amd-host-image-builder" ok (46 seconds)
35152026-09-06T04:37:01.259Z[ helios-setup] Sep 06 04:37:00.141 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
35162026-09-06T04:37:01.269Z[ helios-setup] Sep 06 04:37:00.150 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
35172026-09-06T04:37:01.272Z[ helios-setup] Sep 06 04:37:00.150 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
35182026-09-06T04:37:01.272Z[ helios-setup] Sep 06 04:37:00.151 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
35192026-09-06T04:37:01.383Z[ helios-setup] Sep 06 04:37:00.265 INFO E| Blocking waiting for file lock on package cache
35202026-09-06T04:37:02.908Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35212026-09-06T04:37:03.851Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35222026-09-06T04:37:03.875Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35232026-09-06T04:37:04.661Z[ helios-setup] Sep 06 04:37:03.543 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
35242026-09-06T04:37:05.040Z[ helios-setup] Sep 06 04:37:03.921 INFO E| From https://github.com/jclulow/hiercmd
35252026-09-06T04:37:05.040Z[ helios-setup] Sep 06 04:37:03.921 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
35262026-09-06T04:37:05.052Z[ helios-setup] Sep 06 04:37:03.934 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
35272026-09-06T04:37:05.177Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35282026-09-06T04:37:05.396Z[ helios-setup] Sep 06 04:37:04.277 INFO E| From https://github.com/oxidecomputer/network-interface
35292026-09-06T04:37:05.396Z[ helios-setup] Sep 06 04:37:04.278 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
35302026-09-06T04:37:05.408Z[ helios-setup] Sep 06 04:37:04.290 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35312026-09-06T04:37:05.739Z[ helios-setup] Sep 06 04:37:04.621 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35322026-09-06T04:37:05.739Z[ helios-setup] Sep 06 04:37:04.621 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35332026-09-06T04:37:05.778Z[ helios-setup] Sep 06 04:37:04.640 INFO E| Updating crates.io index
35342026-09-06T04:37:05.936Z[ helios-setup] Sep 06 04:37:04.818 INFO E| Downloading crates ...
35352026-09-06T04:37:06.027Z[ helios-setup] Sep 06 04:37:04.909 INFO E| Downloaded futures-sink v0.3.31
35362026-09-06T04:37:06.031Z[ helios-setup] Sep 06 04:37:04.910 INFO E| Downloaded clap_lex v0.7.6
35372026-09-06T04:37:06.031Z[ helios-setup] Sep 06 04:37:04.911 INFO E| Downloaded devinfo v0.1.0
35382026-09-06T04:37:06.031Z[ helios-setup] Sep 06 04:37:04.912 INFO E| Downloaded getopts v0.2.24
35392026-09-06T04:37:06.031Z[ helios-setup] Sep 06 04:37:04.913 INFO E| Downloaded futures-task v0.3.31
35402026-09-06T04:37:06.034Z[ helios-setup] Sep 06 04:37:04.913 INFO E| Downloaded bitflags v2.10.0
35412026-09-06T04:37:06.036Z[ helios-setup] Sep 06 04:37:04.917 INFO E| Downloaded futures-io v0.3.31
35422026-09-06T04:37:06.048Z[ helios-setup] Sep 06 04:37:04.930 INFO E| Downloaded crc v3.3.0
35432026-09-06T04:37:06.068Z[ helios-setup] Sep 06 04:37:04.950 INFO E| Downloaded bitfield-macros v0.19.3
35442026-09-06T04:37:06.071Z[ helios-setup] Sep 06 04:37:04.950 INFO E| Downloaded futures-core v0.3.31
35452026-09-06T04:37:06.071Z[ helios-setup] Sep 06 04:37:04.951 INFO E| Downloaded env_filter v0.1.4
35462026-09-06T04:37:06.081Z[ helios-setup] Sep 06 04:37:04.963 INFO E| Downloaded libdevinfo-sys v1.1.0
35472026-09-06T04:37:06.084Z[ helios-setup] Sep 06 04:37:04.964 INFO E| Downloaded futures-channel v0.3.31
35482026-09-06T04:37:06.087Z[ helios-setup] Sep 06 04:37:04.969 INFO E| Downloaded futures-macro v0.3.31
35492026-09-06T04:37:06.121Z[ helios-setup] Sep 06 04:37:05.003 INFO E| Downloaded pin-utils v0.1.0
35502026-09-06T04:37:06.124Z[ helios-setup] Sep 06 04:37:05.004 INFO E| Downloaded serde_spanned v1.0.3
35512026-09-06T04:37:06.124Z[ helios-setup] Sep 06 04:37:05.005 INFO E| Downloaded zeroize_derive v1.4.2
35522026-09-06T04:37:06.124Z[ helios-setup] Sep 06 04:37:05.006 INFO E| Downloaded anstyle v1.0.13
35532026-09-06T04:37:06.127Z[ helios-setup] Sep 06 04:37:05.007 INFO E| Downloaded anstyle-query v1.1.4
35542026-09-06T04:37:06.127Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35552026-09-06T04:37:06.127Z[ helios-setup] Sep 06 04:37:05.008 INFO E| Downloaded futures-executor v0.3.31
35562026-09-06T04:37:06.130Z[ helios-setup] Sep 06 04:37:05.009 INFO E| Downloaded time-core v0.1.6
35572026-09-06T04:37:06.130Z[ helios-setup] Sep 06 04:37:05.010 INFO E| Downloaded env_logger v0.11.8
35582026-09-06T04:37:06.132Z[ helios-setup] Sep 06 04:37:05.012 INFO E| Downloaded generic-array v0.14.9
35592026-09-06T04:37:06.132Z[ helios-setup] Sep 06 04:37:05.013 INFO E| Downloaded find-msvc-tools v0.1.4
35602026-09-06T04:37:06.133Z[ helios-setup] Sep 06 04:37:05.014 INFO E| Downloaded bitfield v0.19.3
35612026-09-06T04:37:06.135Z[ helios-setup] Sep 06 04:37:05.015 INFO E| Downloaded deranged v0.5.5
35622026-09-06T04:37:06.138Z[ helios-setup] Sep 06 04:37:05.020 INFO E| Downloaded base64ct v1.8.0
35632026-09-06T04:37:06.141Z[ helios-setup] Sep 06 04:37:05.022 INFO E| Downloaded simd-adler32 v0.3.7
35642026-09-06T04:37:06.141Z[ helios-setup] Sep 06 04:37:05.023 INFO E| Downloaded clap_derive v4.5.49
35652026-09-06T04:37:06.153Z[ helios-setup] Sep 06 04:37:05.035 INFO E| Downloaded slab v0.4.11
35662026-09-06T04:37:06.156Z[ helios-setup] Sep 06 04:37:05.038 INFO E| Downloaded pin-project-lite v0.2.16
35672026-09-06T04:37:06.159Z[ host-package] Compiling fatfs v0.3.6
35682026-09-06T04:37:06.168Z[ helios-setup] Sep 06 04:37:05.043 INFO E| Downloaded toml_writer v1.0.4
35692026-09-06T04:37:06.168Z[ helios-setup] Sep 06 04:37:05.044 INFO E| Downloaded quote v1.0.41
35702026-09-06T04:37:06.170Z[ helios-setup] Sep 06 04:37:05.046 INFO E| Downloaded num_enum v0.7.5
35712026-09-06T04:37:06.170Z[ helios-setup] Sep 06 04:37:05.049 INFO E| Downloaded toml_datetime v0.7.3
35722026-09-06T04:37:06.174Z[ helios-setup] Sep 06 04:37:05.055 INFO E| Downloaded num_enum_derive v0.7.5
35732026-09-06T04:37:06.174Z[ helios-setup] Sep 06 04:37:05.056 INFO E| Downloaded tokio-macros v2.6.0
35742026-09-06T04:37:06.180Z[ helios-setup] Sep 06 04:37:05.062 INFO E| Downloaded time-macros v0.2.24
35752026-09-06T04:37:06.183Z[ helios-setup] Sep 06 04:37:05.063 INFO E| Downloaded thiserror v2.0.17
35762026-09-06T04:37:06.186Z[ helios-setup] Sep 06 04:37:05.068 INFO E| Downloaded futures v0.3.31
35772026-09-06T04:37:06.189Z[ helios-setup] Sep 06 04:37:05.071 INFO E| Downloaded thiserror-impl v2.0.17
35782026-09-06T04:37:06.195Z[ helios-setup] Sep 06 04:37:05.077 INFO E| Downloaded toml_parser v1.0.4
35792026-09-06T04:37:06.197Z[ helios-setup] Sep 06 04:37:05.078 INFO E| Downloaded signal-hook-registry v1.4.6
35802026-09-06T04:37:06.197Z[ helios-setup] Sep 06 04:37:05.079 INFO E| Downloaded getrandom v0.2.16
35812026-09-06T04:37:06.211Z[ helios-setup] Sep 06 04:37:05.093 INFO E| Downloaded anyhow v1.0.100
35822026-09-06T04:37:06.215Z[ helios-setup] Sep 06 04:37:05.096 INFO E| Downloaded flate2 v1.1.5
35832026-09-06T04:37:06.220Z[ helios-setup] Sep 06 04:37:05.102 INFO E| Downloaded log v0.4.28
35842026-09-06T04:37:06.223Z[ helios-setup] Sep 06 04:37:05.104 INFO E| Downloaded socket2 v0.6.1
35852026-09-06T04:37:06.223Z[ helios-setup] Sep 06 04:37:05.105 INFO E| Downloaded proc-macro2 v1.0.103
35862026-09-06T04:37:06.229Z[ helios-setup] Sep 06 04:37:05.111 INFO E| Downloaded clap v4.5.51
35872026-09-06T04:37:06.232Z[ host-package] Compiling signal-hook-tokio v0.3.1
35882026-09-06T04:37:06.255Z[ helios-setup] Sep 06 04:37:05.137 INFO E| Downloaded bytes v1.10.1
35892026-09-06T04:37:06.265Z[ helios-setup] Sep 06 04:37:05.147 INFO E| Downloaded unicode-ident v1.0.22
35902026-09-06T04:37:06.268Z[ helios-setup] Sep 06 04:37:05.150 INFO E| Downloaded typenum v1.19.0
35912026-09-06T04:37:06.271Z[ helios-setup] Sep 06 04:37:05.152 INFO E| Downloaded toml v0.9.8
35922026-09-06T04:37:06.274Z[ helios-setup] Sep 06 04:37:05.154 INFO E| Downloaded uuid v1.18.1
35932026-09-06T04:37:06.277Z[ helios-setup] Sep 06 04:37:05.159 INFO E| Downloaded cc v1.2.44
35942026-09-06T04:37:06.280Z[ helios-setup] Sep 06 04:37:05.161 INFO E| Downloaded toml_edit v0.23.7
35952026-09-06T04:37:06.283Z[ helios-setup] Sep 06 04:37:05.163 INFO E| Downloaded indexmap v2.12.0
35962026-09-06T04:37:06.286Z[ helios-setup] Sep 06 04:37:05.166 INFO E| Downloaded rand v0.8.5
35972026-09-06T04:37:06.286Z[ helios-setup] Sep 06 04:37:05.168 INFO E| Downloaded rsa v0.9.8
35982026-09-06T04:37:06.289Z[ helios-setup] Sep 06 04:37:05.171 INFO E| Downloaded mio v1.1.0
35992026-09-06T04:37:06.292Z[ helios-setup] Sep 06 04:37:05.174 INFO E| Downloaded memchr v2.7.6
36002026-09-06T04:37:06.295Z[ helios-setup] Sep 06 04:37:05.177 INFO E| Downloaded iddqd v0.3.14
36012026-09-06T04:37:06.308Z[ helios-setup] Sep 06 04:37:05.190 INFO E| Downloaded hashbrown v0.16.0
36022026-09-06T04:37:06.318Z[ helios-setup] Sep 06 04:37:05.200 INFO E| Downloaded num-bigint-dig v0.8.4
36032026-09-06T04:37:06.324Z[ helios-setup] Sep 06 04:37:05.206 INFO E| Downloaded futures-util v0.3.31
36042026-09-06T04:37:06.331Z[ helios-setup] Sep 06 04:37:05.213 INFO E| Downloaded time v0.3.44
36052026-09-06T04:37:06.336Z[ helios-setup] Sep 06 04:37:05.218 INFO E| Downloaded clap_builder v4.5.51
36062026-09-06T04:37:06.360Z[ host-package] Compiling yasna v0.5.2
36072026-09-06T04:37:06.363Z[ helios-setup] Sep 06 04:37:05.242 INFO E| Downloaded libm v0.2.15
36082026-09-06T04:37:06.367Z[ helios-setup] Sep 06 04:37:05.249 INFO E| Downloaded serde_json v1.0.145
36092026-09-06T04:37:06.371Z[ helios-setup] Sep 06 04:37:05.253 INFO E| Downloaded chrono v0.4.42
36102026-09-06T04:37:06.392Z[ helios-setup] Sep 06 04:37:05.274 INFO E| Downloaded unicode-width v0.2.2
36112026-09-06T04:37:06.396Z[ helios-setup] Sep 06 04:37:05.278 INFO E| Downloaded syn v2.0.108
36122026-09-06T04:37:06.425Z[ helios-setup] Sep 06 04:37:05.307 INFO E| Downloaded rustix v1.1.2
36132026-09-06T04:37:06.470Z[ helios-setup] Sep 06 04:37:05.352 INFO E| Downloaded libc v0.2.177
36142026-09-06T04:37:06.479Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36152026-09-06T04:37:06.485Z[ helios-setup] Sep 06 04:37:05.367 INFO E| Downloaded tokio v1.48.0
36162026-09-06T04:37:06.597Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling proc-macro2 v1.0.103
36172026-09-06T04:37:06.597Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling unicode-ident v1.0.22
36182026-09-06T04:37:06.597Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling quote v1.0.41
36192026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling libc v0.2.177
36202026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling serde_core v1.0.228
36212026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling cfg-if v1.0.4
36222026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling serde v1.0.228
36232026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.478 INFO E| Compiling version_check v0.9.5
36242026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling autocfg v1.5.0
36252026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling const-oid v0.9.6
36262026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling typenum v1.19.0
36272026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling libm v0.2.15
36282026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling zerocopy v0.8.27
36292026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling rustversion v1.0.22
36302026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling base64ct v1.8.0
36312026-09-06T04:37:06.600Z[ helios-setup] Sep 06 04:37:05.479 INFO E| Compiling zeroize v1.8.2
36322026-09-06T04:37:07.249Z[ helios-setup] Sep 06 04:37:06.131 INFO E| Compiling smallvec v1.15.1
36332026-09-06T04:37:07.263Z[ host-package] Compiling seq-macro v0.3.6
36342026-09-06T04:37:07.544Z[ helios-setup] Sep 06 04:37:06.425 INFO E| Compiling rustix v1.1.2
36352026-09-06T04:37:07.705Z[ helios-setup] Sep 06 04:37:06.587 INFO E| Compiling generic-array v0.14.9
36362026-09-06T04:37:07.711Z[ helios-setup] Sep 06 04:37:06.593 INFO E| Compiling pem-rfc7468 v0.7.0
36372026-09-06T04:37:07.787Z[ helios-setup] Sep 06 04:37:06.668 INFO E| Compiling flagset v0.4.7
36382026-09-06T04:37:07.810Z[ host-package] Compiling assert_matches v1.5.0
36392026-09-06T04:37:07.875Z[ helios-setup] Sep 06 04:37:06.757 INFO E| Compiling hashbrown v0.16.0
36402026-09-06T04:37:07.911Z[ helios-setup] Sep 06 04:37:06.793 INFO E| Compiling memchr v2.7.6
36412026-09-06T04:37:08.009Z[ helios-setup] Sep 06 04:37:06.890 INFO E| Compiling crc32fast v1.5.0
36422026-09-06T04:37:08.113Z[ helios-setup] Sep 06 04:37:06.995 INFO E| Compiling anyhow v1.0.100
36432026-09-06T04:37:08.197Z[ host-package] Compiling rcgen v0.12.1
36442026-09-06T04:37:08.226Z[ helios-setup] Sep 06 04:37:07.108 INFO E| Compiling utf8parse v0.2.2
36452026-09-06T04:37:08.269Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36462026-09-06T04:37:08.279Z[ helios-setup] Sep 06 04:37:07.161 INFO E| Compiling winnow v0.7.13
36472026-09-06T04:37:08.288Z[ helios-setup] Sep 06 04:37:07.170 INFO E| Compiling equivalent v1.0.2
36482026-09-06T04:37:08.333Z[ helios-setup] Sep 06 04:37:07.215 INFO E| Compiling num-traits v0.2.19
36492026-09-06T04:37:08.361Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36502026-09-06T04:37:08.365Z[ helios-setup] Sep 06 04:37:07.247 INFO E| Compiling byteorder v1.5.0
36512026-09-06T04:37:08.481Z[ helios-setup] Sep 06 04:37:07.362 INFO E| Compiling anstyle-parse v0.2.7
36522026-09-06T04:37:08.684Z[ helios-setup] Sep 06 04:37:07.566 INFO E| Compiling allocator-api2 v0.2.21
36532026-09-06T04:37:08.831Z[ helios-setup] Sep 06 04:37:07.713 INFO E| Compiling indexmap v2.12.0
36542026-09-06T04:37:08.885Z[ helios-setup] Sep 06 04:37:07.767 INFO E| Compiling toml_datetime v0.7.3
36552026-09-06T04:37:08.942Z[ helios-setup] Sep 06 04:37:07.824 INFO E| Compiling is_terminal_polyfill v1.70.2
36562026-09-06T04:37:09.059Z[ helios-setup] Sep 06 04:37:07.940 INFO E| Compiling anstyle-query v1.1.4
36572026-09-06T04:37:09.085Z[ helios-setup] Sep 06 04:37:07.966 INFO E| Compiling anstyle v1.0.13
36582026-09-06T04:37:09.183Z[ helios-setup] Sep 06 04:37:08.065 INFO E| Compiling radium v0.7.0
36592026-09-06T04:37:09.207Z[ helios-setup] Sep 06 04:37:08.088 INFO E| Compiling cpufeatures v0.2.17
36602026-09-06T04:37:09.214Z[ helios-setup] Sep 06 04:37:08.095 INFO E| Compiling syn v1.0.109
36612026-09-06T04:37:09.255Z[ helios-setup] Sep 06 04:37:08.136 INFO E| Compiling shlex v1.3.0
36622026-09-06T04:37:09.296Z[ helios-setup] Sep 06 04:37:08.178 INFO E| Compiling getrandom v0.2.16
36632026-09-06T04:37:09.429Z[ helios-setup] Sep 06 04:37:08.310 INFO E| Compiling errno v0.3.14
36642026-09-06T04:37:09.555Z[ helios-setup] Sep 06 04:37:08.436 INFO E| Compiling rand_core v0.6.4
36652026-09-06T04:37:09.822Z[ helios-setup] Sep 06 04:37:08.704 INFO E| Compiling find-msvc-tools v0.1.4
36662026-09-06T04:37:09.836Z[ helios-setup] Sep 06 04:37:08.718 INFO E| Compiling colorchoice v1.0.4
36672026-09-06T04:37:09.979Z[ helios-setup] Sep 06 04:37:08.861 INFO E| Compiling anstream v0.6.21
36682026-09-06T04:37:10.110Z[ helios-setup] Sep 06 04:37:08.992 INFO E| Compiling slog v2.8.2
36692026-09-06T04:37:10.200Z[ helios-setup] Sep 06 04:37:09.082 INFO E| Compiling syn v2.0.108
36702026-09-06T04:37:10.217Z[ helios-setup] Sep 06 04:37:09.099 INFO E| Compiling cc v1.2.44
36712026-09-06T04:37:10.261Z[ helios-setup] Sep 06 04:37:09.143 INFO E| Compiling parking_lot_core v0.9.12
36722026-09-06T04:37:10.308Z[ helios-setup] Sep 06 04:37:09.189 INFO E| Compiling pkg-config v0.3.32
36732026-09-06T04:37:10.487Z[ helios-setup] Sep 06 04:37:09.369 INFO E| Compiling maybe-uninit v2.0.0
36742026-09-06T04:37:10.753Z[ helios-setup] Sep 06 04:37:09.634 INFO E| Compiling crypto-common v0.1.6
36752026-09-06T04:37:10.861Z[ helios-setup] Sep 06 04:37:09.742 INFO E| Compiling block-buffer v0.10.4
36762026-09-06T04:37:10.961Z[ helios-setup] Sep 06 04:37:09.843 INFO E| Compiling futures-core v0.3.31
36772026-09-06T04:37:11.049Z[ helios-setup] Sep 06 04:37:09.931 INFO E| Compiling pin-project-lite v0.2.16
36782026-09-06T04:37:11.173Z[ helios-setup] Sep 06 04:37:10.047 INFO E| Compiling digest v0.10.7
36792026-09-06T04:37:11.176Z[ helios-setup] Sep 06 04:37:10.056 INFO E| Compiling tap v1.0.1
36802026-09-06T04:37:11.209Z[ helios-setup] Sep 06 04:37:10.091 INFO E| Compiling toml_parser v1.0.4
36812026-09-06T04:37:11.235Z[ helios-setup] Sep 06 04:37:10.117 INFO E| Compiling unicode-width v0.2.2
36822026-09-06T04:37:11.321Z[ helios-setup] Sep 06 04:37:10.202 INFO E| Compiling futures-sink v0.3.31
36832026-09-06T04:37:11.334Z[ helios-setup] Sep 06 04:37:10.216 INFO E| Compiling wyz v0.5.1
36842026-09-06T04:37:11.341Z[ helios-setup] Sep 06 04:37:10.223 INFO E| Compiling num-integer v0.1.46
36852026-09-06T04:37:11.423Z[ helios-setup] Sep 06 04:37:10.305 INFO E| Compiling futures-channel v0.3.31
36862026-09-06T04:37:11.515Z[ helios-setup] Sep 06 04:37:10.396 INFO E| Compiling ahash v0.8.12
36872026-09-06T04:37:11.541Z[ helios-setup] Sep 06 04:37:10.423 INFO E| Compiling num-bigint-dig v0.8.4
36882026-09-06T04:37:11.555Z[ helios-setup] Sep 06 04:37:10.436 INFO E| Compiling pin-utils v0.1.0
36892026-09-06T04:37:11.564Z[ helios-setup] Sep 06 04:37:10.445 INFO E| Compiling itoa v1.0.15
36902026-09-06T04:37:11.646Z[ helios-setup] Sep 06 04:37:10.527 INFO E| Compiling sha2 v0.10.9
36912026-09-06T04:37:11.739Z[ helios-setup] Sep 06 04:37:10.621 INFO E| Compiling getopts v0.2.24
36922026-09-06T04:37:11.792Z[ host-package] Compiling slog-envlogger v2.2.0
36932026-09-06T04:37:11.804Z[ helios-setup] Sep 06 04:37:10.685 INFO E| Compiling heck v0.5.0
36942026-09-06T04:37:11.844Z[ helios-setup] Sep 06 04:37:10.725 INFO E| Compiling bytes v1.10.1
36952026-09-06T04:37:12.176Z[ helios-setup] Sep 06 04:37:11.057 INFO E| Compiling toml_edit v0.23.7
36962026-09-06T04:37:12.194Z[ helios-setup] Sep 06 04:37:11.075 INFO E| Compiling slab v0.4.11
36972026-09-06T04:37:12.204Z[ helios-setup] Sep 06 04:37:11.082 INFO E| Compiling packed_struct v0.10.1
36982026-09-06T04:37:12.204Z[ helios-setup] Sep 06 04:37:11.083 INFO E| Compiling funty v2.0.0
36992026-09-06T04:37:12.227Z[ helios-setup] Sep 06 04:37:11.109 INFO E| Compiling getrandom v0.3.4
37002026-09-06T04:37:12.254Z[ helios-setup] Sep 06 04:37:11.135 INFO E| Compiling num-conv v0.1.0
37012026-09-06T04:37:12.378Z[ helios-setup] Sep 06 04:37:11.259 INFO E| Compiling futures-task v0.3.31
37022026-09-06T04:37:12.406Z[ helios-setup] Sep 06 04:37:11.287 INFO E| Compiling bitflags v2.10.0
37032026-09-06T04:37:12.452Z[ helios-setup] Sep 06 04:37:11.330 INFO E| Compiling futures-io v0.3.31
37042026-09-06T04:37:12.462Z[ helios-setup] Sep 06 04:37:11.337 INFO E| Compiling time-core v0.1.6
37052026-09-06T04:37:12.531Z[ helios-setup] Sep 06 04:37:11.413 INFO E| Compiling spin v0.9.8
37062026-09-06T04:37:12.558Z[ helios-setup] Sep 06 04:37:11.440 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
37072026-09-06T04:37:12.647Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37082026-09-06T04:37:12.830Z[ helios-setup] Sep 06 04:37:11.711 INFO E| Compiling scopeguard v1.2.0
37092026-09-06T04:37:12.874Z[ helios-setup] Sep 06 04:37:11.755 INFO E| Compiling powerfmt v0.2.0
37102026-09-06T04:37:12.987Z[ helios-setup] Sep 06 04:37:11.869 INFO E| Compiling thiserror v1.0.69
37112026-09-06T04:37:13.071Z[ helios-setup] Sep 06 04:37:11.953 INFO E| Compiling clap_lex v0.7.6
37122026-09-06T04:37:13.098Z[ helios-setup] Sep 06 04:37:11.979 INFO E| Compiling strsim v0.11.1
37132026-09-06T04:37:13.226Z[ helios-setup] Sep 06 04:37:12.107 INFO E| Compiling deranged v0.5.5
37142026-09-06T04:37:13.232Z[ helios-setup] Sep 06 04:37:12.114 INFO E| Compiling bitvec v1.0.1
37152026-09-06T04:37:13.277Z[ helios-setup] Sep 06 04:37:12.158 INFO E| Compiling lock_api v0.4.14
37162026-09-06T04:37:13.366Z[ helios-setup] Sep 06 04:37:12.248 INFO E| Compiling proc-macro-crate v3.4.0
37172026-09-06T04:37:13.737Z[ helios-setup] Sep 06 04:37:12.619 INFO E| Compiling time-macros v0.2.24
37182026-09-06T04:37:13.774Z[ helios-setup] Sep 06 04:37:12.655 INFO E| Compiling terminal_size v0.4.3
37192026-09-06T04:37:13.910Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37202026-09-06T04:37:13.970Z[ helios-setup] Sep 06 04:37:12.852 INFO E| Compiling clap_builder v4.5.51
37212026-09-06T04:37:13.994Z[ helios-setup] Sep 06 04:37:12.875 INFO E| Compiling lazy_static v1.5.0
37222026-09-06T04:37:14.032Z[ helios-setup] Sep 06 04:37:12.914 INFO E| Compiling num-iter v0.1.45
37232026-09-06T04:37:14.144Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37242026-09-06T04:37:14.156Z[ helios-setup] Sep 06 04:37:13.037 INFO E| Compiling indexmap v1.9.3
37252026-09-06T04:37:14.195Z[ helios-setup] Sep 06 04:37:13.077 INFO E| Compiling iana-time-zone v0.1.64
37262026-09-06T04:37:14.209Z[ helios-setup] Sep 06 04:37:13.091 INFO E| Compiling thiserror v2.0.17
37272026-09-06T04:37:14.310Z[ helios-setup] Sep 06 04:37:13.192 INFO E| Compiling once_cell v1.21.3
37282026-09-06T04:37:14.445Z[ helios-setup] Sep 06 04:37:13.327 INFO E| Compiling serde_json v1.0.145
37292026-09-06T04:37:14.477Z[ helios-setup] Sep 06 04:37:13.359 INFO E| Compiling simd-adler32 v0.3.7
37302026-09-06T04:37:14.561Z[ helios-setup] Sep 06 04:37:13.443 INFO E| Compiling log v0.4.28
37312026-09-06T04:37:14.622Z[ helios-setup] Sep 06 04:37:13.504 INFO E| Compiling nodrop v0.1.14
37322026-09-06T04:37:14.695Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37332026-09-06T04:37:14.909Z[ helios-setup] Sep 06 04:37:13.791 INFO E| Compiling crc-catalog v2.4.0
37342026-09-06T04:37:14.975Z[ helios-setup] Sep 06 04:37:13.857 INFO E| Compiling adler2 v2.0.1
37352026-09-06T04:37:15.027Z[ helios-setup] Sep 06 04:37:13.908 INFO E| Compiling crc v3.3.0
37362026-09-06T04:37:15.044Z[ helios-setup] Sep 06 04:37:13.925 INFO E| Compiling env_filter v0.1.4
37372026-09-06T04:37:15.122Z[ helios-setup] Sep 06 04:37:14.004 INFO E| Compiling miniz_oxide v0.8.9
37382026-09-06T04:37:15.186Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37392026-09-06T04:37:15.208Z[ helios-setup] Sep 06 04:37:14.090 INFO E| Compiling array-init v0.0.4
37402026-09-06T04:37:15.279Z[ helios-setup] Sep 06 04:37:14.160 INFO E| Compiling chrono v0.4.42
37412026-09-06T04:37:15.345Z[ helios-setup] Sep 06 04:37:14.227 INFO E| Compiling parking_lot v0.12.5
37422026-09-06T04:37:15.514Z[ helios-setup] Sep 06 04:37:14.396 INFO E| Compiling smallvec v0.6.14
37432026-09-06T04:37:15.971Z[ helios-setup] Sep 06 04:37:14.852 INFO E| Compiling serde_spanned v1.0.3
37442026-09-06T04:37:16.008Z[ helios-setup] Sep 06 04:37:14.890 INFO E| Compiling signature v2.2.0
37452026-09-06T04:37:16.098Z[ host-package] Compiling port-file v0.1.0
37462026-09-06T04:37:16.167Z[ helios-setup] Sep 06 04:37:15.048 INFO E| Compiling time v0.3.44
37472026-09-06T04:37:16.226Z[ helios-setup] Sep 06 04:37:15.108 INFO E| Compiling mio v1.1.0
37482026-09-06T04:37:16.283Z[ helios-setup] Sep 06 04:37:15.165 INFO E| Compiling signal-hook-registry v1.4.6
37492026-09-06T04:37:16.357Z[ helios-setup] Sep 06 04:37:15.239 INFO E| Compiling is-terminal v0.4.17
37502026-09-06T04:37:16.428Z[ helios-setup] Sep 06 04:37:15.310 INFO E| Compiling socket2 v0.6.1
37512026-09-06T04:37:16.490Z[ helios-setup] Sep 06 04:37:15.372 INFO E| Compiling thread_local v1.1.9
37522026-09-06T04:37:16.547Z[ host-package] Compiling rtoolbox v0.0.3
37532026-09-06T04:37:16.855Z[ helios-setup] Sep 06 04:37:15.736 INFO E| Compiling packed_struct_codegen v0.10.1
37542026-09-06T04:37:16.916Z[ helios-setup] Sep 06 04:37:15.797 INFO E| Compiling serde_derive v1.0.228
37552026-09-06T04:37:16.949Z[ helios-setup] Sep 06 04:37:15.830 INFO E| Compiling zerocopy-derive v0.8.27
37562026-09-06T04:37:16.988Z[ helios-setup] Sep 06 04:37:15.870 INFO E| Compiling der_derive v0.7.3
37572026-09-06T04:37:17.063Z[ host-package] Compiling subprocess v0.2.15
37582026-09-06T04:37:17.225Z[ helios-setup] Sep 06 04:37:16.107 INFO E| Compiling futures-macro v0.3.31
37592026-09-06T04:37:17.259Z[ helios-setup] Sep 06 04:37:16.141 INFO E| Compiling zerocopy-derive v0.6.6
37602026-09-06T04:37:17.263Z[ host-package] Compiling rpassword v7.5.4
37612026-09-06T04:37:17.394Z[ helios-setup] Sep 06 04:37:16.276 INFO E| Compiling num_enum_derive v0.7.5
37622026-09-06T04:37:17.569Z[ helios-setup] Sep 06 04:37:16.450 INFO E| Compiling bitfield-macros v0.19.3
37632026-09-06T04:37:17.642Z[ helios-setup] Sep 06 04:37:16.523 INFO E| Compiling thiserror-impl v1.0.69
37642026-09-06T04:37:17.649Z[ helios-setup] Sep 06 04:37:16.531 INFO E| Compiling clap_derive v4.5.49
37652026-09-06T04:37:18.131Z[ helios-setup] Sep 06 04:37:17.013 INFO E| Compiling thiserror-impl v2.0.17
37662026-09-06T04:37:18.556Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37672026-09-06T04:37:18.703Z[ helios-setup] Sep 06 04:37:17.583 INFO E| Compiling tokio-macros v2.6.0
37682026-09-06T04:37:19.274Z[ helios-setup] Sep 06 04:37:18.150 INFO E| Compiling bitfield v0.19.3
37692026-09-06T04:37:19.277Z[ helios-setup] Sep 06 04:37:18.158 INFO E| Compiling der v0.7.10
37702026-09-06T04:37:19.303Z[ helios-setup] Sep 06 04:37:18.184 INFO E| Compiling futures-util v0.3.31
37712026-09-06T04:37:19.384Z[ helios-setup] Sep 06 04:37:18.266 INFO E| Compiling zerocopy v0.6.6
37722026-09-06T04:37:19.679Z[ helios-setup] Sep 06 04:37:18.561 INFO E| Compiling term v1.2.0
37732026-09-06T04:37:19.850Z[ helios-setup] Sep 06 04:37:18.731 INFO E| Compiling libdevinfo-sys v1.1.0
37742026-09-06T04:37:19.947Z[ helios-setup] Sep 06 04:37:18.828 INFO E| Compiling num_enum v0.7.5
37752026-09-06T04:37:20.178Z[ helios-setup] Sep 06 04:37:19.060 INFO E| Compiling hashbrown v0.12.3
37762026-09-06T04:37:20.224Z[ helios-setup] Sep 06 04:37:19.106 INFO E| Compiling subtle v2.6.1
37772026-09-06T04:37:20.240Z[ helios-setup] Sep 06 04:37:19.122 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37782026-09-06T04:37:20.456Z[ helios-setup] Sep 06 04:37:19.337 INFO E| Compiling toml_writer v1.0.4
37792026-09-06T04:37:20.494Z[ helios-setup] Sep 06 04:37:19.375 INFO E| Compiling base64 v0.21.7
37802026-09-06T04:37:20.646Z[ helios-setup] Sep 06 04:37:19.527 INFO E| Compiling winnow v0.5.40
37812026-09-06T04:37:20.655Z[ helios-setup] Sep 06 04:37:19.535 INFO E| Compiling ryu v1.0.20
37822026-09-06T04:37:20.672Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37832026-09-06T04:37:20.745Z[ helios-setup] Sep 06 04:37:19.625 INFO E| Compiling toml v0.9.8
37842026-09-06T04:37:21.135Z[ helios-setup] Sep 06 04:37:20.016 INFO E| Compiling spki v0.7.3
37852026-09-06T04:37:21.206Z[ helios-setup] Sep 06 04:37:20.088 INFO E| Compiling devinfo v0.1.0
37862026-09-06T04:37:21.249Z[ helios-setup] Sep 06 04:37:20.130 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37872026-09-06T04:37:21.308Z[ helios-setup] Sep 06 04:37:20.189 INFO E| Compiling tokio v1.48.0
37882026-09-06T04:37:21.515Z[ helios-setup] Sep 06 04:37:20.396 INFO E| Compiling pkcs8 v0.10.2
37892026-09-06T04:37:21.551Z[ helios-setup] Sep 06 04:37:20.433 INFO E| Compiling x509-cert v0.2.5
37902026-09-06T04:37:21.555Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37912026-09-06T04:37:21.601Z[ helios-setup] Sep 06 04:37:20.483 INFO E| Compiling clap v4.5.51
37922026-09-06T04:37:21.742Z[ helios-setup] Sep 06 04:37:20.623 INFO E| Compiling bzip2 v0.4.4
37932026-09-06T04:37:21.954Z[ helios-setup] Sep 06 04:37:20.835 INFO E| Compiling pkcs1 v0.7.5
37942026-09-06T04:37:22.267Z[ helios-setup] Sep 06 04:37:21.148 INFO E| Compiling flate2 v1.1.5
37952026-09-06T04:37:22.763Z[ helios-setup] Sep 06 04:37:21.644 INFO E| Compiling ppv-lite86 v0.2.21
37962026-09-06T04:37:22.945Z[ helios-setup] Sep 06 04:37:21.827 INFO E| Compiling uuid v1.18.1
37972026-09-06T04:37:23.070Z[ helios-setup] Sep 06 04:37:21.952 INFO E| Compiling hashbrown v0.13.2
37982026-09-06T04:37:23.209Z[ helios-setup] Sep 06 04:37:22.091 INFO E| Compiling env_logger v0.11.8
37992026-09-06T04:37:23.246Z[ helios-setup] Sep 06 04:37:22.127 INFO E| Compiling rustc-hash v2.1.1
38002026-09-06T04:37:23.363Z[ helios-setup] Sep 06 04:37:22.244 INFO E| Compiling rand_chacha v0.3.1
38012026-09-06T04:37:23.460Z[ helios-setup] Sep 06 04:37:22.341 INFO E| Compiling crc-any v2.5.0
38022026-09-06T04:37:23.581Z[ helios-setup] Sep 06 04:37:22.463 INFO E| Compiling hex v0.4.3
38032026-09-06T04:37:24.113Z[ helios-setup] Sep 06 04:37:22.994 INFO E| Compiling erased-serde v0.3.31
38042026-09-06T04:37:24.246Z[ helios-setup] Sep 06 04:37:23.128 INFO E| Compiling rand v0.8.5
38052026-09-06T04:37:24.247Z[ helios-setup] Sep 06 04:37:23.128 INFO E| Compiling toml_datetime v0.6.11
38062026-09-06T04:37:24.437Z[ helios-setup] Sep 06 04:37:23.318 INFO E| Compiling serde_spanned v0.6.9
38072026-09-06T04:37:24.509Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38082026-09-06T04:37:24.617Z[ helios-setup] Sep 06 04:37:23.498 INFO E| Compiling ron v0.8.1
38092026-09-06T04:37:24.707Z[ helios-setup] Sep 06 04:37:23.589 INFO E| Compiling toml_edit v0.19.15
38102026-09-06T04:37:24.752Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38112026-09-06T04:37:24.829Z[ helios-setup] Sep 06 04:37:23.710 INFO E| Compiling serde-hex v0.1.0
38122026-09-06T04:37:24.969Z[ helios-setup] Sep 06 04:37:23.850 INFO E| Compiling foldhash v0.2.0
38132026-09-06T04:37:25.090Z[ helios-setup] Sep 06 04:37:23.971 INFO E| Compiling bitflags v1.3.2
38142026-09-06T04:37:25.182Z[ helios-setup] Sep 06 04:37:24.064 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
38152026-09-06T04:37:25.579Z[ helios-setup] Sep 06 04:37:24.461 INFO E| Compiling futures-executor v0.3.31
38162026-09-06T04:37:25.600Z[ helios-setup] Sep 06 04:37:24.481 INFO E| Compiling iddqd v0.3.14
38172026-09-06T04:37:25.734Z[ helios-setup] Sep 06 04:37:24.616 INFO E| Compiling object v0.30.4
38182026-09-06T04:37:25.787Z[ helios-setup] Sep 06 04:37:24.669 INFO E| Compiling zip v0.6.6
38192026-09-06T04:37:26.178Z[ helios-setup] Sep 06 04:37:25.060 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
38202026-09-06T04:37:26.220Z[ host-package] Compiling tui-tree-widget v0.23.1
38212026-09-06T04:37:26.567Z[ helios-setup] Sep 06 04:37:25.449 INFO E| Compiling slog-term v2.9.2
38222026-09-06T04:37:26.656Z[ helios-setup] Sep 06 04:37:25.538 INFO E| Compiling futures v0.3.31
38232026-09-06T04:37:26.771Z[ helios-setup] Sep 06 04:37:25.653 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38242026-09-06T04:37:26.997Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38252026-09-06T04:37:27.861Z[ helios-setup] Sep 06 04:37:26.743 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38262026-09-06T04:37:27.972Z[ helios-setup] Sep 06 04:37:26.853 INFO E| Compiling rsa v0.9.8
38272026-09-06T04:37:28.024Z[ helios-setup] Sep 06 04:37:26.906 INFO E| Compiling toml v0.7.8
38282026-09-06T04:37:28.077Z[ helios-setup] Sep 06 04:37:26.957 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
38292026-09-06T04:37:28.230Z[ helios-setup] Sep 06 04:37:27.112 INFO E| Compiling path-slash v0.1.5
38302026-09-06T04:37:29.926Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38312026-09-06T04:37:30.579Z[ helios-setup] Sep 06 04:37:29.460 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38322026-09-06T04:37:30.628Z[ helios-setup] Sep 06 04:37:29.510 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38332026-09-06T04:37:35.114Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38342026-09-06T04:37:35.122Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38352026-09-06T04:37:35.638Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38362026-09-06T04:37:35.660Z[ host-package] Compiling uzers v0.12.2
38372026-09-06T04:37:36.066Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38382026-09-06T04:37:36.313Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38392026-09-06T04:37:36.667Z[ helios-setup] Sep 06 04:37:35.548 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38402026-09-06T04:37:37.106Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38412026-09-06T04:37:37.444Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38422026-09-06T04:37:37.752Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38432026-09-06T04:37:37.923Z[ helios-setup] Sep 06 04:37:36.804 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38442026-09-06T04:37:39.611Z[ host-package] Compiling support-bundle-viewer v0.1.2
38452026-09-06T04:37:41.203Z[ host-package] Compiling multimap v0.10.1
38462026-09-06T04:37:42.249Z[ helios-setup] Sep 06 04:37:41.131 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38472026-09-06T04:37:51.263Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38482026-09-06T04:37:54.313Z[ helios-setup] Sep 06 04:37:53.194 INFO E| Finished `release` profile [optimized] target(s) in 53.03s
38492026-09-06T04:37:54.316Z[ helios-setup] Sep 06 04:37:53.197 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38502026-09-06T04:37:54.316Z[ helios-setup] Sep 06 04:37:53.197 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38512026-09-06T04:37:54.374Z[ helios-setup] Sep 06 04:37:53.256 INFO building project "pilot" ok (53 seconds)
38522026-09-06T04:37:54.378Z[ helios-setup] rm -f helios-build
38532026-09-06T04:37:54.381Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38542026-09-06T04:37:54.381Z[ helios-setup]
38552026-09-06T04:37:54.384Z[ helios-setup] Setup complete! ./helios-build is now available.
38562026-09-06T04:37:54.384Z[ helios-setup]
38572026-09-06T04:37:54.384Z[ helios-setup]
38582026-09-06T04:37:54.384Z[ helios-setup] real 3:11.850862017
38592026-09-06T04:37:54.384Z[ helios-setup] user 7:03.893007989
38602026-09-06T04:37:54.384Z[ helios-setup] sys 1:19.872455540
38612026-09-06T04:37:54.384Z[ helios-setup] trap 0.517251563
38622026-09-06T04:37:54.384Z[ helios-setup] tflt 2.905032321
38632026-09-06T04:37:54.384Z[ helios-setup] dflt 7.222429840
38642026-09-06T04:37:54.384Z[ helios-setup] kflt 0.010357343
38652026-09-06T04:37:54.384Z[ helios-setup] lock 1:01:19.441147204
38662026-09-06T04:37:54.384Z[ helios-setup] slp 38:54.990437168
38672026-09-06T04:37:54.384Z[ helios-setup] lat 7:24.273187967
38682026-09-06T04:37:54.384Z[ helios-setup] stop 1:35.559889390
38692026-09-06T04:37:54.388ZSep 06 04:37:53.266 INFO [helios-setup] process exited with exit status: 0 (191.853762649s)
38702026-09-06T04:37:54.388ZSep 06 04:37:53.266 INFO [helios-record] running task
38712026-09-06T04:37:54.388ZSep 06 04:37:53.266 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38722026-09-06T04:37:54.391ZSep 06 04:37:53.270 DEBG process exited with exit status: 0 (4.079331ms)
38732026-09-06T04:37:54.391ZSep 06 04:37:53.270 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38742026-09-06T04:37:54.394ZSep 06 04:37:53.274 DEBG process exited with exit status: 0 (3.773022ms)
38752026-09-06T04:37:54.394ZSep 06 04:37:53.274 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38762026-09-06T04:37:54.397ZSep 06 04:37:53.278 DEBG process exited with exit status: 0 (3.472681ms)
38772026-09-06T04:37:54.397ZSep 06 04:37:53.278 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38782026-09-06T04:37:54.402ZSep 06 04:37:53.281 DEBG process exited with exit status: 0 (3.574641ms)
38792026-09-06T04:37:54.402ZSep 06 04:37:53.281 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38802026-09-06T04:37:54.405ZSep 06 04:37:53.286 DEBG process exited with exit status: 0 (4.885102ms)
38812026-09-06T04:37:54.405ZSep 06 04:37:53.286 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38822026-09-06T04:37:54.408ZSep 06 04:37:53.290 DEBG process exited with exit status: 0 (3.970902ms)
38832026-09-06T04:37:54.408ZSep 06 04:37:53.290 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38842026-09-06T04:37:54.413ZSep 06 04:37:53.294 DEBG process exited with exit status: 0 (4.292841ms)
38852026-09-06T04:37:54.413ZSep 06 04:37:53.294 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38862026-09-06T04:37:54.416ZSep 06 04:37:53.298 DEBG process exited with exit status: 0 (3.854252ms)
38872026-09-06T04:37:54.417ZSep 06 04:37:53.298 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38882026-09-06T04:37:54.420ZSep 06 04:37:53.302 DEBG process exited with exit status: 0 (3.385211ms)
38892026-09-06T04:37:54.423ZSep 06 04:37:53.302 INFO [helios-record] task succeeded (35.951083ms)
38902026-09-06T04:37:55.030Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38912026-09-06T04:37:59.686Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38922026-09-06T04:38:03.938Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38932026-09-06T04:38:04.599Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38942026-09-06T04:45:47.902Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 24s
38952026-09-06T04:45:47.905Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38962026-09-06T04:45:47.905Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38972026-09-06T04:46:40.727ZSep 06 04:46:39.605 INFO [host-package] process exited with exit status: 0 (677.40353996s)
38982026-09-06T04:46:40.727ZSep 06 04:46:39.605 INFO [host-libraries] running task
38992026-09-06T04:46:40.727ZSep 06 04:46:39.605 INFO [host-stamp] running task
39002026-09-06T04:46:40.731ZSep 06 04:46:39.607 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+gitd7c734fd9a2
39012026-09-06T04:46:40.731ZSep 06 04:46:39.608 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+gitd7c734fd9a2
39022026-09-06T04:46:40.731ZSep 06 04:46:39.608 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+gitd7c734fd9a2
39032026-09-06T04:46:40.731ZSep 06 04:46:39.608 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+gitd7c734fd9a2
39042026-09-06T04:46:40.731ZSep 06 04:46:39.609 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+gitd7c734fd9a2
39052026-09-06T04:46:40.731ZSep 06 04:46:39.609 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+gitd7c734fd9a2
39062026-09-06T04:46:40.734ZSep 06 04:46:39.609 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+gitd7c734fd9a2
39072026-09-06T04:46:40.734ZSep 06 04:46:39.609 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+gitd7c734fd9a2
39082026-09-06T04:46:40.739Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-09-06T04:46:40.739Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-09-06T04:46:40.739Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-09-06T04:46:40.739Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-09-06T04:46:40.742Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39132026-09-06T04:46:40.742Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39142026-09-06T04:46:40.742Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39152026-09-06T04:46:40.742Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39162026-09-06T04:46:40.742Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39172026-09-06T04:46:40.745ZSep 06 04:46:39.622 INFO [stamp-overlay] process exited with exit status: 0 (12.276674ms)
39182026-09-06T04:46:40.751Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39192026-09-06T04:46:40.754ZSep 06 04:46:39.632 INFO [stamp-oxlog] process exited with exit status: 0 (23.327439ms)
39202026-09-06T04:46:40.785Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39212026-09-06T04:46:40.789ZSep 06 04:46:39.667 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.377622ms)
39222026-09-06T04:46:40.803Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39232026-09-06T04:46:40.806ZSep 06 04:46:39.684 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.593058ms)
39242026-09-06T04:46:41.012Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39252026-09-06T04:46:41.016ZSep 06 04:46:39.893 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (285.289544ms)
39262026-09-06T04:46:41.337Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39272026-09-06T04:46:41.340ZSep 06 04:46:40.218 INFO [stamp-propolis-server] process exited with exit status: 0 (609.212593ms)
39282026-09-06T04:46:41.390Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39292026-09-06T04:46:41.393ZSep 06 04:46:40.271 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (662.433863ms)
39302026-09-06T04:46:42.523ZSep 06 04:46:41.401 INFO [host-libraries] task succeeded (1.796478567s)
39312026-09-06T04:46:42.527ZSep 06 04:46:41.402 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39322026-09-06T04:46:42.530Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39332026-09-06T04:46:43.492Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39342026-09-06T04:46:44.330Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39352026-09-06T04:46:48.343Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39362026-09-06T04:46:48.346ZSep 06 04:46:47.224 INFO [stamp-switch-asic] process exited with exit status: 0 (7.615886607s)
39372026-09-06T04:46:48.346ZSep 06 04:46:47.224 INFO [host-stamp] task succeeded (7.619302078s)
39382026-09-06T04:46:48.346ZSep 06 04:46:47.224 INFO [host-proto] running task
39392026-09-06T04:46:48.820ZSep 06 04:46:47.698 INFO [host-proto] task succeeded (473.879264ms)
39402026-09-06T04:46:48.820ZSep 06 04:46:47.698 INFO [host-profile] running task
39412026-09-06T04:46:48.823ZSep 06 04:46:47.698 INFO [host-profile] task succeeded (197.82µs)
39422026-09-06T04:46:48.823ZSep 06 04:46:47.699 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/.tmpZAFu1v/proto/host/root -N 'ci d7c734f/${os_short_commit} 2026-09-06 04:34' -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/'
39432026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.704 INFO Checking files for board 'cosmo-mbist'
39442026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.704 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39452026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.704 INFO Checking files for board 'cosmo'
39462026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39472026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39482026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO Checking files for board 'gimlet'
39492026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39502026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39512026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO Checking files for board 'cosmo-mbist-noaggr'
39522026-09-06T04:46:48.827Z[ host-image] Sep 06 04:46:47.705 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39532026-09-06T04:46:48.834Z[ host-image] Sep 06 04:46:47.712 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpZAFu1v/proto/host/root"
39542026-09-06T04:46:48.834Z[ host-image] Sep 06 04:46:47.713 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39552026-09-06T04:46:48.837Z[ host-image] Sep 06 04:46:47.713 INFO image builder template: ramdisk-01-os...
39562026-09-06T04:46:48.837Z[ host-image] Sep 06 04:46:47.713 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/.tmpZAFu1v/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39572026-09-06T04:46:48.848Z[ host-image] Sep 06 04:46:47.727 INFO O| Sep 06 04:46:47.727 INFO CREATE DATASET: rpool/images/build/host/output
39582026-09-06T04:46:50.121Z[ host-image] Sep 06 04:46:48.999 INFO O| Sep 06 04:46:48.999 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39592026-09-06T04:46:50.125Z[ host-image] Sep 06 04:46:49.003 INFO O| Sep 06 04:46:49.003 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39602026-09-06T04:46:50.337Z[ host-image] Sep 06 04:46:49.215 INFO O| Sep 06 04:46:49.215 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39612026-09-06T04:46:50.396Z[ host-image] Sep 06 04:46:49.274 INFO O| Sep 06 04:46:49.274 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39622026-09-06T04:46:50.396Z[ host-image] Sep 06 04:46:49.274 INFO O| Sep 06 04:46:49.274 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39632026-09-06T04:46:50.396Z[ host-image] Sep 06 04:46:49.274 INFO O| Sep 06 04:46:49.274 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39642026-09-06T04:46:50.399Z[ host-image] Sep 06 04:46:49.274 INFO O| Sep 06 04:46:49.274 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39652026-09-06T04:46:50.402Z[ host-image] Sep 06 04:46:49.278 INFO O| Sep 06 04:46:49.278 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39662026-09-06T04:46:50.617Z[ host-image] Sep 06 04:46:49.496 INFO O| Sep 06 04:46:49.496 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-09-06T04:46:50.624Z[ host-image] Sep 06 04:46:49.502 INFO O| Sep 06 04:46:49.502 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39682026-09-06T04:46:50.895Z[ host-image] Sep 06 04:46:49.773 INFO O| Sep 06 04:46:49.773 INFO O| Caching catalogs ... Done
39692026-09-06T04:46:50.961Z[ host-image] Sep 06 04:46:49.839 INFO O| Sep 06 04:46:49.839 INFO STEP 0 (pkg_image_create) COMPLETE
39702026-09-06T04:46:50.961Z[ host-image] Sep 06 04:46:49.839 INFO O| Sep 06 04:46:49.839 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-09-06T04:46:50.967Z[ host-image] Sep 06 04:46:49.846 INFO O| Sep 06 04:46:49.845 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"]
39722026-09-06T04:46:51.219Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO STEP 1 (pkg_set_publisher) COMPLETE
39732026-09-06T04:46:51.219Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-09-06T04:46:51.222Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO skip step because feature "publisher_1_name" is not enabled
39752026-09-06T04:46:51.223Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-09-06T04:46:51.223Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO skip step because feature "publisher_2_name" is not enabled
39772026-09-06T04:46:51.223Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-09-06T04:46:51.223Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO skip step because feature "publisher_3_name" is not enabled
39792026-09-06T04:46:51.223Z[ host-image] Sep 06 04:46:50.097 INFO O| Sep 06 04:46:50.097 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-09-06T04:46:51.492Z[ host-image] Sep 06 04:46:50.370 INFO O| Sep 06 04:46:50.370 INFO variant opensolaris.zone is already global
39812026-09-06T04:46:51.492Z[ host-image] Sep 06 04:46:50.370 INFO O| Sep 06 04:46:50.370 INFO STEP 5 (pkg_change_variant) COMPLETE
39822026-09-06T04:46:51.495Z[ host-image] Sep 06 04:46:50.370 INFO O| Sep 06 04:46:50.370 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39832026-09-06T04:46:51.812Z[ host-image] Sep 06 04:46:50.690 INFO O| Sep 06 04:46:50.690 INFO variant opensolaris.imagetype is full; changing to partial
39842026-09-06T04:46:51.815Z[ host-image] Sep 06 04:46:50.690 INFO O| Sep 06 04:46:50.690 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39852026-09-06T04:46:53.694Z[ host-image] Sep 06 04:46:52.572 INFO O| Sep 06 04:46:52.572 INFO O| Startup: Refreshing catalog 'helios' ... Done
39862026-09-06T04:46:54.143Z[ host-image] Sep 06 04:46:53.020 INFO O| Sep 06 04:46:53.020 INFO O| Startup: Caching catalogs ... Done
39872026-09-06T04:46:54.159Z[ host-image] Sep 06 04:46:53.037 INFO O| Sep 06 04:46:53.037 INFO O| Planning: Planning completed in 0.00 seconds
39882026-09-06T04:46:54.163Z[ host-image] Sep 06 04:46:53.038 INFO O| Sep 06 04:46:53.038 INFO O| Planning: Consolidating action changes ... Done
39892026-09-06T04:46:54.163Z[ host-image] Sep 06 04:46:53.038 INFO O| Sep 06 04:46:53.038 INFO O| Planning: Evaluating mediators ... Done
39902026-09-06T04:46:54.163Z[ host-image] Sep 06 04:46:53.038 INFO O| Sep 06 04:46:53.038 INFO O| Planning: Planning completed in 0.00 seconds
39912026-09-06T04:46:54.163Z[ host-image] Sep 06 04:46:53.038 INFO O| Sep 06 04:46:53.038 INFO O| Variants/Facets to change: 1
39922026-09-06T04:46:54.168Z[ host-image] Sep 06 04:46:53.046 INFO O| Sep 06 04:46:53.046 INFO O| Finalize: Updating package state database ... Done
39932026-09-06T04:46:54.168Z[ host-image] Sep 06 04:46:53.046 INFO O| Sep 06 04:46:53.046 INFO O| Finalize: Updating package cache ... Done
39942026-09-06T04:46:54.248Z[ host-image] Sep 06 04:46:53.125 INFO O| Sep 06 04:46:53.125 INFO O| Finalize: Updating image state ... Done
39952026-09-06T04:46:54.260Z[ host-image] Sep 06 04:46:53.138 INFO O| Sep 06 04:46:53.137 INFO O| Finalize: Creating fast lookup database ... Done
39962026-09-06T04:46:54.263Z[ host-image] Sep 06 04:46:53.138 INFO O| Sep 06 04:46:53.138 INFO O| Finalize: Reading search index ... Done
39972026-09-06T04:46:54.263Z[ host-image] Sep 06 04:46:53.138 INFO O| Sep 06 04:46:53.138 INFO O| Finalize: Updating search index ... Done
39982026-09-06T04:46:54.263Z[ host-image] Sep 06 04:46:53.139 INFO O| Sep 06 04:46:53.139 INFO O| Finalize: Updating package cache ... Done
39992026-09-06T04:46:54.464Z[ host-image] Sep 06 04:46:53.342 INFO O| Sep 06 04:46:53.342 INFO STEP 6 (pkg_change_variant) COMPLETE
40002026-09-06T04:46:54.464Z[ host-image] Sep 06 04:46:53.342 INFO O| Sep 06 04:46:53.342 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-09-06T04:46:54.468Z[ host-image] Sep 06 04:46:53.342 INFO O| Sep 06 04:46:53.342 INFO skip step because feature "debug_variant" is not enabled
40022026-09-06T04:46:54.468Z[ host-image] Sep 06 04:46:53.342 INFO O| Sep 06 04:46:53.342 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40032026-09-06T04:46:54.719Z[ host-image] Sep 06 04:46:53.597 INFO O| Sep 06 04:46:53.597 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40042026-09-06T04:46:55.440Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.79s
40052026-09-06T04:46:56.557Z[ host-image] Sep 06 04:46:55.428 INFO O| Sep 06 04:46:55.428 INFO O| Startup: Refreshing catalog 'helios' ... Done
40062026-09-06T04:46:57.044Z[ host-image] Sep 06 04:46:55.921 INFO O| Sep 06 04:46:55.921 INFO O| Startup: Caching catalogs ... Done
40072026-09-06T04:46:57.065Z[ host-image] Sep 06 04:46:55.937 INFO O| Sep 06 04:46:55.937 INFO O| Planning: Planning completed in 0.00 seconds
40082026-09-06T04:46:57.071Z[ host-image] Sep 06 04:46:55.937 INFO O| Sep 06 04:46:55.937 INFO O| Planning: Consolidating action changes ... Done
40092026-09-06T04:46:57.071Z[ host-image] Sep 06 04:46:55.937 INFO O| Sep 06 04:46:55.937 INFO O| Planning: Evaluating mediators ... Done
40102026-09-06T04:46:57.071Z[ host-image] Sep 06 04:46:55.938 INFO O| Sep 06 04:46:55.938 INFO O| Planning: Planning completed in 0.00 seconds
40112026-09-06T04:46:57.071Z[ host-image] Sep 06 04:46:55.938 INFO O| Sep 06 04:46:55.938 INFO O| Variants/Facets to change: 1
40122026-09-06T04:46:57.071Z[ host-image] Sep 06 04:46:55.947 INFO O| Sep 06 04:46:55.947 INFO O| Finalize: Updating package state database ... Done
40132026-09-06T04:46:57.071Z[ host-image] Sep 06 04:46:55.947 INFO O| Sep 06 04:46:55.947 INFO O| Finalize: Updating package cache ... Done
40142026-09-06T04:46:57.153Z[ host-image] Sep 06 04:46:56.031 INFO O| Sep 06 04:46:56.031 INFO O| Finalize: Updating image state ... Done
40152026-09-06T04:46:57.172Z[ host-image] Sep 06 04:46:56.044 INFO O| Sep 06 04:46:56.044 INFO O| Finalize: Creating fast lookup database ... Done
40162026-09-06T04:46:57.176Z[ host-image] Sep 06 04:46:56.044 INFO O| Sep 06 04:46:56.044 INFO O| Finalize: Reading search index ... Done
40172026-09-06T04:46:57.176Z[ host-image] Sep 06 04:46:56.044 INFO O| Sep 06 04:46:56.044 INFO O| Finalize: Updating search index ... Done
40182026-09-06T04:46:57.176Z[ host-image] Sep 06 04:46:56.045 INFO O| Sep 06 04:46:56.045 INFO O| Finalize: Updating package cache ... Done
40192026-09-06T04:46:57.364ZSep 06 04:46:56.242 INFO [recovery-package] process exited with exit status: 0 (14.840276822s)
40202026-09-06T04:46:57.364ZSep 06 04:46:56.242 INFO [recovery-libraries] running task
40212026-09-06T04:46:57.364ZSep 06 04:46:56.242 INFO [recovery-stamp] running task
40222026-09-06T04:46:57.367ZSep 06 04:46:56.242 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+gitd7c734fd9a2
40232026-09-06T04:46:57.367ZSep 06 04:46:56.243 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitd7c734fd9a2
40242026-09-06T04:46:57.371Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40252026-09-06T04:46:57.372Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40262026-09-06T04:46:57.386Z[ host-image] Sep 06 04:46:56.264 INFO O| Sep 06 04:46:56.264 INFO STEP 8 (pkg_change_facet) COMPLETE
40272026-09-06T04:46:57.389Z[ host-image] Sep 06 04:46:56.264 INFO O| Sep 06 04:46:56.264 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-09-06T04:46:57.389Z[ host-image] Sep 06 04:46:56.264 INFO O| Sep 06 04:46:56.264 INFO skip step because feature "recovery" is not enabled
40292026-09-06T04:46:57.389Z[ host-image] Sep 06 04:46:56.264 INFO O| Sep 06 04:46:56.264 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-09-06T04:46:57.389Z[ host-image] Sep 06 04:46:56.264 INFO O| Sep 06 04:46:56.264 INFO skip step because feature "recovery" is not enabled
40312026-09-06T04:46:57.389Z[ host-image] Sep 06 04:46:56.264 INFO O| Sep 06 04:46:56.264 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40322026-09-06T04:46:57.393Z[ host-image] Sep 06 04:46:56.272 INFO O| Sep 06 04:46:56.272 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"]
40332026-09-06T04:46:57.417ZSep 06 04:46:56.295 INFO [recovery-libraries] task succeeded (53.377179ms)
40342026-09-06T04:46:57.420ZSep 06 04:46:56.295 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40352026-09-06T04:46:57.458Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40362026-09-06T04:46:57.461ZSep 06 04:46:56.339 INFO [stamp-installinator] process exited with exit status: 0 (96.476726ms)
40372026-09-06T04:46:57.547Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40382026-09-06T04:46:57.550ZSep 06 04:46:56.428 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (185.937218ms)
40392026-09-06T04:46:57.550ZSep 06 04:46:56.428 INFO [recovery-stamp] task succeeded (186.372938ms)
40402026-09-06T04:46:57.550ZSep 06 04:46:56.428 INFO [recovery-proto] running task
40412026-09-06T04:46:57.550ZSep 06 04:46:56.428 INFO [tuf-stamp] running task
40422026-09-06T04:46:57.550ZSep 06 04:46:56.429 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+gitd7c734fd9a2
40432026-09-06T04:46:57.554ZSep 06 04:46:56.429 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+gitd7c734fd9a2
40442026-09-06T04:46:57.554ZSep 06 04:46:56.429 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+gitd7c734fd9a2
40452026-09-06T04:46:57.554ZSep 06 04:46:56.430 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+gitd7c734fd9a2
40462026-09-06T04:46:57.554ZSep 06 04:46:56.430 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+gitd7c734fd9a2
40472026-09-06T04:46:57.554ZSep 06 04:46:56.430 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+gitd7c734fd9a2
40482026-09-06T04:46:57.554ZSep 06 04:46:56.431 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+gitd7c734fd9a2
40492026-09-06T04:46:57.554ZSep 06 04:46:56.431 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+gitd7c734fd9a2
40502026-09-06T04:46:57.554ZSep 06 04:46:56.431 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+gitd7c734fd9a2
40512026-09-06T04:46:57.558ZSep 06 04:46:56.432 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+gitd7c734fd9a2
40522026-09-06T04:46:57.558ZSep 06 04:46:56.432 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+gitd7c734fd9a2
40532026-09-06T04:46:57.558ZSep 06 04:46:56.432 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+gitd7c734fd9a2
40542026-09-06T04:46:57.561Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-09-06T04:46:57.561Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-09-06T04:46:57.561Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-09-06T04:46:57.561Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-09-06T04:46:57.561Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-09-06T04:46:57.561Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-09-06T04:46:57.566Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-09-06T04:46:57.566Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-09-06T04:46:57.566Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-09-06T04:46:57.566Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-09-06T04:46:57.566Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-09-06T04:46:57.566Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40662026-09-06T04:46:57.585Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40672026-09-06T04:46:57.588ZSep 06 04:46:56.467 INFO [stamp-probe] process exited with exit status: 0 (34.707102ms)
40682026-09-06T04:46:57.689ZSep 06 04:46:56.567 INFO [recovery-proto] task succeeded (138.563231ms)
40692026-09-06T04:46:57.692ZSep 06 04:46:56.567 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/.tmpZAFu1v/proto/recovery/root -N 'recovery d7c734f/${os_short_commit} 2026-09-06 04:34' -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/'
40702026-09-06T04:46:57.696Z[ recovery-image] Sep 06 04:46:56.574 INFO Checking files for board 'cosmo'
40712026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40722026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40732026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO Checking files for board 'cosmo-mbist-noaggr'
40742026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40752026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO Checking files for board 'gimlet'
40762026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40772026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40782026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO Checking files for board 'cosmo-mbist'
40792026-09-06T04:46:57.699Z[ recovery-image] Sep 06 04:46:56.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40802026-09-06T04:46:57.706Z[ recovery-image] Sep 06 04:46:56.584 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpZAFu1v/proto/recovery/root"
40812026-09-06T04:46:57.706Z[ recovery-image] Sep 06 04:46:56.584 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40822026-09-06T04:46:57.706Z[ recovery-image] Sep 06 04:46:56.584 INFO image builder template: ramdisk-01-os...
40832026-09-06T04:46:57.709Z[ recovery-image] Sep 06 04:46:56.584 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/.tmpZAFu1v/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40842026-09-06T04:46:57.724Z[ recovery-image] Sep 06 04:46:56.602 INFO O| Sep 06 04:46:56.602 INFO CREATE DATASET: rpool/images/build/recovery/output
40852026-09-06T04:46:57.951Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40862026-09-06T04:46:57.978Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40872026-09-06T04:46:58.142Z[ recovery-image] Sep 06 04:46:57.020 INFO O| Sep 06 04:46:57.020 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40882026-09-06T04:46:58.146Z[ recovery-image] Sep 06 04:46:57.024 INFO O| Sep 06 04:46:57.024 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40892026-09-06T04:46:58.173Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40902026-09-06T04:46:58.177ZSep 06 04:46:57.055 INFO [stamp-ntp] process exited with exit status: 0 (623.745588ms)
40912026-09-06T04:46:58.222Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40922026-09-06T04:46:58.226ZSep 06 04:46:57.104 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (672.136806ms)
40932026-09-06T04:46:58.366Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40942026-09-06T04:46:58.370Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40952026-09-06T04:46:58.373ZSep 06 04:46:57.248 INFO [stamp-internal-dns] process exited with exit status: 0 (817.930269ms)
40962026-09-06T04:46:58.373ZSep 06 04:46:57.250 INFO [stamp-external-dns] process exited with exit status: 0 (819.08346ms)
40972026-09-06T04:46:58.460Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40982026-09-06T04:46:58.463ZSep 06 04:46:57.342 INFO [stamp-crucible-zone] process exited with exit status: 0 (912.107603ms)
40992026-09-06T04:46:58.650Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41002026-09-06T04:46:58.654ZSep 06 04:46:57.532 INFO [stamp-oximeter] process exited with exit status: 0 (1.101781823s)
41012026-09-06T04:46:58.815Z[ recovery-image] Sep 06 04:46:57.693 INFO O| Sep 06 04:46:57.693 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41022026-09-06T04:46:58.955Z[ recovery-image] Sep 06 04:46:57.833 INFO O| Sep 06 04:46:57.833 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41032026-09-06T04:46:58.955Z[ recovery-image] Sep 06 04:46:57.833 INFO O| Sep 06 04:46:57.833 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41042026-09-06T04:46:58.958Z[ recovery-image] Sep 06 04:46:57.833 INFO O| Sep 06 04:46:57.833 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41052026-09-06T04:46:58.959Z[ recovery-image] Sep 06 04:46:57.833 INFO O| Sep 06 04:46:57.833 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41062026-09-06T04:46:58.962Z[ recovery-image] Sep 06 04:46:57.840 INFO O| Sep 06 04:46:57.840 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41072026-09-06T04:46:59.442Z[ host-image] Sep 06 04:46:58.320 INFO O| Sep 06 04:46:58.320 INFO O| Startup: Refreshing catalog 'helios' ... Done
41082026-09-06T04:47:00.287Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41092026-09-06T04:47:00.291ZSep 06 04:46:59.168 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.736834142s)
41102026-09-06T04:47:00.581Z[ host-image] Sep 06 04:46:59.459 INFO O| Sep 06 04:46:59.459 INFO O| Startup: Caching catalogs ... Done
41112026-09-06T04:47:01.802Z[ recovery-image] Sep 06 04:47:00.680 INFO O| Sep 06 04:47:00.680 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-09-06T04:47:01.808Z[ recovery-image] Sep 06 04:47:00.686 INFO O| Sep 06 04:47:00.686 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41132026-09-06T04:47:02.067Z[ recovery-image] Sep 06 04:47:00.945 INFO O| Sep 06 04:47:00.945 INFO O| Caching catalogs ... Done
41142026-09-06T04:47:02.138Z[ recovery-image] Sep 06 04:47:01.014 INFO O| Sep 06 04:47:01.013 INFO STEP 0 (pkg_image_create) COMPLETE
41152026-09-06T04:47:02.138Z[ recovery-image] Sep 06 04:47:01.014 INFO O| Sep 06 04:47:01.013 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41162026-09-06T04:47:02.153Z[ recovery-image] Sep 06 04:47:01.031 INFO O| Sep 06 04:47:01.031 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"]
41172026-09-06T04:47:02.330Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41182026-09-06T04:47:02.334ZSep 06 04:47:01.211 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.78179993s)
41192026-09-06T04:47:02.466Z[verify-libraries] Compiling match_cfg v0.1.0
41202026-09-06T04:47:02.466Z[verify-libraries] Compiling slog-json v2.6.1
41212026-09-06T04:47:02.466Z[verify-libraries] Compiling debug-ignore v1.0.5
41222026-09-06T04:47:02.649Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41232026-09-06T04:47:02.653ZSep 06 04:47:01.531 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.100155797s)
41242026-09-06T04:47:02.659Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41252026-09-06T04:47:02.663ZSep 06 04:47:01.541 INFO [stamp-clickhouse] process exited with exit status: 0 (5.11106756s)
41262026-09-06T04:47:02.708Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41272026-09-06T04:47:02.708Z[verify-libraries] Compiling sha1 v0.11.0
41282026-09-06T04:47:02.712Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41292026-09-06T04:47:02.712Z[verify-libraries] Compiling multer v3.1.0
41302026-09-06T04:47:02.712Z[verify-libraries] Compiling compression-core v0.4.31
41312026-09-06T04:47:02.712Z[verify-libraries] Compiling async-stream-impl v0.3.6
41322026-09-06T04:47:02.712Z[verify-libraries] Compiling serde_spanned v1.1.1
41332026-09-06T04:47:02.726Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41342026-09-06T04:47:02.730Z[verify-libraries] Compiling dropshot v0.17.1
41352026-09-06T04:47:02.889Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41362026-09-06T04:47:02.889Z[verify-libraries] Compiling progenitor-client v0.14.0
41372026-09-06T04:47:02.934Z[verify-libraries] Compiling hostname v0.3.1
41382026-09-06T04:47:02.934Z[verify-libraries] Compiling compression-codecs v0.4.37
41392026-09-06T04:47:02.938Z[verify-libraries] Compiling waitgroup v0.1.2
41402026-09-06T04:47:02.938Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41412026-09-06T04:47:03.012Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41422026-09-06T04:47:03.054Z[verify-libraries] Compiling hostname v0.4.2
41432026-09-06T04:47:03.100Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41442026-09-06T04:47:03.100Z[verify-libraries] Compiling slog-bunyan v2.5.0
41452026-09-06T04:47:03.104ZSep 06 04:47:01.982 INFO [stamp-nexus] process exited with exit status: 0 (5.553267463s)
41462026-09-06T04:47:03.104ZSep 06 04:47:01.982 INFO [tuf-stamp] task succeeded (5.553477433s)
41472026-09-06T04:47:03.104ZSep 06 04:47:01.982 INFO [tuf-v2-zones] running task
41482026-09-06T04:47:03.124Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41492026-09-06T04:47:03.127Z[verify-libraries] Compiling atomicwrites v0.4.4
41502026-09-06T04:47:03.127Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41512026-09-06T04:47:03.127Z[verify-libraries] Compiling macaddr v1.0.1
41522026-09-06T04:47:03.143Z[verify-libraries] Compiling regress v0.10.5
41532026-09-06T04:47:03.188Z[verify-libraries] Compiling async-compression v0.4.41
41542026-09-06T04:47:03.206Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41552026-09-06T04:47:03.211ZSep 06 04:47:02.087 INFO [tuf-v2-zones] task succeeded (104.972738ms)
41562026-09-06T04:47:03.230Z[verify-libraries] Compiling instant v0.1.13
41572026-09-06T04:47:03.296Z[verify-libraries] Compiling oxide-generation v0.1.3
41582026-09-06T04:47:03.299Z[verify-libraries] Compiling parse-display-derive v0.10.0
41592026-09-06T04:47:03.316Z[verify-libraries] Compiling itertools v0.14.0
41602026-09-06T04:47:03.320Z[verify-libraries] Compiling backon v1.6.0
41612026-09-06T04:47:03.324Z[ host-image] Sep 06 04:47:02.199 INFO O| Sep 06 04:47:02.199 INFO O| Planning: Solver setup ... Done
41622026-09-06T04:47:03.404Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41632026-09-06T04:47:03.442Z[verify-libraries] Compiling backoff v0.4.0
41642026-09-06T04:47:03.479Z[verify-libraries] Compiling async-stream v0.3.6
41652026-09-06T04:47:03.479Z[verify-libraries] Compiling humantime v2.3.0
41662026-09-06T04:47:03.518Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41672026-09-06T04:47:03.626Z[verify-libraries] Compiling progenitor-extras v0.2.0
41682026-09-06T04:47:03.626Z[verify-libraries] Compiling convert_case v0.4.0
41692026-09-06T04:47:03.656Z[ host-image] Sep 06 04:47:02.534 INFO O| Sep 06 04:47:02.534 INFO O| Planning: Running solver ... Done
41702026-09-06T04:47:03.669Z[verify-libraries] Compiling half v2.7.1
41712026-09-06T04:47:03.672Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41722026-09-06T04:47:03.672Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41732026-09-06T04:47:03.713Z[verify-libraries] Compiling ciborium-io v0.2.2
41742026-09-06T04:47:03.722Z[ host-image] Sep 06 04:47:02.600 INFO O| Sep 06 04:47:02.600 INFO O| Planning: Finding local manifests ... Done
41752026-09-06T04:47:03.743Z[ host-image] Sep 06 04:47:02.621 INFO O| Sep 06 04:47:02.621 INFO O| Planning: Fetching manifests: 0/130 0% complete
41762026-09-06T04:47:03.756Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41772026-09-06T04:47:03.780Z[verify-libraries] Compiling indent_write v2.2.0
41782026-09-06T04:47:03.804Z[verify-libraries] Compiling regress v0.11.1
41792026-09-06T04:47:03.874Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41802026-09-06T04:47:03.898Z[verify-libraries] Compiling secrecy v0.10.3
41812026-09-06T04:47:03.926Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41822026-09-06T04:47:03.960Z[verify-libraries] Compiling ciborium-ll v0.2.2
41832026-09-06T04:47:04.005Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
41842026-09-06T04:47:04.028Z[verify-libraries] Compiling inout v0.1.4
41852026-09-06T04:47:04.083Z[verify-libraries] Compiling derive_more v0.99.20
41862026-09-06T04:47:04.110Z[verify-libraries] Compiling universal-hash v0.5.1
41872026-09-06T04:47:04.151Z[verify-libraries] Compiling ciborium v0.2.2
41882026-09-06T04:47:04.212Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41892026-09-06T04:47:04.234Z[verify-libraries] Compiling cipher v0.4.4
41902026-09-06T04:47:04.255Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41912026-09-06T04:47:04.291Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41922026-09-06T04:47:04.395Z[verify-libraries] Compiling opaque-debug v0.3.1
41932026-09-06T04:47:04.430Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41942026-09-06T04:47:04.463Z[verify-libraries] Compiling blake2 v0.10.6
41952026-09-06T04:47:04.488Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.365 INFO STEP 1 (pkg_set_publisher) COMPLETE
41962026-09-06T04:47:04.488Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-09-06T04:47:04.491Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO skip step because feature "publisher_1_name" is not enabled
41982026-09-06T04:47:04.491Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-09-06T04:47:04.491Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO skip step because feature "publisher_2_name" is not enabled
42002026-09-06T04:47:04.492Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012026-09-06T04:47:04.492Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO skip step because feature "publisher_3_name" is not enabled
42022026-09-06T04:47:04.492Z[ recovery-image] Sep 06 04:47:03.366 INFO O| Sep 06 04:47:03.366 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-09-06T04:47:04.535Z[verify-libraries] Compiling poly1305 v0.8.0
42042026-09-06T04:47:04.589Z[verify-libraries] Compiling chacha20 v0.9.1
42052026-09-06T04:47:04.637Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42062026-09-06T04:47:04.637Z[verify-libraries] Compiling aead v0.5.2
42072026-09-06T04:47:04.774Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
42082026-09-06T04:47:04.809Z[ recovery-image] Sep 06 04:47:03.687 INFO O| Sep 06 04:47:03.687 INFO variant opensolaris.zone is already global
42092026-09-06T04:47:04.809Z[ recovery-image] Sep 06 04:47:03.687 INFO O| Sep 06 04:47:03.687 INFO STEP 5 (pkg_change_variant) COMPLETE
42102026-09-06T04:47:04.813Z[ recovery-image] Sep 06 04:47:03.687 INFO O| Sep 06 04:47:03.687 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42112026-09-06T04:47:04.851Z[verify-libraries] Compiling password-hash v0.5.0
42122026-09-06T04:47:04.985Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42132026-09-06T04:47:05.013Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42142026-09-06T04:47:05.016Z[verify-libraries] Compiling num-derive v0.4.2
42152026-09-06T04:47:05.016Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42162026-09-06T04:47:05.120Z[verify-libraries] Compiling rayon-core v1.13.0
42172026-09-06T04:47:05.163Z[ recovery-image] Sep 06 04:47:04.039 INFO O| Sep 06 04:47:04.039 INFO variant opensolaris.imagetype is full; changing to partial
42182026-09-06T04:47:05.163Z[ recovery-image] Sep 06 04:47:04.039 INFO O| Sep 06 04:47:04.039 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42192026-09-06T04:47:05.167Z[verify-libraries] Compiling argon2 v0.5.3
42202026-09-06T04:47:05.207Z[verify-libraries] Compiling parse-display v0.10.0
42212026-09-06T04:47:05.238Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42222026-09-06T04:47:05.301Z[verify-libraries] Compiling glob v0.3.3
42232026-09-06T04:47:05.350Z[verify-libraries] Compiling heapless v0.8.0
42242026-09-06T04:47:05.350Z[verify-libraries] Compiling proc-macro-error v1.0.4
42252026-09-06T04:47:05.443Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42262026-09-06T04:47:05.561Z[verify-libraries] Compiling typify-impl v0.6.2
42272026-09-06T04:47:05.591Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42282026-09-06T04:47:05.618Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42292026-09-06T04:47:05.730Z[verify-libraries] Compiling vsss-rs v3.3.4
42302026-09-06T04:47:05.778Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42312026-09-06T04:47:06.034Z[verify-libraries] Compiling usdt-macro v0.5.0
42322026-09-06T04:47:06.075Z[verify-libraries] Compiling ingot-macros v0.2.0
42332026-09-06T04:47:06.127Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42342026-09-06T04:47:06.483Z[verify-libraries] Compiling tabwriter v1.4.1
42352026-09-06T04:47:06.519Z[verify-libraries] Compiling hash32 v0.3.1
42362026-09-06T04:47:06.574Z[verify-libraries] Compiling memmap v0.7.0
42372026-09-06T04:47:06.593Z[ host-image] Sep 06 04:47:05.466 INFO O| Sep 06 04:47:05.466 INFO O| Planning: Fetching manifests: 130/130 100% complete
42382026-09-06T04:47:06.608Z[verify-libraries] Compiling smoltcp v0.11.0
42392026-09-06T04:47:06.660Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42402026-09-06T04:47:06.664Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42412026-09-06T04:47:06.782Z[verify-libraries] Compiling cobs v0.3.0
42422026-09-06T04:47:06.833Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42432026-09-06T04:47:06.906Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42442026-09-06T04:47:06.910Z[verify-libraries] Compiling colored v3.1.1
42452026-09-06T04:47:06.910Z[verify-libraries] Compiling num_enum_derive v0.7.6
42462026-09-06T04:47:06.935Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
42472026-09-06T04:47:07.103Z[verify-libraries] Compiling usdt v0.5.0
42482026-09-06T04:47:07.148Z[verify-libraries] Compiling postcard v1.1.3
42492026-09-06T04:47:07.191Z[verify-libraries] Compiling rayon v1.11.0
42502026-09-06T04:47:07.232Z[ host-image] Sep 06 04:47:06.110 INFO O| Sep 06 04:47:06.110 INFO O| Planning: Package planning ... Done
42512026-09-06T04:47:07.282Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42522026-09-06T04:47:07.285Z[verify-libraries] Compiling rand v0.10.1
42532026-09-06T04:47:07.345Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42542026-09-06T04:47:07.409Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42552026-09-06T04:47:07.409Z[ recovery-image] Sep 06 04:47:06.287 INFO O| Sep 06 04:47:06.287 INFO O| Startup: Refreshing catalog 'helios' ... Done
42562026-09-06T04:47:07.412Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42572026-09-06T04:47:07.452Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42582026-09-06T04:47:07.504Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42592026-09-06T04:47:07.593Z[ host-image] Sep 06 04:47:06.470 INFO O| Sep 06 04:47:06.470 INFO O| Planning: Merging actions ... Done
42602026-09-06T04:47:07.683Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42612026-09-06T04:47:07.720Z[ host-image] Sep 06 04:47:06.596 INFO O| Sep 06 04:47:06.596 INFO O| Planning: Checking for conflicting actions ... Done
42622026-09-06T04:47:07.800Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42632026-09-06T04:47:07.803Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42642026-09-06T04:47:07.833Z[ host-image] Sep 06 04:47:06.711 INFO O| Sep 06 04:47:06.711 INFO O| Planning: Consolidating action changes ... Done
42652026-09-06T04:47:07.853Z[verify-libraries] Compiling num_enum_derive v0.5.11
42662026-09-06T04:47:07.971Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42672026-09-06T04:47:08.030Z[verify-libraries] Compiling cstr-argument v0.1.2
42682026-09-06T04:47:08.075Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42692026-09-06T04:47:08.079Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42702026-09-06T04:47:08.154Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42712026-09-06T04:47:08.190Z[verify-libraries] Compiling num_enum v0.7.6
42722026-09-06T04:47:08.207Z[ host-image] Sep 06 04:47:07.085 INFO O| Sep 06 04:47:07.085 INFO O| Planning: Evaluating mediators ... Done
42732026-09-06T04:47:08.228Z[verify-libraries] Compiling foreign-types v0.5.0
42742026-09-06T04:47:08.262Z[verify-libraries] Compiling sigpipe v0.1.3
42752026-09-06T04:47:08.348Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42762026-09-06T04:47:08.348Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42772026-09-06T04:47:08.394Z[ recovery-image] Sep 06 04:47:07.272 INFO O| Sep 06 04:47:07.271 INFO O| Startup: Caching catalogs ... Done
42782026-09-06T04:47:08.398Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42792026-09-06T04:47:08.411Z[ recovery-image] Sep 06 04:47:07.289 INFO O| Sep 06 04:47:07.289 INFO O| Planning: Planning completed in 0.00 seconds
42802026-09-06T04:47:08.414Z[ recovery-image] Sep 06 04:47:07.289 INFO O| Sep 06 04:47:07.289 INFO O| Planning: Consolidating action changes ... Done
42812026-09-06T04:47:08.414Z[ recovery-image] Sep 06 04:47:07.289 INFO O| Sep 06 04:47:07.289 INFO O| Planning: Evaluating mediators ... Done
42822026-09-06T04:47:08.414Z[ recovery-image] Sep 06 04:47:07.289 INFO O| Sep 06 04:47:07.289 INFO O| Planning: Planning completed in 0.00 seconds
42832026-09-06T04:47:08.414Z[ recovery-image] Sep 06 04:47:07.290 INFO O| Sep 06 04:47:07.290 INFO O| Variants/Facets to change: 1
42842026-09-06T04:47:08.423Z[ recovery-image] Sep 06 04:47:07.301 INFO O| Sep 06 04:47:07.301 INFO O| Finalize: Updating package state database ... Done
42852026-09-06T04:47:08.423Z[ recovery-image] Sep 06 04:47:07.301 INFO O| Sep 06 04:47:07.301 INFO O| Finalize: Updating package cache ... Done
42862026-09-06T04:47:08.454Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42872026-09-06T04:47:08.476Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42882026-09-06T04:47:08.516Z[ recovery-image] Sep 06 04:47:07.386 INFO O| Sep 06 04:47:07.386 INFO O| Finalize: Updating image state ... Done
42892026-09-06T04:47:08.527Z[ recovery-image] Sep 06 04:47:07.405 INFO O| Sep 06 04:47:07.405 INFO O| Finalize: Creating fast lookup database ... Done
42902026-09-06T04:47:08.530Z[ recovery-image] Sep 06 04:47:07.406 INFO O| Sep 06 04:47:07.406 INFO O| Finalize: Reading search index ... Done
42912026-09-06T04:47:08.530Z[ recovery-image] Sep 06 04:47:07.406 INFO O| Sep 06 04:47:07.406 INFO O| Finalize: Updating search index ... Done
42922026-09-06T04:47:08.530Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
42932026-09-06T04:47:08.530Z[ recovery-image] Sep 06 04:47:07.406 INFO O| Sep 06 04:47:07.406 INFO O| Finalize: Updating package cache ... Done
42942026-09-06T04:47:08.559Z[verify-libraries] Compiling itertools v0.12.1
42952026-09-06T04:47:08.594Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42962026-09-06T04:47:08.595Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42972026-09-06T04:47:08.729Z[verify-libraries] Compiling toml v0.8.23
42982026-09-06T04:47:08.786Z[verify-libraries] Compiling smf v0.2.3
42992026-09-06T04:47:08.841Z[ recovery-image] Sep 06 04:47:07.712 INFO O| Sep 06 04:47:07.712 INFO STEP 6 (pkg_change_variant) COMPLETE
43002026-09-06T04:47:08.841Z[ recovery-image] Sep 06 04:47:07.712 INFO O| Sep 06 04:47:07.712 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43012026-09-06T04:47:08.844Z[ recovery-image] Sep 06 04:47:07.712 INFO O| Sep 06 04:47:07.712 INFO skip step because feature "debug_variant" is not enabled
43022026-09-06T04:47:08.845Z[ recovery-image] Sep 06 04:47:07.712 INFO O| Sep 06 04:47:07.712 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43032026-09-06T04:47:08.851Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
43042026-09-06T04:47:08.961Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43052026-09-06T04:47:09.049Z[verify-libraries] Compiling whoami v1.6.1
43062026-09-06T04:47:09.165Z[ recovery-image] Sep 06 04:47:08.041 INFO O| Sep 06 04:47:08.041 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43072026-09-06T04:47:09.169Z[verify-libraries] Compiling num_enum v0.5.11
43082026-09-06T04:47:09.169Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43092026-09-06T04:47:09.228Z[verify-libraries] Compiling derive-where v1.6.0
43102026-09-06T04:47:09.265Z[verify-libraries] Compiling ingot-types v0.2.0
43112026-09-06T04:47:09.265Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43122026-09-06T04:47:09.265Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43132026-09-06T04:47:09.391Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43142026-09-06T04:47:09.446Z[verify-libraries] Compiling gethostname v0.5.0
43152026-09-06T04:47:09.450Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43162026-09-06T04:47:09.493Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43172026-09-06T04:47:09.518Z[verify-libraries] Compiling newline-converter v0.3.0
43182026-09-06T04:47:09.557Z[verify-libraries] Compiling console v0.15.11
43192026-09-06T04:47:09.616Z[verify-libraries] Compiling linear-map v1.2.0
43202026-09-06T04:47:09.676Z[ host-image] Sep 06 04:47:08.554 INFO O| Sep 06 04:47:08.554 INFO O| Planning: Planning completed in 9.08 seconds
43212026-09-06T04:47:09.680Z[ host-image] Sep 06 04:47:08.556 INFO O| Sep 06 04:47:08.556 INFO O| Packages to install: 130
43222026-09-06T04:47:09.680Z[ host-image] Sep 06 04:47:08.556 INFO O| Sep 06 04:47:08.556 INFO O| Mediators to change: 5
43232026-09-06T04:47:09.680Z[ host-image] Sep 06 04:47:08.556 INFO O| Sep 06 04:47:08.556 INFO O| Services to change: 6
43242026-09-06T04:47:09.700Z[verify-libraries] Compiling ingot v0.2.1
43252026-09-06T04:47:09.711Z[ host-image] Sep 06 04:47:08.588 INFO O| Sep 06 04:47:08.588 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43262026-09-06T04:47:09.766Z[verify-libraries] Compiling zone v0.3.1
43272026-09-06T04:47:09.859Z[verify-libraries] Compiling num-rational v0.4.2
43282026-09-06T04:47:09.885Z[verify-libraries] Compiling num-complex v0.4.6
43292026-09-06T04:47:09.910Z[verify-libraries] Compiling slog-dtrace v0.3.0
43302026-09-06T04:47:10.025Z[verify-libraries] Compiling expectorate v1.2.0
43312026-09-06T04:47:10.057Z[verify-libraries] Compiling prettyplease v0.2.37
43322026-09-06T04:47:10.204Z[verify-libraries] Compiling resolv-conf v0.7.6
43332026-09-06T04:47:10.235Z[verify-libraries] Compiling float-ord v0.3.2
43342026-09-06T04:47:10.297Z[verify-libraries] Compiling num v0.4.3
43352026-09-06T04:47:10.335Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43362026-09-06T04:47:10.405Z[verify-libraries] Compiling linked-hash-map v0.5.6
43372026-09-06T04:47:10.405Z[verify-libraries] Compiling minimal-lexical v0.2.1
43382026-09-06T04:47:10.451Z[verify-libraries] Compiling hickory-proto v0.24.4
43392026-09-06T04:47:10.499Z[verify-libraries] Compiling unicode-xid v0.2.6
43402026-09-06T04:47:10.561Z[verify-libraries] Compiling typify-macro v0.6.2
43412026-09-06T04:47:10.601Z[verify-libraries] Compiling tabled_derive v0.7.0
43422026-09-06T04:47:10.628Z[verify-libraries] Compiling nom v7.1.3
43432026-09-06T04:47:10.659Z[verify-libraries] Compiling lru-cache v0.1.2
43442026-09-06T04:47:10.712Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43452026-09-06T04:47:10.712Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43462026-09-06T04:47:10.770Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43472026-09-06T04:47:10.816Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
43482026-09-06T04:47:10.877Z[verify-libraries] Compiling fd-lock v4.0.4
43492026-09-06T04:47:10.880Z[verify-libraries] Compiling vte v0.14.1
43502026-09-06T04:47:11.063Z[verify-libraries] Compiling display-error-chain v0.2.2
43512026-09-06T04:47:11.172Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43522026-09-06T04:47:11.213Z[verify-libraries] Compiling crossterm v0.29.0
43532026-09-06T04:47:11.257Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43542026-09-06T04:47:11.286Z[verify-libraries] Compiling stacker v0.1.23
43552026-09-06T04:47:11.474Z[verify-libraries] Compiling cfg_aliases v0.1.1
43562026-09-06T04:47:11.496Z[ recovery-image] Sep 06 04:47:10.374 INFO O| Sep 06 04:47:10.373 INFO O| Startup: Refreshing catalog 'helios' ... Done
43572026-09-06T04:47:11.595Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43582026-09-06T04:47:11.642Z[verify-libraries] Compiling reedline v0.40.0
43592026-09-06T04:47:11.698Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43602026-09-06T04:47:11.727Z[verify-libraries] Compiling psm v0.1.30
43612026-09-06T04:47:11.727Z[verify-libraries] Compiling tabled v0.15.0
43622026-09-06T04:47:11.775Z[verify-libraries] Compiling nix v0.28.0
43632026-09-06T04:47:11.780Z[verify-libraries] Compiling semver v0.1.20
43642026-09-06T04:47:11.932Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43652026-09-06T04:47:12.061Z[ recovery-image] Sep 06 04:47:10.939 INFO O| Sep 06 04:47:10.939 INFO O| Startup: Caching catalogs ... Done
43662026-09-06T04:47:12.076Z[verify-libraries] Compiling termtree v0.5.1
43672026-09-06T04:47:12.080Z[ recovery-image] Sep 06 04:47:10.958 INFO O| Sep 06 04:47:10.958 INFO O| Planning: Planning completed in 0.00 seconds
43682026-09-06T04:47:12.084Z[ recovery-image] Sep 06 04:47:10.959 INFO O| Sep 06 04:47:10.959 INFO O| Planning: Consolidating action changes ... Done
43692026-09-06T04:47:12.084Z[ recovery-image] Sep 06 04:47:10.959 INFO O| Sep 06 04:47:10.959 INFO O| Planning: Evaluating mediators ... Done
43702026-09-06T04:47:12.084Z[ recovery-image] Sep 06 04:47:10.959 INFO O| Sep 06 04:47:10.959 INFO O| Planning: Planning completed in 0.00 seconds
43712026-09-06T04:47:12.084Z[ recovery-image] Sep 06 04:47:10.959 INFO O| Sep 06 04:47:10.959 INFO O| Variants/Facets to change: 1
43722026-09-06T04:47:12.122Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43732026-09-06T04:47:12.160Z[verify-libraries] Compiling rustc_version v0.1.7
43742026-09-06T04:47:12.279Z[verify-libraries] Compiling phf_shared v0.12.1
43752026-09-06T04:47:12.309Z[ recovery-image] Sep 06 04:47:11.180 INFO O| Sep 06 04:47:11.180 INFO O| Finalize: Updating package state database ... Done
43762026-09-06T04:47:12.309Z[ recovery-image] Sep 06 04:47:11.180 INFO O| Sep 06 04:47:11.180 INFO O| Finalize: Updating package cache ... Done
43772026-09-06T04:47:12.316Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43782026-09-06T04:47:12.381Z[ recovery-image] Sep 06 04:47:11.258 INFO O| Sep 06 04:47:11.258 INFO O| Finalize: Updating image state ... Done
43792026-09-06T04:47:12.398Z[ recovery-image] Sep 06 04:47:11.276 INFO O| Sep 06 04:47:11.276 INFO O| Finalize: Creating fast lookup database ... Done
43802026-09-06T04:47:12.402Z[ recovery-image] Sep 06 04:47:11.277 INFO O| Sep 06 04:47:11.277 INFO O| Finalize: Reading search index ... Done
43812026-09-06T04:47:12.402Z[ recovery-image] Sep 06 04:47:11.277 INFO O| Sep 06 04:47:11.277 INFO O| Finalize: Updating search index ... Done
43822026-09-06T04:47:12.402Z[ recovery-image] Sep 06 04:47:11.278 INFO O| Sep 06 04:47:11.278 INFO O| Finalize: Updating package cache ... Done
43832026-09-06T04:47:12.405Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43842026-09-06T04:47:12.487Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43852026-09-06T04:47:12.530Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43862026-09-06T04:47:12.557Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43872026-09-06T04:47:12.646Z[verify-libraries] Compiling nibble_vec v0.1.0
43882026-09-06T04:47:12.736Z[ recovery-image] Sep 06 04:47:11.614 INFO O| Sep 06 04:47:11.614 INFO STEP 8 (pkg_change_facet) COMPLETE
43892026-09-06T04:47:12.736Z[ recovery-image] Sep 06 04:47:11.614 INFO O| Sep 06 04:47:11.614 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43902026-09-06T04:47:12.773Z[verify-libraries] Compiling typify v0.6.2
43912026-09-06T04:47:12.852Z[verify-libraries] Compiling chrono-tz v0.10.4
43922026-09-06T04:47:12.892Z[verify-libraries] Compiling progenitor-impl v0.14.0
43932026-09-06T04:47:12.932Z[verify-libraries] Compiling hickory-resolver v0.24.4
43942026-09-06T04:47:12.983Z[verify-libraries] Compiling highway v1.3.0
43952026-09-06T04:47:12.987Z[verify-libraries] Compiling endian-type v0.1.2
43962026-09-06T04:47:13.078Z[ recovery-image] Sep 06 04:47:11.955 INFO O| Sep 06 04:47:11.955 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43972026-09-06T04:47:13.114Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43982026-09-06T04:47:13.194Z[verify-libraries] Compiling radix_trie v0.2.1
43992026-09-06T04:47:13.231Z[verify-libraries] Compiling recursive v0.1.1
44002026-09-06T04:47:13.294Z[verify-libraries] Compiling newtype_derive v0.1.6
44012026-09-06T04:47:13.411Z[verify-libraries] Compiling phf v0.12.1
44022026-09-06T04:47:13.575Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44032026-09-06T04:47:13.607Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44042026-09-06T04:47:13.653Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44052026-09-06T04:47:14.098Z[verify-libraries] Compiling qorb v0.4.1
44062026-09-06T04:47:14.131Z[verify-libraries] Compiling peg-macros v0.8.5
44072026-09-06T04:47:14.294Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44082026-09-06T04:47:14.336Z[verify-libraries] Compiling csv-core v0.1.13
44092026-09-06T04:47:14.558Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44102026-09-06T04:47:14.589Z[verify-libraries] Compiling winnow v0.6.26
44112026-09-06T04:47:14.632Z[verify-libraries] Compiling unicode_categories v0.1.1
44122026-09-06T04:47:14.710Z[verify-libraries] Compiling home v0.5.12
44132026-09-06T04:47:14.713Z[ host-image] Sep 06 04:47:13.589 INFO O| Sep 06 04:47:13.589 INFO O| Download: 9016/23891 items 78.5/223.0MB 35% complete (15.8M/s)
44142026-09-06T04:47:14.740Z[verify-libraries] Compiling const_format v0.2.35
44152026-09-06T04:47:14.921Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44162026-09-06T04:47:14.971Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44172026-09-06T04:47:15.006Z[verify-libraries] Compiling rustyline v14.0.0
44182026-09-06T04:47:15.075Z[verify-libraries] Compiling csv v1.4.0
44192026-09-06T04:47:15.207Z[verify-libraries] Compiling sqlparser v0.61.0
44202026-09-06T04:47:15.285Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44212026-09-06T04:47:15.322Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44222026-09-06T04:47:15.429Z[verify-libraries] Compiling bcs v0.1.6
44232026-09-06T04:47:15.564Z[ recovery-image] Sep 06 04:47:14.442 INFO O| Sep 06 04:47:14.442 INFO O| Startup: Refreshing catalog 'helios' ... Done
44242026-09-06T04:47:15.576Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44252026-09-06T04:47:15.732Z[verify-libraries] Compiling peg v0.8.5
44262026-09-06T04:47:15.799Z[verify-libraries] Compiling progenitor-macro v0.14.0
44272026-09-06T04:47:15.840Z[verify-libraries] Compiling nom v8.0.0
44282026-09-06T04:47:15.886Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44292026-09-06T04:47:15.920Z[verify-libraries] Compiling steno v0.4.1
44302026-09-06T04:47:16.072Z[ recovery-image] Sep 06 04:47:14.950 INFO O| Sep 06 04:47:14.950 INFO O| Startup: Caching catalogs ... Done
44312026-09-06T04:47:16.090Z[ recovery-image] Sep 06 04:47:14.968 INFO O| Sep 06 04:47:14.967 INFO O| Planning: Planning completed in 0.00 seconds
44322026-09-06T04:47:16.093Z[ recovery-image] Sep 06 04:47:14.968 INFO O| Sep 06 04:47:14.968 INFO O| Planning: Consolidating action changes ... Done
44332026-09-06T04:47:16.093Z[ recovery-image] Sep 06 04:47:14.968 INFO O| Sep 06 04:47:14.968 INFO O| Planning: Evaluating mediators ... Done
44342026-09-06T04:47:16.093Z[ recovery-image] Sep 06 04:47:14.968 INFO O| Sep 06 04:47:14.968 INFO O| Planning: Planning completed in 0.00 seconds
44352026-09-06T04:47:16.093Z[ recovery-image] Sep 06 04:47:14.969 INFO O| Sep 06 04:47:14.969 INFO O| Variants/Facets to change: 1
44362026-09-06T04:47:16.112Z[ recovery-image] Sep 06 04:47:14.990 INFO O| Sep 06 04:47:14.990 INFO O| Finalize: Updating package state database ... Done
44372026-09-06T04:47:16.112Z[ recovery-image] Sep 06 04:47:14.990 INFO O| Sep 06 04:47:14.990 INFO O| Finalize: Updating package cache ... Done
44382026-09-06T04:47:16.172Z[verify-libraries] Compiling sqlformat v0.3.5
44392026-09-06T04:47:16.201Z[ recovery-image] Sep 06 04:47:15.079 INFO O| Sep 06 04:47:15.079 INFO O| Finalize: Updating image state ... Done
44402026-09-06T04:47:16.219Z[ recovery-image] Sep 06 04:47:15.097 INFO O| Sep 06 04:47:15.096 INFO O| Finalize: Creating fast lookup database ... Done
44412026-09-06T04:47:16.222Z[ recovery-image] Sep 06 04:47:15.097 INFO O| Sep 06 04:47:15.097 INFO O| Finalize: Reading search index ... Done
44422026-09-06T04:47:16.222Z[ recovery-image] Sep 06 04:47:15.097 INFO O| Sep 06 04:47:15.097 INFO O| Finalize: Updating search index ... Done
44432026-09-06T04:47:16.222Z[ recovery-image] Sep 06 04:47:15.098 INFO O| Sep 06 04:47:15.098 INFO O| Finalize: Updating package cache ... Done
44442026-09-06T04:47:16.251Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44452026-09-06T04:47:16.396Z[verify-libraries] Compiling sha1 v0.10.6
44462026-09-06T04:47:16.481Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44472026-09-06T04:47:16.578Z[ recovery-image] Sep 06 04:47:15.456 INFO O| Sep 06 04:47:15.456 INFO STEP 9 (pkg_change_facet) COMPLETE
44482026-09-06T04:47:16.579Z[ recovery-image] Sep 06 04:47:15.456 INFO O| Sep 06 04:47:15.456 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44492026-09-06T04:47:16.597Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44502026-09-06T04:47:16.719Z[verify-libraries] Compiling tagptr v0.2.0
44512026-09-06T04:47:16.844Z[verify-libraries] Compiling utf-8 v0.7.6
44522026-09-06T04:47:16.956Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44532026-09-06T04:47:16.992Z[ recovery-image] Sep 06 04:47:15.870 INFO O| Sep 06 04:47:15.870 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44542026-09-06T04:47:17.073Z[verify-libraries] Compiling moka v0.12.13
44552026-09-06T04:47:17.102Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44562026-09-06T04:47:17.105Z[verify-libraries] Compiling tungstenite v0.21.0
44572026-09-06T04:47:17.165Z[verify-libraries] Compiling libefi-sys v0.1.0
44582026-09-06T04:47:17.254Z[verify-libraries] Compiling bitfield-struct v0.6.2
44592026-09-06T04:47:17.281Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44602026-09-06T04:47:17.314Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44612026-09-06T04:47:17.429Z[verify-libraries] Compiling xshell-macros v0.2.7
44622026-09-06T04:47:17.605Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44632026-09-06T04:47:17.665Z[verify-libraries] Compiling sha2 v0.11.0
44642026-09-06T04:47:17.733Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44652026-09-06T04:47:17.853Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44662026-09-06T04:47:17.915Z[verify-libraries] Compiling hickory-resolver v0.25.2
44672026-09-06T04:47:17.982Z[verify-libraries] Compiling xshell v0.2.7
44682026-09-06T04:47:18.005Z[verify-libraries] Compiling libscf-sys v1.2.0
44692026-09-06T04:47:18.076Z[verify-libraries] Compiling subprocess v0.2.15
44702026-09-06T04:47:18.148Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44712026-09-06T04:47:18.151Z[verify-libraries] Compiling papergrid v0.18.0
44722026-09-06T04:47:18.217Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44732026-09-06T04:47:18.273Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44742026-09-06T04:47:18.477Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
44752026-09-06T04:47:18.601Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44762026-09-06T04:47:18.646Z[verify-libraries] Compiling headers-core v0.3.0
44772026-09-06T04:47:18.714Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44782026-09-06T04:47:18.866Z[verify-libraries] Compiling unicase v2.9.0
44792026-09-06T04:47:18.869Z[verify-libraries] Compiling headers v0.4.1
44802026-09-06T04:47:18.947Z[verify-libraries] Compiling darling_core v0.21.3
44812026-09-06T04:47:19.045Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44822026-09-06T04:47:19.143Z[verify-libraries] Compiling tabled v0.21.0
44832026-09-06T04:47:19.181Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44842026-09-06T04:47:19.397Z[verify-libraries] Compiling maplit v1.0.2
44852026-09-06T04:47:19.592Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44862026-09-06T04:47:19.609Z[ recovery-image] Sep 06 04:47:18.487 INFO O| Sep 06 04:47:18.486 INFO O| Startup: Refreshing catalog 'helios' ... Done
44872026-09-06T04:47:19.641Z[verify-libraries] Compiling yasna v0.5.2
44882026-09-06T04:47:19.711Z[ host-image] Sep 06 04:47:18.589 INFO O| Sep 06 04:47:18.589 INFO O| Download: 18802/23891 items 161.1/223.0MB 72% complete (16.1M/s)
44892026-09-06T04:47:19.820Z[verify-libraries] Compiling crc8 v0.1.1
44902026-09-06T04:47:19.942Z[verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
44912026-09-06T04:47:19.988Z[verify-libraries] Compiling vergen-lib v0.1.6
44922026-09-06T04:47:20.052Z[verify-libraries] Compiling diesel_derives v2.3.7
44932026-09-06T04:47:20.118Z[verify-libraries] Compiling port-file v0.1.0
44942026-09-06T04:47:20.137Z[ recovery-image] Sep 06 04:47:19.015 INFO O| Sep 06 04:47:19.007 INFO O| Startup: Caching catalogs ... Done
44952026-09-06T04:47:20.147Z[ recovery-image] Sep 06 04:47:19.024 INFO O| Sep 06 04:47:19.024 INFO O| Planning: Planning completed in 0.00 seconds
44962026-09-06T04:47:20.150Z[ recovery-image] Sep 06 04:47:19.025 INFO O| Sep 06 04:47:19.025 INFO O| Planning: Consolidating action changes ... Done
44972026-09-06T04:47:20.150Z[ recovery-image] Sep 06 04:47:19.025 INFO O| Sep 06 04:47:19.025 INFO O| Planning: Evaluating mediators ... Done
44982026-09-06T04:47:20.150Z[ recovery-image] Sep 06 04:47:19.025 INFO O| Sep 06 04:47:19.025 INFO O| Planning: Planning completed in 0.00 seconds
44992026-09-06T04:47:20.150Z[ recovery-image] Sep 06 04:47:19.025 INFO O| Sep 06 04:47:19.025 INFO O| Variants/Facets to change: 1
45002026-09-06T04:47:20.175Z[ recovery-image] Sep 06 04:47:19.053 INFO O| Sep 06 04:47:19.053 INFO O| Finalize: Updating package state database ... Done
45012026-09-06T04:47:20.175Z[ recovery-image] Sep 06 04:47:19.053 INFO O| Sep 06 04:47:19.053 INFO O| Finalize: Updating package cache ... Done
45022026-09-06T04:47:20.247Z[verify-libraries] Compiling rcgen v0.12.1
45032026-09-06T04:47:20.267Z[ recovery-image] Sep 06 04:47:19.144 INFO O| Sep 06 04:47:19.144 INFO O| Finalize: Updating image state ... Done
45042026-09-06T04:47:20.287Z[ recovery-image] Sep 06 04:47:19.163 INFO O| Sep 06 04:47:19.163 INFO O| Finalize: Creating fast lookup database ... Done
45052026-09-06T04:47:20.290Z[ recovery-image] Sep 06 04:47:19.163 INFO O| Sep 06 04:47:19.163 INFO O| Finalize: Reading search index ... Done
45062026-09-06T04:47:20.290Z[ recovery-image] Sep 06 04:47:19.163 INFO O| Sep 06 04:47:19.163 INFO O| Finalize: Updating search index ... Done
45072026-09-06T04:47:20.290Z[ recovery-image] Sep 06 04:47:19.164 INFO O| Sep 06 04:47:19.164 INFO O| Finalize: Updating package cache ... Done
45082026-09-06T04:47:20.368Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45092026-09-06T04:47:20.477Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45102026-09-06T04:47:20.504Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45112026-09-06T04:47:20.531Z[verify-libraries] Compiling half v1.8.3
45122026-09-06T04:47:20.591Z[ recovery-image] Sep 06 04:47:19.469 INFO O| Sep 06 04:47:19.469 INFO STEP 10 (pkg_change_facet) COMPLETE
45132026-09-06T04:47:20.592Z[ recovery-image] Sep 06 04:47:19.469 INFO O| Sep 06 04:47:19.469 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-09-06T04:47:20.604Z[ recovery-image] Sep 06 04:47:19.480 INFO O| Sep 06 04:47:19.480 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"]
45152026-09-06T04:47:20.805Z[verify-libraries] Compiling serde_cbor v0.11.2
45162026-09-06T04:47:20.854Z[verify-libraries] Compiling r2d2 v0.8.10
45172026-09-06T04:47:20.857Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45182026-09-06T04:47:21.139Z[verify-libraries] Compiling crunchy v0.2.4
45192026-09-06T04:47:21.230Z[verify-libraries] Compiling cpubits v0.1.1
45202026-09-06T04:47:21.257Z[verify-libraries] Compiling downcast-rs v2.0.2
45212026-09-06T04:47:21.346Z[verify-libraries] Compiling dirs-next v2.0.0
45222026-09-06T04:47:21.542Z[verify-libraries] Compiling clang-sys v1.8.1
45232026-09-06T04:47:21.622Z[verify-libraries] Compiling tiny-keccak v2.0.2
45242026-09-06T04:47:21.686Z[verify-libraries] Compiling term v0.7.0
45252026-09-06T04:47:21.735Z[verify-libraries] Compiling progenitor v0.14.0
45262026-09-06T04:47:21.830Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45272026-09-06T04:47:21.917Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45282026-09-06T04:47:21.965Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45292026-09-06T04:47:21.965Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
45302026-09-06T04:47:22.025Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45312026-09-06T04:47:22.056Z[verify-libraries] Compiling darling_macro v0.21.3
45322026-09-06T04:47:22.137Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45332026-09-06T04:47:22.237Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45342026-09-06T04:47:22.287Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45352026-09-06T04:47:22.328Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45362026-09-06T04:47:22.349Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45372026-09-06T04:47:22.376Z[verify-libraries] Compiling diff v0.1.13
45382026-09-06T04:47:22.449Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45392026-09-06T04:47:22.604Z[verify-libraries] Compiling bit-vec v0.6.3
45402026-09-06T04:47:22.723Z[verify-libraries] Compiling darling v0.21.3
45412026-09-06T04:47:22.775Z[verify-libraries] Compiling ascii-canvas v3.0.0
45422026-09-06T04:47:22.798Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45432026-09-06T04:47:22.853Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45442026-09-06T04:47:22.868Z[ host-image] Sep 06 04:47:21.746 INFO O| Sep 06 04:47:21.746 INFO O| Download: Completed 223.04 MB in 13.16 seconds (16.9M/s)
45452026-09-06T04:47:22.881Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45462026-09-06T04:47:22.922Z[verify-libraries] Compiling bit-set v0.5.3
45472026-09-06T04:47:22.950Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45482026-09-06T04:47:22.965Z[ recovery-image] Sep 06 04:47:21.843 INFO O| Sep 06 04:47:21.843 INFO O| Startup: Refreshing catalog 'helios' ... Done
45492026-09-06T04:47:23.067Z[verify-libraries] Compiling itertools v0.10.5
45502026-09-06T04:47:23.149Z[verify-libraries] Compiling ena v0.14.4
45512026-09-06T04:47:23.149Z[verify-libraries] Compiling libloading v0.8.9
45522026-09-06T04:47:23.175Z[verify-libraries] Compiling regex-syntax v0.6.29
45532026-09-06T04:47:23.178Z[verify-libraries] Compiling bindgen v0.71.1
45542026-09-06T04:47:23.233Z[ host-image] Sep 06 04:47:22.110 INFO O| Sep 06 04:47:22.110 INFO O| Actions: 1/54206 actions (Installing new actions)
45552026-09-06T04:47:23.455Z[ recovery-image] Sep 06 04:47:22.333 INFO O| Sep 06 04:47:22.332 INFO O| Startup: Caching catalogs ... Done
45562026-09-06T04:47:23.492Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45572026-09-06T04:47:23.565Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45582026-09-06T04:47:23.660Z[verify-libraries] Compiling cexpr v0.6.0
45592026-09-06T04:47:23.766Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
45602026-09-06T04:47:23.900Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
45612026-09-06T04:47:24.047Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
45622026-09-06T04:47:24.254Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45632026-09-06T04:47:24.319Z[verify-libraries] Compiling rustc-hash v2.1.1
45642026-09-06T04:47:24.322Z[verify-libraries] Compiling rfc6979 v0.4.0
45652026-09-06T04:47:24.480Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
45662026-09-06T04:47:24.580Z[verify-libraries] Compiling lalrpop v0.19.12
45672026-09-06T04:47:24.650Z[verify-libraries] Compiling libxml v0.3.3
45682026-09-06T04:47:24.707Z[verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
45692026-09-06T04:47:24.784Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45702026-09-06T04:47:24.854Z[verify-libraries] Compiling ecdsa v0.16.9
45712026-09-06T04:47:25.071Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
45722026-09-06T04:47:25.309Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45732026-09-06T04:47:25.391Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
45742026-09-06T04:47:25.418Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45752026-09-06T04:47:25.422Z[verify-libraries] Compiling primeorder v0.13.6
45762026-09-06T04:47:25.474Z[verify-libraries] Compiling strum_macros v0.24.3
45772026-09-06T04:47:25.477Z[verify-libraries] Compiling hashbrown v0.14.5
45782026-09-06T04:47:25.645Z[verify-libraries] Compiling hmac v0.13.0
45792026-09-06T04:47:25.739Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45802026-09-06T04:47:26.011Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45812026-09-06T04:47:26.088Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
45822026-09-06T04:47:26.375Z[verify-libraries] Compiling universal-hash v0.6.1
45832026-09-06T04:47:26.405Z[verify-libraries] Compiling fxhash v0.2.1
45842026-09-06T04:47:26.469Z[verify-libraries] Compiling indoc v1.0.9
45852026-09-06T04:47:26.651Z[verify-libraries] Compiling salty v0.3.0
45862026-09-06T04:47:26.689Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45872026-09-06T04:47:26.735Z[verify-libraries] Compiling chumsky v0.9.3
45882026-09-06T04:47:26.757Z[ recovery-image] Sep 06 04:47:25.635 INFO O| Sep 06 04:47:25.635 INFO O| Planning: Solver setup ... Done
45892026-09-06T04:47:27.056Z[verify-libraries] Compiling knus-derive v3.4.0
45902026-09-06T04:47:27.080Z[ recovery-image] Sep 06 04:47:25.958 INFO O| Sep 06 04:47:25.957 INFO O| Planning: Running solver ... Done
45912026-09-06T04:47:27.139Z[ recovery-image] Sep 06 04:47:26.017 INFO O| Sep 06 04:47:26.017 INFO O| Planning: Finding local manifests ... Done
45922026-09-06T04:47:27.143Z[verify-libraries] Compiling p384 v0.13.1
45932026-09-06T04:47:27.186Z[ recovery-image] Sep 06 04:47:26.064 INFO O| Sep 06 04:47:26.063 INFO O| Planning: Fetching manifests: 0/130 0% complete
45942026-09-06T04:47:27.434Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45952026-09-06T04:47:27.497Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45962026-09-06T04:47:28.158Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45972026-09-06T04:47:28.263Z[ host-image] Sep 06 04:47:27.137 INFO O| Sep 06 04:47:27.137 INFO O| Actions: 24623/54206 actions (Installing new actions)
45982026-09-06T04:47:28.379Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45992026-09-06T04:47:28.687Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46002026-09-06T04:47:29.195Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46012026-09-06T04:47:29.467Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46022026-09-06T04:47:29.517Z[verify-libraries] Compiling diesel v2.3.7
46032026-09-06T04:47:29.554Z[verify-libraries] Compiling oso-derive v0.27.3
46042026-09-06T04:47:29.577Z[verify-libraries] Compiling quick-xml v0.37.5
46052026-09-06T04:47:29.888Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46062026-09-06T04:47:30.068Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46072026-09-06T04:47:30.202Z[verify-libraries] Compiling openssl-probe v0.1.6
46082026-09-06T04:47:30.529Z[verify-libraries] Compiling knus v3.4.0
46092026-09-06T04:47:30.755Z[ host-image] Sep 06 04:47:29.633 INFO O| Sep 06 04:47:29.633 INFO O| Actions: Completed 54206 actions in 7.52 seconds.
46102026-09-06T04:47:30.837Z[ recovery-image] Sep 06 04:47:29.715 INFO O| Sep 06 04:47:29.715 INFO O| Planning: Fetching manifests: 130/130 100% complete
46112026-09-06T04:47:30.859Z[ host-image] Sep 06 04:47:29.737 INFO O| Sep 06 04:47:29.737 INFO O| Finalize: Updating package state database ... Done
46122026-09-06T04:47:30.859Z[ host-image] Sep 06 04:47:29.737 INFO O| Sep 06 04:47:29.737 INFO O| Finalize: Updating package cache ... Done
46132026-09-06T04:47:31.006Z[ host-image] Sep 06 04:47:29.884 INFO O| Sep 06 04:47:29.884 INFO O| Finalize: Updating image state ... Done
46142026-09-06T04:47:31.143Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-09-06T04:47:31.222Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46162026-09-06T04:47:31.435Z[ recovery-image] Sep 06 04:47:30.312 INFO O| Sep 06 04:47:30.312 INFO O| Planning: Package planning ... Done
46172026-09-06T04:47:31.530Z[verify-libraries] Compiling polyval v0.7.1
46182026-09-06T04:47:31.595Z[ recovery-image] Sep 06 04:47:30.473 INFO O| Sep 06 04:47:30.472 INFO O| Planning: Merging actions ... Done
46192026-09-06T04:47:31.673Z[ recovery-image] Sep 06 04:47:30.544 INFO O| Sep 06 04:47:30.544 INFO O| Planning: Checking for conflicting actions ... Done
46202026-09-06T04:47:31.724Z[ recovery-image] Sep 06 04:47:30.602 INFO O| Sep 06 04:47:30.602 INFO O| Planning: Consolidating action changes ... Done
46212026-09-06T04:47:31.807Z[verify-libraries] Compiling der v0.8.0
46222026-09-06T04:47:31.896Z[ recovery-image] Sep 06 04:47:30.774 INFO O| Sep 06 04:47:30.774 INFO O| Planning: Evaluating mediators ... Done
46232026-09-06T04:47:31.974Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46242026-09-06T04:47:32.015Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46252026-09-06T04:47:32.019Z[ host-image] Sep 06 04:47:30.897 INFO O| Sep 06 04:47:30.897 INFO O| Finalize: Creating fast lookup database ... Done
46262026-09-06T04:47:32.076Z[verify-libraries] Compiling git-stub v1.0.0
46272026-09-06T04:47:32.083Z[ host-image] Sep 06 04:47:30.961 INFO O| Sep 06 04:47:30.961 INFO O| Finalize: Reading search index ... Done
46282026-09-06T04:47:32.425Z[verify-libraries] Compiling kstat-rs v0.2.5
46292026-09-06T04:47:32.828Z[verify-libraries] Compiling trait-variant v0.1.2
46302026-09-06T04:47:32.881Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46312026-09-06T04:47:33.204Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46322026-09-06T04:47:33.270Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46332026-09-06T04:47:33.354Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46342026-09-06T04:47:33.379Z[verify-libraries] Compiling ghash v0.6.0
46352026-09-06T04:47:33.391Z[ recovery-image] Sep 06 04:47:32.269 INFO O| Sep 06 04:47:32.269 INFO O| Planning: Planning completed in 9.92 seconds
46362026-09-06T04:47:33.395Z[ recovery-image] Sep 06 04:47:32.271 INFO O| Sep 06 04:47:32.271 INFO O| Packages to install: 130
46372026-09-06T04:47:33.395Z[ recovery-image] Sep 06 04:47:32.271 INFO O| Sep 06 04:47:32.271 INFO O| Mediators to change: 5
46382026-09-06T04:47:33.395Z[ recovery-image] Sep 06 04:47:32.271 INFO O| Sep 06 04:47:32.271 INFO O| Services to change: 5
46392026-09-06T04:47:33.423Z[ recovery-image] Sep 06 04:47:32.300 INFO O| Sep 06 04:47:32.300 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
46402026-09-06T04:47:33.489Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46412026-09-06T04:47:33.542Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46422026-09-06T04:47:33.608Z[verify-libraries] Compiling pbkdf2 v0.13.0
46432026-09-06T04:47:33.811Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46442026-09-06T04:47:33.841Z[verify-libraries] Compiling crypto-bigint v0.7.5
46452026-09-06T04:47:34.225Z[verify-libraries] Compiling aes v0.9.1
46462026-09-06T04:47:34.552Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46472026-09-06T04:47:34.585Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46482026-09-06T04:47:34.589Z[verify-libraries] Compiling ctr v0.10.1
46492026-09-06T04:47:34.836Z[verify-libraries] Compiling bb8 v0.8.6
46502026-09-06T04:47:34.935Z[verify-libraries] Compiling aead v0.6.1
46512026-09-06T04:47:35.020Z[verify-libraries] Compiling parking_lot_core v0.8.6
46522026-09-06T04:47:35.042Z[ host-image] Sep 06 04:47:33.920 INFO O| Sep 06 04:47:33.919 INFO O| Finalize: Building new search index ... Done
46532026-09-06T04:47:35.209Z[verify-libraries] Compiling aes-gcm v0.11.0
46542026-09-06T04:47:35.399Z[verify-libraries] Compiling spki v0.8.0
46552026-09-06T04:47:35.485Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46562026-09-06T04:47:35.507Z[verify-libraries] Compiling mime_guess v2.0.5
46572026-09-06T04:47:35.544Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46582026-09-06T04:47:35.547Z[ host-image] Sep 06 04:47:34.423 INFO O| Sep 06 04:47:34.423 INFO O| Finalize: Updating package cache ... Done
46592026-09-06T04:47:35.667Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46602026-09-06T04:47:35.723Z[verify-libraries] Compiling salsa20 v0.11.0
46612026-09-06T04:47:35.799Z[verify-libraries] Compiling nanorand v0.7.0
46622026-09-06T04:47:35.931Z[verify-libraries] Compiling scrypt v0.12.0
46632026-09-06T04:47:35.947Z[ host-image] Sep 06 04:47:34.825 INFO O| Sep 06 04:47:34.825 INFO STEP 11 (pkg_install) COMPLETE
46642026-09-06T04:47:35.947Z[ host-image] Sep 06 04:47:34.825 INFO O| Sep 06 04:47:34.825 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46652026-09-06T04:47:35.960Z[ host-image] Sep 06 04:47:34.836 INFO O| Sep 06 04:47:34.836 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"]
46662026-09-06T04:47:35.988Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46672026-09-06T04:47:36.096Z[verify-libraries] Compiling flume v0.11.1
46682026-09-06T04:47:36.192Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46692026-09-06T04:47:36.261Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46702026-09-06T04:47:36.313Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46712026-09-06T04:47:36.497Z[verify-libraries] Compiling cbc v0.2.1
46722026-09-06T04:47:36.531Z[verify-libraries] Compiling digest-io v0.1.0
46732026-09-06T04:47:36.705Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46742026-09-06T04:47:36.738Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46752026-09-06T04:47:36.797Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46762026-09-06T04:47:36.985Z[verify-libraries] Compiling http-range v0.1.5
46772026-09-06T04:47:37.181Z[verify-libraries] Compiling corncobs v0.1.4
46782026-09-06T04:47:37.221Z[verify-libraries] Compiling rawzip v0.4.4
46792026-09-06T04:47:37.476Z[verify-libraries] Compiling nonempty v0.12.0
46802026-09-06T04:47:37.666Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46812026-09-06T04:47:37.727Z[verify-libraries] Compiling pkcs5 v0.8.1
46822026-09-06T04:47:37.754Z[verify-libraries] Compiling parking_lot v0.11.2
46832026-09-06T04:47:38.199Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46842026-09-06T04:47:38.220Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46852026-09-06T04:47:38.225Z[verify-libraries] Compiling ignore v0.4.25
46862026-09-06T04:47:38.315Z[verify-libraries] Compiling anstyle-parse v0.2.7
46872026-09-06T04:47:38.422Z[ recovery-image] Sep 06 04:47:37.300 INFO O| Sep 06 04:47:37.300 INFO O| Download: 8439/16683 items 85.3/200.2MB 42% complete (17.0M/s)
46882026-09-06T04:47:38.438Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46892026-09-06T04:47:38.506Z[verify-libraries] Compiling prefix-trie v0.7.0
46902026-09-06T04:47:38.549Z[verify-libraries] Compiling secrecy v0.8.0
46912026-09-06T04:47:38.596Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46922026-09-06T04:47:38.678Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46932026-09-06T04:47:38.738Z[verify-libraries] Compiling anstream v0.6.21
46942026-09-06T04:47:38.927Z[verify-libraries] Compiling hickory-server v0.25.2
46952026-09-06T04:47:39.019Z[verify-libraries] Compiling globwalk v0.9.1
46962026-09-06T04:47:39.147Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46972026-09-06T04:47:39.237Z[verify-libraries] Compiling pkcs8 v0.11.0
46982026-09-06T04:47:39.355Z[verify-libraries] Compiling sled v0.34.7
46992026-09-06T04:47:39.649Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47002026-09-06T04:47:39.671Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47012026-09-06T04:47:39.741Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47022026-09-06T04:47:40.322Z[verify-libraries] Compiling predicates-tree v1.0.13
47032026-09-06T04:47:40.356Z[verify-libraries] Compiling rand_seeder v0.4.0
47042026-09-06T04:47:40.393Z[verify-libraries] Compiling ff v0.14.0
47052026-09-06T04:47:40.623Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47062026-09-06T04:47:40.650Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47072026-09-06T04:47:40.681Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47082026-09-06T04:47:40.713Z[verify-libraries] Compiling libz-sys v1.1.24
47092026-09-06T04:47:41.078Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47102026-09-06T04:47:41.137Z[verify-libraries] Compiling group v0.14.0
47112026-09-06T04:47:41.203Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47122026-09-06T04:47:41.523Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47132026-09-06T04:47:41.593Z[verify-libraries] Compiling signature v3.0.0
47142026-09-06T04:47:41.753Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47152026-09-06T04:47:41.889Z[verify-libraries] Compiling instability v0.3.11
47162026-09-06T04:47:42.108Z[verify-libraries] Compiling base16ct v1.0.0
47172026-09-06T04:47:42.235Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47182026-09-06T04:47:42.342Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47192026-09-06T04:47:42.400Z[verify-libraries] Compiling sec1 v0.8.1
47202026-09-06T04:47:42.545Z[verify-libraries] Compiling hkdf v0.13.0
47212026-09-06T04:47:42.577Z[verify-libraries] Compiling scuffle v0.1.0
47222026-09-06T04:47:42.616Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47232026-09-06T04:47:42.714Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47242026-09-06T04:47:42.747Z[ host-image] Sep 06 04:47:41.622 INFO O| Sep 06 04:47:41.622 INFO O| Startup: Refreshing catalog 'helios' ... Done
47252026-09-06T04:47:42.834Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47262026-09-06T04:47:42.875Z[verify-libraries] Compiling castaway v0.2.4
47272026-09-06T04:47:42.925Z[verify-libraries] Compiling indoc v2.0.7
47282026-09-06T04:47:42.986Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47292026-09-06T04:47:43.032Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47302026-09-06T04:47:43.161Z[verify-libraries] Compiling compact_str v0.8.1
47312026-09-06T04:47:43.237Z[ host-image] Sep 06 04:47:42.115 INFO O| Sep 06 04:47:42.114 INFO O| Startup: Caching catalogs ... Done
47322026-09-06T04:47:43.362Z[ recovery-image] Sep 06 04:47:42.240 INFO O| Sep 06 04:47:42.239 INFO O| Download: Completed 200.18 MB in 9.94 seconds (20.1M/s)
47332026-09-06T04:47:43.629Z[ recovery-image] Sep 06 04:47:42.507 INFO O| Sep 06 04:47:42.507 INFO O| Actions: 1/27596 actions (Installing new actions)
47342026-09-06T04:47:43.644Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47352026-09-06T04:47:43.922Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47362026-09-06T04:47:43.969Z[ host-image] Sep 06 04:47:42.846 INFO O| Sep 06 04:47:42.846 INFO O| Planning: Solver setup ... Done
47372026-09-06T04:47:43.974Z[ host-image] Sep 06 04:47:42.851 INFO O| Sep 06 04:47:42.851 INFO O| Planning: Running solver ... Done
47382026-09-06T04:47:43.992Z[ host-image] Sep 06 04:47:42.869 INFO O| Sep 06 04:47:42.869 INFO O| Planning: Finding local manifests ... Done
47392026-09-06T04:47:44.020Z[ host-image] Sep 06 04:47:42.897 INFO O| Sep 06 04:47:42.897 INFO O| Planning: Fetching manifests: 0/6 0% complete
47402026-09-06T04:47:44.051Z[verify-libraries] Compiling elliptic-curve v0.14.1
47412026-09-06T04:47:44.065Z[ host-image] Sep 06 04:47:42.942 INFO O| Sep 06 04:47:42.942 INFO O| Planning: Fetching manifests: 6/6 100% complete
47422026-09-06T04:47:44.085Z[ host-image] Sep 06 04:47:42.963 INFO O| Sep 06 04:47:42.963 INFO O| Planning: Package planning ... Done
47432026-09-06T04:47:44.089Z[ host-image] Sep 06 04:47:42.965 INFO O| Sep 06 04:47:42.965 INFO O| Planning: Merging actions ... Done
47442026-09-06T04:47:44.101Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47452026-09-06T04:47:44.155Z[ host-image] Sep 06 04:47:43.023 INFO O| Sep 06 04:47:43.023 INFO O| Planning: Checking for conflicting actions ... Done
47462026-09-06T04:47:44.155Z[ host-image] Sep 06 04:47:43.024 INFO O| Sep 06 04:47:43.024 INFO O| Planning: Consolidating action changes ... Done
47472026-09-06T04:47:44.229Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47482026-09-06T04:47:44.303Z[ host-image] Sep 06 04:47:43.181 INFO O| Sep 06 04:47:43.181 INFO O| Planning: Evaluating mediators ... Done
47492026-09-06T04:47:44.307Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
47502026-09-06T04:47:44.307Z[ host-image] Sep 06 04:47:43.182 INFO O| Sep 06 04:47:43.182 INFO O| Planning: Planning completed in 1.05 seconds
47512026-09-06T04:47:44.307Z[ host-image] Sep 06 04:47:43.183 INFO O| Sep 06 04:47:43.183 INFO O| Packages to install: 6
47522026-09-06T04:47:44.307Z[ host-image] Sep 06 04:47:43.183 INFO O| Sep 06 04:47:43.183 INFO O| Services to change: 2
47532026-09-06T04:47:44.316Z[ host-image] Sep 06 04:47:43.193 INFO O| Sep 06 04:47:43.193 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47542026-09-06T04:47:44.341Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47552026-09-06T04:47:44.384Z[verify-libraries] Compiling lru v0.12.5
47562026-09-06T04:47:44.517Z[ host-image] Sep 06 04:47:43.395 INFO O| Sep 06 04:47:43.395 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.7M/s)
47572026-09-06T04:47:44.556Z[ host-image] Sep 06 04:47:43.433 INFO O| Sep 06 04:47:43.433 INFO O| Actions: 1/391 actions (Installing new actions)
47582026-09-06T04:47:44.706Z[verify-libraries] Compiling unicode-truncate v1.1.0
47592026-09-06T04:47:44.773Z[ host-image] Sep 06 04:47:43.650 INFO O| Sep 06 04:47:43.650 INFO O| Actions: Completed 391 actions in 0.22 seconds.
47602026-09-06T04:47:44.778Z[verify-libraries] Compiling arc-swap v1.8.2
47612026-09-06T04:47:44.803Z[verify-libraries] Compiling cassowary v0.3.0
47622026-09-06T04:47:44.824Z[ host-image] Sep 06 04:47:43.701 INFO O| Sep 06 04:47:43.701 INFO O| Finalize: Updating package state database ... Done
47632026-09-06T04:47:44.824Z[ host-image] Sep 06 04:47:43.701 INFO O| Sep 06 04:47:43.701 INFO O| Finalize: Updating package cache ... Done
47642026-09-06T04:47:44.941Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47652026-09-06T04:47:44.945Z[ host-image] Sep 06 04:47:43.822 INFO O| Sep 06 04:47:43.821 INFO O| Finalize: Updating image state ... Done
47662026-09-06T04:47:45.174Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47672026-09-06T04:47:45.252Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47682026-09-06T04:47:45.396Z[verify-libraries] Compiling ratatui v0.29.0
47692026-09-06T04:47:45.442Z[verify-libraries] Compiling slog-scope v4.4.1
47702026-09-06T04:47:45.486Z[verify-libraries] Compiling wnaf v0.14.0
47712026-09-06T04:47:45.549Z[verify-libraries] Compiling primefield v0.14.0
47722026-09-06T04:47:45.799Z[verify-libraries] Compiling rfc6979 v0.6.0
47732026-09-06T04:47:45.832Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47742026-09-06T04:47:45.950Z[ host-image] Sep 06 04:47:44.827 INFO O| Sep 06 04:47:44.827 INFO O| Finalize: Creating fast lookup database ... Done
47752026-09-06T04:47:45.978Z[ host-image] Sep 06 04:47:44.855 INFO O| Sep 06 04:47:44.855 INFO O| Finalize: Reading search index ... Done
47762026-09-06T04:47:45.978Z[ host-image] Sep 06 04:47:44.855 INFO O| Sep 06 04:47:44.855 INFO O| Finalize: Updating search index ... Done
47772026-09-06T04:47:45.982Z[verify-libraries] Compiling progenitor-impl v0.13.0
47782026-09-06T04:47:45.995Z[ host-image] Sep 06 04:47:44.872 INFO O| Sep 06 04:47:44.872 INFO O| Finalize: Updating package cache ... Done
47792026-09-06T04:47:46.051Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47802026-09-06T04:47:46.292Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47812026-09-06T04:47:46.340Z[ host-image] Sep 06 04:47:45.217 INFO O| Sep 06 04:47:45.217 INFO STEP 12 (pkg_install) COMPLETE
47822026-09-06T04:47:46.340Z[ host-image] Sep 06 04:47:45.217 INFO O| Sep 06 04:47:45.217 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47832026-09-06T04:47:46.349Z[ host-image] Sep 06 04:47:45.227 INFO O| Sep 06 04:47:45.227 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47842026-09-06T04:47:46.539Z[verify-libraries] Compiling vergen-git2 v9.1.0
47852026-09-06T04:47:47.179Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47862026-09-06T04:47:47.432Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47872026-09-06T04:47:47.621Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47882026-09-06T04:47:47.881Z[verify-libraries] Compiling strsim v0.10.0
47892026-09-06T04:47:48.009Z[verify-libraries] Compiling ecdsa v0.17.0
47902026-09-06T04:47:48.043Z[verify-libraries] Compiling primeorder v0.14.0
47912026-09-06T04:47:48.301Z[verify-libraries] Compiling darling_core v0.13.4
47922026-09-06T04:47:48.429Z[verify-libraries] Compiling slog-stdlog v4.1.1
47932026-09-06T04:47:48.610Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47942026-09-06T04:47:48.633Z[ recovery-image] Sep 06 04:47:47.511 INFO O| Sep 06 04:47:47.511 INFO O| Actions: 22037/27596 actions (Installing new actions)
47952026-09-06T04:47:48.637Z[verify-libraries] Compiling tungstenite v0.23.0
47962026-09-06T04:47:48.637Z[verify-libraries] Compiling progenitor-client v0.13.0
47972026-09-06T04:47:48.786Z[verify-libraries] Compiling curve25519-dalek v5.0.0
47982026-09-06T04:47:48.936Z[verify-libraries] Compiling console v0.16.2
47992026-09-06T04:47:49.026Z[verify-libraries] Compiling progenitor-macro v0.13.0
48002026-09-06T04:47:49.068Z[ host-image] Sep 06 04:47:47.945 INFO O| Sep 06 04:47:47.945 INFO O| Startup: Refreshing catalog 'helios' ... Done
48012026-09-06T04:47:49.201Z[verify-libraries] Compiling libsw-core v0.3.2
48022026-09-06T04:47:49.324Z[verify-libraries] Compiling void v1.0.2
48032026-09-06T04:47:49.350Z[ recovery-image] Sep 06 04:47:48.228 INFO O| Sep 06 04:47:48.228 INFO O| Actions: Completed 27596 actions in 5.72 seconds.
48042026-09-06T04:47:49.365Z[verify-libraries] Compiling assert_matches v1.5.0
48052026-09-06T04:47:49.420Z[verify-libraries] Compiling unit-prefix v0.5.2
48062026-09-06T04:47:49.429Z[ recovery-image] Sep 06 04:47:48.307 INFO O| Sep 06 04:47:48.307 INFO O| Finalize: Updating package state database ... Done
48072026-09-06T04:47:49.429Z[ recovery-image] Sep 06 04:47:48.307 INFO O| Sep 06 04:47:48.307 INFO O| Finalize: Updating package cache ... Done
48082026-09-06T04:47:49.492Z[verify-libraries] Compiling lzss v0.8.2
48092026-09-06T04:47:49.538Z[verify-libraries] Compiling libsw v3.5.0
48102026-09-06T04:47:49.588Z[ recovery-image] Sep 06 04:47:48.465 INFO O| Sep 06 04:47:48.465 INFO O| Finalize: Updating image state ... Done
48112026-09-06T04:47:49.639Z[ host-image] Sep 06 04:47:48.510 INFO O| Sep 06 04:47:48.499 INFO O| Startup: Caching catalogs ... Done
48122026-09-06T04:47:49.643Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48132026-09-06T04:47:49.643Z[verify-libraries] Compiling slog-envlogger v2.2.0
48142026-09-06T04:47:49.664Z[verify-libraries] Compiling indicatif v0.18.4
48152026-09-06T04:47:49.683Z[verify-libraries] Compiling ssh-encoding v0.3.0
48162026-09-06T04:47:49.782Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48172026-09-06T04:47:49.832Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48182026-09-06T04:47:50.071Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48192026-09-06T04:47:50.168Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48202026-09-06T04:47:50.224Z[ host-image] Sep 06 04:47:49.101 INFO O| Sep 06 04:47:49.101 INFO O| Planning: Solver setup ... Done
48212026-09-06T04:47:50.228Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48222026-09-06T04:47:50.232Z[ host-image] Sep 06 04:47:49.107 INFO O| Sep 06 04:47:49.107 INFO O| Planning: Running solver ... Done
48232026-09-06T04:47:50.245Z[ host-image] Sep 06 04:47:49.123 INFO O| Sep 06 04:47:49.123 INFO O| Planning: Finding local manifests ... Done
48242026-09-06T04:47:50.276Z[ host-image] Sep 06 04:47:49.154 INFO O| Sep 06 04:47:49.154 INFO O| Planning: Fetching manifests: 0/6 0% complete
48252026-09-06T04:47:50.325Z[verify-libraries] Compiling darling_macro v0.13.4
48262026-09-06T04:47:50.368Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48272026-09-06T04:47:50.375Z[ recovery-image] Sep 06 04:47:49.253 INFO O| Sep 06 04:47:49.253 INFO O| Finalize: Creating fast lookup database ... Done
48282026-09-06T04:47:50.393Z[ recovery-image] Sep 06 04:47:49.271 INFO O| Sep 06 04:47:49.270 INFO O| Finalize: Reading search index ... Done
48292026-09-06T04:47:50.404Z[ host-image] Sep 06 04:47:49.282 INFO O| Sep 06 04:47:49.281 INFO O| Planning: Fetching manifests: 6/6 100% complete
48302026-09-06T04:47:50.432Z[ host-image] Sep 06 04:47:49.309 INFO O| Sep 06 04:47:49.309 INFO O| Planning: Package planning ... Done
48312026-09-06T04:47:50.460Z[ host-image] Sep 06 04:47:49.318 INFO O| Sep 06 04:47:49.318 INFO O| Planning: Merging actions ... Done
48322026-09-06T04:47:50.467Z[verify-libraries] Compiling nix v0.27.1
48332026-09-06T04:47:50.490Z[ host-image] Sep 06 04:47:49.368 INFO O| Sep 06 04:47:49.368 INFO O| Planning: Checking for conflicting actions ... Done
48342026-09-06T04:47:50.511Z[ host-image] Sep 06 04:47:49.389 INFO O| Sep 06 04:47:49.389 INFO O| Planning: Consolidating action changes ... Done
48352026-09-06T04:47:50.629Z[verify-libraries] Compiling colored v2.2.0
48362026-09-06T04:47:50.653Z[ host-image] Sep 06 04:47:49.530 INFO O| Sep 06 04:47:49.530 INFO O| Planning: Evaluating mediators ... Done
48372026-09-06T04:47:50.656Z[ host-image] Sep 06 04:47:49.533 INFO O| Sep 06 04:47:49.533 INFO O| Planning: Planning completed in 1.02 seconds
48382026-09-06T04:47:50.656Z[ host-image] Sep 06 04:47:49.534 INFO O| Sep 06 04:47:49.534 INFO O| Packages to install: 6
48392026-09-06T04:47:50.656Z[ host-image] Sep 06 04:47:49.534 INFO O| Sep 06 04:47:49.534 INFO O| Mediators to change: 1
48402026-09-06T04:47:50.656Z[ host-image] Sep 06 04:47:49.534 INFO O| Sep 06 04:47:49.534 INFO O| Services to change: 1
48412026-09-06T04:47:50.668Z[ host-image] Sep 06 04:47:49.546 INFO O| Sep 06 04:47:49.546 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48422026-09-06T04:47:50.671Z[verify-libraries] Compiling blake3 v1.8.5
48432026-09-06T04:47:50.726Z[verify-libraries] Compiling serde_bytes v0.11.19
48442026-09-06T04:47:51.033Z[verify-libraries] Compiling keccak v0.2.0
48452026-09-06T04:47:51.091Z[verify-libraries] Compiling shell-words v1.1.1
48462026-09-06T04:47:51.188Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48472026-09-06T04:47:51.388Z[verify-libraries] Compiling darling v0.13.4
48482026-09-06T04:47:51.514Z[ host-image] Sep 06 04:47:50.392 INFO O| Sep 06 04:47:50.392 INFO O| Download: Completed 7.84 MB in 0.85 seconds (9.3M/s)
48492026-09-06T04:47:51.521Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48502026-09-06T04:47:51.565Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48512026-09-06T04:47:51.590Z[verify-libraries] Compiling ed25519 v3.0.0
48522026-09-06T04:47:51.679Z[ host-image] Sep 06 04:47:50.557 INFO O| Sep 06 04:47:50.557 INFO O| Actions: 1/1366 actions (Installing new actions)
48532026-09-06T04:47:51.910Z[ host-image] Sep 06 04:47:50.788 INFO O| Sep 06 04:47:50.788 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
48542026-09-06T04:47:51.946Z[verify-libraries] Compiling crypto-primes v0.7.2
48552026-09-06T04:47:51.957Z[ host-image] Sep 06 04:47:50.834 INFO O| Sep 06 04:47:50.834 INFO O| Finalize: Updating package state database ... Done
48562026-09-06T04:47:51.957Z[ host-image] Sep 06 04:47:50.834 INFO O| Sep 06 04:47:50.834 INFO O| Finalize: Updating package cache ... Done
48572026-09-06T04:47:52.050Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48582026-09-06T04:47:52.060Z[ host-image] Sep 06 04:47:50.937 INFO O| Sep 06 04:47:50.937 INFO O| Finalize: Updating image state ... Done
48592026-09-06T04:47:52.133Z[verify-libraries] Compiling poly1305 v0.9.0
48602026-09-06T04:47:52.244Z[ recovery-image] Sep 06 04:47:51.122 INFO O| Sep 06 04:47:51.121 INFO O| Finalize: Building new search index ... Done
48612026-09-06T04:47:52.397Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48622026-09-06T04:47:52.552Z[ recovery-image] Sep 06 04:47:51.429 INFO O| Sep 06 04:47:51.429 INFO O| Finalize: Updating package cache ... Done
48632026-09-06T04:47:52.630Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48642026-09-06T04:47:52.850Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48652026-09-06T04:47:52.911Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48662026-09-06T04:47:52.963Z[ recovery-image] Sep 06 04:47:51.841 INFO O| Sep 06 04:47:51.840 INFO STEP 11 (pkg_install) COMPLETE
48672026-09-06T04:47:52.963Z[ recovery-image] Sep 06 04:47:51.841 INFO O| Sep 06 04:47:51.840 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48682026-09-06T04:47:52.966Z[ recovery-image] Sep 06 04:47:51.841 INFO O| Sep 06 04:47:51.840 INFO skip step because feature "recovery" is enabled
48692026-09-06T04:47:52.967Z[ recovery-image] Sep 06 04:47:51.841 INFO O| Sep 06 04:47:51.841 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48702026-09-06T04:47:52.967Z[ recovery-image] Sep 06 04:47:51.841 INFO O| Sep 06 04:47:51.841 INFO skip step because feature "omicron1" is not enabled
48712026-09-06T04:47:52.967Z[ recovery-image] Sep 06 04:47:51.841 INFO O| Sep 06 04:47:51.841 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48722026-09-06T04:47:52.972Z[ recovery-image] Sep 06 04:47:51.849 INFO O| Sep 06 04:47:51.849 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48732026-09-06T04:47:53.061Z[ host-image] Sep 06 04:47:51.939 INFO O| Sep 06 04:47:51.939 INFO O| Finalize: Creating fast lookup database ... Done
48742026-09-06T04:47:53.096Z[ host-image] Sep 06 04:47:51.974 INFO O| Sep 06 04:47:51.974 INFO O| Finalize: Reading search index ... Done
48752026-09-06T04:47:53.096Z[ host-image] Sep 06 04:47:51.974 INFO O| Sep 06 04:47:51.974 INFO O| Finalize: Updating search index ... Done
48762026-09-06T04:47:53.131Z[ host-image] Sep 06 04:47:52.009 INFO O| Sep 06 04:47:52.008 INFO O| Finalize: Updating package cache ... Done
48772026-09-06T04:47:53.173Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48782026-09-06T04:47:53.197Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48792026-09-06T04:47:53.200Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48802026-09-06T04:47:53.249Z[verify-libraries] Compiling blowfish v0.10.0
48812026-09-06T04:47:53.428Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48822026-09-06T04:47:53.465Z[ host-image] Sep 06 04:47:52.342 INFO O| Sep 06 04:47:52.341 INFO STEP 13 (pkg_install) COMPLETE
48832026-09-06T04:47:53.465Z[ host-image] Sep 06 04:47:52.342 INFO O| Sep 06 04:47:52.341 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48842026-09-06T04:47:53.473Z[ host-image] Sep 06 04:47:52.351 INFO O| Sep 06 04:47:52.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48852026-09-06T04:47:53.496Z[verify-libraries] Compiling petname v2.0.2
48862026-09-06T04:47:53.519Z[verify-libraries] Compiling constant_time_eq v0.4.2
48872026-09-06T04:47:53.587Z[verify-libraries] Compiling arrayvec v0.7.6
48882026-09-06T04:47:53.649Z[verify-libraries] Compiling arrayref v0.3.9
48892026-09-06T04:47:53.763Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48902026-09-06T04:47:53.937Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48912026-09-06T04:47:54.091Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48922026-09-06T04:47:54.194Z[verify-libraries] Compiling ssh-cipher v0.3.0
48932026-09-06T04:47:54.269Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48942026-09-06T04:47:54.296Z[verify-libraries] Compiling serde_with_macros v1.5.2
48952026-09-06T04:47:54.368Z[verify-libraries] Compiling sha3 v0.11.0
48962026-09-06T04:47:54.582Z[verify-libraries] Compiling progenitor v0.13.0
48972026-09-06T04:47:54.795Z[verify-libraries] Compiling p256 v0.14.0
48982026-09-06T04:47:54.892Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48992026-09-06T04:47:54.930Z[verify-libraries] Compiling p384 v0.14.0
49002026-09-06T04:47:54.934Z[verify-libraries] Compiling p521 v0.14.0
49012026-09-06T04:47:54.951Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49022026-09-06T04:47:54.955Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49032026-09-06T04:47:55.061Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49042026-09-06T04:47:55.312Z[verify-libraries] Compiling twox-hash v2.1.2
49052026-09-06T04:47:55.348Z[verify-libraries] Compiling kem v0.3.0
49062026-09-06T04:47:55.375Z[ recovery-image] Sep 06 04:47:54.252 INFO O| Sep 06 04:47:54.252 INFO O| Startup: Refreshing catalog 'helios' ... Done
49072026-09-06T04:47:55.621Z[verify-libraries] Compiling module-lattice v0.2.3
49082026-09-06T04:47:55.663Z[verify-libraries] Compiling atty v0.2.14
49092026-09-06T04:47:55.817Z[verify-libraries] Compiling rtoolbox v0.0.3
49102026-09-06T04:47:55.874Z[verify-libraries] Compiling sponge-cursor v0.1.0
49112026-09-06T04:47:55.900Z[ host-image] Sep 06 04:47:54.777 INFO O| Sep 06 04:47:54.777 INFO O| Startup: Refreshing catalog 'helios' ... Done
49122026-09-06T04:47:55.926Z[ recovery-image] Sep 06 04:47:54.803 INFO O| Sep 06 04:47:54.800 INFO O| Startup: Caching catalogs ... Done
49132026-09-06T04:47:55.932Z[verify-libraries] Compiling topological-sort v0.2.2
49142026-09-06T04:47:56.116Z[verify-libraries] Compiling sha3 v0.12.0
49152026-09-06T04:47:56.161Z[verify-libraries] Compiling rpassword v7.5.4
49162026-09-06T04:47:56.190Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49172026-09-06T04:47:56.213Z[verify-libraries] Compiling ml-kem v0.3.2
49182026-09-06T04:47:56.662Z[verify-libraries] Compiling serde_with v1.14.0
49192026-09-06T04:47:56.678Z[ host-image] Sep 06 04:47:55.556 INFO O| Sep 06 04:47:55.556 INFO O| Startup: Caching catalogs ... Done
49202026-09-06T04:47:56.733Z[ recovery-image] Sep 06 04:47:55.610 INFO O| Sep 06 04:47:55.610 INFO O| Planning: Solver setup ... Done
49212026-09-06T04:47:56.738Z[ recovery-image] Sep 06 04:47:55.616 INFO O| Sep 06 04:47:55.616 INFO O| Planning: Running solver ... Done
49222026-09-06T04:47:56.757Z[ recovery-image] Sep 06 04:47:55.635 INFO O| Sep 06 04:47:55.635 INFO O| Planning: Finding local manifests ... Done
49232026-09-06T04:47:56.830Z[ recovery-image] Sep 06 04:47:55.708 INFO O| Sep 06 04:47:55.708 INFO O| Planning: Fetching manifests: 0/1 0% complete
49242026-09-06T04:47:56.853Z[ recovery-image] Sep 06 04:47:55.730 INFO O| Sep 06 04:47:55.730 INFO O| Planning: Fetching manifests: 1/1 100% complete
49252026-09-06T04:47:56.871Z[ recovery-image] Sep 06 04:47:55.748 INFO O| Sep 06 04:47:55.748 INFO O| Planning: Package planning ... Done
49262026-09-06T04:47:56.871Z[ recovery-image] Sep 06 04:47:55.748 INFO O| Sep 06 04:47:55.748 INFO O| Planning: Merging actions ... Done
49272026-09-06T04:47:56.893Z[ recovery-image] Sep 06 04:47:55.770 INFO O| Sep 06 04:47:55.770 INFO O| Planning: Checking for conflicting actions ... Done
49282026-09-06T04:47:56.896Z[ recovery-image] Sep 06 04:47:55.771 INFO O| Sep 06 04:47:55.771 INFO O| Planning: Consolidating action changes ... Done
49292026-09-06T04:47:56.995Z[ recovery-image] Sep 06 04:47:55.873 INFO O| Sep 06 04:47:55.873 INFO O| Planning: Evaluating mediators ... Done
49302026-09-06T04:47:56.999Z[ recovery-image] Sep 06 04:47:55.873 INFO O| Sep 06 04:47:55.873 INFO O| Planning: Planning completed in 1.05 seconds
49312026-09-06T04:47:56.999Z[ recovery-image] Sep 06 04:47:55.874 INFO O| Sep 06 04:47:55.874 INFO O| Packages to install: 1
49322026-09-06T04:47:57.009Z[ recovery-image] Sep 06 04:47:55.887 INFO O| Sep 06 04:47:55.887 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49332026-09-06T04:47:57.059Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49342026-09-06T04:47:57.335Z[ recovery-image] Sep 06 04:47:56.183 INFO O| Sep 06 04:47:56.183 INFO O| Download: Completed 13.27 MB in 0.30 seconds (44.8M/s)
49352026-09-06T04:47:57.387Z[ recovery-image] Sep 06 04:47:56.265 INFO O| Sep 06 04:47:56.265 INFO O| Actions: 1/22 actions (Installing new actions)
49362026-09-06T04:47:57.425Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49372026-09-06T04:47:57.431Z[ host-image] Sep 06 04:47:56.309 INFO O| Sep 06 04:47:56.309 INFO O| Planning: Solver setup ... Done
49382026-09-06T04:47:57.436Z[ host-image] Sep 06 04:47:56.314 INFO O| Sep 06 04:47:56.314 INFO O| Planning: Running solver ... Done
49392026-09-06T04:47:57.453Z[ host-image] Sep 06 04:47:56.331 INFO O| Sep 06 04:47:56.331 INFO O| Planning: Finding local manifests ... Done
49402026-09-06T04:47:57.465Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49412026-09-06T04:47:57.509Z[ host-image] Sep 06 04:47:56.387 INFO O| Sep 06 04:47:56.387 INFO O| Planning: Fetching manifests: 0/1 0% complete
49422026-09-06T04:47:57.519Z[ host-image] Sep 06 04:47:56.397 INFO O| Sep 06 04:47:56.397 INFO O| Planning: Fetching manifests: 1/1 100% complete
49432026-09-06T04:47:57.535Z[ host-image] Sep 06 04:47:56.413 INFO O| Sep 06 04:47:56.413 INFO O| Planning: Package planning ... Done
49442026-09-06T04:47:57.535Z[ host-image] Sep 06 04:47:56.413 INFO O| Sep 06 04:47:56.413 INFO O| Planning: Merging actions ... Done
49452026-09-06T04:47:57.574Z[ host-image] Sep 06 04:47:56.452 INFO O| Sep 06 04:47:56.452 INFO O| Planning: Checking for conflicting actions ... Done
49462026-09-06T04:47:57.578Z[ host-image] Sep 06 04:47:56.452 INFO O| Sep 06 04:47:56.452 INFO O| Planning: Consolidating action changes ... Done
49472026-09-06T04:47:57.619Z[ recovery-image] Sep 06 04:47:56.497 INFO O| Sep 06 04:47:56.496 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49482026-09-06T04:47:57.663Z[ recovery-image] Sep 06 04:47:56.541 INFO O| Sep 06 04:47:56.541 INFO O| Finalize: Updating package state database ... Done
49492026-09-06T04:47:57.663Z[ recovery-image] Sep 06 04:47:56.541 INFO O| Sep 06 04:47:56.541 INFO O| Finalize: Updating package cache ... Done
49502026-09-06T04:47:57.710Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49512026-09-06T04:47:57.749Z[ host-image] Sep 06 04:47:56.627 INFO O| Sep 06 04:47:56.626 INFO O| Planning: Evaluating mediators ... Done
49522026-09-06T04:47:57.752Z[ host-image] Sep 06 04:47:56.627 INFO O| Sep 06 04:47:56.627 INFO O| Planning: Planning completed in 1.05 seconds
49532026-09-06T04:47:57.752Z[ host-image] Sep 06 04:47:56.627 INFO O| Sep 06 04:47:56.627 INFO O| Packages to install: 1
49542026-09-06T04:47:57.760Z[ host-image] Sep 06 04:47:56.638 INFO O| Sep 06 04:47:56.638 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49552026-09-06T04:47:57.768Z[ recovery-image] Sep 06 04:47:56.644 INFO O| Sep 06 04:47:56.644 INFO O| Finalize: Updating image state ... Done
49562026-09-06T04:47:57.835Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49572026-09-06T04:47:57.900Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49582026-09-06T04:47:57.944Z[ host-image] Sep 06 04:47:56.822 INFO O| Sep 06 04:47:56.822 INFO O| Download: Completed 13.27 MB in 0.18 seconds (72.1M/s)
49592026-09-06T04:47:57.987Z[ host-image] Sep 06 04:47:56.865 INFO O| Sep 06 04:47:56.865 INFO O| Actions: 1/22 actions (Installing new actions)
49602026-09-06T04:47:58.118Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49612026-09-06T04:47:58.198Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49622026-09-06T04:47:58.217Z[ host-image] Sep 06 04:47:57.094 INFO O| Sep 06 04:47:57.088 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49632026-09-06T04:47:58.256Z[ host-image] Sep 06 04:47:57.134 INFO O| Sep 06 04:47:57.134 INFO O| Finalize: Updating package state database ... Done
49642026-09-06T04:47:58.256Z[ host-image] Sep 06 04:47:57.134 INFO O| Sep 06 04:47:57.134 INFO O| Finalize: Updating package cache ... Done
49652026-09-06T04:47:58.359Z[ host-image] Sep 06 04:47:57.237 INFO O| Sep 06 04:47:57.237 INFO O| Finalize: Updating image state ... Done
49662026-09-06T04:47:58.462Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49672026-09-06T04:47:58.527Z[ recovery-image] Sep 06 04:47:57.405 INFO O| Sep 06 04:47:57.405 INFO O| Finalize: Creating fast lookup database ... Done
49682026-09-06T04:47:58.564Z[ recovery-image] Sep 06 04:47:57.442 INFO O| Sep 06 04:47:57.441 INFO O| Finalize: Reading search index ... Done
49692026-09-06T04:47:58.564Z[ recovery-image] Sep 06 04:47:57.442 INFO O| Sep 06 04:47:57.442 INFO O| Finalize: Updating search index ... Done
49702026-09-06T04:47:58.574Z[ recovery-image] Sep 06 04:47:57.452 INFO O| Sep 06 04:47:57.452 INFO O| Finalize: Updating package cache ... Done
49712026-09-06T04:47:58.748Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49722026-09-06T04:47:58.782Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49732026-09-06T04:47:58.915Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 14 (pkg_install) COMPLETE
49742026-09-06T04:47:58.915Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49752026-09-06T04:47:58.915Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO skip step because feature "mbist" is not enabled
49762026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49772026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO skip step because feature "mfg" is not enabled
49782026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49792026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO skip step because feature "compliance" is not enabled
49802026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO skip step because feature "stress" is not enabled
49822026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO skip step because feature "compliance" is not enabled
49842026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO skip step because feature "nfs" is not enabled
49862026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49872026-09-06T04:47:58.919Z[ recovery-image] Sep 06 04:47:57.793 INFO O| Sep 06 04:47:57.793 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49882026-09-06T04:47:59.102Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49892026-09-06T04:47:59.125Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49902026-09-06T04:47:59.149Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49912026-09-06T04:47:59.199Z[verify-libraries] Compiling fatfs v0.3.6
49922026-09-06T04:47:59.236Z[ recovery-image] Sep 06 04:47:58.113 INFO O| Sep 06 04:47:58.113 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49932026-09-06T04:47:59.299Z[verify-libraries] Compiling num-bigint v0.4.6
49942026-09-06T04:47:59.379Z[ recovery-image] Sep 06 04:47:58.256 INFO O| Sep 06 04:47:58.256 INFO completed processing sled/ramdisk-01-os
49952026-09-06T04:47:59.382Z[ recovery-image] Sep 06 04:47:58.259 INFO image builder template: ramdisk-02-trim...
49962026-09-06T04:47:59.382Z[ recovery-image] Sep 06 04:47:58.259 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/.tmpZAFu1v/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49972026-09-06T04:47:59.390Z[verify-libraries] Compiling generic-array v1.4.3
49982026-09-06T04:47:59.402Z[ recovery-image] Sep 06 04:47:58.279 INFO O| Sep 06 04:47:58.279 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49992026-09-06T04:47:59.406Z[ recovery-image] Sep 06 04:47:58.283 INFO O| Sep 06 04:47:58.283 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50002026-09-06T04:47:59.414Z[verify-libraries] Compiling russh-util v0.52.0
50012026-09-06T04:47:59.444Z[ host-image] Sep 06 04:47:58.322 INFO O| Sep 06 04:47:58.322 INFO O| Finalize: Creating fast lookup database ... Done
50022026-09-06T04:47:59.447Z[verify-libraries] Compiling enum_dispatch v0.3.13
50032026-09-06T04:47:59.482Z[ host-image] Sep 06 04:47:58.359 INFO O| Sep 06 04:47:58.359 INFO O| Finalize: Reading search index ... Done
50042026-09-06T04:47:59.482Z[ host-image] Sep 06 04:47:58.360 INFO O| Sep 06 04:47:58.359 INFO O| Finalize: Updating search index ... Done
50052026-09-06T04:47:59.492Z[ host-image] Sep 06 04:47:58.370 INFO O| Sep 06 04:47:58.370 INFO O| Finalize: Updating package cache ... Done
50062026-09-06T04:47:59.511Z[verify-libraries] Compiling sapling-renderdag v0.1.0
50072026-09-06T04:47:59.532Z[ recovery-image] Sep 06 04:47:58.410 INFO O| Sep 06 04:47:58.410 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50082026-09-06T04:47:59.546Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
50092026-09-06T04:47:59.636Z[verify-libraries] Compiling delegate v0.13.5
50102026-09-06T04:47:59.643Z[ recovery-image] Sep 06 04:47:58.521 INFO O| Sep 06 04:47:58.521 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50112026-09-06T04:47:59.643Z[ recovery-image] Sep 06 04:47:58.521 INFO O| Sep 06 04:47:58.521 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50122026-09-06T04:47:59.648Z[ recovery-image] Sep 06 04:47:58.526 INFO O| Sep 06 04:47:58.526 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50132026-09-06T04:47:59.652Z[ recovery-image] Sep 06 04:47:58.530 INFO O| Sep 06 04:47:58.530 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50142026-09-06T04:47:59.656Z[ recovery-image] Sep 06 04:47:58.534 INFO O| Sep 06 04:47:58.534 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50152026-09-06T04:47:59.808Z[ host-image] Sep 06 04:47:58.685 INFO O| Sep 06 04:47:58.685 INFO STEP 14 (pkg_install) COMPLETE
50162026-09-06T04:47:59.808Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50172026-09-06T04:47:59.808Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO skip step because feature "mbist" is not enabled
50182026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50192026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO skip step because feature "mfg" is not enabled
50202026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50212026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO skip step because feature "compliance" is not enabled
50222026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50232026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO skip step because feature "stress" is not enabled
50242026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50252026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO skip step because feature "compliance" is not enabled
50262026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50272026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO skip step because feature "nfs" is not enabled
50282026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50292026-09-06T04:47:59.811Z[ host-image] Sep 06 04:47:58.686 INFO O| Sep 06 04:47:58.685 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50302026-09-06T04:47:59.878Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
50312026-09-06T04:47:59.904Z[ host-image] Sep 06 04:47:58.777 INFO O| Sep 06 04:47:58.777 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50322026-09-06T04:47:59.954Z[verify-libraries] Compiling sync-ptr v0.1.4
50332026-09-06T04:47:59.964Z[ host-image] Sep 06 04:47:58.841 INFO O| Sep 06 04:47:58.841 INFO completed processing sled/ramdisk-01-os
50342026-09-06T04:47:59.966Z[ host-image] Sep 06 04:47:58.843 INFO omicron1 baseline generation...
50352026-09-06T04:47:59.966Z[ host-image] Sep 06 04:47:58.844 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50362026-09-06T04:48:00.019Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50372026-09-06T04:48:00.061Z[ recovery-image] Sep 06 04:47:58.939 INFO O| Sep 06 04:47:58.939 INFO rolled back to input snapshot; work may begin
50382026-09-06T04:48:00.061Z[ recovery-image] Sep 06 04:47:58.939 INFO O| Sep 06 04:47:58.939 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50392026-09-06T04:48:00.065Z[ recovery-image] Sep 06 04:47:58.943 INFO O| Sep 06 04:47:58.943 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-09-06T04:48:00.074Z[ recovery-image] Sep 06 04:47:58.952 INFO O| Sep 06 04:47:58.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50412026-09-06T04:48:00.128Z[ recovery-image] Sep 06 04:47:59.006 INFO O| Sep 06 04:47:59.006 INFO STEP 0 (remove_files) COMPLETE
50422026-09-06T04:48:00.128Z[ recovery-image] Sep 06 04:47:59.006 INFO O| Sep 06 04:47:59.006 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-09-06T04:48:00.138Z[ recovery-image] Sep 06 04:47:59.016 INFO O| Sep 06 04:47:59.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50442026-09-06T04:48:00.141Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50452026-09-06T04:48:00.141Z[ recovery-image] Sep 06 04:47:59.017 INFO O| Sep 06 04:47:59.017 INFO STEP 1 (remove_files) COMPLETE
50462026-09-06T04:48:00.141Z[ recovery-image] Sep 06 04:47:59.017 INFO O| Sep 06 04:47:59.017 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-09-06T04:48:00.149Z[ recovery-image] Sep 06 04:47:59.026 INFO O| Sep 06 04:47:59.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50482026-09-06T04:48:00.163Z[ recovery-image] Sep 06 04:47:59.041 INFO O| Sep 06 04:47:59.041 INFO STEP 2 (remove_files) COMPLETE
50492026-09-06T04:48:00.163Z[ recovery-image] Sep 06 04:47:59.041 INFO O| Sep 06 04:47:59.041 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-09-06T04:48:00.175Z[ recovery-image] Sep 06 04:47:59.053 INFO O| Sep 06 04:47:59.053 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50512026-09-06T04:48:00.178Z[ recovery-image] Sep 06 04:47:59.054 INFO O| Sep 06 04:47:59.054 INFO STEP 3 (remove_files) COMPLETE
50522026-09-06T04:48:00.178Z[ recovery-image] Sep 06 04:47:59.054 INFO O| Sep 06 04:47:59.054 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-09-06T04:48:00.191Z[ recovery-image] Sep 06 04:47:59.068 INFO O| Sep 06 04:47:59.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50542026-09-06T04:48:00.194Z[ recovery-image] Sep 06 04:47:59.072 INFO O| Sep 06 04:47:59.072 INFO STEP 4 (remove_files) COMPLETE
50552026-09-06T04:48:00.194Z[ recovery-image] Sep 06 04:47:59.072 INFO O| Sep 06 04:47:59.072 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-09-06T04:48:00.211Z[ recovery-image] Sep 06 04:47:59.089 INFO O| Sep 06 04:47:59.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50572026-09-06T04:48:00.211Z[ recovery-image] Sep 06 04:47:59.089 INFO O| Sep 06 04:47:59.089 INFO STEP 5 (remove_files) COMPLETE
50582026-09-06T04:48:00.211Z[ recovery-image] Sep 06 04:47:59.089 INFO O| Sep 06 04:47:59.089 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-09-06T04:48:00.221Z[ recovery-image] Sep 06 04:47:59.099 INFO O| Sep 06 04:47:59.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50602026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO STEP 6 (remove_files) COMPLETE
50612026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO skip step because feature "heliosv2" is not enabled
50632026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO skip step because feature "recovery" is enabled
50652026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO skip step because feature "recovery" is enabled
50672026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO skip step because feature "recovery" is enabled
50692026-09-06T04:48:00.234Z[ recovery-image] Sep 06 04:47:59.110 INFO O| Sep 06 04:47:59.110 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-09-06T04:48:00.248Z[ recovery-image] Sep 06 04:47:59.126 INFO O| Sep 06 04:47:59.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50712026-09-06T04:48:00.251Z[ recovery-image] Sep 06 04:47:59.129 INFO O| Sep 06 04:47:59.129 INFO STEP 11 (remove_files) COMPLETE
50722026-09-06T04:48:00.251Z[ recovery-image] Sep 06 04:47:59.129 INFO O| Sep 06 04:47:59.129 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-09-06T04:48:00.260Z[ recovery-image] Sep 06 04:47:59.138 INFO O| Sep 06 04:47:59.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50742026-09-06T04:48:00.263Z[ recovery-image] Sep 06 04:47:59.139 INFO O| Sep 06 04:47:59.139 INFO STEP 12 (remove_files) COMPLETE
50752026-09-06T04:48:00.263Z[ recovery-image] Sep 06 04:47:59.139 INFO O| Sep 06 04:47:59.139 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-09-06T04:48:00.270Z[ recovery-image] Sep 06 04:47:59.147 INFO O| Sep 06 04:47:59.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50772026-09-06T04:48:00.272Z[ recovery-image] Sep 06 04:47:59.149 INFO O| Sep 06 04:47:59.149 INFO STEP 13 (remove_files) COMPLETE
50782026-09-06T04:48:00.272Z[ recovery-image] Sep 06 04:47:59.149 INFO O| Sep 06 04:47:59.149 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-09-06T04:48:00.341Z[ recovery-image] Sep 06 04:47:59.219 INFO O| Sep 06 04:47:59.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50802026-09-06T04:48:00.344Z[ recovery-image] Sep 06 04:47:59.219 INFO O| Sep 06 04:47:59.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50812026-09-06T04:48:00.386Z[ host-image] Sep 06 04:47:59.264 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50822026-09-06T04:48:00.404Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50832026-09-06T04:48:00.441Z[ recovery-image] Sep 06 04:47:59.319 INFO O| Sep 06 04:47:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50842026-09-06T04:48:00.441Z[ recovery-image] Sep 06 04:47:59.319 INFO O| Sep 06 04:47:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50852026-09-06T04:48:00.441Z[ recovery-image] Sep 06 04:47:59.319 INFO O| Sep 06 04:47:59.317 INFO STEP 14 (remove_files) COMPLETE
50862026-09-06T04:48:00.444Z[ recovery-image] Sep 06 04:47:59.319 INFO O| Sep 06 04:47:59.317 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-09-06T04:48:00.449Z[ recovery-image] Sep 06 04:47:59.327 INFO O| Sep 06 04:47:59.327 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50882026-09-06T04:48:00.452Z[ recovery-image] Sep 06 04:47:59.328 INFO O| Sep 06 04:47:59.328 INFO STEP 15 (remove_files) COMPLETE
50892026-09-06T04:48:00.452Z[ recovery-image] Sep 06 04:47:59.328 INFO O| Sep 06 04:47:59.328 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-09-06T04:48:00.459Z[ recovery-image] Sep 06 04:47:59.337 INFO O| Sep 06 04:47:59.337 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50912026-09-06T04:48:00.466Z[ recovery-image] Sep 06 04:47:59.343 INFO O| Sep 06 04:47:59.343 INFO STEP 16 (remove_files) COMPLETE
50922026-09-06T04:48:00.466Z[ recovery-image] Sep 06 04:47:59.343 INFO O| Sep 06 04:47:59.343 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-09-06T04:48:00.475Z[ recovery-image] Sep 06 04:47:59.353 INFO O| Sep 06 04:47:59.352 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50942026-09-06T04:48:00.477Z[ recovery-image] Sep 06 04:47:59.353 INFO O| Sep 06 04:47:59.353 INFO STEP 17 (remove_files) COMPLETE
50952026-09-06T04:48:00.477Z[ recovery-image] Sep 06 04:47:59.353 INFO O| Sep 06 04:47:59.353 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-09-06T04:48:00.484Z[ recovery-image] Sep 06 04:47:59.362 INFO O| Sep 06 04:47:59.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50972026-09-06T04:48:00.487Z[ recovery-image] Sep 06 04:47:59.363 INFO O| Sep 06 04:47:59.363 INFO STEP 18 (remove_files) COMPLETE
50982026-09-06T04:48:00.487Z[ recovery-image] Sep 06 04:47:59.363 INFO O| Sep 06 04:47:59.363 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-09-06T04:48:00.497Z[ recovery-image] Sep 06 04:47:59.372 INFO O| Sep 06 04:47:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51002026-09-06T04:48:00.497Z[ recovery-image] Sep 06 04:47:59.372 INFO O| Sep 06 04:47:59.372 INFO STEP 19 (remove_files) COMPLETE
51012026-09-06T04:48:00.497Z[ recovery-image] Sep 06 04:47:59.372 INFO O| Sep 06 04:47:59.372 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-09-06T04:48:00.504Z[ recovery-image] Sep 06 04:47:59.382 INFO O| Sep 06 04:47:59.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51032026-09-06T04:48:00.504Z[ recovery-image] Sep 06 04:47:59.382 INFO O| Sep 06 04:47:59.382 INFO STEP 20 (remove_files) COMPLETE
51042026-09-06T04:48:00.504Z[ recovery-image] Sep 06 04:47:59.382 INFO O| Sep 06 04:47:59.382 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-09-06T04:48:00.513Z[ recovery-image] Sep 06 04:47:59.391 INFO O| Sep 06 04:47:59.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51062026-09-06T04:48:00.513Z[ recovery-image] Sep 06 04:47:59.391 INFO O| Sep 06 04:47:59.391 INFO STEP 21 (remove_files) COMPLETE
51072026-09-06T04:48:00.516Z[ recovery-image] Sep 06 04:47:59.391 INFO O| Sep 06 04:47:59.391 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-09-06T04:48:00.522Z[ recovery-image] Sep 06 04:47:59.400 INFO O| Sep 06 04:47:59.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51092026-09-06T04:48:00.522Z[ recovery-image] Sep 06 04:47:59.400 INFO O| Sep 06 04:47:59.400 INFO STEP 22 (remove_files) COMPLETE
51102026-09-06T04:48:00.522Z[ recovery-image] Sep 06 04:47:59.400 INFO O| Sep 06 04:47:59.400 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-09-06T04:48:00.531Z[ recovery-image] Sep 06 04:47:59.409 INFO O| Sep 06 04:47:59.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51122026-09-06T04:48:00.531Z[ recovery-image] Sep 06 04:47:59.409 INFO O| Sep 06 04:47:59.409 INFO STEP 23 (remove_files) COMPLETE
51132026-09-06T04:48:00.534Z[ recovery-image] Sep 06 04:47:59.409 INFO O| Sep 06 04:47:59.409 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-09-06T04:48:00.557Z[ recovery-image] Sep 06 04:47:59.434 INFO O| Sep 06 04:47:59.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51152026-09-06T04:48:00.557Z[ recovery-image] Sep 06 04:47:59.434 INFO O| Sep 06 04:47:59.434 INFO STEP 24 (remove_files) COMPLETE
51162026-09-06T04:48:00.557Z[ recovery-image] Sep 06 04:47:59.434 INFO O| Sep 06 04:47:59.434 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-09-06T04:48:00.567Z[ recovery-image] Sep 06 04:47:59.445 INFO O| Sep 06 04:47:59.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51182026-09-06T04:48:00.567Z[ recovery-image] Sep 06 04:47:59.445 INFO O| Sep 06 04:47:59.445 INFO STEP 25 (remove_files) COMPLETE
51192026-09-06T04:48:00.567Z[ recovery-image] Sep 06 04:47:59.445 INFO O| Sep 06 04:47:59.445 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-09-06T04:48:00.577Z[ recovery-image] Sep 06 04:47:59.454 INFO O| Sep 06 04:47:59.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51212026-09-06T04:48:00.577Z[ recovery-image] Sep 06 04:47:59.454 INFO O| Sep 06 04:47:59.454 INFO STEP 26 (remove_files) COMPLETE
51222026-09-06T04:48:00.580Z[ recovery-image] Sep 06 04:47:59.454 INFO O| Sep 06 04:47:59.454 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-09-06T04:48:00.585Z[ recovery-image] Sep 06 04:47:59.463 INFO O| Sep 06 04:47:59.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51242026-09-06T04:48:00.585Z[ recovery-image] Sep 06 04:47:59.463 INFO O| Sep 06 04:47:59.463 INFO STEP 27 (remove_files) COMPLETE
51252026-09-06T04:48:00.585Z[ recovery-image] Sep 06 04:47:59.463 INFO O| Sep 06 04:47:59.463 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-09-06T04:48:00.594Z[ recovery-image] Sep 06 04:47:59.472 INFO O| Sep 06 04:47:59.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51272026-09-06T04:48:00.594Z[ recovery-image] Sep 06 04:47:59.472 INFO O| Sep 06 04:47:59.472 INFO STEP 28 (remove_files) COMPLETE
51282026-09-06T04:48:00.594Z[ recovery-image] Sep 06 04:47:59.472 INFO O| Sep 06 04:47:59.472 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-09-06T04:48:00.603Z[ recovery-image] Sep 06 04:47:59.480 INFO O| Sep 06 04:47:59.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51302026-09-06T04:48:00.603Z[ recovery-image] Sep 06 04:47:59.481 INFO O| Sep 06 04:47:59.481 INFO STEP 29 (remove_files) COMPLETE
51312026-09-06T04:48:00.606Z[ recovery-image] Sep 06 04:47:59.481 INFO O| Sep 06 04:47:59.481 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-09-06T04:48:00.612Z[ recovery-image] Sep 06 04:47:59.490 INFO O| Sep 06 04:47:59.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51332026-09-06T04:48:00.612Z[ recovery-image] Sep 06 04:47:59.490 INFO O| Sep 06 04:47:59.490 INFO STEP 30 (remove_files) COMPLETE
51342026-09-06T04:48:00.615Z[ recovery-image] Sep 06 04:47:59.490 INFO O| Sep 06 04:47:59.490 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-09-06T04:48:00.622Z[ recovery-image] Sep 06 04:47:59.500 INFO O| Sep 06 04:47:59.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51362026-09-06T04:48:00.622Z[ recovery-image] Sep 06 04:47:59.500 INFO O| Sep 06 04:47:59.500 INFO STEP 31 (remove_files) COMPLETE
51372026-09-06T04:48:00.622Z[ recovery-image] Sep 06 04:47:59.500 INFO O| Sep 06 04:47:59.500 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-09-06T04:48:00.674Z[ recovery-image] Sep 06 04:47:59.552 INFO O| Sep 06 04:47:59.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51392026-09-06T04:48:00.674Z[ recovery-image] Sep 06 04:47:59.552 INFO O| Sep 06 04:47:59.552 INFO STEP 32 (remove_files) COMPLETE
51402026-09-06T04:48:00.674Z[ recovery-image] Sep 06 04:47:59.552 INFO O| Sep 06 04:47:59.552 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-09-06T04:48:00.681Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51422026-09-06T04:48:00.689Z[ recovery-image] Sep 06 04:47:59.567 INFO O| Sep 06 04:47:59.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51432026-09-06T04:48:00.689Z[ recovery-image] Sep 06 04:47:59.567 INFO O| Sep 06 04:47:59.567 INFO STEP 33 (remove_files) COMPLETE
51442026-09-06T04:48:00.689Z[ recovery-image] Sep 06 04:47:59.567 INFO O| Sep 06 04:47:59.567 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-09-06T04:48:00.699Z[ recovery-image] Sep 06 04:47:59.577 INFO O| Sep 06 04:47:59.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51462026-09-06T04:48:00.699Z[ recovery-image] Sep 06 04:47:59.577 INFO O| Sep 06 04:47:59.577 INFO STEP 34 (remove_files) COMPLETE
51472026-09-06T04:48:00.702Z[ recovery-image] Sep 06 04:47:59.577 INFO O| Sep 06 04:47:59.577 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-09-06T04:48:00.709Z[ recovery-image] Sep 06 04:47:59.587 INFO O| Sep 06 04:47:59.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51492026-09-06T04:48:00.709Z[ recovery-image] Sep 06 04:47:59.587 INFO O| Sep 06 04:47:59.587 INFO STEP 35 (remove_files) COMPLETE
51502026-09-06T04:48:00.709Z[ recovery-image] Sep 06 04:47:59.587 INFO O| Sep 06 04:47:59.587 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-09-06T04:48:00.718Z[ recovery-image] Sep 06 04:47:59.596 INFO O| Sep 06 04:47:59.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51522026-09-06T04:48:00.718Z[ recovery-image] Sep 06 04:47:59.596 INFO O| Sep 06 04:47:59.596 INFO STEP 36 (remove_files) COMPLETE
51532026-09-06T04:48:00.721Z[ recovery-image] Sep 06 04:47:59.596 INFO O| Sep 06 04:47:59.596 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-09-06T04:48:00.725Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51552026-09-06T04:48:00.812Z[ recovery-image] Sep 06 04:47:59.690 INFO O| Sep 06 04:47:59.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51562026-09-06T04:48:00.812Z[ recovery-image] Sep 06 04:47:59.690 INFO O| Sep 06 04:47:59.690 INFO STEP 37 (remove_files) COMPLETE
51572026-09-06T04:48:00.812Z[ recovery-image] Sep 06 04:47:59.690 INFO O| Sep 06 04:47:59.690 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-09-06T04:48:00.842Z[ recovery-image] Sep 06 04:47:59.720 INFO O| Sep 06 04:47:59.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51592026-09-06T04:48:00.842Z[ recovery-image] Sep 06 04:47:59.720 INFO O| Sep 06 04:47:59.720 INFO STEP 38 (remove_files) COMPLETE
51602026-09-06T04:48:00.842Z[ recovery-image] Sep 06 04:47:59.720 INFO O| Sep 06 04:47:59.720 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-09-06T04:48:00.851Z[ recovery-image] Sep 06 04:47:59.729 INFO O| Sep 06 04:47:59.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51622026-09-06T04:48:00.851Z[ recovery-image] Sep 06 04:47:59.729 INFO O| Sep 06 04:47:59.729 INFO STEP 39 (remove_files) COMPLETE
51632026-09-06T04:48:00.852Z[ recovery-image] Sep 06 04:47:59.729 INFO O| Sep 06 04:47:59.729 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-09-06T04:48:00.860Z[ recovery-image] Sep 06 04:47:59.738 INFO O| Sep 06 04:47:59.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51652026-09-06T04:48:00.860Z[ recovery-image] Sep 06 04:47:59.738 INFO O| Sep 06 04:47:59.738 INFO STEP 40 (remove_files) COMPLETE
51662026-09-06T04:48:00.860Z[ recovery-image] Sep 06 04:47:59.738 INFO O| Sep 06 04:47:59.738 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-09-06T04:48:00.891Z[ recovery-image] Sep 06 04:47:59.769 INFO O| Sep 06 04:47:59.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51682026-09-06T04:48:00.891Z[ recovery-image] Sep 06 04:47:59.769 INFO O| Sep 06 04:47:59.769 INFO STEP 41 (remove_files) COMPLETE
51692026-09-06T04:48:00.892Z[ recovery-image] Sep 06 04:47:59.769 INFO O| Sep 06 04:47:59.769 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-09-06T04:48:00.900Z[ recovery-image] Sep 06 04:47:59.777 INFO O| Sep 06 04:47:59.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51712026-09-06T04:48:00.900Z[ recovery-image] Sep 06 04:47:59.778 INFO O| Sep 06 04:47:59.778 INFO STEP 42 (remove_files) COMPLETE
51722026-09-06T04:48:00.900Z[ recovery-image] Sep 06 04:47:59.778 INFO O| Sep 06 04:47:59.778 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-09-06T04:48:00.908Z[ recovery-image] Sep 06 04:47:59.786 INFO O| Sep 06 04:47:59.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51742026-09-06T04:48:00.908Z[ recovery-image] Sep 06 04:47:59.786 INFO O| Sep 06 04:47:59.786 INFO STEP 43 (remove_files) COMPLETE
51752026-09-06T04:48:00.908Z[ recovery-image] Sep 06 04:47:59.786 INFO O| Sep 06 04:47:59.786 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-09-06T04:48:00.917Z[ recovery-image] Sep 06 04:47:59.795 INFO O| Sep 06 04:47:59.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51772026-09-06T04:48:00.917Z[ recovery-image] Sep 06 04:47:59.795 INFO O| Sep 06 04:47:59.795 INFO STEP 44 (remove_files) COMPLETE
51782026-09-06T04:48:00.917Z[ recovery-image] Sep 06 04:47:59.795 INFO O| Sep 06 04:47:59.795 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-09-06T04:48:00.925Z[ recovery-image] Sep 06 04:47:59.803 INFO O| Sep 06 04:47:59.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51802026-09-06T04:48:00.925Z[ recovery-image] Sep 06 04:47:59.803 INFO O| Sep 06 04:47:59.803 INFO STEP 45 (remove_files) COMPLETE
51812026-09-06T04:48:00.928Z[ recovery-image] Sep 06 04:47:59.803 INFO O| Sep 06 04:47:59.803 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-09-06T04:48:00.934Z[ recovery-image] Sep 06 04:47:59.812 INFO O| Sep 06 04:47:59.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51832026-09-06T04:48:00.934Z[ recovery-image] Sep 06 04:47:59.812 INFO O| Sep 06 04:47:59.812 INFO STEP 46 (remove_files) COMPLETE
51842026-09-06T04:48:00.937Z[ recovery-image] Sep 06 04:47:59.812 INFO O| Sep 06 04:47:59.812 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-09-06T04:48:00.942Z[ recovery-image] Sep 06 04:47:59.820 INFO O| Sep 06 04:47:59.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51862026-09-06T04:48:00.945Z[ recovery-image] Sep 06 04:47:59.820 INFO O| Sep 06 04:47:59.820 INFO STEP 47 (remove_files) COMPLETE
51872026-09-06T04:48:00.945Z[ recovery-image] Sep 06 04:47:59.820 INFO O| Sep 06 04:47:59.820 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-09-06T04:48:00.951Z[ recovery-image] Sep 06 04:47:59.828 INFO O| Sep 06 04:47:59.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51892026-09-06T04:48:00.953Z[ recovery-image] Sep 06 04:47:59.829 INFO O| Sep 06 04:47:59.829 INFO STEP 48 (remove_files) COMPLETE
51902026-09-06T04:48:00.953Z[ recovery-image] Sep 06 04:47:59.829 INFO O| Sep 06 04:47:59.829 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-09-06T04:48:00.960Z[ recovery-image] Sep 06 04:47:59.837 INFO O| Sep 06 04:47:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51922026-09-06T04:48:00.960Z[ recovery-image] Sep 06 04:47:59.838 INFO O| Sep 06 04:47:59.837 INFO STEP 49 (remove_files) COMPLETE
51932026-09-06T04:48:00.963Z[ recovery-image] Sep 06 04:47:59.838 INFO O| Sep 06 04:47:59.838 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-09-06T04:48:00.968Z[ recovery-image] Sep 06 04:47:59.846 INFO O| Sep 06 04:47:59.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51952026-09-06T04:48:00.968Z[ recovery-image] Sep 06 04:47:59.846 INFO O| Sep 06 04:47:59.846 INFO STEP 50 (remove_files) COMPLETE
51962026-09-06T04:48:00.968Z[ recovery-image] Sep 06 04:47:59.846 INFO O| Sep 06 04:47:59.846 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-09-06T04:48:00.977Z[ recovery-image] Sep 06 04:47:59.854 INFO O| Sep 06 04:47:59.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51982026-09-06T04:48:00.977Z[ recovery-image] Sep 06 04:47:59.855 INFO O| Sep 06 04:47:59.855 INFO STEP 51 (remove_files) COMPLETE
51992026-09-06T04:48:00.977Z[ recovery-image] Sep 06 04:47:59.855 INFO O| Sep 06 04:47:59.855 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-09-06T04:48:01.003Z[ recovery-image] Sep 06 04:47:59.880 INFO O| Sep 06 04:47:59.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52012026-09-06T04:48:01.003Z[ recovery-image] Sep 06 04:47:59.880 INFO O| Sep 06 04:47:59.880 INFO STEP 52 (remove_files) COMPLETE
52022026-09-06T04:48:01.003Z[ recovery-image] Sep 06 04:47:59.880 INFO O| Sep 06 04:47:59.880 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-09-06T04:48:01.011Z[ recovery-image] Sep 06 04:47:59.889 INFO O| Sep 06 04:47:59.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52042026-09-06T04:48:01.011Z[ recovery-image] Sep 06 04:47:59.889 INFO O| Sep 06 04:47:59.889 INFO STEP 53 (remove_files) COMPLETE
52052026-09-06T04:48:01.011Z[ recovery-image] Sep 06 04:47:59.889 INFO O| Sep 06 04:47:59.889 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-09-06T04:48:01.019Z[ recovery-image] Sep 06 04:47:59.897 INFO O| Sep 06 04:47:59.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52072026-09-06T04:48:01.019Z[ recovery-image] Sep 06 04:47:59.897 INFO O| Sep 06 04:47:59.897 INFO STEP 54 (remove_files) COMPLETE
52082026-09-06T04:48:01.022Z[ recovery-image] Sep 06 04:47:59.897 INFO O| Sep 06 04:47:59.897 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-09-06T04:48:01.035Z[ recovery-image] Sep 06 04:47:59.905 INFO O| Sep 06 04:47:59.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52102026-09-06T04:48:01.035Z[ recovery-image] Sep 06 04:47:59.906 INFO O| Sep 06 04:47:59.906 INFO STEP 55 (remove_files) COMPLETE
52112026-09-06T04:48:01.035Z[ recovery-image] Sep 06 04:47:59.906 INFO O| Sep 06 04:47:59.906 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-09-06T04:48:01.039Z[ recovery-image] Sep 06 04:47:59.914 INFO O| Sep 06 04:47:59.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52132026-09-06T04:48:01.040Z[ recovery-image] Sep 06 04:47:59.914 INFO O| Sep 06 04:47:59.914 INFO STEP 56 (remove_files) COMPLETE
52142026-09-06T04:48:01.040Z[ recovery-image] Sep 06 04:47:59.914 INFO O| Sep 06 04:47:59.914 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-09-06T04:48:01.045Z[ recovery-image] Sep 06 04:47:59.923 INFO O| Sep 06 04:47:59.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52162026-09-06T04:48:01.045Z[ recovery-image] Sep 06 04:47:59.923 INFO O| Sep 06 04:47:59.923 INFO STEP 57 (remove_files) COMPLETE
52172026-09-06T04:48:01.048Z[ recovery-image] Sep 06 04:47:59.923 INFO O| Sep 06 04:47:59.923 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-09-06T04:48:01.053Z[ recovery-image] Sep 06 04:47:59.931 INFO O| Sep 06 04:47:59.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52192026-09-06T04:48:01.053Z[ recovery-image] Sep 06 04:47:59.931 INFO O| Sep 06 04:47:59.931 INFO STEP 58 (remove_files) COMPLETE
52202026-09-06T04:48:01.056Z[ recovery-image] Sep 06 04:47:59.931 INFO O| Sep 06 04:47:59.931 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-09-06T04:48:01.062Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52222026-09-06T04:48:01.062Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52232026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52242026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52252026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52262026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52272026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO ok!
52282026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO STEP 59 (ensure_file) COMPLETE
52292026-09-06T04:48:01.065Z[ recovery-image] Sep 06 04:47:59.940 INFO O| Sep 06 04:47:59.940 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-09-06T04:48:01.084Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52312026-09-06T04:48:01.084Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52322026-09-06T04:48:01.084Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52332026-09-06T04:48:01.087Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52342026-09-06T04:48:01.087Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52352026-09-06T04:48:01.087Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52362026-09-06T04:48:01.087Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO ok!
52372026-09-06T04:48:01.087Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO STEP 60 (ensure_file) COMPLETE
52382026-09-06T04:48:01.087Z[ recovery-image] Sep 06 04:47:59.962 INFO O| Sep 06 04:47:59.962 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-09-06T04:48:01.095Z[ recovery-image] Sep 06 04:47:59.973 INFO O| Sep 06 04:47:59.973 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52402026-09-06T04:48:01.095Z[ recovery-image] Sep 06 04:47:59.973 INFO O| Sep 06 04:47:59.973 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52412026-09-06T04:48:01.095Z[ recovery-image] Sep 06 04:47:59.973 INFO O| Sep 06 04:47:59.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52422026-09-06T04:48:01.098Z[ recovery-image] Sep 06 04:47:59.973 INFO O| Sep 06 04:47:59.973 INFO ok!
52432026-09-06T04:48:01.098Z[ recovery-image] Sep 06 04:47:59.973 INFO O| Sep 06 04:47:59.973 INFO STEP 61 (ensure_file) COMPLETE
52442026-09-06T04:48:01.098Z[ recovery-image] Sep 06 04:47:59.973 INFO O| Sep 06 04:47:59.973 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-09-06T04:48:01.105Z[ recovery-image] Sep 06 04:47:59.983 INFO O| Sep 06 04:47:59.983 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52462026-09-06T04:48:01.105Z[ recovery-image] Sep 06 04:47:59.983 INFO O| Sep 06 04:47:59.983 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52472026-09-06T04:48:01.108Z[ recovery-image] Sep 06 04:47:59.983 INFO O| Sep 06 04:47:59.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52482026-09-06T04:48:01.108Z[ recovery-image] Sep 06 04:47:59.983 INFO O| Sep 06 04:47:59.983 INFO ok!
52492026-09-06T04:48:01.108Z[ recovery-image] Sep 06 04:47:59.983 INFO O| Sep 06 04:47:59.983 INFO STEP 62 (ensure_file) COMPLETE
52502026-09-06T04:48:01.108Z[ recovery-image] Sep 06 04:47:59.983 INFO O| Sep 06 04:47:59.983 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-09-06T04:48:01.114Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.991 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52522026-09-06T04:48:01.114Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.992 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52532026-09-06T04:48:01.117Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52542026-09-06T04:48:01.117Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.992 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52552026-09-06T04:48:01.117Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.992 INFO ok!
52562026-09-06T04:48:01.117Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.992 INFO STEP 63 (ensure_file) COMPLETE
52572026-09-06T04:48:01.117Z[ recovery-image] Sep 06 04:47:59.992 INFO O| Sep 06 04:47:59.992 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-09-06T04:48:01.122Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
52592026-09-06T04:48:01.122Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
52602026-09-06T04:48:01.122Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
52612026-09-06T04:48:01.125Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
52622026-09-06T04:48:01.125Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 INFO ok!
52632026-09-06T04:48:01.125Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 INFO STEP 64 (ensure_file) COMPLETE
52642026-09-06T04:48:01.125Z[ recovery-image] Sep 06 04:48:00.000 INFO O| Sep 06 04:48:00.000 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-09-06T04:48:01.131Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52662026-09-06T04:48:01.131Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52672026-09-06T04:48:01.131Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52682026-09-06T04:48:01.134Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52692026-09-06T04:48:01.134Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO ok!
52702026-09-06T04:48:01.134Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO STEP 65 (ensure_file) COMPLETE
52712026-09-06T04:48:01.134Z[ recovery-image] Sep 06 04:48:00.009 INFO O| Sep 06 04:48:00.009 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52722026-09-06T04:48:01.141Z[ recovery-image] Sep 06 04:48:00.019 INFO O| Sep 06 04:48:00.018 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52732026-09-06T04:48:01.141Z[ recovery-image] Sep 06 04:48:00.019 INFO O| Sep 06 04:48:00.019 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52742026-09-06T04:48:01.141Z[ recovery-image] Sep 06 04:48:00.019 INFO O| Sep 06 04:48:00.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52752026-09-06T04:48:01.143Z[ recovery-image] Sep 06 04:48:00.019 INFO O| Sep 06 04:48:00.019 INFO ok!
52762026-09-06T04:48:01.144Z[ recovery-image] Sep 06 04:48:00.019 INFO O| Sep 06 04:48:00.019 INFO STEP 66 (assemble_files) COMPLETE
52772026-09-06T04:48:01.144Z[ recovery-image] Sep 06 04:48:00.019 INFO O| Sep 06 04:48:00.019 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52782026-09-06T04:48:01.150Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52792026-09-06T04:48:01.150Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52802026-09-06T04:48:01.150Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52812026-09-06T04:48:01.153Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52822026-09-06T04:48:01.153Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO ok!
52832026-09-06T04:48:01.153Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO STEP 67 (ensure_file) COMPLETE
52842026-09-06T04:48:01.153Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52852026-09-06T04:48:01.153Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO skip step because feature "omicron1" is not enabled
52862026-09-06T04:48:01.153Z[ recovery-image] Sep 06 04:48:00.028 INFO O| Sep 06 04:48:00.028 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52872026-09-06T04:48:01.154Z[ recovery-image] Sep 06 04:48:00.029 INFO O| Sep 06 04:48:00.028 INFO skip step because feature "omicron1" is not enabled
52882026-09-06T04:48:01.154Z[ recovery-image] Sep 06 04:48:00.029 INFO O| Sep 06 04:48:00.029 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52892026-09-06T04:48:01.154Z[ recovery-image] Sep 06 04:48:00.029 INFO O| Sep 06 04:48:00.029 INFO skip step because feature "omicron1" is not enabled
52902026-09-06T04:48:01.154Z[ recovery-image] Sep 06 04:48:00.029 INFO O| Sep 06 04:48:00.029 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52912026-09-06T04:48:01.165Z[ recovery-image] Sep 06 04:48:00.042 INFO O| Sep 06 04:48:00.042 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52922026-09-06T04:48:01.165Z[ recovery-image] Sep 06 04:48:00.042 INFO O| Sep 06 04:48:00.042 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52932026-09-06T04:48:01.706Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52942026-09-06T04:48:01.937Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52952026-09-06T04:48:02.544Z[ recovery-image] Sep 06 04:48:01.421 INFO O| Sep 06 04:48:01.421 INFO STEP 71 (pack_tar) COMPLETE
52962026-09-06T04:48:02.544Z[ recovery-image] Sep 06 04:48:01.421 INFO O| Sep 06 04:48:01.421 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52972026-09-06T04:48:02.547Z[ recovery-image] Sep 06 04:48:01.421 INFO O| Sep 06 04:48:01.421 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52982026-09-06T04:48:03.042Z[ recovery-image] Sep 06 04:48:01.919 INFO O| Sep 06 04:48:01.919 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52992026-09-06T04:48:03.161Z[ recovery-image] Sep 06 04:48:02.038 INFO O| Sep 06 04:48:02.038 INFO completed processing sled/ramdisk-02-trim
53002026-09-06T04:48:03.164Z[ recovery-image] Sep 06 04:48:02.041 INFO image builder template: ramdisk-03-recovery-trim...
53012026-09-06T04:48:03.164Z[ recovery-image] Sep 06 04:48:02.041 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/.tmpZAFu1v/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
53022026-09-06T04:48:03.168Z[ recovery-image] Sep 06 04:48:02.046 INFO O| Sep 06 04:48:02.046 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53032026-09-06T04:48:03.246Z[ recovery-image] Sep 06 04:48:02.123 INFO O| Sep 06 04:48:02.123 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53042026-09-06T04:48:03.250Z[ recovery-image] Sep 06 04:48:02.127 INFO O| Sep 06 04:48:02.127 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53052026-09-06T04:48:03.380Z[ recovery-image] Sep 06 04:48:02.257 INFO O| Sep 06 04:48:02.257 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53062026-09-06T04:48:03.436Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53072026-09-06T04:48:03.511Z[ recovery-image] Sep 06 04:48:02.389 INFO O| Sep 06 04:48:02.388 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53082026-09-06T04:48:03.511Z[ recovery-image] Sep 06 04:48:02.389 INFO O| Sep 06 04:48:02.389 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53092026-09-06T04:48:03.520Z[ recovery-image] Sep 06 04:48:02.396 INFO O| Sep 06 04:48:02.395 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53102026-09-06T04:48:03.523Z[ recovery-image] Sep 06 04:48:02.400 INFO O| Sep 06 04:48:02.399 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53112026-09-06T04:48:03.527Z[ recovery-image] Sep 06 04:48:02.404 INFO O| Sep 06 04:48:02.404 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53122026-09-06T04:48:03.594Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53132026-09-06T04:48:03.962Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53142026-09-06T04:48:04.188Z[ recovery-image] Sep 06 04:48:03.065 INFO O| Sep 06 04:48:03.065 INFO rolled back to input snapshot; work may begin
53152026-09-06T04:48:04.188Z[ recovery-image] Sep 06 04:48:03.065 INFO O| Sep 06 04:48:03.065 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53162026-09-06T04:48:04.193Z[ recovery-image] Sep 06 04:48:03.071 INFO O| Sep 06 04:48:03.071 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-09-06T04:48:04.204Z[ recovery-image] Sep 06 04:48:03.082 INFO O| Sep 06 04:48:03.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53182026-09-06T04:48:04.207Z[ recovery-image] Sep 06 04:48:03.084 INFO O| Sep 06 04:48:03.084 INFO STEP 0 (remove_files) COMPLETE
53192026-09-06T04:48:04.208Z[ recovery-image] Sep 06 04:48:03.085 INFO O| Sep 06 04:48:03.084 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-09-06T04:48:04.217Z[ recovery-image] Sep 06 04:48:03.095 INFO O| Sep 06 04:48:03.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53212026-09-06T04:48:04.220Z[ recovery-image] Sep 06 04:48:03.095 INFO O| Sep 06 04:48:03.095 INFO STEP 1 (remove_files) COMPLETE
53222026-09-06T04:48:04.220Z[ recovery-image] Sep 06 04:48:03.095 INFO O| Sep 06 04:48:03.095 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-09-06T04:48:04.230Z[ recovery-image] Sep 06 04:48:03.107 INFO O| Sep 06 04:48:03.107 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53242026-09-06T04:48:04.233Z[ recovery-image] Sep 06 04:48:03.110 INFO O| Sep 06 04:48:03.110 INFO STEP 2 (remove_files) COMPLETE
53252026-09-06T04:48:04.233Z[ recovery-image] Sep 06 04:48:03.110 INFO O| Sep 06 04:48:03.110 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-09-06T04:48:04.243Z[ recovery-image] Sep 06 04:48:03.121 INFO O| Sep 06 04:48:03.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53272026-09-06T04:48:04.298Z[ recovery-image] Sep 06 04:48:03.176 INFO O| Sep 06 04:48:03.175 INFO STEP 3 (remove_files) COMPLETE
53282026-09-06T04:48:04.298Z[ recovery-image] Sep 06 04:48:03.176 INFO O| Sep 06 04:48:03.175 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-09-06T04:48:04.308Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53302026-09-06T04:48:04.311Z[ recovery-image] Sep 06 04:48:03.186 INFO O| Sep 06 04:48:03.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53312026-09-06T04:48:04.311Z[ recovery-image] Sep 06 04:48:03.188 INFO O| Sep 06 04:48:03.188 INFO STEP 4 (remove_files) COMPLETE
53322026-09-06T04:48:04.311Z[ recovery-image] Sep 06 04:48:03.188 INFO O| Sep 06 04:48:03.188 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-09-06T04:48:04.321Z[ recovery-image] Sep 06 04:48:03.198 INFO O| Sep 06 04:48:03.198 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53342026-09-06T04:48:04.357Z[ recovery-image] Sep 06 04:48:03.234 INFO O| Sep 06 04:48:03.234 INFO STEP 5 (remove_files) COMPLETE
53352026-09-06T04:48:04.357Z[ recovery-image] Sep 06 04:48:03.234 INFO O| Sep 06 04:48:03.234 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-09-06T04:48:04.368Z[ recovery-image] Sep 06 04:48:03.245 INFO O| Sep 06 04:48:03.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53372026-09-06T04:48:04.378Z[ recovery-image] Sep 06 04:48:03.256 INFO O| Sep 06 04:48:03.256 INFO STEP 6 (remove_files) COMPLETE
53382026-09-06T04:48:04.379Z[ recovery-image] Sep 06 04:48:03.256 INFO O| Sep 06 04:48:03.256 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-09-06T04:48:04.391Z[ recovery-image] Sep 06 04:48:03.269 INFO O| Sep 06 04:48:03.269 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53402026-09-06T04:48:04.429Z[ recovery-image] Sep 06 04:48:03.306 INFO O| Sep 06 04:48:03.306 INFO STEP 7 (remove_files) COMPLETE
53412026-09-06T04:48:04.429Z[ recovery-image] Sep 06 04:48:03.306 INFO O| Sep 06 04:48:03.306 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-09-06T04:48:04.439Z[ recovery-image] Sep 06 04:48:03.317 INFO O| Sep 06 04:48:03.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53432026-09-06T04:48:04.442Z[ recovery-image] Sep 06 04:48:03.319 INFO O| Sep 06 04:48:03.319 INFO STEP 8 (remove_files) COMPLETE
53442026-09-06T04:48:04.442Z[ recovery-image] Sep 06 04:48:03.319 INFO O| Sep 06 04:48:03.319 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-09-06T04:48:04.451Z[ recovery-image] Sep 06 04:48:03.328 INFO O| Sep 06 04:48:03.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53462026-09-06T04:48:04.456Z[ recovery-image] Sep 06 04:48:03.333 INFO O| Sep 06 04:48:03.333 INFO STEP 9 (remove_files) COMPLETE
53472026-09-06T04:48:04.456Z[ recovery-image] Sep 06 04:48:03.333 INFO O| Sep 06 04:48:03.333 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-09-06T04:48:04.466Z[ recovery-image] Sep 06 04:48:03.344 INFO O| Sep 06 04:48:03.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53492026-09-06T04:48:04.469Z[ recovery-image] Sep 06 04:48:03.345 INFO O| Sep 06 04:48:03.345 INFO STEP 10 (remove_files) COMPLETE
53502026-09-06T04:48:04.470Z[ recovery-image] Sep 06 04:48:03.345 INFO O| Sep 06 04:48:03.345 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-09-06T04:48:04.493Z[ recovery-image] Sep 06 04:48:03.370 INFO O| Sep 06 04:48:03.370 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53522026-09-06T04:48:04.500Z[ recovery-image] Sep 06 04:48:03.376 INFO O| Sep 06 04:48:03.376 INFO STEP 11 (remove_files) COMPLETE
53532026-09-06T04:48:04.500Z[ recovery-image] Sep 06 04:48:03.376 INFO O| Sep 06 04:48:03.376 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-09-06T04:48:04.508Z[ recovery-image] Sep 06 04:48:03.385 INFO O| Sep 06 04:48:03.385 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53552026-09-06T04:48:04.512Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53562026-09-06T04:48:04.550Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53572026-09-06T04:48:04.658Z[ recovery-image] Sep 06 04:48:03.536 INFO O| Sep 06 04:48:03.536 INFO STEP 12 (remove_files) COMPLETE
53582026-09-06T04:48:04.658Z[ recovery-image] Sep 06 04:48:03.536 INFO O| Sep 06 04:48:03.536 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-09-06T04:48:04.671Z[ recovery-image] Sep 06 04:48:03.548 INFO O| Sep 06 04:48:03.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53602026-09-06T04:48:04.677Z[ recovery-image] Sep 06 04:48:03.554 INFO O| Sep 06 04:48:03.554 INFO STEP 13 (remove_files) COMPLETE
53612026-09-06T04:48:04.677Z[ recovery-image] Sep 06 04:48:03.554 INFO O| Sep 06 04:48:03.554 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-09-06T04:48:04.690Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53632026-09-06T04:48:04.693Z[ recovery-image] Sep 06 04:48:03.571 INFO O| Sep 06 04:48:03.571 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53642026-09-06T04:48:04.698Z[ recovery-image] Sep 06 04:48:03.576 INFO O| Sep 06 04:48:03.576 INFO STEP 14 (remove_files) COMPLETE
53652026-09-06T04:48:04.698Z[ recovery-image] Sep 06 04:48:03.576 INFO O| Sep 06 04:48:03.576 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-09-06T04:48:04.708Z[ recovery-image] Sep 06 04:48:03.585 INFO O| Sep 06 04:48:03.585 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53672026-09-06T04:48:04.708Z[ recovery-image] Sep 06 04:48:03.586 INFO O| Sep 06 04:48:03.585 INFO STEP 15 (remove_files) COMPLETE
53682026-09-06T04:48:04.711Z[ recovery-image] Sep 06 04:48:03.586 INFO O| Sep 06 04:48:03.586 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-09-06T04:48:04.717Z[ recovery-image] Sep 06 04:48:03.594 INFO O| Sep 06 04:48:03.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53702026-09-06T04:48:04.720Z[ recovery-image] Sep 06 04:48:03.595 INFO O| Sep 06 04:48:03.595 INFO STEP 16 (remove_files) COMPLETE
53712026-09-06T04:48:04.720Z[ recovery-image] Sep 06 04:48:03.595 INFO O| Sep 06 04:48:03.595 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-09-06T04:48:04.726Z[ recovery-image] Sep 06 04:48:03.604 INFO O| Sep 06 04:48:03.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53732026-09-06T04:48:04.759Z[ recovery-image] Sep 06 04:48:03.636 INFO O| Sep 06 04:48:03.636 INFO STEP 17 (remove_files) COMPLETE
53742026-09-06T04:48:04.759Z[ recovery-image] Sep 06 04:48:03.636 INFO O| Sep 06 04:48:03.636 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-09-06T04:48:04.772Z[ recovery-image] Sep 06 04:48:03.649 INFO O| Sep 06 04:48:03.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53762026-09-06T04:48:04.772Z[ recovery-image] Sep 06 04:48:03.649 INFO O| Sep 06 04:48:03.649 INFO STEP 18 (remove_files) COMPLETE
53772026-09-06T04:48:04.772Z[ recovery-image] Sep 06 04:48:03.649 INFO O| Sep 06 04:48:03.649 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-09-06T04:48:04.787Z[ recovery-image] Sep 06 04:48:03.663 INFO O| Sep 06 04:48:03.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53792026-09-06T04:48:04.788Z[ recovery-image] Sep 06 04:48:03.663 INFO O| Sep 06 04:48:03.663 INFO STEP 19 (remove_files) COMPLETE
53802026-09-06T04:48:04.788Z[ recovery-image] Sep 06 04:48:03.663 INFO O| Sep 06 04:48:03.663 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-09-06T04:48:04.796Z[ recovery-image] Sep 06 04:48:03.674 INFO O| Sep 06 04:48:03.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53822026-09-06T04:48:04.909Z[ recovery-image] Sep 06 04:48:03.786 INFO O| Sep 06 04:48:03.786 INFO STEP 20 (remove_files) COMPLETE
53832026-09-06T04:48:04.909Z[ recovery-image] Sep 06 04:48:03.786 INFO O| Sep 06 04:48:03.786 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-09-06T04:48:04.921Z[ recovery-image] Sep 06 04:48:03.798 INFO O| Sep 06 04:48:03.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53852026-09-06T04:48:04.924Z[ recovery-image] Sep 06 04:48:03.801 INFO O| Sep 06 04:48:03.801 INFO STEP 21 (remove_files) COMPLETE
53862026-09-06T04:48:04.924Z[ recovery-image] Sep 06 04:48:03.801 INFO O| Sep 06 04:48:03.801 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-09-06T04:48:04.936Z[ recovery-image] Sep 06 04:48:03.814 INFO O| Sep 06 04:48:03.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53882026-09-06T04:48:04.936Z[ recovery-image] Sep 06 04:48:03.814 INFO O| Sep 06 04:48:03.814 INFO STEP 22 (remove_files) COMPLETE
53892026-09-06T04:48:04.940Z[ recovery-image] Sep 06 04:48:03.814 INFO O| Sep 06 04:48:03.814 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-09-06T04:48:04.957Z[ recovery-image] Sep 06 04:48:03.835 INFO O| Sep 06 04:48:03.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53912026-09-06T04:48:04.964Z[ recovery-image] Sep 06 04:48:03.841 INFO O| Sep 06 04:48:03.841 INFO STEP 23 (remove_files) COMPLETE
53922026-09-06T04:48:04.964Z[ recovery-image] Sep 06 04:48:03.841 INFO O| Sep 06 04:48:03.841 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-09-06T04:48:04.974Z[ recovery-image] Sep 06 04:48:03.852 INFO O| Sep 06 04:48:03.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53942026-09-06T04:48:04.974Z[ recovery-image] Sep 06 04:48:03.852 INFO O| Sep 06 04:48:03.852 INFO STEP 24 (remove_files) COMPLETE
53952026-09-06T04:48:04.978Z[ recovery-image] Sep 06 04:48:03.852 INFO O| Sep 06 04:48:03.852 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-09-06T04:48:04.984Z[ recovery-image] Sep 06 04:48:03.861 INFO O| Sep 06 04:48:03.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53972026-09-06T04:48:04.987Z[ recovery-image] Sep 06 04:48:03.863 INFO O| Sep 06 04:48:03.863 INFO STEP 25 (remove_files) COMPLETE
53982026-09-06T04:48:04.987Z[ recovery-image] Sep 06 04:48:03.863 INFO O| Sep 06 04:48:03.863 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-09-06T04:48:04.997Z[ recovery-image] Sep 06 04:48:03.875 INFO O| Sep 06 04:48:03.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54002026-09-06T04:48:04.997Z[ recovery-image] Sep 06 04:48:03.875 INFO O| Sep 06 04:48:03.875 INFO STEP 26 (remove_files) COMPLETE
54012026-09-06T04:48:05.002Z[ recovery-image] Sep 06 04:48:03.875 INFO O| Sep 06 04:48:03.875 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-09-06T04:48:05.007Z[ recovery-image] Sep 06 04:48:03.884 INFO O| Sep 06 04:48:03.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54032026-09-06T04:48:05.007Z[ recovery-image] Sep 06 04:48:03.884 INFO O| Sep 06 04:48:03.884 INFO STEP 27 (remove_files) COMPLETE
54042026-09-06T04:48:05.007Z[ recovery-image] Sep 06 04:48:03.884 INFO O| Sep 06 04:48:03.884 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-09-06T04:48:05.016Z[ recovery-image] Sep 06 04:48:03.894 INFO O| Sep 06 04:48:03.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54062026-09-06T04:48:05.016Z[ recovery-image] Sep 06 04:48:03.894 INFO O| Sep 06 04:48:03.894 INFO STEP 28 (remove_files) COMPLETE
54072026-09-06T04:48:05.019Z[ recovery-image] Sep 06 04:48:03.894 INFO O| Sep 06 04:48:03.894 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-09-06T04:48:05.029Z[ recovery-image] Sep 06 04:48:03.907 INFO O| Sep 06 04:48:03.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54092026-09-06T04:48:05.029Z[ recovery-image] Sep 06 04:48:03.907 INFO O| Sep 06 04:48:03.907 INFO STEP 29 (remove_files) COMPLETE
54102026-09-06T04:48:05.029Z[ recovery-image] Sep 06 04:48:03.907 INFO O| Sep 06 04:48:03.907 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-09-06T04:48:05.042Z[ recovery-image] Sep 06 04:48:03.919 INFO O| Sep 06 04:48:03.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54122026-09-06T04:48:05.042Z[ recovery-image] Sep 06 04:48:03.919 INFO O| Sep 06 04:48:03.919 INFO STEP 30 (remove_files) COMPLETE
54132026-09-06T04:48:05.042Z[ recovery-image] Sep 06 04:48:03.919 INFO O| Sep 06 04:48:03.919 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-09-06T04:48:05.053Z[ recovery-image] Sep 06 04:48:03.931 INFO O| Sep 06 04:48:03.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54152026-09-06T04:48:05.053Z[ recovery-image] Sep 06 04:48:03.931 INFO O| Sep 06 04:48:03.930 INFO STEP 31 (remove_files) COMPLETE
54162026-09-06T04:48:05.053Z[ recovery-image] Sep 06 04:48:03.931 INFO O| Sep 06 04:48:03.930 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-09-06T04:48:05.063Z[ recovery-image] Sep 06 04:48:03.940 INFO O| Sep 06 04:48:03.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54182026-09-06T04:48:05.066Z[ recovery-image] Sep 06 04:48:03.942 INFO O| Sep 06 04:48:03.942 INFO STEP 32 (remove_files) COMPLETE
54192026-09-06T04:48:05.066Z[ recovery-image] Sep 06 04:48:03.942 INFO O| Sep 06 04:48:03.942 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-09-06T04:48:05.074Z[ recovery-image] Sep 06 04:48:03.951 INFO O| Sep 06 04:48:03.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54212026-09-06T04:48:05.074Z[ recovery-image] Sep 06 04:48:03.951 INFO O| Sep 06 04:48:03.951 INFO STEP 33 (remove_files) COMPLETE
54222026-09-06T04:48:05.074Z[ recovery-image] Sep 06 04:48:03.951 INFO O| Sep 06 04:48:03.951 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-09-06T04:48:05.083Z[ recovery-image] Sep 06 04:48:03.961 INFO O| Sep 06 04:48:03.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54242026-09-06T04:48:05.083Z[ recovery-image] Sep 06 04:48:03.961 INFO O| Sep 06 04:48:03.961 INFO STEP 34 (remove_files) COMPLETE
54252026-09-06T04:48:05.087Z[ recovery-image] Sep 06 04:48:03.961 INFO O| Sep 06 04:48:03.961 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-09-06T04:48:05.093Z[ recovery-image] Sep 06 04:48:03.970 INFO O| Sep 06 04:48:03.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54272026-09-06T04:48:05.093Z[ recovery-image] Sep 06 04:48:03.970 INFO O| Sep 06 04:48:03.970 INFO STEP 35 (remove_files) COMPLETE
54282026-09-06T04:48:05.096Z[ recovery-image] Sep 06 04:48:03.970 INFO O| Sep 06 04:48:03.970 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-09-06T04:48:05.101Z[ recovery-image] Sep 06 04:48:03.979 INFO O| Sep 06 04:48:03.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54302026-09-06T04:48:05.118Z[ recovery-image] Sep 06 04:48:03.996 INFO O| Sep 06 04:48:03.996 INFO STEP 36 (remove_files) COMPLETE
54312026-09-06T04:48:05.119Z[ recovery-image] Sep 06 04:48:03.996 INFO O| Sep 06 04:48:03.996 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-09-06T04:48:05.152Z[ recovery-image] Sep 06 04:48:04.030 INFO O| Sep 06 04:48:04.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54332026-09-06T04:48:05.152Z[ recovery-image] Sep 06 04:48:04.030 INFO O| Sep 06 04:48:04.030 INFO STEP 37 (remove_files) COMPLETE
54342026-09-06T04:48:05.156Z[ recovery-image] Sep 06 04:48:04.030 INFO O| Sep 06 04:48:04.030 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-09-06T04:48:05.163Z[ recovery-image] Sep 06 04:48:04.040 INFO O| Sep 06 04:48:04.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54362026-09-06T04:48:05.163Z[ recovery-image] Sep 06 04:48:04.040 INFO O| Sep 06 04:48:04.040 INFO STEP 38 (remove_files) COMPLETE
54372026-09-06T04:48:05.166Z[ recovery-image] Sep 06 04:48:04.040 INFO O| Sep 06 04:48:04.040 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-09-06T04:48:05.169Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54392026-09-06T04:48:05.173Z[ recovery-image] Sep 06 04:48:04.051 INFO O| Sep 06 04:48:04.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54402026-09-06T04:48:05.173Z[ recovery-image] Sep 06 04:48:04.051 INFO O| Sep 06 04:48:04.051 INFO STEP 39 (remove_files) COMPLETE
54412026-09-06T04:48:05.173Z[ recovery-image] Sep 06 04:48:04.051 INFO O| Sep 06 04:48:04.051 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-09-06T04:48:05.185Z[ recovery-image] Sep 06 04:48:04.062 INFO O| Sep 06 04:48:04.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54432026-09-06T04:48:05.185Z[ recovery-image] Sep 06 04:48:04.062 INFO O| Sep 06 04:48:04.061 INFO STEP 40 (remove_files) COMPLETE
54442026-09-06T04:48:05.185Z[ recovery-image] Sep 06 04:48:04.062 INFO O| Sep 06 04:48:04.061 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-09-06T04:48:05.194Z[ recovery-image] Sep 06 04:48:04.072 INFO O| Sep 06 04:48:04.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54462026-09-06T04:48:05.194Z[ recovery-image] Sep 06 04:48:04.072 INFO O| Sep 06 04:48:04.072 INFO STEP 41 (remove_files) COMPLETE
54472026-09-06T04:48:05.197Z[ recovery-image] Sep 06 04:48:04.072 INFO O| Sep 06 04:48:04.072 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-09-06T04:48:05.207Z[ recovery-image] Sep 06 04:48:04.085 INFO O| Sep 06 04:48:04.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54492026-09-06T04:48:05.208Z[ recovery-image] Sep 06 04:48:04.085 INFO O| Sep 06 04:48:04.085 INFO STEP 42 (remove_files) COMPLETE
54502026-09-06T04:48:05.208Z[ recovery-image] Sep 06 04:48:04.085 INFO O| Sep 06 04:48:04.085 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-09-06T04:48:05.217Z[ recovery-image] Sep 06 04:48:04.094 INFO O| Sep 06 04:48:04.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54522026-09-06T04:48:05.217Z[ recovery-image] Sep 06 04:48:04.094 INFO O| Sep 06 04:48:04.094 INFO STEP 43 (remove_files) COMPLETE
54532026-09-06T04:48:05.217Z[ recovery-image] Sep 06 04:48:04.094 INFO O| Sep 06 04:48:04.094 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-09-06T04:48:05.226Z[ recovery-image] Sep 06 04:48:04.104 INFO O| Sep 06 04:48:04.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54552026-09-06T04:48:05.226Z[ recovery-image] Sep 06 04:48:04.104 INFO O| Sep 06 04:48:04.104 INFO STEP 44 (remove_files) COMPLETE
54562026-09-06T04:48:05.226Z[ recovery-image] Sep 06 04:48:04.104 INFO O| Sep 06 04:48:04.104 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-09-06T04:48:05.235Z[ recovery-image] Sep 06 04:48:04.113 INFO O| Sep 06 04:48:04.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54582026-09-06T04:48:05.235Z[ recovery-image] Sep 06 04:48:04.113 INFO O| Sep 06 04:48:04.113 INFO STEP 45 (remove_files) COMPLETE
54592026-09-06T04:48:05.235Z[ recovery-image] Sep 06 04:48:04.113 INFO O| Sep 06 04:48:04.113 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-09-06T04:48:05.245Z[ recovery-image] Sep 06 04:48:04.122 INFO O| Sep 06 04:48:04.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54612026-09-06T04:48:05.245Z[ recovery-image] Sep 06 04:48:04.122 INFO O| Sep 06 04:48:04.122 INFO STEP 46 (remove_files) COMPLETE
54622026-09-06T04:48:05.249Z[ recovery-image] Sep 06 04:48:04.122 INFO O| Sep 06 04:48:04.122 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-09-06T04:48:05.255Z[ recovery-image] Sep 06 04:48:04.132 INFO O| Sep 06 04:48:04.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54642026-09-06T04:48:05.255Z[ recovery-image] Sep 06 04:48:04.132 INFO O| Sep 06 04:48:04.132 INFO STEP 47 (remove_files) COMPLETE
54652026-09-06T04:48:05.255Z[ recovery-image] Sep 06 04:48:04.132 INFO O| Sep 06 04:48:04.132 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-09-06T04:48:05.264Z[ recovery-image] Sep 06 04:48:04.142 INFO O| Sep 06 04:48:04.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54672026-09-06T04:48:05.264Z[ recovery-image] Sep 06 04:48:04.142 INFO O| Sep 06 04:48:04.142 INFO STEP 48 (remove_files) COMPLETE
54682026-09-06T04:48:05.264Z[ recovery-image] Sep 06 04:48:04.142 INFO O| Sep 06 04:48:04.142 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-09-06T04:48:05.275Z[ recovery-image] Sep 06 04:48:04.153 INFO O| Sep 06 04:48:04.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54702026-09-06T04:48:05.275Z[ recovery-image] Sep 06 04:48:04.153 INFO O| Sep 06 04:48:04.153 INFO STEP 49 (remove_files) COMPLETE
54712026-09-06T04:48:05.275Z[ recovery-image] Sep 06 04:48:04.153 INFO O| Sep 06 04:48:04.153 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-09-06T04:48:05.279Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54732026-09-06T04:48:05.285Z[ recovery-image] Sep 06 04:48:04.163 INFO O| Sep 06 04:48:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54742026-09-06T04:48:05.286Z[ recovery-image] Sep 06 04:48:04.163 INFO O| Sep 06 04:48:04.163 INFO STEP 50 (remove_files) COMPLETE
54752026-09-06T04:48:05.288Z[ recovery-image] Sep 06 04:48:04.163 INFO O| Sep 06 04:48:04.163 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-09-06T04:48:05.295Z[ recovery-image] Sep 06 04:48:04.173 INFO O| Sep 06 04:48:04.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54772026-09-06T04:48:05.299Z[ recovery-image] Sep 06 04:48:04.175 INFO O| Sep 06 04:48:04.175 INFO STEP 51 (remove_files) COMPLETE
54782026-09-06T04:48:05.299Z[ recovery-image] Sep 06 04:48:04.175 INFO O| Sep 06 04:48:04.175 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-09-06T04:48:05.310Z[ recovery-image] Sep 06 04:48:04.188 INFO O| Sep 06 04:48:04.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54802026-09-06T04:48:05.313Z[ recovery-image] Sep 06 04:48:04.188 INFO O| Sep 06 04:48:04.188 INFO STEP 52 (remove_files) COMPLETE
54812026-09-06T04:48:05.313Z[ recovery-image] Sep 06 04:48:04.188 INFO O| Sep 06 04:48:04.188 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-09-06T04:48:05.322Z[ recovery-image] Sep 06 04:48:04.199 INFO O| Sep 06 04:48:04.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54832026-09-06T04:48:05.322Z[ recovery-image] Sep 06 04:48:04.199 INFO O| Sep 06 04:48:04.199 INFO STEP 53 (remove_files) COMPLETE
54842026-09-06T04:48:05.325Z[ recovery-image] Sep 06 04:48:04.199 INFO O| Sep 06 04:48:04.199 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-09-06T04:48:05.330Z[ recovery-image] Sep 06 04:48:04.208 INFO O| Sep 06 04:48:04.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54862026-09-06T04:48:05.333Z[ recovery-image] Sep 06 04:48:04.209 INFO O| Sep 06 04:48:04.209 INFO STEP 54 (remove_files) COMPLETE
54872026-09-06T04:48:05.333Z[ recovery-image] Sep 06 04:48:04.209 INFO O| Sep 06 04:48:04.209 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-09-06T04:48:05.341Z[ recovery-image] Sep 06 04:48:04.219 INFO O| Sep 06 04:48:04.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54892026-09-06T04:48:05.344Z[ recovery-image] Sep 06 04:48:04.220 INFO O| Sep 06 04:48:04.220 INFO STEP 55 (remove_files) COMPLETE
54902026-09-06T04:48:05.344Z[ recovery-image] Sep 06 04:48:04.220 INFO O| Sep 06 04:48:04.220 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-09-06T04:48:05.352Z[ recovery-image] Sep 06 04:48:04.230 INFO O| Sep 06 04:48:04.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54922026-09-06T04:48:05.355Z[ recovery-image] Sep 06 04:48:04.230 INFO O| Sep 06 04:48:04.230 INFO STEP 56 (remove_files) COMPLETE
54932026-09-06T04:48:05.355Z[ recovery-image] Sep 06 04:48:04.230 INFO O| Sep 06 04:48:04.230 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-09-06T04:48:05.364Z[ recovery-image] Sep 06 04:48:04.242 INFO O| Sep 06 04:48:04.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54952026-09-06T04:48:05.364Z[ recovery-image] Sep 06 04:48:04.242 INFO O| Sep 06 04:48:04.242 INFO STEP 57 (remove_files) COMPLETE
54962026-09-06T04:48:05.364Z[ recovery-image] Sep 06 04:48:04.242 INFO O| Sep 06 04:48:04.242 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-09-06T04:48:05.375Z[ recovery-image] Sep 06 04:48:04.252 INFO O| Sep 06 04:48:04.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54982026-09-06T04:48:05.375Z[ recovery-image] Sep 06 04:48:04.252 INFO O| Sep 06 04:48:04.252 INFO STEP 58 (remove_files) COMPLETE
54992026-09-06T04:48:05.378Z[ recovery-image] Sep 06 04:48:04.252 INFO O| Sep 06 04:48:04.252 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-09-06T04:48:05.385Z[ recovery-image] Sep 06 04:48:04.262 INFO O| Sep 06 04:48:04.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55012026-09-06T04:48:05.385Z[ recovery-image] Sep 06 04:48:04.262 INFO O| Sep 06 04:48:04.262 INFO STEP 59 (remove_files) COMPLETE
55022026-09-06T04:48:05.388Z[ recovery-image] Sep 06 04:48:04.262 INFO O| Sep 06 04:48:04.262 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-09-06T04:48:05.394Z[ recovery-image] Sep 06 04:48:04.272 INFO O| Sep 06 04:48:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55042026-09-06T04:48:05.397Z[ recovery-image] Sep 06 04:48:04.273 INFO O| Sep 06 04:48:04.273 INFO STEP 60 (remove_files) COMPLETE
55052026-09-06T04:48:05.397Z[ recovery-image] Sep 06 04:48:04.273 INFO O| Sep 06 04:48:04.273 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-09-06T04:48:05.404Z[ recovery-image] Sep 06 04:48:04.282 INFO O| Sep 06 04:48:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55072026-09-06T04:48:05.404Z[ recovery-image] Sep 06 04:48:04.282 INFO O| Sep 06 04:48:04.282 INFO STEP 61 (remove_files) COMPLETE
55082026-09-06T04:48:05.408Z[ recovery-image] Sep 06 04:48:04.282 INFO O| Sep 06 04:48:04.282 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-09-06T04:48:05.413Z[ recovery-image] Sep 06 04:48:04.291 INFO O| Sep 06 04:48:04.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55102026-09-06T04:48:05.413Z[ recovery-image] Sep 06 04:48:04.291 INFO O| Sep 06 04:48:04.291 INFO STEP 62 (remove_files) COMPLETE
55112026-09-06T04:48:05.416Z[ recovery-image] Sep 06 04:48:04.291 INFO O| Sep 06 04:48:04.291 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-09-06T04:48:05.423Z[ recovery-image] Sep 06 04:48:04.301 INFO O| Sep 06 04:48:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55132026-09-06T04:48:05.423Z[ recovery-image] Sep 06 04:48:04.301 INFO O| Sep 06 04:48:04.301 INFO STEP 63 (remove_files) COMPLETE
55142026-09-06T04:48:05.423Z[ recovery-image] Sep 06 04:48:04.301 INFO O| Sep 06 04:48:04.301 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-09-06T04:48:05.433Z[ recovery-image] Sep 06 04:48:04.311 INFO O| Sep 06 04:48:04.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55162026-09-06T04:48:05.437Z[ recovery-image] Sep 06 04:48:04.312 INFO O| Sep 06 04:48:04.312 INFO STEP 64 (remove_files) COMPLETE
55172026-09-06T04:48:05.437Z[ recovery-image] Sep 06 04:48:04.312 INFO O| Sep 06 04:48:04.312 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-09-06T04:48:05.443Z[ recovery-image] Sep 06 04:48:04.321 INFO O| Sep 06 04:48:04.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55192026-09-06T04:48:05.443Z[ recovery-image] Sep 06 04:48:04.321 INFO O| Sep 06 04:48:04.321 INFO STEP 65 (remove_files) COMPLETE
55202026-09-06T04:48:05.443Z[ recovery-image] Sep 06 04:48:04.321 INFO O| Sep 06 04:48:04.321 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-09-06T04:48:05.453Z[ recovery-image] Sep 06 04:48:04.331 INFO O| Sep 06 04:48:04.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55222026-09-06T04:48:05.454Z[ recovery-image] Sep 06 04:48:04.331 INFO O| Sep 06 04:48:04.331 INFO STEP 66 (remove_files) COMPLETE
55232026-09-06T04:48:05.454Z[ recovery-image] Sep 06 04:48:04.331 INFO O| Sep 06 04:48:04.331 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-09-06T04:48:05.463Z[ recovery-image] Sep 06 04:48:04.341 INFO O| Sep 06 04:48:04.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55252026-09-06T04:48:05.463Z[ recovery-image] Sep 06 04:48:04.341 INFO O| Sep 06 04:48:04.341 INFO STEP 67 (remove_files) COMPLETE
55262026-09-06T04:48:05.463Z[ recovery-image] Sep 06 04:48:04.341 INFO O| Sep 06 04:48:04.341 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-09-06T04:48:05.473Z[ recovery-image] Sep 06 04:48:04.351 INFO O| Sep 06 04:48:04.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55282026-09-06T04:48:05.473Z[ recovery-image] Sep 06 04:48:04.351 INFO O| Sep 06 04:48:04.351 INFO STEP 68 (remove_files) COMPLETE
55292026-09-06T04:48:05.473Z[ recovery-image] Sep 06 04:48:04.351 INFO O| Sep 06 04:48:04.351 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-09-06T04:48:05.483Z[ recovery-image] Sep 06 04:48:04.360 INFO O| Sep 06 04:48:04.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55312026-09-06T04:48:05.483Z[ recovery-image] Sep 06 04:48:04.360 INFO O| Sep 06 04:48:04.360 INFO STEP 69 (remove_files) COMPLETE
55322026-09-06T04:48:05.483Z[ recovery-image] Sep 06 04:48:04.360 INFO O| Sep 06 04:48:04.360 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-09-06T04:48:05.492Z[ recovery-image] Sep 06 04:48:04.370 INFO O| Sep 06 04:48:04.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55342026-09-06T04:48:05.492Z[ recovery-image] Sep 06 04:48:04.370 INFO O| Sep 06 04:48:04.370 INFO STEP 70 (remove_files) COMPLETE
55352026-09-06T04:48:05.492Z[ recovery-image] Sep 06 04:48:04.370 INFO O| Sep 06 04:48:04.370 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-09-06T04:48:05.502Z[ recovery-image] Sep 06 04:48:04.380 INFO O| Sep 06 04:48:04.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55372026-09-06T04:48:05.502Z[ recovery-image] Sep 06 04:48:04.380 INFO O| Sep 06 04:48:04.380 INFO STEP 71 (remove_files) COMPLETE
55382026-09-06T04:48:05.505Z[ recovery-image] Sep 06 04:48:04.380 INFO O| Sep 06 04:48:04.380 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-09-06T04:48:05.512Z[ recovery-image] Sep 06 04:48:04.390 INFO O| Sep 06 04:48:04.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55402026-09-06T04:48:05.512Z[ recovery-image] Sep 06 04:48:04.390 INFO O| Sep 06 04:48:04.390 INFO STEP 72 (remove_files) COMPLETE
55412026-09-06T04:48:05.512Z[ recovery-image] Sep 06 04:48:04.390 INFO O| Sep 06 04:48:04.390 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-09-06T04:48:05.523Z[ recovery-image] Sep 06 04:48:04.400 INFO O| Sep 06 04:48:04.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55432026-09-06T04:48:05.523Z[ recovery-image] Sep 06 04:48:04.400 INFO O| Sep 06 04:48:04.400 INFO STEP 73 (remove_files) COMPLETE
55442026-09-06T04:48:05.523Z[ recovery-image] Sep 06 04:48:04.400 INFO O| Sep 06 04:48:04.400 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-09-06T04:48:05.533Z[ recovery-image] Sep 06 04:48:04.411 INFO O| Sep 06 04:48:04.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55462026-09-06T04:48:05.533Z[ recovery-image] Sep 06 04:48:04.411 INFO O| Sep 06 04:48:04.411 INFO STEP 74 (remove_files) COMPLETE
55472026-09-06T04:48:05.533Z[ recovery-image] Sep 06 04:48:04.411 INFO O| Sep 06 04:48:04.411 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-09-06T04:48:05.543Z[ recovery-image] Sep 06 04:48:04.421 INFO O| Sep 06 04:48:04.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55492026-09-06T04:48:05.546Z[ recovery-image] Sep 06 04:48:04.421 INFO O| Sep 06 04:48:04.421 INFO STEP 75 (remove_files) COMPLETE
55502026-09-06T04:48:05.546Z[ recovery-image] Sep 06 04:48:04.421 INFO O| Sep 06 04:48:04.421 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-09-06T04:48:05.554Z[ recovery-image] Sep 06 04:48:04.432 INFO O| Sep 06 04:48:04.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55522026-09-06T04:48:05.554Z[ recovery-image] Sep 06 04:48:04.432 INFO O| Sep 06 04:48:04.432 INFO STEP 76 (remove_files) COMPLETE
55532026-09-06T04:48:05.557Z[ recovery-image] Sep 06 04:48:04.432 INFO O| Sep 06 04:48:04.432 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-09-06T04:48:05.565Z[ recovery-image] Sep 06 04:48:04.442 INFO O| Sep 06 04:48:04.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55552026-09-06T04:48:05.565Z[ recovery-image] Sep 06 04:48:04.443 INFO O| Sep 06 04:48:04.442 INFO STEP 77 (remove_files) COMPLETE
55562026-09-06T04:48:05.568Z[ recovery-image] Sep 06 04:48:04.443 INFO O| Sep 06 04:48:04.442 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-09-06T04:48:05.574Z[ recovery-image] Sep 06 04:48:04.452 INFO O| Sep 06 04:48:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55582026-09-06T04:48:05.574Z[ recovery-image] Sep 06 04:48:04.452 INFO O| Sep 06 04:48:04.452 INFO STEP 78 (remove_files) COMPLETE
55592026-09-06T04:48:05.574Z[ recovery-image] Sep 06 04:48:04.452 INFO O| Sep 06 04:48:04.452 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-09-06T04:48:05.585Z[ recovery-image] Sep 06 04:48:04.462 INFO O| Sep 06 04:48:04.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55612026-09-06T04:48:05.585Z[ recovery-image] Sep 06 04:48:04.462 INFO O| Sep 06 04:48:04.462 INFO STEP 79 (remove_files) COMPLETE
55622026-09-06T04:48:05.585Z[ recovery-image] Sep 06 04:48:04.462 INFO O| Sep 06 04:48:04.462 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-09-06T04:48:05.596Z[ recovery-image] Sep 06 04:48:04.473 INFO O| Sep 06 04:48:04.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55642026-09-06T04:48:05.596Z[ recovery-image] Sep 06 04:48:04.473 INFO O| Sep 06 04:48:04.473 INFO STEP 80 (remove_files) COMPLETE
55652026-09-06T04:48:05.596Z[ recovery-image] Sep 06 04:48:04.473 INFO O| Sep 06 04:48:04.473 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-09-06T04:48:05.606Z[ recovery-image] Sep 06 04:48:04.484 INFO O| Sep 06 04:48:04.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55672026-09-06T04:48:05.607Z[ recovery-image] Sep 06 04:48:04.484 INFO O| Sep 06 04:48:04.484 INFO STEP 81 (remove_files) COMPLETE
55682026-09-06T04:48:05.607Z[ recovery-image] Sep 06 04:48:04.484 INFO O| Sep 06 04:48:04.484 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-09-06T04:48:05.616Z[ recovery-image] Sep 06 04:48:04.493 INFO O| Sep 06 04:48:04.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55702026-09-06T04:48:05.616Z[ recovery-image] Sep 06 04:48:04.493 INFO O| Sep 06 04:48:04.493 INFO STEP 82 (remove_files) COMPLETE
55712026-09-06T04:48:05.616Z[ recovery-image] Sep 06 04:48:04.493 INFO O| Sep 06 04:48:04.493 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-09-06T04:48:05.624Z[ recovery-image] Sep 06 04:48:04.502 INFO O| Sep 06 04:48:04.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55732026-09-06T04:48:05.624Z[ recovery-image] Sep 06 04:48:04.502 INFO O| Sep 06 04:48:04.502 INFO STEP 83 (remove_files) COMPLETE
55742026-09-06T04:48:05.624Z[ recovery-image] Sep 06 04:48:04.502 INFO O| Sep 06 04:48:04.502 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-09-06T04:48:05.633Z[ recovery-image] Sep 06 04:48:04.510 INFO O| Sep 06 04:48:04.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55762026-09-06T04:48:05.633Z[ recovery-image] Sep 06 04:48:04.510 INFO O| Sep 06 04:48:04.510 INFO STEP 84 (remove_files) COMPLETE
55772026-09-06T04:48:05.633Z[ recovery-image] Sep 06 04:48:04.510 INFO O| Sep 06 04:48:04.510 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-09-06T04:48:05.641Z[ recovery-image] Sep 06 04:48:04.519 INFO O| Sep 06 04:48:04.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55792026-09-06T04:48:05.641Z[ recovery-image] Sep 06 04:48:04.519 INFO O| Sep 06 04:48:04.519 INFO STEP 85 (remove_files) COMPLETE
55802026-09-06T04:48:05.644Z[ recovery-image] Sep 06 04:48:04.519 INFO O| Sep 06 04:48:04.519 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-09-06T04:48:05.651Z[ recovery-image] Sep 06 04:48:04.528 INFO O| Sep 06 04:48:04.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55822026-09-06T04:48:05.651Z[ recovery-image] Sep 06 04:48:04.528 INFO O| Sep 06 04:48:04.528 INFO STEP 86 (remove_files) COMPLETE
55832026-09-06T04:48:05.651Z[ recovery-image] Sep 06 04:48:04.528 INFO O| Sep 06 04:48:04.528 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-09-06T04:48:05.659Z[ recovery-image] Sep 06 04:48:04.537 INFO O| Sep 06 04:48:04.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55852026-09-06T04:48:05.659Z[ recovery-image] Sep 06 04:48:04.537 INFO O| Sep 06 04:48:04.537 INFO STEP 87 (remove_files) COMPLETE
55862026-09-06T04:48:05.662Z[ recovery-image] Sep 06 04:48:04.537 INFO O| Sep 06 04:48:04.537 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-09-06T04:48:05.668Z[ recovery-image] Sep 06 04:48:04.546 INFO O| Sep 06 04:48:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55882026-09-06T04:48:05.668Z[ recovery-image] Sep 06 04:48:04.546 INFO O| Sep 06 04:48:04.546 INFO STEP 88 (remove_files) COMPLETE
55892026-09-06T04:48:05.671Z[ recovery-image] Sep 06 04:48:04.546 INFO O| Sep 06 04:48:04.546 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-09-06T04:48:05.677Z[ recovery-image] Sep 06 04:48:04.555 INFO O| Sep 06 04:48:04.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55912026-09-06T04:48:05.677Z[ recovery-image] Sep 06 04:48:04.555 INFO O| Sep 06 04:48:04.555 INFO STEP 89 (remove_files) COMPLETE
55922026-09-06T04:48:05.677Z[ recovery-image] Sep 06 04:48:04.555 INFO O| Sep 06 04:48:04.555 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-09-06T04:48:05.686Z[ recovery-image] Sep 06 04:48:04.563 INFO O| Sep 06 04:48:04.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55942026-09-06T04:48:05.686Z[ recovery-image] Sep 06 04:48:04.563 INFO O| Sep 06 04:48:04.563 INFO STEP 90 (remove_files) COMPLETE
55952026-09-06T04:48:05.689Z[ recovery-image] Sep 06 04:48:04.563 INFO O| Sep 06 04:48:04.563 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-09-06T04:48:05.692Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55972026-09-06T04:48:05.695Z[ recovery-image] Sep 06 04:48:04.573 INFO O| Sep 06 04:48:04.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55982026-09-06T04:48:05.695Z[ recovery-image] Sep 06 04:48:04.573 INFO O| Sep 06 04:48:04.573 INFO STEP 91 (remove_files) COMPLETE
55992026-09-06T04:48:05.695Z[ recovery-image] Sep 06 04:48:04.573 INFO O| Sep 06 04:48:04.573 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-09-06T04:48:05.706Z[ recovery-image] Sep 06 04:48:04.584 INFO O| Sep 06 04:48:04.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56012026-09-06T04:48:05.706Z[ recovery-image] Sep 06 04:48:04.584 INFO O| Sep 06 04:48:04.584 INFO STEP 92 (remove_files) COMPLETE
56022026-09-06T04:48:05.706Z[ recovery-image] Sep 06 04:48:04.584 INFO O| Sep 06 04:48:04.584 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-09-06T04:48:05.717Z[ recovery-image] Sep 06 04:48:04.593 INFO O| Sep 06 04:48:04.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56042026-09-06T04:48:05.717Z[ recovery-image] Sep 06 04:48:04.593 INFO O| Sep 06 04:48:04.593 INFO STEP 93 (remove_files) COMPLETE
56052026-09-06T04:48:05.717Z[ recovery-image] Sep 06 04:48:04.593 INFO O| Sep 06 04:48:04.593 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-09-06T04:48:05.726Z[ recovery-image] Sep 06 04:48:04.602 INFO O| Sep 06 04:48:04.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56072026-09-06T04:48:05.726Z[ recovery-image] Sep 06 04:48:04.602 INFO O| Sep 06 04:48:04.602 INFO STEP 94 (remove_files) COMPLETE
56082026-09-06T04:48:05.726Z[ recovery-image] Sep 06 04:48:04.602 INFO O| Sep 06 04:48:04.602 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-09-06T04:48:05.733Z[ recovery-image] Sep 06 04:48:04.610 INFO O| Sep 06 04:48:04.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56102026-09-06T04:48:05.733Z[ recovery-image] Sep 06 04:48:04.610 INFO O| Sep 06 04:48:04.610 INFO STEP 95 (remove_files) COMPLETE
56112026-09-06T04:48:05.733Z[ recovery-image] Sep 06 04:48:04.610 INFO O| Sep 06 04:48:04.610 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-09-06T04:48:05.744Z[ recovery-image] Sep 06 04:48:04.622 INFO O| Sep 06 04:48:04.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56132026-09-06T04:48:05.744Z[ recovery-image] Sep 06 04:48:04.622 INFO O| Sep 06 04:48:04.622 INFO STEP 96 (remove_files) COMPLETE
56142026-09-06T04:48:05.744Z[ recovery-image] Sep 06 04:48:04.622 INFO O| Sep 06 04:48:04.622 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-09-06T04:48:05.754Z[ recovery-image] Sep 06 04:48:04.631 INFO O| Sep 06 04:48:04.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56162026-09-06T04:48:05.757Z[ recovery-image] Sep 06 04:48:04.632 INFO O| Sep 06 04:48:04.632 INFO STEP 97 (remove_files) COMPLETE
56172026-09-06T04:48:05.757Z[ recovery-image] Sep 06 04:48:04.632 INFO O| Sep 06 04:48:04.632 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-09-06T04:48:05.765Z[ recovery-image] Sep 06 04:48:04.642 INFO O| Sep 06 04:48:04.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56192026-09-06T04:48:05.765Z[ recovery-image] Sep 06 04:48:04.642 INFO O| Sep 06 04:48:04.642 INFO STEP 98 (remove_files) COMPLETE
56202026-09-06T04:48:05.767Z[ recovery-image] Sep 06 04:48:04.642 INFO O| Sep 06 04:48:04.642 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-09-06T04:48:05.774Z[ recovery-image] Sep 06 04:48:04.651 INFO O| Sep 06 04:48:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56222026-09-06T04:48:05.774Z[ recovery-image] Sep 06 04:48:04.651 INFO O| Sep 06 04:48:04.651 INFO STEP 99 (remove_files) COMPLETE
56232026-09-06T04:48:05.774Z[ recovery-image] Sep 06 04:48:04.651 INFO O| Sep 06 04:48:04.651 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-09-06T04:48:05.783Z[ recovery-image] Sep 06 04:48:04.660 INFO O| Sep 06 04:48:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56252026-09-06T04:48:05.783Z[ recovery-image] Sep 06 04:48:04.660 INFO O| Sep 06 04:48:04.660 INFO STEP 100 (remove_files) COMPLETE
56262026-09-06T04:48:05.783Z[ recovery-image] Sep 06 04:48:04.660 INFO O| Sep 06 04:48:04.660 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-09-06T04:48:05.791Z[ recovery-image] Sep 06 04:48:04.669 INFO O| Sep 06 04:48:04.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56282026-09-06T04:48:05.791Z[ recovery-image] Sep 06 04:48:04.669 INFO O| Sep 06 04:48:04.669 INFO STEP 101 (remove_files) COMPLETE
56292026-09-06T04:48:05.791Z[ recovery-image] Sep 06 04:48:04.669 INFO O| Sep 06 04:48:04.669 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-09-06T04:48:05.800Z[ recovery-image] Sep 06 04:48:04.677 INFO O| Sep 06 04:48:04.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56312026-09-06T04:48:05.800Z[ recovery-image] Sep 06 04:48:04.677 INFO O| Sep 06 04:48:04.677 INFO STEP 102 (remove_files) COMPLETE
56322026-09-06T04:48:05.800Z[ recovery-image] Sep 06 04:48:04.677 INFO O| Sep 06 04:48:04.677 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-09-06T04:48:05.808Z[ recovery-image] Sep 06 04:48:04.686 INFO O| Sep 06 04:48:04.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56342026-09-06T04:48:05.808Z[ recovery-image] Sep 06 04:48:04.686 INFO O| Sep 06 04:48:04.686 INFO STEP 103 (remove_files) COMPLETE
56352026-09-06T04:48:05.808Z[ recovery-image] Sep 06 04:48:04.686 INFO O| Sep 06 04:48:04.686 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-09-06T04:48:05.816Z[ recovery-image] Sep 06 04:48:04.694 INFO O| Sep 06 04:48:04.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56372026-09-06T04:48:05.817Z[ recovery-image] Sep 06 04:48:04.694 INFO O| Sep 06 04:48:04.694 INFO STEP 104 (remove_files) COMPLETE
56382026-09-06T04:48:05.817Z[ recovery-image] Sep 06 04:48:04.694 INFO O| Sep 06 04:48:04.694 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-09-06T04:48:05.825Z[ recovery-image] Sep 06 04:48:04.702 INFO O| Sep 06 04:48:04.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56402026-09-06T04:48:05.825Z[ recovery-image] Sep 06 04:48:04.702 INFO O| Sep 06 04:48:04.702 INFO STEP 105 (remove_files) COMPLETE
56412026-09-06T04:48:05.825Z[ recovery-image] Sep 06 04:48:04.702 INFO O| Sep 06 04:48:04.702 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-09-06T04:48:05.836Z[ recovery-image] Sep 06 04:48:04.713 INFO O| Sep 06 04:48:04.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56432026-09-06T04:48:05.836Z[ recovery-image] Sep 06 04:48:04.714 INFO O| Sep 06 04:48:04.713 INFO STEP 106 (remove_files) COMPLETE
56442026-09-06T04:48:05.836Z[ recovery-image] Sep 06 04:48:04.714 INFO O| Sep 06 04:48:04.713 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-09-06T04:48:05.846Z[ recovery-image] Sep 06 04:48:04.724 INFO O| Sep 06 04:48:04.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56462026-09-06T04:48:05.846Z[ recovery-image] Sep 06 04:48:04.724 INFO O| Sep 06 04:48:04.724 INFO STEP 107 (remove_files) COMPLETE
56472026-09-06T04:48:05.846Z[ recovery-image] Sep 06 04:48:04.724 INFO O| Sep 06 04:48:04.724 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-09-06T04:48:05.857Z[ recovery-image] Sep 06 04:48:04.734 INFO O| Sep 06 04:48:04.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56492026-09-06T04:48:05.857Z[ recovery-image] Sep 06 04:48:04.734 INFO O| Sep 06 04:48:04.734 INFO STEP 108 (remove_files) COMPLETE
56502026-09-06T04:48:05.857Z[ recovery-image] Sep 06 04:48:04.734 INFO O| Sep 06 04:48:04.734 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-09-06T04:48:05.865Z[ recovery-image] Sep 06 04:48:04.743 INFO O| Sep 06 04:48:04.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56522026-09-06T04:48:05.865Z[ recovery-image] Sep 06 04:48:04.743 INFO O| Sep 06 04:48:04.743 INFO STEP 109 (remove_files) COMPLETE
56532026-09-06T04:48:05.865Z[ recovery-image] Sep 06 04:48:04.743 INFO O| Sep 06 04:48:04.743 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-09-06T04:48:05.875Z[ recovery-image] Sep 06 04:48:04.753 INFO O| Sep 06 04:48:04.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56552026-09-06T04:48:05.875Z[ recovery-image] Sep 06 04:48:04.753 INFO O| Sep 06 04:48:04.753 INFO STEP 110 (remove_files) COMPLETE
56562026-09-06T04:48:05.875Z[ recovery-image] Sep 06 04:48:04.753 INFO O| Sep 06 04:48:04.753 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-09-06T04:48:05.885Z[ recovery-image] Sep 06 04:48:04.763 INFO O| Sep 06 04:48:04.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56582026-09-06T04:48:05.885Z[ recovery-image] Sep 06 04:48:04.763 INFO O| Sep 06 04:48:04.763 INFO STEP 111 (remove_files) COMPLETE
56592026-09-06T04:48:05.885Z[ recovery-image] Sep 06 04:48:04.763 INFO O| Sep 06 04:48:04.763 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-09-06T04:48:05.894Z[ recovery-image] Sep 06 04:48:04.772 INFO O| Sep 06 04:48:04.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56612026-09-06T04:48:05.894Z[ recovery-image] Sep 06 04:48:04.772 INFO O| Sep 06 04:48:04.772 INFO STEP 112 (remove_files) COMPLETE
56622026-09-06T04:48:05.894Z[ recovery-image] Sep 06 04:48:04.772 INFO O| Sep 06 04:48:04.772 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-09-06T04:48:05.902Z[ recovery-image] Sep 06 04:48:04.780 INFO O| Sep 06 04:48:04.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56642026-09-06T04:48:05.902Z[ recovery-image] Sep 06 04:48:04.780 INFO O| Sep 06 04:48:04.780 INFO STEP 113 (remove_files) COMPLETE
56652026-09-06T04:48:05.902Z[ recovery-image] Sep 06 04:48:04.780 INFO O| Sep 06 04:48:04.780 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-09-06T04:48:05.914Z[ recovery-image] Sep 06 04:48:04.791 INFO O| Sep 06 04:48:04.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56672026-09-06T04:48:05.914Z[ recovery-image] Sep 06 04:48:04.791 INFO O| Sep 06 04:48:04.791 INFO STEP 114 (remove_files) COMPLETE
56682026-09-06T04:48:05.914Z[ recovery-image] Sep 06 04:48:04.791 INFO O| Sep 06 04:48:04.791 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-09-06T04:48:05.923Z[ recovery-image] Sep 06 04:48:04.801 INFO O| Sep 06 04:48:04.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56702026-09-06T04:48:05.923Z[ recovery-image] Sep 06 04:48:04.801 INFO O| Sep 06 04:48:04.801 INFO STEP 115 (remove_files) COMPLETE
56712026-09-06T04:48:05.926Z[ recovery-image] Sep 06 04:48:04.801 INFO O| Sep 06 04:48:04.801 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-09-06T04:48:05.929Z[verify-libraries] Compiling seq-macro v0.3.6
56732026-09-06T04:48:05.932Z[ recovery-image] Sep 06 04:48:04.810 INFO O| Sep 06 04:48:04.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56742026-09-06T04:48:05.932Z[ recovery-image] Sep 06 04:48:04.810 INFO O| Sep 06 04:48:04.810 INFO STEP 116 (remove_files) COMPLETE
56752026-09-06T04:48:05.935Z[ recovery-image] Sep 06 04:48:04.810 INFO O| Sep 06 04:48:04.810 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-09-06T04:48:05.941Z[ recovery-image] Sep 06 04:48:04.819 INFO O| Sep 06 04:48:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56772026-09-06T04:48:05.941Z[ recovery-image] Sep 06 04:48:04.819 INFO O| Sep 06 04:48:04.819 INFO STEP 117 (remove_files) COMPLETE
56782026-09-06T04:48:05.941Z[ recovery-image] Sep 06 04:48:04.819 INFO O| Sep 06 04:48:04.819 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-09-06T04:48:05.952Z[ recovery-image] Sep 06 04:48:04.830 INFO O| Sep 06 04:48:04.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56802026-09-06T04:48:05.953Z[ recovery-image] Sep 06 04:48:04.830 INFO O| Sep 06 04:48:04.830 INFO STEP 118 (remove_files) COMPLETE
56812026-09-06T04:48:05.955Z[ recovery-image] Sep 06 04:48:04.830 INFO O| Sep 06 04:48:04.830 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-09-06T04:48:05.962Z[ recovery-image] Sep 06 04:48:04.840 INFO O| Sep 06 04:48:04.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56832026-09-06T04:48:05.962Z[ recovery-image] Sep 06 04:48:04.840 INFO O| Sep 06 04:48:04.840 INFO STEP 119 (remove_files) COMPLETE
56842026-09-06T04:48:05.965Z[ recovery-image] Sep 06 04:48:04.840 INFO O| Sep 06 04:48:04.840 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-09-06T04:48:05.971Z[ recovery-image] Sep 06 04:48:04.849 INFO O| Sep 06 04:48:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56862026-09-06T04:48:05.971Z[ recovery-image] Sep 06 04:48:04.849 INFO O| Sep 06 04:48:04.849 INFO STEP 120 (remove_files) COMPLETE
56872026-09-06T04:48:05.974Z[ recovery-image] Sep 06 04:48:04.849 INFO O| Sep 06 04:48:04.849 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-09-06T04:48:05.981Z[ recovery-image] Sep 06 04:48:04.859 INFO O| Sep 06 04:48:04.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56892026-09-06T04:48:05.981Z[ recovery-image] Sep 06 04:48:04.859 INFO O| Sep 06 04:48:04.859 INFO STEP 121 (remove_files) COMPLETE
56902026-09-06T04:48:05.984Z[ recovery-image] Sep 06 04:48:04.859 INFO O| Sep 06 04:48:04.859 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-09-06T04:48:05.991Z[ recovery-image] Sep 06 04:48:04.869 INFO O| Sep 06 04:48:04.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56922026-09-06T04:48:05.991Z[ recovery-image] Sep 06 04:48:04.869 INFO O| Sep 06 04:48:04.869 INFO STEP 122 (remove_files) COMPLETE
56932026-09-06T04:48:05.991Z[ recovery-image] Sep 06 04:48:04.869 INFO O| Sep 06 04:48:04.869 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-09-06T04:48:06.000Z[ recovery-image] Sep 06 04:48:04.878 INFO O| Sep 06 04:48:04.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56952026-09-06T04:48:06.003Z[ recovery-image] Sep 06 04:48:04.879 INFO O| Sep 06 04:48:04.878 INFO STEP 123 (remove_files) COMPLETE
56962026-09-06T04:48:06.003Z[ recovery-image] Sep 06 04:48:04.879 INFO O| Sep 06 04:48:04.879 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-09-06T04:48:06.009Z[ recovery-image] Sep 06 04:48:04.887 INFO O| Sep 06 04:48:04.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56982026-09-06T04:48:06.010Z[ recovery-image] Sep 06 04:48:04.887 INFO O| Sep 06 04:48:04.887 INFO STEP 124 (remove_files) COMPLETE
56992026-09-06T04:48:06.010Z[ recovery-image] Sep 06 04:48:04.887 INFO O| Sep 06 04:48:04.887 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-09-06T04:48:06.018Z[ recovery-image] Sep 06 04:48:04.895 INFO O| Sep 06 04:48:04.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57012026-09-06T04:48:06.021Z[ recovery-image] Sep 06 04:48:04.896 INFO O| Sep 06 04:48:04.896 INFO STEP 125 (remove_files) COMPLETE
57022026-09-06T04:48:06.021Z[ recovery-image] Sep 06 04:48:04.896 INFO O| Sep 06 04:48:04.896 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-09-06T04:48:06.026Z[ recovery-image] Sep 06 04:48:04.904 INFO O| Sep 06 04:48:04.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57042026-09-06T04:48:06.026Z[ recovery-image] Sep 06 04:48:04.904 INFO O| Sep 06 04:48:04.904 INFO STEP 126 (remove_files) COMPLETE
57052026-09-06T04:48:06.026Z[ recovery-image] Sep 06 04:48:04.904 INFO O| Sep 06 04:48:04.904 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-09-06T04:48:06.035Z[ recovery-image] Sep 06 04:48:04.912 INFO O| Sep 06 04:48:04.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57072026-09-06T04:48:06.037Z[ recovery-image] Sep 06 04:48:04.913 INFO O| Sep 06 04:48:04.913 INFO STEP 127 (remove_files) COMPLETE
57082026-09-06T04:48:06.037Z[ recovery-image] Sep 06 04:48:04.913 INFO O| Sep 06 04:48:04.913 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-09-06T04:48:06.043Z[ recovery-image] Sep 06 04:48:04.921 INFO O| Sep 06 04:48:04.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57102026-09-06T04:48:06.043Z[ recovery-image] Sep 06 04:48:04.921 INFO O| Sep 06 04:48:04.921 INFO STEP 128 (remove_files) COMPLETE
57112026-09-06T04:48:06.043Z[ recovery-image] Sep 06 04:48:04.921 INFO O| Sep 06 04:48:04.921 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-09-06T04:48:06.052Z[ recovery-image] Sep 06 04:48:04.929 INFO O| Sep 06 04:48:04.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57132026-09-06T04:48:06.052Z[ recovery-image] Sep 06 04:48:04.930 INFO O| Sep 06 04:48:04.929 INFO STEP 129 (remove_files) COMPLETE
57142026-09-06T04:48:06.055Z[ recovery-image] Sep 06 04:48:04.930 INFO O| Sep 06 04:48:04.929 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-09-06T04:48:06.071Z[ recovery-image] Sep 06 04:48:04.949 INFO O| Sep 06 04:48:04.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57162026-09-06T04:48:06.071Z[ recovery-image] Sep 06 04:48:04.949 INFO O| Sep 06 04:48:04.949 INFO STEP 130 (remove_files) COMPLETE
57172026-09-06T04:48:06.074Z[ recovery-image] Sep 06 04:48:04.949 INFO O| Sep 06 04:48:04.949 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-06T04:48:06.081Z[ recovery-image] Sep 06 04:48:04.958 INFO O| Sep 06 04:48:04.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57192026-09-06T04:48:06.081Z[ recovery-image] Sep 06 04:48:04.959 INFO O| Sep 06 04:48:04.958 INFO STEP 131 (remove_files) COMPLETE
57202026-09-06T04:48:06.084Z[ recovery-image] Sep 06 04:48:04.959 INFO O| Sep 06 04:48:04.958 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-06T04:48:06.090Z[ recovery-image] Sep 06 04:48:04.968 INFO O| Sep 06 04:48:04.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57222026-09-06T04:48:06.090Z[ recovery-image] Sep 06 04:48:04.968 INFO O| Sep 06 04:48:04.968 INFO STEP 132 (remove_files) COMPLETE
57232026-09-06T04:48:06.093Z[ recovery-image] Sep 06 04:48:04.968 INFO O| Sep 06 04:48:04.968 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-06T04:48:06.101Z[ recovery-image] Sep 06 04:48:04.979 INFO O| Sep 06 04:48:04.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57252026-09-06T04:48:06.101Z[ recovery-image] Sep 06 04:48:04.979 INFO O| Sep 06 04:48:04.979 INFO STEP 133 (remove_files) COMPLETE
57262026-09-06T04:48:06.104Z[ recovery-image] Sep 06 04:48:04.979 INFO O| Sep 06 04:48:04.979 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-06T04:48:06.109Z[ recovery-image] Sep 06 04:48:04.987 INFO O| Sep 06 04:48:04.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57282026-09-06T04:48:06.109Z[ recovery-image] Sep 06 04:48:04.987 INFO O| Sep 06 04:48:04.987 INFO STEP 134 (remove_files) COMPLETE
57292026-09-06T04:48:06.112Z[ recovery-image] Sep 06 04:48:04.987 INFO O| Sep 06 04:48:04.987 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-06T04:48:06.118Z[ recovery-image] Sep 06 04:48:04.996 INFO O| Sep 06 04:48:04.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57312026-09-06T04:48:06.118Z[ recovery-image] Sep 06 04:48:04.996 INFO O| Sep 06 04:48:04.996 INFO STEP 135 (remove_files) COMPLETE
57322026-09-06T04:48:06.118Z[ recovery-image] Sep 06 04:48:04.996 INFO O| Sep 06 04:48:04.996 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-06T04:48:06.146Z[ recovery-image] Sep 06 04:48:05.024 INFO O| Sep 06 04:48:05.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57342026-09-06T04:48:06.146Z[ recovery-image] Sep 06 04:48:05.024 INFO O| Sep 06 04:48:05.024 INFO STEP 136 (remove_files) COMPLETE
57352026-09-06T04:48:06.146Z[ recovery-image] Sep 06 04:48:05.024 INFO O| Sep 06 04:48:05.024 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-06T04:48:06.159Z[ recovery-image] Sep 06 04:48:05.036 INFO O| Sep 06 04:48:05.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57372026-09-06T04:48:06.159Z[ recovery-image] Sep 06 04:48:05.036 INFO O| Sep 06 04:48:05.036 INFO STEP 137 (remove_files) COMPLETE
57382026-09-06T04:48:06.159Z[ recovery-image] Sep 06 04:48:05.036 INFO O| Sep 06 04:48:05.036 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-06T04:48:06.169Z[ recovery-image] Sep 06 04:48:05.046 INFO O| Sep 06 04:48:05.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57402026-09-06T04:48:06.169Z[ recovery-image] Sep 06 04:48:05.046 INFO O| Sep 06 04:48:05.046 INFO STEP 138 (remove_files) COMPLETE
57412026-09-06T04:48:06.172Z[ recovery-image] Sep 06 04:48:05.046 INFO O| Sep 06 04:48:05.046 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-06T04:48:06.178Z[ recovery-image] Sep 06 04:48:05.055 INFO O| Sep 06 04:48:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57432026-09-06T04:48:06.178Z[ recovery-image] Sep 06 04:48:05.055 INFO O| Sep 06 04:48:05.055 INFO STEP 139 (remove_files) COMPLETE
57442026-09-06T04:48:06.181Z[ recovery-image] Sep 06 04:48:05.055 INFO O| Sep 06 04:48:05.055 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-06T04:48:06.188Z[ recovery-image] Sep 06 04:48:05.066 INFO O| Sep 06 04:48:05.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57462026-09-06T04:48:06.188Z[ recovery-image] Sep 06 04:48:05.066 INFO O| Sep 06 04:48:05.066 INFO STEP 140 (remove_files) COMPLETE
57472026-09-06T04:48:06.188Z[ recovery-image] Sep 06 04:48:05.066 INFO O| Sep 06 04:48:05.066 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-06T04:48:06.200Z[ recovery-image] Sep 06 04:48:05.077 INFO O| Sep 06 04:48:05.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57492026-09-06T04:48:06.200Z[ recovery-image] Sep 06 04:48:05.078 INFO O| Sep 06 04:48:05.077 INFO STEP 141 (remove_files) COMPLETE
57502026-09-06T04:48:06.204Z[ recovery-image] Sep 06 04:48:05.078 INFO O| Sep 06 04:48:05.078 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-09-06T04:48:06.209Z[ recovery-image] Sep 06 04:48:05.087 INFO O| Sep 06 04:48:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57522026-09-06T04:48:06.209Z[ recovery-image] Sep 06 04:48:05.087 INFO O| Sep 06 04:48:05.087 INFO STEP 142 (remove_files) COMPLETE
57532026-09-06T04:48:06.212Z[ recovery-image] Sep 06 04:48:05.087 INFO O| Sep 06 04:48:05.087 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-09-06T04:48:06.218Z[ recovery-image] Sep 06 04:48:05.096 INFO O| Sep 06 04:48:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57552026-09-06T04:48:06.218Z[ recovery-image] Sep 06 04:48:05.096 INFO O| Sep 06 04:48:05.096 INFO STEP 143 (remove_files) COMPLETE
57562026-09-06T04:48:06.218Z[ recovery-image] Sep 06 04:48:05.096 INFO O| Sep 06 04:48:05.096 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-06T04:48:06.228Z[ recovery-image] Sep 06 04:48:05.106 INFO O| Sep 06 04:48:05.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57582026-09-06T04:48:06.228Z[ recovery-image] Sep 06 04:48:05.106 INFO O| Sep 06 04:48:05.106 INFO STEP 144 (remove_files) COMPLETE
57592026-09-06T04:48:06.228Z[ recovery-image] Sep 06 04:48:05.106 INFO O| Sep 06 04:48:05.106 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-09-06T04:48:06.237Z[ recovery-image] Sep 06 04:48:05.115 INFO O| Sep 06 04:48:05.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57612026-09-06T04:48:06.237Z[ recovery-image] Sep 06 04:48:05.115 INFO O| Sep 06 04:48:05.115 INFO STEP 145 (remove_files) COMPLETE
57622026-09-06T04:48:06.240Z[ recovery-image] Sep 06 04:48:05.115 INFO O| Sep 06 04:48:05.115 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-09-06T04:48:06.247Z[ recovery-image] Sep 06 04:48:05.125 INFO O| Sep 06 04:48:05.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57642026-09-06T04:48:06.248Z[ recovery-image] Sep 06 04:48:05.125 INFO O| Sep 06 04:48:05.125 INFO STEP 146 (remove_files) COMPLETE
57652026-09-06T04:48:06.250Z[ recovery-image] Sep 06 04:48:05.125 INFO O| Sep 06 04:48:05.125 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-09-06T04:48:06.260Z[ recovery-image] Sep 06 04:48:05.136 INFO O| Sep 06 04:48:05.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57672026-09-06T04:48:06.260Z[ recovery-image] Sep 06 04:48:05.136 INFO O| Sep 06 04:48:05.136 INFO STEP 147 (remove_files) COMPLETE
57682026-09-06T04:48:06.260Z[ recovery-image] Sep 06 04:48:05.136 INFO O| Sep 06 04:48:05.136 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-09-06T04:48:06.268Z[ recovery-image] Sep 06 04:48:05.146 INFO O| Sep 06 04:48:05.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57702026-09-06T04:48:06.268Z[ recovery-image] Sep 06 04:48:05.146 INFO O| Sep 06 04:48:05.146 INFO STEP 148 (remove_files) COMPLETE
57712026-09-06T04:48:06.268Z[ recovery-image] Sep 06 04:48:05.146 INFO O| Sep 06 04:48:05.146 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-06T04:48:06.278Z[ recovery-image] Sep 06 04:48:05.156 INFO O| Sep 06 04:48:05.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57732026-09-06T04:48:06.278Z[ recovery-image] Sep 06 04:48:05.156 INFO O| Sep 06 04:48:05.156 INFO STEP 149 (remove_files) COMPLETE
57742026-09-06T04:48:06.281Z[ recovery-image] Sep 06 04:48:05.156 INFO O| Sep 06 04:48:05.156 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-06T04:48:06.288Z[ recovery-image] Sep 06 04:48:05.165 INFO O| Sep 06 04:48:05.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57762026-09-06T04:48:06.288Z[ recovery-image] Sep 06 04:48:05.165 INFO O| Sep 06 04:48:05.165 INFO STEP 150 (remove_files) COMPLETE
57772026-09-06T04:48:06.291Z[ recovery-image] Sep 06 04:48:05.165 INFO O| Sep 06 04:48:05.165 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-06T04:48:06.298Z[ recovery-image] Sep 06 04:48:05.176 INFO O| Sep 06 04:48:05.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57792026-09-06T04:48:06.298Z[ recovery-image] Sep 06 04:48:05.176 INFO O| Sep 06 04:48:05.176 INFO STEP 151 (remove_files) COMPLETE
57802026-09-06T04:48:06.298Z[ recovery-image] Sep 06 04:48:05.176 INFO O| Sep 06 04:48:05.176 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-06T04:48:06.309Z[ recovery-image] Sep 06 04:48:05.187 INFO O| Sep 06 04:48:05.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57822026-09-06T04:48:06.309Z[ recovery-image] Sep 06 04:48:05.187 INFO O| Sep 06 04:48:05.187 INFO STEP 152 (remove_files) COMPLETE
57832026-09-06T04:48:06.309Z[ recovery-image] Sep 06 04:48:05.187 INFO O| Sep 06 04:48:05.187 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-09-06T04:48:06.319Z[ recovery-image] Sep 06 04:48:05.197 INFO O| Sep 06 04:48:05.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57852026-09-06T04:48:06.320Z[ recovery-image] Sep 06 04:48:05.197 INFO O| Sep 06 04:48:05.197 INFO STEP 153 (remove_files) COMPLETE
57862026-09-06T04:48:06.322Z[ recovery-image] Sep 06 04:48:05.197 INFO O| Sep 06 04:48:05.197 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-09-06T04:48:06.328Z[ recovery-image] Sep 06 04:48:05.206 INFO O| Sep 06 04:48:05.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57882026-09-06T04:48:06.328Z[ recovery-image] Sep 06 04:48:05.206 INFO O| Sep 06 04:48:05.206 INFO STEP 154 (remove_files) COMPLETE
57892026-09-06T04:48:06.328Z[ recovery-image] Sep 06 04:48:05.206 INFO O| Sep 06 04:48:05.206 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-09-06T04:48:06.339Z[ recovery-image] Sep 06 04:48:05.217 INFO O| Sep 06 04:48:05.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57912026-09-06T04:48:06.339Z[ recovery-image] Sep 06 04:48:05.217 INFO O| Sep 06 04:48:05.217 INFO STEP 155 (remove_files) COMPLETE
57922026-09-06T04:48:06.339Z[ recovery-image] Sep 06 04:48:05.217 INFO O| Sep 06 04:48:05.217 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-09-06T04:48:06.349Z[ recovery-image] Sep 06 04:48:05.226 INFO O| Sep 06 04:48:05.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57942026-09-06T04:48:06.349Z[ recovery-image] Sep 06 04:48:05.226 INFO O| Sep 06 04:48:05.226 INFO STEP 156 (remove_files) COMPLETE
57952026-09-06T04:48:06.355Z[ recovery-image] Sep 06 04:48:05.226 INFO O| Sep 06 04:48:05.226 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-09-06T04:48:06.358Z[ recovery-image] Sep 06 04:48:05.236 INFO O| Sep 06 04:48:05.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57972026-09-06T04:48:06.358Z[ recovery-image] Sep 06 04:48:05.236 INFO O| Sep 06 04:48:05.236 INFO STEP 157 (remove_files) COMPLETE
57982026-09-06T04:48:06.361Z[ recovery-image] Sep 06 04:48:05.236 INFO O| Sep 06 04:48:05.236 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-09-06T04:48:06.368Z[ recovery-image] Sep 06 04:48:05.245 INFO O| Sep 06 04:48:05.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58002026-09-06T04:48:06.368Z[ recovery-image] Sep 06 04:48:05.246 INFO O| Sep 06 04:48:05.246 INFO STEP 158 (remove_files) COMPLETE
58012026-09-06T04:48:06.371Z[ recovery-image] Sep 06 04:48:05.246 INFO O| Sep 06 04:48:05.246 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-09-06T04:48:06.378Z[ recovery-image] Sep 06 04:48:05.255 INFO O| Sep 06 04:48:05.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58032026-09-06T04:48:06.378Z[ recovery-image] Sep 06 04:48:05.255 INFO O| Sep 06 04:48:05.255 INFO STEP 159 (remove_files) COMPLETE
58042026-09-06T04:48:06.378Z[ recovery-image] Sep 06 04:48:05.256 INFO O| Sep 06 04:48:05.255 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-09-06T04:48:06.387Z[ recovery-image] Sep 06 04:48:05.265 INFO O| Sep 06 04:48:05.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58062026-09-06T04:48:06.388Z[ recovery-image] Sep 06 04:48:05.265 INFO O| Sep 06 04:48:05.265 INFO STEP 160 (remove_files) COMPLETE
58072026-09-06T04:48:06.390Z[ recovery-image] Sep 06 04:48:05.265 INFO O| Sep 06 04:48:05.265 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-09-06T04:48:06.397Z[ recovery-image] Sep 06 04:48:05.275 INFO O| Sep 06 04:48:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58092026-09-06T04:48:06.397Z[ recovery-image] Sep 06 04:48:05.275 INFO O| Sep 06 04:48:05.275 INFO STEP 161 (remove_files) COMPLETE
58102026-09-06T04:48:06.400Z[ recovery-image] Sep 06 04:48:05.275 INFO O| Sep 06 04:48:05.275 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-09-06T04:48:06.408Z[ recovery-image] Sep 06 04:48:05.286 INFO O| Sep 06 04:48:05.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58122026-09-06T04:48:06.411Z[ recovery-image] Sep 06 04:48:05.286 INFO O| Sep 06 04:48:05.286 INFO STEP 162 (remove_files) COMPLETE
58132026-09-06T04:48:06.411Z[ recovery-image] Sep 06 04:48:05.286 INFO O| Sep 06 04:48:05.286 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-09-06T04:48:06.418Z[ recovery-image] Sep 06 04:48:05.295 INFO O| Sep 06 04:48:05.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58152026-09-06T04:48:06.418Z[ recovery-image] Sep 06 04:48:05.295 INFO O| Sep 06 04:48:05.295 INFO STEP 163 (remove_files) COMPLETE
58162026-09-06T04:48:06.420Z[ recovery-image] Sep 06 04:48:05.295 INFO O| Sep 06 04:48:05.295 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-09-06T04:48:06.427Z[ recovery-image] Sep 06 04:48:05.304 INFO O| Sep 06 04:48:05.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58182026-09-06T04:48:06.427Z[ recovery-image] Sep 06 04:48:05.304 INFO O| Sep 06 04:48:05.304 INFO STEP 164 (remove_files) COMPLETE
58192026-09-06T04:48:06.429Z[ recovery-image] Sep 06 04:48:05.304 INFO O| Sep 06 04:48:05.304 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-09-06T04:48:06.436Z[ recovery-image] Sep 06 04:48:05.314 INFO O| Sep 06 04:48:05.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58212026-09-06T04:48:06.436Z[ recovery-image] Sep 06 04:48:05.314 INFO O| Sep 06 04:48:05.314 INFO STEP 165 (remove_files) COMPLETE
58222026-09-06T04:48:06.436Z[ recovery-image] Sep 06 04:48:05.314 INFO O| Sep 06 04:48:05.314 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-09-06T04:48:06.445Z[ recovery-image] Sep 06 04:48:05.323 INFO O| Sep 06 04:48:05.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58242026-09-06T04:48:06.445Z[ recovery-image] Sep 06 04:48:05.323 INFO O| Sep 06 04:48:05.323 INFO STEP 166 (remove_files) COMPLETE
58252026-09-06T04:48:06.445Z[ recovery-image] Sep 06 04:48:05.323 INFO O| Sep 06 04:48:05.323 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-06T04:48:06.456Z[ recovery-image] Sep 06 04:48:05.334 INFO O| Sep 06 04:48:05.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58272026-09-06T04:48:06.456Z[ recovery-image] Sep 06 04:48:05.334 INFO O| Sep 06 04:48:05.334 INFO STEP 167 (remove_files) COMPLETE
58282026-09-06T04:48:06.459Z[ recovery-image] Sep 06 04:48:05.334 INFO O| Sep 06 04:48:05.334 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-06T04:48:06.467Z[ recovery-image] Sep 06 04:48:05.345 INFO O| Sep 06 04:48:05.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58302026-09-06T04:48:06.467Z[ recovery-image] Sep 06 04:48:05.345 INFO O| Sep 06 04:48:05.345 INFO STEP 168 (remove_files) COMPLETE
58312026-09-06T04:48:06.467Z[ recovery-image] Sep 06 04:48:05.345 INFO O| Sep 06 04:48:05.345 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-09-06T04:48:06.476Z[ recovery-image] Sep 06 04:48:05.354 INFO O| Sep 06 04:48:05.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58332026-09-06T04:48:06.476Z[ recovery-image] Sep 06 04:48:05.354 INFO O| Sep 06 04:48:05.354 INFO STEP 169 (remove_files) COMPLETE
58342026-09-06T04:48:06.476Z[ recovery-image] Sep 06 04:48:05.354 INFO O| Sep 06 04:48:05.354 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-09-06T04:48:06.485Z[ recovery-image] Sep 06 04:48:05.363 INFO O| Sep 06 04:48:05.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58362026-09-06T04:48:06.485Z[ recovery-image] Sep 06 04:48:05.363 INFO O| Sep 06 04:48:05.363 INFO STEP 170 (remove_files) COMPLETE
58372026-09-06T04:48:06.485Z[ recovery-image] Sep 06 04:48:05.363 INFO O| Sep 06 04:48:05.363 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-06T04:48:06.494Z[ recovery-image] Sep 06 04:48:05.371 INFO O| Sep 06 04:48:05.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58392026-09-06T04:48:06.494Z[ recovery-image] Sep 06 04:48:05.371 INFO O| Sep 06 04:48:05.371 INFO STEP 171 (remove_files) COMPLETE
58402026-09-06T04:48:06.494Z[ recovery-image] Sep 06 04:48:05.371 INFO O| Sep 06 04:48:05.371 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-06T04:48:06.504Z[ recovery-image] Sep 06 04:48:05.382 INFO O| Sep 06 04:48:05.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58422026-09-06T04:48:06.504Z[ recovery-image] Sep 06 04:48:05.382 INFO O| Sep 06 04:48:05.382 INFO STEP 172 (remove_files) COMPLETE
58432026-09-06T04:48:06.504Z[ recovery-image] Sep 06 04:48:05.382 INFO O| Sep 06 04:48:05.382 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-09-06T04:48:06.513Z[ recovery-image] Sep 06 04:48:05.391 INFO O| Sep 06 04:48:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58452026-09-06T04:48:06.513Z[ recovery-image] Sep 06 04:48:05.391 INFO O| Sep 06 04:48:05.391 INFO STEP 173 (remove_files) COMPLETE
58462026-09-06T04:48:06.516Z[ recovery-image] Sep 06 04:48:05.391 INFO O| Sep 06 04:48:05.391 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-09-06T04:48:06.524Z[ recovery-image] Sep 06 04:48:05.402 INFO O| Sep 06 04:48:05.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58482026-09-06T04:48:06.524Z[ recovery-image] Sep 06 04:48:05.402 INFO O| Sep 06 04:48:05.402 INFO STEP 174 (remove_files) COMPLETE
58492026-09-06T04:48:06.524Z[ recovery-image] Sep 06 04:48:05.402 INFO O| Sep 06 04:48:05.402 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-09-06T04:48:06.535Z[ recovery-image] Sep 06 04:48:05.413 INFO O| Sep 06 04:48:05.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58512026-09-06T04:48:06.535Z[ recovery-image] Sep 06 04:48:05.413 INFO O| Sep 06 04:48:05.413 INFO STEP 175 (remove_files) COMPLETE
58522026-09-06T04:48:06.538Z[ recovery-image] Sep 06 04:48:05.413 INFO O| Sep 06 04:48:05.413 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-09-06T04:48:06.545Z[ recovery-image] Sep 06 04:48:05.423 INFO O| Sep 06 04:48:05.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58542026-09-06T04:48:06.545Z[ recovery-image] Sep 06 04:48:05.423 INFO O| Sep 06 04:48:05.423 INFO STEP 176 (remove_files) COMPLETE
58552026-09-06T04:48:06.545Z[ recovery-image] Sep 06 04:48:05.423 INFO O| Sep 06 04:48:05.423 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-06T04:48:06.555Z[ recovery-image] Sep 06 04:48:05.432 INFO O| Sep 06 04:48:05.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58572026-09-06T04:48:06.555Z[ recovery-image] Sep 06 04:48:05.432 INFO O| Sep 06 04:48:05.432 INFO STEP 177 (remove_files) COMPLETE
58582026-09-06T04:48:06.558Z[ recovery-image] Sep 06 04:48:05.432 INFO O| Sep 06 04:48:05.432 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-06T04:48:06.565Z[ recovery-image] Sep 06 04:48:05.443 INFO O| Sep 06 04:48:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58602026-09-06T04:48:06.565Z[ recovery-image] Sep 06 04:48:05.443 INFO O| Sep 06 04:48:05.443 INFO STEP 178 (remove_files) COMPLETE
58612026-09-06T04:48:06.568Z[ recovery-image] Sep 06 04:48:05.443 INFO O| Sep 06 04:48:05.443 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-09-06T04:48:06.575Z[ recovery-image] Sep 06 04:48:05.453 INFO O| Sep 06 04:48:05.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58632026-09-06T04:48:06.575Z[ recovery-image] Sep 06 04:48:05.453 INFO O| Sep 06 04:48:05.453 INFO STEP 179 (remove_files) COMPLETE
58642026-09-06T04:48:06.575Z[ recovery-image] Sep 06 04:48:05.453 INFO O| Sep 06 04:48:05.453 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-09-06T04:48:06.585Z[ recovery-image] Sep 06 04:48:05.463 INFO O| Sep 06 04:48:05.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58662026-09-06T04:48:06.585Z[ recovery-image] Sep 06 04:48:05.463 INFO O| Sep 06 04:48:05.463 INFO STEP 180 (remove_files) COMPLETE
58672026-09-06T04:48:06.585Z[ recovery-image] Sep 06 04:48:05.463 INFO O| Sep 06 04:48:05.463 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-06T04:48:06.595Z[ recovery-image] Sep 06 04:48:05.473 INFO O| Sep 06 04:48:05.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58692026-09-06T04:48:06.595Z[ recovery-image] Sep 06 04:48:05.473 INFO O| Sep 06 04:48:05.473 INFO STEP 181 (remove_files) COMPLETE
58702026-09-06T04:48:06.595Z[ recovery-image] Sep 06 04:48:05.473 INFO O| Sep 06 04:48:05.473 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-06T04:48:06.599Z[verify-libraries] Compiling md5 v0.8.0
58722026-09-06T04:48:06.605Z[ recovery-image] Sep 06 04:48:05.483 INFO O| Sep 06 04:48:05.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58732026-09-06T04:48:06.605Z[ recovery-image] Sep 06 04:48:05.483 INFO O| Sep 06 04:48:05.483 INFO STEP 182 (remove_files) COMPLETE
58742026-09-06T04:48:06.608Z[ recovery-image] Sep 06 04:48:05.483 INFO O| Sep 06 04:48:05.483 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-09-06T04:48:06.615Z[ recovery-image] Sep 06 04:48:05.492 INFO O| Sep 06 04:48:05.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58762026-09-06T04:48:06.615Z[ recovery-image] Sep 06 04:48:05.492 INFO O| Sep 06 04:48:05.492 INFO STEP 183 (remove_files) COMPLETE
58772026-09-06T04:48:06.618Z[ recovery-image] Sep 06 04:48:05.492 INFO O| Sep 06 04:48:05.492 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-09-06T04:48:06.626Z[ recovery-image] Sep 06 04:48:05.504 INFO O| Sep 06 04:48:05.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58792026-09-06T04:48:06.626Z[ recovery-image] Sep 06 04:48:05.504 INFO O| Sep 06 04:48:05.504 INFO STEP 184 (remove_files) COMPLETE
58802026-09-06T04:48:06.626Z[ recovery-image] Sep 06 04:48:05.504 INFO O| Sep 06 04:48:05.504 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-06T04:48:06.637Z[ recovery-image] Sep 06 04:48:05.514 INFO O| Sep 06 04:48:05.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58822026-09-06T04:48:06.637Z[ recovery-image] Sep 06 04:48:05.515 INFO O| Sep 06 04:48:05.515 INFO STEP 185 (remove_files) COMPLETE
58832026-09-06T04:48:06.637Z[ recovery-image] Sep 06 04:48:05.515 INFO O| Sep 06 04:48:05.515 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-06T04:48:06.647Z[ recovery-image] Sep 06 04:48:05.525 INFO O| Sep 06 04:48:05.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58852026-09-06T04:48:06.647Z[ recovery-image] Sep 06 04:48:05.525 INFO O| Sep 06 04:48:05.525 INFO STEP 186 (remove_files) COMPLETE
58862026-09-06T04:48:06.650Z[ recovery-image] Sep 06 04:48:05.525 INFO O| Sep 06 04:48:05.525 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-06T04:48:06.658Z[ recovery-image] Sep 06 04:48:05.535 INFO O| Sep 06 04:48:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58882026-09-06T04:48:06.658Z[ recovery-image] Sep 06 04:48:05.536 INFO O| Sep 06 04:48:05.536 INFO STEP 187 (remove_files) COMPLETE
58892026-09-06T04:48:06.658Z[ recovery-image] Sep 06 04:48:05.536 INFO O| Sep 06 04:48:05.536 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-06T04:48:06.668Z[ recovery-image] Sep 06 04:48:05.546 INFO O| Sep 06 04:48:05.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58912026-09-06T04:48:06.668Z[ recovery-image] Sep 06 04:48:05.546 INFO O| Sep 06 04:48:05.546 INFO STEP 188 (remove_files) COMPLETE
58922026-09-06T04:48:06.671Z[ recovery-image] Sep 06 04:48:05.546 INFO O| Sep 06 04:48:05.546 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-06T04:48:06.678Z[ recovery-image] Sep 06 04:48:05.556 INFO O| Sep 06 04:48:05.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58942026-09-06T04:48:06.678Z[ recovery-image] Sep 06 04:48:05.556 INFO O| Sep 06 04:48:05.556 INFO STEP 189 (remove_files) COMPLETE
58952026-09-06T04:48:06.681Z[ recovery-image] Sep 06 04:48:05.556 INFO O| Sep 06 04:48:05.556 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-06T04:48:06.689Z[ recovery-image] Sep 06 04:48:05.567 INFO O| Sep 06 04:48:05.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58972026-09-06T04:48:06.689Z[ recovery-image] Sep 06 04:48:05.567 INFO O| Sep 06 04:48:05.566 INFO STEP 190 (remove_files) COMPLETE
58982026-09-06T04:48:06.692Z[ recovery-image] Sep 06 04:48:05.567 INFO O| Sep 06 04:48:05.566 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-06T04:48:06.697Z[ recovery-image] Sep 06 04:48:05.575 INFO O| Sep 06 04:48:05.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59002026-09-06T04:48:06.697Z[ recovery-image] Sep 06 04:48:05.575 INFO O| Sep 06 04:48:05.575 INFO STEP 191 (remove_files) COMPLETE
59012026-09-06T04:48:06.697Z[ recovery-image] Sep 06 04:48:05.575 INFO O| Sep 06 04:48:05.575 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-06T04:48:06.708Z[ recovery-image] Sep 06 04:48:05.586 INFO O| Sep 06 04:48:05.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59032026-09-06T04:48:06.708Z[ recovery-image] Sep 06 04:48:05.586 INFO O| Sep 06 04:48:05.586 INFO STEP 192 (remove_files) COMPLETE
59042026-09-06T04:48:06.708Z[ recovery-image] Sep 06 04:48:05.586 INFO O| Sep 06 04:48:05.586 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-06T04:48:06.719Z[ recovery-image] Sep 06 04:48:05.597 INFO O| Sep 06 04:48:05.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59062026-09-06T04:48:06.719Z[ recovery-image] Sep 06 04:48:05.597 INFO O| Sep 06 04:48:05.597 INFO STEP 193 (remove_files) COMPLETE
59072026-09-06T04:48:06.719Z[ recovery-image] Sep 06 04:48:05.597 INFO O| Sep 06 04:48:05.597 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-06T04:48:06.729Z[ recovery-image] Sep 06 04:48:05.607 INFO O| Sep 06 04:48:05.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59092026-09-06T04:48:06.729Z[ recovery-image] Sep 06 04:48:05.607 INFO O| Sep 06 04:48:05.607 INFO STEP 194 (remove_files) COMPLETE
59102026-09-06T04:48:06.732Z[ recovery-image] Sep 06 04:48:05.607 INFO O| Sep 06 04:48:05.607 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-06T04:48:06.738Z[ recovery-image] Sep 06 04:48:05.616 INFO O| Sep 06 04:48:05.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59122026-09-06T04:48:06.738Z[ recovery-image] Sep 06 04:48:05.616 INFO O| Sep 06 04:48:05.616 INFO STEP 195 (remove_files) COMPLETE
59132026-09-06T04:48:06.738Z[ recovery-image] Sep 06 04:48:05.616 INFO O| Sep 06 04:48:05.616 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-06T04:48:06.749Z[ recovery-image] Sep 06 04:48:05.626 INFO O| Sep 06 04:48:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59152026-09-06T04:48:06.749Z[ recovery-image] Sep 06 04:48:05.626 INFO O| Sep 06 04:48:05.626 INFO STEP 196 (remove_files) COMPLETE
59162026-09-06T04:48:06.749Z[ recovery-image] Sep 06 04:48:05.626 INFO O| Sep 06 04:48:05.626 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-09-06T04:48:06.759Z[ recovery-image] Sep 06 04:48:05.637 INFO O| Sep 06 04:48:05.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59182026-09-06T04:48:06.759Z[ recovery-image] Sep 06 04:48:05.637 INFO O| Sep 06 04:48:05.637 INFO STEP 197 (remove_files) COMPLETE
59192026-09-06T04:48:06.759Z[ recovery-image] Sep 06 04:48:05.637 INFO O| Sep 06 04:48:05.637 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-06T04:48:06.770Z[ recovery-image] Sep 06 04:48:05.648 INFO O| Sep 06 04:48:05.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59212026-09-06T04:48:06.770Z[ recovery-image] Sep 06 04:48:05.648 INFO O| Sep 06 04:48:05.648 INFO STEP 198 (remove_files) COMPLETE
59222026-09-06T04:48:06.770Z[ recovery-image] Sep 06 04:48:05.648 INFO O| Sep 06 04:48:05.648 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-06T04:48:06.780Z[ recovery-image] Sep 06 04:48:05.658 INFO O| Sep 06 04:48:05.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59242026-09-06T04:48:06.780Z[ recovery-image] Sep 06 04:48:05.658 INFO O| Sep 06 04:48:05.658 INFO STEP 199 (remove_files) COMPLETE
59252026-09-06T04:48:06.780Z[ recovery-image] Sep 06 04:48:05.658 INFO O| Sep 06 04:48:05.658 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-06T04:48:06.790Z[ recovery-image] Sep 06 04:48:05.668 INFO O| Sep 06 04:48:05.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59272026-09-06T04:48:06.790Z[ recovery-image] Sep 06 04:48:05.668 INFO O| Sep 06 04:48:05.668 INFO STEP 200 (remove_files) COMPLETE
59282026-09-06T04:48:06.790Z[ recovery-image] Sep 06 04:48:05.668 INFO O| Sep 06 04:48:05.668 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-09-06T04:48:06.801Z[ recovery-image] Sep 06 04:48:05.678 INFO O| Sep 06 04:48:05.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59302026-09-06T04:48:06.801Z[ recovery-image] Sep 06 04:48:05.678 INFO O| Sep 06 04:48:05.678 INFO STEP 201 (remove_files) COMPLETE
59312026-09-06T04:48:06.801Z[ recovery-image] Sep 06 04:48:05.678 INFO O| Sep 06 04:48:05.678 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-06T04:48:06.810Z[ recovery-image] Sep 06 04:48:05.687 INFO O| Sep 06 04:48:05.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59332026-09-06T04:48:06.810Z[ recovery-image] Sep 06 04:48:05.688 INFO O| Sep 06 04:48:05.687 INFO STEP 202 (remove_files) COMPLETE
59342026-09-06T04:48:06.813Z[ recovery-image] Sep 06 04:48:05.688 INFO O| Sep 06 04:48:05.687 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-09-06T04:48:06.818Z[ recovery-image] Sep 06 04:48:05.696 INFO O| Sep 06 04:48:05.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59362026-09-06T04:48:06.818Z[ recovery-image] Sep 06 04:48:05.696 INFO O| Sep 06 04:48:05.696 INFO STEP 203 (remove_files) COMPLETE
59372026-09-06T04:48:06.821Z[ recovery-image] Sep 06 04:48:05.696 INFO O| Sep 06 04:48:05.696 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-09-06T04:48:06.828Z[ recovery-image] Sep 06 04:48:05.706 INFO O| Sep 06 04:48:05.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59392026-09-06T04:48:06.828Z[ recovery-image] Sep 06 04:48:05.706 INFO O| Sep 06 04:48:05.706 INFO STEP 204 (remove_files) COMPLETE
59402026-09-06T04:48:06.828Z[ recovery-image] Sep 06 04:48:05.706 INFO O| Sep 06 04:48:05.706 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-09-06T04:48:06.838Z[ recovery-image] Sep 06 04:48:05.716 INFO O| Sep 06 04:48:05.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59422026-09-06T04:48:06.841Z[ recovery-image] Sep 06 04:48:05.717 INFO O| Sep 06 04:48:05.716 INFO STEP 205 (remove_files) COMPLETE
59432026-09-06T04:48:06.841Z[ recovery-image] Sep 06 04:48:05.717 INFO O| Sep 06 04:48:05.716 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-06T04:48:06.848Z[ recovery-image] Sep 06 04:48:05.726 INFO O| Sep 06 04:48:05.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59452026-09-06T04:48:06.851Z[ recovery-image] Sep 06 04:48:05.726 INFO O| Sep 06 04:48:05.726 INFO STEP 206 (remove_files) COMPLETE
59462026-09-06T04:48:06.851Z[ recovery-image] Sep 06 04:48:05.726 INFO O| Sep 06 04:48:05.726 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-06T04:48:06.858Z[ recovery-image] Sep 06 04:48:05.736 INFO O| Sep 06 04:48:05.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59482026-09-06T04:48:06.858Z[ recovery-image] Sep 06 04:48:05.736 INFO O| Sep 06 04:48:05.736 INFO STEP 207 (remove_files) COMPLETE
59492026-09-06T04:48:06.858Z[ recovery-image] Sep 06 04:48:05.736 INFO O| Sep 06 04:48:05.736 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-06T04:48:06.869Z[ recovery-image] Sep 06 04:48:05.746 INFO O| Sep 06 04:48:05.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59512026-09-06T04:48:06.869Z[ recovery-image] Sep 06 04:48:05.746 INFO O| Sep 06 04:48:05.746 INFO STEP 208 (remove_files) COMPLETE
59522026-09-06T04:48:06.869Z[ recovery-image] Sep 06 04:48:05.746 INFO O| Sep 06 04:48:05.746 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-06T04:48:06.878Z[ recovery-image] Sep 06 04:48:05.756 INFO O| Sep 06 04:48:05.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59542026-09-06T04:48:06.878Z[ recovery-image] Sep 06 04:48:05.756 INFO O| Sep 06 04:48:05.756 INFO STEP 209 (remove_files) COMPLETE
59552026-09-06T04:48:06.878Z[ recovery-image] Sep 06 04:48:05.756 INFO O| Sep 06 04:48:05.756 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-06T04:48:06.889Z[ recovery-image] Sep 06 04:48:05.767 INFO O| Sep 06 04:48:05.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59572026-09-06T04:48:06.889Z[ recovery-image] Sep 06 04:48:05.767 INFO O| Sep 06 04:48:05.767 INFO STEP 210 (remove_files) COMPLETE
59582026-09-06T04:48:06.889Z[ recovery-image] Sep 06 04:48:05.767 INFO O| Sep 06 04:48:05.767 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-06T04:48:06.898Z[ recovery-image] Sep 06 04:48:05.776 INFO O| Sep 06 04:48:05.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59602026-09-06T04:48:06.898Z[ recovery-image] Sep 06 04:48:05.776 INFO O| Sep 06 04:48:05.776 INFO STEP 211 (remove_files) COMPLETE
59612026-09-06T04:48:06.899Z[ recovery-image] Sep 06 04:48:05.776 INFO O| Sep 06 04:48:05.776 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-06T04:48:06.907Z[ recovery-image] Sep 06 04:48:05.785 INFO O| Sep 06 04:48:05.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59632026-09-06T04:48:06.907Z[ recovery-image] Sep 06 04:48:05.785 INFO O| Sep 06 04:48:05.785 INFO STEP 212 (remove_files) COMPLETE
59642026-09-06T04:48:06.907Z[ recovery-image] Sep 06 04:48:05.785 INFO O| Sep 06 04:48:05.785 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-06T04:48:06.916Z[ recovery-image] Sep 06 04:48:05.794 INFO O| Sep 06 04:48:05.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59662026-09-06T04:48:06.916Z[ recovery-image] Sep 06 04:48:05.794 INFO O| Sep 06 04:48:05.794 INFO STEP 213 (remove_files) COMPLETE
59672026-09-06T04:48:06.919Z[ recovery-image] Sep 06 04:48:05.794 INFO O| Sep 06 04:48:05.794 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-06T04:48:06.927Z[ recovery-image] Sep 06 04:48:05.805 INFO O| Sep 06 04:48:05.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59692026-09-06T04:48:06.927Z[ recovery-image] Sep 06 04:48:05.805 INFO O| Sep 06 04:48:05.805 INFO STEP 214 (remove_files) COMPLETE
59702026-09-06T04:48:06.927Z[ recovery-image] Sep 06 04:48:05.805 INFO O| Sep 06 04:48:05.805 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-06T04:48:06.938Z[ recovery-image] Sep 06 04:48:05.816 INFO O| Sep 06 04:48:05.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59722026-09-06T04:48:06.938Z[ recovery-image] Sep 06 04:48:05.816 INFO O| Sep 06 04:48:05.816 INFO STEP 215 (remove_files) COMPLETE
59732026-09-06T04:48:06.938Z[ recovery-image] Sep 06 04:48:05.816 INFO O| Sep 06 04:48:05.816 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-06T04:48:06.949Z[ recovery-image] Sep 06 04:48:05.826 INFO O| Sep 06 04:48:05.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59752026-09-06T04:48:06.949Z[ recovery-image] Sep 06 04:48:05.826 INFO O| Sep 06 04:48:05.826 INFO STEP 216 (remove_files) COMPLETE
59762026-09-06T04:48:06.949Z[ recovery-image] Sep 06 04:48:05.826 INFO O| Sep 06 04:48:05.826 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-06T04:48:06.960Z[ recovery-image] Sep 06 04:48:05.838 INFO O| Sep 06 04:48:05.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59782026-09-06T04:48:06.960Z[ recovery-image] Sep 06 04:48:05.838 INFO O| Sep 06 04:48:05.838 INFO STEP 217 (remove_files) COMPLETE
59792026-09-06T04:48:06.960Z[ recovery-image] Sep 06 04:48:05.838 INFO O| Sep 06 04:48:05.838 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-06T04:48:06.965Z[verify-libraries] Compiling hex-literal v1.1.0
59812026-09-06T04:48:06.972Z[ recovery-image] Sep 06 04:48:05.849 INFO O| Sep 06 04:48:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59822026-09-06T04:48:06.972Z[ recovery-image] Sep 06 04:48:05.849 INFO O| Sep 06 04:48:05.849 INFO STEP 218 (remove_files) COMPLETE
59832026-09-06T04:48:06.973Z[ recovery-image] Sep 06 04:48:05.849 INFO O| Sep 06 04:48:05.849 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-06T04:48:06.982Z[ recovery-image] Sep 06 04:48:05.859 INFO O| Sep 06 04:48:05.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59852026-09-06T04:48:06.982Z[ recovery-image] Sep 06 04:48:05.859 INFO O| Sep 06 04:48:05.859 INFO STEP 219 (remove_files) COMPLETE
59862026-09-06T04:48:06.982Z[ recovery-image] Sep 06 04:48:05.859 INFO O| Sep 06 04:48:05.859 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-06T04:48:06.992Z[ recovery-image] Sep 06 04:48:05.870 INFO O| Sep 06 04:48:05.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59882026-09-06T04:48:06.992Z[ recovery-image] Sep 06 04:48:05.870 INFO O| Sep 06 04:48:05.870 INFO STEP 220 (remove_files) COMPLETE
59892026-09-06T04:48:06.992Z[ recovery-image] Sep 06 04:48:05.870 INFO O| Sep 06 04:48:05.870 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-06T04:48:07.006Z[ recovery-image] Sep 06 04:48:05.883 INFO O| Sep 06 04:48:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59912026-09-06T04:48:07.006Z[ recovery-image] Sep 06 04:48:05.883 INFO O| Sep 06 04:48:05.881 INFO STEP 221 (remove_files) COMPLETE
59922026-09-06T04:48:07.009Z[ recovery-image] Sep 06 04:48:05.883 INFO O| Sep 06 04:48:05.881 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-06T04:48:07.019Z[ recovery-image] Sep 06 04:48:05.897 INFO O| Sep 06 04:48:05.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59942026-09-06T04:48:07.019Z[ recovery-image] Sep 06 04:48:05.897 INFO O| Sep 06 04:48:05.897 INFO STEP 222 (remove_files) COMPLETE
59952026-09-06T04:48:07.019Z[ recovery-image] Sep 06 04:48:05.897 INFO O| Sep 06 04:48:05.897 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-06T04:48:07.031Z[ recovery-image] Sep 06 04:48:05.909 INFO O| Sep 06 04:48:05.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59972026-09-06T04:48:07.031Z[ recovery-image] Sep 06 04:48:05.909 INFO O| Sep 06 04:48:05.909 INFO STEP 223 (remove_files) COMPLETE
59982026-09-06T04:48:07.031Z[ recovery-image] Sep 06 04:48:05.909 INFO O| Sep 06 04:48:05.909 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-06T04:48:07.055Z[ recovery-image] Sep 06 04:48:05.932 INFO O| Sep 06 04:48:05.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60002026-09-06T04:48:07.058Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60012026-09-06T04:48:07.058Z[ recovery-image] Sep 06 04:48:05.934 INFO O| Sep 06 04:48:05.934 INFO STEP 224 (remove_files) COMPLETE
60022026-09-06T04:48:07.058Z[ recovery-image] Sep 06 04:48:05.934 INFO O| Sep 06 04:48:05.934 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-09-06T04:48:07.068Z[ recovery-image] Sep 06 04:48:05.945 INFO O| Sep 06 04:48:05.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60042026-09-06T04:48:07.068Z[ recovery-image] Sep 06 04:48:05.945 INFO O| Sep 06 04:48:05.945 INFO STEP 225 (remove_files) COMPLETE
60052026-09-06T04:48:07.071Z[ recovery-image] Sep 06 04:48:05.945 INFO O| Sep 06 04:48:05.945 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-09-06T04:48:07.076Z[ recovery-image] Sep 06 04:48:05.954 INFO O| Sep 06 04:48:05.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60072026-09-06T04:48:07.076Z[ recovery-image] Sep 06 04:48:05.954 INFO O| Sep 06 04:48:05.954 INFO STEP 226 (remove_files) COMPLETE
60082026-09-06T04:48:07.076Z[ recovery-image] Sep 06 04:48:05.954 INFO O| Sep 06 04:48:05.954 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-09-06T04:48:07.084Z[ recovery-image] Sep 06 04:48:05.962 INFO O| Sep 06 04:48:05.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60102026-09-06T04:48:07.084Z[ recovery-image] Sep 06 04:48:05.962 INFO O| Sep 06 04:48:05.962 INFO STEP 227 (remove_files) COMPLETE
60112026-09-06T04:48:07.084Z[ recovery-image] Sep 06 04:48:05.962 INFO O| Sep 06 04:48:05.962 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-09-06T04:48:07.103Z[ recovery-image] Sep 06 04:48:05.977 INFO O| Sep 06 04:48:05.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60132026-09-06T04:48:07.103Z[ recovery-image] Sep 06 04:48:05.977 INFO O| Sep 06 04:48:05.977 INFO STEP 228 (remove_files) COMPLETE
60142026-09-06T04:48:07.103Z[ recovery-image] Sep 06 04:48:05.977 INFO O| Sep 06 04:48:05.977 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-09-06T04:48:07.108Z[ recovery-image] Sep 06 04:48:05.986 INFO O| Sep 06 04:48:05.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60162026-09-06T04:48:07.111Z[ recovery-image] Sep 06 04:48:05.988 INFO O| Sep 06 04:48:05.988 INFO STEP 229 (remove_files) COMPLETE
60172026-09-06T04:48:07.111Z[ recovery-image] Sep 06 04:48:05.988 INFO O| Sep 06 04:48:05.988 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-09-06T04:48:07.124Z[ recovery-image] Sep 06 04:48:06.002 INFO O| Sep 06 04:48:06.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60192026-09-06T04:48:07.130Z[ recovery-image] Sep 06 04:48:06.002 INFO O| Sep 06 04:48:06.002 INFO STEP 230 (remove_files) COMPLETE
60202026-09-06T04:48:07.130Z[ recovery-image] Sep 06 04:48:06.002 INFO O| Sep 06 04:48:06.002 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-09-06T04:48:07.130Z[verify-libraries] Compiling russh v0.62.4
60222026-09-06T04:48:07.151Z[ recovery-image] Sep 06 04:48:06.029 INFO O| Sep 06 04:48:06.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60232026-09-06T04:48:07.151Z[ recovery-image] Sep 06 04:48:06.029 INFO O| Sep 06 04:48:06.029 INFO STEP 231 (remove_files) COMPLETE
60242026-09-06T04:48:07.151Z[ recovery-image] Sep 06 04:48:06.029 INFO O| Sep 06 04:48:06.029 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-06T04:48:07.162Z[ recovery-image] Sep 06 04:48:06.039 INFO O| Sep 06 04:48:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60262026-09-06T04:48:07.162Z[ recovery-image] Sep 06 04:48:06.039 INFO O| Sep 06 04:48:06.039 INFO STEP 232 (remove_files) COMPLETE
60272026-09-06T04:48:07.162Z[ recovery-image] Sep 06 04:48:06.039 INFO O| Sep 06 04:48:06.039 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-06T04:48:07.176Z[ recovery-image] Sep 06 04:48:06.054 INFO O| Sep 06 04:48:06.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60292026-09-06T04:48:07.180Z[ recovery-image] Sep 06 04:48:06.054 INFO O| Sep 06 04:48:06.054 INFO STEP 233 (remove_files) COMPLETE
60302026-09-06T04:48:07.180Z[ recovery-image] Sep 06 04:48:06.054 INFO O| Sep 06 04:48:06.054 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-06T04:48:07.185Z[ recovery-image] Sep 06 04:48:06.063 INFO O| Sep 06 04:48:06.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60322026-09-06T04:48:07.185Z[ recovery-image] Sep 06 04:48:06.063 INFO O| Sep 06 04:48:06.063 INFO STEP 234 (remove_files) COMPLETE
60332026-09-06T04:48:07.188Z[ recovery-image] Sep 06 04:48:06.063 INFO O| Sep 06 04:48:06.063 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-06T04:48:07.195Z[ recovery-image] Sep 06 04:48:06.073 INFO O| Sep 06 04:48:06.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60352026-09-06T04:48:07.195Z[ recovery-image] Sep 06 04:48:06.073 INFO O| Sep 06 04:48:06.073 INFO STEP 235 (remove_files) COMPLETE
60362026-09-06T04:48:07.198Z[ recovery-image] Sep 06 04:48:06.073 INFO O| Sep 06 04:48:06.073 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-06T04:48:07.205Z[ recovery-image] Sep 06 04:48:06.083 INFO O| Sep 06 04:48:06.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60382026-09-06T04:48:07.205Z[ recovery-image] Sep 06 04:48:06.083 INFO O| Sep 06 04:48:06.083 INFO STEP 236 (remove_files) COMPLETE
60392026-09-06T04:48:07.205Z[ recovery-image] Sep 06 04:48:06.083 INFO O| Sep 06 04:48:06.083 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-06T04:48:07.215Z[ recovery-image] Sep 06 04:48:06.093 INFO O| Sep 06 04:48:06.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60412026-09-06T04:48:07.215Z[ recovery-image] Sep 06 04:48:06.093 INFO O| Sep 06 04:48:06.093 INFO STEP 237 (remove_files) COMPLETE
60422026-09-06T04:48:07.215Z[ recovery-image] Sep 06 04:48:06.093 INFO O| Sep 06 04:48:06.093 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-06T04:48:07.226Z[ recovery-image] Sep 06 04:48:06.103 INFO O| Sep 06 04:48:06.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60442026-09-06T04:48:07.226Z[ recovery-image] Sep 06 04:48:06.103 INFO O| Sep 06 04:48:06.103 INFO STEP 238 (remove_files) COMPLETE
60452026-09-06T04:48:07.226Z[ recovery-image] Sep 06 04:48:06.103 INFO O| Sep 06 04:48:06.103 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-06T04:48:07.229Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
60472026-09-06T04:48:07.236Z[ recovery-image] Sep 06 04:48:06.113 INFO O| Sep 06 04:48:06.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60482026-09-06T04:48:07.236Z[ recovery-image] Sep 06 04:48:06.113 INFO O| Sep 06 04:48:06.113 INFO STEP 239 (remove_files) COMPLETE
60492026-09-06T04:48:07.236Z[ recovery-image] Sep 06 04:48:06.113 INFO O| Sep 06 04:48:06.113 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-09-06T04:48:07.246Z[ recovery-image] Sep 06 04:48:06.124 INFO O| Sep 06 04:48:06.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60512026-09-06T04:48:07.246Z[ recovery-image] Sep 06 04:48:06.124 INFO O| Sep 06 04:48:06.124 INFO STEP 240 (remove_files) COMPLETE
60522026-09-06T04:48:07.246Z[ recovery-image] Sep 06 04:48:06.124 INFO O| Sep 06 04:48:06.124 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-09-06T04:48:07.256Z[ recovery-image] Sep 06 04:48:06.134 INFO O| Sep 06 04:48:06.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60542026-09-06T04:48:07.256Z[ recovery-image] Sep 06 04:48:06.134 INFO O| Sep 06 04:48:06.134 INFO STEP 241 (remove_files) COMPLETE
60552026-09-06T04:48:07.257Z[ recovery-image] Sep 06 04:48:06.134 INFO O| Sep 06 04:48:06.134 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-09-06T04:48:07.267Z[ recovery-image] Sep 06 04:48:06.144 INFO O| Sep 06 04:48:06.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60572026-09-06T04:48:07.267Z[ recovery-image] Sep 06 04:48:06.144 INFO O| Sep 06 04:48:06.144 INFO STEP 242 (remove_files) COMPLETE
60582026-09-06T04:48:07.270Z[ recovery-image] Sep 06 04:48:06.144 INFO O| Sep 06 04:48:06.144 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-09-06T04:48:07.277Z[ recovery-image] Sep 06 04:48:06.155 INFO O| Sep 06 04:48:06.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60602026-09-06T04:48:07.277Z[ recovery-image] Sep 06 04:48:06.155 INFO O| Sep 06 04:48:06.155 INFO STEP 243 (remove_files) COMPLETE
60612026-09-06T04:48:07.277Z[ recovery-image] Sep 06 04:48:06.155 INFO O| Sep 06 04:48:06.155 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-09-06T04:48:07.287Z[ recovery-image] Sep 06 04:48:06.164 INFO O| Sep 06 04:48:06.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60632026-09-06T04:48:07.287Z[ recovery-image] Sep 06 04:48:06.164 INFO O| Sep 06 04:48:06.164 INFO STEP 244 (remove_files) COMPLETE
60642026-09-06T04:48:07.287Z[ recovery-image] Sep 06 04:48:06.164 INFO O| Sep 06 04:48:06.164 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-09-06T04:48:07.296Z[ recovery-image] Sep 06 04:48:06.174 INFO O| Sep 06 04:48:06.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60662026-09-06T04:48:07.296Z[ recovery-image] Sep 06 04:48:06.174 INFO O| Sep 06 04:48:06.174 INFO STEP 245 (remove_files) COMPLETE
60672026-09-06T04:48:07.296Z[ recovery-image] Sep 06 04:48:06.174 INFO O| Sep 06 04:48:06.174 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-09-06T04:48:07.306Z[ recovery-image] Sep 06 04:48:06.184 INFO O| Sep 06 04:48:06.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60692026-09-06T04:48:07.306Z[ recovery-image] Sep 06 04:48:06.184 INFO O| Sep 06 04:48:06.184 INFO STEP 246 (remove_files) COMPLETE
60702026-09-06T04:48:07.306Z[ recovery-image] Sep 06 04:48:06.184 INFO O| Sep 06 04:48:06.184 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-09-06T04:48:07.316Z[ recovery-image] Sep 06 04:48:06.194 INFO O| Sep 06 04:48:06.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60722026-09-06T04:48:07.317Z[ recovery-image] Sep 06 04:48:06.194 INFO O| Sep 06 04:48:06.194 INFO STEP 247 (remove_files) COMPLETE
60732026-09-06T04:48:07.317Z[ recovery-image] Sep 06 04:48:06.194 INFO O| Sep 06 04:48:06.194 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-09-06T04:48:07.327Z[ recovery-image] Sep 06 04:48:06.205 INFO O| Sep 06 04:48:06.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60752026-09-06T04:48:07.327Z[ recovery-image] Sep 06 04:48:06.205 INFO O| Sep 06 04:48:06.205 INFO STEP 248 (remove_files) COMPLETE
60762026-09-06T04:48:07.327Z[ recovery-image] Sep 06 04:48:06.205 INFO O| Sep 06 04:48:06.205 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-09-06T04:48:07.339Z[ recovery-image] Sep 06 04:48:06.217 INFO O| Sep 06 04:48:06.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60782026-09-06T04:48:07.339Z[ recovery-image] Sep 06 04:48:06.217 INFO O| Sep 06 04:48:06.217 INFO STEP 249 (remove_files) COMPLETE
60792026-09-06T04:48:07.339Z[ recovery-image] Sep 06 04:48:06.217 INFO O| Sep 06 04:48:06.217 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-09-06T04:48:07.350Z[ recovery-image] Sep 06 04:48:06.228 INFO O| Sep 06 04:48:06.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60812026-09-06T04:48:07.353Z[ recovery-image] Sep 06 04:48:06.229 INFO O| Sep 06 04:48:06.228 INFO STEP 250 (remove_files) COMPLETE
60822026-09-06T04:48:07.353Z[ recovery-image] Sep 06 04:48:06.229 INFO O| Sep 06 04:48:06.228 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-09-06T04:48:07.360Z[ recovery-image] Sep 06 04:48:06.238 INFO O| Sep 06 04:48:06.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60842026-09-06T04:48:07.360Z[ recovery-image] Sep 06 04:48:06.238 INFO O| Sep 06 04:48:06.238 INFO STEP 251 (remove_files) COMPLETE
60852026-09-06T04:48:07.363Z[ recovery-image] Sep 06 04:48:06.238 INFO O| Sep 06 04:48:06.238 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-09-06T04:48:07.370Z[ recovery-image] Sep 06 04:48:06.248 INFO O| Sep 06 04:48:06.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60872026-09-06T04:48:07.370Z[ recovery-image] Sep 06 04:48:06.248 INFO O| Sep 06 04:48:06.248 INFO STEP 252 (remove_files) COMPLETE
60882026-09-06T04:48:07.373Z[ recovery-image] Sep 06 04:48:06.248 INFO O| Sep 06 04:48:06.248 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-09-06T04:48:07.382Z[ recovery-image] Sep 06 04:48:06.259 INFO O| Sep 06 04:48:06.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60902026-09-06T04:48:07.382Z[ recovery-image] Sep 06 04:48:06.260 INFO O| Sep 06 04:48:06.260 INFO STEP 253 (remove_files) COMPLETE
60912026-09-06T04:48:07.382Z[ recovery-image] Sep 06 04:48:06.260 INFO O| Sep 06 04:48:06.260 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-09-06T04:48:07.386Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
60932026-09-06T04:48:07.392Z[ recovery-image] Sep 06 04:48:06.270 INFO O| Sep 06 04:48:06.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60942026-09-06T04:48:07.393Z[ recovery-image] Sep 06 04:48:06.270 INFO O| Sep 06 04:48:06.270 INFO STEP 254 (remove_files) COMPLETE
60952026-09-06T04:48:07.395Z[ recovery-image] Sep 06 04:48:06.270 INFO O| Sep 06 04:48:06.270 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-06T04:48:07.403Z[ recovery-image] Sep 06 04:48:06.281 INFO O| Sep 06 04:48:06.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60972026-09-06T04:48:07.403Z[ recovery-image] Sep 06 04:48:06.281 INFO O| Sep 06 04:48:06.281 INFO STEP 255 (remove_files) COMPLETE
60982026-09-06T04:48:07.403Z[ recovery-image] Sep 06 04:48:06.281 INFO O| Sep 06 04:48:06.281 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-06T04:48:07.415Z[ recovery-image] Sep 06 04:48:06.292 INFO O| Sep 06 04:48:06.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61002026-09-06T04:48:07.415Z[ recovery-image] Sep 06 04:48:06.292 INFO O| Sep 06 04:48:06.292 INFO STEP 256 (remove_files) COMPLETE
61012026-09-06T04:48:07.415Z[ recovery-image] Sep 06 04:48:06.292 INFO O| Sep 06 04:48:06.292 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-09-06T04:48:07.426Z[ recovery-image] Sep 06 04:48:06.303 INFO O| Sep 06 04:48:06.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61032026-09-06T04:48:07.426Z[ recovery-image] Sep 06 04:48:06.303 INFO O| Sep 06 04:48:06.303 INFO STEP 257 (remove_files) COMPLETE
61042026-09-06T04:48:07.426Z[ recovery-image] Sep 06 04:48:06.303 INFO O| Sep 06 04:48:06.303 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-09-06T04:48:07.435Z[ recovery-image] Sep 06 04:48:06.312 INFO O| Sep 06 04:48:06.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61062026-09-06T04:48:07.435Z[ recovery-image] Sep 06 04:48:06.313 INFO O| Sep 06 04:48:06.313 INFO STEP 258 (remove_files) COMPLETE
61072026-09-06T04:48:07.435Z[ recovery-image] Sep 06 04:48:06.313 INFO O| Sep 06 04:48:06.313 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-09-06T04:48:07.443Z[ recovery-image] Sep 06 04:48:06.321 INFO O| Sep 06 04:48:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61092026-09-06T04:48:07.443Z[ recovery-image] Sep 06 04:48:06.321 INFO O| Sep 06 04:48:06.321 INFO STEP 259 (remove_files) COMPLETE
61102026-09-06T04:48:07.443Z[ recovery-image] Sep 06 04:48:06.321 INFO O| Sep 06 04:48:06.321 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-09-06T04:48:07.454Z[ recovery-image] Sep 06 04:48:06.331 INFO O| Sep 06 04:48:06.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61122026-09-06T04:48:07.454Z[ recovery-image] Sep 06 04:48:06.331 INFO O| Sep 06 04:48:06.331 INFO STEP 260 (remove_files) COMPLETE
61132026-09-06T04:48:07.454Z[ recovery-image] Sep 06 04:48:06.331 INFO O| Sep 06 04:48:06.331 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-09-06T04:48:07.466Z[ recovery-image] Sep 06 04:48:06.342 INFO O| Sep 06 04:48:06.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61152026-09-06T04:48:07.466Z[ recovery-image] Sep 06 04:48:06.342 INFO O| Sep 06 04:48:06.342 INFO STEP 261 (remove_files) COMPLETE
61162026-09-06T04:48:07.466Z[ recovery-image] Sep 06 04:48:06.342 INFO O| Sep 06 04:48:06.342 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-09-06T04:48:07.476Z[ recovery-image] Sep 06 04:48:06.354 INFO O| Sep 06 04:48:06.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61182026-09-06T04:48:07.476Z[ recovery-image] Sep 06 04:48:06.354 INFO O| Sep 06 04:48:06.354 INFO STEP 262 (remove_files) COMPLETE
61192026-09-06T04:48:07.476Z[ recovery-image] Sep 06 04:48:06.354 INFO O| Sep 06 04:48:06.354 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-09-06T04:48:07.485Z[ recovery-image] Sep 06 04:48:06.362 INFO O| Sep 06 04:48:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61212026-09-06T04:48:07.485Z[ recovery-image] Sep 06 04:48:06.363 INFO O| Sep 06 04:48:06.362 INFO STEP 263 (remove_files) COMPLETE
61222026-09-06T04:48:07.485Z[ recovery-image] Sep 06 04:48:06.363 INFO O| Sep 06 04:48:06.362 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-09-06T04:48:07.493Z[ recovery-image] Sep 06 04:48:06.371 INFO O| Sep 06 04:48:06.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61242026-09-06T04:48:07.493Z[ recovery-image] Sep 06 04:48:06.371 INFO O| Sep 06 04:48:06.371 INFO STEP 264 (remove_files) COMPLETE
61252026-09-06T04:48:07.493Z[ recovery-image] Sep 06 04:48:06.371 INFO O| Sep 06 04:48:06.371 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-09-06T04:48:07.502Z[ recovery-image] Sep 06 04:48:06.380 INFO O| Sep 06 04:48:06.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61272026-09-06T04:48:07.502Z[ recovery-image] Sep 06 04:48:06.380 INFO O| Sep 06 04:48:06.380 INFO STEP 265 (remove_files) COMPLETE
61282026-09-06T04:48:07.505Z[ recovery-image] Sep 06 04:48:06.380 INFO O| Sep 06 04:48:06.380 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-09-06T04:48:07.512Z[ recovery-image] Sep 06 04:48:06.390 INFO O| Sep 06 04:48:06.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61302026-09-06T04:48:07.512Z[ recovery-image] Sep 06 04:48:06.390 INFO O| Sep 06 04:48:06.390 INFO STEP 266 (remove_files) COMPLETE
61312026-09-06T04:48:07.515Z[ recovery-image] Sep 06 04:48:06.390 INFO O| Sep 06 04:48:06.390 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-09-06T04:48:07.520Z[ recovery-image] Sep 06 04:48:06.398 INFO O| Sep 06 04:48:06.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61332026-09-06T04:48:07.520Z[ recovery-image] Sep 06 04:48:06.398 INFO O| Sep 06 04:48:06.398 INFO STEP 267 (remove_files) COMPLETE
61342026-09-06T04:48:07.523Z[ recovery-image] Sep 06 04:48:06.398 INFO O| Sep 06 04:48:06.398 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-09-06T04:48:07.529Z[ recovery-image] Sep 06 04:48:06.407 INFO O| Sep 06 04:48:06.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61362026-09-06T04:48:07.529Z[ recovery-image] Sep 06 04:48:06.407 INFO O| Sep 06 04:48:06.407 INFO STEP 268 (remove_files) COMPLETE
61372026-09-06T04:48:07.532Z[ recovery-image] Sep 06 04:48:06.407 INFO O| Sep 06 04:48:06.407 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-09-06T04:48:07.539Z[ recovery-image] Sep 06 04:48:06.416 INFO O| Sep 06 04:48:06.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61392026-09-06T04:48:07.539Z[ recovery-image] Sep 06 04:48:06.416 INFO O| Sep 06 04:48:06.416 INFO STEP 269 (remove_files) COMPLETE
61402026-09-06T04:48:07.539Z[ recovery-image] Sep 06 04:48:06.417 INFO O| Sep 06 04:48:06.416 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-09-06T04:48:07.550Z[ recovery-image] Sep 06 04:48:06.427 INFO O| Sep 06 04:48:06.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61422026-09-06T04:48:07.550Z[ recovery-image] Sep 06 04:48:06.427 INFO O| Sep 06 04:48:06.427 INFO STEP 270 (remove_files) COMPLETE
61432026-09-06T04:48:07.550Z[ recovery-image] Sep 06 04:48:06.427 INFO O| Sep 06 04:48:06.427 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-09-06T04:48:07.558Z[ recovery-image] Sep 06 04:48:06.436 INFO O| Sep 06 04:48:06.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61452026-09-06T04:48:07.558Z[ recovery-image] Sep 06 04:48:06.436 INFO O| Sep 06 04:48:06.436 INFO STEP 271 (remove_files) COMPLETE
61462026-09-06T04:48:07.558Z[ recovery-image] Sep 06 04:48:06.436 INFO O| Sep 06 04:48:06.436 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-09-06T04:48:07.567Z[ recovery-image] Sep 06 04:48:06.445 INFO O| Sep 06 04:48:06.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61482026-09-06T04:48:07.567Z[ recovery-image] Sep 06 04:48:06.445 INFO O| Sep 06 04:48:06.445 INFO STEP 272 (remove_files) COMPLETE
61492026-09-06T04:48:07.567Z[ recovery-image] Sep 06 04:48:06.445 INFO O| Sep 06 04:48:06.445 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-09-06T04:48:07.576Z[ recovery-image] Sep 06 04:48:06.454 INFO O| Sep 06 04:48:06.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61512026-09-06T04:48:07.577Z[ recovery-image] Sep 06 04:48:06.454 INFO O| Sep 06 04:48:06.454 INFO STEP 273 (remove_files) COMPLETE
61522026-09-06T04:48:07.577Z[ recovery-image] Sep 06 04:48:06.454 INFO O| Sep 06 04:48:06.454 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-09-06T04:48:07.585Z[ recovery-image] Sep 06 04:48:06.463 INFO O| Sep 06 04:48:06.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61542026-09-06T04:48:07.588Z[ recovery-image] Sep 06 04:48:06.465 INFO O| Sep 06 04:48:06.463 INFO STEP 274 (remove_files) COMPLETE
61552026-09-06T04:48:07.588Z[ recovery-image] Sep 06 04:48:06.465 INFO O| Sep 06 04:48:06.463 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-09-06T04:48:07.594Z[ recovery-image] Sep 06 04:48:06.472 INFO O| Sep 06 04:48:06.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61572026-09-06T04:48:07.594Z[ recovery-image] Sep 06 04:48:06.472 INFO O| Sep 06 04:48:06.472 INFO STEP 275 (remove_files) COMPLETE
61582026-09-06T04:48:07.594Z[ recovery-image] Sep 06 04:48:06.472 INFO O| Sep 06 04:48:06.472 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-09-06T04:48:07.603Z[ recovery-image] Sep 06 04:48:06.481 INFO O| Sep 06 04:48:06.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61602026-09-06T04:48:07.603Z[ recovery-image] Sep 06 04:48:06.481 INFO O| Sep 06 04:48:06.481 INFO STEP 276 (remove_files) COMPLETE
61612026-09-06T04:48:07.603Z[ recovery-image] Sep 06 04:48:06.481 INFO O| Sep 06 04:48:06.481 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-09-06T04:48:07.611Z[ recovery-image] Sep 06 04:48:06.489 INFO O| Sep 06 04:48:06.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61632026-09-06T04:48:07.611Z[ recovery-image] Sep 06 04:48:06.489 INFO O| Sep 06 04:48:06.489 INFO STEP 277 (remove_files) COMPLETE
61642026-09-06T04:48:07.611Z[ recovery-image] Sep 06 04:48:06.489 INFO O| Sep 06 04:48:06.489 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-09-06T04:48:07.620Z[ recovery-image] Sep 06 04:48:06.498 INFO O| Sep 06 04:48:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61662026-09-06T04:48:07.620Z[ recovery-image] Sep 06 04:48:06.498 INFO O| Sep 06 04:48:06.498 INFO STEP 278 (remove_files) COMPLETE
61672026-09-06T04:48:07.620Z[ recovery-image] Sep 06 04:48:06.498 INFO O| Sep 06 04:48:06.498 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-09-06T04:48:07.628Z[ recovery-image] Sep 06 04:48:06.506 INFO O| Sep 06 04:48:06.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61692026-09-06T04:48:07.628Z[ recovery-image] Sep 06 04:48:06.506 INFO O| Sep 06 04:48:06.506 INFO STEP 279 (remove_files) COMPLETE
61702026-09-06T04:48:07.631Z[ recovery-image] Sep 06 04:48:06.506 INFO O| Sep 06 04:48:06.506 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-09-06T04:48:07.636Z[ recovery-image] Sep 06 04:48:06.514 INFO O| Sep 06 04:48:06.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61722026-09-06T04:48:07.636Z[ recovery-image] Sep 06 04:48:06.514 INFO O| Sep 06 04:48:06.514 INFO STEP 280 (remove_files) COMPLETE
61732026-09-06T04:48:07.636Z[ recovery-image] Sep 06 04:48:06.514 INFO O| Sep 06 04:48:06.514 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-09-06T04:48:07.644Z[ recovery-image] Sep 06 04:48:06.522 INFO O| Sep 06 04:48:06.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61752026-09-06T04:48:07.644Z[ recovery-image] Sep 06 04:48:06.522 INFO O| Sep 06 04:48:06.522 INFO STEP 281 (remove_files) COMPLETE
61762026-09-06T04:48:07.645Z[ recovery-image] Sep 06 04:48:06.522 INFO O| Sep 06 04:48:06.522 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-09-06T04:48:07.653Z[ recovery-image] Sep 06 04:48:06.531 INFO O| Sep 06 04:48:06.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61782026-09-06T04:48:07.653Z[ recovery-image] Sep 06 04:48:06.531 INFO O| Sep 06 04:48:06.531 INFO STEP 282 (remove_files) COMPLETE
61792026-09-06T04:48:07.653Z[ recovery-image] Sep 06 04:48:06.531 INFO O| Sep 06 04:48:06.531 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-09-06T04:48:07.663Z[ recovery-image] Sep 06 04:48:06.541 INFO O| Sep 06 04:48:06.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61812026-09-06T04:48:07.663Z[ recovery-image] Sep 06 04:48:06.541 INFO O| Sep 06 04:48:06.541 INFO STEP 283 (remove_files) COMPLETE
61822026-09-06T04:48:07.666Z[ recovery-image] Sep 06 04:48:06.541 INFO O| Sep 06 04:48:06.541 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-09-06T04:48:07.672Z[ recovery-image] Sep 06 04:48:06.549 INFO O| Sep 06 04:48:06.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61842026-09-06T04:48:07.672Z[ recovery-image] Sep 06 04:48:06.550 INFO O| Sep 06 04:48:06.550 INFO STEP 284 (remove_files) COMPLETE
61852026-09-06T04:48:07.672Z[ recovery-image] Sep 06 04:48:06.550 INFO O| Sep 06 04:48:06.550 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-09-06T04:48:07.683Z[ recovery-image] Sep 06 04:48:06.561 INFO O| Sep 06 04:48:06.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61872026-09-06T04:48:07.683Z[ recovery-image] Sep 06 04:48:06.561 INFO O| Sep 06 04:48:06.561 INFO STEP 285 (remove_files) COMPLETE
61882026-09-06T04:48:07.683Z[ recovery-image] Sep 06 04:48:06.561 INFO O| Sep 06 04:48:06.561 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-09-06T04:48:07.689Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61902026-09-06T04:48:07.693Z[ recovery-image] Sep 06 04:48:06.571 INFO O| Sep 06 04:48:06.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61912026-09-06T04:48:07.693Z[ recovery-image] Sep 06 04:48:06.571 INFO O| Sep 06 04:48:06.571 INFO STEP 286 (remove_files) COMPLETE
61922026-09-06T04:48:07.693Z[ recovery-image] Sep 06 04:48:06.571 INFO O| Sep 06 04:48:06.571 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-06T04:48:07.703Z[ recovery-image] Sep 06 04:48:06.581 INFO O| Sep 06 04:48:06.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61942026-09-06T04:48:07.703Z[ recovery-image] Sep 06 04:48:06.581 INFO O| Sep 06 04:48:06.581 INFO STEP 287 (remove_files) COMPLETE
61952026-09-06T04:48:07.703Z[ recovery-image] Sep 06 04:48:06.581 INFO O| Sep 06 04:48:06.581 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-06T04:48:07.714Z[ recovery-image] Sep 06 04:48:06.592 INFO O| Sep 06 04:48:06.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61972026-09-06T04:48:07.714Z[ recovery-image] Sep 06 04:48:06.592 INFO O| Sep 06 04:48:06.592 INFO STEP 288 (remove_files) COMPLETE
61982026-09-06T04:48:07.717Z[ recovery-image] Sep 06 04:48:06.592 INFO O| Sep 06 04:48:06.592 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-06T04:48:07.724Z[ recovery-image] Sep 06 04:48:06.601 INFO O| Sep 06 04:48:06.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62002026-09-06T04:48:07.724Z[ recovery-image] Sep 06 04:48:06.602 INFO O| Sep 06 04:48:06.601 INFO STEP 289 (remove_files) COMPLETE
62012026-09-06T04:48:07.724Z[ recovery-image] Sep 06 04:48:06.602 INFO O| Sep 06 04:48:06.601 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-06T04:48:07.733Z[ recovery-image] Sep 06 04:48:06.611 INFO O| Sep 06 04:48:06.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62032026-09-06T04:48:07.733Z[ recovery-image] Sep 06 04:48:06.611 INFO O| Sep 06 04:48:06.611 INFO STEP 290 (remove_files) COMPLETE
62042026-09-06T04:48:07.736Z[ recovery-image] Sep 06 04:48:06.611 INFO O| Sep 06 04:48:06.611 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-06T04:48:07.741Z[ recovery-image] Sep 06 04:48:06.619 INFO O| Sep 06 04:48:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62062026-09-06T04:48:07.744Z[ recovery-image] Sep 06 04:48:06.620 INFO O| Sep 06 04:48:06.620 INFO STEP 291 (remove_files) COMPLETE
62072026-09-06T04:48:07.744Z[ recovery-image] Sep 06 04:48:06.620 INFO O| Sep 06 04:48:06.620 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-06T04:48:07.751Z[ recovery-image] Sep 06 04:48:06.629 INFO O| Sep 06 04:48:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62092026-09-06T04:48:07.751Z[ recovery-image] Sep 06 04:48:06.629 INFO O| Sep 06 04:48:06.629 INFO STEP 292 (remove_files) COMPLETE
62102026-09-06T04:48:07.751Z[ recovery-image] Sep 06 04:48:06.629 INFO O| Sep 06 04:48:06.629 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-06T04:48:07.762Z[ recovery-image] Sep 06 04:48:06.640 INFO O| Sep 06 04:48:06.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62122026-09-06T04:48:07.762Z[ recovery-image] Sep 06 04:48:06.640 INFO O| Sep 06 04:48:06.640 INFO STEP 293 (remove_files) COMPLETE
62132026-09-06T04:48:07.762Z[ recovery-image] Sep 06 04:48:06.640 INFO O| Sep 06 04:48:06.640 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-06T04:48:07.772Z[ recovery-image] Sep 06 04:48:06.650 INFO O| Sep 06 04:48:06.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62152026-09-06T04:48:07.772Z[ recovery-image] Sep 06 04:48:06.650 INFO O| Sep 06 04:48:06.650 INFO STEP 294 (remove_files) COMPLETE
62162026-09-06T04:48:07.772Z[ recovery-image] Sep 06 04:48:06.650 INFO O| Sep 06 04:48:06.650 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-06T04:48:07.783Z[ recovery-image] Sep 06 04:48:06.660 INFO O| Sep 06 04:48:06.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62182026-09-06T04:48:07.783Z[ recovery-image] Sep 06 04:48:06.660 INFO O| Sep 06 04:48:06.660 INFO STEP 295 (remove_files) COMPLETE
62192026-09-06T04:48:07.783Z[ recovery-image] Sep 06 04:48:06.661 INFO O| Sep 06 04:48:06.660 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-06T04:48:07.794Z[ recovery-image] Sep 06 04:48:06.671 INFO O| Sep 06 04:48:06.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62212026-09-06T04:48:07.794Z[ recovery-image] Sep 06 04:48:06.671 INFO O| Sep 06 04:48:06.671 INFO STEP 296 (remove_files) COMPLETE
62222026-09-06T04:48:07.794Z[ recovery-image] Sep 06 04:48:06.671 INFO O| Sep 06 04:48:06.671 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-06T04:48:07.804Z[ recovery-image] Sep 06 04:48:06.682 INFO O| Sep 06 04:48:06.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62242026-09-06T04:48:07.804Z[ recovery-image] Sep 06 04:48:06.682 INFO O| Sep 06 04:48:06.682 INFO STEP 297 (remove_files) COMPLETE
62252026-09-06T04:48:07.807Z[ recovery-image] Sep 06 04:48:06.682 INFO O| Sep 06 04:48:06.682 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-06T04:48:07.816Z[ recovery-image] Sep 06 04:48:06.692 INFO O| Sep 06 04:48:06.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62272026-09-06T04:48:07.816Z[ recovery-image] Sep 06 04:48:06.692 INFO O| Sep 06 04:48:06.692 INFO STEP 298 (remove_files) COMPLETE
62282026-09-06T04:48:07.816Z[ recovery-image] Sep 06 04:48:06.692 INFO O| Sep 06 04:48:06.692 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-06T04:48:07.824Z[ recovery-image] Sep 06 04:48:06.701 INFO O| Sep 06 04:48:06.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62302026-09-06T04:48:07.824Z[ recovery-image] Sep 06 04:48:06.701 INFO O| Sep 06 04:48:06.701 INFO STEP 299 (remove_files) COMPLETE
62312026-09-06T04:48:07.824Z[ recovery-image] Sep 06 04:48:06.701 INFO O| Sep 06 04:48:06.701 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-06T04:48:07.833Z[ recovery-image] Sep 06 04:48:06.710 INFO O| Sep 06 04:48:06.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62332026-09-06T04:48:07.833Z[ recovery-image] Sep 06 04:48:06.711 INFO O| Sep 06 04:48:06.710 INFO STEP 300 (remove_files) COMPLETE
62342026-09-06T04:48:07.833Z[ recovery-image] Sep 06 04:48:06.711 INFO O| Sep 06 04:48:06.710 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-06T04:48:07.843Z[ recovery-image] Sep 06 04:48:06.720 INFO O| Sep 06 04:48:06.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62362026-09-06T04:48:07.843Z[ recovery-image] Sep 06 04:48:06.721 INFO O| Sep 06 04:48:06.721 INFO STEP 301 (remove_files) COMPLETE
62372026-09-06T04:48:07.843Z[ recovery-image] Sep 06 04:48:06.721 INFO O| Sep 06 04:48:06.721 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-06T04:48:07.852Z[ recovery-image] Sep 06 04:48:06.730 INFO O| Sep 06 04:48:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62392026-09-06T04:48:07.852Z[ recovery-image] Sep 06 04:48:06.730 INFO O| Sep 06 04:48:06.730 INFO STEP 302 (remove_files) COMPLETE
62402026-09-06T04:48:07.855Z[ recovery-image] Sep 06 04:48:06.730 INFO O| Sep 06 04:48:06.730 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-06T04:48:07.863Z[ recovery-image] Sep 06 04:48:06.740 INFO O| Sep 06 04:48:06.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62422026-09-06T04:48:07.863Z[ recovery-image] Sep 06 04:48:06.740 INFO O| Sep 06 04:48:06.740 INFO STEP 303 (remove_files) COMPLETE
62432026-09-06T04:48:07.863Z[ recovery-image] Sep 06 04:48:06.740 INFO O| Sep 06 04:48:06.740 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-06T04:48:07.872Z[ recovery-image] Sep 06 04:48:06.750 INFO O| Sep 06 04:48:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62452026-09-06T04:48:07.872Z[ recovery-image] Sep 06 04:48:06.750 INFO O| Sep 06 04:48:06.750 INFO STEP 304 (remove_files) COMPLETE
62462026-09-06T04:48:07.872Z[ recovery-image] Sep 06 04:48:06.750 INFO O| Sep 06 04:48:06.750 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-06T04:48:07.881Z[ recovery-image] Sep 06 04:48:06.759 INFO O| Sep 06 04:48:06.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62482026-09-06T04:48:07.881Z[ recovery-image] Sep 06 04:48:06.759 INFO O| Sep 06 04:48:06.759 INFO STEP 305 (remove_files) COMPLETE
62492026-09-06T04:48:07.881Z[ recovery-image] Sep 06 04:48:06.759 INFO O| Sep 06 04:48:06.759 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-06T04:48:07.890Z[ recovery-image] Sep 06 04:48:06.768 INFO O| Sep 06 04:48:06.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62512026-09-06T04:48:07.890Z[ recovery-image] Sep 06 04:48:06.768 INFO O| Sep 06 04:48:06.768 INFO STEP 306 (remove_files) COMPLETE
62522026-09-06T04:48:07.890Z[ recovery-image] Sep 06 04:48:06.768 INFO O| Sep 06 04:48:06.768 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-06T04:48:07.899Z[ recovery-image] Sep 06 04:48:06.776 INFO O| Sep 06 04:48:06.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62542026-09-06T04:48:07.899Z[ recovery-image] Sep 06 04:48:06.776 INFO O| Sep 06 04:48:06.776 INFO STEP 307 (remove_files) COMPLETE
62552026-09-06T04:48:07.899Z[ recovery-image] Sep 06 04:48:06.776 INFO O| Sep 06 04:48:06.776 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-06T04:48:07.908Z[ recovery-image] Sep 06 04:48:06.786 INFO O| Sep 06 04:48:06.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62572026-09-06T04:48:07.908Z[ recovery-image] Sep 06 04:48:06.786 INFO O| Sep 06 04:48:06.786 INFO STEP 308 (remove_files) COMPLETE
62582026-09-06T04:48:07.911Z[ recovery-image] Sep 06 04:48:06.786 INFO O| Sep 06 04:48:06.786 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-06T04:48:07.917Z[ recovery-image] Sep 06 04:48:06.795 INFO O| Sep 06 04:48:06.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62602026-09-06T04:48:07.917Z[ recovery-image] Sep 06 04:48:06.795 INFO O| Sep 06 04:48:06.795 INFO STEP 309 (remove_files) COMPLETE
62612026-09-06T04:48:07.920Z[ recovery-image] Sep 06 04:48:06.795 INFO O| Sep 06 04:48:06.795 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-06T04:48:07.926Z[ recovery-image] Sep 06 04:48:06.804 INFO O| Sep 06 04:48:06.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62632026-09-06T04:48:07.926Z[ recovery-image] Sep 06 04:48:06.804 INFO O| Sep 06 04:48:06.804 INFO STEP 310 (remove_files) COMPLETE
62642026-09-06T04:48:07.926Z[ recovery-image] Sep 06 04:48:06.804 INFO O| Sep 06 04:48:06.804 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-06T04:48:07.935Z[ recovery-image] Sep 06 04:48:06.813 INFO O| Sep 06 04:48:06.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62662026-09-06T04:48:07.935Z[ recovery-image] Sep 06 04:48:06.813 INFO O| Sep 06 04:48:06.813 INFO STEP 311 (remove_files) COMPLETE
62672026-09-06T04:48:07.935Z[ recovery-image] Sep 06 04:48:06.813 INFO O| Sep 06 04:48:06.813 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-06T04:48:07.944Z[ recovery-image] Sep 06 04:48:06.822 INFO O| Sep 06 04:48:06.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62692026-09-06T04:48:07.944Z[ recovery-image] Sep 06 04:48:06.822 INFO O| Sep 06 04:48:06.822 INFO STEP 312 (remove_files) COMPLETE
62702026-09-06T04:48:07.947Z[ recovery-image] Sep 06 04:48:06.822 INFO O| Sep 06 04:48:06.822 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-06T04:48:07.952Z[ recovery-image] Sep 06 04:48:06.830 INFO O| Sep 06 04:48:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62722026-09-06T04:48:07.955Z[ recovery-image] Sep 06 04:48:06.831 INFO O| Sep 06 04:48:06.830 INFO STEP 313 (remove_files) COMPLETE
62732026-09-06T04:48:07.955Z[ recovery-image] Sep 06 04:48:06.831 INFO O| Sep 06 04:48:06.830 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-06T04:48:07.962Z[ recovery-image] Sep 06 04:48:06.840 INFO O| Sep 06 04:48:06.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62752026-09-06T04:48:07.962Z[ recovery-image] Sep 06 04:48:06.840 INFO O| Sep 06 04:48:06.840 INFO STEP 314 (remove_files) COMPLETE
62762026-09-06T04:48:07.962Z[ recovery-image] Sep 06 04:48:06.840 INFO O| Sep 06 04:48:06.840 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-06T04:48:07.973Z[ recovery-image] Sep 06 04:48:06.850 INFO O| Sep 06 04:48:06.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62782026-09-06T04:48:07.973Z[ recovery-image] Sep 06 04:48:06.850 INFO O| Sep 06 04:48:06.850 INFO STEP 315 (remove_files) COMPLETE
62792026-09-06T04:48:07.976Z[ recovery-image] Sep 06 04:48:06.850 INFO O| Sep 06 04:48:06.850 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-06T04:48:07.983Z[ recovery-image] Sep 06 04:48:06.861 INFO O| Sep 06 04:48:06.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62812026-09-06T04:48:07.983Z[ recovery-image] Sep 06 04:48:06.861 INFO O| Sep 06 04:48:06.861 INFO STEP 316 (remove_files) COMPLETE
62822026-09-06T04:48:07.983Z[ recovery-image] Sep 06 04:48:06.861 INFO O| Sep 06 04:48:06.861 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-06T04:48:07.992Z[ recovery-image] Sep 06 04:48:06.870 INFO O| Sep 06 04:48:06.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62842026-09-06T04:48:07.992Z[ recovery-image] Sep 06 04:48:06.870 INFO O| Sep 06 04:48:06.870 INFO STEP 317 (remove_files) COMPLETE
62852026-09-06T04:48:07.992Z[ recovery-image] Sep 06 04:48:06.870 INFO O| Sep 06 04:48:06.870 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-09-06T04:48:08.003Z[ recovery-image] Sep 06 04:48:06.881 INFO O| Sep 06 04:48:06.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62872026-09-06T04:48:08.003Z[ recovery-image] Sep 06 04:48:06.881 INFO O| Sep 06 04:48:06.881 INFO STEP 318 (remove_files) COMPLETE
62882026-09-06T04:48:08.003Z[ recovery-image] Sep 06 04:48:06.881 INFO O| Sep 06 04:48:06.881 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-09-06T04:48:08.013Z[ recovery-image] Sep 06 04:48:06.891 INFO O| Sep 06 04:48:06.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62902026-09-06T04:48:08.013Z[ recovery-image] Sep 06 04:48:06.891 INFO O| Sep 06 04:48:06.891 INFO STEP 319 (remove_files) COMPLETE
62912026-09-06T04:48:08.013Z[ recovery-image] Sep 06 04:48:06.891 INFO O| Sep 06 04:48:06.891 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-09-06T04:48:08.024Z[ recovery-image] Sep 06 04:48:06.902 INFO O| Sep 06 04:48:06.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62932026-09-06T04:48:08.024Z[ recovery-image] Sep 06 04:48:06.902 INFO O| Sep 06 04:48:06.902 INFO STEP 320 (remove_files) COMPLETE
62942026-09-06T04:48:08.024Z[ recovery-image] Sep 06 04:48:06.902 INFO O| Sep 06 04:48:06.902 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-09-06T04:48:08.035Z[ recovery-image] Sep 06 04:48:06.912 INFO O| Sep 06 04:48:06.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62962026-09-06T04:48:08.035Z[ recovery-image] Sep 06 04:48:06.912 INFO O| Sep 06 04:48:06.912 INFO STEP 321 (remove_files) COMPLETE
62972026-09-06T04:48:08.038Z[ recovery-image] Sep 06 04:48:06.912 INFO O| Sep 06 04:48:06.912 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-09-06T04:48:08.045Z[ recovery-image] Sep 06 04:48:06.923 INFO O| Sep 06 04:48:06.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62992026-09-06T04:48:08.046Z[ recovery-image] Sep 06 04:48:06.923 INFO O| Sep 06 04:48:06.923 INFO STEP 322 (remove_files) COMPLETE
63002026-09-06T04:48:08.046Z[ recovery-image] Sep 06 04:48:06.923 INFO O| Sep 06 04:48:06.923 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-09-06T04:48:08.056Z[ recovery-image] Sep 06 04:48:06.934 INFO O| Sep 06 04:48:06.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63022026-09-06T04:48:08.056Z[ recovery-image] Sep 06 04:48:06.934 INFO O| Sep 06 04:48:06.934 INFO STEP 323 (remove_files) COMPLETE
63032026-09-06T04:48:08.059Z[ recovery-image] Sep 06 04:48:06.934 INFO O| Sep 06 04:48:06.934 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-09-06T04:48:08.065Z[ recovery-image] Sep 06 04:48:06.943 INFO O| Sep 06 04:48:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63052026-09-06T04:48:08.065Z[ recovery-image] Sep 06 04:48:06.943 INFO O| Sep 06 04:48:06.943 INFO STEP 324 (remove_files) COMPLETE
63062026-09-06T04:48:08.069Z[ recovery-image] Sep 06 04:48:06.943 INFO O| Sep 06 04:48:06.943 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-09-06T04:48:08.076Z[ recovery-image] Sep 06 04:48:06.953 INFO O| Sep 06 04:48:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63082026-09-06T04:48:08.076Z[ recovery-image] Sep 06 04:48:06.953 INFO O| Sep 06 04:48:06.953 INFO STEP 325 (remove_files) COMPLETE
63092026-09-06T04:48:08.076Z[ recovery-image] Sep 06 04:48:06.953 INFO O| Sep 06 04:48:06.953 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-09-06T04:48:08.086Z[ recovery-image] Sep 06 04:48:06.963 INFO O| Sep 06 04:48:06.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63112026-09-06T04:48:08.086Z[ recovery-image] Sep 06 04:48:06.964 INFO O| Sep 06 04:48:06.963 INFO STEP 326 (remove_files) COMPLETE
63122026-09-06T04:48:08.086Z[ recovery-image] Sep 06 04:48:06.964 INFO O| Sep 06 04:48:06.963 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-09-06T04:48:08.095Z[ recovery-image] Sep 06 04:48:06.972 INFO O| Sep 06 04:48:06.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63142026-09-06T04:48:08.095Z[ recovery-image] Sep 06 04:48:06.972 INFO O| Sep 06 04:48:06.972 INFO STEP 327 (remove_files) COMPLETE
63152026-09-06T04:48:08.095Z[ recovery-image] Sep 06 04:48:06.972 INFO O| Sep 06 04:48:06.972 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-09-06T04:48:08.105Z[ recovery-image] Sep 06 04:48:06.982 INFO O| Sep 06 04:48:06.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63172026-09-06T04:48:08.106Z[ recovery-image] Sep 06 04:48:06.982 INFO O| Sep 06 04:48:06.982 INFO STEP 328 (remove_files) COMPLETE
63182026-09-06T04:48:08.106Z[ recovery-image] Sep 06 04:48:06.982 INFO O| Sep 06 04:48:06.982 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-09-06T04:48:08.115Z[ recovery-image] Sep 06 04:48:06.992 INFO O| Sep 06 04:48:06.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63202026-09-06T04:48:08.115Z[ recovery-image] Sep 06 04:48:06.993 INFO O| Sep 06 04:48:06.992 INFO STEP 329 (remove_files) COMPLETE
63212026-09-06T04:48:08.115Z[ recovery-image] Sep 06 04:48:06.993 INFO O| Sep 06 04:48:06.992 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-09-06T04:48:08.125Z[ recovery-image] Sep 06 04:48:07.003 INFO O| Sep 06 04:48:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63232026-09-06T04:48:08.125Z[ recovery-image] Sep 06 04:48:07.003 INFO O| Sep 06 04:48:07.003 INFO STEP 330 (remove_files) COMPLETE
63242026-09-06T04:48:08.128Z[ recovery-image] Sep 06 04:48:07.003 INFO O| Sep 06 04:48:07.003 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-09-06T04:48:08.134Z[ recovery-image] Sep 06 04:48:07.012 INFO O| Sep 06 04:48:07.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63262026-09-06T04:48:08.135Z[ recovery-image] Sep 06 04:48:07.012 INFO O| Sep 06 04:48:07.012 INFO STEP 331 (remove_files) COMPLETE
63272026-09-06T04:48:08.135Z[ recovery-image] Sep 06 04:48:07.012 INFO O| Sep 06 04:48:07.012 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-09-06T04:48:08.151Z[ recovery-image] Sep 06 04:48:07.028 INFO O| Sep 06 04:48:07.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63292026-09-06T04:48:08.151Z[ recovery-image] Sep 06 04:48:07.028 INFO O| Sep 06 04:48:07.028 INFO STEP 332 (remove_files) COMPLETE
63302026-09-06T04:48:08.151Z[ recovery-image] Sep 06 04:48:07.028 INFO O| Sep 06 04:48:07.028 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-09-06T04:48:08.162Z[ recovery-image] Sep 06 04:48:07.040 INFO O| Sep 06 04:48:07.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63322026-09-06T04:48:08.162Z[ recovery-image] Sep 06 04:48:07.040 INFO O| Sep 06 04:48:07.040 INFO STEP 333 (remove_files) COMPLETE
63332026-09-06T04:48:08.162Z[ recovery-image] Sep 06 04:48:07.040 INFO O| Sep 06 04:48:07.040 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-09-06T04:48:08.172Z[ recovery-image] Sep 06 04:48:07.050 INFO O| Sep 06 04:48:07.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63352026-09-06T04:48:08.172Z[ recovery-image] Sep 06 04:48:07.050 INFO O| Sep 06 04:48:07.050 INFO STEP 334 (remove_files) COMPLETE
63362026-09-06T04:48:08.175Z[ recovery-image] Sep 06 04:48:07.050 INFO O| Sep 06 04:48:07.050 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-09-06T04:48:08.182Z[ recovery-image] Sep 06 04:48:07.060 INFO O| Sep 06 04:48:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63382026-09-06T04:48:08.182Z[ recovery-image] Sep 06 04:48:07.060 INFO O| Sep 06 04:48:07.060 INFO STEP 335 (remove_files) COMPLETE
63392026-09-06T04:48:08.184Z[ recovery-image] Sep 06 04:48:07.060 INFO O| Sep 06 04:48:07.060 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-09-06T04:48:08.192Z[ recovery-image] Sep 06 04:48:07.070 INFO O| Sep 06 04:48:07.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63412026-09-06T04:48:08.192Z[ recovery-image] Sep 06 04:48:07.070 INFO O| Sep 06 04:48:07.070 INFO STEP 336 (remove_files) COMPLETE
63422026-09-06T04:48:08.192Z[ recovery-image] Sep 06 04:48:07.070 INFO O| Sep 06 04:48:07.070 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-09-06T04:48:08.201Z[ recovery-image] Sep 06 04:48:07.079 INFO O| Sep 06 04:48:07.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63442026-09-06T04:48:08.201Z[ recovery-image] Sep 06 04:48:07.079 INFO O| Sep 06 04:48:07.079 INFO STEP 337 (remove_files) COMPLETE
63452026-09-06T04:48:08.204Z[ recovery-image] Sep 06 04:48:07.079 INFO O| Sep 06 04:48:07.079 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-09-06T04:48:08.212Z[ recovery-image] Sep 06 04:48:07.089 INFO O| Sep 06 04:48:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63472026-09-06T04:48:08.212Z[ recovery-image] Sep 06 04:48:07.090 INFO O| Sep 06 04:48:07.090 INFO STEP 338 (remove_files) COMPLETE
63482026-09-06T04:48:08.212Z[ recovery-image] Sep 06 04:48:07.090 INFO O| Sep 06 04:48:07.090 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-09-06T04:48:08.223Z[ recovery-image] Sep 06 04:48:07.100 INFO O| Sep 06 04:48:07.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63502026-09-06T04:48:08.223Z[ recovery-image] Sep 06 04:48:07.100 INFO O| Sep 06 04:48:07.100 INFO STEP 339 (remove_files) COMPLETE
63512026-09-06T04:48:08.223Z[ recovery-image] Sep 06 04:48:07.100 INFO O| Sep 06 04:48:07.100 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-06T04:48:08.233Z[ recovery-image] Sep 06 04:48:07.110 INFO O| Sep 06 04:48:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63532026-09-06T04:48:08.233Z[ recovery-image] Sep 06 04:48:07.111 INFO O| Sep 06 04:48:07.111 INFO STEP 340 (remove_files) COMPLETE
63542026-09-06T04:48:08.233Z[ recovery-image] Sep 06 04:48:07.111 INFO O| Sep 06 04:48:07.111 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-06T04:48:08.243Z[ recovery-image] Sep 06 04:48:07.121 INFO O| Sep 06 04:48:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63562026-09-06T04:48:08.243Z[ recovery-image] Sep 06 04:48:07.121 INFO O| Sep 06 04:48:07.121 INFO STEP 341 (remove_files) COMPLETE
63572026-09-06T04:48:08.243Z[ recovery-image] Sep 06 04:48:07.121 INFO O| Sep 06 04:48:07.121 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-06T04:48:08.253Z[ recovery-image] Sep 06 04:48:07.131 INFO O| Sep 06 04:48:07.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63592026-09-06T04:48:08.253Z[ recovery-image] Sep 06 04:48:07.131 INFO O| Sep 06 04:48:07.131 INFO STEP 342 (remove_files) COMPLETE
63602026-09-06T04:48:08.256Z[ recovery-image] Sep 06 04:48:07.131 INFO O| Sep 06 04:48:07.131 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-06T04:48:08.263Z[ recovery-image] Sep 06 04:48:07.141 INFO O| Sep 06 04:48:07.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63622026-09-06T04:48:08.263Z[ recovery-image] Sep 06 04:48:07.141 INFO O| Sep 06 04:48:07.141 INFO STEP 343 (remove_files) COMPLETE
63632026-09-06T04:48:08.266Z[ recovery-image] Sep 06 04:48:07.141 INFO O| Sep 06 04:48:07.141 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-06T04:48:08.274Z[ recovery-image] Sep 06 04:48:07.152 INFO O| Sep 06 04:48:07.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63652026-09-06T04:48:08.274Z[ recovery-image] Sep 06 04:48:07.152 INFO O| Sep 06 04:48:07.152 INFO STEP 344 (remove_files) COMPLETE
63662026-09-06T04:48:08.274Z[ recovery-image] Sep 06 04:48:07.152 INFO O| Sep 06 04:48:07.152 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-06T04:48:08.284Z[ recovery-image] Sep 06 04:48:07.162 INFO O| Sep 06 04:48:07.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63682026-09-06T04:48:08.284Z[ recovery-image] Sep 06 04:48:07.162 INFO O| Sep 06 04:48:07.162 INFO STEP 345 (remove_files) COMPLETE
63692026-09-06T04:48:08.285Z[ recovery-image] Sep 06 04:48:07.162 INFO O| Sep 06 04:48:07.162 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-06T04:48:08.295Z[ recovery-image] Sep 06 04:48:07.173 INFO O| Sep 06 04:48:07.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63712026-09-06T04:48:08.295Z[ recovery-image] Sep 06 04:48:07.173 INFO O| Sep 06 04:48:07.173 INFO STEP 346 (remove_files) COMPLETE
63722026-09-06T04:48:08.295Z[ recovery-image] Sep 06 04:48:07.173 INFO O| Sep 06 04:48:07.173 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-06T04:48:08.306Z[ recovery-image] Sep 06 04:48:07.183 INFO O| Sep 06 04:48:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63742026-09-06T04:48:08.306Z[ recovery-image] Sep 06 04:48:07.183 INFO O| Sep 06 04:48:07.183 INFO STEP 347 (remove_files) COMPLETE
63752026-09-06T04:48:08.306Z[ recovery-image] Sep 06 04:48:07.183 INFO O| Sep 06 04:48:07.183 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-06T04:48:08.315Z[ recovery-image] Sep 06 04:48:07.192 INFO O| Sep 06 04:48:07.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63772026-09-06T04:48:08.315Z[ recovery-image] Sep 06 04:48:07.193 INFO O| Sep 06 04:48:07.192 INFO STEP 348 (remove_files) COMPLETE
63782026-09-06T04:48:08.315Z[ recovery-image] Sep 06 04:48:07.193 INFO O| Sep 06 04:48:07.193 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-06T04:48:08.324Z[ recovery-image] Sep 06 04:48:07.202 INFO O| Sep 06 04:48:07.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63802026-09-06T04:48:08.324Z[ recovery-image] Sep 06 04:48:07.202 INFO O| Sep 06 04:48:07.202 INFO STEP 349 (remove_files) COMPLETE
63812026-09-06T04:48:08.324Z[ recovery-image] Sep 06 04:48:07.202 INFO O| Sep 06 04:48:07.202 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-06T04:48:08.334Z[ recovery-image] Sep 06 04:48:07.211 INFO O| Sep 06 04:48:07.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63832026-09-06T04:48:08.334Z[ recovery-image] Sep 06 04:48:07.211 INFO O| Sep 06 04:48:07.211 INFO STEP 350 (remove_files) COMPLETE
63842026-09-06T04:48:08.334Z[ recovery-image] Sep 06 04:48:07.211 INFO O| Sep 06 04:48:07.211 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-06T04:48:08.349Z[ recovery-image] Sep 06 04:48:07.220 INFO O| Sep 06 04:48:07.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63862026-09-06T04:48:08.349Z[ recovery-image] Sep 06 04:48:07.220 INFO O| Sep 06 04:48:07.220 INFO STEP 351 (remove_files) COMPLETE
63872026-09-06T04:48:08.349Z[ recovery-image] Sep 06 04:48:07.220 INFO O| Sep 06 04:48:07.220 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-06T04:48:08.353Z[ recovery-image] Sep 06 04:48:07.229 INFO O| Sep 06 04:48:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63892026-09-06T04:48:08.353Z[ recovery-image] Sep 06 04:48:07.229 INFO O| Sep 06 04:48:07.229 INFO STEP 352 (remove_files) COMPLETE
63902026-09-06T04:48:08.353Z[ recovery-image] Sep 06 04:48:07.229 INFO O| Sep 06 04:48:07.229 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-06T04:48:08.361Z[ recovery-image] Sep 06 04:48:07.239 INFO O| Sep 06 04:48:07.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63922026-09-06T04:48:08.361Z[ recovery-image] Sep 06 04:48:07.239 INFO O| Sep 06 04:48:07.239 INFO STEP 353 (remove_files) COMPLETE
63932026-09-06T04:48:08.361Z[ recovery-image] Sep 06 04:48:07.239 INFO O| Sep 06 04:48:07.239 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-06T04:48:08.374Z[ recovery-image] Sep 06 04:48:07.251 INFO O| Sep 06 04:48:07.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63952026-09-06T04:48:08.374Z[ recovery-image] Sep 06 04:48:07.252 INFO O| Sep 06 04:48:07.252 INFO STEP 354 (remove_files) COMPLETE
63962026-09-06T04:48:08.374Z[ recovery-image] Sep 06 04:48:07.252 INFO O| Sep 06 04:48:07.252 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-06T04:48:08.385Z[ recovery-image] Sep 06 04:48:07.262 INFO O| Sep 06 04:48:07.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63982026-09-06T04:48:08.385Z[ recovery-image] Sep 06 04:48:07.262 INFO O| Sep 06 04:48:07.262 INFO STEP 355 (remove_files) COMPLETE
63992026-09-06T04:48:08.388Z[ recovery-image] Sep 06 04:48:07.262 INFO O| Sep 06 04:48:07.262 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-06T04:48:08.395Z[ recovery-image] Sep 06 04:48:07.273 INFO O| Sep 06 04:48:07.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64012026-09-06T04:48:08.395Z[ recovery-image] Sep 06 04:48:07.273 INFO O| Sep 06 04:48:07.273 INFO STEP 356 (remove_files) COMPLETE
64022026-09-06T04:48:08.395Z[ recovery-image] Sep 06 04:48:07.273 INFO O| Sep 06 04:48:07.273 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-06T04:48:08.401Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
64042026-09-06T04:48:08.405Z[ recovery-image] Sep 06 04:48:07.283 INFO O| Sep 06 04:48:07.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64052026-09-06T04:48:08.405Z[ recovery-image] Sep 06 04:48:07.283 INFO O| Sep 06 04:48:07.283 INFO STEP 357 (remove_files) COMPLETE
64062026-09-06T04:48:08.405Z[ recovery-image] Sep 06 04:48:07.283 INFO O| Sep 06 04:48:07.283 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-06T04:48:08.416Z[ recovery-image] Sep 06 04:48:07.293 INFO O| Sep 06 04:48:07.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64082026-09-06T04:48:08.416Z[ recovery-image] Sep 06 04:48:07.293 INFO O| Sep 06 04:48:07.293 INFO STEP 358 (remove_files) COMPLETE
64092026-09-06T04:48:08.416Z[ recovery-image] Sep 06 04:48:07.293 INFO O| Sep 06 04:48:07.293 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-06T04:48:08.433Z[ recovery-image] Sep 06 04:48:07.304 INFO O| Sep 06 04:48:07.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64112026-09-06T04:48:08.433Z[ recovery-image] Sep 06 04:48:07.304 INFO O| Sep 06 04:48:07.304 INFO STEP 359 (remove_files) COMPLETE
64122026-09-06T04:48:08.433Z[ recovery-image] Sep 06 04:48:07.304 INFO O| Sep 06 04:48:07.304 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-06T04:48:08.436Z[ recovery-image] Sep 06 04:48:07.314 INFO O| Sep 06 04:48:07.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64142026-09-06T04:48:08.439Z[ recovery-image] Sep 06 04:48:07.314 INFO O| Sep 06 04:48:07.314 INFO STEP 360 (remove_files) COMPLETE
64152026-09-06T04:48:08.439Z[ recovery-image] Sep 06 04:48:07.314 INFO O| Sep 06 04:48:07.314 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-06T04:48:08.447Z[ recovery-image] Sep 06 04:48:07.324 INFO O| Sep 06 04:48:07.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64172026-09-06T04:48:08.447Z[ recovery-image] Sep 06 04:48:07.324 INFO O| Sep 06 04:48:07.324 INFO STEP 361 (remove_files) COMPLETE
64182026-09-06T04:48:08.447Z[ recovery-image] Sep 06 04:48:07.324 INFO O| Sep 06 04:48:07.324 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-06T04:48:08.457Z[ recovery-image] Sep 06 04:48:07.334 INFO O| Sep 06 04:48:07.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64202026-09-06T04:48:08.457Z[ recovery-image] Sep 06 04:48:07.334 INFO O| Sep 06 04:48:07.334 INFO STEP 362 (remove_files) COMPLETE
64212026-09-06T04:48:08.457Z[ recovery-image] Sep 06 04:48:07.334 INFO O| Sep 06 04:48:07.334 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-06T04:48:08.466Z[ recovery-image] Sep 06 04:48:07.344 INFO O| Sep 06 04:48:07.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64232026-09-06T04:48:08.466Z[ recovery-image] Sep 06 04:48:07.344 INFO O| Sep 06 04:48:07.344 INFO STEP 363 (remove_files) COMPLETE
64242026-09-06T04:48:08.466Z[ recovery-image] Sep 06 04:48:07.344 INFO O| Sep 06 04:48:07.344 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-06T04:48:08.477Z[ recovery-image] Sep 06 04:48:07.354 INFO O| Sep 06 04:48:07.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64262026-09-06T04:48:08.477Z[ recovery-image] Sep 06 04:48:07.354 INFO O| Sep 06 04:48:07.354 INFO STEP 364 (remove_files) COMPLETE
64272026-09-06T04:48:08.477Z[ recovery-image] Sep 06 04:48:07.354 INFO O| Sep 06 04:48:07.354 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-06T04:48:08.487Z[ recovery-image] Sep 06 04:48:07.364 INFO O| Sep 06 04:48:07.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64292026-09-06T04:48:08.487Z[ recovery-image] Sep 06 04:48:07.365 INFO O| Sep 06 04:48:07.365 INFO STEP 365 (remove_files) COMPLETE
64302026-09-06T04:48:08.487Z[ recovery-image] Sep 06 04:48:07.365 INFO O| Sep 06 04:48:07.365 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-06T04:48:08.497Z[ recovery-image] Sep 06 04:48:07.375 INFO O| Sep 06 04:48:07.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64322026-09-06T04:48:08.497Z[ recovery-image] Sep 06 04:48:07.375 INFO O| Sep 06 04:48:07.375 INFO STEP 366 (remove_files) COMPLETE
64332026-09-06T04:48:08.497Z[ recovery-image] Sep 06 04:48:07.375 INFO O| Sep 06 04:48:07.375 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-06T04:48:08.513Z[ recovery-image] Sep 06 04:48:07.390 INFO O| Sep 06 04:48:07.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64352026-09-06T04:48:08.513Z[ recovery-image] Sep 06 04:48:07.391 INFO O| Sep 06 04:48:07.391 INFO STEP 367 (remove_files) COMPLETE
64362026-09-06T04:48:08.516Z[ recovery-image] Sep 06 04:48:07.391 INFO O| Sep 06 04:48:07.391 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-06T04:48:08.523Z[ recovery-image] Sep 06 04:48:07.401 INFO O| Sep 06 04:48:07.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64382026-09-06T04:48:08.523Z[ recovery-image] Sep 06 04:48:07.401 INFO O| Sep 06 04:48:07.401 INFO STEP 368 (remove_files) COMPLETE
64392026-09-06T04:48:08.523Z[ recovery-image] Sep 06 04:48:07.401 INFO O| Sep 06 04:48:07.401 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-06T04:48:08.536Z[ recovery-image] Sep 06 04:48:07.411 INFO O| Sep 06 04:48:07.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64412026-09-06T04:48:08.536Z[ recovery-image] Sep 06 04:48:07.411 INFO O| Sep 06 04:48:07.411 INFO STEP 369 (remove_files) COMPLETE
64422026-09-06T04:48:08.536Z[ recovery-image] Sep 06 04:48:07.411 INFO O| Sep 06 04:48:07.411 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-06T04:48:08.542Z[ recovery-image] Sep 06 04:48:07.420 INFO O| Sep 06 04:48:07.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64442026-09-06T04:48:08.542Z[ recovery-image] Sep 06 04:48:07.420 INFO O| Sep 06 04:48:07.420 INFO STEP 370 (remove_files) COMPLETE
64452026-09-06T04:48:08.545Z[ recovery-image] Sep 06 04:48:07.420 INFO O| Sep 06 04:48:07.420 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-06T04:48:08.551Z[ recovery-image] Sep 06 04:48:07.429 INFO O| Sep 06 04:48:07.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64472026-09-06T04:48:08.551Z[ recovery-image] Sep 06 04:48:07.429 INFO O| Sep 06 04:48:07.429 INFO STEP 371 (remove_files) COMPLETE
64482026-09-06T04:48:08.551Z[ recovery-image] Sep 06 04:48:07.429 INFO O| Sep 06 04:48:07.429 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-06T04:48:08.560Z[ recovery-image] Sep 06 04:48:07.438 INFO O| Sep 06 04:48:07.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64502026-09-06T04:48:08.560Z[ recovery-image] Sep 06 04:48:07.438 INFO O| Sep 06 04:48:07.438 INFO STEP 372 (remove_files) COMPLETE
64512026-09-06T04:48:08.560Z[ recovery-image] Sep 06 04:48:07.438 INFO O| Sep 06 04:48:07.438 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-06T04:48:08.569Z[ recovery-image] Sep 06 04:48:07.447 INFO O| Sep 06 04:48:07.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64532026-09-06T04:48:08.569Z[ recovery-image] Sep 06 04:48:07.447 INFO O| Sep 06 04:48:07.447 INFO STEP 373 (remove_files) COMPLETE
64542026-09-06T04:48:08.569Z[ recovery-image] Sep 06 04:48:07.447 INFO O| Sep 06 04:48:07.447 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-09-06T04:48:08.577Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64562026-09-06T04:48:08.579Z[ recovery-image] Sep 06 04:48:07.456 INFO O| Sep 06 04:48:07.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64572026-09-06T04:48:08.580Z[ recovery-image] Sep 06 04:48:07.456 INFO O| Sep 06 04:48:07.456 INFO STEP 374 (remove_files) COMPLETE
64582026-09-06T04:48:08.580Z[ recovery-image] Sep 06 04:48:07.456 INFO O| Sep 06 04:48:07.456 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-06T04:48:08.588Z[ recovery-image] Sep 06 04:48:07.466 INFO O| Sep 06 04:48:07.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64602026-09-06T04:48:08.588Z[ recovery-image] Sep 06 04:48:07.466 INFO O| Sep 06 04:48:07.466 INFO STEP 375 (remove_files) COMPLETE
64612026-09-06T04:48:08.588Z[ recovery-image] Sep 06 04:48:07.466 INFO O| Sep 06 04:48:07.466 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-06T04:48:08.605Z[ recovery-image] Sep 06 04:48:07.483 INFO O| Sep 06 04:48:07.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64632026-09-06T04:48:08.606Z[ recovery-image] Sep 06 04:48:07.483 INFO O| Sep 06 04:48:07.483 INFO STEP 376 (remove_files) COMPLETE
64642026-09-06T04:48:08.606Z[ recovery-image] Sep 06 04:48:07.483 INFO O| Sep 06 04:48:07.483 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-06T04:48:08.615Z[ recovery-image] Sep 06 04:48:07.492 INFO O| Sep 06 04:48:07.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64662026-09-06T04:48:08.615Z[ recovery-image] Sep 06 04:48:07.492 INFO O| Sep 06 04:48:07.492 INFO STEP 377 (remove_files) COMPLETE
64672026-09-06T04:48:08.618Z[ recovery-image] Sep 06 04:48:07.492 INFO O| Sep 06 04:48:07.492 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-06T04:48:08.624Z[ recovery-image] Sep 06 04:48:07.502 INFO O| Sep 06 04:48:07.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64692026-09-06T04:48:08.624Z[ recovery-image] Sep 06 04:48:07.502 INFO O| Sep 06 04:48:07.502 INFO STEP 378 (remove_files) COMPLETE
64702026-09-06T04:48:08.624Z[ recovery-image] Sep 06 04:48:07.502 INFO O| Sep 06 04:48:07.502 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-06T04:48:08.634Z[ recovery-image] Sep 06 04:48:07.512 INFO O| Sep 06 04:48:07.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64722026-09-06T04:48:08.634Z[ recovery-image] Sep 06 04:48:07.512 INFO O| Sep 06 04:48:07.512 INFO STEP 379 (remove_files) COMPLETE
64732026-09-06T04:48:08.634Z[ recovery-image] Sep 06 04:48:07.512 INFO O| Sep 06 04:48:07.512 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-06T04:48:08.644Z[ recovery-image] Sep 06 04:48:07.522 INFO O| Sep 06 04:48:07.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64752026-09-06T04:48:08.644Z[ recovery-image] Sep 06 04:48:07.522 INFO O| Sep 06 04:48:07.522 INFO STEP 380 (remove_files) COMPLETE
64762026-09-06T04:48:08.644Z[ recovery-image] Sep 06 04:48:07.522 INFO O| Sep 06 04:48:07.522 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-06T04:48:08.653Z[ recovery-image] Sep 06 04:48:07.531 INFO O| Sep 06 04:48:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64782026-09-06T04:48:08.653Z[ recovery-image] Sep 06 04:48:07.531 INFO O| Sep 06 04:48:07.531 INFO STEP 381 (remove_files) COMPLETE
64792026-09-06T04:48:08.653Z[ recovery-image] Sep 06 04:48:07.531 INFO O| Sep 06 04:48:07.531 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-06T04:48:08.663Z[ recovery-image] Sep 06 04:48:07.540 INFO O| Sep 06 04:48:07.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64812026-09-06T04:48:08.663Z[ recovery-image] Sep 06 04:48:07.540 INFO O| Sep 06 04:48:07.540 INFO STEP 382 (remove_files) COMPLETE
64822026-09-06T04:48:08.665Z[ recovery-image] Sep 06 04:48:07.540 INFO O| Sep 06 04:48:07.540 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-09-06T04:48:08.671Z[ recovery-image] Sep 06 04:48:07.549 INFO O| Sep 06 04:48:07.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64842026-09-06T04:48:08.671Z[ recovery-image] Sep 06 04:48:07.549 INFO O| Sep 06 04:48:07.549 INFO STEP 383 (remove_files) COMPLETE
64852026-09-06T04:48:08.671Z[ recovery-image] Sep 06 04:48:07.549 INFO O| Sep 06 04:48:07.549 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-09-06T04:48:08.679Z[ recovery-image] Sep 06 04:48:07.557 INFO O| Sep 06 04:48:07.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64872026-09-06T04:48:08.679Z[ recovery-image] Sep 06 04:48:07.557 INFO O| Sep 06 04:48:07.557 INFO STEP 384 (remove_files) COMPLETE
64882026-09-06T04:48:08.680Z[ recovery-image] Sep 06 04:48:07.557 INFO O| Sep 06 04:48:07.557 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-06T04:48:08.687Z[ recovery-image] Sep 06 04:48:07.565 INFO O| Sep 06 04:48:07.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64902026-09-06T04:48:08.688Z[ recovery-image] Sep 06 04:48:07.565 INFO O| Sep 06 04:48:07.565 INFO STEP 385 (remove_files) COMPLETE
64912026-09-06T04:48:08.688Z[ recovery-image] Sep 06 04:48:07.565 INFO O| Sep 06 04:48:07.565 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-06T04:48:08.695Z[ recovery-image] Sep 06 04:48:07.573 INFO O| Sep 06 04:48:07.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64932026-09-06T04:48:08.698Z[ recovery-image] Sep 06 04:48:07.574 INFO O| Sep 06 04:48:07.574 INFO STEP 386 (remove_files) COMPLETE
64942026-09-06T04:48:08.698Z[ recovery-image] Sep 06 04:48:07.574 INFO O| Sep 06 04:48:07.574 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-09-06T04:48:08.704Z[ recovery-image] Sep 06 04:48:07.582 INFO O| Sep 06 04:48:07.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64962026-09-06T04:48:08.704Z[ recovery-image] Sep 06 04:48:07.582 INFO O| Sep 06 04:48:07.582 INFO STEP 387 (remove_files) COMPLETE
64972026-09-06T04:48:08.704Z[ recovery-image] Sep 06 04:48:07.582 INFO O| Sep 06 04:48:07.582 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-09-06T04:48:08.712Z[ recovery-image] Sep 06 04:48:07.590 INFO O| Sep 06 04:48:07.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64992026-09-06T04:48:08.713Z[ recovery-image] Sep 06 04:48:07.590 INFO O| Sep 06 04:48:07.590 INFO STEP 388 (remove_files) COMPLETE
65002026-09-06T04:48:08.713Z[ recovery-image] Sep 06 04:48:07.590 INFO O| Sep 06 04:48:07.590 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-09-06T04:48:08.720Z[ recovery-image] Sep 06 04:48:07.598 INFO O| Sep 06 04:48:07.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65022026-09-06T04:48:08.720Z[ recovery-image] Sep 06 04:48:07.598 INFO O| Sep 06 04:48:07.598 INFO STEP 389 (remove_files) COMPLETE
65032026-09-06T04:48:08.720Z[ recovery-image] Sep 06 04:48:07.598 INFO O| Sep 06 04:48:07.598 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-09-06T04:48:08.728Z[ recovery-image] Sep 06 04:48:07.606 INFO O| Sep 06 04:48:07.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65052026-09-06T04:48:08.728Z[ recovery-image] Sep 06 04:48:07.606 INFO O| Sep 06 04:48:07.606 INFO STEP 390 (remove_files) COMPLETE
65062026-09-06T04:48:08.728Z[ recovery-image] Sep 06 04:48:07.606 INFO O| Sep 06 04:48:07.606 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-06T04:48:08.744Z[ recovery-image] Sep 06 04:48:07.617 INFO O| Sep 06 04:48:07.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65082026-09-06T04:48:08.744Z[ recovery-image] Sep 06 04:48:07.617 INFO O| Sep 06 04:48:07.617 INFO STEP 391 (remove_files) COMPLETE
65092026-09-06T04:48:08.744Z[ recovery-image] Sep 06 04:48:07.617 INFO O| Sep 06 04:48:07.617 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-06T04:48:08.750Z[ recovery-image] Sep 06 04:48:07.627 INFO O| Sep 06 04:48:07.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65112026-09-06T04:48:08.750Z[ recovery-image] Sep 06 04:48:07.627 INFO O| Sep 06 04:48:07.627 INFO STEP 392 (remove_files) COMPLETE
65122026-09-06T04:48:08.752Z[ recovery-image] Sep 06 04:48:07.627 INFO O| Sep 06 04:48:07.627 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-06T04:48:08.757Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
65142026-09-06T04:48:08.760Z[ recovery-image] Sep 06 04:48:07.637 INFO O| Sep 06 04:48:07.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65152026-09-06T04:48:08.762Z[ recovery-image] Sep 06 04:48:07.638 INFO O| Sep 06 04:48:07.638 INFO STEP 393 (remove_files) COMPLETE
65162026-09-06T04:48:08.762Z[ recovery-image] Sep 06 04:48:07.638 INFO O| Sep 06 04:48:07.638 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-06T04:48:08.770Z[ recovery-image] Sep 06 04:48:07.648 INFO O| Sep 06 04:48:07.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65182026-09-06T04:48:08.770Z[ recovery-image] Sep 06 04:48:07.648 INFO O| Sep 06 04:48:07.648 INFO STEP 394 (remove_files) COMPLETE
65192026-09-06T04:48:08.770Z[ recovery-image] Sep 06 04:48:07.648 INFO O| Sep 06 04:48:07.648 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-06T04:48:08.785Z[ recovery-image] Sep 06 04:48:07.663 INFO O| Sep 06 04:48:07.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65212026-09-06T04:48:08.785Z[ recovery-image] Sep 06 04:48:07.663 INFO O| Sep 06 04:48:07.663 INFO STEP 395 (remove_files) COMPLETE
65222026-09-06T04:48:08.785Z[ recovery-image] Sep 06 04:48:07.663 INFO O| Sep 06 04:48:07.663 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-06T04:48:08.795Z[ recovery-image] Sep 06 04:48:07.672 INFO O| Sep 06 04:48:07.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65242026-09-06T04:48:08.795Z[ recovery-image] Sep 06 04:48:07.672 INFO O| Sep 06 04:48:07.672 INFO STEP 396 (remove_files) COMPLETE
65252026-09-06T04:48:08.795Z[ recovery-image] Sep 06 04:48:07.672 INFO O| Sep 06 04:48:07.672 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-06T04:48:08.803Z[ recovery-image] Sep 06 04:48:07.681 INFO O| Sep 06 04:48:07.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65272026-09-06T04:48:08.803Z[ recovery-image] Sep 06 04:48:07.681 INFO O| Sep 06 04:48:07.681 INFO STEP 397 (remove_files) COMPLETE
65282026-09-06T04:48:08.806Z[ recovery-image] Sep 06 04:48:07.681 INFO O| Sep 06 04:48:07.681 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-06T04:48:08.813Z[ recovery-image] Sep 06 04:48:07.689 INFO O| Sep 06 04:48:07.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65302026-09-06T04:48:08.813Z[ recovery-image] Sep 06 04:48:07.690 INFO O| Sep 06 04:48:07.690 INFO STEP 398 (remove_files) COMPLETE
65312026-09-06T04:48:08.813Z[ recovery-image] Sep 06 04:48:07.690 INFO O| Sep 06 04:48:07.690 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-06T04:48:08.822Z[ recovery-image] Sep 06 04:48:07.699 INFO O| Sep 06 04:48:07.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65332026-09-06T04:48:08.822Z[ recovery-image] Sep 06 04:48:07.699 INFO O| Sep 06 04:48:07.699 INFO STEP 399 (remove_files) COMPLETE
65342026-09-06T04:48:08.822Z[ recovery-image] Sep 06 04:48:07.699 INFO O| Sep 06 04:48:07.699 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-06T04:48:08.833Z[ recovery-image] Sep 06 04:48:07.708 INFO O| Sep 06 04:48:07.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65362026-09-06T04:48:08.833Z[ recovery-image] Sep 06 04:48:07.708 INFO O| Sep 06 04:48:07.708 INFO STEP 400 (remove_files) COMPLETE
65372026-09-06T04:48:08.833Z[ recovery-image] Sep 06 04:48:07.708 INFO O| Sep 06 04:48:07.708 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-06T04:48:08.842Z[ recovery-image] Sep 06 04:48:07.716 INFO O| Sep 06 04:48:07.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65392026-09-06T04:48:08.842Z[ recovery-image] Sep 06 04:48:07.716 INFO O| Sep 06 04:48:07.716 INFO STEP 401 (remove_files) COMPLETE
65402026-09-06T04:48:08.842Z[ recovery-image] Sep 06 04:48:07.716 INFO O| Sep 06 04:48:07.716 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-06T04:48:08.847Z[ recovery-image] Sep 06 04:48:07.725 INFO O| Sep 06 04:48:07.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65422026-09-06T04:48:08.847Z[ recovery-image] Sep 06 04:48:07.725 INFO O| Sep 06 04:48:07.725 INFO STEP 402 (remove_files) COMPLETE
65432026-09-06T04:48:08.851Z[ recovery-image] Sep 06 04:48:07.725 INFO O| Sep 06 04:48:07.725 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-09-06T04:48:08.855Z[ recovery-image] Sep 06 04:48:07.733 INFO O| Sep 06 04:48:07.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65452026-09-06T04:48:08.858Z[ recovery-image] Sep 06 04:48:07.733 INFO O| Sep 06 04:48:07.733 INFO STEP 403 (remove_files) COMPLETE
65462026-09-06T04:48:08.858Z[ recovery-image] Sep 06 04:48:07.733 INFO O| Sep 06 04:48:07.733 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-09-06T04:48:08.868Z[ recovery-image] Sep 06 04:48:07.746 INFO O| Sep 06 04:48:07.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65482026-09-06T04:48:08.898Z[ recovery-image] Sep 06 04:48:07.776 INFO O| Sep 06 04:48:07.776 INFO STEP 404 (remove_files) COMPLETE
65492026-09-06T04:48:08.898Z[ recovery-image] Sep 06 04:48:07.776 INFO O| Sep 06 04:48:07.776 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-09-06T04:48:08.910Z[ recovery-image] Sep 06 04:48:07.787 INFO O| Sep 06 04:48:07.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65512026-09-06T04:48:08.910Z[ recovery-image] Sep 06 04:48:07.787 INFO O| Sep 06 04:48:07.787 INFO STEP 405 (remove_files) COMPLETE
65522026-09-06T04:48:08.910Z[ recovery-image] Sep 06 04:48:07.787 INFO O| Sep 06 04:48:07.787 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-09-06T04:48:08.921Z[ recovery-image] Sep 06 04:48:07.799 INFO O| Sep 06 04:48:07.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65542026-09-06T04:48:08.921Z[ recovery-image] Sep 06 04:48:07.799 INFO O| Sep 06 04:48:07.799 INFO STEP 406 (remove_files) COMPLETE
65552026-09-06T04:48:08.924Z[ recovery-image] Sep 06 04:48:07.799 INFO O| Sep 06 04:48:07.799 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-09-06T04:48:08.933Z[ recovery-image] Sep 06 04:48:07.811 INFO O| Sep 06 04:48:07.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65572026-09-06T04:48:08.933Z[ recovery-image] Sep 06 04:48:07.811 INFO O| Sep 06 04:48:07.811 INFO STEP 407 (remove_files) COMPLETE
65582026-09-06T04:48:08.933Z[ recovery-image] Sep 06 04:48:07.811 INFO O| Sep 06 04:48:07.811 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-09-06T04:48:08.944Z[ recovery-image] Sep 06 04:48:07.821 INFO O| Sep 06 04:48:07.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65602026-09-06T04:48:08.944Z[ recovery-image] Sep 06 04:48:07.821 INFO O| Sep 06 04:48:07.821 INFO STEP 408 (remove_files) COMPLETE
65612026-09-06T04:48:08.947Z[ recovery-image] Sep 06 04:48:07.821 INFO O| Sep 06 04:48:07.821 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-09-06T04:48:08.954Z[ recovery-image] Sep 06 04:48:07.831 INFO O| Sep 06 04:48:07.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65632026-09-06T04:48:08.954Z[ recovery-image] Sep 06 04:48:07.832 INFO O| Sep 06 04:48:07.832 INFO STEP 409 (remove_files) COMPLETE
65642026-09-06T04:48:08.957Z[ recovery-image] Sep 06 04:48:07.832 INFO O| Sep 06 04:48:07.832 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-09-06T04:48:08.966Z[ recovery-image] Sep 06 04:48:07.844 INFO O| Sep 06 04:48:07.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65662026-09-06T04:48:08.966Z[ recovery-image] Sep 06 04:48:07.844 INFO O| Sep 06 04:48:07.844 INFO STEP 410 (remove_files) COMPLETE
65672026-09-06T04:48:08.969Z[ recovery-image] Sep 06 04:48:07.844 INFO O| Sep 06 04:48:07.844 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-06T04:48:08.978Z[ recovery-image] Sep 06 04:48:07.856 INFO O| Sep 06 04:48:07.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65692026-09-06T04:48:08.978Z[ recovery-image] Sep 06 04:48:07.856 INFO O| Sep 06 04:48:07.856 INFO STEP 411 (remove_files) COMPLETE
65702026-09-06T04:48:08.978Z[ recovery-image] Sep 06 04:48:07.856 INFO O| Sep 06 04:48:07.856 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-06T04:48:08.989Z[ recovery-image] Sep 06 04:48:07.866 INFO O| Sep 06 04:48:07.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65722026-09-06T04:48:08.989Z[ recovery-image] Sep 06 04:48:07.866 INFO O| Sep 06 04:48:07.866 INFO STEP 412 (remove_files) COMPLETE
65732026-09-06T04:48:08.989Z[ recovery-image] Sep 06 04:48:07.866 INFO O| Sep 06 04:48:07.866 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-06T04:48:08.999Z[ recovery-image] Sep 06 04:48:07.877 INFO O| Sep 06 04:48:07.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65752026-09-06T04:48:08.999Z[ recovery-image] Sep 06 04:48:07.877 INFO O| Sep 06 04:48:07.877 INFO STEP 413 (remove_files) COMPLETE
65762026-09-06T04:48:08.999Z[ recovery-image] Sep 06 04:48:07.877 INFO O| Sep 06 04:48:07.877 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-06T04:48:09.010Z[ recovery-image] Sep 06 04:48:07.888 INFO O| Sep 06 04:48:07.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65782026-09-06T04:48:09.010Z[ recovery-image] Sep 06 04:48:07.888 INFO O| Sep 06 04:48:07.888 INFO STEP 414 (remove_files) COMPLETE
65792026-09-06T04:48:09.010Z[ recovery-image] Sep 06 04:48:07.888 INFO O| Sep 06 04:48:07.888 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-06T04:48:09.021Z[ recovery-image] Sep 06 04:48:07.899 INFO O| Sep 06 04:48:07.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65812026-09-06T04:48:09.021Z[ recovery-image] Sep 06 04:48:07.899 INFO O| Sep 06 04:48:07.899 INFO STEP 415 (remove_files) COMPLETE
65822026-09-06T04:48:09.021Z[ recovery-image] Sep 06 04:48:07.899 INFO O| Sep 06 04:48:07.899 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-06T04:48:09.033Z[ recovery-image] Sep 06 04:48:07.910 INFO O| Sep 06 04:48:07.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65842026-09-06T04:48:09.033Z[ recovery-image] Sep 06 04:48:07.910 INFO O| Sep 06 04:48:07.910 INFO STEP 416 (remove_files) COMPLETE
65852026-09-06T04:48:09.033Z[ recovery-image] Sep 06 04:48:07.910 INFO O| Sep 06 04:48:07.910 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-06T04:48:09.045Z[ recovery-image] Sep 06 04:48:07.922 INFO O| Sep 06 04:48:07.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65872026-09-06T04:48:09.045Z[ recovery-image] Sep 06 04:48:07.923 INFO O| Sep 06 04:48:07.923 INFO STEP 417 (remove_files) COMPLETE
65882026-09-06T04:48:09.045Z[ recovery-image] Sep 06 04:48:07.923 INFO O| Sep 06 04:48:07.923 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-06T04:48:09.056Z[ recovery-image] Sep 06 04:48:07.934 INFO O| Sep 06 04:48:07.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65902026-09-06T04:48:09.056Z[ recovery-image] Sep 06 04:48:07.934 INFO O| Sep 06 04:48:07.934 INFO STEP 418 (remove_files) COMPLETE
65912026-09-06T04:48:09.059Z[ recovery-image] Sep 06 04:48:07.934 INFO O| Sep 06 04:48:07.934 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-06T04:48:09.067Z[ recovery-image] Sep 06 04:48:07.944 INFO O| Sep 06 04:48:07.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65932026-09-06T04:48:09.067Z[ recovery-image] Sep 06 04:48:07.945 INFO O| Sep 06 04:48:07.945 INFO STEP 419 (remove_files) COMPLETE
65942026-09-06T04:48:09.067Z[ recovery-image] Sep 06 04:48:07.945 INFO O| Sep 06 04:48:07.945 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-06T04:48:09.078Z[ recovery-image] Sep 06 04:48:07.956 INFO O| Sep 06 04:48:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65962026-09-06T04:48:09.078Z[ recovery-image] Sep 06 04:48:07.956 INFO O| Sep 06 04:48:07.956 INFO STEP 420 (remove_files) COMPLETE
65972026-09-06T04:48:09.078Z[ recovery-image] Sep 06 04:48:07.956 INFO O| Sep 06 04:48:07.956 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-06T04:48:09.088Z[ recovery-image] Sep 06 04:48:07.966 INFO O| Sep 06 04:48:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65992026-09-06T04:48:09.089Z[ recovery-image] Sep 06 04:48:07.966 INFO O| Sep 06 04:48:07.966 INFO STEP 421 (remove_files) COMPLETE
66002026-09-06T04:48:09.089Z[ recovery-image] Sep 06 04:48:07.966 INFO O| Sep 06 04:48:07.966 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-06T04:48:09.098Z[ recovery-image] Sep 06 04:48:07.976 INFO O| Sep 06 04:48:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66022026-09-06T04:48:09.098Z[ recovery-image] Sep 06 04:48:07.976 INFO O| Sep 06 04:48:07.976 INFO STEP 422 (remove_files) COMPLETE
66032026-09-06T04:48:09.098Z[ recovery-image] Sep 06 04:48:07.976 INFO O| Sep 06 04:48:07.976 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-09-06T04:48:09.110Z[ recovery-image] Sep 06 04:48:07.987 INFO O| Sep 06 04:48:07.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66052026-09-06T04:48:09.110Z[ recovery-image] Sep 06 04:48:07.987 INFO O| Sep 06 04:48:07.987 INFO STEP 423 (remove_files) COMPLETE
66062026-09-06T04:48:09.110Z[ recovery-image] Sep 06 04:48:07.987 INFO O| Sep 06 04:48:07.987 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-06T04:48:09.121Z[ recovery-image] Sep 06 04:48:07.999 INFO O| Sep 06 04:48:07.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66082026-09-06T04:48:09.121Z[ recovery-image] Sep 06 04:48:07.999 INFO O| Sep 06 04:48:07.999 INFO STEP 424 (remove_files) COMPLETE
66092026-09-06T04:48:09.124Z[ recovery-image] Sep 06 04:48:07.999 INFO O| Sep 06 04:48:07.999 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-06T04:48:09.134Z[ recovery-image] Sep 06 04:48:08.011 INFO O| Sep 06 04:48:08.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66112026-09-06T04:48:09.134Z[ recovery-image] Sep 06 04:48:08.011 INFO O| Sep 06 04:48:08.011 INFO STEP 425 (remove_files) COMPLETE
66122026-09-06T04:48:09.134Z[ recovery-image] Sep 06 04:48:08.011 INFO O| Sep 06 04:48:08.011 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-06T04:48:09.143Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66142026-09-06T04:48:09.146Z[ recovery-image] Sep 06 04:48:08.023 INFO O| Sep 06 04:48:08.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66152026-09-06T04:48:09.146Z[ recovery-image] Sep 06 04:48:08.023 INFO O| Sep 06 04:48:08.023 INFO STEP 426 (remove_files) COMPLETE
66162026-09-06T04:48:09.146Z[ recovery-image] Sep 06 04:48:08.023 INFO O| Sep 06 04:48:08.023 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-06T04:48:09.158Z[ recovery-image] Sep 06 04:48:08.035 INFO O| Sep 06 04:48:08.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66182026-09-06T04:48:09.158Z[ recovery-image] Sep 06 04:48:08.035 INFO O| Sep 06 04:48:08.035 INFO STEP 427 (remove_files) COMPLETE
66192026-09-06T04:48:09.158Z[ recovery-image] Sep 06 04:48:08.035 INFO O| Sep 06 04:48:08.035 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-06T04:48:09.168Z[ recovery-image] Sep 06 04:48:08.046 INFO O| Sep 06 04:48:08.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66212026-09-06T04:48:09.168Z[ recovery-image] Sep 06 04:48:08.046 INFO O| Sep 06 04:48:08.046 INFO STEP 428 (remove_files) COMPLETE
66222026-09-06T04:48:09.171Z[ recovery-image] Sep 06 04:48:08.046 INFO O| Sep 06 04:48:08.046 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-06T04:48:09.180Z[ recovery-image] Sep 06 04:48:08.057 INFO O| Sep 06 04:48:08.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66242026-09-06T04:48:09.180Z[ recovery-image] Sep 06 04:48:08.057 INFO O| Sep 06 04:48:08.057 INFO STEP 429 (remove_files) COMPLETE
66252026-09-06T04:48:09.182Z[ recovery-image] Sep 06 04:48:08.057 INFO O| Sep 06 04:48:08.057 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-06T04:48:09.192Z[ recovery-image] Sep 06 04:48:08.069 INFO O| Sep 06 04:48:08.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66272026-09-06T04:48:09.192Z[ recovery-image] Sep 06 04:48:08.069 INFO O| Sep 06 04:48:08.069 INFO STEP 430 (remove_files) COMPLETE
66282026-09-06T04:48:09.192Z[ recovery-image] Sep 06 04:48:08.069 INFO O| Sep 06 04:48:08.069 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-06T04:48:09.204Z[ recovery-image] Sep 06 04:48:08.082 INFO O| Sep 06 04:48:08.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66302026-09-06T04:48:09.204Z[ recovery-image] Sep 06 04:48:08.082 INFO O| Sep 06 04:48:08.082 INFO STEP 431 (remove_files) COMPLETE
66312026-09-06T04:48:09.204Z[ recovery-image] Sep 06 04:48:08.082 INFO O| Sep 06 04:48:08.082 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-06T04:48:09.218Z[ recovery-image] Sep 06 04:48:08.096 INFO O| Sep 06 04:48:08.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66332026-09-06T04:48:09.218Z[ recovery-image] Sep 06 04:48:08.096 INFO O| Sep 06 04:48:08.096 INFO STEP 432 (remove_files) COMPLETE
66342026-09-06T04:48:09.218Z[ recovery-image] Sep 06 04:48:08.096 INFO O| Sep 06 04:48:08.096 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-06T04:48:09.229Z[ recovery-image] Sep 06 04:48:08.107 INFO O| Sep 06 04:48:08.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66362026-09-06T04:48:09.229Z[ recovery-image] Sep 06 04:48:08.107 INFO O| Sep 06 04:48:08.107 INFO STEP 433 (remove_files) COMPLETE
66372026-09-06T04:48:09.229Z[ recovery-image] Sep 06 04:48:08.107 INFO O| Sep 06 04:48:08.107 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-06T04:48:09.240Z[ recovery-image] Sep 06 04:48:08.118 INFO O| Sep 06 04:48:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66392026-09-06T04:48:09.240Z[ recovery-image] Sep 06 04:48:08.118 INFO O| Sep 06 04:48:08.118 INFO STEP 434 (remove_files) COMPLETE
66402026-09-06T04:48:09.243Z[ recovery-image] Sep 06 04:48:08.118 INFO O| Sep 06 04:48:08.118 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-06T04:48:09.250Z[ recovery-image] Sep 06 04:48:08.128 INFO O| Sep 06 04:48:08.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66422026-09-06T04:48:09.250Z[ recovery-image] Sep 06 04:48:08.128 INFO O| Sep 06 04:48:08.128 INFO STEP 435 (remove_files) COMPLETE
66432026-09-06T04:48:09.250Z[ recovery-image] Sep 06 04:48:08.128 INFO O| Sep 06 04:48:08.128 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-06T04:48:09.260Z[ recovery-image] Sep 06 04:48:08.138 INFO O| Sep 06 04:48:08.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66452026-09-06T04:48:09.260Z[ recovery-image] Sep 06 04:48:08.138 INFO O| Sep 06 04:48:08.138 INFO STEP 436 (remove_files) COMPLETE
66462026-09-06T04:48:09.260Z[ recovery-image] Sep 06 04:48:08.138 INFO O| Sep 06 04:48:08.138 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-06T04:48:09.271Z[ recovery-image] Sep 06 04:48:08.148 INFO O| Sep 06 04:48:08.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66482026-09-06T04:48:09.271Z[ recovery-image] Sep 06 04:48:08.148 INFO O| Sep 06 04:48:08.148 INFO STEP 437 (remove_files) COMPLETE
66492026-09-06T04:48:09.271Z[ recovery-image] Sep 06 04:48:08.148 INFO O| Sep 06 04:48:08.148 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-06T04:48:09.281Z[ recovery-image] Sep 06 04:48:08.158 INFO O| Sep 06 04:48:08.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66512026-09-06T04:48:09.281Z[ recovery-image] Sep 06 04:48:08.158 INFO O| Sep 06 04:48:08.158 INFO STEP 438 (remove_files) COMPLETE
66522026-09-06T04:48:09.281Z[ recovery-image] Sep 06 04:48:08.158 INFO O| Sep 06 04:48:08.158 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-06T04:48:09.292Z[ recovery-image] Sep 06 04:48:08.170 INFO O| Sep 06 04:48:08.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66542026-09-06T04:48:09.293Z[ recovery-image] Sep 06 04:48:08.170 INFO O| Sep 06 04:48:08.170 INFO STEP 439 (remove_files) COMPLETE
66552026-09-06T04:48:09.296Z[ recovery-image] Sep 06 04:48:08.170 INFO O| Sep 06 04:48:08.170 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-06T04:48:09.303Z[ recovery-image] Sep 06 04:48:08.181 INFO O| Sep 06 04:48:08.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66572026-09-06T04:48:09.303Z[ recovery-image] Sep 06 04:48:08.181 INFO O| Sep 06 04:48:08.181 INFO STEP 440 (remove_files) COMPLETE
66582026-09-06T04:48:09.306Z[ recovery-image] Sep 06 04:48:08.181 INFO O| Sep 06 04:48:08.181 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-06T04:48:09.311Z[ recovery-image] Sep 06 04:48:08.189 INFO O| Sep 06 04:48:08.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66602026-09-06T04:48:09.311Z[ recovery-image] Sep 06 04:48:08.189 INFO O| Sep 06 04:48:08.189 INFO STEP 441 (remove_files) COMPLETE
66612026-09-06T04:48:09.314Z[ recovery-image] Sep 06 04:48:08.189 INFO O| Sep 06 04:48:08.189 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-06T04:48:09.319Z[ recovery-image] Sep 06 04:48:08.197 INFO O| Sep 06 04:48:08.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66632026-09-06T04:48:09.319Z[ recovery-image] Sep 06 04:48:08.197 INFO O| Sep 06 04:48:08.197 INFO STEP 442 (remove_files) COMPLETE
66642026-09-06T04:48:09.319Z[ recovery-image] Sep 06 04:48:08.197 INFO O| Sep 06 04:48:08.197 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-06T04:48:09.326Z[ recovery-image] Sep 06 04:48:08.204 INFO O| Sep 06 04:48:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66662026-09-06T04:48:09.326Z[ recovery-image] Sep 06 04:48:08.204 INFO O| Sep 06 04:48:08.204 INFO STEP 443 (remove_files) COMPLETE
66672026-09-06T04:48:09.329Z[ recovery-image] Sep 06 04:48:08.204 INFO O| Sep 06 04:48:08.204 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-06T04:48:09.329Z[verify-libraries] Compiling fs-err v2.11.0
66692026-09-06T04:48:09.337Z[ recovery-image] Sep 06 04:48:08.215 INFO O| Sep 06 04:48:08.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66702026-09-06T04:48:09.337Z[ recovery-image] Sep 06 04:48:08.215 INFO O| Sep 06 04:48:08.215 INFO STEP 444 (remove_files) COMPLETE
66712026-09-06T04:48:09.337Z[ recovery-image] Sep 06 04:48:08.215 INFO O| Sep 06 04:48:08.215 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-09-06T04:48:09.346Z[ recovery-image] Sep 06 04:48:08.224 INFO O| Sep 06 04:48:08.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66732026-09-06T04:48:09.346Z[ recovery-image] Sep 06 04:48:08.224 INFO O| Sep 06 04:48:08.224 INFO STEP 445 (remove_files) COMPLETE
66742026-09-06T04:48:09.346Z[ recovery-image] Sep 06 04:48:08.224 INFO O| Sep 06 04:48:08.224 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-09-06T04:48:09.355Z[ recovery-image] Sep 06 04:48:08.233 INFO O| Sep 06 04:48:08.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66762026-09-06T04:48:09.355Z[ recovery-image] Sep 06 04:48:08.233 INFO O| Sep 06 04:48:08.233 INFO STEP 446 (remove_files) COMPLETE
66772026-09-06T04:48:09.355Z[ recovery-image] Sep 06 04:48:08.233 INFO O| Sep 06 04:48:08.233 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-09-06T04:48:09.364Z[ recovery-image] Sep 06 04:48:08.242 INFO O| Sep 06 04:48:08.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66792026-09-06T04:48:09.364Z[ recovery-image] Sep 06 04:48:08.242 INFO O| Sep 06 04:48:08.242 INFO STEP 447 (remove_files) COMPLETE
66802026-09-06T04:48:09.364Z[ recovery-image] Sep 06 04:48:08.242 INFO O| Sep 06 04:48:08.242 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-09-06T04:48:09.374Z[ recovery-image] Sep 06 04:48:08.251 INFO O| Sep 06 04:48:08.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66822026-09-06T04:48:09.374Z[ recovery-image] Sep 06 04:48:08.251 INFO O| Sep 06 04:48:08.251 INFO STEP 448 (remove_files) COMPLETE
66832026-09-06T04:48:09.376Z[ recovery-image] Sep 06 04:48:08.251 INFO O| Sep 06 04:48:08.251 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-09-06T04:48:09.383Z[ recovery-image] Sep 06 04:48:08.261 INFO O| Sep 06 04:48:08.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66852026-09-06T04:48:09.383Z[ recovery-image] Sep 06 04:48:08.261 INFO O| Sep 06 04:48:08.261 INFO STEP 449 (remove_files) COMPLETE
66862026-09-06T04:48:09.383Z[ recovery-image] Sep 06 04:48:08.261 INFO O| Sep 06 04:48:08.261 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-09-06T04:48:09.392Z[ recovery-image] Sep 06 04:48:08.270 INFO O| Sep 06 04:48:08.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66882026-09-06T04:48:09.392Z[ recovery-image] Sep 06 04:48:08.270 INFO O| Sep 06 04:48:08.270 INFO STEP 450 (remove_files) COMPLETE
66892026-09-06T04:48:09.392Z[ recovery-image] Sep 06 04:48:08.270 INFO O| Sep 06 04:48:08.270 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-09-06T04:48:09.403Z[ recovery-image] Sep 06 04:48:08.281 INFO O| Sep 06 04:48:08.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66912026-09-06T04:48:09.406Z[ recovery-image] Sep 06 04:48:08.281 INFO O| Sep 06 04:48:08.281 INFO STEP 451 (remove_files) COMPLETE
66922026-09-06T04:48:09.406Z[ recovery-image] Sep 06 04:48:08.281 INFO O| Sep 06 04:48:08.281 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-09-06T04:48:09.413Z[ recovery-image] Sep 06 04:48:08.291 INFO O| Sep 06 04:48:08.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66942026-09-06T04:48:09.413Z[ recovery-image] Sep 06 04:48:08.291 INFO O| Sep 06 04:48:08.291 INFO STEP 452 (remove_files) COMPLETE
66952026-09-06T04:48:09.416Z[ recovery-image] Sep 06 04:48:08.291 INFO O| Sep 06 04:48:08.291 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-09-06T04:48:09.422Z[ recovery-image] Sep 06 04:48:08.299 INFO O| Sep 06 04:48:08.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66972026-09-06T04:48:09.422Z[ recovery-image] Sep 06 04:48:08.299 INFO O| Sep 06 04:48:08.299 INFO STEP 453 (remove_files) COMPLETE
66982026-09-06T04:48:09.422Z[ recovery-image] Sep 06 04:48:08.299 INFO O| Sep 06 04:48:08.299 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-09-06T04:48:09.429Z[ recovery-image] Sep 06 04:48:08.307 INFO O| Sep 06 04:48:08.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67002026-09-06T04:48:09.429Z[ recovery-image] Sep 06 04:48:08.307 INFO O| Sep 06 04:48:08.307 INFO STEP 454 (remove_files) COMPLETE
67012026-09-06T04:48:09.433Z[ recovery-image] Sep 06 04:48:08.307 INFO O| Sep 06 04:48:08.307 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-09-06T04:48:09.437Z[ recovery-image] Sep 06 04:48:08.315 INFO O| Sep 06 04:48:08.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67032026-09-06T04:48:09.437Z[ recovery-image] Sep 06 04:48:08.315 INFO O| Sep 06 04:48:08.315 INFO STEP 455 (remove_files) COMPLETE
67042026-09-06T04:48:09.440Z[ recovery-image] Sep 06 04:48:08.315 INFO O| Sep 06 04:48:08.315 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-06T04:48:09.444Z[ recovery-image] Sep 06 04:48:08.322 INFO O| Sep 06 04:48:08.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67062026-09-06T04:48:09.444Z[ recovery-image] Sep 06 04:48:08.322 INFO O| Sep 06 04:48:08.322 INFO STEP 456 (remove_files) COMPLETE
67072026-09-06T04:48:09.444Z[ recovery-image] Sep 06 04:48:08.322 INFO O| Sep 06 04:48:08.322 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-06T04:48:09.449Z[verify-libraries] Compiling internet-checksum v0.2.1
67092026-09-06T04:48:09.453Z[ recovery-image] Sep 06 04:48:08.331 INFO O| Sep 06 04:48:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67102026-09-06T04:48:09.453Z[ recovery-image] Sep 06 04:48:08.331 INFO O| Sep 06 04:48:08.331 INFO STEP 457 (remove_files) COMPLETE
67112026-09-06T04:48:09.453Z[ recovery-image] Sep 06 04:48:08.331 INFO O| Sep 06 04:48:08.331 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-09-06T04:48:09.462Z[ recovery-image] Sep 06 04:48:08.340 INFO O| Sep 06 04:48:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67132026-09-06T04:48:09.462Z[ recovery-image] Sep 06 04:48:08.340 INFO O| Sep 06 04:48:08.340 INFO STEP 458 (remove_files) COMPLETE
67142026-09-06T04:48:09.462Z[ recovery-image] Sep 06 04:48:08.340 INFO O| Sep 06 04:48:08.340 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-09-06T04:48:09.472Z[ recovery-image] Sep 06 04:48:08.350 INFO O| Sep 06 04:48:08.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67162026-09-06T04:48:09.472Z[ recovery-image] Sep 06 04:48:08.350 INFO O| Sep 06 04:48:08.350 INFO STEP 459 (remove_files) COMPLETE
67172026-09-06T04:48:09.472Z[ recovery-image] Sep 06 04:48:08.350 INFO O| Sep 06 04:48:08.350 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-09-06T04:48:09.482Z[ recovery-image] Sep 06 04:48:08.360 INFO O| Sep 06 04:48:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67192026-09-06T04:48:09.482Z[ recovery-image] Sep 06 04:48:08.360 INFO O| Sep 06 04:48:08.360 INFO STEP 460 (remove_files) COMPLETE
67202026-09-06T04:48:09.485Z[ recovery-image] Sep 06 04:48:08.360 INFO O| Sep 06 04:48:08.360 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-09-06T04:48:09.493Z[ recovery-image] Sep 06 04:48:08.370 INFO O| Sep 06 04:48:08.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67222026-09-06T04:48:09.493Z[ recovery-image] Sep 06 04:48:08.370 INFO O| Sep 06 04:48:08.370 INFO STEP 461 (remove_files) COMPLETE
67232026-09-06T04:48:09.493Z[ recovery-image] Sep 06 04:48:08.370 INFO O| Sep 06 04:48:08.370 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-09-06T04:48:09.502Z[ recovery-image] Sep 06 04:48:08.380 INFO O| Sep 06 04:48:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67252026-09-06T04:48:09.502Z[ recovery-image] Sep 06 04:48:08.380 INFO O| Sep 06 04:48:08.380 INFO STEP 462 (remove_files) COMPLETE
67262026-09-06T04:48:09.502Z[ recovery-image] Sep 06 04:48:08.380 INFO O| Sep 06 04:48:08.380 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-09-06T04:48:09.512Z[ recovery-image] Sep 06 04:48:08.390 INFO O| Sep 06 04:48:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67282026-09-06T04:48:09.512Z[ recovery-image] Sep 06 04:48:08.390 INFO O| Sep 06 04:48:08.390 INFO STEP 463 (remove_files) COMPLETE
67292026-09-06T04:48:09.512Z[ recovery-image] Sep 06 04:48:08.390 INFO O| Sep 06 04:48:08.390 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-06T04:48:09.522Z[ recovery-image] Sep 06 04:48:08.400 INFO O| Sep 06 04:48:08.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67312026-09-06T04:48:09.522Z[ recovery-image] Sep 06 04:48:08.400 INFO O| Sep 06 04:48:08.400 INFO STEP 464 (remove_files) COMPLETE
67322026-09-06T04:48:09.522Z[ recovery-image] Sep 06 04:48:08.400 INFO O| Sep 06 04:48:08.400 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-06T04:48:09.530Z[ recovery-image] Sep 06 04:48:08.408 INFO O| Sep 06 04:48:08.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67342026-09-06T04:48:09.530Z[ recovery-image] Sep 06 04:48:08.408 INFO O| Sep 06 04:48:08.408 INFO STEP 465 (remove_files) COMPLETE
67352026-09-06T04:48:09.530Z[ recovery-image] Sep 06 04:48:08.408 INFO O| Sep 06 04:48:08.408 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-06T04:48:09.539Z[ recovery-image] Sep 06 04:48:08.417 INFO O| Sep 06 04:48:08.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67372026-09-06T04:48:09.539Z[ recovery-image] Sep 06 04:48:08.417 INFO O| Sep 06 04:48:08.417 INFO STEP 466 (remove_files) COMPLETE
67382026-09-06T04:48:09.539Z[ recovery-image] Sep 06 04:48:08.417 INFO O| Sep 06 04:48:08.417 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-06T04:48:09.547Z[ recovery-image] Sep 06 04:48:08.425 INFO O| Sep 06 04:48:08.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67402026-09-06T04:48:09.547Z[ recovery-image] Sep 06 04:48:08.425 INFO O| Sep 06 04:48:08.425 INFO STEP 467 (remove_files) COMPLETE
67412026-09-06T04:48:09.550Z[ recovery-image] Sep 06 04:48:08.425 INFO O| Sep 06 04:48:08.425 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-09-06T04:48:09.559Z[ recovery-image] Sep 06 04:48:08.437 INFO O| Sep 06 04:48:08.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67432026-09-06T04:48:09.559Z[ recovery-image] Sep 06 04:48:08.437 INFO O| Sep 06 04:48:08.437 INFO STEP 468 (remove_files) COMPLETE
67442026-09-06T04:48:09.559Z[ recovery-image] Sep 06 04:48:08.437 INFO O| Sep 06 04:48:08.437 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-09-06T04:48:09.570Z[ recovery-image] Sep 06 04:48:08.447 INFO O| Sep 06 04:48:08.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67462026-09-06T04:48:09.570Z[ recovery-image] Sep 06 04:48:08.447 INFO O| Sep 06 04:48:08.447 INFO STEP 469 (remove_files) COMPLETE
67472026-09-06T04:48:09.570Z[ recovery-image] Sep 06 04:48:08.447 INFO O| Sep 06 04:48:08.447 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-09-06T04:48:09.579Z[ recovery-image] Sep 06 04:48:08.457 INFO O| Sep 06 04:48:08.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67492026-09-06T04:48:09.579Z[ recovery-image] Sep 06 04:48:08.457 INFO O| Sep 06 04:48:08.457 INFO STEP 470 (remove_files) COMPLETE
67502026-09-06T04:48:09.579Z[ recovery-image] Sep 06 04:48:08.457 INFO O| Sep 06 04:48:08.457 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-06T04:48:09.586Z[ recovery-image] Sep 06 04:48:08.464 INFO O| Sep 06 04:48:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67522026-09-06T04:48:09.586Z[ recovery-image] Sep 06 04:48:08.464 INFO O| Sep 06 04:48:08.464 INFO STEP 471 (remove_files) COMPLETE
67532026-09-06T04:48:09.587Z[ recovery-image] Sep 06 04:48:08.464 INFO O| Sep 06 04:48:08.464 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-06T04:48:09.594Z[ recovery-image] Sep 06 04:48:08.471 INFO O| Sep 06 04:48:08.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67552026-09-06T04:48:09.597Z[ recovery-image] Sep 06 04:48:08.471 INFO O| Sep 06 04:48:08.471 INFO STEP 472 (remove_files) COMPLETE
67562026-09-06T04:48:09.597Z[ recovery-image] Sep 06 04:48:08.471 INFO O| Sep 06 04:48:08.471 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-06T04:48:09.602Z[ recovery-image] Sep 06 04:48:08.480 INFO O| Sep 06 04:48:08.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67582026-09-06T04:48:09.602Z[ recovery-image] Sep 06 04:48:08.480 INFO O| Sep 06 04:48:08.480 INFO STEP 473 (remove_files) COMPLETE
67592026-09-06T04:48:09.604Z[ recovery-image] Sep 06 04:48:08.480 INFO O| Sep 06 04:48:08.480 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-06T04:48:09.610Z[ recovery-image] Sep 06 04:48:08.488 INFO O| Sep 06 04:48:08.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67612026-09-06T04:48:09.610Z[ recovery-image] Sep 06 04:48:08.488 INFO O| Sep 06 04:48:08.488 INFO STEP 474 (remove_files) COMPLETE
67622026-09-06T04:48:09.610Z[ recovery-image] Sep 06 04:48:08.488 INFO O| Sep 06 04:48:08.488 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-06T04:48:09.624Z[ recovery-image] Sep 06 04:48:08.498 INFO O| Sep 06 04:48:08.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67642026-09-06T04:48:09.624Z[ recovery-image] Sep 06 04:48:08.498 INFO O| Sep 06 04:48:08.498 INFO STEP 475 (remove_files) COMPLETE
67652026-09-06T04:48:09.624Z[ recovery-image] Sep 06 04:48:08.498 INFO O| Sep 06 04:48:08.498 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-06T04:48:09.629Z[ recovery-image] Sep 06 04:48:08.507 INFO O| Sep 06 04:48:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67672026-09-06T04:48:09.630Z[ recovery-image] Sep 06 04:48:08.507 INFO O| Sep 06 04:48:08.507 INFO STEP 476 (remove_files) COMPLETE
67682026-09-06T04:48:09.630Z[ recovery-image] Sep 06 04:48:08.507 INFO O| Sep 06 04:48:08.507 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-06T04:48:09.640Z[ recovery-image] Sep 06 04:48:08.517 INFO O| Sep 06 04:48:08.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67702026-09-06T04:48:09.640Z[ recovery-image] Sep 06 04:48:08.517 INFO O| Sep 06 04:48:08.517 INFO STEP 477 (remove_files) COMPLETE
67712026-09-06T04:48:09.640Z[ recovery-image] Sep 06 04:48:08.517 INFO O| Sep 06 04:48:08.517 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-06T04:48:09.650Z[ recovery-image] Sep 06 04:48:08.528 INFO O| Sep 06 04:48:08.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67732026-09-06T04:48:09.651Z[ recovery-image] Sep 06 04:48:08.528 INFO O| Sep 06 04:48:08.528 INFO STEP 478 (remove_files) COMPLETE
67742026-09-06T04:48:09.653Z[ recovery-image] Sep 06 04:48:08.528 INFO O| Sep 06 04:48:08.528 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-06T04:48:09.661Z[ recovery-image] Sep 06 04:48:08.539 INFO O| Sep 06 04:48:08.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67762026-09-06T04:48:09.661Z[ recovery-image] Sep 06 04:48:08.539 INFO O| Sep 06 04:48:08.539 INFO STEP 479 (remove_files) COMPLETE
67772026-09-06T04:48:09.661Z[ recovery-image] Sep 06 04:48:08.539 INFO O| Sep 06 04:48:08.539 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-06T04:48:09.671Z[ recovery-image] Sep 06 04:48:08.549 INFO O| Sep 06 04:48:08.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67792026-09-06T04:48:09.674Z[ recovery-image] Sep 06 04:48:08.552 INFO O| Sep 06 04:48:08.552 INFO STEP 480 (remove_files) COMPLETE
67802026-09-06T04:48:09.674Z[ recovery-image] Sep 06 04:48:08.552 INFO O| Sep 06 04:48:08.552 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-06T04:48:09.685Z[ recovery-image] Sep 06 04:48:08.563 INFO O| Sep 06 04:48:08.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67822026-09-06T04:48:09.685Z[ recovery-image] Sep 06 04:48:08.563 INFO O| Sep 06 04:48:08.563 INFO STEP 481 (remove_files) COMPLETE
67832026-09-06T04:48:09.685Z[ recovery-image] Sep 06 04:48:08.563 INFO O| Sep 06 04:48:08.563 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-06T04:48:09.695Z[ recovery-image] Sep 06 04:48:08.573 INFO O| Sep 06 04:48:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67852026-09-06T04:48:09.695Z[ recovery-image] Sep 06 04:48:08.573 INFO O| Sep 06 04:48:08.573 INFO STEP 482 (remove_files) COMPLETE
67862026-09-06T04:48:09.695Z[ recovery-image] Sep 06 04:48:08.573 INFO O| Sep 06 04:48:08.573 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-06T04:48:09.703Z[ recovery-image] Sep 06 04:48:08.581 INFO O| Sep 06 04:48:08.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67882026-09-06T04:48:09.703Z[ recovery-image] Sep 06 04:48:08.581 INFO O| Sep 06 04:48:08.581 INFO STEP 483 (remove_files) COMPLETE
67892026-09-06T04:48:09.703Z[ recovery-image] Sep 06 04:48:08.581 INFO O| Sep 06 04:48:08.581 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-06T04:48:09.713Z[ recovery-image] Sep 06 04:48:08.591 INFO O| Sep 06 04:48:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67912026-09-06T04:48:09.713Z[ recovery-image] Sep 06 04:48:08.591 INFO O| Sep 06 04:48:08.591 INFO STEP 484 (remove_files) COMPLETE
67922026-09-06T04:48:09.713Z[ recovery-image] Sep 06 04:48:08.591 INFO O| Sep 06 04:48:08.591 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-06T04:48:09.724Z[ recovery-image] Sep 06 04:48:08.602 INFO O| Sep 06 04:48:08.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67942026-09-06T04:48:09.724Z[ recovery-image] Sep 06 04:48:08.602 INFO O| Sep 06 04:48:08.602 INFO STEP 485 (remove_files) COMPLETE
67952026-09-06T04:48:09.724Z[ recovery-image] Sep 06 04:48:08.602 INFO O| Sep 06 04:48:08.602 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-06T04:48:09.735Z[ recovery-image] Sep 06 04:48:08.613 INFO O| Sep 06 04:48:08.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67972026-09-06T04:48:09.735Z[ recovery-image] Sep 06 04:48:08.613 INFO O| Sep 06 04:48:08.613 INFO STEP 486 (remove_files) COMPLETE
67982026-09-06T04:48:09.735Z[ recovery-image] Sep 06 04:48:08.613 INFO O| Sep 06 04:48:08.613 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-06T04:48:09.746Z[ recovery-image] Sep 06 04:48:08.623 INFO O| Sep 06 04:48:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68002026-09-06T04:48:09.746Z[ recovery-image] Sep 06 04:48:08.623 INFO O| Sep 06 04:48:08.623 INFO STEP 487 (remove_files) COMPLETE
68012026-09-06T04:48:09.746Z[ recovery-image] Sep 06 04:48:08.623 INFO O| Sep 06 04:48:08.623 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-06T04:48:09.757Z[ recovery-image] Sep 06 04:48:08.635 INFO O| Sep 06 04:48:08.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68032026-09-06T04:48:09.757Z[ recovery-image] Sep 06 04:48:08.635 INFO O| Sep 06 04:48:08.635 INFO STEP 488 (remove_files) COMPLETE
68042026-09-06T04:48:09.757Z[ recovery-image] Sep 06 04:48:08.635 INFO O| Sep 06 04:48:08.635 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-06T04:48:09.768Z[ recovery-image] Sep 06 04:48:08.646 INFO O| Sep 06 04:48:08.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68062026-09-06T04:48:09.768Z[ recovery-image] Sep 06 04:48:08.646 INFO O| Sep 06 04:48:08.646 INFO STEP 489 (remove_files) COMPLETE
68072026-09-06T04:48:09.768Z[ recovery-image] Sep 06 04:48:08.646 INFO O| Sep 06 04:48:08.646 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-06T04:48:09.779Z[ recovery-image] Sep 06 04:48:08.657 INFO O| Sep 06 04:48:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68092026-09-06T04:48:09.779Z[ recovery-image] Sep 06 04:48:08.657 INFO O| Sep 06 04:48:08.657 INFO STEP 490 (remove_files) COMPLETE
68102026-09-06T04:48:09.779Z[ recovery-image] Sep 06 04:48:08.657 INFO O| Sep 06 04:48:08.657 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-06T04:48:09.789Z[ recovery-image] Sep 06 04:48:08.666 INFO O| Sep 06 04:48:08.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68122026-09-06T04:48:09.789Z[ recovery-image] Sep 06 04:48:08.667 INFO O| Sep 06 04:48:08.667 INFO STEP 491 (remove_files) COMPLETE
68132026-09-06T04:48:09.792Z[ recovery-image] Sep 06 04:48:08.667 INFO O| Sep 06 04:48:08.667 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-06T04:48:09.797Z[ recovery-image] Sep 06 04:48:08.675 INFO O| Sep 06 04:48:08.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68152026-09-06T04:48:09.798Z[ recovery-image] Sep 06 04:48:08.675 INFO O| Sep 06 04:48:08.675 INFO STEP 492 (remove_files) COMPLETE
68162026-09-06T04:48:09.798Z[ recovery-image] Sep 06 04:48:08.675 INFO O| Sep 06 04:48:08.675 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-06T04:48:09.809Z[ recovery-image] Sep 06 04:48:08.687 INFO O| Sep 06 04:48:08.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68182026-09-06T04:48:09.809Z[ recovery-image] Sep 06 04:48:08.687 INFO O| Sep 06 04:48:08.687 INFO STEP 493 (remove_files) COMPLETE
68192026-09-06T04:48:09.812Z[ recovery-image] Sep 06 04:48:08.687 INFO O| Sep 06 04:48:08.687 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-06T04:48:09.820Z[ recovery-image] Sep 06 04:48:08.698 INFO O| Sep 06 04:48:08.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68212026-09-06T04:48:09.820Z[ recovery-image] Sep 06 04:48:08.698 INFO O| Sep 06 04:48:08.698 INFO STEP 494 (remove_files) COMPLETE
68222026-09-06T04:48:09.820Z[ recovery-image] Sep 06 04:48:08.698 INFO O| Sep 06 04:48:08.698 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-06T04:48:09.831Z[ recovery-image] Sep 06 04:48:08.708 INFO O| Sep 06 04:48:08.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68242026-09-06T04:48:09.831Z[ recovery-image] Sep 06 04:48:08.708 INFO O| Sep 06 04:48:08.708 INFO STEP 495 (remove_files) COMPLETE
68252026-09-06T04:48:09.831Z[ recovery-image] Sep 06 04:48:08.708 INFO O| Sep 06 04:48:08.708 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-06T04:48:09.841Z[ recovery-image] Sep 06 04:48:08.719 INFO O| Sep 06 04:48:08.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68272026-09-06T04:48:09.841Z[ recovery-image] Sep 06 04:48:08.719 INFO O| Sep 06 04:48:08.719 INFO STEP 496 (remove_files) COMPLETE
68282026-09-06T04:48:09.841Z[ recovery-image] Sep 06 04:48:08.719 INFO O| Sep 06 04:48:08.719 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-06T04:48:09.844Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
68302026-09-06T04:48:09.850Z[ recovery-image] Sep 06 04:48:08.728 INFO O| Sep 06 04:48:08.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68312026-09-06T04:48:09.850Z[ recovery-image] Sep 06 04:48:08.728 INFO O| Sep 06 04:48:08.728 INFO STEP 497 (remove_files) COMPLETE
68322026-09-06T04:48:09.853Z[ recovery-image] Sep 06 04:48:08.728 INFO O| Sep 06 04:48:08.728 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-06T04:48:09.860Z[ recovery-image] Sep 06 04:48:08.738 INFO O| Sep 06 04:48:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68342026-09-06T04:48:09.860Z[ recovery-image] Sep 06 04:48:08.738 INFO O| Sep 06 04:48:08.738 INFO STEP 498 (remove_files) COMPLETE
68352026-09-06T04:48:09.860Z[ recovery-image] Sep 06 04:48:08.738 INFO O| Sep 06 04:48:08.738 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-06T04:48:09.869Z[ recovery-image] Sep 06 04:48:08.747 INFO O| Sep 06 04:48:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68372026-09-06T04:48:09.870Z[ recovery-image] Sep 06 04:48:08.747 INFO O| Sep 06 04:48:08.747 INFO STEP 499 (remove_files) COMPLETE
68382026-09-06T04:48:09.870Z[ recovery-image] Sep 06 04:48:08.747 INFO O| Sep 06 04:48:08.747 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-06T04:48:09.880Z[ recovery-image] Sep 06 04:48:08.758 INFO O| Sep 06 04:48:08.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68402026-09-06T04:48:09.880Z[ recovery-image] Sep 06 04:48:08.758 INFO O| Sep 06 04:48:08.758 INFO STEP 500 (remove_files) COMPLETE
68412026-09-06T04:48:09.880Z[ recovery-image] Sep 06 04:48:08.758 INFO O| Sep 06 04:48:08.758 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-06T04:48:09.890Z[ recovery-image] Sep 06 04:48:08.767 INFO O| Sep 06 04:48:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68432026-09-06T04:48:09.892Z[ recovery-image] Sep 06 04:48:08.768 INFO O| Sep 06 04:48:08.768 INFO STEP 501 (remove_files) COMPLETE
68442026-09-06T04:48:09.892Z[ recovery-image] Sep 06 04:48:08.768 INFO O| Sep 06 04:48:08.768 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-06T04:48:09.900Z[ recovery-image] Sep 06 04:48:08.778 INFO O| Sep 06 04:48:08.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68462026-09-06T04:48:09.900Z[ recovery-image] Sep 06 04:48:08.778 INFO O| Sep 06 04:48:08.778 INFO STEP 502 (remove_files) COMPLETE
68472026-09-06T04:48:09.900Z[ recovery-image] Sep 06 04:48:08.778 INFO O| Sep 06 04:48:08.778 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-06T04:48:09.909Z[ recovery-image] Sep 06 04:48:08.787 INFO O| Sep 06 04:48:08.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68492026-09-06T04:48:09.909Z[ recovery-image] Sep 06 04:48:08.787 INFO O| Sep 06 04:48:08.787 INFO STEP 503 (remove_files) COMPLETE
68502026-09-06T04:48:09.909Z[ recovery-image] Sep 06 04:48:08.787 INFO O| Sep 06 04:48:08.787 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-06T04:48:09.918Z[ recovery-image] Sep 06 04:48:08.796 INFO O| Sep 06 04:48:08.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68522026-09-06T04:48:09.918Z[ recovery-image] Sep 06 04:48:08.796 INFO O| Sep 06 04:48:08.796 INFO STEP 504 (remove_files) COMPLETE
68532026-09-06T04:48:09.918Z[ recovery-image] Sep 06 04:48:08.796 INFO O| Sep 06 04:48:08.796 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-06T04:48:09.929Z[ recovery-image] Sep 06 04:48:08.806 INFO O| Sep 06 04:48:08.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68552026-09-06T04:48:09.929Z[ recovery-image] Sep 06 04:48:08.806 INFO O| Sep 06 04:48:08.806 INFO STEP 505 (remove_files) COMPLETE
68562026-09-06T04:48:09.929Z[ recovery-image] Sep 06 04:48:08.806 INFO O| Sep 06 04:48:08.806 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-09-06T04:48:09.939Z[ recovery-image] Sep 06 04:48:08.817 INFO O| Sep 06 04:48:08.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68582026-09-06T04:48:09.939Z[ recovery-image] Sep 06 04:48:08.817 INFO O| Sep 06 04:48:08.817 INFO STEP 506 (remove_files) COMPLETE
68592026-09-06T04:48:09.939Z[ recovery-image] Sep 06 04:48:08.817 INFO O| Sep 06 04:48:08.817 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-09-06T04:48:09.949Z[ recovery-image] Sep 06 04:48:08.826 INFO O| Sep 06 04:48:08.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68612026-09-06T04:48:09.949Z[ recovery-image] Sep 06 04:48:08.826 INFO O| Sep 06 04:48:08.826 INFO STEP 507 (remove_files) COMPLETE
68622026-09-06T04:48:09.949Z[ recovery-image] Sep 06 04:48:08.827 INFO O| Sep 06 04:48:08.826 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-09-06T04:48:09.958Z[ recovery-image] Sep 06 04:48:08.836 INFO O| Sep 06 04:48:08.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68642026-09-06T04:48:09.958Z[ recovery-image] Sep 06 04:48:08.836 INFO O| Sep 06 04:48:08.836 INFO STEP 508 (remove_files) COMPLETE
68652026-09-06T04:48:09.961Z[ recovery-image] Sep 06 04:48:08.836 INFO O| Sep 06 04:48:08.836 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-09-06T04:48:09.976Z[ recovery-image] Sep 06 04:48:08.848 INFO O| Sep 06 04:48:08.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68672026-09-06T04:48:09.976Z[ recovery-image] Sep 06 04:48:08.848 INFO O| Sep 06 04:48:08.848 INFO STEP 509 (remove_files) COMPLETE
68682026-09-06T04:48:09.979Z[ recovery-image] Sep 06 04:48:08.848 INFO O| Sep 06 04:48:08.848 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-06T04:48:09.982Z[ recovery-image] Sep 06 04:48:08.858 INFO O| Sep 06 04:48:08.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68702026-09-06T04:48:09.982Z[ recovery-image] Sep 06 04:48:08.858 INFO O| Sep 06 04:48:08.858 INFO STEP 510 (remove_files) COMPLETE
68712026-09-06T04:48:09.982Z[ recovery-image] Sep 06 04:48:08.858 INFO O| Sep 06 04:48:08.858 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-06T04:48:09.991Z[ recovery-image] Sep 06 04:48:08.869 INFO O| Sep 06 04:48:08.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68732026-09-06T04:48:09.991Z[ recovery-image] Sep 06 04:48:08.869 INFO O| Sep 06 04:48:08.869 INFO STEP 511 (remove_files) COMPLETE
68742026-09-06T04:48:09.991Z[ recovery-image] Sep 06 04:48:08.869 INFO O| Sep 06 04:48:08.869 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-06T04:48:10.001Z[ recovery-image] Sep 06 04:48:08.879 INFO O| Sep 06 04:48:08.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68762026-09-06T04:48:10.001Z[ recovery-image] Sep 06 04:48:08.879 INFO O| Sep 06 04:48:08.879 INFO STEP 512 (remove_files) COMPLETE
68772026-09-06T04:48:10.004Z[ recovery-image] Sep 06 04:48:08.879 INFO O| Sep 06 04:48:08.879 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-06T04:48:10.011Z[ recovery-image] Sep 06 04:48:08.889 INFO O| Sep 06 04:48:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68792026-09-06T04:48:10.014Z[ recovery-image] Sep 06 04:48:08.890 INFO O| Sep 06 04:48:08.890 INFO STEP 513 (remove_files) COMPLETE
68802026-09-06T04:48:10.014Z[ recovery-image] Sep 06 04:48:08.890 INFO O| Sep 06 04:48:08.890 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-06T04:48:10.021Z[ recovery-image] Sep 06 04:48:08.899 INFO O| Sep 06 04:48:08.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68822026-09-06T04:48:10.021Z[ recovery-image] Sep 06 04:48:08.899 INFO O| Sep 06 04:48:08.899 INFO STEP 514 (remove_files) COMPLETE
68832026-09-06T04:48:10.021Z[ recovery-image] Sep 06 04:48:08.899 INFO O| Sep 06 04:48:08.899 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-06T04:48:10.030Z[ recovery-image] Sep 06 04:48:08.908 INFO O| Sep 06 04:48:08.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68852026-09-06T04:48:10.030Z[ recovery-image] Sep 06 04:48:08.908 INFO O| Sep 06 04:48:08.908 INFO STEP 515 (remove_files) COMPLETE
68862026-09-06T04:48:10.030Z[ recovery-image] Sep 06 04:48:08.908 INFO O| Sep 06 04:48:08.908 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-06T04:48:10.047Z[ recovery-image] Sep 06 04:48:08.919 INFO O| Sep 06 04:48:08.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68882026-09-06T04:48:10.047Z[ recovery-image] Sep 06 04:48:08.919 INFO O| Sep 06 04:48:08.919 INFO STEP 516 (remove_files) COMPLETE
68892026-09-06T04:48:10.048Z[ recovery-image] Sep 06 04:48:08.919 INFO O| Sep 06 04:48:08.919 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-06T04:48:10.051Z[ recovery-image] Sep 06 04:48:08.929 INFO O| Sep 06 04:48:08.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68912026-09-06T04:48:10.054Z[ recovery-image] Sep 06 04:48:08.929 INFO O| Sep 06 04:48:08.929 INFO STEP 517 (remove_files) COMPLETE
68922026-09-06T04:48:10.054Z[ recovery-image] Sep 06 04:48:08.929 INFO O| Sep 06 04:48:08.929 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-06T04:48:10.062Z[ recovery-image] Sep 06 04:48:08.940 INFO O| Sep 06 04:48:08.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68942026-09-06T04:48:10.065Z[ recovery-image] Sep 06 04:48:08.942 INFO O| Sep 06 04:48:08.940 INFO STEP 518 (remove_files) COMPLETE
68952026-09-06T04:48:10.065Z[ recovery-image] Sep 06 04:48:08.942 INFO O| Sep 06 04:48:08.940 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-06T04:48:10.078Z[ recovery-image] Sep 06 04:48:08.956 INFO O| Sep 06 04:48:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68972026-09-06T04:48:10.078Z[ recovery-image] Sep 06 04:48:08.956 INFO O| Sep 06 04:48:08.956 INFO STEP 519 (remove_files) COMPLETE
68982026-09-06T04:48:10.081Z[ recovery-image] Sep 06 04:48:08.956 INFO O| Sep 06 04:48:08.956 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-06T04:48:10.090Z[ recovery-image] Sep 06 04:48:08.967 INFO O| Sep 06 04:48:08.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69002026-09-06T04:48:10.093Z[ recovery-image] Sep 06 04:48:08.968 INFO O| Sep 06 04:48:08.968 INFO STEP 520 (remove_files) COMPLETE
69012026-09-06T04:48:10.093Z[ recovery-image] Sep 06 04:48:08.968 INFO O| Sep 06 04:48:08.968 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-06T04:48:10.099Z[ recovery-image] Sep 06 04:48:08.977 INFO O| Sep 06 04:48:08.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69032026-09-06T04:48:10.099Z[ recovery-image] Sep 06 04:48:08.977 INFO O| Sep 06 04:48:08.977 INFO STEP 521 (remove_files) COMPLETE
69042026-09-06T04:48:10.099Z[ recovery-image] Sep 06 04:48:08.977 INFO O| Sep 06 04:48:08.977 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-06T04:48:10.108Z[ recovery-image] Sep 06 04:48:08.986 INFO O| Sep 06 04:48:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69062026-09-06T04:48:10.108Z[ recovery-image] Sep 06 04:48:08.986 INFO O| Sep 06 04:48:08.986 INFO STEP 522 (remove_files) COMPLETE
69072026-09-06T04:48:10.111Z[ recovery-image] Sep 06 04:48:08.986 INFO O| Sep 06 04:48:08.986 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-06T04:48:10.116Z[ recovery-image] Sep 06 04:48:08.994 INFO O| Sep 06 04:48:08.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69092026-09-06T04:48:10.116Z[ recovery-image] Sep 06 04:48:08.994 INFO O| Sep 06 04:48:08.994 INFO STEP 523 (remove_files) COMPLETE
69102026-09-06T04:48:10.117Z[ recovery-image] Sep 06 04:48:08.994 INFO O| Sep 06 04:48:08.994 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-09-06T04:48:10.126Z[ recovery-image] Sep 06 04:48:09.003 INFO O| Sep 06 04:48:09.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69122026-09-06T04:48:10.126Z[ recovery-image] Sep 06 04:48:09.003 INFO O| Sep 06 04:48:09.003 INFO STEP 524 (remove_files) COMPLETE
69132026-09-06T04:48:10.126Z[ recovery-image] Sep 06 04:48:09.003 INFO O| Sep 06 04:48:09.003 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-09-06T04:48:10.131Z[verify-libraries] Compiling samael v0.0.19
69152026-09-06T04:48:10.134Z[ recovery-image] Sep 06 04:48:09.012 INFO O| Sep 06 04:48:09.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69162026-09-06T04:48:10.134Z[ recovery-image] Sep 06 04:48:09.012 INFO O| Sep 06 04:48:09.012 INFO STEP 525 (remove_files) COMPLETE
69172026-09-06T04:48:10.134Z[ recovery-image] Sep 06 04:48:09.012 INFO O| Sep 06 04:48:09.012 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-06T04:48:10.143Z[ recovery-image] Sep 06 04:48:09.021 INFO O| Sep 06 04:48:09.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69192026-09-06T04:48:10.143Z[ recovery-image] Sep 06 04:48:09.021 INFO O| Sep 06 04:48:09.021 INFO STEP 526 (remove_files) COMPLETE
69202026-09-06T04:48:10.143Z[ recovery-image] Sep 06 04:48:09.021 INFO O| Sep 06 04:48:09.021 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-06T04:48:10.152Z[ recovery-image] Sep 06 04:48:09.030 INFO O| Sep 06 04:48:09.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69222026-09-06T04:48:10.152Z[ recovery-image] Sep 06 04:48:09.030 INFO O| Sep 06 04:48:09.030 INFO STEP 527 (remove_files) COMPLETE
69232026-09-06T04:48:10.152Z[ recovery-image] Sep 06 04:48:09.030 INFO O| Sep 06 04:48:09.030 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-06T04:48:10.162Z[ recovery-image] Sep 06 04:48:09.039 INFO O| Sep 06 04:48:09.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69252026-09-06T04:48:10.162Z[ recovery-image] Sep 06 04:48:09.039 INFO O| Sep 06 04:48:09.039 INFO STEP 528 (remove_files) COMPLETE
69262026-09-06T04:48:10.162Z[ recovery-image] Sep 06 04:48:09.040 INFO O| Sep 06 04:48:09.039 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-09-06T04:48:10.171Z[ recovery-image] Sep 06 04:48:09.048 INFO O| Sep 06 04:48:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69282026-09-06T04:48:10.171Z[ recovery-image] Sep 06 04:48:09.048 INFO O| Sep 06 04:48:09.048 INFO STEP 529 (remove_files) COMPLETE
69292026-09-06T04:48:10.171Z[ recovery-image] Sep 06 04:48:09.048 INFO O| Sep 06 04:48:09.048 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-06T04:48:10.181Z[ recovery-image] Sep 06 04:48:09.059 INFO O| Sep 06 04:48:09.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69312026-09-06T04:48:10.181Z[ recovery-image] Sep 06 04:48:09.059 INFO O| Sep 06 04:48:09.059 INFO STEP 530 (remove_files) COMPLETE
69322026-09-06T04:48:10.181Z[ recovery-image] Sep 06 04:48:09.059 INFO O| Sep 06 04:48:09.059 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-06T04:48:10.190Z[ recovery-image] Sep 06 04:48:09.068 INFO O| Sep 06 04:48:09.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69342026-09-06T04:48:10.190Z[ recovery-image] Sep 06 04:48:09.068 INFO O| Sep 06 04:48:09.068 INFO STEP 531 (remove_files) COMPLETE
69352026-09-06T04:48:10.190Z[ recovery-image] Sep 06 04:48:09.068 INFO O| Sep 06 04:48:09.068 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-06T04:48:10.203Z[ recovery-image] Sep 06 04:48:09.080 INFO O| Sep 06 04:48:09.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69372026-09-06T04:48:10.203Z[ recovery-image] Sep 06 04:48:09.080 INFO O| Sep 06 04:48:09.080 INFO STEP 532 (remove_files) COMPLETE
69382026-09-06T04:48:10.203Z[ recovery-image] Sep 06 04:48:09.080 INFO O| Sep 06 04:48:09.080 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-06T04:48:10.212Z[ recovery-image] Sep 06 04:48:09.090 INFO O| Sep 06 04:48:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69402026-09-06T04:48:10.212Z[ recovery-image] Sep 06 04:48:09.090 INFO O| Sep 06 04:48:09.090 INFO STEP 533 (remove_files) COMPLETE
69412026-09-06T04:48:10.212Z[ recovery-image] Sep 06 04:48:09.090 INFO O| Sep 06 04:48:09.090 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-06T04:48:10.221Z[ recovery-image] Sep 06 04:48:09.099 INFO O| Sep 06 04:48:09.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69432026-09-06T04:48:10.221Z[ recovery-image] Sep 06 04:48:09.099 INFO O| Sep 06 04:48:09.099 INFO STEP 534 (remove_files) COMPLETE
69442026-09-06T04:48:10.221Z[ recovery-image] Sep 06 04:48:09.099 INFO O| Sep 06 04:48:09.099 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-06T04:48:10.230Z[ recovery-image] Sep 06 04:48:09.108 INFO O| Sep 06 04:48:09.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69462026-09-06T04:48:10.230Z[ recovery-image] Sep 06 04:48:09.108 INFO O| Sep 06 04:48:09.108 INFO STEP 535 (remove_files) COMPLETE
69472026-09-06T04:48:10.230Z[ recovery-image] Sep 06 04:48:09.108 INFO O| Sep 06 04:48:09.108 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-06T04:48:10.239Z[ recovery-image] Sep 06 04:48:09.116 INFO O| Sep 06 04:48:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69492026-09-06T04:48:10.239Z[ recovery-image] Sep 06 04:48:09.116 INFO O| Sep 06 04:48:09.116 INFO STEP 536 (remove_files) COMPLETE
69502026-09-06T04:48:10.239Z[ recovery-image] Sep 06 04:48:09.116 INFO O| Sep 06 04:48:09.116 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-06T04:48:10.247Z[ recovery-image] Sep 06 04:48:09.125 INFO O| Sep 06 04:48:09.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69522026-09-06T04:48:10.247Z[ recovery-image] Sep 06 04:48:09.125 INFO O| Sep 06 04:48:09.125 INFO STEP 537 (remove_files) COMPLETE
69532026-09-06T04:48:10.247Z[ recovery-image] Sep 06 04:48:09.125 INFO O| Sep 06 04:48:09.125 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-06T04:48:10.257Z[ recovery-image] Sep 06 04:48:09.135 INFO O| Sep 06 04:48:09.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69552026-09-06T04:48:10.260Z[ recovery-image] Sep 06 04:48:09.136 INFO O| Sep 06 04:48:09.135 INFO STEP 538 (remove_files) COMPLETE
69562026-09-06T04:48:10.260Z[ recovery-image] Sep 06 04:48:09.136 INFO O| Sep 06 04:48:09.136 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-06T04:48:10.268Z[ recovery-image] Sep 06 04:48:09.146 INFO O| Sep 06 04:48:09.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69582026-09-06T04:48:10.271Z[ recovery-image] Sep 06 04:48:09.147 INFO O| Sep 06 04:48:09.147 INFO STEP 539 (remove_files) COMPLETE
69592026-09-06T04:48:10.271Z[ recovery-image] Sep 06 04:48:09.147 INFO O| Sep 06 04:48:09.147 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-06T04:48:10.280Z[ recovery-image] Sep 06 04:48:09.157 INFO O| Sep 06 04:48:09.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69612026-09-06T04:48:10.280Z[ recovery-image] Sep 06 04:48:09.157 INFO O| Sep 06 04:48:09.157 INFO STEP 540 (remove_files) COMPLETE
69622026-09-06T04:48:10.280Z[ recovery-image] Sep 06 04:48:09.157 INFO O| Sep 06 04:48:09.157 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-06T04:48:10.289Z[ recovery-image] Sep 06 04:48:09.167 INFO O| Sep 06 04:48:09.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69642026-09-06T04:48:10.292Z[ recovery-image] Sep 06 04:48:09.167 INFO O| Sep 06 04:48:09.167 INFO STEP 541 (remove_files) COMPLETE
69652026-09-06T04:48:10.292Z[ recovery-image] Sep 06 04:48:09.167 INFO O| Sep 06 04:48:09.167 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-06T04:48:10.301Z[ recovery-image] Sep 06 04:48:09.178 INFO O| Sep 06 04:48:09.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69672026-09-06T04:48:10.301Z[ recovery-image] Sep 06 04:48:09.178 INFO O| Sep 06 04:48:09.178 INFO STEP 542 (remove_files) COMPLETE
69682026-09-06T04:48:10.301Z[ recovery-image] Sep 06 04:48:09.178 INFO O| Sep 06 04:48:09.178 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-06T04:48:10.311Z[ recovery-image] Sep 06 04:48:09.189 INFO O| Sep 06 04:48:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69702026-09-06T04:48:10.311Z[ recovery-image] Sep 06 04:48:09.189 INFO O| Sep 06 04:48:09.189 INFO STEP 543 (remove_files) COMPLETE
69712026-09-06T04:48:10.312Z[ recovery-image] Sep 06 04:48:09.189 INFO O| Sep 06 04:48:09.189 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-06T04:48:10.322Z[ recovery-image] Sep 06 04:48:09.199 INFO O| Sep 06 04:48:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69732026-09-06T04:48:10.322Z[ recovery-image] Sep 06 04:48:09.199 INFO O| Sep 06 04:48:09.199 INFO STEP 544 (remove_files) COMPLETE
69742026-09-06T04:48:10.325Z[ recovery-image] Sep 06 04:48:09.199 INFO O| Sep 06 04:48:09.199 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-06T04:48:10.331Z[ recovery-image] Sep 06 04:48:09.209 INFO O| Sep 06 04:48:09.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69762026-09-06T04:48:10.331Z[ recovery-image] Sep 06 04:48:09.209 INFO O| Sep 06 04:48:09.209 INFO STEP 545 (remove_files) COMPLETE
69772026-09-06T04:48:10.331Z[ recovery-image] Sep 06 04:48:09.209 INFO O| Sep 06 04:48:09.209 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-06T04:48:10.340Z[ recovery-image] Sep 06 04:48:09.217 INFO O| Sep 06 04:48:09.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69792026-09-06T04:48:10.340Z[ recovery-image] Sep 06 04:48:09.217 INFO O| Sep 06 04:48:09.217 INFO STEP 546 (remove_files) COMPLETE
69802026-09-06T04:48:10.340Z[ recovery-image] Sep 06 04:48:09.217 INFO O| Sep 06 04:48:09.217 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-06T04:48:10.350Z[ recovery-image] Sep 06 04:48:09.228 INFO O| Sep 06 04:48:09.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69822026-09-06T04:48:10.350Z[ recovery-image] Sep 06 04:48:09.228 INFO O| Sep 06 04:48:09.228 INFO STEP 547 (remove_files) COMPLETE
69832026-09-06T04:48:10.350Z[ recovery-image] Sep 06 04:48:09.228 INFO O| Sep 06 04:48:09.228 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-06T04:48:10.361Z[ recovery-image] Sep 06 04:48:09.239 INFO O| Sep 06 04:48:09.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69852026-09-06T04:48:10.361Z[ recovery-image] Sep 06 04:48:09.239 INFO O| Sep 06 04:48:09.239 INFO STEP 548 (remove_files) COMPLETE
69862026-09-06T04:48:10.361Z[ recovery-image] Sep 06 04:48:09.239 INFO O| Sep 06 04:48:09.239 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-06T04:48:10.373Z[ recovery-image] Sep 06 04:48:09.250 INFO O| Sep 06 04:48:09.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69882026-09-06T04:48:10.373Z[ recovery-image] Sep 06 04:48:09.250 INFO O| Sep 06 04:48:09.250 INFO STEP 549 (remove_files) COMPLETE
69892026-09-06T04:48:10.373Z[ recovery-image] Sep 06 04:48:09.250 INFO O| Sep 06 04:48:09.250 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-06T04:48:10.382Z[ recovery-image] Sep 06 04:48:09.260 INFO O| Sep 06 04:48:09.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69912026-09-06T04:48:10.382Z[ recovery-image] Sep 06 04:48:09.260 INFO O| Sep 06 04:48:09.260 INFO STEP 550 (remove_files) COMPLETE
69922026-09-06T04:48:10.382Z[ recovery-image] Sep 06 04:48:09.260 INFO O| Sep 06 04:48:09.260 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-06T04:48:10.394Z[ recovery-image] Sep 06 04:48:09.271 INFO O| Sep 06 04:48:09.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69942026-09-06T04:48:10.395Z[ recovery-image] Sep 06 04:48:09.271 INFO O| Sep 06 04:48:09.271 INFO STEP 551 (remove_files) COMPLETE
69952026-09-06T04:48:10.395Z[ recovery-image] Sep 06 04:48:09.271 INFO O| Sep 06 04:48:09.271 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-06T04:48:10.404Z[ recovery-image] Sep 06 04:48:09.281 INFO O| Sep 06 04:48:09.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69972026-09-06T04:48:10.404Z[ recovery-image] Sep 06 04:48:09.281 INFO O| Sep 06 04:48:09.281 INFO STEP 552 (remove_files) COMPLETE
69982026-09-06T04:48:10.407Z[ recovery-image] Sep 06 04:48:09.281 INFO O| Sep 06 04:48:09.281 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-06T04:48:10.413Z[ recovery-image] Sep 06 04:48:09.291 INFO O| Sep 06 04:48:09.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70002026-09-06T04:48:10.413Z[ recovery-image] Sep 06 04:48:09.291 INFO O| Sep 06 04:48:09.291 INFO STEP 553 (remove_files) COMPLETE
70012026-09-06T04:48:10.413Z[ recovery-image] Sep 06 04:48:09.291 INFO O| Sep 06 04:48:09.291 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-06T04:48:10.423Z[ recovery-image] Sep 06 04:48:09.301 INFO O| Sep 06 04:48:09.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70032026-09-06T04:48:10.423Z[ recovery-image] Sep 06 04:48:09.301 INFO O| Sep 06 04:48:09.301 INFO STEP 554 (remove_files) COMPLETE
70042026-09-06T04:48:10.423Z[ recovery-image] Sep 06 04:48:09.301 INFO O| Sep 06 04:48:09.301 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-06T04:48:10.432Z[ recovery-image] Sep 06 04:48:09.310 INFO O| Sep 06 04:48:09.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70062026-09-06T04:48:10.432Z[ recovery-image] Sep 06 04:48:09.310 INFO O| Sep 06 04:48:09.310 INFO STEP 555 (remove_files) COMPLETE
70072026-09-06T04:48:10.433Z[ recovery-image] Sep 06 04:48:09.310 INFO O| Sep 06 04:48:09.310 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-06T04:48:10.442Z[ recovery-image] Sep 06 04:48:09.320 INFO O| Sep 06 04:48:09.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70092026-09-06T04:48:10.443Z[ recovery-image] Sep 06 04:48:09.320 INFO O| Sep 06 04:48:09.320 INFO STEP 556 (remove_files) COMPLETE
70102026-09-06T04:48:10.445Z[ recovery-image] Sep 06 04:48:09.320 INFO O| Sep 06 04:48:09.320 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-06T04:48:10.453Z[ recovery-image] Sep 06 04:48:09.331 INFO O| Sep 06 04:48:09.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70122026-09-06T04:48:10.456Z[ recovery-image] Sep 06 04:48:09.331 INFO O| Sep 06 04:48:09.331 INFO STEP 557 (remove_files) COMPLETE
70132026-09-06T04:48:10.456Z[ recovery-image] Sep 06 04:48:09.331 INFO O| Sep 06 04:48:09.331 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-06T04:48:10.471Z[ recovery-image] Sep 06 04:48:09.340 INFO O| Sep 06 04:48:09.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70152026-09-06T04:48:10.471Z[ recovery-image] Sep 06 04:48:09.340 INFO O| Sep 06 04:48:09.340 INFO STEP 558 (remove_files) COMPLETE
70162026-09-06T04:48:10.471Z[ recovery-image] Sep 06 04:48:09.340 INFO O| Sep 06 04:48:09.340 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-06T04:48:10.475Z[ recovery-image] Sep 06 04:48:09.353 INFO O| Sep 06 04:48:09.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70182026-09-06T04:48:10.475Z[ recovery-image] Sep 06 04:48:09.353 INFO O| Sep 06 04:48:09.353 INFO STEP 559 (remove_files) COMPLETE
70192026-09-06T04:48:10.475Z[ recovery-image] Sep 06 04:48:09.353 INFO O| Sep 06 04:48:09.353 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-06T04:48:10.486Z[ recovery-image] Sep 06 04:48:09.364 INFO O| Sep 06 04:48:09.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70212026-09-06T04:48:10.486Z[ recovery-image] Sep 06 04:48:09.364 INFO O| Sep 06 04:48:09.364 INFO STEP 560 (remove_files) COMPLETE
70222026-09-06T04:48:10.486Z[ recovery-image] Sep 06 04:48:09.364 INFO O| Sep 06 04:48:09.364 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-06T04:48:10.495Z[ recovery-image] Sep 06 04:48:09.373 INFO O| Sep 06 04:48:09.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70242026-09-06T04:48:10.495Z[ recovery-image] Sep 06 04:48:09.373 INFO O| Sep 06 04:48:09.373 INFO STEP 561 (remove_files) COMPLETE
70252026-09-06T04:48:10.495Z[ recovery-image] Sep 06 04:48:09.373 INFO O| Sep 06 04:48:09.373 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-06T04:48:10.508Z[ recovery-image] Sep 06 04:48:09.386 INFO O| Sep 06 04:48:09.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70272026-09-06T04:48:10.508Z[ recovery-image] Sep 06 04:48:09.386 INFO O| Sep 06 04:48:09.386 INFO STEP 562 (remove_files) COMPLETE
70282026-09-06T04:48:10.508Z[ recovery-image] Sep 06 04:48:09.386 INFO O| Sep 06 04:48:09.386 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-06T04:48:10.519Z[ recovery-image] Sep 06 04:48:09.396 INFO O| Sep 06 04:48:09.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70302026-09-06T04:48:10.521Z[ recovery-image] Sep 06 04:48:09.397 INFO O| Sep 06 04:48:09.397 INFO STEP 563 (remove_files) COMPLETE
70312026-09-06T04:48:10.521Z[ recovery-image] Sep 06 04:48:09.397 INFO O| Sep 06 04:48:09.397 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-06T04:48:10.524Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
70332026-09-06T04:48:10.531Z[ recovery-image] Sep 06 04:48:09.408 INFO O| Sep 06 04:48:09.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70342026-09-06T04:48:10.532Z[ recovery-image] Sep 06 04:48:09.408 INFO O| Sep 06 04:48:09.408 INFO STEP 564 (remove_files) COMPLETE
70352026-09-06T04:48:10.534Z[ recovery-image] Sep 06 04:48:09.408 INFO O| Sep 06 04:48:09.408 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-06T04:48:10.541Z[ recovery-image] Sep 06 04:48:09.418 INFO O| Sep 06 04:48:09.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70372026-09-06T04:48:10.541Z[ recovery-image] Sep 06 04:48:09.418 INFO O| Sep 06 04:48:09.418 INFO STEP 565 (remove_files) COMPLETE
70382026-09-06T04:48:10.541Z[ recovery-image] Sep 06 04:48:09.418 INFO O| Sep 06 04:48:09.418 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-06T04:48:10.551Z[ recovery-image] Sep 06 04:48:09.429 INFO O| Sep 06 04:48:09.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70402026-09-06T04:48:10.551Z[ recovery-image] Sep 06 04:48:09.429 INFO O| Sep 06 04:48:09.429 INFO STEP 566 (remove_files) COMPLETE
70412026-09-06T04:48:10.554Z[ recovery-image] Sep 06 04:48:09.429 INFO O| Sep 06 04:48:09.429 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-06T04:48:10.563Z[ recovery-image] Sep 06 04:48:09.441 INFO O| Sep 06 04:48:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70432026-09-06T04:48:10.563Z[ recovery-image] Sep 06 04:48:09.441 INFO O| Sep 06 04:48:09.441 INFO STEP 567 (remove_files) COMPLETE
70442026-09-06T04:48:10.563Z[ recovery-image] Sep 06 04:48:09.441 INFO O| Sep 06 04:48:09.441 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-06T04:48:10.573Z[ recovery-image] Sep 06 04:48:09.451 INFO O| Sep 06 04:48:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70462026-09-06T04:48:10.573Z[ recovery-image] Sep 06 04:48:09.451 INFO O| Sep 06 04:48:09.451 INFO STEP 568 (remove_files) COMPLETE
70472026-09-06T04:48:10.573Z[ recovery-image] Sep 06 04:48:09.451 INFO O| Sep 06 04:48:09.451 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-06T04:48:10.583Z[ recovery-image] Sep 06 04:48:09.461 INFO O| Sep 06 04:48:09.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70492026-09-06T04:48:10.583Z[ recovery-image] Sep 06 04:48:09.461 INFO O| Sep 06 04:48:09.461 INFO STEP 569 (remove_files) COMPLETE
70502026-09-06T04:48:10.583Z[ recovery-image] Sep 06 04:48:09.461 INFO O| Sep 06 04:48:09.461 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-06T04:48:10.592Z[ recovery-image] Sep 06 04:48:09.470 INFO O| Sep 06 04:48:09.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70522026-09-06T04:48:10.592Z[ recovery-image] Sep 06 04:48:09.470 INFO O| Sep 06 04:48:09.470 INFO STEP 570 (remove_files) COMPLETE
70532026-09-06T04:48:10.592Z[ recovery-image] Sep 06 04:48:09.470 INFO O| Sep 06 04:48:09.470 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-06T04:48:10.602Z[ recovery-image] Sep 06 04:48:09.479 INFO O| Sep 06 04:48:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70552026-09-06T04:48:10.602Z[ recovery-image] Sep 06 04:48:09.479 INFO O| Sep 06 04:48:09.479 INFO STEP 571 (remove_files) COMPLETE
70562026-09-06T04:48:10.602Z[ recovery-image] Sep 06 04:48:09.479 INFO O| Sep 06 04:48:09.479 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-06T04:48:10.612Z[ recovery-image] Sep 06 04:48:09.489 INFO O| Sep 06 04:48:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70582026-09-06T04:48:10.612Z[ recovery-image] Sep 06 04:48:09.490 INFO O| Sep 06 04:48:09.489 INFO STEP 572 (remove_files) COMPLETE
70592026-09-06T04:48:10.612Z[ recovery-image] Sep 06 04:48:09.490 INFO O| Sep 06 04:48:09.490 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-06T04:48:10.622Z[ recovery-image] Sep 06 04:48:09.500 INFO O| Sep 06 04:48:09.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70612026-09-06T04:48:10.622Z[ recovery-image] Sep 06 04:48:09.500 INFO O| Sep 06 04:48:09.500 INFO STEP 573 (remove_files) COMPLETE
70622026-09-06T04:48:10.623Z[ recovery-image] Sep 06 04:48:09.500 INFO O| Sep 06 04:48:09.500 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-09-06T04:48:10.633Z[ recovery-image] Sep 06 04:48:09.511 INFO O| Sep 06 04:48:09.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70642026-09-06T04:48:10.633Z[ recovery-image] Sep 06 04:48:09.511 INFO O| Sep 06 04:48:09.511 INFO STEP 574 (remove_files) COMPLETE
70652026-09-06T04:48:10.633Z[ recovery-image] Sep 06 04:48:09.511 INFO O| Sep 06 04:48:09.511 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-09-06T04:48:10.643Z[ recovery-image] Sep 06 04:48:09.520 INFO O| Sep 06 04:48:09.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70672026-09-06T04:48:10.643Z[ recovery-image] Sep 06 04:48:09.521 INFO O| Sep 06 04:48:09.521 INFO STEP 575 (remove_files) COMPLETE
70682026-09-06T04:48:10.643Z[ recovery-image] Sep 06 04:48:09.521 INFO O| Sep 06 04:48:09.521 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-09-06T04:48:10.652Z[ recovery-image] Sep 06 04:48:09.530 INFO O| Sep 06 04:48:09.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70702026-09-06T04:48:10.652Z[ recovery-image] Sep 06 04:48:09.530 INFO O| Sep 06 04:48:09.530 INFO STEP 576 (remove_files) COMPLETE
70712026-09-06T04:48:10.652Z[ recovery-image] Sep 06 04:48:09.530 INFO O| Sep 06 04:48:09.530 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-09-06T04:48:10.661Z[ recovery-image] Sep 06 04:48:09.539 INFO O| Sep 06 04:48:09.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70732026-09-06T04:48:10.661Z[ recovery-image] Sep 06 04:48:09.539 INFO O| Sep 06 04:48:09.539 INFO STEP 577 (remove_files) COMPLETE
70742026-09-06T04:48:10.664Z[ recovery-image] Sep 06 04:48:09.539 INFO O| Sep 06 04:48:09.539 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-09-06T04:48:10.670Z[ recovery-image] Sep 06 04:48:09.548 INFO O| Sep 06 04:48:09.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70762026-09-06T04:48:10.673Z[ recovery-image] Sep 06 04:48:09.549 INFO O| Sep 06 04:48:09.549 INFO STEP 578 (remove_files) COMPLETE
70772026-09-06T04:48:10.673Z[ recovery-image] Sep 06 04:48:09.549 INFO O| Sep 06 04:48:09.549 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-09-06T04:48:10.685Z[ recovery-image] Sep 06 04:48:09.558 INFO O| Sep 06 04:48:09.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70792026-09-06T04:48:10.685Z[ recovery-image] Sep 06 04:48:09.558 INFO O| Sep 06 04:48:09.558 INFO STEP 579 (remove_files) COMPLETE
70802026-09-06T04:48:10.685Z[ recovery-image] Sep 06 04:48:09.558 INFO O| Sep 06 04:48:09.558 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-09-06T04:48:10.690Z[ recovery-image] Sep 06 04:48:09.568 INFO O| Sep 06 04:48:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70822026-09-06T04:48:10.690Z[ recovery-image] Sep 06 04:48:09.568 INFO O| Sep 06 04:48:09.568 INFO STEP 580 (remove_files) COMPLETE
70832026-09-06T04:48:10.693Z[ recovery-image] Sep 06 04:48:09.568 INFO O| Sep 06 04:48:09.568 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-09-06T04:48:10.700Z[ recovery-image] Sep 06 04:48:09.577 INFO O| Sep 06 04:48:09.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70852026-09-06T04:48:10.700Z[ recovery-image] Sep 06 04:48:09.577 INFO O| Sep 06 04:48:09.577 INFO STEP 581 (remove_files) COMPLETE
70862026-09-06T04:48:10.700Z[ recovery-image] Sep 06 04:48:09.577 INFO O| Sep 06 04:48:09.577 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-06T04:48:10.709Z[ recovery-image] Sep 06 04:48:09.587 INFO O| Sep 06 04:48:09.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70882026-09-06T04:48:10.709Z[ recovery-image] Sep 06 04:48:09.587 INFO O| Sep 06 04:48:09.587 INFO STEP 582 (remove_files) COMPLETE
70892026-09-06T04:48:10.712Z[ recovery-image] Sep 06 04:48:09.587 INFO O| Sep 06 04:48:09.587 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-06T04:48:10.718Z[ recovery-image] Sep 06 04:48:09.596 INFO O| Sep 06 04:48:09.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70912026-09-06T04:48:10.718Z[ recovery-image] Sep 06 04:48:09.596 INFO O| Sep 06 04:48:09.596 INFO STEP 583 (remove_files) COMPLETE
70922026-09-06T04:48:10.722Z[ recovery-image] Sep 06 04:48:09.596 INFO O| Sep 06 04:48:09.596 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-06T04:48:10.730Z[ recovery-image] Sep 06 04:48:09.607 INFO O| Sep 06 04:48:09.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70942026-09-06T04:48:10.730Z[ recovery-image] Sep 06 04:48:09.607 INFO O| Sep 06 04:48:09.607 INFO STEP 584 (remove_files) COMPLETE
70952026-09-06T04:48:10.733Z[ recovery-image] Sep 06 04:48:09.607 INFO O| Sep 06 04:48:09.607 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-06T04:48:10.741Z[ recovery-image] Sep 06 04:48:09.618 INFO O| Sep 06 04:48:09.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70972026-09-06T04:48:10.741Z[ recovery-image] Sep 06 04:48:09.619 INFO O| Sep 06 04:48:09.618 INFO STEP 585 (remove_files) COMPLETE
70982026-09-06T04:48:10.741Z[ recovery-image] Sep 06 04:48:09.619 INFO O| Sep 06 04:48:09.619 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-06T04:48:10.751Z[ recovery-image] Sep 06 04:48:09.629 INFO O| Sep 06 04:48:09.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71002026-09-06T04:48:10.751Z[ recovery-image] Sep 06 04:48:09.629 INFO O| Sep 06 04:48:09.629 INFO STEP 586 (remove_files) COMPLETE
71012026-09-06T04:48:10.751Z[ recovery-image] Sep 06 04:48:09.629 INFO O| Sep 06 04:48:09.629 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-06T04:48:10.761Z[ recovery-image] Sep 06 04:48:09.638 INFO O| Sep 06 04:48:09.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71032026-09-06T04:48:10.761Z[ recovery-image] Sep 06 04:48:09.639 INFO O| Sep 06 04:48:09.639 INFO STEP 587 (remove_files) COMPLETE
71042026-09-06T04:48:10.761Z[ recovery-image] Sep 06 04:48:09.639 INFO O| Sep 06 04:48:09.639 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-06T04:48:10.770Z[ recovery-image] Sep 06 04:48:09.648 INFO O| Sep 06 04:48:09.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71062026-09-06T04:48:10.770Z[ recovery-image] Sep 06 04:48:09.648 INFO O| Sep 06 04:48:09.648 INFO STEP 588 (remove_files) COMPLETE
71072026-09-06T04:48:10.770Z[ recovery-image] Sep 06 04:48:09.648 INFO O| Sep 06 04:48:09.648 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-06T04:48:10.780Z[ recovery-image] Sep 06 04:48:09.658 INFO O| Sep 06 04:48:09.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71092026-09-06T04:48:10.780Z[ recovery-image] Sep 06 04:48:09.658 INFO O| Sep 06 04:48:09.658 INFO STEP 589 (remove_files) COMPLETE
71102026-09-06T04:48:10.783Z[ recovery-image] Sep 06 04:48:09.658 INFO O| Sep 06 04:48:09.658 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-06T04:48:10.790Z[ recovery-image] Sep 06 04:48:09.667 INFO O| Sep 06 04:48:09.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71122026-09-06T04:48:10.790Z[ recovery-image] Sep 06 04:48:09.667 INFO O| Sep 06 04:48:09.667 INFO STEP 590 (remove_files) COMPLETE
71132026-09-06T04:48:10.790Z[ recovery-image] Sep 06 04:48:09.667 INFO O| Sep 06 04:48:09.667 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-06T04:48:10.800Z[ recovery-image] Sep 06 04:48:09.678 INFO O| Sep 06 04:48:09.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71152026-09-06T04:48:10.800Z[ recovery-image] Sep 06 04:48:09.678 INFO O| Sep 06 04:48:09.678 INFO STEP 591 (remove_files) COMPLETE
71162026-09-06T04:48:10.800Z[ recovery-image] Sep 06 04:48:09.678 INFO O| Sep 06 04:48:09.678 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-06T04:48:10.811Z[ recovery-image] Sep 06 04:48:09.688 INFO O| Sep 06 04:48:09.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71182026-09-06T04:48:10.811Z[ recovery-image] Sep 06 04:48:09.688 INFO O| Sep 06 04:48:09.688 INFO STEP 592 (remove_files) COMPLETE
71192026-09-06T04:48:10.815Z[ recovery-image] Sep 06 04:48:09.688 INFO O| Sep 06 04:48:09.688 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-06T04:48:10.821Z[ recovery-image] Sep 06 04:48:09.698 INFO O| Sep 06 04:48:09.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71212026-09-06T04:48:10.824Z[ recovery-image] Sep 06 04:48:09.698 INFO O| Sep 06 04:48:09.698 INFO STEP 593 (remove_files) COMPLETE
71222026-09-06T04:48:10.824Z[ recovery-image] Sep 06 04:48:09.698 INFO O| Sep 06 04:48:09.698 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-06T04:48:10.830Z[ recovery-image] Sep 06 04:48:09.707 INFO O| Sep 06 04:48:09.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71242026-09-06T04:48:10.830Z[ recovery-image] Sep 06 04:48:09.707 INFO O| Sep 06 04:48:09.707 INFO STEP 594 (remove_files) COMPLETE
71252026-09-06T04:48:10.833Z[ recovery-image] Sep 06 04:48:09.707 INFO O| Sep 06 04:48:09.707 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-06T04:48:10.841Z[ recovery-image] Sep 06 04:48:09.719 INFO O| Sep 06 04:48:09.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71272026-09-06T04:48:10.842Z[ recovery-image] Sep 06 04:48:09.719 INFO O| Sep 06 04:48:09.719 INFO STEP 595 (remove_files) COMPLETE
71282026-09-06T04:48:10.842Z[ recovery-image] Sep 06 04:48:09.719 INFO O| Sep 06 04:48:09.719 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-06T04:48:10.850Z[ recovery-image] Sep 06 04:48:09.727 INFO O| Sep 06 04:48:09.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71302026-09-06T04:48:10.850Z[ recovery-image] Sep 06 04:48:09.727 INFO O| Sep 06 04:48:09.727 INFO STEP 596 (remove_files) COMPLETE
71312026-09-06T04:48:10.850Z[ recovery-image] Sep 06 04:48:09.727 INFO O| Sep 06 04:48:09.727 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-06T04:48:10.858Z[ recovery-image] Sep 06 04:48:09.736 INFO O| Sep 06 04:48:09.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71332026-09-06T04:48:10.858Z[ recovery-image] Sep 06 04:48:09.736 INFO O| Sep 06 04:48:09.736 INFO STEP 597 (remove_files) COMPLETE
71342026-09-06T04:48:10.858Z[ recovery-image] Sep 06 04:48:09.736 INFO O| Sep 06 04:48:09.736 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-06T04:48:10.866Z[ recovery-image] Sep 06 04:48:09.744 INFO O| Sep 06 04:48:09.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71362026-09-06T04:48:10.867Z[ recovery-image] Sep 06 04:48:09.744 INFO O| Sep 06 04:48:09.744 INFO STEP 598 (remove_files) COMPLETE
71372026-09-06T04:48:10.870Z[ recovery-image] Sep 06 04:48:09.744 INFO O| Sep 06 04:48:09.744 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-09-06T04:48:10.875Z[ recovery-image] Sep 06 04:48:09.753 INFO O| Sep 06 04:48:09.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71392026-09-06T04:48:10.875Z[ recovery-image] Sep 06 04:48:09.753 INFO O| Sep 06 04:48:09.753 INFO STEP 599 (remove_files) COMPLETE
71402026-09-06T04:48:10.875Z[ recovery-image] Sep 06 04:48:09.753 INFO O| Sep 06 04:48:09.753 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-09-06T04:48:10.884Z[ recovery-image] Sep 06 04:48:09.762 INFO O| Sep 06 04:48:09.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71422026-09-06T04:48:10.884Z[ recovery-image] Sep 06 04:48:09.762 INFO O| Sep 06 04:48:09.762 INFO STEP 600 (remove_files) COMPLETE
71432026-09-06T04:48:10.884Z[ recovery-image] Sep 06 04:48:09.762 INFO O| Sep 06 04:48:09.762 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-09-06T04:48:10.893Z[ recovery-image] Sep 06 04:48:09.770 INFO O| Sep 06 04:48:09.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71452026-09-06T04:48:10.893Z[ recovery-image] Sep 06 04:48:09.770 INFO O| Sep 06 04:48:09.770 INFO STEP 601 (remove_files) COMPLETE
71462026-09-06T04:48:10.893Z[ recovery-image] Sep 06 04:48:09.770 INFO O| Sep 06 04:48:09.770 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-09-06T04:48:10.908Z[ recovery-image] Sep 06 04:48:09.785 INFO O| Sep 06 04:48:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71482026-09-06T04:48:10.908Z[ recovery-image] Sep 06 04:48:09.785 INFO O| Sep 06 04:48:09.785 INFO STEP 602 (remove_files) COMPLETE
71492026-09-06T04:48:10.911Z[ recovery-image] Sep 06 04:48:09.785 INFO O| Sep 06 04:48:09.785 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-09-06T04:48:10.934Z[ recovery-image] Sep 06 04:48:09.811 INFO O| Sep 06 04:48:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71512026-09-06T04:48:10.934Z[ recovery-image] Sep 06 04:48:09.811 INFO O| Sep 06 04:48:09.811 INFO STEP 603 (remove_files) COMPLETE
71522026-09-06T04:48:10.936Z[ recovery-image] Sep 06 04:48:09.811 INFO O| Sep 06 04:48:09.811 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-06T04:48:10.943Z[ recovery-image] Sep 06 04:48:09.821 INFO O| Sep 06 04:48:09.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71542026-09-06T04:48:10.943Z[ recovery-image] Sep 06 04:48:09.821 INFO O| Sep 06 04:48:09.821 INFO STEP 604 (remove_files) COMPLETE
71552026-09-06T04:48:10.943Z[ recovery-image] Sep 06 04:48:09.821 INFO O| Sep 06 04:48:09.821 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-06T04:48:10.956Z[ recovery-image] Sep 06 04:48:09.833 INFO O| Sep 06 04:48:09.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71572026-09-06T04:48:10.956Z[ recovery-image] Sep 06 04:48:09.833 INFO O| Sep 06 04:48:09.833 INFO STEP 605 (remove_files) COMPLETE
71582026-09-06T04:48:10.956Z[ recovery-image] Sep 06 04:48:09.833 INFO O| Sep 06 04:48:09.833 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-06T04:48:10.965Z[ recovery-image] Sep 06 04:48:09.843 INFO O| Sep 06 04:48:09.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71602026-09-06T04:48:10.966Z[ recovery-image] Sep 06 04:48:09.843 INFO O| Sep 06 04:48:09.843 INFO STEP 606 (remove_files) COMPLETE
71612026-09-06T04:48:10.966Z[ recovery-image] Sep 06 04:48:09.843 INFO O| Sep 06 04:48:09.843 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-06T04:48:10.982Z[ recovery-image] Sep 06 04:48:09.860 INFO O| Sep 06 04:48:09.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71632026-09-06T04:48:10.982Z[ recovery-image] Sep 06 04:48:09.860 INFO O| Sep 06 04:48:09.860 INFO STEP 607 (remove_files) COMPLETE
71642026-09-06T04:48:10.986Z[ recovery-image] Sep 06 04:48:09.860 INFO O| Sep 06 04:48:09.860 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-06T04:48:10.996Z[ recovery-image] Sep 06 04:48:09.873 INFO O| Sep 06 04:48:09.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71662026-09-06T04:48:10.996Z[ recovery-image] Sep 06 04:48:09.873 INFO O| Sep 06 04:48:09.873 INFO STEP 608 (remove_files) COMPLETE
71672026-09-06T04:48:10.996Z[ recovery-image] Sep 06 04:48:09.873 INFO O| Sep 06 04:48:09.873 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-06T04:48:11.006Z[ recovery-image] Sep 06 04:48:09.883 INFO O| Sep 06 04:48:09.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71692026-09-06T04:48:11.006Z[ recovery-image] Sep 06 04:48:09.883 INFO O| Sep 06 04:48:09.883 INFO STEP 609 (remove_files) COMPLETE
71702026-09-06T04:48:11.006Z[ recovery-image] Sep 06 04:48:09.883 INFO O| Sep 06 04:48:09.883 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-06T04:48:11.049Z[ recovery-image] Sep 06 04:48:09.926 INFO O| Sep 06 04:48:09.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71722026-09-06T04:48:11.049Z[ recovery-image] Sep 06 04:48:09.926 INFO O| Sep 06 04:48:09.926 INFO STEP 610 (remove_files) COMPLETE
71732026-09-06T04:48:11.049Z[ recovery-image] Sep 06 04:48:09.926 INFO O| Sep 06 04:48:09.926 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-09-06T04:48:11.058Z[ recovery-image] Sep 06 04:48:09.936 INFO O| Sep 06 04:48:09.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71752026-09-06T04:48:11.059Z[ recovery-image] Sep 06 04:48:09.936 INFO O| Sep 06 04:48:09.936 INFO STEP 611 (remove_files) COMPLETE
71762026-09-06T04:48:11.062Z[ recovery-image] Sep 06 04:48:09.936 INFO O| Sep 06 04:48:09.936 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-09-06T04:48:11.073Z[ recovery-image] Sep 06 04:48:09.950 INFO O| Sep 06 04:48:09.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71782026-09-06T04:48:11.073Z[ recovery-image] Sep 06 04:48:09.950 INFO O| Sep 06 04:48:09.950 INFO STEP 612 (remove_files) COMPLETE
71792026-09-06T04:48:11.073Z[ recovery-image] Sep 06 04:48:09.950 INFO O| Sep 06 04:48:09.950 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-09-06T04:48:11.084Z[ recovery-image] Sep 06 04:48:09.962 INFO O| Sep 06 04:48:09.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71812026-09-06T04:48:11.084Z[ recovery-image] Sep 06 04:48:09.962 INFO O| Sep 06 04:48:09.962 INFO STEP 613 (remove_files) COMPLETE
71822026-09-06T04:48:11.084Z[ recovery-image] Sep 06 04:48:09.962 INFO O| Sep 06 04:48:09.962 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-06T04:48:11.096Z[ recovery-image] Sep 06 04:48:09.974 INFO O| Sep 06 04:48:09.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71842026-09-06T04:48:11.096Z[ recovery-image] Sep 06 04:48:09.974 INFO O| Sep 06 04:48:09.974 INFO STEP 614 (remove_files) COMPLETE
71852026-09-06T04:48:11.096Z[ recovery-image] Sep 06 04:48:09.974 INFO O| Sep 06 04:48:09.974 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-06T04:48:11.108Z[ recovery-image] Sep 06 04:48:09.986 INFO O| Sep 06 04:48:09.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71872026-09-06T04:48:11.108Z[ recovery-image] Sep 06 04:48:09.986 INFO O| Sep 06 04:48:09.986 INFO STEP 615 (remove_files) COMPLETE
71882026-09-06T04:48:11.108Z[ recovery-image] Sep 06 04:48:09.986 INFO O| Sep 06 04:48:09.986 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-06T04:48:11.119Z[ recovery-image] Sep 06 04:48:09.997 INFO O| Sep 06 04:48:09.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71902026-09-06T04:48:11.119Z[ recovery-image] Sep 06 04:48:09.997 INFO O| Sep 06 04:48:09.997 INFO STEP 616 (remove_files) COMPLETE
71912026-09-06T04:48:11.119Z[ recovery-image] Sep 06 04:48:09.997 INFO O| Sep 06 04:48:09.997 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-09-06T04:48:11.149Z[ recovery-image] Sep 06 04:48:10.027 INFO O| Sep 06 04:48:10.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71932026-09-06T04:48:11.149Z[ recovery-image] Sep 06 04:48:10.027 INFO O| Sep 06 04:48:10.027 INFO STEP 617 (remove_files) COMPLETE
71942026-09-06T04:48:11.149Z[ recovery-image] Sep 06 04:48:10.027 INFO O| Sep 06 04:48:10.027 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-06T04:48:11.174Z[ recovery-image] Sep 06 04:48:10.047 INFO O| Sep 06 04:48:10.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71962026-09-06T04:48:11.177Z[ recovery-image] Sep 06 04:48:10.047 INFO O| Sep 06 04:48:10.046 INFO STEP 618 (remove_files) COMPLETE
71972026-09-06T04:48:11.177Z[ recovery-image] Sep 06 04:48:10.047 INFO O| Sep 06 04:48:10.046 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-06T04:48:11.181Z[ recovery-image] Sep 06 04:48:10.059 INFO O| Sep 06 04:48:10.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71992026-09-06T04:48:11.185Z[ recovery-image] Sep 06 04:48:10.059 INFO O| Sep 06 04:48:10.059 INFO STEP 619 (remove_files) COMPLETE
72002026-09-06T04:48:11.185Z[ recovery-image] Sep 06 04:48:10.059 INFO O| Sep 06 04:48:10.059 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-09-06T04:48:11.191Z[ recovery-image] Sep 06 04:48:10.069 INFO O| Sep 06 04:48:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72022026-09-06T04:48:11.191Z[ recovery-image] Sep 06 04:48:10.069 INFO O| Sep 06 04:48:10.069 INFO STEP 620 (remove_files) COMPLETE
72032026-09-06T04:48:11.191Z[ recovery-image] Sep 06 04:48:10.069 INFO O| Sep 06 04:48:10.069 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-09-06T04:48:11.201Z[ recovery-image] Sep 06 04:48:10.078 INFO O| Sep 06 04:48:10.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72052026-09-06T04:48:11.201Z[ recovery-image] Sep 06 04:48:10.079 INFO O| Sep 06 04:48:10.079 INFO STEP 621 (remove_files) COMPLETE
72062026-09-06T04:48:11.201Z[ recovery-image] Sep 06 04:48:10.079 INFO O| Sep 06 04:48:10.079 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-09-06T04:48:11.213Z[ recovery-image] Sep 06 04:48:10.090 INFO O| Sep 06 04:48:10.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72082026-09-06T04:48:11.213Z[ recovery-image] Sep 06 04:48:10.090 INFO O| Sep 06 04:48:10.090 INFO STEP 622 (remove_files) COMPLETE
72092026-09-06T04:48:11.213Z[ recovery-image] Sep 06 04:48:10.090 INFO O| Sep 06 04:48:10.090 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-09-06T04:48:11.224Z[ recovery-image] Sep 06 04:48:10.101 INFO O| Sep 06 04:48:10.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72112026-09-06T04:48:11.224Z[ recovery-image] Sep 06 04:48:10.101 INFO O| Sep 06 04:48:10.101 INFO STEP 623 (remove_files) COMPLETE
72122026-09-06T04:48:11.224Z[ recovery-image] Sep 06 04:48:10.101 INFO O| Sep 06 04:48:10.101 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-09-06T04:48:11.235Z[ recovery-image] Sep 06 04:48:10.112 INFO O| Sep 06 04:48:10.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72142026-09-06T04:48:11.235Z[ recovery-image] Sep 06 04:48:10.112 INFO O| Sep 06 04:48:10.112 INFO STEP 624 (remove_files) COMPLETE
72152026-09-06T04:48:11.238Z[ recovery-image] Sep 06 04:48:10.112 INFO O| Sep 06 04:48:10.112 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-09-06T04:48:11.245Z[ recovery-image] Sep 06 04:48:10.123 INFO O| Sep 06 04:48:10.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72172026-09-06T04:48:11.245Z[ recovery-image] Sep 06 04:48:10.123 INFO O| Sep 06 04:48:10.123 INFO STEP 625 (remove_files) COMPLETE
72182026-09-06T04:48:11.245Z[ recovery-image] Sep 06 04:48:10.123 INFO O| Sep 06 04:48:10.123 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-09-06T04:48:11.257Z[ recovery-image] Sep 06 04:48:10.134 INFO O| Sep 06 04:48:10.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72202026-09-06T04:48:11.257Z[ recovery-image] Sep 06 04:48:10.134 INFO O| Sep 06 04:48:10.134 INFO STEP 626 (remove_files) COMPLETE
72212026-09-06T04:48:11.260Z[ recovery-image] Sep 06 04:48:10.134 INFO O| Sep 06 04:48:10.134 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-09-06T04:48:11.267Z[ recovery-image] Sep 06 04:48:10.145 INFO O| Sep 06 04:48:10.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72232026-09-06T04:48:11.267Z[ recovery-image] Sep 06 04:48:10.145 INFO O| Sep 06 04:48:10.145 INFO STEP 627 (remove_files) COMPLETE
72242026-09-06T04:48:11.267Z[ recovery-image] Sep 06 04:48:10.145 INFO O| Sep 06 04:48:10.145 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-09-06T04:48:11.278Z[ recovery-image] Sep 06 04:48:10.155 INFO O| Sep 06 04:48:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72262026-09-06T04:48:11.278Z[ recovery-image] Sep 06 04:48:10.155 INFO O| Sep 06 04:48:10.155 INFO STEP 628 (remove_files) COMPLETE
72272026-09-06T04:48:11.278Z[ recovery-image] Sep 06 04:48:10.155 INFO O| Sep 06 04:48:10.155 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-09-06T04:48:11.288Z[ recovery-image] Sep 06 04:48:10.165 INFO O| Sep 06 04:48:10.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72292026-09-06T04:48:11.288Z[ recovery-image] Sep 06 04:48:10.165 INFO O| Sep 06 04:48:10.165 INFO STEP 629 (remove_files) COMPLETE
72302026-09-06T04:48:11.288Z[ recovery-image] Sep 06 04:48:10.165 INFO O| Sep 06 04:48:10.165 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-09-06T04:48:11.297Z[ recovery-image] Sep 06 04:48:10.175 INFO O| Sep 06 04:48:10.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72322026-09-06T04:48:11.297Z[ recovery-image] Sep 06 04:48:10.175 INFO O| Sep 06 04:48:10.175 INFO STEP 630 (remove_files) COMPLETE
72332026-09-06T04:48:11.300Z[ recovery-image] Sep 06 04:48:10.175 INFO O| Sep 06 04:48:10.175 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-09-06T04:48:11.308Z[ recovery-image] Sep 06 04:48:10.186 INFO O| Sep 06 04:48:10.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72352026-09-06T04:48:11.308Z[ recovery-image] Sep 06 04:48:10.186 INFO O| Sep 06 04:48:10.186 INFO STEP 631 (remove_files) COMPLETE
72362026-09-06T04:48:11.311Z[ recovery-image] Sep 06 04:48:10.186 INFO O| Sep 06 04:48:10.186 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-09-06T04:48:11.319Z[ recovery-image] Sep 06 04:48:10.197 INFO O| Sep 06 04:48:10.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72382026-09-06T04:48:11.319Z[ recovery-image] Sep 06 04:48:10.197 INFO O| Sep 06 04:48:10.197 INFO STEP 632 (remove_files) COMPLETE
72392026-09-06T04:48:11.319Z[ recovery-image] Sep 06 04:48:10.197 INFO O| Sep 06 04:48:10.197 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-09-06T04:48:11.329Z[ recovery-image] Sep 06 04:48:10.207 INFO O| Sep 06 04:48:10.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72412026-09-06T04:48:11.329Z[ recovery-image] Sep 06 04:48:10.207 INFO O| Sep 06 04:48:10.207 INFO STEP 633 (remove_files) COMPLETE
72422026-09-06T04:48:11.332Z[ recovery-image] Sep 06 04:48:10.207 INFO O| Sep 06 04:48:10.207 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-09-06T04:48:11.338Z[ recovery-image] Sep 06 04:48:10.216 INFO O| Sep 06 04:48:10.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72442026-09-06T04:48:11.338Z[ recovery-image] Sep 06 04:48:10.216 INFO O| Sep 06 04:48:10.216 INFO STEP 634 (remove_files) COMPLETE
72452026-09-06T04:48:11.341Z[ recovery-image] Sep 06 04:48:10.216 INFO O| Sep 06 04:48:10.216 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-09-06T04:48:11.347Z[ recovery-image] Sep 06 04:48:10.225 INFO O| Sep 06 04:48:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72472026-09-06T04:48:11.347Z[ recovery-image] Sep 06 04:48:10.225 INFO O| Sep 06 04:48:10.225 INFO STEP 635 (remove_files) COMPLETE
72482026-09-06T04:48:11.347Z[ recovery-image] Sep 06 04:48:10.225 INFO O| Sep 06 04:48:10.225 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-09-06T04:48:11.357Z[ recovery-image] Sep 06 04:48:10.235 INFO O| Sep 06 04:48:10.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72502026-09-06T04:48:11.357Z[ recovery-image] Sep 06 04:48:10.235 INFO O| Sep 06 04:48:10.235 INFO STEP 636 (remove_files) COMPLETE
72512026-09-06T04:48:11.360Z[ recovery-image] Sep 06 04:48:10.235 INFO O| Sep 06 04:48:10.235 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-09-06T04:48:11.367Z[ recovery-image] Sep 06 04:48:10.244 INFO O| Sep 06 04:48:10.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72532026-09-06T04:48:11.367Z[ recovery-image] Sep 06 04:48:10.244 INFO O| Sep 06 04:48:10.244 INFO STEP 637 (remove_files) COMPLETE
72542026-09-06T04:48:11.367Z[ recovery-image] Sep 06 04:48:10.244 INFO O| Sep 06 04:48:10.244 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-09-06T04:48:11.374Z[ recovery-image] Sep 06 04:48:10.252 INFO O| Sep 06 04:48:10.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72562026-09-06T04:48:11.374Z[ recovery-image] Sep 06 04:48:10.252 INFO O| Sep 06 04:48:10.252 INFO STEP 638 (remove_files) COMPLETE
72572026-09-06T04:48:11.374Z[ recovery-image] Sep 06 04:48:10.252 INFO O| Sep 06 04:48:10.252 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-09-06T04:48:11.382Z[ recovery-image] Sep 06 04:48:10.260 INFO O| Sep 06 04:48:10.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72592026-09-06T04:48:11.382Z[ recovery-image] Sep 06 04:48:10.260 INFO O| Sep 06 04:48:10.260 INFO STEP 639 (remove_files) COMPLETE
72602026-09-06T04:48:11.382Z[ recovery-image] Sep 06 04:48:10.260 INFO O| Sep 06 04:48:10.260 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-09-06T04:48:11.390Z[ recovery-image] Sep 06 04:48:10.268 INFO O| Sep 06 04:48:10.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72622026-09-06T04:48:11.390Z[ recovery-image] Sep 06 04:48:10.268 INFO O| Sep 06 04:48:10.268 INFO STEP 640 (remove_files) COMPLETE
72632026-09-06T04:48:11.390Z[ recovery-image] Sep 06 04:48:10.268 INFO O| Sep 06 04:48:10.268 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-09-06T04:48:11.401Z[ recovery-image] Sep 06 04:48:10.278 INFO O| Sep 06 04:48:10.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72652026-09-06T04:48:11.401Z[ recovery-image] Sep 06 04:48:10.279 INFO O| Sep 06 04:48:10.279 INFO STEP 641 (remove_files) COMPLETE
72662026-09-06T04:48:11.404Z[ recovery-image] Sep 06 04:48:10.279 INFO O| Sep 06 04:48:10.279 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-09-06T04:48:11.411Z[ recovery-image] Sep 06 04:48:10.289 INFO O| Sep 06 04:48:10.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72682026-09-06T04:48:11.411Z[ recovery-image] Sep 06 04:48:10.289 INFO O| Sep 06 04:48:10.289 INFO STEP 642 (remove_files) COMPLETE
72692026-09-06T04:48:11.411Z[ recovery-image] Sep 06 04:48:10.289 INFO O| Sep 06 04:48:10.289 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-09-06T04:48:11.422Z[ recovery-image] Sep 06 04:48:10.300 INFO O| Sep 06 04:48:10.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72712026-09-06T04:48:11.423Z[ recovery-image] Sep 06 04:48:10.300 INFO O| Sep 06 04:48:10.300 INFO STEP 643 (remove_files) COMPLETE
72722026-09-06T04:48:11.423Z[ recovery-image] Sep 06 04:48:10.300 INFO O| Sep 06 04:48:10.300 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-09-06T04:48:11.432Z[ recovery-image] Sep 06 04:48:10.310 INFO O| Sep 06 04:48:10.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72742026-09-06T04:48:11.432Z[ recovery-image] Sep 06 04:48:10.310 INFO O| Sep 06 04:48:10.310 INFO STEP 644 (remove_files) COMPLETE
72752026-09-06T04:48:11.432Z[ recovery-image] Sep 06 04:48:10.310 INFO O| Sep 06 04:48:10.310 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-09-06T04:48:11.442Z[ recovery-image] Sep 06 04:48:10.319 INFO O| Sep 06 04:48:10.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72772026-09-06T04:48:11.442Z[ recovery-image] Sep 06 04:48:10.319 INFO O| Sep 06 04:48:10.319 INFO STEP 645 (remove_files) COMPLETE
72782026-09-06T04:48:11.442Z[ recovery-image] Sep 06 04:48:10.319 INFO O| Sep 06 04:48:10.319 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-09-06T04:48:11.451Z[ recovery-image] Sep 06 04:48:10.329 INFO O| Sep 06 04:48:10.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72802026-09-06T04:48:11.451Z[ recovery-image] Sep 06 04:48:10.329 INFO O| Sep 06 04:48:10.329 INFO STEP 646 (remove_files) COMPLETE
72812026-09-06T04:48:11.454Z[ recovery-image] Sep 06 04:48:10.329 INFO O| Sep 06 04:48:10.329 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-09-06T04:48:11.460Z[ recovery-image] Sep 06 04:48:10.338 INFO O| Sep 06 04:48:10.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72832026-09-06T04:48:11.460Z[ recovery-image] Sep 06 04:48:10.338 INFO O| Sep 06 04:48:10.338 INFO STEP 647 (remove_files) COMPLETE
72842026-09-06T04:48:11.463Z[ recovery-image] Sep 06 04:48:10.338 INFO O| Sep 06 04:48:10.338 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-09-06T04:48:11.472Z[ recovery-image] Sep 06 04:48:10.349 INFO O| Sep 06 04:48:10.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72862026-09-06T04:48:11.472Z[ recovery-image] Sep 06 04:48:10.349 INFO O| Sep 06 04:48:10.349 INFO STEP 648 (remove_files) COMPLETE
72872026-09-06T04:48:11.475Z[ recovery-image] Sep 06 04:48:10.352 INFO O| Sep 06 04:48:10.349 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-09-06T04:48:11.482Z[ recovery-image] Sep 06 04:48:10.359 INFO O| Sep 06 04:48:10.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72892026-09-06T04:48:11.482Z[ recovery-image] Sep 06 04:48:10.360 INFO O| Sep 06 04:48:10.359 INFO STEP 649 (remove_files) COMPLETE
72902026-09-06T04:48:11.482Z[ recovery-image] Sep 06 04:48:10.360 INFO O| Sep 06 04:48:10.360 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-09-06T04:48:11.491Z[ recovery-image] Sep 06 04:48:10.369 INFO O| Sep 06 04:48:10.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72922026-09-06T04:48:11.494Z[ recovery-image] Sep 06 04:48:10.370 INFO O| Sep 06 04:48:10.370 INFO STEP 650 (remove_files) COMPLETE
72932026-09-06T04:48:11.494Z[ recovery-image] Sep 06 04:48:10.370 INFO O| Sep 06 04:48:10.370 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-09-06T04:48:11.494Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
72952026-09-06T04:48:11.509Z[ recovery-image] Sep 06 04:48:10.380 INFO O| Sep 06 04:48:10.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72962026-09-06T04:48:11.509Z[ recovery-image] Sep 06 04:48:10.380 INFO O| Sep 06 04:48:10.380 INFO STEP 651 (remove_files) COMPLETE
72972026-09-06T04:48:11.510Z[ recovery-image] Sep 06 04:48:10.380 INFO O| Sep 06 04:48:10.380 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-06T04:48:11.513Z[ recovery-image] Sep 06 04:48:10.391 INFO O| Sep 06 04:48:10.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72992026-09-06T04:48:11.513Z[ recovery-image] Sep 06 04:48:10.391 INFO O| Sep 06 04:48:10.391 INFO STEP 652 (remove_files) COMPLETE
73002026-09-06T04:48:11.517Z[ recovery-image] Sep 06 04:48:10.391 INFO O| Sep 06 04:48:10.391 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-06T04:48:11.524Z[ recovery-image] Sep 06 04:48:10.401 INFO O| Sep 06 04:48:10.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73022026-09-06T04:48:11.524Z[ recovery-image] Sep 06 04:48:10.401 INFO O| Sep 06 04:48:10.401 INFO STEP 653 (remove_files) COMPLETE
73032026-09-06T04:48:11.524Z[ recovery-image] Sep 06 04:48:10.401 INFO O| Sep 06 04:48:10.401 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-06T04:48:11.532Z[ recovery-image] Sep 06 04:48:10.409 INFO O| Sep 06 04:48:10.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73052026-09-06T04:48:11.532Z[ recovery-image] Sep 06 04:48:10.409 INFO O| Sep 06 04:48:10.409 INFO STEP 654 (remove_files) COMPLETE
73062026-09-06T04:48:11.532Z[ recovery-image] Sep 06 04:48:10.409 INFO O| Sep 06 04:48:10.409 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-06T04:48:11.540Z[ recovery-image] Sep 06 04:48:10.418 INFO O| Sep 06 04:48:10.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73082026-09-06T04:48:11.540Z[ recovery-image] Sep 06 04:48:10.418 INFO O| Sep 06 04:48:10.418 INFO STEP 655 (remove_files) COMPLETE
73092026-09-06T04:48:11.540Z[ recovery-image] Sep 06 04:48:10.418 INFO O| Sep 06 04:48:10.418 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-06T04:48:11.547Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73112026-09-06T04:48:11.550Z[ recovery-image] Sep 06 04:48:10.426 INFO O| Sep 06 04:48:10.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73122026-09-06T04:48:11.550Z[ recovery-image] Sep 06 04:48:10.427 INFO O| Sep 06 04:48:10.427 INFO STEP 656 (remove_files) COMPLETE
73132026-09-06T04:48:11.550Z[ recovery-image] Sep 06 04:48:10.427 INFO O| Sep 06 04:48:10.427 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-06T04:48:11.560Z[ recovery-image] Sep 06 04:48:10.438 INFO O| Sep 06 04:48:10.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73152026-09-06T04:48:11.560Z[ recovery-image] Sep 06 04:48:10.438 INFO O| Sep 06 04:48:10.438 INFO STEP 657 (remove_files) COMPLETE
73162026-09-06T04:48:11.560Z[ recovery-image] Sep 06 04:48:10.438 INFO O| Sep 06 04:48:10.438 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-06T04:48:11.570Z[ recovery-image] Sep 06 04:48:10.448 INFO O| Sep 06 04:48:10.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73182026-09-06T04:48:11.570Z[ recovery-image] Sep 06 04:48:10.448 INFO O| Sep 06 04:48:10.448 INFO STEP 658 (remove_files) COMPLETE
73192026-09-06T04:48:11.570Z[ recovery-image] Sep 06 04:48:10.448 INFO O| Sep 06 04:48:10.448 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-06T04:48:11.581Z[ recovery-image] Sep 06 04:48:10.457 INFO O| Sep 06 04:48:10.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73212026-09-06T04:48:11.581Z[ recovery-image] Sep 06 04:48:10.457 INFO O| Sep 06 04:48:10.457 INFO STEP 659 (remove_files) COMPLETE
73222026-09-06T04:48:11.584Z[ recovery-image] Sep 06 04:48:10.457 INFO O| Sep 06 04:48:10.457 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-06T04:48:11.589Z[ recovery-image] Sep 06 04:48:10.467 INFO O| Sep 06 04:48:10.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73242026-09-06T04:48:11.590Z[ recovery-image] Sep 06 04:48:10.467 INFO O| Sep 06 04:48:10.467 INFO STEP 660 (remove_files) COMPLETE
73252026-09-06T04:48:11.590Z[ recovery-image] Sep 06 04:48:10.467 INFO O| Sep 06 04:48:10.467 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-06T04:48:11.599Z[ recovery-image] Sep 06 04:48:10.476 INFO O| Sep 06 04:48:10.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73272026-09-06T04:48:11.599Z[ recovery-image] Sep 06 04:48:10.476 INFO O| Sep 06 04:48:10.476 INFO STEP 661 (remove_files) COMPLETE
73282026-09-06T04:48:11.599Z[ recovery-image] Sep 06 04:48:10.476 INFO O| Sep 06 04:48:10.476 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-06T04:48:11.607Z[ recovery-image] Sep 06 04:48:10.485 INFO O| Sep 06 04:48:10.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73302026-09-06T04:48:11.607Z[ recovery-image] Sep 06 04:48:10.485 INFO O| Sep 06 04:48:10.485 INFO STEP 662 (remove_files) COMPLETE
73312026-09-06T04:48:11.607Z[ recovery-image] Sep 06 04:48:10.485 INFO O| Sep 06 04:48:10.485 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-06T04:48:11.616Z[ recovery-image] Sep 06 04:48:10.493 INFO O| Sep 06 04:48:10.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73332026-09-06T04:48:11.616Z[ recovery-image] Sep 06 04:48:10.493 INFO O| Sep 06 04:48:10.493 INFO STEP 663 (remove_files) COMPLETE
73342026-09-06T04:48:11.619Z[ recovery-image] Sep 06 04:48:10.493 INFO O| Sep 06 04:48:10.493 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-09-06T04:48:11.625Z[ recovery-image] Sep 06 04:48:10.503 INFO O| Sep 06 04:48:10.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73362026-09-06T04:48:11.628Z[ recovery-image] Sep 06 04:48:10.503 INFO O| Sep 06 04:48:10.503 INFO STEP 664 (remove_files) COMPLETE
73372026-09-06T04:48:11.628Z[ recovery-image] Sep 06 04:48:10.503 INFO O| Sep 06 04:48:10.503 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-09-06T04:48:11.634Z[ recovery-image] Sep 06 04:48:10.512 INFO O| Sep 06 04:48:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73392026-09-06T04:48:11.634Z[ recovery-image] Sep 06 04:48:10.512 INFO O| Sep 06 04:48:10.512 INFO STEP 665 (remove_files) COMPLETE
73402026-09-06T04:48:11.634Z[ recovery-image] Sep 06 04:48:10.512 INFO O| Sep 06 04:48:10.512 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-09-06T04:48:11.651Z[ recovery-image] Sep 06 04:48:10.523 INFO O| Sep 06 04:48:10.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73422026-09-06T04:48:11.651Z[ recovery-image] Sep 06 04:48:10.523 INFO O| Sep 06 04:48:10.523 INFO STEP 666 (remove_files) COMPLETE
73432026-09-06T04:48:11.651Z[ recovery-image] Sep 06 04:48:10.523 INFO O| Sep 06 04:48:10.523 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-09-06T04:48:11.654Z[ recovery-image] Sep 06 04:48:10.532 INFO O| Sep 06 04:48:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73452026-09-06T04:48:11.655Z[ recovery-image] Sep 06 04:48:10.532 INFO O| Sep 06 04:48:10.532 INFO STEP 667 (remove_files) COMPLETE
73462026-09-06T04:48:11.655Z[ recovery-image] Sep 06 04:48:10.532 INFO O| Sep 06 04:48:10.532 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-09-06T04:48:11.664Z[ recovery-image] Sep 06 04:48:10.541 INFO O| Sep 06 04:48:10.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73482026-09-06T04:48:11.664Z[ recovery-image] Sep 06 04:48:10.541 INFO O| Sep 06 04:48:10.541 INFO STEP 668 (remove_files) COMPLETE
73492026-09-06T04:48:11.664Z[ recovery-image] Sep 06 04:48:10.541 INFO O| Sep 06 04:48:10.541 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-09-06T04:48:11.674Z[ recovery-image] Sep 06 04:48:10.551 INFO O| Sep 06 04:48:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73512026-09-06T04:48:11.674Z[ recovery-image] Sep 06 04:48:10.551 INFO O| Sep 06 04:48:10.551 INFO STEP 669 (remove_files) COMPLETE
73522026-09-06T04:48:11.677Z[ recovery-image] Sep 06 04:48:10.552 INFO O| Sep 06 04:48:10.551 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-09-06T04:48:11.683Z[ recovery-image] Sep 06 04:48:10.560 INFO O| Sep 06 04:48:10.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73542026-09-06T04:48:11.683Z[ recovery-image] Sep 06 04:48:10.560 INFO O| Sep 06 04:48:10.560 INFO STEP 670 (remove_files) COMPLETE
73552026-09-06T04:48:11.686Z[ recovery-image] Sep 06 04:48:10.560 INFO O| Sep 06 04:48:10.560 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-09-06T04:48:11.692Z[ recovery-image] Sep 06 04:48:10.569 INFO O| Sep 06 04:48:10.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73572026-09-06T04:48:11.692Z[ recovery-image] Sep 06 04:48:10.569 INFO O| Sep 06 04:48:10.569 INFO STEP 671 (remove_files) COMPLETE
73582026-09-06T04:48:11.695Z[ recovery-image] Sep 06 04:48:10.569 INFO O| Sep 06 04:48:10.569 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-06T04:48:11.701Z[ recovery-image] Sep 06 04:48:10.578 INFO O| Sep 06 04:48:10.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73602026-09-06T04:48:11.701Z[ recovery-image] Sep 06 04:48:10.578 INFO O| Sep 06 04:48:10.578 INFO STEP 672 (remove_files) COMPLETE
73612026-09-06T04:48:11.701Z[ recovery-image] Sep 06 04:48:10.578 INFO O| Sep 06 04:48:10.578 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-09-06T04:48:11.710Z[ recovery-image] Sep 06 04:48:10.588 INFO O| Sep 06 04:48:10.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73632026-09-06T04:48:11.711Z[ recovery-image] Sep 06 04:48:10.588 INFO O| Sep 06 04:48:10.588 INFO STEP 673 (remove_files) COMPLETE
73642026-09-06T04:48:11.711Z[ recovery-image] Sep 06 04:48:10.588 INFO O| Sep 06 04:48:10.588 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-06T04:48:11.719Z[ recovery-image] Sep 06 04:48:10.597 INFO O| Sep 06 04:48:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73662026-09-06T04:48:11.719Z[ recovery-image] Sep 06 04:48:10.597 INFO O| Sep 06 04:48:10.597 INFO STEP 674 (remove_files) COMPLETE
73672026-09-06T04:48:11.719Z[ recovery-image] Sep 06 04:48:10.597 INFO O| Sep 06 04:48:10.597 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-06T04:48:11.730Z[ recovery-image] Sep 06 04:48:10.607 INFO O| Sep 06 04:48:10.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73692026-09-06T04:48:11.730Z[ recovery-image] Sep 06 04:48:10.607 INFO O| Sep 06 04:48:10.607 INFO STEP 675 (remove_files) COMPLETE
73702026-09-06T04:48:11.730Z[ recovery-image] Sep 06 04:48:10.607 INFO O| Sep 06 04:48:10.607 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-06T04:48:11.741Z[ recovery-image] Sep 06 04:48:10.618 INFO O| Sep 06 04:48:10.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73722026-09-06T04:48:11.741Z[ recovery-image] Sep 06 04:48:10.618 INFO O| Sep 06 04:48:10.618 INFO STEP 676 (remove_files) COMPLETE
73732026-09-06T04:48:11.744Z[ recovery-image] Sep 06 04:48:10.618 INFO O| Sep 06 04:48:10.618 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-06T04:48:11.751Z[ recovery-image] Sep 06 04:48:10.628 INFO O| Sep 06 04:48:10.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73752026-09-06T04:48:11.751Z[ recovery-image] Sep 06 04:48:10.629 INFO O| Sep 06 04:48:10.628 INFO STEP 677 (remove_files) COMPLETE
73762026-09-06T04:48:11.751Z[ recovery-image] Sep 06 04:48:10.629 INFO O| Sep 06 04:48:10.628 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-06T04:48:11.761Z[ recovery-image] Sep 06 04:48:10.638 INFO O| Sep 06 04:48:10.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73782026-09-06T04:48:11.762Z[ recovery-image] Sep 06 04:48:10.638 INFO O| Sep 06 04:48:10.638 INFO STEP 678 (remove_files) COMPLETE
73792026-09-06T04:48:11.762Z[ recovery-image] Sep 06 04:48:10.638 INFO O| Sep 06 04:48:10.638 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-06T04:48:11.770Z[ recovery-image] Sep 06 04:48:10.647 INFO O| Sep 06 04:48:10.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73812026-09-06T04:48:11.770Z[ recovery-image] Sep 06 04:48:10.648 INFO O| Sep 06 04:48:10.648 INFO STEP 679 (remove_files) COMPLETE
73822026-09-06T04:48:11.770Z[ recovery-image] Sep 06 04:48:10.648 INFO O| Sep 06 04:48:10.648 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-06T04:48:11.779Z[ recovery-image] Sep 06 04:48:10.657 INFO O| Sep 06 04:48:10.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73842026-09-06T04:48:11.782Z[ recovery-image] Sep 06 04:48:10.658 INFO O| Sep 06 04:48:10.658 INFO STEP 680 (remove_files) COMPLETE
73852026-09-06T04:48:11.783Z[ recovery-image] Sep 06 04:48:10.658 INFO O| Sep 06 04:48:10.658 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-06T04:48:11.791Z[ recovery-image] Sep 06 04:48:10.668 INFO O| Sep 06 04:48:10.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73872026-09-06T04:48:11.791Z[ recovery-image] Sep 06 04:48:10.668 INFO O| Sep 06 04:48:10.668 INFO STEP 681 (remove_files) COMPLETE
73882026-09-06T04:48:11.794Z[ recovery-image] Sep 06 04:48:10.668 INFO O| Sep 06 04:48:10.668 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-06T04:48:11.802Z[ recovery-image] Sep 06 04:48:10.680 INFO O| Sep 06 04:48:10.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73902026-09-06T04:48:11.802Z[ recovery-image] Sep 06 04:48:10.680 INFO O| Sep 06 04:48:10.680 INFO STEP 682 (remove_files) COMPLETE
73912026-09-06T04:48:11.802Z[ recovery-image] Sep 06 04:48:10.680 INFO O| Sep 06 04:48:10.680 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-06T04:48:11.812Z[ recovery-image] Sep 06 04:48:10.689 INFO O| Sep 06 04:48:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73932026-09-06T04:48:11.812Z[ recovery-image] Sep 06 04:48:10.689 INFO O| Sep 06 04:48:10.689 INFO STEP 683 (remove_files) COMPLETE
73942026-09-06T04:48:11.815Z[ recovery-image] Sep 06 04:48:10.689 INFO O| Sep 06 04:48:10.689 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-06T04:48:11.832Z[ recovery-image] Sep 06 04:48:10.709 INFO O| Sep 06 04:48:10.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73962026-09-06T04:48:11.832Z[ recovery-image] Sep 06 04:48:10.709 INFO O| Sep 06 04:48:10.709 INFO STEP 684 (remove_files) COMPLETE
73972026-09-06T04:48:11.832Z[ recovery-image] Sep 06 04:48:10.709 INFO O| Sep 06 04:48:10.709 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-06T04:48:11.844Z[ recovery-image] Sep 06 04:48:10.721 INFO O| Sep 06 04:48:10.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73992026-09-06T04:48:11.844Z[ recovery-image] Sep 06 04:48:10.721 INFO O| Sep 06 04:48:10.721 INFO STEP 685 (remove_files) COMPLETE
74002026-09-06T04:48:11.847Z[ recovery-image] Sep 06 04:48:10.721 INFO O| Sep 06 04:48:10.721 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-06T04:48:11.854Z[ recovery-image] Sep 06 04:48:10.732 INFO O| Sep 06 04:48:10.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74022026-09-06T04:48:11.854Z[ recovery-image] Sep 06 04:48:10.732 INFO O| Sep 06 04:48:10.732 INFO STEP 686 (remove_files) COMPLETE
74032026-09-06T04:48:11.854Z[ recovery-image] Sep 06 04:48:10.732 INFO O| Sep 06 04:48:10.732 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-06T04:48:11.885Z[ recovery-image] Sep 06 04:48:10.762 INFO O| Sep 06 04:48:10.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74052026-09-06T04:48:11.885Z[ recovery-image] Sep 06 04:48:10.762 INFO O| Sep 06 04:48:10.762 INFO STEP 687 (remove_files) COMPLETE
74062026-09-06T04:48:11.888Z[ recovery-image] Sep 06 04:48:10.762 INFO O| Sep 06 04:48:10.762 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-06T04:48:11.893Z[ recovery-image] Sep 06 04:48:10.771 INFO O| Sep 06 04:48:10.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74082026-09-06T04:48:11.893Z[ recovery-image] Sep 06 04:48:10.771 INFO O| Sep 06 04:48:10.771 INFO STEP 688 (remove_files) COMPLETE
74092026-09-06T04:48:11.896Z[ recovery-image] Sep 06 04:48:10.771 INFO O| Sep 06 04:48:10.771 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-06T04:48:11.901Z[ recovery-image] Sep 06 04:48:10.779 INFO O| Sep 06 04:48:10.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74112026-09-06T04:48:11.901Z[ recovery-image] Sep 06 04:48:10.779 INFO O| Sep 06 04:48:10.779 INFO STEP 689 (remove_files) COMPLETE
74122026-09-06T04:48:11.901Z[ recovery-image] Sep 06 04:48:10.779 INFO O| Sep 06 04:48:10.779 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-06T04:48:11.910Z[ recovery-image] Sep 06 04:48:10.788 INFO O| Sep 06 04:48:10.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74142026-09-06T04:48:11.910Z[ recovery-image] Sep 06 04:48:10.788 INFO O| Sep 06 04:48:10.788 INFO STEP 690 (remove_files) COMPLETE
74152026-09-06T04:48:11.910Z[ recovery-image] Sep 06 04:48:10.788 INFO O| Sep 06 04:48:10.788 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-06T04:48:11.919Z[ recovery-image] Sep 06 04:48:10.796 INFO O| Sep 06 04:48:10.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74172026-09-06T04:48:11.919Z[ recovery-image] Sep 06 04:48:10.796 INFO O| Sep 06 04:48:10.796 INFO STEP 691 (remove_files) COMPLETE
74182026-09-06T04:48:11.919Z[ recovery-image] Sep 06 04:48:10.796 INFO O| Sep 06 04:48:10.796 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-06T04:48:11.928Z[ recovery-image] Sep 06 04:48:10.805 INFO O| Sep 06 04:48:10.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74202026-09-06T04:48:11.928Z[ recovery-image] Sep 06 04:48:10.805 INFO O| Sep 06 04:48:10.805 INFO STEP 692 (remove_files) COMPLETE
74212026-09-06T04:48:11.931Z[ recovery-image] Sep 06 04:48:10.805 INFO O| Sep 06 04:48:10.805 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-06T04:48:11.936Z[ recovery-image] Sep 06 04:48:10.814 INFO O| Sep 06 04:48:10.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74232026-09-06T04:48:11.936Z[ recovery-image] Sep 06 04:48:10.814 INFO O| Sep 06 04:48:10.814 INFO STEP 693 (remove_files) COMPLETE
74242026-09-06T04:48:11.936Z[ recovery-image] Sep 06 04:48:10.814 INFO O| Sep 06 04:48:10.814 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-06T04:48:11.944Z[ recovery-image] Sep 06 04:48:10.822 INFO O| Sep 06 04:48:10.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74262026-09-06T04:48:11.944Z[ recovery-image] Sep 06 04:48:10.822 INFO O| Sep 06 04:48:10.822 INFO STEP 694 (remove_files) COMPLETE
74272026-09-06T04:48:11.944Z[ recovery-image] Sep 06 04:48:10.822 INFO O| Sep 06 04:48:10.822 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-06T04:48:11.953Z[ recovery-image] Sep 06 04:48:10.831 INFO O| Sep 06 04:48:10.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74292026-09-06T04:48:11.953Z[ recovery-image] Sep 06 04:48:10.831 INFO O| Sep 06 04:48:10.831 INFO STEP 695 (remove_files) COMPLETE
74302026-09-06T04:48:11.953Z[ recovery-image] Sep 06 04:48:10.831 INFO O| Sep 06 04:48:10.831 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-06T04:48:11.962Z[ recovery-image] Sep 06 04:48:10.840 INFO O| Sep 06 04:48:10.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74322026-09-06T04:48:11.962Z[ recovery-image] Sep 06 04:48:10.840 INFO O| Sep 06 04:48:10.840 INFO STEP 696 (remove_files) COMPLETE
74332026-09-06T04:48:11.965Z[ recovery-image] Sep 06 04:48:10.840 INFO O| Sep 06 04:48:10.840 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-06T04:48:11.970Z[ recovery-image] Sep 06 04:48:10.848 INFO O| Sep 06 04:48:10.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74352026-09-06T04:48:11.970Z[ recovery-image] Sep 06 04:48:10.848 INFO O| Sep 06 04:48:10.848 INFO STEP 697 (remove_files) COMPLETE
74362026-09-06T04:48:11.974Z[ recovery-image] Sep 06 04:48:10.848 INFO O| Sep 06 04:48:10.848 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-06T04:48:11.978Z[ recovery-image] Sep 06 04:48:10.856 INFO O| Sep 06 04:48:10.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74382026-09-06T04:48:11.978Z[ recovery-image] Sep 06 04:48:10.856 INFO O| Sep 06 04:48:10.856 INFO STEP 698 (remove_files) COMPLETE
74392026-09-06T04:48:11.979Z[ recovery-image] Sep 06 04:48:10.856 INFO O| Sep 06 04:48:10.856 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-06T04:48:11.987Z[ recovery-image] Sep 06 04:48:10.864 INFO O| Sep 06 04:48:10.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74412026-09-06T04:48:11.987Z[ recovery-image] Sep 06 04:48:10.864 INFO O| Sep 06 04:48:10.864 INFO STEP 699 (remove_files) COMPLETE
74422026-09-06T04:48:11.987Z[ recovery-image] Sep 06 04:48:10.864 INFO O| Sep 06 04:48:10.864 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-06T04:48:11.991Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
74442026-09-06T04:48:11.995Z[ recovery-image] Sep 06 04:48:10.873 INFO O| Sep 06 04:48:10.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74452026-09-06T04:48:11.995Z[ recovery-image] Sep 06 04:48:10.873 INFO O| Sep 06 04:48:10.873 INFO STEP 700 (remove_files) COMPLETE
74462026-09-06T04:48:11.998Z[ recovery-image] Sep 06 04:48:10.873 INFO O| Sep 06 04:48:10.873 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-06T04:48:12.005Z[ recovery-image] Sep 06 04:48:10.882 INFO O| Sep 06 04:48:10.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74482026-09-06T04:48:12.005Z[ recovery-image] Sep 06 04:48:10.882 INFO O| Sep 06 04:48:10.882 INFO STEP 701 (remove_files) COMPLETE
74492026-09-06T04:48:12.005Z[ recovery-image] Sep 06 04:48:10.882 INFO O| Sep 06 04:48:10.882 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-06T04:48:12.014Z[ recovery-image] Sep 06 04:48:10.892 INFO O| Sep 06 04:48:10.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74512026-09-06T04:48:12.014Z[ recovery-image] Sep 06 04:48:10.892 INFO O| Sep 06 04:48:10.892 INFO STEP 702 (remove_files) COMPLETE
74522026-09-06T04:48:12.014Z[ recovery-image] Sep 06 04:48:10.892 INFO O| Sep 06 04:48:10.892 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-06T04:48:12.024Z[ recovery-image] Sep 06 04:48:10.901 INFO O| Sep 06 04:48:10.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74542026-09-06T04:48:12.024Z[ recovery-image] Sep 06 04:48:10.901 INFO O| Sep 06 04:48:10.901 INFO STEP 703 (remove_files) COMPLETE
74552026-09-06T04:48:12.024Z[ recovery-image] Sep 06 04:48:10.901 INFO O| Sep 06 04:48:10.901 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-06T04:48:12.033Z[ recovery-image] Sep 06 04:48:10.910 INFO O| Sep 06 04:48:10.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74572026-09-06T04:48:12.033Z[ recovery-image] Sep 06 04:48:10.910 INFO O| Sep 06 04:48:10.910 INFO STEP 704 (remove_files) COMPLETE
74582026-09-06T04:48:12.033Z[ recovery-image] Sep 06 04:48:10.910 INFO O| Sep 06 04:48:10.910 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-06T04:48:12.042Z[ recovery-image] Sep 06 04:48:10.919 INFO O| Sep 06 04:48:10.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74602026-09-06T04:48:12.042Z[ recovery-image] Sep 06 04:48:10.919 INFO O| Sep 06 04:48:10.919 INFO STEP 705 (remove_files) COMPLETE
74612026-09-06T04:48:12.045Z[ recovery-image] Sep 06 04:48:10.919 INFO O| Sep 06 04:48:10.919 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-06T04:48:12.050Z[ recovery-image] Sep 06 04:48:10.927 INFO O| Sep 06 04:48:10.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74632026-09-06T04:48:12.050Z[ recovery-image] Sep 06 04:48:10.927 INFO O| Sep 06 04:48:10.927 INFO STEP 706 (remove_files) COMPLETE
74642026-09-06T04:48:12.050Z[ recovery-image] Sep 06 04:48:10.927 INFO O| Sep 06 04:48:10.927 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-06T04:48:12.058Z[ recovery-image] Sep 06 04:48:10.936 INFO O| Sep 06 04:48:10.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74662026-09-06T04:48:12.058Z[ recovery-image] Sep 06 04:48:10.936 INFO O| Sep 06 04:48:10.936 INFO STEP 707 (remove_files) COMPLETE
74672026-09-06T04:48:12.058Z[ recovery-image] Sep 06 04:48:10.936 INFO O| Sep 06 04:48:10.936 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-06T04:48:12.069Z[ recovery-image] Sep 06 04:48:10.947 INFO O| Sep 06 04:48:10.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74692026-09-06T04:48:12.069Z[ recovery-image] Sep 06 04:48:10.947 INFO O| Sep 06 04:48:10.947 INFO STEP 708 (remove_files) COMPLETE
74702026-09-06T04:48:12.069Z[ recovery-image] Sep 06 04:48:10.947 INFO O| Sep 06 04:48:10.947 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-06T04:48:12.078Z[ recovery-image] Sep 06 04:48:10.956 INFO O| Sep 06 04:48:10.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74722026-09-06T04:48:12.078Z[ recovery-image] Sep 06 04:48:10.956 INFO O| Sep 06 04:48:10.956 INFO STEP 709 (remove_files) COMPLETE
74732026-09-06T04:48:12.078Z[ recovery-image] Sep 06 04:48:10.956 INFO O| Sep 06 04:48:10.956 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-06T04:48:12.087Z[ recovery-image] Sep 06 04:48:10.964 INFO O| Sep 06 04:48:10.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74752026-09-06T04:48:12.087Z[ recovery-image] Sep 06 04:48:10.964 INFO O| Sep 06 04:48:10.964 INFO STEP 710 (remove_files) COMPLETE
74762026-09-06T04:48:12.090Z[ recovery-image] Sep 06 04:48:10.964 INFO O| Sep 06 04:48:10.964 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-09-06T04:48:12.095Z[ recovery-image] Sep 06 04:48:10.973 INFO O| Sep 06 04:48:10.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74782026-09-06T04:48:12.095Z[ recovery-image] Sep 06 04:48:10.973 INFO O| Sep 06 04:48:10.973 INFO STEP 711 (remove_files) COMPLETE
74792026-09-06T04:48:12.098Z[ recovery-image] Sep 06 04:48:10.973 INFO O| Sep 06 04:48:10.973 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-09-06T04:48:12.104Z[ recovery-image] Sep 06 04:48:10.981 INFO O| Sep 06 04:48:10.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74812026-09-06T04:48:12.104Z[ recovery-image] Sep 06 04:48:10.981 INFO O| Sep 06 04:48:10.981 INFO STEP 712 (remove_files) COMPLETE
74822026-09-06T04:48:12.104Z[ recovery-image] Sep 06 04:48:10.981 INFO O| Sep 06 04:48:10.981 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-09-06T04:48:12.112Z[ recovery-image] Sep 06 04:48:10.990 INFO O| Sep 06 04:48:10.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74842026-09-06T04:48:12.112Z[ recovery-image] Sep 06 04:48:10.990 INFO O| Sep 06 04:48:10.990 INFO STEP 713 (remove_files) COMPLETE
74852026-09-06T04:48:12.115Z[ recovery-image] Sep 06 04:48:10.990 INFO O| Sep 06 04:48:10.990 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-09-06T04:48:12.120Z[ recovery-image] Sep 06 04:48:10.998 INFO O| Sep 06 04:48:10.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74872026-09-06T04:48:12.120Z[ recovery-image] Sep 06 04:48:10.998 INFO O| Sep 06 04:48:10.998 INFO STEP 714 (remove_files) COMPLETE
74882026-09-06T04:48:12.120Z[ recovery-image] Sep 06 04:48:10.998 INFO O| Sep 06 04:48:10.998 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-09-06T04:48:12.129Z[ recovery-image] Sep 06 04:48:11.007 INFO O| Sep 06 04:48:11.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74902026-09-06T04:48:12.130Z[ recovery-image] Sep 06 04:48:11.007 INFO O| Sep 06 04:48:11.007 INFO STEP 715 (remove_files) COMPLETE
74912026-09-06T04:48:12.130Z[ recovery-image] Sep 06 04:48:11.007 INFO O| Sep 06 04:48:11.007 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-09-06T04:48:12.141Z[ recovery-image] Sep 06 04:48:11.018 INFO O| Sep 06 04:48:11.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74932026-09-06T04:48:12.144Z[ recovery-image] Sep 06 04:48:11.019 INFO O| Sep 06 04:48:11.019 INFO STEP 716 (remove_files) COMPLETE
74942026-09-06T04:48:12.144Z[ recovery-image] Sep 06 04:48:11.019 INFO O| Sep 06 04:48:11.019 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-09-06T04:48:12.151Z[ recovery-image] Sep 06 04:48:11.029 INFO O| Sep 06 04:48:11.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74962026-09-06T04:48:12.151Z[ recovery-image] Sep 06 04:48:11.029 INFO O| Sep 06 04:48:11.029 INFO STEP 717 (remove_files) COMPLETE
74972026-09-06T04:48:12.151Z[ recovery-image] Sep 06 04:48:11.029 INFO O| Sep 06 04:48:11.029 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-09-06T04:48:12.161Z[ recovery-image] Sep 06 04:48:11.039 INFO O| Sep 06 04:48:11.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74992026-09-06T04:48:12.161Z[ recovery-image] Sep 06 04:48:11.039 INFO O| Sep 06 04:48:11.039 INFO STEP 718 (remove_files) COMPLETE
75002026-09-06T04:48:12.161Z[ recovery-image] Sep 06 04:48:11.039 INFO O| Sep 06 04:48:11.039 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-09-06T04:48:12.171Z[ recovery-image] Sep 06 04:48:11.049 INFO O| Sep 06 04:48:11.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75022026-09-06T04:48:12.171Z[ recovery-image] Sep 06 04:48:11.049 INFO O| Sep 06 04:48:11.049 INFO STEP 719 (remove_files) COMPLETE
75032026-09-06T04:48:12.174Z[ recovery-image] Sep 06 04:48:11.049 INFO O| Sep 06 04:48:11.049 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-09-06T04:48:12.180Z[ recovery-image] Sep 06 04:48:11.057 INFO O| Sep 06 04:48:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75052026-09-06T04:48:12.180Z[ recovery-image] Sep 06 04:48:11.057 INFO O| Sep 06 04:48:11.057 INFO STEP 720 (remove_files) COMPLETE
75062026-09-06T04:48:12.183Z[ recovery-image] Sep 06 04:48:11.057 INFO O| Sep 06 04:48:11.057 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-09-06T04:48:12.191Z[ recovery-image] Sep 06 04:48:11.069 INFO O| Sep 06 04:48:11.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75082026-09-06T04:48:12.191Z[ recovery-image] Sep 06 04:48:11.069 INFO O| Sep 06 04:48:11.069 INFO STEP 721 (remove_files) COMPLETE
75092026-09-06T04:48:12.194Z[ recovery-image] Sep 06 04:48:11.069 INFO O| Sep 06 04:48:11.069 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-09-06T04:48:12.202Z[ recovery-image] Sep 06 04:48:11.079 INFO O| Sep 06 04:48:11.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75112026-09-06T04:48:12.202Z[ recovery-image] Sep 06 04:48:11.079 INFO O| Sep 06 04:48:11.079 INFO STEP 722 (remove_files) COMPLETE
75122026-09-06T04:48:12.202Z[ recovery-image] Sep 06 04:48:11.079 INFO O| Sep 06 04:48:11.079 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-06T04:48:12.223Z[ recovery-image] Sep 06 04:48:11.090 INFO O| Sep 06 04:48:11.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75142026-09-06T04:48:12.223Z[ recovery-image] Sep 06 04:48:11.090 INFO O| Sep 06 04:48:11.090 INFO STEP 723 (remove_files) COMPLETE
75152026-09-06T04:48:12.223Z[ recovery-image] Sep 06 04:48:11.090 INFO O| Sep 06 04:48:11.090 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-06T04:48:12.223Z[ recovery-image] Sep 06 04:48:11.099 INFO O| Sep 06 04:48:11.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75172026-09-06T04:48:12.223Z[ recovery-image] Sep 06 04:48:11.099 INFO O| Sep 06 04:48:11.099 INFO STEP 724 (remove_files) COMPLETE
75182026-09-06T04:48:12.226Z[ recovery-image] Sep 06 04:48:11.099 INFO O| Sep 06 04:48:11.099 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-09-06T04:48:12.231Z[ recovery-image] Sep 06 04:48:11.109 INFO O| Sep 06 04:48:11.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75202026-09-06T04:48:12.231Z[ recovery-image] Sep 06 04:48:11.109 INFO O| Sep 06 04:48:11.109 INFO STEP 725 (remove_files) COMPLETE
75212026-09-06T04:48:12.234Z[ recovery-image] Sep 06 04:48:11.109 INFO O| Sep 06 04:48:11.109 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-09-06T04:48:12.241Z[ recovery-image] Sep 06 04:48:11.119 INFO O| Sep 06 04:48:11.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75232026-09-06T04:48:12.241Z[ recovery-image] Sep 06 04:48:11.119 INFO O| Sep 06 04:48:11.119 INFO STEP 726 (remove_files) COMPLETE
75242026-09-06T04:48:12.241Z[ recovery-image] Sep 06 04:48:11.119 INFO O| Sep 06 04:48:11.119 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-09-06T04:48:12.250Z[ recovery-image] Sep 06 04:48:11.128 INFO O| Sep 06 04:48:11.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75262026-09-06T04:48:12.250Z[ recovery-image] Sep 06 04:48:11.128 INFO O| Sep 06 04:48:11.128 INFO STEP 727 (remove_files) COMPLETE
75272026-09-06T04:48:12.253Z[ recovery-image] Sep 06 04:48:11.128 INFO O| Sep 06 04:48:11.128 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-09-06T04:48:12.259Z[ recovery-image] Sep 06 04:48:11.137 INFO O| Sep 06 04:48:11.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75292026-09-06T04:48:12.260Z[ recovery-image] Sep 06 04:48:11.137 INFO O| Sep 06 04:48:11.137 INFO STEP 728 (remove_files) COMPLETE
75302026-09-06T04:48:12.260Z[ recovery-image] Sep 06 04:48:11.137 INFO O| Sep 06 04:48:11.137 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-09-06T04:48:12.269Z[ recovery-image] Sep 06 04:48:11.146 INFO O| Sep 06 04:48:11.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75322026-09-06T04:48:12.269Z[ recovery-image] Sep 06 04:48:11.146 INFO O| Sep 06 04:48:11.146 INFO STEP 729 (remove_files) COMPLETE
75332026-09-06T04:48:12.272Z[ recovery-image] Sep 06 04:48:11.146 INFO O| Sep 06 04:48:11.146 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-09-06T04:48:12.277Z[ recovery-image] Sep 06 04:48:11.155 INFO O| Sep 06 04:48:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75352026-09-06T04:48:12.277Z[ recovery-image] Sep 06 04:48:11.155 INFO O| Sep 06 04:48:11.155 INFO STEP 730 (remove_files) COMPLETE
75362026-09-06T04:48:12.277Z[ recovery-image] Sep 06 04:48:11.155 INFO O| Sep 06 04:48:11.155 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-09-06T04:48:12.285Z[ recovery-image] Sep 06 04:48:11.163 INFO O| Sep 06 04:48:11.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75382026-09-06T04:48:12.285Z[ recovery-image] Sep 06 04:48:11.163 INFO O| Sep 06 04:48:11.163 INFO STEP 731 (remove_files) COMPLETE
75392026-09-06T04:48:12.285Z[ recovery-image] Sep 06 04:48:11.163 INFO O| Sep 06 04:48:11.163 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-09-06T04:48:12.293Z[ recovery-image] Sep 06 04:48:11.171 INFO O| Sep 06 04:48:11.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75412026-09-06T04:48:12.293Z[ recovery-image] Sep 06 04:48:11.171 INFO O| Sep 06 04:48:11.171 INFO STEP 732 (remove_files) COMPLETE
75422026-09-06T04:48:12.293Z[ recovery-image] Sep 06 04:48:11.171 INFO O| Sep 06 04:48:11.171 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-06T04:48:12.301Z[ recovery-image] Sep 06 04:48:11.179 INFO O| Sep 06 04:48:11.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75442026-09-06T04:48:12.301Z[ recovery-image] Sep 06 04:48:11.179 INFO O| Sep 06 04:48:11.179 INFO STEP 733 (remove_files) COMPLETE
75452026-09-06T04:48:12.301Z[ recovery-image] Sep 06 04:48:11.179 INFO O| Sep 06 04:48:11.179 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-06T04:48:12.312Z[ recovery-image] Sep 06 04:48:11.189 INFO O| Sep 06 04:48:11.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75472026-09-06T04:48:12.312Z[ recovery-image] Sep 06 04:48:11.189 INFO O| Sep 06 04:48:11.189 INFO STEP 734 (remove_files) COMPLETE
75482026-09-06T04:48:12.312Z[ recovery-image] Sep 06 04:48:11.189 INFO O| Sep 06 04:48:11.189 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-09-06T04:48:12.320Z[ recovery-image] Sep 06 04:48:11.198 INFO O| Sep 06 04:48:11.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75502026-09-06T04:48:12.320Z[ recovery-image] Sep 06 04:48:11.198 INFO O| Sep 06 04:48:11.198 INFO STEP 735 (remove_files) COMPLETE
75512026-09-06T04:48:12.323Z[ recovery-image] Sep 06 04:48:11.198 INFO O| Sep 06 04:48:11.198 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-09-06T04:48:12.328Z[ recovery-image] Sep 06 04:48:11.206 INFO O| Sep 06 04:48:11.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75532026-09-06T04:48:12.328Z[ recovery-image] Sep 06 04:48:11.206 INFO O| Sep 06 04:48:11.206 INFO STEP 736 (remove_files) COMPLETE
75542026-09-06T04:48:12.328Z[ recovery-image] Sep 06 04:48:11.206 INFO O| Sep 06 04:48:11.206 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-09-06T04:48:12.337Z[ recovery-image] Sep 06 04:48:11.215 INFO O| Sep 06 04:48:11.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75562026-09-06T04:48:12.337Z[ recovery-image] Sep 06 04:48:11.215 INFO O| Sep 06 04:48:11.215 INFO STEP 737 (remove_files) COMPLETE
75572026-09-06T04:48:12.337Z[ recovery-image] Sep 06 04:48:11.215 INFO O| Sep 06 04:48:11.215 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-09-06T04:48:12.346Z[ recovery-image] Sep 06 04:48:11.224 INFO O| Sep 06 04:48:11.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75592026-09-06T04:48:12.346Z[ recovery-image] Sep 06 04:48:11.224 INFO O| Sep 06 04:48:11.224 INFO STEP 738 (remove_files) COMPLETE
75602026-09-06T04:48:12.346Z[ recovery-image] Sep 06 04:48:11.224 INFO O| Sep 06 04:48:11.224 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-09-06T04:48:12.355Z[ recovery-image] Sep 06 04:48:11.232 INFO O| Sep 06 04:48:11.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75622026-09-06T04:48:12.355Z[ recovery-image] Sep 06 04:48:11.232 INFO O| Sep 06 04:48:11.232 INFO STEP 739 (remove_files) COMPLETE
75632026-09-06T04:48:12.355Z[ recovery-image] Sep 06 04:48:11.232 INFO O| Sep 06 04:48:11.232 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-09-06T04:48:12.373Z[ recovery-image] Sep 06 04:48:11.250 INFO O| Sep 06 04:48:11.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75652026-09-06T04:48:12.373Z[ recovery-image] Sep 06 04:48:11.250 INFO O| Sep 06 04:48:11.242 INFO STEP 740 (remove_files) COMPLETE
75662026-09-06T04:48:12.373Z[ recovery-image] Sep 06 04:48:11.250 INFO O| Sep 06 04:48:11.242 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-09-06T04:48:12.376Z[ recovery-image] Sep 06 04:48:11.251 INFO O| Sep 06 04:48:11.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75682026-09-06T04:48:12.376Z[ recovery-image] Sep 06 04:48:11.251 INFO O| Sep 06 04:48:11.251 INFO STEP 741 (remove_files) COMPLETE
75692026-09-06T04:48:12.376Z[ recovery-image] Sep 06 04:48:11.251 INFO O| Sep 06 04:48:11.251 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-09-06T04:48:12.383Z[ recovery-image] Sep 06 04:48:11.260 INFO O| Sep 06 04:48:11.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75712026-09-06T04:48:12.383Z[ recovery-image] Sep 06 04:48:11.260 INFO O| Sep 06 04:48:11.260 INFO STEP 742 (remove_files) COMPLETE
75722026-09-06T04:48:12.385Z[ recovery-image] Sep 06 04:48:11.260 INFO O| Sep 06 04:48:11.260 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-09-06T04:48:12.390Z[ recovery-image] Sep 06 04:48:11.268 INFO O| Sep 06 04:48:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75742026-09-06T04:48:12.391Z[ recovery-image] Sep 06 04:48:11.268 INFO O| Sep 06 04:48:11.268 INFO STEP 743 (remove_files) COMPLETE
75752026-09-06T04:48:12.391Z[ recovery-image] Sep 06 04:48:11.268 INFO O| Sep 06 04:48:11.268 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-09-06T04:48:12.399Z[ recovery-image] Sep 06 04:48:11.277 INFO O| Sep 06 04:48:11.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75772026-09-06T04:48:12.399Z[ recovery-image] Sep 06 04:48:11.277 INFO O| Sep 06 04:48:11.277 INFO STEP 744 (remove_files) COMPLETE
75782026-09-06T04:48:12.399Z[ recovery-image] Sep 06 04:48:11.277 INFO O| Sep 06 04:48:11.277 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-09-06T04:48:12.407Z[ recovery-image] Sep 06 04:48:11.285 INFO O| Sep 06 04:48:11.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75802026-09-06T04:48:12.410Z[ recovery-image] Sep 06 04:48:11.286 INFO O| Sep 06 04:48:11.286 INFO STEP 745 (remove_files) COMPLETE
75812026-09-06T04:48:12.410Z[ recovery-image] Sep 06 04:48:11.286 INFO O| Sep 06 04:48:11.286 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-09-06T04:48:12.416Z[ recovery-image] Sep 06 04:48:11.294 INFO O| Sep 06 04:48:11.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75832026-09-06T04:48:12.416Z[ recovery-image] Sep 06 04:48:11.294 INFO O| Sep 06 04:48:11.294 INFO STEP 746 (remove_files) COMPLETE
75842026-09-06T04:48:12.416Z[ recovery-image] Sep 06 04:48:11.294 INFO O| Sep 06 04:48:11.294 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-09-06T04:48:12.424Z[ recovery-image] Sep 06 04:48:11.302 INFO O| Sep 06 04:48:11.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75862026-09-06T04:48:12.424Z[ recovery-image] Sep 06 04:48:11.302 INFO O| Sep 06 04:48:11.302 INFO STEP 747 (remove_files) COMPLETE
75872026-09-06T04:48:12.424Z[ recovery-image] Sep 06 04:48:11.302 INFO O| Sep 06 04:48:11.302 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-09-06T04:48:12.433Z[ recovery-image] Sep 06 04:48:11.311 INFO O| Sep 06 04:48:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75892026-09-06T04:48:12.433Z[ recovery-image] Sep 06 04:48:11.311 INFO O| Sep 06 04:48:11.311 INFO STEP 748 (remove_files) COMPLETE
75902026-09-06T04:48:12.433Z[ recovery-image] Sep 06 04:48:11.311 INFO O| Sep 06 04:48:11.311 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-09-06T04:48:12.443Z[ recovery-image] Sep 06 04:48:11.320 INFO O| Sep 06 04:48:11.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75922026-09-06T04:48:12.446Z[ recovery-image] Sep 06 04:48:11.320 INFO O| Sep 06 04:48:11.320 INFO STEP 749 (remove_files) COMPLETE
75932026-09-06T04:48:12.446Z[ recovery-image] Sep 06 04:48:11.320 INFO O| Sep 06 04:48:11.320 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-09-06T04:48:12.452Z[ recovery-image] Sep 06 04:48:11.330 INFO O| Sep 06 04:48:11.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75952026-09-06T04:48:12.452Z[ recovery-image] Sep 06 04:48:11.330 INFO O| Sep 06 04:48:11.330 INFO STEP 750 (remove_files) COMPLETE
75962026-09-06T04:48:12.452Z[ recovery-image] Sep 06 04:48:11.330 INFO O| Sep 06 04:48:11.330 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-09-06T04:48:12.462Z[ recovery-image] Sep 06 04:48:11.339 INFO O| Sep 06 04:48:11.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75982026-09-06T04:48:12.462Z[ recovery-image] Sep 06 04:48:11.339 INFO O| Sep 06 04:48:11.339 INFO STEP 751 (remove_files) COMPLETE
75992026-09-06T04:48:12.462Z[ recovery-image] Sep 06 04:48:11.339 INFO O| Sep 06 04:48:11.339 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-09-06T04:48:12.471Z[ recovery-image] Sep 06 04:48:11.348 INFO O| Sep 06 04:48:11.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76012026-09-06T04:48:12.471Z[ recovery-image] Sep 06 04:48:11.348 INFO O| Sep 06 04:48:11.348 INFO STEP 752 (remove_files) COMPLETE
76022026-09-06T04:48:12.471Z[ recovery-image] Sep 06 04:48:11.348 INFO O| Sep 06 04:48:11.348 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-09-06T04:48:12.480Z[ recovery-image] Sep 06 04:48:11.358 INFO O| Sep 06 04:48:11.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76042026-09-06T04:48:12.480Z[ recovery-image] Sep 06 04:48:11.358 INFO O| Sep 06 04:48:11.358 INFO STEP 753 (remove_files) COMPLETE
76052026-09-06T04:48:12.480Z[ recovery-image] Sep 06 04:48:11.358 INFO O| Sep 06 04:48:11.358 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-09-06T04:48:12.490Z[ recovery-image] Sep 06 04:48:11.367 INFO O| Sep 06 04:48:11.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76072026-09-06T04:48:12.490Z[ recovery-image] Sep 06 04:48:11.367 INFO O| Sep 06 04:48:11.367 INFO STEP 754 (remove_files) COMPLETE
76082026-09-06T04:48:12.490Z[ recovery-image] Sep 06 04:48:11.367 INFO O| Sep 06 04:48:11.367 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-09-06T04:48:12.500Z[ recovery-image] Sep 06 04:48:11.377 INFO O| Sep 06 04:48:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76102026-09-06T04:48:12.500Z[ recovery-image] Sep 06 04:48:11.377 INFO O| Sep 06 04:48:11.377 INFO STEP 755 (remove_files) COMPLETE
76112026-09-06T04:48:12.500Z[ recovery-image] Sep 06 04:48:11.377 INFO O| Sep 06 04:48:11.377 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-09-06T04:48:12.510Z[ recovery-image] Sep 06 04:48:11.387 INFO O| Sep 06 04:48:11.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76132026-09-06T04:48:12.510Z[ recovery-image] Sep 06 04:48:11.387 INFO O| Sep 06 04:48:11.387 INFO STEP 756 (remove_files) COMPLETE
76142026-09-06T04:48:12.510Z[ recovery-image] Sep 06 04:48:11.387 INFO O| Sep 06 04:48:11.387 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-09-06T04:48:12.531Z[ recovery-image] Sep 06 04:48:11.397 INFO O| Sep 06 04:48:11.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76162026-09-06T04:48:12.531Z[ recovery-image] Sep 06 04:48:11.397 INFO O| Sep 06 04:48:11.397 INFO STEP 757 (remove_files) COMPLETE
76172026-09-06T04:48:12.531Z[ recovery-image] Sep 06 04:48:11.397 INFO O| Sep 06 04:48:11.397 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-09-06T04:48:12.535Z[ recovery-image] Sep 06 04:48:11.407 INFO O| Sep 06 04:48:11.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76192026-09-06T04:48:12.535Z[ recovery-image] Sep 06 04:48:11.407 INFO O| Sep 06 04:48:11.407 INFO STEP 758 (remove_files) COMPLETE
76202026-09-06T04:48:12.535Z[ recovery-image] Sep 06 04:48:11.407 INFO O| Sep 06 04:48:11.407 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-09-06T04:48:12.539Z[ recovery-image] Sep 06 04:48:11.417 INFO O| Sep 06 04:48:11.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76222026-09-06T04:48:12.539Z[ recovery-image] Sep 06 04:48:11.417 INFO O| Sep 06 04:48:11.417 INFO STEP 759 (remove_files) COMPLETE
76232026-09-06T04:48:12.539Z[ recovery-image] Sep 06 04:48:11.417 INFO O| Sep 06 04:48:11.417 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-09-06T04:48:12.549Z[ recovery-image] Sep 06 04:48:11.427 INFO O| Sep 06 04:48:11.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76252026-09-06T04:48:12.549Z[ recovery-image] Sep 06 04:48:11.427 INFO O| Sep 06 04:48:11.427 INFO STEP 760 (remove_files) COMPLETE
76262026-09-06T04:48:12.549Z[ recovery-image] Sep 06 04:48:11.427 INFO O| Sep 06 04:48:11.427 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-09-06T04:48:12.558Z[ recovery-image] Sep 06 04:48:11.436 INFO O| Sep 06 04:48:11.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76282026-09-06T04:48:12.558Z[ recovery-image] Sep 06 04:48:11.436 INFO O| Sep 06 04:48:11.436 INFO STEP 761 (remove_files) COMPLETE
76292026-09-06T04:48:12.558Z[ recovery-image] Sep 06 04:48:11.436 INFO O| Sep 06 04:48:11.436 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-09-06T04:48:12.567Z[ recovery-image] Sep 06 04:48:11.445 INFO O| Sep 06 04:48:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76312026-09-06T04:48:12.567Z[ recovery-image] Sep 06 04:48:11.445 INFO O| Sep 06 04:48:11.445 INFO STEP 762 (remove_files) COMPLETE
76322026-09-06T04:48:12.567Z[ recovery-image] Sep 06 04:48:11.445 INFO O| Sep 06 04:48:11.445 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-09-06T04:48:12.576Z[ recovery-image] Sep 06 04:48:11.453 INFO O| Sep 06 04:48:11.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76342026-09-06T04:48:12.576Z[ recovery-image] Sep 06 04:48:11.453 INFO O| Sep 06 04:48:11.453 INFO STEP 763 (remove_files) COMPLETE
76352026-09-06T04:48:12.576Z[ recovery-image] Sep 06 04:48:11.453 INFO O| Sep 06 04:48:11.453 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-09-06T04:48:12.596Z[ recovery-image] Sep 06 04:48:11.461 INFO O| Sep 06 04:48:11.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76372026-09-06T04:48:12.596Z[ recovery-image] Sep 06 04:48:11.461 INFO O| Sep 06 04:48:11.461 INFO STEP 764 (remove_files) COMPLETE
76382026-09-06T04:48:12.596Z[ recovery-image] Sep 06 04:48:11.461 INFO O| Sep 06 04:48:11.461 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-06T04:48:12.596Z[ recovery-image] Sep 06 04:48:11.469 INFO O| Sep 06 04:48:11.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76402026-09-06T04:48:12.596Z[ recovery-image] Sep 06 04:48:11.469 INFO O| Sep 06 04:48:11.469 INFO STEP 765 (remove_files) COMPLETE
76412026-09-06T04:48:12.599Z[ recovery-image] Sep 06 04:48:11.469 INFO O| Sep 06 04:48:11.469 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-06T04:48:12.602Z[ recovery-image] Sep 06 04:48:11.478 INFO O| Sep 06 04:48:11.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76432026-09-06T04:48:12.602Z[ recovery-image] Sep 06 04:48:11.478 INFO O| Sep 06 04:48:11.478 INFO STEP 766 (remove_files) COMPLETE
76442026-09-06T04:48:12.602Z[ recovery-image] Sep 06 04:48:11.478 INFO O| Sep 06 04:48:11.478 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-06T04:48:12.608Z[ recovery-image] Sep 06 04:48:11.486 INFO O| Sep 06 04:48:11.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76462026-09-06T04:48:12.608Z[ recovery-image] Sep 06 04:48:11.486 INFO O| Sep 06 04:48:11.486 INFO STEP 767 (remove_files) COMPLETE
76472026-09-06T04:48:12.608Z[ recovery-image] Sep 06 04:48:11.486 INFO O| Sep 06 04:48:11.486 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-06T04:48:12.616Z[ recovery-image] Sep 06 04:48:11.494 INFO O| Sep 06 04:48:11.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76492026-09-06T04:48:12.616Z[ recovery-image] Sep 06 04:48:11.494 INFO O| Sep 06 04:48:11.494 INFO STEP 768 (remove_files) COMPLETE
76502026-09-06T04:48:12.619Z[ recovery-image] Sep 06 04:48:11.494 INFO O| Sep 06 04:48:11.494 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-06T04:48:12.624Z[ recovery-image] Sep 06 04:48:11.502 INFO O| Sep 06 04:48:11.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76522026-09-06T04:48:12.624Z[ recovery-image] Sep 06 04:48:11.502 INFO O| Sep 06 04:48:11.502 INFO STEP 769 (remove_files) COMPLETE
76532026-09-06T04:48:12.624Z[ recovery-image] Sep 06 04:48:11.502 INFO O| Sep 06 04:48:11.502 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-06T04:48:12.633Z[ recovery-image] Sep 06 04:48:11.511 INFO O| Sep 06 04:48:11.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76552026-09-06T04:48:12.636Z[ recovery-image] Sep 06 04:48:11.512 INFO O| Sep 06 04:48:11.512 INFO STEP 770 (remove_files) COMPLETE
76562026-09-06T04:48:12.637Z[ recovery-image] Sep 06 04:48:11.512 INFO O| Sep 06 04:48:11.512 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-06T04:48:12.643Z[ recovery-image] Sep 06 04:48:11.521 INFO O| Sep 06 04:48:11.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76582026-09-06T04:48:12.643Z[ recovery-image] Sep 06 04:48:11.521 INFO O| Sep 06 04:48:11.521 INFO STEP 771 (remove_files) COMPLETE
76592026-09-06T04:48:12.644Z[ recovery-image] Sep 06 04:48:11.521 INFO O| Sep 06 04:48:11.521 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-06T04:48:12.653Z[ recovery-image] Sep 06 04:48:11.530 INFO O| Sep 06 04:48:11.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76612026-09-06T04:48:12.653Z[ recovery-image] Sep 06 04:48:11.530 INFO O| Sep 06 04:48:11.530 INFO STEP 772 (remove_files) COMPLETE
76622026-09-06T04:48:12.653Z[ recovery-image] Sep 06 04:48:11.530 INFO O| Sep 06 04:48:11.530 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-06T04:48:12.661Z[ recovery-image] Sep 06 04:48:11.539 INFO O| Sep 06 04:48:11.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76642026-09-06T04:48:12.664Z[ recovery-image] Sep 06 04:48:11.540 INFO O| Sep 06 04:48:11.540 INFO STEP 773 (remove_files) COMPLETE
76652026-09-06T04:48:12.665Z[ recovery-image] Sep 06 04:48:11.540 INFO O| Sep 06 04:48:11.540 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-06T04:48:12.671Z[ recovery-image] Sep 06 04:48:11.549 INFO O| Sep 06 04:48:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76672026-09-06T04:48:12.671Z[ recovery-image] Sep 06 04:48:11.549 INFO O| Sep 06 04:48:11.549 INFO STEP 774 (remove_files) COMPLETE
76682026-09-06T04:48:12.674Z[ recovery-image] Sep 06 04:48:11.549 INFO O| Sep 06 04:48:11.549 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-06T04:48:12.680Z[ recovery-image] Sep 06 04:48:11.558 INFO O| Sep 06 04:48:11.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76702026-09-06T04:48:12.680Z[ recovery-image] Sep 06 04:48:11.558 INFO O| Sep 06 04:48:11.558 INFO STEP 775 (remove_files) COMPLETE
76712026-09-06T04:48:12.683Z[ recovery-image] Sep 06 04:48:11.558 INFO O| Sep 06 04:48:11.558 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-06T04:48:12.689Z[ recovery-image] Sep 06 04:48:11.567 INFO O| Sep 06 04:48:11.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76732026-09-06T04:48:12.689Z[ recovery-image] Sep 06 04:48:11.567 INFO O| Sep 06 04:48:11.567 INFO STEP 776 (remove_files) COMPLETE
76742026-09-06T04:48:12.689Z[ recovery-image] Sep 06 04:48:11.567 INFO O| Sep 06 04:48:11.567 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-06T04:48:12.698Z[ recovery-image] Sep 06 04:48:11.575 INFO O| Sep 06 04:48:11.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76762026-09-06T04:48:12.698Z[ recovery-image] Sep 06 04:48:11.575 INFO O| Sep 06 04:48:11.575 INFO STEP 777 (remove_files) COMPLETE
76772026-09-06T04:48:12.698Z[ recovery-image] Sep 06 04:48:11.575 INFO O| Sep 06 04:48:11.575 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-06T04:48:12.706Z[ recovery-image] Sep 06 04:48:11.583 INFO O| Sep 06 04:48:11.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76792026-09-06T04:48:12.706Z[ recovery-image] Sep 06 04:48:11.583 INFO O| Sep 06 04:48:11.583 INFO STEP 778 (remove_files) COMPLETE
76802026-09-06T04:48:12.706Z[ recovery-image] Sep 06 04:48:11.583 INFO O| Sep 06 04:48:11.583 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-06T04:48:12.713Z[ recovery-image] Sep 06 04:48:11.591 INFO O| Sep 06 04:48:11.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76822026-09-06T04:48:12.713Z[ recovery-image] Sep 06 04:48:11.591 INFO O| Sep 06 04:48:11.591 INFO STEP 779 (remove_files) COMPLETE
76832026-09-06T04:48:12.717Z[ recovery-image] Sep 06 04:48:11.591 INFO O| Sep 06 04:48:11.591 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-06T04:48:12.722Z[ recovery-image] Sep 06 04:48:11.599 INFO O| Sep 06 04:48:11.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76852026-09-06T04:48:12.722Z[ recovery-image] Sep 06 04:48:11.599 INFO O| Sep 06 04:48:11.599 INFO STEP 780 (remove_files) COMPLETE
76862026-09-06T04:48:12.722Z[ recovery-image] Sep 06 04:48:11.599 INFO O| Sep 06 04:48:11.599 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-06T04:48:12.731Z[ recovery-image] Sep 06 04:48:11.608 INFO O| Sep 06 04:48:11.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76882026-09-06T04:48:12.731Z[ recovery-image] Sep 06 04:48:11.608 INFO O| Sep 06 04:48:11.608 INFO STEP 781 (remove_files) COMPLETE
76892026-09-06T04:48:12.731Z[ recovery-image] Sep 06 04:48:11.608 INFO O| Sep 06 04:48:11.608 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-06T04:48:12.740Z[ recovery-image] Sep 06 04:48:11.617 INFO O| Sep 06 04:48:11.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76912026-09-06T04:48:12.740Z[ recovery-image] Sep 06 04:48:11.617 INFO O| Sep 06 04:48:11.617 INFO STEP 782 (remove_files) COMPLETE
76922026-09-06T04:48:12.740Z[ recovery-image] Sep 06 04:48:11.618 INFO O| Sep 06 04:48:11.617 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-06T04:48:12.750Z[ recovery-image] Sep 06 04:48:11.627 INFO O| Sep 06 04:48:11.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76942026-09-06T04:48:12.750Z[ recovery-image] Sep 06 04:48:11.627 INFO O| Sep 06 04:48:11.627 INFO STEP 783 (remove_files) COMPLETE
76952026-09-06T04:48:12.750Z[ recovery-image] Sep 06 04:48:11.627 INFO O| Sep 06 04:48:11.627 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-06T04:48:12.759Z[ recovery-image] Sep 06 04:48:11.636 INFO O| Sep 06 04:48:11.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76972026-09-06T04:48:12.759Z[ recovery-image] Sep 06 04:48:11.636 INFO O| Sep 06 04:48:11.636 INFO STEP 784 (remove_files) COMPLETE
76982026-09-06T04:48:12.759Z[ recovery-image] Sep 06 04:48:11.636 INFO O| Sep 06 04:48:11.636 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-06T04:48:12.768Z[ recovery-image] Sep 06 04:48:11.646 INFO O| Sep 06 04:48:11.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77002026-09-06T04:48:12.769Z[ recovery-image] Sep 06 04:48:11.646 INFO O| Sep 06 04:48:11.646 INFO STEP 785 (remove_files) COMPLETE
77012026-09-06T04:48:12.769Z[ recovery-image] Sep 06 04:48:11.646 INFO O| Sep 06 04:48:11.646 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-06T04:48:12.778Z[ recovery-image] Sep 06 04:48:11.656 INFO O| Sep 06 04:48:11.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77032026-09-06T04:48:12.778Z[ recovery-image] Sep 06 04:48:11.656 INFO O| Sep 06 04:48:11.656 INFO STEP 786 (remove_files) COMPLETE
77042026-09-06T04:48:12.781Z[ recovery-image] Sep 06 04:48:11.656 INFO O| Sep 06 04:48:11.656 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-06T04:48:12.788Z[ recovery-image] Sep 06 04:48:11.665 INFO O| Sep 06 04:48:11.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77062026-09-06T04:48:12.788Z[ recovery-image] Sep 06 04:48:11.665 INFO O| Sep 06 04:48:11.665 INFO STEP 787 (remove_files) COMPLETE
77072026-09-06T04:48:12.788Z[ recovery-image] Sep 06 04:48:11.665 INFO O| Sep 06 04:48:11.665 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-06T04:48:12.799Z[ recovery-image] Sep 06 04:48:11.677 INFO O| Sep 06 04:48:11.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77092026-09-06T04:48:12.799Z[ recovery-image] Sep 06 04:48:11.677 INFO O| Sep 06 04:48:11.677 INFO STEP 788 (remove_files) COMPLETE
77102026-09-06T04:48:12.799Z[ recovery-image] Sep 06 04:48:11.677 INFO O| Sep 06 04:48:11.677 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-06T04:48:12.808Z[ recovery-image] Sep 06 04:48:11.686 INFO O| Sep 06 04:48:11.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77122026-09-06T04:48:12.808Z[ recovery-image] Sep 06 04:48:11.686 INFO O| Sep 06 04:48:11.686 INFO STEP 789 (remove_files) COMPLETE
77132026-09-06T04:48:12.808Z[ recovery-image] Sep 06 04:48:11.686 INFO O| Sep 06 04:48:11.686 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-06T04:48:12.817Z[ recovery-image] Sep 06 04:48:11.694 INFO O| Sep 06 04:48:11.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77152026-09-06T04:48:12.817Z[ recovery-image] Sep 06 04:48:11.694 INFO O| Sep 06 04:48:11.694 INFO STEP 790 (remove_files) COMPLETE
77162026-09-06T04:48:12.820Z[ recovery-image] Sep 06 04:48:11.694 INFO O| Sep 06 04:48:11.694 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-06T04:48:12.826Z[ recovery-image] Sep 06 04:48:11.704 INFO O| Sep 06 04:48:11.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77182026-09-06T04:48:12.826Z[ recovery-image] Sep 06 04:48:11.704 INFO O| Sep 06 04:48:11.704 INFO STEP 791 (remove_files) COMPLETE
77192026-09-06T04:48:12.826Z[ recovery-image] Sep 06 04:48:11.704 INFO O| Sep 06 04:48:11.704 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-06T04:48:12.838Z[ recovery-image] Sep 06 04:48:11.715 INFO O| Sep 06 04:48:11.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77212026-09-06T04:48:12.838Z[ recovery-image] Sep 06 04:48:11.715 INFO O| Sep 06 04:48:11.715 INFO STEP 792 (remove_files) COMPLETE
77222026-09-06T04:48:12.838Z[ recovery-image] Sep 06 04:48:11.715 INFO O| Sep 06 04:48:11.715 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-06T04:48:12.848Z[ recovery-image] Sep 06 04:48:11.725 INFO O| Sep 06 04:48:11.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77242026-09-06T04:48:12.848Z[ recovery-image] Sep 06 04:48:11.725 INFO O| Sep 06 04:48:11.725 INFO STEP 793 (remove_files) COMPLETE
77252026-09-06T04:48:12.848Z[ recovery-image] Sep 06 04:48:11.725 INFO O| Sep 06 04:48:11.725 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-06T04:48:12.859Z[ recovery-image] Sep 06 04:48:11.736 INFO O| Sep 06 04:48:11.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77272026-09-06T04:48:12.859Z[ recovery-image] Sep 06 04:48:11.736 INFO O| Sep 06 04:48:11.736 INFO STEP 794 (remove_files) COMPLETE
77282026-09-06T04:48:12.859Z[ recovery-image] Sep 06 04:48:11.736 INFO O| Sep 06 04:48:11.736 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-06T04:48:12.869Z[ recovery-image] Sep 06 04:48:11.746 INFO O| Sep 06 04:48:11.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77302026-09-06T04:48:12.869Z[ recovery-image] Sep 06 04:48:11.746 INFO O| Sep 06 04:48:11.746 INFO STEP 795 (remove_files) COMPLETE
77312026-09-06T04:48:12.872Z[ recovery-image] Sep 06 04:48:11.746 INFO O| Sep 06 04:48:11.746 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-06T04:48:12.879Z[ recovery-image] Sep 06 04:48:11.757 INFO O| Sep 06 04:48:11.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77332026-09-06T04:48:12.883Z[ recovery-image] Sep 06 04:48:11.758 INFO O| Sep 06 04:48:11.758 INFO STEP 796 (remove_files) COMPLETE
77342026-09-06T04:48:12.883Z[ recovery-image] Sep 06 04:48:11.758 INFO O| Sep 06 04:48:11.758 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-06T04:48:12.890Z[ recovery-image] Sep 06 04:48:11.768 INFO O| Sep 06 04:48:11.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77362026-09-06T04:48:12.890Z[ recovery-image] Sep 06 04:48:11.768 INFO O| Sep 06 04:48:11.768 INFO STEP 797 (remove_files) COMPLETE
77372026-09-06T04:48:12.894Z[ recovery-image] Sep 06 04:48:11.768 INFO O| Sep 06 04:48:11.768 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-06T04:48:12.901Z[ recovery-image] Sep 06 04:48:11.778 INFO O| Sep 06 04:48:11.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77392026-09-06T04:48:12.901Z[ recovery-image] Sep 06 04:48:11.778 INFO O| Sep 06 04:48:11.778 INFO STEP 798 (remove_files) COMPLETE
77402026-09-06T04:48:12.901Z[ recovery-image] Sep 06 04:48:11.778 INFO O| Sep 06 04:48:11.778 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-06T04:48:12.911Z[ recovery-image] Sep 06 04:48:11.788 INFO O| Sep 06 04:48:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77422026-09-06T04:48:12.911Z[ recovery-image] Sep 06 04:48:11.788 INFO O| Sep 06 04:48:11.788 INFO STEP 799 (remove_files) COMPLETE
77432026-09-06T04:48:12.911Z[ recovery-image] Sep 06 04:48:11.788 INFO O| Sep 06 04:48:11.788 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-06T04:48:12.921Z[ recovery-image] Sep 06 04:48:11.798 INFO O| Sep 06 04:48:11.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77452026-09-06T04:48:12.921Z[ recovery-image] Sep 06 04:48:11.798 INFO O| Sep 06 04:48:11.798 INFO STEP 800 (remove_files) COMPLETE
77462026-09-06T04:48:12.921Z[ recovery-image] Sep 06 04:48:11.798 INFO O| Sep 06 04:48:11.798 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-06T04:48:12.930Z[ recovery-image] Sep 06 04:48:11.807 INFO O| Sep 06 04:48:11.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77482026-09-06T04:48:12.930Z[ recovery-image] Sep 06 04:48:11.807 INFO O| Sep 06 04:48:11.807 INFO STEP 801 (remove_files) COMPLETE
77492026-09-06T04:48:12.930Z[ recovery-image] Sep 06 04:48:11.807 INFO O| Sep 06 04:48:11.807 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-06T04:48:12.940Z[ recovery-image] Sep 06 04:48:11.817 INFO O| Sep 06 04:48:11.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77512026-09-06T04:48:12.940Z[ recovery-image] Sep 06 04:48:11.817 INFO O| Sep 06 04:48:11.817 INFO STEP 802 (remove_files) COMPLETE
77522026-09-06T04:48:12.940Z[ recovery-image] Sep 06 04:48:11.817 INFO O| Sep 06 04:48:11.817 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-06T04:48:12.949Z[ recovery-image] Sep 06 04:48:11.826 INFO O| Sep 06 04:48:11.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77542026-09-06T04:48:12.949Z[ recovery-image] Sep 06 04:48:11.827 INFO O| Sep 06 04:48:11.827 INFO STEP 803 (remove_files) COMPLETE
77552026-09-06T04:48:12.949Z[ recovery-image] Sep 06 04:48:11.827 INFO O| Sep 06 04:48:11.827 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-06T04:48:12.958Z[ recovery-image] Sep 06 04:48:11.836 INFO O| Sep 06 04:48:11.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77572026-09-06T04:48:12.959Z[ recovery-image] Sep 06 04:48:11.836 INFO O| Sep 06 04:48:11.836 INFO STEP 804 (remove_files) COMPLETE
77582026-09-06T04:48:12.959Z[ recovery-image] Sep 06 04:48:11.836 INFO O| Sep 06 04:48:11.836 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-06T04:48:12.968Z[ recovery-image] Sep 06 04:48:11.845 INFO O| Sep 06 04:48:11.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77602026-09-06T04:48:12.968Z[ recovery-image] Sep 06 04:48:11.845 INFO O| Sep 06 04:48:11.845 INFO STEP 805 (remove_files) COMPLETE
77612026-09-06T04:48:12.968Z[ recovery-image] Sep 06 04:48:11.845 INFO O| Sep 06 04:48:11.845 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-06T04:48:12.978Z[ recovery-image] Sep 06 04:48:11.855 INFO O| Sep 06 04:48:11.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77632026-09-06T04:48:12.981Z[ recovery-image] Sep 06 04:48:11.856 INFO O| Sep 06 04:48:11.856 INFO STEP 806 (remove_files) COMPLETE
77642026-09-06T04:48:12.981Z[ recovery-image] Sep 06 04:48:11.856 INFO O| Sep 06 04:48:11.856 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-06T04:48:12.989Z[ recovery-image] Sep 06 04:48:11.867 INFO O| Sep 06 04:48:11.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77662026-09-06T04:48:12.989Z[ recovery-image] Sep 06 04:48:11.867 INFO O| Sep 06 04:48:11.867 INFO STEP 807 (remove_files) COMPLETE
77672026-09-06T04:48:12.989Z[ recovery-image] Sep 06 04:48:11.867 INFO O| Sep 06 04:48:11.867 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-06T04:48:12.998Z[ recovery-image] Sep 06 04:48:11.876 INFO O| Sep 06 04:48:11.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77692026-09-06T04:48:12.998Z[ recovery-image] Sep 06 04:48:11.876 INFO O| Sep 06 04:48:11.876 INFO STEP 808 (remove_files) COMPLETE
77702026-09-06T04:48:12.998Z[ recovery-image] Sep 06 04:48:11.876 INFO O| Sep 06 04:48:11.876 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-06T04:48:13.007Z[ recovery-image] Sep 06 04:48:11.885 INFO O| Sep 06 04:48:11.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77722026-09-06T04:48:13.010Z[ recovery-image] Sep 06 04:48:11.885 INFO O| Sep 06 04:48:11.885 INFO STEP 809 (remove_files) COMPLETE
77732026-09-06T04:48:13.010Z[ recovery-image] Sep 06 04:48:11.885 INFO O| Sep 06 04:48:11.885 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-06T04:48:13.017Z[ recovery-image] Sep 06 04:48:11.895 INFO O| Sep 06 04:48:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77752026-09-06T04:48:13.017Z[ recovery-image] Sep 06 04:48:11.895 INFO O| Sep 06 04:48:11.895 INFO STEP 810 (remove_files) COMPLETE
77762026-09-06T04:48:13.021Z[ recovery-image] Sep 06 04:48:11.895 INFO O| Sep 06 04:48:11.895 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-06T04:48:13.026Z[ recovery-image] Sep 06 04:48:11.903 INFO O| Sep 06 04:48:11.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77782026-09-06T04:48:13.026Z[ recovery-image] Sep 06 04:48:11.904 INFO O| Sep 06 04:48:11.903 INFO STEP 811 (remove_files) COMPLETE
77792026-09-06T04:48:13.026Z[ recovery-image] Sep 06 04:48:11.904 INFO O| Sep 06 04:48:11.904 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-06T04:48:13.035Z[ recovery-image] Sep 06 04:48:11.913 INFO O| Sep 06 04:48:11.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77812026-09-06T04:48:13.035Z[ recovery-image] Sep 06 04:48:11.913 INFO O| Sep 06 04:48:11.913 INFO STEP 812 (remove_files) COMPLETE
77822026-09-06T04:48:13.035Z[ recovery-image] Sep 06 04:48:11.913 INFO O| Sep 06 04:48:11.913 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-06T04:48:13.044Z[ recovery-image] Sep 06 04:48:11.922 INFO O| Sep 06 04:48:11.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77842026-09-06T04:48:13.045Z[ recovery-image] Sep 06 04:48:11.922 INFO O| Sep 06 04:48:11.922 INFO STEP 813 (remove_files) COMPLETE
77852026-09-06T04:48:13.045Z[ recovery-image] Sep 06 04:48:11.922 INFO O| Sep 06 04:48:11.922 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-06T04:48:13.054Z[ recovery-image] Sep 06 04:48:11.931 INFO O| Sep 06 04:48:11.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77872026-09-06T04:48:13.054Z[ recovery-image] Sep 06 04:48:11.931 INFO O| Sep 06 04:48:11.931 INFO STEP 814 (remove_files) COMPLETE
77882026-09-06T04:48:13.054Z[ recovery-image] Sep 06 04:48:11.931 INFO O| Sep 06 04:48:11.931 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-06T04:48:13.063Z[ recovery-image] Sep 06 04:48:11.940 INFO O| Sep 06 04:48:11.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77902026-09-06T04:48:13.063Z[ recovery-image] Sep 06 04:48:11.940 INFO O| Sep 06 04:48:11.940 INFO STEP 815 (remove_files) COMPLETE
77912026-09-06T04:48:13.063Z[ recovery-image] Sep 06 04:48:11.940 INFO O| Sep 06 04:48:11.940 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-06T04:48:13.072Z[ recovery-image] Sep 06 04:48:11.949 INFO O| Sep 06 04:48:11.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77932026-09-06T04:48:13.072Z[ recovery-image] Sep 06 04:48:11.949 INFO O| Sep 06 04:48:11.949 INFO STEP 816 (remove_files) COMPLETE
77942026-09-06T04:48:13.075Z[ recovery-image] Sep 06 04:48:11.949 INFO O| Sep 06 04:48:11.949 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-06T04:48:13.081Z[ recovery-image] Sep 06 04:48:11.959 INFO O| Sep 06 04:48:11.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77962026-09-06T04:48:13.081Z[ recovery-image] Sep 06 04:48:11.959 INFO O| Sep 06 04:48:11.959 INFO STEP 817 (remove_files) COMPLETE
77972026-09-06T04:48:13.085Z[ recovery-image] Sep 06 04:48:11.959 INFO O| Sep 06 04:48:11.959 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-06T04:48:13.090Z[ recovery-image] Sep 06 04:48:11.968 INFO O| Sep 06 04:48:11.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77992026-09-06T04:48:13.090Z[ recovery-image] Sep 06 04:48:11.968 INFO O| Sep 06 04:48:11.968 INFO STEP 818 (remove_files) COMPLETE
78002026-09-06T04:48:13.094Z[ recovery-image] Sep 06 04:48:11.968 INFO O| Sep 06 04:48:11.968 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-06T04:48:13.123Z[ recovery-image] Sep 06 04:48:12.001 INFO O| Sep 06 04:48:12.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78022026-09-06T04:48:13.123Z[ recovery-image] Sep 06 04:48:12.001 INFO O| Sep 06 04:48:12.001 INFO STEP 819 (remove_files) COMPLETE
78032026-09-06T04:48:13.124Z[ recovery-image] Sep 06 04:48:12.001 INFO O| Sep 06 04:48:12.001 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-06T04:48:13.134Z[ recovery-image] Sep 06 04:48:12.011 INFO O| Sep 06 04:48:12.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78052026-09-06T04:48:13.134Z[ recovery-image] Sep 06 04:48:12.011 INFO O| Sep 06 04:48:12.011 INFO STEP 820 (remove_files) COMPLETE
78062026-09-06T04:48:13.134Z[ recovery-image] Sep 06 04:48:12.011 INFO O| Sep 06 04:48:12.011 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-06T04:48:13.143Z[ recovery-image] Sep 06 04:48:12.020 INFO O| Sep 06 04:48:12.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78082026-09-06T04:48:13.143Z[ recovery-image] Sep 06 04:48:12.020 INFO O| Sep 06 04:48:12.020 INFO STEP 821 (remove_files) COMPLETE
78092026-09-06T04:48:13.143Z[ recovery-image] Sep 06 04:48:12.020 INFO O| Sep 06 04:48:12.020 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-06T04:48:13.152Z[ recovery-image] Sep 06 04:48:12.030 INFO O| Sep 06 04:48:12.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78112026-09-06T04:48:13.152Z[ recovery-image] Sep 06 04:48:12.030 INFO O| Sep 06 04:48:12.030 INFO STEP 822 (remove_files) COMPLETE
78122026-09-06T04:48:13.152Z[ recovery-image] Sep 06 04:48:12.030 INFO O| Sep 06 04:48:12.030 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-06T04:48:13.162Z[ recovery-image] Sep 06 04:48:12.039 INFO O| Sep 06 04:48:12.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78142026-09-06T04:48:13.162Z[ recovery-image] Sep 06 04:48:12.039 INFO O| Sep 06 04:48:12.039 INFO STEP 823 (remove_files) COMPLETE
78152026-09-06T04:48:13.162Z[ recovery-image] Sep 06 04:48:12.039 INFO O| Sep 06 04:48:12.039 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-06T04:48:13.182Z[ recovery-image] Sep 06 04:48:12.060 INFO O| Sep 06 04:48:12.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78172026-09-06T04:48:13.183Z[ recovery-image] Sep 06 04:48:12.060 INFO O| Sep 06 04:48:12.060 INFO STEP 824 (remove_files) COMPLETE
78182026-09-06T04:48:13.183Z[ recovery-image] Sep 06 04:48:12.060 INFO O| Sep 06 04:48:12.060 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-06T04:48:13.192Z[ recovery-image] Sep 06 04:48:12.069 INFO O| Sep 06 04:48:12.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78202026-09-06T04:48:13.192Z[ recovery-image] Sep 06 04:48:12.069 INFO O| Sep 06 04:48:12.069 INFO STEP 825 (remove_files) COMPLETE
78212026-09-06T04:48:13.192Z[ recovery-image] Sep 06 04:48:12.069 INFO O| Sep 06 04:48:12.069 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-06T04:48:13.204Z[ recovery-image] Sep 06 04:48:12.081 INFO O| Sep 06 04:48:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78232026-09-06T04:48:13.204Z[ recovery-image] Sep 06 04:48:12.081 INFO O| Sep 06 04:48:12.081 INFO STEP 826 (remove_files) COMPLETE
78242026-09-06T04:48:13.207Z[ recovery-image] Sep 06 04:48:12.081 INFO O| Sep 06 04:48:12.081 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-06T04:48:13.214Z[ recovery-image] Sep 06 04:48:12.091 INFO O| Sep 06 04:48:12.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78262026-09-06T04:48:13.214Z[ recovery-image] Sep 06 04:48:12.091 INFO O| Sep 06 04:48:12.091 INFO STEP 827 (remove_files) COMPLETE
78272026-09-06T04:48:13.214Z[ recovery-image] Sep 06 04:48:12.091 INFO O| Sep 06 04:48:12.091 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-06T04:48:13.225Z[ recovery-image] Sep 06 04:48:12.102 INFO O| Sep 06 04:48:12.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78292026-09-06T04:48:13.225Z[ recovery-image] Sep 06 04:48:12.103 INFO O| Sep 06 04:48:12.102 INFO STEP 828 (remove_files) COMPLETE
78302026-09-06T04:48:13.229Z[ recovery-image] Sep 06 04:48:12.103 INFO O| Sep 06 04:48:12.102 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-06T04:48:13.235Z[ recovery-image] Sep 06 04:48:12.113 INFO O| Sep 06 04:48:12.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78322026-09-06T04:48:13.235Z[ recovery-image] Sep 06 04:48:12.113 INFO O| Sep 06 04:48:12.113 INFO STEP 829 (remove_files) COMPLETE
78332026-09-06T04:48:13.235Z[ recovery-image] Sep 06 04:48:12.113 INFO O| Sep 06 04:48:12.113 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-06T04:48:13.244Z[ recovery-image] Sep 06 04:48:12.121 INFO O| Sep 06 04:48:12.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78352026-09-06T04:48:13.244Z[ recovery-image] Sep 06 04:48:12.122 INFO O| Sep 06 04:48:12.121 INFO STEP 830 (remove_files) COMPLETE
78362026-09-06T04:48:13.244Z[ recovery-image] Sep 06 04:48:12.122 INFO O| Sep 06 04:48:12.121 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-06T04:48:13.255Z[ recovery-image] Sep 06 04:48:12.132 INFO O| Sep 06 04:48:12.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78382026-09-06T04:48:13.255Z[ recovery-image] Sep 06 04:48:12.133 INFO O| Sep 06 04:48:12.132 INFO STEP 831 (remove_files) COMPLETE
78392026-09-06T04:48:13.255Z[ recovery-image] Sep 06 04:48:12.133 INFO O| Sep 06 04:48:12.132 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-06T04:48:13.265Z[ recovery-image] Sep 06 04:48:12.143 INFO O| Sep 06 04:48:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78412026-09-06T04:48:13.265Z[ recovery-image] Sep 06 04:48:12.143 INFO O| Sep 06 04:48:12.143 INFO STEP 832 (remove_files) COMPLETE
78422026-09-06T04:48:13.265Z[ recovery-image] Sep 06 04:48:12.143 INFO O| Sep 06 04:48:12.143 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-06T04:48:13.275Z[ recovery-image] Sep 06 04:48:12.152 INFO O| Sep 06 04:48:12.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78442026-09-06T04:48:13.275Z[ recovery-image] Sep 06 04:48:12.152 INFO O| Sep 06 04:48:12.152 INFO STEP 833 (remove_files) COMPLETE
78452026-09-06T04:48:13.275Z[ recovery-image] Sep 06 04:48:12.152 INFO O| Sep 06 04:48:12.152 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-06T04:48:13.285Z[ recovery-image] Sep 06 04:48:12.162 INFO O| Sep 06 04:48:12.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78472026-09-06T04:48:13.285Z[ recovery-image] Sep 06 04:48:12.162 INFO O| Sep 06 04:48:12.162 INFO STEP 834 (remove_files) COMPLETE
78482026-09-06T04:48:13.285Z[ recovery-image] Sep 06 04:48:12.162 INFO O| Sep 06 04:48:12.162 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-06T04:48:13.294Z[ recovery-image] Sep 06 04:48:12.171 INFO O| Sep 06 04:48:12.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78502026-09-06T04:48:13.294Z[ recovery-image] Sep 06 04:48:12.171 INFO O| Sep 06 04:48:12.171 INFO STEP 835 (remove_files) COMPLETE
78512026-09-06T04:48:13.294Z[ recovery-image] Sep 06 04:48:12.171 INFO O| Sep 06 04:48:12.171 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-06T04:48:13.304Z[ recovery-image] Sep 06 04:48:12.181 INFO O| Sep 06 04:48:12.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78532026-09-06T04:48:13.304Z[ recovery-image] Sep 06 04:48:12.181 INFO O| Sep 06 04:48:12.181 INFO STEP 836 (remove_files) COMPLETE
78542026-09-06T04:48:13.304Z[ recovery-image] Sep 06 04:48:12.181 INFO O| Sep 06 04:48:12.181 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-06T04:48:13.313Z[ recovery-image] Sep 06 04:48:12.190 INFO O| Sep 06 04:48:12.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78562026-09-06T04:48:13.313Z[ recovery-image] Sep 06 04:48:12.190 INFO O| Sep 06 04:48:12.190 INFO STEP 837 (remove_files) COMPLETE
78572026-09-06T04:48:13.313Z[ recovery-image] Sep 06 04:48:12.190 INFO O| Sep 06 04:48:12.190 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-06T04:48:13.323Z[ recovery-image] Sep 06 04:48:12.200 INFO O| Sep 06 04:48:12.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78592026-09-06T04:48:13.323Z[ recovery-image] Sep 06 04:48:12.200 INFO O| Sep 06 04:48:12.200 INFO STEP 838 (remove_files) COMPLETE
78602026-09-06T04:48:13.323Z[ recovery-image] Sep 06 04:48:12.200 INFO O| Sep 06 04:48:12.200 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-06T04:48:13.331Z[ recovery-image] Sep 06 04:48:12.209 INFO O| Sep 06 04:48:12.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78622026-09-06T04:48:13.332Z[ recovery-image] Sep 06 04:48:12.209 INFO O| Sep 06 04:48:12.209 INFO STEP 839 (remove_files) COMPLETE
78632026-09-06T04:48:13.335Z[ recovery-image] Sep 06 04:48:12.209 INFO O| Sep 06 04:48:12.209 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-06T04:48:13.340Z[ recovery-image] Sep 06 04:48:12.218 INFO O| Sep 06 04:48:12.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78652026-09-06T04:48:13.340Z[ recovery-image] Sep 06 04:48:12.218 INFO O| Sep 06 04:48:12.218 INFO STEP 840 (remove_files) COMPLETE
78662026-09-06T04:48:13.340Z[ recovery-image] Sep 06 04:48:12.218 INFO O| Sep 06 04:48:12.218 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-06T04:48:13.349Z[ recovery-image] Sep 06 04:48:12.227 INFO O| Sep 06 04:48:12.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78682026-09-06T04:48:13.349Z[ recovery-image] Sep 06 04:48:12.227 INFO O| Sep 06 04:48:12.227 INFO STEP 841 (remove_files) COMPLETE
78692026-09-06T04:48:13.349Z[ recovery-image] Sep 06 04:48:12.227 INFO O| Sep 06 04:48:12.227 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-06T04:48:13.358Z[ recovery-image] Sep 06 04:48:12.236 INFO O| Sep 06 04:48:12.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78712026-09-06T04:48:13.358Z[ recovery-image] Sep 06 04:48:12.236 INFO O| Sep 06 04:48:12.236 INFO STEP 842 (remove_files) COMPLETE
78722026-09-06T04:48:13.358Z[ recovery-image] Sep 06 04:48:12.236 INFO O| Sep 06 04:48:12.236 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-06T04:48:13.369Z[ recovery-image] Sep 06 04:48:12.246 INFO O| Sep 06 04:48:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78742026-09-06T04:48:13.369Z[ recovery-image] Sep 06 04:48:12.246 INFO O| Sep 06 04:48:12.246 INFO STEP 843 (remove_files) COMPLETE
78752026-09-06T04:48:13.369Z[ recovery-image] Sep 06 04:48:12.246 INFO O| Sep 06 04:48:12.246 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-06T04:48:13.381Z[ recovery-image] Sep 06 04:48:12.258 INFO O| Sep 06 04:48:12.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78772026-09-06T04:48:13.384Z[ recovery-image] Sep 06 04:48:12.259 INFO O| Sep 06 04:48:12.259 INFO STEP 844 (remove_files) COMPLETE
78782026-09-06T04:48:13.384Z[ recovery-image] Sep 06 04:48:12.259 INFO O| Sep 06 04:48:12.259 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-06T04:48:13.391Z[ recovery-image] Sep 06 04:48:12.268 INFO O| Sep 06 04:48:12.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78802026-09-06T04:48:13.391Z[ recovery-image] Sep 06 04:48:12.268 INFO O| Sep 06 04:48:12.268 INFO STEP 845 (remove_files) COMPLETE
78812026-09-06T04:48:13.391Z[ recovery-image] Sep 06 04:48:12.268 INFO O| Sep 06 04:48:12.268 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-06T04:48:13.401Z[ recovery-image] Sep 06 04:48:12.278 INFO O| Sep 06 04:48:12.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78832026-09-06T04:48:13.401Z[ recovery-image] Sep 06 04:48:12.278 INFO O| Sep 06 04:48:12.278 INFO STEP 846 (remove_files) COMPLETE
78842026-09-06T04:48:13.401Z[ recovery-image] Sep 06 04:48:12.278 INFO O| Sep 06 04:48:12.278 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-06T04:48:13.411Z[ recovery-image] Sep 06 04:48:12.288 INFO O| Sep 06 04:48:12.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78862026-09-06T04:48:13.411Z[ recovery-image] Sep 06 04:48:12.288 INFO O| Sep 06 04:48:12.288 INFO STEP 847 (remove_files) COMPLETE
78872026-09-06T04:48:13.411Z[ recovery-image] Sep 06 04:48:12.288 INFO O| Sep 06 04:48:12.288 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-06T04:48:13.420Z[ recovery-image] Sep 06 04:48:12.297 INFO O| Sep 06 04:48:12.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78892026-09-06T04:48:13.420Z[ recovery-image] Sep 06 04:48:12.297 INFO O| Sep 06 04:48:12.297 INFO STEP 848 (remove_files) COMPLETE
78902026-09-06T04:48:13.420Z[ recovery-image] Sep 06 04:48:12.297 INFO O| Sep 06 04:48:12.297 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-06T04:48:13.429Z[ recovery-image] Sep 06 04:48:12.306 INFO O| Sep 06 04:48:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78922026-09-06T04:48:13.429Z[ recovery-image] Sep 06 04:48:12.306 INFO O| Sep 06 04:48:12.306 INFO STEP 849 (remove_files) COMPLETE
78932026-09-06T04:48:13.432Z[ recovery-image] Sep 06 04:48:12.306 INFO O| Sep 06 04:48:12.306 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-06T04:48:13.437Z[ recovery-image] Sep 06 04:48:12.314 INFO O| Sep 06 04:48:12.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78952026-09-06T04:48:13.437Z[ recovery-image] Sep 06 04:48:12.314 INFO O| Sep 06 04:48:12.314 INFO STEP 850 (remove_files) COMPLETE
78962026-09-06T04:48:13.440Z[ recovery-image] Sep 06 04:48:12.315 INFO O| Sep 06 04:48:12.314 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-06T04:48:13.447Z[ recovery-image] Sep 06 04:48:12.325 INFO O| Sep 06 04:48:12.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78982026-09-06T04:48:13.447Z[ recovery-image] Sep 06 04:48:12.325 INFO O| Sep 06 04:48:12.325 INFO STEP 851 (remove_files) COMPLETE
78992026-09-06T04:48:13.447Z[ recovery-image] Sep 06 04:48:12.325 INFO O| Sep 06 04:48:12.325 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-06T04:48:13.456Z[ recovery-image] Sep 06 04:48:12.334 INFO O| Sep 06 04:48:12.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79012026-09-06T04:48:13.456Z[ recovery-image] Sep 06 04:48:12.334 INFO O| Sep 06 04:48:12.334 INFO STEP 852 (remove_files) COMPLETE
79022026-09-06T04:48:13.456Z[ recovery-image] Sep 06 04:48:12.334 INFO O| Sep 06 04:48:12.334 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-06T04:48:13.465Z[ recovery-image] Sep 06 04:48:12.342 INFO O| Sep 06 04:48:12.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79042026-09-06T04:48:13.466Z[ recovery-image] Sep 06 04:48:12.342 INFO O| Sep 06 04:48:12.342 INFO STEP 853 (remove_files) COMPLETE
79052026-09-06T04:48:13.469Z[ recovery-image] Sep 06 04:48:12.342 INFO O| Sep 06 04:48:12.342 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-06T04:48:13.473Z[ recovery-image] Sep 06 04:48:12.351 INFO O| Sep 06 04:48:12.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79072026-09-06T04:48:13.473Z[ recovery-image] Sep 06 04:48:12.351 INFO O| Sep 06 04:48:12.351 INFO STEP 854 (remove_files) COMPLETE
79082026-09-06T04:48:13.473Z[ recovery-image] Sep 06 04:48:12.351 INFO O| Sep 06 04:48:12.351 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-06T04:48:13.482Z[ recovery-image] Sep 06 04:48:12.359 INFO O| Sep 06 04:48:12.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79102026-09-06T04:48:13.482Z[ recovery-image] Sep 06 04:48:12.359 INFO O| Sep 06 04:48:12.359 INFO STEP 855 (remove_files) COMPLETE
79112026-09-06T04:48:13.485Z[ recovery-image] Sep 06 04:48:12.359 INFO O| Sep 06 04:48:12.359 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-06T04:48:13.491Z[ recovery-image] Sep 06 04:48:12.368 INFO O| Sep 06 04:48:12.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79132026-09-06T04:48:13.491Z[ recovery-image] Sep 06 04:48:12.369 INFO O| Sep 06 04:48:12.368 INFO STEP 856 (remove_files) COMPLETE
79142026-09-06T04:48:13.491Z[ recovery-image] Sep 06 04:48:12.369 INFO O| Sep 06 04:48:12.368 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-06T04:48:13.500Z[ recovery-image] Sep 06 04:48:12.377 INFO O| Sep 06 04:48:12.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79162026-09-06T04:48:13.500Z[ recovery-image] Sep 06 04:48:12.377 INFO O| Sep 06 04:48:12.377 INFO STEP 857 (remove_files) COMPLETE
79172026-09-06T04:48:13.500Z[ recovery-image] Sep 06 04:48:12.377 INFO O| Sep 06 04:48:12.377 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-09-06T04:48:13.510Z[ recovery-image] Sep 06 04:48:12.387 INFO O| Sep 06 04:48:12.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79192026-09-06T04:48:13.510Z[ recovery-image] Sep 06 04:48:12.387 INFO O| Sep 06 04:48:12.387 INFO STEP 858 (remove_files) COMPLETE
79202026-09-06T04:48:13.513Z[ recovery-image] Sep 06 04:48:12.387 INFO O| Sep 06 04:48:12.387 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-09-06T04:48:13.519Z[ recovery-image] Sep 06 04:48:12.396 INFO O| Sep 06 04:48:12.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79222026-09-06T04:48:13.519Z[ recovery-image] Sep 06 04:48:12.396 INFO O| Sep 06 04:48:12.396 INFO STEP 859 (remove_files) COMPLETE
79232026-09-06T04:48:13.519Z[ recovery-image] Sep 06 04:48:12.396 INFO O| Sep 06 04:48:12.396 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-09-06T04:48:13.528Z[ recovery-image] Sep 06 04:48:12.405 INFO O| Sep 06 04:48:12.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79252026-09-06T04:48:13.528Z[ recovery-image] Sep 06 04:48:12.405 INFO O| Sep 06 04:48:12.405 INFO STEP 860 (remove_files) COMPLETE
79262026-09-06T04:48:13.531Z[ recovery-image] Sep 06 04:48:12.405 INFO O| Sep 06 04:48:12.405 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-09-06T04:48:13.538Z[ recovery-image] Sep 06 04:48:12.416 INFO O| Sep 06 04:48:12.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79282026-09-06T04:48:13.538Z[ recovery-image] Sep 06 04:48:12.416 INFO O| Sep 06 04:48:12.416 INFO STEP 861 (remove_files) COMPLETE
79292026-09-06T04:48:13.538Z[ recovery-image] Sep 06 04:48:12.416 INFO O| Sep 06 04:48:12.416 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-09-06T04:48:13.548Z[ recovery-image] Sep 06 04:48:12.425 INFO O| Sep 06 04:48:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79312026-09-06T04:48:13.548Z[ recovery-image] Sep 06 04:48:12.425 INFO O| Sep 06 04:48:12.425 INFO STEP 862 (remove_files) COMPLETE
79322026-09-06T04:48:13.548Z[ recovery-image] Sep 06 04:48:12.425 INFO O| Sep 06 04:48:12.425 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-09-06T04:48:13.557Z[ recovery-image] Sep 06 04:48:12.434 INFO O| Sep 06 04:48:12.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79342026-09-06T04:48:13.557Z[ recovery-image] Sep 06 04:48:12.434 INFO O| Sep 06 04:48:12.434 INFO STEP 863 (remove_files) COMPLETE
79352026-09-06T04:48:13.557Z[ recovery-image] Sep 06 04:48:12.434 INFO O| Sep 06 04:48:12.434 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-09-06T04:48:13.565Z[ recovery-image] Sep 06 04:48:12.442 INFO O| Sep 06 04:48:12.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79372026-09-06T04:48:13.565Z[ recovery-image] Sep 06 04:48:12.443 INFO O| Sep 06 04:48:12.442 INFO STEP 864 (remove_files) COMPLETE
79382026-09-06T04:48:13.565Z[ recovery-image] Sep 06 04:48:12.443 INFO O| Sep 06 04:48:12.443 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-09-06T04:48:13.574Z[ recovery-image] Sep 06 04:48:12.451 INFO O| Sep 06 04:48:12.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79402026-09-06T04:48:13.574Z[ recovery-image] Sep 06 04:48:12.451 INFO O| Sep 06 04:48:12.451 INFO STEP 865 (remove_files) COMPLETE
79412026-09-06T04:48:13.574Z[ recovery-image] Sep 06 04:48:12.451 INFO O| Sep 06 04:48:12.451 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-06T04:48:13.583Z[ recovery-image] Sep 06 04:48:12.460 INFO O| Sep 06 04:48:12.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79432026-09-06T04:48:13.583Z[ recovery-image] Sep 06 04:48:12.460 INFO O| Sep 06 04:48:12.460 INFO STEP 866 (remove_files) COMPLETE
79442026-09-06T04:48:13.583Z[ recovery-image] Sep 06 04:48:12.460 INFO O| Sep 06 04:48:12.460 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-06T04:48:13.593Z[ recovery-image] Sep 06 04:48:12.471 INFO O| Sep 06 04:48:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79462026-09-06T04:48:13.594Z[ recovery-image] Sep 06 04:48:12.471 INFO O| Sep 06 04:48:12.471 INFO STEP 867 (remove_files) COMPLETE
79472026-09-06T04:48:13.597Z[ recovery-image] Sep 06 04:48:12.471 INFO O| Sep 06 04:48:12.471 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-06T04:48:13.604Z[ recovery-image] Sep 06 04:48:12.482 INFO O| Sep 06 04:48:12.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79492026-09-06T04:48:13.605Z[ recovery-image] Sep 06 04:48:12.482 INFO O| Sep 06 04:48:12.482 INFO STEP 868 (remove_files) COMPLETE
79502026-09-06T04:48:13.605Z[ recovery-image] Sep 06 04:48:12.482 INFO O| Sep 06 04:48:12.482 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-06T04:48:13.615Z[ recovery-image] Sep 06 04:48:12.493 INFO O| Sep 06 04:48:12.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79522026-09-06T04:48:13.615Z[ recovery-image] Sep 06 04:48:12.493 INFO O| Sep 06 04:48:12.493 INFO STEP 869 (remove_files) COMPLETE
79532026-09-06T04:48:13.615Z[ recovery-image] Sep 06 04:48:12.493 INFO O| Sep 06 04:48:12.493 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-06T04:48:13.627Z[ recovery-image] Sep 06 04:48:12.504 INFO O| Sep 06 04:48:12.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79552026-09-06T04:48:13.627Z[ recovery-image] Sep 06 04:48:12.504 INFO O| Sep 06 04:48:12.504 INFO STEP 870 (remove_files) COMPLETE
79562026-09-06T04:48:13.627Z[ recovery-image] Sep 06 04:48:12.504 INFO O| Sep 06 04:48:12.504 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-06T04:48:13.637Z[ recovery-image] Sep 06 04:48:12.515 INFO O| Sep 06 04:48:12.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79582026-09-06T04:48:13.638Z[ recovery-image] Sep 06 04:48:12.515 INFO O| Sep 06 04:48:12.515 INFO STEP 871 (remove_files) COMPLETE
79592026-09-06T04:48:13.638Z[ recovery-image] Sep 06 04:48:12.515 INFO O| Sep 06 04:48:12.515 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-06T04:48:13.648Z[ recovery-image] Sep 06 04:48:12.526 INFO O| Sep 06 04:48:12.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79612026-09-06T04:48:13.649Z[ recovery-image] Sep 06 04:48:12.526 INFO O| Sep 06 04:48:12.526 INFO STEP 872 (remove_files) COMPLETE
79622026-09-06T04:48:13.649Z[ recovery-image] Sep 06 04:48:12.526 INFO O| Sep 06 04:48:12.526 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-06T04:48:13.659Z[ recovery-image] Sep 06 04:48:12.536 INFO O| Sep 06 04:48:12.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79642026-09-06T04:48:13.659Z[ recovery-image] Sep 06 04:48:12.536 INFO O| Sep 06 04:48:12.536 INFO STEP 873 (remove_files) COMPLETE
79652026-09-06T04:48:13.659Z[ recovery-image] Sep 06 04:48:12.536 INFO O| Sep 06 04:48:12.536 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-06T04:48:13.668Z[ recovery-image] Sep 06 04:48:12.545 INFO O| Sep 06 04:48:12.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79672026-09-06T04:48:13.668Z[ recovery-image] Sep 06 04:48:12.545 INFO O| Sep 06 04:48:12.545 INFO STEP 874 (remove_files) COMPLETE
79682026-09-06T04:48:13.668Z[ recovery-image] Sep 06 04:48:12.546 INFO O| Sep 06 04:48:12.545 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-06T04:48:13.677Z[ recovery-image] Sep 06 04:48:12.555 INFO O| Sep 06 04:48:12.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79702026-09-06T04:48:13.677Z[ recovery-image] Sep 06 04:48:12.555 INFO O| Sep 06 04:48:12.555 INFO STEP 875 (remove_files) COMPLETE
79712026-09-06T04:48:13.677Z[ recovery-image] Sep 06 04:48:12.555 INFO O| Sep 06 04:48:12.555 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-06T04:48:13.687Z[ recovery-image] Sep 06 04:48:12.565 INFO O| Sep 06 04:48:12.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79732026-09-06T04:48:13.688Z[ recovery-image] Sep 06 04:48:12.565 INFO O| Sep 06 04:48:12.565 INFO STEP 876 (remove_files) COMPLETE
79742026-09-06T04:48:13.691Z[ recovery-image] Sep 06 04:48:12.565 INFO O| Sep 06 04:48:12.565 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-06T04:48:13.698Z[ recovery-image] Sep 06 04:48:12.576 INFO O| Sep 06 04:48:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79762026-09-06T04:48:13.698Z[ recovery-image] Sep 06 04:48:12.576 INFO O| Sep 06 04:48:12.576 INFO STEP 877 (remove_files) COMPLETE
79772026-09-06T04:48:13.702Z[ recovery-image] Sep 06 04:48:12.576 INFO O| Sep 06 04:48:12.576 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-06T04:48:13.708Z[ recovery-image] Sep 06 04:48:12.586 INFO O| Sep 06 04:48:12.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79792026-09-06T04:48:13.709Z[ recovery-image] Sep 06 04:48:12.586 INFO O| Sep 06 04:48:12.586 INFO STEP 878 (remove_files) COMPLETE
79802026-09-06T04:48:13.709Z[ recovery-image] Sep 06 04:48:12.586 INFO O| Sep 06 04:48:12.586 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-06T04:48:13.718Z[ recovery-image] Sep 06 04:48:12.595 INFO O| Sep 06 04:48:12.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79822026-09-06T04:48:13.718Z[ recovery-image] Sep 06 04:48:12.595 INFO O| Sep 06 04:48:12.595 INFO STEP 879 (remove_files) COMPLETE
79832026-09-06T04:48:13.721Z[ recovery-image] Sep 06 04:48:12.595 INFO O| Sep 06 04:48:12.595 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-06T04:48:13.730Z[ recovery-image] Sep 06 04:48:12.607 INFO O| Sep 06 04:48:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79852026-09-06T04:48:13.730Z[ recovery-image] Sep 06 04:48:12.607 INFO O| Sep 06 04:48:12.607 INFO STEP 880 (remove_files) COMPLETE
79862026-09-06T04:48:13.730Z[ recovery-image] Sep 06 04:48:12.607 INFO O| Sep 06 04:48:12.607 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-06T04:48:13.741Z[ recovery-image] Sep 06 04:48:12.618 INFO O| Sep 06 04:48:12.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79882026-09-06T04:48:13.741Z[ recovery-image] Sep 06 04:48:12.618 INFO O| Sep 06 04:48:12.618 INFO STEP 881 (remove_files) COMPLETE
79892026-09-06T04:48:13.741Z[ recovery-image] Sep 06 04:48:12.618 INFO O| Sep 06 04:48:12.618 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-06T04:48:13.751Z[ recovery-image] Sep 06 04:48:12.628 INFO O| Sep 06 04:48:12.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79912026-09-06T04:48:13.751Z[ recovery-image] Sep 06 04:48:12.628 INFO O| Sep 06 04:48:12.628 INFO STEP 882 (remove_files) COMPLETE
79922026-09-06T04:48:13.754Z[ recovery-image] Sep 06 04:48:12.628 INFO O| Sep 06 04:48:12.628 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-06T04:48:13.760Z[ recovery-image] Sep 06 04:48:12.637 INFO O| Sep 06 04:48:12.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79942026-09-06T04:48:13.760Z[ recovery-image] Sep 06 04:48:12.637 INFO O| Sep 06 04:48:12.637 INFO STEP 883 (remove_files) COMPLETE
79952026-09-06T04:48:13.760Z[ recovery-image] Sep 06 04:48:12.637 INFO O| Sep 06 04:48:12.637 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-06T04:48:13.770Z[ recovery-image] Sep 06 04:48:12.648 INFO O| Sep 06 04:48:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79972026-09-06T04:48:13.771Z[ recovery-image] Sep 06 04:48:12.648 INFO O| Sep 06 04:48:12.648 INFO STEP 884 (remove_files) COMPLETE
79982026-09-06T04:48:13.771Z[ recovery-image] Sep 06 04:48:12.648 INFO O| Sep 06 04:48:12.648 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-06T04:48:13.780Z[ recovery-image] Sep 06 04:48:12.657 INFO O| Sep 06 04:48:12.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80002026-09-06T04:48:13.780Z[ recovery-image] Sep 06 04:48:12.657 INFO O| Sep 06 04:48:12.657 INFO STEP 885 (remove_files) COMPLETE
80012026-09-06T04:48:13.780Z[ recovery-image] Sep 06 04:48:12.657 INFO O| Sep 06 04:48:12.657 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-06T04:48:13.789Z[ recovery-image] Sep 06 04:48:12.667 INFO O| Sep 06 04:48:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80032026-09-06T04:48:13.793Z[ recovery-image] Sep 06 04:48:12.667 INFO O| Sep 06 04:48:12.667 INFO STEP 886 (remove_files) COMPLETE
80042026-09-06T04:48:13.793Z[ recovery-image] Sep 06 04:48:12.667 INFO O| Sep 06 04:48:12.667 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-06T04:48:13.800Z[ recovery-image] Sep 06 04:48:12.676 INFO O| Sep 06 04:48:12.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80062026-09-06T04:48:13.800Z[ recovery-image] Sep 06 04:48:12.676 INFO O| Sep 06 04:48:12.676 INFO STEP 887 (remove_files) COMPLETE
80072026-09-06T04:48:13.800Z[ recovery-image] Sep 06 04:48:12.676 INFO O| Sep 06 04:48:12.676 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-06T04:48:13.811Z[ recovery-image] Sep 06 04:48:12.685 INFO O| Sep 06 04:48:12.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80092026-09-06T04:48:13.811Z[ recovery-image] Sep 06 04:48:12.685 INFO O| Sep 06 04:48:12.685 INFO STEP 888 (remove_files) COMPLETE
80102026-09-06T04:48:13.811Z[ recovery-image] Sep 06 04:48:12.685 INFO O| Sep 06 04:48:12.685 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-06T04:48:13.816Z[ recovery-image] Sep 06 04:48:12.693 INFO O| Sep 06 04:48:12.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80122026-09-06T04:48:13.816Z[ recovery-image] Sep 06 04:48:12.693 INFO O| Sep 06 04:48:12.693 INFO STEP 889 (remove_files) COMPLETE
80132026-09-06T04:48:13.816Z[ recovery-image] Sep 06 04:48:12.693 INFO O| Sep 06 04:48:12.693 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-06T04:48:13.826Z[ recovery-image] Sep 06 04:48:12.703 INFO O| Sep 06 04:48:12.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80152026-09-06T04:48:13.832Z[ recovery-image] Sep 06 04:48:12.704 INFO O| Sep 06 04:48:12.704 INFO STEP 890 (remove_files) COMPLETE
80162026-09-06T04:48:13.832Z[ recovery-image] Sep 06 04:48:12.704 INFO O| Sep 06 04:48:12.704 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-06T04:48:13.837Z[ recovery-image] Sep 06 04:48:12.713 INFO O| Sep 06 04:48:12.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80182026-09-06T04:48:13.837Z[ recovery-image] Sep 06 04:48:12.713 INFO O| Sep 06 04:48:12.713 INFO STEP 891 (remove_files) COMPLETE
80192026-09-06T04:48:13.837Z[ recovery-image] Sep 06 04:48:12.713 INFO O| Sep 06 04:48:12.713 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-06T04:48:13.846Z[ recovery-image] Sep 06 04:48:12.723 INFO O| Sep 06 04:48:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80212026-09-06T04:48:13.846Z[ recovery-image] Sep 06 04:48:12.723 INFO O| Sep 06 04:48:12.723 INFO STEP 892 (remove_files) COMPLETE
80222026-09-06T04:48:13.846Z[ recovery-image] Sep 06 04:48:12.723 INFO O| Sep 06 04:48:12.723 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-06T04:48:13.897Z[ recovery-image] Sep 06 04:48:12.767 INFO O| Sep 06 04:48:12.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80242026-09-06T04:48:13.897Z[ recovery-image] Sep 06 04:48:12.767 INFO O| Sep 06 04:48:12.767 INFO STEP 893 (remove_files) COMPLETE
80252026-09-06T04:48:13.897Z[ recovery-image] Sep 06 04:48:12.767 INFO O| Sep 06 04:48:12.767 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-06T04:48:13.906Z[ recovery-image] Sep 06 04:48:12.778 INFO O| Sep 06 04:48:12.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80272026-09-06T04:48:13.906Z[ recovery-image] Sep 06 04:48:12.778 INFO O| Sep 06 04:48:12.778 INFO STEP 894 (remove_files) COMPLETE
80282026-09-06T04:48:13.906Z[ recovery-image] Sep 06 04:48:12.778 INFO O| Sep 06 04:48:12.778 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-06T04:48:13.922Z[ recovery-image] Sep 06 04:48:12.788 INFO O| Sep 06 04:48:12.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80302026-09-06T04:48:13.922Z[ recovery-image] Sep 06 04:48:12.788 INFO O| Sep 06 04:48:12.788 INFO STEP 895 (remove_files) COMPLETE
80312026-09-06T04:48:13.922Z[ recovery-image] Sep 06 04:48:12.788 INFO O| Sep 06 04:48:12.788 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-06T04:48:13.927Z[ recovery-image] Sep 06 04:48:12.797 INFO O| Sep 06 04:48:12.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80332026-09-06T04:48:13.927Z[ recovery-image] Sep 06 04:48:12.798 INFO O| Sep 06 04:48:12.798 INFO STEP 896 (remove_files) COMPLETE
80342026-09-06T04:48:13.927Z[ recovery-image] Sep 06 04:48:12.798 INFO O| Sep 06 04:48:12.798 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-06T04:48:13.931Z[ recovery-image] Sep 06 04:48:12.808 INFO O| Sep 06 04:48:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80362026-09-06T04:48:13.931Z[ recovery-image] Sep 06 04:48:12.808 INFO O| Sep 06 04:48:12.808 INFO STEP 897 (remove_files) COMPLETE
80372026-09-06T04:48:13.940Z[ recovery-image] Sep 06 04:48:12.808 INFO O| Sep 06 04:48:12.808 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-06T04:48:13.945Z[ recovery-image] Sep 06 04:48:12.818 INFO O| Sep 06 04:48:12.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80392026-09-06T04:48:13.945Z[ recovery-image] Sep 06 04:48:12.818 INFO O| Sep 06 04:48:12.818 INFO STEP 898 (remove_files) COMPLETE
80402026-09-06T04:48:13.945Z[ recovery-image] Sep 06 04:48:12.818 INFO O| Sep 06 04:48:12.818 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-06T04:48:13.953Z[ recovery-image] Sep 06 04:48:12.827 INFO O| Sep 06 04:48:12.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80422026-09-06T04:48:13.954Z[ recovery-image] Sep 06 04:48:12.827 INFO O| Sep 06 04:48:12.827 INFO STEP 899 (remove_files) COMPLETE
80432026-09-06T04:48:13.954Z[ recovery-image] Sep 06 04:48:12.827 INFO O| Sep 06 04:48:12.827 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-06T04:48:13.959Z[ recovery-image] Sep 06 04:48:12.836 INFO O| Sep 06 04:48:12.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80452026-09-06T04:48:13.960Z[ recovery-image] Sep 06 04:48:12.836 INFO O| Sep 06 04:48:12.836 INFO STEP 900 (remove_files) COMPLETE
80462026-09-06T04:48:13.960Z[ recovery-image] Sep 06 04:48:12.836 INFO O| Sep 06 04:48:12.836 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-06T04:48:13.971Z[ recovery-image] Sep 06 04:48:12.846 INFO O| Sep 06 04:48:12.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80482026-09-06T04:48:13.978Z[ recovery-image] Sep 06 04:48:12.846 INFO O| Sep 06 04:48:12.846 INFO STEP 901 (remove_files) COMPLETE
80492026-09-06T04:48:13.978Z[ recovery-image] Sep 06 04:48:12.846 INFO O| Sep 06 04:48:12.846 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-06T04:48:13.983Z[ recovery-image] Sep 06 04:48:12.857 INFO O| Sep 06 04:48:12.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80512026-09-06T04:48:13.983Z[ recovery-image] Sep 06 04:48:12.857 INFO O| Sep 06 04:48:12.857 INFO STEP 902 (remove_files) COMPLETE
80522026-09-06T04:48:13.983Z[ recovery-image] Sep 06 04:48:12.857 INFO O| Sep 06 04:48:12.857 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-06T04:48:13.996Z[ recovery-image] Sep 06 04:48:12.867 INFO O| Sep 06 04:48:12.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80542026-09-06T04:48:13.996Z[ recovery-image] Sep 06 04:48:12.867 INFO O| Sep 06 04:48:12.867 INFO STEP 903 (remove_files) COMPLETE
80552026-09-06T04:48:14.001Z[ recovery-image] Sep 06 04:48:12.867 INFO O| Sep 06 04:48:12.867 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-06T04:48:14.010Z[ recovery-image] Sep 06 04:48:12.875 INFO O| Sep 06 04:48:12.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80572026-09-06T04:48:14.010Z[ recovery-image] Sep 06 04:48:12.876 INFO O| Sep 06 04:48:12.875 INFO STEP 904 (remove_files) COMPLETE
80582026-09-06T04:48:14.010Z[ recovery-image] Sep 06 04:48:12.876 INFO O| Sep 06 04:48:12.875 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-06T04:48:14.017Z[ recovery-image] Sep 06 04:48:12.884 INFO O| Sep 06 04:48:12.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80602026-09-06T04:48:14.017Z[ recovery-image] Sep 06 04:48:12.884 INFO O| Sep 06 04:48:12.884 INFO STEP 905 (remove_files) COMPLETE
80612026-09-06T04:48:14.017Z[ recovery-image] Sep 06 04:48:12.884 INFO O| Sep 06 04:48:12.884 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-09-06T04:48:14.022Z[ recovery-image] Sep 06 04:48:12.893 INFO O| Sep 06 04:48:12.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80632026-09-06T04:48:14.022Z[ recovery-image] Sep 06 04:48:12.893 INFO O| Sep 06 04:48:12.893 INFO STEP 906 (remove_files) COMPLETE
80642026-09-06T04:48:14.022Z[ recovery-image] Sep 06 04:48:12.893 INFO O| Sep 06 04:48:12.893 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-09-06T04:48:14.026Z[ recovery-image] Sep 06 04:48:12.902 INFO O| Sep 06 04:48:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80662026-09-06T04:48:14.026Z[ recovery-image] Sep 06 04:48:12.902 INFO O| Sep 06 04:48:12.902 INFO STEP 907 (remove_files) COMPLETE
80672026-09-06T04:48:14.026Z[ recovery-image] Sep 06 04:48:12.902 INFO O| Sep 06 04:48:12.902 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-09-06T04:48:14.034Z[ recovery-image] Sep 06 04:48:12.910 INFO O| Sep 06 04:48:12.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80692026-09-06T04:48:14.034Z[ recovery-image] Sep 06 04:48:12.910 INFO O| Sep 06 04:48:12.910 INFO STEP 908 (remove_files) COMPLETE
80702026-09-06T04:48:14.034Z[ recovery-image] Sep 06 04:48:12.910 INFO O| Sep 06 04:48:12.910 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-06T04:48:14.042Z[ recovery-image] Sep 06 04:48:12.919 INFO O| Sep 06 04:48:12.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80722026-09-06T04:48:14.042Z[ recovery-image] Sep 06 04:48:12.919 INFO O| Sep 06 04:48:12.919 INFO STEP 909 (remove_files) COMPLETE
80732026-09-06T04:48:14.052Z[ recovery-image] Sep 06 04:48:12.919 INFO O| Sep 06 04:48:12.919 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-06T04:48:14.055Z[ recovery-image] Sep 06 04:48:12.927 INFO O| Sep 06 04:48:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80752026-09-06T04:48:14.055Z[ recovery-image] Sep 06 04:48:12.927 INFO O| Sep 06 04:48:12.927 INFO STEP 910 (remove_files) COMPLETE
80762026-09-06T04:48:14.055Z[ recovery-image] Sep 06 04:48:12.927 INFO O| Sep 06 04:48:12.927 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-06T04:48:14.062Z[ recovery-image] Sep 06 04:48:12.939 INFO O| Sep 06 04:48:12.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80782026-09-06T04:48:14.062Z[ recovery-image] Sep 06 04:48:12.939 INFO O| Sep 06 04:48:12.939 INFO STEP 911 (remove_files) COMPLETE
80792026-09-06T04:48:14.062Z[ recovery-image] Sep 06 04:48:12.939 INFO O| Sep 06 04:48:12.939 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-06T04:48:14.075Z[ recovery-image] Sep 06 04:48:12.949 INFO O| Sep 06 04:48:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80812026-09-06T04:48:14.075Z[ recovery-image] Sep 06 04:48:12.949 INFO O| Sep 06 04:48:12.949 INFO STEP 912 (remove_files) COMPLETE
80822026-09-06T04:48:14.076Z[ recovery-image] Sep 06 04:48:12.949 INFO O| Sep 06 04:48:12.949 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-06T04:48:14.093Z[ recovery-image] Sep 06 04:48:12.959 INFO O| Sep 06 04:48:12.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80842026-09-06T04:48:14.093Z[ recovery-image] Sep 06 04:48:12.959 INFO O| Sep 06 04:48:12.959 INFO STEP 913 (remove_files) COMPLETE
80852026-09-06T04:48:14.093Z[ recovery-image] Sep 06 04:48:12.959 INFO O| Sep 06 04:48:12.959 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-09-06T04:48:14.093Z[ recovery-image] Sep 06 04:48:12.968 INFO O| Sep 06 04:48:12.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80872026-09-06T04:48:14.093Z[ recovery-image] Sep 06 04:48:12.968 INFO O| Sep 06 04:48:12.968 INFO STEP 914 (remove_files) COMPLETE
80882026-09-06T04:48:14.093Z[ recovery-image] Sep 06 04:48:12.968 INFO O| Sep 06 04:48:12.968 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-09-06T04:48:14.106Z[ recovery-image] Sep 06 04:48:12.978 INFO O| Sep 06 04:48:12.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80902026-09-06T04:48:14.106Z[ recovery-image] Sep 06 04:48:12.978 INFO O| Sep 06 04:48:12.978 INFO STEP 915 (remove_files) COMPLETE
80912026-09-06T04:48:14.106Z[ recovery-image] Sep 06 04:48:12.978 INFO O| Sep 06 04:48:12.978 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-09-06T04:48:14.123Z[ recovery-image] Sep 06 04:48:12.987 INFO O| Sep 06 04:48:12.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80932026-09-06T04:48:14.123Z[ recovery-image] Sep 06 04:48:12.987 INFO O| Sep 06 04:48:12.987 INFO STEP 916 (remove_files) COMPLETE
80942026-09-06T04:48:14.123Z[ recovery-image] Sep 06 04:48:12.987 INFO O| Sep 06 04:48:12.987 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-09-06T04:48:14.127Z[ recovery-image] Sep 06 04:48:12.997 INFO O| Sep 06 04:48:12.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80962026-09-06T04:48:14.127Z[ recovery-image] Sep 06 04:48:12.997 INFO O| Sep 06 04:48:12.997 INFO STEP 917 (remove_files) COMPLETE
80972026-09-06T04:48:14.127Z[ recovery-image] Sep 06 04:48:12.997 INFO O| Sep 06 04:48:12.997 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-09-06T04:48:14.135Z[ recovery-image] Sep 06 04:48:13.006 INFO O| Sep 06 04:48:13.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80992026-09-06T04:48:14.135Z[ recovery-image] Sep 06 04:48:13.006 INFO O| Sep 06 04:48:13.006 INFO STEP 918 (remove_files) COMPLETE
81002026-09-06T04:48:14.135Z[ recovery-image] Sep 06 04:48:13.006 INFO O| Sep 06 04:48:13.006 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-06T04:48:14.139Z[ recovery-image] Sep 06 04:48:13.017 INFO O| Sep 06 04:48:13.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81022026-09-06T04:48:14.139Z[ recovery-image] Sep 06 04:48:13.017 INFO O| Sep 06 04:48:13.017 INFO STEP 919 (remove_files) COMPLETE
81032026-09-06T04:48:14.140Z[ recovery-image] Sep 06 04:48:13.017 INFO O| Sep 06 04:48:13.017 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-06T04:48:14.149Z[ recovery-image] Sep 06 04:48:13.026 INFO O| Sep 06 04:48:13.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81052026-09-06T04:48:14.149Z[ recovery-image] Sep 06 04:48:13.026 INFO O| Sep 06 04:48:13.026 INFO STEP 920 (remove_files) COMPLETE
81062026-09-06T04:48:14.149Z[ recovery-image] Sep 06 04:48:13.026 INFO O| Sep 06 04:48:13.026 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-06T04:48:14.158Z[ recovery-image] Sep 06 04:48:13.035 INFO O| Sep 06 04:48:13.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81082026-09-06T04:48:14.158Z[ recovery-image] Sep 06 04:48:13.035 INFO O| Sep 06 04:48:13.035 INFO STEP 921 (remove_files) COMPLETE
81092026-09-06T04:48:14.158Z[ recovery-image] Sep 06 04:48:13.035 INFO O| Sep 06 04:48:13.035 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-06T04:48:14.167Z[ recovery-image] Sep 06 04:48:13.044 INFO O| Sep 06 04:48:13.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81112026-09-06T04:48:14.167Z[ recovery-image] Sep 06 04:48:13.044 INFO O| Sep 06 04:48:13.044 INFO STEP 922 (remove_files) COMPLETE
81122026-09-06T04:48:14.167Z[ recovery-image] Sep 06 04:48:13.044 INFO O| Sep 06 04:48:13.044 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-06T04:48:14.178Z[ recovery-image] Sep 06 04:48:13.055 INFO O| Sep 06 04:48:13.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81142026-09-06T04:48:14.178Z[ recovery-image] Sep 06 04:48:13.055 INFO O| Sep 06 04:48:13.055 INFO STEP 923 (remove_files) COMPLETE
81152026-09-06T04:48:14.178Z[ recovery-image] Sep 06 04:48:13.055 INFO O| Sep 06 04:48:13.055 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-06T04:48:14.188Z[ recovery-image] Sep 06 04:48:13.065 INFO O| Sep 06 04:48:13.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81172026-09-06T04:48:14.188Z[ recovery-image] Sep 06 04:48:13.065 INFO O| Sep 06 04:48:13.065 INFO STEP 924 (remove_files) COMPLETE
81182026-09-06T04:48:14.192Z[ recovery-image] Sep 06 04:48:13.065 INFO O| Sep 06 04:48:13.065 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-06T04:48:14.203Z[ recovery-image] Sep 06 04:48:13.078 INFO O| Sep 06 04:48:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81202026-09-06T04:48:14.203Z[ recovery-image] Sep 06 04:48:13.078 INFO O| Sep 06 04:48:13.078 INFO STEP 925 (remove_files) COMPLETE
81212026-09-06T04:48:14.203Z[ recovery-image] Sep 06 04:48:13.078 INFO O| Sep 06 04:48:13.078 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-06T04:48:14.214Z[ recovery-image] Sep 06 04:48:13.088 INFO O| Sep 06 04:48:13.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81232026-09-06T04:48:14.214Z[ recovery-image] Sep 06 04:48:13.088 INFO O| Sep 06 04:48:13.088 INFO STEP 926 (remove_files) COMPLETE
81242026-09-06T04:48:14.214Z[ recovery-image] Sep 06 04:48:13.088 INFO O| Sep 06 04:48:13.088 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-06T04:48:14.219Z[ recovery-image] Sep 06 04:48:13.097 INFO O| Sep 06 04:48:13.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81262026-09-06T04:48:14.219Z[ recovery-image] Sep 06 04:48:13.097 INFO O| Sep 06 04:48:13.097 INFO STEP 927 (remove_files) COMPLETE
81272026-09-06T04:48:14.220Z[ recovery-image] Sep 06 04:48:13.097 INFO O| Sep 06 04:48:13.097 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-06T04:48:14.229Z[ recovery-image] Sep 06 04:48:13.106 INFO O| Sep 06 04:48:13.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81292026-09-06T04:48:14.229Z[ recovery-image] Sep 06 04:48:13.106 INFO O| Sep 06 04:48:13.106 INFO STEP 928 (remove_files) COMPLETE
81302026-09-06T04:48:14.229Z[ recovery-image] Sep 06 04:48:13.106 INFO O| Sep 06 04:48:13.106 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-06T04:48:14.239Z[ recovery-image] Sep 06 04:48:13.117 INFO O| Sep 06 04:48:13.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81322026-09-06T04:48:14.239Z[ recovery-image] Sep 06 04:48:13.117 INFO O| Sep 06 04:48:13.117 INFO STEP 929 (remove_files) COMPLETE
81332026-09-06T04:48:14.243Z[ recovery-image] Sep 06 04:48:13.117 INFO O| Sep 06 04:48:13.117 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-06T04:48:14.250Z[ recovery-image] Sep 06 04:48:13.127 INFO O| Sep 06 04:48:13.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81352026-09-06T04:48:14.250Z[ recovery-image] Sep 06 04:48:13.127 INFO O| Sep 06 04:48:13.127 INFO STEP 930 (remove_files) COMPLETE
81362026-09-06T04:48:14.250Z[ recovery-image] Sep 06 04:48:13.127 INFO O| Sep 06 04:48:13.127 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-06T04:48:14.260Z[ recovery-image] Sep 06 04:48:13.137 INFO O| Sep 06 04:48:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81382026-09-06T04:48:14.260Z[ recovery-image] Sep 06 04:48:13.137 INFO O| Sep 06 04:48:13.137 INFO STEP 931 (remove_files) COMPLETE
81392026-09-06T04:48:14.260Z[ recovery-image] Sep 06 04:48:13.137 INFO O| Sep 06 04:48:13.137 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-06T04:48:14.268Z[ recovery-image] Sep 06 04:48:13.146 INFO O| Sep 06 04:48:13.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81412026-09-06T04:48:14.269Z[ recovery-image] Sep 06 04:48:13.146 INFO O| Sep 06 04:48:13.146 INFO STEP 932 (remove_files) COMPLETE
81422026-09-06T04:48:14.272Z[ recovery-image] Sep 06 04:48:13.146 INFO O| Sep 06 04:48:13.146 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-06T04:48:14.280Z[ recovery-image] Sep 06 04:48:13.157 INFO O| Sep 06 04:48:13.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81442026-09-06T04:48:14.280Z[ recovery-image] Sep 06 04:48:13.157 INFO O| Sep 06 04:48:13.157 INFO STEP 933 (remove_files) COMPLETE
81452026-09-06T04:48:14.280Z[ recovery-image] Sep 06 04:48:13.157 INFO O| Sep 06 04:48:13.157 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-09-06T04:48:14.290Z[ recovery-image] Sep 06 04:48:13.167 INFO O| Sep 06 04:48:13.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81472026-09-06T04:48:14.294Z[ recovery-image] Sep 06 04:48:13.168 INFO O| Sep 06 04:48:13.168 INFO STEP 934 (remove_files) COMPLETE
81482026-09-06T04:48:14.294Z[ recovery-image] Sep 06 04:48:13.168 INFO O| Sep 06 04:48:13.168 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-06T04:48:14.305Z[ recovery-image] Sep 06 04:48:13.178 INFO O| Sep 06 04:48:13.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81502026-09-06T04:48:14.312Z[ recovery-image] Sep 06 04:48:13.180 INFO O| Sep 06 04:48:13.180 INFO STEP 935 (remove_files) COMPLETE
81512026-09-06T04:48:14.312Z[ recovery-image] Sep 06 04:48:13.180 INFO O| Sep 06 04:48:13.180 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-09-06T04:48:14.317Z[ recovery-image] Sep 06 04:48:13.190 INFO O| Sep 06 04:48:13.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81532026-09-06T04:48:14.317Z[ recovery-image] Sep 06 04:48:13.190 INFO O| Sep 06 04:48:13.190 INFO STEP 936 (remove_files) COMPLETE
81542026-09-06T04:48:14.317Z[ recovery-image] Sep 06 04:48:13.190 INFO O| Sep 06 04:48:13.190 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-09-06T04:48:14.323Z[ recovery-image] Sep 06 04:48:13.200 INFO O| Sep 06 04:48:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81562026-09-06T04:48:14.323Z[ recovery-image] Sep 06 04:48:13.200 INFO O| Sep 06 04:48:13.200 INFO STEP 937 (remove_files) COMPLETE
81572026-09-06T04:48:14.327Z[ recovery-image] Sep 06 04:48:13.200 INFO O| Sep 06 04:48:13.200 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-09-06T04:48:14.331Z[verify-libraries] Compiling git2 v0.20.4
81592026-09-06T04:48:14.340Z[ recovery-image] Sep 06 04:48:13.210 INFO O| Sep 06 04:48:13.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81602026-09-06T04:48:14.340Z[ recovery-image] Sep 06 04:48:13.210 INFO O| Sep 06 04:48:13.210 INFO STEP 938 (remove_files) COMPLETE
81612026-09-06T04:48:14.340Z[ recovery-image] Sep 06 04:48:13.210 INFO O| Sep 06 04:48:13.210 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-06T04:48:14.344Z[ recovery-image] Sep 06 04:48:13.220 INFO O| Sep 06 04:48:13.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81632026-09-06T04:48:14.344Z[ recovery-image] Sep 06 04:48:13.220 INFO O| Sep 06 04:48:13.220 INFO STEP 939 (remove_files) COMPLETE
81642026-09-06T04:48:14.344Z[ recovery-image] Sep 06 04:48:13.220 INFO O| Sep 06 04:48:13.220 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-06T04:48:14.352Z[ recovery-image] Sep 06 04:48:13.229 INFO O| Sep 06 04:48:13.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81662026-09-06T04:48:14.352Z[ recovery-image] Sep 06 04:48:13.229 INFO O| Sep 06 04:48:13.229 INFO STEP 940 (remove_files) COMPLETE
81672026-09-06T04:48:14.352Z[ recovery-image] Sep 06 04:48:13.229 INFO O| Sep 06 04:48:13.229 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-06T04:48:14.366Z[ recovery-image] Sep 06 04:48:13.239 INFO O| Sep 06 04:48:13.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81692026-09-06T04:48:14.366Z[ recovery-image] Sep 06 04:48:13.240 INFO O| Sep 06 04:48:13.240 INFO STEP 941 (remove_files) COMPLETE
81702026-09-06T04:48:14.366Z[ recovery-image] Sep 06 04:48:13.240 INFO O| Sep 06 04:48:13.240 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-06T04:48:14.372Z[ recovery-image] Sep 06 04:48:13.249 INFO O| Sep 06 04:48:13.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81722026-09-06T04:48:14.372Z[ recovery-image] Sep 06 04:48:13.249 INFO O| Sep 06 04:48:13.249 INFO STEP 942 (remove_files) COMPLETE
81732026-09-06T04:48:14.372Z[ recovery-image] Sep 06 04:48:13.249 INFO O| Sep 06 04:48:13.249 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-06T04:48:14.383Z[ recovery-image] Sep 06 04:48:13.259 INFO O| Sep 06 04:48:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81752026-09-06T04:48:14.387Z[ recovery-image] Sep 06 04:48:13.260 INFO O| Sep 06 04:48:13.260 INFO STEP 943 (remove_files) COMPLETE
81762026-09-06T04:48:14.387Z[ recovery-image] Sep 06 04:48:13.260 INFO O| Sep 06 04:48:13.260 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-06T04:48:14.394Z[ recovery-image] Sep 06 04:48:13.271 INFO O| Sep 06 04:48:13.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81782026-09-06T04:48:14.394Z[ recovery-image] Sep 06 04:48:13.271 INFO O| Sep 06 04:48:13.271 INFO STEP 944 (remove_files) COMPLETE
81792026-09-06T04:48:14.394Z[ recovery-image] Sep 06 04:48:13.271 INFO O| Sep 06 04:48:13.271 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-06T04:48:14.404Z[ recovery-image] Sep 06 04:48:13.281 INFO O| Sep 06 04:48:13.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81812026-09-06T04:48:14.404Z[ recovery-image] Sep 06 04:48:13.281 INFO O| Sep 06 04:48:13.281 INFO STEP 945 (remove_files) COMPLETE
81822026-09-06T04:48:14.404Z[ recovery-image] Sep 06 04:48:13.281 INFO O| Sep 06 04:48:13.281 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-06T04:48:14.413Z[ recovery-image] Sep 06 04:48:13.291 INFO O| Sep 06 04:48:13.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81842026-09-06T04:48:14.413Z[ recovery-image] Sep 06 04:48:13.291 INFO O| Sep 06 04:48:13.291 INFO STEP 946 (remove_files) COMPLETE
81852026-09-06T04:48:14.413Z[ recovery-image] Sep 06 04:48:13.291 INFO O| Sep 06 04:48:13.291 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-09-06T04:48:14.422Z[ recovery-image] Sep 06 04:48:13.299 INFO O| Sep 06 04:48:13.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81872026-09-06T04:48:14.422Z[ recovery-image] Sep 06 04:48:13.299 INFO O| Sep 06 04:48:13.299 INFO STEP 947 (remove_files) COMPLETE
81882026-09-06T04:48:14.422Z[ recovery-image] Sep 06 04:48:13.299 INFO O| Sep 06 04:48:13.299 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-09-06T04:48:14.432Z[ recovery-image] Sep 06 04:48:13.309 INFO O| Sep 06 04:48:13.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81902026-09-06T04:48:14.435Z[ recovery-image] Sep 06 04:48:13.309 INFO O| Sep 06 04:48:13.309 INFO STEP 948 (remove_files) COMPLETE
81912026-09-06T04:48:14.435Z[ recovery-image] Sep 06 04:48:13.309 INFO O| Sep 06 04:48:13.309 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-09-06T04:48:14.443Z[ recovery-image] Sep 06 04:48:13.318 INFO O| Sep 06 04:48:13.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81932026-09-06T04:48:14.443Z[ recovery-image] Sep 06 04:48:13.318 INFO O| Sep 06 04:48:13.318 INFO STEP 949 (remove_files) COMPLETE
81942026-09-06T04:48:14.447Z[ recovery-image] Sep 06 04:48:13.318 INFO O| Sep 06 04:48:13.318 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-09-06T04:48:14.451Z[ recovery-image] Sep 06 04:48:13.328 INFO O| Sep 06 04:48:13.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81962026-09-06T04:48:14.451Z[ recovery-image] Sep 06 04:48:13.328 INFO O| Sep 06 04:48:13.328 INFO STEP 950 (remove_files) COMPLETE
81972026-09-06T04:48:14.451Z[ recovery-image] Sep 06 04:48:13.328 INFO O| Sep 06 04:48:13.328 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-09-06T04:48:14.461Z[ recovery-image] Sep 06 04:48:13.339 INFO O| Sep 06 04:48:13.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81992026-09-06T04:48:14.465Z[ recovery-image] Sep 06 04:48:13.340 INFO O| Sep 06 04:48:13.340 INFO STEP 951 (remove_files) COMPLETE
82002026-09-06T04:48:14.465Z[ recovery-image] Sep 06 04:48:13.340 INFO O| Sep 06 04:48:13.340 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-09-06T04:48:14.474Z[ recovery-image] Sep 06 04:48:13.351 INFO O| Sep 06 04:48:13.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82022026-09-06T04:48:14.474Z[ recovery-image] Sep 06 04:48:13.351 INFO O| Sep 06 04:48:13.351 INFO STEP 952 (remove_files) COMPLETE
82032026-09-06T04:48:14.474Z[ recovery-image] Sep 06 04:48:13.351 INFO O| Sep 06 04:48:13.351 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-09-06T04:48:14.487Z[ recovery-image] Sep 06 04:48:13.363 INFO O| Sep 06 04:48:13.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82052026-09-06T04:48:14.487Z[ recovery-image] Sep 06 04:48:13.363 INFO O| Sep 06 04:48:13.363 INFO STEP 953 (remove_files) COMPLETE
82062026-09-06T04:48:14.487Z[ recovery-image] Sep 06 04:48:13.363 INFO O| Sep 06 04:48:13.363 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-06T04:48:14.497Z[ recovery-image] Sep 06 04:48:13.372 INFO O| Sep 06 04:48:13.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82082026-09-06T04:48:14.497Z[ recovery-image] Sep 06 04:48:13.372 INFO O| Sep 06 04:48:13.372 INFO STEP 954 (remove_files) COMPLETE
82092026-09-06T04:48:14.501Z[ recovery-image] Sep 06 04:48:13.372 INFO O| Sep 06 04:48:13.372 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-06T04:48:14.505Z[ recovery-image] Sep 06 04:48:13.382 INFO O| Sep 06 04:48:13.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82112026-09-06T04:48:14.505Z[ recovery-image] Sep 06 04:48:13.382 INFO O| Sep 06 04:48:13.382 INFO STEP 955 (remove_files) COMPLETE
82122026-09-06T04:48:14.511Z[ recovery-image] Sep 06 04:48:13.382 INFO O| Sep 06 04:48:13.382 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-06T04:48:14.516Z[ recovery-image] Sep 06 04:48:13.392 INFO O| Sep 06 04:48:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82142026-09-06T04:48:14.516Z[ recovery-image] Sep 06 04:48:13.392 INFO O| Sep 06 04:48:13.392 INFO STEP 956 (remove_files) COMPLETE
82152026-09-06T04:48:14.516Z[ recovery-image] Sep 06 04:48:13.392 INFO O| Sep 06 04:48:13.392 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-06T04:48:14.525Z[ recovery-image] Sep 06 04:48:13.403 INFO O| Sep 06 04:48:13.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82172026-09-06T04:48:14.526Z[ recovery-image] Sep 06 04:48:13.403 INFO O| Sep 06 04:48:13.403 INFO STEP 957 (remove_files) COMPLETE
82182026-09-06T04:48:14.529Z[ recovery-image] Sep 06 04:48:13.403 INFO O| Sep 06 04:48:13.403 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-06T04:48:14.544Z[ recovery-image] Sep 06 04:48:13.413 INFO O| Sep 06 04:48:13.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82202026-09-06T04:48:14.544Z[ recovery-image] Sep 06 04:48:13.413 INFO O| Sep 06 04:48:13.413 INFO STEP 958 (remove_files) COMPLETE
82212026-09-06T04:48:14.545Z[ recovery-image] Sep 06 04:48:13.413 INFO O| Sep 06 04:48:13.413 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-06T04:48:14.549Z[ recovery-image] Sep 06 04:48:13.423 INFO O| Sep 06 04:48:13.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82232026-09-06T04:48:14.549Z[ recovery-image] Sep 06 04:48:13.423 INFO O| Sep 06 04:48:13.423 INFO STEP 959 (remove_files) COMPLETE
82242026-09-06T04:48:14.549Z[ recovery-image] Sep 06 04:48:13.423 INFO O| Sep 06 04:48:13.423 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-06T04:48:14.563Z[ recovery-image] Sep 06 04:48:13.434 INFO O| Sep 06 04:48:13.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82262026-09-06T04:48:14.563Z[ recovery-image] Sep 06 04:48:13.434 INFO O| Sep 06 04:48:13.434 INFO STEP 960 (remove_files) COMPLETE
82272026-09-06T04:48:14.563Z[ recovery-image] Sep 06 04:48:13.434 INFO O| Sep 06 04:48:13.434 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-06T04:48:14.571Z[ recovery-image] Sep 06 04:48:13.444 INFO O| Sep 06 04:48:13.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82292026-09-06T04:48:14.572Z[ recovery-image] Sep 06 04:48:13.444 INFO O| Sep 06 04:48:13.444 INFO STEP 961 (remove_files) COMPLETE
82302026-09-06T04:48:14.575Z[ recovery-image] Sep 06 04:48:13.444 INFO O| Sep 06 04:48:13.444 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-09-06T04:48:14.579Z[ recovery-image] Sep 06 04:48:13.454 INFO O| Sep 06 04:48:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82322026-09-06T04:48:14.579Z[ recovery-image] Sep 06 04:48:13.454 INFO O| Sep 06 04:48:13.454 INFO STEP 962 (remove_files) COMPLETE
82332026-09-06T04:48:14.579Z[ recovery-image] Sep 06 04:48:13.454 INFO O| Sep 06 04:48:13.454 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-09-06T04:48:14.586Z[ recovery-image] Sep 06 04:48:13.464 INFO O| Sep 06 04:48:13.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82352026-09-06T04:48:14.587Z[ recovery-image] Sep 06 04:48:13.464 INFO O| Sep 06 04:48:13.464 INFO STEP 963 (remove_files) COMPLETE
82362026-09-06T04:48:14.587Z[ recovery-image] Sep 06 04:48:13.464 INFO O| Sep 06 04:48:13.464 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-09-06T04:48:14.597Z[ recovery-image] Sep 06 04:48:13.475 INFO O| Sep 06 04:48:13.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82382026-09-06T04:48:14.597Z[ recovery-image] Sep 06 04:48:13.475 INFO O| Sep 06 04:48:13.475 INFO STEP 964 (remove_files) COMPLETE
82392026-09-06T04:48:14.598Z[ recovery-image] Sep 06 04:48:13.475 INFO O| Sep 06 04:48:13.475 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-09-06T04:48:14.607Z[ recovery-image] Sep 06 04:48:13.485 INFO O| Sep 06 04:48:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82412026-09-06T04:48:14.608Z[ recovery-image] Sep 06 04:48:13.485 INFO O| Sep 06 04:48:13.485 INFO STEP 965 (remove_files) COMPLETE
82422026-09-06T04:48:14.608Z[ recovery-image] Sep 06 04:48:13.485 INFO O| Sep 06 04:48:13.485 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-09-06T04:48:14.618Z[ recovery-image] Sep 06 04:48:13.494 INFO O| Sep 06 04:48:13.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82442026-09-06T04:48:14.618Z[ recovery-image] Sep 06 04:48:13.494 INFO O| Sep 06 04:48:13.494 INFO STEP 966 (remove_files) COMPLETE
82452026-09-06T04:48:14.618Z[ recovery-image] Sep 06 04:48:13.494 INFO O| Sep 06 04:48:13.494 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-09-06T04:48:14.626Z[ recovery-image] Sep 06 04:48:13.503 INFO O| Sep 06 04:48:13.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82472026-09-06T04:48:14.626Z[ recovery-image] Sep 06 04:48:13.503 INFO O| Sep 06 04:48:13.503 INFO STEP 967 (remove_files) COMPLETE
82482026-09-06T04:48:14.626Z[ recovery-image] Sep 06 04:48:13.503 INFO O| Sep 06 04:48:13.503 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-09-06T04:48:14.638Z[ recovery-image] Sep 06 04:48:13.513 INFO O| Sep 06 04:48:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82502026-09-06T04:48:14.638Z[ recovery-image] Sep 06 04:48:13.513 INFO O| Sep 06 04:48:13.513 INFO STEP 968 (remove_files) COMPLETE
82512026-09-06T04:48:14.642Z[ recovery-image] Sep 06 04:48:13.513 INFO O| Sep 06 04:48:13.513 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-09-06T04:48:14.664Z[ recovery-image] Sep 06 04:48:13.523 INFO O| Sep 06 04:48:13.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82532026-09-06T04:48:14.664Z[ recovery-image] Sep 06 04:48:13.523 INFO O| Sep 06 04:48:13.523 INFO STEP 969 (remove_files) COMPLETE
82542026-09-06T04:48:14.664Z[ recovery-image] Sep 06 04:48:13.523 INFO O| Sep 06 04:48:13.523 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-09-06T04:48:14.664Z[ recovery-image] Sep 06 04:48:13.533 INFO O| Sep 06 04:48:13.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82562026-09-06T04:48:14.664Z[ recovery-image] Sep 06 04:48:13.534 INFO O| Sep 06 04:48:13.534 INFO STEP 970 (remove_files) COMPLETE
82572026-09-06T04:48:14.664Z[ recovery-image] Sep 06 04:48:13.534 INFO O| Sep 06 04:48:13.534 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-09-06T04:48:14.671Z[ recovery-image] Sep 06 04:48:13.544 INFO O| Sep 06 04:48:13.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82592026-09-06T04:48:14.671Z[ recovery-image] Sep 06 04:48:13.544 INFO O| Sep 06 04:48:13.544 INFO STEP 971 (remove_files) COMPLETE
82602026-09-06T04:48:14.671Z[ recovery-image] Sep 06 04:48:13.544 INFO O| Sep 06 04:48:13.544 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-09-06T04:48:14.679Z[ recovery-image] Sep 06 04:48:13.555 INFO O| Sep 06 04:48:13.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82622026-09-06T04:48:14.684Z[ recovery-image] Sep 06 04:48:13.555 INFO O| Sep 06 04:48:13.555 INFO STEP 972 (remove_files) COMPLETE
82632026-09-06T04:48:14.684Z[ recovery-image] Sep 06 04:48:13.555 INFO O| Sep 06 04:48:13.555 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-09-06T04:48:14.689Z[ recovery-image] Sep 06 04:48:13.566 INFO O| Sep 06 04:48:13.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82652026-09-06T04:48:14.690Z[ recovery-image] Sep 06 04:48:13.566 INFO O| Sep 06 04:48:13.566 INFO STEP 973 (remove_files) COMPLETE
82662026-09-06T04:48:14.690Z[ recovery-image] Sep 06 04:48:13.566 INFO O| Sep 06 04:48:13.566 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-09-06T04:48:14.698Z[ recovery-image] Sep 06 04:48:13.576 INFO O| Sep 06 04:48:13.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82682026-09-06T04:48:14.699Z[ recovery-image] Sep 06 04:48:13.576 INFO O| Sep 06 04:48:13.576 INFO STEP 974 (remove_files) COMPLETE
82692026-09-06T04:48:14.707Z[ recovery-image] Sep 06 04:48:13.576 INFO O| Sep 06 04:48:13.576 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-09-06T04:48:14.712Z[ recovery-image] Sep 06 04:48:13.588 INFO O| Sep 06 04:48:13.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82712026-09-06T04:48:14.712Z[ recovery-image] Sep 06 04:48:13.588 INFO O| Sep 06 04:48:13.588 INFO STEP 975 (remove_files) COMPLETE
82722026-09-06T04:48:14.712Z[ recovery-image] Sep 06 04:48:13.588 INFO O| Sep 06 04:48:13.588 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-09-06T04:48:14.723Z[ recovery-image] Sep 06 04:48:13.598 INFO O| Sep 06 04:48:13.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82742026-09-06T04:48:14.724Z[ recovery-image] Sep 06 04:48:13.598 INFO O| Sep 06 04:48:13.598 INFO STEP 976 (remove_files) COMPLETE
82752026-09-06T04:48:14.724Z[ recovery-image] Sep 06 04:48:13.598 INFO O| Sep 06 04:48:13.598 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-09-06T04:48:14.731Z[ recovery-image] Sep 06 04:48:13.608 INFO O| Sep 06 04:48:13.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82772026-09-06T04:48:14.731Z[ recovery-image] Sep 06 04:48:13.608 INFO O| Sep 06 04:48:13.608 INFO STEP 977 (remove_files) COMPLETE
82782026-09-06T04:48:14.731Z[ recovery-image] Sep 06 04:48:13.608 INFO O| Sep 06 04:48:13.608 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-09-06T04:48:14.740Z[ recovery-image] Sep 06 04:48:13.617 INFO O| Sep 06 04:48:13.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82802026-09-06T04:48:14.740Z[ recovery-image] Sep 06 04:48:13.617 INFO O| Sep 06 04:48:13.617 INFO STEP 978 (remove_files) COMPLETE
82812026-09-06T04:48:14.752Z[ recovery-image] Sep 06 04:48:13.617 INFO O| Sep 06 04:48:13.617 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-09-06T04:48:14.757Z[ recovery-image] Sep 06 04:48:13.626 INFO O| Sep 06 04:48:13.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82832026-09-06T04:48:14.757Z[ recovery-image] Sep 06 04:48:13.626 INFO O| Sep 06 04:48:13.626 INFO STEP 979 (remove_files) COMPLETE
82842026-09-06T04:48:14.757Z[ recovery-image] Sep 06 04:48:13.626 INFO O| Sep 06 04:48:13.626 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-09-06T04:48:14.773Z[ recovery-image] Sep 06 04:48:13.635 INFO O| Sep 06 04:48:13.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82862026-09-06T04:48:14.773Z[ recovery-image] Sep 06 04:48:13.635 INFO O| Sep 06 04:48:13.635 INFO STEP 980 (remove_files) COMPLETE
82872026-09-06T04:48:14.773Z[ recovery-image] Sep 06 04:48:13.635 INFO O| Sep 06 04:48:13.635 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-09-06T04:48:14.773Z[ recovery-image] Sep 06 04:48:13.644 INFO O| Sep 06 04:48:13.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82892026-09-06T04:48:14.773Z[ recovery-image] Sep 06 04:48:13.644 INFO O| Sep 06 04:48:13.644 INFO STEP 981 (remove_files) COMPLETE
82902026-09-06T04:48:14.773Z[ recovery-image] Sep 06 04:48:13.644 INFO O| Sep 06 04:48:13.644 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-09-06T04:48:14.781Z[ recovery-image] Sep 06 04:48:13.653 INFO O| Sep 06 04:48:13.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82922026-09-06T04:48:14.781Z[ recovery-image] Sep 06 04:48:13.653 INFO O| Sep 06 04:48:13.653 INFO STEP 982 (remove_files) COMPLETE
82932026-09-06T04:48:14.781Z[ recovery-image] Sep 06 04:48:13.653 INFO O| Sep 06 04:48:13.653 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-09-06T04:48:14.791Z[ recovery-image] Sep 06 04:48:13.663 INFO O| Sep 06 04:48:13.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82952026-09-06T04:48:14.791Z[ recovery-image] Sep 06 04:48:13.663 INFO O| Sep 06 04:48:13.663 INFO STEP 983 (remove_files) COMPLETE
82962026-09-06T04:48:14.791Z[ recovery-image] Sep 06 04:48:13.663 INFO O| Sep 06 04:48:13.663 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-09-06T04:48:14.805Z[ recovery-image] Sep 06 04:48:13.672 INFO O| Sep 06 04:48:13.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82982026-09-06T04:48:14.805Z[ recovery-image] Sep 06 04:48:13.672 INFO O| Sep 06 04:48:13.672 INFO STEP 984 (remove_files) COMPLETE
82992026-09-06T04:48:14.805Z[ recovery-image] Sep 06 04:48:13.672 INFO O| Sep 06 04:48:13.672 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-09-06T04:48:14.814Z[ recovery-image] Sep 06 04:48:13.681 INFO O| Sep 06 04:48:13.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83012026-09-06T04:48:14.814Z[ recovery-image] Sep 06 04:48:13.681 INFO O| Sep 06 04:48:13.681 INFO STEP 985 (remove_files) COMPLETE
83022026-09-06T04:48:14.814Z[ recovery-image] Sep 06 04:48:13.681 INFO O| Sep 06 04:48:13.681 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-09-06T04:48:14.823Z[ recovery-image] Sep 06 04:48:13.690 INFO O| Sep 06 04:48:13.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83042026-09-06T04:48:14.824Z[ recovery-image] Sep 06 04:48:13.690 INFO O| Sep 06 04:48:13.690 INFO STEP 986 (remove_files) COMPLETE
83052026-09-06T04:48:14.824Z[ recovery-image] Sep 06 04:48:13.690 INFO O| Sep 06 04:48:13.690 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-09-06T04:48:14.834Z[ recovery-image] Sep 06 04:48:13.699 INFO O| Sep 06 04:48:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83072026-09-06T04:48:14.834Z[ recovery-image] Sep 06 04:48:13.699 INFO O| Sep 06 04:48:13.699 INFO STEP 987 (remove_files) COMPLETE
83082026-09-06T04:48:14.834Z[ recovery-image] Sep 06 04:48:13.699 INFO O| Sep 06 04:48:13.699 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-09-06T04:48:14.834Z[ recovery-image] Sep 06 04:48:13.711 INFO O| Sep 06 04:48:13.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83102026-09-06T04:48:14.834Z[ recovery-image] Sep 06 04:48:13.711 INFO O| Sep 06 04:48:13.711 INFO STEP 988 (remove_files) COMPLETE
83112026-09-06T04:48:14.834Z[ recovery-image] Sep 06 04:48:13.711 INFO O| Sep 06 04:48:13.711 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-09-06T04:48:14.843Z[ recovery-image] Sep 06 04:48:13.720 INFO O| Sep 06 04:48:13.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83132026-09-06T04:48:14.843Z[ recovery-image] Sep 06 04:48:13.720 INFO O| Sep 06 04:48:13.720 INFO STEP 989 (remove_files) COMPLETE
83142026-09-06T04:48:14.843Z[ recovery-image] Sep 06 04:48:13.720 INFO O| Sep 06 04:48:13.720 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-06T04:48:14.852Z[ recovery-image] Sep 06 04:48:13.729 INFO O| Sep 06 04:48:13.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83162026-09-06T04:48:14.852Z[ recovery-image] Sep 06 04:48:13.729 INFO O| Sep 06 04:48:13.729 INFO STEP 990 (remove_files) COMPLETE
83172026-09-06T04:48:14.852Z[ recovery-image] Sep 06 04:48:13.729 INFO O| Sep 06 04:48:13.729 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-09-06T04:48:14.862Z[ recovery-image] Sep 06 04:48:13.737 INFO O| Sep 06 04:48:13.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83192026-09-06T04:48:14.862Z[ recovery-image] Sep 06 04:48:13.737 INFO O| Sep 06 04:48:13.737 INFO STEP 991 (remove_files) COMPLETE
83202026-09-06T04:48:14.862Z[ recovery-image] Sep 06 04:48:13.737 INFO O| Sep 06 04:48:13.737 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-06T04:48:14.872Z[ recovery-image] Sep 06 04:48:13.749 INFO O| Sep 06 04:48:13.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83222026-09-06T04:48:14.872Z[ recovery-image] Sep 06 04:48:13.749 INFO O| Sep 06 04:48:13.749 INFO STEP 992 (remove_files) COMPLETE
83232026-09-06T04:48:14.872Z[ recovery-image] Sep 06 04:48:13.749 INFO O| Sep 06 04:48:13.749 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-06T04:48:14.882Z[ recovery-image] Sep 06 04:48:13.759 INFO O| Sep 06 04:48:13.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83252026-09-06T04:48:14.882Z[ recovery-image] Sep 06 04:48:13.759 INFO O| Sep 06 04:48:13.759 INFO STEP 993 (remove_files) COMPLETE
83262026-09-06T04:48:14.887Z[ recovery-image] Sep 06 04:48:13.759 INFO O| Sep 06 04:48:13.759 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-06T04:48:14.892Z[ recovery-image] Sep 06 04:48:13.770 INFO O| Sep 06 04:48:13.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83282026-09-06T04:48:14.892Z[ recovery-image] Sep 06 04:48:13.770 INFO O| Sep 06 04:48:13.770 INFO STEP 994 (remove_files) COMPLETE
83292026-09-06T04:48:14.898Z[ recovery-image] Sep 06 04:48:13.770 INFO O| Sep 06 04:48:13.770 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-06T04:48:14.904Z[ recovery-image] Sep 06 04:48:13.781 INFO O| Sep 06 04:48:13.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83312026-09-06T04:48:14.904Z[ recovery-image] Sep 06 04:48:13.781 INFO O| Sep 06 04:48:13.781 INFO STEP 995 (remove_files) COMPLETE
83322026-09-06T04:48:14.907Z[ recovery-image] Sep 06 04:48:13.781 INFO O| Sep 06 04:48:13.781 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-06T04:48:14.914Z[ recovery-image] Sep 06 04:48:13.792 INFO O| Sep 06 04:48:13.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83342026-09-06T04:48:14.918Z[ recovery-image] Sep 06 04:48:13.793 INFO O| Sep 06 04:48:13.793 INFO STEP 996 (remove_files) COMPLETE
83352026-09-06T04:48:14.918Z[ recovery-image] Sep 06 04:48:13.793 INFO O| Sep 06 04:48:13.793 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-06T04:48:14.927Z[ recovery-image] Sep 06 04:48:13.804 INFO O| Sep 06 04:48:13.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83372026-09-06T04:48:14.927Z[ recovery-image] Sep 06 04:48:13.804 INFO O| Sep 06 04:48:13.804 INFO STEP 997 (remove_files) COMPLETE
83382026-09-06T04:48:14.938Z[ recovery-image] Sep 06 04:48:13.804 INFO O| Sep 06 04:48:13.804 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-06T04:48:14.945Z[ recovery-image] Sep 06 04:48:13.815 INFO O| Sep 06 04:48:13.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83402026-09-06T04:48:14.945Z[ recovery-image] Sep 06 04:48:13.815 INFO O| Sep 06 04:48:13.815 INFO STEP 998 (remove_files) COMPLETE
83412026-09-06T04:48:14.945Z[ recovery-image] Sep 06 04:48:13.815 INFO O| Sep 06 04:48:13.815 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-06T04:48:14.951Z[ recovery-image] Sep 06 04:48:13.826 INFO O| Sep 06 04:48:13.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83432026-09-06T04:48:14.951Z[ recovery-image] Sep 06 04:48:13.826 INFO O| Sep 06 04:48:13.826 INFO STEP 999 (remove_files) COMPLETE
83442026-09-06T04:48:14.951Z[ recovery-image] Sep 06 04:48:13.826 INFO O| Sep 06 04:48:13.826 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-06T04:48:14.955Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
83462026-09-06T04:48:14.961Z[ recovery-image] Sep 06 04:48:13.836 INFO O| Sep 06 04:48:13.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83472026-09-06T04:48:14.961Z[ recovery-image] Sep 06 04:48:13.837 INFO O| Sep 06 04:48:13.836 INFO STEP 1000 (remove_files) COMPLETE
83482026-09-06T04:48:14.961Z[ recovery-image] Sep 06 04:48:13.837 INFO O| Sep 06 04:48:13.837 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-06T04:48:14.971Z[ recovery-image] Sep 06 04:48:13.848 INFO O| Sep 06 04:48:13.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83502026-09-06T04:48:14.971Z[ recovery-image] Sep 06 04:48:13.848 INFO O| Sep 06 04:48:13.848 INFO STEP 1001 (remove_files) COMPLETE
83512026-09-06T04:48:14.972Z[ recovery-image] Sep 06 04:48:13.848 INFO O| Sep 06 04:48:13.848 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-06T04:48:14.986Z[ recovery-image] Sep 06 04:48:13.857 INFO O| Sep 06 04:48:13.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83532026-09-06T04:48:14.986Z[ recovery-image] Sep 06 04:48:13.857 INFO O| Sep 06 04:48:13.857 INFO STEP 1002 (remove_files) COMPLETE
83542026-09-06T04:48:14.986Z[ recovery-image] Sep 06 04:48:13.857 INFO O| Sep 06 04:48:13.857 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-06T04:48:14.991Z[ recovery-image] Sep 06 04:48:13.867 INFO O| Sep 06 04:48:13.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83562026-09-06T04:48:14.991Z[ recovery-image] Sep 06 04:48:13.868 INFO O| Sep 06 04:48:13.868 INFO STEP 1003 (remove_files) COMPLETE
83572026-09-06T04:48:14.992Z[ recovery-image] Sep 06 04:48:13.868 INFO O| Sep 06 04:48:13.868 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-09-06T04:48:15.002Z[ recovery-image] Sep 06 04:48:13.877 INFO O| Sep 06 04:48:13.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83592026-09-06T04:48:15.002Z[ recovery-image] Sep 06 04:48:13.877 INFO O| Sep 06 04:48:13.877 INFO STEP 1004 (remove_files) COMPLETE
83602026-09-06T04:48:15.002Z[ recovery-image] Sep 06 04:48:13.877 INFO O| Sep 06 04:48:13.877 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-09-06T04:48:15.012Z[ recovery-image] Sep 06 04:48:13.889 INFO O| Sep 06 04:48:13.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83622026-09-06T04:48:15.012Z[ recovery-image] Sep 06 04:48:13.889 INFO O| Sep 06 04:48:13.889 INFO STEP 1005 (remove_files) COMPLETE
83632026-09-06T04:48:15.012Z[ recovery-image] Sep 06 04:48:13.889 INFO O| Sep 06 04:48:13.889 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-09-06T04:48:15.028Z[ recovery-image] Sep 06 04:48:13.899 INFO O| Sep 06 04:48:13.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83652026-09-06T04:48:15.028Z[ recovery-image] Sep 06 04:48:13.899 INFO O| Sep 06 04:48:13.899 INFO STEP 1006 (remove_files) COMPLETE
83662026-09-06T04:48:15.028Z[ recovery-image] Sep 06 04:48:13.899 INFO O| Sep 06 04:48:13.899 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-09-06T04:48:15.032Z[ recovery-image] Sep 06 04:48:13.910 INFO O| Sep 06 04:48:13.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83682026-09-06T04:48:15.032Z[ recovery-image] Sep 06 04:48:13.910 INFO O| Sep 06 04:48:13.910 INFO STEP 1007 (remove_files) COMPLETE
83692026-09-06T04:48:15.032Z[ recovery-image] Sep 06 04:48:13.910 INFO O| Sep 06 04:48:13.910 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-09-06T04:48:15.045Z[ recovery-image] Sep 06 04:48:13.920 INFO O| Sep 06 04:48:13.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83712026-09-06T04:48:15.045Z[ recovery-image] Sep 06 04:48:13.920 INFO O| Sep 06 04:48:13.920 INFO STEP 1008 (remove_files) COMPLETE
83722026-09-06T04:48:15.045Z[ recovery-image] Sep 06 04:48:13.920 INFO O| Sep 06 04:48:13.920 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-09-06T04:48:15.052Z[ recovery-image] Sep 06 04:48:13.929 INFO O| Sep 06 04:48:13.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83742026-09-06T04:48:15.052Z[ recovery-image] Sep 06 04:48:13.929 INFO O| Sep 06 04:48:13.929 INFO STEP 1009 (remove_files) COMPLETE
83752026-09-06T04:48:15.057Z[ recovery-image] Sep 06 04:48:13.929 INFO O| Sep 06 04:48:13.929 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-09-06T04:48:15.066Z[ recovery-image] Sep 06 04:48:13.939 INFO O| Sep 06 04:48:13.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83772026-09-06T04:48:15.066Z[ recovery-image] Sep 06 04:48:13.939 INFO O| Sep 06 04:48:13.939 INFO STEP 1010 (remove_files) COMPLETE
83782026-09-06T04:48:15.066Z[ recovery-image] Sep 06 04:48:13.939 INFO O| Sep 06 04:48:13.939 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-09-06T04:48:15.072Z[ recovery-image] Sep 06 04:48:13.949 INFO O| Sep 06 04:48:13.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83802026-09-06T04:48:15.072Z[ recovery-image] Sep 06 04:48:13.949 INFO O| Sep 06 04:48:13.949 INFO STEP 1011 (remove_files) COMPLETE
83812026-09-06T04:48:15.072Z[ recovery-image] Sep 06 04:48:13.949 INFO O| Sep 06 04:48:13.949 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-09-06T04:48:15.083Z[ recovery-image] Sep 06 04:48:13.958 INFO O| Sep 06 04:48:13.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83832026-09-06T04:48:15.083Z[ recovery-image] Sep 06 04:48:13.958 INFO O| Sep 06 04:48:13.958 INFO STEP 1012 (remove_files) COMPLETE
83842026-09-06T04:48:15.090Z[ recovery-image] Sep 06 04:48:13.958 INFO O| Sep 06 04:48:13.958 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-09-06T04:48:15.093Z[ recovery-image] Sep 06 04:48:13.967 INFO O| Sep 06 04:48:13.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83862026-09-06T04:48:15.094Z[ recovery-image] Sep 06 04:48:13.967 INFO O| Sep 06 04:48:13.967 INFO STEP 1013 (remove_files) COMPLETE
83872026-09-06T04:48:15.094Z[ recovery-image] Sep 06 04:48:13.967 INFO O| Sep 06 04:48:13.967 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-09-06T04:48:15.100Z[ recovery-image] Sep 06 04:48:13.977 INFO O| Sep 06 04:48:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83892026-09-06T04:48:15.100Z[ recovery-image] Sep 06 04:48:13.977 INFO O| Sep 06 04:48:13.977 INFO STEP 1014 (remove_files) COMPLETE
83902026-09-06T04:48:15.100Z[ recovery-image] Sep 06 04:48:13.977 INFO O| Sep 06 04:48:13.977 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-09-06T04:48:15.111Z[ recovery-image] Sep 06 04:48:13.988 INFO O| Sep 06 04:48:13.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83922026-09-06T04:48:15.111Z[ recovery-image] Sep 06 04:48:13.988 INFO O| Sep 06 04:48:13.988 INFO STEP 1015 (remove_files) COMPLETE
83932026-09-06T04:48:15.112Z[ recovery-image] Sep 06 04:48:13.988 INFO O| Sep 06 04:48:13.988 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-09-06T04:48:15.120Z[ recovery-image] Sep 06 04:48:13.997 INFO O| Sep 06 04:48:13.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83952026-09-06T04:48:15.120Z[ recovery-image] Sep 06 04:48:13.997 INFO O| Sep 06 04:48:13.997 INFO STEP 1016 (remove_files) COMPLETE
83962026-09-06T04:48:15.120Z[ recovery-image] Sep 06 04:48:13.997 INFO O| Sep 06 04:48:13.997 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-09-06T04:48:15.131Z[ recovery-image] Sep 06 04:48:14.007 INFO O| Sep 06 04:48:14.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83982026-09-06T04:48:15.131Z[ recovery-image] Sep 06 04:48:14.007 INFO O| Sep 06 04:48:14.007 INFO STEP 1017 (remove_files) COMPLETE
83992026-09-06T04:48:15.131Z[ recovery-image] Sep 06 04:48:14.007 INFO O| Sep 06 04:48:14.007 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-09-06T04:48:15.140Z[ recovery-image] Sep 06 04:48:14.016 INFO O| Sep 06 04:48:14.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84012026-09-06T04:48:15.140Z[ recovery-image] Sep 06 04:48:14.016 INFO O| Sep 06 04:48:14.016 INFO STEP 1018 (remove_files) COMPLETE
84022026-09-06T04:48:15.140Z[ recovery-image] Sep 06 04:48:14.017 INFO O| Sep 06 04:48:14.016 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-09-06T04:48:15.156Z[ recovery-image] Sep 06 04:48:14.027 INFO O| Sep 06 04:48:14.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84042026-09-06T04:48:15.165Z[ recovery-image] Sep 06 04:48:14.027 INFO O| Sep 06 04:48:14.027 INFO STEP 1019 (remove_files) COMPLETE
84052026-09-06T04:48:15.165Z[ recovery-image] Sep 06 04:48:14.027 INFO O| Sep 06 04:48:14.027 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-09-06T04:48:15.165Z[ recovery-image] Sep 06 04:48:14.036 INFO O| Sep 06 04:48:14.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84072026-09-06T04:48:15.165Z[ recovery-image] Sep 06 04:48:14.036 INFO O| Sep 06 04:48:14.036 INFO STEP 1020 (remove_files) COMPLETE
84082026-09-06T04:48:15.165Z[ recovery-image] Sep 06 04:48:14.036 INFO O| Sep 06 04:48:14.036 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-09-06T04:48:15.173Z[ recovery-image] Sep 06 04:48:14.047 INFO O| Sep 06 04:48:14.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84102026-09-06T04:48:15.173Z[ recovery-image] Sep 06 04:48:14.047 INFO O| Sep 06 04:48:14.047 INFO STEP 1021 (remove_files) COMPLETE
84112026-09-06T04:48:15.173Z[ recovery-image] Sep 06 04:48:14.047 INFO O| Sep 06 04:48:14.047 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-09-06T04:48:15.185Z[ recovery-image] Sep 06 04:48:14.058 INFO O| Sep 06 04:48:14.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84132026-09-06T04:48:15.185Z[ recovery-image] Sep 06 04:48:14.058 INFO O| Sep 06 04:48:14.058 INFO STEP 1022 (remove_files) COMPLETE
84142026-09-06T04:48:15.185Z[ recovery-image] Sep 06 04:48:14.058 INFO O| Sep 06 04:48:14.058 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-09-06T04:48:15.192Z[ recovery-image] Sep 06 04:48:14.069 INFO O| Sep 06 04:48:14.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84162026-09-06T04:48:15.192Z[ recovery-image] Sep 06 04:48:14.069 INFO O| Sep 06 04:48:14.069 INFO STEP 1023 (remove_files) COMPLETE
84172026-09-06T04:48:15.192Z[ recovery-image] Sep 06 04:48:14.069 INFO O| Sep 06 04:48:14.069 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-06T04:48:15.202Z[ recovery-image] Sep 06 04:48:14.078 INFO O| Sep 06 04:48:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84192026-09-06T04:48:15.202Z[ recovery-image] Sep 06 04:48:14.079 INFO O| Sep 06 04:48:14.079 INFO STEP 1024 (remove_files) COMPLETE
84202026-09-06T04:48:15.207Z[ recovery-image] Sep 06 04:48:14.079 INFO O| Sep 06 04:48:14.079 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-06T04:48:15.217Z[ recovery-image] Sep 06 04:48:14.088 INFO O| Sep 06 04:48:14.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84222026-09-06T04:48:15.217Z[ recovery-image] Sep 06 04:48:14.088 INFO O| Sep 06 04:48:14.088 INFO STEP 1025 (remove_files) COMPLETE
84232026-09-06T04:48:15.217Z[ recovery-image] Sep 06 04:48:14.088 INFO O| Sep 06 04:48:14.088 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-06T04:48:15.242Z[ recovery-image] Sep 06 04:48:14.099 INFO O| Sep 06 04:48:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84252026-09-06T04:48:15.242Z[ recovery-image] Sep 06 04:48:14.099 INFO O| Sep 06 04:48:14.099 INFO STEP 1026 (remove_files) COMPLETE
84262026-09-06T04:48:15.242Z[ recovery-image] Sep 06 04:48:14.099 INFO O| Sep 06 04:48:14.099 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-09-06T04:48:15.269Z[ recovery-image] Sep 06 04:48:14.110 INFO O| Sep 06 04:48:14.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84282026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.110 INFO O| Sep 06 04:48:14.110 INFO STEP 1027 (remove_files) COMPLETE
84292026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.110 INFO O| Sep 06 04:48:14.110 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.120 INFO O| Sep 06 04:48:14.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84312026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.120 INFO O| Sep 06 04:48:14.120 INFO STEP 1028 (remove_files) COMPLETE
84322026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.120 INFO O| Sep 06 04:48:14.120 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.132 INFO O| Sep 06 04:48:14.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84342026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.132 INFO O| Sep 06 04:48:14.132 INFO STEP 1029 (remove_files) COMPLETE
84352026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.132 INFO O| Sep 06 04:48:14.132 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.142 INFO O| Sep 06 04:48:14.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84372026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.142 INFO O| Sep 06 04:48:14.142 INFO STEP 1030 (remove_files) COMPLETE
84382026-09-06T04:48:15.270Z[ recovery-image] Sep 06 04:48:14.142 INFO O| Sep 06 04:48:14.142 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-09-06T04:48:15.274Z[ recovery-image] Sep 06 04:48:14.150 INFO O| Sep 06 04:48:14.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84402026-09-06T04:48:15.274Z[ recovery-image] Sep 06 04:48:14.150 INFO O| Sep 06 04:48:14.150 INFO STEP 1031 (remove_files) COMPLETE
84412026-09-06T04:48:15.274Z[ recovery-image] Sep 06 04:48:14.150 INFO O| Sep 06 04:48:14.150 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-06T04:48:15.287Z[ recovery-image] Sep 06 04:48:14.162 INFO O| Sep 06 04:48:14.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84432026-09-06T04:48:15.287Z[ recovery-image] Sep 06 04:48:14.162 INFO O| Sep 06 04:48:14.162 INFO STEP 1032 (remove_files) COMPLETE
84442026-09-06T04:48:15.287Z[ recovery-image] Sep 06 04:48:14.162 INFO O| Sep 06 04:48:14.162 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-09-06T04:48:15.295Z[ recovery-image] Sep 06 04:48:14.172 INFO O| Sep 06 04:48:14.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84462026-09-06T04:48:15.295Z[ recovery-image] Sep 06 04:48:14.172 INFO O| Sep 06 04:48:14.172 INFO STEP 1033 (remove_files) COMPLETE
84472026-09-06T04:48:15.295Z[ recovery-image] Sep 06 04:48:14.172 INFO O| Sep 06 04:48:14.172 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-09-06T04:48:15.306Z[ recovery-image] Sep 06 04:48:14.183 INFO O| Sep 06 04:48:14.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84492026-09-06T04:48:15.306Z[ recovery-image] Sep 06 04:48:14.183 INFO O| Sep 06 04:48:14.183 INFO STEP 1034 (remove_files) COMPLETE
84502026-09-06T04:48:15.306Z[ recovery-image] Sep 06 04:48:14.183 INFO O| Sep 06 04:48:14.183 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-06T04:48:15.316Z[ recovery-image] Sep 06 04:48:14.193 INFO O| Sep 06 04:48:14.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84522026-09-06T04:48:15.316Z[ recovery-image] Sep 06 04:48:14.193 INFO O| Sep 06 04:48:14.193 INFO STEP 1035 (remove_files) COMPLETE
84532026-09-06T04:48:15.316Z[ recovery-image] Sep 06 04:48:14.193 INFO O| Sep 06 04:48:14.193 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-06T04:48:15.329Z[ recovery-image] Sep 06 04:48:14.203 INFO O| Sep 06 04:48:14.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84552026-09-06T04:48:15.329Z[ recovery-image] Sep 06 04:48:14.203 INFO O| Sep 06 04:48:14.203 INFO STEP 1036 (remove_files) COMPLETE
84562026-09-06T04:48:15.329Z[ recovery-image] Sep 06 04:48:14.203 INFO O| Sep 06 04:48:14.203 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-06T04:48:15.336Z[ recovery-image] Sep 06 04:48:14.213 INFO O| Sep 06 04:48:14.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84582026-09-06T04:48:15.343Z[ recovery-image] Sep 06 04:48:14.213 INFO O| Sep 06 04:48:14.213 INFO STEP 1037 (remove_files) COMPLETE
84592026-09-06T04:48:15.343Z[ recovery-image] Sep 06 04:48:14.213 INFO O| Sep 06 04:48:14.213 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-06T04:48:15.348Z[ recovery-image] Sep 06 04:48:14.223 INFO O| Sep 06 04:48:14.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84612026-09-06T04:48:15.348Z[ recovery-image] Sep 06 04:48:14.223 INFO O| Sep 06 04:48:14.223 INFO STEP 1038 (remove_files) COMPLETE
84622026-09-06T04:48:15.348Z[ recovery-image] Sep 06 04:48:14.223 INFO O| Sep 06 04:48:14.223 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-06T04:48:15.363Z[ recovery-image] Sep 06 04:48:14.234 INFO O| Sep 06 04:48:14.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84642026-09-06T04:48:15.363Z[ recovery-image] Sep 06 04:48:14.234 INFO O| Sep 06 04:48:14.234 INFO STEP 1039 (remove_files) COMPLETE
84652026-09-06T04:48:15.363Z[ recovery-image] Sep 06 04:48:14.234 INFO O| Sep 06 04:48:14.234 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-06T04:48:15.368Z[ recovery-image] Sep 06 04:48:14.245 INFO O| Sep 06 04:48:14.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84672026-09-06T04:48:15.368Z[ recovery-image] Sep 06 04:48:14.245 INFO O| Sep 06 04:48:14.245 INFO STEP 1040 (remove_files) COMPLETE
84682026-09-06T04:48:15.368Z[ recovery-image] Sep 06 04:48:14.246 INFO O| Sep 06 04:48:14.245 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-06T04:48:15.387Z[ recovery-image] Sep 06 04:48:14.256 INFO O| Sep 06 04:48:14.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84702026-09-06T04:48:15.387Z[ recovery-image] Sep 06 04:48:14.256 INFO O| Sep 06 04:48:14.256 INFO STEP 1041 (remove_files) COMPLETE
84712026-09-06T04:48:15.387Z[ recovery-image] Sep 06 04:48:14.256 INFO O| Sep 06 04:48:14.256 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-06T04:48:15.392Z[ recovery-image] Sep 06 04:48:14.266 INFO O| Sep 06 04:48:14.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84732026-09-06T04:48:15.392Z[ recovery-image] Sep 06 04:48:14.266 INFO O| Sep 06 04:48:14.266 INFO STEP 1042 (remove_files) COMPLETE
84742026-09-06T04:48:15.392Z[ recovery-image] Sep 06 04:48:14.266 INFO O| Sep 06 04:48:14.266 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-06T04:48:15.401Z[ recovery-image] Sep 06 04:48:14.279 INFO O| Sep 06 04:48:14.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84762026-09-06T04:48:15.402Z[ recovery-image] Sep 06 04:48:14.279 INFO O| Sep 06 04:48:14.279 INFO STEP 1043 (remove_files) COMPLETE
84772026-09-06T04:48:15.402Z[ recovery-image] Sep 06 04:48:14.279 INFO O| Sep 06 04:48:14.279 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-06T04:48:15.412Z[ recovery-image] Sep 06 04:48:14.288 INFO O| Sep 06 04:48:14.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84792026-09-06T04:48:15.412Z[ recovery-image] Sep 06 04:48:14.288 INFO O| Sep 06 04:48:14.288 INFO STEP 1044 (remove_files) COMPLETE
84802026-09-06T04:48:15.421Z[ recovery-image] Sep 06 04:48:14.288 INFO O| Sep 06 04:48:14.288 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-06T04:48:15.425Z[ recovery-image] Sep 06 04:48:14.298 INFO O| Sep 06 04:48:14.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84822026-09-06T04:48:15.425Z[ recovery-image] Sep 06 04:48:14.298 INFO O| Sep 06 04:48:14.298 INFO STEP 1045 (remove_files) COMPLETE
84832026-09-06T04:48:15.425Z[ recovery-image] Sep 06 04:48:14.298 INFO O| Sep 06 04:48:14.298 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-06T04:48:15.443Z[ recovery-image] Sep 06 04:48:14.308 INFO O| Sep 06 04:48:14.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84852026-09-06T04:48:15.443Z[ recovery-image] Sep 06 04:48:14.308 INFO O| Sep 06 04:48:14.308 INFO STEP 1046 (remove_files) COMPLETE
84862026-09-06T04:48:15.443Z[ recovery-image] Sep 06 04:48:14.308 INFO O| Sep 06 04:48:14.308 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-06T04:48:15.450Z[ recovery-image] Sep 06 04:48:14.318 INFO O| Sep 06 04:48:14.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84882026-09-06T04:48:15.450Z[ recovery-image] Sep 06 04:48:14.318 INFO O| Sep 06 04:48:14.318 INFO STEP 1047 (remove_files) COMPLETE
84892026-09-06T04:48:15.450Z[ recovery-image] Sep 06 04:48:14.318 INFO O| Sep 06 04:48:14.318 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-06T04:48:15.455Z[ recovery-image] Sep 06 04:48:14.329 INFO O| Sep 06 04:48:14.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84912026-09-06T04:48:15.455Z[ recovery-image] Sep 06 04:48:14.329 INFO O| Sep 06 04:48:14.329 INFO STEP 1048 (remove_files) COMPLETE
84922026-09-06T04:48:15.455Z[ recovery-image] Sep 06 04:48:14.329 INFO O| Sep 06 04:48:14.329 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-06T04:48:15.463Z[ recovery-image] Sep 06 04:48:14.340 INFO O| Sep 06 04:48:14.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84942026-09-06T04:48:15.463Z[ recovery-image] Sep 06 04:48:14.340 INFO O| Sep 06 04:48:14.340 INFO STEP 1049 (remove_files) COMPLETE
84952026-09-06T04:48:15.463Z[ recovery-image] Sep 06 04:48:14.340 INFO O| Sep 06 04:48:14.340 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-06T04:48:15.473Z[ recovery-image] Sep 06 04:48:14.350 INFO O| Sep 06 04:48:14.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84972026-09-06T04:48:15.473Z[ recovery-image] Sep 06 04:48:14.350 INFO O| Sep 06 04:48:14.350 INFO STEP 1050 (remove_files) COMPLETE
84982026-09-06T04:48:15.473Z[ recovery-image] Sep 06 04:48:14.350 INFO O| Sep 06 04:48:14.350 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-06T04:48:15.482Z[ recovery-image] Sep 06 04:48:14.359 INFO O| Sep 06 04:48:14.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85002026-09-06T04:48:15.482Z[ recovery-image] Sep 06 04:48:14.359 INFO O| Sep 06 04:48:14.359 INFO STEP 1051 (remove_files) COMPLETE
85012026-09-06T04:48:15.482Z[ recovery-image] Sep 06 04:48:14.359 INFO O| Sep 06 04:48:14.359 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-06T04:48:15.491Z[ recovery-image] Sep 06 04:48:14.367 INFO O| Sep 06 04:48:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85032026-09-06T04:48:15.491Z[ recovery-image] Sep 06 04:48:14.367 INFO O| Sep 06 04:48:14.367 INFO STEP 1052 (remove_files) COMPLETE
85042026-09-06T04:48:15.491Z[ recovery-image] Sep 06 04:48:14.367 INFO O| Sep 06 04:48:14.367 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-06T04:48:15.500Z[ recovery-image] Sep 06 04:48:14.378 INFO O| Sep 06 04:48:14.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85062026-09-06T04:48:15.500Z[ recovery-image] Sep 06 04:48:14.378 INFO O| Sep 06 04:48:14.378 INFO STEP 1053 (remove_files) COMPLETE
85072026-09-06T04:48:15.501Z[ recovery-image] Sep 06 04:48:14.378 INFO O| Sep 06 04:48:14.378 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-06T04:48:15.511Z[ recovery-image] Sep 06 04:48:14.388 INFO O| Sep 06 04:48:14.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85092026-09-06T04:48:15.511Z[ recovery-image] Sep 06 04:48:14.388 INFO O| Sep 06 04:48:14.388 INFO STEP 1054 (remove_files) COMPLETE
85102026-09-06T04:48:15.511Z[ recovery-image] Sep 06 04:48:14.388 INFO O| Sep 06 04:48:14.388 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-06T04:48:15.515Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
85122026-09-06T04:48:15.521Z[ recovery-image] Sep 06 04:48:14.398 INFO O| Sep 06 04:48:14.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85132026-09-06T04:48:15.521Z[ recovery-image] Sep 06 04:48:14.398 INFO O| Sep 06 04:48:14.398 INFO STEP 1055 (remove_files) COMPLETE
85142026-09-06T04:48:15.521Z[ recovery-image] Sep 06 04:48:14.398 INFO O| Sep 06 04:48:14.398 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-09-06T04:48:15.531Z[ recovery-image] Sep 06 04:48:14.408 INFO O| Sep 06 04:48:14.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85162026-09-06T04:48:15.531Z[ recovery-image] Sep 06 04:48:14.408 INFO O| Sep 06 04:48:14.408 INFO STEP 1056 (remove_files) COMPLETE
85172026-09-06T04:48:15.531Z[ recovery-image] Sep 06 04:48:14.408 INFO O| Sep 06 04:48:14.408 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-09-06T04:48:15.541Z[ recovery-image] Sep 06 04:48:14.417 INFO O| Sep 06 04:48:14.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85192026-09-06T04:48:15.541Z[ recovery-image] Sep 06 04:48:14.417 INFO O| Sep 06 04:48:14.417 INFO STEP 1057 (remove_files) COMPLETE
85202026-09-06T04:48:15.541Z[ recovery-image] Sep 06 04:48:14.417 INFO O| Sep 06 04:48:14.417 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-09-06T04:48:15.550Z[ recovery-image] Sep 06 04:48:14.428 INFO O| Sep 06 04:48:14.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85222026-09-06T04:48:15.550Z[ recovery-image] Sep 06 04:48:14.428 INFO O| Sep 06 04:48:14.428 INFO STEP 1058 (remove_files) COMPLETE
85232026-09-06T04:48:15.550Z[ recovery-image] Sep 06 04:48:14.428 INFO O| Sep 06 04:48:14.428 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-06T04:48:15.563Z[ recovery-image] Sep 06 04:48:14.438 INFO O| Sep 06 04:48:14.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85252026-09-06T04:48:15.563Z[ recovery-image] Sep 06 04:48:14.438 INFO O| Sep 06 04:48:14.438 INFO STEP 1059 (remove_files) COMPLETE
85262026-09-06T04:48:15.563Z[ recovery-image] Sep 06 04:48:14.438 INFO O| Sep 06 04:48:14.438 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-06T04:48:15.571Z[ recovery-image] Sep 06 04:48:14.448 INFO O| Sep 06 04:48:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85282026-09-06T04:48:15.571Z[ recovery-image] Sep 06 04:48:14.448 INFO O| Sep 06 04:48:14.448 INFO STEP 1060 (remove_files) COMPLETE
85292026-09-06T04:48:15.575Z[ recovery-image] Sep 06 04:48:14.448 INFO O| Sep 06 04:48:14.448 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-06T04:48:15.591Z[ recovery-image] Sep 06 04:48:14.457 INFO O| Sep 06 04:48:14.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85312026-09-06T04:48:15.592Z[ recovery-image] Sep 06 04:48:14.457 INFO O| Sep 06 04:48:14.457 INFO STEP 1061 (remove_files) COMPLETE
85322026-09-06T04:48:15.592Z[ recovery-image] Sep 06 04:48:14.457 INFO O| Sep 06 04:48:14.457 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-06T04:48:15.597Z[ recovery-image] Sep 06 04:48:14.466 INFO O| Sep 06 04:48:14.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85342026-09-06T04:48:15.597Z[ recovery-image] Sep 06 04:48:14.467 INFO O| Sep 06 04:48:14.467 INFO STEP 1062 (remove_files) COMPLETE
85352026-09-06T04:48:15.597Z[ recovery-image] Sep 06 04:48:14.467 INFO O| Sep 06 04:48:14.467 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-09-06T04:48:15.603Z[ recovery-image] Sep 06 04:48:14.477 INFO O| Sep 06 04:48:14.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85372026-09-06T04:48:15.603Z[ recovery-image] Sep 06 04:48:14.477 INFO O| Sep 06 04:48:14.477 INFO STEP 1063 (remove_files) COMPLETE
85382026-09-06T04:48:15.603Z[ recovery-image] Sep 06 04:48:14.477 INFO O| Sep 06 04:48:14.477 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-09-06T04:48:15.611Z[ recovery-image] Sep 06 04:48:14.488 INFO O| Sep 06 04:48:14.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85402026-09-06T04:48:15.611Z[ recovery-image] Sep 06 04:48:14.489 INFO O| Sep 06 04:48:14.488 INFO STEP 1064 (remove_files) COMPLETE
85412026-09-06T04:48:15.615Z[ recovery-image] Sep 06 04:48:14.489 INFO O| Sep 06 04:48:14.489 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-09-06T04:48:15.621Z[ recovery-image] Sep 06 04:48:14.498 INFO O| Sep 06 04:48:14.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85432026-09-06T04:48:15.621Z[ recovery-image] Sep 06 04:48:14.498 INFO O| Sep 06 04:48:14.498 INFO STEP 1065 (remove_files) COMPLETE
85442026-09-06T04:48:15.621Z[ recovery-image] Sep 06 04:48:14.498 INFO O| Sep 06 04:48:14.498 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-09-06T04:48:15.634Z[ recovery-image] Sep 06 04:48:14.508 INFO O| Sep 06 04:48:14.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85462026-09-06T04:48:15.634Z[ recovery-image] Sep 06 04:48:14.508 INFO O| Sep 06 04:48:14.508 INFO STEP 1066 (remove_files) COMPLETE
85472026-09-06T04:48:15.634Z[ recovery-image] Sep 06 04:48:14.508 INFO O| Sep 06 04:48:14.508 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-09-06T04:48:15.643Z[ recovery-image] Sep 06 04:48:14.517 INFO O| Sep 06 04:48:14.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85492026-09-06T04:48:15.643Z[ recovery-image] Sep 06 04:48:14.517 INFO O| Sep 06 04:48:14.517 INFO STEP 1067 (remove_files) COMPLETE
85502026-09-06T04:48:15.643Z[ recovery-image] Sep 06 04:48:14.517 INFO O| Sep 06 04:48:14.517 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-09-06T04:48:15.650Z[ recovery-image] Sep 06 04:48:14.527 INFO O| Sep 06 04:48:14.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85522026-09-06T04:48:15.655Z[ recovery-image] Sep 06 04:48:14.528 INFO O| Sep 06 04:48:14.528 INFO STEP 1068 (remove_files) COMPLETE
85532026-09-06T04:48:15.655Z[ recovery-image] Sep 06 04:48:14.528 INFO O| Sep 06 04:48:14.528 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-09-06T04:48:15.661Z[ recovery-image] Sep 06 04:48:14.539 INFO O| Sep 06 04:48:14.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85552026-09-06T04:48:15.661Z[ recovery-image] Sep 06 04:48:14.539 INFO O| Sep 06 04:48:14.539 INFO STEP 1069 (remove_files) COMPLETE
85562026-09-06T04:48:15.661Z[ recovery-image] Sep 06 04:48:14.539 INFO O| Sep 06 04:48:14.539 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-09-06T04:48:15.670Z[ recovery-image] Sep 06 04:48:14.548 INFO O| Sep 06 04:48:14.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85582026-09-06T04:48:15.671Z[ recovery-image] Sep 06 04:48:14.548 INFO O| Sep 06 04:48:14.548 INFO STEP 1070 (remove_files) COMPLETE
85592026-09-06T04:48:15.671Z[ recovery-image] Sep 06 04:48:14.548 INFO O| Sep 06 04:48:14.548 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-09-06T04:48:15.688Z[ recovery-image] Sep 06 04:48:14.557 INFO O| Sep 06 04:48:14.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85612026-09-06T04:48:15.688Z[ recovery-image] Sep 06 04:48:14.557 INFO O| Sep 06 04:48:14.557 INFO STEP 1071 (remove_files) COMPLETE
85622026-09-06T04:48:15.689Z[ recovery-image] Sep 06 04:48:14.557 INFO O| Sep 06 04:48:14.557 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-09-06T04:48:15.695Z[ recovery-image] Sep 06 04:48:14.567 INFO O| Sep 06 04:48:14.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85642026-09-06T04:48:15.695Z[ recovery-image] Sep 06 04:48:14.567 INFO O| Sep 06 04:48:14.567 INFO STEP 1072 (remove_files) COMPLETE
85652026-09-06T04:48:15.695Z[ recovery-image] Sep 06 04:48:14.567 INFO O| Sep 06 04:48:14.567 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-09-06T04:48:15.701Z[ recovery-image] Sep 06 04:48:14.578 INFO O| Sep 06 04:48:14.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85672026-09-06T04:48:15.701Z[ recovery-image] Sep 06 04:48:14.578 INFO O| Sep 06 04:48:14.578 INFO STEP 1073 (remove_files) COMPLETE
85682026-09-06T04:48:15.702Z[ recovery-image] Sep 06 04:48:14.578 INFO O| Sep 06 04:48:14.578 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-09-06T04:48:15.712Z[ recovery-image] Sep 06 04:48:14.587 INFO O| Sep 06 04:48:14.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85702026-09-06T04:48:15.713Z[ recovery-image] Sep 06 04:48:14.588 INFO O| Sep 06 04:48:14.588 INFO STEP 1074 (remove_files) COMPLETE
85712026-09-06T04:48:15.713Z[ recovery-image] Sep 06 04:48:14.588 INFO O| Sep 06 04:48:14.588 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-09-06T04:48:15.719Z[ recovery-image] Sep 06 04:48:14.596 INFO O| Sep 06 04:48:14.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85732026-09-06T04:48:15.719Z[ recovery-image] Sep 06 04:48:14.596 INFO O| Sep 06 04:48:14.596 INFO STEP 1075 (remove_files) COMPLETE
85742026-09-06T04:48:15.719Z[ recovery-image] Sep 06 04:48:14.596 INFO O| Sep 06 04:48:14.596 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-09-06T04:48:15.728Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
85762026-09-06T04:48:15.735Z[ recovery-image] Sep 06 04:48:14.605 INFO O| Sep 06 04:48:14.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85772026-09-06T04:48:15.735Z[ recovery-image] Sep 06 04:48:14.605 INFO O| Sep 06 04:48:14.605 INFO STEP 1076 (remove_files) COMPLETE
85782026-09-06T04:48:15.735Z[ recovery-image] Sep 06 04:48:14.605 INFO O| Sep 06 04:48:14.605 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-09-06T04:48:15.740Z[ recovery-image] Sep 06 04:48:14.617 INFO O| Sep 06 04:48:14.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85802026-09-06T04:48:15.740Z[ recovery-image] Sep 06 04:48:14.617 INFO O| Sep 06 04:48:14.617 INFO STEP 1077 (remove_files) COMPLETE
85812026-09-06T04:48:15.740Z[ recovery-image] Sep 06 04:48:14.617 INFO O| Sep 06 04:48:14.617 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-09-06T04:48:15.757Z[ recovery-image] Sep 06 04:48:14.634 INFO O| Sep 06 04:48:14.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85832026-09-06T04:48:15.757Z[ recovery-image] Sep 06 04:48:14.634 INFO O| Sep 06 04:48:14.634 INFO STEP 1078 (remove_files) COMPLETE
85842026-09-06T04:48:15.757Z[ recovery-image] Sep 06 04:48:14.634 INFO O| Sep 06 04:48:14.634 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-09-06T04:48:15.768Z[ recovery-image] Sep 06 04:48:14.644 INFO O| Sep 06 04:48:14.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85862026-09-06T04:48:15.768Z[ recovery-image] Sep 06 04:48:14.644 INFO O| Sep 06 04:48:14.644 INFO STEP 1079 (remove_files) COMPLETE
85872026-09-06T04:48:15.768Z[ recovery-image] Sep 06 04:48:14.644 INFO O| Sep 06 04:48:14.644 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-09-06T04:48:15.780Z[ recovery-image] Sep 06 04:48:14.653 INFO O| Sep 06 04:48:14.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85892026-09-06T04:48:15.780Z[ recovery-image] Sep 06 04:48:14.653 INFO O| Sep 06 04:48:14.653 INFO STEP 1080 (remove_files) COMPLETE
85902026-09-06T04:48:15.780Z[ recovery-image] Sep 06 04:48:14.653 INFO O| Sep 06 04:48:14.653 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-09-06T04:48:15.785Z[ recovery-image] Sep 06 04:48:14.662 INFO O| Sep 06 04:48:14.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85922026-09-06T04:48:15.785Z[ recovery-image] Sep 06 04:48:14.662 INFO O| Sep 06 04:48:14.662 INFO STEP 1081 (remove_files) COMPLETE
85932026-09-06T04:48:15.785Z[ recovery-image] Sep 06 04:48:14.662 INFO O| Sep 06 04:48:14.662 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-09-06T04:48:15.796Z[ recovery-image] Sep 06 04:48:14.672 INFO O| Sep 06 04:48:14.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85952026-09-06T04:48:15.796Z[ recovery-image] Sep 06 04:48:14.672 INFO O| Sep 06 04:48:14.672 INFO STEP 1082 (remove_files) COMPLETE
85962026-09-06T04:48:15.796Z[ recovery-image] Sep 06 04:48:14.672 INFO O| Sep 06 04:48:14.672 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-09-06T04:48:15.804Z[ recovery-image] Sep 06 04:48:14.681 INFO O| Sep 06 04:48:14.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85982026-09-06T04:48:15.804Z[ recovery-image] Sep 06 04:48:14.681 INFO O| Sep 06 04:48:14.681 INFO STEP 1083 (remove_files) COMPLETE
85992026-09-06T04:48:15.807Z[ recovery-image] Sep 06 04:48:14.681 INFO O| Sep 06 04:48:14.681 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-09-06T04:48:15.816Z[ recovery-image] Sep 06 04:48:14.690 INFO O| Sep 06 04:48:14.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86012026-09-06T04:48:15.816Z[ recovery-image] Sep 06 04:48:14.690 INFO O| Sep 06 04:48:14.690 INFO STEP 1084 (remove_files) COMPLETE
86022026-09-06T04:48:15.816Z[ recovery-image] Sep 06 04:48:14.690 INFO O| Sep 06 04:48:14.690 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-09-06T04:48:15.820Z[ recovery-image] Sep 06 04:48:14.698 INFO O| Sep 06 04:48:14.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86042026-09-06T04:48:15.820Z[ recovery-image] Sep 06 04:48:14.698 INFO O| Sep 06 04:48:14.698 INFO STEP 1085 (remove_files) COMPLETE
86052026-09-06T04:48:15.823Z[ recovery-image] Sep 06 04:48:14.698 INFO O| Sep 06 04:48:14.698 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-09-06T04:48:15.831Z[ recovery-image] Sep 06 04:48:14.708 INFO O| Sep 06 04:48:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86072026-09-06T04:48:15.831Z[ recovery-image] Sep 06 04:48:14.708 INFO O| Sep 06 04:48:14.708 INFO STEP 1086 (remove_files) COMPLETE
86082026-09-06T04:48:15.831Z[ recovery-image] Sep 06 04:48:14.708 INFO O| Sep 06 04:48:14.708 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-09-06T04:48:15.840Z[ recovery-image] Sep 06 04:48:14.717 INFO O| Sep 06 04:48:14.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86102026-09-06T04:48:15.840Z[ recovery-image] Sep 06 04:48:14.717 INFO O| Sep 06 04:48:14.717 INFO STEP 1087 (remove_files) COMPLETE
86112026-09-06T04:48:15.843Z[ recovery-image] Sep 06 04:48:14.717 INFO O| Sep 06 04:48:14.717 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-09-06T04:48:15.850Z[ recovery-image] Sep 06 04:48:14.727 INFO O| Sep 06 04:48:14.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86132026-09-06T04:48:15.850Z[ recovery-image] Sep 06 04:48:14.727 INFO O| Sep 06 04:48:14.727 INFO STEP 1088 (remove_files) COMPLETE
86142026-09-06T04:48:15.850Z[ recovery-image] Sep 06 04:48:14.727 INFO O| Sep 06 04:48:14.727 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-09-06T04:48:15.862Z[ recovery-image] Sep 06 04:48:14.736 INFO O| Sep 06 04:48:14.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86162026-09-06T04:48:15.862Z[ recovery-image] Sep 06 04:48:14.736 INFO O| Sep 06 04:48:14.736 INFO STEP 1089 (remove_files) COMPLETE
86172026-09-06T04:48:15.862Z[ recovery-image] Sep 06 04:48:14.736 INFO O| Sep 06 04:48:14.736 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-09-06T04:48:15.868Z[ recovery-image] Sep 06 04:48:14.745 INFO O| Sep 06 04:48:14.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86192026-09-06T04:48:15.868Z[ recovery-image] Sep 06 04:48:14.745 INFO O| Sep 06 04:48:14.745 INFO STEP 1090 (remove_files) COMPLETE
86202026-09-06T04:48:15.871Z[ recovery-image] Sep 06 04:48:14.745 INFO O| Sep 06 04:48:14.745 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-09-06T04:48:15.877Z[ recovery-image] Sep 06 04:48:14.755 INFO O| Sep 06 04:48:14.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86222026-09-06T04:48:15.882Z[ recovery-image] Sep 06 04:48:14.758 INFO O| Sep 06 04:48:14.755 INFO STEP 1091 (remove_files) COMPLETE
86232026-09-06T04:48:15.882Z[ recovery-image] Sep 06 04:48:14.758 INFO O| Sep 06 04:48:14.755 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-06T04:48:15.888Z[ recovery-image] Sep 06 04:48:14.765 INFO O| Sep 06 04:48:14.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86252026-09-06T04:48:15.888Z[ recovery-image] Sep 06 04:48:14.765 INFO O| Sep 06 04:48:14.765 INFO STEP 1092 (remove_files) COMPLETE
86262026-09-06T04:48:15.888Z[ recovery-image] Sep 06 04:48:14.765 INFO O| Sep 06 04:48:14.765 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-09-06T04:48:15.898Z[ recovery-image] Sep 06 04:48:14.775 INFO O| Sep 06 04:48:14.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86282026-09-06T04:48:15.898Z[ recovery-image] Sep 06 04:48:14.775 INFO O| Sep 06 04:48:14.775 INFO STEP 1093 (remove_files) COMPLETE
86292026-09-06T04:48:15.898Z[ recovery-image] Sep 06 04:48:14.775 INFO O| Sep 06 04:48:14.775 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-06T04:48:15.907Z[ recovery-image] Sep 06 04:48:14.784 INFO O| Sep 06 04:48:14.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86312026-09-06T04:48:15.907Z[ recovery-image] Sep 06 04:48:14.784 INFO O| Sep 06 04:48:14.784 INFO STEP 1094 (remove_files) COMPLETE
86322026-09-06T04:48:15.907Z[ recovery-image] Sep 06 04:48:14.784 INFO O| Sep 06 04:48:14.784 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-06T04:48:15.916Z[ recovery-image] Sep 06 04:48:14.793 INFO O| Sep 06 04:48:14.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86342026-09-06T04:48:15.916Z[ recovery-image] Sep 06 04:48:14.793 INFO O| Sep 06 04:48:14.793 INFO STEP 1095 (remove_files) COMPLETE
86352026-09-06T04:48:15.916Z[ recovery-image] Sep 06 04:48:14.793 INFO O| Sep 06 04:48:14.793 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-09-06T04:48:15.928Z[ recovery-image] Sep 06 04:48:14.804 INFO O| Sep 06 04:48:14.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86372026-09-06T04:48:15.928Z[ recovery-image] Sep 06 04:48:14.804 INFO O| Sep 06 04:48:14.804 INFO STEP 1096 (remove_files) COMPLETE
86382026-09-06T04:48:15.928Z[ recovery-image] Sep 06 04:48:14.804 INFO O| Sep 06 04:48:14.804 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-09-06T04:48:15.937Z[ recovery-image] Sep 06 04:48:14.814 INFO O| Sep 06 04:48:14.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86402026-09-06T04:48:15.937Z[ recovery-image] Sep 06 04:48:14.814 INFO O| Sep 06 04:48:14.814 INFO STEP 1097 (remove_files) COMPLETE
86412026-09-06T04:48:15.942Z[ recovery-image] Sep 06 04:48:14.814 INFO O| Sep 06 04:48:14.814 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-09-06T04:48:15.946Z[ recovery-image] Sep 06 04:48:14.824 INFO O| Sep 06 04:48:14.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86432026-09-06T04:48:15.947Z[ recovery-image] Sep 06 04:48:14.824 INFO O| Sep 06 04:48:14.824 INFO STEP 1098 (remove_files) COMPLETE
86442026-09-06T04:48:15.947Z[ recovery-image] Sep 06 04:48:14.824 INFO O| Sep 06 04:48:14.824 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-09-06T04:48:15.956Z[ recovery-image] Sep 06 04:48:14.833 INFO O| Sep 06 04:48:14.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86462026-09-06T04:48:15.956Z[ recovery-image] Sep 06 04:48:14.833 INFO O| Sep 06 04:48:14.833 INFO STEP 1099 (remove_files) COMPLETE
86472026-09-06T04:48:15.960Z[ recovery-image] Sep 06 04:48:14.833 INFO O| Sep 06 04:48:14.833 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-09-06T04:48:15.966Z[ recovery-image] Sep 06 04:48:14.843 INFO O| Sep 06 04:48:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86492026-09-06T04:48:15.966Z[ recovery-image] Sep 06 04:48:14.843 INFO O| Sep 06 04:48:14.843 INFO STEP 1100 (remove_files) COMPLETE
86502026-09-06T04:48:15.969Z[ recovery-image] Sep 06 04:48:14.843 INFO O| Sep 06 04:48:14.843 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-09-06T04:48:15.975Z[ recovery-image] Sep 06 04:48:14.852 INFO O| Sep 06 04:48:14.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86522026-09-06T04:48:15.975Z[ recovery-image] Sep 06 04:48:14.852 INFO O| Sep 06 04:48:14.852 INFO STEP 1101 (remove_files) COMPLETE
86532026-09-06T04:48:15.975Z[ recovery-image] Sep 06 04:48:14.852 INFO O| Sep 06 04:48:14.852 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-09-06T04:48:15.984Z[ recovery-image] Sep 06 04:48:14.861 INFO O| Sep 06 04:48:14.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86552026-09-06T04:48:15.984Z[ recovery-image] Sep 06 04:48:14.861 INFO O| Sep 06 04:48:14.861 INFO STEP 1102 (remove_files) COMPLETE
86562026-09-06T04:48:15.984Z[ recovery-image] Sep 06 04:48:14.861 INFO O| Sep 06 04:48:14.861 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-09-06T04:48:15.994Z[ recovery-image] Sep 06 04:48:14.871 INFO O| Sep 06 04:48:14.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86582026-09-06T04:48:15.994Z[ recovery-image] Sep 06 04:48:14.871 INFO O| Sep 06 04:48:14.871 INFO STEP 1103 (remove_files) COMPLETE
86592026-09-06T04:48:15.994Z[ recovery-image] Sep 06 04:48:14.871 INFO O| Sep 06 04:48:14.871 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-09-06T04:48:16.004Z[ recovery-image] Sep 06 04:48:14.881 INFO O| Sep 06 04:48:14.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86612026-09-06T04:48:16.004Z[ recovery-image] Sep 06 04:48:14.881 INFO O| Sep 06 04:48:14.881 INFO STEP 1104 (remove_files) COMPLETE
86622026-09-06T04:48:16.004Z[ recovery-image] Sep 06 04:48:14.881 INFO O| Sep 06 04:48:14.881 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-09-06T04:48:16.014Z[ recovery-image] Sep 06 04:48:14.891 INFO O| Sep 06 04:48:14.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86642026-09-06T04:48:16.014Z[ recovery-image] Sep 06 04:48:14.891 INFO O| Sep 06 04:48:14.891 INFO STEP 1105 (remove_files) COMPLETE
86652026-09-06T04:48:16.014Z[ recovery-image] Sep 06 04:48:14.891 INFO O| Sep 06 04:48:14.891 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-09-06T04:48:16.025Z[ recovery-image] Sep 06 04:48:14.902 INFO O| Sep 06 04:48:14.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86672026-09-06T04:48:16.025Z[ recovery-image] Sep 06 04:48:14.902 INFO O| Sep 06 04:48:14.902 INFO STEP 1106 (remove_files) COMPLETE
86682026-09-06T04:48:16.030Z[ recovery-image] Sep 06 04:48:14.902 INFO O| Sep 06 04:48:14.902 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-09-06T04:48:16.037Z[ recovery-image] Sep 06 04:48:14.911 INFO O| Sep 06 04:48:14.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86702026-09-06T04:48:16.037Z[ recovery-image] Sep 06 04:48:14.911 INFO O| Sep 06 04:48:14.911 INFO STEP 1107 (remove_files) COMPLETE
86712026-09-06T04:48:16.040Z[ recovery-image] Sep 06 04:48:14.911 INFO O| Sep 06 04:48:14.911 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-09-06T04:48:16.050Z[ recovery-image] Sep 06 04:48:14.921 INFO O| Sep 06 04:48:14.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86732026-09-06T04:48:16.050Z[ recovery-image] Sep 06 04:48:14.921 INFO O| Sep 06 04:48:14.921 INFO STEP 1108 (remove_files) COMPLETE
86742026-09-06T04:48:16.050Z[ recovery-image] Sep 06 04:48:14.921 INFO O| Sep 06 04:48:14.921 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-09-06T04:48:16.055Z[ recovery-image] Sep 06 04:48:14.932 INFO O| Sep 06 04:48:14.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86762026-09-06T04:48:16.055Z[ recovery-image] Sep 06 04:48:14.932 INFO O| Sep 06 04:48:14.932 INFO STEP 1109 (remove_files) COMPLETE
86772026-09-06T04:48:16.055Z[ recovery-image] Sep 06 04:48:14.932 INFO O| Sep 06 04:48:14.932 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-09-06T04:48:16.064Z[ recovery-image] Sep 06 04:48:14.942 INFO O| Sep 06 04:48:14.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86792026-09-06T04:48:16.065Z[ recovery-image] Sep 06 04:48:14.942 INFO O| Sep 06 04:48:14.942 INFO STEP 1110 (remove_files) COMPLETE
86802026-09-06T04:48:16.065Z[ recovery-image] Sep 06 04:48:14.942 INFO O| Sep 06 04:48:14.942 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-09-06T04:48:16.073Z[ recovery-image] Sep 06 04:48:14.951 INFO O| Sep 06 04:48:14.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86822026-09-06T04:48:16.074Z[ recovery-image] Sep 06 04:48:14.951 INFO O| Sep 06 04:48:14.951 INFO STEP 1111 (remove_files) COMPLETE
86832026-09-06T04:48:16.074Z[ recovery-image] Sep 06 04:48:14.951 INFO O| Sep 06 04:48:14.951 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-09-06T04:48:16.086Z[ recovery-image] Sep 06 04:48:14.963 INFO O| Sep 06 04:48:14.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86852026-09-06T04:48:16.086Z[ recovery-image] Sep 06 04:48:14.963 INFO O| Sep 06 04:48:14.963 INFO STEP 1112 (remove_files) COMPLETE
86862026-09-06T04:48:16.086Z[ recovery-image] Sep 06 04:48:14.963 INFO O| Sep 06 04:48:14.963 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-09-06T04:48:16.097Z[ recovery-image] Sep 06 04:48:14.973 INFO O| Sep 06 04:48:14.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86882026-09-06T04:48:16.098Z[ recovery-image] Sep 06 04:48:14.973 INFO O| Sep 06 04:48:14.973 INFO STEP 1113 (remove_files) COMPLETE
86892026-09-06T04:48:16.102Z[ recovery-image] Sep 06 04:48:14.973 INFO O| Sep 06 04:48:14.973 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-09-06T04:48:16.106Z[ recovery-image] Sep 06 04:48:14.983 INFO O| Sep 06 04:48:14.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86912026-09-06T04:48:16.106Z[ recovery-image] Sep 06 04:48:14.983 INFO O| Sep 06 04:48:14.983 INFO STEP 1114 (remove_files) COMPLETE
86922026-09-06T04:48:16.106Z[ recovery-image] Sep 06 04:48:14.983 INFO O| Sep 06 04:48:14.983 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-09-06T04:48:16.117Z[ recovery-image] Sep 06 04:48:14.991 INFO O| Sep 06 04:48:14.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86942026-09-06T04:48:16.117Z[ recovery-image] Sep 06 04:48:14.991 INFO O| Sep 06 04:48:14.991 INFO STEP 1115 (remove_files) COMPLETE
86952026-09-06T04:48:16.117Z[ recovery-image] Sep 06 04:48:14.991 INFO O| Sep 06 04:48:14.991 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-06T04:48:16.122Z[ recovery-image] Sep 06 04:48:14.999 INFO O| Sep 06 04:48:14.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86972026-09-06T04:48:16.122Z[ recovery-image] Sep 06 04:48:14.999 INFO O| Sep 06 04:48:14.999 INFO STEP 1116 (remove_files) COMPLETE
86982026-09-06T04:48:16.128Z[ recovery-image] Sep 06 04:48:14.999 INFO O| Sep 06 04:48:14.999 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-06T04:48:16.132Z[ recovery-image] Sep 06 04:48:15.007 INFO O| Sep 06 04:48:15.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87002026-09-06T04:48:16.132Z[ recovery-image] Sep 06 04:48:15.007 INFO O| Sep 06 04:48:15.007 INFO STEP 1117 (remove_files) COMPLETE
87012026-09-06T04:48:16.132Z[ recovery-image] Sep 06 04:48:15.007 INFO O| Sep 06 04:48:15.007 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87022026-09-06T04:48:16.142Z[ recovery-image] Sep 06 04:48:15.019 INFO O| Sep 06 04:48:15.019 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87032026-09-06T04:48:16.142Z[ recovery-image] Sep 06 04:48:15.019 INFO O| Sep 06 04:48:15.019 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87042026-09-06T04:48:16.618Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87052026-09-06T04:48:16.944Z[ recovery-image] Sep 06 04:48:15.822 INFO O| Sep 06 04:48:15.822 INFO STEP 1118 (pack_tar) COMPLETE
87062026-09-06T04:48:16.945Z[ recovery-image] Sep 06 04:48:15.822 INFO O| Sep 06 04:48:15.822 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87072026-09-06T04:48:16.945Z[ recovery-image] Sep 06 04:48:15.822 INFO O| Sep 06 04:48:15.822 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87082026-09-06T04:48:17.469Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87092026-09-06T04:48:17.584Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87102026-09-06T04:48:17.744Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87112026-09-06T04:48:17.786Z[ recovery-image] Sep 06 04:48:16.660 INFO O| Sep 06 04:48:16.660 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87122026-09-06T04:48:17.878Z[verify-libraries] Compiling yansi v1.0.1
87132026-09-06T04:48:18.004Z[ recovery-image] Sep 06 04:48:16.881 INFO O| Sep 06 04:48:16.880 INFO completed processing sled/ramdisk-03-recovery-trim
87142026-09-06T04:48:18.010Z[ recovery-image] Sep 06 04:48:16.884 INFO image builder template: zfs-recovery...
87152026-09-06T04:48:18.010Z[ recovery-image] Sep 06 04:48:16.884 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/.tmpZAFu1v/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
87162026-09-06T04:48:18.035Z[ recovery-image] Sep 06 04:48:16.912 INFO O| Sep 06 04:48:16.912 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87172026-09-06T04:48:18.040Z[ recovery-image] Sep 06 04:48:16.916 INFO O| Sep 06 04:48:16.915 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87182026-09-06T04:48:18.160Z[ recovery-image] Sep 06 04:48:17.036 INFO O| Sep 06 04:48:17.036 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87192026-09-06T04:48:18.291Z[verify-libraries] Compiling pretty_assertions v1.4.1
87202026-09-06T04:48:18.295Z[ recovery-image] Sep 06 04:48:17.169 INFO O| Sep 06 04:48:17.169 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87212026-09-06T04:48:18.295Z[ recovery-image] Sep 06 04:48:17.169 INFO O| Sep 06 04:48:17.169 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87222026-09-06T04:48:18.299Z[ recovery-image] Sep 06 04:48:17.174 INFO O| Sep 06 04:48:17.173 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87232026-09-06T04:48:18.385Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87242026-09-06T04:48:18.408Z[ recovery-image] Sep 06 04:48:17.285 INFO O| Sep 06 04:48:17.285 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87252026-09-06T04:48:18.436Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87262026-09-06T04:48:18.544Z[ recovery-image] Sep 06 04:48:17.422 INFO O| Sep 06 04:48:17.421 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87272026-09-06T04:48:18.562Z[ recovery-image] Sep 06 04:48:17.433 INFO O| Sep 06 04:48:17.433 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87282026-09-06T04:48:18.566Z[ recovery-image] Sep 06 04:48:17.437 INFO O| Sep 06 04:48:17.437 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87292026-09-06T04:48:18.566Z[ recovery-image] Sep 06 04:48:17.439 INFO O| Sep 06 04:48:17.439 INFO no lofi found
87302026-09-06T04:48:18.566Z[ recovery-image] Sep 06 04:48:17.439 INFO O| Sep 06 04:48:17.439 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87312026-09-06T04:48:18.566Z[ recovery-image] Sep 06 04:48:17.439 INFO O| Sep 06 04:48:17.439 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87322026-09-06T04:48:18.621Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87332026-09-06T04:48:19.175Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87342026-09-06T04:48:19.206Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87352026-09-06T04:48:19.235Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87362026-09-06T04:48:19.443Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87372026-09-06T04:48:19.465Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87382026-09-06T04:48:19.540Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87392026-09-06T04:48:19.730Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87402026-09-06T04:48:19.753Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87412026-09-06T04:48:19.803Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87422026-09-06T04:48:19.966Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87432026-09-06T04:48:20.010Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87442026-09-06T04:48:20.010Z[verify-libraries] Compiling drift v0.2.0
87452026-09-06T04:48:20.055Z[verify-libraries] Compiling uzers v0.12.2
87462026-09-06T04:48:20.128Z[ recovery-image] Sep 06 04:48:19.001 INFO O| Sep 06 04:48:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
87472026-09-06T04:48:20.128Z[ recovery-image] Sep 06 04:48:19.001 INFO O| Sep 06 04:48:19.001 INFO pool device = /dev/dsk/c2t1d0p0
87482026-09-06T04:48:20.128Z[ recovery-image] Sep 06 04:48:19.001 INFO O| Sep 06 04:48:19.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"]
87492026-09-06T04:48:20.196Z[verify-libraries] Compiling parse-size v1.1.0
87502026-09-06T04:48:20.354Z[ recovery-image] Sep 06 04:48:19.231 INFO O| Sep 06 04:48:19.230 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87512026-09-06T04:48:20.354Z[ recovery-image] Sep 06 04:48:19.231 INFO O| Sep 06 04:48:19.231 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87522026-09-06T04:48:20.379Z[ recovery-image] Sep 06 04:48:19.257 INFO O| Sep 06 04:48:19.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87532026-09-06T04:48:20.384Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87542026-09-06T04:48:20.458Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87552026-09-06T04:48:20.521Z[ recovery-image] Sep 06 04:48:19.393 INFO O| Sep 06 04:48:19.393 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87562026-09-06T04:48:20.557Z[ recovery-image] Sep 06 04:48:19.427 INFO O| Sep 06 04:48:19.427 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87572026-09-06T04:48:20.571Z[ recovery-image] Sep 06 04:48:19.448 INFO O| Sep 06 04:48:19.447 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87582026-09-06T04:48:20.588Z[ recovery-image] Sep 06 04:48:19.464 INFO O| Sep 06 04:48:19.464 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87592026-09-06T04:48:20.629Z[ recovery-image] Sep 06 04:48:19.505 INFO O| Sep 06 04:48:19.505 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87602026-09-06T04:48:20.629Z[ recovery-image] Sep 06 04:48:19.505 INFO O| Sep 06 04:48:19.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87612026-09-06T04:48:20.629Z[ recovery-image] Sep 06 04:48:19.506 INFO O| Sep 06 04:48:19.505 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87622026-09-06T04:48:20.643Z[ recovery-image] Sep 06 04:48:19.517 INFO O| Sep 06 04:48:19.517 INFO boot environment UUID: 679d79ee-254a-4b11-8c83-9421fd86ca09
87632026-09-06T04:48:20.643Z[ recovery-image] Sep 06 04:48:19.517 INFO O| Sep 06 04:48:19.517 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 679d79ee-254a-4b11-8c83-9421fd86ca09
87642026-09-06T04:48:20.658Z[ recovery-image] Sep 06 04:48:19.535 INFO O| Sep 06 04:48:19.535 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87652026-09-06T04:48:20.682Z[ recovery-image] Sep 06 04:48:19.554 INFO O| Sep 06 04:48:19.554 INFO STEP 0 (create_be) COMPLETE
87662026-09-06T04:48:20.682Z[ recovery-image] Sep 06 04:48:19.554 INFO O| Sep 06 04:48:19.554 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87672026-09-06T04:48:20.691Z[ recovery-image] Sep 06 04:48:19.568 INFO O| Sep 06 04:48:19.568 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"]
87682026-09-06T04:48:20.721Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87692026-09-06T04:48:21.301Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87702026-09-06T04:48:22.021Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87712026-09-06T04:48:22.199Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87722026-09-06T04:48:22.562Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87732026-09-06T04:48:25.105Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87742026-09-06T04:48:25.142Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87752026-09-06T04:48:26.367Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87762026-09-06T04:48:26.517Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87772026-09-06T04:48:26.965Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87782026-09-06T04:48:27.324Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87792026-09-06T04:48:27.350Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87802026-09-06T04:48:27.547Z[verify-libraries] Compiling multimap v0.10.1
87812026-09-06T04:48:27.580Z[verify-libraries] Compiling termios v0.3.3
87822026-09-06T04:48:27.850Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87832026-09-06T04:48:27.897Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87842026-09-06T04:48:28.009Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87852026-09-06T04:48:29.660Z[ recovery-image] Sep 06 04:48:28.537 INFO O| Sep 06 04:48:28.537 INFO STEP 1 (unpack_tar) COMPLETE
87862026-09-06T04:48:29.660Z[ recovery-image] Sep 06 04:48:28.537 INFO O| Sep 06 04:48:28.537 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-09-06T04:48:29.675Z[ recovery-image] Sep 06 04:48:28.547 INFO O| Sep 06 04:48:28.547 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87882026-09-06T04:48:30.830Z[verify-libraries] Compiling polar-core v0.27.3
87892026-09-06T04:48:30.974Z[ recovery-image] Sep 06 04:48:29.850 INFO O| Sep 06 04:48:29.850 INFO STEP 2 (devfsadm) COMPLETE
87902026-09-06T04:48:30.974Z[ recovery-image] Sep 06 04:48:29.850 INFO O| Sep 06 04:48:29.850 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-09-06T04:48:30.985Z[ recovery-image] Sep 06 04:48:29.862 INFO O| Sep 06 04:48:29.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87922026-09-06T04:48:30.985Z[ recovery-image] Sep 06 04:48:29.862 INFO O| Sep 06 04:48:29.862 INFO STEP 3 (ensure_dir) COMPLETE
87932026-09-06T04:48:30.991Z[ recovery-image] Sep 06 04:48:29.862 INFO O| Sep 06 04:48:29.862 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-09-06T04:48:30.995Z[ recovery-image] Sep 06 04:48:29.872 INFO O| Sep 06 04:48:29.872 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87952026-09-06T04:48:30.995Z[ recovery-image] Sep 06 04:48:29.872 INFO O| Sep 06 04:48:29.872 INFO STEP 4 (ensure_dir) COMPLETE
87962026-09-06T04:48:31.004Z[ recovery-image] Sep 06 04:48:29.872 INFO O| Sep 06 04:48:29.872 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-09-06T04:48:31.007Z[ recovery-image] Sep 06 04:48:29.881 INFO O| Sep 06 04:48:29.881 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87982026-09-06T04:48:31.007Z[ recovery-image] Sep 06 04:48:29.881 INFO O| Sep 06 04:48:29.881 INFO STEP 5 (ensure_dir) COMPLETE
87992026-09-06T04:48:31.007Z[ recovery-image] Sep 06 04:48:29.881 INFO O| Sep 06 04:48:29.881 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-09-06T04:48:31.015Z[ recovery-image] Sep 06 04:48:29.891 INFO O| Sep 06 04:48:29.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88012026-09-06T04:48:31.015Z[ recovery-image] Sep 06 04:48:29.891 INFO O| Sep 06 04:48:29.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88022026-09-06T04:48:31.015Z[ recovery-image] Sep 06 04:48:29.891 INFO O| Sep 06 04:48:29.891 INFO STEP 6 (ensure_dir) COMPLETE
88032026-09-06T04:48:31.019Z[ recovery-image] Sep 06 04:48:29.891 INFO O| Sep 06 04:48:29.891 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-09-06T04:48:31.026Z[ recovery-image] Sep 06 04:48:29.903 INFO O| Sep 06 04:48:29.903 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88052026-09-06T04:48:31.026Z[ recovery-image] Sep 06 04:48:29.903 INFO O| Sep 06 04:48:29.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88062026-09-06T04:48:31.026Z[ recovery-image] Sep 06 04:48:29.903 INFO O| Sep 06 04:48:29.903 INFO STEP 7 (ensure_dir) COMPLETE
88072026-09-06T04:48:31.029Z[ recovery-image] Sep 06 04:48:29.903 INFO O| Sep 06 04:48:29.903 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-09-06T04:48:31.039Z[ recovery-image] Sep 06 04:48:29.914 INFO O| Sep 06 04:48:29.914 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88092026-09-06T04:48:31.042Z[ recovery-image] Sep 06 04:48:29.914 INFO O| Sep 06 04:48:29.914 INFO STEP 8 (remove_files) COMPLETE
88102026-09-06T04:48:31.042Z[ recovery-image] Sep 06 04:48:29.914 INFO O| Sep 06 04:48:29.914 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-09-06T04:48:31.047Z[ recovery-image] Sep 06 04:48:29.924 INFO O| Sep 06 04:48:29.924 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88122026-09-06T04:48:31.051Z[ recovery-image] Sep 06 04:48:29.925 INFO O| Sep 06 04:48:29.925 INFO STEP 9 (remove_files) COMPLETE
88132026-09-06T04:48:31.051Z[ recovery-image] Sep 06 04:48:29.925 INFO O| Sep 06 04:48:29.925 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-09-06T04:48:31.058Z[ recovery-image] Sep 06 04:48:29.934 INFO O| Sep 06 04:48:29.934 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88152026-09-06T04:48:31.061Z[ recovery-image] Sep 06 04:48:29.935 INFO O| Sep 06 04:48:29.935 INFO STEP 10 (remove_files) COMPLETE
88162026-09-06T04:48:31.061Z[ recovery-image] Sep 06 04:48:29.935 INFO O| Sep 06 04:48:29.935 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-09-06T04:48:31.069Z[ recovery-image] Sep 06 04:48:29.946 INFO O| Sep 06 04:48:29.946 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88182026-09-06T04:48:31.069Z[ recovery-image] Sep 06 04:48:29.946 INFO O| Sep 06 04:48:29.946 INFO STEP 11 (remove_files) COMPLETE
88192026-09-06T04:48:31.072Z[ recovery-image] Sep 06 04:48:29.946 INFO O| Sep 06 04:48:29.946 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-09-06T04:48:31.078Z[ recovery-image] Sep 06 04:48:29.956 INFO O| Sep 06 04:48:29.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88212026-09-06T04:48:31.078Z[ recovery-image] Sep 06 04:48:29.956 INFO O| Sep 06 04:48:29.956 INFO STEP 12 (remove_files) COMPLETE
88222026-09-06T04:48:31.078Z[ recovery-image] Sep 06 04:48:29.956 INFO O| Sep 06 04:48:29.956 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232026-09-06T04:48:31.089Z[ recovery-image] Sep 06 04:48:29.966 INFO O| Sep 06 04:48:29.966 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88242026-09-06T04:48:31.089Z[ recovery-image] Sep 06 04:48:29.966 INFO O| Sep 06 04:48:29.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88252026-09-06T04:48:31.090Z[ recovery-image] Sep 06 04:48:29.966 INFO O| Sep 06 04:48:29.966 INFO STEP 13 (ensure_dir) COMPLETE
88262026-09-06T04:48:31.095Z[ recovery-image] Sep 06 04:48:29.966 INFO O| Sep 06 04:48:29.966 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-09-06T04:48:31.103Z[ recovery-image] Sep 06 04:48:29.976 INFO O| Sep 06 04:48:29.975 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88282026-09-06T04:48:31.103Z[ recovery-image] Sep 06 04:48:29.976 INFO O| Sep 06 04:48:29.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88292026-09-06T04:48:31.108Z[ recovery-image] Sep 06 04:48:29.976 INFO O| Sep 06 04:48:29.976 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88302026-09-06T04:48:31.108Z[ recovery-image] Sep 06 04:48:29.976 INFO O| Sep 06 04:48:29.976 INFO STEP 14 (ensure_dir) COMPLETE
88312026-09-06T04:48:31.108Z[ recovery-image] Sep 06 04:48:29.976 INFO O| Sep 06 04:48:29.976 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322026-09-06T04:48:31.111Z[ recovery-image] Sep 06 04:48:29.987 INFO O| Sep 06 04:48:29.987 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88332026-09-06T04:48:31.111Z[ recovery-image] Sep 06 04:48:29.987 INFO O| Sep 06 04:48:29.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88342026-09-06T04:48:31.111Z[ recovery-image] Sep 06 04:48:29.987 INFO O| Sep 06 04:48:29.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88352026-09-06T04:48:31.111Z[ recovery-image] Sep 06 04:48:29.987 INFO O| Sep 06 04:48:29.987 INFO STEP 15 (ensure_dir) COMPLETE
88362026-09-06T04:48:31.111Z[ recovery-image] Sep 06 04:48:29.988 INFO O| Sep 06 04:48:29.987 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372026-09-06T04:48:31.121Z[ recovery-image] Sep 06 04:48:29.997 INFO O| Sep 06 04:48:29.997 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88382026-09-06T04:48:31.121Z[ recovery-image] Sep 06 04:48:29.998 INFO O| Sep 06 04:48:29.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88392026-09-06T04:48:31.121Z[ recovery-image] Sep 06 04:48:29.998 INFO O| Sep 06 04:48:29.998 INFO STEP 16 (ensure_dir) COMPLETE
88402026-09-06T04:48:31.125Z[ recovery-image] Sep 06 04:48:29.998 INFO O| Sep 06 04:48:29.998 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412026-09-06T04:48:31.134Z[ recovery-image] Sep 06 04:48:30.008 INFO O| Sep 06 04:48:30.008 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88422026-09-06T04:48:31.134Z[ recovery-image] Sep 06 04:48:30.008 INFO O| Sep 06 04:48:30.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88432026-09-06T04:48:31.134Z[ recovery-image] Sep 06 04:48:30.008 INFO O| Sep 06 04:48:30.008 INFO STEP 17 (ensure_dir) COMPLETE
88442026-09-06T04:48:31.138Z[ recovery-image] Sep 06 04:48:30.008 INFO O| Sep 06 04:48:30.008 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452026-09-06T04:48:31.143Z[ recovery-image] Sep 06 04:48:30.017 INFO O| Sep 06 04:48:30.016 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88462026-09-06T04:48:31.143Z[ recovery-image] Sep 06 04:48:30.017 INFO O| Sep 06 04:48:30.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88472026-09-06T04:48:31.143Z[ recovery-image] Sep 06 04:48:30.017 INFO O| Sep 06 04:48:30.017 INFO ok!
88482026-09-06T04:48:31.143Z[ recovery-image] Sep 06 04:48:30.017 INFO O| Sep 06 04:48:30.017 INFO STEP 18 (ensure_symlink) COMPLETE
88492026-09-06T04:48:31.143Z[ recovery-image] Sep 06 04:48:30.017 INFO O| Sep 06 04:48:30.017 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88502026-09-06T04:48:31.148Z[ recovery-image] Sep 06 04:48:30.025 INFO O| Sep 06 04:48:30.025 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88512026-09-06T04:48:31.148Z[ recovery-image] Sep 06 04:48:30.025 INFO O| Sep 06 04:48:30.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88522026-09-06T04:48:31.151Z[ recovery-image] Sep 06 04:48:30.025 INFO O| Sep 06 04:48:30.025 INFO ok!
88532026-09-06T04:48:31.151Z[ recovery-image] Sep 06 04:48:30.025 INFO O| Sep 06 04:48:30.025 INFO STEP 19 (ensure_file) COMPLETE
88542026-09-06T04:48:31.151Z[ recovery-image] Sep 06 04:48:30.025 INFO O| Sep 06 04:48:30.025 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-09-06T04:48:31.158Z[ recovery-image] Sep 06 04:48:30.035 INFO O| Sep 06 04:48:30.035 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88562026-09-06T04:48:31.158Z[ recovery-image] Sep 06 04:48:30.035 INFO O| Sep 06 04:48:30.035 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88572026-09-06T04:48:31.158Z[ recovery-image] Sep 06 04:48:30.035 INFO O| Sep 06 04:48:30.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88582026-09-06T04:48:31.162Z[ recovery-image] Sep 06 04:48:30.035 INFO O| Sep 06 04:48:30.035 INFO ok!
88592026-09-06T04:48:31.162Z[ recovery-image] Sep 06 04:48:30.035 INFO O| Sep 06 04:48:30.035 INFO STEP 20 (ensure_symlink) COMPLETE
88602026-09-06T04:48:31.162Z[ recovery-image] Sep 06 04:48:30.035 INFO O| Sep 06 04:48:30.035 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-09-06T04:48:31.169Z[ recovery-image] Sep 06 04:48:30.046 INFO O| Sep 06 04:48:30.046 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88622026-09-06T04:48:31.169Z[ recovery-image] Sep 06 04:48:30.046 INFO O| Sep 06 04:48:30.046 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88632026-09-06T04:48:31.172Z[ recovery-image] Sep 06 04:48:30.046 INFO O| Sep 06 04:48:30.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88642026-09-06T04:48:31.175Z[ recovery-image] Sep 06 04:48:30.046 INFO O| Sep 06 04:48:30.046 INFO ok!
88652026-09-06T04:48:31.175Z[ recovery-image] Sep 06 04:48:30.046 INFO O| Sep 06 04:48:30.046 INFO STEP 21 (ensure_symlink) COMPLETE
88662026-09-06T04:48:31.175Z[ recovery-image] Sep 06 04:48:30.046 INFO O| Sep 06 04:48:30.046 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-09-06T04:48:31.179Z[ recovery-image] Sep 06 04:48:30.056 INFO O| Sep 06 04:48:30.056 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88682026-09-06T04:48:31.179Z[ recovery-image] Sep 06 04:48:30.056 INFO O| Sep 06 04:48:30.056 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88692026-09-06T04:48:31.179Z[ recovery-image] Sep 06 04:48:30.056 INFO O| Sep 06 04:48:30.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88702026-09-06T04:48:31.182Z[ recovery-image] Sep 06 04:48:30.056 INFO O| Sep 06 04:48:30.056 INFO ok!
88712026-09-06T04:48:31.182Z[ recovery-image] Sep 06 04:48:30.056 INFO O| Sep 06 04:48:30.056 INFO STEP 22 (ensure_symlink) COMPLETE
88722026-09-06T04:48:31.182Z[ recovery-image] Sep 06 04:48:30.056 INFO O| Sep 06 04:48:30.056 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-09-06T04:48:31.189Z[ recovery-image] Sep 06 04:48:30.066 INFO O| Sep 06 04:48:30.066 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88742026-09-06T04:48:31.189Z[ recovery-image] Sep 06 04:48:30.066 INFO O| Sep 06 04:48:30.066 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88752026-09-06T04:48:31.192Z[ recovery-image] Sep 06 04:48:30.066 INFO O| Sep 06 04:48:30.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88762026-09-06T04:48:31.192Z[ recovery-image] Sep 06 04:48:30.066 INFO O| Sep 06 04:48:30.066 INFO ok!
88772026-09-06T04:48:31.192Z[ recovery-image] Sep 06 04:48:30.066 INFO O| Sep 06 04:48:30.066 INFO STEP 23 (ensure_symlink) COMPLETE
88782026-09-06T04:48:31.192Z[ recovery-image] Sep 06 04:48:30.066 INFO O| Sep 06 04:48:30.066 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-09-06T04:48:31.197Z[ recovery-image] Sep 06 04:48:30.075 INFO O| Sep 06 04:48:30.075 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88802026-09-06T04:48:31.197Z[ recovery-image] Sep 06 04:48:30.075 INFO O| Sep 06 04:48:30.075 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 ...
88812026-09-06T04:48:31.197Z[ recovery-image] Sep 06 04:48:30.075 INFO O| Sep 06 04:48:30.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88822026-09-06T04:48:31.200Z[ recovery-image] Sep 06 04:48:30.075 INFO O| Sep 06 04:48:30.075 INFO ok!
88832026-09-06T04:48:31.200Z[ recovery-image] Sep 06 04:48:30.075 INFO O| Sep 06 04:48:30.075 INFO STEP 24 (ensure_file) COMPLETE
88842026-09-06T04:48:31.200Z[ recovery-image] Sep 06 04:48:30.075 INFO O| Sep 06 04:48:30.075 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88852026-09-06T04:48:31.207Z[ recovery-image] Sep 06 04:48:30.084 INFO O| Sep 06 04:48:30.084 INFO updating shadow file
88862026-09-06T04:48:31.207Z[ recovery-image] Sep 06 04:48:30.085 INFO O| Sep 06 04:48:30.085 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88872026-09-06T04:48:31.207Z[ recovery-image] Sep 06 04:48:30.085 INFO O| Sep 06 04:48:30.085 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88882026-09-06T04:48:31.211Z[ recovery-image] Sep 06 04:48:30.085 INFO O| Sep 06 04:48:30.085 INFO STEP 25 (shadow) COMPLETE
88892026-09-06T04:48:31.211Z[ recovery-image] Sep 06 04:48:30.085 INFO O| Sep 06 04:48:30.085 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-09-06T04:48:31.227Z[ recovery-image] Sep 06 04:48:30.101 INFO O| Sep 06 04:48:30.101 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88912026-09-06T04:48:31.228Z[ recovery-image] Sep 06 04:48:30.101 INFO O| Sep 06 04:48:30.101 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88922026-09-06T04:48:31.232Z[ recovery-image] Sep 06 04:48:30.102 INFO O| Sep 06 04:48:30.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88932026-09-06T04:48:31.232Z[ recovery-image] Sep 06 04:48:30.102 INFO O| Sep 06 04:48:30.102 INFO ok!
88942026-09-06T04:48:31.232Z[ recovery-image] Sep 06 04:48:30.102 INFO O| Sep 06 04:48:30.102 INFO STEP 26 (ensure_file) COMPLETE
88952026-09-06T04:48:31.232Z[ recovery-image] Sep 06 04:48:30.102 INFO O| Sep 06 04:48:30.102 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-09-06T04:48:31.236Z[ recovery-image] Sep 06 04:48:30.112 INFO O| Sep 06 04:48:30.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88972026-09-06T04:48:31.236Z[ recovery-image] Sep 06 04:48:30.112 INFO O| Sep 06 04:48:30.112 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88982026-09-06T04:48:31.236Z[ recovery-image] Sep 06 04:48:30.112 INFO O| Sep 06 04:48:30.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88992026-09-06T04:48:31.236Z[ recovery-image] Sep 06 04:48:30.112 INFO O| Sep 06 04:48:30.112 INFO ok!
89002026-09-06T04:48:31.236Z[ recovery-image] Sep 06 04:48:30.113 INFO O| Sep 06 04:48:30.112 INFO STEP 27 (ensure_file) COMPLETE
89012026-09-06T04:48:31.236Z[ recovery-image] Sep 06 04:48:30.113 INFO O| Sep 06 04:48:30.112 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89022026-09-06T04:48:31.246Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89032026-09-06T04:48:31.247Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89042026-09-06T04:48:31.247Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89052026-09-06T04:48:31.251Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89062026-09-06T04:48:31.251Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 INFO ok!
89072026-09-06T04:48:31.251Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 INFO STEP 28 (ensure_file) COMPLETE
89082026-09-06T04:48:31.251Z[ recovery-image] Sep 06 04:48:30.124 INFO O| Sep 06 04:48:30.124 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-09-06T04:48:31.259Z[ recovery-image] Sep 06 04:48:30.135 INFO O| Sep 06 04:48:30.135 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89102026-09-06T04:48:31.259Z[ recovery-image] Sep 06 04:48:30.135 INFO O| Sep 06 04:48:30.135 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89112026-09-06T04:48:31.259Z[ recovery-image] Sep 06 04:48:30.135 INFO O| Sep 06 04:48:30.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89122026-09-06T04:48:31.259Z[ recovery-image] Sep 06 04:48:30.135 INFO O| Sep 06 04:48:30.135 INFO ok!
89132026-09-06T04:48:31.259Z[ recovery-image] Sep 06 04:48:30.135 INFO O| Sep 06 04:48:30.135 INFO STEP 29 (ensure_file) COMPLETE
89142026-09-06T04:48:31.259Z[ recovery-image] Sep 06 04:48:30.135 INFO O| Sep 06 04:48:30.135 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-09-06T04:48:31.268Z[ recovery-image] Sep 06 04:48:30.145 INFO O| Sep 06 04:48:30.145 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89162026-09-06T04:48:31.268Z[ recovery-image] Sep 06 04:48:30.145 INFO O| Sep 06 04:48:30.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89172026-09-06T04:48:31.268Z[ recovery-image] Sep 06 04:48:30.145 INFO O| Sep 06 04:48:30.145 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89182026-09-06T04:48:31.272Z[ recovery-image] Sep 06 04:48:30.145 INFO O| Sep 06 04:48:30.145 INFO STEP 30 (ensure_dir) COMPLETE
89192026-09-06T04:48:31.272Z[ recovery-image] Sep 06 04:48:30.145 INFO O| Sep 06 04:48:30.145 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89202026-09-06T04:48:31.279Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89212026-09-06T04:48:31.279Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 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 ...
89222026-09-06T04:48:31.279Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 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
89232026-09-06T04:48:31.285Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89242026-09-06T04:48:31.285Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 INFO ok!
89252026-09-06T04:48:31.285Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 INFO STEP 31 (ensure_file) COMPLETE
89262026-09-06T04:48:31.285Z[ recovery-image] Sep 06 04:48:30.156 INFO O| Sep 06 04:48:30.156 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89272026-09-06T04:48:31.290Z[ recovery-image] Sep 06 04:48:30.167 INFO O| Sep 06 04:48:30.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89282026-09-06T04:48:31.290Z[ recovery-image] Sep 06 04:48:30.167 INFO O| Sep 06 04:48:30.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89292026-09-06T04:48:31.295Z[ recovery-image] Sep 06 04:48:30.167 INFO O| Sep 06 04:48:30.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89302026-09-06T04:48:31.295Z[ recovery-image] Sep 06 04:48:30.167 INFO O| Sep 06 04:48:30.167 INFO STEP 32 (ensure_dir) COMPLETE
89312026-09-06T04:48:31.295Z[ recovery-image] Sep 06 04:48:30.167 INFO O| Sep 06 04:48:30.167 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89322026-09-06T04:48:31.300Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89332026-09-06T04:48:31.300Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 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 ...
89342026-09-06T04:48:31.300Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 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
89352026-09-06T04:48:31.303Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89362026-09-06T04:48:31.303Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 INFO ok!
89372026-09-06T04:48:31.303Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 INFO STEP 33 (ensure_file) COMPLETE
89382026-09-06T04:48:31.303Z[ recovery-image] Sep 06 04:48:30.177 INFO O| Sep 06 04:48:30.177 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-09-06T04:48:31.309Z[ recovery-image] Sep 06 04:48:30.186 INFO O| Sep 06 04:48:30.186 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89402026-09-06T04:48:31.309Z[ recovery-image] Sep 06 04:48:30.186 INFO O| Sep 06 04:48:30.186 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89412026-09-06T04:48:31.309Z[ recovery-image] Sep 06 04:48:30.186 INFO O| Sep 06 04:48:30.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89422026-09-06T04:48:31.313Z[ recovery-image] Sep 06 04:48:30.186 INFO O| Sep 06 04:48:30.186 INFO ok!
89432026-09-06T04:48:31.313Z[ recovery-image] Sep 06 04:48:30.186 INFO O| Sep 06 04:48:30.186 INFO STEP 34 (ensure_file) COMPLETE
89442026-09-06T04:48:31.313Z[ recovery-image] Sep 06 04:48:30.186 INFO O| Sep 06 04:48:30.186 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-09-06T04:48:31.321Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89462026-09-06T04:48:31.321Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89472026-09-06T04:48:31.321Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89482026-09-06T04:48:31.324Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89492026-09-06T04:48:31.324Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 INFO ok!
89502026-09-06T04:48:31.325Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 INFO STEP 35 (ensure_file) COMPLETE
89512026-09-06T04:48:31.325Z[ recovery-image] Sep 06 04:48:30.196 INFO O| Sep 06 04:48:30.196 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-09-06T04:48:31.330Z[ recovery-image] Sep 06 04:48:30.205 INFO O| Sep 06 04:48:30.205 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89532026-09-06T04:48:31.330Z[ recovery-image] Sep 06 04:48:30.205 INFO O| Sep 06 04:48:30.205 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89542026-09-06T04:48:31.330Z[ recovery-image] Sep 06 04:48:30.205 INFO O| Sep 06 04:48:30.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89552026-09-06T04:48:31.330Z[ recovery-image] Sep 06 04:48:30.205 INFO O| Sep 06 04:48:30.205 INFO ok!
89562026-09-06T04:48:31.330Z[ recovery-image] Sep 06 04:48:30.205 INFO O| Sep 06 04:48:30.205 INFO STEP 36 (ensure_file) COMPLETE
89572026-09-06T04:48:31.330Z[ recovery-image] Sep 06 04:48:30.205 INFO O| Sep 06 04:48:30.205 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89582026-09-06T04:48:31.339Z[ recovery-image] Sep 06 04:48:30.214 INFO O| Sep 06 04:48:30.214 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89592026-09-06T04:48:31.339Z[ recovery-image] Sep 06 04:48:30.214 INFO O| Sep 06 04:48:30.214 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89602026-09-06T04:48:31.339Z[ recovery-image] Sep 06 04:48:30.214 INFO O| Sep 06 04:48:30.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89612026-09-06T04:48:31.339Z[ recovery-image] Sep 06 04:48:30.214 INFO O| Sep 06 04:48:30.214 INFO ok!
89622026-09-06T04:48:31.339Z[ recovery-image] Sep 06 04:48:30.214 INFO O| Sep 06 04:48:30.214 INFO STEP 37 (ensure_file) COMPLETE
89632026-09-06T04:48:31.339Z[ recovery-image] Sep 06 04:48:30.214 INFO O| Sep 06 04:48:30.214 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89642026-09-06T04:48:31.347Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89652026-09-06T04:48:31.347Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89662026-09-06T04:48:31.347Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89672026-09-06T04:48:31.347Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89682026-09-06T04:48:31.351Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89692026-09-06T04:48:31.351Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89702026-09-06T04:48:31.351Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO ok!
89712026-09-06T04:48:31.351Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO STEP 38 (ensure_file) COMPLETE
89722026-09-06T04:48:31.351Z[ recovery-image] Sep 06 04:48:30.224 INFO O| Sep 06 04:48:30.224 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89732026-09-06T04:48:31.360Z[ recovery-image] Sep 06 04:48:30.233 INFO O| Sep 06 04:48:30.233 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89742026-09-06T04:48:31.360Z[ recovery-image] Sep 06 04:48:30.233 INFO O| Sep 06 04:48:30.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89752026-09-06T04:48:31.360Z[ recovery-image] Sep 06 04:48:30.233 INFO O| Sep 06 04:48:30.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89762026-09-06T04:48:31.365Z[ recovery-image] Sep 06 04:48:30.233 INFO O| Sep 06 04:48:30.233 INFO STEP 39 (ensure_dir) COMPLETE
89772026-09-06T04:48:31.365Z[ recovery-image] Sep 06 04:48:30.233 INFO O| Sep 06 04:48:30.233 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89782026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 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
89792026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 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 ...
89802026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 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
89812026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 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
89822026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 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
89832026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 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
89842026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 INFO ok!
89852026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 INFO STEP 40 (ensure_file) COMPLETE
89862026-09-06T04:48:31.371Z[ recovery-image] Sep 06 04:48:30.243 INFO O| Sep 06 04:48:30.243 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89872026-09-06T04:48:31.376Z[ recovery-image] Sep 06 04:48:30.253 INFO O| Sep 06 04:48:30.253 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89882026-09-06T04:48:31.376Z[ recovery-image] Sep 06 04:48:30.253 INFO O| Sep 06 04:48:30.253 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 ...
89892026-09-06T04:48:31.376Z[ recovery-image] Sep 06 04:48:30.253 INFO O| Sep 06 04:48:30.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89902026-09-06T04:48:31.382Z[ recovery-image] Sep 06 04:48:30.253 INFO O| Sep 06 04:48:30.253 INFO ok!
89912026-09-06T04:48:31.382Z[ recovery-image] Sep 06 04:48:30.253 INFO O| Sep 06 04:48:30.253 INFO STEP 41 (ensure_symlink) COMPLETE
89922026-09-06T04:48:31.382Z[ recovery-image] Sep 06 04:48:30.253 INFO O| Sep 06 04:48:30.253 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89932026-09-06T04:48:31.385Z[ recovery-image] Sep 06 04:48:30.262 INFO O| Sep 06 04:48:30.262 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89942026-09-06T04:48:31.385Z[ recovery-image] Sep 06 04:48:30.262 INFO O| Sep 06 04:48:30.262 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89952026-09-06T04:48:31.385Z[ recovery-image] Sep 06 04:48:30.262 INFO O| Sep 06 04:48:30.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89962026-09-06T04:48:31.386Z[ recovery-image] Sep 06 04:48:30.262 INFO O| Sep 06 04:48:30.262 INFO ok!
89972026-09-06T04:48:31.386Z[ recovery-image] Sep 06 04:48:30.263 INFO O| Sep 06 04:48:30.262 INFO STEP 42 (ensure_symlink) COMPLETE
89982026-09-06T04:48:31.386Z[ recovery-image] Sep 06 04:48:30.263 INFO O| Sep 06 04:48:30.262 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89992026-09-06T04:48:31.395Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90002026-09-06T04:48:31.395Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90012026-09-06T04:48:31.395Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90022026-09-06T04:48:31.398Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90032026-09-06T04:48:31.398Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90042026-09-06T04:48:31.398Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90052026-09-06T04:48:31.398Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO ok!
90062026-09-06T04:48:31.398Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO STEP 43 (ensure_file) COMPLETE
90072026-09-06T04:48:31.398Z[ recovery-image] Sep 06 04:48:30.271 INFO O| Sep 06 04:48:30.271 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90082026-09-06T04:48:31.405Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90092026-09-06T04:48:31.405Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 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 ...
90102026-09-06T04:48:31.409Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 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
90112026-09-06T04:48:31.409Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90122026-09-06T04:48:31.409Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 INFO ok!
90132026-09-06T04:48:31.409Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 INFO STEP 44 (ensure_file) COMPLETE
90142026-09-06T04:48:31.409Z[ recovery-image] Sep 06 04:48:30.282 INFO O| Sep 06 04:48:30.282 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90152026-09-06T04:48:31.416Z[ recovery-image] Sep 06 04:48:30.292 INFO O| Sep 06 04:48:30.292 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90162026-09-06T04:48:31.416Z[ recovery-image] Sep 06 04:48:30.293 INFO O| Sep 06 04:48:30.292 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90172026-09-06T04:48:31.416Z[ recovery-image] Sep 06 04:48:30.293 INFO O| Sep 06 04:48:30.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90182026-09-06T04:48:31.416Z[ recovery-image] Sep 06 04:48:30.293 INFO O| Sep 06 04:48:30.293 INFO ok!
90192026-09-06T04:48:31.419Z[ recovery-image] Sep 06 04:48:30.293 INFO O| Sep 06 04:48:30.293 INFO STEP 45 (ensure_file) COMPLETE
90202026-09-06T04:48:31.419Z[ recovery-image] Sep 06 04:48:30.293 INFO O| Sep 06 04:48:30.293 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90212026-09-06T04:48:31.425Z[ recovery-image] Sep 06 04:48:30.302 INFO O| Sep 06 04:48:30.302 INFO updating shadow file
90222026-09-06T04:48:31.425Z[ recovery-image] Sep 06 04:48:30.302 INFO O| Sep 06 04:48:30.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90232026-09-06T04:48:31.425Z[ recovery-image] Sep 06 04:48:30.302 INFO O| Sep 06 04:48:30.302 INFO STEP 46 (shadow) COMPLETE
90242026-09-06T04:48:31.429Z[ recovery-image] Sep 06 04:48:30.302 INFO O| Sep 06 04:48:30.302 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90252026-09-06T04:48:31.434Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.311 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90262026-09-06T04:48:31.434Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.312 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90272026-09-06T04:48:31.434Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.312 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90282026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.312 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90292026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.312 INFO ok!
90302026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.312 INFO STEP 47 (ensure_file) COMPLETE
90312026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.312 INFO O| Sep 06 04:48:30.312 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.320 INFO O| Sep 06 04:48:30.320 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90332026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.320 INFO O| Sep 06 04:48:30.320 INFO STEP 48 (ensure_dir) COMPLETE
90342026-09-06T04:48:31.451Z[ recovery-image] Sep 06 04:48:30.320 INFO O| Sep 06 04:48:30.320 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-09-06T04:48:31.455Z[ recovery-image] Sep 06 04:48:30.329 INFO O| Sep 06 04:48:30.329 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90362026-09-06T04:48:31.455Z[ recovery-image] Sep 06 04:48:30.329 INFO O| Sep 06 04:48:30.329 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90372026-09-06T04:48:31.455Z[ recovery-image] Sep 06 04:48:30.329 INFO O| Sep 06 04:48:30.329 INFO STEP 49 (ensure_dir) COMPLETE
90382026-09-06T04:48:31.456Z[ recovery-image] Sep 06 04:48:30.329 INFO O| Sep 06 04:48:30.329 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-09-06T04:48:31.465Z[ recovery-image] Sep 06 04:48:30.341 INFO O| Sep 06 04:48:30.341 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90402026-09-06T04:48:31.465Z[ recovery-image] Sep 06 04:48:30.341 INFO O| Sep 06 04:48:30.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90412026-09-06T04:48:31.468Z[ recovery-image] Sep 06 04:48:30.341 INFO O| Sep 06 04:48:30.341 INFO STEP 50 (ensure_dir) COMPLETE
90422026-09-06T04:48:31.468Z[ recovery-image] Sep 06 04:48:30.341 INFO O| Sep 06 04:48:30.341 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-09-06T04:48:31.475Z[ recovery-image] Sep 06 04:48:30.352 INFO O| Sep 06 04:48:30.352 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90442026-09-06T04:48:31.475Z[ recovery-image] Sep 06 04:48:30.352 INFO O| Sep 06 04:48:30.352 INFO copying /tmp/.tmpZAFu1v/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90452026-09-06T04:48:31.506Z[ recovery-image] Sep 06 04:48:30.382 INFO O| Sep 06 04:48:30.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90462026-09-06T04:48:31.506Z[ recovery-image] Sep 06 04:48:30.382 INFO O| Sep 06 04:48:30.382 INFO ok!
90472026-09-06T04:48:31.506Z[ recovery-image] Sep 06 04:48:30.382 INFO O| Sep 06 04:48:30.382 INFO STEP 51 (ensure_file) COMPLETE
90482026-09-06T04:48:31.510Z[ recovery-image] Sep 06 04:48:30.382 INFO O| Sep 06 04:48:30.382 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-09-06T04:48:31.519Z[ recovery-image] Sep 06 04:48:30.396 INFO O| Sep 06 04:48:30.396 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90502026-09-06T04:48:31.519Z[ recovery-image] Sep 06 04:48:30.396 INFO O| Sep 06 04:48:30.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90512026-09-06T04:48:31.519Z[ recovery-image] Sep 06 04:48:30.396 INFO O| Sep 06 04:48:30.396 INFO STEP 52 (ensure_dir) COMPLETE
90522026-09-06T04:48:31.523Z[ recovery-image] Sep 06 04:48:30.396 INFO O| Sep 06 04:48:30.396 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-09-06T04:48:31.531Z[ recovery-image] Sep 06 04:48:30.406 INFO O| Sep 06 04:48:30.406 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90542026-09-06T04:48:31.531Z[ recovery-image] Sep 06 04:48:30.406 INFO O| Sep 06 04:48:30.406 INFO copying /tmp/.tmpZAFu1v/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90552026-09-06T04:48:31.531Z[ recovery-image] Sep 06 04:48:30.406 INFO O| Sep 06 04:48:30.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90562026-09-06T04:48:31.535Z[ recovery-image] Sep 06 04:48:30.406 INFO O| Sep 06 04:48:30.406 INFO ok!
90572026-09-06T04:48:31.535Z[ recovery-image] Sep 06 04:48:30.406 INFO O| Sep 06 04:48:30.406 INFO STEP 53 (ensure_file) COMPLETE
90582026-09-06T04:48:31.535Z[ recovery-image] Sep 06 04:48:30.406 INFO O| Sep 06 04:48:30.406 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-09-06T04:48:31.539Z[ recovery-image] Sep 06 04:48:30.416 INFO O| Sep 06 04:48:30.416 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90602026-09-06T04:48:31.539Z[ recovery-image] Sep 06 04:48:30.416 INFO O| Sep 06 04:48:30.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90612026-09-06T04:48:31.543Z[ recovery-image] Sep 06 04:48:30.416 INFO O| Sep 06 04:48:30.416 INFO STEP 54 (ensure_dir) COMPLETE
90622026-09-06T04:48:31.543Z[ recovery-image] Sep 06 04:48:30.416 INFO O| Sep 06 04:48:30.416 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-09-06T04:48:31.548Z[ recovery-image] Sep 06 04:48:30.426 INFO O| Sep 06 04:48:30.425 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90642026-09-06T04:48:31.548Z[ recovery-image] Sep 06 04:48:30.426 INFO O| Sep 06 04:48:30.426 INFO copying /tmp/.tmpZAFu1v/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90652026-09-06T04:48:33.573Z[ recovery-image] Sep 06 04:48:32.450 INFO O| Sep 06 04:48:32.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90662026-09-06T04:48:33.574Z[ recovery-image] Sep 06 04:48:32.450 INFO O| Sep 06 04:48:32.450 INFO ok!
90672026-09-06T04:48:33.579Z[ recovery-image] Sep 06 04:48:32.450 INFO O| Sep 06 04:48:32.450 INFO STEP 55 (ensure_file) COMPLETE
90682026-09-06T04:48:33.579Z[ recovery-image] Sep 06 04:48:32.450 INFO O| Sep 06 04:48:32.450 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-09-06T04:48:33.583Z[ recovery-image] Sep 06 04:48:32.461 INFO O| Sep 06 04:48:32.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90702026-09-06T04:48:33.583Z[ recovery-image] Sep 06 04:48:32.461 INFO O| Sep 06 04:48:32.460 INFO copying /tmp/.tmpZAFu1v/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90712026-09-06T04:48:35.623Z[ recovery-image] Sep 06 04:48:34.500 INFO O| Sep 06 04:48:34.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90722026-09-06T04:48:35.623Z[ recovery-image] Sep 06 04:48:34.500 INFO O| Sep 06 04:48:34.500 INFO ok!
90732026-09-06T04:48:35.628Z[ recovery-image] Sep 06 04:48:34.500 INFO O| Sep 06 04:48:34.500 INFO STEP 56 (ensure_file) COMPLETE
90742026-09-06T04:48:35.628Z[ recovery-image] Sep 06 04:48:34.500 INFO O| Sep 06 04:48:34.500 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-09-06T04:48:35.638Z[ recovery-image] Sep 06 04:48:34.514 INFO O| Sep 06 04:48:34.514 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90762026-09-06T04:48:35.638Z[ recovery-image] Sep 06 04:48:34.514 INFO O| Sep 06 04:48:34.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90772026-09-06T04:48:35.642Z[ recovery-image] Sep 06 04:48:34.514 INFO O| Sep 06 04:48:34.514 INFO STEP 57 (ensure_dir) COMPLETE
90782026-09-06T04:48:35.642Z[ recovery-image] Sep 06 04:48:34.514 INFO O| Sep 06 04:48:34.514 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-09-06T04:48:35.669Z[ recovery-image] Sep 06 04:48:34.545 INFO O| Sep 06 04:48:34.545 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90802026-09-06T04:48:35.669Z[ recovery-image] Sep 06 04:48:34.545 INFO O| Sep 06 04:48:34.545 INFO copying /tmp/.tmpZAFu1v/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 ...
90812026-09-06T04:48:35.669Z[ recovery-image] Sep 06 04:48:34.545 INFO O| Sep 06 04:48:34.545 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
90822026-09-06T04:48:35.674Z[ recovery-image] Sep 06 04:48:34.545 INFO O| Sep 06 04:48:34.545 INFO ok!
90832026-09-06T04:48:35.674Z[ recovery-image] Sep 06 04:48:34.545 INFO O| Sep 06 04:48:34.545 INFO STEP 58 (ensure_file) COMPLETE
90842026-09-06T04:48:35.674Z[ recovery-image] Sep 06 04:48:34.545 INFO O| Sep 06 04:48:34.545 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-09-06T04:48:35.709Z[ recovery-image] Sep 06 04:48:34.586 INFO O| Sep 06 04:48:34.585 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90862026-09-06T04:48:35.709Z[ recovery-image] Sep 06 04:48:34.586 INFO O| Sep 06 04:48:34.586 INFO copying /tmp/.tmpZAFu1v/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 ...
90872026-09-06T04:48:35.709Z[ recovery-image] Sep 06 04:48:34.586 INFO O| Sep 06 04:48:34.586 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
90882026-09-06T04:48:35.714Z[ recovery-image] Sep 06 04:48:34.586 INFO O| Sep 06 04:48:34.586 INFO ok!
90892026-09-06T04:48:35.714Z[ recovery-image] Sep 06 04:48:34.586 INFO O| Sep 06 04:48:34.586 INFO STEP 59 (ensure_file) COMPLETE
90902026-09-06T04:48:35.714Z[ recovery-image] Sep 06 04:48:34.586 INFO O| Sep 06 04:48:34.586 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-09-06T04:48:35.725Z[ recovery-image] Sep 06 04:48:34.602 INFO O| Sep 06 04:48:34.602 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90922026-09-06T04:48:35.730Z[ recovery-image] Sep 06 04:48:34.602 INFO O| Sep 06 04:48:34.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90932026-09-06T04:48:35.731Z[ recovery-image] Sep 06 04:48:34.602 INFO O| Sep 06 04:48:34.602 INFO STEP 60 (ensure_dir) COMPLETE
90942026-09-06T04:48:35.731Z[ recovery-image] Sep 06 04:48:34.602 INFO O| Sep 06 04:48:34.602 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-09-06T04:48:35.734Z[ recovery-image] Sep 06 04:48:34.611 INFO O| Sep 06 04:48:34.611 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90962026-09-06T04:48:35.735Z[ recovery-image] Sep 06 04:48:34.611 INFO O| Sep 06 04:48:34.611 INFO copying /tmp/.tmpZAFu1v/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 ...
90972026-09-06T04:48:35.735Z[ recovery-image] Sep 06 04:48:34.611 INFO O| Sep 06 04:48:34.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90982026-09-06T04:48:35.735Z[ recovery-image] Sep 06 04:48:34.611 INFO O| Sep 06 04:48:34.611 INFO ok!
90992026-09-06T04:48:35.735Z[ recovery-image] Sep 06 04:48:34.611 INFO O| Sep 06 04:48:34.611 INFO STEP 61 (ensure_file) COMPLETE
91002026-09-06T04:48:35.735Z[ recovery-image] Sep 06 04:48:34.611 INFO O| Sep 06 04:48:34.611 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-09-06T04:48:35.746Z[ recovery-image] Sep 06 04:48:34.622 INFO O| Sep 06 04:48:34.622 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91022026-09-06T04:48:35.746Z[ recovery-image] Sep 06 04:48:34.622 INFO O| Sep 06 04:48:34.622 INFO copying /tmp/.tmpZAFu1v/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 ...
91032026-09-06T04:48:35.756Z[ recovery-image] Sep 06 04:48:34.622 INFO O| Sep 06 04:48:34.622 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
91042026-09-06T04:48:35.756Z[ recovery-image] Sep 06 04:48:34.622 INFO O| Sep 06 04:48:34.622 INFO ok!
91052026-09-06T04:48:35.756Z[ recovery-image] Sep 06 04:48:34.622 INFO O| Sep 06 04:48:34.622 INFO STEP 62 (ensure_file) COMPLETE
91062026-09-06T04:48:35.757Z[ recovery-image] Sep 06 04:48:34.622 INFO O| Sep 06 04:48:34.622 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-09-06T04:48:35.805Z[ recovery-image] Sep 06 04:48:34.681 INFO O| Sep 06 04:48:34.681 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91082026-09-06T04:48:35.805Z[ recovery-image] Sep 06 04:48:34.681 INFO O| Sep 06 04:48:34.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91092026-09-06T04:48:35.809Z[ recovery-image] Sep 06 04:48:34.681 INFO O| Sep 06 04:48:34.681 INFO STEP 63 (ensure_dir) COMPLETE
91102026-09-06T04:48:35.810Z[ recovery-image] Sep 06 04:48:34.681 INFO O| Sep 06 04:48:34.681 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-09-06T04:48:35.813Z[ recovery-image] Sep 06 04:48:34.690 INFO O| Sep 06 04:48:34.690 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91122026-09-06T04:48:35.818Z[ recovery-image] Sep 06 04:48:34.690 INFO O| Sep 06 04:48:34.690 INFO copying /tmp/.tmpZAFu1v/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 ...
91132026-09-06T04:48:35.818Z[ recovery-image] Sep 06 04:48:34.691 INFO O| Sep 06 04:48:34.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91142026-09-06T04:48:35.818Z[ recovery-image] Sep 06 04:48:34.691 INFO O| Sep 06 04:48:34.691 INFO ok!
91152026-09-06T04:48:35.818Z[ recovery-image] Sep 06 04:48:34.691 INFO O| Sep 06 04:48:34.691 INFO STEP 64 (ensure_file) COMPLETE
91162026-09-06T04:48:35.818Z[ recovery-image] Sep 06 04:48:34.691 INFO O| Sep 06 04:48:34.691 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-09-06T04:48:35.856Z[ recovery-image] Sep 06 04:48:34.717 INFO O| Sep 06 04:48:34.716 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91182026-09-06T04:48:35.856Z[ recovery-image] Sep 06 04:48:34.717 INFO O| Sep 06 04:48:34.717 INFO copying /tmp/.tmpZAFu1v/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91192026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.717 INFO O| Sep 06 04:48:34.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91202026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.717 INFO O| Sep 06 04:48:34.717 INFO ok!
91212026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.717 INFO O| Sep 06 04:48:34.717 INFO STEP 65 (ensure_file) COMPLETE
91222026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.717 INFO O| Sep 06 04:48:34.717 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.726 INFO O| Sep 06 04:48:34.726 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91242026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.726 INFO O| Sep 06 04:48:34.726 INFO STEP 66 (ensure_dir) COMPLETE
91252026-09-06T04:48:35.857Z[ recovery-image] Sep 06 04:48:34.726 INFO O| Sep 06 04:48:34.726 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-09-06T04:48:35.862Z[ recovery-image] Sep 06 04:48:34.735 INFO O| Sep 06 04:48:34.734 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91272026-09-06T04:48:35.862Z[ recovery-image] Sep 06 04:48:34.735 INFO O| Sep 06 04:48:34.735 INFO STEP 67 (ensure_dir) COMPLETE
91282026-09-06T04:48:35.862Z[ recovery-image] Sep 06 04:48:34.735 INFO O| Sep 06 04:48:34.735 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91292026-09-06T04:48:35.866Z[ recovery-image] Sep 06 04:48:34.743 INFO O| Sep 06 04:48:34.743 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91302026-09-06T04:48:35.866Z[ recovery-image] Sep 06 04:48:34.743 INFO O| Sep 06 04:48:34.743 INFO STEP 68 (ensure_dir) COMPLETE
91312026-09-06T04:48:35.866Z[ recovery-image] Sep 06 04:48:34.743 INFO O| Sep 06 04:48:34.743 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91322026-09-06T04:48:35.875Z[ recovery-image] Sep 06 04:48:34.752 INFO O| Sep 06 04:48:34.752 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91332026-09-06T04:48:35.875Z[ recovery-image] Sep 06 04:48:34.752 INFO O| Sep 06 04:48:34.752 INFO STEP 69 (ensure_dir) COMPLETE
91342026-09-06T04:48:35.882Z[ recovery-image] Sep 06 04:48:34.752 INFO O| Sep 06 04:48:34.752 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91352026-09-06T04:48:35.885Z[ recovery-image] Sep 06 04:48:34.761 INFO O| Sep 06 04:48:34.760 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91362026-09-06T04:48:35.885Z[ recovery-image] Sep 06 04:48:34.761 INFO O| Sep 06 04:48:34.760 INFO copying /tmp/.tmpZAFu1v/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91372026-09-06T04:48:35.885Z[ recovery-image] Sep 06 04:48:34.761 INFO O| Sep 06 04:48:34.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91382026-09-06T04:48:35.885Z[ recovery-image] Sep 06 04:48:34.761 INFO O| Sep 06 04:48:34.761 INFO ok!
91392026-09-06T04:48:35.885Z[ recovery-image] Sep 06 04:48:34.761 INFO O| Sep 06 04:48:34.761 INFO STEP 70 (ensure_file) COMPLETE
91402026-09-06T04:48:35.885Z[ recovery-image] Sep 06 04:48:34.761 INFO O| Sep 06 04:48:34.761 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-09-06T04:48:35.892Z[ recovery-image] Sep 06 04:48:34.769 INFO O| Sep 06 04:48:34.769 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91422026-09-06T04:48:35.892Z[ recovery-image] Sep 06 04:48:34.769 INFO O| Sep 06 04:48:34.769 INFO STEP 71 (remove_files) COMPLETE
91432026-09-06T04:48:35.896Z[ recovery-image] Sep 06 04:48:34.769 INFO O| Sep 06 04:48:34.769 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-09-06T04:48:35.902Z[ recovery-image] Sep 06 04:48:34.777 INFO O| Sep 06 04:48:34.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91452026-09-06T04:48:35.902Z[ recovery-image] Sep 06 04:48:34.777 INFO O| Sep 06 04:48:34.777 INFO STEP 72 (remove_files) COMPLETE
91462026-09-06T04:48:35.905Z[ recovery-image] Sep 06 04:48:34.777 INFO O| Sep 06 04:48:34.777 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-09-06T04:48:35.910Z[ recovery-image] Sep 06 04:48:34.785 INFO O| Sep 06 04:48:34.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91482026-09-06T04:48:35.910Z[ recovery-image] Sep 06 04:48:34.785 INFO O| Sep 06 04:48:34.785 INFO STEP 73 (remove_files) COMPLETE
91492026-09-06T04:48:35.910Z[ recovery-image] Sep 06 04:48:34.785 INFO O| Sep 06 04:48:34.785 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-09-06T04:48:35.916Z[ recovery-image] Sep 06 04:48:34.793 INFO O| Sep 06 04:48:34.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91512026-09-06T04:48:35.916Z[ recovery-image] Sep 06 04:48:34.793 INFO O| Sep 06 04:48:34.793 INFO STEP 74 (remove_files) COMPLETE
91522026-09-06T04:48:35.921Z[ recovery-image] Sep 06 04:48:34.793 INFO O| Sep 06 04:48:34.793 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-09-06T04:48:35.927Z[ recovery-image] Sep 06 04:48:34.801 INFO O| Sep 06 04:48:34.801 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91542026-09-06T04:48:35.927Z[ recovery-image] Sep 06 04:48:34.801 INFO O| Sep 06 04:48:34.801 INFO STEP 75 (remove_files) COMPLETE
91552026-09-06T04:48:35.927Z[ recovery-image] Sep 06 04:48:34.801 INFO O| Sep 06 04:48:34.801 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-09-06T04:48:35.932Z[ recovery-image] Sep 06 04:48:34.809 INFO O| Sep 06 04:48:34.809 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91572026-09-06T04:48:35.932Z[ recovery-image] Sep 06 04:48:34.809 INFO O| Sep 06 04:48:34.809 INFO STEP 76 (remove_files) COMPLETE
91582026-09-06T04:48:35.936Z[ recovery-image] Sep 06 04:48:34.809 INFO O| Sep 06 04:48:34.809 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-09-06T04:48:35.983Z[ recovery-image] Sep 06 04:48:34.856 INFO O| Sep 06 04:48:34.856 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91602026-09-06T04:48:35.983Z[ recovery-image] Sep 06 04:48:34.856 INFO O| Sep 06 04:48:34.856 INFO STEP 77 (remove_files) COMPLETE
91612026-09-06T04:48:35.988Z[ recovery-image] Sep 06 04:48:34.856 INFO O| Sep 06 04:48:34.856 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-09-06T04:48:35.988Z[ recovery-image] Sep 06 04:48:34.864 INFO O| Sep 06 04:48:34.864 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91632026-09-06T04:48:35.988Z[ recovery-image] Sep 06 04:48:34.864 INFO O| Sep 06 04:48:34.864 INFO STEP 78 (remove_files) COMPLETE
91642026-09-06T04:48:35.988Z[ recovery-image] Sep 06 04:48:34.864 INFO O| Sep 06 04:48:34.864 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-09-06T04:48:35.996Z[ recovery-image] Sep 06 04:48:34.872 INFO O| Sep 06 04:48:34.872 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91662026-09-06T04:48:35.996Z[ recovery-image] Sep 06 04:48:34.872 INFO O| Sep 06 04:48:34.872 INFO STEP 79 (remove_files) COMPLETE
91672026-09-06T04:48:35.996Z[ recovery-image] Sep 06 04:48:34.872 INFO O| Sep 06 04:48:34.872 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-09-06T04:48:36.028Z[ recovery-image] Sep 06 04:48:34.905 INFO O| Sep 06 04:48:34.905 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91692026-09-06T04:48:36.028Z[ recovery-image] Sep 06 04:48:34.905 INFO O| Sep 06 04:48:34.905 INFO STEP 80 (remove_files) COMPLETE
91702026-09-06T04:48:36.028Z[ recovery-image] Sep 06 04:48:34.905 INFO O| Sep 06 04:48:34.905 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-09-06T04:48:36.036Z[ recovery-image] Sep 06 04:48:34.914 INFO O| Sep 06 04:48:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91722026-09-06T04:48:36.036Z[ recovery-image] Sep 06 04:48:34.914 INFO O| Sep 06 04:48:34.914 INFO STEP 81 (remove_files) COMPLETE
91732026-09-06T04:48:36.036Z[ recovery-image] Sep 06 04:48:34.914 INFO O| Sep 06 04:48:34.914 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-09-06T04:48:36.044Z[ recovery-image] Sep 06 04:48:34.921 INFO O| Sep 06 04:48:34.921 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91752026-09-06T04:48:36.044Z[ recovery-image] Sep 06 04:48:34.921 INFO O| Sep 06 04:48:34.921 INFO STEP 82 (remove_files) COMPLETE
91762026-09-06T04:48:36.044Z[ recovery-image] Sep 06 04:48:34.921 INFO O| Sep 06 04:48:34.921 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-09-06T04:48:36.051Z[ recovery-image] Sep 06 04:48:34.928 INFO O| Sep 06 04:48:34.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91782026-09-06T04:48:36.051Z[ recovery-image] Sep 06 04:48:34.928 INFO O| Sep 06 04:48:34.928 INFO STEP 83 (remove_files) COMPLETE
91792026-09-06T04:48:36.051Z[ recovery-image] Sep 06 04:48:34.928 INFO O| Sep 06 04:48:34.928 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-09-06T04:48:36.059Z[ recovery-image] Sep 06 04:48:34.936 INFO O| Sep 06 04:48:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91812026-09-06T04:48:36.059Z[ recovery-image] Sep 06 04:48:34.936 INFO O| Sep 06 04:48:34.936 INFO STEP 84 (remove_files) COMPLETE
91822026-09-06T04:48:36.062Z[ recovery-image] Sep 06 04:48:34.936 INFO O| Sep 06 04:48:34.936 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-09-06T04:48:36.066Z[ recovery-image] Sep 06 04:48:34.943 INFO O| Sep 06 04:48:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91842026-09-06T04:48:36.066Z[ recovery-image] Sep 06 04:48:34.943 INFO O| Sep 06 04:48:34.943 INFO STEP 85 (remove_files) COMPLETE
91852026-09-06T04:48:36.066Z[ recovery-image] Sep 06 04:48:34.943 INFO O| Sep 06 04:48:34.943 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-09-06T04:48:36.074Z[ recovery-image] Sep 06 04:48:34.951 INFO O| Sep 06 04:48:34.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91872026-09-06T04:48:36.074Z[ recovery-image] Sep 06 04:48:34.951 INFO O| Sep 06 04:48:34.951 INFO STEP 86 (remove_files) COMPLETE
91882026-09-06T04:48:36.074Z[ recovery-image] Sep 06 04:48:34.951 INFO O| Sep 06 04:48:34.951 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-09-06T04:48:36.082Z[ recovery-image] Sep 06 04:48:34.959 INFO O| Sep 06 04:48:34.959 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91902026-09-06T04:48:36.082Z[ recovery-image] Sep 06 04:48:34.959 INFO O| Sep 06 04:48:34.959 INFO STEP 87 (remove_files) COMPLETE
91912026-09-06T04:48:36.085Z[ recovery-image] Sep 06 04:48:34.959 INFO O| Sep 06 04:48:34.959 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-09-06T04:48:36.090Z[ recovery-image] Sep 06 04:48:34.968 INFO O| Sep 06 04:48:34.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91932026-09-06T04:48:36.090Z[ recovery-image] Sep 06 04:48:34.968 INFO O| Sep 06 04:48:34.968 INFO STEP 88 (remove_files) COMPLETE
91942026-09-06T04:48:36.096Z[ recovery-image] Sep 06 04:48:34.968 INFO O| Sep 06 04:48:34.968 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-09-06T04:48:36.099Z[ recovery-image] Sep 06 04:48:34.975 INFO O| Sep 06 04:48:34.975 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91962026-09-06T04:48:36.099Z[ recovery-image] Sep 06 04:48:34.976 INFO O| Sep 06 04:48:34.976 INFO STEP 89 (remove_files) COMPLETE
91972026-09-06T04:48:36.099Z[ recovery-image] Sep 06 04:48:34.976 INFO O| Sep 06 04:48:34.976 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-09-06T04:48:36.106Z[ recovery-image] Sep 06 04:48:34.983 INFO O| Sep 06 04:48:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91992026-09-06T04:48:36.106Z[ recovery-image] Sep 06 04:48:34.983 INFO O| Sep 06 04:48:34.983 INFO STEP 90 (remove_files) COMPLETE
92002026-09-06T04:48:36.106Z[ recovery-image] Sep 06 04:48:34.983 INFO O| Sep 06 04:48:34.983 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-09-06T04:48:36.114Z[ recovery-image] Sep 06 04:48:34.991 INFO O| Sep 06 04:48:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92022026-09-06T04:48:36.114Z[ recovery-image] Sep 06 04:48:34.991 INFO O| Sep 06 04:48:34.991 INFO STEP 91 (remove_files) COMPLETE
92032026-09-06T04:48:36.114Z[ recovery-image] Sep 06 04:48:34.991 INFO O| Sep 06 04:48:34.991 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-09-06T04:48:36.128Z[ recovery-image] Sep 06 04:48:35.000 INFO O| Sep 06 04:48:35.000 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92052026-09-06T04:48:36.128Z[ recovery-image] Sep 06 04:48:35.000 INFO O| Sep 06 04:48:35.000 INFO STEP 92 (remove_files) COMPLETE
92062026-09-06T04:48:36.132Z[ recovery-image] Sep 06 04:48:35.000 INFO O| Sep 06 04:48:35.000 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-09-06T04:48:36.138Z[ recovery-image] Sep 06 04:48:35.009 INFO O| Sep 06 04:48:35.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92082026-09-06T04:48:36.138Z[ recovery-image] Sep 06 04:48:35.009 INFO O| Sep 06 04:48:35.009 INFO STEP 93 (remove_files) COMPLETE
92092026-09-06T04:48:36.138Z[ recovery-image] Sep 06 04:48:35.009 INFO O| Sep 06 04:48:35.009 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-09-06T04:48:36.149Z[ recovery-image] Sep 06 04:48:35.026 INFO O| Sep 06 04:48:35.026 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92112026-09-06T04:48:36.149Z[ recovery-image] Sep 06 04:48:35.026 INFO O| Sep 06 04:48:35.026 INFO STEP 94 (remove_files) COMPLETE
92122026-09-06T04:48:36.153Z[ recovery-image] Sep 06 04:48:35.026 INFO O| Sep 06 04:48:35.026 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-09-06T04:48:36.158Z[ recovery-image] Sep 06 04:48:35.035 INFO O| Sep 06 04:48:35.035 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92142026-09-06T04:48:36.158Z[ recovery-image] Sep 06 04:48:35.035 INFO O| Sep 06 04:48:35.035 INFO STEP 95 (remove_files) COMPLETE
92152026-09-06T04:48:36.158Z[ recovery-image] Sep 06 04:48:35.035 INFO O| Sep 06 04:48:35.035 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-09-06T04:48:36.170Z[ recovery-image] Sep 06 04:48:35.044 INFO O| Sep 06 04:48:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92172026-09-06T04:48:36.170Z[ recovery-image] Sep 06 04:48:35.044 INFO O| Sep 06 04:48:35.044 INFO STEP 96 (remove_files) COMPLETE
92182026-09-06T04:48:36.174Z[ recovery-image] Sep 06 04:48:35.044 INFO O| Sep 06 04:48:35.044 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92192026-09-06T04:48:36.177Z[ recovery-image] Sep 06 04:48:35.051 INFO O| Sep 06 04:48:35.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92202026-09-06T04:48:36.177Z[ recovery-image] Sep 06 04:48:35.052 INFO O| Sep 06 04:48:35.052 INFO STEP 97 (remove_files) COMPLETE
92212026-09-06T04:48:36.177Z[ recovery-image] Sep 06 04:48:35.052 INFO O| Sep 06 04:48:35.052 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92222026-09-06T04:48:36.183Z[ recovery-image] Sep 06 04:48:35.060 INFO O| Sep 06 04:48:35.060 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92232026-09-06T04:48:36.183Z[ recovery-image] Sep 06 04:48:35.060 INFO O| Sep 06 04:48:35.060 INFO STEP 98 (remove_files) COMPLETE
92242026-09-06T04:48:36.186Z[ recovery-image] Sep 06 04:48:35.060 INFO O| Sep 06 04:48:35.060 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92252026-09-06T04:48:36.192Z[ recovery-image] Sep 06 04:48:35.068 INFO O| Sep 06 04:48:35.068 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92262026-09-06T04:48:36.192Z[ recovery-image] Sep 06 04:48:35.068 INFO O| Sep 06 04:48:35.068 INFO STEP 99 (remove_files) COMPLETE
92272026-09-06T04:48:36.197Z[ recovery-image] Sep 06 04:48:35.068 INFO O| Sep 06 04:48:35.068 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92282026-09-06T04:48:36.203Z[ recovery-image] Sep 06 04:48:35.080 INFO O| Sep 06 04:48:35.079 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92292026-09-06T04:48:36.203Z[ recovery-image] Sep 06 04:48:35.080 INFO O| Sep 06 04:48:35.080 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92302026-09-06T04:48:38.702Z[verify-libraries] Compiling oso v0.27.3
92312026-09-06T04:48:39.937Z[ recovery-image] Sep 06 04:48:38.814 INFO O| Sep 06 04:48:38.814 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
92322026-09-06T04:48:39.937Z[ recovery-image] Sep 06 04:48:38.814 INFO O| Sep 06 04:48:38.814 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92332026-09-06T04:48:39.956Z[ recovery-image] Sep 06 04:48:38.828 INFO O| Sep 06 04:48:38.828 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92342026-09-06T04:48:40.070Z[ recovery-image] Sep 06 04:48:38.946 INFO O| Sep 06 04:48:38.946 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92352026-09-06T04:48:40.270Z[ recovery-image] Sep 06 04:48:39.147 INFO O| Sep 06 04:48:39.143 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
92362026-09-06T04:48:40.359Z[ recovery-image] Sep 06 04:48:39.236 INFO O| Sep 06 04:48:39.236 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92372026-09-06T04:48:40.360Z[ recovery-image] Sep 06 04:48:39.236 INFO O| Sep 06 04:48:39.236 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 ...
92382026-09-06T04:48:40.365Z[ recovery-image] Sep 06 04:48:39.238 INFO O| Sep 06 04:48:39.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92392026-09-06T04:48:40.365Z[ recovery-image] Sep 06 04:48:39.238 INFO O| Sep 06 04:48:39.238 INFO ok!
92402026-09-06T04:48:40.365Z[ recovery-image] Sep 06 04:48:39.238 INFO O| Sep 06 04:48:39.238 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92412026-09-06T04:48:40.365Z[ recovery-image] Sep 06 04:48:39.238 INFO O| Sep 06 04:48:39.238 INFO STEP 100 (seed_smf) COMPLETE
92422026-09-06T04:48:40.365Z[ recovery-image] Sep 06 04:48:39.238 INFO O| Sep 06 04:48:39.238 INFO steps complete; finalising image!
92432026-09-06T04:48:40.365Z[ recovery-image] Sep 06 04:48:39.238 INFO O| Sep 06 04:48:39.238 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92442026-09-06T04:48:40.429Z[ recovery-image] Sep 06 04:48:39.303 INFO O| Sep 06 04:48:39.303 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sun Sep 6 04:48:39 2026)
92452026-09-06T04:48:40.637Z[ recovery-image] Sep 06 04:48:39.510 INFO O| Sep 06 04:48:39.510 INFO trim TEMPORARY-sled-zfs-recovery: (80% trimmed, started at Sun Sep 6 04:48:39 2026)
92462026-09-06T04:48:40.845Z[ recovery-image] Sep 06 04:48:39.717 INFO O| Sep 06 04:48:39.716 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92472026-09-06T04:48:41.047Z[ recovery-image] Sep 06 04:48:39.923 INFO O| Sep 06 04:48:39.923 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92482026-09-06T04:48:41.253Z[ recovery-image] Sep 06 04:48:40.130 INFO O| Sep 06 04:48:40.130 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92492026-09-06T04:48:41.463Z[ recovery-image] Sep 06 04:48:40.336 INFO O| Sep 06 04:48:40.336 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92502026-09-06T04:48:41.666Z[ recovery-image] Sep 06 04:48:40.543 INFO O| Sep 06 04:48:40.543 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92512026-09-06T04:48:41.873Z[ recovery-image] Sep 06 04:48:40.748 INFO O| Sep 06 04:48:40.748 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92522026-09-06T04:48:42.078Z[ recovery-image] Sep 06 04:48:40.955 INFO O| Sep 06 04:48:40.955 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92532026-09-06T04:48:42.285Z[ recovery-image] Sep 06 04:48:41.160 INFO O| Sep 06 04:48:41.160 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92542026-09-06T04:48:42.491Z[ recovery-image] Sep 06 04:48:41.367 INFO O| Sep 06 04:48:41.367 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92552026-09-06T04:48:42.697Z[ recovery-image] Sep 06 04:48:41.573 INFO O| Sep 06 04:48:41.573 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92562026-09-06T04:48:42.902Z[ recovery-image] Sep 06 04:48:41.779 INFO O| Sep 06 04:48:41.779 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92572026-09-06T04:48:43.108Z[ recovery-image] Sep 06 04:48:41.985 INFO O| Sep 06 04:48:41.985 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92582026-09-06T04:48:43.314Z[ recovery-image] Sep 06 04:48:42.191 INFO O| Sep 06 04:48:42.191 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92592026-09-06T04:48:43.521Z[ recovery-image] Sep 06 04:48:42.397 INFO O| Sep 06 04:48:42.397 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92602026-09-06T04:48:43.727Z[ recovery-image] Sep 06 04:48:42.604 INFO O| Sep 06 04:48:42.604 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92612026-09-06T04:48:43.933Z[ recovery-image] Sep 06 04:48:42.810 INFO O| Sep 06 04:48:42.810 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92622026-09-06T04:48:44.139Z[ recovery-image] Sep 06 04:48:43.016 INFO O| Sep 06 04:48:43.016 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92632026-09-06T04:48:44.347Z[ recovery-image] Sep 06 04:48:43.222 INFO O| Sep 06 04:48:43.221 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92642026-09-06T04:48:44.550Z[ recovery-image] Sep 06 04:48:43.427 INFO O| Sep 06 04:48:43.427 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92652026-09-06T04:48:44.756Z[ recovery-image] Sep 06 04:48:43.633 INFO O| Sep 06 04:48:43.633 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92662026-09-06T04:48:44.962Z[ recovery-image] Sep 06 04:48:43.839 INFO O| Sep 06 04:48:43.839 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92672026-09-06T04:48:45.167Z[ recovery-image] Sep 06 04:48:44.044 INFO O| Sep 06 04:48:44.044 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92682026-09-06T04:48:45.373Z[ recovery-image] Sep 06 04:48:44.250 INFO O| Sep 06 04:48:44.250 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92692026-09-06T04:48:45.579Z[ recovery-image] Sep 06 04:48:44.456 INFO O| Sep 06 04:48:44.456 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92702026-09-06T04:48:45.784Z[ recovery-image] Sep 06 04:48:44.661 INFO O| Sep 06 04:48:44.661 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Sun Sep 6 04:48:39 2026)
92712026-09-06T04:48:45.996Z[ recovery-image] Sep 06 04:48:44.871 INFO O| Sep 06 04:48:44.871 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Sun Sep 6 04:48:39 2026)
92722026-09-06T04:48:46.046Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92732026-09-06T04:48:46.213Z[ recovery-image] Sep 06 04:48:45.090 INFO O| Sep 06 04:48:45.090 INFO temporary pool has 510M used, 1.25G avail, 1.00x compressratio
92742026-09-06T04:48:46.213Z[ recovery-image] Sep 06 04:48:45.090 INFO O| Sep 06 04:48:45.090 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92752026-09-06T04:48:46.234Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92762026-09-06T04:48:47.032Z[ recovery-image] Sep 06 04:48:45.909 INFO O| Sep 06 04:48:45.909 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
92772026-09-06T04:48:47.032Z[ recovery-image] Sep 06 04:48:45.909 INFO O| Sep 06 04:48:45.909 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92782026-09-06T04:48:49.501Z[ recovery-image] Sep 06 04:48:48.378 INFO O| Sep 06 04:48:48.378 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92792026-09-06T04:48:49.502Z[ recovery-image] Sep 06 04:48:48.378 INFO O| Sep 06 04:48:48.378 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92802026-09-06T04:48:49.516Z[ recovery-image] Sep 06 04:48:48.378 INFO O| Sep 06 04:48:48.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92812026-09-06T04:48:49.516Z[ recovery-image] Sep 06 04:48:48.378 INFO O| Sep 06 04:48:48.378 INFO completed processing sled/zfs-recovery
92822026-09-06T04:48:49.516Z[ recovery-image] Sep 06 04:48:48.378 INFO O| Sep 06 04:48:48.378 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92832026-09-06T04:48:51.422Z[ recovery-image] Sep 06 04:48:50.299 INFO O| Sep 06 04:48:50.288 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92842026-09-06T04:48:51.710Z[ recovery-image] Sep 06 04:48:50.522 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
92852026-09-06T04:48:51.710Z[ recovery-image] Sep 06 04:48:50.522 INFO expanded image name: "recovery d7c734f/${os_short_commit} 2026-09-06 04:34" -> "recovery d7c734f/0e29ea8 2026-09-06 04:34"
92862026-09-06T04:48:51.710Z[ recovery-image] Sep 06 04:48:50.522 INFO output artefacts stored in: "/work/os-recovery"
92872026-09-06T04:48:51.710Z[ recovery-image] Sep 06 04:48:50.522 INFO collecting git info from project "bootserver"...
92882026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.544 INFO collecting git info from project "chelsio-t6-roms"...
92892026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.562 INFO collecting git info from project "pilot"...
92902026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.570 INFO collecting git info from project "amd-host-image-builder"...
92912026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.611 INFO collecting git info from project "amd-firmware"...
92922026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.768 INFO collecting git info from project "dmar-report"...
92932026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.779 INFO collecting git info from project "image-builder"...
92942026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.812 INFO collecting git info from project "phbl"...
92952026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.853 INFO collecting git info from project "pinprick"...
92962026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:50.876 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92972026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:51.418 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92982026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:51.845 INFO creating Oxide boot image...
92992026-09-06T04:48:55.932Z[ recovery-image] Sep 06 04:48:51.845 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d7c734f/0e29ea8 2026-09-06 04:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93002026-09-06T04:48:55.954Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93012026-09-06T04:48:56.224Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
93022026-09-06T04:48:56.224Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
93032026-09-06T04:48:56.228Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
93042026-09-06T04:48:56.228Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
93052026-09-06T04:48:56.228Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
93062026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
93072026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
93082026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
93092026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260906T043447Z
93102026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
93112026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
93122026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
93132026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
93142026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
93152026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
93162026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
93172026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
93182026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
93192026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
93202026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
93212026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
93222026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
93232026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
93242026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
93252026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
93262026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
93272026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
93282026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
93292026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
93302026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
93312026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
93322026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93332026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
93342026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
93352026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
93362026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
93372026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
93382026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
93392026-09-06T04:48:56.229Z[ host-image] Sep 06 04:48:55.101 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
93402026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.104 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93412026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.104 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
93422026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.104 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
93432026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.104 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93442026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.104 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93452026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.104 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93462026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.105 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
93472026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.105 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93482026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.105 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93492026-09-06T04:48:56.230Z[ host-image] Sep 06 04:48:55.105 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93502026-09-06T04:48:56.233Z[ host-image] Sep 06 04:48:55.105 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93512026-09-06T04:48:56.236Z[ host-image] Sep 06 04:48:55.111 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93522026-09-06T04:48:56.236Z[ host-image] Sep 06 04:48:55.111 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93532026-09-06T04:48:56.236Z[ host-image] Sep 06 04:48:55.111 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93542026-09-06T04:48:56.236Z[ host-image] Sep 06 04:48:55.111 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93552026-09-06T04:48:56.236Z[ host-image] Sep 06 04:48:55.111 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93562026-09-06T04:48:56.237Z[ host-image] Sep 06 04:48:55.111 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93572026-09-06T04:48:56.243Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
93582026-09-06T04:48:56.246Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93592026-09-06T04:48:56.246Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93602026-09-06T04:48:56.246Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
93612026-09-06T04:48:56.246Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
93622026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93632026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
93642026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93652026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93662026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93672026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
93682026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
93692026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.121 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93702026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.122 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93712026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.123 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93722026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.123 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93732026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.123 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
93742026-09-06T04:48:56.247Z[ host-image] Sep 06 04:48:55.123 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93752026-09-06T04:48:56.251Z[ host-image] Sep 06 04:48:55.127 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93762026-09-06T04:48:56.251Z[ host-image] Sep 06 04:48:55.127 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
93772026-09-06T04:48:56.251Z[ host-image] Sep 06 04:48:55.127 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
93782026-09-06T04:48:56.252Z[ host-image] Sep 06 04:48:55.127 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
93792026-09-06T04:48:56.252Z[ host-image] Sep 06 04:48:55.128 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93802026-09-06T04:48:56.252Z[ host-image] Sep 06 04:48:55.128 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
93812026-09-06T04:48:56.252Z[ host-image] Sep 06 04:48:55.128 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
93822026-09-06T04:48:56.252Z[ host-image] Sep 06 04:48:55.128 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
93832026-09-06T04:48:56.252Z[ host-image] Sep 06 04:48:55.128 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
93842026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.129 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93852026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.129 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
93862026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.129 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
93872026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.129 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93882026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.129 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
93892026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.130 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
93902026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.130 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
93912026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.130 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
93922026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.132 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
93932026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.132 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93942026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.132 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
93952026-09-06T04:48:56.255Z[ host-image] Sep 06 04:48:55.132 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
93962026-09-06T04:48:56.258Z[ host-image] Sep 06 04:48:55.133 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
93972026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.133 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
93982026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.133 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
93992026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.133 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
94002026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.133 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
94012026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.133 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
94022026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.136 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
94032026-09-06T04:48:56.259Z[ host-image] Sep 06 04:48:55.136 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
94042026-09-06T04:48:56.264Z[ host-image] Sep 06 04:48:55.136 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
94052026-09-06T04:48:56.264Z[ host-image] Sep 06 04:48:55.137 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
94062026-09-06T04:48:56.264Z[ host-image] Sep 06 04:48:55.137 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
94072026-09-06T04:48:56.267Z[ host-image] Sep 06 04:48:55.144 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
94082026-09-06T04:48:56.267Z[ host-image] Sep 06 04:48:55.144 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
94092026-09-06T04:48:56.267Z[ host-image] Sep 06 04:48:55.144 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
94102026-09-06T04:48:56.267Z[ host-image] Sep 06 04:48:55.144 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
94112026-09-06T04:48:56.267Z[ host-image] Sep 06 04:48:55.144 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
94122026-09-06T04:48:56.274Z[ host-image] Sep 06 04:48:55.151 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
94132026-09-06T04:48:56.274Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
94142026-09-06T04:48:56.277Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
94152026-09-06T04:48:56.277Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
94162026-09-06T04:48:56.277Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
94172026-09-06T04:48:56.277Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
94182026-09-06T04:48:56.277Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
94192026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
94202026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
94212026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.152 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
94222026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.153 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
94232026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.153 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
94242026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.153 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
94252026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.153 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
94262026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.153 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
94272026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
94282026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
94292026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
94302026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
94312026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
94322026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94332026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94342026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
94352026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
94362026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94372026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94382026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.154 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94392026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.155 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94402026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.155 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94412026-09-06T04:48:56.278Z[ host-image] Sep 06 04:48:55.155 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94422026-09-06T04:48:56.282Z[ host-image] Sep 06 04:48:55.155 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94432026-09-06T04:48:56.282Z[ host-image] Sep 06 04:48:55.156 INFO O| tempdir @ "/tmp/.tmpYMy8AR/tmp"
94442026-09-06T04:48:56.282Z[ host-image] Sep 06 04:48:55.156 INFO O| image root @ "/tmp/.tmpYMy8AR/tmp/root"
94452026-09-06T04:48:56.282Z[ host-image] Sep 06 04:48:55.156 INFO O| creating image...
94462026-09-06T04:49:00.291Z[ host-image] Sep 06 04:48:59.168 INFO O| copying publishers...
94472026-09-06T04:49:01.966Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94482026-09-06T04:49:02.569Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94492026-09-06T04:49:03.439Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94502026-09-06T04:49:03.935Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94512026-09-06T04:49:04.159Z[ host-image] Sep 06 04:49:03.036 INFO O| adding properties...
94522026-09-06T04:49:05.178Z[ host-image] Sep 06 04:49:04.055 INFO O| installing packages...
94532026-09-06T04:49:05.185Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94542026-09-06T04:49:07.127Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94552026-09-06T04:49:08.763Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94562026-09-06T04:49:10.694Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94572026-09-06T04:49:17.019Z[ host-image] Sep 06 04:49:15.896 INFO O| seeding SMF database...
94582026-09-06T04:49:18.048Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94592026-09-06T04:49:20.702Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94602026-09-06T04:49:21.558Z[ host-image] Sep 06 04:49:20.435 INFO O| configuring SMF profile...
94612026-09-06T04:49:21.558Z[ host-image] Sep 06 04:49:20.435 INFO O| modifying shadow(5)...
94622026-09-06T04:49:21.562Z[ host-image] Sep 06 04:49:20.435 INFO O| loading user and group database...
94632026-09-06T04:49:21.562Z[ host-image] Sep 06 04:49:20.435 INFO O| loading facet selections...
94642026-09-06T04:49:21.886Z[ host-image] Sep 06 04:49:20.762 INFO O| devel -> true
94652026-09-06T04:49:21.886Z[ host-image] Sep 06 04:49:20.762 INFO O| doc.man -> true
94662026-09-06T04:49:21.886Z[ host-image] Sep 06 04:49:20.762 INFO O| version-lock.shell/ksh93 -> true
94672026-09-06T04:49:21.890Z[ host-image] Sep 06 04:49:20.762 INFO O| version-lock.system/data/hardware-registry -> true
94682026-09-06T04:49:21.890Z[ host-image] Sep 06 04:49:20.762 INFO O| version-lock.system/data/zoneinfo -> true
94692026-09-06T04:49:21.890Z[ host-image] Sep 06 04:49:20.762 INFO O| version-lock.system/microcode/amd -> true
94702026-09-06T04:49:21.890Z[ host-image] Sep 06 04:49:20.762 INFO O| version-lock.system/microcode/intel -> true
94712026-09-06T04:49:21.890Z[ host-image] Sep 06 04:49:20.762 INFO O| version-lock.system/microcode/oxide -> true
94722026-09-06T04:49:21.890Z[ host-image] Sep 06 04:49:20.762 INFO O| assessing packaged files...
94732026-09-06T04:49:23.591Z[ host-image] Sep 06 04:49:22.468 INFO O| creating archive...
94742026-09-06T04:49:23.612Z[ host-image] Sep 06 04:49:22.489 INFO O| missing from packaging:
94752026-09-06T04:49:23.612Z[ host-image] Sep 06 04:49:22.489 INFO O| "etc/.pwd.lock"
94762026-09-06T04:49:23.615Z[ host-image] Sep 06 04:49:22.489 INFO O| "etc/bash"
94772026-09-06T04:49:23.616Z[ host-image] Sep 06 04:49:22.492 INFO O| "etc/svc/profile/generic.xml"
94782026-09-06T04:49:23.616Z[ host-image] Sep 06 04:49:22.492 INFO O| "etc/svc/profile/inetd_services.xml"
94792026-09-06T04:49:23.616Z[ host-image] Sep 06 04:49:22.492 INFO O| "etc/svc/profile/name_service.xml"
94802026-09-06T04:49:23.616Z[ host-image] Sep 06 04:49:22.493 INFO O| "etc/svc/profile/platform.xml"
94812026-09-06T04:49:23.616Z[ host-image] Sep 06 04:49:22.493 INFO O| "etc/svc/profile/platform_omicron1.xml"
94822026-09-06T04:49:23.616Z[ host-image] Sep 06 04:49:22.493 INFO O| "etc/svc/repository.db"
94832026-09-06T04:49:23.622Z[ host-image] Sep 06 04:49:22.499 INFO O| "opt/ooce/share"
94842026-09-06T04:49:23.622Z[ host-image] Sep 06 04:49:22.499 INFO O| "opt/ooce/share/man"
94852026-09-06T04:49:23.622Z[ host-image] Sep 06 04:49:22.499 INFO O| "opt/ooce/share/man/man1"
94862026-09-06T04:49:23.631Z[ host-image] Sep 06 04:49:22.507 INFO O| finishing archive...
94872026-09-06T04:49:26.026Z[ host-image] Sep 06 04:49:24.903 INFO O| creating gzonly manifest...
94882026-09-06T04:49:26.033Z[ host-image] Sep 06 04:49:24.910 INFO O| ok
94892026-09-06T04:49:26.178Z[ host-image] Sep 06 04:49:25.055 INFO image builder template: ramdisk-02-trim...
94902026-09-06T04:49:26.179Z[ host-image] Sep 06 04:49:25.055 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/.tmpZAFu1v/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94912026-09-06T04:49:26.200Z[ host-image] Sep 06 04:49:25.077 INFO O| Sep 06 04:49:25.077 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94922026-09-06T04:49:26.205Z[ host-image] Sep 06 04:49:25.082 INFO O| Sep 06 04:49:25.082 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94932026-09-06T04:49:26.892Z[ host-image] Sep 06 04:49:25.769 INFO O| Sep 06 04:49:25.769 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94942026-09-06T04:49:26.960Z[ host-image] Sep 06 04:49:25.837 INFO O| Sep 06 04:49:25.837 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94952026-09-06T04:49:26.960Z[ host-image] Sep 06 04:49:25.837 INFO O| Sep 06 04:49:25.837 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94962026-09-06T04:49:26.964Z[ host-image] Sep 06 04:49:25.841 INFO O| Sep 06 04:49:25.841 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94972026-09-06T04:49:26.968Z[ host-image] Sep 06 04:49:25.845 INFO O| Sep 06 04:49:25.845 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94982026-09-06T04:49:26.972Z[ host-image] Sep 06 04:49:25.850 INFO O| Sep 06 04:49:25.850 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94992026-09-06T04:49:31.135Z[ host-image] Sep 06 04:49:30.012 INFO O| Sep 06 04:49:30.012 INFO rolled back to input snapshot; work may begin
95002026-09-06T04:49:31.136Z[ host-image] Sep 06 04:49:30.012 INFO O| Sep 06 04:49:30.012 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95012026-09-06T04:49:31.140Z[ host-image] Sep 06 04:49:30.017 INFO O| Sep 06 04:49:30.017 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-09-06T04:49:31.150Z[ host-image] Sep 06 04:49:30.026 INFO O| Sep 06 04:49:30.026 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95032026-09-06T04:49:31.189Z[ host-image] Sep 06 04:49:30.066 INFO O| Sep 06 04:49:30.066 INFO STEP 0 (remove_files) COMPLETE
95042026-09-06T04:49:31.189Z[ host-image] Sep 06 04:49:30.066 INFO O| Sep 06 04:49:30.066 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-09-06T04:49:31.200Z[ host-image] Sep 06 04:49:30.077 INFO O| Sep 06 04:49:30.077 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95062026-09-06T04:49:31.204Z[ host-image] Sep 06 04:49:30.078 INFO O| Sep 06 04:49:30.078 INFO STEP 1 (remove_files) COMPLETE
95072026-09-06T04:49:31.204Z[ host-image] Sep 06 04:49:30.078 INFO O| Sep 06 04:49:30.078 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-09-06T04:49:31.211Z[ host-image] Sep 06 04:49:30.088 INFO O| Sep 06 04:49:30.088 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95092026-09-06T04:49:31.224Z[ host-image] Sep 06 04:49:30.101 INFO O| Sep 06 04:49:30.101 INFO STEP 2 (remove_files) COMPLETE
95102026-09-06T04:49:31.224Z[ host-image] Sep 06 04:49:30.101 INFO O| Sep 06 04:49:30.101 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-09-06T04:49:31.234Z[ host-image] Sep 06 04:49:30.111 INFO O| Sep 06 04:49:30.110 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95122026-09-06T04:49:31.237Z[ host-image] Sep 06 04:49:30.112 INFO O| Sep 06 04:49:30.112 INFO STEP 3 (remove_files) COMPLETE
95132026-09-06T04:49:31.237Z[ host-image] Sep 06 04:49:30.112 INFO O| Sep 06 04:49:30.112 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-09-06T04:49:31.243Z[ host-image] Sep 06 04:49:30.120 INFO O| Sep 06 04:49:30.120 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95152026-09-06T04:49:31.247Z[ host-image] Sep 06 04:49:30.123 INFO O| Sep 06 04:49:30.123 INFO STEP 4 (remove_files) COMPLETE
95162026-09-06T04:49:31.247Z[ host-image] Sep 06 04:49:30.123 INFO O| Sep 06 04:49:30.123 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-09-06T04:49:31.256Z[ host-image] Sep 06 04:49:30.133 INFO O| Sep 06 04:49:30.133 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95182026-09-06T04:49:31.259Z[ host-image] Sep 06 04:49:30.135 INFO O| Sep 06 04:49:30.135 INFO STEP 5 (remove_files) COMPLETE
95192026-09-06T04:49:31.260Z[ host-image] Sep 06 04:49:30.135 INFO O| Sep 06 04:49:30.135 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-09-06T04:49:31.266Z[ host-image] Sep 06 04:49:30.143 INFO O| Sep 06 04:49:30.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95212026-09-06T04:49:31.276Z[ host-image] Sep 06 04:49:30.153 INFO O| Sep 06 04:49:30.153 INFO STEP 6 (remove_files) COMPLETE
95222026-09-06T04:49:31.276Z[ host-image] Sep 06 04:49:30.153 INFO O| Sep 06 04:49:30.153 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-09-06T04:49:31.280Z[ host-image] Sep 06 04:49:30.153 INFO O| Sep 06 04:49:30.153 INFO skip step because feature "heliosv2" is not enabled
95242026-09-06T04:49:31.280Z[ host-image] Sep 06 04:49:30.153 INFO O| Sep 06 04:49:30.153 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-09-06T04:49:31.285Z[ host-image] Sep 06 04:49:30.162 INFO O| Sep 06 04:49:30.162 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95262026-09-06T04:49:31.296Z[ host-image] Sep 06 04:49:30.173 INFO O| Sep 06 04:49:30.173 INFO STEP 8 (remove_files) COMPLETE
95272026-09-06T04:49:31.299Z[ host-image] Sep 06 04:49:30.173 INFO O| Sep 06 04:49:30.173 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-09-06T04:49:31.303Z[ host-image] Sep 06 04:49:30.180 INFO O| Sep 06 04:49:30.180 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95292026-09-06T04:49:31.369Z[ host-image] Sep 06 04:49:30.245 INFO O| Sep 06 04:49:30.245 INFO STEP 9 (remove_files) COMPLETE
95302026-09-06T04:49:31.369Z[ host-image] Sep 06 04:49:30.245 INFO O| Sep 06 04:49:30.245 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-09-06T04:49:31.376Z[ host-image] Sep 06 04:49:30.253 INFO O| Sep 06 04:49:30.253 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95322026-09-06T04:49:31.454Z[ host-image] Sep 06 04:49:30.331 INFO O| Sep 06 04:49:30.331 INFO STEP 10 (remove_files) COMPLETE
95332026-09-06T04:49:31.455Z[ host-image] Sep 06 04:49:30.331 INFO O| Sep 06 04:49:30.331 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-09-06T04:49:31.463Z[ host-image] Sep 06 04:49:30.339 INFO O| Sep 06 04:49:30.339 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95352026-09-06T04:49:31.466Z[ host-image] Sep 06 04:49:30.342 INFO O| Sep 06 04:49:30.342 INFO STEP 11 (remove_files) COMPLETE
95362026-09-06T04:49:31.466Z[ host-image] Sep 06 04:49:30.342 INFO O| Sep 06 04:49:30.342 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-09-06T04:49:31.472Z[ host-image] Sep 06 04:49:30.349 INFO O| Sep 06 04:49:30.349 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95382026-09-06T04:49:31.475Z[ host-image] Sep 06 04:49:30.350 INFO O| Sep 06 04:49:30.350 INFO STEP 12 (remove_files) COMPLETE
95392026-09-06T04:49:31.476Z[ host-image] Sep 06 04:49:30.350 INFO O| Sep 06 04:49:30.350 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-09-06T04:49:31.479Z[ host-image] Sep 06 04:49:30.356 INFO O| Sep 06 04:49:30.356 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95412026-09-06T04:49:31.482Z[ host-image] Sep 06 04:49:30.357 INFO O| Sep 06 04:49:30.357 INFO STEP 13 (remove_files) COMPLETE
95422026-09-06T04:49:31.483Z[ host-image] Sep 06 04:49:30.357 INFO O| Sep 06 04:49:30.357 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-09-06T04:49:31.564Z[ host-image] Sep 06 04:49:30.440 INFO O| Sep 06 04:49:30.440 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95442026-09-06T04:49:31.569Z[ host-image] Sep 06 04:49:30.446 INFO O| Sep 06 04:49:30.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95452026-09-06T04:49:31.720Z[ host-image] Sep 06 04:49:30.585 INFO O| Sep 06 04:49:30.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95462026-09-06T04:49:31.720Z[ host-image] Sep 06 04:49:30.585 INFO O| Sep 06 04:49:30.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95472026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.585 INFO O| Sep 06 04:49:30.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95482026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.585 INFO O| Sep 06 04:49:30.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95492026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95502026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95512026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95522026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95532026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95542026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95552026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95562026-09-06T04:49:31.730Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95572026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95582026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95592026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95602026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.586 INFO O| Sep 06 04:49:30.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95612026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.593 INFO O| Sep 06 04:49:30.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95622026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.593 INFO O| Sep 06 04:49:30.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95632026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.598 INFO O| Sep 06 04:49:30.598 INFO STEP 14 (remove_files) COMPLETE
95642026-09-06T04:49:31.731Z[ host-image] Sep 06 04:49:30.598 INFO O| Sep 06 04:49:30.598 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-09-06T04:49:31.735Z[ host-image] Sep 06 04:49:30.606 INFO O| Sep 06 04:49:30.606 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95662026-09-06T04:49:31.735Z[ host-image] Sep 06 04:49:30.608 INFO O| Sep 06 04:49:30.608 INFO STEP 15 (remove_files) COMPLETE
95672026-09-06T04:49:31.735Z[ host-image] Sep 06 04:49:30.608 INFO O| Sep 06 04:49:30.608 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-09-06T04:49:31.750Z[ host-image] Sep 06 04:49:30.614 INFO O| Sep 06 04:49:30.614 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95692026-09-06T04:49:31.754Z[ host-image] Sep 06 04:49:30.620 INFO O| Sep 06 04:49:30.620 INFO STEP 16 (remove_files) COMPLETE
95702026-09-06T04:49:31.754Z[ host-image] Sep 06 04:49:30.620 INFO O| Sep 06 04:49:30.620 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-09-06T04:49:31.754Z[ host-image] Sep 06 04:49:30.626 INFO O| Sep 06 04:49:30.626 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95722026-09-06T04:49:31.754Z[ host-image] Sep 06 04:49:30.626 INFO O| Sep 06 04:49:30.626 INFO STEP 17 (remove_files) COMPLETE
95732026-09-06T04:49:31.754Z[ host-image] Sep 06 04:49:30.627 INFO O| Sep 06 04:49:30.626 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-09-06T04:49:31.775Z[ host-image] Sep 06 04:49:30.633 INFO O| Sep 06 04:49:30.633 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95752026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.634 INFO O| Sep 06 04:49:30.634 INFO STEP 18 (remove_files) COMPLETE
95762026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.634 INFO O| Sep 06 04:49:30.634 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.640 INFO O| Sep 06 04:49:30.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95782026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.640 INFO O| Sep 06 04:49:30.640 INFO STEP 19 (remove_files) COMPLETE
95792026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.640 INFO O| Sep 06 04:49:30.640 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.647 INFO O| Sep 06 04:49:30.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95812026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.647 INFO O| Sep 06 04:49:30.647 INFO STEP 20 (remove_files) COMPLETE
95822026-09-06T04:49:31.776Z[ host-image] Sep 06 04:49:30.647 INFO O| Sep 06 04:49:30.647 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-09-06T04:49:31.789Z[ host-image] Sep 06 04:49:30.656 INFO O| Sep 06 04:49:30.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95842026-09-06T04:49:31.789Z[ host-image] Sep 06 04:49:30.656 INFO O| Sep 06 04:49:30.656 INFO STEP 21 (remove_files) COMPLETE
95852026-09-06T04:49:31.817Z[ host-image] Sep 06 04:49:30.656 INFO O| Sep 06 04:49:30.656 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-09-06T04:49:31.817Z[ host-image] Sep 06 04:49:30.664 INFO O| Sep 06 04:49:30.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95872026-09-06T04:49:31.818Z[ host-image] Sep 06 04:49:30.664 INFO O| Sep 06 04:49:30.664 INFO STEP 22 (remove_files) COMPLETE
95882026-09-06T04:49:31.818Z[ host-image] Sep 06 04:49:30.664 INFO O| Sep 06 04:49:30.664 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.674 INFO O| Sep 06 04:49:30.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95902026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.674 INFO O| Sep 06 04:49:30.674 INFO STEP 23 (remove_files) COMPLETE
95912026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.674 INFO O| Sep 06 04:49:30.674 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.682 INFO O| Sep 06 04:49:30.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95932026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.682 INFO O| Sep 06 04:49:30.682 INFO STEP 24 (remove_files) COMPLETE
95942026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.682 INFO O| Sep 06 04:49:30.682 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.690 INFO O| Sep 06 04:49:30.690 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95962026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.690 INFO O| Sep 06 04:49:30.690 INFO STEP 25 (remove_files) COMPLETE
95972026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.690 INFO O| Sep 06 04:49:30.690 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.697 INFO O| Sep 06 04:49:30.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95992026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.697 INFO O| Sep 06 04:49:30.697 INFO STEP 26 (remove_files) COMPLETE
96002026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.697 INFO O| Sep 06 04:49:30.697 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.704 INFO O| Sep 06 04:49:30.704 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96022026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.705 INFO O| Sep 06 04:49:30.705 INFO STEP 27 (remove_files) COMPLETE
96032026-09-06T04:49:31.845Z[ host-image] Sep 06 04:49:30.705 INFO O| Sep 06 04:49:30.705 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-09-06T04:49:31.858Z[ host-image] Sep 06 04:49:30.714 INFO O| Sep 06 04:49:30.714 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96052026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.714 INFO O| Sep 06 04:49:30.714 INFO STEP 28 (remove_files) COMPLETE
96062026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.714 INFO O| Sep 06 04:49:30.714 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.721 INFO O| Sep 06 04:49:30.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96082026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.721 INFO O| Sep 06 04:49:30.721 INFO STEP 29 (remove_files) COMPLETE
96092026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.721 INFO O| Sep 06 04:49:30.721 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.731 INFO O| Sep 06 04:49:30.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96112026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.731 INFO O| Sep 06 04:49:30.731 INFO STEP 30 (remove_files) COMPLETE
96122026-09-06T04:49:31.859Z[ host-image] Sep 06 04:49:30.731 INFO O| Sep 06 04:49:30.731 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-09-06T04:49:31.863Z[ host-image] Sep 06 04:49:30.738 INFO O| Sep 06 04:49:30.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96142026-09-06T04:49:31.863Z[ host-image] Sep 06 04:49:30.738 INFO O| Sep 06 04:49:30.738 INFO STEP 31 (remove_files) COMPLETE
96152026-09-06T04:49:31.863Z[ host-image] Sep 06 04:49:30.738 INFO O| Sep 06 04:49:30.738 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-09-06T04:49:31.872Z[ host-image] Sep 06 04:49:30.749 INFO O| Sep 06 04:49:30.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96172026-09-06T04:49:31.872Z[ host-image] Sep 06 04:49:30.749 INFO O| Sep 06 04:49:30.749 INFO STEP 32 (remove_files) COMPLETE
96182026-09-06T04:49:31.888Z[ host-image] Sep 06 04:49:30.749 INFO O| Sep 06 04:49:30.749 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-09-06T04:49:31.888Z[ host-image] Sep 06 04:49:30.756 INFO O| Sep 06 04:49:30.756 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96202026-09-06T04:49:31.888Z[ host-image] Sep 06 04:49:30.756 INFO O| Sep 06 04:49:30.756 INFO STEP 33 (remove_files) COMPLETE
96212026-09-06T04:49:31.888Z[ host-image] Sep 06 04:49:30.756 INFO O| Sep 06 04:49:30.756 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-09-06T04:49:31.892Z[ host-image] Sep 06 04:49:30.762 INFO O| Sep 06 04:49:30.762 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96232026-09-06T04:49:31.892Z[ host-image] Sep 06 04:49:30.763 INFO O| Sep 06 04:49:30.763 INFO STEP 34 (remove_files) COMPLETE
96242026-09-06T04:49:31.892Z[ host-image] Sep 06 04:49:30.763 INFO O| Sep 06 04:49:30.763 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-09-06T04:49:31.895Z[ host-image] Sep 06 04:49:30.769 INFO O| Sep 06 04:49:30.769 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96262026-09-06T04:49:31.895Z[ host-image] Sep 06 04:49:30.769 INFO O| Sep 06 04:49:30.769 INFO STEP 35 (remove_files) COMPLETE
96272026-09-06T04:49:31.895Z[ host-image] Sep 06 04:49:30.769 INFO O| Sep 06 04:49:30.769 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-09-06T04:49:31.901Z[ host-image] Sep 06 04:49:30.778 INFO O| Sep 06 04:49:30.778 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96292026-09-06T04:49:31.901Z[ host-image] Sep 06 04:49:30.778 INFO O| Sep 06 04:49:30.778 INFO STEP 36 (remove_files) COMPLETE
96302026-09-06T04:49:31.901Z[ host-image] Sep 06 04:49:30.778 INFO O| Sep 06 04:49:30.778 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-09-06T04:49:31.908Z[ host-image] Sep 06 04:49:30.785 INFO O| Sep 06 04:49:30.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96322026-09-06T04:49:31.908Z[ host-image] Sep 06 04:49:30.785 INFO O| Sep 06 04:49:30.785 INFO STEP 37 (remove_files) COMPLETE
96332026-09-06T04:49:31.914Z[ host-image] Sep 06 04:49:30.785 INFO O| Sep 06 04:49:30.785 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-09-06T04:49:31.917Z[ host-image] Sep 06 04:49:30.792 INFO O| Sep 06 04:49:30.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96352026-09-06T04:49:31.917Z[ host-image] Sep 06 04:49:30.792 INFO O| Sep 06 04:49:30.792 INFO STEP 38 (remove_files) COMPLETE
96362026-09-06T04:49:31.917Z[ host-image] Sep 06 04:49:30.792 INFO O| Sep 06 04:49:30.792 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-09-06T04:49:31.923Z[ host-image] Sep 06 04:49:30.800 INFO O| Sep 06 04:49:30.800 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96382026-09-06T04:49:31.923Z[ host-image] Sep 06 04:49:30.800 INFO O| Sep 06 04:49:30.800 INFO STEP 39 (remove_files) COMPLETE
96392026-09-06T04:49:31.927Z[ host-image] Sep 06 04:49:30.800 INFO O| Sep 06 04:49:30.800 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-09-06T04:49:31.933Z[ host-image] Sep 06 04:49:30.808 INFO O| Sep 06 04:49:30.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96412026-09-06T04:49:31.933Z[ host-image] Sep 06 04:49:30.808 INFO O| Sep 06 04:49:30.808 INFO STEP 40 (remove_files) COMPLETE
96422026-09-06T04:49:31.934Z[ host-image] Sep 06 04:49:30.808 INFO O| Sep 06 04:49:30.808 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-09-06T04:49:31.938Z[ host-image] Sep 06 04:49:30.815 INFO O| Sep 06 04:49:30.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96442026-09-06T04:49:31.938Z[ host-image] Sep 06 04:49:30.815 INFO O| Sep 06 04:49:30.815 INFO STEP 41 (remove_files) COMPLETE
96452026-09-06T04:49:31.938Z[ host-image] Sep 06 04:49:30.815 INFO O| Sep 06 04:49:30.815 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-09-06T04:49:31.946Z[ host-image] Sep 06 04:49:30.823 INFO O| Sep 06 04:49:30.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96472026-09-06T04:49:31.946Z[ host-image] Sep 06 04:49:30.823 INFO O| Sep 06 04:49:30.823 INFO STEP 42 (remove_files) COMPLETE
96482026-09-06T04:49:31.958Z[ host-image] Sep 06 04:49:30.823 INFO O| Sep 06 04:49:30.823 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-09-06T04:49:31.958Z[ host-image] Sep 06 04:49:30.831 INFO O| Sep 06 04:49:30.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96502026-09-06T04:49:31.958Z[ host-image] Sep 06 04:49:30.831 INFO O| Sep 06 04:49:30.831 INFO STEP 43 (remove_files) COMPLETE
96512026-09-06T04:49:31.958Z[ host-image] Sep 06 04:49:30.831 INFO O| Sep 06 04:49:30.831 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-09-06T04:49:31.963Z[ host-image] Sep 06 04:49:30.840 INFO O| Sep 06 04:49:30.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96532026-09-06T04:49:31.963Z[ host-image] Sep 06 04:49:30.840 INFO O| Sep 06 04:49:30.840 INFO STEP 44 (remove_files) COMPLETE
96542026-09-06T04:49:31.963Z[ host-image] Sep 06 04:49:30.840 INFO O| Sep 06 04:49:30.840 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-09-06T04:49:31.971Z[ host-image] Sep 06 04:49:30.848 INFO O| Sep 06 04:49:30.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96562026-09-06T04:49:31.972Z[ host-image] Sep 06 04:49:30.849 INFO O| Sep 06 04:49:30.849 INFO STEP 45 (remove_files) COMPLETE
96572026-09-06T04:49:31.975Z[ host-image] Sep 06 04:49:30.849 INFO O| Sep 06 04:49:30.849 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-09-06T04:49:31.978Z[ host-image] Sep 06 04:49:30.855 INFO O| Sep 06 04:49:30.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96592026-09-06T04:49:31.978Z[ host-image] Sep 06 04:49:30.855 INFO O| Sep 06 04:49:30.855 INFO STEP 46 (remove_files) COMPLETE
96602026-09-06T04:49:31.978Z[ host-image] Sep 06 04:49:30.855 INFO O| Sep 06 04:49:30.855 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-09-06T04:49:31.985Z[ host-image] Sep 06 04:49:30.862 INFO O| Sep 06 04:49:30.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96622026-09-06T04:49:31.988Z[ host-image] Sep 06 04:49:30.862 INFO O| Sep 06 04:49:30.862 INFO STEP 47 (remove_files) COMPLETE
96632026-09-06T04:49:31.988Z[ host-image] Sep 06 04:49:30.862 INFO O| Sep 06 04:49:30.862 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-09-06T04:49:31.992Z[ host-image] Sep 06 04:49:30.869 INFO O| Sep 06 04:49:30.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96652026-09-06T04:49:31.992Z[ host-image] Sep 06 04:49:30.870 INFO O| Sep 06 04:49:30.870 INFO STEP 48 (remove_files) COMPLETE
96662026-09-06T04:49:31.992Z[ host-image] Sep 06 04:49:30.870 INFO O| Sep 06 04:49:30.870 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-09-06T04:49:32.001Z[ host-image] Sep 06 04:49:30.878 INFO O| Sep 06 04:49:30.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96682026-09-06T04:49:32.005Z[ host-image] Sep 06 04:49:30.878 INFO O| Sep 06 04:49:30.878 INFO STEP 49 (remove_files) COMPLETE
96692026-09-06T04:49:32.005Z[ host-image] Sep 06 04:49:30.878 INFO O| Sep 06 04:49:30.878 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-09-06T04:49:32.008Z[ host-image] Sep 06 04:49:30.885 INFO O| Sep 06 04:49:30.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96712026-09-06T04:49:32.008Z[ host-image] Sep 06 04:49:30.885 INFO O| Sep 06 04:49:30.885 INFO STEP 50 (remove_files) COMPLETE
96722026-09-06T04:49:32.008Z[ host-image] Sep 06 04:49:30.885 INFO O| Sep 06 04:49:30.885 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-09-06T04:49:32.014Z[ host-image] Sep 06 04:49:30.891 INFO O| Sep 06 04:49:30.891 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96742026-09-06T04:49:32.014Z[ host-image] Sep 06 04:49:30.891 INFO O| Sep 06 04:49:30.891 INFO STEP 51 (remove_files) COMPLETE
96752026-09-06T04:49:32.017Z[ host-image] Sep 06 04:49:30.891 INFO O| Sep 06 04:49:30.891 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-09-06T04:49:32.022Z[ host-image] Sep 06 04:49:30.899 INFO O| Sep 06 04:49:30.899 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96772026-09-06T04:49:32.022Z[ host-image] Sep 06 04:49:30.899 INFO O| Sep 06 04:49:30.899 INFO STEP 52 (remove_files) COMPLETE
96782026-09-06T04:49:32.022Z[ host-image] Sep 06 04:49:30.899 INFO O| Sep 06 04:49:30.899 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-09-06T04:49:32.029Z[ host-image] Sep 06 04:49:30.906 INFO O| Sep 06 04:49:30.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96802026-09-06T04:49:32.029Z[ host-image] Sep 06 04:49:30.906 INFO O| Sep 06 04:49:30.906 INFO STEP 53 (remove_files) COMPLETE
96812026-09-06T04:49:32.032Z[ host-image] Sep 06 04:49:30.906 INFO O| Sep 06 04:49:30.906 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-09-06T04:49:32.036Z[ host-image] Sep 06 04:49:30.914 INFO O| Sep 06 04:49:30.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96832026-09-06T04:49:32.036Z[ host-image] Sep 06 04:49:30.914 INFO O| Sep 06 04:49:30.914 INFO STEP 54 (remove_files) COMPLETE
96842026-09-06T04:49:32.037Z[ host-image] Sep 06 04:49:30.914 INFO O| Sep 06 04:49:30.914 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-09-06T04:49:32.043Z[ host-image] Sep 06 04:49:30.920 INFO O| Sep 06 04:49:30.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96862026-09-06T04:49:32.043Z[ host-image] Sep 06 04:49:30.920 INFO O| Sep 06 04:49:30.920 INFO STEP 55 (remove_files) COMPLETE
96872026-09-06T04:49:32.046Z[ host-image] Sep 06 04:49:30.920 INFO O| Sep 06 04:49:30.920 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-09-06T04:49:32.051Z[ host-image] Sep 06 04:49:30.926 INFO O| Sep 06 04:49:30.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96892026-09-06T04:49:32.051Z[ host-image] Sep 06 04:49:30.926 INFO O| Sep 06 04:49:30.926 INFO STEP 56 (remove_files) COMPLETE
96902026-09-06T04:49:32.051Z[ host-image] Sep 06 04:49:30.926 INFO O| Sep 06 04:49:30.926 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-09-06T04:49:32.057Z[ host-image] Sep 06 04:49:30.934 INFO O| Sep 06 04:49:30.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96922026-09-06T04:49:32.060Z[ host-image] Sep 06 04:49:30.934 INFO O| Sep 06 04:49:30.934 INFO STEP 57 (remove_files) COMPLETE
96932026-09-06T04:49:32.060Z[ host-image] Sep 06 04:49:30.934 INFO O| Sep 06 04:49:30.934 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-09-06T04:49:32.063Z[ host-image] Sep 06 04:49:30.941 INFO O| Sep 06 04:49:30.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96952026-09-06T04:49:32.066Z[ host-image] Sep 06 04:49:30.941 INFO O| Sep 06 04:49:30.941 INFO STEP 58 (remove_files) COMPLETE
96962026-09-06T04:49:32.066Z[ host-image] Sep 06 04:49:30.941 INFO O| Sep 06 04:49:30.941 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-09-06T04:49:32.072Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96982026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96992026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97002026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97012026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97022026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97032026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO ok!
97042026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO STEP 59 (ensure_file) COMPLETE
97052026-09-06T04:49:32.075Z[ host-image] Sep 06 04:49:30.949 INFO O| Sep 06 04:49:30.949 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97072026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97082026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97092026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97102026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97112026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97122026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO ok!
97132026-09-06T04:49:32.079Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO STEP 60 (ensure_file) COMPLETE
97142026-09-06T04:49:32.080Z[ host-image] Sep 06 04:49:30.956 INFO O| Sep 06 04:49:30.956 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97152026-09-06T04:49:32.085Z[ host-image] Sep 06 04:49:30.962 INFO O| Sep 06 04:49:30.962 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97162026-09-06T04:49:32.085Z[ host-image] Sep 06 04:49:30.962 INFO O| Sep 06 04:49:30.962 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97172026-09-06T04:49:32.089Z[ host-image] Sep 06 04:49:30.962 INFO O| Sep 06 04:49:30.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97182026-09-06T04:49:32.089Z[ host-image] Sep 06 04:49:30.962 INFO O| Sep 06 04:49:30.962 INFO ok!
97192026-09-06T04:49:32.089Z[ host-image] Sep 06 04:49:30.962 INFO O| Sep 06 04:49:30.962 INFO STEP 61 (ensure_file) COMPLETE
97202026-09-06T04:49:32.089Z[ host-image] Sep 06 04:49:30.962 INFO O| Sep 06 04:49:30.962 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-09-06T04:49:32.093Z[ host-image] Sep 06 04:49:30.969 INFO O| Sep 06 04:49:30.969 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97222026-09-06T04:49:32.093Z[ host-image] Sep 06 04:49:30.969 INFO O| Sep 06 04:49:30.969 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97232026-09-06T04:49:32.093Z[ host-image] Sep 06 04:49:30.969 INFO O| Sep 06 04:49:30.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97242026-09-06T04:49:32.093Z[ host-image] Sep 06 04:49:30.969 INFO O| Sep 06 04:49:30.969 INFO ok!
97252026-09-06T04:49:32.093Z[ host-image] Sep 06 04:49:30.969 INFO O| Sep 06 04:49:30.969 INFO STEP 62 (ensure_file) COMPLETE
97262026-09-06T04:49:32.093Z[ host-image] Sep 06 04:49:30.969 INFO O| Sep 06 04:49:30.969 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97272026-09-06T04:49:32.100Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97282026-09-06T04:49:32.100Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97292026-09-06T04:49:32.100Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97302026-09-06T04:49:32.100Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97312026-09-06T04:49:32.104Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 INFO ok!
97322026-09-06T04:49:32.104Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 INFO STEP 63 (ensure_file) COMPLETE
97332026-09-06T04:49:32.104Z[ host-image] Sep 06 04:49:30.977 INFO O| Sep 06 04:49:30.977 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97342026-09-06T04:49:32.107Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
97352026-09-06T04:49:32.107Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
97362026-09-06T04:49:32.108Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
97372026-09-06T04:49:32.108Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
97382026-09-06T04:49:32.108Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 INFO ok!
97392026-09-06T04:49:32.108Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 INFO STEP 64 (ensure_file) COMPLETE
97402026-09-06T04:49:32.108Z[ host-image] Sep 06 04:49:30.984 INFO O| Sep 06 04:49:30.984 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97412026-09-06T04:49:32.113Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97422026-09-06T04:49:32.114Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97432026-09-06T04:49:32.117Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97442026-09-06T04:49:32.117Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97452026-09-06T04:49:32.117Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO ok!
97462026-09-06T04:49:32.117Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO STEP 65 (ensure_file) COMPLETE
97472026-09-06T04:49:32.117Z[ host-image] Sep 06 04:49:30.991 INFO O| Sep 06 04:49:30.991 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97482026-09-06T04:49:32.121Z[ host-image] Sep 06 04:49:30.998 INFO O| Sep 06 04:49:30.998 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97492026-09-06T04:49:32.128Z[ host-image] Sep 06 04:49:30.998 INFO O| Sep 06 04:49:30.998 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97502026-09-06T04:49:32.128Z[ host-image] Sep 06 04:49:30.998 INFO O| Sep 06 04:49:30.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97512026-09-06T04:49:32.128Z[ host-image] Sep 06 04:49:30.998 INFO O| Sep 06 04:49:30.998 INFO ok!
97522026-09-06T04:49:32.128Z[ host-image] Sep 06 04:49:30.998 INFO O| Sep 06 04:49:30.998 INFO STEP 66 (assemble_files) COMPLETE
97532026-09-06T04:49:32.128Z[ host-image] Sep 06 04:49:30.998 INFO O| Sep 06 04:49:30.998 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97542026-09-06T04:49:32.142Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97552026-09-06T04:49:32.142Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97562026-09-06T04:49:32.142Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97572026-09-06T04:49:32.142Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97582026-09-06T04:49:32.143Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO ok!
97592026-09-06T04:49:32.143Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO STEP 67 (ensure_file) COMPLETE
97602026-09-06T04:49:32.143Z[ host-image] Sep 06 04:49:31.006 INFO O| Sep 06 04:49:31.006 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97612026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.015 INFO O| Sep 06 04:49:31.015 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97622026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.016 INFO O| Sep 06 04:49:31.016 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97632026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.016 INFO O| Sep 06 04:49:31.016 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97642026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.016 INFO O| Sep 06 04:49:31.016 INFO STEP 68 (ensure_dir) COMPLETE
97652026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.016 INFO O| Sep 06 04:49:31.016 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97662026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.023 INFO O| Sep 06 04:49:31.023 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97672026-09-06T04:49:32.147Z[ host-image] Sep 06 04:49:31.023 INFO O| Sep 06 04:49:31.023 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 ...
97682026-09-06T04:49:32.152Z[ host-image] Sep 06 04:49:31.029 INFO O| Sep 06 04:49:31.029 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
97692026-09-06T04:49:32.152Z[ host-image] Sep 06 04:49:31.029 INFO O| Sep 06 04:49:31.029 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97702026-09-06T04:49:32.156Z[ host-image] Sep 06 04:49:31.029 INFO O| Sep 06 04:49:31.029 INFO ok!
97712026-09-06T04:49:32.156Z[ host-image] Sep 06 04:49:31.029 INFO O| Sep 06 04:49:31.029 INFO STEP 69 (ensure_file) COMPLETE
97722026-09-06T04:49:32.156Z[ host-image] Sep 06 04:49:31.029 INFO O| Sep 06 04:49:31.029 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97732026-09-06T04:49:32.160Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97742026-09-06T04:49:32.160Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 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 ...
97752026-09-06T04:49:32.163Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 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
97762026-09-06T04:49:32.163Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97772026-09-06T04:49:32.163Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 INFO ok!
97782026-09-06T04:49:32.163Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 INFO STEP 70 (ensure_file) COMPLETE
97792026-09-06T04:49:32.163Z[ host-image] Sep 06 04:49:31.037 INFO O| Sep 06 04:49:31.037 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97802026-09-06T04:49:32.179Z[ host-image] Sep 06 04:49:31.049 INFO O| Sep 06 04:49:31.049 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97812026-09-06T04:49:32.179Z[ host-image] Sep 06 04:49:31.049 INFO O| Sep 06 04:49:31.049 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97822026-09-06T04:49:33.608Z[ host-image] Sep 06 04:49:32.484 INFO O| Sep 06 04:49:32.484 INFO STEP 71 (pack_tar) COMPLETE
97832026-09-06T04:49:33.608Z[ host-image] Sep 06 04:49:32.484 INFO O| Sep 06 04:49:32.484 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97842026-09-06T04:49:33.608Z[ host-image] Sep 06 04:49:32.484 INFO O| Sep 06 04:49:32.484 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97852026-09-06T04:49:33.984Z[ host-image] Sep 06 04:49:32.861 INFO O| Sep 06 04:49:32.861 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97862026-09-06T04:49:34.119Z[ host-image] Sep 06 04:49:32.996 INFO O| Sep 06 04:49:32.996 INFO completed processing sled/ramdisk-02-trim
97872026-09-06T04:49:34.122Z[ host-image] Sep 06 04:49:32.998 INFO image builder template: zfs...
97882026-09-06T04:49:34.122Z[ host-image] Sep 06 04:49:32.998 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/.tmpZAFu1v/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97892026-09-06T04:49:34.156Z[ host-image] Sep 06 04:49:33.010 INFO O| Sep 06 04:49:33.010 INFO skip include "stress" because feature "stress" is not enabled
97902026-09-06T04:49:34.156Z[ host-image] Sep 06 04:49:33.010 INFO O| Sep 06 04:49:33.010 INFO skip include "stress" because feature "compliance" is not enabled
97912026-09-06T04:49:34.190Z[ host-image] Sep 06 04:49:33.038 INFO O| Sep 06 04:49:33.038 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97922026-09-06T04:49:34.191Z[ host-image] Sep 06 04:49:33.042 INFO O| Sep 06 04:49:33.042 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97932026-09-06T04:49:34.288Z[ host-image] Sep 06 04:49:33.154 INFO O| Sep 06 04:49:33.154 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97942026-09-06T04:49:34.357Z[ host-image] Sep 06 04:49:33.231 INFO O| Sep 06 04:49:33.231 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97952026-09-06T04:49:34.361Z[ host-image] Sep 06 04:49:33.231 INFO O| Sep 06 04:49:33.231 INFO work dataset: rpool/images/build/host/work/sled/zfs
97962026-09-06T04:49:34.361Z[ host-image] Sep 06 04:49:33.233 INFO O| Sep 06 04:49:33.233 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97972026-09-06T04:49:34.468Z[ host-image] Sep 06 04:49:33.343 INFO O| Sep 06 04:49:33.343 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97982026-09-06T04:49:34.562Z[ host-image] Sep 06 04:49:33.426 INFO O| Sep 06 04:49:33.426 INFO DESTROY POOL: TEMPORARY-sled-zfs
97992026-09-06T04:49:34.576Z[ host-image] Sep 06 04:49:33.433 INFO O| Sep 06 04:49:33.433 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98002026-09-06T04:49:34.577Z[ host-image] Sep 06 04:49:33.437 INFO O| Sep 06 04:49:33.437 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98012026-09-06T04:49:34.577Z[ host-image] Sep 06 04:49:33.437 INFO O| Sep 06 04:49:33.437 INFO no lofi found
98022026-09-06T04:49:34.577Z[ host-image] Sep 06 04:49:33.437 INFO O| Sep 06 04:49:33.437 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98032026-09-06T04:49:34.577Z[ host-image] Sep 06 04:49:33.437 INFO O| Sep 06 04:49:33.437 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98042026-09-06T04:49:34.798Z[ recovery-image] Sep 06 04:49:33.672 INFO O| ok, image written!
98052026-09-06T04:49:34.798Z[ recovery-image] Sep 06 04:49:33.672 INFO O| ok, boot_image_csum file written!
98062026-09-06T04:49:34.801Z[ recovery-image] Sep 06 04:49:33.675 INFO creating boot archive (CPIO)...
98072026-09-06T04:49:34.805Z[ recovery-image] Sep 06 04:49:33.675 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
98082026-09-06T04:49:34.805Z[ recovery-image] Sep 06 04:49:33.681 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98092026-09-06T04:49:34.805Z[ recovery-image] Sep 06 04:49:33.681 INFO E| + outfile=/work/os-recovery/cpio
98102026-09-06T04:49:34.805Z[ recovery-image] Sep 06 04:49:33.681 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98112026-09-06T04:49:34.808Z[ recovery-image] Sep 06 04:49:33.682 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98122026-09-06T04:49:34.808Z[ recovery-image] Sep 06 04:49:33.682 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98132026-09-06T04:49:34.832Z[ recovery-image] Sep 06 04:49:33.708 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98142026-09-06T04:49:34.832Z[ recovery-image] Sep 06 04:49:33.708 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98152026-09-06T04:49:34.838Z[ recovery-image] Sep 06 04:49:33.715 INFO creating compressed cpio/unix for dev loaders...
98162026-09-06T04:49:34.838Z[ recovery-image] Sep 06 04:49:33.715 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
98172026-09-06T04:49:35.066Z[ recovery-image] Sep 06 04:49:33.942 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98182026-09-06T04:49:36.124Z[ host-image] Sep 06 04:49:35.001 INFO O| Sep 06 04:49:35.001 INFO lofi device = /dev/dsk/c2t1d0p0
98192026-09-06T04:49:36.125Z[ host-image] Sep 06 04:49:35.001 INFO O| Sep 06 04:49:35.001 INFO pool device = /dev/dsk/c2t1d0p0
98202026-09-06T04:49:36.125Z[ host-image] Sep 06 04:49:35.001 INFO O| Sep 06 04:49:35.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
98212026-09-06T04:49:36.189Z[ host-image] Sep 06 04:49:35.066 INFO O| Sep 06 04:49:35.066 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98222026-09-06T04:49:36.189Z[ host-image] Sep 06 04:49:35.066 INFO O| Sep 06 04:49:35.066 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98232026-09-06T04:49:36.206Z[ host-image] Sep 06 04:49:35.083 INFO O| Sep 06 04:49:35.083 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98242026-09-06T04:49:36.252Z[ host-image] Sep 06 04:49:35.128 INFO O| Sep 06 04:49:35.128 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98252026-09-06T04:49:36.277Z[ host-image] Sep 06 04:49:35.154 INFO O| Sep 06 04:49:35.154 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98262026-09-06T04:49:36.288Z[ host-image] Sep 06 04:49:35.165 INFO O| Sep 06 04:49:35.164 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98272026-09-06T04:49:36.296Z[ host-image] Sep 06 04:49:35.173 INFO O| Sep 06 04:49:35.173 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98282026-09-06T04:49:36.329Z[ host-image] Sep 06 04:49:35.206 INFO O| Sep 06 04:49:35.206 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98292026-09-06T04:49:36.329Z[ host-image] Sep 06 04:49:35.206 INFO O| Sep 06 04:49:35.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98302026-09-06T04:49:36.333Z[ host-image] Sep 06 04:49:35.206 INFO O| Sep 06 04:49:35.206 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98312026-09-06T04:49:36.340Z[ host-image] Sep 06 04:49:35.217 INFO O| Sep 06 04:49:35.217 INFO boot environment UUID: 1c4d72a1-e33b-4c0f-aa6c-c9429f4d61a6
98322026-09-06T04:49:36.344Z[ host-image] Sep 06 04:49:35.217 INFO O| Sep 06 04:49:35.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1c4d72a1-e33b-4c0f-aa6c-c9429f4d61a6
98332026-09-06T04:49:36.348Z[ host-image] Sep 06 04:49:35.225 INFO O| Sep 06 04:49:35.225 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98342026-09-06T04:49:36.355Z[ host-image] Sep 06 04:49:35.232 INFO O| Sep 06 04:49:35.232 INFO STEP 0 (create_be) COMPLETE
98352026-09-06T04:49:36.355Z[ host-image] Sep 06 04:49:35.232 INFO O| Sep 06 04:49:35.232 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98362026-09-06T04:49:36.365Z[ host-image] Sep 06 04:49:35.242 INFO O| Sep 06 04:49:35.242 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98372026-09-06T04:49:38.964Z[ recovery-image] Sep 06 04:49:37.840 INFO creating reset image...
98382026-09-06T04:49:38.964Z[ recovery-image] Sep 06 04:49:37.840 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")
98392026-09-06T04:49:39.231Z[ recovery-image] Sep 06 04:49:38.108 INFO E| Updating crates.io index
98402026-09-06T04:49:39.547Z[ recovery-image] Sep 06 04:49:38.422 INFO E| Downloading crates ...
98412026-09-06T04:49:39.606Z[ recovery-image] Sep 06 04:49:38.481 INFO E| Downloaded colorchoice v1.0.5
98422026-09-06T04:49:39.606Z[ recovery-image] Sep 06 04:49:38.481 INFO E| Downloaded sigchld v0.2.4
98432026-09-06T04:49:39.609Z[ recovery-image] Sep 06 04:49:38.482 INFO E| Downloaded clap_lex v1.1.0
98442026-09-06T04:49:39.613Z[ recovery-image] Sep 06 04:49:38.487 INFO E| Downloaded shared_child v1.1.1
98452026-09-06T04:49:39.617Z[ recovery-image] Sep 06 04:49:38.487 INFO E| Downloaded os_pipe v1.2.3
98462026-09-06T04:49:39.620Z[ recovery-image] Sep 06 04:49:38.488 INFO E| Downloaded shared_thread v0.2.0
98472026-09-06T04:49:39.620Z[ recovery-image] Sep 06 04:49:38.491 INFO E| Downloaded duct v1.1.1
98482026-09-06T04:49:39.731Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling libc v0.2.186
98492026-09-06T04:49:39.731Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling proc-macro2 v1.0.106
98502026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling quote v1.0.45
98512026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling unicode-ident v1.0.24
98522026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling signal-hook v0.3.18
98532026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling utf8parse v0.2.2
98542026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling anstyle v1.0.14
98552026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling anstyle-query v1.1.5
98562026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling is_terminal_polyfill v1.70.2
98572026-09-06T04:49:39.735Z[ recovery-image] Sep 06 04:49:38.608 INFO E| Compiling colorchoice v1.0.5
98582026-09-06T04:49:39.742Z[ recovery-image] Sep 06 04:49:38.619 INFO E| Compiling heck v0.5.0
98592026-09-06T04:49:39.745Z[ recovery-image] Sep 06 04:49:38.621 INFO E| Compiling clap_lex v1.1.0
98602026-09-06T04:49:39.745Z[ recovery-image] Sep 06 04:49:38.621 INFO E| Compiling strsim v0.11.1
98612026-09-06T04:49:39.746Z[ recovery-image] Sep 06 04:49:38.621 INFO E| Compiling shared_thread v0.2.0
98622026-09-06T04:49:40.111Z[ recovery-image] Sep 06 04:49:38.987 INFO E| Compiling anstyle-parse v1.0.0
98632026-09-06T04:49:40.286Z[ recovery-image] Sep 06 04:49:39.163 INFO E| Compiling anstream v1.0.0
98642026-09-06T04:49:40.544Z[ recovery-image] Sep 06 04:49:39.419 INFO E| Compiling clap_builder v4.6.0
98652026-09-06T04:49:41.047Z[ recovery-image] Sep 06 04:49:39.923 INFO E| Compiling errno v0.3.14
98662026-09-06T04:49:41.047Z[ recovery-image] Sep 06 04:49:39.923 INFO E| Compiling os_pipe v1.2.3
98672026-09-06T04:49:41.148Z[ recovery-image] Sep 06 04:49:40.023 INFO E| Compiling syn v2.0.117
98682026-09-06T04:49:41.155Z[ recovery-image] Sep 06 04:49:40.030 INFO E| Compiling signal-hook-registry v1.4.8
98692026-09-06T04:49:41.464Z[ recovery-image] Sep 06 04:49:40.336 INFO E| Compiling sigchld v0.2.4
98702026-09-06T04:49:41.592Z[ recovery-image] Sep 06 04:49:40.463 INFO E| Compiling shared_child v1.1.1
98712026-09-06T04:49:41.731Z[ recovery-image] Sep 06 04:49:40.607 INFO E| Compiling duct v1.1.1
98722026-09-06T04:49:43.510Z[ recovery-image] Sep 06 04:49:42.386 INFO E| Compiling clap_derive v4.6.1
98732026-09-06T04:49:44.792Z[ host-image] Sep 06 04:49:43.669 INFO O| Sep 06 04:49:43.669 INFO STEP 1 (unpack_tar) COMPLETE
98742026-09-06T04:49:44.792Z[ host-image] Sep 06 04:49:43.669 INFO O| Sep 06 04:49:43.669 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98752026-09-06T04:49:44.800Z[ host-image] Sep 06 04:49:43.677 INFO O| Sep 06 04:49:43.677 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98762026-09-06T04:49:44.983Z[ recovery-image] Sep 06 04:49:43.860 INFO E| Compiling clap v4.6.1
98772026-09-06T04:49:45.047Z[ recovery-image] Sep 06 04:49:43.924 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
98782026-09-06T04:49:45.078Z[ host-image] Sep 06 04:49:43.955 INFO O| Sep 06 04:49:43.955 INFO STEP 2 (devfsadm) COMPLETE
98792026-09-06T04:49:45.078Z[ host-image] Sep 06 04:49:43.955 INFO O| Sep 06 04:49:43.955 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98802026-09-06T04:49:45.085Z[ host-image] Sep 06 04:49:43.962 INFO O| Sep 06 04:49:43.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98812026-09-06T04:49:45.085Z[ host-image] Sep 06 04:49:43.962 INFO O| Sep 06 04:49:43.962 INFO STEP 3 (ensure_dir) COMPLETE
98822026-09-06T04:49:45.088Z[ host-image] Sep 06 04:49:43.962 INFO O| Sep 06 04:49:43.962 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98832026-09-06T04:49:45.093Z[ host-image] Sep 06 04:49:43.970 INFO O| Sep 06 04:49:43.970 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98842026-09-06T04:49:45.093Z[ host-image] Sep 06 04:49:43.970 INFO O| Sep 06 04:49:43.970 INFO STEP 4 (ensure_dir) COMPLETE
98852026-09-06T04:49:45.093Z[ host-image] Sep 06 04:49:43.970 INFO O| Sep 06 04:49:43.970 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98862026-09-06T04:49:45.479Z[ host-image] Sep 06 04:49:43.976 INFO O| Sep 06 04:49:43.976 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98872026-09-06T04:49:45.479Z[ host-image] Sep 06 04:49:43.976 INFO O| Sep 06 04:49:43.976 INFO STEP 5 (ensure_dir) COMPLETE
98882026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.976 INFO O| Sep 06 04:49:43.976 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98892026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.983 INFO O| Sep 06 04:49:43.983 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98902026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.983 INFO O| Sep 06 04:49:43.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98912026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.983 INFO O| Sep 06 04:49:43.983 INFO STEP 6 (ensure_dir) COMPLETE
98922026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.983 INFO O| Sep 06 04:49:43.983 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98932026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.990 INFO O| Sep 06 04:49:43.990 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98942026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.990 INFO O| Sep 06 04:49:43.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98952026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.990 INFO O| Sep 06 04:49:43.990 INFO STEP 7 (ensure_dir) COMPLETE
98962026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.990 INFO O| Sep 06 04:49:43.990 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98972026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.996 INFO O| Sep 06 04:49:43.996 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98982026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.996 INFO O| Sep 06 04:49:43.996 INFO STEP 8 (remove_files) COMPLETE
98992026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:43.996 INFO O| Sep 06 04:49:43.996 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99002026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:44.002 INFO O| Sep 06 04:49:44.002 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
99012026-09-06T04:49:45.484Z[ host-image] Sep 06 04:49:44.003 INFO O| Sep 06 04:49:44.003 INFO STEP 9 (remove_files) COMPLETE
99022026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.003 INFO O| Sep 06 04:49:44.003 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99032026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.010 INFO O| Sep 06 04:49:44.010 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
99042026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.010 INFO O| Sep 06 04:49:44.010 INFO STEP 10 (remove_files) COMPLETE
99052026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.010 INFO O| Sep 06 04:49:44.010 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99062026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.017 INFO O| Sep 06 04:49:44.017 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
99072026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.017 INFO O| Sep 06 04:49:44.017 INFO STEP 11 (remove_files) COMPLETE
99082026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.017 INFO O| Sep 06 04:49:44.017 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99092026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.022 INFO O| Sep 06 04:49:44.022 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
99102026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.022 INFO O| Sep 06 04:49:44.022 INFO STEP 12 (remove_files) COMPLETE
99112026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.022 INFO O| Sep 06 04:49:44.022 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99122026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.028 INFO O| Sep 06 04:49:44.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99132026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.028 INFO O| Sep 06 04:49:44.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99142026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.028 INFO O| Sep 06 04:49:44.028 INFO STEP 13 (ensure_dir) COMPLETE
99152026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.028 INFO O| Sep 06 04:49:44.028 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99162026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.035 INFO O| Sep 06 04:49:44.035 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99172026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.035 INFO O| Sep 06 04:49:44.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99182026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.035 INFO O| Sep 06 04:49:44.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99192026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.035 INFO O| Sep 06 04:49:44.035 INFO STEP 14 (ensure_dir) COMPLETE
99202026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.035 INFO O| Sep 06 04:49:44.035 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99212026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.042 INFO O| Sep 06 04:49:44.042 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99222026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.042 INFO O| Sep 06 04:49:44.042 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99232026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.042 INFO O| Sep 06 04:49:44.042 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99242026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.042 INFO O| Sep 06 04:49:44.042 INFO STEP 15 (ensure_dir) COMPLETE
99252026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.042 INFO O| Sep 06 04:49:44.042 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99262026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.048 INFO O| Sep 06 04:49:44.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99272026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.048 INFO O| Sep 06 04:49:44.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99282026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.048 INFO O| Sep 06 04:49:44.048 INFO STEP 16 (ensure_dir) COMPLETE
99292026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.048 INFO O| Sep 06 04:49:44.048 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99302026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.054 INFO O| Sep 06 04:49:44.054 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99312026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.054 INFO O| Sep 06 04:49:44.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99322026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.054 INFO O| Sep 06 04:49:44.054 INFO STEP 17 (ensure_dir) COMPLETE
99332026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.054 INFO O| Sep 06 04:49:44.054 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99342026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.059 INFO O| Sep 06 04:49:44.059 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99352026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.059 INFO O| Sep 06 04:49:44.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99362026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.059 INFO O| Sep 06 04:49:44.059 INFO ok!
99372026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.059 INFO O| Sep 06 04:49:44.059 INFO STEP 18 (ensure_symlink) COMPLETE
99382026-09-06T04:49:45.485Z[ host-image] Sep 06 04:49:44.059 INFO O| Sep 06 04:49:44.059 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99392026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.065 INFO O| Sep 06 04:49:44.065 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99402026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.065 INFO O| Sep 06 04:49:44.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99412026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.065 INFO O| Sep 06 04:49:44.065 INFO ok!
99422026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.065 INFO O| Sep 06 04:49:44.065 INFO STEP 19 (ensure_file) COMPLETE
99432026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.065 INFO O| Sep 06 04:49:44.065 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.073 INFO O| Sep 06 04:49:44.073 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99452026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.073 INFO O| Sep 06 04:49:44.073 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99462026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.073 INFO O| Sep 06 04:49:44.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99472026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.073 INFO O| Sep 06 04:49:44.073 INFO ok!
99482026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.073 INFO O| Sep 06 04:49:44.073 INFO STEP 20 (ensure_symlink) COMPLETE
99492026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.073 INFO O| Sep 06 04:49:44.073 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99502026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.080 INFO O| Sep 06 04:49:44.079 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99512026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.080 INFO O| Sep 06 04:49:44.079 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99522026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.080 INFO O| Sep 06 04:49:44.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99532026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.080 INFO O| Sep 06 04:49:44.080 INFO ok!
99542026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.080 INFO O| Sep 06 04:49:44.080 INFO STEP 21 (ensure_symlink) COMPLETE
99552026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.080 INFO O| Sep 06 04:49:44.080 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.087 INFO O| Sep 06 04:49:44.087 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99572026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.087 INFO O| Sep 06 04:49:44.087 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99582026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.087 INFO O| Sep 06 04:49:44.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99592026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.087 INFO O| Sep 06 04:49:44.087 INFO ok!
99602026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.087 INFO O| Sep 06 04:49:44.087 INFO STEP 22 (ensure_symlink) COMPLETE
99612026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.087 INFO O| Sep 06 04:49:44.087 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99622026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.093 INFO O| Sep 06 04:49:44.093 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99632026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.093 INFO O| Sep 06 04:49:44.093 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99642026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.093 INFO O| Sep 06 04:49:44.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99652026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.093 INFO O| Sep 06 04:49:44.093 INFO ok!
99662026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.093 INFO O| Sep 06 04:49:44.093 INFO STEP 23 (ensure_symlink) COMPLETE
99672026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.093 INFO O| Sep 06 04:49:44.093 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99682026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.100 INFO O| Sep 06 04:49:44.100 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99692026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.100 INFO O| Sep 06 04:49:44.100 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99702026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.100 INFO O| Sep 06 04:49:44.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99712026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.100 INFO O| Sep 06 04:49:44.100 INFO ok!
99722026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.100 INFO O| Sep 06 04:49:44.100 INFO STEP 24 (ensure_file) COMPLETE
99732026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.100 INFO O| Sep 06 04:49:44.100 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99742026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.107 INFO O| Sep 06 04:49:44.107 INFO updating shadow file
99752026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.107 INFO O| Sep 06 04:49:44.107 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99762026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.107 INFO O| Sep 06 04:49:44.107 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99772026-09-06T04:49:45.486Z[ host-image] Sep 06 04:49:44.107 INFO O| Sep 06 04:49:44.107 INFO STEP 25 (shadow) COMPLETE
99782026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.107 INFO O| Sep 06 04:49:44.107 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99792026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.114 INFO O| Sep 06 04:49:44.114 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99802026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.114 INFO O| Sep 06 04:49:44.114 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99812026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.114 INFO O| Sep 06 04:49:44.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99822026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.114 INFO O| Sep 06 04:49:44.114 INFO ok!
99832026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.114 INFO O| Sep 06 04:49:44.114 INFO STEP 26 (ensure_file) COMPLETE
99842026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.114 INFO O| Sep 06 04:49:44.114 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99852026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.120 INFO O| Sep 06 04:49:44.120 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99862026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.120 INFO O| Sep 06 04:49:44.120 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99872026-09-06T04:49:45.487Z[ host-image] Sep 06 04:49:44.120 INFO O| Sep 06 04:49:44.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99882026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.120 INFO O| Sep 06 04:49:44.120 INFO ok!
99892026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.120 INFO O| Sep 06 04:49:44.120 INFO STEP 27 (ensure_file) COMPLETE
99902026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.120 INFO O| Sep 06 04:49:44.120 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99912026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.126 INFO O| Sep 06 04:49:44.126 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99922026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.126 INFO O| Sep 06 04:49:44.126 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99932026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.126 INFO O| Sep 06 04:49:44.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99942026-09-06T04:49:45.491Z[ host-image] Sep 06 04:49:44.127 INFO O| Sep 06 04:49:44.126 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99952026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.127 INFO O| Sep 06 04:49:44.126 INFO ok!
99962026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.127 INFO O| Sep 06 04:49:44.126 INFO STEP 28 (ensure_file) COMPLETE
99972026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.127 INFO O| Sep 06 04:49:44.126 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99982026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.133 INFO O| Sep 06 04:49:44.133 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99992026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.133 INFO O| Sep 06 04:49:44.133 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
100002026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.133 INFO O| Sep 06 04:49:44.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
100012026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.133 INFO O| Sep 06 04:49:44.133 INFO ok!
100022026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.133 INFO O| Sep 06 04:49:44.133 INFO STEP 29 (ensure_file) COMPLETE
100032026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.133 INFO O| Sep 06 04:49:44.133 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100042026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.140 INFO O| Sep 06 04:49:44.140 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100052026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.140 INFO O| Sep 06 04:49:44.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100062026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.140 INFO O| Sep 06 04:49:44.140 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100072026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.140 INFO O| Sep 06 04:49:44.140 INFO STEP 30 (ensure_dir) COMPLETE
100082026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.140 INFO O| Sep 06 04:49:44.140 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100092026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
100102026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
100112026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100122026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100132026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO ok!
100142026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO STEP 31 (ensure_file) COMPLETE
100152026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.147 INFO O| Sep 06 04:49:44.147 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100162026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.154 INFO O| Sep 06 04:49:44.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100172026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.154 INFO O| Sep 06 04:49:44.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100182026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.154 INFO O| Sep 06 04:49:44.154 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100192026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.154 INFO O| Sep 06 04:49:44.154 INFO STEP 32 (ensure_dir) COMPLETE
100202026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.154 INFO O| Sep 06 04:49:44.154 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100212026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
100222026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 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 ...
100232026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 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
100242026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
100252026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 INFO ok!
100262026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 INFO STEP 33 (ensure_file) COMPLETE
100272026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.161 INFO O| Sep 06 04:49:44.161 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100282026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.168 INFO O| Sep 06 04:49:44.168 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100292026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.168 INFO O| Sep 06 04:49:44.168 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100302026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.168 INFO O| Sep 06 04:49:44.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100312026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.168 INFO O| Sep 06 04:49:44.168 INFO ok!
100322026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.168 INFO O| Sep 06 04:49:44.168 INFO STEP 34 (ensure_file) COMPLETE
100332026-09-06T04:49:45.492Z[ host-image] Sep 06 04:49:44.168 INFO O| Sep 06 04:49:44.168 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100342026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100352026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100362026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100372026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100382026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 INFO ok!
100392026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 INFO STEP 35 (ensure_file) COMPLETE
100402026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.175 INFO O| Sep 06 04:49:44.175 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.181 INFO O| Sep 06 04:49:44.181 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100422026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.181 INFO O| Sep 06 04:49:44.181 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100432026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.181 INFO O| Sep 06 04:49:44.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100442026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.181 INFO O| Sep 06 04:49:44.181 INFO ok!
100452026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.181 INFO O| Sep 06 04:49:44.181 INFO STEP 36 (ensure_file) COMPLETE
100462026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.181 INFO O| Sep 06 04:49:44.181 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.186 INFO O| Sep 06 04:49:44.186 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100482026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.186 INFO O| Sep 06 04:49:44.186 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100492026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.187 INFO O| Sep 06 04:49:44.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100502026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.187 INFO O| Sep 06 04:49:44.187 INFO ok!
100512026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.187 INFO O| Sep 06 04:49:44.187 INFO STEP 37 (ensure_file) COMPLETE
100522026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.187 INFO O| Sep 06 04:49:44.187 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100532026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100542026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100552026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100562026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100572026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100582026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100592026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO ok!
100602026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO STEP 38 (ensure_file) COMPLETE
100612026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.192 INFO O| Sep 06 04:49:44.192 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100622026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.198 INFO O| Sep 06 04:49:44.198 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100632026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.198 INFO O| Sep 06 04:49:44.198 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100642026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.198 INFO O| Sep 06 04:49:44.198 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100652026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.198 INFO O| Sep 06 04:49:44.198 INFO STEP 39 (ensure_dir) COMPLETE
100662026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.198 INFO O| Sep 06 04:49:44.198 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100672026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 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
100682026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 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 ...
100692026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 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
100702026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 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
100712026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 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
100722026-09-06T04:49:45.493Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 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
100732026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 INFO ok!
100742026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 INFO STEP 40 (ensure_file) COMPLETE
100752026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.205 INFO O| Sep 06 04:49:44.205 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100762026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.211 INFO O| Sep 06 04:49:44.211 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100772026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.211 INFO O| Sep 06 04:49:44.211 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 ...
100782026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.211 INFO O| Sep 06 04:49:44.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100792026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.211 INFO O| Sep 06 04:49:44.211 INFO ok!
100802026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.211 INFO O| Sep 06 04:49:44.211 INFO STEP 41 (ensure_symlink) COMPLETE
100812026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.211 INFO O| Sep 06 04:49:44.211 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100822026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.219 INFO O| Sep 06 04:49:44.219 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100832026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.219 INFO O| Sep 06 04:49:44.219 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100842026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.219 INFO O| Sep 06 04:49:44.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100852026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.219 INFO O| Sep 06 04:49:44.219 INFO ok!
100862026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.219 INFO O| Sep 06 04:49:44.219 INFO STEP 42 (ensure_symlink) COMPLETE
100872026-09-06T04:49:45.494Z[ host-image] Sep 06 04:49:44.219 INFO O| Sep 06 04:49:44.219 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100882026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100892026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100902026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100912026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100922026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100932026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100942026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO ok!
100952026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO STEP 43 (ensure_file) COMPLETE
100962026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.226 INFO O| Sep 06 04:49:44.226 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100972026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100982026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 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 ...
100992026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 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
101002026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
101012026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 INFO ok!
101022026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 INFO STEP 44 (ensure_file) COMPLETE
101032026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.232 INFO O| Sep 06 04:49:44.232 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101042026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.238 INFO O| Sep 06 04:49:44.238 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
101052026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.238 INFO O| Sep 06 04:49:44.238 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
101062026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.238 INFO O| Sep 06 04:49:44.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
101072026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.238 INFO O| Sep 06 04:49:44.238 INFO ok!
101082026-09-06T04:49:45.498Z[ host-image] Sep 06 04:49:44.238 INFO O| Sep 06 04:49:44.238 INFO STEP 45 (ensure_file) COMPLETE
101092026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.238 INFO O| Sep 06 04:49:44.238 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101102026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.245 INFO O| Sep 06 04:49:44.245 INFO updating shadow file
101112026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.245 INFO O| Sep 06 04:49:44.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
101122026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.245 INFO O| Sep 06 04:49:44.245 INFO STEP 46 (shadow) COMPLETE
101132026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.245 INFO O| Sep 06 04:49:44.245 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101142026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
101152026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
101162026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101172026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101182026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO ok!
101192026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO STEP 47 (ensure_file) COMPLETE
101202026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101212026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO skip step because feature "mfg" is not enabled
101222026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101232026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO skip step because feature "mfg" is not enabled
101242026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.251 INFO O| Sep 06 04:49:44.251 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101252026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.258 INFO O| Sep 06 04:49:44.258 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
101262026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.258 INFO O| Sep 06 04:49:44.258 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101272026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101282026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101292026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO ok!
101302026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO STEP 50 (ensure_file) COMPLETE
101312026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO skip step because feature "compliance" is not enabled
101332026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.281 INFO O| Sep 06 04:49:44.281 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101352026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101362026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101372026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101382026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101392026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101402026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO ok!
101412026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO STEP 52 (ensure_file) COMPLETE
101422026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.287 INFO O| Sep 06 04:49:44.287 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101442026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 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 ...
101452026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 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
101462026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101472026-09-06T04:49:45.499Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 INFO ok!
101482026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 INFO STEP 53 (ensure_file) COMPLETE
101492026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.293 INFO O| Sep 06 04:49:44.293 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101512026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 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 ...
101522026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101532026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101542026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 INFO ok!
101552026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 INFO STEP 54 (ensure_file) COMPLETE
101562026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.299 INFO O| Sep 06 04:49:44.299 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101572026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.307 INFO O| Sep 06 04:49:44.307 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101582026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.308 INFO O| Sep 06 04:49:44.307 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 ...
101592026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.308 INFO O| Sep 06 04:49:44.308 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
101602026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.308 INFO O| Sep 06 04:49:44.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101612026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.308 INFO O| Sep 06 04:49:44.308 INFO ok!
101622026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.308 INFO O| Sep 06 04:49:44.308 INFO STEP 55 (ensure_file) COMPLETE
101632026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.308 INFO O| Sep 06 04:49:44.308 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101642026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101652026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 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 ...
101662026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101672026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101682026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 INFO ok!
101692026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 INFO STEP 56 (ensure_file) COMPLETE
101702026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.314 INFO O| Sep 06 04:49:44.314 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101712026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.320 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101722026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.320 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 ...
101732026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.321 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
101742026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101752026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.321 INFO ok!
101762026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.321 INFO STEP 57 (ensure_file) COMPLETE
101772026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.321 INFO O| Sep 06 04:49:44.321 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101782026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101792026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 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 ...
101802026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101812026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101822026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101832026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101842026-09-06T04:49:45.500Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO ok!
101852026-09-06T04:49:45.501Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO STEP 58 (ensure_file) COMPLETE
101862026-09-06T04:49:45.501Z[ host-image] Sep 06 04:49:44.327 INFO O| Sep 06 04:49:44.327 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101872026-09-06T04:49:45.501Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.334 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101882026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.334 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 ...
101892026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.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-nvme-loadgen.xml
101902026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101912026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.334 INFO ok!
101922026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.334 INFO STEP 59 (ensure_file) COMPLETE
101932026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.334 INFO O| Sep 06 04:49:44.334 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101942026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101952026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101962026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101972026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101982026-09-06T04:49:45.504Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO ok!
101992026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO STEP 60 (ensure_file) COMPLETE
102002026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.340 INFO O| Sep 06 04:49:44.340 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102012026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
102022026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 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 ...
102032026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 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
102042026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
102052026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 INFO ok!
102062026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 INFO STEP 61 (ensure_file) COMPLETE
102072026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.347 INFO O| Sep 06 04:49:44.347 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102082026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
102092026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
102102026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102112026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102122026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102132026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102142026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO ok!
102152026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO STEP 62 (ensure_file) COMPLETE
102162026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.354 INFO O| Sep 06 04:49:44.354 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102172026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
102182026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 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 ...
102192026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 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
102202026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102212026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 INFO ok!
102222026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 INFO STEP 63 (ensure_file) COMPLETE
102232026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.360 INFO O| Sep 06 04:49:44.360 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102242026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102252026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 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 ...
102262026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 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
102272026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102282026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 INFO ok!
102292026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 INFO STEP 64 (ensure_file) COMPLETE
102302026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.366 INFO O| Sep 06 04:49:44.366 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102312026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.371 INFO O| Sep 06 04:49:44.371 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102322026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.371 INFO O| Sep 06 04:49:44.371 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 ...
102332026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.371 INFO O| Sep 06 04:49:44.371 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
102342026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.372 INFO O| Sep 06 04:49:44.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102352026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.372 INFO O| Sep 06 04:49:44.371 INFO ok!
102362026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.372 INFO O| Sep 06 04:49:44.371 INFO STEP 65 (ensure_file) COMPLETE
102372026-09-06T04:49:45.505Z[ host-image] Sep 06 04:49:44.372 INFO O| Sep 06 04:49:44.371 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102382026-09-06T04:49:45.506Z[ host-image] Sep 06 04:49:44.372 INFO O| Sep 06 04:49:44.371 INFO skip step because feature "mbist" is not enabled
102392026-09-06T04:49:45.506Z[ host-image] Sep 06 04:49:44.372 INFO O| Sep 06 04:49:44.371 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-09-06T04:49:45.506Z[ host-image] Sep 06 04:49:44.380 INFO O| Sep 06 04:49:44.380 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102412026-09-06T04:49:45.506Z[ host-image] Sep 06 04:49:44.380 INFO O| Sep 06 04:49:44.380 INFO STEP 67 (ensure_dir) COMPLETE
102422026-09-06T04:49:45.506Z[ host-image] Sep 06 04:49:44.380 INFO O| Sep 06 04:49:44.380 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-09-06T04:49:45.509Z[ host-image] Sep 06 04:49:44.386 INFO O| Sep 06 04:49:44.386 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102442026-09-06T04:49:45.509Z[ host-image] Sep 06 04:49:44.386 INFO O| Sep 06 04:49:44.386 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102452026-09-06T04:49:45.509Z[ host-image] Sep 06 04:49:44.386 INFO O| Sep 06 04:49:44.386 INFO STEP 68 (ensure_dir) COMPLETE
102462026-09-06T04:49:45.512Z[ host-image] Sep 06 04:49:44.386 INFO O| Sep 06 04:49:44.386 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-09-06T04:49:45.515Z[ host-image] Sep 06 04:49:44.392 INFO O| Sep 06 04:49:44.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102482026-09-06T04:49:45.515Z[ host-image] Sep 06 04:49:44.392 INFO O| Sep 06 04:49:44.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102492026-09-06T04:49:45.515Z[ host-image] Sep 06 04:49:44.392 INFO O| Sep 06 04:49:44.392 INFO STEP 69 (ensure_dir) COMPLETE
102502026-09-06T04:49:45.515Z[ host-image] Sep 06 04:49:44.392 INFO O| Sep 06 04:49:44.392 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-09-06T04:49:45.521Z[ host-image] Sep 06 04:49:44.398 INFO O| Sep 06 04:49:44.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102522026-09-06T04:49:45.521Z[ host-image] Sep 06 04:49:44.398 INFO O| Sep 06 04:49:44.398 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102532026-09-06T04:49:45.888Z[ recovery-image] Sep 06 04:49:44.764 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
102542026-09-06T04:49:45.893Z[ recovery-image] Sep 06 04:49:44.770 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102552026-09-06T04:49:46.097Z[ host-image] Sep 06 04:49:44.974 INFO O| Sep 06 04:49:44.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102562026-09-06T04:49:46.098Z[ host-image] Sep 06 04:49:44.974 INFO O| Sep 06 04:49:44.974 INFO ok!
102572026-09-06T04:49:46.098Z[ host-image] Sep 06 04:49:44.974 INFO O| Sep 06 04:49:44.974 INFO STEP 70 (ensure_file) COMPLETE
102582026-09-06T04:49:46.101Z[ host-image] Sep 06 04:49:44.974 INFO O| Sep 06 04:49:44.974 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-09-06T04:49:46.105Z[ host-image] Sep 06 04:49:44.983 INFO O| Sep 06 04:49:44.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102602026-09-06T04:49:46.105Z[ host-image] Sep 06 04:49:44.983 INFO O| Sep 06 04:49:44.983 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102612026-09-06T04:49:46.139Z[ recovery-image] Sep 06 04:49:45.015 INFO E| Downloading crates ...
102622026-09-06T04:49:46.189Z[ recovery-image] Sep 06 04:49:45.066 INFO E| Downloaded bitstruct v0.1.1
102632026-09-06T04:49:46.192Z[ recovery-image] Sep 06 04:49:45.067 INFO E| Downloaded log v0.4.32
102642026-09-06T04:49:46.192Z[ recovery-image] Sep 06 04:49:45.069 INFO E| Downloaded bitstruct_derive v0.1.0
102652026-09-06T04:49:46.195Z[ recovery-image] Sep 06 04:49:45.072 INFO E| Downloaded bitflags v2.13.0
102662026-09-06T04:49:46.198Z[ recovery-image] Sep 06 04:49:45.075 INFO E| Downloaded bit_field v0.10.3
102672026-09-06T04:49:46.201Z[ recovery-image] Sep 06 04:49:45.077 INFO E| Downloaded cpio_reader v0.1.2
102682026-09-06T04:49:46.201Z[ recovery-image] Sep 06 04:49:45.078 INFO E| Downloaded miniz_oxide v0.9.1
102692026-09-06T04:49:46.218Z[ recovery-image] Sep 06 04:49:45.095 INFO E| Downloaded raw-cpuid v10.7.0
102702026-09-06T04:49:46.222Z[ recovery-image] Sep 06 04:49:45.099 INFO E| Downloaded goblin v0.10.7
102712026-09-06T04:49:46.335Z[ recovery-image] Sep 06 04:49:45.211 INFO E| Downloaded x86 v0.52.0
102722026-09-06T04:49:46.386Z[ recovery-image] Sep 06 04:49:45.263 INFO E| Updating crates.io index
102732026-09-06T04:49:46.439Z[ recovery-image] Sep 06 04:49:45.316 INFO E| Downloading crates ...
102742026-09-06T04:49:46.467Z[ recovery-image] Sep 06 04:49:45.344 INFO E| Downloaded hashbrown v0.17.1
102752026-09-06T04:49:46.471Z[ recovery-image] Sep 06 04:49:45.348 INFO E| Downloaded rustc-literal-escaper v0.0.7
102762026-09-06T04:49:46.517Z[ recovery-image] Sep 06 04:49:45.394 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)
102772026-09-06T04:49:46.517Z[ recovery-image] Sep 06 04:49:45.394 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)
102782026-09-06T04:49:46.517Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling proc-macro2 v1.0.106
102792026-09-06T04:49:46.520Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling quote v1.0.45
102802026-09-06T04:49:46.520Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling unicode-ident v1.0.24
102812026-09-06T04:49:46.520Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling syn v1.0.109
102822026-09-06T04:49:46.520Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling x86 v0.52.0
102832026-09-06T04:49:46.520Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102842026-09-06T04:49:46.520Z[ recovery-image] Sep 06 04:49:45.394 INFO E| Compiling seq-macro v0.3.6
102852026-09-06T04:49:46.722Z[ host-image] Sep 06 04:49:45.599 INFO O| Sep 06 04:49:45.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102862026-09-06T04:49:46.722Z[ host-image] Sep 06 04:49:45.599 INFO O| Sep 06 04:49:45.599 INFO ok!
102872026-09-06T04:49:46.722Z[ host-image] Sep 06 04:49:45.599 INFO O| Sep 06 04:49:45.599 INFO STEP 71 (ensure_file) COMPLETE
102882026-09-06T04:49:46.722Z[ host-image] Sep 06 04:49:45.599 INFO O| Sep 06 04:49:45.599 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-09-06T04:49:46.732Z[ host-image] Sep 06 04:49:45.609 INFO O| Sep 06 04:49:45.609 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102902026-09-06T04:49:46.732Z[ host-image] Sep 06 04:49:45.609 INFO O| Sep 06 04:49:45.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102912026-09-06T04:49:46.735Z[ host-image] Sep 06 04:49:45.609 INFO O| Sep 06 04:49:45.609 INFO STEP 72 (ensure_dir) COMPLETE
102922026-09-06T04:49:46.735Z[ host-image] Sep 06 04:49:45.609 INFO O| Sep 06 04:49:45.609 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-09-06T04:49:46.739Z[ host-image] Sep 06 04:49:45.616 INFO O| Sep 06 04:49:45.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102942026-09-06T04:49:46.739Z[ host-image] Sep 06 04:49:45.616 INFO O| Sep 06 04:49:45.616 INFO copying /tmp/.tmpZAFu1v/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 ...
102952026-09-06T04:49:46.739Z[ host-image] Sep 06 04:49:45.616 INFO O| Sep 06 04:49:45.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102962026-09-06T04:49:46.742Z[ host-image] Sep 06 04:49:45.616 INFO O| Sep 06 04:49:45.616 INFO ok!
102972026-09-06T04:49:46.742Z[ host-image] Sep 06 04:49:45.616 INFO O| Sep 06 04:49:45.616 INFO STEP 73 (ensure_file) COMPLETE
102982026-09-06T04:49:46.742Z[ host-image] Sep 06 04:49:45.616 INFO O| Sep 06 04:49:45.616 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-09-06T04:49:46.746Z[ host-image] Sep 06 04:49:45.623 INFO O| Sep 06 04:49:45.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
103002026-09-06T04:49:46.746Z[ host-image] Sep 06 04:49:45.623 INFO O| Sep 06 04:49:45.623 INFO copying /tmp/.tmpZAFu1v/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 ...
103012026-09-06T04:49:46.749Z[ host-image] Sep 06 04:49:45.624 INFO O| Sep 06 04:49:45.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
103022026-09-06T04:49:46.749Z[ host-image] Sep 06 04:49:45.624 INFO O| Sep 06 04:49:45.624 INFO ok!
103032026-09-06T04:49:46.749Z[ host-image] Sep 06 04:49:45.624 INFO O| Sep 06 04:49:45.624 INFO STEP 74 (ensure_file) COMPLETE
103042026-09-06T04:49:46.749Z[ host-image] Sep 06 04:49:45.624 INFO O| Sep 06 04:49:45.624 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-09-06T04:49:46.753Z[ host-image] Sep 06 04:49:45.630 INFO O| Sep 06 04:49:45.630 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
103062026-09-06T04:49:46.753Z[ host-image] Sep 06 04:49:45.630 INFO O| Sep 06 04:49:45.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
103072026-09-06T04:49:46.756Z[ host-image] Sep 06 04:49:45.630 INFO O| Sep 06 04:49:45.630 INFO STEP 75 (ensure_dir) COMPLETE
103082026-09-06T04:49:46.756Z[ host-image] Sep 06 04:49:45.630 INFO O| Sep 06 04:49:45.630 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-09-06T04:49:46.763Z[ host-image] Sep 06 04:49:45.640 INFO O| Sep 06 04:49:45.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
103102026-09-06T04:49:46.763Z[ host-image] Sep 06 04:49:45.640 INFO O| Sep 06 04:49:45.640 INFO copying /tmp/.tmpZAFu1v/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 ...
103112026-09-06T04:49:46.766Z[ host-image] Sep 06 04:49:45.640 INFO O| Sep 06 04:49:45.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
103122026-09-06T04:49:46.766Z[ host-image] Sep 06 04:49:45.640 INFO O| Sep 06 04:49:45.640 INFO ok!
103132026-09-06T04:49:46.766Z[ host-image] Sep 06 04:49:45.640 INFO O| Sep 06 04:49:45.640 INFO STEP 76 (ensure_file) COMPLETE
103142026-09-06T04:49:46.766Z[ host-image] Sep 06 04:49:45.640 INFO O| Sep 06 04:49:45.640 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-09-06T04:49:46.771Z[ host-image] Sep 06 04:49:45.648 INFO O| Sep 06 04:49:45.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
103162026-09-06T04:49:46.771Z[ host-image] Sep 06 04:49:45.648 INFO O| Sep 06 04:49:45.648 INFO copying /tmp/.tmpZAFu1v/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 ...
103172026-09-06T04:49:46.774Z[ host-image] Sep 06 04:49:45.648 INFO O| Sep 06 04:49:45.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
103182026-09-06T04:49:46.774Z[ host-image] Sep 06 04:49:45.649 INFO O| Sep 06 04:49:45.648 INFO ok!
103192026-09-06T04:49:46.774Z[ host-image] Sep 06 04:49:45.649 INFO O| Sep 06 04:49:45.648 INFO STEP 77 (ensure_file) COMPLETE
103202026-09-06T04:49:46.774Z[ host-image] Sep 06 04:49:45.649 INFO O| Sep 06 04:49:45.648 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-09-06T04:49:46.781Z[ host-image] Sep 06 04:49:45.658 INFO O| Sep 06 04:49:45.658 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103222026-09-06T04:49:46.781Z[ host-image] Sep 06 04:49:45.658 INFO O| Sep 06 04:49:45.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103232026-09-06T04:49:46.784Z[ host-image] Sep 06 04:49:45.658 INFO O| Sep 06 04:49:45.658 INFO STEP 78 (ensure_dir) COMPLETE
103242026-09-06T04:49:46.784Z[ host-image] Sep 06 04:49:45.658 INFO O| Sep 06 04:49:45.658 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-09-06T04:49:46.789Z[ host-image] Sep 06 04:49:45.666 INFO O| Sep 06 04:49:45.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
103262026-09-06T04:49:46.789Z[ host-image] Sep 06 04:49:45.667 INFO O| Sep 06 04:49:45.666 INFO copying /tmp/.tmpZAFu1v/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 ...
103272026-09-06T04:49:46.789Z[ host-image] Sep 06 04:49:45.667 INFO O| Sep 06 04:49:45.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
103282026-09-06T04:49:46.790Z[ host-image] Sep 06 04:49:45.667 INFO O| Sep 06 04:49:45.667 INFO ok!
103292026-09-06T04:49:46.792Z[ host-image] Sep 06 04:49:45.667 INFO O| Sep 06 04:49:45.667 INFO STEP 79 (ensure_file) COMPLETE
103302026-09-06T04:49:46.792Z[ host-image] Sep 06 04:49:45.667 INFO O| Sep 06 04:49:45.667 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-09-06T04:49:46.799Z[ host-image] Sep 06 04:49:45.676 INFO O| Sep 06 04:49:45.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
103322026-09-06T04:49:46.799Z[ host-image] Sep 06 04:49:45.676 INFO O| Sep 06 04:49:45.676 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
103332026-09-06T04:49:46.799Z[ host-image] Sep 06 04:49:45.676 INFO O| Sep 06 04:49:45.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
103342026-09-06T04:49:46.799Z[ host-image] Sep 06 04:49:45.676 INFO O| Sep 06 04:49:45.676 INFO ok!
103352026-09-06T04:49:46.802Z[ host-image] Sep 06 04:49:45.676 INFO O| Sep 06 04:49:45.676 INFO STEP 80 (ensure_file) COMPLETE
103362026-09-06T04:49:46.802Z[ host-image] Sep 06 04:49:45.676 INFO O| Sep 06 04:49:45.676 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-09-06T04:49:46.809Z[ host-image] Sep 06 04:49:45.686 INFO O| Sep 06 04:49:45.686 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103382026-09-06T04:49:46.809Z[ host-image] Sep 06 04:49:45.686 INFO O| Sep 06 04:49:45.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103392026-09-06T04:49:46.812Z[ host-image] Sep 06 04:49:45.686 INFO O| Sep 06 04:49:45.686 INFO STEP 81 (ensure_dir) COMPLETE
103402026-09-06T04:49:46.812Z[ host-image] Sep 06 04:49:45.686 INFO O| Sep 06 04:49:45.686 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-09-06T04:49:46.819Z[ host-image] Sep 06 04:49:45.696 INFO O| Sep 06 04:49:45.696 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
103422026-09-06T04:49:46.819Z[ host-image] Sep 06 04:49:45.696 INFO O| Sep 06 04:49:45.696 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
103432026-09-06T04:49:47.121Z[ host-image] Sep 06 04:49:45.998 INFO O| Sep 06 04:49:45.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
103442026-09-06T04:49:47.121Z[ host-image] Sep 06 04:49:45.998 INFO O| Sep 06 04:49:45.998 INFO ok!
103452026-09-06T04:49:47.121Z[ host-image] Sep 06 04:49:45.998 INFO O| Sep 06 04:49:45.998 INFO STEP 82 (ensure_file) COMPLETE
103462026-09-06T04:49:47.124Z[ host-image] Sep 06 04:49:45.998 INFO O| Sep 06 04:49:45.998 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-09-06T04:49:47.130Z[ host-image] Sep 06 04:49:46.007 INFO O| Sep 06 04:49:46.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103482026-09-06T04:49:47.130Z[ host-image] Sep 06 04:49:46.007 INFO O| Sep 06 04:49:46.007 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103492026-09-06T04:49:47.687Z[ host-image] Sep 06 04:49:46.564 INFO O| Sep 06 04:49:46.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103502026-09-06T04:49:47.687Z[ host-image] Sep 06 04:49:46.564 INFO O| Sep 06 04:49:46.564 INFO ok!
103512026-09-06T04:49:47.687Z[ host-image] Sep 06 04:49:46.564 INFO O| Sep 06 04:49:46.564 INFO STEP 83 (ensure_file) COMPLETE
103522026-09-06T04:49:47.690Z[ host-image] Sep 06 04:49:46.564 INFO O| Sep 06 04:49:46.564 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-09-06T04:49:47.696Z[ host-image] Sep 06 04:49:46.573 INFO O| Sep 06 04:49:46.573 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103542026-09-06T04:49:47.699Z[ host-image] Sep 06 04:49:46.573 INFO O| Sep 06 04:49:46.573 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103552026-09-06T04:49:47.702Z[ recovery-image] Sep 06 04:49:46.576 INFO E| Compiling syn v2.0.117
103562026-09-06T04:49:48.974Z[ host-image] Sep 06 04:49:47.851 INFO O| Sep 06 04:49:47.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103572026-09-06T04:49:48.974Z[ host-image] Sep 06 04:49:47.851 INFO O| Sep 06 04:49:47.851 INFO ok!
103582026-09-06T04:49:48.977Z[ host-image] Sep 06 04:49:47.851 INFO O| Sep 06 04:49:47.851 INFO STEP 84 (ensure_file) COMPLETE
103592026-09-06T04:49:48.977Z[ host-image] Sep 06 04:49:47.851 INFO O| Sep 06 04:49:47.851 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-09-06T04:49:48.983Z[ host-image] Sep 06 04:49:47.860 INFO O| Sep 06 04:49:47.860 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103612026-09-06T04:49:48.986Z[ host-image] Sep 06 04:49:47.861 INFO O| Sep 06 04:49:47.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103622026-09-06T04:49:48.986Z[ host-image] Sep 06 04:49:47.861 INFO O| Sep 06 04:49:47.861 INFO STEP 85 (ensure_dir) COMPLETE
103632026-09-06T04:49:48.986Z[ host-image] Sep 06 04:49:47.861 INFO O| Sep 06 04:49:47.861 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-09-06T04:49:48.991Z[ host-image] Sep 06 04:49:47.868 INFO O| Sep 06 04:49:47.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103652026-09-06T04:49:48.991Z[ host-image] Sep 06 04:49:47.868 INFO O| Sep 06 04:49:47.868 INFO copying /tmp/.tmpZAFu1v/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 ...
103662026-09-06T04:49:48.994Z[ host-image] Sep 06 04:49:47.868 INFO O| Sep 06 04:49:47.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103672026-09-06T04:49:48.994Z[ host-image] Sep 06 04:49:47.868 INFO O| Sep 06 04:49:47.868 INFO ok!
103682026-09-06T04:49:48.994Z[ host-image] Sep 06 04:49:47.868 INFO O| Sep 06 04:49:47.868 INFO STEP 86 (ensure_file) COMPLETE
103692026-09-06T04:49:48.994Z[ host-image] Sep 06 04:49:47.868 INFO O| Sep 06 04:49:47.868 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-09-06T04:49:48.997Z[ host-image] Sep 06 04:49:47.874 INFO O| Sep 06 04:49:47.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103712026-09-06T04:49:48.997Z[ host-image] Sep 06 04:49:47.874 INFO O| Sep 06 04:49:47.874 INFO copying /tmp/.tmpZAFu1v/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 ...
103722026-09-06T04:49:48.997Z[ host-image] Sep 06 04:49:47.874 INFO O| Sep 06 04:49:47.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103732026-09-06T04:49:48.997Z[ host-image] Sep 06 04:49:47.874 INFO O| Sep 06 04:49:47.874 INFO ok!
103742026-09-06T04:49:48.997Z[ host-image] Sep 06 04:49:47.874 INFO O| Sep 06 04:49:47.874 INFO STEP 87 (ensure_file) COMPLETE
103752026-09-06T04:49:48.997Z[ host-image] Sep 06 04:49:47.874 INFO O| Sep 06 04:49:47.874 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-09-06T04:49:49.005Z[ host-image] Sep 06 04:49:47.882 INFO O| Sep 06 04:49:47.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103772026-09-06T04:49:49.005Z[ host-image] Sep 06 04:49:47.882 INFO O| Sep 06 04:49:47.882 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103782026-09-06T04:49:49.008Z[ host-image] Sep 06 04:49:47.882 INFO O| Sep 06 04:49:47.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103792026-09-06T04:49:49.008Z[ host-image] Sep 06 04:49:47.882 INFO O| Sep 06 04:49:47.882 INFO ok!
103802026-09-06T04:49:49.008Z[ host-image] Sep 06 04:49:47.882 INFO O| Sep 06 04:49:47.882 INFO STEP 88 (ensure_file) COMPLETE
103812026-09-06T04:49:49.008Z[ host-image] Sep 06 04:49:47.882 INFO O| Sep 06 04:49:47.882 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-09-06T04:49:49.011Z[ host-image] Sep 06 04:49:47.889 INFO O| Sep 06 04:49:47.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103832026-09-06T04:49:49.012Z[ host-image] Sep 06 04:49:47.889 INFO O| Sep 06 04:49:47.889 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103842026-09-06T04:49:49.014Z[ host-image] Sep 06 04:49:47.889 INFO O| Sep 06 04:49:47.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103852026-09-06T04:49:49.015Z[ host-image] Sep 06 04:49:47.889 INFO O| Sep 06 04:49:47.889 INFO ok!
103862026-09-06T04:49:49.015Z[ host-image] Sep 06 04:49:47.889 INFO O| Sep 06 04:49:47.889 INFO STEP 89 (ensure_file) COMPLETE
103872026-09-06T04:49:49.015Z[ host-image] Sep 06 04:49:47.889 INFO O| Sep 06 04:49:47.889 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-09-06T04:49:49.020Z[ host-image] Sep 06 04:49:47.897 INFO O| Sep 06 04:49:47.897 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103892026-09-06T04:49:49.023Z[ host-image] Sep 06 04:49:47.897 INFO O| Sep 06 04:49:47.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103902026-09-06T04:49:49.023Z[ host-image] Sep 06 04:49:47.897 INFO O| Sep 06 04:49:47.897 INFO STEP 90 (ensure_dir) COMPLETE
103912026-09-06T04:49:49.023Z[ host-image] Sep 06 04:49:47.897 INFO O| Sep 06 04:49:47.897 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-09-06T04:49:49.026Z[ host-image] Sep 06 04:49:47.903 INFO O| Sep 06 04:49:47.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103932026-09-06T04:49:49.029Z[ host-image] Sep 06 04:49:47.903 INFO O| Sep 06 04:49:47.903 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103942026-09-06T04:49:49.029Z[ host-image] Sep 06 04:49:47.906 INFO O| Sep 06 04:49:47.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103952026-09-06T04:49:49.029Z[ host-image] Sep 06 04:49:47.906 INFO O| Sep 06 04:49:47.906 INFO ok!
103962026-09-06T04:49:49.029Z[ host-image] Sep 06 04:49:47.906 INFO O| Sep 06 04:49:47.906 INFO STEP 91 (ensure_file) COMPLETE
103972026-09-06T04:49:49.029Z[ host-image] Sep 06 04:49:47.906 INFO O| Sep 06 04:49:47.906 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-09-06T04:49:49.035Z[ host-image] Sep 06 04:49:47.913 INFO O| Sep 06 04:49:47.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103992026-09-06T04:49:49.035Z[ host-image] Sep 06 04:49:47.913 INFO O| Sep 06 04:49:47.913 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
104002026-09-06T04:49:49.038Z[ host-image] Sep 06 04:49:47.913 INFO O| Sep 06 04:49:47.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
104012026-09-06T04:49:49.038Z[ host-image] Sep 06 04:49:47.913 INFO O| Sep 06 04:49:47.913 INFO ok!
104022026-09-06T04:49:49.038Z[ host-image] Sep 06 04:49:47.913 INFO O| Sep 06 04:49:47.913 INFO STEP 92 (ensure_file) COMPLETE
104032026-09-06T04:49:49.038Z[ host-image] Sep 06 04:49:47.913 INFO O| Sep 06 04:49:47.913 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-09-06T04:49:49.044Z[ host-image] Sep 06 04:49:47.921 INFO O| Sep 06 04:49:47.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
104052026-09-06T04:49:49.044Z[ host-image] Sep 06 04:49:47.921 INFO O| Sep 06 04:49:47.921 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
104062026-09-06T04:49:49.349Z[ recovery-image] Sep 06 04:49:48.226 INFO E| Compiling scroll_derive v0.13.1
104072026-09-06T04:49:49.369Z[ host-image] Sep 06 04:49:48.246 INFO O| Sep 06 04:49:48.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
104082026-09-06T04:49:49.369Z[ host-image] Sep 06 04:49:48.246 INFO O| Sep 06 04:49:48.246 INFO ok!
104092026-09-06T04:49:49.369Z[ host-image] Sep 06 04:49:48.246 INFO O| Sep 06 04:49:48.246 INFO STEP 93 (ensure_file) COMPLETE
104102026-09-06T04:49:49.372Z[ host-image] Sep 06 04:49:48.246 INFO O| Sep 06 04:49:48.246 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-09-06T04:49:49.379Z[ host-image] Sep 06 04:49:48.256 INFO O| Sep 06 04:49:48.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104122026-09-06T04:49:49.382Z[ host-image] Sep 06 04:49:48.256 INFO O| Sep 06 04:49:48.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104132026-09-06T04:49:49.382Z[ host-image] Sep 06 04:49:48.256 INFO O| Sep 06 04:49:48.256 INFO STEP 94 (ensure_dir) COMPLETE
104142026-09-06T04:49:49.382Z[ host-image] Sep 06 04:49:48.256 INFO O| Sep 06 04:49:48.256 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-09-06T04:49:49.386Z[ host-image] Sep 06 04:49:48.264 INFO O| Sep 06 04:49:48.264 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104162026-09-06T04:49:49.386Z[ host-image] Sep 06 04:49:48.264 INFO O| Sep 06 04:49:48.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104172026-09-06T04:49:49.386Z[ host-image] Sep 06 04:49:48.264 INFO O| Sep 06 04:49:48.264 INFO STEP 95 (ensure_dir) COMPLETE
104182026-09-06T04:49:49.389Z[ host-image] Sep 06 04:49:48.264 INFO O| Sep 06 04:49:48.264 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-09-06T04:49:49.393Z[ host-image] Sep 06 04:49:48.271 INFO O| Sep 06 04:49:48.271 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104202026-09-06T04:49:49.394Z[ host-image] Sep 06 04:49:48.271 INFO O| Sep 06 04:49:48.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104212026-09-06T04:49:49.397Z[ host-image] Sep 06 04:49:48.271 INFO O| Sep 06 04:49:48.271 INFO STEP 96 (ensure_dir) COMPLETE
104222026-09-06T04:49:49.397Z[ host-image] Sep 06 04:49:48.271 INFO O| Sep 06 04:49:48.271 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-09-06T04:49:49.401Z[ host-image] Sep 06 04:49:48.278 INFO O| Sep 06 04:49:48.278 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104242026-09-06T04:49:49.404Z[ host-image] Sep 06 04:49:48.278 INFO O| Sep 06 04:49:48.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104252026-09-06T04:49:49.404Z[ host-image] Sep 06 04:49:48.278 INFO O| Sep 06 04:49:48.278 INFO STEP 97 (ensure_dir) COMPLETE
104262026-09-06T04:49:49.404Z[ host-image] Sep 06 04:49:48.278 INFO O| Sep 06 04:49:48.278 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-09-06T04:49:49.408Z[ host-image] Sep 06 04:49:48.285 INFO O| Sep 06 04:49:48.285 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104282026-09-06T04:49:49.408Z[ host-image] Sep 06 04:49:48.285 INFO O| Sep 06 04:49:48.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104292026-09-06T04:49:49.408Z[ host-image] Sep 06 04:49:48.285 INFO O| Sep 06 04:49:48.285 INFO STEP 98 (ensure_dir) COMPLETE
104302026-09-06T04:49:49.411Z[ host-image] Sep 06 04:49:48.285 INFO O| Sep 06 04:49:48.285 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-09-06T04:49:49.416Z[ host-image] Sep 06 04:49:48.293 INFO O| Sep 06 04:49:48.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104322026-09-06T04:49:49.416Z[ host-image] Sep 06 04:49:48.293 INFO O| Sep 06 04:49:48.293 INFO copying /tmp/.tmpZAFu1v/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 ...
104332026-09-06T04:49:49.416Z[ host-image] Sep 06 04:49:48.293 INFO O| Sep 06 04:49:48.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104342026-09-06T04:49:49.418Z[ host-image] Sep 06 04:49:48.293 INFO O| Sep 06 04:49:48.293 INFO ok!
104352026-09-06T04:49:49.418Z[ host-image] Sep 06 04:49:48.293 INFO O| Sep 06 04:49:48.293 INFO STEP 99 (ensure_file) COMPLETE
104362026-09-06T04:49:49.418Z[ host-image] Sep 06 04:49:48.293 INFO O| Sep 06 04:49:48.293 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-09-06T04:49:49.423Z[ host-image] Sep 06 04:49:48.300 INFO O| Sep 06 04:49:48.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104382026-09-06T04:49:49.423Z[ host-image] Sep 06 04:49:48.300 INFO O| Sep 06 04:49:48.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104392026-09-06T04:49:49.426Z[ host-image] Sep 06 04:49:48.300 INFO O| Sep 06 04:49:48.300 INFO STEP 100 (ensure_dir) COMPLETE
104402026-09-06T04:49:49.426Z[ host-image] Sep 06 04:49:48.300 INFO O| Sep 06 04:49:48.300 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-09-06T04:49:49.429Z[ host-image] Sep 06 04:49:48.306 INFO O| Sep 06 04:49:48.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104422026-09-06T04:49:49.429Z[ host-image] Sep 06 04:49:48.306 INFO O| Sep 06 04:49:48.306 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104432026-09-06T04:49:49.786Z[ host-image] Sep 06 04:49:48.663 INFO O| Sep 06 04:49:48.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104442026-09-06T04:49:49.786Z[ host-image] Sep 06 04:49:48.663 INFO O| Sep 06 04:49:48.663 INFO ok!
104452026-09-06T04:49:49.786Z[ host-image] Sep 06 04:49:48.663 INFO O| Sep 06 04:49:48.663 INFO STEP 101 (ensure_file) COMPLETE
104462026-09-06T04:49:49.789Z[ host-image] Sep 06 04:49:48.663 INFO O| Sep 06 04:49:48.663 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-09-06T04:49:49.795Z[ host-image] Sep 06 04:49:48.672 INFO O| Sep 06 04:49:48.672 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104482026-09-06T04:49:49.795Z[ host-image] Sep 06 04:49:48.672 INFO O| Sep 06 04:49:48.672 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104492026-09-06T04:49:49.795Z[ host-image] Sep 06 04:49:48.672 INFO O| Sep 06 04:49:48.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104502026-09-06T04:49:49.795Z[ host-image] Sep 06 04:49:48.672 INFO O| Sep 06 04:49:48.672 INFO ok!
104512026-09-06T04:49:49.795Z[ host-image] Sep 06 04:49:48.672 INFO O| Sep 06 04:49:48.672 INFO STEP 102 (ensure_file) COMPLETE
104522026-09-06T04:49:49.798Z[ host-image] Sep 06 04:49:48.672 INFO O| Sep 06 04:49:48.672 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-09-06T04:49:49.803Z[ host-image] Sep 06 04:49:48.680 INFO O| Sep 06 04:49:48.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104542026-09-06T04:49:49.803Z[ host-image] Sep 06 04:49:48.680 INFO O| Sep 06 04:49:48.680 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104552026-09-06T04:49:50.080Z[ host-image] Sep 06 04:49:48.957 INFO O| Sep 06 04:49:48.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104562026-09-06T04:49:50.080Z[ host-image] Sep 06 04:49:48.957 INFO O| Sep 06 04:49:48.957 INFO ok!
104572026-09-06T04:49:50.080Z[ host-image] Sep 06 04:49:48.957 INFO O| Sep 06 04:49:48.957 INFO STEP 103 (ensure_file) COMPLETE
104582026-09-06T04:49:50.084Z[ host-image] Sep 06 04:49:48.957 INFO O| Sep 06 04:49:48.957 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-09-06T04:49:50.089Z[ host-image] Sep 06 04:49:48.966 INFO O| Sep 06 04:49:48.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104602026-09-06T04:49:50.089Z[ host-image] Sep 06 04:49:48.966 INFO O| Sep 06 04:49:48.966 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104612026-09-06T04:49:50.093Z[ host-image] Sep 06 04:49:48.966 INFO O| Sep 06 04:49:48.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104622026-09-06T04:49:50.093Z[ host-image] Sep 06 04:49:48.966 INFO O| Sep 06 04:49:48.966 INFO ok!
104632026-09-06T04:49:50.093Z[ host-image] Sep 06 04:49:48.966 INFO O| Sep 06 04:49:48.966 INFO STEP 104 (ensure_file) COMPLETE
104642026-09-06T04:49:50.093Z[ host-image] Sep 06 04:49:48.966 INFO O| Sep 06 04:49:48.966 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-09-06T04:49:50.097Z[ host-image] Sep 06 04:49:48.974 INFO O| Sep 06 04:49:48.974 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104662026-09-06T04:49:50.097Z[ host-image] Sep 06 04:49:48.974 INFO O| Sep 06 04:49:48.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104672026-09-06T04:49:50.100Z[ host-image] Sep 06 04:49:48.974 INFO O| Sep 06 04:49:48.974 INFO STEP 105 (ensure_dir) COMPLETE
104682026-09-06T04:49:50.101Z[ host-image] Sep 06 04:49:48.974 INFO O| Sep 06 04:49:48.974 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-09-06T04:49:50.105Z[ host-image] Sep 06 04:49:48.982 INFO O| Sep 06 04:49:48.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104702026-09-06T04:49:50.105Z[ host-image] Sep 06 04:49:48.982 INFO O| Sep 06 04:49:48.982 INFO copying /tmp/.tmpZAFu1v/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 ...
104712026-09-06T04:49:50.120Z[ host-image] Sep 06 04:49:48.997 INFO O| Sep 06 04:49:48.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104722026-09-06T04:49:50.120Z[ host-image] Sep 06 04:49:48.997 INFO O| Sep 06 04:49:48.997 INFO ok!
104732026-09-06T04:49:50.123Z[ host-image] Sep 06 04:49:48.997 INFO O| Sep 06 04:49:48.997 INFO STEP 106 (ensure_file) COMPLETE
104742026-09-06T04:49:50.123Z[ host-image] Sep 06 04:49:48.997 INFO O| Sep 06 04:49:48.997 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-09-06T04:49:50.128Z[ host-image] Sep 06 04:49:49.005 INFO O| Sep 06 04:49:49.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104762026-09-06T04:49:50.128Z[ host-image] Sep 06 04:49:49.005 INFO O| Sep 06 04:49:49.005 INFO copying /tmp/.tmpZAFu1v/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 ...
104772026-09-06T04:49:50.132Z[ host-image] Sep 06 04:49:49.005 INFO O| Sep 06 04:49:49.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104782026-09-06T04:49:50.132Z[ host-image] Sep 06 04:49:49.005 INFO O| Sep 06 04:49:49.005 INFO ok!
104792026-09-06T04:49:50.132Z[ host-image] Sep 06 04:49:49.005 INFO O| Sep 06 04:49:49.005 INFO STEP 107 (ensure_file) COMPLETE
104802026-09-06T04:49:50.132Z[ host-image] Sep 06 04:49:49.005 INFO O| Sep 06 04:49:49.005 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-09-06T04:49:50.136Z[ host-image] Sep 06 04:49:49.013 INFO O| Sep 06 04:49:49.013 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104822026-09-06T04:49:50.139Z[ host-image] Sep 06 04:49:49.013 INFO O| Sep 06 04:49:49.013 INFO copying /tmp/.tmpZAFu1v/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 ...
104832026-09-06T04:49:50.139Z[ host-image] Sep 06 04:49:49.013 INFO O| Sep 06 04:49:49.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104842026-09-06T04:49:50.139Z[ host-image] Sep 06 04:49:49.013 INFO O| Sep 06 04:49:49.013 INFO ok!
104852026-09-06T04:49:50.139Z[ host-image] Sep 06 04:49:49.013 INFO O| Sep 06 04:49:49.013 INFO STEP 108 (ensure_file) COMPLETE
104862026-09-06T04:49:50.139Z[ host-image] Sep 06 04:49:49.013 INFO O| Sep 06 04:49:49.013 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-09-06T04:49:50.142Z[ host-image] Sep 06 04:49:49.019 INFO O| Sep 06 04:49:49.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104882026-09-06T04:49:50.142Z[ host-image] Sep 06 04:49:49.020 INFO O| Sep 06 04:49:49.019 INFO copying /tmp/.tmpZAFu1v/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 ...
104892026-09-06T04:49:50.146Z[ host-image] Sep 06 04:49:49.020 INFO O| Sep 06 04:49:49.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104902026-09-06T04:49:50.146Z[ host-image] Sep 06 04:49:49.020 INFO O| Sep 06 04:49:49.020 INFO ok!
104912026-09-06T04:49:50.146Z[ host-image] Sep 06 04:49:49.020 INFO O| Sep 06 04:49:49.020 INFO STEP 109 (ensure_file) COMPLETE
104922026-09-06T04:49:50.146Z[ host-image] Sep 06 04:49:49.020 INFO O| Sep 06 04:49:49.020 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-09-06T04:49:50.149Z[ host-image] Sep 06 04:49:49.026 INFO O| Sep 06 04:49:49.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104942026-09-06T04:49:50.149Z[ host-image] Sep 06 04:49:49.026 INFO O| Sep 06 04:49:49.026 INFO copying /tmp/.tmpZAFu1v/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 ...
104952026-09-06T04:49:50.149Z[ host-image] Sep 06 04:49:49.026 INFO O| Sep 06 04:49:49.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104962026-09-06T04:49:50.149Z[ host-image] Sep 06 04:49:49.026 INFO O| Sep 06 04:49:49.026 INFO ok!
104972026-09-06T04:49:50.153Z[ host-image] Sep 06 04:49:49.026 INFO O| Sep 06 04:49:49.026 INFO STEP 110 (ensure_file) COMPLETE
104982026-09-06T04:49:50.153Z[ host-image] Sep 06 04:49:49.026 INFO O| Sep 06 04:49:49.026 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-09-06T04:49:50.156Z[ host-image] Sep 06 04:49:49.033 INFO O| Sep 06 04:49:49.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
105002026-09-06T04:49:50.156Z[ host-image] Sep 06 04:49:49.033 INFO O| Sep 06 04:49:49.033 INFO copying /tmp/.tmpZAFu1v/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 ...
105012026-09-06T04:49:50.156Z[ host-image] Sep 06 04:49:49.033 INFO O| Sep 06 04:49:49.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
105022026-09-06T04:49:50.156Z[ host-image] Sep 06 04:49:49.033 INFO O| Sep 06 04:49:49.033 INFO ok!
105032026-09-06T04:49:50.156Z[ host-image] Sep 06 04:49:49.033 INFO O| Sep 06 04:49:49.033 INFO STEP 111 (ensure_file) COMPLETE
105042026-09-06T04:49:50.156Z[ host-image] Sep 06 04:49:49.033 INFO O| Sep 06 04:49:49.033 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-09-06T04:49:50.164Z[ host-image] Sep 06 04:49:49.041 INFO O| Sep 06 04:49:49.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
105062026-09-06T04:49:50.164Z[ host-image] Sep 06 04:49:49.041 INFO O| Sep 06 04:49:49.041 INFO copying /tmp/.tmpZAFu1v/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 ...
105072026-09-06T04:49:50.167Z[ host-image] Sep 06 04:49:49.041 INFO O| Sep 06 04:49:49.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
105082026-09-06T04:49:50.168Z[ host-image] Sep 06 04:49:49.041 INFO O| Sep 06 04:49:49.041 INFO ok!
105092026-09-06T04:49:50.168Z[ host-image] Sep 06 04:49:49.041 INFO O| Sep 06 04:49:49.041 INFO STEP 112 (ensure_file) COMPLETE
105102026-09-06T04:49:50.168Z[ host-image] Sep 06 04:49:49.041 INFO O| Sep 06 04:49:49.041 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-09-06T04:49:50.172Z[ host-image] Sep 06 04:49:49.049 INFO O| Sep 06 04:49:49.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
105122026-09-06T04:49:50.172Z[ host-image] Sep 06 04:49:49.049 INFO O| Sep 06 04:49:49.049 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
105132026-09-06T04:49:50.175Z[ host-image] Sep 06 04:49:49.049 INFO O| Sep 06 04:49:49.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
105142026-09-06T04:49:50.175Z[ host-image] Sep 06 04:49:49.049 INFO O| Sep 06 04:49:49.049 INFO ok!
105152026-09-06T04:49:50.175Z[ host-image] Sep 06 04:49:49.049 INFO O| Sep 06 04:49:49.049 INFO STEP 113 (ensure_file) COMPLETE
105162026-09-06T04:49:50.175Z[ host-image] Sep 06 04:49:49.049 INFO O| Sep 06 04:49:49.049 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-09-06T04:49:50.180Z[ host-image] Sep 06 04:49:49.057 INFO O| Sep 06 04:49:49.057 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
105182026-09-06T04:49:50.180Z[ host-image] Sep 06 04:49:49.057 INFO O| Sep 06 04:49:49.057 INFO copying /tmp/.tmpZAFu1v/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 ...
105192026-09-06T04:49:50.184Z[ host-image] Sep 06 04:49:49.057 INFO O| Sep 06 04:49:49.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
105202026-09-06T04:49:50.184Z[ host-image] Sep 06 04:49:49.057 INFO O| Sep 06 04:49:49.057 INFO ok!
105212026-09-06T04:49:50.184Z[ host-image] Sep 06 04:49:49.057 INFO O| Sep 06 04:49:49.057 INFO STEP 114 (ensure_file) COMPLETE
105222026-09-06T04:49:50.184Z[ host-image] Sep 06 04:49:49.057 INFO O| Sep 06 04:49:49.057 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-09-06T04:49:50.188Z[ host-image] Sep 06 04:49:49.065 INFO O| Sep 06 04:49:49.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
105242026-09-06T04:49:50.192Z[ host-image] Sep 06 04:49:49.065 INFO O| Sep 06 04:49:49.065 INFO copying /tmp/.tmpZAFu1v/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 ...
105252026-09-06T04:49:50.192Z[ host-image] Sep 06 04:49:49.065 INFO O| Sep 06 04:49:49.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
105262026-09-06T04:49:50.192Z[ host-image] Sep 06 04:49:49.065 INFO O| Sep 06 04:49:49.065 INFO ok!
105272026-09-06T04:49:50.192Z[ host-image] Sep 06 04:49:49.065 INFO O| Sep 06 04:49:49.065 INFO STEP 115 (ensure_file) COMPLETE
105282026-09-06T04:49:50.192Z[ host-image] Sep 06 04:49:49.065 INFO O| Sep 06 04:49:49.065 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-09-06T04:49:50.195Z[ host-image] Sep 06 04:49:49.072 INFO O| Sep 06 04:49:49.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105302026-09-06T04:49:50.195Z[ host-image] Sep 06 04:49:49.073 INFO O| Sep 06 04:49:49.072 INFO copying /tmp/.tmpZAFu1v/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 ...
105312026-09-06T04:49:50.199Z[ host-image] Sep 06 04:49:49.073 INFO O| Sep 06 04:49:49.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105322026-09-06T04:49:50.199Z[ host-image] Sep 06 04:49:49.073 INFO O| Sep 06 04:49:49.073 INFO ok!
105332026-09-06T04:49:50.199Z[ host-image] Sep 06 04:49:49.073 INFO O| Sep 06 04:49:49.073 INFO STEP 116 (ensure_file) COMPLETE
105342026-09-06T04:49:50.199Z[ host-image] Sep 06 04:49:49.073 INFO O| Sep 06 04:49:49.073 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-09-06T04:49:50.204Z[ host-image] Sep 06 04:49:49.081 INFO O| Sep 06 04:49:49.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105362026-09-06T04:49:50.204Z[ host-image] Sep 06 04:49:49.081 INFO O| Sep 06 04:49:49.081 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105372026-09-06T04:49:50.204Z[ host-image] Sep 06 04:49:49.081 INFO O| Sep 06 04:49:49.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105382026-09-06T04:49:50.207Z[ host-image] Sep 06 04:49:49.081 INFO O| Sep 06 04:49:49.081 INFO ok!
105392026-09-06T04:49:50.207Z[ host-image] Sep 06 04:49:49.081 INFO O| Sep 06 04:49:49.081 INFO STEP 117 (ensure_file) COMPLETE
105402026-09-06T04:49:50.207Z[ host-image] Sep 06 04:49:49.081 INFO O| Sep 06 04:49:49.081 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-09-06T04:49:50.213Z[ host-image] Sep 06 04:49:49.089 INFO O| Sep 06 04:49:49.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105422026-09-06T04:49:50.213Z[ host-image] Sep 06 04:49:49.089 INFO O| Sep 06 04:49:49.089 INFO copying /tmp/.tmpZAFu1v/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 ...
105432026-09-06T04:49:50.216Z[ host-image] Sep 06 04:49:49.089 INFO O| Sep 06 04:49:49.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105442026-09-06T04:49:50.216Z[ host-image] Sep 06 04:49:49.089 INFO O| Sep 06 04:49:49.089 INFO ok!
105452026-09-06T04:49:50.216Z[ host-image] Sep 06 04:49:49.089 INFO O| Sep 06 04:49:49.089 INFO STEP 118 (ensure_file) COMPLETE
105462026-09-06T04:49:50.216Z[ host-image] Sep 06 04:49:49.089 INFO O| Sep 06 04:49:49.089 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-09-06T04:49:50.220Z[ host-image] Sep 06 04:49:49.096 INFO O| Sep 06 04:49:49.096 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105482026-09-06T04:49:50.220Z[ host-image] Sep 06 04:49:49.096 INFO O| Sep 06 04:49:49.096 INFO copying /tmp/.tmpZAFu1v/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 ...
105492026-09-06T04:49:50.220Z[ host-image] Sep 06 04:49:49.096 INFO O| Sep 06 04:49:49.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105502026-09-06T04:49:50.220Z[ host-image] Sep 06 04:49:49.096 INFO O| Sep 06 04:49:49.096 INFO ok!
105512026-09-06T04:49:50.220Z[ host-image] Sep 06 04:49:49.096 INFO O| Sep 06 04:49:49.096 INFO STEP 119 (ensure_file) COMPLETE
105522026-09-06T04:49:50.220Z[ host-image] Sep 06 04:49:49.096 INFO O| Sep 06 04:49:49.096 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-09-06T04:49:50.226Z[ host-image] Sep 06 04:49:49.103 INFO O| Sep 06 04:49:49.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105542026-09-06T04:49:50.226Z[ host-image] Sep 06 04:49:49.103 INFO O| Sep 06 04:49:49.103 INFO copying /tmp/.tmpZAFu1v/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 ...
105552026-09-06T04:49:50.229Z[ host-image] Sep 06 04:49:49.103 INFO O| Sep 06 04:49:49.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105562026-09-06T04:49:50.229Z[ host-image] Sep 06 04:49:49.103 INFO O| Sep 06 04:49:49.103 INFO ok!
105572026-09-06T04:49:50.229Z[ host-image] Sep 06 04:49:49.103 INFO O| Sep 06 04:49:49.103 INFO STEP 120 (ensure_file) COMPLETE
105582026-09-06T04:49:50.229Z[ host-image] Sep 06 04:49:49.103 INFO O| Sep 06 04:49:49.103 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-09-06T04:49:50.233Z[ host-image] Sep 06 04:49:49.110 INFO O| Sep 06 04:49:49.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105602026-09-06T04:49:50.233Z[ host-image] Sep 06 04:49:49.110 INFO O| Sep 06 04:49:49.110 INFO copying /tmp/.tmpZAFu1v/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 ...
105612026-09-06T04:49:50.236Z[ host-image] Sep 06 04:49:49.110 INFO O| Sep 06 04:49:49.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105622026-09-06T04:49:50.236Z[ host-image] Sep 06 04:49:49.110 INFO O| Sep 06 04:49:49.110 INFO ok!
105632026-09-06T04:49:50.236Z[ host-image] Sep 06 04:49:49.110 INFO O| Sep 06 04:49:49.110 INFO STEP 121 (ensure_file) COMPLETE
105642026-09-06T04:49:50.236Z[ host-image] Sep 06 04:49:49.110 INFO O| Sep 06 04:49:49.110 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-09-06T04:49:50.240Z[ host-image] Sep 06 04:49:49.117 INFO O| Sep 06 04:49:49.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105662026-09-06T04:49:50.240Z[ host-image] Sep 06 04:49:49.117 INFO O| Sep 06 04:49:49.117 INFO copying /tmp/.tmpZAFu1v/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 ...
105672026-09-06T04:49:50.243Z[ host-image] Sep 06 04:49:49.117 INFO O| Sep 06 04:49:49.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105682026-09-06T04:49:50.243Z[ host-image] Sep 06 04:49:49.117 INFO O| Sep 06 04:49:49.117 INFO ok!
105692026-09-06T04:49:50.243Z[ host-image] Sep 06 04:49:49.117 INFO O| Sep 06 04:49:49.117 INFO STEP 122 (ensure_file) COMPLETE
105702026-09-06T04:49:50.243Z[ host-image] Sep 06 04:49:49.117 INFO O| Sep 06 04:49:49.117 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-09-06T04:49:50.248Z[ host-image] Sep 06 04:49:49.125 INFO O| Sep 06 04:49:49.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105722026-09-06T04:49:50.248Z[ host-image] Sep 06 04:49:49.125 INFO O| Sep 06 04:49:49.125 INFO copying /tmp/.tmpZAFu1v/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 ...
105732026-09-06T04:49:50.251Z[ host-image] Sep 06 04:49:49.125 INFO O| Sep 06 04:49:49.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105742026-09-06T04:49:50.251Z[ host-image] Sep 06 04:49:49.125 INFO O| Sep 06 04:49:49.125 INFO ok!
105752026-09-06T04:49:50.251Z[ host-image] Sep 06 04:49:49.125 INFO O| Sep 06 04:49:49.125 INFO STEP 123 (ensure_file) COMPLETE
105762026-09-06T04:49:50.251Z[ host-image] Sep 06 04:49:49.125 INFO O| Sep 06 04:49:49.125 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-09-06T04:49:50.255Z[ host-image] Sep 06 04:49:49.133 INFO O| Sep 06 04:49:49.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105782026-09-06T04:49:50.259Z[ host-image] Sep 06 04:49:49.133 INFO O| Sep 06 04:49:49.133 INFO copying /tmp/.tmpZAFu1v/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 ...
105792026-09-06T04:49:50.259Z[ host-image] Sep 06 04:49:49.133 INFO O| Sep 06 04:49:49.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105802026-09-06T04:49:50.259Z[ host-image] Sep 06 04:49:49.133 INFO O| Sep 06 04:49:49.133 INFO ok!
105812026-09-06T04:49:50.259Z[ host-image] Sep 06 04:49:49.133 INFO O| Sep 06 04:49:49.133 INFO STEP 124 (ensure_file) COMPLETE
105822026-09-06T04:49:50.259Z[ host-image] Sep 06 04:49:49.133 INFO O| Sep 06 04:49:49.133 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-09-06T04:49:50.263Z[ host-image] Sep 06 04:49:49.140 INFO O| Sep 06 04:49:49.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105842026-09-06T04:49:50.263Z[ host-image] Sep 06 04:49:49.140 INFO O| Sep 06 04:49:49.140 INFO copying /tmp/.tmpZAFu1v/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 ...
105852026-09-06T04:49:50.267Z[ host-image] Sep 06 04:49:49.140 INFO O| Sep 06 04:49:49.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105862026-09-06T04:49:50.267Z[ host-image] Sep 06 04:49:49.140 INFO O| Sep 06 04:49:49.140 INFO ok!
105872026-09-06T04:49:50.267Z[ host-image] Sep 06 04:49:49.140 INFO O| Sep 06 04:49:49.140 INFO STEP 125 (ensure_file) COMPLETE
105882026-09-06T04:49:50.267Z[ host-image] Sep 06 04:49:49.140 INFO O| Sep 06 04:49:49.140 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-09-06T04:49:50.270Z[ host-image] Sep 06 04:49:49.147 INFO O| Sep 06 04:49:49.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105902026-09-06T04:49:50.270Z[ host-image] Sep 06 04:49:49.147 INFO O| Sep 06 04:49:49.147 INFO copying /tmp/.tmpZAFu1v/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 ...
105912026-09-06T04:49:50.274Z[ host-image] Sep 06 04:49:49.147 INFO O| Sep 06 04:49:49.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105922026-09-06T04:49:50.274Z[ host-image] Sep 06 04:49:49.147 INFO O| Sep 06 04:49:49.147 INFO ok!
105932026-09-06T04:49:50.274Z[ host-image] Sep 06 04:49:49.147 INFO O| Sep 06 04:49:49.147 INFO STEP 126 (ensure_file) COMPLETE
105942026-09-06T04:49:50.274Z[ host-image] Sep 06 04:49:49.147 INFO O| Sep 06 04:49:49.147 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-09-06T04:49:50.277Z[ host-image] Sep 06 04:49:49.154 INFO O| Sep 06 04:49:49.153 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105962026-09-06T04:49:50.277Z[ host-image] Sep 06 04:49:49.154 INFO O| Sep 06 04:49:49.153 INFO copying /tmp/.tmpZAFu1v/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 ...
105972026-09-06T04:49:50.277Z[ host-image] Sep 06 04:49:49.154 INFO O| Sep 06 04:49:49.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105982026-09-06T04:49:50.277Z[ host-image] Sep 06 04:49:49.154 INFO O| Sep 06 04:49:49.154 INFO ok!
105992026-09-06T04:49:50.277Z[ host-image] Sep 06 04:49:49.154 INFO O| Sep 06 04:49:49.154 INFO STEP 127 (ensure_file) COMPLETE
106002026-09-06T04:49:50.277Z[ host-image] Sep 06 04:49:49.154 INFO O| Sep 06 04:49:49.154 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-09-06T04:49:50.283Z[ host-image] Sep 06 04:49:49.160 INFO O| Sep 06 04:49:49.160 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
106022026-09-06T04:49:50.283Z[ host-image] Sep 06 04:49:49.160 INFO O| Sep 06 04:49:49.160 INFO copying /tmp/.tmpZAFu1v/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 ...
106032026-09-06T04:49:50.286Z[ host-image] Sep 06 04:49:49.160 INFO O| Sep 06 04:49:49.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
106042026-09-06T04:49:50.286Z[ host-image] Sep 06 04:49:49.160 INFO O| Sep 06 04:49:49.160 INFO ok!
106052026-09-06T04:49:50.286Z[ host-image] Sep 06 04:49:49.160 INFO O| Sep 06 04:49:49.160 INFO STEP 128 (ensure_file) COMPLETE
106062026-09-06T04:49:50.286Z[ host-image] Sep 06 04:49:49.160 INFO O| Sep 06 04:49:49.160 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-09-06T04:49:50.289Z[ host-image] Sep 06 04:49:49.166 INFO O| Sep 06 04:49:49.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
106082026-09-06T04:49:50.289Z[ host-image] Sep 06 04:49:49.166 INFO O| Sep 06 04:49:49.166 INFO copying /tmp/.tmpZAFu1v/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 ...
106092026-09-06T04:49:50.290Z[ host-image] Sep 06 04:49:49.166 INFO O| Sep 06 04:49:49.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
106102026-09-06T04:49:50.290Z[ host-image] Sep 06 04:49:49.166 INFO O| Sep 06 04:49:49.166 INFO ok!
106112026-09-06T04:49:50.290Z[ host-image] Sep 06 04:49:49.166 INFO O| Sep 06 04:49:49.166 INFO STEP 129 (ensure_file) COMPLETE
106122026-09-06T04:49:50.290Z[ host-image] Sep 06 04:49:49.166 INFO O| Sep 06 04:49:49.166 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-09-06T04:49:50.295Z[ host-image] Sep 06 04:49:49.172 INFO O| Sep 06 04:49:49.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
106142026-09-06T04:49:50.298Z[ host-image] Sep 06 04:49:49.172 INFO O| Sep 06 04:49:49.172 INFO copying /tmp/.tmpZAFu1v/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 ...
106152026-09-06T04:49:50.298Z[ host-image] Sep 06 04:49:49.172 INFO O| Sep 06 04:49:49.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
106162026-09-06T04:49:50.298Z[ host-image] Sep 06 04:49:49.172 INFO O| Sep 06 04:49:49.172 INFO ok!
106172026-09-06T04:49:50.298Z[ host-image] Sep 06 04:49:49.172 INFO O| Sep 06 04:49:49.172 INFO STEP 130 (ensure_file) COMPLETE
106182026-09-06T04:49:50.298Z[ host-image] Sep 06 04:49:49.172 INFO O| Sep 06 04:49:49.172 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106192026-09-06T04:49:50.301Z[ host-image] Sep 06 04:49:49.178 INFO O| Sep 06 04:49:49.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
106202026-09-06T04:49:50.301Z[ host-image] Sep 06 04:49:49.178 INFO O| Sep 06 04:49:49.178 INFO copying /tmp/.tmpZAFu1v/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 ...
106212026-09-06T04:49:50.301Z[ host-image] Sep 06 04:49:49.178 INFO O| Sep 06 04:49:49.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
106222026-09-06T04:49:50.301Z[ host-image] Sep 06 04:49:49.178 INFO O| Sep 06 04:49:49.178 INFO ok!
106232026-09-06T04:49:50.301Z[ host-image] Sep 06 04:49:49.178 INFO O| Sep 06 04:49:49.178 INFO STEP 131 (ensure_file) COMPLETE
106242026-09-06T04:49:50.301Z[ host-image] Sep 06 04:49:49.178 INFO O| Sep 06 04:49:49.178 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-09-06T04:49:50.307Z[ host-image] Sep 06 04:49:49.184 INFO O| Sep 06 04:49:49.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
106262026-09-06T04:49:50.307Z[ host-image] Sep 06 04:49:49.184 INFO O| Sep 06 04:49:49.184 INFO copying /tmp/.tmpZAFu1v/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 ...
106272026-09-06T04:49:50.311Z[ host-image] Sep 06 04:49:49.184 INFO O| Sep 06 04:49:49.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106282026-09-06T04:49:50.311Z[ host-image] Sep 06 04:49:49.184 INFO O| Sep 06 04:49:49.184 INFO ok!
106292026-09-06T04:49:50.311Z[ host-image] Sep 06 04:49:49.184 INFO O| Sep 06 04:49:49.184 INFO STEP 132 (ensure_file) COMPLETE
106302026-09-06T04:49:50.311Z[ host-image] Sep 06 04:49:49.184 INFO O| Sep 06 04:49:49.184 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-09-06T04:49:50.316Z[ host-image] Sep 06 04:49:49.193 INFO O| Sep 06 04:49:49.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106322026-09-06T04:49:50.316Z[ host-image] Sep 06 04:49:49.194 INFO O| Sep 06 04:49:49.193 INFO copying /tmp/.tmpZAFu1v/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 ...
106332026-09-06T04:49:50.317Z[ host-image] Sep 06 04:49:49.194 INFO O| Sep 06 04:49:49.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106342026-09-06T04:49:50.320Z[ host-image] Sep 06 04:49:49.194 INFO O| Sep 06 04:49:49.194 INFO ok!
106352026-09-06T04:49:50.320Z[ host-image] Sep 06 04:49:49.194 INFO O| Sep 06 04:49:49.194 INFO STEP 133 (ensure_file) COMPLETE
106362026-09-06T04:49:50.320Z[ host-image] Sep 06 04:49:49.194 INFO O| Sep 06 04:49:49.194 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106372026-09-06T04:49:50.324Z[ host-image] Sep 06 04:49:49.201 INFO O| Sep 06 04:49:49.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106382026-09-06T04:49:50.324Z[ host-image] Sep 06 04:49:49.201 INFO O| Sep 06 04:49:49.201 INFO copying /tmp/.tmpZAFu1v/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 ...
106392026-09-06T04:49:50.327Z[ host-image] Sep 06 04:49:49.201 INFO O| Sep 06 04:49:49.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106402026-09-06T04:49:50.327Z[ host-image] Sep 06 04:49:49.201 INFO O| Sep 06 04:49:49.201 INFO ok!
106412026-09-06T04:49:50.327Z[ host-image] Sep 06 04:49:49.201 INFO O| Sep 06 04:49:49.201 INFO STEP 134 (ensure_file) COMPLETE
106422026-09-06T04:49:50.327Z[ host-image] Sep 06 04:49:49.201 INFO O| Sep 06 04:49:49.201 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106432026-09-06T04:49:50.331Z[ host-image] Sep 06 04:49:49.208 INFO O| Sep 06 04:49:49.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106442026-09-06T04:49:50.331Z[ host-image] Sep 06 04:49:49.208 INFO O| Sep 06 04:49:49.208 INFO copying /tmp/.tmpZAFu1v/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 ...
106452026-09-06T04:49:50.334Z[ host-image] Sep 06 04:49:49.208 INFO O| Sep 06 04:49:49.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106462026-09-06T04:49:50.334Z[ host-image] Sep 06 04:49:49.208 INFO O| Sep 06 04:49:49.208 INFO ok!
106472026-09-06T04:49:50.334Z[ host-image] Sep 06 04:49:49.208 INFO O| Sep 06 04:49:49.208 INFO STEP 135 (ensure_file) COMPLETE
106482026-09-06T04:49:50.334Z[ host-image] Sep 06 04:49:49.208 INFO O| Sep 06 04:49:49.208 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106492026-09-06T04:49:50.337Z[ host-image] Sep 06 04:49:49.215 INFO O| Sep 06 04:49:49.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106502026-09-06T04:49:50.341Z[ host-image] Sep 06 04:49:49.215 INFO O| Sep 06 04:49:49.215 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106512026-09-06T04:49:50.341Z[ host-image] Sep 06 04:49:49.215 INFO O| Sep 06 04:49:49.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106522026-09-06T04:49:50.341Z[ host-image] Sep 06 04:49:49.215 INFO O| Sep 06 04:49:49.215 INFO ok!
106532026-09-06T04:49:50.341Z[ host-image] Sep 06 04:49:49.215 INFO O| Sep 06 04:49:49.215 INFO STEP 136 (ensure_file) COMPLETE
106542026-09-06T04:49:50.341Z[ host-image] Sep 06 04:49:49.215 INFO O| Sep 06 04:49:49.215 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-09-06T04:49:50.344Z[ host-image] Sep 06 04:49:49.221 INFO O| Sep 06 04:49:49.221 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106562026-09-06T04:49:50.344Z[ host-image] Sep 06 04:49:49.221 INFO O| Sep 06 04:49:49.221 INFO copying /tmp/.tmpZAFu1v/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 ...
106572026-09-06T04:49:50.344Z[ host-image] Sep 06 04:49:49.221 INFO O| Sep 06 04:49:49.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106582026-09-06T04:49:50.344Z[ host-image] Sep 06 04:49:49.221 INFO O| Sep 06 04:49:49.221 INFO ok!
106592026-09-06T04:49:50.344Z[ host-image] Sep 06 04:49:49.221 INFO O| Sep 06 04:49:49.221 INFO STEP 137 (ensure_file) COMPLETE
106602026-09-06T04:49:50.344Z[ host-image] Sep 06 04:49:49.221 INFO O| Sep 06 04:49:49.221 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-09-06T04:49:50.351Z[ host-image] Sep 06 04:49:49.228 INFO O| Sep 06 04:49:49.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106622026-09-06T04:49:50.351Z[ host-image] Sep 06 04:49:49.228 INFO O| Sep 06 04:49:49.228 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106632026-09-06T04:49:50.354Z[ host-image] Sep 06 04:49:49.228 INFO O| Sep 06 04:49:49.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106642026-09-06T04:49:50.354Z[ host-image] Sep 06 04:49:49.228 INFO O| Sep 06 04:49:49.228 INFO ok!
106652026-09-06T04:49:50.354Z[ host-image] Sep 06 04:49:49.228 INFO O| Sep 06 04:49:49.228 INFO STEP 138 (ensure_file) COMPLETE
106662026-09-06T04:49:50.354Z[ host-image] Sep 06 04:49:49.228 INFO O| Sep 06 04:49:49.228 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-09-06T04:49:50.357Z[ host-image] Sep 06 04:49:49.234 INFO O| Sep 06 04:49:49.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106682026-09-06T04:49:50.357Z[ host-image] Sep 06 04:49:49.234 INFO O| Sep 06 04:49:49.234 INFO copying /tmp/.tmpZAFu1v/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106692026-09-06T04:49:50.439Z[ recovery-image] Sep 06 04:49:49.307 INFO E| Compiling bitstruct_derive v0.1.0
106702026-09-06T04:49:56.405Z[ host-image] Sep 06 04:49:55.282 INFO O| Sep 06 04:49:55.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106712026-09-06T04:49:56.406Z[ host-image] Sep 06 04:49:55.282 INFO O| Sep 06 04:49:55.282 INFO ok!
106722026-09-06T04:49:56.409Z[ host-image] Sep 06 04:49:55.282 INFO O| Sep 06 04:49:55.282 INFO STEP 139 (ensure_file) COMPLETE
106732026-09-06T04:49:56.409Z[ host-image] Sep 06 04:49:55.282 INFO O| Sep 06 04:49:55.282 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-06T04:49:56.413Z[ host-image] Sep 06 04:49:55.290 INFO O| Sep 06 04:49:55.290 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106752026-09-06T04:49:56.413Z[ host-image] Sep 06 04:49:55.290 INFO O| Sep 06 04:49:55.290 INFO STEP 140 (ensure_dir) COMPLETE
106762026-09-06T04:49:56.416Z[ host-image] Sep 06 04:49:55.290 INFO O| Sep 06 04:49:55.290 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106772026-09-06T04:49:56.421Z[ host-image] Sep 06 04:49:55.299 INFO O| Sep 06 04:49:55.299 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106782026-09-06T04:49:56.421Z[ host-image] Sep 06 04:49:55.299 INFO O| Sep 06 04:49:55.299 INFO STEP 141 (ensure_dir) COMPLETE
106792026-09-06T04:49:56.424Z[ host-image] Sep 06 04:49:55.299 INFO O| Sep 06 04:49:55.299 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-06T04:49:56.428Z[ host-image] Sep 06 04:49:55.305 INFO O| Sep 06 04:49:55.305 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106812026-09-06T04:49:56.428Z[ host-image] Sep 06 04:49:55.305 INFO O| Sep 06 04:49:55.305 INFO STEP 142 (ensure_dir) COMPLETE
106822026-09-06T04:49:56.431Z[ host-image] Sep 06 04:49:55.305 INFO O| Sep 06 04:49:55.305 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106832026-09-06T04:49:56.434Z[ host-image] Sep 06 04:49:55.311 INFO O| Sep 06 04:49:55.311 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106842026-09-06T04:49:56.434Z[ host-image] Sep 06 04:49:55.311 INFO O| Sep 06 04:49:55.311 INFO STEP 143 (ensure_dir) COMPLETE
106852026-09-06T04:49:56.434Z[ host-image] Sep 06 04:49:55.311 INFO O| Sep 06 04:49:55.311 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-06T04:49:56.440Z[ host-image] Sep 06 04:49:55.317 INFO O| Sep 06 04:49:55.317 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106872026-09-06T04:49:56.440Z[ host-image] Sep 06 04:49:55.317 INFO O| Sep 06 04:49:55.317 INFO copying /tmp/.tmpZAFu1v/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 ...
106882026-09-06T04:49:56.467Z[ host-image] Sep 06 04:49:55.317 INFO O| Sep 06 04:49:55.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106892026-09-06T04:49:56.467Z[ host-image] Sep 06 04:49:55.317 INFO O| Sep 06 04:49:55.317 INFO ok!
106902026-09-06T04:49:56.467Z[ host-image] Sep 06 04:49:55.317 INFO O| Sep 06 04:49:55.317 INFO STEP 144 (ensure_file) COMPLETE
106912026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.317 INFO O| Sep 06 04:49:55.317 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.324 INFO O| Sep 06 04:49:55.324 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106932026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.324 INFO O| Sep 06 04:49:55.324 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106942026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.324 INFO O| Sep 06 04:49:55.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106952026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.324 INFO O| Sep 06 04:49:55.324 INFO STEP 145 (ensure_dir) COMPLETE
106962026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.324 INFO O| Sep 06 04:49:55.324 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106972026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.330 INFO O| Sep 06 04:49:55.330 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106982026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.330 INFO O| Sep 06 04:49:55.330 INFO copying /tmp/.tmpZAFu1v/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106992026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.330 INFO O| Sep 06 04:49:55.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
107002026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.330 INFO O| Sep 06 04:49:55.330 INFO ok!
107012026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.330 INFO O| Sep 06 04:49:55.330 INFO STEP 146 (ensure_file) COMPLETE
107022026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.330 INFO O| Sep 06 04:49:55.330 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.335 INFO O| Sep 06 04:49:55.335 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
107042026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.336 INFO O| Sep 06 04:49:55.336 INFO STEP 147 (remove_files) COMPLETE
107052026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.336 INFO O| Sep 06 04:49:55.336 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.341 INFO O| Sep 06 04:49:55.341 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
107072026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.341 INFO O| Sep 06 04:49:55.341 INFO STEP 148 (remove_files) COMPLETE
107082026-09-06T04:49:56.468Z[ host-image] Sep 06 04:49:55.341 INFO O| Sep 06 04:49:55.341 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-09-06T04:49:56.472Z[ host-image] Sep 06 04:49:55.346 INFO O| Sep 06 04:49:55.346 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
107102026-09-06T04:49:56.472Z[ host-image] Sep 06 04:49:55.346 INFO O| Sep 06 04:49:55.346 INFO STEP 149 (remove_files) COMPLETE
107112026-09-06T04:49:56.472Z[ host-image] Sep 06 04:49:55.346 INFO O| Sep 06 04:49:55.346 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-09-06T04:49:56.475Z[ host-image] Sep 06 04:49:55.352 INFO O| Sep 06 04:49:55.352 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
107132026-09-06T04:49:56.475Z[ host-image] Sep 06 04:49:55.352 INFO O| Sep 06 04:49:55.352 INFO STEP 150 (remove_files) COMPLETE
107142026-09-06T04:49:56.475Z[ host-image] Sep 06 04:49:55.352 INFO O| Sep 06 04:49:55.352 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-09-06T04:49:56.480Z[ host-image] Sep 06 04:49:55.358 INFO O| Sep 06 04:49:55.358 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
107162026-09-06T04:49:56.483Z[ host-image] Sep 06 04:49:55.358 INFO O| Sep 06 04:49:55.358 INFO STEP 151 (remove_files) COMPLETE
107172026-09-06T04:49:56.483Z[ host-image] Sep 06 04:49:55.358 INFO O| Sep 06 04:49:55.358 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-09-06T04:49:56.486Z[ host-image] Sep 06 04:49:55.364 INFO O| Sep 06 04:49:55.364 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107192026-09-06T04:49:56.489Z[ host-image] Sep 06 04:49:55.364 INFO O| Sep 06 04:49:55.364 INFO STEP 152 (remove_files) COMPLETE
107202026-09-06T04:49:56.489Z[ host-image] Sep 06 04:49:55.364 INFO O| Sep 06 04:49:55.364 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-09-06T04:49:56.493Z[ host-image] Sep 06 04:49:55.370 INFO O| Sep 06 04:49:55.370 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107222026-09-06T04:49:56.496Z[ host-image] Sep 06 04:49:55.370 INFO O| Sep 06 04:49:55.370 INFO STEP 153 (remove_files) COMPLETE
107232026-09-06T04:49:56.496Z[ host-image] Sep 06 04:49:55.370 INFO O| Sep 06 04:49:55.370 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-09-06T04:49:56.499Z[ host-image] Sep 06 04:49:55.376 INFO O| Sep 06 04:49:55.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107252026-09-06T04:49:56.502Z[ host-image] Sep 06 04:49:55.376 INFO O| Sep 06 04:49:55.376 INFO STEP 154 (remove_files) COMPLETE
107262026-09-06T04:49:56.502Z[ host-image] Sep 06 04:49:55.376 INFO O| Sep 06 04:49:55.376 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-09-06T04:49:56.506Z[ host-image] Sep 06 04:49:55.384 INFO O| Sep 06 04:49:55.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107282026-09-06T04:49:56.509Z[ host-image] Sep 06 04:49:55.384 INFO O| Sep 06 04:49:55.384 INFO STEP 155 (remove_files) COMPLETE
107292026-09-06T04:49:56.509Z[ host-image] Sep 06 04:49:55.384 INFO O| Sep 06 04:49:55.384 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-09-06T04:49:56.513Z[ host-image] Sep 06 04:49:55.390 INFO O| Sep 06 04:49:55.390 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107312026-09-06T04:49:56.513Z[ host-image] Sep 06 04:49:55.390 INFO O| Sep 06 04:49:55.390 INFO STEP 156 (remove_files) COMPLETE
107322026-09-06T04:49:56.516Z[ host-image] Sep 06 04:49:55.390 INFO O| Sep 06 04:49:55.390 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-09-06T04:49:56.519Z[ host-image] Sep 06 04:49:55.395 INFO O| Sep 06 04:49:55.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107342026-09-06T04:49:56.519Z[ host-image] Sep 06 04:49:55.395 INFO O| Sep 06 04:49:55.395 INFO STEP 157 (remove_files) COMPLETE
107352026-09-06T04:49:56.519Z[ host-image] Sep 06 04:49:55.395 INFO O| Sep 06 04:49:55.395 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-09-06T04:49:56.524Z[ host-image] Sep 06 04:49:55.401 INFO O| Sep 06 04:49:55.401 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107372026-09-06T04:49:56.524Z[ host-image] Sep 06 04:49:55.401 INFO O| Sep 06 04:49:55.401 INFO STEP 158 (remove_files) COMPLETE
107382026-09-06T04:49:56.524Z[ host-image] Sep 06 04:49:55.401 INFO O| Sep 06 04:49:55.401 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107392026-09-06T04:49:56.532Z[ host-image] Sep 06 04:49:55.409 INFO O| Sep 06 04:49:55.409 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107402026-09-06T04:49:56.532Z[ host-image] Sep 06 04:49:55.409 INFO O| Sep 06 04:49:55.409 INFO STEP 159 (remove_files) COMPLETE
107412026-09-06T04:49:56.536Z[ host-image] Sep 06 04:49:55.409 INFO O| Sep 06 04:49:55.409 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107422026-09-06T04:49:56.540Z[ host-image] Sep 06 04:49:55.414 INFO O| Sep 06 04:49:55.414 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107432026-09-06T04:49:56.540Z[ host-image] Sep 06 04:49:55.414 INFO O| Sep 06 04:49:55.414 INFO STEP 160 (remove_files) COMPLETE
107442026-09-06T04:49:56.540Z[ host-image] Sep 06 04:49:55.415 INFO O| Sep 06 04:49:55.414 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107452026-09-06T04:49:56.543Z[ host-image] Sep 06 04:49:55.420 INFO O| Sep 06 04:49:55.420 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107462026-09-06T04:49:56.543Z[ host-image] Sep 06 04:49:55.420 INFO O| Sep 06 04:49:55.420 INFO STEP 161 (remove_files) COMPLETE
107472026-09-06T04:49:56.543Z[ host-image] Sep 06 04:49:55.420 INFO O| Sep 06 04:49:55.420 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107482026-09-06T04:49:56.548Z[ host-image] Sep 06 04:49:55.425 INFO O| Sep 06 04:49:55.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107492026-09-06T04:49:56.551Z[ host-image] Sep 06 04:49:55.425 INFO O| Sep 06 04:49:55.425 INFO STEP 162 (remove_files) COMPLETE
107502026-09-06T04:49:56.551Z[ host-image] Sep 06 04:49:55.425 INFO O| Sep 06 04:49:55.425 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107512026-09-06T04:49:56.554Z[ host-image] Sep 06 04:49:55.431 INFO O| Sep 06 04:49:55.431 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107522026-09-06T04:49:56.554Z[ host-image] Sep 06 04:49:55.432 INFO O| Sep 06 04:49:55.432 INFO STEP 163 (remove_files) COMPLETE
107532026-09-06T04:49:56.555Z[ host-image] Sep 06 04:49:55.432 INFO O| Sep 06 04:49:55.432 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107542026-09-06T04:49:56.560Z[ host-image] Sep 06 04:49:55.437 INFO O| Sep 06 04:49:55.437 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107552026-09-06T04:49:56.560Z[ host-image] Sep 06 04:49:55.437 INFO O| Sep 06 04:49:55.437 INFO STEP 164 (remove_files) COMPLETE
107562026-09-06T04:49:56.564Z[ host-image] Sep 06 04:49:55.437 INFO O| Sep 06 04:49:55.437 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107572026-09-06T04:49:56.566Z[ host-image] Sep 06 04:49:55.442 INFO O| Sep 06 04:49:55.442 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107582026-09-06T04:49:56.566Z[ host-image] Sep 06 04:49:55.442 INFO O| Sep 06 04:49:55.442 INFO STEP 165 (remove_files) COMPLETE
107592026-09-06T04:49:56.566Z[ host-image] Sep 06 04:49:55.442 INFO O| Sep 06 04:49:55.442 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107602026-09-06T04:49:56.572Z[ host-image] Sep 06 04:49:55.450 INFO O| Sep 06 04:49:55.450 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107612026-09-06T04:49:56.572Z[ host-image] Sep 06 04:49:55.450 INFO O| Sep 06 04:49:55.450 INFO STEP 166 (remove_files) COMPLETE
107622026-09-06T04:49:56.575Z[ host-image] Sep 06 04:49:55.450 INFO O| Sep 06 04:49:55.450 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107632026-09-06T04:49:56.579Z[ host-image] Sep 06 04:49:55.456 INFO O| Sep 06 04:49:55.456 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107642026-09-06T04:49:56.579Z[ host-image] Sep 06 04:49:55.456 INFO O| Sep 06 04:49:55.456 INFO STEP 167 (remove_files) COMPLETE
107652026-09-06T04:49:56.582Z[ host-image] Sep 06 04:49:55.456 INFO O| Sep 06 04:49:55.456 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107662026-09-06T04:49:56.585Z[ host-image] Sep 06 04:49:55.462 INFO O| Sep 06 04:49:55.462 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107672026-09-06T04:49:56.585Z[ host-image] Sep 06 04:49:55.462 INFO O| Sep 06 04:49:55.462 INFO STEP 168 (remove_files) COMPLETE
107682026-09-06T04:49:56.585Z[ host-image] Sep 06 04:49:55.462 INFO O| Sep 06 04:49:55.462 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107692026-09-06T04:49:56.591Z[ host-image] Sep 06 04:49:55.468 INFO O| Sep 06 04:49:55.468 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107702026-09-06T04:49:56.591Z[ host-image] Sep 06 04:49:55.468 INFO O| Sep 06 04:49:55.468 INFO STEP 169 (remove_files) COMPLETE
107712026-09-06T04:49:56.591Z[ host-image] Sep 06 04:49:55.468 INFO O| Sep 06 04:49:55.468 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107722026-09-06T04:49:56.597Z[ host-image] Sep 06 04:49:55.474 INFO O| Sep 06 04:49:55.474 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107732026-09-06T04:49:56.597Z[ host-image] Sep 06 04:49:55.474 INFO O| Sep 06 04:49:55.474 INFO STEP 170 (remove_files) COMPLETE
107742026-09-06T04:49:56.597Z[ host-image] Sep 06 04:49:55.474 INFO O| Sep 06 04:49:55.474 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107752026-09-06T04:49:56.601Z[ host-image] Sep 06 04:49:55.479 INFO O| Sep 06 04:49:55.479 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107762026-09-06T04:49:56.602Z[ host-image] Sep 06 04:49:55.479 INFO O| Sep 06 04:49:55.479 INFO STEP 171 (remove_files) COMPLETE
107772026-09-06T04:49:56.602Z[ host-image] Sep 06 04:49:55.479 INFO O| Sep 06 04:49:55.479 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107782026-09-06T04:49:56.608Z[ host-image] Sep 06 04:49:55.486 INFO O| Sep 06 04:49:55.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107792026-09-06T04:49:56.609Z[ host-image] Sep 06 04:49:55.486 INFO O| Sep 06 04:49:55.486 INFO STEP 172 (remove_files) COMPLETE
107802026-09-06T04:49:56.609Z[ host-image] Sep 06 04:49:55.486 INFO O| Sep 06 04:49:55.486 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107812026-09-06T04:49:56.614Z[ host-image] Sep 06 04:49:55.491 INFO O| Sep 06 04:49:55.491 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107822026-09-06T04:49:56.617Z[ host-image] Sep 06 04:49:55.491 INFO O| Sep 06 04:49:55.491 INFO STEP 173 (remove_files) COMPLETE
107832026-09-06T04:49:56.617Z[ host-image] Sep 06 04:49:55.491 INFO O| Sep 06 04:49:55.491 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107842026-09-06T04:49:56.620Z[ host-image] Sep 06 04:49:55.497 INFO O| Sep 06 04:49:55.497 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107852026-09-06T04:49:56.620Z[ host-image] Sep 06 04:49:55.497 INFO O| Sep 06 04:49:55.497 INFO STEP 174 (remove_files) COMPLETE
107862026-09-06T04:49:56.620Z[ host-image] Sep 06 04:49:55.497 INFO O| Sep 06 04:49:55.497 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107872026-09-06T04:49:56.627Z[ host-image] Sep 06 04:49:55.504 INFO O| Sep 06 04:49:55.504 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107882026-09-06T04:49:56.627Z[ host-image] Sep 06 04:49:55.504 INFO O| Sep 06 04:49:55.504 INFO STEP 175 (remove_files) COMPLETE
107892026-09-06T04:49:56.627Z[ host-image] Sep 06 04:49:55.504 INFO O| Sep 06 04:49:55.504 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107902026-09-06T04:49:56.636Z[ host-image] Sep 06 04:49:55.513 INFO O| Sep 06 04:49:55.513 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107912026-09-06T04:49:56.639Z[ host-image] Sep 06 04:49:55.513 INFO O| Sep 06 04:49:55.513 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107922026-09-06T04:50:00.879Z[ recovery-image] Sep 06 04:49:59.754 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)
107932026-09-06T04:50:01.405Z[ host-image] Sep 06 04:50:00.282 INFO O| Sep 06 04:50:00.282 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
107942026-09-06T04:50:01.406Z[ host-image] Sep 06 04:50:00.282 INFO O| Sep 06 04:50:00.282 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107952026-09-06T04:50:01.417Z[ host-image] Sep 06 04:50:00.294 INFO O| Sep 06 04:50:00.294 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107962026-09-06T04:50:01.514Z[ host-image] Sep 06 04:50:00.391 INFO O| Sep 06 04:50:00.391 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107972026-09-06T04:50:01.569Z[ host-image] Sep 06 04:50:00.446 INFO O| Sep 06 04:50:00.446 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107982026-09-06T04:50:01.632Z[ host-image] Sep 06 04:50:00.509 INFO O| Sep 06 04:50:00.509 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107992026-09-06T04:50:01.633Z[ host-image] Sep 06 04:50:00.509 INFO O| Sep 06 04:50:00.509 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
108002026-09-06T04:50:01.636Z[ host-image] Sep 06 04:50:00.511 INFO O| Sep 06 04:50:00.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
108012026-09-06T04:50:01.636Z[ host-image] Sep 06 04:50:00.511 INFO O| Sep 06 04:50:00.511 INFO ok!
108022026-09-06T04:50:01.636Z[ host-image] Sep 06 04:50:00.511 INFO O| Sep 06 04:50:00.511 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
108032026-09-06T04:50:01.636Z[ host-image] Sep 06 04:50:00.511 INFO O| Sep 06 04:50:00.511 INFO STEP 176 (seed_smf) COMPLETE
108042026-09-06T04:50:01.636Z[ host-image] Sep 06 04:50:00.511 INFO O| Sep 06 04:50:00.511 INFO steps complete; finalising image!
108052026-09-06T04:50:01.636Z[ host-image] Sep 06 04:50:00.511 INFO O| Sep 06 04:50:00.511 INFO TRIM POOL: TEMPORARY-sled-zfs
108062026-09-06T04:50:01.710Z[ host-image] Sep 06 04:50:00.586 INFO O| Sep 06 04:50:00.586 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Sun Sep 6 04:50:00 2026)
108072026-09-06T04:50:01.923Z[ host-image] Sep 06 04:50:00.800 INFO O| Sep 06 04:50:00.800 INFO temporary pool has 945M used, 78.9M avail, 1.79x compressratio
108082026-09-06T04:50:01.923Z[ host-image] Sep 06 04:50:00.800 INFO O| Sep 06 04:50:00.800 INFO EXPORT POOL: TEMPORARY-sled-zfs
108092026-09-06T04:50:02.277Z[ host-image] Sep 06 04:50:01.154 INFO O| Sep 06 04:50:01.154 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
108102026-09-06T04:50:02.278Z[ host-image] Sep 06 04:50:01.154 INFO O| Sep 06 04:50:01.154 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
108112026-09-06T04:50:02.973Z[ recovery-image] Sep 06 04:50:01.849 INFO E| Compiling bitflags v1.3.2
108122026-09-06T04:50:02.973Z[ recovery-image] Sep 06 04:50:01.849 INFO E| Compiling bit_field v0.10.3
108132026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.849 INFO E| Compiling bitflags v2.13.0
108142026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.849 INFO E| Compiling scroll v0.13.0
108152026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.850 INFO E| Compiling plain v0.2.3
108162026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.850 INFO E| Compiling log v0.4.32
108172026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.850 INFO E| Compiling adler2 v2.0.1
108182026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.850 INFO E| Compiling bitstruct v0.1.1
108192026-09-06T04:50:02.976Z[ recovery-image] Sep 06 04:50:01.850 INFO E| Compiling static_assertions v1.1.0
108202026-09-06T04:50:03.025Z[ recovery-image] Sep 06 04:50:01.901 INFO E| Compiling raw-cpuid v10.7.0
108212026-09-06T04:50:03.053Z[ host-image] Sep 06 04:50:01.929 INFO O| Sep 06 04:50:01.929 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108222026-09-06T04:50:03.053Z[ host-image] Sep 06 04:50:01.929 INFO O| Sep 06 04:50:01.929 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108232026-09-06T04:50:03.056Z[ host-image] Sep 06 04:50:01.929 INFO O| Sep 06 04:50:01.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108242026-09-06T04:50:03.056Z[ host-image] Sep 06 04:50:01.929 INFO O| Sep 06 04:50:01.929 INFO completed processing sled/zfs
108252026-09-06T04:50:03.056Z[ host-image] Sep 06 04:50:01.929 INFO O| Sep 06 04:50:01.929 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108262026-09-06T04:50:03.063Z[ recovery-image] Sep 06 04:50:01.940 INFO E| Compiling miniz_oxide v0.9.1
108272026-09-06T04:50:03.141Z[ recovery-image] Sep 06 04:50:02.018 INFO E| Compiling cpio_reader v0.1.2
108282026-09-06T04:50:03.191Z[ recovery-image] Sep 06 04:50:02.067 INFO E| Compiling goblin v0.10.7
108292026-09-06T04:50:05.989Z[ recovery-image] Sep 06 04:50:04.866 INFO E| Finished `release` profile [optimized] target(s) in 20.07s
108302026-09-06T04:50:06.008Z[ recovery-image] Sep 06 04:50:04.885 INFO building ROM for cosmo
108312026-09-06T04:50:06.008Z[ recovery-image] Sep 06 04:50:04.885 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")
108322026-09-06T04:50:06.081Z[ recovery-image] Sep 06 04:50:04.958 INFO E| Downloading crates ...
108332026-09-06T04:50:06.145Z[ recovery-image] Sep 06 04:50:05.022 INFO E| Downloaded duct v0.13.7
108342026-09-06T04:50:06.148Z[ recovery-image] Sep 06 04:50:05.024 INFO E| Downloaded clap v4.5.37
108352026-09-06T04:50:06.152Z[ recovery-image] Sep 06 04:50:05.029 INFO E| Downloaded anstyle-query v1.1.2
108362026-09-06T04:50:06.155Z[ recovery-image] Sep 06 04:50:05.030 INFO E| Downloaded anstyle v1.0.10
108372026-09-06T04:50:06.155Z[ recovery-image] Sep 06 04:50:05.030 INFO E| Downloaded is_terminal_polyfill v1.70.1
108382026-09-06T04:50:06.155Z[ recovery-image] Sep 06 04:50:05.031 INFO E| Downloaded os_pipe v1.2.1
108392026-09-06T04:50:06.155Z[ recovery-image] Sep 06 04:50:05.032 INFO E| Downloaded toml_datetime v0.6.9
108402026-09-06T04:50:06.158Z[ recovery-image] Sep 06 04:50:05.032 INFO E| Downloaded clap_lex v0.7.4
108412026-09-06T04:50:06.161Z[ recovery-image] Sep 06 04:50:05.037 INFO E| Downloaded shared_child v1.0.1
108422026-09-06T04:50:06.164Z[ recovery-image] Sep 06 04:50:05.039 INFO E| Downloaded toml_write v0.1.1
108432026-09-06T04:50:06.164Z[ recovery-image] Sep 06 04:50:05.039 INFO E| Downloaded anstream v0.6.18
108442026-09-06T04:50:06.168Z[ recovery-image] Sep 06 04:50:05.045 INFO E| Downloaded serde_spanned v0.6.8
108452026-09-06T04:50:06.181Z[ recovery-image] Sep 06 04:50:05.058 INFO E| Downloaded cc v1.2.20
108462026-09-06T04:50:06.183Z[ recovery-image] Sep 06 04:50:05.059 INFO E| Downloaded toml_edit v0.22.26
108472026-09-06T04:50:06.203Z[ recovery-image] Sep 06 04:50:05.079 INFO E| Downloaded winnow v0.7.7
108482026-09-06T04:50:06.207Z[ recovery-image] Sep 06 04:50:05.084 INFO E| Downloaded clap_builder v4.5.37
108492026-09-06T04:50:06.210Z[ recovery-image] Sep 06 04:50:05.087 INFO E| Downloaded colorchoice v1.0.3
108502026-09-06T04:50:06.213Z[ recovery-image] Sep 06 04:50:05.088 INFO E| Downloaded clap_derive v4.5.32
108512026-09-06T04:50:06.213Z[ recovery-image] Sep 06 04:50:05.089 INFO E| Downloaded anstyle-parse v0.2.6
108522026-09-06T04:50:06.213Z[ recovery-image] Sep 06 04:50:05.090 INFO E| Downloaded toml v0.8.22
108532026-09-06T04:50:06.241Z[ recovery-image] Sep 06 04:50:05.118 INFO E| Compiling libc v0.2.172
108542026-09-06T04:50:06.241Z[ recovery-image] Sep 06 04:50:05.118 INFO E| Compiling utf8parse v0.2.2
108552026-09-06T04:50:06.245Z[ recovery-image] Sep 06 04:50:05.118 INFO E| Compiling colorchoice v1.0.3
108562026-09-06T04:50:06.245Z[ recovery-image] Sep 06 04:50:05.118 INFO E| Compiling equivalent v1.0.2
108572026-09-06T04:50:06.245Z[ recovery-image] Sep 06 04:50:05.118 INFO E| Compiling shlex v1.3.0
108582026-09-06T04:50:06.245Z[ recovery-image] Sep 06 04:50:05.119 INFO E| Compiling anstyle v1.0.10
108592026-09-06T04:50:06.245Z[ recovery-image] Sep 06 04:50:05.119 INFO E| Compiling hashbrown v0.15.2
108602026-09-06T04:50:06.259Z[ recovery-image] Sep 06 04:50:05.136 INFO E| Compiling anstyle-query v1.1.2
108612026-09-06T04:50:06.262Z[ recovery-image] Sep 06 04:50:05.136 INFO E| Compiling once_cell v1.21.3
108622026-09-06T04:50:06.262Z[ recovery-image] Sep 06 04:50:05.136 INFO E| Compiling is_terminal_polyfill v1.70.1
108632026-09-06T04:50:06.262Z[ recovery-image] Sep 06 04:50:05.136 INFO E| Compiling anyhow v1.0.98
108642026-09-06T04:50:06.262Z[ recovery-image] Sep 06 04:50:05.137 INFO E| Compiling toml_write v0.1.1
108652026-09-06T04:50:06.265Z[ recovery-image] Sep 06 04:50:05.141 INFO E| Compiling winnow v0.7.7
108662026-09-06T04:50:06.268Z[ recovery-image] Sep 06 04:50:05.144 INFO E| Compiling clap_lex v0.7.4
108672026-09-06T04:50:06.271Z[ recovery-image] Sep 06 04:50:05.148 INFO E| Compiling strsim v0.11.1
108682026-09-06T04:50:06.273Z[ recovery-image] Sep 06 04:50:05.148 INFO E| Compiling syn v2.0.101
108692026-09-06T04:50:06.372Z[ recovery-image] Sep 06 04:50:05.248 INFO E| Compiling anstyle-parse v0.2.6
108702026-09-06T04:50:06.484Z[ recovery-image] Sep 06 04:50:05.360 INFO E| Compiling cc v1.2.20
108712026-09-06T04:50:06.509Z[ recovery-image] Sep 06 04:50:05.386 INFO E| Compiling anstream v0.6.18
108722026-09-06T04:50:06.701Z[ recovery-image] Sep 06 04:50:05.577 INFO E| Compiling clap_builder v4.5.37
108732026-09-06T04:50:06.720Z[ recovery-image] Sep 06 04:50:05.597 INFO E| Compiling indexmap v2.9.0
108742026-09-06T04:50:06.843Z[ recovery-image] Sep 06 04:50:05.719 INFO E| Compiling os_pipe v1.2.1
108752026-09-06T04:50:06.843Z[ recovery-image] Sep 06 04:50:05.719 INFO E| Compiling shared_child v1.0.1
108762026-09-06T04:50:06.952Z[ recovery-image] Sep 06 04:50:05.829 INFO E| Compiling duct v0.13.7
108772026-09-06T04:50:07.415Z[ recovery-image] Sep 06 04:50:06.292 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108782026-09-06T04:50:08.279Z[ recovery-image] Sep 06 04:50:07.156 INFO E| Compiling serde_derive v1.0.219
108792026-09-06T04:50:08.280Z[ recovery-image] Sep 06 04:50:07.156 INFO E| Compiling clap_derive v4.5.32
108802026-09-06T04:50:09.712Z[ recovery-image] Sep 06 04:50:08.588 INFO E| Compiling clap v4.5.37
108812026-09-06T04:50:10.478Z[ recovery-image] Sep 06 04:50:09.355 INFO E| Compiling serde v1.0.219
108822026-09-06T04:50:12.383Z[ recovery-image] Sep 06 04:50:11.260 INFO E| Compiling serde_spanned v0.6.8
108832026-09-06T04:50:12.383Z[ recovery-image] Sep 06 04:50:11.260 INFO E| Compiling toml_datetime v0.6.9
108842026-09-06T04:50:12.541Z[ recovery-image] Sep 06 04:50:11.418 INFO E| Compiling toml_edit v0.22.26
108852026-09-06T04:50:13.841Z[ recovery-image] Sep 06 04:50:12.717 INFO E| Compiling toml v0.8.22
108862026-09-06T04:50:16.138Z[ recovery-image] Sep 06 04:50:15.015 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
108872026-09-06T04:50:16.148Z[ recovery-image] Sep 06 04:50:15.024 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`
108882026-09-06T04:50:16.166Z[ recovery-image] Sep 06 04:50:15.043 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108892026-09-06T04:50:16.245Z[ recovery-image] Sep 06 04:50:15.121 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108902026-09-06T04:50:16.249Z[ recovery-image] Sep 06 04:50:15.125 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`
108912026-09-06T04:50:16.459Z[ recovery-image] Sep 06 04:50:15.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108922026-09-06T04:50:16.459Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108932026-09-06T04:50:16.464Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108942026-09-06T04:50:16.464Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108952026-09-06T04:50:16.464Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108962026-09-06T04:50:16.464Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108972026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108982026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108992026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109002026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109012026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109022026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109032026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109042026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109052026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109062026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109072026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109082026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109092026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109102026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109112026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109122026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109132026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109142026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109152026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109162026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109172026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109182026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109192026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109202026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109212026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109222026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109232026-09-06T04:50:16.465Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109242026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109252026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109262026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109272026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109282026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109292026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109302026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109312026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109322026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109332026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109342026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109352026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109362026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109372026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109382026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109392026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109402026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109412026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109422026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109432026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109442026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO O| Info: ABL version: 0x100af010
109452026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109462026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.337 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109472026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109482026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109492026-09-06T04:50:16.466Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109502026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109512026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109522026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109532026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109542026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109552026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109562026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109572026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109582026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109592026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109602026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109612026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109622026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109632026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109642026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109652026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109662026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109672026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109682026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109692026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109702026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109712026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109722026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109732026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109742026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109752026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109762026-09-06T04:50:16.467Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109772026-09-06T04:50:16.468Z[ recovery-image] Sep 06 04:50:15.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109782026-09-06T04:50:16.498Z[ recovery-image] Sep 06 04:50:15.374 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109792026-09-06T04:50:16.498Z[ recovery-image] Sep 06 04:50:15.374 INFO building ROM for gimlet
109802026-09-06T04:50:16.501Z[ recovery-image] Sep 06 04:50:15.374 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")
109812026-09-06T04:50:16.597Z[ recovery-image] Sep 06 04:50:15.473 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109822026-09-06T04:50:16.600Z[ recovery-image] Sep 06 04:50:15.477 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`
109832026-09-06T04:50:16.615Z[ recovery-image] Sep 06 04:50:15.492 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109842026-09-06T04:50:16.693Z[ recovery-image] Sep 06 04:50:15.569 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109852026-09-06T04:50:16.697Z[ recovery-image] Sep 06 04:50:15.574 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`
109862026-09-06T04:50:16.818Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109872026-09-06T04:50:16.818Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109882026-09-06T04:50:16.818Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109892026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109902026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109912026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109922026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109932026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109942026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109952026-09-06T04:50:16.822Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109962026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109972026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109982026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109992026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110002026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110012026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO O| Info: ABL version: 0x100f5010
110022026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110032026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110042026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110052026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110062026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110072026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110082026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110092026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110102026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110112026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110122026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110132026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110142026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110152026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110162026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110172026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110182026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110192026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110202026-09-06T04:50:16.823Z[ recovery-image] Sep 06 04:50:15.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110212026-09-06T04:50:16.859Z[ recovery-image] Sep 06 04:50:15.735 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110222026-09-06T04:50:16.859Z[ recovery-image] Sep 06 04:50:15.735 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110232026-09-06T04:50:18.133Z[ recovery-image] Sep 06 04:50:17.009 INFO image complete! materials are in "/work/os-recovery"
110242026-09-06T04:50:18.137Z[ recovery-image]
110252026-09-06T04:50:18.137Z[ recovery-image] real 3:20.440875621
110262026-09-06T04:50:18.137Z[ recovery-image] user 2:40.867085305
110272026-09-06T04:50:18.137Z[ recovery-image] sys 38.070594864
110282026-09-06T04:50:18.137Z[ recovery-image] trap 0.148475535
110292026-09-06T04:50:18.137Z[ recovery-image] tflt 0.687858201
110302026-09-06T04:50:18.137Z[ recovery-image] dflt 0.677112856
110312026-09-06T04:50:18.137Z[ recovery-image] kflt 0.022658707
110322026-09-06T04:50:18.137Z[ recovery-image] lock 8:27.982654710
110332026-09-06T04:50:18.137Z[ recovery-image] slp 17:54.941261792
110342026-09-06T04:50:18.137Z[ recovery-image] lat 35.829947129
110352026-09-06T04:50:18.137Z[ recovery-image] stop 9.460265337
110362026-09-06T04:50:18.137ZSep 06 04:50:17.013 INFO [recovery-image] process exited with exit status: 0 (200.445980953s)
110372026-09-06T04:50:18.137ZSep 06 04:50:17.013 INFO [tuf-v2-recovery] running task
110382026-09-06T04:50:18.141ZSep 06 04:50:17.014 INFO [tuf-v2-recovery] task succeeded (751.69µs)
110392026-09-06T04:50:22.806Z[ host-image] Sep 06 04:50:21.683 INFO O| Sep 06 04:50:21.683 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110402026-09-06T04:50:22.888Z[ host-image] Sep 06 04:50:21.765 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
110412026-09-06T04:50:22.888Z[ host-image] Sep 06 04:50:21.765 INFO expanded image name: "ci d7c734f/${os_short_commit} 2026-09-06 04:34" -> "ci d7c734f/0e29ea8 2026-09-06 04:34"
110422026-09-06T04:50:22.888Z[ host-image] Sep 06 04:50:21.765 INFO output artefacts stored in: "/work/os-host"
110432026-09-06T04:50:22.891Z[ host-image] Sep 06 04:50:21.765 INFO collecting git info from project "bootserver"...
110442026-09-06T04:50:22.895Z[ host-image] Sep 06 04:50:21.771 INFO collecting git info from project "chelsio-t6-roms"...
110452026-09-06T04:50:22.899Z[ host-image] Sep 06 04:50:21.775 INFO collecting git info from project "pilot"...
110462026-09-06T04:50:22.903Z[ host-image] Sep 06 04:50:21.780 INFO collecting git info from project "amd-host-image-builder"...
110472026-09-06T04:50:22.908Z[ host-image] Sep 06 04:50:21.784 INFO collecting git info from project "amd-firmware"...
110482026-09-06T04:50:22.919Z[ host-image] Sep 06 04:50:21.796 INFO collecting git info from project "dmar-report"...
110492026-09-06T04:50:22.924Z[ host-image] Sep 06 04:50:21.801 INFO collecting git info from project "image-builder"...
110502026-09-06T04:50:22.929Z[ host-image] Sep 06 04:50:21.805 INFO collecting git info from project "phbl"...
110512026-09-06T04:50:22.933Z[ host-image] Sep 06 04:50:21.809 INFO collecting git info from project "pinprick"...
110522026-09-06T04:50:22.937Z[ host-image] Sep 06 04:50:21.813 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110532026-09-06T04:50:23.242Z[ host-image] Sep 06 04:50:22.118 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110542026-09-06T04:50:23.531Z[ host-image] Sep 06 04:50:22.408 INFO creating Oxide boot image...
110552026-09-06T04:50:23.532Z[ host-image] Sep 06 04:50:22.408 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d7c734f/0e29ea8 2026-09-06 04:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110562026-09-06T04:50:24.302Z[ host-image] Sep 06 04:50:23.179 INFO O| ok, image written!
110572026-09-06T04:50:24.302Z[ host-image] Sep 06 04:50:23.179 INFO O| ok, boot_image_csum file written!
110582026-09-06T04:50:24.305Z[ host-image] Sep 06 04:50:23.181 INFO creating boot archive (CPIO)...
110592026-09-06T04:50:24.305Z[ host-image] Sep 06 04:50:23.181 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
110602026-09-06T04:50:24.309Z[ host-image] Sep 06 04:50:23.185 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110612026-09-06T04:50:24.309Z[ host-image] Sep 06 04:50:23.185 INFO E| + outfile=/work/os-host/cpio
110622026-09-06T04:50:24.309Z[ host-image] Sep 06 04:50:23.185 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110632026-09-06T04:50:24.312Z[ host-image] Sep 06 04:50:23.186 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110642026-09-06T04:50:24.312Z[ host-image] Sep 06 04:50:23.187 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110652026-09-06T04:50:24.335Z[ host-image] Sep 06 04:50:23.211 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110662026-09-06T04:50:24.335Z[ host-image] Sep 06 04:50:23.212 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110672026-09-06T04:50:24.340Z[ host-image] Sep 06 04:50:23.217 INFO creating compressed cpio/unix for dev loaders...
110682026-09-06T04:50:24.340Z[ host-image] Sep 06 04:50:23.217 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
110692026-09-06T04:50:24.565Z[ host-image] Sep 06 04:50:23.441 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110702026-09-06T04:50:27.808Z[ host-image] Sep 06 04:50:26.679 INFO creating reset image...
110712026-09-06T04:50:27.813Z[ host-image] Sep 06 04:50:26.679 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")
110722026-09-06T04:50:27.875Z[ host-image] Sep 06 04:50:26.751 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110732026-09-06T04:50:27.878Z[ host-image] Sep 06 04:50:26.752 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110742026-09-06T04:50:28.144Z[ host-image] Sep 06 04:50:27.021 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)
110752026-09-06T04:50:28.144Z[ host-image] Sep 06 04:50:27.021 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)
110762026-09-06T04:50:28.147Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling proc-macro2 v1.0.106
110772026-09-06T04:50:28.148Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling unicode-ident v1.0.24
110782026-09-06T04:50:28.148Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling quote v1.0.45
110792026-09-06T04:50:28.148Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling syn v1.0.109
110802026-09-06T04:50:28.148Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling x86 v0.52.0
110812026-09-06T04:50:28.148Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110822026-09-06T04:50:28.148Z[ host-image] Sep 06 04:50:27.021 INFO E| Compiling seq-macro v0.3.6
110832026-09-06T04:50:29.091Z[ host-image] Sep 06 04:50:27.968 INFO E| Compiling syn v2.0.117
110842026-09-06T04:50:30.397Z[ host-image] Sep 06 04:50:29.273 INFO E| Compiling scroll_derive v0.13.1
110852026-09-06T04:50:31.421Z[ host-image] Sep 06 04:50:30.297 INFO E| Compiling bitstruct_derive v0.1.0
110862026-09-06T04:50:40.318Z[ host-image] Sep 06 04:50:39.195 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)
110872026-09-06T04:50:42.366Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling bitflags v1.3.2
110882026-09-06T04:50:42.366Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling log v0.4.32
110892026-09-06T04:50:42.366Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling scroll v0.13.0
110902026-09-06T04:50:42.370Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling bitflags v2.13.0
110912026-09-06T04:50:42.370Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling adler2 v2.0.1
110922026-09-06T04:50:42.370Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling bit_field v0.10.3
110932026-09-06T04:50:42.370Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling plain v0.2.3
110942026-09-06T04:50:42.370Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling static_assertions v1.1.0
110952026-09-06T04:50:42.370Z[ host-image] Sep 06 04:50:41.242 INFO E| Compiling bitstruct v0.1.1
110962026-09-06T04:50:42.417Z[ host-image] Sep 06 04:50:41.293 INFO E| Compiling raw-cpuid v10.7.0
110972026-09-06T04:50:42.468Z[ host-image] Sep 06 04:50:41.344 INFO E| Compiling miniz_oxide v0.9.1
110982026-09-06T04:50:42.529Z[ host-image] Sep 06 04:50:41.405 INFO E| Compiling cpio_reader v0.1.2
110992026-09-06T04:50:42.585Z[ host-image] Sep 06 04:50:41.461 INFO E| Compiling goblin v0.10.7
111002026-09-06T04:50:45.350Z[ host-image] Sep 06 04:50:44.226 INFO E| Finished `release` profile [optimized] target(s) in 17.46s
111012026-09-06T04:50:45.362Z[ host-image] Sep 06 04:50:44.238 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111022026-09-06T04:50:45.362Z[ host-image] Sep 06 04:50:44.238 INFO building ROM for cosmo
111032026-09-06T04:50:45.362Z[ host-image] Sep 06 04:50:44.238 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")
111042026-09-06T04:50:45.448Z[ host-image] Sep 06 04:50:44.324 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111052026-09-06T04:50:45.451Z[ host-image] Sep 06 04:50:44.327 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`
111062026-09-06T04:50:45.461Z[ host-image] Sep 06 04:50:44.338 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111072026-09-06T04:50:45.531Z[ host-image] Sep 06 04:50:44.408 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111082026-09-06T04:50:45.535Z[ host-image] Sep 06 04:50:44.411 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`
111092026-09-06T04:50:45.738Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111102026-09-06T04:50:45.739Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111112026-09-06T04:50:45.739Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111122026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111132026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111142026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111152026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111162026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111172026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111182026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111192026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111202026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111212026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111222026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111232026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111242026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111252026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111262026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111272026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111282026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111292026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111302026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111312026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111322026-09-06T04:50:45.743Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111332026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111342026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111352026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111362026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111372026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111382026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111392026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111402026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111412026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111422026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111432026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111442026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111452026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111462026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111472026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111482026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111492026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111502026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111512026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111522026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111532026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111542026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111552026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111562026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111572026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111582026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111592026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111602026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111612026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111622026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO O| Info: ABL version: 0x100af010
111632026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111642026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111652026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111662026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111672026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111682026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111692026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111702026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111712026-09-06T04:50:45.744Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111722026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111732026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111742026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111752026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111762026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111772026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111782026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111792026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111802026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111812026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111822026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111832026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111842026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111852026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111862026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111872026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111882026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111892026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111902026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111912026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111922026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111932026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111942026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111952026-09-06T04:50:45.745Z[ host-image] Sep 06 04:50:44.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111962026-09-06T04:50:45.772Z[ host-image] Sep 06 04:50:44.647 INFO building ROM for gimlet
111972026-09-06T04:50:45.775Z[ host-image] Sep 06 04:50:44.647 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")
111982026-09-06T04:50:45.854Z[ host-image] Sep 06 04:50:44.730 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111992026-09-06T04:50:45.857Z[ host-image] Sep 06 04:50:44.732 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/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`
112002026-09-06T04:50:45.866Z[ host-image] Sep 06 04:50:44.743 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112012026-09-06T04:50:45.931Z[ host-image] Sep 06 04:50:44.808 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
112022026-09-06T04:50:45.935Z[ host-image] Sep 06 04:50:44.810 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`
112032026-09-06T04:50:46.044Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112042026-09-06T04:50:46.044Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112052026-09-06T04:50:46.044Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112062026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112072026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112082026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112092026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112102026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112112026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112122026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112132026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112142026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112152026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112162026-09-06T04:50:46.047Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112172026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112182026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO O| Info: ABL version: 0x100f5010
112192026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
112202026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112212026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112222026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112232026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112242026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112252026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112262026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112272026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112282026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112292026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112302026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112312026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112322026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112332026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112342026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112352026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112362026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112372026-09-06T04:50:46.048Z[ host-image] Sep 06 04:50:44.921 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112382026-09-06T04:50:46.077Z[ host-image] Sep 06 04:50:44.954 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112392026-09-06T04:50:46.077Z[ host-image] Sep 06 04:50:44.954 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112402026-09-06T04:50:58.707Z[ host-image] Sep 06 04:50:57.583 INFO image complete! materials are in "/work/os-host"
112412026-09-06T04:50:58.710Z[ host-image]
112422026-09-06T04:50:58.711Z[ host-image] real 4:09.883535847
112432026-09-06T04:50:58.711Z[ host-image] user 2:52.876586488
112442026-09-06T04:50:58.711Z[ host-image] sys 36.753518922
112452026-09-06T04:50:58.711Z[ host-image] trap 0.140887225
112462026-09-06T04:50:58.711Z[ host-image] tflt 0.303861579
112472026-09-06T04:50:58.711Z[ host-image] dflt 0.220020304
112482026-09-06T04:50:58.711Z[ host-image] kflt 0.011176192
112492026-09-06T04:50:58.711Z[ host-image] lock 4:48.787781378
112502026-09-06T04:50:58.711Z[ host-image] slp 21:09.630973976
112512026-09-06T04:50:58.711Z[ host-image] lat 25.329957307
112522026-09-06T04:50:58.711Z[ host-image] stop 1.540756437
112532026-09-06T04:50:58.714ZSep 06 04:50:57.588 INFO [host-image] process exited with exit status: 0 (249.88889304s)
112542026-09-06T04:50:58.714ZSep 06 04:50:57.588 INFO [tuf-v2-host] running task
112552026-09-06T04:50:58.714ZSep 06 04:50:57.588 INFO [tuf-repo] running task
112562026-09-06T04:50:58.714ZSep 06 04:50:57.588 INFO [tuf-v2-host] task succeeded (493.9µs)
112572026-09-06T04:50:58.715ZSep 06 04:50:57.588 INFO [tuf-v2-repo] running task
112582026-09-06T04:51:20.070ZSep 06 04:51:18.946 INFO assembling repository in `/tmp/tufaceousWg6UuH`, component: OmicronRepoAssembler
112592026-09-06T04:51:20.597ZSep 06 04:51:19.473 INFO [tuf-v2-repo] task succeeded (21.88482224s)
112602026-09-06T04:51:29.090ZSep 06 04:51:27.966 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112612026-09-06T04:51:29.339ZSep 06 04:51:28.215 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112622026-09-06T04:51:31.542ZSep 06 04:51:30.419 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112632026-09-06T04:51:31.621ZSep 06 04:51:30.497 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112642026-09-06T04:51:31.668ZSep 06 04:51:30.545 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112652026-09-06T04:51:31.716ZSep 06 04:51:30.593 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112662026-09-06T04:51:31.766ZSep 06 04:51:30.643 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112672026-09-06T04:51:31.815ZSep 06 04:51:30.691 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112682026-09-06T04:51:31.863ZSep 06 04:51:30.740 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112692026-09-06T04:51:42.381ZSep 06 04:51:41.257 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
112702026-09-06T04:51:42.387ZSep 06 04:51:41.263 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
112712026-09-06T04:51:42.411ZSep 06 04:51:41.288 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
112722026-09-06T04:51:42.466ZSep 06 04:51:41.342 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112732026-09-06T04:51:42.529ZSep 06 04:51:41.406 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112742026-09-06T04:51:42.584ZSep 06 04:51:41.460 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112752026-09-06T04:51:42.645ZSep 06 04:51:41.521 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
112762026-09-06T04:51:42.651ZSep 06 04:51:41.527 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
112772026-09-06T04:51:42.674ZSep 06 04:51:41.551 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
112782026-09-06T04:51:44.346ZSep 06 04:51:43.221 INFO [tuf-repo] task succeeded (45.633300001s)
112792026-09-06T04:54:06.864Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
112802026-09-06T04:54:06.867Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112812026-09-06T04:54:06.867Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112822026-09-06T04:54:09.560ZSep 06 04:54:08.435 INFO [verify-libraries] process exited with exit status: 0 (432.139321293s)
112832026-09-06T04:54:09.560ZSep 06 04:54:08.435 INFO all jobs completed in 1167.024888602s
112842026-09-06T04:54:10.739Zprocess exited: duration 1385977 ms, exit code 0
 
112852026-09-06T04:54:10.751Zfound 41 output files
112862026-09-06T04:54:10.751Zuploading: /work/manifest.toml (17334 bytes)
112872026-09-06T04:54:11.765Zuploaded: /work/manifest.toml
112882026-09-06T04:54:11.765Zuploading: /work/repo.zip (3310448843 bytes)
112892026-09-06T04:55:03.627Zuploaded: /work/repo.zip
112902026-09-06T04:55:03.627Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112912026-09-06T04:55:04.646Zuploaded: /work/repo.zip.sha256.txt
112922026-09-06T04:55:04.646Zuploading: /work/helios.json (647 bytes)
112932026-09-06T04:55:05.656Zuploaded: /work/helios.json
112942026-09-06T04:55:05.656Zuploading: /work/incorporation.p5m (113595 bytes)
112952026-09-06T04:55:06.670Zuploaded: /work/incorporation.p5m
112962026-09-06T04:55:06.670Zuploading: /work/incorporation.p5p (133120 bytes)
112972026-09-06T04:55:07.684Zuploaded: /work/incorporation.p5p
112982026-09-06T04:55:07.684Zuploading: /work/helios-incorp.log (522 bytes)
112992026-09-06T04:55:08.693Zuploaded: /work/helios-incorp.log
113002026-09-06T04:55:08.693Zuploading: /work/helios-setup.log (56780 bytes)
113012026-09-06T04:55:09.705Zuploaded: /work/helios-setup.log
113022026-09-06T04:55:09.705Zuploading: /work/host-image.log (234250 bytes)
113032026-09-06T04:55:10.720Zuploaded: /work/host-image.log
113042026-09-06T04:55:10.720Zuploading: /work/host-package.log (33379 bytes)
113052026-09-06T04:55:11.731Zuploaded: /work/host-package.log
113062026-09-06T04:55:11.732Zuploading: /work/host-target.log (101 bytes)
113072026-09-06T04:55:12.742Zuploaded: /work/host-target.log
113082026-09-06T04:55:12.742Zuploading: /work/incorp-create.log (0 bytes)
113092026-09-06T04:55:13.751Zuploaded: /work/incorp-create.log
113102026-09-06T04:55:13.751Zuploading: /work/incorp-fmt.log (0 bytes)
113112026-09-06T04:55:14.759Zuploaded: /work/incorp-fmt.log
113122026-09-06T04:55:14.759Zuploading: /work/incorp-pkgsend.log (108 bytes)
113132026-09-06T04:55:15.773Zuploaded: /work/incorp-pkgsend.log
113142026-09-06T04:55:15.773Zuploading: /work/incorp-publisher.log (0 bytes)
113152026-09-06T04:55:16.781Zuploaded: /work/incorp-publisher.log
113162026-09-06T04:55:16.781Zuploading: /work/omicron-package.log (10315 bytes)
113172026-09-06T04:55:17.793Zuploaded: /work/omicron-package.log
113182026-09-06T04:55:17.793Zuploading: /work/recovery-image.log (593268 bytes)
113192026-09-06T04:55:18.836Zuploaded: /work/recovery-image.log
113202026-09-06T04:55:18.836Zuploading: /work/recovery-package.log (321 bytes)
113212026-09-06T04:55:19.845Zuploaded: /work/recovery-package.log
113222026-09-06T04:55:19.845Zuploading: /work/recovery-target.log (98 bytes)
113232026-09-06T04:55:20.857Zuploaded: /work/recovery-target.log
113242026-09-06T04:55:20.857Zuploading: /work/stamp-clickhouse.log (117 bytes)
113252026-09-06T04:55:21.868Zuploaded: /work/stamp-clickhouse.log
113262026-09-06T04:55:21.868Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113272026-09-06T04:55:22.879Zuploaded: /work/stamp-clickhouse_keeper.log
113282026-09-06T04:55:22.879Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113292026-09-06T04:55:23.889Zuploaded: /work/stamp-clickhouse_server.log
113302026-09-06T04:55:23.889Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113312026-09-06T04:55:24.901Zuploaded: /work/stamp-cockroachdb.log
113322026-09-06T04:55:24.904Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113332026-09-06T04:55:25.912Zuploaded: /work/stamp-crucible-pantry-zone.log
113342026-09-06T04:55:25.912Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113352026-09-06T04:55:26.922Zuploaded: /work/stamp-crucible-utils.log
113362026-09-06T04:55:26.922Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113372026-09-06T04:55:27.932Zuploaded: /work/stamp-crucible-zone.log
113382026-09-06T04:55:27.932Zuploading: /work/stamp-external-dns.log (119 bytes)
113392026-09-06T04:55:28.944Zuploaded: /work/stamp-external-dns.log
113402026-09-06T04:55:28.944Zuploading: /work/stamp-installinator.log (103 bytes)
113412026-09-06T04:55:29.954Zuploaded: /work/stamp-installinator.log
113422026-09-06T04:55:29.957Zuploading: /work/stamp-internal-dns.log (119 bytes)
113432026-09-06T04:55:30.965Zuploaded: /work/stamp-internal-dns.log
113442026-09-06T04:55:30.965Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113452026-09-06T04:55:31.975Zuploaded: /work/stamp-mg-ddm-gz.log
113462026-09-06T04:55:31.975Zuploading: /work/stamp-nexus.log (112 bytes)
113472026-09-06T04:55:32.985Zuploaded: /work/stamp-nexus.log
113482026-09-06T04:55:32.985Zuploading: /work/stamp-ntp.log (110 bytes)
113492026-09-06T04:55:33.996Zuploaded: /work/stamp-ntp.log
113502026-09-06T04:55:33.996Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113512026-09-06T04:55:35.005Zuploaded: /work/stamp-omicron-sled-agent.log
113522026-09-06T04:55:35.005Zuploading: /work/stamp-overlay.log (114 bytes)
113532026-09-06T04:55:36.013Zuploaded: /work/stamp-overlay.log
113542026-09-06T04:55:36.013Zuploading: /work/stamp-oximeter.log (115 bytes)
113552026-09-06T04:55:37.023Zuploaded: /work/stamp-oximeter.log
113562026-09-06T04:55:37.023Zuploading: /work/stamp-oxlog.log (109 bytes)
113572026-09-06T04:55:38.034Zuploaded: /work/stamp-oxlog.log
113582026-09-06T04:55:38.034Zuploading: /work/stamp-probe.log (112 bytes)
113592026-09-06T04:55:39.044Zuploaded: /work/stamp-probe.log
113602026-09-06T04:55:39.044Zuploading: /work/stamp-propolis-server.log (122 bytes)
113612026-09-06T04:55:40.053Zuploaded: /work/stamp-propolis-server.log
113622026-09-06T04:55:40.053Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113632026-09-06T04:55:41.062Zuploaded: /work/stamp-pumpkind-gz.log
113642026-09-06T04:55:41.062Zuploading: /work/stamp-switch-asic.log (118 bytes)
113652026-09-06T04:55:42.070Zuploaded: /work/stamp-switch-asic.log
113662026-09-06T04:55:42.070Zuploading: /work/verify-libraries.log (50169 bytes)
113672026-09-06T04:55:43.081Zuploaded: /work/verify-libraries.log