01M2118FZ02JSMSVV3RXTK6GJJ: 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: 01M21190TX7Z0XHGS0AX4WYYHS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-08T17:33:44.298Zjob assigned to worker 01M211936M4HM859H7QJPP2WQ6 [factory aws, i-0134c4a1e64dd7e65] (queued for 46 s)
 
22026-09-08T17:33:51.876Zstarting task 0: "setup"
32026-09-08T17:33:51.881Z++ uname -s
42026-09-08T17:33:51.881Z+ kern=SunOS
52026-09-08T17:33:51.881Z+ build_user=build
62026-09-08T17:33:51.881Z+ build_uid=12345
72026-09-08T17:33:51.881Z+ work_dir=/work
82026-09-08T17:33:51.881Z+ input_dir=/input
92026-09-08T17:33:51.881Z+ [[ 0 == 12345 ]]
102026-09-08T17:33:51.881Z+ case "$kern" in
112026-09-08T17:33:51.881Z+ groupadd -g 12345 build
122026-09-08T17:33:51.881Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-08T17:33:53.883Z+ zfs create -o mountpoint=/work rpool/work
142026-09-08T17:33:54.060Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-08T17:33:54.063Z+ home_fs=zfs
162026-09-08T17:33:54.064Z+ [[ zfs == autofs ]]
172026-09-08T17:33:54.064Z+ mkdir -p /home/build
182026-09-08T17:33:54.066Z+ chown build:build /home/build /work
192026-09-08T17:33:56.066Z+ chmod 0700 /home/build /work
202026-09-08T17:33:56.070Zprocess exited: duration 4203 ms, exit code 0
 
212026-09-08T17:33:56.077Zstarting task 1: "rust-toolchain"
222026-09-08T17:33:56.081Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-08T17:33:56.081Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-08T17:33:56.081Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-08T17:33:56.081Z * rust toolchain channel = "1.98.1"
262026-09-08T17:33:56.081Z * rust toolchain profile = "default"
272026-09-08T17:33:56.081Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-08T17:33:56.084Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-08T17:33:56.084Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-08T17:33:56.171Zinfo: downloading installer
312026-09-08T17:33:57.480Zinfo: profile set to default
322026-09-08T17:33:57.482Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-08T17:33:57.485Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-08T17:33:57.639Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-08T17:33:57.642Zinfo: downloading 6 components
362026-09-08T17:34:12.088Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-08T17:34:12.088Z
382026-09-08T17:34:12.119Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-08T17:34:12.119Z
402026-09-08T17:34:12.123Z
412026-09-08T17:34:12.123ZRust is installed now. Great!
422026-09-08T17:34:12.123Z
432026-09-08T17:34:12.123ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-08T17:34:12.123Zenvironment variable. This has not been done automatically.
452026-09-08T17:34:12.123Z
462026-09-08T17:34:12.123ZTo configure your current shell, you need to source
472026-09-08T17:34:12.123Zthe corresponding env file under $HOME/.cargo.
482026-09-08T17:34:12.123Z
492026-09-08T17:34:12.123ZConsider running the right command for your shell (note the leading DOT):
502026-09-08T17:34:12.123Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-08T17:34:12.123Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-08T17:34:12.123ZCC_x86_64-unknown-illumos = None
532026-09-08T17:34:12.124Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-08T17:34:12.124ZCC_x86_64_unknown_illumos = None
552026-09-08T17:34:12.124Zcargo:rerun-if-env-changed=HOST_CC
562026-09-08T17:34:12.124ZHOST_CC = None
572026-09-08T17:34:12.124Zcargo:rerun-if-env-changed=CC
582026-09-08T17:34:12.124ZCC = None
592026-09-08T17:34:12.124Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-08T17:34:12.302Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-08T17:34:12.302ZCRATE_CC_NO_DEFAULTS = None
622026-09-08T17:34:12.302Zcargo:rerun-if-env-changed=CFLAGS
632026-09-08T17:34:12.302ZCFLAGS = None
642026-09-08T17:34:12.302Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-08T17:34:12.302ZHOST_CFLAGS = None
662026-09-08T17:34:12.303Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-08T17:34:12.303ZCFLAGS_x86_64_unknown_illumos = None
682026-09-08T17:34:12.303Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-08T17:34:12.303ZCFLAGS_x86_64-unknown-illumos = None
702026-09-08T17:34:12.407Z+ rustup --version
712026-09-08T17:34:12.411Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-08T17:34:12.416Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-08T17:34:12.433Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-08T17:34:12.438Z+ cargo --version
752026-09-08T17:34:12.445Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-08T17:34:12.451Z+ rustc --version
772026-09-08T17:34:12.467Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-08T17:34:12.470Zprocess exited: duration 16393 ms, exit code 0
 
792026-09-08T17:34:12.476Zstarting task 2: "authentication"
802026-09-08T17:34:12.494Zprocess exited: duration 17 ms, exit code 0
 
812026-09-08T17:34:12.501Zstarting task 3: "clone repository"
822026-09-08T17:34:12.505Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-08T17:34:12.508Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-08T17:34:12.539ZCloning into '/work/oxidecomputer/omicron'...
852026-09-08T17:34:25.859Z+ cd /work/oxidecomputer/omicron
862026-09-08T17:34:25.859Z+ git fetch origin 18da33a5edcfe447ce3ac852a9eda5eeb8af1a75
872026-09-08T17:34:26.256ZFrom https://github.com/oxidecomputer/omicron
882026-09-08T17:34:26.256Z * branch 18da33a5edcfe447ce3ac852a9eda5eeb8af1a75 -> FETCH_HEAD
892026-09-08T17:34:26.268Z+ [[ -n '' ]]
902026-09-08T17:34:26.268Z+ git reset --hard 18da33a5edcfe447ce3ac852a9eda5eeb8af1a75
912026-09-08T17:34:26.531ZHEAD is now at 18da33a5e rebase on main
922026-09-08T17:34:26.535Zprocess exited: duration 14033 ms, exit code 0
 
932026-09-08T17:34:26.543Zstarting task 4: "build"
942026-09-08T17:34:26.546Z+ source .github/buildomat/ci-env.sh
952026-09-08T17:34:26.549Z++ export CARGO_TERM_COLOR=always
962026-09-08T17:34:26.549Z++ CARGO_TERM_COLOR=always
972026-09-08T17:34:26.549Z+++ uname -s
982026-09-08T17:34:26.549Z++ [[ SunOS == \S\u\n\O\S ]]
992026-09-08T17:34:26.549Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1002026-09-08T17:34:26.552Z+ cargo --version
1012026-09-08T17:34:26.560Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1022026-09-08T17:34:26.563Z+ rustc --version
1032026-09-08T17:34:26.584Zrustc 1.98.1 (48a229cea 2026-09-01)
1042026-09-08T17:34:26.587Z+ cargo tree --locked
1052026-09-08T17:34:26.769Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062026-09-08T17:34:27.140Z Updating crates.io index
1072026-09-08T17:34:27.143Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1082026-09-08T17:34:27.456Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1092026-09-08T17:34:27.889Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1102026-09-08T17:34:28.200Z Updating git repository `https://github.com/oxidecomputer/propolis`
1112026-09-08T17:34:29.223Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1122026-09-08T17:34:29.831Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132026-09-08T17:34:31.505Z Updating git repository `https://github.com/oxidecomputer/opte`
1142026-09-08T17:34:32.457Z Updating git repository `https://github.com/oxidecomputer/tofino`
1152026-09-08T17:34:32.733Z Updating git repository `https://github.com/oxidecomputer/lldp`
1162026-09-08T17:34:33.095Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1172026-09-08T17:34:34.337Z Updating git repository `https://github.com/oxidecomputer/clickward`
1182026-09-08T17:34:34.695Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1192026-09-08T17:34:35.101Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-09-08T17:34:35.385Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-09-08T17:34:35.987Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-09-08T17:34:36.306Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-09-08T17:34:36.609Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242026-09-08T17:34:36.967Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1252026-09-08T17:34:37.271Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262026-09-08T17:34:37.652Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272026-09-08T17:34:38.261Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1282026-09-08T17:34:38.603Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-09-08T17:34:39.294Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302026-09-08T17:34:39.656Z Updating git repository `https://github.com/oxidecomputer/erebor`
1312026-09-08T17:34:40.238Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-09-08T17:34:40.701Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-09-08T17:34:41.024Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1342026-09-08T17:34:41.467Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352026-09-08T17:34:41.853Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362026-09-08T17:34:42.126Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372026-09-08T17:34:42.487Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-09-08T17:34:42.867Z Updating git repository `https://github.com/oxidecomputer/tough`
1392026-09-08T17:34:43.423Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402026-09-08T17:34:43.727Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1412026-09-08T17:34:44.047Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-09-08T17:34:44.428Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-09-08T17:34:45.214Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-09-08T17:34:45.528Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-09-08T17:34:45.837Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-09-08T17:34:46.197Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-09-08T17:34:46.498Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-08T17:34:46.922Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-09-08T17:34:50.033Z Downloading crates ...
1502026-09-08T17:34:50.088Z Downloaded cpufeatures v0.2.17
1512026-09-08T17:34:50.091Z Downloaded cpufeatures v0.3.0
1522026-09-08T17:34:50.091Z Downloaded convert_case v0.10.0
1532026-09-08T17:34:50.091Z Downloaded clap_lex v1.0.0
1542026-09-08T17:34:50.100Z Downloaded cmake v0.1.57
1552026-09-08T17:34:50.103Z Downloaded const_format v0.2.35
1562026-09-08T17:34:50.103Z Downloaded constant_time_eq v0.3.1
1572026-09-08T17:34:50.106Z Downloaded compression-core v0.4.31
1582026-09-08T17:34:50.106Z Downloaded crc-catalog v2.4.0
1592026-09-08T17:34:50.106Z Downloaded cipher v0.5.2
1602026-09-08T17:34:50.110Z Downloaded cobs v0.3.0
1612026-09-08T17:34:50.110Z Downloaded convert_case v0.4.0
1622026-09-08T17:34:50.110Z Downloaded diesel_table_macro_syntax v0.3.0
1632026-09-08T17:34:50.114Z Downloaded cpubits v0.1.1
1642026-09-08T17:34:50.117Z Downloaded cookie v0.18.1
1652026-09-08T17:34:50.120Z Downloaded compression-codecs v0.4.37
1662026-09-08T17:34:50.123Z Downloaded corncobs v0.1.4
1672026-09-08T17:34:50.126Z Downloaded goblin v0.8.2
1682026-09-08T17:34:50.129Z Downloaded addr2line v0.25.1
1692026-09-08T17:34:50.130Z Downloaded crunchy v0.2.4
1702026-09-08T17:34:50.130Z Downloaded heck v0.4.1
1712026-09-08T17:34:50.133Z Downloaded colorchoice v1.0.4
1722026-09-08T17:34:50.136Z Downloaded crossbeam-epoch v0.9.18
1732026-09-08T17:34:50.136Z Downloaded group v0.13.0
1742026-09-08T17:34:50.136Z Downloaded constant_time_eq v0.4.2
1752026-09-08T17:34:50.139Z Downloaded crucible-workspace-hack v0.1.0
1762026-09-08T17:34:50.139Z Downloaded heapless v0.7.17
1772026-09-08T17:34:50.139Z Downloaded hex v0.4.3
1782026-09-08T17:34:50.142Z Downloaded crc v3.4.0
1792026-09-08T17:34:50.142Z Downloaded guppy-workspace-hack v0.1.0
1802026-09-08T17:34:50.142Z Downloaded const_format_proc_macros v0.2.34
1812026-09-08T17:34:50.145Z Downloaded cmov v0.5.4
1822026-09-08T17:34:50.146Z Downloaded clap v4.6.1
1832026-09-08T17:34:50.150Z Downloaded cookie_store v0.22.1
1842026-09-08T17:34:50.153Z Downloaded http-body v1.0.1
1852026-09-08T17:34:50.153Z Downloaded httpdate v1.0.3
1862026-09-08T17:34:50.153Z Downloaded headers-core v0.3.0
1872026-09-08T17:34:50.157Z Downloaded hash32 v0.3.1
1882026-09-08T17:34:50.157Z Downloaded crc8 v0.1.1
1892026-09-08T17:34:50.160Z Downloaded group v0.14.0
1902026-09-08T17:34:50.164Z Downloaded hmac v0.13.0
1912026-09-08T17:34:50.164Z Downloaded hmac v0.12.1
1922026-09-08T17:34:50.167Z Downloaded http-body-util v0.1.3
1932026-09-08T17:34:50.167Z Downloaded hybrid-array v0.4.13
1942026-09-08T17:34:50.167Z Downloaded clap_derive v4.6.1
1952026-09-08T17:34:50.167Z Downloaded colored v2.2.0
1962026-09-08T17:34:50.171Z Downloaded iana-time-zone v0.1.65
1972026-09-08T17:34:50.171Z Downloaded hashbrown v0.13.2
1982026-09-08T17:34:50.174Z Downloaded cstr-argument v0.1.2
1992026-09-08T17:34:50.174Z Downloaded hostname v0.3.1
2002026-09-08T17:34:50.177Z Downloaded darling_macro v0.13.4
2012026-09-08T17:34:50.177Z Downloaded darling_macro v0.23.0
2022026-09-08T17:34:50.177Z Downloaded debug-ignore v1.0.5
2032026-09-08T17:34:50.178Z Downloaded instant v0.1.13
2042026-09-08T17:34:50.181Z Downloaded curve25519-dalek-derive v0.1.1
2052026-09-08T17:34:50.181Z Downloaded home v0.5.12
2062026-09-08T17:34:50.181Z Downloaded hubpack v0.1.2
2072026-09-08T17:34:50.185Z Downloaded darling_macro v0.20.11
2082026-09-08T17:34:50.188Z Downloaded heck v0.5.0
2092026-09-08T17:34:50.188Z Downloaded derive_builder_macro v0.20.2
2102026-09-08T17:34:50.188Z Downloaded idna_adapter v1.2.1
2112026-09-08T17:34:50.192Z Downloaded darling_macro v0.21.3
2122026-09-08T17:34:50.196Z Downloaded defmt-parser v1.0.0
2132026-09-08T17:34:50.199Z Downloaded crypto-common v0.1.7
2142026-09-08T17:34:50.202Z Downloaded instability v0.3.11
2152026-09-08T17:34:50.202Z Downloaded inout v0.1.4
2162026-09-08T17:34:50.206Z Downloaded assert_matches v1.5.0
2172026-09-08T17:34:50.206Z Downloaded http-range v0.1.5
2182026-09-08T17:34:50.206Z Downloaded defmt v0.3.100
2192026-09-08T17:34:50.209Z Downloaded is_ci v1.2.0
2202026-09-08T17:34:50.212Z Downloaded bb8 v0.8.6
2212026-09-08T17:34:50.212Z Downloaded illumos-nvpair-sys v0.2.0
2222026-09-08T17:34:50.212Z Downloaded is-terminal v0.4.17
2232026-09-08T17:34:50.212Z Downloaded is_terminal_polyfill v1.70.2
2242026-09-08T17:34:50.212Z Downloaded crossbeam-deque v0.8.6
2252026-09-08T17:34:50.216Z Downloaded criterion-plot v0.6.0
2262026-09-08T17:34:50.216Z Downloaded critical-section v1.2.0
2272026-09-08T17:34:50.216Z Downloaded daft v0.1.8
2282026-09-08T17:34:50.216Z Downloaded concurrent-queue v2.5.0
2292026-09-08T17:34:50.220Z Downloaded indoc v1.0.9
2302026-09-08T17:34:50.220Z Downloaded deranged v0.5.8
2312026-09-08T17:34:50.220Z Downloaded console v0.16.2
2322026-09-08T17:34:50.220Z Downloaded internet-checksum v0.2.1
2332026-09-08T17:34:50.223Z Downloaded async-object-pool v0.2.0
2342026-09-08T17:34:50.223Z Downloaded async-recursion v1.1.1
2352026-09-08T17:34:50.223Z Downloaded bit-set v0.5.3
2362026-09-08T17:34:50.226Z Downloaded hash32 v0.2.1
2372026-09-08T17:34:50.226Z Downloaded block-padding v0.4.2
2382026-09-08T17:34:50.230Z Downloaded cast v0.3.0
2392026-09-08T17:34:50.230Z Downloaded cfg-if v1.0.4
2402026-09-08T17:34:50.230Z Downloaded opaque-debug v0.3.1
2412026-09-08T17:34:50.233Z Downloaded ingot-types v0.2.0
2422026-09-08T17:34:50.236Z Downloaded data-encoding v2.10.0
2432026-09-08T17:34:50.236Z Downloaded daft-derive v0.1.8
2442026-09-08T17:34:50.239Z Downloaded darling v0.13.4
2452026-09-08T17:34:50.239Z Downloaded defmt v1.0.1
2462026-09-08T17:34:50.243Z Downloaded illumos-nvpair v0.3.0
2472026-09-08T17:34:50.243Z Downloaded ciborium-io v0.2.2
2482026-09-08T17:34:50.243Z Downloaded hostname v0.4.2
2492026-09-08T17:34:50.243Z Downloaded ident_case v1.0.1
2502026-09-08T17:34:50.243Z Downloaded hex-literal v0.4.1
2512026-09-08T17:34:50.246Z Downloaded hubpack_derive v0.1.1
2522026-09-08T17:34:50.246Z Downloaded ctr v0.10.1
2532026-09-08T17:34:50.250Z Downloaded hyper-tls v0.6.0
2542026-09-08T17:34:50.250Z Downloaded oxide-generation-macros v0.2.0
2552026-09-08T17:34:50.250Z Downloaded crossbeam-channel v0.5.15
2562026-09-08T17:34:50.253Z Downloaded csv-core v0.1.13
2572026-09-08T17:34:50.256Z Downloaded hex-literal v1.1.0
2582026-09-08T17:34:50.256Z Downloaded inout v0.2.2
2592026-09-08T17:34:50.256Z Downloaded openssl-probe v0.1.6
2602026-09-08T17:34:50.256Z Downloaded password-hash v0.6.1
2612026-09-08T17:34:50.259Z Downloaded ctutils v0.4.2
2622026-09-08T17:34:50.260Z Downloaded defmt-macros v1.0.1
2632026-09-08T17:34:50.260Z Downloaded der_derive v0.7.3
2642026-09-08T17:34:50.263Z Downloaded derive-ex v0.1.8
2652026-09-08T17:34:50.263Z Downloaded derive_builder_core v0.20.2
2662026-09-08T17:34:50.263Z Downloaded peg-runtime v0.8.5
2672026-09-08T17:34:50.263Z Downloaded castaway v0.2.4
2682026-09-08T17:34:50.263Z Downloaded ciborium-ll v0.2.2
2692026-09-08T17:34:50.263Z Downloaded potential_utf v0.1.4
2702026-09-08T17:34:50.266Z Downloaded crypto-common v0.2.2
2712026-09-08T17:34:50.266Z Downloaded pathdiff v0.2.3
2722026-09-08T17:34:50.266Z Downloaded delegate v0.13.5
2732026-09-08T17:34:50.266Z Downloaded clang-sys v1.8.1
2742026-09-08T17:34:50.269Z Downloaded percent-encoding v2.3.2
2752026-09-08T17:34:50.269Z Downloaded indent_write v2.2.0
2762026-09-08T17:34:50.270Z Downloaded indoc v2.0.7
2772026-09-08T17:34:50.273Z Downloaded ingot v0.2.1
2782026-09-08T17:34:50.273Z Downloaded anstyle v1.0.14
2792026-09-08T17:34:50.273Z Downloaded argon2 v0.5.3
2802026-09-08T17:34:50.273Z Downloaded autocfg v1.5.0
2812026-09-08T17:34:50.277Z Downloaded colored v3.1.1
2822026-09-08T17:34:50.277Z Downloaded console v0.15.11
2832026-09-08T17:34:50.277Z Downloaded crossbeam-utils v0.8.21
2842026-09-08T17:34:50.280Z Downloaded ipnetwork v0.21.1
2852026-09-08T17:34:50.280Z Downloaded predicates-tree v1.0.13
2862026-09-08T17:34:50.280Z Downloaded humantime v2.3.0
2872026-09-08T17:34:50.283Z Downloaded impl-trait-for-tuples v0.2.3
2882026-09-08T17:34:50.283Z Downloaded highway v1.3.0
2892026-09-08T17:34:50.283Z Downloaded bitfield v0.19.4
2902026-09-08T17:34:50.287Z Downloaded predicates-core v1.0.10
2912026-09-08T17:34:50.287Z Downloaded camino-tempfile-ext v0.3.3
2922026-09-08T17:34:50.290Z Downloaded darling v0.20.11
2932026-09-08T17:34:50.293Z Downloaded progenitor-client v0.14.0
2942026-09-08T17:34:50.293Z Downloaded httparse v1.10.1
2952026-09-08T17:34:50.297Z Downloaded datatest-stable v0.3.3
2962026-09-08T17:34:50.300Z Downloaded derive_builder v0.20.2
2972026-09-08T17:34:50.303Z Downloaded hyper-staticfile v0.10.1
2982026-09-08T17:34:50.303Z Downloaded ipnet v2.12.0
2992026-09-08T17:34:50.304Z Downloaded bytecount v0.6.9
3002026-09-08T17:34:50.308Z Downloaded rfc6979 v0.4.0
3012026-09-08T17:34:50.308Z Downloaded http v1.4.2
3022026-09-08T17:34:50.312Z Downloaded crc32fast v1.5.0
3032026-09-08T17:34:50.312Z Downloaded darling v0.23.0
3042026-09-08T17:34:50.323Z Downloaded hickory-client v0.25.2
3052026-09-08T17:34:50.323Z Downloaded hickory-resolver v0.24.4
3062026-09-08T17:34:50.326Z Downloaded diesel-dtrace v0.5.0
3072026-09-08T17:34:50.326Z Downloaded anyhow v1.0.104
3082026-09-08T17:34:50.326Z Downloaded darling v0.21.3
3092026-09-08T17:34:50.326Z Downloaded russh-cryptovec v0.62.0
3102026-09-08T17:34:50.326Z Downloaded parse-display-derive v0.10.0
3112026-09-08T17:34:50.326Z Downloaded scopeguard v1.2.0
3122026-09-08T17:34:50.326Z Downloaded const-oid v0.10.2
3132026-09-08T17:34:50.329Z Downloaded poly1305 v0.8.0
3142026-09-08T17:34:50.329Z Downloaded scroll_derive v0.13.1
3152026-09-08T17:34:50.330Z Downloaded serde-big-array v0.5.1
3162026-09-08T17:34:50.333Z Downloaded signature v3.0.0
3172026-09-08T17:34:50.333Z Downloaded const-oid v0.9.6
3182026-09-08T17:34:50.333Z Downloaded pin-project-lite v0.2.17
3192026-09-08T17:34:50.336Z Downloaded serde_spanned v1.1.1
3202026-09-08T17:34:50.336Z Downloaded stable_deref_trait v1.2.1
3212026-09-08T17:34:50.336Z Downloaded backon v1.6.0
3222026-09-08T17:34:50.339Z Downloaded half v1.8.3
3232026-09-08T17:34:50.339Z Downloaded bitflags v2.11.0
3242026-09-08T17:34:50.342Z Downloaded buf-list v1.1.2
3252026-09-08T17:34:50.342Z Downloaded port-file v0.1.0
3262026-09-08T17:34:50.346Z Downloaded predicates v3.1.4
3272026-09-08T17:34:50.346Z Downloaded psm v0.1.30
3282026-09-08T17:34:50.346Z Downloaded strip-ansi-escapes v0.2.1
3292026-09-08T17:34:50.350Z Downloaded subtle v2.6.1
3302026-09-08T17:34:50.350Z Downloaded supports-hyperlinks v3.2.0
3312026-09-08T17:34:50.350Z Downloaded httptest v0.16.4
3322026-09-08T17:34:50.353Z Downloaded proc-macro-error v1.0.4
3332026-09-08T17:34:50.353Z Downloaded rand_chacha v0.9.0
3342026-09-08T17:34:50.353Z Downloaded structmeta-derive v0.3.0
3352026-09-08T17:34:50.357Z Downloaded darling_core v0.13.4
3362026-09-08T17:34:50.357Z Downloaded crc-any v2.5.0
3372026-09-08T17:34:50.361Z Downloaded derive-where v1.6.0
3382026-09-08T17:34:50.361Z Downloaded tap v1.0.1
3392026-09-08T17:34:50.361Z Downloaded des v0.9.0
3402026-09-08T17:34:50.364Z Downloaded icu_properties v2.1.2
3412026-09-08T17:34:50.364Z Downloaded progenitor-extras v0.2.0
3422026-09-08T17:34:50.364Z Downloaded hyper-rustls v0.27.7
3432026-09-08T17:34:50.367Z Downloaded target-triple v1.0.0
3442026-09-08T17:34:50.367Z Downloaded termtree v0.5.1
3452026-09-08T17:34:50.371Z Downloaded thread-id v5.1.0
3462026-09-08T17:34:50.374Z Downloaded unarray v0.1.4
3472026-09-08T17:34:50.379Z Downloaded unicode-truncate v1.1.0
3482026-09-08T17:34:50.383Z Downloaded ingot-macros v0.2.0
3492026-09-08T17:34:50.383Z Downloaded itertools v0.10.5
3502026-09-08T17:34:50.387Z Downloaded relative-path v1.9.3
3512026-09-08T17:34:50.387Z Downloaded rpassword v7.5.4
3522026-09-08T17:34:50.387Z Downloaded derive_more v0.99.20
3532026-09-08T17:34:50.391Z Downloaded tower-service v0.3.3
3542026-09-08T17:34:50.391Z Downloaded universal-hash v0.6.1
3552026-09-08T17:34:50.391Z Downloaded usdt-attr-macro v0.6.0
3562026-09-08T17:34:50.395Z Downloaded sec1 v0.8.1
3572026-09-08T17:34:50.395Z Downloaded serde_derive_internals v0.29.1
3582026-09-08T17:34:50.398Z Downloaded pkcs1 v0.7.5
3592026-09-08T17:34:50.398Z Downloaded similar-asserts v1.7.0
3602026-09-08T17:34:50.398Z Downloaded wait-timeout v0.2.1
3612026-09-08T17:34:50.401Z Downloaded want v0.3.1
3622026-09-08T17:34:50.401Z Downloaded yoke-derive v0.8.1
3632026-09-08T17:34:50.401Z Downloaded zeroize_derive v1.5.0
3642026-09-08T17:34:50.404Z Downloaded argon2 v0.6.0-rc.8
3652026-09-08T17:34:50.405Z Downloaded quote v1.0.45
3662026-09-08T17:34:50.408Z Downloaded sha2 v0.10.9
3672026-09-08T17:34:50.408Z Downloaded slog-scope v4.4.1
3682026-09-08T17:34:50.411Z Downloaded indexmap v1.9.3
3692026-09-08T17:34:50.411Z Downloaded difflib v0.4.0
3702026-09-08T17:34:50.411Z Downloaded icu_provider v2.1.1
3712026-09-08T17:34:50.415Z Downloaded dropshot-api-manager-types v0.8.0
3722026-09-08T17:34:50.415Z Downloaded dtrace-parser v0.3.0
3732026-09-08T17:34:50.415Z Downloaded dunce v1.0.5
3742026-09-08T17:34:50.415Z Downloaded endian-type v0.1.2
3752026-09-08T17:34:50.418Z Downloaded compact_str v0.8.1
3762026-09-08T17:34:50.418Z Downloaded ignore v0.4.25
3772026-09-08T17:34:50.418Z Downloaded darling_core v0.23.0
3782026-09-08T17:34:50.422Z Downloaded oxide-update-engine-types v0.1.2
3792026-09-08T17:34:50.425Z Downloaded snafu-derive v0.8.9
3802026-09-08T17:34:50.425Z Downloaded smf v0.2.3
3812026-09-08T17:34:50.425Z Downloaded spki v0.7.3
3822026-09-08T17:34:50.429Z Downloaded rustls-pki-types v1.14.0
3832026-09-08T17:34:50.429Z Downloaded document-features v0.2.12
3842026-09-08T17:34:50.430Z Downloaded embedded-io v0.4.0
3852026-09-08T17:34:50.430Z Downloaded tokio-tungstenite v0.21.0
3862026-09-08T17:34:50.433Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3872026-09-08T17:34:50.433Z Downloaded indicatif v0.18.4
3882026-09-08T17:34:50.433Z Downloaded fnv v1.0.7
3892026-09-08T17:34:50.436Z Downloaded futures-task v0.3.32
3902026-09-08T17:34:50.436Z Downloaded funty v2.0.0
3912026-09-08T17:34:50.436Z Downloaded heapless v0.8.0
3922026-09-08T17:34:50.436Z Downloaded half v2.7.1
3932026-09-08T17:34:50.439Z Downloaded ghash v0.6.0
3942026-09-08T17:34:50.443Z Downloaded time-macros v0.2.27
3952026-09-08T17:34:50.443Z Downloaded tinystr v0.8.2
3962026-09-08T17:34:50.443Z Downloaded form_urlencoded v1.2.2
3972026-09-08T17:34:50.443Z Downloaded fixedbitset v0.4.2
3982026-09-08T17:34:50.446Z Downloaded oso v0.27.3
3992026-09-08T17:34:50.446Z Downloaded escape8259 v0.5.3
4002026-09-08T17:34:50.450Z Downloaded tiny-keccak v2.0.2
4012026-09-08T17:34:50.455Z Downloaded semver v1.0.28
4022026-09-08T17:34:50.459Z Downloaded darling_core v0.20.11
4032026-09-08T17:34:50.459Z Downloaded darling_core v0.21.3
4042026-09-08T17:34:50.462Z Downloaded usdt-impl v0.5.0
4052026-09-08T17:34:50.462Z Downloaded lalrpop-util v0.19.12
4062026-09-08T17:34:50.462Z Downloaded maplit v1.0.2
4072026-09-08T17:34:50.462Z Downloaded jiff-static v0.2.34
4082026-09-08T17:34:50.462Z Downloaded xshell v0.2.7
4092026-09-08T17:34:50.466Z Downloaded libscf-sys v1.2.0
4102026-09-08T17:34:50.467Z Downloaded papergrid v0.18.0
4112026-09-08T17:34:50.470Z Downloaded proc-macro2 v1.0.106
4122026-09-08T17:34:50.470Z Downloaded vergen-lib v9.1.0
4132026-09-08T17:34:50.470Z Downloaded strum_macros v0.26.4
4142026-09-08T17:34:50.470Z Downloaded md5 v0.8.0
4152026-09-08T17:34:50.475Z Downloaded array-init v0.0.4
4162026-09-08T17:34:50.478Z Downloaded icu_normalizer_data v2.1.1
4172026-09-08T17:34:50.481Z Downloaded wyz v0.5.1
4182026-09-08T17:34:50.485Z Downloaded tempfile v3.27.0
4192026-09-08T17:34:50.485Z Downloaded icu_normalizer v2.1.1
4202026-09-08T17:34:50.488Z Downloaded rand_core v0.6.4
4212026-09-08T17:34:50.488Z Downloaded ryu v1.0.23
4222026-09-08T17:34:50.491Z Downloaded env_logger v0.11.11
4232026-09-08T17:34:50.496Z Downloaded find-msvc-tools v0.1.9
4242026-09-08T17:34:50.496Z Downloaded displaydoc v0.2.5
4252026-09-08T17:34:50.496Z Downloaded foldhash v0.1.5
4262026-09-08T17:34:50.500Z Downloaded futures-timer v3.0.3
4272026-09-08T17:34:50.500Z Downloaded num-iter v0.1.45
4282026-09-08T17:34:50.500Z Downloaded arrayref v0.3.9
4292026-09-08T17:34:50.500Z Downloaded async-stream-impl v0.3.6
4302026-09-08T17:34:50.503Z Downloaded twox-hash v2.1.2
4312026-09-08T17:34:50.506Z Downloaded der v0.7.10
4322026-09-08T17:34:50.513Z Downloaded serde_derive v1.0.228
4332026-09-08T17:34:50.516Z Downloaded vergen-git2 v9.1.0
4342026-09-08T17:34:50.516Z Downloaded bcrypt-pbkdf v0.11.0
4352026-09-08T17:34:50.516Z Downloaded sha2 v0.11.0
4362026-09-08T17:34:50.520Z Downloaded fallible-iterator v0.2.0
4372026-09-08T17:34:50.520Z Downloaded futures-executor v0.3.32
4382026-09-08T17:34:50.520Z Downloaded hashbrown v0.16.1
4392026-09-08T17:34:50.523Z Downloaded icu_locale_core v2.1.1
4402026-09-08T17:34:50.529Z Downloaded linkme v0.3.35
4412026-09-08T17:34:50.530Z Downloaded clap_builder v4.6.0
4422026-09-08T17:34:50.534Z Downloaded cfg_aliases v0.1.1
4432026-09-08T17:34:50.534Z Downloaded cfg_aliases v0.2.1
4442026-09-08T17:34:50.534Z Downloaded rcgen v0.12.1
4452026-09-08T17:34:50.534Z Downloaded toml_parser v1.1.2+spec-1.1.0
4462026-09-08T17:34:50.534Z Downloaded slog v2.8.2
4472026-09-08T17:34:50.537Z Downloaded papergrid v0.11.0
4482026-09-08T17:34:50.537Z Downloaded diff v0.1.13
4492026-09-08T17:34:50.540Z Downloaded pest_meta v2.8.6
4502026-09-08T17:34:50.540Z Downloaded lock_api v0.4.14
4512026-09-08T17:34:50.540Z Downloaded multer v3.1.0
4522026-09-08T17:34:50.543Z Downloaded libefi-sys v0.1.0
4532026-09-08T17:34:50.543Z Downloaded libsw v3.5.0
4542026-09-08T17:34:50.543Z Downloaded zerocopy-derive v0.7.35
4552026-09-08T17:34:50.546Z Downloaded proc-macro-error-attr2 v2.0.0
4562026-09-08T17:34:50.546Z Downloaded newtype-uuid v1.3.2
4572026-09-08T17:34:50.546Z Downloaded parse-size v1.1.0
4582026-09-08T17:34:50.546Z Downloaded pretty-hex v0.4.1
4592026-09-08T17:34:50.549Z Downloaded criterion v0.7.0
4602026-09-08T17:34:50.553Z Downloaded crypto-bigint v0.5.5
4612026-09-08T17:34:50.556Z Downloaded derive_more v2.1.1
4622026-09-08T17:34:50.560Z Downloaded diesel_derives v2.3.7
4632026-09-08T17:34:50.564Z Downloaded textwrap v0.15.2
4642026-09-08T17:34:50.567Z Downloaded toml v0.7.8
4652026-09-08T17:34:50.569Z Downloaded icu_collections v2.1.1
4662026-09-08T17:34:50.573Z Downloaded async-stream v0.3.6
4672026-09-08T17:34:50.573Z Downloaded recursive v0.1.1
4682026-09-08T17:34:50.573Z Downloaded async-trait v0.1.89
4692026-09-08T17:34:50.576Z Downloaded rustc_version v0.4.1
4702026-09-08T17:34:50.576Z Downloaded headers v0.4.1
4712026-09-08T17:34:50.579Z Downloaded same-file v1.0.6
4722026-09-08T17:34:50.579Z Downloaded spin v0.9.8
4732026-09-08T17:34:50.579Z Downloaded tungstenite v0.21.0
4742026-09-08T17:34:50.582Z Downloaded tungstenite v0.23.0
4752026-09-08T17:34:50.582Z Downloaded bs58 v0.5.1
4762026-09-08T17:34:50.582Z Downloaded nu-ansi-term v0.50.3
4772026-09-08T17:34:50.586Z Downloaded num-complex v0.4.6
4782026-09-08T17:34:50.586Z Downloaded num-rational v0.4.2
4792026-09-08T17:34:50.586Z Downloaded rand_xorshift v0.4.0
4802026-09-08T17:34:50.586Z Downloaded rfc6979 v0.6.0
4812026-09-08T17:34:50.589Z Downloaded schemars v0.8.22
4822026-09-08T17:34:50.593Z Downloaded bitflags v1.3.2
4832026-09-08T17:34:50.596Z Downloaded sapling-renderdag v0.1.0
4842026-09-08T17:34:50.596Z Downloaded hickory-resolver v0.25.2
4852026-09-08T17:34:50.599Z Downloaded anstream v1.0.0
4862026-09-08T17:34:50.599Z Downloaded hickory-server v0.25.2
4872026-09-08T17:34:50.602Z Downloaded byteorder v1.5.0
4882026-09-08T17:34:50.602Z Downloaded cargo_metadata v0.23.1
4892026-09-08T17:34:50.605Z Downloaded chacha20 v0.9.1
4902026-09-08T17:34:50.605Z Downloaded oxnet v0.1.6
4912026-09-08T17:34:50.605Z Downloaded secrecy v0.8.0
4922026-09-08T17:34:50.605Z Downloaded signature v2.2.0
4932026-09-08T17:34:50.609Z Downloaded backtrace v0.3.76
4942026-09-08T17:34:50.609Z Downloaded packed_struct v0.10.1
4952026-09-08T17:34:50.612Z Downloaded internal-russh-num-bigint v0.5.0
4962026-09-08T17:34:50.612Z Downloaded textwrap v0.16.2
4972026-09-08T17:34:50.616Z Downloaded phf v0.13.1
4982026-09-08T17:34:50.616Z Downloaded cassowary v0.3.0
4992026-09-08T17:34:50.616Z Downloaded oxide-generation v0.1.3
5002026-09-08T17:34:50.616Z Downloaded peg-macros v0.8.5
5012026-09-08T17:34:50.619Z Downloaded serde_regex v1.1.0
5022026-09-08T17:34:50.619Z Downloaded structmeta v0.3.0
5032026-09-08T17:34:50.619Z Downloaded sync-ptr v0.1.4
5042026-09-08T17:34:50.619Z Downloaded uuid v1.23.4
5052026-09-08T17:34:50.619Z Downloaded pem-rfc7468 v0.7.0
5062026-09-08T17:34:50.623Z Downloaded der v0.8.0
5072026-09-08T17:34:50.623Z Downloaded derive_more-impl v2.1.1
5082026-09-08T17:34:50.626Z Downloaded getrandom v0.3.4
5092026-09-08T17:34:50.629Z Downloaded getrandom v0.4.3
5102026-09-08T17:34:50.629Z Downloaded async-lock v3.4.2
5112026-09-08T17:34:50.632Z Downloaded partial-io v0.5.4
5122026-09-08T17:34:50.632Z Downloaded pem v3.0.6
5132026-09-08T17:34:50.633Z Downloaded hashbrown v0.12.3
5142026-09-08T17:34:50.638Z Downloaded pkg-config v0.3.32
5152026-09-08T17:34:50.638Z Downloaded primeorder v0.13.6
5162026-09-08T17:34:50.638Z Downloaded progenitor-client v0.13.0
5172026-09-08T17:34:50.641Z Downloaded rustls-native-certs v0.8.3
5182026-09-08T17:34:50.641Z Downloaded supports-color v3.0.2
5192026-09-08T17:34:50.641Z Downloaded swrite v0.1.0
5202026-09-08T17:34:50.641Z Downloaded tinyvec_macros v0.1.1
5212026-09-08T17:34:50.641Z Downloaded rand_core v0.10.0
5222026-09-08T17:34:50.641Z Downloaded toml_write v0.1.2
5232026-09-08T17:34:50.641Z Downloaded rusty-fork v0.3.1
5242026-09-08T17:34:50.644Z Downloaded zopfli v0.8.3
5252026-09-08T17:34:50.644Z Downloaded ahash v0.8.12
5262026-09-08T17:34:50.645Z Downloaded bcs v0.1.6
5272026-09-08T17:34:50.647Z Downloaded blake2b_simd v1.0.4
5282026-09-08T17:34:50.648Z Downloaded scroll v0.12.0
5292026-09-08T17:34:50.648Z Downloaded trait-variant v0.1.2
5302026-09-08T17:34:50.648Z Downloaded utf8_iter v1.0.4
5312026-09-08T17:34:50.648Z Downloaded chacha20 v0.10.0
5322026-09-08T17:34:50.651Z Downloaded shlex v1.3.0
5332026-09-08T17:34:50.651Z Downloaded siphasher v1.0.2
5342026-09-08T17:34:50.651Z Downloaded anstream v0.6.21
5352026-09-08T17:34:50.651Z Downloaded slab v0.4.12
5362026-09-08T17:34:50.654Z Downloaded hyper-util v0.1.20
5372026-09-08T17:34:50.658Z Downloaded rand v0.8.6
5382026-09-08T17:34:50.659Z Downloaded zerofrom-derive v0.1.6
5392026-09-08T17:34:50.659Z Downloaded downcast-rs v2.0.2
5402026-09-08T17:34:50.659Z Downloaded pkcs1 v0.8.0-rc.4
5412026-09-08T17:34:50.662Z Downloaded slog-stdlog v4.1.1
5422026-09-08T17:34:50.662Z Downloaded poly1305 v0.9.0
5432026-09-08T17:34:50.662Z Downloaded postgres-types v0.2.12
5442026-09-08T17:34:50.662Z Downloaded rsa v0.9.10
5452026-09-08T17:34:50.665Z Downloaded camino v1.2.5
5462026-09-08T17:34:50.666Z Downloaded slog-term v2.9.2
5472026-09-08T17:34:50.669Z Downloaded zone_cfg_derive v0.3.1
5482026-09-08T17:34:50.669Z Downloaded dirs-sys-next v0.1.2
5492026-09-08T17:34:50.669Z Downloaded slog-json v2.6.1
5502026-09-08T17:34:50.669Z Downloaded stacker v0.1.23
5512026-09-08T17:34:50.669Z Downloaded static_assertions v1.1.0
5522026-09-08T17:34:50.672Z Downloaded embedded-io v0.6.1
5532026-09-08T17:34:50.672Z Downloaded errno v0.3.14
5542026-09-08T17:34:50.672Z Downloaded crossterm v0.28.1
5552026-09-08T17:34:50.676Z Downloaded strum_macros v0.27.2
5562026-09-08T17:34:50.676Z Downloaded tokio-postgres v0.7.16
5572026-09-08T17:34:50.679Z Downloaded parking_lot v0.12.5
5582026-09-08T17:34:50.679Z Downloaded supports-unicode v3.0.0
5592026-09-08T17:34:50.682Z Downloaded futures-io v0.3.32
5602026-09-08T17:34:50.682Z Downloaded keccak v0.1.6
5612026-09-08T17:34:50.682Z Downloaded url v2.5.8
5622026-09-08T17:34:50.682Z Downloaded fastrand v2.3.0
5632026-09-08T17:34:50.682Z Downloaded foreign-types-shared v0.1.1
5642026-09-08T17:34:50.687Z Downloaded thread_local v1.1.9
5652026-09-08T17:34:50.687Z Downloaded tinytemplate v1.2.1
5662026-09-08T17:34:50.687Z Downloaded typify-macro v0.6.2
5672026-09-08T17:34:50.687Z Downloaded fxhash v0.2.1
5682026-09-08T17:34:50.687Z Downloaded itoa v1.0.17
5692026-09-08T17:34:50.691Z Downloaded lru-slab v0.1.2
5702026-09-08T17:34:50.691Z Downloaded knus v3.4.0
5712026-09-08T17:34:50.692Z Downloaded log v0.4.33
5722026-09-08T17:34:50.692Z Downloaded match_cfg v0.1.0
5732026-09-08T17:34:50.695Z Downloaded target-lexicon v0.13.3
5742026-09-08T17:34:50.695Z Downloaded whoami v1.6.1
5752026-09-08T17:34:50.698Z Downloaded walkdir v2.5.0
5762026-09-08T17:34:50.701Z Downloaded thiserror-impl v2.0.18
5772026-09-08T17:34:50.701Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5782026-09-08T17:34:50.705Z Downloaded nested v0.1.1
5792026-09-08T17:34:50.705Z Downloaded nonempty v0.12.0
5802026-09-08T17:34:50.705Z Downloaded whoami v2.1.0
5812026-09-08T17:34:50.705Z Downloaded digest v0.10.7
5822026-09-08T17:34:50.710Z Downloaded indexmap v2.14.0
5832026-09-08T17:34:50.711Z Downloaded ecdsa v0.16.9
5842026-09-08T17:34:50.714Z Downloaded atomic-waker v1.1.2
5852026-09-08T17:34:50.717Z Downloaded cargo-platform v0.3.2
5862026-09-08T17:34:50.717Z Downloaded assert-json-diff v2.0.2
5872026-09-08T17:34:50.720Z Downloaded ena v0.14.4
5882026-09-08T17:34:50.720Z Downloaded fs_extra v1.3.0
5892026-09-08T17:34:50.720Z Downloaded base16ct v1.0.0
5902026-09-08T17:34:50.720Z Downloaded block-buffer v0.10.4
5912026-09-08T17:34:50.724Z Downloaded serde_tokenstream v0.2.3
5922026-09-08T17:34:50.727Z Downloaded knus-derive v3.4.0
5932026-09-08T17:34:50.727Z Downloaded path-slash v0.1.5
5942026-09-08T17:34:50.731Z Downloaded plotters-backend v0.3.7
5952026-09-08T17:34:50.734Z Downloaded packed_struct_codegen v0.10.1
5962026-09-08T17:34:50.734Z Downloaded parking v2.2.1
5972026-09-08T17:34:50.739Z Downloaded ff v0.14.0
5982026-09-08T17:34:50.743Z Downloaded rustyline v14.0.0
5992026-09-08T17:34:50.747Z Downloaded libsw-core v0.3.2
6002026-09-08T17:34:50.747Z Downloaded radium v0.7.0
6012026-09-08T17:34:50.747Z Downloaded openssl-sys v0.9.117
6022026-09-08T17:34:50.750Z Downloaded proc-macro-error-attr v1.0.4
6032026-09-08T17:34:50.750Z Downloaded serde_core v1.0.228
6042026-09-08T17:34:50.753Z Downloaded usdt-impl v0.6.0
6052026-09-08T17:34:50.753Z Downloaded miniz_oxide v0.8.9
6062026-09-08T17:34:50.754Z Downloaded foldhash v0.2.0
6072026-09-08T17:34:50.754Z Downloaded miette-derive v7.6.0
6082026-09-08T17:34:50.757Z Downloaded progenitor-macro v0.13.0
6092026-09-08T17:34:50.757Z Downloaded serde_plain v1.0.2
6102026-09-08T17:34:50.760Z Downloaded progenitor-impl v0.13.0
6112026-09-08T17:34:50.763Z Downloaded scroll_derive v0.12.1
6122026-09-08T17:34:50.763Z Downloaded signal-hook-tokio v0.3.1
6132026-09-08T17:34:50.763Z Downloaded yasna v0.5.2
6142026-09-08T17:34:50.763Z Downloaded nanorand v0.7.0
6152026-09-08T17:34:50.763Z Downloaded target-spec v3.5.7
6162026-09-08T17:34:50.769Z Downloaded anstyle-parse v0.2.7
6172026-09-08T17:34:50.772Z Downloaded tokio-stream v0.1.18
6182026-09-08T17:34:50.775Z Downloaded anstyle-parse v1.0.0
6192026-09-08T17:34:50.775Z Downloaded shell-words v1.1.1
6202026-09-08T17:34:50.778Z Downloaded supports-color v2.1.0
6212026-09-08T17:34:50.778Z Downloaded num_enum v0.5.11
6222026-09-08T17:34:50.784Z Downloaded fancy-regex v0.14.0
6232026-09-08T17:34:50.784Z Downloaded ron v0.8.1
6242026-09-08T17:34:50.787Z Downloaded aes v0.9.1
6252026-09-08T17:34:50.787Z Downloaded unicode-segmentation v1.12.0
6262026-09-08T17:34:50.790Z Downloaded native-tls v0.2.18
6272026-09-08T17:34:50.790Z Downloaded strsim v0.11.1
6282026-09-08T17:34:50.790Z Downloaded oxide-update-engine-display v0.1.2
6292026-09-08T17:34:50.790Z Downloaded aead v0.6.1
6302026-09-08T17:34:50.830Z Downloaded owo-colors v3.5.0
6312026-09-08T17:34:50.830Z Downloaded tabled_derive v0.7.0
6322026-09-08T17:34:50.830Z Downloaded thiserror-impl-no-std v2.0.2
6332026-09-08T17:34:50.830Z Downloaded itertools v0.12.1
6342026-09-08T17:34:50.831Z Downloaded vergen v9.1.0
6352026-09-08T17:34:50.831Z Downloaded thread-id v4.2.2
6362026-09-08T17:34:50.831Z Downloaded toml_datetime v0.6.11
6372026-09-08T17:34:50.831Z Downloaded litemap v0.8.1
6382026-09-08T17:34:50.831Z Downloaded tinyvec v1.10.0
6392026-09-08T17:34:50.831Z Downloaded terminal_size v0.4.3
6402026-09-08T17:34:50.831Z Downloaded aes-gcm v0.11.0
6412026-09-08T17:34:50.831Z Downloaded postgres-protocol v0.6.10
6422026-09-08T17:34:50.831Z Downloaded unit-prefix v0.5.2
6432026-09-08T17:34:50.831Z Downloaded universal-hash v0.5.1
6442026-09-08T17:34:50.831Z Downloaded usdt-macro v0.6.0
6452026-09-08T17:34:50.831Z Downloaded serde_yaml v0.9.34+deprecated
6462026-09-08T17:34:50.831Z Downloaded unicode-bidi v0.3.18
6472026-09-08T17:34:50.831Z Downloaded r2d2 v0.8.10
6482026-09-08T17:34:50.831Z Downloaded serde_path_to_error v0.1.20
6492026-09-08T17:34:50.832Z Downloaded serde_with v1.14.0
6502026-09-08T17:34:50.832Z Downloaded progenitor-impl v0.14.0
6512026-09-08T17:34:50.832Z Downloaded rustversion v1.0.22
6522026-09-08T17:34:50.832Z Downloaded schemars_derive v0.8.22
6532026-09-08T17:34:50.832Z Downloaded scroll v0.13.0
6542026-09-08T17:34:50.832Z Downloaded zerofrom v0.1.6
6552026-09-08T17:34:50.832Z Downloaded dof v0.4.0
6562026-09-08T17:34:50.832Z Downloaded dsl_auto_type v0.2.0
6572026-09-08T17:34:50.832Z Downloaded getrandom v0.2.17
6582026-09-08T17:34:50.832Z Downloaded primefield v0.14.0
6592026-09-08T17:34:50.832Z Downloaded hashbrown v0.15.5
6602026-09-08T17:34:50.836Z Downloaded memmap2 v0.9.10
6612026-09-08T17:34:50.836Z Downloaded assert_cmd v2.1.2
6622026-09-08T17:34:50.836Z Downloaded serdect v0.4.3
6632026-09-08T17:34:50.840Z Downloaded digest-io v0.1.0
6642026-09-08T17:34:50.840Z Downloaded smallvec v0.6.14
6652026-09-08T17:34:50.843Z Downloaded ed25519-dalek v3.0.0
6662026-09-08T17:34:50.843Z Downloaded event-listener-strategy v0.5.4
6672026-09-08T17:34:50.843Z Downloaded cfg-expr v0.20.6
6682026-09-08T17:34:50.847Z Downloaded ssh-cipher v0.3.0
6692026-09-08T17:34:50.847Z Downloaded hyper v1.10.1
6702026-09-08T17:34:50.850Z Downloaded pem-rfc7468 v1.0.0
6712026-09-08T17:34:50.855Z Downloaded support-bundle-viewer v0.1.2
6722026-09-08T17:34:50.855Z Downloaded thiserror-no-std v2.0.2
6732026-09-08T17:34:50.855Z Downloaded foreign-types v0.5.0
6742026-09-08T17:34:50.855Z Downloaded float-cmp v0.10.0
6752026-09-08T17:34:50.858Z Downloaded blake2 v0.11.0-rc.6
6762026-09-08T17:34:50.858Z Downloaded thiserror v1.0.69
6772026-09-08T17:34:50.858Z Downloaded libbz2-rs-sys v0.2.2
6782026-09-08T17:34:50.862Z Downloaded linked-hash-map v0.5.6
6792026-09-08T17:34:50.862Z Downloaded crossterm v0.29.0
6802026-09-08T17:34:50.865Z Downloaded postcard v1.1.3
6812026-09-08T17:34:50.866Z Downloaded toml_writer v1.1.1+spec-1.1.0
6822026-09-08T17:34:50.866Z Downloaded vergen-lib v0.1.6
6832026-09-08T17:34:50.866Z Downloaded md-5 v0.10.6
6842026-09-08T17:34:50.869Z Downloaded memmap v0.7.0
6852026-09-08T17:34:50.869Z Downloaded maybe-uninit v2.0.0
6862026-09-08T17:34:50.869Z Downloaded new_debug_unreachable v1.0.6
6872026-09-08T17:34:50.869Z Downloaded stringmetrics v2.2.2
6882026-09-08T17:34:50.869Z Downloaded nibble_vec v0.1.0
6892026-09-08T17:34:50.869Z Downloaded num_enum_derive v0.5.11
6902026-09-08T17:34:50.872Z Downloaded serde v1.0.228
6912026-09-08T17:34:50.872Z Downloaded quinn-udp v0.5.14
6922026-09-08T17:34:50.872Z Downloaded lru-cache v0.1.2
6932026-09-08T17:34:50.876Z Downloaded num-conv v0.2.0
6942026-09-08T17:34:50.876Z Downloaded approx v0.5.1
6952026-09-08T17:34:50.876Z Downloaded salsa20 v0.11.0
6962026-09-08T17:34:50.876Z Downloaded vergen-gitcl v1.0.8
6972026-09-08T17:34:50.876Z Downloaded writeable v0.6.2
6982026-09-08T17:34:50.879Z Downloaded tokio-tungstenite v0.23.1
6992026-09-08T17:34:50.879Z Downloaded anstyle-query v1.1.5
7002026-09-08T17:34:50.879Z Downloaded ed25519 v2.2.3
7012026-09-08T17:34:50.882Z Downloaded num-traits v0.2.19
7022026-09-08T17:34:50.883Z Downloaded itertools v0.14.0
7032026-09-08T17:34:50.887Z Downloaded rand v0.9.2
7042026-09-08T17:34:50.890Z Downloaded nom v7.1.3
7052026-09-08T17:34:50.890Z Downloaded bitfield-macros v0.19.4
7062026-09-08T17:34:50.891Z Downloaded dropshot_endpoint v0.17.1
7072026-09-08T17:34:50.894Z Downloaded ff v0.13.1
7082026-09-08T17:34:50.894Z Downloaded atomicwrites v0.4.4
7092026-09-08T17:34:50.894Z Downloaded bitfield-struct v0.6.2
7102026-09-08T17:34:50.894Z Downloaded pest_generator v2.8.6
7112026-09-08T17:34:50.900Z Downloaded olpc-cjson v0.1.4
7122026-09-08T17:34:50.900Z Downloaded precomputed-hash v0.1.1
7132026-09-08T17:34:50.900Z Downloaded idna v1.1.0
7142026-09-08T17:34:50.903Z Downloaded phf_shared v0.12.1
7152026-09-08T17:34:50.903Z Downloaded itertools v0.13.0
7162026-09-08T17:34:50.906Z Downloaded tar v0.4.46
7172026-09-08T17:34:50.910Z Downloaded rand_pcg v0.10.2
7182026-09-08T17:34:50.910Z Downloaded hashbrown v0.14.5
7192026-09-08T17:34:50.913Z Downloaded rust-argon2 v2.1.0
7202026-09-08T17:34:50.913Z Downloaded guppy v0.17.25
7212026-09-08T17:34:50.917Z Downloaded zstd v0.13.3
7222026-09-08T17:34:50.917Z Downloaded fs-err v3.3.0
7232026-09-08T17:34:50.920Z Downloaded hkdf v0.13.0
7242026-09-08T17:34:50.920Z Downloaded unsafe-libyaml v0.2.11
7252026-09-08T17:34:50.920Z Downloaded serde_urlencoded v0.7.1
7262026-09-08T17:34:50.924Z Downloaded num_enum_derive v0.7.6
7272026-09-08T17:34:50.927Z Downloaded itertools v0.15.0
7282026-09-08T17:34:50.930Z Downloaded sync_wrapper v1.0.2
7292026-09-08T17:34:50.930Z Downloaded libtest-mimic v0.8.1
7302026-09-08T17:34:50.933Z Downloaded zip v0.6.6
7312026-09-08T17:34:50.937Z Downloaded reedline v0.40.0
7322026-09-08T17:34:50.940Z Downloaded term v0.7.0
7332026-09-08T17:34:50.940Z Downloaded signal-hook-mio v0.2.5
7342026-09-08T17:34:50.943Z Downloaded tabwriter v1.4.1
7352026-09-08T17:34:50.943Z Downloaded tagptr v0.2.0
7362026-09-08T17:34:50.943Z Downloaded sqlparser_derive v0.5.0
7372026-09-08T17:34:50.943Z Downloaded tower-layer v0.3.3
7382026-09-08T17:34:50.943Z Downloaded tracing-attributes v0.1.31
7392026-09-08T17:34:50.947Z Downloaded backoff v0.4.0
7402026-09-08T17:34:50.947Z Downloaded tokio-test v0.4.5
7412026-09-08T17:34:50.950Z Downloaded usdt-macro v0.5.0
7422026-09-08T17:34:50.950Z Downloaded utf-8 v0.7.6
7432026-09-08T17:34:50.950Z Downloaded chacha20poly1305 v0.10.1
7442026-09-08T17:34:50.953Z Downloaded usdt v0.5.0
7452026-09-08T17:34:50.954Z Downloaded owo-colors v4.3.0
7462026-09-08T17:34:50.954Z Downloaded plotters v0.3.7
7472026-09-08T17:34:50.958Z Downloaded memchr v2.8.0
7482026-09-08T17:34:50.962Z Downloaded futures-channel v0.3.32
7492026-09-08T17:34:50.962Z Downloaded pin-project-internal v1.1.11
7502026-09-08T17:34:50.965Z Downloaded jiff-core v0.1.0
7512026-09-08T17:34:50.965Z Downloaded path-tree v0.8.3
7522026-09-08T17:34:50.965Z Downloaded zerovec-derive v0.11.2
7532026-09-08T17:34:50.969Z Downloaded progenitor v0.13.0
7542026-09-08T17:34:50.969Z Downloaded unicode-xid v0.2.6
7552026-09-08T17:34:50.969Z Downloaded miette v7.6.0
7562026-09-08T17:34:50.972Z Downloaded primeorder v0.14.0
7572026-09-08T17:34:50.972Z Downloaded crypto-primes v0.7.2
7582026-09-08T17:34:50.975Z Downloaded ssh-key v0.7.0-rc.11
7592026-09-08T17:34:50.978Z Downloaded hashbrown v0.17.0
7602026-09-08T17:34:50.983Z Downloaded oxide-tokio-rt v0.1.4
7612026-09-08T17:34:50.983Z Downloaded polyval v0.7.1
7622026-09-08T17:34:50.986Z Downloaded generic-array v0.14.7
7632026-09-08T17:34:50.986Z Downloaded serde_tokenstream v0.3.0
7642026-09-08T17:34:50.986Z Downloaded rayon-core v1.13.0
7652026-09-08T17:34:50.986Z Downloaded lzss v0.8.2
7662026-09-08T17:34:50.989Z Downloaded scrypt v0.12.0
7672026-09-08T17:34:50.989Z Downloaded hkdf v0.12.4
7682026-09-08T17:34:50.989Z Downloaded xattr v1.6.1
7692026-09-08T17:34:50.992Z Downloaded xshell-macros v0.2.7
7702026-09-08T17:34:50.992Z Downloaded slog-async v2.8.0
7712026-09-08T17:34:50.993Z Downloaded multimap v0.10.1
7722026-09-08T17:34:50.993Z Downloaded dtrace-parser v0.2.0
7732026-09-08T17:34:50.993Z Downloaded num-derive v0.4.2
7742026-09-08T17:34:50.993Z Downloaded rustc-demangle v0.1.27
7752026-09-08T17:34:50.996Z Downloaded rustls-pemfile v2.2.0
7762026-09-08T17:34:50.996Z Downloaded signal-hook-registry v1.4.8
7772026-09-08T17:34:50.996Z Downloaded atty v0.2.14
7782026-09-08T17:34:50.999Z Downloaded cancel-safe-futures v0.1.5
7792026-09-08T17:34:51.004Z Downloaded icu_properties_data v2.1.2
7802026-09-08T17:34:51.007Z Downloaded snafu v0.8.9
7812026-09-08T17:34:51.011Z Downloaded base16ct v0.2.0
7822026-09-08T17:34:51.011Z Downloaded ssh-encoding v0.3.0
7832026-09-08T17:34:51.014Z Downloaded oso-derive v0.27.3
7842026-09-08T17:34:51.014Z Downloaded openssl-probe v0.2.1
7852026-09-08T17:34:51.014Z Downloaded recursive-proc-macro-impl v0.1.1
7862026-09-08T17:34:51.018Z Downloaded strum_macros v0.24.3
7872026-09-08T17:34:51.018Z Downloaded typify v0.6.2
7882026-09-08T17:34:51.018Z Downloaded p384 v0.13.1
7892026-09-08T17:34:51.020Z Downloaded tracing-core v0.1.36
7902026-09-08T17:34:51.023Z Downloaded iri-string v0.7.10
7912026-09-08T17:34:51.027Z Downloaded flate2 v1.1.9
7922026-09-08T17:34:51.030Z Downloaded pbkdf2 v0.13.0
7932026-09-08T17:34:51.030Z Downloaded progenitor v0.14.0
7942026-09-08T17:34:51.031Z Downloaded pkcs5 v0.8.1
7952026-09-08T17:34:51.035Z Downloaded futures v0.3.32
7962026-09-08T17:34:51.035Z Downloaded tokio-dtrace v0.1.1
7972026-09-08T17:34:51.035Z Downloaded phf_shared v0.11.3
7982026-09-08T17:34:51.038Z Downloaded parking_lot_core v0.9.12
7992026-09-08T17:34:51.038Z Downloaded strsim v0.10.0
8002026-09-08T17:34:51.038Z Downloaded terminal_size v0.1.17
8012026-09-08T17:34:51.038Z Downloaded testing_table v0.3.0
8022026-09-08T17:34:51.041Z Downloaded enum_dispatch v0.3.13
8032026-09-08T17:34:51.047Z Downloaded rtoolbox v0.0.3
8042026-09-08T17:34:51.059Z Downloaded semver v0.1.20
8052026-09-08T17:34:51.059Z Downloaded seq-macro v0.3.6
8062026-09-08T17:34:51.059Z Downloaded yansi v1.0.1
8072026-09-08T17:34:51.059Z Downloaded serde_cbor v0.11.2
8082026-09-08T17:34:51.059Z Downloaded strum v0.26.3
8092026-09-08T17:34:51.059Z Downloaded fs-err v2.11.0
8102026-09-08T17:34:51.059Z Downloaded typed-path v0.9.3
8112026-09-08T17:34:51.059Z Downloaded elliptic-curve v0.14.1
8122026-09-08T17:34:51.060Z Downloaded zmij v1.0.21
8132026-09-08T17:34:51.091Z Downloaded linear-map v1.2.0
8142026-09-08T17:34:51.093Z Downloaded arrayvec v0.7.6
8152026-09-08T17:34:51.093Z Downloaded slog-bunyan v2.5.0
8162026-09-08T17:34:51.093Z Downloaded untrusted v0.7.1
8172026-09-08T17:34:51.093Z Downloaded dirs-next v2.0.0
8182026-09-08T17:34:51.093Z Downloaded unicode-linebreak v0.1.5
8192026-09-08T17:34:51.093Z Downloaded base64 v0.22.1
8202026-09-08T17:34:51.093Z Downloaded smallvec v1.15.1
8212026-09-08T17:34:51.093Z Downloaded tough v0.22.0
8222026-09-08T17:34:51.093Z Downloaded bit-vec v0.8.0
8232026-09-08T17:34:51.093Z Downloaded parking_lot_core v0.8.6
8242026-09-08T17:34:51.093Z Downloaded futures-macro v0.3.32
8252026-09-08T17:34:51.093Z Downloaded foreign-types v0.3.2
8262026-09-08T17:34:51.093Z Downloaded lazy_static v1.5.0
8272026-09-08T17:34:51.093Z Downloaded termios v0.3.3
8282026-09-08T17:34:51.093Z Downloaded toml v0.8.23
8292026-09-08T17:34:51.093Z Downloaded newline-converter v0.3.0
8302026-09-08T17:34:51.093Z Downloaded ed25519-dalek v2.2.0
8312026-09-08T17:34:51.098Z Downloaded progenitor-macro v0.14.0
8322026-09-08T17:34:51.098Z Downloaded publicsuffix v2.3.0
8332026-09-08T17:34:51.098Z Downloaded macaddr v1.0.1
8342026-09-08T17:34:51.098Z Downloaded rand_core v0.9.5
8352026-09-08T17:34:51.098Z Downloaded num_threads v0.1.7
8362026-09-08T17:34:51.098Z Downloaded mime v0.3.17
8372026-09-08T17:34:51.098Z Downloaded nodrop v0.1.14
8382026-09-08T17:34:51.098Z Downloaded ascii-canvas v3.0.0
8392026-09-08T17:34:51.103Z Downloaded bit-set v0.8.0
8402026-09-08T17:34:51.106Z Downloaded psl-types v2.0.11
8412026-09-08T17:34:51.112Z Downloaded sqlformat v0.3.5
8422026-09-08T17:34:51.115Z Downloaded yoke v0.8.1
8432026-09-08T17:34:51.115Z Downloaded mio v1.2.0
8442026-09-08T17:34:51.119Z Downloaded phf_shared v0.13.1
8452026-09-08T17:34:51.119Z Downloaded rstest v0.25.0
8462026-09-08T17:34:51.122Z Downloaded slog-dtrace v0.3.0
8472026-09-08T17:34:51.122Z Downloaded quick-xml v0.37.5
8482026-09-08T17:34:51.126Z Downloaded event-listener v5.4.1
8492026-09-08T17:34:51.129Z Downloaded knuffel-derive v3.2.0
8502026-09-08T17:34:51.129Z Downloaded tui-tree-widget v0.23.1
8512026-09-08T17:34:51.129Z Downloaded utf8parse v0.2.2
8522026-09-08T17:34:51.129Z Downloaded uzers v0.12.2
8532026-09-08T17:34:51.133Z Downloaded slog-envlogger v2.2.0
8542026-09-08T17:34:51.133Z Downloaded rustc_version v0.1.7
8552026-09-08T17:34:51.133Z Downloaded serde_spanned v0.6.9
8562026-09-08T17:34:51.134Z Downloaded supports-unicode v2.1.0
8572026-09-08T17:34:51.137Z Downloaded time-core v0.1.8
8582026-09-08T17:34:51.138Z Downloaded base64 v0.21.7
8592026-09-08T17:34:51.141Z Downloaded socket2 v0.6.3
8602026-09-08T17:34:51.141Z Downloaded knuffel v3.2.0
8612026-09-08T17:34:51.141Z Downloaded fixedbitset v0.5.7
8622026-09-08T17:34:51.141Z Downloaded bitvec v1.0.1
8632026-09-08T17:34:51.149Z Downloaded glob v0.3.3
8642026-09-08T17:34:51.152Z Downloaded git-stub-vcs v0.1.0
8652026-09-08T17:34:51.152Z Downloaded bzip2 v0.6.1
8662026-09-08T17:34:51.152Z Downloaded test-strategy v0.4.5
8672026-09-08T17:34:51.156Z Downloaded zone v0.3.1
8682026-09-08T17:34:51.156Z Downloaded either v1.15.0
8692026-09-08T17:34:51.156Z Downloaded dyn-clone v1.0.20
8702026-09-08T17:34:51.156Z Downloaded vte v0.14.1
8712026-09-08T17:34:51.160Z Downloaded bytes v1.11.1
8722026-09-08T17:34:51.160Z Downloaded cbc v0.2.1
8732026-09-08T17:34:51.164Z Downloaded oxide-update-engine v0.1.2
8742026-09-08T17:34:51.164Z Downloaded pkcs8 v0.10.2
8752026-09-08T17:34:51.164Z Downloaded unicode-ident v1.0.24
8762026-09-08T17:34:51.167Z Downloaded gethostname v0.5.0
8772026-09-08T17:34:51.167Z Downloaded git-stub v1.0.0
8782026-09-08T17:34:51.167Z Downloaded num v0.4.3
8792026-09-08T17:34:51.167Z Downloaded env_filter v2.0.0
8802026-09-08T17:34:51.167Z Downloaded foreign-types-macros v0.2.3
8812026-09-08T17:34:51.170Z Downloaded newtype-uuid-macros v0.1.0
8822026-09-08T17:34:51.170Z Downloaded chumsky v0.9.3
8832026-09-08T17:34:51.171Z Downloaded iddqd v0.4.2
8842026-09-08T17:34:51.175Z Downloaded num_enum v0.7.6
8852026-09-08T17:34:51.178Z Downloaded rand_distr v0.5.1
8862026-09-08T17:34:51.181Z Downloaded fatfs v0.3.6
8872026-09-08T17:34:51.183Z Downloaded generic-array v1.4.3
8882026-09-08T17:34:51.184Z Downloaded bit-vec v0.6.3
8892026-09-08T17:34:51.184Z Downloaded peg v0.8.5
8902026-09-08T17:34:51.187Z Downloaded serde-hex v0.1.0
8912026-09-08T17:34:51.187Z Downloaded plain v0.2.3
8922026-09-08T17:34:51.187Z Downloaded serde_with_macros v3.21.0
8932026-09-08T17:34:51.190Z Downloaded allocator-api2 v0.2.21
8942026-09-08T17:34:51.193Z Downloaded cexpr v0.6.0
8952026-09-08T17:34:51.193Z Downloaded spki v0.8.0
8962026-09-08T17:34:51.193Z Downloaded string_cache v0.8.9
8972026-09-08T17:34:51.197Z Downloaded sigpipe v0.1.3
8982026-09-08T17:34:51.197Z Downloaded serde_with_macros v1.5.2
8992026-09-08T17:34:51.200Z Downloaded omicron-zone-package v0.12.3
9002026-09-08T17:34:51.200Z Downloaded pkcs8 v0.11.0
9012026-09-08T17:34:51.205Z Downloaded num-bigint-dig v0.8.6
9022026-09-08T17:34:51.208Z Downloaded topological-sort v0.2.2
9032026-09-08T17:34:51.211Z Downloaded usdt v0.6.0
9042026-09-08T17:34:51.211Z Downloaded vsss-rs v3.3.4
9052026-09-08T17:34:51.214Z Downloaded filetime v0.2.27
9062026-09-08T17:34:51.218Z Downloaded regex v1.12.3
9072026-09-08T17:34:51.221Z Downloaded miette-derive v5.10.0
9082026-09-08T17:34:51.224Z Downloaded aead v0.5.2
9092026-09-08T17:34:51.224Z Downloaded void v1.0.2
9102026-09-08T17:34:51.224Z Downloaded waitgroup v0.1.2
9112026-09-08T17:34:51.228Z Downloaded rsa v0.10.0-rc.18
9122026-09-08T17:34:51.231Z Downloaded tower-http v0.6.8
9132026-09-08T17:34:51.234Z Downloaded managed v0.8.0
9142026-09-08T17:34:51.235Z Downloaded parking_lot v0.11.2
9152026-09-08T17:34:51.238Z Downloaded rustls-platform-verifier v0.6.2
9162026-09-08T17:34:51.238Z Downloaded base64ct v1.8.3
9172026-09-08T17:34:51.239Z Downloaded blowfish v0.10.0
9182026-09-08T17:34:51.243Z Downloaded oorandom v11.1.5
9192026-09-08T17:34:51.243Z Downloaded block-buffer v0.12.1
9202026-09-08T17:34:51.243Z Downloaded resolv-conf v0.7.6
9212026-09-08T17:34:51.243Z Downloaded linkme-impl v0.3.35
9222026-09-08T17:34:51.243Z Downloaded lru v0.12.5
9232026-09-08T17:34:51.243Z Downloaded rand_chacha v0.3.1
9242026-09-08T17:34:51.243Z Downloaded russh-util v0.52.0
9252026-09-08T17:34:51.246Z Downloaded serde_bytes v0.11.19
9262026-09-08T17:34:51.246Z Downloaded plotters-svg v0.3.7
9272026-09-08T17:34:51.246Z Downloaded proc-macro-error2 v2.0.1
9282026-09-08T17:34:51.246Z Downloaded scuffle v0.1.0
9292026-09-08T17:34:51.250Z Downloaded ppv-lite86 v0.2.21
9302026-09-08T17:34:51.250Z Downloaded signal-hook v0.3.18
9312026-09-08T17:34:51.256Z Downloaded version_check v0.9.5
9322026-09-08T17:34:51.260Z Downloaded synstructure v0.13.2
9332026-09-08T17:34:51.260Z Downloaded rand_seeder v0.4.0
9342026-09-08T17:34:51.260Z Downloaded sec1 v0.7.3
9352026-09-08T17:34:51.260Z Downloaded stringprep v0.1.5
9362026-09-08T17:34:51.261Z Downloaded smawk v0.3.2
9372026-09-08T17:34:51.263Z Downloaded elliptic-curve v0.13.8
9382026-09-08T17:34:51.266Z Downloaded term v1.2.1
9392026-09-08T17:34:51.270Z Downloaded untrusted v0.9.0
9402026-09-08T17:34:51.270Z Downloaded tls_codec v0.4.2
9412026-09-08T17:34:51.270Z Downloaded wnaf v0.14.0
9422026-09-08T17:34:51.274Z Downloaded usdt-attr-macro v0.5.0
9432026-09-08T17:34:51.275Z Downloaded zlib-rs v0.6.2
9442026-09-08T17:34:51.279Z Downloaded globwalk v0.9.1
9452026-09-08T17:34:51.279Z Downloaded memoffset v0.9.1
9462026-09-08T17:34:51.280Z Downloaded openssl-macros v0.1.1
9472026-09-08T17:34:51.280Z Downloaded ref-cast v1.0.25
9482026-09-08T17:34:51.280Z Downloaded ref-cast-impl v1.0.25
9492026-09-08T17:34:51.283Z Downloaded sha1 v0.11.0
9502026-09-08T17:34:51.283Z Downloaded ucd-trie v0.1.7
9512026-09-08T17:34:51.283Z Downloaded trybuild v1.0.116
9522026-09-08T17:34:51.288Z Downloaded winnow v0.7.14
9532026-09-08T17:34:51.291Z Downloaded display-error-chain v0.2.2
9542026-09-08T17:34:51.291Z Downloaded serde_with v3.21.0
9552026-09-08T17:34:51.297Z Downloaded litrs v1.0.0
9562026-09-08T17:34:51.300Z Downloaded erased-serde v0.3.31
9572026-09-08T17:34:51.300Z Downloaded digest v0.11.3
9582026-09-08T17:34:51.303Z Downloaded globset v0.4.18
9592026-09-08T17:34:51.303Z Downloaded kem v0.3.0
9602026-09-08T17:34:51.303Z Downloaded chrono v0.4.45
9612026-09-08T17:34:51.306Z Downloaded sponge-cursor v0.1.0
9622026-09-08T17:34:51.310Z Downloaded take_mut v0.2.2
9632026-09-08T17:34:51.310Z Downloaded tokio-macros v2.7.0
9642026-09-08T17:34:51.310Z Downloaded async-bb8-diesel v0.2.1
9652026-09-08T17:34:51.310Z Downloaded ciborium v0.2.2
9662026-09-08T17:34:51.314Z Downloaded pest_derive v2.8.6
9672026-09-08T17:34:51.314Z Downloaded dof v0.3.0
9682026-09-08T17:34:51.314Z Downloaded float-ord v0.3.2
9692026-09-08T17:34:51.314Z Downloaded password-hash v0.5.0
9702026-09-08T17:34:51.316Z Downloaded h2 v0.4.15
9712026-09-08T17:34:51.320Z Downloaded newtype_derive v0.1.6
9722026-09-08T17:34:51.320Z Downloaded samael v0.0.19
9732026-09-08T17:34:51.324Z Downloaded miette v5.10.0
9742026-09-08T17:34:51.324Z Downloaded toml v1.1.2+spec-1.1.0
9752026-09-08T17:34:51.328Z Downloaded toml_edit v0.23.10+spec-1.0.0
9762026-09-08T17:34:51.331Z Downloaded proc-macro-crate v1.3.1
9772026-09-08T17:34:51.331Z Downloaded sha1 v0.10.6
9782026-09-08T17:34:51.332Z Downloaded thiserror v2.0.18
9792026-09-08T17:34:51.336Z Downloaded tokio-native-tls v0.3.1
9802026-09-08T17:34:51.336Z Downloaded scheduled-thread-pool v0.2.7
9812026-09-08T17:34:51.336Z Downloaded parse-display v0.10.0
9822026-09-08T17:34:51.336Z Downloaded flagset v0.4.7
9832026-09-08T17:34:51.340Z Downloaded prettyplease v0.2.37
9842026-09-08T17:34:51.340Z Downloaded russh v0.62.4
9852026-09-08T17:34:51.342Z Downloaded futures-core v0.3.32
9862026-09-08T17:34:51.346Z Downloaded crypto-bigint v0.7.5
9872026-09-08T17:34:51.354Z Downloaded backtrace-ext v0.2.1
9882026-09-08T17:34:51.359Z Downloaded mime_guess v2.0.5
9892026-09-08T17:34:51.359Z Downloaded phf v0.12.1
9902026-09-08T17:34:51.359Z Downloaded adler2 v2.0.1
9912026-09-08T17:34:51.359Z Downloaded powerfmt v0.2.0
9922026-09-08T17:34:51.359Z Downloaded goblin v0.10.5
9932026-09-08T17:34:51.363Z Downloaded camino-tempfile v1.4.1
9942026-09-08T17:34:51.363Z Downloaded libm v0.2.16
9952026-09-08T17:34:51.366Z Downloaded rustc-hash v2.1.1
9962026-09-08T17:34:51.369Z Downloaded pretty_assertions v1.4.1
9972026-09-08T17:34:51.369Z Downloaded byte-wrapper v0.1.0
9982026-09-08T17:34:51.374Z Downloaded keccak v0.2.0
9992026-09-08T17:34:51.374Z Downloaded supports-hyperlinks v2.1.0
10002026-09-08T17:34:51.374Z Downloaded equivalent v1.0.2
10012026-09-08T17:34:51.374Z Downloaded futures-sink v0.3.32
10022026-09-08T17:34:51.380Z Downloaded enum-as-inner v0.6.1
10032026-09-08T17:34:51.380Z Downloaded try-lock v0.2.5
10042026-09-08T17:34:51.380Z Downloaded minimal-lexical v0.2.1
10052026-09-08T17:34:51.381Z Downloaded module-lattice v0.2.3
10062026-09-08T17:34:51.385Z Downloaded expectorate v1.2.0
10072026-09-08T17:34:51.391Z Downloaded serde_repr v0.1.20
10082026-09-08T17:34:51.391Z Downloaded quick-error v1.2.3
10092026-09-08T17:34:51.395Z Downloaded fd-lock v4.0.4
10102026-09-08T17:34:51.395Z Downloaded foreign-types-shared v0.3.1
10112026-09-08T17:34:51.395Z Downloaded secrecy v0.10.3
10122026-09-08T17:34:51.395Z Downloaded kstat-rs v0.2.5
10132026-09-08T17:34:51.396Z Downloaded cipher v0.4.4
10142026-09-08T17:34:51.396Z Downloaded termcolor v1.4.1
10152026-09-08T17:34:51.396Z Downloaded thiserror-impl v1.0.69
10162026-09-08T17:34:51.396Z Downloaded normalize-line-endings v0.3.0
10172026-09-08T17:34:51.396Z Downloaded ed25519 v3.0.0
10182026-09-08T17:34:51.396Z Downloaded strum v0.27.2
10192026-09-08T17:34:51.399Z Downloaded toml_edit v0.22.27
10202026-09-08T17:34:51.401Z Downloaded libloading v0.8.9
10212026-09-08T17:34:51.405Z Downloaded ml-kem v0.3.2
10222026-09-08T17:34:51.408Z Downloaded phc v0.6.1
10232026-09-08T17:34:51.411Z Downloaded simd-adler32 v0.3.8
10242026-09-08T17:34:51.411Z Downloaded proc-macro-crate v3.4.0
10252026-09-08T17:34:51.439Z Downloaded anes v0.1.6
10262026-09-08T17:34:51.444Z Downloaded cc v1.2.56
10272026-09-08T17:34:51.444Z Downloaded paste v1.0.15
10282026-09-08T17:34:51.449Z Downloaded pin-project v1.1.11
10292026-09-08T17:34:51.454Z Downloaded schemars v0.9.0
10302026-09-08T17:34:51.494Z Downloaded subprocess v0.2.15
10312026-09-08T17:34:51.498Z Downloaded syn v1.0.109
10322026-09-08T17:34:51.503Z Downloaded unicase v2.9.0
10332026-09-08T17:34:51.503Z Downloaded zip v4.6.1
10342026-09-08T17:34:51.507Z Downloaded zstd-safe v7.2.4
10352026-09-08T17:34:51.507Z Downloaded winnow v0.6.26
10362026-09-08T17:34:51.510Z Downloaded zerocopy-derive v0.8.55
10372026-09-08T17:34:51.514Z Downloaded qorb v0.4.1
10382026-09-08T17:34:51.519Z Downloaded moka v0.12.13
10392026-09-08T17:34:51.524Z Downloaded regex-syntax v0.6.29
10402026-09-08T17:34:51.535Z Downloaded zeroize v1.9.0
10412026-09-08T17:34:51.535Z Downloaded tls_codec_derive v0.4.2
10422026-09-08T17:34:51.535Z Downloaded jobserver v0.1.34
10432026-09-08T17:34:51.535Z Downloaded unicode-properties v0.1.4
10442026-09-08T17:34:51.536Z Downloaded zerotrie v0.2.3
10452026-09-08T17:34:51.544Z Downloaded flume v0.11.1
10462026-09-08T17:34:51.544Z Downloaded ecdsa v0.17.0
10472026-09-08T17:34:51.544Z Downloaded bzip2 v0.4.4
10482026-09-08T17:34:51.544Z Downloaded zerocopy v0.6.6
10492026-09-08T17:34:51.544Z Downloaded tokio-rustls v0.26.4
10502026-09-08T17:34:51.544Z Downloaded rustls-webpki v0.103.13
10512026-09-08T17:34:51.544Z Downloaded blake2 v0.10.6
10522026-09-08T17:34:51.545Z Downloaded nom v8.0.0
10532026-09-08T17:34:51.551Z Downloaded num-integer v0.1.46
10542026-09-08T17:34:51.551Z Downloaded num-bigint v0.4.6
10552026-09-08T17:34:51.551Z Downloaded x509-cert v0.2.5
10562026-09-08T17:34:51.551Z Downloaded once_cell v1.21.3
10572026-09-08T17:34:51.551Z Downloaded p256 v0.14.0
10582026-09-08T17:34:51.558Z Downloaded typenum v1.20.1
10592026-09-08T17:34:51.558Z Downloaded pest v2.8.6
10602026-09-08T17:34:51.558Z Downloaded tokio-util v0.7.18
10612026-09-08T17:34:51.564Z Downloaded curve25519-dalek v4.1.3
10622026-09-08T17:34:51.571Z Downloaded drift v0.2.0
10632026-09-08T17:34:51.572Z Downloaded bumpalo v3.20.2
10642026-09-08T17:34:51.578Z Downloaded dropshot-api-manager v0.8.0
10652026-09-08T17:34:51.578Z Downloaded prefix-trie v0.7.0
10662026-09-08T17:34:51.585Z Downloaded object v0.30.4
10672026-09-08T17:34:51.585Z Downloaded zerovec v0.11.5
10682026-09-08T17:34:51.593Z Downloaded socket2 v0.5.10
10692026-09-08T17:34:51.593Z Downloaded blake3 v1.8.5
10702026-09-08T17:34:51.600Z Downloaded quinn-proto v0.11.16
10712026-09-08T17:34:51.600Z Downloaded async-compression v0.4.41
10722026-09-08T17:34:51.606Z Downloaded similar v2.7.0
10732026-09-08T17:34:51.606Z Downloaded p521 v0.14.0
10742026-09-08T17:34:51.606Z Downloaded arc-swap v1.8.2
10752026-09-08T17:34:51.610Z Downloaded tower v0.5.3
10762026-09-08T17:34:51.613Z Downloaded p384 v0.14.0
10772026-09-08T17:34:51.616Z Downloaded schemars v1.2.1
10782026-09-08T17:34:51.621Z Downloaded quinn v0.11.11
10792026-09-08T17:34:51.624Z Downloaded ar_archive_writer v0.5.1
10802026-09-08T17:34:51.628Z Downloaded petname v2.0.2
10812026-09-08T17:34:51.631Z Downloaded curve25519-dalek v5.0.0
10822026-09-08T17:34:51.635Z Downloaded unicode_categories v0.1.1
10832026-09-08T17:34:51.638Z Downloaded toml_edit v0.19.15
10842026-09-08T17:34:51.645Z Downloaded futures-util v0.3.32
10852026-09-08T17:34:51.650Z Downloaded syn v2.0.117
10862026-09-08T17:34:51.656Z Downloaded winnow v0.5.40
10872026-09-08T17:34:51.661Z Downloaded steno v0.4.1
10882026-09-08T17:34:51.664Z Downloaded rand v0.10.1
10892026-09-08T17:34:51.668Z Downloaded vcpkg v0.2.15
10902026-09-08T17:34:51.688Z Downloaded unicode-normalization v0.1.25
10912026-09-08T17:34:51.694Z Downloaded rstest_macros v0.25.0
10922026-09-08T17:34:51.694Z Downloaded nix v0.27.1
10932026-09-08T17:34:51.699Z Downloaded polar-core v0.27.3
10942026-09-08T17:34:51.702Z Downloaded lalrpop v0.19.12
10952026-09-08T17:34:51.708Z Downloaded rayon v1.11.0
10962026-09-08T17:34:51.713Z Downloaded zerocopy v0.8.55
10972026-09-08T17:34:51.724Z Downloaded git2 v0.20.4
10982026-09-08T17:34:51.729Z Downloaded reqwest v0.13.2
10992026-09-08T17:34:51.732Z Downloaded serde_json v1.0.151
11002026-09-08T17:34:51.735Z Downloaded aho-corasick v1.1.4
11012026-09-08T17:34:51.738Z Downloaded portable-atomic v1.13.1
11022026-09-08T17:34:51.744Z Downloaded syn v3.0.3
11032026-09-08T17:34:51.749Z Downloaded unicode-width v0.1.14
11042026-09-08T17:34:51.753Z Downloaded zerocopy v0.7.35
11052026-09-08T17:34:51.761Z Downloaded unicode-width v0.2.0
11062026-09-08T17:34:51.767Z Downloaded rawzip v0.4.4
11072026-09-08T17:34:51.767Z Downloaded libxml v0.3.3
11082026-09-08T17:34:51.774Z Downloaded bindgen v0.71.1
11092026-09-08T17:34:51.783Z Downloaded radix_trie v0.2.1
11102026-09-08T17:34:51.783Z Downloaded diesel v2.3.7
11112026-09-08T17:34:51.791Z Downloaded salty v0.3.0
11122026-09-08T17:34:51.797Z Downloaded reqwest v0.12.28
11132026-09-08T17:34:51.798Z Downloaded rustix v0.38.44
11142026-09-08T17:34:51.808Z Downloaded proptest v1.11.0
11152026-09-08T17:34:51.814Z Downloaded gimli v0.32.3
11162026-09-08T17:34:51.821Z Downloaded hickory-proto v0.24.4
11172026-09-08T17:34:51.826Z Downloaded sha3 v0.12.0
11182026-09-08T17:34:51.830Z Downloaded tabled v0.21.0
11192026-09-08T17:34:51.837Z Downloaded smoltcp v0.11.0
11202026-09-08T17:34:51.843Z Downloaded openssl v0.10.80
11212026-09-08T17:34:51.848Z Downloaded regex-syntax v0.8.10
11222026-09-08T17:34:51.902Z Downloaded time v0.3.47
11232026-09-08T17:34:51.904Z Downloaded regress v0.10.5
11242026-09-08T17:34:51.904Z Downloaded tabled v0.15.0
11252026-09-08T17:34:51.912Z Downloaded winnow v1.0.3
11262026-09-08T17:34:51.912Z Downloaded hickory-proto v0.25.2
11272026-09-08T17:34:51.912Z Downloaded aws-lc-rs v1.16.3
11282026-09-08T17:34:51.912Z Downloaded sled v0.34.7
11292026-09-08T17:34:51.912Z Downloaded regress v0.11.1
11302026-09-08T17:34:51.912Z Downloaded openapiv3 v2.2.0
11312026-09-08T17:34:51.912Z Downloaded bstr v1.12.1
11322026-09-08T17:34:51.924Z Downloaded ratatui v0.29.0
11332026-09-08T17:34:51.929Z Downloaded smoltcp v0.9.1
11342026-09-08T17:34:51.932Z Downloaded tracing v0.1.44
11352026-09-08T17:34:51.942Z Downloaded rustls v0.23.41
11362026-09-08T17:34:51.949Z Downloaded nix v0.31.2
11372026-09-08T17:34:51.955Z Downloaded sqlparser v0.61.0
11382026-09-08T17:34:51.962Z Downloaded dropshot v0.17.1
11392026-09-08T17:34:51.974Z Downloaded zerocopy-derive v0.6.6
11402026-09-08T17:34:51.981Z Downloaded regex-automata v0.4.14
11412026-09-08T17:34:51.988Z Downloaded nix v0.28.0
11422026-09-08T17:34:51.995Z Downloaded typify-impl v0.6.2
11432026-09-08T17:34:52.002Z Downloaded object v0.37.3
11442026-09-08T17:34:52.008Z Downloaded rustix v1.1.4
11452026-09-08T17:34:52.021Z Downloaded bzip2-sys v0.1.13+1.0.8
11462026-09-08T17:34:52.028Z Downloaded sha3 v0.11.0
11472026-09-08T17:34:52.033Z Downloaded petgraph v0.6.5
11482026-09-08T17:34:52.040Z Downloaded csv v1.4.0
11492026-09-08T17:34:52.052Z Downloaded petgraph v0.8.3
11502026-09-08T17:34:52.066Z Downloaded jiff v0.2.34
11512026-09-08T17:34:52.076Z Downloaded sha3 v0.10.8
11522026-09-08T17:34:52.083Z Downloaded chrono-tz v0.10.4
11532026-09-08T17:34:52.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11542026-09-08T17:34:52.102Z Downloaded libc v0.2.185
11552026-09-08T17:34:52.124Z Downloaded libz-sys v1.1.24
11562026-09-08T17:34:52.137Z Downloaded tokio v1.52.1
11572026-09-08T17:34:52.161Z Downloaded encoding_rs v0.8.35
11582026-09-08T17:34:52.175Z Downloaded ring v0.17.14
11592026-09-08T17:34:52.201Z Downloaded httpmock v0.8.3
11602026-09-08T17:34:52.215Z Downloaded libgit2-sys v0.18.3+1.9.2
11612026-09-08T17:34:52.643Z Downloaded aws-lc-sys v0.40.0
11622026-09-08T17:34:53.081Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11632026-09-08T17:34:55.147Z Startup: Refreshing catalog 'helios' ... Done
11642026-09-08T17:34:55.580Z Startup: Caching catalogs ... Done
11652026-09-08T17:34:58.225ZPlanning: Solver setup ... Done (2.472s)
11662026-09-08T17:34:58.293ZPlanning: Running solver ... Done (0.068s)
11672026-09-08T17:34:58.349ZPlanning: Finding local manifests ... Done (0.003s)
11682026-09-08T17:34:58.362ZPlanning: Fetching manifests: 0/2 0% complete
11692026-09-08T17:34:58.383ZPlanning: Fetching manifests: 2/2 100% complete
11702026-09-08T17:34:58.397ZPlanning: Package planning ... Done (0.014s)
11712026-09-08T17:34:58.400ZPlanning: Merging actions ... Done (0.002s)
11722026-09-08T17:34:58.563ZPlanning: Checking for conflicting actions ... Done (0.164s)
11732026-09-08T17:34:58.566ZPlanning: Consolidating action changes ... Done (0.001s)
11742026-09-08T17:34:59.450ZPlanning: Evaluating mediators ... Done (0.887s)
11752026-09-08T17:34:59.453ZPlanning: Planning completed in 3.83 seconds
11762026-09-08T17:34:59.460Z Packages to install: 2
11772026-09-08T17:34:59.460Z Estimated space available: 155.74 GB
11782026-09-08T17:34:59.460ZEstimated space to be consumed: 86.48 MB
11792026-09-08T17:34:59.460Z Create boot environment: No
11802026-09-08T17:34:59.463ZCreate backup boot environment: No
11812026-09-08T17:34:59.463Z Rebuild boot archive: No
11822026-09-08T17:34:59.463Z
11832026-09-08T17:34:59.463ZChanged packages:
11842026-09-08T17:34:59.463Zhelios
11852026-09-08T17:34:59.463Z developer/build-essential
11862026-09-08T17:34:59.463Z None -> 11-3.0
11872026-09-08T17:34:59.463Z library/libxmlsec1
11882026-09-08T17:34:59.463Z None -> 1.2.35-3.0
11892026-09-08T17:34:59.486Z
11902026-09-08T17:34:59.486ZDownload: 0/214 items 0.0/1.3MB 0% complete
11912026-09-08T17:34:59.557ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
11922026-09-08T17:34:59.644Z Actions: 1/268 actions (Installing new actions)
11932026-09-08T17:34:59.683Z Actions: Completed 268 actions in 0.04 seconds.
11942026-09-08T17:34:59.719ZFinalize: Updating package state database ... Done (0.036s)
11952026-09-08T17:34:59.721ZFinalize: Updating package cache ... Done (0.000s)
11962026-09-08T17:34:59.816ZFinalize: Updating image state ... Done (0.097s)
11972026-09-08T17:35:02.586ZFinalize: Creating fast lookup database ... Done (2.716s)
11982026-09-08T17:35:02.661ZFinalize: Reading search index ... Done (0.012s)
11992026-09-08T17:35:02.663ZFinalize: Updating search index ... Done (0.000s)
12002026-09-08T17:35:02.749ZFinalize: Updating package cache ... Done (0.000s)
12012026-09-08T17:35:03.132ZPlanning: Evaluating mediator changes ... Done
12022026-09-08T17:35:03.237ZPlanning: Checking for conflicting actions ... Done
12032026-09-08T17:35:03.240ZPlanning: Consolidating action changes ... Done
12042026-09-08T17:35:03.397ZPlanning: Evaluating mediators ... Done
12052026-09-08T17:35:03.400ZPlanning: Planning completed in 0.27 seconds
12062026-09-08T17:35:03.422Z Mediators to change: 2
12072026-09-08T17:35:03.422Z Create boot environment: No
12082026-09-08T17:35:03.422ZCreate backup boot environment: No
12092026-09-08T17:35:03.489ZFinalize: Updating package state database ... Done
12102026-09-08T17:35:03.489ZFinalize: Updating package cache ... Done
12112026-09-08T17:35:03.553ZFinalize: Updating image state ... Done
12122026-09-08T17:35:05.500ZFinalize: Creating fast lookup database ... Done
12132026-09-08T17:35:05.561ZFinalize: Reading search index ... Done
12142026-09-08T17:35:05.564ZFinalize: Updating search index ... Done
12152026-09-08T17:35:05.656ZFinalize: Updating package cache ... Done
12162026-09-08T17:35:05.943ZPlanning: Evaluating mediator changes ... Done
12172026-09-08T17:35:06.049ZPlanning: Checking for conflicting actions ... Done
12182026-09-08T17:35:06.052ZPlanning: Consolidating action changes ... Done
12192026-09-08T17:35:06.210ZPlanning: Evaluating mediators ... Done
12202026-09-08T17:35:06.213ZPlanning: Planning completed in 0.27 seconds
12212026-09-08T17:35:06.234Z Mediators to change: 1
12222026-09-08T17:35:06.234Z Create boot environment: No
12232026-09-08T17:35:06.234ZCreate backup boot environment: No
12242026-09-08T17:35:06.285ZFinalize: Updating package state database ... Done
12252026-09-08T17:35:06.285ZFinalize: Updating package cache ... Done
12262026-09-08T17:35:06.347ZFinalize: Updating image state ... Done
12272026-09-08T17:35:08.306ZFinalize: Creating fast lookup database ... Done
12282026-09-08T17:35:08.367ZFinalize: Reading search index ... Done
12292026-09-08T17:35:08.369ZFinalize: Updating search index ... Done
12302026-09-08T17:35:08.465ZFinalize: Updating package cache ... Done
12312026-09-08T17:35:08.790ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12322026-09-08T17:35:08.790Zapache system 2.4 system
12332026-09-08T17:35:08.790Zclang system 15 system
12342026-09-08T17:35:08.790Zcsh system system illumos
12352026-09-08T17:35:08.790Zctags system system illumos
12362026-09-08T17:35:08.790Zfile vendor vendor darwinsys
12372026-09-08T17:35:08.790Zfile system system illumos
12382026-09-08T17:35:08.790Zgcc vendor 14 vendor
12392026-09-08T17:35:08.790Zgcc system 13 system
12402026-09-08T17:35:08.790Zgcc system 10 system
12412026-09-08T17:35:08.790Zgo system 1.25 system
12422026-09-08T17:35:08.792Zllvm system 15 system
12432026-09-08T17:35:08.792Zmariadb system 11.4 system
12442026-09-08T17:35:08.792Zmta vendor vendor dma
12452026-09-08T17:35:08.792Zopenjdk system 17 system
12462026-09-08T17:35:08.792Zopenjdk system 11 system
12472026-09-08T17:35:08.792Zopenssl vendor 3 vendor
12482026-09-08T17:35:08.792Zperl system 5.40 system
12492026-09-08T17:35:08.792Zpostgresql system 18 system
12502026-09-08T17:35:08.792Zpostgresql system 17 system
12512026-09-08T17:35:08.792Zpython vendor 3 vendor
12522026-09-08T17:35:08.792Zpython system 2 system
12532026-09-08T17:35:08.792Zpython3 vendor 3.13 vendor
12542026-09-08T17:35:08.792Zruby system 3.4 system
12552026-09-08T17:35:08.792Zruby system 3.0 system
12562026-09-08T17:35:08.792Zwords vendor vendor american-english
12572026-09-08T17:35:08.792Zwords system system australian-english
12582026-09-08T17:35:08.792Zwords system system british-english
12592026-09-08T17:35:08.792Zwords system system canadian-english
12602026-09-08T17:35:08.792Zwords system system french
12612026-09-08T17:35:08.792Zwords system system italian
12622026-09-08T17:35:08.792Zwords system system ngerman
12632026-09-08T17:35:08.792Zwords system system ogerman
12642026-09-08T17:35:08.792Zwords system system spanish
12652026-09-08T17:35:09.049ZPUBLISHER TYPE STATUS P LOCATION
12662026-09-08T17:35:09.049Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12672026-09-08T17:35:09.564ZFMRI IFO
12682026-09-08T17:35:09.564Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12692026-09-08T17:35:09.564Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12702026-09-08T17:35:09.564Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12712026-09-08T17:35:09.565Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12722026-09-08T17:35:09.565Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12732026-09-08T17:35:09.565Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12742026-09-08T17:35:09.565Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12752026-09-08T17:35:09.565Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12762026-09-08T17:35:09.565Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12772026-09-08T17:35:10.199Z Downloading crates ...
12782026-09-08T17:35:10.245Z Downloaded cargo_toml v0.21.0
12792026-09-08T17:35:10.286Z Compiling proc-macro2 v1.0.106
12802026-09-08T17:35:10.286Z Compiling unicode-ident v1.0.24
12812026-09-08T17:35:10.286Z Compiling quote v1.0.45
12822026-09-08T17:35:10.289Z Compiling serde_core v1.0.228
12832026-09-08T17:35:10.289Z Compiling libc v0.2.185
12842026-09-08T17:35:10.290Z Compiling version_check v0.9.5
12852026-09-08T17:35:10.290Z Compiling memchr v2.8.0
12862026-09-08T17:35:10.290Z Compiling serde v1.0.228
12872026-09-08T17:35:10.290Z Compiling zmij v1.0.21
12882026-09-08T17:35:10.366Z Compiling thiserror v1.0.69
12892026-09-08T17:35:10.369Z Compiling itoa v1.0.17
12902026-09-08T17:35:10.373Z Compiling ucd-trie v0.1.7
12912026-09-08T17:35:10.378Z Compiling byteorder v1.5.0
12922026-09-08T17:35:10.380Z Compiling rustix v1.1.4
12932026-09-08T17:35:10.582Z Compiling bitflags v2.11.0
12942026-09-08T17:35:10.711Z Compiling serde_json v1.0.151
12952026-09-08T17:35:10.825Z Compiling camino v1.2.5
12962026-09-08T17:35:10.911Z Compiling syn v1.0.109
12972026-09-08T17:35:10.959Z Compiling pest v2.8.6
12982026-09-08T17:35:11.016Z Compiling usdt-impl v0.5.0
12992026-09-08T17:35:11.048Z Compiling proc-macro-error-attr v1.0.4
13002026-09-08T17:35:11.053Z Compiling proc-macro-error v1.0.4
13012026-09-08T17:35:11.113Z Compiling plain v0.2.3
13022026-09-08T17:35:11.124Z Compiling hashbrown v0.17.0
13032026-09-08T17:35:11.165Z Compiling utf8parse v0.2.2
13042026-09-08T17:35:11.237Z Compiling getrandom v0.4.3
13052026-09-08T17:35:11.261Z Compiling equivalent v1.0.2
13062026-09-08T17:35:11.273Z Compiling log v0.4.33
13072026-09-08T17:35:11.292Z Compiling anstyle-parse v1.0.0
13082026-09-08T17:35:11.337Z Compiling autocfg v1.5.0
13092026-09-08T17:35:11.368Z Compiling toml_write v0.1.2
13102026-09-08T17:35:11.373Z Compiling thiserror v2.0.18
13112026-09-08T17:35:11.415Z Compiling is_terminal_polyfill v1.70.2
13122026-09-08T17:35:11.456Z Compiling errno v0.3.14
13132026-09-08T17:35:11.479Z Compiling thread-id v4.2.2
13142026-09-08T17:35:11.489Z Compiling cfg-if v1.0.4
13152026-09-08T17:35:11.504Z Compiling anstyle-query v1.1.5
13162026-09-08T17:35:11.515Z Compiling pretty-hex v0.4.1
13172026-09-08T17:35:11.527Z Compiling colorchoice v1.0.4
13182026-09-08T17:35:11.624Z Compiling anstyle v1.0.14
13192026-09-08T17:35:11.656Z Compiling winnow v0.7.14
13202026-09-08T17:35:11.656Z Compiling heck v0.4.1
13212026-09-08T17:35:11.656Z Compiling clap_lex v1.0.0
13222026-09-08T17:35:11.672Z Compiling heck v0.5.0
13232026-09-08T17:35:11.691Z Compiling indexmap v2.14.0
13242026-09-08T17:35:11.748Z Compiling anstream v1.0.0
13252026-09-08T17:35:11.795Z Compiling fs-err v3.3.0
13262026-09-08T17:35:11.821Z Compiling strsim v0.11.1
13272026-09-08T17:35:11.840Z Compiling bytecount v0.6.9
13282026-09-08T17:35:11.857Z Compiling fastrand v2.3.0
13292026-09-08T17:35:11.889Z Compiling anyhow v1.0.104
13302026-09-08T17:35:11.912Z Compiling syn v2.0.117
13312026-09-08T17:35:12.006Z Compiling once_cell v1.21.3
13322026-09-08T17:35:12.019Z Compiling fnv v1.0.7
13332026-09-08T17:35:12.045Z Compiling pest_meta v2.8.6
13342026-09-08T17:35:12.064Z Compiling unicode-width v0.1.14
13352026-09-08T17:35:12.116Z Compiling memmap v0.7.0
13362026-09-08T17:35:12.171Z Compiling smawk v0.3.2
13372026-09-08T17:35:12.231Z Compiling unicode-width v0.2.0
13382026-09-08T17:35:12.275Z Compiling unicode-linebreak v0.1.5
13392026-09-08T17:35:12.284Z Compiling papergrid v0.11.0
13402026-09-08T17:35:12.324Z Compiling swrite v0.1.0
13412026-09-08T17:35:12.425Z Compiling terminal_size v0.4.3
13422026-09-08T17:35:12.426Z Compiling tempfile v3.27.0
13432026-09-08T17:35:12.519Z Compiling clap_builder v4.6.0
13442026-09-08T17:35:12.520Z Compiling textwrap v0.16.2
13452026-09-08T17:35:12.770Z Compiling cargo-platform v0.3.2
13462026-09-08T17:35:12.797Z Compiling semver v1.0.28
13472026-09-08T17:35:13.047Z Compiling camino-tempfile v1.4.1
13482026-09-08T17:35:13.386Z Compiling tabled_derive v0.7.0
13492026-09-08T17:35:14.058Z Compiling pest_generator v2.8.6
13502026-09-08T17:35:14.116Z Compiling tabled v0.15.0
13512026-09-08T17:35:14.591Z Compiling serde_derive v1.0.228
13522026-09-08T17:35:14.592Z Compiling thiserror-impl v1.0.69
13532026-09-08T17:35:14.595Z Compiling zerocopy-derive v0.7.35
13542026-09-08T17:35:14.595Z Compiling pest_derive v2.8.6
13552026-09-08T17:35:14.595Z Compiling scroll_derive v0.12.1
13562026-09-08T17:35:14.595Z Compiling thiserror-impl v2.0.18
13572026-09-08T17:35:14.595Z Compiling clap_derive v4.6.1
13582026-09-08T17:35:15.236Z Compiling scroll v0.12.0
13592026-09-08T17:35:15.319Z Compiling zerocopy v0.7.35
13602026-09-08T17:35:15.440Z Compiling goblin v0.8.2
13612026-09-08T17:35:15.606Z Compiling dtrace-parser v0.2.0
13622026-09-08T17:35:15.923Z Compiling clap v4.6.1
13632026-09-08T17:35:17.026Z Compiling dof v0.3.0
13642026-09-08T17:35:17.026Z Compiling serde_tokenstream v0.2.3
13652026-09-08T17:35:17.033Z Compiling toml_datetime v0.6.11
13662026-09-08T17:35:17.033Z Compiling serde_spanned v0.6.9
13672026-09-08T17:35:17.037Z Compiling macaddr v1.0.1
13682026-09-08T17:35:17.038Z Compiling cargo_metadata v0.23.1
13692026-09-08T17:35:17.038Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13702026-09-08T17:35:17.224Z Compiling toml_edit v0.22.27
13712026-09-08T17:35:17.692Z Compiling usdt-macro v0.5.0
13722026-09-08T17:35:17.695Z Compiling usdt-attr-macro v0.5.0
13732026-09-08T17:35:18.322Z Compiling usdt v0.5.0
13742026-09-08T17:35:18.497Z Compiling toml v0.8.23
13752026-09-08T17:35:18.812Z Compiling cargo_toml v0.21.0
13762026-09-08T17:35:20.117Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13772026-09-08T17:35:22.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.44s
13782026-09-08T17:35:22.226Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13792026-09-08T17:35:22.997Z Compiling serde_core v1.0.228
13802026-09-08T17:35:22.997Z Compiling libc v0.2.185
13812026-09-08T17:35:22.997Z Compiling serde v1.0.228
13822026-09-08T17:35:23.001Z Compiling log v0.4.33
13832026-09-08T17:35:23.001Z Compiling smallvec v1.15.1
13842026-09-08T17:35:23.001Z Compiling shlex v1.3.0
13852026-09-08T17:35:23.001Z Compiling find-msvc-tools v0.1.9
13862026-09-08T17:35:23.001Z Compiling subtle v2.6.1
13872026-09-08T17:35:23.127Z Compiling scopeguard v1.2.0
13882026-09-08T17:35:23.131Z Compiling typenum v1.20.1
13892026-09-08T17:35:23.132Z Compiling stable_deref_trait v1.2.1
13902026-09-08T17:35:23.132Z Compiling zerocopy v0.8.55
13912026-09-08T17:35:23.142Z Compiling portable-atomic v1.13.1
13922026-09-08T17:35:23.191Z Compiling serde_json v1.0.151
13932026-09-08T17:35:23.205Z Compiling syn v2.0.117
13942026-09-08T17:35:23.232Z Compiling lock_api v0.4.14
13952026-09-08T17:35:23.258Z Compiling critical-section v1.2.0
13962026-09-08T17:35:23.328Z Compiling libm v0.2.16
13972026-09-08T17:35:23.343Z Compiling num-traits v0.2.19
13982026-09-08T17:35:23.356Z Compiling pkg-config v0.3.32
13992026-09-08T17:35:23.417Z Compiling generic-array v0.14.7
14002026-09-08T17:35:23.431Z Compiling pin-project-lite v0.2.17
14012026-09-08T17:35:23.480Z Compiling const-oid v0.9.6
14022026-09-08T17:35:23.499Z Compiling parking_lot_core v0.9.12
14032026-09-08T17:35:23.499Z Compiling getrandom v0.4.3
14042026-09-08T17:35:23.544Z Compiling rand_core v0.10.0
14052026-09-08T17:35:23.583Z Compiling writeable v0.6.2
14062026-09-08T17:35:23.588Z Compiling futures-core v0.3.32
14072026-09-08T17:35:23.746Z Compiling litemap v0.8.1
14082026-09-08T17:35:23.764Z Compiling percent-encoding v2.3.2
14092026-09-08T17:35:23.782Z Compiling icu_normalizer_data v2.1.1
14102026-09-08T17:35:23.811Z Compiling icu_properties_data v2.1.2
14112026-09-08T17:35:23.827Z Compiling getrandom v0.3.4
14122026-09-08T17:35:23.830Z Compiling rustix v1.1.4
14132026-09-08T17:35:23.870Z Compiling futures-sink v0.3.32
14142026-09-08T17:35:23.932Z Compiling futures-io v0.3.32
14152026-09-08T17:35:23.946Z Compiling slab v0.4.12
14162026-09-08T17:35:23.973Z Compiling utf8_iter v1.0.4
14172026-09-08T17:35:24.002Z Compiling futures-channel v0.3.32
14182026-09-08T17:35:24.029Z Compiling futures-task v0.3.32
14192026-09-08T17:35:24.065Z Compiling form_urlencoded v1.2.2
14202026-09-08T17:35:24.110Z Compiling rustversion v1.0.22
14212026-09-08T17:35:24.140Z Compiling base64ct v1.8.3
14222026-09-08T17:35:24.151Z Compiling iana-time-zone v0.1.65
14232026-09-08T17:35:24.165Z Compiling fs_extra v1.3.0
14242026-09-08T17:35:24.221Z Compiling errno v0.3.14
14252026-09-08T17:35:24.256Z Compiling jobserver v0.1.34
14262026-09-08T17:35:24.259Z Compiling getrandom v0.2.17
14272026-09-08T17:35:24.324Z Compiling mio v1.2.0
14282026-09-08T17:35:24.349Z Compiling once_cell v1.21.3
14292026-09-08T17:35:24.412Z Compiling signal-hook-registry v1.4.8
14302026-09-08T17:35:24.443Z Compiling socket2 v0.6.3
14312026-09-08T17:35:24.479Z Compiling rand_core v0.6.4
14322026-09-08T17:35:24.502Z Compiling pem-rfc7468 v0.7.0
14332026-09-08T17:35:24.527Z Compiling cc v1.2.56
14342026-09-08T17:35:24.544Z Compiling parking_lot v0.12.5
14352026-09-08T17:35:24.591Z Compiling ident_case v1.0.1
14362026-09-08T17:35:24.686Z Compiling regex-syntax v0.8.10
14372026-09-08T17:35:24.701Z Compiling flagset v0.4.7
14382026-09-08T17:35:24.716Z Compiling dunce v1.0.5
14392026-09-08T17:35:24.729Z Compiling base64 v0.22.1
14402026-09-08T17:35:24.777Z Compiling rand_core v0.9.5
14412026-09-08T17:35:24.813Z Compiling vcpkg v0.2.15
14422026-09-08T17:35:24.816Z Compiling syn v1.0.109
14432026-09-08T17:35:24.844Z Compiling tracing-core v0.1.36
14442026-09-08T17:35:24.861Z Compiling cpufeatures v0.2.17
14452026-09-08T17:35:24.866Z Compiling dyn-clone v1.0.20
14462026-09-08T17:35:24.866Z Compiling schemars v0.8.22
14472026-09-08T17:35:24.924Z Compiling simd-adler32 v0.3.8
14482026-09-08T17:35:24.973Z Compiling aws-lc-rs v1.16.3
14492026-09-08T17:35:24.988Z Compiling spin v0.9.8
14502026-09-08T17:35:25.029Z Compiling adler2 v2.0.1
14512026-09-08T17:35:25.067Z Compiling tinyvec_macros v0.1.1
14522026-09-08T17:35:25.081Z Compiling cmov v0.5.4
14532026-09-08T17:35:25.132Z Compiling httparse v1.10.1
14542026-09-08T17:35:25.148Z Compiling crc32fast v1.5.0
14552026-09-08T17:35:25.181Z Compiling openssl-probe v0.2.1
14562026-09-08T17:35:25.212Z Compiling miniz_oxide v0.8.9
14572026-09-08T17:35:25.224Z Compiling tinyvec v1.10.0
14582026-09-08T17:35:25.255Z Compiling cmake v0.1.57
14592026-09-08T17:35:25.269Z Compiling ctutils v0.4.2
14602026-09-08T17:35:25.301Z Compiling aho-corasick v1.1.4
14612026-09-08T17:35:25.315Z Compiling radium v0.7.0
14622026-09-08T17:35:25.390Z Compiling tower-layer v0.3.3
14632026-09-08T17:35:25.412Z Compiling tower-service v0.3.3
14642026-09-08T17:35:25.456Z Compiling bitflags v2.11.0
14652026-09-08T17:35:25.517Z Compiling semver v1.0.28
14662026-09-08T17:35:25.531Z Compiling indexmap v2.14.0
14672026-09-08T17:35:25.558Z Compiling uuid v1.23.4
14682026-09-08T17:35:25.607Z Compiling try-lock v0.2.5
14692026-09-08T17:35:25.636Z Compiling untrusted v0.7.1
14702026-09-08T17:35:25.649Z Compiling atomic-waker v1.1.2
14712026-09-08T17:35:25.662Z Compiling unicode-segmentation v1.12.0
14722026-09-08T17:35:25.702Z Compiling want v0.3.1
14732026-09-08T17:35:25.737Z Compiling rustc_version v0.4.1
14742026-09-08T17:35:25.853Z Compiling untrusted v0.9.0
14752026-09-08T17:35:25.884Z Compiling rustls v0.23.41
14762026-09-08T17:35:25.898Z Compiling maybe-uninit v2.0.0
14772026-09-08T17:35:25.966Z Compiling openssl v0.10.80
14782026-09-08T17:35:26.000Z Compiling tap v1.0.1
14792026-09-08T17:35:26.063Z Compiling foreign-types-shared v0.1.1
14802026-09-08T17:35:26.077Z Compiling synstructure v0.13.2
14812026-09-08T17:35:26.090Z Compiling serde_derive_internals v0.29.1
14822026-09-08T17:35:26.107Z Compiling pest_generator v2.8.6
14832026-09-08T17:35:26.126Z Compiling darling_core v0.20.11
14842026-09-08T17:35:26.129Z Compiling aws-lc-sys v0.40.0
14852026-09-08T17:35:26.164Z Compiling openssl-sys v0.9.117
14862026-09-08T17:35:26.209Z Compiling regex-automata v0.4.14
14872026-09-08T17:35:26.225Z Compiling httpdate v1.0.3
14882026-09-08T17:35:26.268Z Compiling foreign-types v0.3.2
14892026-09-08T17:35:26.300Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14902026-09-08T17:35:26.352Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-09-08T17:35:26.484Z Compiling wyz v0.5.1
14922026-09-08T17:35:26.690Z Compiling terminal_size v0.4.3
14932026-09-08T17:35:26.693Z Compiling tempfile v3.27.0
14942026-09-08T17:35:26.721Z Compiling unicode-normalization v0.1.25
14952026-09-08T17:35:26.758Z Compiling num-integer v0.1.46
14962026-09-08T17:35:26.808Z Compiling socket2 v0.5.10
14972026-09-08T17:35:26.842Z Compiling wait-timeout v0.2.1
14982026-09-08T17:35:26.887Z Compiling ahash v0.8.12
14992026-09-08T17:35:26.945Z Compiling num-bigint-dig v0.8.6
15002026-09-08T17:35:27.027Z Compiling quick-error v1.2.3
15012026-09-08T17:35:27.041Z Compiling time-core v0.1.8
15022026-09-08T17:35:27.058Z Compiling native-tls v0.2.18
15032026-09-08T17:35:27.108Z Compiling packed_struct v0.10.1
15042026-09-08T17:35:27.125Z Compiling funty v2.0.0
15052026-09-08T17:35:27.136Z Compiling powerfmt v0.2.0
15062026-09-08T17:35:27.153Z Compiling bit-vec v0.8.0
15072026-09-08T17:35:27.169Z Compiling num-conv v0.2.0
15082026-09-08T17:35:27.206Z Compiling clap_builder v4.6.0
15092026-09-08T17:35:27.237Z Compiling rusty-fork v0.3.1
15102026-09-08T17:35:27.241Z Compiling num-iter v0.1.45
15112026-09-08T17:35:27.326Z Compiling time-macros v0.2.27
15122026-09-08T17:35:27.348Z Compiling bit-set v0.8.0
15132026-09-08T17:35:27.367Z Compiling deranged v0.5.8
15142026-09-08T17:35:27.408Z Compiling lazy_static v1.5.0
15152026-09-08T17:35:27.443Z Compiling rand_xorshift v0.4.0
15162026-09-08T17:35:27.470Z Compiling bitvec v1.0.1
15172026-09-08T17:35:27.511Z Compiling sync_wrapper v1.0.2
15182026-09-08T17:35:27.527Z Compiling indexmap v1.9.3
15192026-09-08T17:35:27.572Z Compiling object v0.37.3
15202026-09-08T17:35:27.623Z Compiling unarray v0.1.4
15212026-09-08T17:35:27.636Z Compiling paste v1.0.15
15222026-09-08T17:35:27.725Z Compiling num_threads v0.1.7
15232026-09-08T17:35:27.745Z Compiling nodrop v0.1.14
15242026-09-08T17:35:27.759Z Compiling zlib-rs v0.6.2
15252026-09-08T17:35:27.837Z Compiling usdt-impl v0.6.0
15262026-09-08T17:35:27.854Z Compiling serde_derive v1.0.228
15272026-09-08T17:35:27.858Z Compiling zeroize_derive v1.5.0
15282026-09-08T17:35:27.887Z Compiling zerofrom-derive v0.1.6
15292026-09-08T17:35:27.940Z Compiling zerocopy-derive v0.8.55
15302026-09-08T17:35:28.081Z Compiling yoke-derive v0.8.1
15312026-09-08T17:35:28.344Z Compiling zerovec-derive v0.11.2
15322026-09-08T17:35:28.358Z Compiling displaydoc v0.2.5
15332026-09-08T17:35:28.485Z Compiling tokio-macros v2.7.0
15342026-09-08T17:35:28.540Z Compiling futures-macro v0.3.32
15352026-09-08T17:35:28.583Z Compiling thiserror-impl v2.0.18
15362026-09-08T17:35:28.982Z Compiling der_derive v0.7.3
15372026-09-08T17:35:29.215Z Compiling tracing-attributes v0.1.31
15382026-09-08T17:35:29.256Z Compiling schemars_derive v0.8.22
15392026-09-08T17:35:29.297Z Compiling scroll_derive v0.13.1
15402026-09-08T17:35:29.407Z Compiling pest_derive v2.8.6
15412026-09-08T17:35:29.422Z Compiling zerofrom v0.1.6
15422026-09-08T17:35:29.445Z Compiling futures-util v0.3.32
15432026-09-08T17:35:29.569Z Compiling yoke v0.8.1
15442026-09-08T17:35:29.602Z Compiling darling_macro v0.20.11
15452026-09-08T17:35:29.773Z Compiling zerovec v0.11.5
15462026-09-08T17:35:29.891Z Compiling zerotrie v0.2.3
15472026-09-08T17:35:30.015Z Compiling thiserror-impl v1.0.69
15482026-09-08T17:35:30.033Z Compiling thiserror v2.0.18
15492026-09-08T17:35:30.136Z Compiling openssl-macros v0.1.1
15502026-09-08T17:35:30.162Z Compiling darling v0.20.11
15512026-09-08T17:35:30.177Z Compiling scroll v0.13.0
15522026-09-08T17:35:30.224Z Compiling packed_struct_codegen v0.10.1
15532026-09-08T17:35:30.258Z Compiling tinystr v0.8.2
15542026-09-08T17:35:30.314Z Compiling potential_utf v0.1.4
15552026-09-08T17:35:30.379Z Compiling clap_derive v4.6.1
15562026-09-08T17:35:30.469Z Compiling icu_locale_core v2.1.1
15572026-09-08T17:35:30.483Z Compiling icu_collections v2.1.1
15582026-09-08T17:35:30.496Z Compiling goblin v0.10.5
15592026-09-08T17:35:30.513Z Compiling zerocopy-derive v0.6.6
15602026-09-08T17:35:30.621Z Compiling bitfield-macros v0.19.4
15612026-09-08T17:35:30.650Z Compiling tracing v0.1.44
15622026-09-08T17:35:30.955Z Compiling crc-catalog v2.4.0
15632026-09-08T17:35:30.989Z Compiling siphasher v1.0.2
15642026-09-08T17:35:31.088Z Compiling crossbeam-utils v0.8.21
15652026-09-08T17:35:31.107Z Compiling icu_provider v2.1.1
15662026-09-08T17:35:31.193Z Compiling crc v3.4.0
15672026-09-08T17:35:31.368Z Compiling icu_properties v2.1.2
15682026-09-08T17:35:31.401Z Compiling icu_normalizer v2.1.1
15692026-09-08T17:35:31.412Z Compiling thiserror v1.0.69
15702026-09-08T17:35:31.415Z Compiling bitfield v0.19.4
15712026-09-08T17:35:31.415Z Compiling flate2 v1.1.9
15722026-09-08T17:35:31.458Z Compiling zeroize v1.9.0
15732026-09-08T17:35:31.462Z Compiling bytes v1.11.1
15742026-09-08T17:35:31.462Z Compiling chrono v0.4.45
15752026-09-08T17:35:31.530Z Compiling ipnet v2.12.0
15762026-09-08T17:35:31.547Z Compiling hex v0.4.3
15772026-09-08T17:35:31.755Z Compiling der v0.7.10
15782026-09-08T17:35:31.793Z Compiling rustls-pki-types v1.14.0
15792026-09-08T17:35:31.828Z Compiling hybrid-array v0.4.13
15802026-09-08T17:35:31.858Z Compiling toml_datetime v0.6.11
15812026-09-08T17:35:31.956Z Compiling tokio v1.52.1
15822026-09-08T17:35:32.039Z Compiling http v1.4.2
15832026-09-08T17:35:32.106Z Compiling serde_spanned v0.6.9
15842026-09-08T17:35:32.156Z Compiling zerocopy v0.6.6
15852026-09-08T17:35:32.240Z Compiling block-buffer v0.10.4
15862026-09-08T17:35:32.270Z Compiling crypto-common v0.1.7
15872026-09-08T17:35:32.285Z Compiling idna_adapter v1.2.1
15882026-09-08T17:35:32.291Z Compiling clap v4.6.1
15892026-09-08T17:35:32.392Z Compiling digest v0.10.7
15902026-09-08T17:35:32.429Z Compiling idna v1.1.0
15912026-09-08T17:35:32.444Z Compiling ppv-lite86 v0.2.21
15922026-09-08T17:35:32.504Z Compiling derive_builder_core v0.20.2
15932026-09-08T17:35:32.623Z Compiling spki v0.7.3
15942026-09-08T17:35:32.668Z Compiling http-body v1.0.1
15952026-09-08T17:35:32.684Z Compiling sha2 v0.10.9
15962026-09-08T17:35:32.704Z Compiling signature v2.2.0
15972026-09-08T17:35:32.786Z Compiling url v2.5.8
15982026-09-08T17:35:32.839Z Compiling rand_chacha v0.9.0
15992026-09-08T17:35:32.853Z Compiling pkcs8 v0.10.2
16002026-09-08T17:35:32.888Z Compiling rand_chacha v0.3.1
16012026-09-08T17:35:32.907Z Compiling hmac v0.12.1
16022026-09-08T17:35:32.982Z Compiling http-body-util v0.1.3
16032026-09-08T17:35:33.085Z Compiling rand v0.9.2
16042026-09-08T17:35:33.111Z Compiling pkcs1 v0.7.5
16052026-09-08T17:35:33.132Z Compiling rand v0.8.6
16062026-09-08T17:35:33.242Z Compiling dof v0.4.0
16072026-09-08T17:35:33.384Z Compiling dtrace-parser v0.3.0
16082026-09-08T17:35:33.601Z Compiling time v0.3.47
16092026-09-08T17:35:33.697Z Compiling proptest v1.11.0
16102026-09-08T17:35:33.731Z Compiling scroll_derive v0.12.1
16112026-09-08T17:35:33.734Z Compiling structmeta-derive v0.3.0
16122026-09-08T17:35:33.769Z Compiling array-init v0.0.4
16132026-09-08T17:35:33.926Z Compiling smallvec v0.6.14
16142026-09-08T17:35:34.019Z Compiling heapless v0.7.17
16152026-09-08T17:35:34.045Z Compiling darling_core v0.23.0
16162026-09-08T17:35:34.134Z Compiling slog v2.8.2
16172026-09-08T17:35:34.150Z Compiling ipnetwork v0.21.1
16182026-09-08T17:35:34.170Z Compiling thread-id v5.1.0
16192026-09-08T17:35:34.266Z Compiling env_filter v2.0.0
16202026-09-08T17:35:34.307Z Compiling syn v3.0.3
16212026-09-08T17:35:34.344Z Compiling cookie v0.18.1
16222026-09-08T17:35:34.369Z Compiling anyhow v1.0.104
16232026-09-08T17:35:34.452Z Compiling unicode-bidi v0.3.18
16242026-09-08T17:35:34.517Z Compiling allocator-api2 v0.2.21
16252026-09-08T17:35:34.572Z Compiling unicode-properties v0.1.4
16262026-09-08T17:35:34.587Z Compiling iri-string v0.7.10
16272026-09-08T17:35:34.587Z Compiling winnow v0.5.40
16282026-09-08T17:35:34.710Z Compiling signal-hook v0.3.18
16292026-09-08T17:35:34.728Z Compiling zstd-safe v7.2.4
16302026-09-08T17:35:34.829Z Compiling hashbrown v0.12.3
16312026-09-08T17:35:34.904Z Compiling base64 v0.21.7
16322026-09-08T17:35:34.924Z Compiling gimli v0.32.3
16332026-09-08T17:35:34.940Z Compiling ryu v1.0.23
16342026-09-08T17:35:34.979Z Compiling structmeta v0.3.0
16352026-09-08T17:35:35.017Z Compiling rsa v0.9.10
16362026-09-08T17:35:35.034Z Compiling stringprep v0.1.5
16372026-09-08T17:35:35.133Z Compiling serde_urlencoded v0.7.1
16382026-09-08T17:35:35.216Z Compiling ron v0.8.1
16392026-09-08T17:35:35.374Z Compiling scroll v0.12.0
16402026-09-08T17:35:35.427Z Compiling env_logger v0.11.11
16412026-09-08T17:35:35.468Z Compiling oxnet v0.1.6
16422026-09-08T17:35:35.690Z Compiling serde-hex v0.1.0
16432026-09-08T17:35:35.717Z Compiling camino v1.2.5
16442026-09-08T17:35:35.926Z Compiling tokio-util v0.7.18
16452026-09-08T17:35:36.103Z Compiling tower v0.5.3
16462026-09-08T17:35:36.131Z Compiling toml_edit v0.19.15
16472026-09-08T17:35:36.194Z Compiling newtype-uuid v1.3.2
16482026-09-08T17:35:36.211Z Compiling tokio-native-tls v0.3.1
16492026-09-08T17:35:36.395Z Compiling bzip2 v0.4.4
16502026-09-08T17:35:36.535Z Compiling tower-http v0.6.8
16512026-09-08T17:35:36.607Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16522026-09-08T17:35:36.622Z Compiling addr2line v0.25.1
16532026-09-08T17:35:36.651Z Compiling h2 v0.4.15
16542026-09-08T17:35:36.820Z Compiling darling_macro v0.23.0
16552026-09-08T17:35:36.902Z Compiling derive_builder_macro v0.20.2
16562026-09-08T17:35:36.956Z Compiling x509-cert v0.2.5
16572026-09-08T17:35:36.985Z Compiling hashbrown v0.13.2
16582026-09-08T17:35:37.004Z Compiling md-5 v0.10.6
16592026-09-08T17:35:37.186Z Compiling block-padding v0.4.2
16602026-09-08T17:35:37.338Z Compiling crypto-common v0.2.2
16612026-09-08T17:35:37.372Z Compiling block-buffer v0.12.1
16622026-09-08T17:35:37.400Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-09-08T17:35:37.475Z Compiling rustls-native-certs v0.8.3
16642026-09-08T17:35:37.588Z Compiling erased-serde v0.3.31
16652026-09-08T17:35:37.605Z Compiling serde_tokenstream v0.2.3
16662026-09-08T17:35:37.789Z Compiling bstr v1.12.1
16672026-09-08T17:35:37.897Z Compiling daft-derive v0.1.8
16682026-09-08T17:35:37.927Z Compiling zerocopy-derive v0.7.35
16692026-09-08T17:35:37.951Z Compiling async-trait v0.1.89
16702026-09-08T17:35:37.954Z Compiling pin-project-internal v1.1.11
16712026-09-08T17:35:38.113Z Compiling curve25519-dalek v4.1.3
16722026-09-08T17:35:38.140Z Compiling heck v0.4.1
16732026-09-08T17:35:38.373Z Compiling vergen-lib v9.1.0
16742026-09-08T17:35:38.479Z Compiling hash32 v0.2.1
16752026-09-08T17:35:38.526Z Compiling memoffset v0.9.1
16762026-09-08T17:35:38.619Z Compiling encoding_rs v0.8.35
16772026-09-08T17:35:38.635Z Compiling litrs v1.0.0
16782026-09-08T17:35:38.635Z Compiling cfg_aliases v0.2.1
16792026-09-08T17:35:38.698Z Compiling fallible-iterator v0.2.0
16802026-09-08T17:35:38.712Z Compiling psl-types v2.0.11
16812026-09-08T17:35:38.738Z Compiling crc-any v2.5.0
16822026-09-08T17:35:38.765Z Compiling owo-colors v4.3.0
16832026-09-08T17:35:38.836Z Compiling rustix v0.38.44
16842026-09-08T17:35:38.851Z Compiling mime v0.3.17
16852026-09-08T17:35:38.898Z Compiling ref-cast v1.0.25
16862026-09-08T17:35:38.987Z Compiling smoltcp v0.9.1
16872026-09-08T17:35:39.029Z Compiling rustc-demangle v0.1.27
16882026-09-08T17:35:39.080Z Compiling postgres-protocol v0.6.10
16892026-09-08T17:35:39.145Z Compiling zerocopy v0.7.35
16902026-09-08T17:35:39.161Z Compiling publicsuffix v2.3.0
16912026-09-08T17:35:39.176Z Compiling pin-project v1.1.11
16922026-09-08T17:35:39.180Z Compiling document-features v0.2.12
16932026-09-08T17:35:39.289Z Compiling backtrace v0.3.76
16942026-09-08T17:35:39.311Z Compiling nix v0.31.2
16952026-09-08T17:35:39.326Z Compiling daft v0.1.8
16962026-09-08T17:35:39.406Z Compiling snafu-derive v0.8.9
16972026-09-08T17:35:39.475Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16982026-09-08T17:35:39.547Z Compiling toml v0.7.8
16992026-09-08T17:35:39.634Z Compiling object v0.30.4
17002026-09-08T17:35:39.674Z Compiling derive_builder v0.20.2
17012026-09-08T17:35:39.751Z Compiling darling v0.23.0
17022026-09-08T17:35:39.754Z Compiling inout v0.2.2
17032026-09-08T17:35:39.792Z Compiling zip v0.6.6
17042026-09-08T17:35:39.841Z Compiling goblin v0.8.2
17052026-09-08T17:35:39.887Z Compiling derive-ex v0.1.8
17062026-09-08T17:35:39.970Z Compiling hyper v1.10.1
17072026-09-08T17:35:40.043Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17082026-09-08T17:35:40.214Z Compiling futures-executor v0.3.32
17092026-09-08T17:35:40.237Z Compiling phf_shared v0.13.1
17102026-09-08T17:35:40.403Z Compiling hubpack_derive v0.1.1
17112026-09-08T17:35:40.434Z Compiling regex v1.12.3
17122026-09-08T17:35:40.485Z Compiling curve25519-dalek-derive v0.1.1
17132026-09-08T17:35:40.489Z Compiling ref-cast-impl v1.0.25
17142026-09-08T17:35:40.517Z Compiling strum_macros v0.27.2
17152026-09-08T17:35:40.535Z Compiling convert_case v0.10.0
17162026-09-08T17:35:40.857Z Compiling cargo-platform v0.3.2
17172026-09-08T17:35:40.893Z Compiling vergen v9.1.0
17182026-09-08T17:35:40.914Z Compiling ff v0.13.1
17192026-09-08T17:35:40.976Z Compiling fs-err v3.3.0
17202026-09-08T17:35:41.069Z Compiling managed v0.8.0
17212026-09-08T17:35:41.094Z Compiling hyper-util v0.1.20
17222026-09-08T17:35:41.123Z Compiling libbz2-rs-sys v0.2.2
17232026-09-08T17:35:41.153Z Compiling foldhash v0.2.0
17242026-09-08T17:35:41.208Z Compiling bitflags v1.3.2
17252026-09-08T17:35:41.223Z Compiling path-slash v0.1.5
17262026-09-08T17:35:41.296Z Compiling jiff-core v0.1.0
17272026-09-08T17:35:41.316Z Compiling same-file v1.0.6
17282026-09-08T17:35:41.369Z Compiling foldhash v0.1.5
17292026-09-08T17:35:41.383Z Compiling is_ci v1.2.0
17302026-09-08T17:35:41.398Z Compiling bumpalo v3.20.2
17312026-09-08T17:35:41.428Z Compiling base16ct v0.2.0
17322026-09-08T17:35:41.497Z Compiling hashbrown v0.15.5
17332026-09-08T17:35:41.542Z Compiling supports-color v3.0.2
17342026-09-08T17:35:41.560Z Compiling sec1 v0.7.3
17352026-09-08T17:35:41.630Z Compiling zopfli v0.8.3
17362026-09-08T17:35:41.644Z Compiling bzip2 v0.6.1
17372026-09-08T17:35:41.657Z Compiling test-strategy v0.4.5
17382026-09-08T17:35:41.670Z Compiling walkdir v2.5.0
17392026-09-08T17:35:41.725Z Compiling snafu v0.8.9
17402026-09-08T17:35:41.829Z Compiling textwrap v0.16.2
17412026-09-08T17:35:41.864Z Compiling hashbrown v0.16.1
17422026-09-08T17:35:41.996Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17432026-09-08T17:35:42.075Z Compiling jiff v0.2.34
17442026-09-08T17:35:42.219Z Compiling dof v0.3.0
17452026-09-08T17:35:42.398Z Compiling group v0.13.0
17462026-09-08T17:35:42.462Z Compiling cargo_metadata v0.23.1
17472026-09-08T17:35:42.480Z Compiling hubpack v0.1.2
17482026-09-08T17:35:42.591Z Compiling hyper-tls v0.6.0
17492026-09-08T17:35:42.605Z Compiling strum v0.27.2
17502026-09-08T17:35:42.622Z Compiling derive_more-impl v2.1.1
17512026-09-08T17:35:42.696Z Compiling phf v0.13.1
17522026-09-08T17:35:42.718Z Compiling signal-hook-mio v0.2.5
17532026-09-08T17:35:42.761Z Compiling futures v0.3.32
17542026-09-08T17:35:42.844Z Compiling reqwest v0.12.28
17552026-09-08T17:35:42.860Z Compiling cookie_store v0.22.1
17562026-09-08T17:35:42.911Z Compiling zstd v0.13.3
17572026-09-08T17:35:42.911Z Compiling cipher v0.5.2
17582026-09-08T17:35:42.965Z Compiling serde_with_macros v3.21.0
17592026-09-08T17:35:43.185Z Compiling backtrace-ext v0.2.1
17602026-09-08T17:35:43.197Z Compiling postgres-types v0.2.12
17612026-09-08T17:35:43.387Z Compiling globset v0.4.18
17622026-09-08T17:35:43.465Z Compiling usdt-macro v0.6.0
17632026-09-08T17:35:43.465Z Compiling usdt-attr-macro v0.6.0
17642026-09-08T17:35:43.561Z Compiling byte-wrapper v0.1.0
17652026-09-08T17:35:43.797Z Compiling hkdf v0.12.4
17662026-09-08T17:35:43.878Z Compiling ed25519 v2.2.3
17672026-09-08T17:35:43.908Z Compiling crypto-bigint v0.5.5
17682026-09-08T17:35:43.929Z Compiling dtrace-parser v0.2.0
17692026-09-08T17:35:43.989Z Compiling serde_plain v1.0.2
17702026-09-08T17:35:44.237Z Compiling olpc-cjson v0.1.4
17712026-09-08T17:35:44.253Z Compiling serde-big-array v0.5.1
17722026-09-08T17:35:44.256Z Compiling phf_shared v0.11.3
17732026-09-08T17:35:44.281Z Compiling miette-derive v7.6.0
17742026-09-08T17:35:44.370Z Compiling strum_macros v0.26.4
17752026-09-08T17:35:44.413Z Compiling async-recursion v1.1.1
17762026-09-08T17:35:44.431Z Compiling enum-as-inner v0.6.1
17772026-09-08T17:35:44.434Z Compiling serde_repr v0.1.20
17782026-09-08T17:35:44.477Z Compiling float-cmp v0.10.0
17792026-09-08T17:35:44.481Z Compiling pem v3.0.6
17802026-09-08T17:35:44.640Z Compiling thread-id v4.2.2
17812026-09-08T17:35:44.742Z Compiling memmap2 v0.9.10
17822026-09-08T17:35:44.766Z Compiling new_debug_unreachable v1.0.6
17832026-09-08T17:35:44.844Z Compiling difflib v0.4.0
17842026-09-08T17:35:44.857Z Compiling whoami v2.1.0
17852026-09-08T17:35:44.876Z Compiling predicates-core v1.0.10
17862026-09-08T17:35:44.987Z Compiling supports-unicode v3.0.0
17872026-09-08T17:35:44.991Z Compiling fixedbitset v0.5.7
17882026-09-08T17:35:45.041Z Compiling supports-hyperlinks v3.2.0
17892026-09-08T17:35:45.056Z Compiling const-oid v0.10.2
17902026-09-08T17:35:45.082Z Compiling winnow v1.0.3
17912026-09-08T17:35:45.123Z Compiling data-encoding v2.10.0
17922026-09-08T17:35:45.178Z Compiling either v1.15.0
17932026-09-08T17:35:45.220Z Compiling fixedbitset v0.4.2
17942026-09-08T17:35:45.267Z Compiling keccak v0.1.6
17952026-09-08T17:35:45.282Z Compiling static_assertions v1.1.0
17962026-09-08T17:35:45.329Z Compiling normalize-line-endings v0.3.0
17972026-09-08T17:35:45.371Z Compiling cpufeatures v0.3.0
17982026-09-08T17:35:45.411Z Compiling precomputed-hash v0.1.1
17992026-09-08T17:35:45.432Z Compiling typed-path v0.9.3
18002026-09-08T17:35:45.447Z Compiling chacha20 v0.10.0
18012026-09-08T17:35:45.463Z Compiling hickory-proto v0.25.2
18022026-09-08T17:35:45.479Z Compiling sha3 v0.10.8
18032026-09-08T17:35:45.479Z Compiling predicates v3.1.4
18042026-09-08T17:35:45.513Z Compiling string_cache v0.8.9
18052026-09-08T17:35:45.524Z Compiling miette v7.6.0
18062026-09-08T17:35:45.764Z Compiling petgraph v0.6.5
18072026-09-08T17:35:45.864Z Compiling itertools v0.13.0
18082026-09-08T17:35:45.869Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18092026-09-08T17:35:45.881Z Compiling toml_edit v0.22.27
18102026-09-08T17:35:45.967Z Compiling petgraph v0.8.3
18112026-09-08T17:35:46.032Z Compiling digest v0.11.3
18122026-09-08T17:35:46.178Z Compiling toml_parser v1.1.2+spec-1.1.0
18132026-09-08T17:35:46.194Z Compiling tokio-postgres v0.7.16
18142026-09-08T17:35:46.213Z Compiling elliptic-curve v0.13.8
18152026-09-08T17:35:46.228Z Compiling strum v0.26.3
18162026-09-08T17:35:46.281Z Compiling usdt v0.6.0
18172026-09-08T17:35:46.375Z Compiling usdt-impl v0.5.0
18182026-09-08T17:35:46.566Z Compiling zip v4.6.1
18192026-09-08T17:35:46.654Z Compiling serde_with v3.21.0
18202026-09-08T17:35:46.678Z Compiling crossterm v0.28.1
18212026-09-08T17:35:46.712Z Compiling ed25519-dalek v2.2.0
18222026-09-08T17:35:46.831Z Compiling derive_more v2.1.1
18232026-09-08T17:35:46.846Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18242026-09-08T17:35:47.064Z Compiling iddqd v0.4.2
18252026-09-08T17:35:47.303Z Compiling similar v2.7.0
18262026-09-08T17:35:47.410Z Compiling crossbeam-epoch v0.9.18
18272026-09-08T17:35:47.530Z Compiling tokio-stream v0.1.18
18282026-09-08T17:35:47.701Z Compiling buf-list v1.1.2
18292026-09-08T17:35:47.758Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18302026-09-08T17:35:47.946Z Compiling openapiv3 v2.2.0
18312026-09-08T17:35:47.968Z Compiling peg-runtime v0.8.5
18322026-09-08T17:35:47.995Z Compiling lalrpop-util v0.19.12
18332026-09-08T17:35:48.009Z Compiling thread_local v1.1.9
18342026-09-08T17:35:48.092Z Compiling slog-async v2.8.0
18352026-09-08T17:35:48.181Z Compiling crossbeam-channel v0.5.15
18362026-09-08T17:35:48.208Z Compiling filetime v0.2.27
18372026-09-08T17:35:48.276Z Compiling is-terminal v0.4.17
18382026-09-08T17:35:48.286Z Compiling xattr v1.6.1
18392026-09-08T17:35:48.374Z Compiling take_mut v0.2.2
18402026-09-08T17:35:48.424Z Compiling term v1.2.1
18412026-09-08T17:35:48.458Z Compiling tar v0.4.46
18422026-09-08T17:35:48.458Z Compiling camino-tempfile v1.4.1
18432026-09-08T17:35:48.727Z Compiling slog-term v2.9.2
18442026-09-08T17:36:05.816Z Compiling rustls-webpki v0.103.13
18452026-09-08T17:36:08.600Z Compiling tokio-rustls v0.26.4
18462026-09-08T17:36:08.600Z Compiling rustls-platform-verifier v0.6.2
18472026-09-08T17:36:08.610Z Compiling tough v0.22.0
18482026-09-08T17:36:08.708Z Compiling hyper-rustls v0.27.7
18492026-09-08T17:36:08.895Z Compiling reqwest v0.13.2
18502026-09-08T17:36:11.073Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18512026-09-08T17:36:11.353Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18522026-09-08T17:36:14.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.00s
18532026-09-08T17:36:14.414Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18542026-09-08T17:36:14.466ZSep 08 17:36:13.902 INFO Starting download, target: Cockroach
18552026-09-08T17:36:14.467ZSep 08 17:36:13.903 INFO Starting download, target: Clickhouse
18562026-09-08T17:36:14.467ZSep 08 17:36:13.903 INFO Starting download, target: Console
18572026-09-08T17:36:14.467ZSep 08 17:36:13.903 INFO Starting download, target: DendriteStub
18582026-09-08T17:36:14.488ZSep 08 17:36:13.903 INFO Starting download, target: MaghemiteMgd
18592026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Starting download, target: MaghemiteDdmd
18602026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Starting download, target: TransceiverControl
18612026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18622026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18632026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18642026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18652026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18662026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18672026-09-08T17:36:14.489ZSep 08 17:36:13.903 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18682026-09-08T17:36:14.830ZSep 08 17:36:14.261 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18692026-09-08T17:36:15.011ZSep 08 17:36:14.431 INFO Download complete, target: TransceiverControl
18702026-09-08T17:36:16.472ZSep 08 17:36:15.897 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18712026-09-08T17:36:16.529ZSep 08 17:36:15.936 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18722026-09-08T17:36:16.756ZSep 08 17:36:16.164 INFO Download complete, target: Console
18732026-09-08T17:36:18.070ZSep 08 17:36:17.464 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18742026-09-08T17:36:18.692ZSep 08 17:36:18.127 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18752026-09-08T17:36:19.172ZSep 08 17:36:18.608 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18762026-09-08T17:36:19.312ZSep 08 17:36:18.760 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18772026-09-08T17:36:19.313ZSep 08 17:36:18.760 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18782026-09-08T17:36:19.526ZSep 08 17:36:18.973 INFO Download complete, target: MaghemiteDdmd
18792026-09-08T17:36:20.760ZSep 08 17:36:20.208 INFO Download complete, target: DendriteStub
18802026-09-08T17:36:21.231ZSep 08 17:36:20.676 INFO Download complete, target: MaghemiteMgd
18812026-09-08T17:36:22.010ZSep 08 17:36:21.458 INFO Checking that binary works, target: Clickhouse
18822026-09-08T17:36:22.100ZSep 08 17:36:21.547 INFO Download complete, target: Clickhouse
18832026-09-08T17:36:23.170ZSep 08 17:36:22.615 INFO Checking that binary works, target: Cockroach
18842026-09-08T17:36:23.290ZSep 08 17:36:22.737 INFO Download complete, target: Cockroach
18852026-09-08T17:36:23.297ZAll prerequisites installed successfully
18862026-09-08T17:36:23.304Z
18872026-09-08T17:36:23.304Zreal 1:30.210607960
18882026-09-08T17:36:23.304Zuser 7:17.931679087
18892026-09-08T17:36:23.305Zsys 1:47.963265969
18902026-09-08T17:36:23.305Ztrap 0.251791851
18912026-09-08T17:36:23.305Ztflt 0.838451566
18922026-09-08T17:36:23.305Zdflt 1.272302749
18932026-09-08T17:36:23.305Zkflt 0.043580375
18942026-09-08T17:36:23.305Zlock 27:17.353495666
18952026-09-08T17:36:23.305Zslp 20:07.952299127
18962026-09-08T17:36:23.305Zlat 25.816180577
18972026-09-08T17:36:23.305Zstop 2:58.567280972
18982026-09-08T17:36:23.305Z+ source ./tools/include/force-git-over-https.sh
18992026-09-08T17:36:23.305Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19002026-09-08T17:36:23.305Z++ (( i = 0 ))
19012026-09-08T17:36:23.306Z++ (( i < 5 ))
19022026-09-08T17:36:23.306Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19032026-09-08T17:36:23.309Z++ (( i++ ))
19042026-09-08T17:36:23.309Z++ (( i < 5 ))
19052026-09-08T17:36:23.309Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19062026-09-08T17:36:23.309Z++ (( i++ ))
19072026-09-08T17:36:23.309Z++ (( i < 5 ))
19082026-09-08T17:36:23.310Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19092026-09-08T17:36:23.310Z++ (( i++ ))
19102026-09-08T17:36:23.310Z++ (( i < 5 ))
19112026-09-08T17:36:23.310Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19122026-09-08T17:36:23.310Z++ (( i++ ))
19132026-09-08T17:36:23.310Z++ (( i < 5 ))
19142026-09-08T17:36:23.310Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19152026-09-08T17:36:23.314Z++ (( i++ ))
19162026-09-08T17:36:23.314Z++ (( i < 5 ))
19172026-09-08T17:36:23.314Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-09-08T17:36:23.314Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19192026-09-08T17:36:23.314Z+ rc=0
19202026-09-08T17:36:23.314Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19212026-09-08T17:36:33.824Z+ case $rc in
19222026-09-08T17:36:33.825Z+ pfexec zfs create -p rpool/images/build/host
19232026-09-08T17:36:34.020Z+ pfexec zfs create -p rpool/images/build/recovery
19242026-09-08T17:36:34.090Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19252026-09-08T17:36:34.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19262026-09-08T17:36:34.553Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19272026-09-08T17:36:35.402Z Compiling proc-macro2 v1.0.106
19282026-09-08T17:36:35.402Z Compiling quote v1.0.45
19292026-09-08T17:36:35.405Z Compiling unicode-ident v1.0.24
19302026-09-08T17:36:35.405Z Compiling serde_core v1.0.228
19312026-09-08T17:36:35.405Z Compiling libc v0.2.185
19322026-09-08T17:36:35.405Z Compiling serde v1.0.228
19332026-09-08T17:36:35.405Z Compiling cfg-if v1.0.4
19342026-09-08T17:36:35.405Z Compiling find-msvc-tools v0.1.9
19352026-09-08T17:36:35.405Z Compiling shlex v1.3.0
19362026-09-08T17:36:35.537Z Compiling autocfg v1.5.0
19372026-09-08T17:36:35.539Z Compiling version_check v0.9.5
19382026-09-08T17:36:35.539Z Compiling zerocopy v0.8.55
19392026-09-08T17:36:35.539Z Compiling portable-atomic v1.13.1
19402026-09-08T17:36:35.540Z Compiling memchr v2.8.0
19412026-09-08T17:36:35.548Z Compiling zmij v1.0.21
19422026-09-08T17:36:35.685Z Compiling serde_json v1.0.151
19432026-09-08T17:36:35.688Z Compiling libm v0.2.16
19442026-09-08T17:36:35.853Z Compiling getrandom v0.4.3
19452026-09-08T17:36:35.889Z Compiling parking_lot_core v0.9.12
19462026-09-08T17:36:36.011Z Compiling num-traits v0.2.19
19472026-09-08T17:36:36.047Z Compiling pkg-config v0.3.32
19482026-09-08T17:36:36.078Z Compiling icu_normalizer_data v2.1.1
19492026-09-08T17:36:36.081Z Compiling icu_properties_data v2.1.2
19502026-09-08T17:36:36.081Z Compiling smallvec v1.15.1
19512026-09-08T17:36:36.097Z Compiling generic-array v0.14.7
19522026-09-08T17:36:36.156Z Compiling rustix v1.1.4
19532026-09-08T17:36:36.173Z Compiling log v0.4.33
19542026-09-08T17:36:36.253Z Compiling itoa v1.0.17
19552026-09-08T17:36:36.285Z Compiling getrandom v0.3.4
19562026-09-08T17:36:36.343Z Compiling subtle v2.6.1
19572026-09-08T17:36:36.399Z Compiling stable_deref_trait v1.2.1
19582026-09-08T17:36:36.415Z Compiling scopeguard v1.2.0
19592026-09-08T17:36:36.476Z Compiling jobserver v0.1.34
19602026-09-08T17:36:36.492Z Compiling errno v0.3.14
19612026-09-08T17:36:36.548Z Compiling lock_api v0.4.14
19622026-09-08T17:36:36.552Z Compiling typenum v1.20.1
19632026-09-08T17:36:36.600Z Compiling critical-section v1.2.0
19642026-09-08T17:36:36.681Z Compiling rand_core v0.10.0
19652026-09-08T17:36:36.695Z Compiling cc v1.2.56
19662026-09-08T17:36:36.708Z Compiling thiserror v2.0.18
19672026-09-08T17:36:36.783Z Compiling syn v2.0.117
19682026-09-08T17:36:36.912Z Compiling getrandom v0.2.17
19692026-09-08T17:36:36.980Z Compiling fs_extra v1.3.0
19702026-09-08T17:36:37.024Z Compiling heck v0.5.0
19712026-09-08T17:36:37.043Z Compiling dunce v1.0.5
19722026-09-08T17:36:37.124Z Compiling rand_core v0.6.4
19732026-09-08T17:36:37.170Z Compiling once_cell v1.21.3
19742026-09-08T17:36:37.174Z Compiling litemap v0.8.1
19752026-09-08T17:36:37.201Z Compiling percent-encoding v2.3.2
19762026-09-08T17:36:37.217Z Compiling writeable v0.6.2
19772026-09-08T17:36:37.305Z Compiling const-oid v0.9.6
19782026-09-08T17:36:37.450Z Compiling schemars v0.8.22
19792026-09-08T17:36:37.496Z Compiling cmake v0.1.57
19802026-09-08T17:36:37.499Z Compiling pin-project-lite v0.2.17
19812026-09-08T17:36:37.613Z Compiling equivalent v1.0.2
19822026-09-08T17:36:37.647Z Compiling signal-hook-registry v1.4.8
19832026-09-08T17:36:37.684Z Compiling rustversion v1.0.22
19842026-09-08T17:36:37.770Z Compiling futures-core v0.3.32
19852026-09-08T17:36:37.830Z Compiling bitflags v2.11.0
19862026-09-08T17:36:37.847Z Compiling semver v1.0.28
19872026-09-08T17:36:37.975Z Compiling aws-lc-rs v1.16.3
19882026-09-08T17:36:38.062Z Compiling parking_lot v0.12.5
19892026-09-08T17:36:38.097Z Compiling aws-lc-sys v0.40.0
19902026-09-08T17:36:38.100Z Compiling mio v1.2.0
19912026-09-08T17:36:38.182Z Compiling crc32fast v1.5.0
19922026-09-08T17:36:38.185Z Compiling utf8_iter v1.0.4
19932026-09-08T17:36:38.315Z Compiling form_urlencoded v1.2.2
19942026-09-08T17:36:38.468Z Compiling hashbrown v0.17.0
19952026-09-08T17:36:38.514Z Compiling byteorder v1.5.0
19962026-09-08T17:36:38.546Z Compiling strsim v0.11.1
19972026-09-08T17:36:38.635Z Compiling syn v1.0.109
19982026-09-08T17:36:38.638Z Compiling vcpkg v0.2.15
19992026-09-08T17:36:38.648Z Compiling fnv v1.0.7
20002026-09-08T17:36:38.878Z Compiling socket2 v0.6.3
20012026-09-08T17:36:39.009Z Compiling radium v0.7.0
20022026-09-08T17:36:39.045Z Compiling futures-sink v0.3.32
20032026-09-08T17:36:39.048Z Compiling httparse v1.10.1
20042026-09-08T17:36:39.153Z Compiling indexmap v2.14.0
20052026-09-08T17:36:39.220Z Compiling futures-channel v0.3.32
20062026-09-08T17:36:39.232Z Compiling iana-time-zone v0.1.65
20072026-09-08T17:36:39.238Z Compiling slab v0.4.12
20082026-09-08T17:36:39.283Z Compiling openssl-sys v0.9.117
20092026-09-08T17:36:39.288Z Compiling thiserror v1.0.69
20102026-09-08T17:36:39.407Z Compiling futures-io v0.3.32
20112026-09-08T17:36:39.462Z Compiling futures-task v0.3.32
20122026-09-08T17:36:39.499Z Compiling rustls v0.23.41
20132026-09-08T17:36:39.535Z Compiling maybe-uninit v2.0.0
20142026-09-08T17:36:39.580Z Compiling base64 v0.22.1
20152026-09-08T17:36:39.617Z Compiling rustc_version v0.4.1
20162026-09-08T17:36:39.655Z Compiling synstructure v0.13.2
20172026-09-08T17:36:39.658Z Compiling serde_derive_internals v0.29.1
20182026-09-08T17:36:39.919Z Compiling bzip2-sys v0.1.13+1.0.8
20192026-09-08T17:36:39.938Z Compiling uuid v1.23.4
20202026-09-08T17:36:39.942Z Compiling ahash v0.8.12
20212026-09-08T17:36:39.942Z Compiling packed_struct v0.10.1
20222026-09-08T17:36:39.942Z Compiling base64ct v1.8.3
20232026-09-08T17:36:40.003Z Compiling regex-syntax v0.8.10
20242026-09-08T17:36:40.007Z Compiling ident_case v1.0.1
20252026-09-08T17:36:40.033Z Compiling num-bigint-dig v0.8.6
20262026-09-08T17:36:40.051Z Compiling ucd-trie v0.1.7
20272026-09-08T17:36:40.132Z Compiling rand_core v0.9.5
20282026-09-08T17:36:40.249Z Compiling pest v2.8.6
20292026-09-08T17:36:40.279Z Compiling flagset v0.4.7
20302026-09-08T17:36:40.309Z Compiling pem-rfc7468 v0.7.0
20312026-09-08T17:36:40.319Z Compiling dyn-clone v1.0.20
20322026-09-08T17:36:40.322Z Compiling fastrand v2.3.0
20332026-09-08T17:36:40.369Z Compiling openssl v0.10.80
20342026-09-08T17:36:40.477Z Compiling indexmap v1.9.3
20352026-09-08T17:36:40.480Z Compiling unicode-segmentation v1.12.0
20362026-09-08T17:36:40.536Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20372026-09-08T17:36:40.630Z Compiling tempfile v3.27.0
20382026-09-08T17:36:40.681Z Compiling native-tls v0.2.18
20392026-09-08T17:36:40.700Z Compiling cpufeatures v0.2.17
20402026-09-08T17:36:40.747Z Compiling simd-adler32 v0.3.8
20412026-09-08T17:36:40.753Z Compiling paste v1.0.15
20422026-09-08T17:36:40.909Z Compiling serde_derive v1.0.228
20432026-09-08T17:36:40.935Z Compiling zeroize_derive v1.5.0
20442026-09-08T17:36:40.947Z Compiling zerocopy-derive v0.8.55
20452026-09-08T17:36:40.951Z Compiling zerofrom-derive v0.1.6
20462026-09-08T17:36:40.983Z Compiling yoke-derive v0.8.1
20472026-09-08T17:36:41.000Z Compiling zerovec-derive v0.11.2
20482026-09-08T17:36:41.035Z Compiling displaydoc v0.2.5
20492026-09-08T17:36:41.064Z Compiling tokio-macros v2.7.0
20502026-09-08T17:36:41.103Z Compiling futures-macro v0.3.32
20512026-09-08T17:36:41.139Z Compiling thiserror-impl v2.0.18
20522026-09-08T17:36:41.238Z Compiling der_derive v0.7.3
20532026-09-08T17:36:41.518Z Compiling schemars_derive v0.8.22
20542026-09-08T17:36:41.583Z Compiling tracing-attributes v0.1.31
20552026-09-08T17:36:41.762Z Compiling thiserror-impl v1.0.69
20562026-09-08T17:36:41.789Z Compiling clap_derive v4.6.1
20572026-09-08T17:36:41.958Z Compiling futures-util v0.3.32
20582026-09-08T17:36:42.133Z Compiling pest_meta v2.8.6
20592026-09-08T17:36:42.165Z Compiling zerofrom v0.1.6
20602026-09-08T17:36:42.317Z Compiling yoke v0.8.1
20612026-09-08T17:36:42.523Z Compiling zerovec v0.11.5
20622026-09-08T17:36:42.570Z Compiling zerotrie v0.2.3
20632026-09-08T17:36:42.840Z Compiling packed_struct_codegen v0.10.1
20642026-09-08T17:36:42.949Z Compiling bitfield-macros v0.19.4
20652026-09-08T17:36:42.971Z Compiling zerocopy-derive v0.6.6
20662026-09-08T17:36:42.974Z Compiling pest_generator v2.8.6
20672026-09-08T17:36:43.063Z Compiling tinystr v0.8.2
20682026-09-08T17:36:43.155Z Compiling potential_utf v0.1.4
20692026-09-08T17:36:43.284Z Compiling icu_locale_core v2.1.1
20702026-09-08T17:36:43.374Z Compiling icu_collections v2.1.1
20712026-09-08T17:36:43.663Z Compiling openssl-macros v0.1.1
20722026-09-08T17:36:43.695Z Compiling pest_derive v2.8.6
20732026-09-08T17:36:43.775Z Compiling scroll_derive v0.13.1
20742026-09-08T17:36:43.931Z Compiling icu_provider v2.1.1
20752026-09-08T17:36:44.024Z Compiling syn v3.0.3
20762026-09-08T17:36:44.223Z Compiling camino v1.2.5
20772026-09-08T17:36:44.229Z Compiling adler2 v2.0.1
20782026-09-08T17:36:44.237Z Compiling icu_normalizer v2.1.1
20792026-09-08T17:36:44.313Z Compiling zeroize v1.9.0
20802026-09-08T17:36:44.350Z Compiling bytes v1.11.1
20812026-09-08T17:36:44.394Z Compiling chrono v0.4.45
20822026-09-08T17:36:44.412Z Compiling icu_properties v2.1.2
20832026-09-08T17:36:44.624Z Compiling der v0.7.10
20842026-09-08T17:36:44.653Z Compiling hex v0.4.3
20852026-09-08T17:36:44.966Z Compiling tokio v1.52.1
20862026-09-08T17:36:45.068Z Compiling block-buffer v0.10.4
20872026-09-08T17:36:45.100Z Compiling crypto-common v0.1.7
20882026-09-08T17:36:45.247Z Compiling digest v0.10.7
20892026-09-08T17:36:45.303Z Compiling idna_adapter v1.2.1
20902026-09-08T17:36:45.345Z Compiling utf8parse v0.2.2
20912026-09-08T17:36:45.468Z Compiling idna v1.1.0
20922026-09-08T17:36:45.485Z Compiling ppv-lite86 v0.2.21
20932026-09-08T17:36:45.672Z Compiling spki v0.7.3
20942026-09-08T17:36:45.821Z Compiling url v2.5.8
20952026-09-08T17:36:45.850Z Compiling anstyle v1.0.14
20962026-09-08T17:36:45.867Z Compiling crossbeam-utils v0.8.21
20972026-09-08T17:36:45.914Z Compiling pkcs8 v0.10.2
20982026-09-08T17:36:45.957Z Compiling sha2 v0.10.9
20992026-09-08T17:36:46.025Z Compiling anstyle-parse v1.0.0
21002026-09-08T17:36:46.125Z Compiling rand_chacha v0.9.0
21012026-09-08T17:36:46.140Z Compiling http v1.4.2
21022026-09-08T17:36:46.202Z Compiling rustls-pki-types v1.14.0
21032026-09-08T17:36:46.268Z Compiling miniz_oxide v0.8.9
21042026-09-08T17:36:46.454Z Compiling rand v0.9.2
21052026-09-08T17:36:46.570Z Compiling terminal_size v0.4.3
21062026-09-08T17:36:46.715Z Compiling spin v0.9.8
21072026-09-08T17:36:46.743Z Compiling num-conv v0.2.0
21082026-09-08T17:36:46.849Z Compiling anstyle-query v1.1.5
21092026-09-08T17:36:46.852Z Compiling is_terminal_polyfill v1.70.2
21102026-09-08T17:36:46.880Z Compiling colorchoice v1.0.4
21112026-09-08T17:36:46.894Z Compiling time-core v0.1.8
21122026-09-08T17:36:46.972Z Compiling tinyvec_macros v0.1.1
21132026-09-08T17:36:46.988Z Compiling anstream v1.0.0
21142026-09-08T17:36:47.055Z Compiling tinyvec v1.10.0
21152026-09-08T17:36:47.073Z Compiling time-macros v0.2.27
21162026-09-08T17:36:47.077Z Compiling structmeta-derive v0.3.0
21172026-09-08T17:36:47.153Z Compiling daft-derive v0.1.8
21182026-09-08T17:36:47.174Z Compiling async-trait v0.1.89
21192026-09-08T17:36:47.208Z Compiling tracing-core v0.1.36
21202026-09-08T17:36:47.392Z Compiling untrusted v0.7.1
21212026-09-08T17:36:47.473Z Compiling plain v0.2.3
21222026-09-08T17:36:47.492Z Compiling object v0.37.3
21232026-09-08T17:36:47.600Z Compiling cmov v0.5.4
21242026-09-08T17:36:47.603Z Compiling tracing v0.1.44
21252026-09-08T17:36:47.710Z Compiling http-body v1.0.1
21262026-09-08T17:36:47.862Z Compiling ctutils v0.4.2
21272026-09-08T17:36:47.916Z Compiling toml_datetime v0.6.11
21282026-09-08T17:36:47.946Z Compiling serde_spanned v0.6.9
21292026-09-08T17:36:47.982Z Compiling pin-project-internal v1.1.11
21302026-09-08T17:36:48.097Z Compiling slog v2.8.2
21312026-09-08T17:36:48.149Z Compiling structmeta v0.3.0
21322026-09-08T17:36:48.152Z Compiling wait-timeout v0.2.1
21332026-09-08T17:36:48.165Z Compiling cookie v0.18.1
21342026-09-08T17:36:48.180Z Compiling quick-error v1.2.3
21352026-09-08T17:36:48.322Z Compiling tap v1.0.1
21362026-09-08T17:36:48.341Z Compiling openssl-probe v0.2.1
21372026-09-08T17:36:48.360Z Compiling clap_lex v1.0.0
21382026-09-08T17:36:48.374Z Compiling zstd-safe v7.2.4
21392026-09-08T17:36:48.422Z Compiling untrusted v0.9.0
21402026-09-08T17:36:48.487Z Compiling bit-vec v0.8.0
21412026-09-08T17:36:48.566Z Compiling wyz v0.5.1
21422026-09-08T17:36:48.584Z Compiling derive-ex v0.1.8
21432026-09-08T17:36:48.640Z Compiling rusty-fork v0.3.1
21442026-09-08T17:36:48.679Z Compiling clap_builder v4.6.0
21452026-09-08T17:36:48.778Z Compiling bit-set v0.8.0
21462026-09-08T17:36:48.835Z Compiling tokio-util v0.7.18
21472026-09-08T17:36:48.851Z Compiling hybrid-array v0.4.13
21482026-09-08T17:36:49.034Z Compiling unicode-normalization v0.1.25
21492026-09-08T17:36:49.034Z Compiling rand_chacha v0.3.1
21502026-09-08T17:36:49.037Z Compiling signature v2.2.0
21512026-09-08T17:36:49.110Z Compiling scroll_derive v0.12.1
21522026-09-08T17:36:49.206Z Compiling heck v0.4.1
21532026-09-08T17:36:49.285Z Compiling rand_xorshift v0.4.0
21542026-09-08T17:36:49.426Z Compiling heapless v0.7.17
21552026-09-08T17:36:49.576Z Compiling num-integer v0.1.46
21562026-09-08T17:36:49.614Z Compiling aho-corasick v1.1.4
21572026-09-08T17:36:49.658Z Compiling tower-layer v0.3.3
21582026-09-08T17:36:49.717Z Compiling signal-hook v0.3.18
21592026-09-08T17:36:49.721Z Compiling anyhow v1.0.104
21602026-09-08T17:36:49.803Z Compiling try-lock v0.2.5
21612026-09-08T17:36:49.845Z Compiling tower-service v0.3.3
21622026-09-08T17:36:49.959Z Compiling funty v2.0.0
21632026-09-08T17:36:49.977Z Compiling pretty-hex v0.4.1
21642026-09-08T17:36:50.025Z Compiling atomic-waker v1.1.2
21652026-09-08T17:36:50.151Z Compiling usdt-impl v0.6.0
21662026-09-08T17:36:50.189Z Compiling rustix v0.38.44
21672026-09-08T17:36:50.223Z Compiling zlib-rs v0.6.2
21682026-09-08T17:36:50.243Z Compiling unarray v0.1.4
21692026-09-08T17:36:50.280Z Compiling test-strategy v0.4.5
21702026-09-08T17:36:50.313Z Compiling want v0.3.1
21712026-09-08T17:36:50.353Z Compiling bitvec v1.0.1
21722026-09-08T17:36:50.423Z Compiling proptest v1.11.0
21732026-09-08T17:36:50.449Z Compiling regex-automata v0.4.14
21742026-09-08T17:36:50.566Z Compiling h2 v0.4.15
21752026-09-08T17:36:50.675Z Compiling clap v4.6.1
21762026-09-08T17:36:50.906Z Compiling num-iter v0.1.45
21772026-09-08T17:36:51.264Z Compiling snafu-derive v0.8.9
21782026-09-08T17:36:51.352Z Compiling rand v0.8.6
21792026-09-08T17:36:51.608Z Compiling ipnetwork v0.21.1
21802026-09-08T17:36:52.118Z Compiling lazy_static v1.5.0
21812026-09-08T17:36:52.180Z Compiling scroll v0.13.0
21822026-09-08T17:36:52.206Z Compiling ipnet v2.12.0
21832026-09-08T17:36:52.289Z Compiling strum_macros v0.26.4
21842026-09-08T17:36:52.437Z Compiling flate2 v1.1.9
21852026-09-08T17:36:52.751Z Compiling darling_core v0.20.11
21862026-09-08T17:36:52.754Z Compiling darling_core v0.23.0
21872026-09-08T17:36:52.950Z Compiling httpdate v1.0.3
21882026-09-08T17:36:52.966Z Compiling foreign-types-shared v0.1.1
21892026-09-08T17:36:53.226Z Compiling nodrop v0.1.14
21902026-09-08T17:36:53.266Z Compiling crc-catalog v2.4.0
21912026-09-08T17:36:53.283Z Compiling winnow v0.5.40
21922026-09-08T17:36:53.317Z Compiling array-init v0.0.4
21932026-09-08T17:36:53.375Z Compiling crc v3.4.0
21942026-09-08T17:36:53.549Z Compiling foreign-types v0.3.2
21952026-09-08T17:36:53.633Z Compiling newtype-uuid v1.3.2
21962026-09-08T17:36:53.965Z Compiling hyper v1.10.1
21972026-09-08T17:36:53.983Z Compiling goblin v0.10.5
21982026-09-08T17:36:54.000Z Compiling oxnet v0.1.6
21992026-09-08T17:36:54.288Z Compiling smallvec v0.6.14
22002026-09-08T17:36:54.790Z Compiling darling_macro v0.20.11
22012026-09-08T17:36:54.986Z Compiling darling_macro v0.23.0
22022026-09-08T17:36:55.021Z Compiling toml_edit v0.19.15
22032026-09-08T17:36:55.262Z Compiling pkcs1 v0.7.5
22042026-09-08T17:36:55.523Z Compiling zerocopy v0.6.6
22052026-09-08T17:36:55.558Z Compiling bitfield v0.19.4
22062026-09-08T17:36:55.571Z Compiling zerocopy-derive v0.7.35
22072026-09-08T17:36:55.642Z Compiling curve25519-dalek v4.1.3
22082026-09-08T17:36:55.760Z Compiling socket2 v0.5.10
22092026-09-08T17:36:55.921Z Compiling env_filter v2.0.0
22102026-09-08T17:36:55.943Z Compiling memoffset v0.9.1
22112026-09-08T17:36:56.191Z Compiling hashbrown v0.12.3
22122026-09-08T17:36:56.223Z Compiling smoltcp v0.9.1
22132026-09-08T17:36:56.228Z Compiling litrs v1.0.0
22142026-09-08T17:36:56.271Z Compiling owo-colors v4.3.0
22152026-09-08T17:36:56.348Z Compiling ref-cast v1.0.25
22162026-09-08T17:36:56.387Z Compiling base64 v0.21.7
22172026-09-08T17:36:56.632Z Compiling toml v0.7.8
22182026-09-08T17:36:56.673Z Compiling hyper-util v0.1.20
22192026-09-08T17:36:56.720Z Compiling ron v0.8.1
22202026-09-08T17:36:56.753Z Compiling document-features v0.2.12
22212026-09-08T17:36:56.825Z Compiling dof v0.4.0
22222026-09-08T17:36:56.903Z Compiling env_logger v0.11.11
22232026-09-08T17:36:57.379Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22242026-09-08T17:36:57.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22252026-09-08T17:36:57.551Z Compiling darling v0.23.0
22262026-09-08T17:36:57.640Z Compiling rsa v0.9.10
22272026-09-08T17:36:57.658Z Compiling bzip2 v0.4.4
22282026-09-08T17:36:57.833Z Compiling darling v0.20.11
22292026-09-08T17:36:57.902Z Compiling serde-hex v0.1.0
22302026-09-08T17:36:57.952Z Compiling daft v0.1.8
22312026-09-08T17:36:58.085Z Compiling hashbrown v0.13.2
22322026-09-08T17:36:58.212Z Compiling x509-cert v0.2.5
22332026-09-08T17:36:58.277Z Compiling hmac v0.12.1
22342026-09-08T17:36:58.441Z Compiling dtrace-parser v0.3.0
22352026-09-08T17:36:58.613Z Compiling async-recursion v1.1.1
22362026-09-08T17:36:58.702Z Compiling sync_wrapper v1.0.2
22372026-09-08T17:36:58.819Z Compiling thread-id v5.1.0
22382026-09-08T17:36:58.898Z Compiling siphasher v1.0.2
22392026-09-08T17:36:58.919Z Compiling powerfmt v0.2.0
22402026-09-08T17:36:58.966Z Compiling cfg_aliases v0.2.1
22412026-09-08T17:36:59.128Z Compiling crc-any v2.5.0
22422026-09-08T17:36:59.216Z Compiling deranged v0.5.8
22432026-09-08T17:36:59.297Z Compiling nix v0.31.2
22442026-09-08T17:36:59.631Z Compiling tower v0.5.3
22452026-09-08T17:37:00.152Z Compiling object v0.30.4
22462026-09-08T17:37:00.361Z Compiling derive_builder_core v0.20.2
22472026-09-08T17:37:00.376Z Compiling zip v0.6.6
22482026-09-08T17:37:00.444Z Compiling serde_with_macros v3.21.0
22492026-09-08T17:37:00.534Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-09-08T17:37:00.899Z Compiling bstr v1.12.1
22512026-09-08T17:37:00.958Z Compiling crypto-common v0.2.2
22522026-09-08T17:37:00.973Z Compiling block-buffer v0.12.1
22532026-09-08T17:37:01.248Z Compiling http-body-util v0.1.3
22542026-09-08T17:37:01.423Z Compiling futures-executor v0.3.32
22552026-09-08T17:37:01.507Z Compiling erased-serde v0.3.31
22562026-09-08T17:37:01.523Z Compiling serde_tokenstream v0.2.3
22572026-09-08T17:37:01.591Z Compiling hubpack_derive v0.1.1
22582026-09-08T17:37:01.779Z Compiling ref-cast-impl v1.0.25
22592026-09-08T17:37:01.842Z Compiling strum_macros v0.27.2
22602026-09-08T17:37:01.857Z Compiling curve25519-dalek-derive v0.1.1
22612026-09-08T17:37:01.911Z Compiling usdt-impl v0.5.0
22622026-09-08T17:37:02.048Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22632026-09-08T17:37:02.064Z Compiling fs-err v3.3.0
22642026-09-08T17:37:02.201Z Compiling same-file v1.0.6
22652026-09-08T17:37:02.310Z Compiling allocator-api2 v0.2.21
22662026-09-08T17:37:02.327Z Compiling unicode-bidi v0.3.18
22672026-09-08T17:37:02.360Z Compiling ryu v1.0.23
22682026-09-08T17:37:02.447Z Compiling num_threads v0.1.7
22692026-09-08T17:37:02.497Z Compiling unicode-properties v0.1.4
22702026-09-08T17:37:02.729Z Compiling gimli v0.32.3
22712026-09-08T17:37:02.733Z Compiling iri-string v0.7.10
22722026-09-08T17:37:02.830Z Compiling path-slash v0.1.5
22732026-09-08T17:37:03.025Z Compiling serde_urlencoded v0.7.1
22742026-09-08T17:37:03.367Z Compiling time v0.3.47
22752026-09-08T17:37:03.596Z Compiling stringprep v0.1.5
22762026-09-08T17:37:03.999Z Compiling tower-http v0.6.8
22772026-09-08T17:37:04.200Z Compiling walkdir v2.5.0
22782026-09-08T17:37:04.475Z Compiling addr2line v0.25.1
22792026-09-08T17:37:04.827Z Compiling futures v0.3.32
22802026-09-08T17:37:04.994Z Compiling derive_builder_macro v0.20.2
22812026-09-08T17:37:05.197Z Compiling tokio-native-tls v0.3.1
22822026-09-08T17:37:05.353Z Compiling strum v0.26.3
22832026-09-08T17:37:05.505Z Compiling block-padding v0.4.2
22842026-09-08T17:37:05.553Z Compiling scroll v0.12.0
22852026-09-08T17:37:05.583Z Compiling pin-project v1.1.11
22862026-09-08T17:37:05.623Z Compiling rustls-native-certs v0.8.3
22872026-09-08T17:37:05.732Z Compiling md-5 v0.10.6
22882026-09-08T17:37:05.831Z Compiling convert_case v0.10.0
22892026-09-08T17:37:05.848Z Compiling vergen-lib v9.1.0
22902026-09-08T17:37:05.882Z Compiling hash32 v0.2.1
22912026-09-08T17:37:05.936Z Compiling encoding_rs v0.8.35
22922026-09-08T17:37:06.085Z Compiling rustc-demangle v0.1.27
22932026-09-08T17:37:06.107Z Compiling jiff-core v0.1.0
22942026-09-08T17:37:06.135Z Compiling mime v0.3.17
22952026-09-08T17:37:06.153Z Compiling psl-types v2.0.11
22962026-09-08T17:37:06.286Z Compiling cpufeatures v0.3.0
22972026-09-08T17:37:06.319Z Compiling fallible-iterator v0.2.0
22982026-09-08T17:37:06.372Z Compiling publicsuffix v2.3.0
22992026-09-08T17:37:06.452Z Compiling derive_more-impl v2.1.1
23002026-09-08T17:37:06.575Z Compiling goblin v0.8.2
23012026-09-08T17:37:06.643Z Compiling postgres-protocol v0.6.10
23022026-09-08T17:37:06.925Z Compiling jiff v0.2.34
23032026-09-08T17:37:07.071Z Compiling snafu v0.8.9
23042026-09-08T17:37:07.150Z Compiling inout v0.2.2
23052026-09-08T17:37:07.236Z Compiling derive_builder v0.20.2
23062026-09-08T17:37:07.472Z Compiling backtrace v0.3.76
23072026-09-08T17:37:07.489Z Compiling hyper-tls v0.6.0
23082026-09-08T17:37:07.711Z Compiling usdt-attr-macro v0.6.0
23092026-09-08T17:37:07.749Z Compiling usdt-macro v0.6.0
23102026-09-08T17:37:07.816Z Compiling globset v0.4.18
23112026-09-08T17:37:07.838Z Compiling phf_shared v0.13.1
23122026-09-08T17:37:07.860Z Compiling crossbeam-epoch v0.9.18
23132026-09-08T17:37:07.968Z Compiling zerocopy v0.7.35
23142026-09-08T17:37:08.229Z Compiling regex v1.12.3
23152026-09-08T17:37:08.528Z Compiling serde_plain v1.0.2
23162026-09-08T17:37:08.566Z Compiling miette-derive v7.6.0
23172026-09-08T17:37:08.583Z Compiling enum-as-inner v0.6.1
23182026-09-08T17:37:08.630Z Compiling serde_repr v0.1.20
23192026-09-08T17:37:08.780Z Compiling pem v3.0.6
23202026-09-08T17:37:08.799Z Compiling vergen v9.1.0
23212026-09-08T17:37:08.820Z Compiling cargo-platform v0.3.2
23222026-09-08T17:37:08.837Z Compiling ff v0.13.1
23232026-09-08T17:37:08.980Z Compiling filetime v0.2.27
23242026-09-08T17:37:09.003Z Compiling typed-path v0.9.3
23252026-09-08T17:37:09.038Z Compiling foldhash v0.1.5
23262026-09-08T17:37:09.110Z Compiling bumpalo v3.20.2
23272026-09-08T17:37:09.233Z Compiling unicode-linebreak v0.1.5
23282026-09-08T17:37:09.278Z Compiling libbz2-rs-sys v0.2.2
23292026-09-08T17:37:09.295Z Compiling is_ci v1.2.0
23302026-09-08T17:37:09.366Z Compiling xattr v1.6.1
23312026-09-08T17:37:09.447Z Compiling unicode-width v0.2.0
23322026-09-08T17:37:09.488Z Compiling smawk v0.3.2
23332026-09-08T17:37:09.563Z Compiling base16ct v0.2.0
23342026-09-08T17:37:09.651Z Compiling bitflags v1.3.2
23352026-09-08T17:37:09.697Z Compiling managed v0.8.0
23362026-09-08T17:37:09.713Z Compiling foldhash v0.2.0
23372026-09-08T17:37:09.738Z Compiling const-oid v0.10.2
23382026-09-08T17:37:09.796Z Compiling sec1 v0.7.3
23392026-09-08T17:37:09.850Z Compiling bzip2 v0.6.1
23402026-09-08T17:37:09.878Z Compiling hashbrown v0.16.1
23412026-09-08T17:37:09.938Z Compiling digest v0.11.3
23422026-09-08T17:37:09.999Z Compiling textwrap v0.16.2
23432026-09-08T17:37:10.065Z Compiling tar v0.4.46
23442026-09-08T17:37:10.068Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23452026-09-08T17:37:10.096Z Compiling supports-color v3.0.2
23462026-09-08T17:37:10.193Z Compiling zopfli v0.8.3
23472026-09-08T17:37:10.251Z Compiling hashbrown v0.15.5
23482026-09-08T17:37:10.304Z Compiling cargo_metadata v0.23.1
23492026-09-08T17:37:10.431Z Compiling group v0.13.0
23502026-09-08T17:37:10.617Z Compiling dof v0.3.0
23512026-09-08T17:37:11.375Z Compiling phf v0.13.1
23522026-09-08T17:37:11.575Z Compiling backtrace-ext v0.2.1
23532026-09-08T17:37:11.637Z Compiling reqwest v0.12.28
23542026-09-08T17:37:11.677Z Compiling zstd v0.13.3
23552026-09-08T17:37:11.736Z Compiling signal-hook-mio v0.2.5
23562026-09-08T17:37:11.873Z Compiling cipher v0.5.2
23572026-09-08T17:37:11.889Z Compiling cookie_store v0.22.1
23582026-09-08T17:37:11.944Z Compiling postgres-types v0.2.12
23592026-09-08T17:37:12.208Z Compiling strum v0.27.2
23602026-09-08T17:37:12.373Z Compiling hubpack v0.1.2
23612026-09-08T17:37:12.478Z Compiling phf_shared v0.11.3
23622026-09-08T17:37:12.481Z Compiling hkdf v0.12.4
23632026-09-08T17:37:12.507Z Compiling dtrace-parser v0.2.0
23642026-09-08T17:37:12.545Z Compiling byte-wrapper v0.1.0
23652026-09-08T17:37:12.599Z Compiling ed25519 v2.2.3
23662026-09-08T17:37:12.656Z Compiling olpc-cjson v0.1.4
23672026-09-08T17:37:12.952Z Compiling crypto-bigint v0.5.5
23682026-09-08T17:37:13.120Z Compiling serde-big-array v0.5.1
23692026-09-08T17:37:13.144Z Compiling float-cmp v0.10.0
23702026-09-08T17:37:13.258Z Compiling memmap2 v0.9.10
23712026-09-08T17:37:13.309Z Compiling thread-id v4.2.2
23722026-09-08T17:37:13.451Z Compiling fixedbitset v0.5.7
23732026-09-08T17:37:13.512Z Compiling rayon-core v1.13.0
23742026-09-08T17:37:13.527Z Compiling predicates-core v1.0.10
23752026-09-08T17:37:13.646Z Compiling either v1.15.0
23762026-09-08T17:37:13.649Z Compiling precomputed-hash v0.1.1
23772026-09-08T17:37:13.703Z Compiling difflib v0.4.0
23782026-09-08T17:37:13.721Z Compiling static_assertions v1.1.0
23792026-09-08T17:37:13.735Z Compiling supports-unicode v3.0.0
23802026-09-08T17:37:13.750Z Compiling toml_write v0.1.2
23812026-09-08T17:37:13.753Z Compiling winnow v1.0.3
23822026-09-08T17:37:13.809Z Compiling winnow v0.7.14
23832026-09-08T17:37:13.970Z Compiling keccak v0.1.6
23842026-09-08T17:37:14.068Z Compiling supports-hyperlinks v3.2.0
23852026-09-08T17:37:14.204Z Compiling unicode-width v0.1.14
23862026-09-08T17:37:14.240Z Compiling new_debug_unreachable v1.0.6
23872026-09-08T17:37:14.326Z Compiling normalize-line-endings v0.3.0
23882026-09-08T17:37:14.437Z Compiling whoami v2.1.0
23892026-09-08T17:37:14.590Z Compiling data-encoding v2.10.0
23902026-09-08T17:37:14.606Z Compiling fixedbitset v0.4.2
23912026-09-08T17:37:14.767Z Compiling petgraph v0.6.5
23922026-09-08T17:37:14.834Z Compiling toml_parser v1.1.2+spec-1.1.0
23932026-09-08T17:37:14.851Z Compiling tokio-postgres v0.7.16
23942026-09-08T17:37:14.874Z Compiling chacha20 v0.10.0
23952026-09-08T17:37:14.938Z Compiling hickory-proto v0.25.2
23962026-09-08T17:37:15.102Z Compiling miette v7.6.0
23972026-09-08T17:37:15.150Z Compiling predicates v3.1.4
23982026-09-08T17:37:15.391Z Compiling toml_edit v0.22.27
23992026-09-08T17:37:15.699Z Compiling string_cache v0.8.9
24002026-09-08T17:37:15.735Z Compiling sha3 v0.10.8
24012026-09-08T17:37:15.867Z Compiling elliptic-curve v0.13.8
24022026-09-08T17:37:15.928Z Compiling itertools v0.13.0
24032026-09-08T17:37:16.033Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-09-08T17:37:16.140Z Compiling petgraph v0.8.3
24052026-09-08T17:37:16.457Z Compiling usdt v0.6.0
24062026-09-08T17:37:16.944Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24072026-09-08T17:37:17.279Z Compiling ed25519-dalek v2.2.0
24082026-09-08T17:37:17.603Z Compiling zip v4.6.1
24092026-09-08T17:37:17.776Z Compiling crossterm v0.28.1
24102026-09-08T17:37:18.099Z Compiling iddqd v0.4.2
24112026-09-08T17:37:18.749Z Compiling derive_more v2.1.1
24122026-09-08T17:37:18.831Z Compiling similar v2.7.0
24132026-09-08T17:37:18.960Z Compiling serde_with v3.21.0
24142026-09-08T17:37:19.488Z Compiling tokio-stream v0.1.18
24152026-09-08T17:37:19.546Z Compiling buf-list v1.1.2
24162026-09-08T17:37:19.620Z Compiling half v2.7.1
24172026-09-08T17:37:19.701Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24182026-09-08T17:37:19.727Z Compiling openapiv3 v2.2.0
24192026-09-08T17:37:20.018Z Compiling lalrpop-util v0.19.12
24202026-09-08T17:37:20.229Z Compiling ciborium-io v0.2.2
24212026-09-08T17:37:20.304Z Compiling peg-runtime v0.8.5
24222026-09-08T17:37:20.384Z Compiling ciborium-ll v0.2.2
24232026-09-08T17:37:21.435Z Compiling crossbeam-deque v0.8.6
24242026-09-08T17:37:21.785Z Compiling camino-tempfile v1.4.1
24252026-09-08T17:37:21.989Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24262026-09-08T17:37:22.191Z Compiling blake3 v1.8.5
24272026-09-08T17:37:22.236Z Compiling fs-err v2.11.0
24282026-09-08T17:37:23.703Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-09-08T17:37:24.973Z Compiling ciborium v0.2.2
24302026-09-08T17:37:25.293Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-09-08T17:37:25.566Z Compiling thread_local v1.1.9
24322026-09-08T17:37:25.680Z Compiling arrayref v0.3.9
24332026-09-08T17:37:25.696Z Compiling constant_time_eq v0.4.2
24342026-09-08T17:37:25.766Z Compiling arrayvec v0.7.6
24352026-09-08T17:37:25.815Z Compiling slog-async v2.8.0
24362026-09-08T17:37:25.884Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24372026-09-08T17:37:26.034Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24382026-09-08T17:37:26.174Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24392026-09-08T17:37:26.295Z Compiling toml v0.8.23
24402026-09-08T17:37:26.332Z Compiling atomicwrites v0.4.4
24412026-09-08T17:37:26.348Z Compiling digest-io v0.1.0
24422026-09-08T17:37:26.400Z Compiling sha2 v0.11.0
24432026-09-08T17:37:26.507Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24442026-09-08T17:37:26.523Z Compiling crossbeam-channel v0.5.15
24452026-09-08T17:37:26.619Z Compiling serde_path_to_error v0.1.20
24462026-09-08T17:37:26.624Z Compiling is-terminal v0.4.17
24472026-09-08T17:37:26.635Z Compiling rawzip v0.4.4
24482026-09-08T17:37:26.684Z Compiling take_mut v0.2.2
24492026-09-08T17:37:26.723Z Compiling debug-ignore v1.0.5
24502026-09-08T17:37:26.816Z Compiling term v1.2.1
24512026-09-08T17:37:26.850Z Compiling indent_write v2.2.0
24522026-09-08T17:37:26.890Z Compiling topological-sort v0.2.2
24532026-09-08T17:37:27.013Z Compiling parse-size v1.1.0
24542026-09-08T17:37:27.070Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24552026-09-08T17:37:27.114Z Compiling shell-words v1.1.1
24562026-09-08T17:37:27.194Z Compiling slog-term v2.9.2
24572026-09-08T17:37:30.212Z Compiling rustls-webpki v0.103.13
24582026-09-08T17:37:32.977Z Compiling tokio-rustls v0.26.4
24592026-09-08T17:37:32.977Z Compiling rustls-platform-verifier v0.6.2
24602026-09-08T17:37:32.977Z Compiling tough v0.22.0
24612026-09-08T17:37:33.182Z Compiling hyper-rustls v0.27.7
24622026-09-08T17:37:33.379Z Compiling reqwest v0.13.2
24632026-09-08T17:37:34.786Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-09-08T17:37:35.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24652026-09-08T17:37:36.900Z Compiling omicron-zone-package v0.12.3
24662026-09-08T17:37:37.074Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24672026-09-08T17:37:37.708Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24682026-09-08T17:37:37.727Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24692026-09-08T17:37:40.126Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24702026-09-08T17:37:59.713Z Finished `release` profile [optimized] target(s) in 1m 25s
24712026-09-08T17:37:59.856Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24722026-09-08T17:37:59.910ZSep 08 17:37:59.357 DEBG changing working directory to /work/oxidecomputer/omicron
24732026-09-08T17:38:00.113ZSep 08 17:37:59.453 DEBG running: git rev-parse HEAD
24742026-09-08T17:38:00.136ZSep 08 17:37:59.455 DEBG process exited with exit status: 0 (2.493513ms)
24752026-09-08T17:38:00.136ZSep 08 17:37:59.455 INFO version: 23.0.0-0.ci+git18da33a5edc
24762026-09-08T17:38:00.136ZSep 08 17:37:59.464 INFO cloning helios to /work/oxidecomputer/helios
24772026-09-08T17:38:00.136ZSep 08 17:37:59.464 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24782026-09-08T17:38:00.136ZCloning into '/work/oxidecomputer/helios'...
24792026-09-08T17:38:00.656ZSep 08 17:38:00.103 DEBG process exited with exit status: 0 (639.291609ms)
24802026-09-08T17:38:00.656ZSep 08 17:38:00.103 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24812026-09-08T17:38:00.659ZSep 08 17:38:00.105 DEBG process exited with exit status: 0 (2.326523ms)
24822026-09-08T17:38:00.659ZSep 08 17:38:00.105 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24832026-09-08T17:38:01.032ZSep 08 17:38:00.479 DEBG process exited with exit status: 0 (374.061467ms)
24842026-09-08T17:38:01.032ZSep 08 17:38:00.479 DEBG running: zfs list rpool/images/build/host
24852026-09-08T17:38:01.037ZNAME USED AVAIL REFER MOUNTPOINT
24862026-09-08T17:38:01.037Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24872026-09-08T17:38:01.045ZSep 08 17:38:00.484 DEBG process exited with exit status: 0 (4.312025ms)
24882026-09-08T17:38:01.045ZSep 08 17:38:00.484 DEBG running: zfs list rpool/images/build/recovery
24892026-09-08T17:38:01.045ZNAME USED AVAIL REFER MOUNTPOINT
24902026-09-08T17:38:01.046Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24912026-09-08T17:38:01.046ZSep 08 17:38:00.487 DEBG process exited with exit status: 0 (3.474164ms)
24922026-09-08T17:38:01.046ZSep 08 17:38:00.487 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
24932026-09-08T17:38:01.053ZSep 08 17:38:00.500 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
24942026-09-08T17:38:01.058ZSep 08 17:38:00.500 INFO [hubris-staging] running task
24952026-09-08T17:38:01.058ZSep 08 17:38:00.500 INFO [hubris-production] running task
24962026-09-08T17:38:01.058ZSep 08 17:38:00.500 INFO [incorp-manifest] running task
24972026-09-08T17:38:01.058ZSep 08 17:38:00.500 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24982026-09-08T17:38:01.058ZSep 08 17:38:00.501 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24992026-09-08T17:38:01.058ZSep 08 17:38:00.501 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-09-08T17:38:01.058ZSep 08 17:38:00.502 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25012026-09-08T17:38:01.098Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25022026-09-08T17:38:01.160Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-09-08T17:38:01.292ZSep 08 17:38:00.738 INFO [incorp-create] process exited with exit status: 0 (236.986441ms)
25042026-09-08T17:38:01.295ZSep 08 17:38:00.738 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25052026-09-08T17:38:01.642ZSep 08 17:38:01.089 INFO [incorp-publisher] process exited with exit status: 0 (350.218189ms)
25062026-09-08T17:38:01.924Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-09-08T17:38:02.917ZSep 08 17:38:02.363 INFO [hubris-production] task succeeded (1.862195635s)
25082026-09-08T17:38:03.093Z[ omicron-package] Compiling macaddr v1.0.1
25092026-09-08T17:38:03.093Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25102026-09-08T17:38:03.093Z[ omicron-package] Compiling itertools v0.15.0
25112026-09-08T17:38:03.096Z[ omicron-package] Compiling secrecy v0.10.3
25122026-09-08T17:38:03.097Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-09-08T17:38:03.097Z[ omicron-package] Compiling heapless v0.8.0
25142026-09-08T17:38:03.097Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25152026-09-08T17:38:03.097Z[ omicron-package] Compiling inout v0.1.4
25162026-09-08T17:38:03.097Z[ omicron-package] Compiling hash32 v0.3.1
25172026-09-08T17:38:03.097Z[ omicron-package] Compiling multer v3.1.0
25182026-09-08T17:38:03.097Z[ omicron-package] Compiling match_cfg v0.1.0
25192026-09-08T17:38:03.097Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-09-08T17:38:03.097Z[ omicron-package] Compiling compression-core v0.4.31
25212026-09-08T17:38:03.097Z[ omicron-package] Compiling smoltcp v0.11.0
25222026-09-08T17:38:03.097Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-09-08T17:38:03.098Z[ omicron-package] Compiling slog-json v2.6.1
25242026-09-08T17:38:03.448ZSep 08 17:38:02.895 DEBG process exited with exit status: 0 (2.394626272s)
25252026-09-08T17:38:03.452ZSep 08 17:38:02.895 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25262026-09-08T17:38:03.871Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25272026-09-08T17:38:03.902Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25282026-09-08T17:38:04.275Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25292026-09-08T17:38:04.281Z[ omicron-package] Compiling cipher v0.4.4
25302026-09-08T17:38:04.281Z[ omicron-package] Compiling cobs v0.3.0
25312026-09-08T17:38:04.528Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25322026-09-08T17:38:04.531Z[ omicron-package] Compiling universal-hash v0.5.1
25332026-09-08T17:38:04.606Z[ omicron-package] Compiling compression-codecs v0.4.37
25342026-09-08T17:38:04.612Z[ omicron-package] Compiling hostname v0.3.1
25352026-09-08T17:38:04.612Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25362026-09-08T17:38:04.612Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25372026-09-08T17:38:04.612Z[ omicron-package] Compiling dropshot v0.17.1
25382026-09-08T17:38:04.643Z[ omicron-package] Compiling serde_spanned v1.1.1
25392026-09-08T17:38:04.661Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25402026-09-08T17:38:04.708Z[ omicron-package] Compiling async-stream-impl v0.3.6
25412026-09-08T17:38:04.904Z[ omicron-package] Compiling convert_case v0.4.0
25422026-09-08T17:38:04.991Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25432026-09-08T17:38:04.991Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-09-08T17:38:04.991Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25452026-09-08T17:38:04.992Z[ omicron-package] Compiling opaque-debug v0.3.1
25462026-09-08T17:38:05.042Z[ omicron-package] Compiling ingot-macros v0.2.0
25472026-09-08T17:38:05.078Z[ omicron-package] Compiling async-compression v0.4.41
25482026-09-08T17:38:05.130Z[ omicron-package] Compiling slog-bunyan v2.5.0
25492026-09-08T17:38:05.133Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25502026-09-08T17:38:05.133Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25512026-09-08T17:38:05.344Z[ omicron-package] Compiling poly1305 v0.8.0
25522026-09-08T17:38:05.347Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25532026-09-08T17:38:05.347Z[ omicron-package] Compiling chacha20 v0.9.1
25542026-09-08T17:38:05.483Z[ omicron-package] Compiling derive_more v0.99.20
25552026-09-08T17:38:05.514Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25562026-09-08T17:38:05.555Z[ omicron-package] Compiling async-stream v0.3.6
25572026-09-08T17:38:05.558Z[ omicron-package] Compiling num_enum_derive v0.7.6
25582026-09-08T17:38:05.574Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25592026-09-08T17:38:05.618Z[ omicron-package] Compiling postcard v1.1.3
25602026-09-08T17:38:05.773Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25612026-09-08T17:38:05.883Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25622026-09-08T17:38:05.886Z[ omicron-package] Compiling sha1 v0.11.0
25632026-09-08T17:38:05.938Z[ omicron-package] Compiling progenitor-client v0.14.0
25642026-09-08T17:38:06.024Z[ omicron-package] Compiling oxide-generation v0.1.3
25652026-09-08T17:38:06.027Z[ omicron-package] Compiling parse-display-derive v0.10.0
25662026-09-08T17:38:06.166Z[ omicron-package] Compiling waitgroup v0.1.2
25672026-09-08T17:38:06.201Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25682026-09-08T17:38:06.319Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25692026-09-08T17:38:06.387ZSep 08 17:38:05.834 DEBG process exited with exit status: 0 (2.938506013s)
25702026-09-08T17:38:06.415ZSep 08 17:38:05.861 INFO [incorp-manifest] task succeeded (5.360942347s)
25712026-09-08T17:38:06.415ZSep 08 17:38:05.861 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25722026-09-08T17:38:06.431Z[ omicron-package] Compiling backon v1.6.0
25732026-09-08T17:38:06.489Z[ omicron-package] Compiling password-hash v0.5.0
25742026-09-08T17:38:06.585Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-09-08T17:38:06.622Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25762026-09-08T17:38:06.626Z[ omicron-package] Compiling blake2 v0.10.6
25772026-09-08T17:38:06.626Z[ omicron-package] Compiling aead v0.5.2
25782026-09-08T17:38:06.647Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25792026-09-08T17:38:06.651ZSep 08 17:38:06.098 INFO [incorp-fmt] process exited with exit status: 0 (236.07295ms)
25802026-09-08T17:38:06.653ZSep 08 17:38:06.098 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25812026-09-08T17:38:06.707Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25822026-09-08T17:38:06.710Z[ omicron-package] Compiling proc-macro-error v1.0.4
25832026-09-08T17:38:06.781Z[ omicron-package] Compiling instant v0.1.13
25842026-09-08T17:38:06.799Z[ omicron-package] Compiling hostname v0.4.2
25852026-09-08T17:38:06.800Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25862026-09-08T17:38:06.978Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260908T173806Z
25872026-09-08T17:38:06.979Z[ incorp-pkgsend] PUBLISHED
25882026-09-08T17:38:06.984Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25892026-09-08T17:38:07.032ZSep 08 17:38:06.478 INFO [incorp-pkgsend] process exited with exit status: 0 (380.583934ms)
25902026-09-08T17:38:07.032ZSep 08 17:38:06.478 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25912026-09-08T17:38:07.043Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25922026-09-08T17:38:07.156Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25932026-09-08T17:38:07.192Z[ omicron-package] Compiling backoff v0.4.0
25942026-09-08T17:38:07.192Z[ omicron-package] Compiling argon2 v0.5.3
25952026-09-08T17:38:07.243Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25962026-09-08T17:38:07.270Z[ helios-incorp] Retrieving packages for publisher helios ...
25972026-09-08T17:38:07.282Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25982026-09-08T17:38:07.285Z[ omicron-package] Compiling num_enum v0.7.6
25992026-09-08T17:38:07.298Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26002026-09-08T17:38:07.298Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26012026-09-08T17:38:07.298Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26022026-09-08T17:38:07.302Z[ helios-incorp]
26032026-09-08T17:38:07.302Z[ helios-incorp] Archiving packages ...
26042026-09-08T17:38:07.305Z[ helios-incorp] Packages to add: 1
26052026-09-08T17:38:07.305Z[ helios-incorp] Files to retrieve: 0
26062026-09-08T17:38:07.305Z[ helios-incorp] Estimated transfer size: 0.00 B
26072026-09-08T17:38:07.305Z[ helios-incorp]
26082026-09-08T17:38:07.305Z[ helios-incorp] Packages to archive:
26092026-09-08T17:38:07.305Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260908T173806Z
26102026-09-08T17:38:07.305Z[ helios-incorp]
26112026-09-08T17:38:07.305Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26122026-09-08T17:38:07.305Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26132026-09-08T17:38:07.305Z[ omicron-package] Compiling num_enum_derive v0.5.11
26142026-09-08T17:38:07.308Z[ omicron-package] Compiling progenitor-extras v0.2.0
26152026-09-08T17:38:07.377ZSep 08 17:38:06.823 INFO [helios-incorp] process exited with exit status: 0 (344.836014ms)
26162026-09-08T17:38:07.508Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26172026-09-08T17:38:07.544Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26182026-09-08T17:38:07.559Z[ omicron-package] Compiling foreign-types v0.5.0
26192026-09-08T17:38:07.580Z[ omicron-package] Compiling vsss-rs v3.3.4
26202026-09-08T17:38:07.692Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26212026-09-08T17:38:07.733Z[ omicron-package] Compiling regress v0.10.5
26222026-09-08T17:38:07.788Z[ omicron-package] Compiling itertools v0.14.0
26232026-09-08T17:38:07.911Z[ omicron-package] Compiling tabwriter v1.4.1
26242026-09-08T17:38:07.982Z[ omicron-package] Compiling parse-display v0.10.0
26252026-09-08T17:38:08.016Z[ omicron-package] Compiling ingot-types v0.2.0
26262026-09-08T17:38:08.065Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26272026-09-08T17:38:08.100Z[ omicron-package] Compiling cstr-argument v0.1.2
26282026-09-08T17:38:08.103Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26292026-09-08T17:38:08.154Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26302026-09-08T17:38:08.218Z[ omicron-package] Compiling humantime v2.3.0
26312026-09-08T17:38:08.275Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322026-09-08T17:38:08.384Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26332026-09-08T17:38:08.627Z[ omicron-package] Compiling ingot v0.2.1
26342026-09-08T17:38:08.630Z[ omicron-package] Compiling num_enum v0.5.11
26352026-09-08T17:38:08.667Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26362026-09-08T17:38:08.670Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26372026-09-08T17:38:08.670Z[ omicron-package] Compiling rayon v1.11.0
26382026-09-08T17:38:08.713Z[ omicron-package] Compiling rand v0.10.1
26392026-09-08T17:38:08.731Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402026-09-08T17:38:08.734Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26412026-09-08T17:38:08.877Z[ omicron-package] Compiling libefi-sys v0.1.0
26422026-09-08T17:38:08.897Z[ omicron-package] Compiling colored v3.1.1
26432026-09-08T17:38:08.933Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26442026-09-08T17:38:09.072Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452026-09-08T17:38:09.120Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26462026-09-08T17:38:09.211Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26472026-09-08T17:38:09.258Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26482026-09-08T17:38:09.318Z[ omicron-package] Compiling itertools v0.12.1
26492026-09-08T17:38:09.335Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26502026-09-08T17:38:09.465Z[ omicron-package] Compiling usdt-macro v0.5.0
26512026-09-08T17:38:09.534Z[ omicron-package] Compiling sigpipe v0.1.3
26522026-09-08T17:38:09.562Z[ omicron-package] Compiling memmap v0.7.0
26532026-09-08T17:38:09.655Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26542026-09-08T17:38:09.656Z[ omicron-package] Compiling bitfield-struct v0.6.2
26552026-09-08T17:38:09.658Z[ omicron-package] Compiling num-derive v0.4.2
26562026-09-08T17:38:09.835Z[ omicron-package] Compiling swrite v0.1.0
26572026-09-08T17:38:09.895Z[ omicron-package] Compiling glob v0.3.3
26582026-09-08T17:38:09.960Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592026-09-08T17:38:10.053Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26602026-09-08T17:38:10.404Z[ omicron-package] Compiling usdt v0.5.0
26612026-09-08T17:38:10.444Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26622026-09-08T17:38:10.579Z[ omicron-package] Compiling smf v0.2.3
26632026-09-08T17:38:10.624Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26642026-09-08T17:38:10.628Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26652026-09-08T17:38:10.641Z[ omicron-package] Compiling whoami v1.6.1
26662026-09-08T17:38:10.774Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26672026-09-08T17:38:10.778Z[ omicron-package] Compiling zone v0.3.1
26682026-09-08T17:38:10.873Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26692026-09-08T17:38:10.930Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26702026-09-08T17:38:10.979Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-09-08T17:38:11.022Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26722026-09-08T17:38:11.025Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26732026-09-08T17:38:11.090Z[ omicron-package] Compiling gethostname v0.5.0
26742026-09-08T17:38:11.097Z[ omicron-package] Compiling console v0.16.2
26752026-09-08T17:38:11.207Z[ omicron-package] Compiling unit-prefix v0.5.2
26762026-09-08T17:38:11.340Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26772026-09-08T17:38:11.667Z[ omicron-package] Compiling indicatif v0.18.4
26782026-09-08T17:38:12.296Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26792026-09-08T17:38:12.582Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26802026-09-08T17:38:13.624Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26812026-09-08T17:38:15.829Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26822026-09-08T17:38:15.870Z[ helios-setup] Sep 08 17:38:15.317 INFO helios repository root is: /work/oxidecomputer/helios
26832026-09-08T17:38:15.873Z[ helios-setup] Sep 08 17:38:15.318 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
26842026-09-08T17:38:15.874Z[ helios-setup] Sep 08 17:38:15.318 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26852026-09-08T17:38:15.874Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26862026-09-08T17:38:16.886ZSep 08 17:38:16.333 INFO [hubris-staging] task succeeded (15.832328995s)
26872026-09-08T17:38:25.536Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26882026-09-08T17:38:27.084Z[ helios-setup] Sep 08 17:38:26.530 INFO clone ok!, project: amd-firmware
26892026-09-08T17:38:27.084Z[ helios-setup] Sep 08 17:38:26.530 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
26902026-09-08T17:38:27.087Z[ helios-setup] Sep 08 17:38:26.530 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
26912026-09-08T17:38:27.088Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26922026-09-08T17:38:27.867Z[ helios-setup] Sep 08 17:38:27.313 INFO clone ok!, project: amd-host-image-builder
26932026-09-08T17:38:27.867Z[ helios-setup] Sep 08 17:38:27.313 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
26942026-09-08T17:38:27.870Z[ helios-setup] Sep 08 17:38:27.313 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26952026-09-08T17:38:27.870Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26962026-09-08T17:38:28.666Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972026-09-08T17:38:28.709Z[ helios-setup] Sep 08 17:38:28.156 INFO clone ok!, project: chelsio-t6-roms
26982026-09-08T17:38:28.709Z[ helios-setup] Sep 08 17:38:28.156 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
26992026-09-08T17:38:28.712Z[ helios-setup] Sep 08 17:38:28.156 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27002026-09-08T17:38:28.712Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27012026-09-08T17:38:29.232Z[ helios-setup] Sep 08 17:38:28.677 INFO clone ok!, project: pinprick
27022026-09-08T17:38:29.232Z[ helios-setup] Sep 08 17:38:28.677 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
27032026-09-08T17:38:29.232Z[ helios-setup] Sep 08 17:38:28.677 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27042026-09-08T17:38:29.235Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27052026-09-08T17:38:29.703Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27062026-09-08T17:38:29.849Z[ helios-setup] Sep 08 17:38:29.295 INFO clone ok!, project: image-builder
27072026-09-08T17:38:29.849Z[ helios-setup] Sep 08 17:38:29.295 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
27082026-09-08T17:38:29.849Z[ helios-setup] Sep 08 17:38:29.295 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27092026-09-08T17:38:29.852Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27102026-09-08T17:38:30.427Z[ helios-setup] Sep 08 17:38:29.874 INFO clone ok!, project: phbl
27112026-09-08T17:38:30.430Z[ helios-setup] Sep 08 17:38:29.874 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27122026-09-08T17:38:30.430Z[ helios-setup] Sep 08 17:38:29.874 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
27132026-09-08T17:38:30.431Z[ helios-setup] Sep 08 17:38:29.874 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27142026-09-08T17:38:30.431Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27152026-09-08T17:38:31.079Z[ helios-setup] Sep 08 17:38:30.525 INFO clone ok!, project: bootserver
27162026-09-08T17:38:31.079Z[ helios-setup] Sep 08 17:38:30.526 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27172026-09-08T17:38:31.082Z[ helios-setup] Sep 08 17:38:30.526 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
27182026-09-08T17:38:31.082Z[ helios-setup] Sep 08 17:38:30.526 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27192026-09-08T17:38:31.083Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27202026-09-08T17:38:32.022Z[ helios-setup] Sep 08 17:38:31.468 INFO clone ok!, project: pilot
27212026-09-08T17:38:32.022Z[ helios-setup] Sep 08 17:38:31.468 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
27222026-09-08T17:38:32.025Z[ helios-setup] Sep 08 17:38:31.468 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27232026-09-08T17:38:32.025Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27242026-09-08T17:38:32.730Z[ helios-setup] Sep 08 17:38:32.177 INFO clone ok!, project: dmar-report
27252026-09-08T17:38:32.733Z[ helios-setup] Sep 08 17:38:32.177 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27262026-09-08T17:38:32.733Z[ helios-setup] Sep 08 17:38:32.177 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27272026-09-08T17:38:32.977Z[ helios-setup] Sep 08 17:38:32.423 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27282026-09-08T17:38:33.211Z[ helios-setup] Sep 08 17:38:32.657 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27292026-09-08T17:38:33.211Z[ helios-setup] Sep 08 17:38:32.657 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27302026-09-08T17:38:33.426Z[ helios-setup] Sep 08 17:38:32.872 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27312026-09-08T17:38:33.640Z[ helios-setup] Sep 08 17:38:33.086 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27322026-09-08T17:38:33.640Z[ helios-setup] Sep 08 17:38:33.086 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27332026-09-08T17:38:33.849Z[ helios-setup] Sep 08 17:38:33.295 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27342026-09-08T17:38:34.061Z[ helios-setup] Sep 08 17:38:33.508 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27352026-09-08T17:38:34.061Z[ helios-setup] Sep 08 17:38:33.508 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27362026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27372026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO ok!
27382026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27392026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27402026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO ok!
27412026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27422026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27432026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO ok!
27442026-09-08T17:38:34.065Z[ helios-setup] Sep 08 17:38:33.508 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27452026-09-08T17:38:34.092Z[ helios-setup] Sep 08 17:38:33.538 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.98.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
27462026-09-08T17:38:34.092Z[ helios-setup] Sep 08 17:38:33.538 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27472026-09-08T17:38:34.095Z[ helios-setup] Sep 08 17:38:33.538 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27482026-09-08T17:38:34.231Z[ helios-setup] Sep 08 17:38:33.677 INFO E| Updating crates.io index
27492026-09-08T17:38:34.234Z[ helios-setup] Sep 08 17:38:33.678 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27502026-09-08T17:38:34.757Z[ helios-setup] Sep 08 17:38:34.203 INFO E| From https://github.com/oxidecomputer/amd-apcb
27512026-09-08T17:38:34.757Z[ helios-setup] Sep 08 17:38:34.203 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27522026-09-08T17:38:34.769Z[ helios-setup] Sep 08 17:38:34.215 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27532026-09-08T17:38:35.210Z[ helios-setup] Sep 08 17:38:34.656 INFO E| From https://github.com/oxidecomputer/amd-efs
27542026-09-08T17:38:35.210Z[ helios-setup] Sep 08 17:38:34.656 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27552026-09-08T17:38:35.347Z[ helios-setup] Sep 08 17:38:34.793 INFO E| Downloading crates ...
27562026-09-08T17:38:35.402Z[ helios-setup] Sep 08 17:38:34.848 INFO E| Downloaded modular-bitfield v0.11.2
27572026-09-08T17:38:35.408Z[ helios-setup] Sep 08 17:38:34.854 INFO E| Downloaded bytesize v2.0.1
27582026-09-08T17:38:35.411Z[ helios-setup] Sep 08 17:38:34.856 INFO E| Downloaded autocfg v1.4.0
27592026-09-08T17:38:35.411Z[ helios-setup] Sep 08 17:38:34.857 INFO E| Downloaded heck v0.3.3
27602026-09-08T17:38:35.411Z[ helios-setup] Sep 08 17:38:34.857 INFO E| Downloaded dyn-clone v1.0.19
27612026-09-08T17:38:35.415Z[ helios-setup] Sep 08 17:38:34.862 INFO E| Downloaded rustversion v1.0.20
27622026-09-08T17:38:35.418Z[ helios-setup] Sep 08 17:38:34.865 INFO E| Downloaded thiserror v2.0.12
27632026-09-08T17:38:35.421Z[ helios-setup] Sep 08 17:38:34.868 INFO E| Downloaded unic-ucd-version v0.9.0
27642026-09-08T17:38:35.424Z[ helios-setup] Sep 08 17:38:34.868 INFO E| Downloaded structopt-derive v0.4.18
27652026-09-08T17:38:35.424Z[ helios-setup] Sep 08 17:38:34.869 INFO E| Downloaded strum_macros v0.27.1
27662026-09-08T17:38:35.424Z[ helios-setup] Sep 08 17:38:34.870 INFO E| Downloaded typenum v1.18.0
27672026-09-08T17:38:35.427Z[ helios-setup] Sep 08 17:38:34.872 INFO E| Downloaded structopt v0.3.26
27682026-09-08T17:38:35.430Z[ helios-setup] Sep 08 17:38:34.876 INFO E| Downloaded vec_map v0.8.2
27692026-09-08T17:38:35.434Z[ helios-setup] Sep 08 17:38:34.881 INFO E| Downloaded strum v0.27.1
27702026-09-08T17:38:35.438Z[ helios-setup] Sep 08 17:38:34.885 INFO E| Downloaded modular-bitfield-impl v0.11.2
27712026-09-08T17:38:35.441Z[ helios-setup] Sep 08 17:38:34.886 INFO E| Downloaded pest_generator v2.8.0
27722026-09-08T17:38:35.441Z[ helios-setup] Sep 08 17:38:34.886 INFO E| Downloaded serde v1.0.219
27732026-09-08T17:38:35.444Z[ helios-setup] Sep 08 17:38:34.891 INFO E| Downloaded unic-char-range v0.9.0
27742026-09-08T17:38:35.447Z[ helios-setup] Sep 08 17:38:34.892 INFO E| Downloaded textwrap v0.11.0
27752026-09-08T17:38:35.447Z[ helios-setup] Sep 08 17:38:34.893 INFO E| Downloaded modular-bitfield-impl v0.13.1
27762026-09-08T17:38:35.451Z[ helios-setup] Sep 08 17:38:34.898 INFO E| Downloaded unicode-ident v1.0.18
27772026-09-08T17:38:35.463Z[ helios-setup] Sep 08 17:38:34.910 INFO E| Downloaded parse_int v0.9.0
27782026-09-08T17:38:35.467Z[ helios-setup] Sep 08 17:38:34.910 INFO E| Downloaded ansi_term v0.12.1
27792026-09-08T17:38:35.467Z[ helios-setup] Sep 08 17:38:34.912 INFO E| Downloaded log v0.4.27
27802026-09-08T17:38:35.467Z[ helios-setup] Sep 08 17:38:34.913 INFO E| Downloaded itoa v1.0.15
27812026-09-08T17:38:35.470Z[ helios-setup] Sep 08 17:38:34.914 INFO E| Downloaded pest v2.8.0
27822026-09-08T17:38:35.472Z[ helios-setup] Sep 08 17:38:34.917 INFO E| Downloaded unic-ucd-ident v0.9.0
27832026-09-08T17:38:35.475Z[ helios-setup] Sep 08 17:38:34.920 INFO E| Downloaded strsim v0.8.0
27842026-09-08T17:38:35.478Z[ helios-setup] Sep 08 17:38:34.923 INFO E| Downloaded thiserror-impl v2.0.12
27852026-09-08T17:38:35.490Z[ helios-setup] Sep 08 17:38:34.937 INFO E| Downloaded pest_meta v2.8.0
27862026-09-08T17:38:35.494Z[ helios-setup] Sep 08 17:38:34.938 INFO E| Downloaded fletcher v1.0.0
27872026-09-08T17:38:35.494Z[ helios-setup] Sep 08 17:38:34.939 INFO E| Downloaded four-cc v0.4.0
27882026-09-08T17:38:35.494Z[ helios-setup] Sep 08 17:38:34.939 INFO E| Downloaded proc-macro2 v1.0.95
27892026-09-08T17:38:35.499Z[ helios-setup] Sep 08 17:38:34.944 INFO E| Downloaded serde_derive v1.0.219
27902026-09-08T17:38:35.502Z[ helios-setup] Sep 08 17:38:34.946 INFO E| Downloaded unic-common v0.9.0
27912026-09-08T17:38:35.513Z[ helios-setup] Sep 08 17:38:34.959 INFO E| Downloaded unic-char-property v0.9.0
27922026-09-08T17:38:35.527Z[ helios-setup] Sep 08 17:38:34.974 INFO E| Downloaded modular-bitfield v0.13.1
27932026-09-08T17:38:35.535Z[ helios-setup] Sep 08 17:38:34.981 INFO E| Downloaded pest_derive v2.8.0
27942026-09-08T17:38:35.544Z[ helios-setup] Sep 08 17:38:34.990 INFO E| Downloaded quote v1.0.40
27952026-09-08T17:38:35.547Z[ helios-setup] Sep 08 17:38:34.992 INFO E| Downloaded ryu v1.0.20
27962026-09-08T17:38:35.563Z[ helios-setup] Sep 08 17:38:35.010 INFO E| Downloaded zerocopy-derive v0.8.25
27972026-09-08T17:38:35.567Z[ helios-setup] Sep 08 17:38:35.014 INFO E| Downloaded memchr v2.7.4
27982026-09-08T17:38:35.577Z[ helios-setup] Sep 08 17:38:35.024 INFO E| Downloaded clap v2.34.0
27992026-09-08T17:38:35.581Z[ helios-setup] Sep 08 17:38:35.028 INFO E| Downloaded goblin v0.9.3
28002026-09-08T17:38:35.585Z[ helios-setup] Sep 08 17:38:35.032 INFO E| Downloaded zerocopy v0.8.25
28012026-09-08T17:38:35.601Z[ helios-setup] Sep 08 17:38:35.048 INFO E| Downloaded serde_json v1.0.140
28022026-09-08T17:38:35.612Z[ helios-setup] Sep 08 17:38:35.054 INFO E| Downloaded syn v2.0.101
28032026-09-08T17:38:35.626Z[ helios-setup] Sep 08 17:38:35.073 INFO E| Downloaded libc v0.2.172
28042026-09-08T17:38:35.681Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling proc-macro2 v1.0.95
28052026-09-08T17:38:35.681Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling unicode-ident v1.0.18
28062026-09-08T17:38:35.681Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling memchr v2.7.4
28072026-09-08T17:38:35.684Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling thiserror v2.0.12
28082026-09-08T17:38:35.684Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling autocfg v1.4.0
28092026-09-08T17:38:35.684Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling serde v1.0.219
28102026-09-08T17:38:35.684Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling syn v1.0.109
28112026-09-08T17:38:35.684Z[ helios-setup] Sep 08 17:38:35.127 INFO E| Compiling version_check v0.9.5
28122026-09-08T17:38:35.702Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling serde_json v1.0.140
28132026-09-08T17:38:35.702Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling ryu v1.0.20
28142026-09-08T17:38:35.706Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling itoa v1.0.15
28152026-09-08T17:38:35.706Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling schemars v0.8.22
28162026-09-08T17:38:35.706Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling ucd-trie v0.1.7
28172026-09-08T17:38:35.706Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling libc v0.2.172
28182026-09-08T17:38:35.706Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling zerocopy v0.8.25
28192026-09-08T17:38:35.706Z[ helios-setup] Sep 08 17:38:35.149 INFO E| Compiling dyn-clone v1.0.19
28202026-09-08T17:38:35.822Z[ helios-setup] Sep 08 17:38:35.268 INFO E| Compiling paste v1.0.15
28212026-09-08T17:38:36.620Z[ helios-setup] Sep 08 17:38:36.066 INFO E| Compiling rustversion v1.0.20
28222026-09-08T17:38:36.630Z[ helios-setup] Sep 08 17:38:36.077 INFO E| Compiling static_assertions v1.1.0
28232026-09-08T17:38:36.630Z[ helios-setup] Sep 08 17:38:36.077 INFO E| Compiling once_cell v1.21.3
28242026-09-08T17:38:36.716Z[ helios-setup] Sep 08 17:38:36.162 INFO E| Compiling heck v0.5.0
28252026-09-08T17:38:36.727Z[ helios-setup] Sep 08 17:38:36.174 INFO E| Compiling unicode-width v0.1.14
28262026-09-08T17:38:36.745Z[ helios-setup] Sep 08 17:38:36.192 INFO E| Compiling unicode-segmentation v1.12.0
28272026-09-08T17:38:36.757Z[ helios-setup] Sep 08 17:38:36.203 INFO E| Compiling bitflags v1.3.2
28282026-09-08T17:38:36.826Z[ helios-setup] Sep 08 17:38:36.272 INFO E| Compiling proc-macro-error-attr v1.0.4
28292026-09-08T17:38:36.840Z[ helios-setup] Sep 08 17:38:36.287 INFO E| Compiling proc-macro-error v1.0.4
28302026-09-08T17:38:36.872Z[ helios-setup] Sep 08 17:38:36.316 INFO E| Compiling unic-char-range v0.9.0
28312026-09-08T17:38:36.997Z[ helios-setup] Sep 08 17:38:36.443 INFO E| Compiling ansi_term v0.12.1
28322026-09-08T17:38:37.116Z[ helios-setup] Sep 08 17:38:36.562 INFO E| Compiling textwrap v0.11.0
28332026-09-08T17:38:37.141Z[ helios-setup] Sep 08 17:38:36.581 INFO E| Compiling strsim v0.8.0
28342026-09-08T17:38:37.199Z[ helios-setup] Sep 08 17:38:36.645 INFO E| Compiling vec_map v0.8.2
28352026-09-08T17:38:37.244Z[ helios-setup] Sep 08 17:38:36.690 INFO E| Compiling strum v0.27.1
28362026-09-08T17:38:37.260Z[ helios-setup] Sep 08 17:38:36.706 INFO E| Compiling unic-common v0.9.0
28372026-09-08T17:38:37.356Z[ helios-setup] Sep 08 17:38:36.796 INFO E| Compiling fletcher v1.0.0
28382026-09-08T17:38:37.388Z[ helios-setup] Sep 08 17:38:36.835 INFO E| Compiling quote v1.0.40
28392026-09-08T17:38:37.432Z[ helios-setup] Sep 08 17:38:36.879 INFO E| Compiling num-traits v0.2.19
28402026-09-08T17:38:37.459Z[ helios-setup] Sep 08 17:38:36.906 INFO E| Compiling memoffset v0.9.1
28412026-09-08T17:38:37.503Z[ helios-setup] Sep 08 17:38:36.949 INFO E| Compiling heck v0.3.3
28422026-09-08T17:38:37.536Z[ helios-setup] Sep 08 17:38:36.957 INFO E| Compiling byteorder v1.5.0
28432026-09-08T17:38:37.539Z[ helios-setup] Sep 08 17:38:36.979 INFO E| Compiling unic-ucd-version v0.9.0
28442026-09-08T17:38:37.584Z[ helios-setup] Sep 08 17:38:37.030 INFO E| Compiling unic-char-property v0.9.0
28452026-09-08T17:38:37.591Z[ helios-setup] Sep 08 17:38:37.036 INFO E| Compiling plain v0.2.3
28462026-09-08T17:38:37.622Z[ helios-setup] Sep 08 17:38:37.069 INFO E| Compiling log v0.4.27
28472026-09-08T17:38:37.658Z[ helios-setup] Sep 08 17:38:37.104 INFO E| Compiling syn v2.0.101
28482026-09-08T17:38:37.772Z[ helios-setup] Sep 08 17:38:37.219 INFO E| Compiling lazy_static v1.5.0
28492026-09-08T17:38:37.775Z[ helios-setup] Sep 08 17:38:37.220 INFO E| Compiling unic-ucd-ident v0.9.0
28502026-09-08T17:38:37.783Z[ helios-setup] Sep 08 17:38:37.229 INFO E| Compiling bytesize v2.0.1
28512026-09-08T17:38:37.867Z[ helios-setup] Sep 08 17:38:37.313 INFO E| Compiling atty v0.2.14
28522026-09-08T17:38:37.944Z[ helios-setup] Sep 08 17:38:37.390 INFO E| Compiling clap v2.34.0
28532026-09-08T17:38:38.697Z[ helios-setup] Sep 08 17:38:38.143 INFO E| Compiling parse_int v0.9.0
28542026-09-08T17:38:40.546Z[ helios-setup] Sep 08 17:38:39.992 INFO E| Compiling serde_derive_internals v0.29.1
28552026-09-08T17:38:40.965Z[ helios-setup] Sep 08 17:38:40.412 INFO E| Compiling modular-bitfield-impl v0.11.2
28562026-09-08T17:38:40.966Z[ helios-setup] Sep 08 17:38:40.412 INFO E| Compiling structopt-derive v0.4.18
28572026-09-08T17:38:41.584Z[ helios-setup] Sep 08 17:38:41.030 INFO E| Compiling thiserror-impl v2.0.12
28582026-09-08T17:38:41.584Z[ helios-setup] Sep 08 17:38:41.030 INFO E| Compiling serde_derive v1.0.219
28592026-09-08T17:38:41.587Z[ helios-setup] Sep 08 17:38:41.031 INFO E| Compiling zerocopy-derive v0.8.25
28602026-09-08T17:38:41.587Z[ helios-setup] Sep 08 17:38:41.031 INFO E| Compiling num-derive v0.4.2
28612026-09-08T17:38:41.587Z[ helios-setup] Sep 08 17:38:41.031 INFO E| Compiling modular-bitfield-impl v0.13.1
28622026-09-08T17:38:41.587Z[ helios-setup] Sep 08 17:38:41.031 INFO E| Compiling scroll_derive v0.12.1
28632026-09-08T17:38:41.632Z[ helios-setup] Sep 08 17:38:41.078 INFO E| Compiling strum_macros v0.27.1
28642026-09-08T17:38:41.801Z[ helios-setup] Sep 08 17:38:41.247 INFO E| Compiling schemars_derive v0.8.22
28652026-09-08T17:38:42.265Z[ helios-setup] Sep 08 17:38:41.712 INFO E| Compiling modular-bitfield v0.11.2
28662026-09-08T17:38:42.646Z[ helios-setup] Sep 08 17:38:42.092 INFO E| Compiling scroll v0.12.0
28672026-09-08T17:38:42.771Z[ helios-setup] Sep 08 17:38:42.217 INFO E| Compiling structopt v0.3.26
28682026-09-08T17:38:42.859Z[ helios-setup] Sep 08 17:38:42.305 INFO E| Compiling goblin v0.9.3
28692026-09-08T17:38:43.071Z[ helios-setup] Sep 08 17:38:42.517 INFO E| Compiling modular-bitfield v0.13.1
28702026-09-08T17:38:43.383Z[ helios-setup] Sep 08 17:38:42.830 INFO E| Compiling pest v2.8.0
28712026-09-08T17:38:43.875Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.81s
28722026-09-08T17:38:44.139Z[ omicron-package]
28732026-09-08T17:38:44.139Z[ omicron-package] real 43.011584187
28742026-09-08T17:38:44.140Z[ omicron-package] user 4:03.472643157
28752026-09-08T17:38:44.141Z[ omicron-package] sys 29.478110184
28762026-09-08T17:38:44.145Z[ omicron-package] trap 0.411641104
28772026-09-08T17:38:44.145Z[ omicron-package] tflt 0.340061397
28782026-09-08T17:38:44.145Z[ omicron-package] dflt 2.544656114
28792026-09-08T17:38:44.145Z[ omicron-package] kflt 0.000308900
28802026-09-08T17:38:44.145Z[ omicron-package] lock 8:30.967536368
28812026-09-08T17:38:44.145Z[ omicron-package] slp 4:28.520899773
28822026-09-08T17:38:44.145Z[ omicron-package] lat 1:14.018174623
28832026-09-08T17:38:44.145Z[ omicron-package] stop 1:50.008138830
28842026-09-08T17:38:44.145ZSep 08 17:38:43.586 INFO [omicron-package] process exited with exit status: 0 (43.085471771s)
28852026-09-08T17:38:44.145ZSep 08 17:38:43.587 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28862026-09-08T17:38:44.145ZSep 08 17:38:43.587 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28872026-09-08T17:38:44.148Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28882026-09-08T17:38:44.149Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28892026-09-08T17:38:44.152Z[ recovery-target] Created new build target 'recovery' and set it as active
28902026-09-08T17:38:44.152Z[ host-target] Created new build target 'host' and set it as active
28912026-09-08T17:38:44.155ZSep 08 17:38:43.599 INFO [recovery-target] process exited with exit status: 0 (12.297554ms)
28922026-09-08T17:38:44.155ZSep 08 17:38:43.599 INFO [host-target] process exited with exit status: 0 (12.944705ms)
28932026-09-08T17:38:44.155ZSep 08 17:38:43.600 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28942026-09-08T17:38:44.159Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28952026-09-08T17:38:44.332Z[ helios-setup] Sep 08 17:38:43.778 INFO E| Compiling pest_meta v2.8.0
28962026-09-08T17:38:44.838Z[ helios-setup] Sep 08 17:38:44.284 INFO E| Compiling pest_generator v2.8.0
28972026-09-08T17:38:45.315Z[ helios-setup] Sep 08 17:38:44.761 INFO E| Compiling pest_derive v2.8.0
28982026-09-08T17:38:45.769Z[ host-package] Compiling cfg-if v1.0.4
28992026-09-08T17:38:45.861Z[ helios-setup] Sep 08 17:38:45.307 INFO E| Compiling json5 v0.4.1
29002026-09-08T17:38:45.993Z[ host-package] Compiling serde_core v1.0.228
29012026-09-08T17:38:45.993Z[ host-package] Compiling libc v0.2.185
29022026-09-08T17:38:45.998Z[ host-package] Compiling memchr v2.8.0
29032026-09-08T17:38:46.064Z[ host-package] Compiling smallvec v1.15.1
29042026-09-08T17:38:46.100Z[ host-package] Compiling stable_deref_trait v1.2.1
29052026-09-08T17:38:46.131Z[ host-package] Compiling libm v0.2.16
29062026-09-08T17:38:46.131Z[ host-package] Compiling scopeguard v1.2.0
29072026-09-08T17:38:46.176Z[ host-package] Compiling zerofrom v0.1.6
29082026-09-08T17:38:46.200Z[ host-package] Compiling rand_core v0.10.0
29092026-09-08T17:38:46.222Z[ host-package] Compiling percent-encoding v2.3.2
29102026-09-08T17:38:46.222Z[ host-package] Compiling writeable v0.6.2
29112026-09-08T17:38:46.267Z[ host-package] Compiling litemap v0.8.1
29122026-09-08T17:38:46.294Z[ host-package] Compiling lock_api v0.4.14
29132026-09-08T17:38:46.330Z[ host-package] Compiling yoke v0.8.1
29142026-09-08T17:38:46.333Z[ host-package] Compiling icu_properties_data v2.1.2
29152026-09-08T17:38:46.333Z[ host-package] Compiling icu_normalizer_data v2.1.1
29162026-09-08T17:38:46.405Z[ host-package] Compiling utf8_iter v1.0.4
29172026-09-08T17:38:46.434Z[ host-package] Compiling form_urlencoded v1.2.2
29182026-09-08T17:38:46.494Z[ host-package] Compiling iana-time-zone v0.1.65
29192026-09-08T17:38:46.494Z[ host-package] Compiling zerocopy v0.8.55
29202026-09-08T17:38:46.553Z[ host-package] Compiling errno v0.3.14
29212026-09-08T17:38:46.553Z[ host-package] Compiling getrandom v0.4.3
29222026-09-08T17:38:46.579Z[ host-package] Compiling zerovec v0.11.5
29232026-09-08T17:38:46.602Z[ host-package] Compiling zerotrie v0.2.3
29242026-09-08T17:38:46.602Z[ host-package] Compiling parking_lot_core v0.9.12
29252026-09-08T17:38:46.605Z[ host-package] Compiling mio v1.2.0
29262026-09-08T17:38:46.605Z[ host-package] Compiling socket2 v0.6.3
29272026-09-08T17:38:46.718Z[ host-package] Compiling signal-hook-registry v1.4.8
29282026-09-08T17:38:46.758Z[ host-package] Compiling thiserror v2.0.18
29292026-09-08T17:38:46.801Z[ host-package] Compiling getrandom v0.2.17
29302026-09-08T17:38:46.844Z[ host-package] Compiling futures-util v0.3.32
29312026-09-08T17:38:46.874Z[ host-package] Compiling getrandom v0.3.4
29322026-09-08T17:38:46.877Z[ host-package] Compiling base64 v0.22.1
29332026-09-08T17:38:46.897Z[ host-package] Compiling parking_lot v0.12.5
29342026-09-08T17:38:46.922Z[ host-package] Compiling time v0.3.47
29352026-09-08T17:38:47.020Z[ host-package] Compiling num-traits v0.2.19
29362026-09-08T17:38:47.054Z[ host-package] Compiling rand_core v0.6.4
29372026-09-08T17:38:47.092Z[ host-package] Compiling rand_core v0.9.5
29382026-09-08T17:38:47.095Z[ host-package] Compiling aho-corasick v1.1.4
29392026-09-08T17:38:47.128Z[ helios-setup] Sep 08 17:38:46.574 INFO E| Compiling four-cc v0.4.0
29402026-09-08T17:38:47.128Z[ helios-setup] Sep 08 17:38:46.575 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29412026-09-08T17:38:47.221Z[ host-package] Compiling tinystr v0.8.2
29422026-09-08T17:38:47.221Z[ host-package] Compiling potential_utf v0.1.4
29432026-09-08T17:38:47.237Z[ helios-setup] Sep 08 17:38:46.684 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29442026-09-08T17:38:47.357Z[ host-package] Compiling spin v0.9.8
29452026-09-08T17:38:47.357Z[ host-package] Compiling socket2 v0.5.10
29462026-09-08T17:38:47.360Z[ host-package] Compiling encoding_rs v0.8.35
29472026-09-08T17:38:47.360Z[ host-package] Compiling pest v2.8.6
29482026-09-08T17:38:47.471Z[ host-package] Compiling simd-adler32 v0.3.8
29492026-09-08T17:38:47.501Z[ host-package] Compiling icu_locale_core v2.1.1
29502026-09-08T17:38:47.629Z[ host-package] Compiling icu_collections v2.1.1
29512026-09-08T17:38:47.634Z[ host-package] Compiling adler2 v2.0.1
29522026-09-08T17:38:47.634Z[ host-package] Compiling crc32fast v1.5.0
29532026-09-08T17:38:47.768Z[ host-package] Compiling wait-timeout v0.2.1
29542026-09-08T17:38:47.890Z[ host-package] Compiling serde v1.0.228
29552026-09-08T17:38:47.952Z[ host-package] Compiling serde_json v1.0.151
29562026-09-08T17:38:47.955Z[ host-package] Compiling bitflags v2.11.0
29572026-09-08T17:38:48.083Z[ host-package] Compiling uuid v1.23.4
29582026-09-08T17:38:48.083Z[ host-package] Compiling semver v1.0.28
29592026-09-08T17:38:48.086Z[ host-package] Compiling indexmap v2.14.0
29602026-09-08T17:38:48.169Z[ host-package] Compiling miniz_oxide v0.8.9
29612026-09-08T17:38:48.231Z[ host-package] Compiling regex-automata v0.4.14
29622026-09-08T17:38:48.547Z[ host-package] Compiling bytes v1.11.1
29632026-09-08T17:38:48.621Z[ host-package] Compiling zeroize v1.9.0
29642026-09-08T17:38:48.633Z[ host-package] Compiling icu_provider v2.1.1
29652026-09-08T17:38:48.656Z[ host-package] Compiling chrono v0.4.45
29662026-09-08T17:38:48.836Z[ host-package] Compiling rustix v1.1.4
29672026-09-08T17:38:49.013Z[ host-package] Compiling icu_normalizer v2.1.1
29682026-09-08T17:38:49.153Z[ host-package] Compiling icu_properties v2.1.2
29692026-09-08T17:38:49.190Z[ host-package] Compiling generic-array v0.14.7
29702026-09-08T17:38:49.252Z[ host-package] Compiling erased-serde v0.3.31
29712026-09-08T17:38:49.446Z[ host-package] Compiling tokio v1.52.1
29722026-09-08T17:38:49.537Z[ host-package] Compiling http v1.4.2
29732026-09-08T17:38:49.623Z[ host-package] Compiling rustls-pki-types v1.14.0
29742026-09-08T17:38:49.723Z[ host-package] Compiling ipnet v2.12.0
29752026-09-08T17:38:49.819Z[ host-package] Compiling ppv-lite86 v0.2.21
29762026-09-08T17:38:49.886Z[ host-package] Compiling crypto-common v0.1.7
29772026-09-08T17:38:49.956Z[ host-package] Compiling block-buffer v0.10.4
29782026-09-08T17:38:49.990Z[ host-package] Compiling slog v2.8.2
29792026-09-08T17:38:50.056Z[ host-package] Compiling terminal_size v0.4.3
29802026-09-08T17:38:50.115Z[ host-package] Compiling aws-lc-rs v1.16.3
29812026-09-08T17:38:50.149Z[ host-package] Compiling digest v0.10.7
29822026-09-08T17:38:50.154Z[ host-package] Compiling rand_chacha v0.9.0
29832026-09-08T17:38:50.213Z[ host-package] Compiling idna_adapter v1.2.1
29842026-09-08T17:38:50.240Z[ host-package] Compiling clap_builder v4.6.0
29852026-09-08T17:38:50.240Z[ host-package] Compiling tempfile v3.27.0
29862026-09-08T17:38:50.308Z[ host-package] Compiling der v0.7.10
29872026-09-08T17:38:50.386Z[ host-package] Compiling rand_chacha v0.3.1
29882026-09-08T17:38:50.415Z[ host-package] Compiling serde_urlencoded v0.7.1
29892026-09-08T17:38:50.503Z[ host-package] Compiling idna v1.1.0
29902026-09-08T17:38:50.508Z[ host-package] Compiling rand v0.9.2
29912026-09-08T17:38:50.557Z[ host-package] Compiling http-body v1.0.1
29922026-09-08T17:38:50.603Z[ host-package] Compiling rustls-native-certs v0.8.3
29932026-09-08T17:38:50.760Z[ host-package] Compiling http-body-util v0.1.3
29942026-09-08T17:38:50.794Z[ host-package] Compiling rand v0.8.6
29952026-09-08T17:38:50.823Z[ host-package] Compiling futures-executor v0.3.32
29962026-09-08T17:38:50.866Z[ host-package] Compiling url v2.5.8
29972026-09-08T17:38:50.866Z[ host-package] Compiling hybrid-array v0.4.13
29982026-09-08T17:38:51.003Z[ host-package] Compiling hubpack v0.1.2
29992026-09-08T17:38:51.003Z[ host-package] Compiling hex v0.4.3
30002026-09-08T17:38:51.085Z[ host-package] Compiling publicsuffix v2.3.0
30012026-09-08T17:38:51.108Z[ host-package] Compiling futures v0.3.32
30022026-09-08T17:38:51.225Z[ host-package] Compiling openapiv3 v2.2.0
30032026-09-08T17:38:51.295Z[ host-package] Compiling rustls-webpki v0.103.13
30042026-09-08T17:38:51.320Z[ host-package] Compiling regex v1.12.3
30052026-09-08T17:38:51.323Z[ host-package] Compiling cookie v0.18.1
30062026-09-08T17:38:51.388Z[ host-package] Compiling spki v0.7.3
30072026-09-08T17:38:51.442Z[ host-package] Compiling zlib-rs v0.6.2
30082026-09-08T17:38:51.565Z[ host-package] Compiling schemars v0.8.22
30092026-09-08T17:38:51.718Z[ host-package] Compiling pkcs8 v0.10.2
30102026-09-08T17:38:51.787Z[ host-package] Compiling cookie_store v0.22.1
30112026-09-08T17:38:51.959Z[ host-package] Compiling rustls v0.23.41
30122026-09-08T17:38:52.103Z[ host-package] Compiling rusty-fork v0.3.1
30132026-09-08T17:38:52.153Z[ host-package] Compiling sha2 v0.10.9
30142026-09-08T17:38:52.285Z[ host-package] Compiling clap v4.6.1
30152026-09-08T17:38:52.343Z[ host-package] Compiling rand_xorshift v0.4.0
30162026-09-08T17:38:52.394Z[ host-package] Compiling crypto-common v0.2.2
30172026-09-08T17:38:52.471Z[ host-package] Compiling block-buffer v0.12.1
30182026-09-08T17:38:52.604Z[ host-package] Compiling proptest v1.11.0
30192026-09-08T17:38:52.628Z[ host-package] Compiling signature v2.2.0
30202026-09-08T17:38:52.675Z[ host-package] Compiling ipnetwork v0.21.1
30212026-09-08T17:38:52.675Z[ host-package] Compiling lazy_static v1.5.0
30222026-09-08T17:38:52.797Z[ host-package] Compiling camino v1.2.5
30232026-09-08T17:38:52.884Z[ host-package] Compiling dof v0.4.0
30242026-09-08T17:38:52.909Z[ host-package] Compiling hmac v0.12.1
30252026-09-08T17:38:52.944Z[ host-package] Compiling dtrace-parser v0.3.0
30262026-09-08T17:38:53.006Z[ host-package] Compiling thread-id v5.1.0
30272026-09-08T17:38:53.125Z[ host-package] Compiling oxnet v0.1.6
30282026-09-08T17:38:53.185Z[ host-package] Compiling data-encoding v2.10.0
30292026-09-08T17:38:53.322Z[ host-package] Compiling memmap2 v0.9.10
30302026-09-08T17:38:53.375Z[ host-package] Compiling num-integer v0.1.46
30312026-09-08T17:38:53.448Z[ host-package] Compiling rustix v0.38.44
30322026-09-08T17:38:53.552Z[ host-package] Compiling x509-cert v0.2.5
30332026-09-08T17:38:53.622Z[ host-package] Compiling serde_spanned v0.6.9
30342026-09-08T17:38:53.622Z[ host-package] Compiling toml_datetime v0.6.11
30352026-09-08T17:38:53.792Z[ host-package] Compiling flate2 v1.1.9
30362026-09-08T17:38:53.836Z[ host-package] Compiling usdt-impl v0.6.0
30372026-09-08T17:38:53.877Z[ host-package] Compiling dof v0.3.0
30382026-09-08T17:38:53.975Z[ host-package] Compiling tokio-util v0.7.18
30392026-09-08T17:38:54.135Z[ host-package] Compiling tower v0.5.3
30402026-09-08T17:38:54.462Z[ host-package] Compiling usdt v0.6.0
30412026-09-08T17:38:54.491Z[ host-package] Compiling num-iter v0.1.45
30422026-09-08T17:38:54.711Z[ host-package] Compiling tower-http v0.6.8
30432026-09-08T17:38:54.784Z[ host-package] Compiling bstr v1.12.1
30442026-09-08T17:38:54.816Z[ host-package] Compiling dtrace-parser v0.2.0
30452026-09-08T17:38:54.861Z[ host-package] Compiling ff v0.13.1
30462026-09-08T17:38:55.070Z[ host-package] Compiling h2 v0.4.15
30472026-09-08T17:38:55.130Z[ host-package] Compiling thread-id v4.2.2
30482026-09-08T17:38:55.258Z[ host-package] Compiling newtype-uuid v1.3.2
30492026-09-08T17:38:55.386Z[ host-package] Compiling digest v0.11.3
30502026-09-08T17:38:55.477Z[ host-package] Compiling sec1 v0.7.3
30512026-09-08T17:38:55.580Z[ host-package] Compiling daft v0.1.8
30522026-09-08T17:38:55.629Z[ host-package] Compiling tokio-rustls v0.26.4
30532026-09-08T17:38:55.630Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30542026-09-08T17:38:55.711Z[ host-package] Compiling usdt-impl v0.5.0
30552026-09-08T17:38:55.814Z[ host-package] Compiling signal-hook v0.3.18
30562026-09-08T17:38:55.878Z[ host-package] Compiling nix v0.31.2
30572026-09-08T17:38:55.951Z[ host-package] Compiling group v0.13.0
30582026-09-08T17:38:56.010Z[ host-package] Compiling hkdf v0.12.4
30592026-09-08T17:38:56.052Z[ host-package] Compiling serde_with v3.21.0
30602026-09-08T17:38:56.052Z[ host-package] Compiling crypto-bigint v0.5.5
30612026-09-08T17:38:56.081Z[ host-package] Compiling foreign-types-shared v0.1.1
30622026-09-08T17:38:56.107Z[ host-package] Compiling ahash v0.8.12
30632026-09-08T17:38:56.216Z[ host-package] Compiling foreign-types v0.3.2
30642026-09-08T17:38:56.216Z[ host-package] Compiling num-bigint-dig v0.8.6
30652026-09-08T17:38:56.271Z[ host-package] Compiling packed_struct v0.10.1
30662026-09-08T17:38:56.275Z[ host-package] Compiling openssl-sys v0.9.117
30672026-09-08T17:38:56.275Z[ host-package] Compiling pkcs1 v0.7.5
30682026-09-08T17:38:56.345Z[ host-package] Compiling toml_edit v0.19.15
30692026-09-08T17:38:56.345Z[ host-package] Compiling serde-hex v0.1.0
30702026-09-08T17:38:56.345Z[ host-package] Compiling bzip2 v0.4.4
30712026-09-08T17:38:56.503Z[ host-package] Compiling hashbrown v0.13.2
30722026-09-08T17:38:56.699Z[ host-package] Compiling openssl v0.10.80
30732026-09-08T17:38:57.104Z[ host-package] Compiling elliptic-curve v0.13.8
30742026-09-08T17:38:57.265Z[ host-package] Compiling rsa v0.9.10
30752026-09-08T17:38:57.338Z[ host-package] Compiling signal-hook-mio v0.2.5
30762026-09-08T17:38:57.409Z[ host-package] Compiling ron v0.8.1
30772026-09-08T17:38:57.457Z[ host-package] Compiling globset v0.4.18
30782026-09-08T17:38:57.547Z[ host-package] Compiling block-padding v0.4.2
30792026-09-08T17:38:57.637Z[ host-package] Compiling sha3 v0.10.8
30802026-09-08T17:38:57.698Z[ host-package] Compiling curve25519-dalek v4.1.3
30812026-09-08T17:38:57.752Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
30822026-09-08T17:38:57.798Z[ host-package] Compiling inout v0.2.2
30832026-09-08T17:38:57.863Z[ host-package] Compiling object v0.30.4
30842026-09-08T17:38:58.015Z[ host-package] Compiling toml v0.7.8
30852026-09-08T17:38:58.069Z[ host-package] Compiling zip v0.6.6
30862026-09-08T17:38:58.112Z[ host-package] Compiling jiff v0.2.34
30872026-09-08T17:38:58.417Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30882026-09-08T17:38:58.470Z[ host-package] Compiling cipher v0.5.2
30892026-09-08T17:38:58.498Z[ host-package] Compiling crossterm v0.28.1
30902026-09-08T17:38:58.680Z[ host-package] Compiling ed25519 v2.2.3
30912026-09-08T17:38:58.906Z[ host-package] Compiling hyper v1.10.1
30922026-09-08T17:38:58.944Z[ host-package] Compiling serde-big-array v0.5.1
30932026-09-08T17:38:58.970Z[ host-package] Compiling pem v3.0.6
30942026-09-08T17:38:58.995Z[ host-package] Compiling petgraph v0.8.3
30952026-09-08T17:38:58.998Z[ host-package] Compiling object v0.37.3
30962026-09-08T17:38:59.113Z[ host-package] Compiling heapless v0.7.17
30972026-09-08T17:38:59.204Z[ host-package] Compiling ed25519-dalek v2.2.0
30982026-09-08T17:38:59.289Z[ host-package] Compiling chacha20 v0.10.0
30992026-09-08T17:38:59.336Z[ host-package] Compiling byte-wrapper v0.1.0
31002026-09-08T17:38:59.500Z[ host-package] Compiling native-tls v0.2.18
31012026-09-08T17:38:59.670Z[ host-package] Compiling md-5 v0.10.6
31022026-09-08T17:38:59.714Z[ host-package] Compiling serde_plain v1.0.2
31032026-09-08T17:38:59.762Z[ host-package] Compiling toml_edit v0.22.27
31042026-09-08T17:38:59.913Z[ host-package] Compiling postgres-protocol v0.6.10
31052026-09-08T17:39:00.005Z[ host-package] Compiling tokio-native-tls v0.3.1
31062026-09-08T17:39:00.070Z[ host-package] Compiling zopfli v0.8.3
31072026-09-08T17:39:00.120Z[ host-package] Compiling smoltcp v0.9.1
31082026-09-08T17:39:00.265Z[ host-package] Compiling hickory-proto v0.25.2
31092026-09-08T17:39:00.703Z[ host-package] Compiling hyper-util v0.1.20
31102026-09-08T17:39:00.833Z[ host-package] Compiling float-cmp v0.10.0
31112026-09-08T17:39:00.876Z[ host-package] Compiling string_cache v0.8.9
31122026-09-08T17:39:00.965Z[ helios-setup] Sep 08 17:39:00.411 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31132026-09-08T17:39:01.026Z[ host-package] Compiling predicates v3.1.4
31142026-09-08T17:39:01.073Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31152026-09-08T17:39:01.184Z[ host-package] Compiling zip v4.6.1
31162026-09-08T17:39:01.250Z[ host-package] Compiling petgraph v0.6.5
31172026-09-08T17:39:01.318Z[ host-package] Compiling textwrap v0.16.2
31182026-09-08T17:39:01.624Z[ host-package] Compiling postgres-types v0.2.12
31192026-09-08T17:39:01.686Z[ host-package] Compiling iddqd v0.4.2
31202026-09-08T17:39:01.771Z[ host-package] Compiling similar v2.7.0
31212026-09-08T17:39:01.836Z[ host-package] Compiling tokio-stream v0.1.18
31222026-09-08T17:39:02.513Z[ host-package] Compiling backtrace v0.3.76
31232026-09-08T17:39:02.569Z[ host-package] Compiling olpc-cjson v0.1.4
31242026-09-08T17:39:02.598Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31252026-09-08T17:39:02.602Z[ host-package] Compiling tokio-postgres v0.7.16
31262026-09-08T17:39:02.845Z[ host-package] Compiling hyper-rustls v0.27.7
31272026-09-08T17:39:02.927Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31282026-09-08T17:39:02.927Z[ host-package] Compiling hyper-tls v0.6.0
31292026-09-08T17:39:03.081Z[ host-package] Compiling backtrace-ext v0.2.1
31302026-09-08T17:39:03.307Z[ host-package] Compiling reqwest v0.13.2
31312026-09-08T17:39:03.347Z[ host-package] Compiling reqwest v0.12.28
31322026-09-08T17:39:03.432Z[ host-package] Compiling miette v7.6.0
31332026-09-08T17:39:03.476Z[ host-package] Compiling fs-err v3.3.0
31342026-09-08T17:39:03.531Z[ host-package] Compiling buf-list v1.1.2
31352026-09-08T17:39:03.558Z[ host-package] Compiling thread_local v1.1.9
31362026-09-08T17:39:03.626Z[ host-package] Compiling is-terminal v0.4.17
31372026-09-08T17:39:03.719Z[ host-package] Compiling hostname v0.3.1
31382026-09-08T17:39:03.883Z[ host-package] Compiling slog-json v2.6.1
31392026-09-08T17:39:04.011Z[ host-package] Compiling compression-codecs v0.4.37
31402026-09-08T17:39:04.060Z[ host-package] Compiling slog-term v2.9.2
31412026-09-08T17:39:04.128Z[ host-package] Compiling slog-async v2.8.0
31422026-09-08T17:39:04.176Z[ host-package] Compiling slog-bunyan v2.5.0
31432026-09-08T17:39:04.284Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31442026-09-08T17:39:04.308Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31452026-09-08T17:39:04.344Z[ host-package] Compiling serde_spanned v1.1.1
31462026-09-08T17:39:04.454Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31472026-09-08T17:39:04.571Z[ host-package] Compiling multer v3.1.0
31482026-09-08T17:39:04.787Z[ helios-setup] Sep 08 17:39:04.233 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31492026-09-08T17:39:04.808Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31502026-09-08T17:39:04.864Z[ host-package] Compiling async-compression v0.4.41
31512026-09-08T17:39:04.904Z[ host-package] Compiling sha1 v0.11.0
31522026-09-08T17:39:04.951Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31532026-09-08T17:39:04.985Z[ host-package] Compiling rustls-pemfile v2.2.0
31542026-09-08T17:39:05.355Z[ host-package] Compiling tough v0.22.0
31552026-09-08T17:39:05.355Z[ host-package] Compiling progenitor-client v0.14.0
31562026-09-08T17:39:05.429Z[ host-package] Compiling serde_path_to_error v0.1.20
31572026-09-08T17:39:05.433Z[ host-package] Compiling hostname v0.4.2
31582026-09-08T17:39:05.456Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31592026-09-08T17:39:05.513Z[ host-package] Compiling atomicwrites v0.4.4
31602026-09-08T17:39:05.658Z[ host-package] Compiling macaddr v1.0.1
31612026-09-08T17:39:05.696Z[ host-package] Compiling instant v0.1.13
31622026-09-08T17:39:05.766Z[ host-package] Compiling oxide-generation v0.1.3
31632026-09-08T17:39:05.805Z[ host-package] Compiling dropshot v0.17.1
31642026-09-08T17:39:05.860Z[ host-package] Compiling regress v0.10.5
31652026-09-08T17:39:05.886Z[ host-package] Compiling backoff v0.4.0
31662026-09-08T17:39:05.886Z[ host-package] Compiling progenitor-extras v0.2.0
31672026-09-08T17:39:05.912Z[ host-package] Compiling parse-display v0.10.0
31682026-09-08T17:39:05.986Z[ host-package] Compiling half v2.7.1
31692026-09-08T17:39:06.150Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31702026-09-08T17:39:06.243Z[ host-package] Compiling heck v0.5.0
31712026-09-08T17:39:06.314Z[ host-package] Compiling ciborium-ll v0.2.2
31722026-09-08T17:39:06.405Z[ host-package] Compiling regress v0.11.1
31732026-09-08T17:39:06.485Z[ host-package] Compiling secrecy v0.10.3
31742026-09-08T17:39:06.529Z[ host-package] Compiling ciborium v0.2.2
31752026-09-08T17:39:06.604Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31762026-09-08T17:39:06.681Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31772026-09-08T17:39:06.753Z[ host-package] Compiling inout v0.1.4
31782026-09-08T17:39:06.942Z[ host-package] Compiling universal-hash v0.5.1
31792026-09-08T17:39:06.973Z[ host-package] Compiling unsafe-libyaml v0.2.11
31802026-09-08T17:39:07.082Z[ host-package] Compiling cipher v0.4.4
31812026-09-08T17:39:07.125Z[ host-package] Compiling poly1305 v0.8.0
31822026-09-08T17:39:07.128Z[ host-package] Compiling blake2 v0.10.6
31832026-09-08T17:39:07.409Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31842026-09-08T17:39:07.453Z[ host-package] Compiling chacha20 v0.9.1
31852026-09-08T17:39:07.494Z[ host-package] Compiling aead v0.5.2
31862026-09-08T17:39:07.584Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
31872026-09-08T17:39:07.689Z[ host-package] Compiling password-hash v0.5.0
31882026-09-08T17:39:07.721Z[ host-package] Compiling chacha20poly1305 v0.10.1
31892026-09-08T17:39:07.766Z[ host-package] Compiling vsss-rs v3.3.4
31902026-09-08T17:39:07.794Z[ host-package] Compiling camino-tempfile v1.4.1
31912026-09-08T17:39:07.823Z[ host-package] Compiling heapless v0.8.0
31922026-09-08T17:39:07.823Z[ host-package] Compiling ingot-types v0.2.0
31932026-09-08T17:39:07.823Z[ host-package] Compiling cobs v0.3.0
31942026-09-08T17:39:07.952Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31952026-09-08T17:39:08.129Z[ host-package] Compiling typify-impl v0.6.2
31962026-09-08T17:39:08.195Z[ host-package] Compiling argon2 v0.5.3
31972026-09-08T17:39:08.356Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31982026-09-08T17:39:08.393Z[ host-package] Compiling ingot v0.2.1
31992026-09-08T17:39:08.449Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32002026-09-08T17:39:08.495Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32012026-09-08T17:39:08.554Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32022026-09-08T17:39:08.621Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32032026-09-08T17:39:08.899Z[ host-package] Compiling smoltcp v0.11.0
32042026-09-08T17:39:09.022Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32052026-09-08T17:39:09.086Z[ host-package] Compiling postcard v1.1.3
32062026-09-08T17:39:09.152Z[ host-package] Compiling cstr-argument v0.1.2
32072026-09-08T17:39:09.351Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32082026-09-08T17:39:09.381Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32092026-09-08T17:39:09.420Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32102026-09-08T17:39:09.482Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32112026-09-08T17:39:09.552Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32122026-09-08T17:39:09.603Z[ host-package] Compiling rand v0.10.1
32132026-09-08T17:39:09.849Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32142026-09-08T17:39:09.849Z[ host-package] Compiling sigpipe v0.1.3
32152026-09-08T17:39:09.995Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32162026-09-08T17:39:10.154Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32172026-09-08T17:39:10.324Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32182026-09-08T17:39:10.378Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32192026-09-08T17:39:10.565Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32202026-09-08T17:39:10.637Z[ host-package] Compiling memmap v0.7.0
32212026-09-08T17:39:10.752Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32222026-09-08T17:39:10.821Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32232026-09-08T17:39:11.045Z[ host-package] Compiling usdt v0.5.0
32242026-09-08T17:39:11.137Z[ host-package] Compiling zone v0.3.1
32252026-09-08T17:39:11.317Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-09-08T17:39:11.578Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32272026-09-08T17:39:11.645Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32282026-09-08T17:39:11.648Z[ host-package] Compiling derive-where v1.6.0
32292026-09-08T17:39:11.838Z[ host-package] Compiling bytecount v0.6.9
32302026-09-08T17:39:11.992Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32312026-09-08T17:39:12.086Z[ host-package] Compiling toml v0.8.23
32322026-09-08T17:39:12.154Z[ host-package] Compiling tokio-dtrace v0.1.1
32332026-09-08T17:39:12.158Z[ host-package] Compiling typify-macro v0.6.2
32342026-09-08T17:39:12.323Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32352026-09-08T17:39:12.401Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32362026-09-08T17:39:12.460Z[ host-package] Compiling oxide-tokio-rt v0.1.4
32372026-09-08T17:39:12.673Z[ host-package] Compiling prettyplease v0.2.37
32382026-09-08T17:39:12.780Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32392026-09-08T17:39:12.817Z[ host-package] Compiling newline-converter v0.3.0
32402026-09-08T17:39:12.840Z[ host-package] Compiling gethostname v0.5.0
32412026-09-08T17:39:12.843Z[ host-package] Compiling console v0.15.11
32422026-09-08T17:39:12.987Z[ host-package] Compiling slog-dtrace v0.3.0
32432026-09-08T17:39:13.019Z[ host-package] Compiling cancel-safe-futures v0.1.5
32442026-09-08T17:39:13.043Z[ host-package] Compiling num-rational v0.4.2
32452026-09-08T17:39:13.106Z[ host-package] Compiling oxide-update-engine-types v0.1.2
32462026-09-08T17:39:13.144Z[ host-package] Compiling num-complex v0.4.6
32472026-09-08T17:39:13.244Z[ host-package] Compiling compression-core v0.4.31
32482026-09-08T17:39:13.382Z[ host-package] Compiling expectorate v1.2.0
32492026-09-08T17:39:13.494Z[ host-package] Compiling resolv-conf v0.7.6
32502026-09-08T17:39:13.496Z[ host-package] Compiling match_cfg v0.1.0
32512026-09-08T17:39:13.624Z[ host-package] Compiling num v0.4.3
32522026-09-08T17:39:13.749Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32532026-09-08T17:39:13.788Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32542026-09-08T17:39:13.944Z[ host-package] Compiling crossbeam-channel v0.5.15
32552026-09-08T17:39:14.028Z[ host-package] Compiling take_mut v0.2.2
32562026-09-08T17:39:14.099Z[ host-package] Compiling linear-map v1.2.0
32572026-09-08T17:39:14.138Z[ host-package] Compiling typify v0.6.2
32582026-09-08T17:39:14.292Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
32592026-09-08T17:39:14.292Z[ host-package] Compiling float-ord v0.3.2
32602026-09-08T17:39:14.295Z[ host-package] Compiling term v1.2.1
32612026-09-08T17:39:14.390Z[ host-package] Compiling progenitor-impl v0.14.0
32622026-09-08T17:39:14.460Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32632026-09-08T17:39:14.489Z[ host-package] Compiling oxide-update-engine v0.1.2
32642026-09-08T17:39:15.340Z[ host-package] Compiling async-stream v0.3.6
32652026-09-08T17:39:15.577Z[ host-package] Compiling waitgroup v0.1.2
32662026-09-08T17:39:15.794Z[ host-package] Compiling backon v1.6.0
32672026-09-08T17:39:15.971Z[ host-package] Compiling linked-hash-map v0.5.6
32682026-09-08T17:39:15.971Z[ host-package] Compiling debug-ignore v1.0.5
32692026-09-08T17:39:16.083Z[ host-package] Compiling minimal-lexical v0.2.1
32702026-09-08T17:39:16.254Z[ host-package] Compiling lru-cache v0.1.2
32712026-09-08T17:39:16.344Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32722026-09-08T17:39:16.382Z[ host-package] Compiling nom v7.1.3
32732026-09-08T17:39:16.467Z[ host-package] Compiling itertools v0.14.0
32742026-09-08T17:39:16.631Z[ helios-setup] Sep 08 17:39:16.078 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.50s
32752026-09-08T17:39:16.676Z[ helios-setup] Sep 08 17:39:16.120 INFO building project "amd-host-image-builder" ok (42 seconds)
32762026-09-08T17:39:16.676Z[ helios-setup] Sep 08 17:39:16.120 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32772026-09-08T17:39:16.682Z[ helios-setup] Sep 08 17:39:16.128 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
32782026-09-08T17:39:16.685Z[ helios-setup] Sep 08 17:39:16.128 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32792026-09-08T17:39:16.685Z[ helios-setup] Sep 08 17:39:16.128 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32802026-09-08T17:39:16.712Z[ host-package] Compiling progenitor-macro v0.14.0
32812026-09-08T17:39:16.873Z[ helios-setup] Sep 08 17:39:16.315 INFO E| Downloading crates ...
32822026-09-08T17:39:16.916Z[ helios-setup] Sep 08 17:39:16.363 INFO E| Downloaded adler2 v2.0.0
32832026-09-08T17:39:16.926Z[ helios-setup] Sep 08 17:39:16.373 INFO E| Downloaded miniz_oxide v0.8.8
32842026-09-08T17:39:16.953Z[ host-package] Compiling unicode-xid v0.2.6
32852026-09-08T17:39:16.969Z[ helios-setup] Sep 08 17:39:16.413 INFO E| Compiling adler2 v2.0.0
32862026-09-08T17:39:17.056Z[ helios-setup] Sep 08 17:39:16.503 INFO E| Compiling miniz_oxide v0.8.8
32872026-09-08T17:39:17.067Z[ host-package] Compiling humantime v2.3.0
32882026-09-08T17:39:17.167Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32892026-09-08T17:39:17.192Z[ host-package] Compiling hickory-proto v0.24.4
32902026-09-08T17:39:17.414Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32912026-09-08T17:39:17.458Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32922026-09-08T17:39:17.783Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32932026-09-08T17:39:17.946Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-09-08T17:39:17.985Z[ host-package] Compiling papergrid v0.11.0
32952026-09-08T17:39:18.063Z[ helios-setup] Sep 08 17:39:17.509 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32962026-09-08T17:39:18.126Z[ host-package] Compiling tabled_derive v0.7.0
32972026-09-08T17:39:18.461Z[ host-package] Compiling termtree v0.5.1
32982026-09-08T17:39:18.566Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-09-08T17:39:18.667Z[ host-package] Compiling crossterm v0.29.0
33002026-09-08T17:39:18.679Z[ helios-setup] Sep 08 17:39:18.123 INFO E| Finished `release` profile [optimized] target(s) in 1.98s
33012026-09-08T17:39:18.694Z[ helios-setup] Sep 08 17:39:18.139 INFO building project "pinprick" ok (2 seconds)
33022026-09-08T17:39:18.694Z[ helios-setup] Sep 08 17:39:18.139 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33032026-09-08T17:39:18.701Z[ host-package] Compiling phf_shared v0.12.1
33042026-09-08T17:39:18.704Z[ helios-setup] Sep 08 17:39:18.147 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
33052026-09-08T17:39:18.704Z[ helios-setup] Sep 08 17:39:18.147 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33062026-09-08T17:39:18.704Z[ helios-setup] Sep 08 17:39:18.147 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33072026-09-08T17:39:18.806Z[ helios-setup] Sep 08 17:39:18.252 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33082026-09-08T17:39:18.809Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33092026-09-08T17:39:18.930Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33102026-09-08T17:39:18.953Z[ host-package] Compiling csv-core v0.1.13
33112026-09-08T17:39:19.169Z[ host-package] Compiling tabled v0.15.0
33122026-09-08T17:39:19.173Z[ helios-setup] Sep 08 17:39:18.620 INFO E| From https://github.com/jclulow/rust-jmclib
33132026-09-08T17:39:19.174Z[ helios-setup] Sep 08 17:39:18.620 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33142026-09-08T17:39:19.187Z[ helios-setup] Sep 08 17:39:18.633 INFO E| Updating crates.io index
33152026-09-08T17:39:19.243Z[ helios-setup] Sep 08 17:39:18.688 INFO E| Downloading crates ...
33162026-09-08T17:39:19.291Z[ helios-setup] Sep 08 17:39:18.737 INFO E| Downloaded md-5 v0.9.1
33172026-09-08T17:39:19.294Z[ helios-setup] Sep 08 17:39:18.738 INFO E| Downloaded itoa v1.0.9
33182026-09-08T17:39:19.298Z[ helios-setup] Sep 08 17:39:18.744 INFO E| Downloaded glob v0.3.1
33192026-09-08T17:39:19.313Z[ host-package] Compiling vte v0.14.1
33202026-09-08T17:39:19.313Z[ helios-setup] Sep 08 17:39:18.759 INFO E| Downloaded fastrand v2.0.0
33212026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.760 INFO E| Downloaded sha-1 v0.9.8
33222026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.762 INFO E| Downloaded digest v0.9.0
33232026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.762 INFO E| Downloaded errno v0.3.1
33242026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.763 INFO E| Downloaded opaque-debug v0.3.0
33252026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.763 INFO E| Downloaded unicode-width v0.1.10
33262026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.767 INFO E| Downloaded block-buffer v0.9.0
33272026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.770 INFO E| Downloaded quote v1.0.31
33282026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.774 INFO E| Downloaded tempfile v3.7.0
33292026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.776 INFO E| Downloaded anyhow v1.0.72
33302026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.784 INFO E| Downloaded getrandom v0.2.10
33312026-09-08T17:39:19.367Z[ helios-setup] Sep 08 17:39:18.785 INFO E| Downloaded once_cell v1.18.0
33322026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.787 INFO E| Downloaded uuid v0.8.2
33332026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.789 INFO E| Downloaded bitflags v2.3.3
33342026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.790 INFO E| Downloaded typenum v1.16.0
33352026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.792 INFO E| Downloaded toml v0.5.11
33362026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.793 INFO E| Downloaded cpufeatures v0.2.9
33372026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.798 INFO E| Downloaded libdevinfo-sys v1.0.0
33382026-09-08T17:39:19.368Z[ helios-setup] Sep 08 17:39:18.809 INFO E| Downloaded unicode-ident v1.0.11
33392026-09-08T17:39:19.371Z[ helios-setup] Sep 08 17:39:18.814 INFO E| Downloaded walkdir v2.3.3
33402026-09-08T17:39:19.374Z[ helios-setup] Sep 08 17:39:18.819 INFO E| Downloaded proc-macro2 v1.0.66
33412026-09-08T17:39:19.384Z[ helios-setup] Sep 08 17:39:18.830 INFO E| Downloaded ryu v1.0.15
33422026-09-08T17:39:19.387Z[ helios-setup] Sep 08 17:39:18.832 INFO E| Downloaded serde_derive v1.0.193
33432026-09-08T17:39:19.387Z[ helios-setup] Sep 08 17:39:18.833 INFO E| Downloaded serde_json v1.0.103
33442026-09-08T17:39:19.405Z[ helios-setup] Sep 08 17:39:18.851 INFO E| Downloaded serde v1.0.193
33452026-09-08T17:39:19.430Z[ helios-setup] Sep 08 17:39:18.876 INFO E| Downloaded syn v2.0.32
33462026-09-08T17:39:19.436Z[ helios-setup] Sep 08 17:39:18.882 INFO E| Downloaded rustix v0.38.4
33472026-09-08T17:39:19.489Z[ helios-setup] Sep 08 17:39:18.935 INFO E| Downloaded libc v0.2.147
33482026-09-08T17:39:19.552Z[ helios-setup] Sep 08 17:39:18.997 INFO E| Compiling libc v0.2.147
33492026-09-08T17:39:19.552Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling proc-macro2 v1.0.66
33502026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling unicode-ident v1.0.11
33512026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling cfg-if v1.0.0
33522026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling typenum v1.16.0
33532026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling version_check v0.9.4
33542026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling serde v1.0.193
33552026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling time-core v0.1.2
33562026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling itoa v1.0.9
33572026-09-08T17:39:19.556Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling rustix v0.38.4
33582026-09-08T17:39:19.557Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling powerfmt v0.2.0
33592026-09-08T17:39:19.557Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling slog v2.7.0
33602026-09-08T17:39:19.557Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling num-conv v0.1.0
33612026-09-08T17:39:19.557Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling once_cell v1.18.0
33622026-09-08T17:39:19.557Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling num_threads v0.1.6
33632026-09-08T17:39:19.557Z[ helios-setup] Sep 08 17:39:18.998 INFO E| Compiling bitflags v2.3.3
33642026-09-08T17:39:19.572Z[ host-package] Compiling chrono-tz v0.10.4
33652026-09-08T17:39:19.650Z[ host-package] Compiling highway v1.3.0
33662026-09-08T17:39:19.656Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33672026-09-08T17:39:19.734Z[ helios-setup] Sep 08 17:39:19.180 INFO E| Compiling opaque-debug v0.3.0
33682026-09-08T17:39:19.818Z[ helios-setup] Sep 08 17:39:19.264 INFO E| Compiling serde_json v1.0.103
33692026-09-08T17:39:19.831Z[ helios-setup] Sep 08 17:39:19.277 INFO E| Compiling fastrand v2.0.0
33702026-09-08T17:39:19.939Z[ helios-setup] Sep 08 17:39:19.385 INFO E| Compiling deranged v0.3.11
33712026-09-08T17:39:19.966Z[ helios-setup] Sep 08 17:39:19.412 INFO E| Compiling anyhow v1.0.72
33722026-09-08T17:39:20.063Z[ helios-setup] Sep 08 17:39:19.509 INFO E| Compiling unicode-width v0.1.10
33732026-09-08T17:39:20.067Z[ helios-setup] Sep 08 17:39:19.514 INFO E| Compiling same-file v1.0.6
33742026-09-08T17:39:20.073Z[ helios-setup] Sep 08 17:39:19.514 INFO E| Compiling generic-array v0.14.7
33752026-09-08T17:39:20.094Z[ helios-setup] Sep 08 17:39:19.537 INFO E| Compiling time-macros v0.2.18
33762026-09-08T17:39:20.202Z[ helios-setup] Sep 08 17:39:19.648 INFO E| Compiling thread_local v1.1.7
33772026-09-08T17:39:20.218Z[ helios-setup] Sep 08 17:39:19.665 INFO E| Compiling ryu v1.0.15
33782026-09-08T17:39:20.399Z[ host-package] Compiling hickory-resolver v0.24.4
33792026-09-08T17:39:20.424Z[ helios-setup] Sep 08 17:39:19.870 INFO E| Compiling cpufeatures v0.2.9
33802026-09-08T17:39:20.491Z[ helios-setup] Sep 08 17:39:19.936 INFO E| Compiling walkdir v2.3.3
33812026-09-08T17:39:20.508Z[ helios-setup] Sep 08 17:39:19.954 INFO E| Compiling getopts v0.2.21
33822026-09-08T17:39:20.517Z[ helios-setup] Sep 08 17:39:19.963 INFO E| Compiling glob v0.3.1
33832026-09-08T17:39:20.534Z[ helios-setup] Sep 08 17:39:19.980 INFO E| Compiling libdevinfo-sys v1.0.0
33842026-09-08T17:39:20.624Z[ host-package] Compiling csv v1.4.0
33852026-09-08T17:39:20.878Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33862026-09-08T17:39:21.158Z[ host-package] Compiling phf v0.12.1
33872026-09-08T17:39:21.311Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33882026-09-08T17:39:21.334Z[ helios-setup] Sep 08 17:39:20.780 INFO E| Compiling quote v1.0.31
33892026-09-08T17:39:21.364Z[ helios-setup] Sep 08 17:39:20.810 INFO E| Compiling dirs-sys-next v0.1.2
33902026-09-08T17:39:21.364Z[ helios-setup] Sep 08 17:39:20.810 INFO E| Compiling errno v0.3.1
33912026-09-08T17:39:21.364Z[ helios-setup] Sep 08 17:39:20.810 INFO E| Compiling atty v0.2.14
33922026-09-08T17:39:21.368Z[ helios-setup] Sep 08 17:39:20.810 INFO E| Compiling getrandom v0.2.10
33932026-09-08T17:39:21.436Z[ host-package] Compiling const_format_proc_macros v0.2.34
33942026-09-08T17:39:21.546Z[ helios-setup] Sep 08 17:39:20.992 INFO E| Compiling syn v2.0.32
33952026-09-08T17:39:21.654Z[ helios-setup] Sep 08 17:39:21.100 INFO E| Compiling dirs-next v2.0.0
33962026-09-08T17:39:21.736Z[ helios-setup] Sep 08 17:39:21.182 INFO E| Compiling term v0.7.0
33972026-09-08T17:39:21.844Z[ helios-setup] Sep 08 17:39:21.290 INFO E| Compiling block-buffer v0.9.0
33982026-09-08T17:39:21.845Z[ helios-setup] Sep 08 17:39:21.290 INFO E| Compiling digest v0.9.0
33992026-09-08T17:39:21.877Z[ host-package] Compiling fd-lock v4.0.4
34002026-09-08T17:39:21.999Z[ helios-setup] Sep 08 17:39:21.445 INFO E| Compiling md-5 v0.9.1
34012026-09-08T17:39:21.999Z[ helios-setup] Sep 08 17:39:21.445 INFO E| Compiling sha-1 v0.9.8
34022026-09-08T17:39:22.014Z[ host-package] Compiling peg-macros v0.8.5
34032026-09-08T17:39:22.066Z[ host-package] Compiling nu-ansi-term v0.50.3
34042026-09-08T17:39:22.203Z[ host-package] Compiling progenitor v0.14.0
34052026-09-08T17:39:22.203Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34062026-09-08T17:39:22.228Z[ helios-setup] Sep 08 17:39:21.674 INFO E| Compiling time v0.3.36
34072026-09-08T17:39:22.252Z[ helios-setup] Sep 08 17:39:21.698 INFO E| Compiling tempfile v3.7.0
34082026-09-08T17:39:22.445Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34092026-09-08T17:39:22.560Z[ host-package] Compiling qorb v0.4.1
34102026-09-08T17:39:22.610Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34112026-09-08T17:39:22.613Z[ host-package] Compiling reedline v0.40.0
34122026-09-08T17:39:22.613Z[ host-package] Compiling const_format v0.2.35
34132026-09-08T17:39:22.616Z[ host-package] Compiling bcs v0.1.6
34142026-09-08T17:39:23.034Z[ host-package] Compiling nom v8.0.0
34152026-09-08T17:39:23.120Z[ host-package] Compiling semver v0.1.20
34162026-09-08T17:39:23.172Z[ helios-setup] Sep 08 17:39:22.618 INFO E| Compiling slog-term v2.9.0
34172026-09-08T17:39:23.408Z[ host-package] Compiling rustc_version v0.1.7
34182026-09-08T17:39:23.506Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34192026-09-08T17:39:23.596Z[ host-package] Compiling peg v0.8.5
34202026-09-08T17:39:23.762Z[ host-package] Compiling newtype_derive v0.1.6
34212026-09-08T17:39:23.816Z[ helios-setup] Sep 08 17:39:23.262 INFO E| Compiling serde_derive v1.0.193
34222026-09-08T17:39:23.828Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34232026-09-08T17:39:24.037Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34242026-09-08T17:39:24.297Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34252026-09-08T17:39:24.481Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34262026-09-08T17:39:24.626Z[ host-package] Compiling steno v0.4.1
34272026-09-08T17:39:24.672Z[ host-package] Compiling sha1 v0.10.6
34282026-09-08T17:39:24.862Z[ host-package] Compiling utf-8 v0.7.6
34292026-09-08T17:39:24.955Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34302026-09-08T17:39:25.055Z[ host-package] Compiling tagptr v0.2.0
34312026-09-08T17:39:25.096Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-09-08T17:39:25.133Z[ host-package] Compiling tungstenite v0.21.0
34332026-09-08T17:39:25.168Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-09-08T17:39:25.232Z[ host-package] Compiling darling_core v0.21.3
34352026-09-08T17:39:25.281Z[ host-package] Compiling moka v0.12.13
34362026-09-08T17:39:25.389Z[ host-package] Compiling display-error-chain v0.2.2
34372026-09-08T17:39:25.412Z[ host-package] Compiling vergen-lib v0.1.6
34382026-09-08T17:39:25.558Z[ host-package] Compiling diesel_derives v2.3.7
34392026-09-08T17:39:25.799Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34402026-09-08T17:39:25.836Z[ host-package] Compiling tokio-tungstenite v0.21.0
34412026-09-08T17:39:26.078Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34422026-09-08T17:39:26.129Z[ host-package] Compiling vergen-gitcl v1.0.8
34432026-09-08T17:39:26.260Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34442026-09-08T17:39:26.458Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34452026-09-08T17:39:26.569Z[ host-package] Compiling hickory-resolver v0.25.2
34462026-09-08T17:39:26.644Z[ host-package] Compiling dirs-sys-next v0.1.2
34472026-09-08T17:39:26.670Z[ host-package] Compiling glob v0.3.3
34482026-09-08T17:39:26.728Z[ host-package] Compiling crunchy v0.2.4
34492026-09-08T17:39:26.804Z[ host-package] Compiling maplit v1.0.2
34502026-09-08T17:39:26.882Z[ host-package] Compiling dirs-next v2.0.0
34512026-09-08T17:39:26.925Z[ host-package] Compiling r2d2 v0.8.10
34522026-09-08T17:39:26.998Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34532026-09-08T17:39:27.051Z[ host-package] Compiling libscf-sys v1.2.0
34542026-09-08T17:39:27.081Z[ host-package] Compiling clang-sys v1.8.1
34552026-09-08T17:39:27.167Z[ host-package] Compiling tiny-keccak v2.0.2
34562026-09-08T17:39:27.219Z[ host-package] Compiling downcast-rs v2.0.2
34572026-09-08T17:39:27.265Z[ host-package] Compiling xshell-macros v0.2.7
34582026-09-08T17:39:27.369Z[ host-package] Compiling term v0.7.0
34592026-09-08T17:39:27.512Z[ host-package] Compiling papergrid v0.18.0
34602026-09-08T17:39:27.537Z[ host-package] Compiling bit-vec v0.6.3
34612026-09-08T17:39:27.540Z[ host-package] Compiling darling_macro v0.21.3
34622026-09-08T17:39:27.653Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34632026-09-08T17:39:27.701Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34642026-09-08T17:39:27.743Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34652026-09-08T17:39:27.849Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662026-09-08T17:39:27.873Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34672026-09-08T17:39:27.898Z[ host-package] Compiling xshell v0.2.7
34682026-09-08T17:39:27.992Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34692026-09-08T17:39:28.079Z[ host-package] Compiling bit-set v0.5.3
34702026-09-08T17:39:28.165Z[ host-package] Compiling darling v0.21.3
34712026-09-08T17:39:28.201Z[ host-package] Compiling ascii-canvas v3.0.0
34722026-09-08T17:39:28.304Z[ helios-setup] Sep 08 17:39:27.730 INFO E| Compiling toml v0.5.11
34732026-09-08T17:39:28.305Z[ helios-setup] Sep 08 17:39:27.730 INFO E| Compiling uuid v0.8.2
34742026-09-08T17:39:28.318Z[ host-package] Compiling dsl_auto_type v0.2.0
34752026-09-08T17:39:28.513Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-09-08T17:39:28.618Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34772026-09-08T17:39:28.749Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34782026-09-08T17:39:28.752Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34792026-09-08T17:39:28.868Z[ host-package] Compiling tabled v0.21.0
34802026-09-08T17:39:29.101Z[ helios-setup] Sep 08 17:39:28.547 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34812026-09-08T17:39:29.109Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34822026-09-08T17:39:29.207Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34832026-09-08T17:39:29.278Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34842026-09-08T17:39:29.909Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34852026-09-08T17:39:29.942Z[ host-package] Compiling itertools v0.15.0
34862026-09-08T17:39:29.950Z[ helios-setup] Sep 08 17:39:29.395 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34872026-09-08T17:39:30.311Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34882026-09-08T17:39:30.367Z[ host-package] Compiling itertools v0.10.5
34892026-09-08T17:39:30.463Z[ host-package] Compiling ena v0.14.4
34902026-09-08T17:39:30.620Z[ host-package] Compiling libloading v0.8.9
34912026-09-08T17:39:30.790Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34922026-09-08T17:39:30.893Z[ host-package] Compiling unicase v2.9.0
34932026-09-08T17:39:31.148Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34942026-09-08T17:39:31.211Z[ host-package] Compiling regex-syntax v0.6.29
34952026-09-08T17:39:31.257Z[ host-package] Compiling diff v0.1.13
34962026-09-08T17:39:31.501Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34972026-09-08T17:39:31.582Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34982026-09-08T17:39:31.620Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34992026-09-08T17:39:31.647Z[ host-package] Compiling bindgen v0.71.1
35002026-09-08T17:39:31.817Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35012026-09-08T17:39:32.010Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35022026-09-08T17:39:32.214Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35032026-09-08T17:39:33.308Z[ host-package] Compiling lalrpop v0.19.12
35042026-09-08T17:39:33.445Z[ host-package] Compiling cexpr v0.6.0
35052026-09-08T17:39:33.673Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35062026-09-08T17:39:33.712Z[ host-package] Compiling rustc-hash v2.1.1
35072026-09-08T17:39:33.920Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35082026-09-08T17:39:34.323Z[ host-package] Compiling diesel v2.3.7
35092026-09-08T17:39:34.569Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35102026-09-08T17:39:34.648Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35112026-09-08T17:39:34.719Z[ helios-setup] Sep 08 17:39:34.165 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s
35122026-09-08T17:39:34.744Z[ helios-setup] Sep 08 17:39:34.189 INFO building project "image-builder" ok (16 seconds)
35132026-09-08T17:39:34.744Z[ helios-setup] Sep 08 17:39:34.190 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35142026-09-08T17:39:35.069Z[ host-package] Compiling headers-core v0.3.0
35152026-09-08T17:39:35.204Z[ host-package] Compiling libxml v0.3.3
35162026-09-08T17:39:35.245Z[ host-package] Compiling crc8 v0.1.1
35172026-09-08T17:39:35.340Z[ host-package] Compiling headers v0.4.1
35182026-09-08T17:39:35.402Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35192026-09-08T17:39:35.463Z[ host-package] Compiling strum_macros v0.24.3
35202026-09-08T17:39:35.600Z[ host-package] Compiling indoc v1.0.9
35212026-09-08T17:39:35.895Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35222026-09-08T17:39:36.092Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35232026-09-08T17:39:36.182Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35242026-09-08T17:39:36.230Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35252026-09-08T17:39:36.281Z[ host-package] Compiling quick-xml v0.37.5
35262026-09-08T17:39:36.663Z[ host-package] Compiling derive_builder v0.20.2
35272026-09-08T17:39:36.714Z[ host-package] Compiling oso-derive v0.27.3
35282026-09-08T17:39:36.811Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35292026-09-08T17:39:36.856Z[ host-package] Compiling openssl-probe v0.1.6
35302026-09-08T17:39:36.985Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35312026-09-08T17:39:37.176Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35322026-09-08T17:39:37.223Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35332026-09-08T17:39:37.226Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35342026-09-08T17:39:37.327Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35352026-09-08T17:39:37.653Z[ host-package] Compiling bb8 v0.8.6
35362026-09-08T17:39:37.741Z[ host-package] Compiling filetime v0.2.27
35372026-09-08T17:39:37.807Z[ host-package] Compiling trait-variant v0.1.2
35382026-09-08T17:39:38.018Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35392026-09-08T17:39:38.057Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35402026-09-08T17:39:38.137Z[ host-package] Compiling half v1.8.3
35412026-09-08T17:39:38.315Z[ host-package] Compiling tar v0.4.46
35422026-09-08T17:39:38.394Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35432026-09-08T17:39:38.473Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35442026-09-08T17:39:38.507Z[ host-package] Compiling serde_cbor v0.11.2
35452026-09-08T17:39:38.530Z[ host-package] Compiling proc-macro-error2 v2.0.1
35462026-09-08T17:39:38.556Z[ host-package] Compiling hashbrown v0.14.5
35472026-09-08T17:39:38.654Z[ host-package] Compiling rfc6979 v0.4.0
35482026-09-08T17:39:38.865Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35492026-09-08T17:39:38.931Z[ host-package] Compiling salty v0.3.0
35502026-09-08T17:39:39.001Z[ host-package] Compiling knus-derive v3.4.0
35512026-09-08T17:39:39.079Z[ host-package] Compiling samael v0.0.19
35522026-09-08T17:39:39.187Z[ host-package] Compiling chumsky v0.9.3
35532026-09-08T17:39:39.253Z[ host-package] Compiling ecdsa v0.16.9
35542026-09-08T17:39:39.549Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35552026-09-08T17:39:39.608Z[ host-package] Compiling primeorder v0.13.6
35562026-09-08T17:39:39.809Z[ host-package] Compiling nonempty v0.12.0
35572026-09-08T17:39:40.054Z[ host-package] Compiling p384 v0.13.1
35582026-09-08T17:39:40.078Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35592026-09-08T17:39:40.081Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35602026-09-08T17:39:40.483Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35612026-09-08T17:39:40.701Z[ host-package] Compiling knus v3.4.0
35622026-09-08T17:39:40.751Z[ host-package] Compiling fxhash v0.2.1
35632026-09-08T17:39:40.933Z[ host-package] Compiling libz-sys v1.1.24
35642026-09-08T17:39:41.008Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35652026-09-08T17:39:41.318Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35662026-09-08T17:39:41.342Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35672026-09-08T17:39:41.492Z[ host-package] Compiling polar-core v0.27.3
35682026-09-08T17:39:41.524Z[ host-package] Compiling kstat-rs v0.2.5
35692026-09-08T17:39:41.735Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35702026-09-08T17:39:41.765Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
35712026-09-08T17:39:41.835Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35722026-09-08T17:39:42.052Z[ host-package] Compiling mime_guess v2.0.5
35732026-09-08T17:39:42.379Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35742026-09-08T17:39:42.483Z[ host-package] Compiling nanorand v0.7.0
35752026-09-08T17:39:42.750Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35762026-09-08T17:39:42.883Z[ host-package] Compiling parking_lot_core v0.8.6
35772026-09-08T17:39:43.232Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35782026-09-08T17:39:43.372Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35792026-09-08T17:39:43.442Z[ host-package] Compiling flume v0.11.1
35802026-09-08T17:39:43.810Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35812026-09-08T17:39:43.914Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35822026-09-08T17:39:44.015Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35832026-09-08T17:39:44.398Z[ host-package] Compiling git-stub v1.0.0
35842026-09-08T17:39:44.479Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35852026-09-08T17:39:44.608Z[ host-package] Compiling corncobs v0.1.4
35862026-09-08T17:39:44.718Z[ host-package] Compiling instability v0.3.11
35872026-09-08T17:39:44.770Z[ host-package] Compiling strsim v0.10.0
35882026-09-08T17:39:44.846Z[ host-package] Compiling http-range v0.1.5
35892026-09-08T17:39:44.869Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35902026-09-08T17:39:45.093Z[ host-package] Compiling darling_core v0.13.4
35912026-09-08T17:39:45.176Z[ host-package] Compiling git-stub-vcs v0.1.0
35922026-09-08T17:39:45.238Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35932026-09-08T17:39:46.034Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35942026-09-08T17:39:46.072Z[ host-package] Compiling progenitor-impl v0.13.0
35952026-09-08T17:39:46.115Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35962026-09-08T17:39:46.174Z[ host-package] Compiling ignore v0.4.25
35972026-09-08T17:39:46.265Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
35982026-09-08T17:39:46.295Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
35992026-09-08T17:39:46.524Z[ host-package] Compiling secrecy v0.8.0
36002026-09-08T17:39:46.864Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36012026-09-08T17:39:46.903Z[ host-package] Compiling anstyle-parse v0.2.7
36022026-09-08T17:39:47.154Z[ host-package] Compiling castaway v0.2.4
36032026-09-08T17:39:47.322Z[ host-package] Compiling vergen-git2 v9.1.0
36042026-09-08T17:39:47.637Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36052026-09-08T17:39:47.685Z[ host-package] Compiling indoc v2.0.7
36062026-09-08T17:39:47.966Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36072026-09-08T17:39:48.461Z[ host-package] Compiling progenitor-macro v0.13.0
36082026-09-08T17:39:48.944Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36092026-09-08T17:39:49.042Z[ host-package] Compiling compact_str v0.8.1
36102026-09-08T17:39:49.212Z[ host-package] Compiling anstream v0.6.21
36112026-09-08T17:39:49.530Z[ host-package] Compiling globwalk v0.9.1
36122026-09-08T17:39:49.677Z[ host-package] Compiling darling_macro v0.13.4
36132026-09-08T17:39:49.983Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36142026-09-08T17:39:50.092Z[ host-package] Compiling parking_lot v0.11.2
36152026-09-08T17:39:50.355Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36162026-09-08T17:39:50.506Z[ host-package] Compiling hyper-staticfile v0.10.1
36172026-09-08T17:39:50.778Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36182026-09-08T17:39:50.808Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36192026-09-08T17:39:51.058Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36202026-09-08T17:39:51.186Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36212026-09-08T17:39:51.461Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36222026-09-08T17:39:51.499Z[ host-package] Compiling predicates-tree v1.0.13
36232026-09-08T17:39:51.581Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36242026-09-08T17:39:51.837Z[ host-package] Compiling oso v0.27.3
36252026-09-08T17:39:51.860Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
36262026-09-08T17:39:52.504Z[ host-package] Compiling progenitor-client v0.13.0
36272026-09-08T17:39:52.698Z[ host-package] Compiling unicode-truncate v1.1.0
36282026-09-08T17:39:52.917Z[ host-package] Compiling lru v0.12.5
36292026-09-08T17:39:53.002Z[ host-package] Compiling sha2 v0.11.0
36302026-09-08T17:39:53.124Z[ host-package] Compiling digest-io v0.1.0
36312026-09-08T17:39:53.175Z[ host-package] Compiling prefix-trie v0.7.0
36322026-09-08T17:39:53.294Z[ host-package] Compiling rand_seeder v0.4.0
36332026-09-08T17:39:53.337Z[ host-package] Compiling cassowary v0.3.0
36342026-09-08T17:39:53.361Z[ host-package] Compiling progenitor v0.13.0
36352026-09-08T17:39:53.555Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36362026-09-08T17:39:53.611Z[ host-package] Compiling hickory-server v0.25.2
36372026-09-08T17:39:53.673Z[ host-package] Compiling ratatui v0.29.0
36382026-09-08T17:39:53.789Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36392026-09-08T17:39:54.166Z[ host-package] Compiling async-bb8-diesel v0.2.1
36402026-09-08T17:39:54.615Z[ host-package] Compiling diesel-dtrace v0.5.0
36412026-09-08T17:39:54.964Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36422026-09-08T17:39:55.094Z[ helios-setup] Sep 08 17:39:54.540 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')"
36432026-09-08T17:39:55.094Z[ helios-setup] Sep 08 17:39:54.540 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36442026-09-08T17:39:55.102Z[ helios-setup] Sep 08 17:39:54.548 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
36452026-09-08T17:39:55.102Z[ helios-setup] Sep 08 17:39:54.548 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36462026-09-08T17:39:55.106Z[ helios-setup] Sep 08 17:39:54.548 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36472026-09-08T17:39:55.214Z[ helios-setup] Sep 08 17:39:54.660 INFO E| Downloading crates ...
36482026-09-08T17:39:55.257Z[ helios-setup] Sep 08 17:39:54.703 INFO E| Downloaded block-buffer v0.10.3
36492026-09-08T17:39:55.260Z[ helios-setup] Sep 08 17:39:54.704 INFO E| Downloaded cpufeatures v0.2.5
36502026-09-08T17:39:55.268Z[ helios-setup] Sep 08 17:39:54.714 INFO E| Downloaded miniz_oxide v0.6.2
36512026-09-08T17:39:55.270Z[ helios-setup] Sep 08 17:39:54.715 INFO E| Downloaded typenum v1.15.0
36522026-09-08T17:39:55.273Z[ helios-setup] Sep 08 17:39:54.717 INFO E| Downloaded generic-array v0.14.6
36532026-09-08T17:39:55.273Z[ helios-setup] Sep 08 17:39:54.719 INFO E| Downloaded anyhow v1.0.62
36542026-09-08T17:39:55.278Z[ helios-setup] Sep 08 17:39:54.724 INFO E| Downloaded digest v0.10.3
36552026-09-08T17:39:55.280Z[ helios-setup] Sep 08 17:39:54.725 INFO E| Downloaded sha2 v0.10.5
36562026-09-08T17:39:55.284Z[ helios-setup] Sep 08 17:39:54.727 INFO E| Downloaded bytes v1.2.1
36572026-09-08T17:39:55.284Z[ helios-setup] Sep 08 17:39:54.729 INFO E| Downloaded flate2 v1.0.25
36582026-09-08T17:39:55.328Z[ helios-setup] Sep 08 17:39:54.773 INFO E| Compiling version_check v0.9.4
36592026-09-08T17:39:55.328Z[ helios-setup] Sep 08 17:39:54.773 INFO E| Compiling typenum v1.15.0
36602026-09-08T17:39:55.328Z[ helios-setup] Sep 08 17:39:54.773 INFO E| Compiling crc32fast v1.3.2
36612026-09-08T17:39:55.331Z[ helios-setup] Sep 08 17:39:54.773 INFO E| Compiling cfg-if v1.0.0
36622026-09-08T17:39:55.331Z[ helios-setup] Sep 08 17:39:54.774 INFO E| Compiling adler v1.0.2
36632026-09-08T17:39:55.331Z[ helios-setup] Sep 08 17:39:54.774 INFO E| Compiling anyhow v1.0.62
36642026-09-08T17:39:55.331Z[ helios-setup] Sep 08 17:39:54.774 INFO E| Compiling cpufeatures v0.2.5
36652026-09-08T17:39:55.335Z[ helios-setup] Sep 08 17:39:54.781 INFO E| Compiling unicode-width v0.1.10
36662026-09-08T17:39:55.338Z[ helios-setup] Sep 08 17:39:54.781 INFO E| Compiling bitflags v1.3.2
36672026-09-08T17:39:55.338Z[ helios-setup] Sep 08 17:39:54.781 INFO E| Compiling bytes v1.2.1
36682026-09-08T17:39:55.524Z[ helios-setup] Sep 08 17:39:54.970 INFO E| Compiling miniz_oxide v0.6.2
36692026-09-08T17:39:55.534Z[ helios-setup] Sep 08 17:39:54.980 INFO E| Compiling getopts v0.2.21
36702026-09-08T17:39:55.730Z[ host-package] Compiling sled v0.34.7
36712026-09-08T17:39:55.805Z[ host-package] Compiling darling v0.13.4
36722026-09-08T17:39:55.922Z[ helios-setup] Sep 08 17:39:55.367 INFO E| Compiling generic-array v0.14.6
36732026-09-08T17:39:56.091Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36742026-09-08T17:39:56.208Z[ helios-setup] Sep 08 17:39:55.653 INFO E| Compiling flate2 v1.0.25
36752026-09-08T17:39:57.190Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36762026-09-08T17:39:57.319Z[ helios-setup] Sep 08 17:39:56.765 INFO E| Compiling block-buffer v0.10.3
36772026-09-08T17:39:57.320Z[ helios-setup] Sep 08 17:39:56.765 INFO E| Compiling crypto-common v0.1.6
36782026-09-08T17:39:57.527Z[ helios-setup] Sep 08 17:39:56.973 INFO E| Compiling digest v0.10.3
36792026-09-08T17:39:57.705Z[ helios-setup] Sep 08 17:39:57.151 INFO E| Compiling sha2 v0.10.5
36802026-09-08T17:39:57.901Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36812026-09-08T17:39:57.967Z[ helios-setup] Sep 08 17:39:57.413 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36822026-09-08T17:39:58.013Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36832026-09-08T17:39:58.287Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36842026-09-08T17:39:58.702Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36852026-09-08T17:39:58.954Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36862026-09-08T17:39:59.026Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36872026-09-08T17:39:59.265Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36882026-09-08T17:39:59.291Z[ host-package] Compiling serde_with_macros v1.5.2
36892026-09-08T17:40:00.234Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36902026-09-08T17:40:00.492Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36912026-09-08T17:40:00.694Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36922026-09-08T17:40:00.733Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36932026-09-08T17:40:00.805Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36942026-09-08T17:40:00.927Z[ helios-setup] Sep 08 17:40:00.372 INFO E| Finished `release` profile [optimized] target(s) in 5.81s
36952026-09-08T17:40:00.939Z[ helios-setup] Sep 08 17:40:00.385 INFO building project "bootserver" ok (5 seconds)
36962026-09-08T17:40:00.939Z[ helios-setup] Sep 08 17:40:00.385 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
36972026-09-08T17:40:00.949Z[ helios-setup] Sep 08 17:40:00.394 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
36982026-09-08T17:40:00.949Z[ helios-setup] Sep 08 17:40:00.394 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
36992026-09-08T17:40:00.949Z[ helios-setup] Sep 08 17:40:00.394 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
37002026-09-08T17:40:00.953Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37012026-09-08T17:40:01.016Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
37022026-09-08T17:40:01.077Z[ helios-setup] Sep 08 17:40:00.505 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
37032026-09-08T17:40:01.083Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37042026-09-08T17:40:01.119Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37052026-09-08T17:40:01.232Z[ host-package] Compiling arc-swap v1.8.2
37062026-09-08T17:40:01.271Z[ host-package] Compiling void v1.0.2
37072026-09-08T17:40:01.406Z[ host-package] Compiling lzss v0.8.2
37082026-09-08T17:40:01.436Z[ helios-setup] Sep 08 17:40:00.881 INFO E| From https://github.com/jclulow/hiercmd
37092026-09-08T17:40:01.440Z[ helios-setup] Sep 08 17:40:00.881 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
37102026-09-08T17:40:01.450Z[ helios-setup] Sep 08 17:40:00.896 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
37112026-09-08T17:40:01.524Z[ host-package] Compiling slog-scope v4.4.1
37122026-09-08T17:40:01.547Z[ host-package] Compiling serde_with v1.14.0
37132026-09-08T17:40:01.569Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37142026-09-08T17:40:01.607Z[ host-package] Compiling scuffle v0.1.0
37152026-09-08T17:40:01.643Z[ host-package] Compiling tungstenite v0.23.0
37162026-09-08T17:40:01.682Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37172026-09-08T17:40:01.874Z[ helios-setup] Sep 08 17:40:01.314 INFO E| From https://github.com/oxidecomputer/network-interface
37182026-09-08T17:40:01.874Z[ helios-setup] Sep 08 17:40:01.314 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
37192026-09-08T17:40:01.878Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37202026-09-08T17:40:01.881Z[ helios-setup] Sep 08 17:40:01.327 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
37212026-09-08T17:40:02.234Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-09-08T17:40:02.266Z[ helios-setup] Sep 08 17:40:01.711 INFO E| From https://github.com/oxidecomputer/boot-image-tools
37232026-09-08T17:40:02.266Z[ helios-setup] Sep 08 17:40:01.711 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
37242026-09-08T17:40:02.284Z[ helios-setup] Sep 08 17:40:01.730 INFO E| Updating crates.io index
37252026-09-08T17:40:02.346Z[ helios-setup] Sep 08 17:40:01.792 INFO E| Downloading crates ...
37262026-09-08T17:40:02.397Z[ helios-setup] Sep 08 17:40:01.842 INFO E| Downloaded anstyle v1.0.13
37272026-09-08T17:40:02.400Z[ helios-setup] Sep 08 17:40:01.845 INFO E| Downloaded signal-hook-registry v1.4.6
37282026-09-08T17:40:02.411Z[ helios-setup] Sep 08 17:40:01.857 INFO E| Downloaded futures-executor v0.3.31
37292026-09-08T17:40:02.415Z[ helios-setup] Sep 08 17:40:01.858 INFO E| Downloaded generic-array v0.14.9
37302026-09-08T17:40:02.419Z[ helios-setup] Sep 08 17:40:01.865 INFO E| Downloaded anstyle-query v1.1.4
37312026-09-08T17:40:02.422Z[ helios-setup] Sep 08 17:40:01.866 INFO E| Downloaded getopts v0.2.24
37322026-09-08T17:40:02.425Z[ helios-setup] Sep 08 17:40:01.869 INFO E| Downloaded bytes v1.10.1
37332026-09-08T17:40:02.430Z[ helios-setup] Sep 08 17:40:01.876 INFO E| Downloaded cc v1.2.44
37342026-09-08T17:40:02.433Z[ helios-setup] Sep 08 17:40:01.879 INFO E| Downloaded getrandom v0.2.16
37352026-09-08T17:40:02.436Z[ helios-setup] Sep 08 17:40:01.881 INFO E| Downloaded libdevinfo-sys v1.1.0
37362026-09-08T17:40:02.436Z[ helios-setup] Sep 08 17:40:01.883 INFO E| Downloaded pin-project-lite v0.2.16
37372026-09-08T17:40:02.441Z[ helios-setup] Sep 08 17:40:01.887 INFO E| Downloaded futures-util v0.3.31
37382026-09-08T17:40:02.461Z[ helios-setup] Sep 08 17:40:01.906 INFO E| Downloaded futures-task v0.3.31
37392026-09-08T17:40:02.464Z[ helios-setup] Sep 08 17:40:01.907 INFO E| Downloaded devinfo v0.1.0
37402026-09-08T17:40:02.464Z[ helios-setup] Sep 08 17:40:01.908 INFO E| Downloaded proc-macro2 v1.0.103
37412026-09-08T17:40:02.467Z[ helios-setup] Sep 08 17:40:01.913 INFO E| Downloaded futures-io v0.3.31
37422026-09-08T17:40:02.471Z[ helios-setup] Sep 08 17:40:01.914 INFO E| Downloaded env_logger v0.11.8
37432026-09-08T17:40:02.471Z[ helios-setup] Sep 08 17:40:01.915 INFO E| Downloaded futures-core v0.3.31
37442026-09-08T17:40:02.471Z[ helios-setup] Sep 08 17:40:01.917 INFO E| Downloaded env_filter v0.1.4
37452026-09-08T17:40:02.474Z[ helios-setup] Sep 08 17:40:01.918 INFO E| Downloaded find-msvc-tools v0.1.4
37462026-09-08T17:40:02.474Z[ helios-setup] Sep 08 17:40:01.920 INFO E| Downloaded pin-utils v0.1.0
37472026-09-08T17:40:02.477Z[ helios-setup] Sep 08 17:40:01.921 INFO E| Downloaded zeroize_derive v1.4.2
37482026-09-08T17:40:02.477Z[ helios-setup] Sep 08 17:40:01.922 INFO E| Downloaded clap_lex v0.7.6
37492026-09-08T17:40:02.477Z[ helios-setup] Sep 08 17:40:01.923 INFO E| Downloaded num_enum_derive v0.7.5
37502026-09-08T17:40:02.480Z[ helios-setup] Sep 08 17:40:01.924 INFO E| Downloaded num_enum v0.7.5
37512026-09-08T17:40:02.487Z[ helios-setup] Sep 08 17:40:01.928 INFO E| Downloaded futures-macro v0.3.31
37522026-09-08T17:40:02.487Z[ helios-setup] Sep 08 17:40:01.930 INFO E| Downloaded bitfield-macros v0.19.3
37532026-09-08T17:40:02.487Z[ helios-setup] Sep 08 17:40:01.930 INFO E| Downloaded time-core v0.1.6
37542026-09-08T17:40:02.487Z[ helios-setup] Sep 08 17:40:01.931 INFO E| Downloaded crc v3.3.0
37552026-09-08T17:40:02.487Z[ helios-setup] Sep 08 17:40:01.933 INFO E| Downloaded simd-adler32 v0.3.7
37562026-09-08T17:40:02.493Z[ helios-setup] Sep 08 17:40:01.939 INFO E| Downloaded tokio-macros v2.6.0
37572026-09-08T17:40:02.497Z[ helios-setup] Sep 08 17:40:01.940 INFO E| Downloaded serde_spanned v1.0.3
37582026-09-08T17:40:02.500Z[ helios-setup] Sep 08 17:40:01.946 INFO E| Downloaded thiserror v2.0.17
37592026-09-08T17:40:02.506Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37602026-09-08T17:40:02.509Z[ helios-setup] Sep 08 17:40:01.952 INFO E| Downloaded deranged v0.5.5
37612026-09-08T17:40:02.509Z[ helios-setup] Sep 08 17:40:01.954 INFO E| Downloaded iana-time-zone v0.1.64
37622026-09-08T17:40:02.514Z[ helios-setup] Sep 08 17:40:01.960 INFO E| Downloaded bitfield v0.19.3
37632026-09-08T17:40:02.517Z[ helios-setup] Sep 08 17:40:01.961 INFO E| Downloaded slab v0.4.11
37642026-09-08T17:40:02.520Z[ helios-setup] Sep 08 17:40:01.964 INFO E| Downloaded time-macros v0.2.24
37652026-09-08T17:40:02.523Z[ helios-setup] Sep 08 17:40:01.966 INFO E| Downloaded quote v1.0.41
37662026-09-08T17:40:02.525Z[ helios-setup] Sep 08 17:40:01.969 INFO E| Downloaded zeroize v1.8.2
37672026-09-08T17:40:02.528Z[ helios-setup] Sep 08 17:40:01.973 INFO E| Downloaded futures-sink v0.3.31
37682026-09-08T17:40:02.531Z[ helios-setup] Sep 08 17:40:01.975 INFO E| Downloaded base64ct v1.8.0
37692026-09-08T17:40:02.536Z[ helios-setup] Sep 08 17:40:01.978 INFO E| Downloaded toml_datetime v0.7.3
37702026-09-08T17:40:02.539Z[ helios-setup] Sep 08 17:40:01.979 INFO E| Downloaded futures v0.3.31
37712026-09-08T17:40:02.539Z[ helios-setup] Sep 08 17:40:01.984 INFO E| Downloaded thiserror-impl v2.0.17
37722026-09-08T17:40:02.543Z[ helios-setup] Sep 08 17:40:01.987 INFO E| Downloaded clap_derive v4.5.49
37732026-09-08T17:40:02.547Z[ helios-setup] Sep 08 17:40:01.993 INFO E| Downloaded term v1.2.0
37742026-09-08T17:40:02.564Z[ helios-setup] Sep 08 17:40:02.009 INFO E| Downloaded futures-channel v0.3.31
37752026-09-08T17:40:02.568Z[ helios-setup] Sep 08 17:40:02.011 INFO E| Downloaded toml_writer v1.0.4
37762026-09-08T17:40:02.569Z[ helios-setup] Sep 08 17:40:02.012 INFO E| Downloaded toml_parser v1.0.4
37772026-09-08T17:40:02.572Z[ helios-setup] Sep 08 17:40:02.013 INFO E| Downloaded anyhow v1.0.100
37782026-09-08T17:40:02.594Z[ helios-setup] Sep 08 17:40:02.039 INFO E| Downloaded unicode-ident v1.0.22
37792026-09-08T17:40:02.597Z[ helios-setup] Sep 08 17:40:02.041 INFO E| Downloaded bitflags v2.10.0
37802026-09-08T17:40:02.600Z[ helios-setup] Sep 08 17:40:02.044 INFO E| Downloaded clap v4.5.51
37812026-09-08T17:40:02.604Z[ helios-setup] Sep 08 17:40:02.050 INFO E| Downloaded log v0.4.28
37822026-09-08T17:40:02.607Z[ helios-setup] Sep 08 17:40:02.052 INFO E| Downloaded toml v0.9.8
37832026-09-08T17:40:02.610Z[ helios-setup] Sep 08 17:40:02.054 INFO E| Downloaded socket2 v0.6.1
37842026-09-08T17:40:02.610Z[ helios-setup] Sep 08 17:40:02.056 INFO E| Downloaded typenum v1.19.0
37852026-09-08T17:40:02.613Z[ helios-setup] Sep 08 17:40:02.058 INFO E| Downloaded uuid v1.18.1
37862026-09-08T17:40:02.616Z[ helios-setup] Sep 08 17:40:02.060 INFO E| Downloaded memchr v2.7.6
37872026-09-08T17:40:02.619Z[ helios-setup] Sep 08 17:40:02.063 INFO E| Downloaded flate2 v1.1.5
37882026-09-08T17:40:02.622Z[ helios-setup] Sep 08 17:40:02.065 INFO E| Downloaded toml_edit v0.23.7
37892026-09-08T17:40:02.622Z[ helios-setup] Sep 08 17:40:02.068 INFO E| Downloaded zerocopy-derive v0.8.27
37902026-09-08T17:40:02.625Z[ helios-setup] Sep 08 17:40:02.071 INFO E| Downloaded iddqd v0.3.14
37912026-09-08T17:40:02.629Z[ helios-setup] Sep 08 17:40:02.075 INFO E| Downloaded rand v0.8.5
37922026-09-08T17:40:02.633Z[ helios-setup] Sep 08 17:40:02.077 INFO E| Downloaded indexmap v2.12.0
37932026-09-08T17:40:02.641Z[ helios-setup] Sep 08 17:40:02.079 INFO E| Downloaded rsa v0.9.8
37942026-09-08T17:40:02.641Z[ helios-setup] Sep 08 17:40:02.082 INFO E| Downloaded num-bigint-dig v0.8.4
37952026-09-08T17:40:02.641Z[ helios-setup] Sep 08 17:40:02.085 INFO E| Downloaded mio v1.1.0
37962026-09-08T17:40:02.655Z[ helios-setup] Sep 08 17:40:02.098 INFO E| Downloaded hashbrown v0.16.0
37972026-09-08T17:40:02.664Z[ helios-setup] Sep 08 17:40:02.107 INFO E| Downloaded serde_json v1.0.145
37982026-09-08T17:40:02.671Z[ helios-setup] Sep 08 17:40:02.111 INFO E| Downloaded time v0.3.44
37992026-09-08T17:40:02.671Z[ helios-setup] Sep 08 17:40:02.115 INFO E| Downloaded libm v0.2.15
38002026-09-08T17:40:02.681Z[ helios-setup] Sep 08 17:40:02.121 INFO E| Downloaded clap_builder v4.5.51
38012026-09-08T17:40:02.689Z[ helios-setup] Sep 08 17:40:02.125 INFO E| Downloaded winnow v0.7.13
38022026-09-08T17:40:02.700Z[ helios-setup] Sep 08 17:40:02.146 INFO E| Downloaded zerocopy v0.8.27
38032026-09-08T17:40:02.715Z[ helios-setup] Sep 08 17:40:02.160 INFO E| Downloaded chrono v0.4.42
38042026-09-08T17:40:02.720Z[ helios-setup] Sep 08 17:40:02.165 INFO E| Downloaded unicode-width v0.2.2
38052026-09-08T17:40:02.723Z[ helios-setup] Sep 08 17:40:02.167 INFO E| Downloaded syn v2.0.108
38062026-09-08T17:40:02.735Z[ helios-setup] Sep 08 17:40:02.181 INFO E| Downloaded rustix v1.1.2
38072026-09-08T17:40:02.769Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38082026-09-08T17:40:02.787Z[ helios-setup] Sep 08 17:40:02.233 INFO E| Downloaded tokio v1.48.0
38092026-09-08T17:40:02.801Z[ host-package] Compiling libsw-core v0.3.2
38102026-09-08T17:40:02.812Z[ helios-setup] Sep 08 17:40:02.256 INFO E| Downloaded libc v0.2.177
38112026-09-08T17:40:02.840Z[ host-package] Compiling nix v0.27.1
38122026-09-08T17:40:02.866Z[ host-package] Compiling twox-hash v2.1.2
38132026-09-08T17:40:02.904Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling proc-macro2 v1.0.103
38142026-09-08T17:40:02.904Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling quote v1.0.41
38152026-09-08T17:40:02.904Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling unicode-ident v1.0.22
38162026-09-08T17:40:02.904Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling libc v0.2.177
38172026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling serde_core v1.0.228
38182026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling cfg-if v1.0.4
38192026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling serde v1.0.228
38202026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling version_check v0.9.5
38212026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling autocfg v1.5.0
38222026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling const-oid v0.9.6
38232026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling typenum v1.19.0
38242026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling libm v0.2.15
38252026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling zerocopy v0.8.27
38262026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling rustversion v1.0.22
38272026-09-08T17:40:02.907Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling smallvec v1.15.1
38282026-09-08T17:40:02.909Z[ helios-setup] Sep 08 17:40:02.349 INFO E| Compiling zeroize v1.8.2
38292026-09-08T17:40:02.984Z[ host-package] Compiling serde_bytes v0.11.19
38302026-09-08T17:40:03.036Z[ host-package] Compiling atty v0.2.14
38312026-09-08T17:40:03.112Z[ host-package] Compiling libsw v3.5.0
38322026-09-08T17:40:03.152Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38332026-09-08T17:40:03.387Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38342026-09-08T17:40:03.391Z[ host-package] Compiling tokio-tungstenite v0.23.1
38352026-09-08T17:40:03.469Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38362026-09-08T17:40:03.524Z[ host-package] Compiling slog-stdlog v4.1.1
38372026-09-08T17:40:03.571Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38382026-09-08T17:40:03.603Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38392026-09-08T17:40:03.603Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38402026-09-08T17:40:03.613Z[ helios-setup] Sep 08 17:40:03.058 INFO E| Compiling base64ct v1.8.0
38412026-09-08T17:40:03.660Z[ helios-setup] Sep 08 17:40:03.106 INFO E| Compiling equivalent v1.0.2
38422026-09-08T17:40:03.804Z[ helios-setup] Sep 08 17:40:03.250 INFO E| Compiling winnow v0.7.13
38432026-09-08T17:40:03.823Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38442026-09-08T17:40:03.967Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38452026-09-08T17:40:04.081Z[ helios-setup] Sep 08 17:40:03.526 INFO E| Compiling rustix v1.1.2
38462026-09-08T17:40:04.114Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38472026-09-08T17:40:04.190Z[ helios-setup] Sep 08 17:40:03.634 INFO E| Compiling generic-array v0.14.9
38482026-09-08T17:40:04.205Z[ helios-setup] Sep 08 17:40:03.651 INFO E| Compiling num-traits v0.2.19
38492026-09-08T17:40:04.258Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38502026-09-08T17:40:04.273Z[ helios-setup] Sep 08 17:40:03.712 INFO E| Compiling pem-rfc7468 v0.7.0
38512026-09-08T17:40:04.596Z[ helios-setup] Sep 08 17:40:04.042 INFO E| Compiling getrandom v0.2.16
38522026-09-08T17:40:04.705Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38532026-09-08T17:40:04.709Z[ helios-setup] Sep 08 17:40:04.149 INFO E| Compiling hashbrown v0.16.0
38542026-09-08T17:40:04.718Z[ helios-setup] Sep 08 17:40:04.164 INFO E| Compiling byteorder v1.5.0
38552026-09-08T17:40:04.761Z[ helios-setup] Sep 08 17:40:04.206 INFO E| Compiling crc32fast v1.5.0
38562026-09-08T17:40:04.797Z[ helios-setup] Sep 08 17:40:04.243 INFO E| Compiling memchr v2.7.6
38572026-09-08T17:40:04.896Z[ helios-setup] Sep 08 17:40:04.338 INFO E| Compiling flagset v0.4.7
38582026-09-08T17:40:05.071Z[ helios-setup] Sep 08 17:40:04.517 INFO E| Compiling utf8parse v0.2.2
38592026-09-08T17:40:05.229Z[ helios-setup] Sep 08 17:40:04.609 INFO E| Compiling anyhow v1.0.100
38602026-09-08T17:40:05.250Z[ helios-setup] Sep 08 17:40:04.695 INFO E| Compiling anstyle-parse v0.2.7
38612026-09-08T17:40:05.297Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38622026-09-08T17:40:05.315Z[ helios-setup] Sep 08 17:40:04.761 INFO E| Compiling syn v2.0.108
38632026-09-08T17:40:05.350Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38642026-09-08T17:40:05.475Z[ helios-setup] Sep 08 17:40:04.913 INFO E| Compiling indexmap v2.12.0
38652026-09-08T17:40:05.539Z[ helios-setup] Sep 08 17:40:04.985 INFO E| Compiling rand_core v0.6.4
38662026-09-08T17:40:05.584Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38672026-09-08T17:40:05.592Z[ helios-setup] Sep 08 17:40:05.038 INFO E| Compiling errno v0.3.14
38682026-09-08T17:40:05.641Z[ helios-setup] Sep 08 17:40:05.087 INFO E| Compiling shlex v1.3.0
38692026-09-08T17:40:05.652Z[ helios-setup] Sep 08 17:40:05.098 INFO E| Compiling is_terminal_polyfill v1.70.2
38702026-09-08T17:40:05.660Z[ helios-setup] Sep 08 17:40:05.105 INFO E| Compiling anstyle-query v1.1.4
38712026-09-08T17:40:05.774Z[ helios-setup] Sep 08 17:40:05.220 INFO E| Compiling toml_datetime v0.7.3
38722026-09-08T17:40:05.793Z[ helios-setup] Sep 08 17:40:05.239 INFO E| Compiling cpufeatures v0.2.17
38732026-09-08T17:40:05.870Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38742026-09-08T17:40:05.990Z[ helios-setup] Sep 08 17:40:05.436 INFO E| Compiling allocator-api2 v0.2.21
38752026-09-08T17:40:06.007Z[ helios-setup] Sep 08 17:40:05.453 INFO E| Compiling colorchoice v1.0.4
38762026-09-08T17:40:06.087Z[ helios-setup] Sep 08 17:40:05.525 INFO E| Compiling find-msvc-tools v0.1.4
38772026-09-08T17:40:06.090Z[ helios-setup] Sep 08 17:40:05.525 INFO E| Compiling syn v1.0.109
38782026-09-08T17:40:06.160Z[ helios-setup] Sep 08 17:40:05.606 INFO E| Compiling radium v0.7.0
38792026-09-08T17:40:06.189Z[ helios-setup] Sep 08 17:40:05.635 INFO E| Compiling anstyle v1.0.13
38802026-09-08T17:40:06.189Z[ helios-setup] Sep 08 17:40:05.635 INFO E| Compiling slog v2.8.2
38812026-09-08T17:40:06.361Z[ helios-setup] Sep 08 17:40:05.806 INFO E| Compiling toml_parser v1.0.4
38822026-09-08T17:40:06.366Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38832026-09-08T17:40:06.563Z[ helios-setup] Sep 08 17:40:06.009 INFO E| Compiling anstream v0.6.21
38842026-09-08T17:40:06.728Z[ helios-setup] Sep 08 17:40:06.174 INFO E| Compiling cc v1.2.44
38852026-09-08T17:40:06.767Z[ helios-setup] Sep 08 17:40:06.213 INFO E| Compiling unicode-width v0.2.2
38862026-09-08T17:40:06.789Z[ helios-setup] Sep 08 17:40:06.235 INFO E| Compiling parking_lot_core v0.9.12
38872026-09-08T17:40:06.827Z[ helios-setup] Sep 08 17:40:06.272 INFO E| Compiling tap v1.0.1
38882026-09-08T17:40:06.863Z[ helios-setup] Sep 08 17:40:06.308 INFO E| Compiling pin-project-lite v0.2.16
38892026-09-08T17:40:06.960Z[ helios-setup] Sep 08 17:40:06.406 INFO E| Compiling futures-sink v0.3.31
38902026-09-08T17:40:06.989Z[ helios-setup] Sep 08 17:40:06.428 INFO E| Compiling toml_edit v0.23.7
38912026-09-08T17:40:07.027Z[ helios-setup] Sep 08 17:40:06.473 INFO E| Compiling maybe-uninit v2.0.0
38922026-09-08T17:40:07.047Z[ helios-setup] Sep 08 17:40:06.493 INFO E| Compiling futures-core v0.3.31
38932026-09-08T17:40:07.122Z[ helios-setup] Sep 08 17:40:06.568 INFO E| Compiling crypto-common v0.1.6
38942026-09-08T17:40:07.133Z[ helios-setup] Sep 08 17:40:06.575 INFO E| Compiling block-buffer v0.10.4
38952026-09-08T17:40:07.294Z[ helios-setup] Sep 08 17:40:06.740 INFO E| Compiling pkg-config v0.3.32
38962026-09-08T17:40:07.412Z[ helios-setup] Sep 08 17:40:06.858 INFO E| Compiling digest v0.10.7
38972026-09-08T17:40:07.448Z[ helios-setup] Sep 08 17:40:06.890 INFO E| Compiling getopts v0.2.24
38982026-09-08T17:40:07.479Z[ helios-setup] Sep 08 17:40:06.924 INFO E| Compiling futures-channel v0.3.31
38992026-09-08T17:40:07.559Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39002026-09-08T17:40:07.643Z[ helios-setup] Sep 08 17:40:07.089 INFO E| Compiling wyz v0.5.1
39012026-09-08T17:40:07.693Z[ helios-setup] Sep 08 17:40:07.139 INFO E| Compiling sha2 v0.10.9
39022026-09-08T17:40:07.699Z[ helios-setup] Sep 08 17:40:07.145 INFO E| Compiling num-integer v0.1.46
39032026-09-08T17:40:07.712Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
39042026-09-08T17:40:07.789Z[ helios-setup] Sep 08 17:40:07.235 INFO E| Compiling ahash v0.8.12
39052026-09-08T17:40:07.837Z[ helios-setup] Sep 08 17:40:07.282 INFO E| Compiling heck v0.5.0
39062026-09-08T17:40:07.979Z[ helios-setup] Sep 08 17:40:07.424 INFO E| Compiling proc-macro-crate v3.4.0
39072026-09-08T17:40:08.051Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39082026-09-08T17:40:08.123Z[ helios-setup] Sep 08 17:40:07.569 INFO E| Compiling num-conv v0.1.0
39092026-09-08T17:40:08.131Z[ helios-setup] Sep 08 17:40:07.576 INFO E| Compiling futures-task v0.3.31
39102026-09-08T17:40:08.258Z[ helios-setup] Sep 08 17:40:07.703 INFO E| Compiling num-bigint-dig v0.8.4
39112026-09-08T17:40:08.344Z[ helios-setup] Sep 08 17:40:07.790 INFO E| Compiling funty v2.0.0
39122026-09-08T17:40:08.376Z[ helios-setup] Sep 08 17:40:07.822 INFO E| Compiling itoa v1.0.15
39132026-09-08T17:40:08.399Z[ helios-setup] Sep 08 17:40:07.845 INFO E| Compiling bitflags v2.10.0
39142026-09-08T17:40:08.442Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39152026-09-08T17:40:08.479Z[ helios-setup] Sep 08 17:40:07.925 INFO E| Compiling spin v0.9.8
39162026-09-08T17:40:08.522Z[ helios-setup] Sep 08 17:40:07.968 INFO E| Compiling slab v0.4.11
39172026-09-08T17:40:08.572Z[ helios-setup] Sep 08 17:40:08.018 INFO E| Compiling getrandom v0.3.4
39182026-09-08T17:40:08.605Z[ helios-setup] Sep 08 17:40:08.051 INFO E| Compiling pin-utils v0.1.0
39192026-09-08T17:40:08.730Z[ helios-setup] Sep 08 17:40:08.176 INFO E| Compiling scopeguard v1.2.0
39202026-09-08T17:40:08.767Z[ helios-setup] Sep 08 17:40:08.212 INFO E| Compiling packed_struct v0.10.1
39212026-09-08T17:40:08.814Z[ helios-setup] Sep 08 17:40:08.258 INFO E| Compiling bytes v1.10.1
39222026-09-08T17:40:08.855Z[ helios-setup] Sep 08 17:40:08.301 INFO E| Compiling powerfmt v0.2.0
39232026-09-08T17:40:08.865Z[ helios-setup] Sep 08 17:40:08.311 INFO E| Compiling thiserror v1.0.69
39242026-09-08T17:40:08.977Z[ helios-setup] Sep 08 17:40:08.423 INFO E| Compiling time-core v0.1.6
39252026-09-08T17:40:09.030Z[ helios-setup] Sep 08 17:40:08.476 INFO E| Compiling strsim v0.11.1
39262026-09-08T17:40:09.184Z[ helios-setup] Sep 08 17:40:08.630 INFO E| Compiling clap_lex v0.7.6
39272026-09-08T17:40:09.217Z[ helios-setup] Sep 08 17:40:08.662 INFO E| Compiling futures-io v0.3.31
39282026-09-08T17:40:09.252Z[ helios-setup] Sep 08 17:40:08.697 INFO E| Compiling deranged v0.5.5
39292026-09-08T17:40:09.322Z[ helios-setup] Sep 08 17:40:08.768 INFO E| Compiling time-macros v0.2.24
39302026-09-08T17:40:09.375Z[ helios-setup] Sep 08 17:40:08.821 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
39312026-09-08T17:40:09.381Z[ helios-setup] Sep 08 17:40:08.827 INFO E| Compiling lock_api v0.4.14
39322026-09-08T17:40:09.675Z[ helios-setup] Sep 08 17:40:09.121 INFO E| Compiling bitvec v1.0.1
39332026-09-08T17:40:09.763Z[ helios-setup] Sep 08 17:40:09.209 INFO E| Compiling lazy_static v1.5.0
39342026-09-08T17:40:09.772Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39352026-09-08T17:40:09.845Z[ helios-setup] Sep 08 17:40:09.291 INFO E| Compiling num-iter v0.1.45
39362026-09-08T17:40:09.940Z[ helios-setup] Sep 08 17:40:09.386 INFO E| Compiling indexmap v1.9.3
39372026-09-08T17:40:10.023Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
39382026-09-08T17:40:10.181Z[ helios-setup] Sep 08 17:40:09.626 INFO E| Compiling terminal_size v0.4.3
39392026-09-08T17:40:10.296Z[ helios-setup] Sep 08 17:40:09.742 INFO E| Compiling clap_builder v4.5.51
39402026-09-08T17:40:10.335Z[ helios-setup] Sep 08 17:40:09.780 INFO E| Compiling adler2 v2.0.1
39412026-09-08T17:40:10.405Z[ helios-setup] Sep 08 17:40:09.851 INFO E| Compiling simd-adler32 v0.3.7
39422026-09-08T17:40:10.425Z[ helios-setup] Sep 08 17:40:09.870 INFO E| Compiling thiserror v2.0.17
39432026-09-08T17:40:10.613Z[ helios-setup] Sep 08 17:40:10.047 INFO E| Compiling crc-catalog v2.4.0
39442026-09-08T17:40:10.742Z[ helios-setup] Sep 08 17:40:10.188 INFO E| Compiling nodrop v0.1.14
39452026-09-08T17:40:10.853Z[ helios-setup] Sep 08 17:40:10.299 INFO E| Compiling once_cell v1.21.3
39462026-09-08T17:40:10.864Z[ helios-setup] Sep 08 17:40:10.309 INFO E| Compiling serde_json v1.0.145
39472026-09-08T17:40:10.910Z[ helios-setup] Sep 08 17:40:10.356 INFO E| Compiling iana-time-zone v0.1.64
39482026-09-08T17:40:10.976Z[ helios-setup] Sep 08 17:40:10.421 INFO E| Compiling log v0.4.28
39492026-09-08T17:40:11.170Z[ helios-setup] Sep 08 17:40:10.615 INFO E| Compiling chrono v0.4.42
39502026-09-08T17:40:11.198Z[ helios-setup] Sep 08 17:40:10.643 INFO E| Compiling array-init v0.0.4
39512026-09-08T17:40:11.322Z[ helios-setup] Sep 08 17:40:10.768 INFO E| Compiling env_filter v0.1.4
39522026-09-08T17:40:11.394Z[ helios-setup] Sep 08 17:40:10.840 INFO E| Compiling crc v3.3.0
39532026-09-08T17:40:11.555Z[ helios-setup] Sep 08 17:40:11.000 INFO E| Compiling miniz_oxide v0.8.9
39542026-09-08T17:40:11.571Z[ helios-setup] Sep 08 17:40:11.016 INFO E| Compiling parking_lot v0.12.5
39552026-09-08T17:40:11.607Z[ helios-setup] Sep 08 17:40:11.053 INFO E| Compiling smallvec v0.6.14
39562026-09-08T17:40:11.636Z[ host-package] Compiling git2 v0.20.4
39572026-09-08T17:40:11.643Z[ helios-setup] Sep 08 17:40:11.089 INFO E| Compiling time v0.3.44
39582026-09-08T17:40:11.763Z[ helios-setup] Sep 08 17:40:11.209 INFO E| Compiling serde_derive v1.0.228
39592026-09-08T17:40:11.772Z[ helios-setup] Sep 08 17:40:11.218 INFO E| Compiling zerocopy-derive v0.8.27
39602026-09-08T17:40:12.065Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39612026-09-08T17:40:12.167Z[ helios-setup] Sep 08 17:40:11.612 INFO E| Compiling der_derive v0.7.3
39622026-09-08T17:40:12.178Z[ helios-setup] Sep 08 17:40:11.624 INFO E| Compiling futures-macro v0.3.31
39632026-09-08T17:40:12.187Z[ helios-setup] Sep 08 17:40:11.633 INFO E| Compiling zerocopy-derive v0.6.6
39642026-09-08T17:40:12.404Z[ helios-setup] Sep 08 17:40:11.850 INFO E| Compiling num_enum_derive v0.7.5
39652026-09-08T17:40:12.754Z[ helios-setup] Sep 08 17:40:12.199 INFO E| Compiling thiserror-impl v1.0.69
39662026-09-08T17:40:12.962Z[ helios-setup] Sep 08 17:40:12.407 INFO E| Compiling packed_struct_codegen v0.10.1
39672026-09-08T17:40:13.348Z[ helios-setup] Sep 08 17:40:12.789 INFO E| Compiling bitfield-macros v0.19.3
39682026-09-08T17:40:13.356Z[ helios-setup] Sep 08 17:40:12.801 INFO E| Compiling clap_derive v4.5.49
39692026-09-08T17:40:13.551Z[ helios-setup] Sep 08 17:40:12.997 INFO E| Compiling zerocopy v0.6.6
39702026-09-08T17:40:14.049Z[ helios-setup] Sep 08 17:40:13.495 INFO E| Compiling futures-util v0.3.31
39712026-09-08T17:40:14.127Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39722026-09-08T17:40:14.174Z[ helios-setup] Sep 08 17:40:13.619 INFO E| Compiling tokio-macros v2.6.0
39732026-09-08T17:40:14.303Z[ helios-setup] Sep 08 17:40:13.748 INFO E| Compiling thiserror-impl v2.0.17
39742026-09-08T17:40:14.656Z[ helios-setup] Sep 08 17:40:14.102 INFO E| Compiling serde_spanned v1.0.3
39752026-09-08T17:40:14.695Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39762026-09-08T17:40:14.735Z[ helios-setup] Sep 08 17:40:14.180 INFO E| Compiling der v0.7.10
39772026-09-08T17:40:15.489Z[ helios-setup] Sep 08 17:40:14.935 INFO E| Compiling bitfield v0.19.3
39782026-09-08T17:40:15.635Z[ helios-setup] Sep 08 17:40:15.081 INFO E| Compiling num_enum v0.7.5
39792026-09-08T17:40:15.738Z[ helios-setup] Sep 08 17:40:15.184 INFO E| Compiling signature v2.2.0
39802026-09-08T17:40:15.760Z[ helios-setup] Sep 08 17:40:15.205 INFO E| Compiling signal-hook-registry v1.4.6
39812026-09-08T17:40:15.772Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39822026-09-08T17:40:15.786Z[ helios-setup] Sep 08 17:40:15.230 INFO E| Compiling socket2 v0.6.1
39832026-09-08T17:40:15.878Z[ helios-setup] Sep 08 17:40:15.324 INFO E| Compiling is-terminal v0.4.17
39842026-09-08T17:40:16.017Z[ helios-setup] Sep 08 17:40:15.462 INFO E| Compiling mio v1.1.0
39852026-09-08T17:40:16.123Z[ helios-setup] Sep 08 17:40:15.568 INFO E| Compiling thread_local v1.1.9
39862026-09-08T17:40:16.199Z[ helios-setup] Sep 08 17:40:15.645 INFO E| Compiling winnow v0.5.40
39872026-09-08T17:40:16.231Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39882026-09-08T17:40:16.336Z[ helios-setup] Sep 08 17:40:15.781 INFO E| Compiling spki v0.7.3
39892026-09-08T17:40:16.417Z[ helios-setup] Sep 08 17:40:15.863 INFO E| Compiling base64 v0.21.7
39902026-09-08T17:40:16.457Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-09-08T17:40:16.610Z[ helios-setup] Sep 08 17:40:16.056 INFO E| Compiling pkcs8 v0.10.2
39922026-09-08T17:40:16.784Z[ helios-setup] Sep 08 17:40:16.229 INFO E| Compiling libdevinfo-sys v1.1.0
39932026-09-08T17:40:16.793Z[ helios-setup] Sep 08 17:40:16.239 INFO E| Compiling toml_writer v1.0.4
39942026-09-08T17:40:17.126Z[ helios-setup] Sep 08 17:40:16.572 INFO E| Compiling pkcs1 v0.7.5
39952026-09-08T17:40:17.133Z[ helios-setup] Sep 08 17:40:16.579 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
39962026-09-08T17:40:17.174Z[ helios-setup] Sep 08 17:40:16.619 INFO E| Compiling term v1.2.0
39972026-09-08T17:40:17.257Z[ helios-setup] Sep 08 17:40:16.701 INFO E| Compiling clap v4.5.51
39982026-09-08T17:40:17.280Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39992026-09-08T17:40:17.359Z[ helios-setup] Sep 08 17:40:16.805 INFO E| Compiling ryu v1.0.20
40002026-09-08T17:40:17.365Z[ helios-setup] Sep 08 17:40:16.811 INFO E| Compiling subtle v2.6.1
40012026-09-08T17:40:17.372Z[ helios-setup] Sep 08 17:40:16.818 INFO E| Compiling hashbrown v0.12.3
40022026-09-08T17:40:17.656Z[ helios-setup] Sep 08 17:40:17.101 INFO E| Compiling toml v0.9.8
40032026-09-08T17:40:17.675Z[ helios-setup] Sep 08 17:40:17.121 INFO E| Compiling devinfo v0.1.0
40042026-09-08T17:40:17.711Z[ helios-setup] Sep 08 17:40:17.156 INFO E| Compiling x509-cert v0.2.5
40052026-09-08T17:40:17.731Z[ helios-setup] Sep 08 17:40:17.177 INFO E| Compiling tokio v1.48.0
40062026-09-08T17:40:17.979Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
40072026-09-08T17:40:18.045Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40082026-09-08T17:40:18.078Z[ helios-setup] Sep 08 17:40:17.524 INFO E| Compiling ppv-lite86 v0.2.21
40092026-09-08T17:40:18.156Z[ helios-setup] Sep 08 17:40:17.601 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40102026-09-08T17:40:18.682Z[ helios-setup] Sep 08 17:40:18.127 INFO E| Compiling hashbrown v0.13.2
40112026-09-08T17:40:18.718Z[ helios-setup] Sep 08 17:40:18.163 INFO E| Compiling bzip2 v0.4.4
40122026-09-08T17:40:19.089Z[ helios-setup] Sep 08 17:40:18.535 INFO E| Compiling rand_chacha v0.3.1
40132026-09-08T17:40:19.208Z[ helios-setup] Sep 08 17:40:18.654 INFO E| Compiling erased-serde v0.3.31
40142026-09-08T17:40:19.330Z[ helios-setup] Sep 08 17:40:18.775 INFO E| Compiling serde_spanned v0.6.9
40152026-09-08T17:40:19.579Z[ helios-setup] Sep 08 17:40:19.025 INFO E| Compiling rand v0.8.5
40162026-09-08T17:40:19.592Z[ helios-setup] Sep 08 17:40:19.037 INFO E| Compiling futures-executor v0.3.31
40172026-09-08T17:40:19.656Z[ helios-setup] Sep 08 17:40:19.102 INFO E| Compiling toml_datetime v0.6.11
40182026-09-08T17:40:19.784Z[ helios-setup] Sep 08 17:40:19.230 INFO E| Compiling serde-hex v0.1.0
40192026-09-08T17:40:20.019Z[ helios-setup] Sep 08 17:40:19.465 INFO E| Compiling toml_edit v0.19.15
40202026-09-08T17:40:20.052Z[ helios-setup] Sep 08 17:40:19.498 INFO E| Compiling futures v0.3.31
40212026-09-08T17:40:20.187Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40222026-09-08T17:40:20.217Z[ helios-setup] Sep 08 17:40:19.663 INFO E| Compiling ron v0.8.1
40232026-09-08T17:40:20.224Z[ helios-setup] Sep 08 17:40:19.670 INFO E| Compiling flate2 v1.1.5
40242026-09-08T17:40:20.643Z[ helios-setup] Sep 08 17:40:20.088 INFO E| Compiling uuid v1.18.1
40252026-09-08T17:40:20.673Z[ helios-setup] Sep 08 17:40:20.118 INFO E| Compiling env_logger v0.11.8
40262026-09-08T17:40:20.688Z[ helios-setup] Sep 08 17:40:20.134 INFO E| Compiling foldhash v0.2.0
40272026-09-08T17:40:21.039Z[ helios-setup] Sep 08 17:40:20.485 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
40282026-09-08T17:40:21.398Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40292026-09-08T17:40:21.556Z[ helios-setup] Sep 08 17:40:21.001 INFO E| Compiling slog-term v2.9.2
40302026-09-08T17:40:21.659Z[ helios-setup] Sep 08 17:40:21.104 INFO E| Compiling rustc-hash v2.1.1
40312026-09-08T17:40:21.683Z[ helios-setup] Sep 08 17:40:21.128 INFO E| Compiling crc-any v2.5.0
40322026-09-08T17:40:21.693Z[ host-package] Compiling signal-hook-tokio v0.3.1
40332026-09-08T17:40:21.753Z[ helios-setup] Sep 08 17:40:21.198 INFO E| Compiling bitflags v1.3.2
40342026-09-08T17:40:21.782Z[ host-package] Compiling fatfs v0.3.6
40352026-09-08T17:40:21.865Z[ helios-setup] Sep 08 17:40:21.309 INFO E| Compiling hex v0.4.3
40362026-09-08T17:40:22.157Z[ helios-setup] Sep 08 17:40:21.602 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40372026-09-08T17:40:22.182Z[ host-package] Compiling yasna v0.5.2
40382026-09-08T17:40:22.259Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40392026-09-08T17:40:22.324Z[ helios-setup] Sep 08 17:40:21.770 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40402026-09-08T17:40:22.336Z[ helios-setup] Sep 08 17:40:21.782 INFO E| Compiling iddqd v0.3.14
40412026-09-08T17:40:22.362Z[ helios-setup] Sep 08 17:40:21.808 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
40422026-09-08T17:40:22.481Z[ helios-setup] Sep 08 17:40:21.926 INFO E| Compiling object v0.30.4
40432026-09-08T17:40:22.497Z[ host-package] Compiling console v0.16.2
40442026-09-08T17:40:22.536Z[ helios-setup] Sep 08 17:40:21.981 INFO E| Compiling zip v0.6.6
40452026-09-08T17:40:23.462Z[ host-package] Compiling seq-macro v0.3.6
40462026-09-08T17:40:23.498Z[ helios-setup] Sep 08 17:40:22.942 INFO E| Compiling rsa v0.9.8
40472026-09-08T17:40:23.538Z[ helios-setup] Sep 08 17:40:22.983 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
40482026-09-08T17:40:23.886Z[ host-package] Compiling assert_matches v1.5.0
40492026-09-08T17:40:24.135Z[ host-package] Compiling indicatif v0.18.4
40502026-09-08T17:40:24.284Z[ host-package] Compiling rcgen v0.12.1
40512026-09-08T17:40:24.293Z[ helios-setup] Sep 08 17:40:23.739 INFO E| Compiling toml v0.7.8
40522026-09-08T17:40:24.392Z[ helios-setup] Sep 08 17:40:23.837 INFO E| Compiling path-slash v0.1.5
40532026-09-08T17:40:24.594Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40542026-09-08T17:40:24.992Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40552026-09-08T17:40:27.036Z[ helios-setup] Sep 08 17:40:26.482 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
40562026-09-08T17:40:27.153Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40572026-09-08T17:40:27.193Z[ helios-setup] Sep 08 17:40:26.639 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
40582026-09-08T17:40:27.345Z[ host-package] Compiling slog-envlogger v2.2.0
40592026-09-08T17:40:28.811Z[ host-package] Compiling oxide-update-engine-display v0.1.2
40602026-09-08T17:40:29.967Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40612026-09-08T17:40:30.092Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40622026-09-08T17:40:31.459Z[ helios-setup] Sep 08 17:40:30.904 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40632026-09-08T17:40:32.696Z[ helios-setup] Sep 08 17:40:32.141 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
40642026-09-08T17:40:34.294Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40652026-09-08T17:40:34.485Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40662026-09-08T17:40:34.620Z[ host-package] Compiling port-file v0.1.0
40672026-09-08T17:40:34.734Z[ host-package] Compiling subprocess v0.2.15
40682026-09-08T17:40:35.451Z[ host-package] Compiling rtoolbox v0.0.3
40692026-09-08T17:40:35.524Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40702026-09-08T17:40:35.733Z[ host-package] Compiling rpassword v7.5.4
40712026-09-08T17:40:35.778Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40722026-09-08T17:40:36.285Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40732026-09-08T17:40:36.480Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40742026-09-08T17:40:37.239Z[ helios-setup] Sep 08 17:40:36.684 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
40752026-09-08T17:40:37.511Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40762026-09-08T17:40:37.797Z[ host-package] Compiling tui-tree-widget v0.23.1
40772026-09-08T17:40:38.102Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40782026-09-08T17:40:38.197Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
40792026-09-08T17:40:38.410Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
40802026-09-08T17:40:39.374Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40812026-09-08T17:40:39.918Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40822026-09-08T17:40:40.311Z[ host-package] Compiling uzers v0.12.2
40832026-09-08T17:40:40.354Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40842026-09-08T17:40:40.785Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40852026-09-08T17:40:40.889Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40862026-09-08T17:40:41.207Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40872026-09-08T17:40:41.699Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40882026-09-08T17:40:41.757Z[ host-package] Compiling support-bundle-viewer v0.1.2
40892026-09-08T17:40:41.933Z[ host-package] Compiling multimap v0.10.1
40902026-09-08T17:40:43.746Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
40912026-09-08T17:40:49.129Z[ helios-setup] Sep 08 17:40:48.575 INFO E| Finished `release` profile [optimized] target(s) in 48.17s
40922026-09-08T17:40:49.134Z[ helios-setup] Sep 08 17:40:48.577 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
40932026-09-08T17:40:49.134Z[ helios-setup] Sep 08 17:40:48.577 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40942026-09-08T17:40:49.194Z[ helios-setup] Sep 08 17:40:48.639 INFO building project "pilot" ok (48 seconds)
40952026-09-08T17:40:49.194Z[ helios-setup] Sep 08 17:40:48.639 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
40962026-09-08T17:40:49.209Z[ helios-setup] Sep 08 17:40:48.654 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
40972026-09-08T17:40:49.209Z[ helios-setup] Sep 08 17:40:48.654 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
40982026-09-08T17:40:49.213Z[ helios-setup] Sep 08 17:40:48.654 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
40992026-09-08T17:40:49.426Z[ helios-setup] Sep 08 17:40:48.872 INFO E| Downloading crates ...
41002026-09-08T17:40:49.489Z[ helios-setup] Sep 08 17:40:48.934 INFO E| Downloaded anyhow v1.0.98
41012026-09-08T17:40:49.493Z[ helios-setup] Sep 08 17:40:48.939 INFO E| Downloaded errno v0.3.12
41022026-09-08T17:40:49.498Z[ helios-setup] Sep 08 17:40:48.944 INFO E| Downloaded time-core v0.1.4
41032026-09-08T17:40:49.509Z[ helios-setup] Sep 08 17:40:48.955 INFO E| Downloaded tempfile v3.20.0
41042026-09-08T17:40:49.514Z[ helios-setup] Sep 08 17:40:48.958 INFO E| Downloaded serde_with_macros v3.12.0
41052026-09-08T17:40:49.517Z[ helios-setup] Sep 08 17:40:48.959 INFO E| Downloaded deranged v0.4.0
41062026-09-08T17:40:49.517Z[ helios-setup] Sep 08 17:40:48.960 INFO E| Downloaded time-macros v0.2.22
41072026-09-08T17:40:49.523Z[ helios-setup] Sep 08 17:40:48.969 INFO E| Downloaded iana-time-zone v0.1.63
41082026-09-08T17:40:49.526Z[ helios-setup] Sep 08 17:40:48.970 INFO E| Downloaded bitflags v2.9.1
41092026-09-08T17:40:49.537Z[ helios-setup] Sep 08 17:40:48.983 INFO E| Downloaded getrandom v0.3.3
41102026-09-08T17:40:49.547Z[ helios-setup] Sep 08 17:40:48.992 INFO E| Downloaded indexmap v2.9.0
41112026-09-08T17:40:49.567Z[ helios-setup] Sep 08 17:40:49.013 INFO E| Downloaded hashbrown v0.15.3
41122026-09-08T17:40:49.571Z[ helios-setup] Sep 08 17:40:49.016 INFO E| Downloaded serde_with v3.12.0
41132026-09-08T17:40:49.576Z[ helios-setup] Sep 08 17:40:49.021 INFO E| Downloaded time v0.3.41
41142026-09-08T17:40:49.585Z[ helios-setup] Sep 08 17:40:49.029 INFO E| Downloaded chrono v0.4.41
41152026-09-08T17:40:49.597Z[ helios-setup] Sep 08 17:40:49.043 INFO E| Downloaded rustix v1.0.7
41162026-09-08T17:40:49.687Z[ helios-setup] Sep 08 17:40:49.132 INFO E| Compiling proc-macro2 v1.0.95
41172026-09-08T17:40:49.687Z[ helios-setup] Sep 08 17:40:49.132 INFO E| Compiling unicode-ident v1.0.18
41182026-09-08T17:40:49.687Z[ helios-setup] Sep 08 17:40:49.132 INFO E| Compiling libc v0.2.172
41192026-09-08T17:40:49.691Z[ helios-setup] Sep 08 17:40:49.132 INFO E| Compiling strsim v0.11.1
41202026-09-08T17:40:49.691Z[ helios-setup] Sep 08 17:40:49.132 INFO E| Compiling fnv v1.0.7
41212026-09-08T17:40:49.691Z[ helios-setup] Sep 08 17:40:49.132 INFO E| Compiling ident_case v1.0.1
41222026-09-08T17:40:49.691Z[ helios-setup] Sep 08 17:40:49.133 INFO E| Compiling serde v1.0.219
41232026-09-08T17:40:49.691Z[ helios-setup] Sep 08 17:40:49.133 INFO E| Compiling rustix v1.0.7
41242026-09-08T17:40:49.756Z[ helios-setup] Sep 08 17:40:49.201 INFO E| Compiling getrandom v0.3.3
41252026-09-08T17:40:49.756Z[ helios-setup] Sep 08 17:40:49.201 INFO E| Compiling thiserror v2.0.12
41262026-09-08T17:40:49.785Z[ helios-setup] Sep 08 17:40:49.231 INFO E| Compiling bitflags v2.9.1
41272026-09-08T17:40:49.786Z[ helios-setup] Sep 08 17:40:49.231 INFO E| Compiling serde_json v1.0.140
41282026-09-08T17:40:49.805Z[ helios-setup] Sep 08 17:40:49.251 INFO E| Compiling cfg-if v1.0.0
41292026-09-08T17:40:49.818Z[ helios-setup] Sep 08 17:40:49.264 INFO E| Compiling anyhow v1.0.98
41302026-09-08T17:40:49.822Z[ helios-setup] Sep 08 17:40:49.264 INFO E| Compiling ryu v1.0.20
41312026-09-08T17:40:49.822Z[ helios-setup] Sep 08 17:40:49.264 INFO E| Compiling memchr v2.7.4
41322026-09-08T17:40:50.084Z[ helios-setup] Sep 08 17:40:49.529 INFO E| Compiling itoa v1.0.15
41332026-09-08T17:40:50.160Z[ helios-setup] Sep 08 17:40:49.606 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
41342026-09-08T17:40:50.164Z[ helios-setup] Sep 08 17:40:49.606 INFO E| Compiling fastrand v2.3.0
41352026-09-08T17:40:50.294Z[ helios-setup] Sep 08 17:40:49.739 INFO E| Compiling once_cell v1.21.3
41362026-09-08T17:40:51.097Z[ helios-setup] Sep 08 17:40:50.543 INFO E| Compiling errno v0.3.12
41372026-09-08T17:40:51.459Z[ helios-setup] Sep 08 17:40:50.903 INFO E| Compiling quote v1.0.40
41382026-09-08T17:40:51.668Z[ helios-setup] Sep 08 17:40:51.112 INFO E| Compiling syn v2.0.101
41392026-09-08T17:40:52.398Z[ helios-setup] Sep 08 17:40:51.843 INFO E| Compiling tempfile v3.20.0
41402026-09-08T17:40:54.249Z[ helios-setup] Sep 08 17:40:53.694 INFO E| Compiling darling_core v0.20.11
41412026-09-08T17:40:55.671Z[ helios-setup] Sep 08 17:40:55.116 INFO E| Compiling serde_derive v1.0.219
41422026-09-08T17:40:55.671Z[ helios-setup] Sep 08 17:40:55.116 INFO E| Compiling thiserror-impl v2.0.12
41432026-09-08T17:40:56.662Z[ helios-setup] Sep 08 17:40:56.107 INFO E| Compiling darling_macro v0.20.11
41442026-09-08T17:40:57.478Z[ helios-setup] Sep 08 17:40:56.923 INFO E| Compiling darling v0.20.11
41452026-09-08T17:40:57.578Z[ helios-setup] Sep 08 17:40:57.024 INFO E| Compiling serde_with_macros v3.12.0
41462026-09-08T17:41:00.981Z[ helios-setup] Sep 08 17:41:00.426 INFO E| Compiling serde_with v3.12.0
41472026-09-08T17:41:05.535Z[ helios-setup] Sep 08 17:41:04.980 INFO E| Finished `release` profile [optimized] target(s) in 16.31s
41482026-09-08T17:41:05.560Z[ helios-setup] Sep 08 17:41:05.005 INFO building project "dmar-report" ok (16 seconds)
41492026-09-08T17:41:05.564Z[ helios-setup] rm -f helios-build
41502026-09-08T17:41:05.564Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41512026-09-08T17:41:05.567Z[ helios-setup]
41522026-09-08T17:41:05.568Z[ helios-setup] Setup complete! ./helios-build is now available.
41532026-09-08T17:41:05.571Z[ helios-setup]
41542026-09-08T17:41:05.571Z[ helios-setup]
41552026-09-08T17:41:05.571Z[ helios-setup] real 3:04.510134586
41562026-09-08T17:41:05.571Z[ helios-setup] user 7:09.577651976
41572026-09-08T17:41:05.571Z[ helios-setup] sys 1:21.183526575
41582026-09-08T17:41:05.571Z[ helios-setup] trap 0.639237009
41592026-09-08T17:41:05.572Z[ helios-setup] tflt 2.681735000
41602026-09-08T17:41:05.572Z[ helios-setup] dflt 6.881583425
41612026-09-08T17:41:05.572Z[ helios-setup] kflt 0.001376590
41622026-09-08T17:41:05.572Z[ helios-setup] lock 57:31.607168462
41632026-09-08T17:41:05.572Z[ helios-setup] slp 38:32.754523602
41642026-09-08T17:41:05.572Z[ helios-setup] lat 7:11.767597086
41652026-09-08T17:41:05.573Z[ helios-setup] stop 1:40.506176194
41662026-09-08T17:41:05.573ZSep 08 17:41:05.016 INFO [helios-setup] process exited with exit status: 0 (184.513345779s)
41672026-09-08T17:41:05.573ZSep 08 17:41:05.016 INFO [helios-record] running task
41682026-09-08T17:41:05.573ZSep 08 17:41:05.016 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41692026-09-08T17:41:05.577ZSep 08 17:41:05.020 DEBG process exited with exit status: 0 (4.214354ms)
41702026-09-08T17:41:05.577ZSep 08 17:41:05.020 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41712026-09-08T17:41:05.580ZSep 08 17:41:05.025 DEBG process exited with exit status: 0 (4.879966ms)
41722026-09-08T17:41:05.580ZSep 08 17:41:05.025 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41732026-09-08T17:41:05.584ZSep 08 17:41:05.029 DEBG process exited with exit status: 0 (4.008775ms)
41742026-09-08T17:41:05.584ZSep 08 17:41:05.029 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41752026-09-08T17:41:05.588ZSep 08 17:41:05.033 DEBG process exited with exit status: 0 (3.771614ms)
41762026-09-08T17:41:05.588ZSep 08 17:41:05.033 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41772026-09-08T17:41:05.591ZSep 08 17:41:05.037 DEBG process exited with exit status: 0 (3.734384ms)
41782026-09-08T17:41:05.591ZSep 08 17:41:05.037 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41792026-09-08T17:41:05.595ZSep 08 17:41:05.041 DEBG process exited with exit status: 0 (3.581215ms)
41802026-09-08T17:41:05.595ZSep 08 17:41:05.041 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41812026-09-08T17:41:05.599ZSep 08 17:41:05.044 DEBG process exited with exit status: 0 (3.381153ms)
41822026-09-08T17:41:05.599ZSep 08 17:41:05.044 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41832026-09-08T17:41:05.609ZSep 08 17:41:05.054 DEBG process exited with exit status: 0 (10.236152ms)
41842026-09-08T17:41:05.609ZSep 08 17:41:05.054 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41852026-09-08T17:41:05.613ZSep 08 17:41:05.058 DEBG process exited with exit status: 0 (4.188405ms)
41862026-09-08T17:41:05.617ZSep 08 17:41:05.059 INFO [helios-record] task succeeded (42.711389ms)
41872026-09-08T17:41:10.596Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41882026-09-08T17:41:31.949Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41892026-09-08T17:41:46.874Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41902026-09-08T17:49:38.096Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 53s
41912026-09-08T17:49:38.099Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41922026-09-08T17:49:38.099Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41932026-09-08T17:50:14.213ZSep 08 17:50:13.654 INFO [host-package] process exited with exit status: 0 (690.054783582s)
41942026-09-08T17:50:14.213ZSep 08 17:50:13.654 INFO [host-libraries] running task
41952026-09-08T17:50:14.213ZSep 08 17:50:13.654 INFO [host-stamp] running task
41962026-09-08T17:50:14.217ZSep 08 17:50:13.657 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+git18da33a5edc
41972026-09-08T17:50:14.217ZSep 08 17:50:13.657 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+git18da33a5edc
41982026-09-08T17:50:14.217ZSep 08 17:50:13.657 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+git18da33a5edc
41992026-09-08T17:50:14.217ZSep 08 17:50:13.658 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+git18da33a5edc
42002026-09-08T17:50:14.217ZSep 08 17:50:13.658 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+git18da33a5edc
42012026-09-08T17:50:14.220ZSep 08 17:50:13.658 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+git18da33a5edc
42022026-09-08T17:50:14.220ZSep 08 17:50:13.658 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+git18da33a5edc
42032026-09-08T17:50:14.220ZSep 08 17:50:13.658 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+git18da33a5edc
42042026-09-08T17:50:14.224Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42052026-09-08T17:50:14.224Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42062026-09-08T17:50:14.224Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42072026-09-08T17:50:14.224Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42082026-09-08T17:50:14.225Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42092026-09-08T17:50:14.225Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42102026-09-08T17:50:14.225Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-09-08T17:50:14.229Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-08T17:50:14.229Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42132026-09-08T17:50:14.230ZSep 08 17:50:13.668 INFO [stamp-overlay] process exited with exit status: 0 (9.587661ms)
42142026-09-08T17:50:14.234Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42152026-09-08T17:50:14.234ZSep 08 17:50:13.672 INFO [stamp-oxlog] process exited with exit status: 0 (14.905987ms)
42162026-09-08T17:50:14.261Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42172026-09-08T17:50:14.266ZSep 08 17:50:13.705 INFO [stamp-crucible-utils] process exited with exit status: 0 (47.586454ms)
42182026-09-08T17:50:14.279Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42192026-09-08T17:50:14.283ZSep 08 17:50:13.718 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (61.54883ms)
42202026-09-08T17:50:14.372Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42212026-09-08T17:50:14.377ZSep 08 17:50:13.814 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (156.709578ms)
42222026-09-08T17:50:14.399Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42232026-09-08T17:50:14.402ZSep 08 17:50:13.838 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (179.746205ms)
42242026-09-08T17:50:14.730Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42252026-09-08T17:50:14.734ZSep 08 17:50:14.174 INFO [stamp-propolis-server] process exited with exit status: 0 (517.19632ms)
42262026-09-08T17:50:15.020ZSep 08 17:50:14.460 INFO [host-libraries] task succeeded (806.00268ms)
42272026-09-08T17:50:15.023ZSep 08 17:50:14.461 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42282026-09-08T17:50:15.026Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42292026-09-08T17:50:16.019Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42302026-09-08T17:50:16.145Z[recovery-package] Compiling regress v0.11.1
42312026-09-08T17:50:16.174Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42322026-09-08T17:50:16.199Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42332026-09-08T17:50:16.226Z[recovery-package] Compiling slog-scope v4.4.1
42342026-09-08T17:50:16.241Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42352026-09-08T17:50:16.252Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42362026-09-08T17:50:16.269Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42372026-09-08T17:50:16.376Z[recovery-package] Compiling slog-stdlog v4.1.1
42382026-09-08T17:50:16.395Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42392026-09-08T17:50:16.414Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42402026-09-08T17:50:16.514Z[recovery-package] Compiling slog-envlogger v2.2.0
42412026-09-08T17:50:16.692Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42422026-09-08T17:50:17.173Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42432026-09-08T17:50:17.331Z[recovery-package] Compiling oxide-update-engine v0.1.2
42442026-09-08T17:50:17.809Z[recovery-package] Compiling typify-impl v0.6.2
42452026-09-08T17:50:19.170Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42462026-09-08T17:50:19.174ZSep 08 17:50:18.613 INFO [stamp-switch-asic] process exited with exit status: 0 (4.955448425s)
42472026-09-08T17:50:19.174ZSep 08 17:50:18.613 INFO [host-stamp] task succeeded (4.959031639s)
42482026-09-08T17:50:19.174ZSep 08 17:50:18.613 INFO [host-proto] running task
42492026-09-08T17:50:19.491ZSep 08 17:50:18.930 INFO [host-proto] task succeeded (316.866051ms)
42502026-09-08T17:50:19.491ZSep 08 17:50:18.930 INFO [host-profile] running task
42512026-09-08T17:50:19.494ZSep 08 17:50:18.931 INFO [host-profile] task succeeded (252.98µs)
42522026-09-08T17:50:19.494ZSep 08 17:50:18.931 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/.tmpcgJXbZ/proto/host/root -N 'ci 18da33a/${os_short_commit} 2026-09-08 17:38' -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/'
42532026-09-08T17:50:19.497Z[ host-image] Sep 08 17:50:18.937 INFO Checking files for board 'cosmo-mbist'
42542026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42552026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO Checking files for board 'gimlet'
42562026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42572026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42582026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO Checking files for board 'cosmo'
42592026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42602026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42612026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO Checking files for board 'cosmo-mbist-noaggr'
42622026-09-08T17:50:19.498Z[ host-image] Sep 08 17:50:18.937 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42632026-09-08T17:50:19.505Z[ host-image] Sep 08 17:50:18.946 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpcgJXbZ/proto/host/root"
42642026-09-08T17:50:19.508Z[ host-image] Sep 08 17:50:18.946 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42652026-09-08T17:50:19.508Z[ host-image] Sep 08 17:50:18.946 INFO image builder template: ramdisk-01-os...
42662026-09-08T17:50:19.508Z[ host-image] Sep 08 17:50:18.946 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/.tmpcgJXbZ/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
42672026-09-08T17:50:19.518Z[ host-image] Sep 08 17:50:18.960 INFO O| Sep 08 17:50:18.959 INFO CREATE DATASET: rpool/images/build/host/output
42682026-09-08T17:50:19.593Z[recovery-package] Compiling typify v0.6.2
42692026-09-08T17:50:19.680Z[recovery-package] Compiling progenitor-impl v0.14.0
42702026-09-08T17:50:20.871Z[ host-image] Sep 08 17:50:20.312 INFO O| Sep 08 17:50:20.312 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42712026-09-08T17:50:20.875Z[ host-image] Sep 08 17:50:20.315 INFO O| Sep 08 17:50:20.315 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42722026-09-08T17:50:21.060Z[recovery-package] Compiling progenitor v0.14.0
42732026-09-08T17:50:21.124Z[ host-image] Sep 08 17:50:20.565 INFO O| Sep 08 17:50:20.565 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42742026-09-08T17:50:21.173Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42752026-09-08T17:50:21.173Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42762026-09-08T17:50:21.197Z[ host-image] Sep 08 17:50:20.638 INFO O| Sep 08 17:50:20.638 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42772026-09-08T17:50:21.197Z[ host-image] Sep 08 17:50:20.638 INFO O| Sep 08 17:50:20.638 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42782026-09-08T17:50:21.201Z[ host-image] Sep 08 17:50:20.638 INFO O| Sep 08 17:50:20.638 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42792026-09-08T17:50:21.201Z[ host-image] Sep 08 17:50:20.638 INFO O| Sep 08 17:50:20.638 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42802026-09-08T17:50:21.205Z[ host-image] Sep 08 17:50:20.643 INFO O| Sep 08 17:50:20.643 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42812026-09-08T17:50:21.424Z[ host-image] Sep 08 17:50:20.863 INFO O| Sep 08 17:50:20.863 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42822026-09-08T17:50:21.430Z[ host-image] Sep 08 17:50:20.870 INFO O| Sep 08 17:50:20.870 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42832026-09-08T17:50:21.723Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42842026-09-08T17:50:21.731Z[ host-image] Sep 08 17:50:21.170 INFO O| Sep 08 17:50:21.170 INFO O| Caching catalogs ... Done
42852026-09-08T17:50:21.804Z[ host-image] Sep 08 17:50:21.245 INFO O| Sep 08 17:50:21.245 INFO STEP 0 (pkg_image_create) COMPLETE
42862026-09-08T17:50:21.805Z[ host-image] Sep 08 17:50:21.245 INFO O| Sep 08 17:50:21.245 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42872026-09-08T17:50:21.813Z[ host-image] Sep 08 17:50:21.253 INFO O| Sep 08 17:50:21.253 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"]
42882026-09-08T17:50:22.091Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO STEP 1 (pkg_set_publisher) COMPLETE
42892026-09-08T17:50:22.091Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42902026-09-08T17:50:22.094Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO skip step because feature "publisher_1_name" is not enabled
42912026-09-08T17:50:22.094Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-09-08T17:50:22.094Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO skip step because feature "publisher_2_name" is not enabled
42932026-09-08T17:50:22.094Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-09-08T17:50:22.094Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO skip step because feature "publisher_3_name" is not enabled
42952026-09-08T17:50:22.096Z[ host-image] Sep 08 17:50:21.530 INFO O| Sep 08 17:50:21.530 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42962026-09-08T17:50:22.355Z[ host-image] Sep 08 17:50:21.794 INFO O| Sep 08 17:50:21.794 INFO variant opensolaris.zone is already global
42972026-09-08T17:50:22.355Z[ host-image] Sep 08 17:50:21.794 INFO O| Sep 08 17:50:21.794 INFO STEP 5 (pkg_change_variant) COMPLETE
42982026-09-08T17:50:22.359Z[ host-image] Sep 08 17:50:21.794 INFO O| Sep 08 17:50:21.794 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42992026-09-08T17:50:22.598Z[ host-image] Sep 08 17:50:22.039 INFO O| Sep 08 17:50:22.039 INFO variant opensolaris.imagetype is full; changing to partial
43002026-09-08T17:50:22.598Z[ host-image] Sep 08 17:50:22.039 INFO O| Sep 08 17:50:22.039 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43012026-09-08T17:50:24.444Z[ host-image] Sep 08 17:50:23.885 INFO O| Sep 08 17:50:23.885 INFO O| Startup: Refreshing catalog 'helios' ... Done
43022026-09-08T17:50:24.884Z[ host-image] Sep 08 17:50:24.324 INFO O| Sep 08 17:50:24.324 INFO O| Startup: Caching catalogs ... Done
43032026-09-08T17:50:24.899Z[ host-image] Sep 08 17:50:24.340 INFO O| Sep 08 17:50:24.340 INFO O| Planning: Planning completed in 0.00 seconds
43042026-09-08T17:50:25.309Z[ host-image] Sep 08 17:50:24.340 INFO O| Sep 08 17:50:24.340 INFO O| Planning: Consolidating action changes ... Done
43052026-09-08T17:50:25.310Z[ host-image] Sep 08 17:50:24.340 INFO O| Sep 08 17:50:24.340 INFO O| Planning: Evaluating mediators ... Done
43062026-09-08T17:50:25.310Z[ host-image] Sep 08 17:50:24.340 INFO O| Sep 08 17:50:24.340 INFO O| Planning: Planning completed in 0.00 seconds
43072026-09-08T17:50:25.310Z[ host-image] Sep 08 17:50:24.340 INFO O| Sep 08 17:50:24.340 INFO O| Variants/Facets to change: 1
43082026-09-08T17:50:25.313Z[ host-image] Sep 08 17:50:24.349 INFO O| Sep 08 17:50:24.349 INFO O| Finalize: Updating package state database ... Done
43092026-09-08T17:50:25.313Z[ host-image] Sep 08 17:50:24.349 INFO O| Sep 08 17:50:24.349 INFO O| Finalize: Updating package cache ... Done
43102026-09-08T17:50:25.313Z[ host-image] Sep 08 17:50:24.421 INFO O| Sep 08 17:50:24.421 INFO O| Finalize: Updating image state ... Done
43112026-09-08T17:50:25.314Z[ host-image] Sep 08 17:50:24.433 INFO O| Sep 08 17:50:24.433 INFO O| Finalize: Creating fast lookup database ... Done
43122026-09-08T17:50:25.314Z[ host-image] Sep 08 17:50:24.434 INFO O| Sep 08 17:50:24.434 INFO O| Finalize: Reading search index ... Done
43132026-09-08T17:50:25.314Z[ host-image] Sep 08 17:50:24.434 INFO O| Sep 08 17:50:24.434 INFO O| Finalize: Updating search index ... Done
43142026-09-08T17:50:25.315Z[ host-image] Sep 08 17:50:24.435 INFO O| Sep 08 17:50:24.435 INFO O| Finalize: Updating package cache ... Done
43152026-09-08T17:50:25.315Z[ host-image] Sep 08 17:50:24.632 INFO O| Sep 08 17:50:24.632 INFO STEP 6 (pkg_change_variant) COMPLETE
43162026-09-08T17:50:25.315Z[ host-image] Sep 08 17:50:24.632 INFO O| Sep 08 17:50:24.632 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43172026-09-08T17:50:25.315Z[ host-image] Sep 08 17:50:24.632 INFO O| Sep 08 17:50:24.632 INFO skip step because feature "debug_variant" is not enabled
43182026-09-08T17:50:25.315Z[ host-image] Sep 08 17:50:24.632 INFO O| Sep 08 17:50:24.632 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43192026-09-08T17:50:25.436Z[ host-image] Sep 08 17:50:24.876 INFO O| Sep 08 17:50:24.876 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43202026-09-08T17:50:27.242Z[ host-image] Sep 08 17:50:26.678 INFO O| Sep 08 17:50:26.678 INFO O| Startup: Refreshing catalog 'helios' ... Done
43212026-09-08T17:50:27.489Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43222026-09-08T17:50:27.693Z[ host-image] Sep 08 17:50:27.129 INFO O| Sep 08 17:50:27.129 INFO O| Startup: Caching catalogs ... Done
43232026-09-08T17:50:27.706Z[ host-image] Sep 08 17:50:27.146 INFO O| Sep 08 17:50:27.146 INFO O| Planning: Planning completed in 0.00 seconds
43242026-09-08T17:50:27.712Z[ host-image] Sep 08 17:50:27.147 INFO O| Sep 08 17:50:27.147 INFO O| Planning: Consolidating action changes ... Done
43252026-09-08T17:50:27.712Z[ host-image] Sep 08 17:50:27.147 INFO O| Sep 08 17:50:27.147 INFO O| Planning: Evaluating mediators ... Done
43262026-09-08T17:50:27.712Z[ host-image] Sep 08 17:50:27.147 INFO O| Sep 08 17:50:27.147 INFO O| Planning: Planning completed in 0.00 seconds
43272026-09-08T17:50:27.712Z[ host-image] Sep 08 17:50:27.147 INFO O| Sep 08 17:50:27.147 INFO O| Variants/Facets to change: 1
43282026-09-08T17:50:27.719Z[ host-image] Sep 08 17:50:27.157 INFO O| Sep 08 17:50:27.157 INFO O| Finalize: Updating package state database ... Done
43292026-09-08T17:50:27.719Z[ host-image] Sep 08 17:50:27.157 INFO O| Sep 08 17:50:27.157 INFO O| Finalize: Updating package cache ... Done
43302026-09-08T17:50:27.793Z[ host-image] Sep 08 17:50:27.234 INFO O| Sep 08 17:50:27.233 INFO O| Finalize: Updating image state ... Done
43312026-09-08T17:50:27.810Z[ host-image] Sep 08 17:50:27.251 INFO O| Sep 08 17:50:27.251 INFO O| Finalize: Creating fast lookup database ... Done
43322026-09-08T17:50:27.814Z[ host-image] Sep 08 17:50:27.251 INFO O| Sep 08 17:50:27.251 INFO O| Finalize: Reading search index ... Done
43332026-09-08T17:50:27.814Z[ host-image] Sep 08 17:50:27.252 INFO O| Sep 08 17:50:27.251 INFO O| Finalize: Updating search index ... Done
43342026-09-08T17:50:27.814Z[ host-image] Sep 08 17:50:27.252 INFO O| Sep 08 17:50:27.252 INFO O| Finalize: Updating package cache ... Done
43352026-09-08T17:50:28.092Z[ host-image] Sep 08 17:50:27.531 INFO O| Sep 08 17:50:27.531 INFO STEP 8 (pkg_change_facet) COMPLETE
43362026-09-08T17:50:28.092Z[ host-image] Sep 08 17:50:27.531 INFO O| Sep 08 17:50:27.531 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43372026-09-08T17:50:28.092Z[ host-image] Sep 08 17:50:27.531 INFO O| Sep 08 17:50:27.531 INFO skip step because feature "recovery" is not enabled
43382026-09-08T17:50:28.096Z[ host-image] Sep 08 17:50:27.531 INFO O| Sep 08 17:50:27.531 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43392026-09-08T17:50:28.096Z[ host-image] Sep 08 17:50:27.531 INFO O| Sep 08 17:50:27.531 INFO skip step because feature "recovery" is not enabled
43402026-09-08T17:50:28.096Z[ host-image] Sep 08 17:50:27.531 INFO O| Sep 08 17:50:27.531 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43412026-09-08T17:50:28.103Z[ host-image] Sep 08 17:50:27.540 INFO O| Sep 08 17:50:27.540 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"]
43422026-09-08T17:50:28.447Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43432026-09-08T17:50:28.447Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43442026-09-08T17:50:29.989Z[ host-image] Sep 08 17:50:29.427 INFO O| Sep 08 17:50:29.427 INFO O| Startup: Refreshing catalog 'helios' ... Done
43452026-09-08T17:50:30.451Z[ host-image] Sep 08 17:50:29.877 INFO O| Sep 08 17:50:29.877 INFO O| Startup: Caching catalogs ... Done
43462026-09-08T17:50:30.674Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43472026-09-08T17:50:30.674Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43482026-09-08T17:50:31.749Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43492026-09-08T17:50:32.332Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43502026-09-08T17:50:33.159Z[ host-image] Sep 08 17:50:32.598 INFO O| Sep 08 17:50:32.598 INFO O| Planning: Solver setup ... Done
43512026-09-08T17:50:33.453Z[ host-image] Sep 08 17:50:32.893 INFO O| Sep 08 17:50:32.893 INFO O| Planning: Running solver ... Done
43522026-09-08T17:50:33.506Z[ host-image] Sep 08 17:50:32.946 INFO O| Sep 08 17:50:32.946 INFO O| Planning: Finding local manifests ... Done
43532026-09-08T17:50:33.526Z[ host-image] Sep 08 17:50:32.964 INFO O| Sep 08 17:50:32.964 INFO O| Planning: Fetching manifests: 0/130 0% complete
43542026-09-08T17:50:35.286Z[ host-image] Sep 08 17:50:34.726 INFO O| Sep 08 17:50:34.726 INFO O| Planning: Fetching manifests: 130/130 100% complete
43552026-09-08T17:50:35.747Z[ host-image] Sep 08 17:50:35.187 INFO O| Sep 08 17:50:35.187 INFO O| Planning: Package planning ... Done
43562026-09-08T17:50:36.056Z[ host-image] Sep 08 17:50:35.496 INFO O| Sep 08 17:50:35.496 INFO O| Planning: Merging actions ... Done
43572026-09-08T17:50:36.154Z[ host-image] Sep 08 17:50:35.595 INFO O| Sep 08 17:50:35.595 INFO O| Planning: Checking for conflicting actions ... Done
43582026-09-08T17:50:36.256Z[ host-image] Sep 08 17:50:35.694 INFO O| Sep 08 17:50:35.694 INFO O| Planning: Consolidating action changes ... Done
43592026-09-08T17:50:36.591Z[ host-image] Sep 08 17:50:36.028 INFO O| Sep 08 17:50:36.028 INFO O| Planning: Evaluating mediators ... Done
43602026-09-08T17:50:38.005Z[ host-image] Sep 08 17:50:37.445 INFO O| Sep 08 17:50:37.445 INFO O| Planning: Planning completed in 7.55 seconds
43612026-09-08T17:50:38.009Z[ host-image] Sep 08 17:50:37.447 INFO O| Sep 08 17:50:37.447 INFO O| Packages to install: 130
43622026-09-08T17:50:38.009Z[ host-image] Sep 08 17:50:37.447 INFO O| Sep 08 17:50:37.447 INFO O| Mediators to change: 5
43632026-09-08T17:50:38.009Z[ host-image] Sep 08 17:50:37.447 INFO O| Sep 08 17:50:37.447 INFO O| Services to change: 6
43642026-09-08T17:50:38.037Z[ host-image] Sep 08 17:50:37.476 INFO O| Sep 08 17:50:37.476 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43652026-09-08T17:50:43.036Z[ host-image] Sep 08 17:50:42.476 INFO O| Sep 08 17:50:42.476 INFO O| Download: 14213/23891 items 120.2/223.0MB 53% complete (24.1M/s)
43662026-09-08T17:50:46.694Z[ host-image] Sep 08 17:50:46.134 INFO O| Sep 08 17:50:46.134 INFO O| Download: Completed 223.04 MB in 8.66 seconds (25.7M/s)
43672026-09-08T17:50:48.516Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.37s
43682026-09-08T17:50:48.888Z[ host-image] Sep 08 17:50:48.328 INFO O| Sep 08 17:50:48.328 INFO O| Actions: 1/54206 actions (Installing new actions)
43692026-09-08T17:50:52.826ZSep 08 17:50:52.267 INFO [recovery-package] process exited with exit status: 0 (37.806471547s)
43702026-09-08T17:50:52.826ZSep 08 17:50:52.267 INFO [recovery-libraries] running task
43712026-09-08T17:50:52.826ZSep 08 17:50:52.267 INFO [recovery-stamp] running task
43722026-09-08T17:50:52.830ZSep 08 17:50:52.268 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git18da33a5edc
43732026-09-08T17:50:52.830ZSep 08 17:50:52.268 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+git18da33a5edc
43742026-09-08T17:50:52.836Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43752026-09-08T17:50:52.839Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43762026-09-08T17:50:52.849ZSep 08 17:50:52.290 INFO [recovery-libraries] task succeeded (22.398806ms)
43772026-09-08T17:50:52.852ZSep 08 17:50:52.290 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43782026-09-08T17:50:52.874Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43792026-09-08T17:50:52.879ZSep 08 17:50:52.318 INFO [stamp-installinator] process exited with exit status: 0 (50.193267ms)
43802026-09-08T17:50:52.982Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43812026-09-08T17:50:52.985ZSep 08 17:50:52.426 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (157.83566ms)
43822026-09-08T17:50:52.985ZSep 08 17:50:52.426 INFO [recovery-stamp] task succeeded (158.564791ms)
43832026-09-08T17:50:52.985ZSep 08 17:50:52.426 INFO [recovery-proto] running task
43842026-09-08T17:50:52.985ZSep 08 17:50:52.426 INFO [tuf-stamp] running task
43852026-09-08T17:50:52.988ZSep 08 17:50:52.426 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+git18da33a5edc
43862026-09-08T17:50:52.988ZSep 08 17:50:52.427 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+git18da33a5edc
43872026-09-08T17:50:52.988ZSep 08 17:50:52.427 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+git18da33a5edc
43882026-09-08T17:50:52.988ZSep 08 17:50:52.428 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+git18da33a5edc
43892026-09-08T17:50:52.988ZSep 08 17:50:52.428 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+git18da33a5edc
43902026-09-08T17:50:52.988ZSep 08 17:50:52.428 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+git18da33a5edc
43912026-09-08T17:50:52.988ZSep 08 17:50:52.429 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+git18da33a5edc
43922026-09-08T17:50:52.992ZSep 08 17:50:52.429 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+git18da33a5edc
43932026-09-08T17:50:52.992ZSep 08 17:50:52.429 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+git18da33a5edc
43942026-09-08T17:50:52.993ZSep 08 17:50:52.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+git18da33a5edc
43952026-09-08T17:50:52.994ZSep 08 17:50:52.430 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+git18da33a5edc
43962026-09-08T17:50:52.994ZSep 08 17:50:52.430 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+git18da33a5edc
43972026-09-08T17:50:52.997Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
43982026-09-08T17:50:52.997Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
43992026-09-08T17:50:52.997Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44002026-09-08T17:50:52.997Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44012026-09-08T17:50:52.997Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44022026-09-08T17:50:52.997Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44032026-09-08T17:50:52.997Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44042026-09-08T17:50:52.997Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44052026-09-08T17:50:52.997Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-08T17:50:52.997Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-08T17:50:52.997Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-08T17:50:52.998Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-08T17:50:53.043Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44102026-09-08T17:50:53.050ZSep 08 17:50:52.487 INFO [stamp-probe] process exited with exit status: 0 (58.371887ms)
44112026-09-08T17:50:53.081ZSep 08 17:50:52.522 INFO [recovery-proto] task succeeded (96.25633ms)
44122026-09-08T17:50:53.084ZSep 08 17:50:52.522 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/.tmpcgJXbZ/proto/recovery/root -N 'recovery 18da33a/${os_short_commit} 2026-09-08 17:38' -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/'
44132026-09-08T17:50:53.092Z[ recovery-image] Sep 08 17:50:52.529 INFO Checking files for board 'cosmo-mbist'
44142026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44152026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO Checking files for board 'gimlet'
44162026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44172026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44182026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO Checking files for board 'cosmo'
44192026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44202026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44212026-09-08T17:50:53.498Z[ recovery-image] Sep 08 17:50:52.529 INFO Checking files for board 'cosmo-mbist-noaggr'
44222026-09-08T17:50:53.499Z[ recovery-image] Sep 08 17:50:52.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44232026-09-08T17:50:53.502Z[ recovery-image] Sep 08 17:50:52.538 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpcgJXbZ/proto/recovery/root"
44242026-09-08T17:50:53.502Z[ recovery-image] Sep 08 17:50:52.538 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44252026-09-08T17:50:53.502Z[ recovery-image] Sep 08 17:50:52.538 INFO image builder template: ramdisk-01-os...
44262026-09-08T17:50:53.502Z[ recovery-image] Sep 08 17:50:52.538 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/.tmpcgJXbZ/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
44272026-09-08T17:50:53.502Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44282026-09-08T17:50:53.502ZSep 08 17:50:52.546 INFO [stamp-ntp] process exited with exit status: 0 (118.171595ms)
44292026-09-08T17:50:53.502Z[ recovery-image] Sep 08 17:50:52.555 INFO O| Sep 08 17:50:52.555 INFO CREATE DATASET: rpool/images/build/recovery/output
44302026-09-08T17:50:53.502Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44312026-09-08T17:50:53.504ZSep 08 17:50:52.698 INFO [stamp-internal-dns] process exited with exit status: 0 (268.821057ms)
44322026-09-08T17:50:53.504Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44332026-09-08T17:50:53.504ZSep 08 17:50:52.705 INFO [stamp-external-dns] process exited with exit status: 0 (279.115079ms)
44342026-09-08T17:50:53.504Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44352026-09-08T17:50:53.504ZSep 08 17:50:52.773 INFO [stamp-oximeter] process exited with exit status: 0 (345.402124ms)
44362026-09-08T17:50:53.504Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44372026-09-08T17:50:53.504ZSep 08 17:50:52.876 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (448.976332ms)
44382026-09-08T17:50:53.504Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44392026-09-08T17:50:53.504Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44402026-09-08T17:50:53.613Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44412026-09-08T17:50:53.616ZSep 08 17:50:53.057 INFO [stamp-crucible-zone] process exited with exit status: 0 (628.592047ms)
44422026-09-08T17:50:53.630Z[ recovery-image] Sep 08 17:50:53.070 INFO O| Sep 08 17:50:53.070 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44432026-09-08T17:50:53.633Z[ recovery-image] Sep 08 17:50:53.073 INFO O| Sep 08 17:50:53.073 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44442026-09-08T17:50:53.888Z[ host-image] Sep 08 17:50:53.329 INFO O| Sep 08 17:50:53.328 INFO O| Actions: 27797/54206 actions (Installing new actions)
44452026-09-08T17:50:54.296Z[ recovery-image] Sep 08 17:50:53.737 INFO O| Sep 08 17:50:53.737 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44462026-09-08T17:50:54.626Z[ recovery-image] Sep 08 17:50:54.066 INFO O| Sep 08 17:50:54.066 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44472026-09-08T17:50:54.626Z[ recovery-image] Sep 08 17:50:54.066 INFO O| Sep 08 17:50:54.066 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44482026-09-08T17:50:54.629Z[ recovery-image] Sep 08 17:50:54.066 INFO O| Sep 08 17:50:54.066 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44492026-09-08T17:50:54.629Z[ recovery-image] Sep 08 17:50:54.066 INFO O| Sep 08 17:50:54.066 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44502026-09-08T17:50:54.632Z[ recovery-image] Sep 08 17:50:54.072 INFO O| Sep 08 17:50:54.072 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44512026-09-08T17:50:54.926Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44522026-09-08T17:50:54.930ZSep 08 17:50:54.370 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.940317984s)
44532026-09-08T17:50:55.221Z[ host-image] Sep 08 17:50:54.661 INFO O| Sep 08 17:50:54.661 INFO O| Actions: Completed 54206 actions in 6.33 seconds.
44542026-09-08T17:50:55.301Z[ host-image] Sep 08 17:50:54.741 INFO O| Sep 08 17:50:54.741 INFO O| Finalize: Updating package state database ... Done
44552026-09-08T17:50:55.301Z[ host-image] Sep 08 17:50:54.741 INFO O| Sep 08 17:50:54.741 INFO O| Finalize: Updating package cache ... Done
44562026-09-08T17:50:55.464Z[ host-image] Sep 08 17:50:54.890 INFO O| Sep 08 17:50:54.890 INFO O| Finalize: Updating image state ... Done
44572026-09-08T17:50:55.992Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44582026-09-08T17:50:55.995ZSep 08 17:50:55.435 INFO [stamp-nexus] process exited with exit status: 0 (3.005188179s)
44592026-09-08T17:50:56.241Z[ host-image] Sep 08 17:50:55.682 INFO O| Sep 08 17:50:55.681 INFO O| Finalize: Creating fast lookup database ... Done
44602026-09-08T17:50:56.267Z[ host-image] Sep 08 17:50:55.704 INFO O| Sep 08 17:50:55.704 INFO O| Finalize: Reading search index ... Done
44612026-09-08T17:50:56.420Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44622026-09-08T17:50:56.424ZSep 08 17:50:55.863 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.43552768s)
44632026-09-08T17:50:56.481Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44642026-09-08T17:50:56.485ZSep 08 17:50:55.925 INFO [stamp-clickhouse] process exited with exit status: 0 (3.496242499s)
44652026-09-08T17:50:56.589Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44662026-09-08T17:50:56.595ZSep 08 17:50:56.033 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.602948151s)
44672026-09-08T17:50:56.595ZSep 08 17:50:56.033 INFO [tuf-stamp] task succeeded (3.607207606s)
44682026-09-08T17:50:56.595ZSep 08 17:50:56.033 INFO [tuf-v2-zones] running task
44692026-09-08T17:50:56.671ZSep 08 17:50:56.111 INFO [tuf-v2-zones] task succeeded (78.215009ms)
44702026-09-08T17:50:58.021Z[verify-libraries] Compiling match_cfg v0.1.0
44712026-09-08T17:50:58.021Z[verify-libraries] Compiling slog-json v2.6.1
44722026-09-08T17:50:58.025Z[verify-libraries] Compiling debug-ignore v1.0.5
44732026-09-08T17:50:58.265Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44742026-09-08T17:50:58.265Z[verify-libraries] Compiling sha1 v0.11.0
44752026-09-08T17:50:58.269Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44762026-09-08T17:50:58.269Z[verify-libraries] Compiling multer v3.1.0
44772026-09-08T17:50:58.269Z[verify-libraries] Compiling compression-core v0.4.31
44782026-09-08T17:50:58.269Z[verify-libraries] Compiling progenitor-client v0.14.0
44792026-09-08T17:50:58.269Z[verify-libraries] Compiling async-stream-impl v0.3.6
44802026-09-08T17:50:58.269Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44812026-09-08T17:50:58.288Z[verify-libraries] Compiling serde_spanned v1.1.1
44822026-09-08T17:50:58.292Z[verify-libraries] Compiling dropshot v0.17.1
44832026-09-08T17:50:58.488Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
44842026-09-08T17:50:58.511Z[verify-libraries] Compiling hostname v0.3.1
44852026-09-08T17:50:58.511Z[verify-libraries] Compiling waitgroup v0.1.2
44862026-09-08T17:50:58.515Z[verify-libraries] Compiling rustls-pemfile v2.2.0
44872026-09-08T17:50:58.515Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
44882026-09-08T17:50:58.607Z[verify-libraries] Compiling compression-codecs v0.4.37
44892026-09-08T17:50:58.610Z[verify-libraries] Compiling hostname v0.4.2
44902026-09-08T17:50:58.610Z[verify-libraries] Compiling atomicwrites v0.4.4
44912026-09-08T17:50:58.610Z[ host-image] Sep 08 17:50:58.050 INFO O| Sep 08 17:50:58.050 INFO O| Finalize: Building new search index ... Done
44922026-09-08T17:50:58.698Z[verify-libraries] Compiling slog-bunyan v2.5.0
44932026-09-08T17:50:58.718Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
44942026-09-08T17:50:58.740Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
44952026-09-08T17:50:58.765Z[verify-libraries] Compiling macaddr v1.0.1
44962026-09-08T17:50:58.814Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44972026-09-08T17:50:58.814Z[verify-libraries] Compiling regress v0.10.5
44982026-09-08T17:50:58.818Z[verify-libraries] Compiling async-compression v0.4.41
44992026-09-08T17:50:58.829Z[ recovery-image] Sep 08 17:50:58.270 INFO O| Sep 08 17:50:58.269 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45002026-09-08T17:50:58.839Z[ recovery-image] Sep 08 17:50:58.279 INFO O| Sep 08 17:50:58.279 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45012026-09-08T17:50:58.881Z[verify-libraries] Compiling instant v0.1.13
45022026-09-08T17:50:58.886Z[verify-libraries] Compiling oxide-generation v0.1.3
45032026-09-08T17:50:58.886Z[verify-libraries] Compiling parse-display-derive v0.10.0
45042026-09-08T17:50:58.976Z[verify-libraries] Compiling itertools v0.14.0
45052026-09-08T17:50:58.980Z[verify-libraries] Compiling backon v1.6.0
45062026-09-08T17:50:58.980Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45072026-09-08T17:50:59.026Z[ host-image] Sep 08 17:50:58.460 INFO O| Sep 08 17:50:58.460 INFO O| Finalize: Updating package cache ... Done
45082026-09-08T17:50:59.038Z[verify-libraries] Compiling async-stream v0.3.6
45092026-09-08T17:50:59.105Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45102026-09-08T17:50:59.105Z[verify-libraries] Compiling backoff v0.4.0
45112026-09-08T17:50:59.170Z[verify-libraries] Compiling humantime v2.3.0
45122026-09-08T17:50:59.174Z[ recovery-image] Sep 08 17:50:58.613 INFO O| Sep 08 17:50:58.613 INFO O| Caching catalogs ... Done
45132026-09-08T17:50:59.638Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45142026-09-08T17:50:59.642Z[ recovery-image] Sep 08 17:50:58.719 INFO O| Sep 08 17:50:58.718 INFO STEP 0 (pkg_image_create) COMPLETE
45152026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:58.719 INFO O| Sep 08 17:50:58.719 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:58.728 INFO O| Sep 08 17:50:58.728 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"]
45172026-09-08T17:50:59.643Z[verify-libraries] Compiling progenitor-extras v0.2.0
45182026-09-08T17:50:59.643Z[verify-libraries] Compiling convert_case v0.4.0
45192026-09-08T17:50:59.643Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45202026-09-08T17:50:59.643Z[verify-libraries] Compiling half v2.7.1
45212026-09-08T17:50:59.643Z[verify-libraries] Compiling ciborium-io v0.2.2
45222026-09-08T17:50:59.643Z[ host-image] Sep 08 17:50:58.857 INFO O| Sep 08 17:50:58.857 INFO STEP 11 (pkg_install) COMPLETE
45232026-09-08T17:50:59.643Z[ host-image] Sep 08 17:50:58.857 INFO O| Sep 08 17:50:58.857 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-09-08T17:50:59.643Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45252026-09-08T17:50:59.643Z[ host-image] Sep 08 17:50:58.867 INFO O| Sep 08 17:50:58.867 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"]
45262026-09-08T17:50:59.643Z[verify-libraries] Compiling indent_write v2.2.0
45272026-09-08T17:50:59.643Z[verify-libraries] Compiling regress v0.11.1
45282026-09-08T17:50:59.643Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45292026-09-08T17:50:59.643Z[verify-libraries] Compiling secrecy v0.10.3
45302026-09-08T17:50:59.643Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45312026-09-08T17:50:59.643Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45322026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO STEP 1 (pkg_set_publisher) COMPLETE
45332026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO skip step because feature "publisher_1_name" is not enabled
45352026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45362026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO skip step because feature "publisher_2_name" is not enabled
45372026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45382026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO skip step because feature "publisher_3_name" is not enabled
45392026-09-08T17:50:59.643Z[ recovery-image] Sep 08 17:50:59.046 INFO O| Sep 08 17:50:59.046 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45402026-09-08T17:50:59.662Z[verify-libraries] Compiling ciborium-ll v0.2.2
45412026-09-08T17:50:59.721Z[verify-libraries] Compiling inout v0.1.4
45422026-09-08T17:50:59.725Z[verify-libraries] Compiling universal-hash v0.5.1
45432026-09-08T17:50:59.772Z[verify-libraries] Compiling derive_more v0.99.20
45442026-09-08T17:50:59.897Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45452026-09-08T17:50:59.942Z[verify-libraries] Compiling ciborium v0.2.2
45462026-09-08T17:50:59.946Z[ recovery-image] Sep 08 17:50:59.383 INFO O| Sep 08 17:50:59.383 INFO variant opensolaris.zone is already global
45472026-09-08T17:50:59.946Z[ recovery-image] Sep 08 17:50:59.383 INFO O| Sep 08 17:50:59.383 INFO STEP 5 (pkg_change_variant) COMPLETE
45482026-09-08T17:50:59.946Z[ recovery-image] Sep 08 17:50:59.383 INFO O| Sep 08 17:50:59.383 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-09-08T17:50:59.972Z[verify-libraries] Compiling opaque-debug v0.3.1
45502026-09-08T17:50:59.999Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45512026-09-08T17:51:00.030Z[verify-libraries] Compiling cipher v0.4.4
45522026-09-08T17:51:00.073Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45532026-09-08T17:51:00.103Z[verify-libraries] Compiling poly1305 v0.8.0
45542026-09-08T17:51:00.109Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45552026-09-08T17:51:00.109Z[verify-libraries] Compiling blake2 v0.10.6
45562026-09-08T17:51:00.216Z[verify-libraries] Compiling aead v0.5.2
45572026-09-08T17:51:00.290Z[ recovery-image] Sep 08 17:50:59.731 INFO O| Sep 08 17:50:59.730 INFO variant opensolaris.imagetype is full; changing to partial
45582026-09-08T17:51:00.290Z[ recovery-image] Sep 08 17:50:59.731 INFO O| Sep 08 17:50:59.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
45592026-09-08T17:51:00.319Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45602026-09-08T17:51:00.393Z[verify-libraries] Compiling chacha20 v0.9.1
45612026-09-08T17:51:00.454Z[verify-libraries] Compiling password-hash v0.5.0
45622026-09-08T17:51:00.598Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45632026-09-08T17:51:00.638Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45642026-09-08T17:51:00.712Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45652026-09-08T17:51:00.744Z[verify-libraries] Compiling itertools v0.15.0
45662026-09-08T17:51:00.773Z[verify-libraries] Compiling num-derive v0.4.2
45672026-09-08T17:51:00.773Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45682026-09-08T17:51:00.834Z[verify-libraries] Compiling parse-display v0.10.0
45692026-09-08T17:51:00.885Z[verify-libraries] Compiling argon2 v0.5.3
45702026-09-08T17:51:00.921Z[verify-libraries] Compiling rayon-core v1.13.0
45712026-09-08T17:51:00.961Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45722026-09-08T17:51:01.046Z[verify-libraries] Compiling glob v0.3.3
45732026-09-08T17:51:01.135Z[verify-libraries] Compiling heapless v0.8.0
45742026-09-08T17:51:01.215Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45752026-09-08T17:51:01.268Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45762026-09-08T17:51:01.392Z[verify-libraries] Compiling typify-impl v0.6.2
45772026-09-08T17:51:01.395Z[verify-libraries] Compiling vsss-rs v3.3.4
45782026-09-08T17:51:01.476Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45792026-09-08T17:51:01.561Z[ host-image] Sep 08 17:51:01.001 INFO O| Sep 08 17:51:01.001 INFO O| Startup: Refreshing catalog 'helios' ... Done
45802026-09-08T17:51:01.861Z[verify-libraries] Compiling proc-macro-error v1.0.4
45812026-09-08T17:51:01.891Z[verify-libraries] Compiling usdt-macro v0.5.0
45822026-09-08T17:51:02.077Z[verify-libraries] Compiling proc-macro-crate v3.4.0
45832026-09-08T17:51:02.136Z[ host-image] Sep 08 17:51:01.575 INFO O| Sep 08 17:51:01.575 INFO O| Startup: Caching catalogs ... Done
45842026-09-08T17:51:02.206Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
45852026-09-08T17:51:02.294Z[verify-libraries] Compiling tabwriter v1.4.1
45862026-09-08T17:51:02.358Z[verify-libraries] Compiling hash32 v0.3.1
45872026-09-08T17:51:02.358Z[verify-libraries] Compiling ingot-macros v0.2.0
45882026-09-08T17:51:02.425Z[verify-libraries] Compiling memmap v0.7.0
45892026-09-08T17:51:02.483Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
45902026-09-08T17:51:02.538Z[verify-libraries] Compiling smoltcp v0.11.0
45912026-09-08T17:51:02.598Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
45922026-09-08T17:51:02.624Z[ recovery-image] Sep 08 17:51:02.065 INFO O| Sep 08 17:51:02.065 INFO O| Startup: Refreshing catalog 'helios' ... Done
45932026-09-08T17:51:02.659Z[verify-libraries] Compiling cobs v0.3.0
45942026-09-08T17:51:03.118Z[verify-libraries] Compiling colored v3.1.1
45952026-09-08T17:51:03.122Z[verify-libraries] Compiling num_enum_derive v0.7.6
45962026-09-08T17:51:03.122Z[ host-image] Sep 08 17:51:02.265 INFO O| Sep 08 17:51:02.265 INFO O| Planning: Solver setup ... Done
45972026-09-08T17:51:03.123Z[ host-image] Sep 08 17:51:02.271 INFO O| Sep 08 17:51:02.271 INFO O| Planning: Running solver ... Done
45982026-09-08T17:51:03.123Z[ host-image] Sep 08 17:51:02.290 INFO O| Sep 08 17:51:02.290 INFO O| Planning: Finding local manifests ... Done
45992026-09-08T17:51:03.123Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46002026-09-08T17:51:03.123Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46012026-09-08T17:51:03.123Z[ host-image] Sep 08 17:51:02.313 INFO O| Sep 08 17:51:02.313 INFO O| Planning: Fetching manifests: 0/6 0% complete
46022026-09-08T17:51:03.123Z[ host-image] Sep 08 17:51:02.378 INFO O| Sep 08 17:51:02.378 INFO O| Planning: Fetching manifests: 6/6 100% complete
46032026-09-08T17:51:03.123Z[ host-image] Sep 08 17:51:02.400 INFO O| Sep 08 17:51:02.400 INFO O| Planning: Package planning ... Done
46042026-09-08T17:51:03.123Z[ host-image] Sep 08 17:51:02.402 INFO O| Sep 08 17:51:02.402 INFO O| Planning: Merging actions ... Done
46052026-09-08T17:51:03.124Z[ host-image] Sep 08 17:51:02.459 INFO O| Sep 08 17:51:02.459 INFO O| Planning: Checking for conflicting actions ... Done
46062026-09-08T17:51:03.124Z[ host-image] Sep 08 17:51:02.461 INFO O| Sep 08 17:51:02.461 INFO O| Planning: Consolidating action changes ... Done
46072026-09-08T17:51:03.124Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46082026-09-08T17:51:03.124Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46092026-09-08T17:51:03.131Z[ recovery-image] Sep 08 17:51:02.572 INFO O| Sep 08 17:51:02.572 INFO O| Startup: Caching catalogs ... Done
46102026-09-08T17:51:03.151Z[ recovery-image] Sep 08 17:51:02.592 INFO O| Sep 08 17:51:02.591 INFO O| Planning: Planning completed in 0.00 seconds
46112026-09-08T17:51:03.156Z[ recovery-image] Sep 08 17:51:02.592 INFO O| Sep 08 17:51:02.592 INFO O| Planning: Consolidating action changes ... Done
46122026-09-08T17:51:03.159Z[ recovery-image] Sep 08 17:51:02.592 INFO O| Sep 08 17:51:02.592 INFO O| Planning: Evaluating mediators ... Done
46132026-09-08T17:51:03.159Z[ recovery-image] Sep 08 17:51:02.592 INFO O| Sep 08 17:51:02.592 INFO O| Planning: Planning completed in 0.00 seconds
46142026-09-08T17:51:03.159Z[ recovery-image] Sep 08 17:51:02.593 INFO O| Sep 08 17:51:02.593 INFO O| Variants/Facets to change: 1
46152026-09-08T17:51:03.162Z[ recovery-image] Sep 08 17:51:02.603 INFO O| Sep 08 17:51:02.603 INFO O| Finalize: Updating package state database ... Done
46162026-09-08T17:51:03.163Z[ recovery-image] Sep 08 17:51:02.603 INFO O| Sep 08 17:51:02.603 INFO O| Finalize: Updating package cache ... Done
46172026-09-08T17:51:03.173Z[ host-image] Sep 08 17:51:02.613 INFO O| Sep 08 17:51:02.613 INFO O| Planning: Evaluating mediators ... Done
46182026-09-08T17:51:03.176Z[ host-image] Sep 08 17:51:02.614 INFO O| Sep 08 17:51:02.614 INFO O| Planning: Planning completed in 1.00 seconds
46192026-09-08T17:51:03.176Z[ host-image] Sep 08 17:51:02.615 INFO O| Sep 08 17:51:02.615 INFO O| Packages to install: 6
46202026-09-08T17:51:03.178Z[ host-image] Sep 08 17:51:02.615 INFO O| Sep 08 17:51:02.615 INFO O| Services to change: 2
46212026-09-08T17:51:03.186Z[ host-image] Sep 08 17:51:02.627 INFO O| Sep 08 17:51:02.627 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46222026-09-08T17:51:03.199Z[verify-libraries] Compiling postcard v1.1.3
46232026-09-08T17:51:03.202Z[verify-libraries] Compiling rayon v1.11.0
46242026-09-08T17:51:03.202Z[verify-libraries] Compiling rand v0.10.1
46252026-09-08T17:51:03.246Z[ recovery-image] Sep 08 17:51:02.685 INFO O| Sep 08 17:51:02.685 INFO O| Finalize: Updating image state ... Done
46262026-09-08T17:51:03.262Z[ recovery-image] Sep 08 17:51:02.703 INFO O| Sep 08 17:51:02.703 INFO O| Finalize: Creating fast lookup database ... Done
46272026-09-08T17:51:03.266Z[ recovery-image] Sep 08 17:51:02.703 INFO O| Sep 08 17:51:02.703 INFO O| Finalize: Reading search index ... Done
46282026-09-08T17:51:03.266Z[ recovery-image] Sep 08 17:51:02.703 INFO O| Sep 08 17:51:02.703 INFO O| Finalize: Updating search index ... Done
46292026-09-08T17:51:03.266Z[ recovery-image] Sep 08 17:51:02.704 INFO O| Sep 08 17:51:02.704 INFO O| Finalize: Updating package cache ... Done
46302026-09-08T17:51:03.270Z[verify-libraries] Compiling usdt v0.5.0
46312026-09-08T17:51:03.306Z[ host-image] Sep 08 17:51:02.745 INFO O| Sep 08 17:51:02.745 INFO O| Download: Completed 1.76 MB in 0.12 seconds (14.9M/s)
46322026-09-08T17:51:03.326Z[ host-image] Sep 08 17:51:02.766 INFO O| Sep 08 17:51:02.765 INFO O| Actions: 1/391 actions (Installing new actions)
46332026-09-08T17:51:03.330Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46342026-09-08T17:51:03.330Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46352026-09-08T17:51:03.401Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46362026-09-08T17:51:03.483Z[ host-image] Sep 08 17:51:02.923 INFO O| Sep 08 17:51:02.923 INFO O| Actions: Completed 391 actions in 0.16 seconds.
46372026-09-08T17:51:03.528Z[ host-image] Sep 08 17:51:02.968 INFO O| Sep 08 17:51:02.968 INFO O| Finalize: Updating package state database ... Done
46382026-09-08T17:51:03.528Z[ host-image] Sep 08 17:51:02.968 INFO O| Sep 08 17:51:02.968 INFO O| Finalize: Updating package cache ... Done
46392026-09-08T17:51:03.576Z[ recovery-image] Sep 08 17:51:03.017 INFO O| Sep 08 17:51:03.017 INFO STEP 6 (pkg_change_variant) COMPLETE
46402026-09-08T17:51:03.576Z[ recovery-image] Sep 08 17:51:03.017 INFO O| Sep 08 17:51:03.017 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46412026-09-08T17:51:03.580Z[ recovery-image] Sep 08 17:51:03.017 INFO O| Sep 08 17:51:03.017 INFO skip step because feature "debug_variant" is not enabled
46422026-09-08T17:51:03.580Z[ recovery-image] Sep 08 17:51:03.017 INFO O| Sep 08 17:51:03.017 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46432026-09-08T17:51:03.609Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46442026-09-08T17:51:03.634Z[ host-image] Sep 08 17:51:03.073 INFO O| Sep 08 17:51:03.073 INFO O| Finalize: Updating image state ... Done
46452026-09-08T17:51:03.647Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46462026-09-08T17:51:03.780Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46472026-09-08T17:51:03.839Z[verify-libraries] Compiling num_enum_derive v0.5.11
46482026-09-08T17:51:03.908Z[ recovery-image] Sep 08 17:51:03.345 INFO O| Sep 08 17:51:03.344 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46492026-09-08T17:51:03.939Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46502026-09-08T17:51:04.006Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46512026-09-08T17:51:04.050Z[verify-libraries] Compiling num_enum v0.7.6
46522026-09-08T17:51:04.054Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46532026-09-08T17:51:04.076Z[verify-libraries] Compiling foreign-types v0.5.0
46542026-09-08T17:51:04.171Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46552026-09-08T17:51:04.172Z[verify-libraries] Compiling cstr-argument v0.1.2
46562026-09-08T17:51:04.233Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46572026-09-08T17:51:04.260Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46582026-09-08T17:51:04.260Z[verify-libraries] Compiling itertools v0.12.1
46592026-09-08T17:51:04.308Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46602026-09-08T17:51:04.366Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46612026-09-08T17:51:04.481Z[verify-libraries] Compiling sigpipe v0.1.3
46622026-09-08T17:51:04.559Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46632026-09-08T17:51:04.582Z[ host-image] Sep 08 17:51:04.022 INFO O| Sep 08 17:51:04.020 INFO O| Finalize: Creating fast lookup database ... Done
46642026-09-08T17:51:04.591Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46652026-09-08T17:51:04.617Z[ host-image] Sep 08 17:51:04.053 INFO O| Sep 08 17:51:04.053 INFO O| Finalize: Reading search index ... Done
46662026-09-08T17:51:04.617Z[ host-image] Sep 08 17:51:04.053 INFO O| Sep 08 17:51:04.053 INFO O| Finalize: Updating search index ... Done
46672026-09-08T17:51:04.652Z[ host-image] Sep 08 17:51:04.066 INFO O| Sep 08 17:51:04.066 INFO O| Finalize: Updating package cache ... Done
46682026-09-08T17:51:04.662Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46692026-09-08T17:51:04.662Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46702026-09-08T17:51:04.715Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46712026-09-08T17:51:04.824Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46722026-09-08T17:51:04.829Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46732026-09-08T17:51:04.878Z[verify-libraries] Compiling toml v0.8.23
46742026-09-08T17:51:04.882Z[verify-libraries] Compiling smf v0.2.3
46752026-09-08T17:51:04.942Z[ host-image] Sep 08 17:51:04.382 INFO O| Sep 08 17:51:04.382 INFO STEP 12 (pkg_install) COMPLETE
46762026-09-08T17:51:04.942Z[ host-image] Sep 08 17:51:04.382 INFO O| Sep 08 17:51:04.382 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46772026-09-08T17:51:04.952Z[ host-image] Sep 08 17:51:04.392 INFO O| Sep 08 17:51:04.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46782026-09-08T17:51:04.995Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46792026-09-08T17:51:05.159Z[verify-libraries] Compiling num_enum v0.5.11
46802026-09-08T17:51:05.163Z[verify-libraries] Compiling whoami v1.6.1
46812026-09-08T17:51:05.210Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46822026-09-08T17:51:05.241Z[verify-libraries] Compiling derive-where v1.6.0
46832026-09-08T17:51:05.324Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46842026-09-08T17:51:05.357Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46852026-09-08T17:51:05.429Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46862026-09-08T17:51:05.513Z[verify-libraries] Compiling zone v0.3.1
46872026-09-08T17:51:05.595Z[verify-libraries] Compiling ingot-types v0.2.0
46882026-09-08T17:51:05.598Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46892026-09-08T17:51:05.624Z[verify-libraries] Compiling gethostname v0.5.0
46902026-09-08T17:51:05.628Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46912026-09-08T17:51:05.683Z[verify-libraries] Compiling newline-converter v0.3.0
46922026-09-08T17:51:05.686Z[verify-libraries] Compiling console v0.15.11
46932026-09-08T17:51:05.820Z[verify-libraries] Compiling linear-map v1.2.0
46942026-09-08T17:51:05.882Z[verify-libraries] Compiling num-rational v0.4.2
46952026-09-08T17:51:05.952Z[verify-libraries] Compiling num-complex v0.4.6
46962026-09-08T17:51:06.014Z[verify-libraries] Compiling ingot v0.2.1
46972026-09-08T17:51:06.062Z[verify-libraries] Compiling slog-dtrace v0.3.0
46982026-09-08T17:51:06.094Z[verify-libraries] Compiling expectorate v1.2.0
46992026-09-08T17:51:06.658Z[verify-libraries] Compiling prettyplease v0.2.37
47002026-09-08T17:51:06.662Z[verify-libraries] Compiling resolv-conf v0.7.6
47012026-09-08T17:51:06.662Z[verify-libraries] Compiling num v0.4.3
47022026-09-08T17:51:06.662Z[verify-libraries] Compiling float-ord v0.3.2
47032026-09-08T17:51:06.662Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47042026-09-08T17:51:06.662Z[verify-libraries] Compiling linked-hash-map v0.5.6
47052026-09-08T17:51:06.662Z[verify-libraries] Compiling typify-macro v0.6.2
47062026-09-08T17:51:06.663Z[verify-libraries] Compiling minimal-lexical v0.2.1
47072026-09-08T17:51:06.663Z[verify-libraries] Compiling hickory-proto v0.24.4
47082026-09-08T17:51:06.663Z[verify-libraries] Compiling unicode-xid v0.2.6
47092026-09-08T17:51:06.663Z[ recovery-image] Sep 08 17:51:06.060 INFO O| Sep 08 17:51:06.060 INFO O| Startup: Refreshing catalog 'helios' ... Done
47102026-09-08T17:51:06.663Z[verify-libraries] Compiling tabled_derive v0.7.0
47112026-09-08T17:51:06.740Z[verify-libraries] Compiling lru-cache v0.1.2
47122026-09-08T17:51:06.744Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47132026-09-08T17:51:06.766Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47142026-09-08T17:51:06.889Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47152026-09-08T17:51:06.889Z[verify-libraries] Compiling nom v7.1.3
47162026-09-08T17:51:07.004Z[verify-libraries] Compiling fd-lock v4.0.4
47172026-09-08T17:51:07.030Z[verify-libraries] Compiling vte v0.14.1
47182026-09-08T17:51:07.144Z[ recovery-image] Sep 08 17:51:06.584 INFO O| Sep 08 17:51:06.584 INFO O| Startup: Caching catalogs ... Done
47192026-09-08T17:51:07.165Z[ recovery-image] Sep 08 17:51:06.605 INFO O| Sep 08 17:51:06.603 INFO O| Planning: Planning completed in 0.00 seconds
47202026-09-08T17:51:07.165Z[ recovery-image] Sep 08 17:51:06.605 INFO O| Sep 08 17:51:06.604 INFO O| Planning: Consolidating action changes ... Done
47212026-09-08T17:51:07.165Z[ recovery-image] Sep 08 17:51:06.605 INFO O| Sep 08 17:51:06.604 INFO O| Planning: Evaluating mediators ... Done
47222026-09-08T17:51:07.165Z[ recovery-image] Sep 08 17:51:06.605 INFO O| Sep 08 17:51:06.604 INFO O| Planning: Planning completed in 0.00 seconds
47232026-09-08T17:51:07.169Z[ recovery-image] Sep 08 17:51:06.605 INFO O| Sep 08 17:51:06.604 INFO O| Variants/Facets to change: 1
47242026-09-08T17:51:07.172Z[verify-libraries] Compiling display-error-chain v0.2.2
47252026-09-08T17:51:07.246Z[verify-libraries] Compiling crossterm v0.29.0
47262026-09-08T17:51:07.267Z[ host-image] Sep 08 17:51:06.707 INFO O| Sep 08 17:51:06.707 INFO O| Startup: Refreshing catalog 'helios' ... Done
47272026-09-08T17:51:07.363Z[ recovery-image] Sep 08 17:51:06.803 INFO O| Sep 08 17:51:06.803 INFO O| Finalize: Updating package state database ... Done
47282026-09-08T17:51:07.363Z[ recovery-image] Sep 08 17:51:06.803 INFO O| Sep 08 17:51:06.803 INFO O| Finalize: Updating package cache ... Done
47292026-09-08T17:51:07.403Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47302026-09-08T17:51:07.442Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47312026-09-08T17:51:07.446Z[verify-libraries] Compiling stacker v0.1.23
47322026-09-08T17:51:07.446Z[ recovery-image] Sep 08 17:51:06.884 INFO O| Sep 08 17:51:06.884 INFO O| Finalize: Updating image state ... Done
47332026-09-08T17:51:07.871Z[ recovery-image] Sep 08 17:51:06.902 INFO O| Sep 08 17:51:06.902 INFO O| Finalize: Creating fast lookup database ... Done
47342026-09-08T17:51:07.874Z[ recovery-image] Sep 08 17:51:06.903 INFO O| Sep 08 17:51:06.903 INFO O| Finalize: Reading search index ... Done
47352026-09-08T17:51:07.874Z[ recovery-image] Sep 08 17:51:06.903 INFO O| Sep 08 17:51:06.903 INFO O| Finalize: Updating search index ... Done
47362026-09-08T17:51:07.874Z[ recovery-image] Sep 08 17:51:06.904 INFO O| Sep 08 17:51:06.904 INFO O| Finalize: Updating package cache ... Done
47372026-09-08T17:51:07.874Z[verify-libraries] Compiling cfg_aliases v0.1.1
47382026-09-08T17:51:07.874Z[ recovery-image] Sep 08 17:51:07.254 INFO O| Sep 08 17:51:07.254 INFO STEP 8 (pkg_change_facet) COMPLETE
47392026-09-08T17:51:07.874Z[ recovery-image] Sep 08 17:51:07.255 INFO O| Sep 08 17:51:07.254 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47402026-09-08T17:51:07.874Z[verify-libraries] Compiling reedline v0.40.0
47412026-09-08T17:51:07.885Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47422026-09-08T17:51:07.897Z[ host-image] Sep 08 17:51:07.337 INFO O| Sep 08 17:51:07.337 INFO O| Startup: Caching catalogs ... Done
47432026-09-08T17:51:07.914Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47442026-09-08T17:51:07.965Z[verify-libraries] Compiling tabled v0.15.0
47452026-09-08T17:51:07.975Z[verify-libraries] Compiling psm v0.1.30
47462026-09-08T17:51:07.975Z[verify-libraries] Compiling nix v0.28.0
47472026-09-08T17:51:08.122Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47482026-09-08T17:51:08.149Z[ recovery-image] Sep 08 17:51:07.584 INFO O| Sep 08 17:51:07.584 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47492026-09-08T17:51:08.226Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47502026-09-08T17:51:08.293Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47512026-09-08T17:51:08.387Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47522026-09-08T17:51:08.457Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47532026-09-08T17:51:08.491Z[verify-libraries] Compiling termtree v0.5.1
47542026-09-08T17:51:08.526Z[verify-libraries] Compiling semver v0.1.20
47552026-09-08T17:51:08.535Z[ host-image] Sep 08 17:51:07.975 INFO O| Sep 08 17:51:07.975 INFO O| Planning: Solver setup ... Done
47562026-09-08T17:51:08.542Z[ host-image] Sep 08 17:51:07.983 INFO O| Sep 08 17:51:07.983 INFO O| Planning: Running solver ... Done
47572026-09-08T17:51:08.560Z[ host-image] Sep 08 17:51:08.000 INFO O| Sep 08 17:51:08.000 INFO O| Planning: Finding local manifests ... Done
47582026-09-08T17:51:08.579Z[ host-image] Sep 08 17:51:08.019 INFO O| Sep 08 17:51:08.019 INFO O| Planning: Fetching manifests: 0/6 0% complete
47592026-09-08T17:51:08.644Z[verify-libraries] Compiling typify v0.6.2
47602026-09-08T17:51:08.685Z[ host-image] Sep 08 17:51:08.126 INFO O| Sep 08 17:51:08.126 INFO O| Planning: Fetching manifests: 6/6 100% complete
47612026-09-08T17:51:08.718Z[ host-image] Sep 08 17:51:08.157 INFO O| Sep 08 17:51:08.157 INFO O| Planning: Package planning ... Done
47622026-09-08T17:51:08.728Z[ host-image] Sep 08 17:51:08.166 INFO O| Sep 08 17:51:08.166 INFO O| Planning: Merging actions ... Done
47632026-09-08T17:51:08.743Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47642026-09-08T17:51:08.774Z[ host-image] Sep 08 17:51:08.215 INFO O| Sep 08 17:51:08.215 INFO O| Planning: Checking for conflicting actions ... Done
47652026-09-08T17:51:08.781Z[ host-image] Sep 08 17:51:08.218 INFO O| Sep 08 17:51:08.218 INFO O| Planning: Consolidating action changes ... Done
47662026-09-08T17:51:08.806Z[verify-libraries] Compiling rustc_version v0.1.7
47672026-09-08T17:51:08.811Z[verify-libraries] Compiling progenitor-impl v0.14.0
47682026-09-08T17:51:08.914Z[ host-image] Sep 08 17:51:08.355 INFO O| Sep 08 17:51:08.355 INFO O| Planning: Evaluating mediators ... Done
47692026-09-08T17:51:08.919Z[ host-image] Sep 08 17:51:08.358 INFO O| Sep 08 17:51:08.358 INFO O| Planning: Planning completed in 1.00 seconds
47702026-09-08T17:51:08.919Z[ host-image] Sep 08 17:51:08.358 INFO O| Sep 08 17:51:08.358 INFO O| Packages to install: 6
47712026-09-08T17:51:08.919Z[ host-image] Sep 08 17:51:08.358 INFO O| Sep 08 17:51:08.358 INFO O| Mediators to change: 1
47722026-09-08T17:51:08.924Z[ host-image] Sep 08 17:51:08.358 INFO O| Sep 08 17:51:08.358 INFO O| Services to change: 1
47732026-09-08T17:51:08.931Z[ host-image] Sep 08 17:51:08.370 INFO O| Sep 08 17:51:08.370 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47742026-09-08T17:51:08.934Z[verify-libraries] Compiling phf_shared v0.12.1
47752026-09-08T17:51:09.182Z[verify-libraries] Compiling hickory-resolver v0.24.4
47762026-09-08T17:51:09.224Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47772026-09-08T17:51:09.311Z[ host-image] Sep 08 17:51:08.747 INFO O| Sep 08 17:51:08.746 INFO O| Download: Completed 7.84 MB in 0.38 seconds (20.8M/s)
47782026-09-08T17:51:09.317Z[verify-libraries] Compiling nibble_vec v0.1.0
47792026-09-08T17:51:09.381Z[ host-image] Sep 08 17:51:08.822 INFO O| Sep 08 17:51:08.821 INFO O| Actions: 1/1366 actions (Installing new actions)
47802026-09-08T17:51:09.501Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47812026-09-08T17:51:09.542Z[verify-libraries] Compiling endian-type v0.1.2
47822026-09-08T17:51:09.578Z[verify-libraries] Compiling chrono-tz v0.10.4
47832026-09-08T17:51:09.613Z[ host-image] Sep 08 17:51:09.053 INFO O| Sep 08 17:51:09.053 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
47842026-09-08T17:51:09.660Z[ host-image] Sep 08 17:51:09.100 INFO O| Sep 08 17:51:09.100 INFO O| Finalize: Updating package state database ... Done
47852026-09-08T17:51:09.660Z[ host-image] Sep 08 17:51:09.101 INFO O| Sep 08 17:51:09.100 INFO O| Finalize: Updating package cache ... Done
47862026-09-08T17:51:09.667Z[verify-libraries] Compiling highway v1.3.0
47872026-09-08T17:51:09.741Z[verify-libraries] Compiling radix_trie v0.2.1
47882026-09-08T17:51:09.785Z[ host-image] Sep 08 17:51:09.226 INFO O| Sep 08 17:51:09.225 INFO O| Finalize: Updating image state ... Done
47892026-09-08T17:51:09.818Z[verify-libraries] Compiling recursive v0.1.1
47902026-09-08T17:51:09.999Z[verify-libraries] Compiling newtype_derive v0.1.6
47912026-09-08T17:51:09.999Z[verify-libraries] Compiling phf v0.12.1
47922026-09-08T17:51:10.132Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47932026-09-08T17:51:10.132Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47942026-09-08T17:51:10.200Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47952026-09-08T17:51:10.265Z[verify-libraries] Compiling peg-macros v0.8.5
47962026-09-08T17:51:10.309Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47972026-09-08T17:51:10.347Z[ recovery-image] Sep 08 17:51:09.787 INFO O| Sep 08 17:51:09.787 INFO O| Startup: Refreshing catalog 'helios' ... Done
47982026-09-08T17:51:10.504Z[verify-libraries] Compiling qorb v0.4.1
47992026-09-08T17:51:10.803Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48002026-09-08T17:51:10.888Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48012026-09-08T17:51:10.892Z[ recovery-image] Sep 08 17:51:10.333 INFO O| Sep 08 17:51:10.333 INFO O| Startup: Caching catalogs ... Done
48022026-09-08T17:51:10.909Z[ host-image] Sep 08 17:51:10.348 INFO O| Sep 08 17:51:10.348 INFO O| Finalize: Creating fast lookup database ... Done
48032026-09-08T17:51:10.913Z[ recovery-image] Sep 08 17:51:10.351 INFO O| Sep 08 17:51:10.351 INFO O| Planning: Planning completed in 0.00 seconds
48042026-09-08T17:51:10.913Z[ recovery-image] Sep 08 17:51:10.352 INFO O| Sep 08 17:51:10.352 INFO O| Planning: Consolidating action changes ... Done
48052026-09-08T17:51:10.914Z[ recovery-image] Sep 08 17:51:10.352 INFO O| Sep 08 17:51:10.352 INFO O| Planning: Evaluating mediators ... Done
48062026-09-08T17:51:10.919Z[ recovery-image] Sep 08 17:51:10.352 INFO O| Sep 08 17:51:10.352 INFO O| Planning: Planning completed in 0.00 seconds
48072026-09-08T17:51:10.919Z[ recovery-image] Sep 08 17:51:10.352 INFO O| Sep 08 17:51:10.352 INFO O| Variants/Facets to change: 1
48082026-09-08T17:51:10.940Z[ recovery-image] Sep 08 17:51:10.381 INFO O| Sep 08 17:51:10.381 INFO O| Finalize: Updating package state database ... Done
48092026-09-08T17:51:10.940Z[ recovery-image] Sep 08 17:51:10.381 INFO O| Sep 08 17:51:10.381 INFO O| Finalize: Updating package cache ... Done
48102026-09-08T17:51:10.963Z[ host-image] Sep 08 17:51:10.403 INFO O| Sep 08 17:51:10.403 INFO O| Finalize: Reading search index ... Done
48112026-09-08T17:51:10.963Z[ host-image] Sep 08 17:51:10.403 INFO O| Sep 08 17:51:10.403 INFO O| Finalize: Updating search index ... Done
48122026-09-08T17:51:10.967Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48132026-09-08T17:51:10.995Z[ host-image] Sep 08 17:51:10.435 INFO O| Sep 08 17:51:10.435 INFO O| Finalize: Updating package cache ... Done
48142026-09-08T17:51:11.022Z[ recovery-image] Sep 08 17:51:10.462 INFO O| Sep 08 17:51:10.462 INFO O| Finalize: Updating image state ... Done
48152026-09-08T17:51:11.042Z[ recovery-image] Sep 08 17:51:10.481 INFO O| Sep 08 17:51:10.481 INFO O| Finalize: Creating fast lookup database ... Done
48162026-09-08T17:51:11.048Z[ recovery-image] Sep 08 17:51:10.481 INFO O| Sep 08 17:51:10.481 INFO O| Finalize: Reading search index ... Done
48172026-09-08T17:51:11.048Z[ recovery-image] Sep 08 17:51:10.481 INFO O| Sep 08 17:51:10.481 INFO O| Finalize: Updating search index ... Done
48182026-09-08T17:51:11.048Z[ recovery-image] Sep 08 17:51:10.482 INFO O| Sep 08 17:51:10.482 INFO O| Finalize: Updating package cache ... Done
48192026-09-08T17:51:11.146Z[verify-libraries] Compiling csv-core v0.1.13
48202026-09-08T17:51:11.157Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48212026-09-08T17:51:11.243Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48222026-09-08T17:51:11.320Z[ host-image] Sep 08 17:51:10.761 INFO O| Sep 08 17:51:10.761 INFO STEP 13 (pkg_install) COMPLETE
48232026-09-08T17:51:11.321Z[ host-image] Sep 08 17:51:10.761 INFO O| Sep 08 17:51:10.761 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48242026-09-08T17:51:11.331Z[ host-image] Sep 08 17:51:10.772 INFO O| Sep 08 17:51:10.771 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48252026-09-08T17:51:11.377Z[verify-libraries] Compiling winnow v0.6.26
48262026-09-08T17:51:11.386Z[ recovery-image] Sep 08 17:51:10.826 INFO O| Sep 08 17:51:10.826 INFO STEP 9 (pkg_change_facet) COMPLETE
48272026-09-08T17:51:11.386Z[ recovery-image] Sep 08 17:51:10.826 INFO O| Sep 08 17:51:10.826 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48282026-09-08T17:51:11.421Z[verify-libraries] Compiling home v0.5.12
48292026-09-08T17:51:11.455Z[verify-libraries] Compiling unicode_categories v0.1.1
48302026-09-08T17:51:11.608Z[verify-libraries] Compiling rustyline v14.0.0
48312026-09-08T17:51:11.633Z[verify-libraries] Compiling sqlparser v0.61.0
48322026-09-08T17:51:11.633Z[verify-libraries] Compiling csv v1.4.0
48332026-09-08T17:51:11.685Z[verify-libraries] Compiling progenitor-macro v0.14.0
48342026-09-08T17:51:11.722Z[verify-libraries] Compiling const_format v0.2.35
48352026-09-08T17:51:11.750Z[ recovery-image] Sep 08 17:51:11.191 INFO O| Sep 08 17:51:11.191 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48362026-09-08T17:51:11.943Z[verify-libraries] Compiling peg v0.8.5
48372026-09-08T17:51:12.043Z[verify-libraries] Compiling bcs v0.1.6
48382026-09-08T17:51:12.157Z[verify-libraries] Compiling nom v8.0.0
48392026-09-08T17:51:12.234Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48402026-09-08T17:51:12.277Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48412026-09-08T17:51:12.397Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48422026-09-08T17:51:12.474Z[verify-libraries] Compiling steno v0.4.1
48432026-09-08T17:51:12.541Z[verify-libraries] Compiling sha1 v0.10.6
48442026-09-08T17:51:12.572Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48452026-09-08T17:51:12.882Z[verify-libraries] Compiling sqlformat v0.3.5
48462026-09-08T17:51:13.009Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48472026-09-08T17:51:13.103Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48482026-09-08T17:51:13.279Z[verify-libraries] Compiling tagptr v0.2.0
48492026-09-08T17:51:13.350Z[verify-libraries] Compiling libefi-sys v0.1.0
48502026-09-08T17:51:13.387Z[verify-libraries] Compiling utf-8 v0.7.6
48512026-09-08T17:51:13.462Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48522026-09-08T17:51:13.510Z[verify-libraries] Compiling moka v0.12.13
48532026-09-08T17:51:13.534Z[verify-libraries] Compiling bitfield-struct v0.6.2
48542026-09-08T17:51:13.534Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48552026-09-08T17:51:13.604Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48562026-09-08T17:51:13.690Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48572026-09-08T17:51:13.734Z[verify-libraries] Compiling xshell-macros v0.2.7
48582026-09-08T17:51:13.763Z[ host-image] Sep 08 17:51:13.203 INFO O| Sep 08 17:51:13.202 INFO O| Startup: Refreshing catalog 'helios' ... Done
48592026-09-08T17:51:13.899Z[verify-libraries] Compiling tungstenite v0.21.0
48602026-09-08T17:51:13.948Z[verify-libraries] Compiling sha2 v0.11.0
48612026-09-08T17:51:13.951Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48622026-09-08T17:51:13.951Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48632026-09-08T17:51:14.105Z[verify-libraries] Compiling half v1.8.3
48642026-09-08T17:51:14.244Z[ host-image] Sep 08 17:51:13.683 INFO O| Sep 08 17:51:13.683 INFO O| Startup: Caching catalogs ... Done
48652026-09-08T17:51:14.287Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48662026-09-08T17:51:14.330Z[verify-libraries] Compiling hickory-resolver v0.25.2
48672026-09-08T17:51:14.418Z[verify-libraries] Compiling serde_cbor v0.11.2
48682026-09-08T17:51:14.486Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48692026-09-08T17:51:14.573Z[verify-libraries] Compiling xshell v0.2.7
48702026-09-08T17:51:14.646Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48712026-09-08T17:51:14.650Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48722026-09-08T17:51:14.748Z[ recovery-image] Sep 08 17:51:14.188 INFO O| Sep 08 17:51:14.188 INFO O| Startup: Refreshing catalog 'helios' ... Done
48732026-09-08T17:51:14.828Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48742026-09-08T17:51:14.907Z[ host-image] Sep 08 17:51:14.347 INFO O| Sep 08 17:51:14.347 INFO O| Planning: Solver setup ... Done
48752026-09-08T17:51:14.912Z[ host-image] Sep 08 17:51:14.352 INFO O| Sep 08 17:51:14.352 INFO O| Planning: Running solver ... Done
48762026-09-08T17:51:14.931Z[ host-image] Sep 08 17:51:14.369 INFO O| Sep 08 17:51:14.369 INFO O| Planning: Finding local manifests ... Done
48772026-09-08T17:51:14.966Z[verify-libraries] Compiling libscf-sys v1.2.0
48782026-09-08T17:51:14.990Z[ host-image] Sep 08 17:51:14.430 INFO O| Sep 08 17:51:14.430 INFO O| Planning: Fetching manifests: 0/1 0% complete
48792026-09-08T17:51:15.005Z[ host-image] Sep 08 17:51:14.445 INFO O| Sep 08 17:51:14.445 INFO O| Planning: Fetching manifests: 1/1 100% complete
48802026-09-08T17:51:15.021Z[ host-image] Sep 08 17:51:14.461 INFO O| Sep 08 17:51:14.461 INFO O| Planning: Package planning ... Done
48812026-09-08T17:51:15.021Z[ host-image] Sep 08 17:51:14.461 INFO O| Sep 08 17:51:14.461 INFO O| Planning: Merging actions ... Done
48822026-09-08T17:51:15.061Z[ host-image] Sep 08 17:51:14.498 INFO O| Sep 08 17:51:14.498 INFO O| Planning: Checking for conflicting actions ... Done
48832026-09-08T17:51:15.066Z[ host-image] Sep 08 17:51:14.499 INFO O| Sep 08 17:51:14.499 INFO O| Planning: Consolidating action changes ... Done
48842026-09-08T17:51:15.122Z[verify-libraries] Compiling subprocess v0.2.15
48852026-09-08T17:51:15.170Z[verify-libraries] Compiling papergrid v0.18.0
48862026-09-08T17:51:15.181Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48872026-09-08T17:51:15.234Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48882026-09-08T17:51:15.234Z[verify-libraries] Compiling headers-core v0.3.0
48892026-09-08T17:51:15.249Z[ host-image] Sep 08 17:51:14.688 INFO O| Sep 08 17:51:14.688 INFO O| Planning: Evaluating mediators ... Done
48902026-09-08T17:51:15.259Z[ host-image] Sep 08 17:51:14.689 INFO O| Sep 08 17:51:14.689 INFO O| Planning: Planning completed in 0.99 seconds
48912026-09-08T17:51:15.259Z[ host-image] Sep 08 17:51:14.689 INFO O| Sep 08 17:51:14.689 INFO O| Packages to install: 1
48922026-09-08T17:51:15.263Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48932026-09-08T17:51:15.263Z[ recovery-image] Sep 08 17:51:14.698 INFO O| Sep 08 17:51:14.697 INFO O| Startup: Caching catalogs ... Done
48942026-09-08T17:51:15.263Z[ host-image] Sep 08 17:51:14.700 INFO O| Sep 08 17:51:14.700 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48952026-09-08T17:51:15.311Z[ recovery-image] Sep 08 17:51:14.715 INFO O| Sep 08 17:51:14.715 INFO O| Planning: Planning completed in 0.00 seconds
48962026-09-08T17:51:15.335Z[ recovery-image] Sep 08 17:51:14.716 INFO O| Sep 08 17:51:14.716 INFO O| Planning: Consolidating action changes ... Done
48972026-09-08T17:51:15.335Z[ recovery-image] Sep 08 17:51:14.716 INFO O| Sep 08 17:51:14.716 INFO O| Planning: Evaluating mediators ... Done
48982026-09-08T17:51:15.335Z[ recovery-image] Sep 08 17:51:14.716 INFO O| Sep 08 17:51:14.716 INFO O| Planning: Planning completed in 0.00 seconds
48992026-09-08T17:51:15.335Z[ recovery-image] Sep 08 17:51:14.716 INFO O| Sep 08 17:51:14.716 INFO O| Variants/Facets to change: 1
49002026-09-08T17:51:15.335Z[ recovery-image] Sep 08 17:51:14.730 INFO O| Sep 08 17:51:14.730 INFO O| Finalize: Updating package state database ... Done
49012026-09-08T17:51:15.335Z[ recovery-image] Sep 08 17:51:14.730 INFO O| Sep 08 17:51:14.730 INFO O| Finalize: Updating package cache ... Done
49022026-09-08T17:51:15.401Z[verify-libraries] Compiling unicase v2.9.0
49032026-09-08T17:51:15.434Z[ recovery-image] Sep 08 17:51:14.873 INFO O| Sep 08 17:51:14.873 INFO O| Finalize: Updating image state ... Done
49042026-09-08T17:51:15.457Z[ recovery-image] Sep 08 17:51:14.897 INFO O| Sep 08 17:51:14.897 INFO O| Finalize: Creating fast lookup database ... Done
49052026-09-08T17:51:15.462Z[ recovery-image] Sep 08 17:51:14.897 INFO O| Sep 08 17:51:14.897 INFO O| Finalize: Reading search index ... Done
49062026-09-08T17:51:15.462Z[ recovery-image] Sep 08 17:51:14.898 INFO O| Sep 08 17:51:14.898 INFO O| Finalize: Updating search index ... Done
49072026-09-08T17:51:15.462Z[ recovery-image] Sep 08 17:51:14.898 INFO O| Sep 08 17:51:14.898 INFO O| Finalize: Updating package cache ... Done
49082026-09-08T17:51:15.485Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49092026-09-08T17:51:15.632Z[verify-libraries] Compiling headers v0.4.1
49102026-09-08T17:51:15.671Z[ host-image] Sep 08 17:51:15.112 INFO O| Sep 08 17:51:15.112 INFO O| Download: Completed 13.27 MB in 0.41 seconds (32.2M/s)
49112026-09-08T17:51:15.681Z[verify-libraries] Compiling darling_core v0.21.3
49122026-09-08T17:51:15.695Z[ host-image] Sep 08 17:51:15.134 INFO O| Sep 08 17:51:15.134 INFO O| Actions: 1/22 actions (Installing new actions)
49132026-09-08T17:51:15.721Z[verify-libraries] Compiling maplit v1.0.2
49142026-09-08T17:51:15.798Z[ recovery-image] Sep 08 17:51:15.238 INFO O| Sep 08 17:51:15.238 INFO STEP 10 (pkg_change_facet) COMPLETE
49152026-09-08T17:51:15.798Z[ recovery-image] Sep 08 17:51:15.238 INFO O| Sep 08 17:51:15.238 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-09-08T17:51:15.808Z[ recovery-image] Sep 08 17:51:15.249 INFO O| Sep 08 17:51:15.249 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"]
49172026-09-08T17:51:15.902Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49182026-09-08T17:51:15.942Z[ host-image] Sep 08 17:51:15.383 INFO O| Sep 08 17:51:15.383 INFO O| Actions: Completed 22 actions in 0.25 seconds.
49192026-09-08T17:51:15.959Z[verify-libraries] Compiling yasna v0.5.2
49202026-09-08T17:51:16.015Z[ host-image] Sep 08 17:51:15.452 INFO O| Sep 08 17:51:15.452 INFO O| Finalize: Updating package state database ... Done
49212026-09-08T17:51:16.015Z[ host-image] Sep 08 17:51:15.452 INFO O| Sep 08 17:51:15.452 INFO O| Finalize: Updating package cache ... Done
49222026-09-08T17:51:16.047Z[verify-libraries] Compiling crc8 v0.1.1
49232026-09-08T17:51:16.152Z[ host-image] Sep 08 17:51:15.593 INFO O| Sep 08 17:51:15.593 INFO O| Finalize: Updating image state ... Done
49242026-09-08T17:51:16.303Z[verify-libraries] Compiling tabled v0.21.0
49252026-09-08T17:51:16.354Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49262026-09-08T17:51:16.538Z[verify-libraries] Compiling vergen-lib v0.1.6
49272026-09-08T17:51:16.573Z[verify-libraries] Compiling rcgen v0.12.1
49282026-09-08T17:51:16.612Z[verify-libraries] Compiling diesel_derives v2.3.7
49292026-09-08T17:51:16.792Z[verify-libraries] Compiling port-file v0.1.0
49302026-09-08T17:51:16.818Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49312026-09-08T17:51:16.886Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49322026-09-08T17:51:17.069Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49332026-09-08T17:51:17.135Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49342026-09-08T17:51:17.194Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49352026-09-08T17:51:17.194Z[ host-image] Sep 08 17:51:16.628 INFO O| Sep 08 17:51:16.628 INFO O| Finalize: Creating fast lookup database ... Done
49362026-09-08T17:51:17.227Z[ host-image] Sep 08 17:51:16.663 INFO O| Sep 08 17:51:16.663 INFO O| Finalize: Reading search index ... Done
49372026-09-08T17:51:17.227Z[ host-image] Sep 08 17:51:16.663 INFO O| Sep 08 17:51:16.663 INFO O| Finalize: Updating search index ... Done
49382026-09-08T17:51:17.237Z[ host-image] Sep 08 17:51:16.671 INFO O| Sep 08 17:51:16.671 INFO O| Finalize: Updating package cache ... Done
49392026-09-08T17:51:17.352Z[verify-libraries] Compiling r2d2 v0.8.10
49402026-09-08T17:51:17.399Z[verify-libraries] Compiling progenitor v0.14.0
49412026-09-08T17:51:17.427Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49422026-09-08T17:51:17.484Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49432026-09-08T17:51:17.536Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.976 INFO STEP 14 (pkg_install) COMPLETE
49442026-09-08T17:51:17.536Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-09-08T17:51:17.536Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO skip step because feature "mbist" is not enabled
49462026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49472026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO skip step because feature "mfg" is not enabled
49482026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO skip step because feature "compliance" is not enabled
49502026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO skip step because feature "stress" is not enabled
49522026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49532026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO skip step because feature "compliance" is not enabled
49542026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49552026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO skip step because feature "nfs" is not enabled
49562026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49572026-09-08T17:51:17.540Z[ host-image] Sep 08 17:51:16.977 INFO O| Sep 08 17:51:16.977 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49582026-09-08T17:51:17.640Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49592026-09-08T17:51:17.692Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49602026-09-08T17:51:17.716Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49612026-09-08T17:51:17.749Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49622026-09-08T17:51:17.856Z[ host-image] Sep 08 17:51:17.297 INFO O| Sep 08 17:51:17.296 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49632026-09-08T17:51:17.970Z[ host-image] Sep 08 17:51:17.410 INFO O| Sep 08 17:51:17.410 INFO completed processing sled/ramdisk-01-os
49642026-09-08T17:51:17.975Z[ host-image] Sep 08 17:51:17.412 INFO omicron1 baseline generation...
49652026-09-08T17:51:17.975Z[ host-image] Sep 08 17:51:17.412 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49662026-09-08T17:51:18.021Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49672026-09-08T17:51:18.129Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49682026-09-08T17:51:18.402Z[ host-image] Sep 08 17:51:17.820 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
49692026-09-08T17:51:18.482Z[ recovery-image] Sep 08 17:51:17.921 INFO O| Sep 08 17:51:17.921 INFO O| Startup: Refreshing catalog 'helios' ... Done
49702026-09-08T17:51:18.577Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49712026-09-08T17:51:18.741Z[verify-libraries] Compiling digest-io v0.1.0
49722026-09-08T17:51:18.791Z[verify-libraries] Compiling darling_macro v0.21.3
49732026-09-08T17:51:18.842Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49742026-09-08T17:51:18.917Z[verify-libraries] Compiling crunchy v0.2.4
49752026-09-08T17:51:18.942Z[verify-libraries] Compiling rawzip v0.4.4
49762026-09-08T17:51:19.010Z[ recovery-image] Sep 08 17:51:18.450 INFO O| Sep 08 17:51:18.450 INFO O| Startup: Caching catalogs ... Done
49772026-09-08T17:51:19.028Z[verify-libraries] Compiling cpubits v0.1.1
49782026-09-08T17:51:19.196Z[verify-libraries] Compiling downcast-rs v2.0.2
49792026-09-08T17:51:19.246Z[verify-libraries] Compiling dirs-next v2.0.0
49802026-09-08T17:51:19.392Z[verify-libraries] Compiling clang-sys v1.8.1
49812026-09-08T17:51:19.458Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49822026-09-08T17:51:19.519Z[verify-libraries] Compiling darling v0.21.3
49832026-09-08T17:51:19.605Z[verify-libraries] Compiling ignore v0.4.25
49842026-09-08T17:51:19.632Z[verify-libraries] Compiling anstyle-parse v0.2.7
49852026-09-08T17:51:19.693Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49862026-09-08T17:51:19.757Z[verify-libraries] Compiling tiny-keccak v2.0.2
49872026-09-08T17:51:19.839Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49882026-09-08T17:51:19.864Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49892026-09-08T17:51:19.948Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49902026-09-08T17:51:19.985Z[verify-libraries] Compiling anstream v0.6.21
49912026-09-08T17:51:19.989Z[verify-libraries] Compiling term v0.7.0
49922026-09-08T17:51:20.060Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49932026-09-08T17:51:20.110Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49942026-09-08T17:51:20.350Z[verify-libraries] Compiling globwalk v0.9.1
49952026-09-08T17:51:20.517Z[verify-libraries] Compiling predicates-tree v1.0.13
49962026-09-08T17:51:20.607Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49972026-09-08T17:51:20.678Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49982026-09-08T17:51:20.683Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49992026-09-08T17:51:20.784Z[verify-libraries] Compiling rand_seeder v0.4.0
50002026-09-08T17:51:20.889Z[verify-libraries] Compiling bit-vec v0.6.3
50012026-09-08T17:51:21.018Z[verify-libraries] Compiling diff v0.1.13
50022026-09-08T17:51:21.054Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
50032026-09-08T17:51:21.079Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50042026-09-08T17:51:21.192Z[verify-libraries] Compiling bit-set v0.5.3
50052026-09-08T17:51:21.321Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50062026-09-08T17:51:21.395Z[verify-libraries] Compiling ascii-canvas v3.0.0
50072026-09-08T17:51:21.398Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50082026-09-08T17:51:21.398Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50092026-09-08T17:51:21.424Z[verify-libraries] Compiling itertools v0.10.5
50102026-09-08T17:51:21.528Z[verify-libraries] Compiling ena v0.14.4
50112026-09-08T17:51:21.534Z[verify-libraries] Compiling libloading v0.8.9
50122026-09-08T17:51:21.652Z[verify-libraries] Compiling bindgen v0.71.1
50132026-09-08T17:51:21.689Z[verify-libraries] Compiling regex-syntax v0.6.29
50142026-09-08T17:51:21.918Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50152026-09-08T17:51:21.969Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50162026-09-08T17:51:22.137Z[verify-libraries] Compiling cexpr v0.6.0
50172026-09-08T17:51:22.180Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50182026-09-08T17:51:22.190Z[ recovery-image] Sep 08 17:51:21.625 INFO O| Sep 08 17:51:21.625 INFO O| Planning: Solver setup ... Done
50192026-09-08T17:51:22.344Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50202026-09-08T17:51:22.533Z[ recovery-image] Sep 08 17:51:21.966 INFO O| Sep 08 17:51:21.966 INFO O| Planning: Running solver ... Done
50212026-09-08T17:51:22.540Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50222026-09-08T17:51:22.584Z[ recovery-image] Sep 08 17:51:22.024 INFO O| Sep 08 17:51:22.024 INFO O| Planning: Finding local manifests ... Done
50232026-09-08T17:51:22.617Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50242026-09-08T17:51:22.617Z[ recovery-image] Sep 08 17:51:22.058 INFO O| Sep 08 17:51:22.057 INFO O| Planning: Fetching manifests: 0/130 0% complete
50252026-09-08T17:51:22.663Z[verify-libraries] Compiling rustc-hash v2.1.1
50262026-09-08T17:51:22.978Z[verify-libraries] Compiling rfc6979 v0.4.0
50272026-09-08T17:51:23.009Z[verify-libraries] Compiling libxml v0.3.3
50282026-09-08T17:51:23.069Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50292026-09-08T17:51:23.117Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50302026-09-08T17:51:23.218Z[verify-libraries] Compiling lalrpop v0.19.12
50312026-09-08T17:51:23.439Z[verify-libraries] Compiling ecdsa v0.16.9
50322026-09-08T17:51:23.493Z[verify-libraries] Compiling primeorder v0.13.6
50332026-09-08T17:51:23.497Z[verify-libraries] Compiling strum_macros v0.24.3
50342026-09-08T17:51:23.934Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50352026-09-08T17:51:23.937Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50362026-09-08T17:51:24.011Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50372026-09-08T17:51:24.038Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50382026-09-08T17:51:24.788Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50392026-09-08T17:51:25.124Z[verify-libraries] Compiling hashbrown v0.14.5
50402026-09-08T17:51:25.170Z[verify-libraries] Compiling hmac v0.13.0
50412026-09-08T17:51:25.434Z[verify-libraries] Compiling universal-hash v0.6.1
50422026-09-08T17:51:25.663Z[verify-libraries] Compiling fxhash v0.2.1
50432026-09-08T17:51:25.914Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50442026-09-08T17:51:26.001Z[verify-libraries] Compiling salty v0.3.0
50452026-09-08T17:51:26.087Z[verify-libraries] Compiling indoc v1.0.9
50462026-09-08T17:51:26.272Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50472026-09-08T17:51:26.280Z[ recovery-image] Sep 08 17:51:25.721 INFO O| Sep 08 17:51:25.721 INFO O| Planning: Fetching manifests: 130/130 100% complete
50482026-09-08T17:51:26.340Z[verify-libraries] Compiling diesel v2.3.7
50492026-09-08T17:51:26.435Z[verify-libraries] Compiling chumsky v0.9.3
50502026-09-08T17:51:26.483Z[verify-libraries] Compiling knus-derive v3.4.0
50512026-09-08T17:51:26.700Z[verify-libraries] Compiling p384 v0.13.1
50522026-09-08T17:51:26.896Z[ recovery-image] Sep 08 17:51:26.337 INFO O| Sep 08 17:51:26.337 INFO O| Planning: Package planning ... Done
50532026-09-08T17:51:27.062Z[ recovery-image] Sep 08 17:51:26.489 INFO O| Sep 08 17:51:26.489 INFO O| Planning: Merging actions ... Done
50542026-09-08T17:51:27.121Z[ recovery-image] Sep 08 17:51:26.561 INFO O| Sep 08 17:51:26.561 INFO O| Planning: Checking for conflicting actions ... Done
50552026-09-08T17:51:27.177Z[ recovery-image] Sep 08 17:51:26.618 INFO O| Sep 08 17:51:26.618 INFO O| Planning: Consolidating action changes ... Done
50562026-09-08T17:51:27.313Z[ recovery-image] Sep 08 17:51:26.754 INFO O| Sep 08 17:51:26.754 INFO O| Planning: Evaluating mediators ... Done
50572026-09-08T17:51:27.376Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50582026-09-08T17:51:27.680Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50592026-09-08T17:51:28.027Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50602026-09-08T17:51:28.218Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50612026-09-08T17:51:28.631Z[verify-libraries] Compiling oso-derive v0.27.3
50622026-09-08T17:51:28.865Z[ recovery-image] Sep 08 17:51:28.305 INFO O| Sep 08 17:51:28.305 INFO O| Planning: Planning completed in 9.84 seconds
50632026-09-08T17:51:28.868Z[ recovery-image] Sep 08 17:51:28.307 INFO O| Sep 08 17:51:28.307 INFO O| Packages to install: 130
50642026-09-08T17:51:28.868Z[ recovery-image] Sep 08 17:51:28.307 INFO O| Sep 08 17:51:28.307 INFO O| Mediators to change: 5
50652026-09-08T17:51:28.868Z[ recovery-image] Sep 08 17:51:28.307 INFO O| Sep 08 17:51:28.307 INFO O| Services to change: 5
50662026-09-08T17:51:28.898Z[ recovery-image] Sep 08 17:51:28.336 INFO O| Sep 08 17:51:28.336 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50672026-09-08T17:51:29.006Z[verify-libraries] Compiling quick-xml v0.37.5
50682026-09-08T17:51:29.075Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50692026-09-08T17:51:29.106Z[verify-libraries] Compiling openssl-probe v0.1.6
50702026-09-08T17:51:29.257Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50712026-09-08T17:51:29.364Z[verify-libraries] Compiling knus v3.4.0
50722026-09-08T17:51:29.450Z[verify-libraries] Compiling polyval v0.7.1
50732026-09-08T17:51:29.564Z[verify-libraries] Compiling der v0.8.0
50742026-09-08T17:51:29.824Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50752026-09-08T17:51:29.942Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50762026-09-08T17:51:30.084Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50772026-09-08T17:51:30.492Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50782026-09-08T17:51:30.625Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50792026-09-08T17:51:30.672Z[verify-libraries] Compiling git-stub v1.0.0
50802026-09-08T17:51:30.749Z[verify-libraries] Compiling kstat-rs v0.2.5
50812026-09-08T17:51:30.926Z[verify-libraries] Compiling trait-variant v0.1.2
50822026-09-08T17:51:30.962Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50832026-09-08T17:51:30.965Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50842026-09-08T17:51:30.965Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50852026-09-08T17:51:31.057Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50862026-09-08T17:51:31.196Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50872026-09-08T17:51:31.234Z[verify-libraries] Compiling ghash v0.6.0
50882026-09-08T17:51:31.377Z[verify-libraries] Compiling pbkdf2 v0.13.0
50892026-09-08T17:51:31.513Z[verify-libraries] Compiling crypto-bigint v0.7.5
50902026-09-08T17:51:31.562Z[verify-libraries] Compiling aes v0.9.1
50912026-09-08T17:51:31.565Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50922026-09-08T17:51:31.625Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
50932026-09-08T17:51:31.628Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50942026-09-08T17:51:31.828Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50952026-09-08T17:51:32.060Z[verify-libraries] Compiling ctr v0.10.1
50962026-09-08T17:51:32.239Z[verify-libraries] Compiling aead v0.6.1
50972026-09-08T17:51:32.330Z[verify-libraries] Compiling bb8 v0.8.6
50982026-09-08T17:51:32.368Z[verify-libraries] Compiling parking_lot_core v0.8.6
50992026-09-08T17:51:32.519Z[verify-libraries] Compiling aes-gcm v0.11.0
51002026-09-08T17:51:32.794Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51012026-09-08T17:51:32.820Z[verify-libraries] Compiling spki v0.8.0
51022026-09-08T17:51:32.850Z[verify-libraries] Compiling mime_guess v2.0.5
51032026-09-08T17:51:32.890Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51042026-09-08T17:51:33.137Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51052026-09-08T17:51:33.190Z[verify-libraries] Compiling salsa20 v0.11.0
51062026-09-08T17:51:33.249Z[verify-libraries] Compiling nanorand v0.7.0
51072026-09-08T17:51:33.440Z[verify-libraries] Compiling scrypt v0.12.0
51082026-09-08T17:51:33.533Z[verify-libraries] Compiling flume v0.11.1
51092026-09-08T17:51:33.644Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51102026-09-08T17:51:33.784Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51112026-09-08T17:51:33.909Z[verify-libraries] Compiling cbc v0.2.1
51122026-09-08T17:51:33.959Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51132026-09-08T17:51:34.010Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51142026-09-08T17:51:34.134Z[verify-libraries] Compiling http-range v0.1.5
51152026-09-08T17:51:34.196Z[verify-libraries] Compiling nonempty v0.12.0
51162026-09-08T17:51:34.230Z[ recovery-image] Sep 08 17:51:33.670 INFO O| Sep 08 17:51:33.670 INFO O| Download: 11194/16683 items 104.2/200.2MB 52% complete (21.0M/s)
51172026-09-08T17:51:34.317Z[verify-libraries] Compiling corncobs v0.1.4
51182026-09-08T17:51:34.434Z[verify-libraries] Compiling pkcs5 v0.8.1
51192026-09-08T17:51:34.467Z[verify-libraries] Compiling parking_lot v0.11.2
51202026-09-08T17:51:34.518Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51212026-09-08T17:51:34.560Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51222026-09-08T17:51:34.589Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51232026-09-08T17:51:34.681Z[verify-libraries] Compiling prefix-trie v0.7.0
51242026-09-08T17:51:35.023Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51252026-09-08T17:51:35.090Z[verify-libraries] Compiling secrecy v0.8.0
51262026-09-08T17:51:35.093Z[verify-libraries] Compiling pkcs8 v0.11.0
51272026-09-08T17:51:35.164Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51282026-09-08T17:51:35.325Z[verify-libraries] Compiling hickory-server v0.25.2
51292026-09-08T17:51:35.325Z[verify-libraries] Compiling sled v0.34.7
51302026-09-08T17:51:35.408Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51312026-09-08T17:51:35.640Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51322026-09-08T17:51:35.731Z[verify-libraries] Compiling ff v0.14.0
51332026-09-08T17:51:35.844Z[verify-libraries] Compiling libz-sys v1.1.24
51342026-09-08T17:51:35.973Z[verify-libraries] Compiling group v0.14.0
51352026-09-08T17:51:36.014Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51362026-09-08T17:51:36.250Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51372026-09-08T17:51:36.447Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51382026-09-08T17:51:36.587Z[verify-libraries] Compiling signature v3.0.0
51392026-09-08T17:51:36.625Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51402026-09-08T17:51:36.664Z[verify-libraries] Compiling base16ct v1.0.0
51412026-09-08T17:51:36.667Z[ recovery-image] Sep 08 17:51:36.104 INFO O| Sep 08 17:51:36.103 INFO O| Download: Completed 200.18 MB in 7.77 seconds (25.7M/s)
51422026-09-08T17:51:36.925Z[verify-libraries] Compiling instability v0.3.11
51432026-09-08T17:51:36.953Z[verify-libraries] Compiling sec1 v0.8.1
51442026-09-08T17:51:36.953Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51452026-09-08T17:51:37.047Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51462026-09-08T17:51:37.331Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51472026-09-08T17:51:37.361Z[verify-libraries] Compiling hkdf v0.13.0
51482026-09-08T17:51:37.406Z[verify-libraries] Compiling scuffle v0.1.0
51492026-09-08T17:51:37.521Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51502026-09-08T17:51:37.606Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51512026-09-08T17:51:37.658Z[verify-libraries] Compiling castaway v0.2.4
51522026-09-08T17:51:37.834Z[verify-libraries] Compiling indoc v2.0.7
51532026-09-08T17:51:37.872Z[verify-libraries] Compiling compact_str v0.8.1
51542026-09-08T17:51:38.003Z[verify-libraries] Compiling elliptic-curve v0.14.1
51552026-09-08T17:51:38.318Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51562026-09-08T17:51:38.726Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51572026-09-08T17:51:38.875Z[ recovery-image] Sep 08 17:51:38.315 INFO O| Sep 08 17:51:38.315 INFO O| Actions: 1/27596 actions (Installing new actions)
51582026-09-08T17:51:39.082Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51592026-09-08T17:51:39.658Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51602026-09-08T17:51:39.677Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51612026-09-08T17:51:39.712Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51622026-09-08T17:51:39.960Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51632026-09-08T17:51:40.052Z[verify-libraries] Compiling lru v0.12.5
51642026-09-08T17:51:40.246Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51652026-09-08T17:51:40.314Z[verify-libraries] Compiling unicode-truncate v1.1.0
51662026-09-08T17:51:40.347Z[verify-libraries] Compiling arc-swap v1.8.2
51672026-09-08T17:51:40.351Z[verify-libraries] Compiling cassowary v0.3.0
51682026-09-08T17:51:40.453Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51692026-09-08T17:51:40.542Z[verify-libraries] Compiling wnaf v0.14.0
51702026-09-08T17:51:40.728Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51712026-09-08T17:51:40.980Z[verify-libraries] Compiling ratatui v0.29.0
51722026-09-08T17:51:41.035Z[verify-libraries] Compiling slog-scope v4.4.1
51732026-09-08T17:51:41.386Z[verify-libraries] Compiling primefield v0.14.0
51742026-09-08T17:51:41.650Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51752026-09-08T17:51:41.697Z[verify-libraries] Compiling rfc6979 v0.6.0
51762026-09-08T17:51:41.946Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51772026-09-08T17:51:42.003Z[verify-libraries] Compiling progenitor-impl v0.13.0
51782026-09-08T17:51:42.129Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51792026-09-08T17:51:42.613Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51802026-09-08T17:51:42.980Z[verify-libraries] Compiling vergen-git2 v9.1.0
51812026-09-08T17:51:43.320Z[verify-libraries] Compiling strsim v0.10.0
51822026-09-08T17:51:43.547Z[verify-libraries] Compiling darling_core v0.13.4
51832026-09-08T17:51:43.776Z[verify-libraries] Compiling ecdsa v0.17.0
51842026-09-08T17:51:43.817Z[verify-libraries] Compiling primeorder v0.14.0
51852026-09-08T17:51:43.875Z[ recovery-image] Sep 08 17:51:43.315 INFO O| Sep 08 17:51:43.315 INFO O| Actions: 20819/27596 actions (Installing new actions)
51862026-09-08T17:51:44.217Z[verify-libraries] Compiling diesel-dtrace v0.5.0
51872026-09-08T17:51:44.266Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
51882026-09-08T17:51:44.382Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51892026-09-08T17:51:44.466Z[verify-libraries] Compiling slog-stdlog v4.1.1
51902026-09-08T17:51:44.573Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51912026-09-08T17:51:44.830Z[verify-libraries] Compiling tungstenite v0.23.0
51922026-09-08T17:51:44.910Z[verify-libraries] Compiling progenitor-client v0.13.0
51932026-09-08T17:51:44.935Z[ recovery-image] Sep 08 17:51:44.374 INFO O| Sep 08 17:51:44.374 INFO O| Actions: Completed 27596 actions in 6.06 seconds.
51942026-09-08T17:51:44.972Z[verify-libraries] Compiling curve25519-dalek v5.0.0
51952026-09-08T17:51:45.081Z[verify-libraries] Compiling progenitor-macro v0.13.0
51962026-09-08T17:51:45.104Z[ recovery-image] Sep 08 17:51:44.544 INFO O| Sep 08 17:51:44.544 INFO O| Finalize: Updating package state database ... Done
51972026-09-08T17:51:45.104Z[ recovery-image] Sep 08 17:51:44.544 INFO O| Sep 08 17:51:44.544 INFO O| Finalize: Updating package cache ... Done
51982026-09-08T17:51:45.243Z[verify-libraries] Compiling console v0.16.2
51992026-09-08T17:51:45.248Z[ recovery-image] Sep 08 17:51:44.688 INFO O| Sep 08 17:51:44.688 INFO O| Finalize: Updating image state ... Done
52002026-09-08T17:51:45.383Z[verify-libraries] Compiling libsw-core v0.3.2
52012026-09-08T17:51:45.431Z[verify-libraries] Compiling void v1.0.2
52022026-09-08T17:51:45.542Z[verify-libraries] Compiling unit-prefix v0.5.2
52032026-09-08T17:51:45.635Z[verify-libraries] Compiling assert_matches v1.5.0
52042026-09-08T17:51:45.655Z[verify-libraries] Compiling lzss v0.8.2
52052026-09-08T17:51:45.659Z[verify-libraries] Compiling darling_macro v0.13.4
52062026-09-08T17:51:45.766Z[verify-libraries] Compiling indicatif v0.18.4
52072026-09-08T17:51:45.790Z[verify-libraries] Compiling libsw v3.5.0
52082026-09-08T17:51:45.875Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52092026-09-08T17:51:45.938Z[verify-libraries] Compiling slog-envlogger v2.2.0
52102026-09-08T17:51:46.037Z[verify-libraries] Compiling ssh-encoding v0.3.0
52112026-09-08T17:51:46.077Z[ recovery-image] Sep 08 17:51:45.514 INFO O| Sep 08 17:51:45.514 INFO O| Finalize: Creating fast lookup database ... Done
52122026-09-08T17:51:46.080Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52132026-09-08T17:51:46.080Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52142026-09-08T17:51:46.092Z[ recovery-image] Sep 08 17:51:45.532 INFO O| Sep 08 17:51:45.532 INFO O| Finalize: Reading search index ... Done
52152026-09-08T17:51:46.297Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52162026-09-08T17:51:46.357Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52172026-09-08T17:51:46.439Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52182026-09-08T17:51:46.509Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52192026-09-08T17:51:46.632Z[verify-libraries] Compiling nix v0.27.1
52202026-09-08T17:51:46.717Z[verify-libraries] Compiling colored v2.2.0
52212026-09-08T17:51:46.781Z[verify-libraries] Compiling blake3 v1.8.5
52222026-09-08T17:51:46.805Z[verify-libraries] Compiling serde_bytes v0.11.19
52232026-09-08T17:51:46.833Z[verify-libraries] Compiling keccak v0.2.0
52242026-09-08T17:51:47.118Z[verify-libraries] Compiling shell-words v1.1.1
52252026-09-08T17:51:47.289Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52262026-09-08T17:51:47.355Z[verify-libraries] Compiling darling v0.13.4
52272026-09-08T17:51:47.392Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52282026-09-08T17:51:47.553Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52292026-09-08T17:51:47.803Z[ recovery-image] Sep 08 17:51:47.243 INFO O| Sep 08 17:51:47.243 INFO O| Finalize: Building new search index ... Done
52302026-09-08T17:51:47.847Z[verify-libraries] Compiling ed25519 v3.0.0
52312026-09-08T17:51:47.887Z[verify-libraries] Compiling crypto-primes v0.7.2
52322026-09-08T17:51:48.081Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52332026-09-08T17:51:48.103Z[ recovery-image] Sep 08 17:51:47.542 INFO O| Sep 08 17:51:47.542 INFO O| Finalize: Updating package cache ... Done
52342026-09-08T17:51:48.114Z[verify-libraries] Compiling poly1305 v0.9.0
52352026-09-08T17:51:48.173Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52362026-09-08T17:51:48.462Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52372026-09-08T17:51:48.538Z[ recovery-image] Sep 08 17:51:47.978 INFO O| Sep 08 17:51:47.978 INFO STEP 11 (pkg_install) COMPLETE
52382026-09-08T17:51:48.538Z[ recovery-image] Sep 08 17:51:47.978 INFO O| Sep 08 17:51:47.978 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52392026-09-08T17:51:48.538Z[ recovery-image] Sep 08 17:51:47.978 INFO O| Sep 08 17:51:47.978 INFO skip step because feature "recovery" is enabled
52402026-09-08T17:51:48.542Z[ recovery-image] Sep 08 17:51:47.978 INFO O| Sep 08 17:51:47.978 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52412026-09-08T17:51:48.542Z[ recovery-image] Sep 08 17:51:47.978 INFO O| Sep 08 17:51:47.978 INFO skip step because feature "omicron1" is not enabled
52422026-09-08T17:51:48.542Z[ recovery-image] Sep 08 17:51:47.978 INFO O| Sep 08 17:51:47.978 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52432026-09-08T17:51:48.549Z[ recovery-image] Sep 08 17:51:47.989 INFO O| Sep 08 17:51:47.989 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52442026-09-08T17:51:48.622Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52452026-09-08T17:51:48.844Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52462026-09-08T17:51:48.951Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52472026-09-08T17:51:49.054Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52482026-09-08T17:51:49.100Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52492026-09-08T17:51:49.129Z[verify-libraries] Compiling blowfish v0.10.0
52502026-09-08T17:51:49.177Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52512026-09-08T17:51:49.260Z[verify-libraries] Compiling petname v2.0.2
52522026-09-08T17:51:49.326Z[verify-libraries] Compiling arrayvec v0.7.6
52532026-09-08T17:51:49.385Z[verify-libraries] Compiling constant_time_eq v0.4.2
52542026-09-08T17:51:49.526Z[verify-libraries] Compiling arrayref v0.3.9
52552026-09-08T17:51:49.608Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52562026-09-08T17:51:49.721Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52572026-09-08T17:51:49.811Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52582026-09-08T17:51:49.927Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52592026-09-08T17:51:50.020Z[verify-libraries] Compiling ssh-cipher v0.3.0
52602026-09-08T17:51:50.111Z[verify-libraries] Compiling serde_with_macros v1.5.2
52612026-09-08T17:51:50.245Z[verify-libraries] Compiling sha3 v0.11.0
52622026-09-08T17:51:50.582Z[verify-libraries] Compiling p256 v0.14.0
52632026-09-08T17:51:50.724Z[verify-libraries] Compiling p521 v0.14.0
52642026-09-08T17:51:50.780Z[verify-libraries] Compiling p384 v0.14.0
52652026-09-08T17:51:50.831Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52662026-09-08T17:51:50.837Z[verify-libraries] Compiling progenitor v0.13.0
52672026-09-08T17:51:51.134Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52682026-09-08T17:51:51.213Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52692026-09-08T17:51:51.254Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52702026-09-08T17:51:51.307Z[verify-libraries] Compiling twox-hash v2.1.2
52712026-09-08T17:51:51.601Z[verify-libraries] Compiling kem v0.3.0
52722026-09-08T17:51:51.822Z[verify-libraries] Compiling module-lattice v0.2.3
52732026-09-08T17:51:51.858Z[verify-libraries] Compiling rtoolbox v0.0.3
52742026-09-08T17:51:51.886Z[verify-libraries] Compiling atty v0.2.14
52752026-09-08T17:51:51.939Z[verify-libraries] Compiling topological-sort v0.2.2
52762026-09-08T17:51:52.038Z[verify-libraries] Compiling sponge-cursor v0.1.0
52772026-09-08T17:51:52.138Z[verify-libraries] Compiling ml-kem v0.3.2
52782026-09-08T17:51:52.189Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52792026-09-08T17:51:52.221Z[verify-libraries] Compiling rpassword v7.5.4
52802026-09-08T17:51:52.332Z[verify-libraries] Compiling sha3 v0.12.0
52812026-09-08T17:51:52.767Z[verify-libraries] Compiling serde_with v1.14.0
52822026-09-08T17:51:52.965Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52832026-09-08T17:51:53.092Z[ recovery-image] Sep 08 17:51:52.531 INFO O| Sep 08 17:51:52.531 INFO O| Startup: Refreshing catalog 'helios' ... Done
52842026-09-08T17:51:53.250Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52852026-09-08T17:51:53.315Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52862026-09-08T17:51:53.533Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52872026-09-08T17:51:53.598Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52882026-09-08T17:51:53.627Z[ recovery-image] Sep 08 17:51:53.067 INFO O| Sep 08 17:51:53.067 INFO O| Startup: Caching catalogs ... Done
52892026-09-08T17:51:53.854Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52902026-09-08T17:51:53.964Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52912026-09-08T17:51:54.082Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52922026-09-08T17:51:54.139Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52932026-09-08T17:51:54.285Z[ recovery-image] Sep 08 17:51:53.725 INFO O| Sep 08 17:51:53.724 INFO O| Planning: Solver setup ... Done
52942026-09-08T17:51:54.290Z[ recovery-image] Sep 08 17:51:53.730 INFO O| Sep 08 17:51:53.730 INFO O| Planning: Running solver ... Done
52952026-09-08T17:51:54.308Z[ recovery-image] Sep 08 17:51:53.748 INFO O| Sep 08 17:51:53.748 INFO O| Planning: Finding local manifests ... Done
52962026-09-08T17:51:54.350Z[ recovery-image] Sep 08 17:51:53.790 INFO O| Sep 08 17:51:53.790 INFO O| Planning: Fetching manifests: 0/1 0% complete
52972026-09-08T17:51:54.356Z[ recovery-image] Sep 08 17:51:53.796 INFO O| Sep 08 17:51:53.796 INFO O| Planning: Fetching manifests: 1/1 100% complete
52982026-09-08T17:51:54.398Z[ recovery-image] Sep 08 17:51:53.835 INFO O| Sep 08 17:51:53.835 INFO O| Planning: Package planning ... Done
52992026-09-08T17:51:54.398Z[ recovery-image] Sep 08 17:51:53.835 INFO O| Sep 08 17:51:53.835 INFO O| Planning: Merging actions ... Done
53002026-09-08T17:51:54.419Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53012026-09-08T17:51:54.431Z[ recovery-image] Sep 08 17:51:53.871 INFO O| Sep 08 17:51:53.871 INFO O| Planning: Checking for conflicting actions ... Done
53022026-09-08T17:51:54.434Z[ recovery-image] Sep 08 17:51:53.871 INFO O| Sep 08 17:51:53.871 INFO O| Planning: Consolidating action changes ... Done
53032026-09-08T17:51:54.527Z[ recovery-image] Sep 08 17:51:53.967 INFO O| Sep 08 17:51:53.967 INFO O| Planning: Evaluating mediators ... Done
53042026-09-08T17:51:54.531Z[ recovery-image] Sep 08 17:51:53.967 INFO O| Sep 08 17:51:53.967 INFO O| Planning: Planning completed in 0.88 seconds
53052026-09-08T17:51:54.531Z[ recovery-image] Sep 08 17:51:53.968 INFO O| Sep 08 17:51:53.968 INFO O| Packages to install: 1
53062026-09-08T17:51:54.541Z[ recovery-image] Sep 08 17:51:53.981 INFO O| Sep 08 17:51:53.981 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53072026-09-08T17:51:54.576Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53082026-09-08T17:51:54.690Z[ recovery-image] Sep 08 17:51:54.130 INFO O| Sep 08 17:51:54.130 INFO O| Download: Completed 13.27 MB in 0.15 seconds (89.0M/s)
53092026-09-08T17:51:54.709Z[ recovery-image] Sep 08 17:51:54.149 INFO O| Sep 08 17:51:54.149 INFO O| Actions: 1/22 actions (Installing new actions)
53102026-09-08T17:51:54.713Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53112026-09-08T17:51:54.822Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53122026-09-08T17:51:54.957Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53132026-09-08T17:51:54.971Z[verify-libraries] Compiling fatfs v0.3.6
53142026-09-08T17:51:54.978Z[ recovery-image] Sep 08 17:51:54.404 INFO O| Sep 08 17:51:54.404 INFO O| Actions: Completed 22 actions in 0.25 seconds.
53152026-09-08T17:51:54.999Z[ recovery-image] Sep 08 17:51:54.438 INFO O| Sep 08 17:51:54.438 INFO O| Finalize: Updating package state database ... Done
53162026-09-08T17:51:54.999Z[ recovery-image] Sep 08 17:51:54.438 INFO O| Sep 08 17:51:54.438 INFO O| Finalize: Updating package cache ... Done
53172026-09-08T17:51:55.029Z[verify-libraries] Compiling num-bigint v0.4.6
53182026-09-08T17:51:55.120Z[ recovery-image] Sep 08 17:51:54.559 INFO O| Sep 08 17:51:54.558 INFO O| Finalize: Updating image state ... Done
53192026-09-08T17:51:55.127Z[verify-libraries] Compiling generic-array v1.4.3
53202026-09-08T17:51:55.184Z[verify-libraries] Compiling russh-util v0.52.0
53212026-09-08T17:51:55.254Z[verify-libraries] Compiling enum_dispatch v0.3.13
53222026-09-08T17:51:55.360Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53232026-09-08T17:51:55.440Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53242026-09-08T17:51:55.653Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53252026-09-08T17:51:55.696Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53262026-09-08T17:51:55.852Z[ recovery-image] Sep 08 17:51:55.292 INFO O| Sep 08 17:51:55.292 INFO O| Finalize: Creating fast lookup database ... Done
53272026-09-08T17:51:55.869Z[ recovery-image] Sep 08 17:51:55.309 INFO O| Sep 08 17:51:55.309 INFO O| Finalize: Reading search index ... Done
53282026-09-08T17:51:55.869Z[ recovery-image] Sep 08 17:51:55.309 INFO O| Sep 08 17:51:55.309 INFO O| Finalize: Updating search index ... Done
53292026-09-08T17:51:55.881Z[ recovery-image] Sep 08 17:51:55.320 INFO O| Sep 08 17:51:55.320 INFO O| Finalize: Updating package cache ... Done
53302026-09-08T17:51:56.279Z[ recovery-image] Sep 08 17:51:55.718 INFO O| Sep 08 17:51:55.718 INFO STEP 14 (pkg_install) COMPLETE
53312026-09-08T17:51:56.279Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53322026-09-08T17:51:56.279Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO skip step because feature "mbist" is not enabled
53332026-09-08T17:51:56.283Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53342026-09-08T17:51:56.283Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO skip step because feature "mfg" is not enabled
53352026-09-08T17:51:56.283Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53362026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO skip step because feature "compliance" is not enabled
53372026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53382026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO skip step because feature "stress" is not enabled
53392026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53402026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO skip step because feature "compliance" is not enabled
53412026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53422026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO skip step because feature "nfs" is not enabled
53432026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53442026-09-08T17:51:56.284Z[ recovery-image] Sep 08 17:51:55.719 INFO O| Sep 08 17:51:55.718 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53452026-09-08T17:51:56.383Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53462026-09-08T17:51:56.414Z[ recovery-image] Sep 08 17:51:55.844 INFO O| Sep 08 17:51:55.844 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53472026-09-08T17:51:56.489Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53482026-09-08T17:51:56.558Z[ recovery-image] Sep 08 17:51:55.998 INFO O| Sep 08 17:51:55.998 INFO completed processing sled/ramdisk-01-os
53492026-09-08T17:51:56.561Z[ recovery-image] Sep 08 17:51:56.001 INFO image builder template: ramdisk-02-trim...
53502026-09-08T17:51:56.561Z[ recovery-image] Sep 08 17:51:56.001 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/.tmpcgJXbZ/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
53512026-09-08T17:51:56.584Z[ recovery-image] Sep 08 17:51:56.023 INFO O| Sep 08 17:51:56.022 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53522026-09-08T17:51:56.590Z[ recovery-image] Sep 08 17:51:56.027 INFO O| Sep 08 17:51:56.027 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53532026-09-08T17:51:56.695Z[ recovery-image] Sep 08 17:51:56.135 INFO O| Sep 08 17:51:56.135 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53542026-09-08T17:51:56.772Z[ recovery-image] Sep 08 17:51:56.212 INFO O| Sep 08 17:51:56.212 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53552026-09-08T17:51:56.773Z[ recovery-image] Sep 08 17:51:56.212 INFO O| Sep 08 17:51:56.212 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53562026-09-08T17:51:56.778Z[ recovery-image] Sep 08 17:51:56.218 INFO O| Sep 08 17:51:56.218 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53572026-09-08T17:51:56.784Z[ recovery-image] Sep 08 17:51:56.223 INFO O| Sep 08 17:51:56.223 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53582026-09-08T17:51:56.788Z[ recovery-image] Sep 08 17:51:56.228 INFO O| Sep 08 17:51:56.228 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53592026-09-08T17:51:57.139Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53602026-09-08T17:51:57.617Z[ recovery-image] Sep 08 17:51:57.057 INFO O| Sep 08 17:51:57.057 INFO rolled back to input snapshot; work may begin
53612026-09-08T17:51:57.617Z[ recovery-image] Sep 08 17:51:57.057 INFO O| Sep 08 17:51:57.057 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53622026-09-08T17:51:57.622Z[ recovery-image] Sep 08 17:51:57.062 INFO O| Sep 08 17:51:57.062 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53632026-09-08T17:51:57.633Z[ recovery-image] Sep 08 17:51:57.073 INFO O| Sep 08 17:51:57.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53642026-09-08T17:51:57.682Z[ recovery-image] Sep 08 17:51:57.113 INFO O| Sep 08 17:51:57.113 INFO STEP 0 (remove_files) COMPLETE
53652026-09-08T17:51:57.682Z[ recovery-image] Sep 08 17:51:57.113 INFO O| Sep 08 17:51:57.113 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53662026-09-08T17:51:57.687Z[ recovery-image] Sep 08 17:51:57.125 INFO O| Sep 08 17:51:57.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53672026-09-08T17:51:57.691Z[ recovery-image] Sep 08 17:51:57.126 INFO O| Sep 08 17:51:57.126 INFO STEP 1 (remove_files) COMPLETE
53682026-09-08T17:51:57.691Z[ recovery-image] Sep 08 17:51:57.126 INFO O| Sep 08 17:51:57.126 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53692026-09-08T17:51:57.697Z[ recovery-image] Sep 08 17:51:57.137 INFO O| Sep 08 17:51:57.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53702026-09-08T17:51:57.710Z[ recovery-image] Sep 08 17:51:57.150 INFO O| Sep 08 17:51:57.150 INFO STEP 2 (remove_files) COMPLETE
53712026-09-08T17:51:57.710Z[ recovery-image] Sep 08 17:51:57.150 INFO O| Sep 08 17:51:57.150 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53722026-09-08T17:51:57.723Z[ recovery-image] Sep 08 17:51:57.161 INFO O| Sep 08 17:51:57.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
53732026-09-08T17:51:57.727Z[ recovery-image] Sep 08 17:51:57.162 INFO O| Sep 08 17:51:57.162 INFO STEP 3 (remove_files) COMPLETE
53742026-09-08T17:51:57.727Z[ recovery-image] Sep 08 17:51:57.162 INFO O| Sep 08 17:51:57.162 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53752026-09-08T17:51:57.732Z[ recovery-image] Sep 08 17:51:57.172 INFO O| Sep 08 17:51:57.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
53762026-09-08T17:51:57.736Z[ recovery-image] Sep 08 17:51:57.175 INFO O| Sep 08 17:51:57.175 INFO STEP 4 (remove_files) COMPLETE
53772026-09-08T17:51:57.736Z[ recovery-image] Sep 08 17:51:57.175 INFO O| Sep 08 17:51:57.175 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53782026-09-08T17:51:57.746Z[ recovery-image] Sep 08 17:51:57.185 INFO O| Sep 08 17:51:57.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
53792026-09-08T17:51:57.746Z[ recovery-image] Sep 08 17:51:57.186 INFO O| Sep 08 17:51:57.186 INFO STEP 5 (remove_files) COMPLETE
53802026-09-08T17:51:57.746Z[ recovery-image] Sep 08 17:51:57.186 INFO O| Sep 08 17:51:57.186 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53812026-09-08T17:51:57.755Z[ recovery-image] Sep 08 17:51:57.195 INFO O| Sep 08 17:51:57.195 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
53822026-09-08T17:51:57.766Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO STEP 6 (remove_files) COMPLETE
53832026-09-08T17:51:57.766Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53842026-09-08T17:51:57.766Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO skip step because feature "heliosv2" is not enabled
53852026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53862026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO skip step because feature "recovery" is enabled
53872026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53882026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO skip step because feature "recovery" is enabled
53892026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53902026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO skip step because feature "recovery" is enabled
53912026-09-08T17:51:57.770Z[ recovery-image] Sep 08 17:51:57.205 INFO O| Sep 08 17:51:57.205 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53922026-09-08T17:51:57.776Z[ recovery-image] Sep 08 17:51:57.216 INFO O| Sep 08 17:51:57.216 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
53932026-09-08T17:51:57.779Z[ recovery-image] Sep 08 17:51:57.218 INFO O| Sep 08 17:51:57.218 INFO STEP 11 (remove_files) COMPLETE
53942026-09-08T17:51:57.779Z[ recovery-image] Sep 08 17:51:57.218 INFO O| Sep 08 17:51:57.218 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53952026-09-08T17:51:57.789Z[ recovery-image] Sep 08 17:51:57.229 INFO O| Sep 08 17:51:57.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
53962026-09-08T17:51:57.792Z[ recovery-image] Sep 08 17:51:57.229 INFO O| Sep 08 17:51:57.229 INFO STEP 12 (remove_files) COMPLETE
53972026-09-08T17:51:57.792Z[ recovery-image] Sep 08 17:51:57.230 INFO O| Sep 08 17:51:57.229 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53982026-09-08T17:51:57.800Z[ recovery-image] Sep 08 17:51:57.240 INFO O| Sep 08 17:51:57.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
53992026-09-08T17:51:57.803Z[ recovery-image] Sep 08 17:51:57.241 INFO O| Sep 08 17:51:57.241 INFO STEP 13 (remove_files) COMPLETE
54002026-09-08T17:51:57.803Z[ recovery-image] Sep 08 17:51:57.241 INFO O| Sep 08 17:51:57.241 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54012026-09-08T17:51:57.837Z[ recovery-image] Sep 08 17:51:57.277 INFO O| Sep 08 17:51:57.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54022026-09-08T17:51:57.840Z[ recovery-image] Sep 08 17:51:57.278 INFO O| Sep 08 17:51:57.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54032026-09-08T17:51:57.966Z[ recovery-image] Sep 08 17:51:57.405 INFO O| Sep 08 17:51:57.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54042026-09-08T17:51:57.966Z[ recovery-image] Sep 08 17:51:57.405 INFO O| Sep 08 17:51:57.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54052026-09-08T17:51:57.971Z[ recovery-image] Sep 08 17:51:57.411 INFO O| Sep 08 17:51:57.411 INFO STEP 14 (remove_files) COMPLETE
54062026-09-08T17:51:57.971Z[ recovery-image] Sep 08 17:51:57.411 INFO O| Sep 08 17:51:57.411 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54072026-09-08T17:51:57.983Z[ recovery-image] Sep 08 17:51:57.423 INFO O| Sep 08 17:51:57.423 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54082026-09-08T17:51:57.986Z[ recovery-image] Sep 08 17:51:57.424 INFO O| Sep 08 17:51:57.424 INFO STEP 15 (remove_files) COMPLETE
54092026-09-08T17:51:57.986Z[ recovery-image] Sep 08 17:51:57.424 INFO O| Sep 08 17:51:57.424 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54102026-09-08T17:51:57.995Z[ recovery-image] Sep 08 17:51:57.435 INFO O| Sep 08 17:51:57.435 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54112026-09-08T17:51:58.001Z[ recovery-image] Sep 08 17:51:57.441 INFO O| Sep 08 17:51:57.441 INFO STEP 16 (remove_files) COMPLETE
54122026-09-08T17:51:58.001Z[ recovery-image] Sep 08 17:51:57.441 INFO O| Sep 08 17:51:57.441 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54132026-09-08T17:51:58.013Z[ recovery-image] Sep 08 17:51:57.452 INFO O| Sep 08 17:51:57.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54142026-09-08T17:51:58.016Z[ recovery-image] Sep 08 17:51:57.452 INFO O| Sep 08 17:51:57.452 INFO STEP 17 (remove_files) COMPLETE
54152026-09-08T17:51:58.016Z[ recovery-image] Sep 08 17:51:57.452 INFO O| Sep 08 17:51:57.452 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54162026-09-08T17:51:58.027Z[ recovery-image] Sep 08 17:51:57.462 INFO O| Sep 08 17:51:57.462 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54172026-09-08T17:51:58.030Z[ recovery-image] Sep 08 17:51:57.464 INFO O| Sep 08 17:51:57.464 INFO STEP 18 (remove_files) COMPLETE
54182026-09-08T17:51:58.030Z[ recovery-image] Sep 08 17:51:57.464 INFO O| Sep 08 17:51:57.464 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54192026-09-08T17:51:58.035Z[ recovery-image] Sep 08 17:51:57.475 INFO O| Sep 08 17:51:57.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54202026-09-08T17:51:58.035Z[ recovery-image] Sep 08 17:51:57.475 INFO O| Sep 08 17:51:57.475 INFO STEP 19 (remove_files) COMPLETE
54212026-09-08T17:51:58.038Z[ recovery-image] Sep 08 17:51:57.475 INFO O| Sep 08 17:51:57.475 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54222026-09-08T17:51:58.044Z[ recovery-image] Sep 08 17:51:57.484 INFO O| Sep 08 17:51:57.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54232026-09-08T17:51:58.044Z[ recovery-image] Sep 08 17:51:57.484 INFO O| Sep 08 17:51:57.484 INFO STEP 20 (remove_files) COMPLETE
54242026-09-08T17:51:58.044Z[ recovery-image] Sep 08 17:51:57.484 INFO O| Sep 08 17:51:57.484 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54252026-09-08T17:51:58.058Z[ recovery-image] Sep 08 17:51:57.498 INFO O| Sep 08 17:51:57.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54262026-09-08T17:51:58.058Z[ recovery-image] Sep 08 17:51:57.498 INFO O| Sep 08 17:51:57.498 INFO STEP 21 (remove_files) COMPLETE
54272026-09-08T17:51:58.058Z[ recovery-image] Sep 08 17:51:57.498 INFO O| Sep 08 17:51:57.498 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54282026-09-08T17:51:58.068Z[ recovery-image] Sep 08 17:51:57.507 INFO O| Sep 08 17:51:57.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54292026-09-08T17:51:58.068Z[ recovery-image] Sep 08 17:51:57.507 INFO O| Sep 08 17:51:57.507 INFO STEP 22 (remove_files) COMPLETE
54302026-09-08T17:51:58.068Z[ recovery-image] Sep 08 17:51:57.507 INFO O| Sep 08 17:51:57.507 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54312026-09-08T17:51:58.076Z[ recovery-image] Sep 08 17:51:57.516 INFO O| Sep 08 17:51:57.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54322026-09-08T17:51:58.076Z[ recovery-image] Sep 08 17:51:57.516 INFO O| Sep 08 17:51:57.516 INFO STEP 23 (remove_files) COMPLETE
54332026-09-08T17:51:58.076Z[ recovery-image] Sep 08 17:51:57.516 INFO O| Sep 08 17:51:57.516 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54342026-09-08T17:51:58.090Z[ recovery-image] Sep 08 17:51:57.530 INFO O| Sep 08 17:51:57.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54352026-09-08T17:51:58.090Z[ recovery-image] Sep 08 17:51:57.530 INFO O| Sep 08 17:51:57.530 INFO STEP 24 (remove_files) COMPLETE
54362026-09-08T17:51:58.090Z[ recovery-image] Sep 08 17:51:57.530 INFO O| Sep 08 17:51:57.530 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54372026-09-08T17:51:58.105Z[ recovery-image] Sep 08 17:51:57.545 INFO O| Sep 08 17:51:57.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54382026-09-08T17:51:58.106Z[ recovery-image] Sep 08 17:51:57.545 INFO O| Sep 08 17:51:57.545 INFO STEP 25 (remove_files) COMPLETE
54392026-09-08T17:51:58.106Z[ recovery-image] Sep 08 17:51:57.545 INFO O| Sep 08 17:51:57.545 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54402026-09-08T17:51:58.115Z[ recovery-image] Sep 08 17:51:57.554 INFO O| Sep 08 17:51:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54412026-09-08T17:51:58.115Z[ recovery-image] Sep 08 17:51:57.554 INFO O| Sep 08 17:51:57.554 INFO STEP 26 (remove_files) COMPLETE
54422026-09-08T17:51:58.115Z[ recovery-image] Sep 08 17:51:57.554 INFO O| Sep 08 17:51:57.554 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54432026-09-08T17:51:58.127Z[ recovery-image] Sep 08 17:51:57.567 INFO O| Sep 08 17:51:57.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54442026-09-08T17:51:58.127Z[ recovery-image] Sep 08 17:51:57.567 INFO O| Sep 08 17:51:57.567 INFO STEP 27 (remove_files) COMPLETE
54452026-09-08T17:51:58.127Z[ recovery-image] Sep 08 17:51:57.567 INFO O| Sep 08 17:51:57.567 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54462026-09-08T17:51:58.137Z[ recovery-image] Sep 08 17:51:57.577 INFO O| Sep 08 17:51:57.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54472026-09-08T17:51:58.137Z[ recovery-image] Sep 08 17:51:57.577 INFO O| Sep 08 17:51:57.577 INFO STEP 28 (remove_files) COMPLETE
54482026-09-08T17:51:58.137Z[ recovery-image] Sep 08 17:51:57.577 INFO O| Sep 08 17:51:57.577 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54492026-09-08T17:51:58.149Z[ recovery-image] Sep 08 17:51:57.588 INFO O| Sep 08 17:51:57.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54502026-09-08T17:51:58.149Z[ recovery-image] Sep 08 17:51:57.588 INFO O| Sep 08 17:51:57.588 INFO STEP 29 (remove_files) COMPLETE
54512026-09-08T17:51:58.149Z[ recovery-image] Sep 08 17:51:57.588 INFO O| Sep 08 17:51:57.588 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54522026-09-08T17:51:58.162Z[ recovery-image] Sep 08 17:51:57.598 INFO O| Sep 08 17:51:57.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54532026-09-08T17:51:58.162Z[ recovery-image] Sep 08 17:51:57.598 INFO O| Sep 08 17:51:57.598 INFO STEP 30 (remove_files) COMPLETE
54542026-09-08T17:51:58.162Z[ recovery-image] Sep 08 17:51:57.598 INFO O| Sep 08 17:51:57.598 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54552026-09-08T17:51:58.169Z[ recovery-image] Sep 08 17:51:57.607 INFO O| Sep 08 17:51:57.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54562026-09-08T17:51:58.169Z[ recovery-image] Sep 08 17:51:57.607 INFO O| Sep 08 17:51:57.607 INFO STEP 31 (remove_files) COMPLETE
54572026-09-08T17:51:58.169Z[ recovery-image] Sep 08 17:51:57.607 INFO O| Sep 08 17:51:57.607 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54582026-09-08T17:51:58.180Z[ recovery-image] Sep 08 17:51:57.619 INFO O| Sep 08 17:51:57.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54592026-09-08T17:51:58.180Z[ recovery-image] Sep 08 17:51:57.619 INFO O| Sep 08 17:51:57.619 INFO STEP 32 (remove_files) COMPLETE
54602026-09-08T17:51:58.180Z[ recovery-image] Sep 08 17:51:57.619 INFO O| Sep 08 17:51:57.619 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54612026-09-08T17:51:58.189Z[ recovery-image] Sep 08 17:51:57.629 INFO O| Sep 08 17:51:57.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54622026-09-08T17:51:58.189Z[ recovery-image] Sep 08 17:51:57.629 INFO O| Sep 08 17:51:57.629 INFO STEP 33 (remove_files) COMPLETE
54632026-09-08T17:51:58.193Z[ recovery-image] Sep 08 17:51:57.629 INFO O| Sep 08 17:51:57.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54642026-09-08T17:51:58.204Z[ recovery-image] Sep 08 17:51:57.639 INFO O| Sep 08 17:51:57.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54652026-09-08T17:51:58.204Z[ recovery-image] Sep 08 17:51:57.639 INFO O| Sep 08 17:51:57.639 INFO STEP 34 (remove_files) COMPLETE
54662026-09-08T17:51:58.204Z[ recovery-image] Sep 08 17:51:57.640 INFO O| Sep 08 17:51:57.639 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54672026-09-08T17:51:58.212Z[ recovery-image] Sep 08 17:51:57.651 INFO O| Sep 08 17:51:57.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54682026-09-08T17:51:58.212Z[ recovery-image] Sep 08 17:51:57.651 INFO O| Sep 08 17:51:57.651 INFO STEP 35 (remove_files) COMPLETE
54692026-09-08T17:51:58.212Z[ recovery-image] Sep 08 17:51:57.651 INFO O| Sep 08 17:51:57.651 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-08T17:51:58.225Z[ recovery-image] Sep 08 17:51:57.663 INFO O| Sep 08 17:51:57.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54712026-09-08T17:51:58.226Z[ recovery-image] Sep 08 17:51:57.663 INFO O| Sep 08 17:51:57.663 INFO STEP 36 (remove_files) COMPLETE
54722026-09-08T17:51:58.230Z[ recovery-image] Sep 08 17:51:57.663 INFO O| Sep 08 17:51:57.663 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-08T17:51:58.239Z[ recovery-image] Sep 08 17:51:57.677 INFO O| Sep 08 17:51:57.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
54742026-09-08T17:51:58.239Z[ recovery-image] Sep 08 17:51:57.677 INFO O| Sep 08 17:51:57.677 INFO STEP 37 (remove_files) COMPLETE
54752026-09-08T17:51:58.239Z[ recovery-image] Sep 08 17:51:57.677 INFO O| Sep 08 17:51:57.677 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54762026-09-08T17:51:58.246Z[ recovery-image] Sep 08 17:51:57.686 INFO O| Sep 08 17:51:57.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
54772026-09-08T17:51:58.246Z[ recovery-image] Sep 08 17:51:57.686 INFO O| Sep 08 17:51:57.686 INFO STEP 38 (remove_files) COMPLETE
54782026-09-08T17:51:58.252Z[ recovery-image] Sep 08 17:51:57.686 INFO O| Sep 08 17:51:57.686 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-08T17:51:58.256Z[ recovery-image] Sep 08 17:51:57.695 INFO O| Sep 08 17:51:57.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
54802026-09-08T17:51:58.256Z[ recovery-image] Sep 08 17:51:57.695 INFO O| Sep 08 17:51:57.695 INFO STEP 39 (remove_files) COMPLETE
54812026-09-08T17:51:58.256Z[ recovery-image] Sep 08 17:51:57.695 INFO O| Sep 08 17:51:57.695 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-08T17:51:58.264Z[ recovery-image] Sep 08 17:51:57.704 INFO O| Sep 08 17:51:57.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
54832026-09-08T17:51:58.264Z[ recovery-image] Sep 08 17:51:57.704 INFO O| Sep 08 17:51:57.704 INFO STEP 40 (remove_files) COMPLETE
54842026-09-08T17:51:58.271Z[ recovery-image] Sep 08 17:51:57.704 INFO O| Sep 08 17:51:57.704 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-08T17:51:58.275Z[ recovery-image] Sep 08 17:51:57.713 INFO O| Sep 08 17:51:57.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
54862026-09-08T17:51:58.275Z[ recovery-image] Sep 08 17:51:57.713 INFO O| Sep 08 17:51:57.713 INFO STEP 41 (remove_files) COMPLETE
54872026-09-08T17:51:58.275Z[ recovery-image] Sep 08 17:51:57.713 INFO O| Sep 08 17:51:57.713 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-08T17:51:58.282Z[ recovery-image] Sep 08 17:51:57.722 INFO O| Sep 08 17:51:57.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
54892026-09-08T17:51:58.282Z[ recovery-image] Sep 08 17:51:57.722 INFO O| Sep 08 17:51:57.722 INFO STEP 42 (remove_files) COMPLETE
54902026-09-08T17:51:58.287Z[ recovery-image] Sep 08 17:51:57.722 INFO O| Sep 08 17:51:57.722 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54912026-09-08T17:51:58.291Z[ recovery-image] Sep 08 17:51:57.731 INFO O| Sep 08 17:51:57.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
54922026-09-08T17:51:58.291Z[ recovery-image] Sep 08 17:51:57.731 INFO O| Sep 08 17:51:57.731 INFO STEP 43 (remove_files) COMPLETE
54932026-09-08T17:51:58.291Z[ recovery-image] Sep 08 17:51:57.731 INFO O| Sep 08 17:51:57.731 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54942026-09-08T17:51:58.300Z[ recovery-image] Sep 08 17:51:57.740 INFO O| Sep 08 17:51:57.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
54952026-09-08T17:51:58.300Z[ recovery-image] Sep 08 17:51:57.740 INFO O| Sep 08 17:51:57.740 INFO STEP 44 (remove_files) COMPLETE
54962026-09-08T17:51:58.300Z[ recovery-image] Sep 08 17:51:57.740 INFO O| Sep 08 17:51:57.740 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54972026-09-08T17:51:58.308Z[ recovery-image] Sep 08 17:51:57.748 INFO O| Sep 08 17:51:57.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
54982026-09-08T17:51:58.308Z[ recovery-image] Sep 08 17:51:57.748 INFO O| Sep 08 17:51:57.748 INFO STEP 45 (remove_files) COMPLETE
54992026-09-08T17:51:58.312Z[ recovery-image] Sep 08 17:51:57.748 INFO O| Sep 08 17:51:57.748 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55002026-09-08T17:51:58.316Z[ recovery-image] Sep 08 17:51:57.756 INFO O| Sep 08 17:51:57.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55012026-09-08T17:51:58.316Z[ recovery-image] Sep 08 17:51:57.757 INFO O| Sep 08 17:51:57.756 INFO STEP 46 (remove_files) COMPLETE
55022026-09-08T17:51:58.362Z[ recovery-image] Sep 08 17:51:57.757 INFO O| Sep 08 17:51:57.756 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55032026-09-08T17:51:58.362Z[ recovery-image] Sep 08 17:51:57.765 INFO O| Sep 08 17:51:57.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55042026-09-08T17:51:58.362Z[ recovery-image] Sep 08 17:51:57.765 INFO O| Sep 08 17:51:57.765 INFO STEP 47 (remove_files) COMPLETE
55052026-09-08T17:51:58.362Z[ recovery-image] Sep 08 17:51:57.765 INFO O| Sep 08 17:51:57.765 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55062026-09-08T17:51:58.362Z[ recovery-image] Sep 08 17:51:57.775 INFO O| Sep 08 17:51:57.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55072026-09-08T17:51:58.363Z[ recovery-image] Sep 08 17:51:57.775 INFO O| Sep 08 17:51:57.775 INFO STEP 48 (remove_files) COMPLETE
55082026-09-08T17:51:58.363Z[ recovery-image] Sep 08 17:51:57.775 INFO O| Sep 08 17:51:57.775 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55092026-09-08T17:51:58.363Z[ recovery-image] Sep 08 17:51:57.785 INFO O| Sep 08 17:51:57.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55102026-09-08T17:51:58.363Z[ recovery-image] Sep 08 17:51:57.785 INFO O| Sep 08 17:51:57.785 INFO STEP 49 (remove_files) COMPLETE
55112026-09-08T17:51:58.363Z[ recovery-image] Sep 08 17:51:57.785 INFO O| Sep 08 17:51:57.785 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55122026-09-08T17:51:58.371Z[ recovery-image] Sep 08 17:51:57.795 INFO O| Sep 08 17:51:57.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55132026-09-08T17:51:58.371Z[ recovery-image] Sep 08 17:51:57.795 INFO O| Sep 08 17:51:57.795 INFO STEP 50 (remove_files) COMPLETE
55142026-09-08T17:51:58.371Z[ recovery-image] Sep 08 17:51:57.795 INFO O| Sep 08 17:51:57.795 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55152026-09-08T17:51:58.371Z[ recovery-image] Sep 08 17:51:57.804 INFO O| Sep 08 17:51:57.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55162026-09-08T17:51:58.371Z[ recovery-image] Sep 08 17:51:57.804 INFO O| Sep 08 17:51:57.804 INFO STEP 51 (remove_files) COMPLETE
55172026-09-08T17:51:58.371Z[ recovery-image] Sep 08 17:51:57.804 INFO O| Sep 08 17:51:57.804 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-08T17:51:58.384Z[ recovery-image] Sep 08 17:51:57.814 INFO O| Sep 08 17:51:57.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55192026-09-08T17:51:58.384Z[ recovery-image] Sep 08 17:51:57.814 INFO O| Sep 08 17:51:57.814 INFO STEP 52 (remove_files) COMPLETE
55202026-09-08T17:51:58.384Z[ recovery-image] Sep 08 17:51:57.814 INFO O| Sep 08 17:51:57.814 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-08T17:51:58.394Z[ recovery-image] Sep 08 17:51:57.822 INFO O| Sep 08 17:51:57.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55222026-09-08T17:51:58.394Z[ recovery-image] Sep 08 17:51:57.822 INFO O| Sep 08 17:51:57.822 INFO STEP 53 (remove_files) COMPLETE
55232026-09-08T17:51:58.394Z[ recovery-image] Sep 08 17:51:57.822 INFO O| Sep 08 17:51:57.822 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-08T17:51:58.400Z[ recovery-image] Sep 08 17:51:57.831 INFO O| Sep 08 17:51:57.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55252026-09-08T17:51:58.400Z[ recovery-image] Sep 08 17:51:57.831 INFO O| Sep 08 17:51:57.831 INFO STEP 54 (remove_files) COMPLETE
55262026-09-08T17:51:58.400Z[ recovery-image] Sep 08 17:51:57.832 INFO O| Sep 08 17:51:57.831 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-08T17:51:58.404Z[ recovery-image] Sep 08 17:51:57.844 INFO O| Sep 08 17:51:57.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55282026-09-08T17:51:58.404Z[ recovery-image] Sep 08 17:51:57.844 INFO O| Sep 08 17:51:57.844 INFO STEP 55 (remove_files) COMPLETE
55292026-09-08T17:51:58.404Z[ recovery-image] Sep 08 17:51:57.844 INFO O| Sep 08 17:51:57.844 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-08T17:51:58.417Z[ recovery-image] Sep 08 17:51:57.857 INFO O| Sep 08 17:51:57.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55312026-09-08T17:51:58.417Z[ recovery-image] Sep 08 17:51:57.857 INFO O| Sep 08 17:51:57.857 INFO STEP 56 (remove_files) COMPLETE
55322026-09-08T17:51:58.417Z[ recovery-image] Sep 08 17:51:57.857 INFO O| Sep 08 17:51:57.857 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55332026-09-08T17:51:58.427Z[ recovery-image] Sep 08 17:51:57.866 INFO O| Sep 08 17:51:57.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55342026-09-08T17:51:58.427Z[ recovery-image] Sep 08 17:51:57.867 INFO O| Sep 08 17:51:57.866 INFO STEP 57 (remove_files) COMPLETE
55352026-09-08T17:51:58.427Z[ recovery-image] Sep 08 17:51:57.867 INFO O| Sep 08 17:51:57.866 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55362026-09-08T17:51:58.441Z[ recovery-image] Sep 08 17:51:57.876 INFO O| Sep 08 17:51:57.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55372026-09-08T17:51:58.441Z[ recovery-image] Sep 08 17:51:57.876 INFO O| Sep 08 17:51:57.876 INFO STEP 58 (remove_files) COMPLETE
55382026-09-08T17:51:58.441Z[ recovery-image] Sep 08 17:51:57.876 INFO O| Sep 08 17:51:57.876 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55392026-09-08T17:51:58.445Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55402026-09-08T17:51:58.445Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55412026-09-08T17:51:58.445Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55422026-09-08T17:51:58.445Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55432026-09-08T17:51:58.445Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55442026-09-08T17:51:58.446Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55452026-09-08T17:51:58.450Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO ok!
55462026-09-08T17:51:58.450Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO STEP 59 (ensure_file) COMPLETE
55472026-09-08T17:51:58.450Z[ recovery-image] Sep 08 17:51:57.885 INFO O| Sep 08 17:51:57.885 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-08T17:51:58.455Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55492026-09-08T17:51:58.455Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55502026-09-08T17:51:58.455Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55512026-09-08T17:51:58.460Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55522026-09-08T17:51:58.460Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55532026-09-08T17:51:58.460Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55542026-09-08T17:51:58.460Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO ok!
55552026-09-08T17:51:58.461Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO STEP 60 (ensure_file) COMPLETE
55562026-09-08T17:51:58.461Z[ recovery-image] Sep 08 17:51:57.895 INFO O| Sep 08 17:51:57.895 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-08T17:51:58.464Z[ recovery-image] Sep 08 17:51:57.903 INFO O| Sep 08 17:51:57.903 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55582026-09-08T17:51:58.464Z[ recovery-image] Sep 08 17:51:57.903 INFO O| Sep 08 17:51:57.903 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55592026-09-08T17:51:58.464Z[ recovery-image] Sep 08 17:51:57.903 INFO O| Sep 08 17:51:57.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55602026-09-08T17:51:58.464Z[ recovery-image] Sep 08 17:51:57.903 INFO O| Sep 08 17:51:57.903 INFO ok!
55612026-09-08T17:51:58.464Z[ recovery-image] Sep 08 17:51:57.903 INFO O| Sep 08 17:51:57.903 INFO STEP 61 (ensure_file) COMPLETE
55622026-09-08T17:51:58.465Z[ recovery-image] Sep 08 17:51:57.903 INFO O| Sep 08 17:51:57.903 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55632026-09-08T17:51:58.471Z[ recovery-image] Sep 08 17:51:57.911 INFO O| Sep 08 17:51:57.911 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55642026-09-08T17:51:58.471Z[ recovery-image] Sep 08 17:51:57.911 INFO O| Sep 08 17:51:57.911 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55652026-09-08T17:51:58.475Z[ recovery-image] Sep 08 17:51:57.911 INFO O| Sep 08 17:51:57.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55662026-09-08T17:51:58.475Z[ recovery-image] Sep 08 17:51:57.911 INFO O| Sep 08 17:51:57.911 INFO ok!
55672026-09-08T17:51:58.475Z[ recovery-image] Sep 08 17:51:57.911 INFO O| Sep 08 17:51:57.911 INFO STEP 62 (ensure_file) COMPLETE
55682026-09-08T17:51:58.475Z[ recovery-image] Sep 08 17:51:57.911 INFO O| Sep 08 17:51:57.911 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55692026-09-08T17:51:58.481Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55702026-09-08T17:51:58.481Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55712026-09-08T17:51:58.481Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55722026-09-08T17:51:58.484Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55732026-09-08T17:51:58.485Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 INFO ok!
55742026-09-08T17:51:58.485Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 INFO STEP 63 (ensure_file) COMPLETE
55752026-09-08T17:51:58.485Z[ recovery-image] Sep 08 17:51:57.918 INFO O| Sep 08 17:51:57.918 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55762026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
55772026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
55782026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
55792026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
55802026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 INFO ok!
55812026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 INFO STEP 64 (ensure_file) COMPLETE
55822026-09-08T17:51:58.491Z[ recovery-image] Sep 08 17:51:57.926 INFO O| Sep 08 17:51:57.926 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55832026-09-08T17:51:58.497Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
55842026-09-08T17:51:58.504Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
55852026-09-08T17:51:58.504Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
55862026-09-08T17:51:58.504Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
55872026-09-08T17:51:58.504Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO ok!
55882026-09-08T17:51:58.504Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO STEP 65 (ensure_file) COMPLETE
55892026-09-08T17:51:58.504Z[ recovery-image] Sep 08 17:51:57.937 INFO O| Sep 08 17:51:57.937 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-08T17:51:58.509Z[ recovery-image] Sep 08 17:51:57.949 INFO O| Sep 08 17:51:57.949 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
55912026-09-08T17:51:58.509Z[ recovery-image] Sep 08 17:51:57.949 INFO O| Sep 08 17:51:57.949 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
55922026-09-08T17:51:58.509Z[ recovery-image] Sep 08 17:51:57.949 INFO O| Sep 08 17:51:57.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
55932026-09-08T17:51:58.512Z[ recovery-image] Sep 08 17:51:57.949 INFO O| Sep 08 17:51:57.949 INFO ok!
55942026-09-08T17:51:58.512Z[ recovery-image] Sep 08 17:51:57.949 INFO O| Sep 08 17:51:57.949 INFO STEP 66 (assemble_files) COMPLETE
55952026-09-08T17:51:58.512Z[ recovery-image] Sep 08 17:51:57.949 INFO O| Sep 08 17:51:57.949 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-08T17:51:58.519Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.959 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
55972026-09-08T17:51:58.520Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
55982026-09-08T17:51:58.520Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
55992026-09-08T17:51:58.520Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56002026-09-08T17:51:58.524Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO ok!
56012026-09-08T17:51:58.524Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO STEP 67 (ensure_file) COMPLETE
56022026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56032026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO skip step because feature "omicron1" is not enabled
56042026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56052026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO skip step because feature "omicron1" is not enabled
56062026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56072026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO skip step because feature "omicron1" is not enabled
56082026-09-08T17:51:58.525Z[ recovery-image] Sep 08 17:51:57.960 INFO O| Sep 08 17:51:57.960 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56092026-09-08T17:51:58.535Z[ recovery-image] Sep 08 17:51:57.975 INFO O| Sep 08 17:51:57.975 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56102026-09-08T17:51:58.536Z[ recovery-image] Sep 08 17:51:57.975 INFO O| Sep 08 17:51:57.975 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56112026-09-08T17:51:58.701Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56122026-09-08T17:51:58.987Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56132026-09-08T17:51:59.442Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56142026-09-08T17:51:59.493Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56152026-09-08T17:51:59.948Z[ recovery-image] Sep 08 17:51:59.388 INFO O| Sep 08 17:51:59.388 INFO STEP 71 (pack_tar) COMPLETE
56162026-09-08T17:51:59.949Z[ recovery-image] Sep 08 17:51:59.388 INFO O| Sep 08 17:51:59.388 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56172026-09-08T17:51:59.949Z[ recovery-image] Sep 08 17:51:59.388 INFO O| Sep 08 17:51:59.388 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56182026-09-08T17:52:00.014Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56192026-09-08T17:52:00.448Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
56202026-09-08T17:52:00.451Z[ recovery-image] Sep 08 17:51:59.889 INFO O| Sep 08 17:51:59.889 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56212026-09-08T17:52:00.480Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56222026-09-08T17:52:00.541Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
56232026-09-08T17:52:00.572Z[ recovery-image] Sep 08 17:52:00.011 INFO O| Sep 08 17:52:00.011 INFO completed processing sled/ramdisk-02-trim
56242026-09-08T17:52:00.575Z[ recovery-image] Sep 08 17:52:00.013 INFO image builder template: ramdisk-03-recovery-trim...
56252026-09-08T17:52:00.576Z[ recovery-image] Sep 08 17:52:00.013 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/.tmpcgJXbZ/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
56262026-09-08T17:52:00.579Z[ recovery-image] Sep 08 17:52:00.018 INFO O| Sep 08 17:52:00.018 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56272026-09-08T17:52:00.654Z[ recovery-image] Sep 08 17:52:00.094 INFO O| Sep 08 17:52:00.094 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56282026-09-08T17:52:00.658Z[ recovery-image] Sep 08 17:52:00.098 INFO O| Sep 08 17:52:00.098 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56292026-09-08T17:52:00.763Z[ recovery-image] Sep 08 17:52:00.202 INFO O| Sep 08 17:52:00.202 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56302026-09-08T17:52:00.856Z[ recovery-image] Sep 08 17:52:00.296 INFO O| Sep 08 17:52:00.296 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56312026-09-08T17:52:00.856Z[ recovery-image] Sep 08 17:52:00.296 INFO O| Sep 08 17:52:00.296 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56322026-09-08T17:52:00.864Z[ recovery-image] Sep 08 17:52:00.304 INFO O| Sep 08 17:52:00.304 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56332026-09-08T17:52:00.868Z[ recovery-image] Sep 08 17:52:00.308 INFO O| Sep 08 17:52:00.308 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56342026-09-08T17:52:00.876Z[ recovery-image] Sep 08 17:52:00.314 INFO O| Sep 08 17:52:00.314 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56352026-09-08T17:52:00.949Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56362026-09-08T17:52:01.156Z[verify-libraries] Compiling delegate v0.13.5
56372026-09-08T17:52:01.452Z[verify-libraries] Compiling sapling-renderdag v0.1.0
56382026-09-08T17:52:01.708Z[ recovery-image] Sep 08 17:52:01.148 INFO O| Sep 08 17:52:01.148 INFO rolled back to input snapshot; work may begin
56392026-09-08T17:52:01.708Z[ recovery-image] Sep 08 17:52:01.148 INFO O| Sep 08 17:52:01.148 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56402026-09-08T17:52:01.713Z[ recovery-image] Sep 08 17:52:01.153 INFO O| Sep 08 17:52:01.153 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-09-08T17:52:01.723Z[ recovery-image] Sep 08 17:52:01.163 INFO O| Sep 08 17:52:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56422026-09-08T17:52:01.726Z[ recovery-image] Sep 08 17:52:01.165 INFO O| Sep 08 17:52:01.165 INFO STEP 0 (remove_files) COMPLETE
56432026-09-08T17:52:01.726Z[ recovery-image] Sep 08 17:52:01.165 INFO O| Sep 08 17:52:01.165 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-09-08T17:52:01.740Z[ recovery-image] Sep 08 17:52:01.175 INFO O| Sep 08 17:52:01.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56452026-09-08T17:52:01.745Z[ recovery-image] Sep 08 17:52:01.176 INFO O| Sep 08 17:52:01.176 INFO STEP 1 (remove_files) COMPLETE
56462026-09-08T17:52:01.745Z[ recovery-image] Sep 08 17:52:01.176 INFO O| Sep 08 17:52:01.176 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-09-08T17:52:01.749Z[ recovery-image] Sep 08 17:52:01.185 INFO O| Sep 08 17:52:01.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56482026-09-08T17:52:01.749Z[ recovery-image] Sep 08 17:52:01.189 INFO O| Sep 08 17:52:01.188 INFO STEP 2 (remove_files) COMPLETE
56492026-09-08T17:52:01.749Z[ recovery-image] Sep 08 17:52:01.189 INFO O| Sep 08 17:52:01.189 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-09-08T17:52:01.759Z[ recovery-image] Sep 08 17:52:01.199 INFO O| Sep 08 17:52:01.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56512026-09-08T17:52:01.812Z[ recovery-image] Sep 08 17:52:01.252 INFO O| Sep 08 17:52:01.252 INFO STEP 3 (remove_files) COMPLETE
56522026-09-08T17:52:01.812Z[ recovery-image] Sep 08 17:52:01.252 INFO O| Sep 08 17:52:01.252 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-09-08T17:52:01.823Z[ recovery-image] Sep 08 17:52:01.263 INFO O| Sep 08 17:52:01.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56542026-09-08T17:52:01.826Z[ recovery-image] Sep 08 17:52:01.266 INFO O| Sep 08 17:52:01.266 INFO STEP 4 (remove_files) COMPLETE
56552026-09-08T17:52:01.827Z[ recovery-image] Sep 08 17:52:01.266 INFO O| Sep 08 17:52:01.266 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-09-08T17:52:01.837Z[ recovery-image] Sep 08 17:52:01.277 INFO O| Sep 08 17:52:01.277 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56572026-09-08T17:52:01.873Z[ recovery-image] Sep 08 17:52:01.313 INFO O| Sep 08 17:52:01.313 INFO STEP 5 (remove_files) COMPLETE
56582026-09-08T17:52:01.875Z[ recovery-image] Sep 08 17:52:01.313 INFO O| Sep 08 17:52:01.313 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-09-08T17:52:01.884Z[ recovery-image] Sep 08 17:52:01.323 INFO O| Sep 08 17:52:01.323 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56602026-09-08T17:52:01.888Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
56612026-09-08T17:52:01.898Z[ recovery-image] Sep 08 17:52:01.338 INFO O| Sep 08 17:52:01.338 INFO STEP 6 (remove_files) COMPLETE
56622026-09-08T17:52:01.898Z[ recovery-image] Sep 08 17:52:01.338 INFO O| Sep 08 17:52:01.338 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-09-08T17:52:01.909Z[ recovery-image] Sep 08 17:52:01.349 INFO O| Sep 08 17:52:01.349 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56642026-09-08T17:52:01.913Z[ recovery-image] Sep 08 17:52:01.351 INFO O| Sep 08 17:52:01.351 INFO STEP 7 (remove_files) COMPLETE
56652026-09-08T17:52:01.913Z[ recovery-image] Sep 08 17:52:01.351 INFO O| Sep 08 17:52:01.351 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-09-08T17:52:01.925Z[ recovery-image] Sep 08 17:52:01.362 INFO O| Sep 08 17:52:01.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56672026-09-08T17:52:01.928Z[ recovery-image] Sep 08 17:52:01.365 INFO O| Sep 08 17:52:01.365 INFO STEP 8 (remove_files) COMPLETE
56682026-09-08T17:52:01.928Z[ recovery-image] Sep 08 17:52:01.365 INFO O| Sep 08 17:52:01.365 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-09-08T17:52:01.937Z[ recovery-image] Sep 08 17:52:01.377 INFO O| Sep 08 17:52:01.376 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56702026-09-08T17:52:01.945Z[ recovery-image] Sep 08 17:52:01.385 INFO O| Sep 08 17:52:01.385 INFO STEP 9 (remove_files) COMPLETE
56712026-09-08T17:52:01.945Z[ recovery-image] Sep 08 17:52:01.385 INFO O| Sep 08 17:52:01.385 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-09-08T17:52:01.959Z[ recovery-image] Sep 08 17:52:01.398 INFO O| Sep 08 17:52:01.398 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
56732026-09-08T17:52:01.959Z[ recovery-image] Sep 08 17:52:01.398 INFO O| Sep 08 17:52:01.398 INFO STEP 10 (remove_files) COMPLETE
56742026-09-08T17:52:01.963Z[ recovery-image] Sep 08 17:52:01.398 INFO O| Sep 08 17:52:01.398 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-09-08T17:52:01.971Z[ recovery-image] Sep 08 17:52:01.408 INFO O| Sep 08 17:52:01.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
56762026-09-08T17:52:01.975Z[ recovery-image] Sep 08 17:52:01.410 INFO O| Sep 08 17:52:01.410 INFO STEP 11 (remove_files) COMPLETE
56772026-09-08T17:52:01.975Z[ recovery-image] Sep 08 17:52:01.410 INFO O| Sep 08 17:52:01.410 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-09-08T17:52:01.980Z[ recovery-image] Sep 08 17:52:01.420 INFO O| Sep 08 17:52:01.420 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
56792026-09-08T17:52:02.149Z[ recovery-image] Sep 08 17:52:01.588 INFO O| Sep 08 17:52:01.588 INFO STEP 12 (remove_files) COMPLETE
56802026-09-08T17:52:02.149Z[ recovery-image] Sep 08 17:52:01.588 INFO O| Sep 08 17:52:01.588 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-09-08T17:52:02.165Z[ recovery-image] Sep 08 17:52:01.605 INFO O| Sep 08 17:52:01.605 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
56822026-09-08T17:52:02.169Z[ recovery-image] Sep 08 17:52:01.609 INFO O| Sep 08 17:52:01.609 INFO STEP 13 (remove_files) COMPLETE
56832026-09-08T17:52:02.169Z[ recovery-image] Sep 08 17:52:01.609 INFO O| Sep 08 17:52:01.609 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-09-08T17:52:02.208Z[ recovery-image] Sep 08 17:52:01.647 INFO O| Sep 08 17:52:01.647 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
56852026-09-08T17:52:02.214Z[ recovery-image] Sep 08 17:52:01.654 INFO O| Sep 08 17:52:01.654 INFO STEP 14 (remove_files) COMPLETE
56862026-09-08T17:52:02.214Z[ recovery-image] Sep 08 17:52:01.654 INFO O| Sep 08 17:52:01.654 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-09-08T17:52:02.227Z[ recovery-image] Sep 08 17:52:01.666 INFO O| Sep 08 17:52:01.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
56882026-09-08T17:52:02.227Z[ recovery-image] Sep 08 17:52:01.667 INFO O| Sep 08 17:52:01.667 INFO STEP 15 (remove_files) COMPLETE
56892026-09-08T17:52:02.227Z[ recovery-image] Sep 08 17:52:01.667 INFO O| Sep 08 17:52:01.667 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-09-08T17:52:02.238Z[ recovery-image] Sep 08 17:52:01.678 INFO O| Sep 08 17:52:01.678 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
56912026-09-08T17:52:02.242Z[ recovery-image] Sep 08 17:52:01.680 INFO O| Sep 08 17:52:01.680 INFO STEP 16 (remove_files) COMPLETE
56922026-09-08T17:52:02.242Z[ recovery-image] Sep 08 17:52:01.680 INFO O| Sep 08 17:52:01.680 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-09-08T17:52:02.251Z[ recovery-image] Sep 08 17:52:01.691 INFO O| Sep 08 17:52:01.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
56942026-09-08T17:52:02.268Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
56952026-09-08T17:52:02.321Z[ recovery-image] Sep 08 17:52:01.761 INFO O| Sep 08 17:52:01.761 INFO STEP 17 (remove_files) COMPLETE
56962026-09-08T17:52:02.321Z[ recovery-image] Sep 08 17:52:01.761 INFO O| Sep 08 17:52:01.761 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-09-08T17:52:02.333Z[ recovery-image] Sep 08 17:52:01.772 INFO O| Sep 08 17:52:01.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
56982026-09-08T17:52:02.333Z[ recovery-image] Sep 08 17:52:01.772 INFO O| Sep 08 17:52:01.772 INFO STEP 18 (remove_files) COMPLETE
56992026-09-08T17:52:02.334Z[ recovery-image] Sep 08 17:52:01.772 INFO O| Sep 08 17:52:01.772 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-09-08T17:52:02.344Z[ recovery-image] Sep 08 17:52:01.783 INFO O| Sep 08 17:52:01.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57012026-09-08T17:52:02.344Z[ recovery-image] Sep 08 17:52:01.783 INFO O| Sep 08 17:52:01.783 INFO STEP 19 (remove_files) COMPLETE
57022026-09-08T17:52:02.344Z[ recovery-image] Sep 08 17:52:01.783 INFO O| Sep 08 17:52:01.783 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-09-08T17:52:02.362Z[ recovery-image] Sep 08 17:52:01.802 INFO O| Sep 08 17:52:01.802 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57042026-09-08T17:52:02.466Z[ recovery-image] Sep 08 17:52:01.906 INFO O| Sep 08 17:52:01.906 INFO STEP 20 (remove_files) COMPLETE
57052026-09-08T17:52:02.466Z[ recovery-image] Sep 08 17:52:01.906 INFO O| Sep 08 17:52:01.906 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-09-08T17:52:02.479Z[ recovery-image] Sep 08 17:52:01.919 INFO O| Sep 08 17:52:01.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57072026-09-08T17:52:02.483Z[ recovery-image] Sep 08 17:52:01.921 INFO O| Sep 08 17:52:01.921 INFO STEP 21 (remove_files) COMPLETE
57082026-09-08T17:52:02.483Z[ recovery-image] Sep 08 17:52:01.921 INFO O| Sep 08 17:52:01.921 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-09-08T17:52:02.490Z[ recovery-image] Sep 08 17:52:01.930 INFO O| Sep 08 17:52:01.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57102026-09-08T17:52:02.490Z[ recovery-image] Sep 08 17:52:01.930 INFO O| Sep 08 17:52:01.930 INFO STEP 22 (remove_files) COMPLETE
57112026-09-08T17:52:02.490Z[ recovery-image] Sep 08 17:52:01.930 INFO O| Sep 08 17:52:01.930 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-09-08T17:52:02.501Z[ recovery-image] Sep 08 17:52:01.941 INFO O| Sep 08 17:52:01.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57132026-09-08T17:52:02.506Z[ recovery-image] Sep 08 17:52:01.942 INFO O| Sep 08 17:52:01.942 INFO STEP 23 (remove_files) COMPLETE
57142026-09-08T17:52:02.506Z[ recovery-image] Sep 08 17:52:01.942 INFO O| Sep 08 17:52:01.942 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-09-08T17:52:02.529Z[ recovery-image] Sep 08 17:52:01.969 INFO O| Sep 08 17:52:01.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57162026-09-08T17:52:02.529Z[ recovery-image] Sep 08 17:52:01.969 INFO O| Sep 08 17:52:01.969 INFO STEP 24 (remove_files) COMPLETE
57172026-09-08T17:52:02.529Z[ recovery-image] Sep 08 17:52:01.969 INFO O| Sep 08 17:52:01.969 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-08T17:52:02.562Z[ recovery-image] Sep 08 17:52:01.999 INFO O| Sep 08 17:52:01.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57192026-09-08T17:52:02.567Z[ recovery-image] Sep 08 17:52:02.001 INFO O| Sep 08 17:52:02.001 INFO STEP 25 (remove_files) COMPLETE
57202026-09-08T17:52:02.567Z[ recovery-image] Sep 08 17:52:02.001 INFO O| Sep 08 17:52:02.001 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-08T17:52:02.573Z[ recovery-image] Sep 08 17:52:02.013 INFO O| Sep 08 17:52:02.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57222026-09-08T17:52:02.573Z[ recovery-image] Sep 08 17:52:02.013 INFO O| Sep 08 17:52:02.013 INFO STEP 26 (remove_files) COMPLETE
57232026-09-08T17:52:02.573Z[ recovery-image] Sep 08 17:52:02.013 INFO O| Sep 08 17:52:02.013 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-08T17:52:02.586Z[ recovery-image] Sep 08 17:52:02.026 INFO O| Sep 08 17:52:02.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57252026-09-08T17:52:02.590Z[ recovery-image] Sep 08 17:52:02.028 INFO O| Sep 08 17:52:02.028 INFO STEP 27 (remove_files) COMPLETE
57262026-09-08T17:52:02.590Z[ recovery-image] Sep 08 17:52:02.028 INFO O| Sep 08 17:52:02.028 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-08T17:52:02.613Z[ recovery-image] Sep 08 17:52:02.053 INFO O| Sep 08 17:52:02.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57282026-09-08T17:52:02.613Z[ recovery-image] Sep 08 17:52:02.053 INFO O| Sep 08 17:52:02.053 INFO STEP 28 (remove_files) COMPLETE
57292026-09-08T17:52:02.613Z[ recovery-image] Sep 08 17:52:02.053 INFO O| Sep 08 17:52:02.053 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-08T17:52:02.623Z[ recovery-image] Sep 08 17:52:02.063 INFO O| Sep 08 17:52:02.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57312026-09-08T17:52:02.623Z[ recovery-image] Sep 08 17:52:02.063 INFO O| Sep 08 17:52:02.063 INFO STEP 29 (remove_files) COMPLETE
57322026-09-08T17:52:02.623Z[ recovery-image] Sep 08 17:52:02.063 INFO O| Sep 08 17:52:02.063 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-08T17:52:02.634Z[ recovery-image] Sep 08 17:52:02.074 INFO O| Sep 08 17:52:02.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57342026-09-08T17:52:02.634Z[ recovery-image] Sep 08 17:52:02.074 INFO O| Sep 08 17:52:02.074 INFO STEP 30 (remove_files) COMPLETE
57352026-09-08T17:52:02.635Z[ recovery-image] Sep 08 17:52:02.074 INFO O| Sep 08 17:52:02.074 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-08T17:52:02.645Z[ recovery-image] Sep 08 17:52:02.085 INFO O| Sep 08 17:52:02.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57372026-09-08T17:52:02.645Z[ recovery-image] Sep 08 17:52:02.085 INFO O| Sep 08 17:52:02.085 INFO STEP 31 (remove_files) COMPLETE
57382026-09-08T17:52:02.645Z[ recovery-image] Sep 08 17:52:02.085 INFO O| Sep 08 17:52:02.085 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-08T17:52:02.655Z[ recovery-image] Sep 08 17:52:02.095 INFO O| Sep 08 17:52:02.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57402026-09-08T17:52:02.659Z[ recovery-image] Sep 08 17:52:02.096 INFO O| Sep 08 17:52:02.096 INFO STEP 32 (remove_files) COMPLETE
57412026-09-08T17:52:02.659Z[ recovery-image] Sep 08 17:52:02.096 INFO O| Sep 08 17:52:02.096 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-08T17:52:02.667Z[ recovery-image] Sep 08 17:52:02.107 INFO O| Sep 08 17:52:02.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57432026-09-08T17:52:02.667Z[ recovery-image] Sep 08 17:52:02.107 INFO O| Sep 08 17:52:02.107 INFO STEP 33 (remove_files) COMPLETE
57442026-09-08T17:52:02.667Z[ recovery-image] Sep 08 17:52:02.107 INFO O| Sep 08 17:52:02.107 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-08T17:52:02.679Z[ recovery-image] Sep 08 17:52:02.118 INFO O| Sep 08 17:52:02.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57462026-09-08T17:52:02.680Z[ recovery-image] Sep 08 17:52:02.118 INFO O| Sep 08 17:52:02.118 INFO STEP 34 (remove_files) COMPLETE
57472026-09-08T17:52:02.684Z[ recovery-image] Sep 08 17:52:02.118 INFO O| Sep 08 17:52:02.118 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-08T17:52:02.688Z[ recovery-image] Sep 08 17:52:02.128 INFO O| Sep 08 17:52:02.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57492026-09-08T17:52:02.688Z[ recovery-image] Sep 08 17:52:02.128 INFO O| Sep 08 17:52:02.128 INFO STEP 35 (remove_files) COMPLETE
57502026-09-08T17:52:02.688Z[ recovery-image] Sep 08 17:52:02.128 INFO O| Sep 08 17:52:02.128 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-09-08T17:52:02.698Z[ recovery-image] Sep 08 17:52:02.138 INFO O| Sep 08 17:52:02.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57522026-09-08T17:52:02.702Z[ recovery-image] Sep 08 17:52:02.138 INFO O| Sep 08 17:52:02.138 INFO STEP 36 (remove_files) COMPLETE
57532026-09-08T17:52:02.702Z[ recovery-image] Sep 08 17:52:02.138 INFO O| Sep 08 17:52:02.138 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-09-08T17:52:02.710Z[ recovery-image] Sep 08 17:52:02.149 INFO O| Sep 08 17:52:02.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57552026-09-08T17:52:02.710Z[ recovery-image] Sep 08 17:52:02.149 INFO O| Sep 08 17:52:02.149 INFO STEP 37 (remove_files) COMPLETE
57562026-09-08T17:52:02.716Z[ recovery-image] Sep 08 17:52:02.149 INFO O| Sep 08 17:52:02.149 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-08T17:52:02.720Z[ recovery-image] Sep 08 17:52:02.159 INFO O| Sep 08 17:52:02.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57582026-09-08T17:52:02.720Z[ recovery-image] Sep 08 17:52:02.159 INFO O| Sep 08 17:52:02.159 INFO STEP 38 (remove_files) COMPLETE
57592026-09-08T17:52:02.720Z[ recovery-image] Sep 08 17:52:02.159 INFO O| Sep 08 17:52:02.159 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-09-08T17:52:02.731Z[ recovery-image] Sep 08 17:52:02.169 INFO O| Sep 08 17:52:02.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57612026-09-08T17:52:02.731Z[ recovery-image] Sep 08 17:52:02.169 INFO O| Sep 08 17:52:02.169 INFO STEP 39 (remove_files) COMPLETE
57622026-09-08T17:52:02.731Z[ recovery-image] Sep 08 17:52:02.169 INFO O| Sep 08 17:52:02.169 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-09-08T17:52:02.740Z[ recovery-image] Sep 08 17:52:02.179 INFO O| Sep 08 17:52:02.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57642026-09-08T17:52:02.740Z[ recovery-image] Sep 08 17:52:02.179 INFO O| Sep 08 17:52:02.179 INFO STEP 40 (remove_files) COMPLETE
57652026-09-08T17:52:02.747Z[ recovery-image] Sep 08 17:52:02.179 INFO O| Sep 08 17:52:02.179 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-09-08T17:52:02.751Z[ recovery-image] Sep 08 17:52:02.190 INFO O| Sep 08 17:52:02.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57672026-09-08T17:52:02.751Z[ recovery-image] Sep 08 17:52:02.190 INFO O| Sep 08 17:52:02.190 INFO STEP 41 (remove_files) COMPLETE
57682026-09-08T17:52:02.751Z[ recovery-image] Sep 08 17:52:02.190 INFO O| Sep 08 17:52:02.190 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-09-08T17:52:02.759Z[ recovery-image] Sep 08 17:52:02.199 INFO O| Sep 08 17:52:02.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57702026-09-08T17:52:02.759Z[ recovery-image] Sep 08 17:52:02.199 INFO O| Sep 08 17:52:02.199 INFO STEP 42 (remove_files) COMPLETE
57712026-09-08T17:52:02.759Z[ recovery-image] Sep 08 17:52:02.199 INFO O| Sep 08 17:52:02.199 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-08T17:52:02.771Z[ recovery-image] Sep 08 17:52:02.211 INFO O| Sep 08 17:52:02.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
57732026-09-08T17:52:02.771Z[ recovery-image] Sep 08 17:52:02.211 INFO O| Sep 08 17:52:02.211 INFO STEP 43 (remove_files) COMPLETE
57742026-09-08T17:52:02.771Z[ recovery-image] Sep 08 17:52:02.211 INFO O| Sep 08 17:52:02.211 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-08T17:52:02.823Z[ recovery-image] Sep 08 17:52:02.222 INFO O| Sep 08 17:52:02.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
57762026-09-08T17:52:02.827Z[ recovery-image] Sep 08 17:52:02.223 INFO O| Sep 08 17:52:02.223 INFO STEP 44 (remove_files) COMPLETE
57772026-09-08T17:52:02.827Z[ recovery-image] Sep 08 17:52:02.223 INFO O| Sep 08 17:52:02.223 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-08T17:52:02.827Z[ recovery-image] Sep 08 17:52:02.234 INFO O| Sep 08 17:52:02.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
57792026-09-08T17:52:02.827Z[ recovery-image] Sep 08 17:52:02.234 INFO O| Sep 08 17:52:02.234 INFO STEP 45 (remove_files) COMPLETE
57802026-09-08T17:52:02.827Z[ recovery-image] Sep 08 17:52:02.234 INFO O| Sep 08 17:52:02.234 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-08T17:52:02.827Z[ recovery-image] Sep 08 17:52:02.244 INFO O| Sep 08 17:52:02.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
57822026-09-08T17:52:02.828Z[ recovery-image] Sep 08 17:52:02.245 INFO O| Sep 08 17:52:02.244 INFO STEP 46 (remove_files) COMPLETE
57832026-09-08T17:52:02.828Z[ recovery-image] Sep 08 17:52:02.245 INFO O| Sep 08 17:52:02.245 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-09-08T17:52:02.828Z[ recovery-image] Sep 08 17:52:02.256 INFO O| Sep 08 17:52:02.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
57852026-09-08T17:52:02.828Z[ recovery-image] Sep 08 17:52:02.256 INFO O| Sep 08 17:52:02.256 INFO STEP 47 (remove_files) COMPLETE
57862026-09-08T17:52:02.828Z[ recovery-image] Sep 08 17:52:02.256 INFO O| Sep 08 17:52:02.256 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-09-08T17:52:02.831Z[ recovery-image] Sep 08 17:52:02.267 INFO O| Sep 08 17:52:02.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
57882026-09-08T17:52:02.831Z[ recovery-image] Sep 08 17:52:02.267 INFO O| Sep 08 17:52:02.267 INFO STEP 48 (remove_files) COMPLETE
57892026-09-08T17:52:02.831Z[ recovery-image] Sep 08 17:52:02.267 INFO O| Sep 08 17:52:02.267 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-09-08T17:52:02.839Z[ recovery-image] Sep 08 17:52:02.277 INFO O| Sep 08 17:52:02.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
57912026-09-08T17:52:02.839Z[ recovery-image] Sep 08 17:52:02.277 INFO O| Sep 08 17:52:02.277 INFO STEP 49 (remove_files) COMPLETE
57922026-09-08T17:52:02.839Z[ recovery-image] Sep 08 17:52:02.277 INFO O| Sep 08 17:52:02.277 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-09-08T17:52:02.848Z[ recovery-image] Sep 08 17:52:02.288 INFO O| Sep 08 17:52:02.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
57942026-09-08T17:52:02.848Z[ recovery-image] Sep 08 17:52:02.288 INFO O| Sep 08 17:52:02.288 INFO STEP 50 (remove_files) COMPLETE
57952026-09-08T17:52:02.851Z[ recovery-image] Sep 08 17:52:02.288 INFO O| Sep 08 17:52:02.288 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-09-08T17:52:02.860Z[ recovery-image] Sep 08 17:52:02.299 INFO O| Sep 08 17:52:02.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
57972026-09-08T17:52:02.860Z[ recovery-image] Sep 08 17:52:02.299 INFO O| Sep 08 17:52:02.299 INFO STEP 51 (remove_files) COMPLETE
57982026-09-08T17:52:02.864Z[ recovery-image] Sep 08 17:52:02.299 INFO O| Sep 08 17:52:02.299 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-09-08T17:52:02.869Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58002026-09-08T17:52:02.872Z[ recovery-image] Sep 08 17:52:02.311 INFO O| Sep 08 17:52:02.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58012026-09-08T17:52:02.872Z[ recovery-image] Sep 08 17:52:02.312 INFO O| Sep 08 17:52:02.312 INFO STEP 52 (remove_files) COMPLETE
58022026-09-08T17:52:02.872Z[ recovery-image] Sep 08 17:52:02.312 INFO O| Sep 08 17:52:02.312 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-08T17:52:02.885Z[ recovery-image] Sep 08 17:52:02.324 INFO O| Sep 08 17:52:02.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58042026-09-08T17:52:02.885Z[ recovery-image] Sep 08 17:52:02.325 INFO O| Sep 08 17:52:02.325 INFO STEP 53 (remove_files) COMPLETE
58052026-09-08T17:52:02.889Z[ recovery-image] Sep 08 17:52:02.325 INFO O| Sep 08 17:52:02.325 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-08T17:52:02.896Z[ recovery-image] Sep 08 17:52:02.336 INFO O| Sep 08 17:52:02.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58072026-09-08T17:52:02.896Z[ recovery-image] Sep 08 17:52:02.336 INFO O| Sep 08 17:52:02.336 INFO STEP 54 (remove_files) COMPLETE
58082026-09-08T17:52:02.896Z[ recovery-image] Sep 08 17:52:02.336 INFO O| Sep 08 17:52:02.336 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-08T17:52:02.906Z[ recovery-image] Sep 08 17:52:02.346 INFO O| Sep 08 17:52:02.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58102026-09-08T17:52:02.906Z[ recovery-image] Sep 08 17:52:02.346 INFO O| Sep 08 17:52:02.346 INFO STEP 55 (remove_files) COMPLETE
58112026-09-08T17:52:02.906Z[ recovery-image] Sep 08 17:52:02.346 INFO O| Sep 08 17:52:02.346 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-08T17:52:02.919Z[ recovery-image] Sep 08 17:52:02.358 INFO O| Sep 08 17:52:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58132026-09-08T17:52:02.919Z[ recovery-image] Sep 08 17:52:02.358 INFO O| Sep 08 17:52:02.358 INFO STEP 56 (remove_files) COMPLETE
58142026-09-08T17:52:02.919Z[ recovery-image] Sep 08 17:52:02.358 INFO O| Sep 08 17:52:02.358 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-08T17:52:02.929Z[ recovery-image] Sep 08 17:52:02.368 INFO O| Sep 08 17:52:02.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58162026-09-08T17:52:02.929Z[ recovery-image] Sep 08 17:52:02.369 INFO O| Sep 08 17:52:02.368 INFO STEP 57 (remove_files) COMPLETE
58172026-09-08T17:52:02.929Z[ recovery-image] Sep 08 17:52:02.369 INFO O| Sep 08 17:52:02.368 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-08T17:52:02.940Z[ recovery-image] Sep 08 17:52:02.379 INFO O| Sep 08 17:52:02.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58192026-09-08T17:52:02.940Z[ recovery-image] Sep 08 17:52:02.379 INFO O| Sep 08 17:52:02.379 INFO STEP 58 (remove_files) COMPLETE
58202026-09-08T17:52:02.944Z[ recovery-image] Sep 08 17:52:02.379 INFO O| Sep 08 17:52:02.379 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-08T17:52:02.950Z[ recovery-image] Sep 08 17:52:02.390 INFO O| Sep 08 17:52:02.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58222026-09-08T17:52:02.950Z[ recovery-image] Sep 08 17:52:02.390 INFO O| Sep 08 17:52:02.390 INFO STEP 59 (remove_files) COMPLETE
58232026-09-08T17:52:02.950Z[ recovery-image] Sep 08 17:52:02.390 INFO O| Sep 08 17:52:02.390 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-08T17:52:02.961Z[ recovery-image] Sep 08 17:52:02.401 INFO O| Sep 08 17:52:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58252026-09-08T17:52:02.964Z[ recovery-image] Sep 08 17:52:02.401 INFO O| Sep 08 17:52:02.401 INFO STEP 60 (remove_files) COMPLETE
58262026-09-08T17:52:02.964Z[ recovery-image] Sep 08 17:52:02.401 INFO O| Sep 08 17:52:02.401 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-08T17:52:02.964Z[verify-libraries] Compiling seq-macro v0.3.6
58282026-09-08T17:52:02.973Z[ recovery-image] Sep 08 17:52:02.413 INFO O| Sep 08 17:52:02.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58292026-09-08T17:52:02.973Z[ recovery-image] Sep 08 17:52:02.413 INFO O| Sep 08 17:52:02.413 INFO STEP 61 (remove_files) COMPLETE
58302026-09-08T17:52:02.976Z[ recovery-image] Sep 08 17:52:02.413 INFO O| Sep 08 17:52:02.413 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-09-08T17:52:02.984Z[ recovery-image] Sep 08 17:52:02.424 INFO O| Sep 08 17:52:02.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58322026-09-08T17:52:02.984Z[ recovery-image] Sep 08 17:52:02.424 INFO O| Sep 08 17:52:02.424 INFO STEP 62 (remove_files) COMPLETE
58332026-09-08T17:52:02.984Z[ recovery-image] Sep 08 17:52:02.424 INFO O| Sep 08 17:52:02.424 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-08T17:52:02.994Z[ recovery-image] Sep 08 17:52:02.434 INFO O| Sep 08 17:52:02.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58352026-09-08T17:52:02.994Z[ recovery-image] Sep 08 17:52:02.434 INFO O| Sep 08 17:52:02.434 INFO STEP 63 (remove_files) COMPLETE
58362026-09-08T17:52:02.994Z[ recovery-image] Sep 08 17:52:02.434 INFO O| Sep 08 17:52:02.434 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-08T17:52:03.005Z[ recovery-image] Sep 08 17:52:02.445 INFO O| Sep 08 17:52:02.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58382026-09-08T17:52:03.009Z[ recovery-image] Sep 08 17:52:02.446 INFO O| Sep 08 17:52:02.446 INFO STEP 64 (remove_files) COMPLETE
58392026-09-08T17:52:03.009Z[ recovery-image] Sep 08 17:52:02.446 INFO O| Sep 08 17:52:02.446 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-08T17:52:03.016Z[ recovery-image] Sep 08 17:52:02.456 INFO O| Sep 08 17:52:02.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58412026-09-08T17:52:03.016Z[ recovery-image] Sep 08 17:52:02.456 INFO O| Sep 08 17:52:02.456 INFO STEP 65 (remove_files) COMPLETE
58422026-09-08T17:52:03.019Z[ recovery-image] Sep 08 17:52:02.456 INFO O| Sep 08 17:52:02.456 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-08T17:52:03.023Z[verify-libraries] Compiling hex-literal v1.1.0
58442026-09-08T17:52:03.027Z[ recovery-image] Sep 08 17:52:02.466 INFO O| Sep 08 17:52:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58452026-09-08T17:52:03.027Z[ recovery-image] Sep 08 17:52:02.466 INFO O| Sep 08 17:52:02.466 INFO STEP 66 (remove_files) COMPLETE
58462026-09-08T17:52:03.030Z[ recovery-image] Sep 08 17:52:02.466 INFO O| Sep 08 17:52:02.466 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-09-08T17:52:03.035Z[ recovery-image] Sep 08 17:52:02.475 INFO O| Sep 08 17:52:02.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58482026-09-08T17:52:03.035Z[ recovery-image] Sep 08 17:52:02.475 INFO O| Sep 08 17:52:02.475 INFO STEP 67 (remove_files) COMPLETE
58492026-09-08T17:52:03.039Z[ recovery-image] Sep 08 17:52:02.475 INFO O| Sep 08 17:52:02.475 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-09-08T17:52:03.046Z[ recovery-image] Sep 08 17:52:02.486 INFO O| Sep 08 17:52:02.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58512026-09-08T17:52:03.046Z[ recovery-image] Sep 08 17:52:02.486 INFO O| Sep 08 17:52:02.485 INFO STEP 68 (remove_files) COMPLETE
58522026-09-08T17:52:03.049Z[ recovery-image] Sep 08 17:52:02.486 INFO O| Sep 08 17:52:02.485 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-09-08T17:52:03.057Z[ recovery-image] Sep 08 17:52:02.497 INFO O| Sep 08 17:52:02.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58542026-09-08T17:52:03.057Z[ recovery-image] Sep 08 17:52:02.497 INFO O| Sep 08 17:52:02.497 INFO STEP 69 (remove_files) COMPLETE
58552026-09-08T17:52:03.057Z[ recovery-image] Sep 08 17:52:02.497 INFO O| Sep 08 17:52:02.497 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-08T17:52:03.067Z[ recovery-image] Sep 08 17:52:02.507 INFO O| Sep 08 17:52:02.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58572026-09-08T17:52:03.067Z[ recovery-image] Sep 08 17:52:02.507 INFO O| Sep 08 17:52:02.507 INFO STEP 70 (remove_files) COMPLETE
58582026-09-08T17:52:03.067Z[ recovery-image] Sep 08 17:52:02.507 INFO O| Sep 08 17:52:02.507 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-08T17:52:03.077Z[ recovery-image] Sep 08 17:52:02.517 INFO O| Sep 08 17:52:02.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58602026-09-08T17:52:03.077Z[ recovery-image] Sep 08 17:52:02.517 INFO O| Sep 08 17:52:02.517 INFO STEP 71 (remove_files) COMPLETE
58612026-09-08T17:52:03.081Z[ recovery-image] Sep 08 17:52:02.517 INFO O| Sep 08 17:52:02.517 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-09-08T17:52:03.088Z[ recovery-image] Sep 08 17:52:02.527 INFO O| Sep 08 17:52:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58632026-09-08T17:52:03.088Z[ recovery-image] Sep 08 17:52:02.528 INFO O| Sep 08 17:52:02.528 INFO STEP 72 (remove_files) COMPLETE
58642026-09-08T17:52:03.088Z[ recovery-image] Sep 08 17:52:02.528 INFO O| Sep 08 17:52:02.528 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-09-08T17:52:03.097Z[ recovery-image] Sep 08 17:52:02.537 INFO O| Sep 08 17:52:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58662026-09-08T17:52:03.097Z[ recovery-image] Sep 08 17:52:02.537 INFO O| Sep 08 17:52:02.537 INFO STEP 73 (remove_files) COMPLETE
58672026-09-08T17:52:03.104Z[ recovery-image] Sep 08 17:52:02.537 INFO O| Sep 08 17:52:02.537 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-08T17:52:03.107Z[ recovery-image] Sep 08 17:52:02.546 INFO O| Sep 08 17:52:02.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58692026-09-08T17:52:03.107Z[ recovery-image] Sep 08 17:52:02.546 INFO O| Sep 08 17:52:02.546 INFO STEP 74 (remove_files) COMPLETE
58702026-09-08T17:52:03.107Z[ recovery-image] Sep 08 17:52:02.546 INFO O| Sep 08 17:52:02.546 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-08T17:52:03.116Z[ recovery-image] Sep 08 17:52:02.556 INFO O| Sep 08 17:52:02.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58722026-09-08T17:52:03.116Z[ recovery-image] Sep 08 17:52:02.556 INFO O| Sep 08 17:52:02.556 INFO STEP 75 (remove_files) COMPLETE
58732026-09-08T17:52:03.121Z[ recovery-image] Sep 08 17:52:02.556 INFO O| Sep 08 17:52:02.556 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-09-08T17:52:03.127Z[ recovery-image] Sep 08 17:52:02.567 INFO O| Sep 08 17:52:02.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
58752026-09-08T17:52:03.127Z[ recovery-image] Sep 08 17:52:02.567 INFO O| Sep 08 17:52:02.567 INFO STEP 76 (remove_files) COMPLETE
58762026-09-08T17:52:03.127Z[ recovery-image] Sep 08 17:52:02.567 INFO O| Sep 08 17:52:02.567 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-09-08T17:52:03.137Z[ recovery-image] Sep 08 17:52:02.577 INFO O| Sep 08 17:52:02.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
58782026-09-08T17:52:03.137Z[ recovery-image] Sep 08 17:52:02.577 INFO O| Sep 08 17:52:02.577 INFO STEP 77 (remove_files) COMPLETE
58792026-09-08T17:52:03.137Z[ recovery-image] Sep 08 17:52:02.577 INFO O| Sep 08 17:52:02.577 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-09-08T17:52:03.148Z[ recovery-image] Sep 08 17:52:02.588 INFO O| Sep 08 17:52:02.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
58812026-09-08T17:52:03.148Z[ recovery-image] Sep 08 17:52:02.588 INFO O| Sep 08 17:52:02.588 INFO STEP 78 (remove_files) COMPLETE
58822026-09-08T17:52:03.148Z[ recovery-image] Sep 08 17:52:02.588 INFO O| Sep 08 17:52:02.588 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-09-08T17:52:03.159Z[ recovery-image] Sep 08 17:52:02.598 INFO O| Sep 08 17:52:02.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
58842026-09-08T17:52:03.159Z[ recovery-image] Sep 08 17:52:02.599 INFO O| Sep 08 17:52:02.598 INFO STEP 79 (remove_files) COMPLETE
58852026-09-08T17:52:03.164Z[ recovery-image] Sep 08 17:52:02.599 INFO O| Sep 08 17:52:02.598 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-09-08T17:52:03.169Z[ recovery-image] Sep 08 17:52:02.608 INFO O| Sep 08 17:52:02.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
58872026-09-08T17:52:03.169Z[ recovery-image] Sep 08 17:52:02.608 INFO O| Sep 08 17:52:02.608 INFO STEP 80 (remove_files) COMPLETE
58882026-09-08T17:52:03.172Z[ recovery-image] Sep 08 17:52:02.608 INFO O| Sep 08 17:52:02.608 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-09-08T17:52:03.179Z[ recovery-image] Sep 08 17:52:02.619 INFO O| Sep 08 17:52:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
58902026-09-08T17:52:03.179Z[ recovery-image] Sep 08 17:52:02.619 INFO O| Sep 08 17:52:02.619 INFO STEP 81 (remove_files) COMPLETE
58912026-09-08T17:52:03.179Z[ recovery-image] Sep 08 17:52:02.619 INFO O| Sep 08 17:52:02.619 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-09-08T17:52:03.190Z[verify-libraries] Compiling sync-ptr v0.1.4
58932026-09-08T17:52:03.194Z[ recovery-image] Sep 08 17:52:02.629 INFO O| Sep 08 17:52:02.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
58942026-09-08T17:52:03.194Z[ recovery-image] Sep 08 17:52:02.629 INFO O| Sep 08 17:52:02.629 INFO STEP 82 (remove_files) COMPLETE
58952026-09-08T17:52:03.194Z[ recovery-image] Sep 08 17:52:02.629 INFO O| Sep 08 17:52:02.629 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-08T17:52:03.200Z[ recovery-image] Sep 08 17:52:02.640 INFO O| Sep 08 17:52:02.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
58972026-09-08T17:52:03.200Z[ recovery-image] Sep 08 17:52:02.640 INFO O| Sep 08 17:52:02.640 INFO STEP 83 (remove_files) COMPLETE
58982026-09-08T17:52:03.204Z[ recovery-image] Sep 08 17:52:02.640 INFO O| Sep 08 17:52:02.640 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-08T17:52:03.214Z[ recovery-image] Sep 08 17:52:02.653 INFO O| Sep 08 17:52:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59002026-09-08T17:52:03.214Z[ recovery-image] Sep 08 17:52:02.653 INFO O| Sep 08 17:52:02.653 INFO STEP 84 (remove_files) COMPLETE
59012026-09-08T17:52:03.214Z[ recovery-image] Sep 08 17:52:02.653 INFO O| Sep 08 17:52:02.653 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-08T17:52:03.225Z[ recovery-image] Sep 08 17:52:02.664 INFO O| Sep 08 17:52:02.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59032026-09-08T17:52:03.225Z[ recovery-image] Sep 08 17:52:02.664 INFO O| Sep 08 17:52:02.664 INFO STEP 85 (remove_files) COMPLETE
59042026-09-08T17:52:03.225Z[ recovery-image] Sep 08 17:52:02.664 INFO O| Sep 08 17:52:02.664 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-08T17:52:03.234Z[ recovery-image] Sep 08 17:52:02.674 INFO O| Sep 08 17:52:02.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59062026-09-08T17:52:03.234Z[ recovery-image] Sep 08 17:52:02.674 INFO O| Sep 08 17:52:02.674 INFO STEP 86 (remove_files) COMPLETE
59072026-09-08T17:52:03.234Z[ recovery-image] Sep 08 17:52:02.674 INFO O| Sep 08 17:52:02.674 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-08T17:52:03.245Z[ recovery-image] Sep 08 17:52:02.685 INFO O| Sep 08 17:52:02.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59092026-09-08T17:52:03.245Z[ recovery-image] Sep 08 17:52:02.685 INFO O| Sep 08 17:52:02.685 INFO STEP 87 (remove_files) COMPLETE
59102026-09-08T17:52:03.249Z[ recovery-image] Sep 08 17:52:02.685 INFO O| Sep 08 17:52:02.685 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-08T17:52:03.259Z[ recovery-image] Sep 08 17:52:02.698 INFO O| Sep 08 17:52:02.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59122026-09-08T17:52:03.259Z[ recovery-image] Sep 08 17:52:02.699 INFO O| Sep 08 17:52:02.699 INFO STEP 88 (remove_files) COMPLETE
59132026-09-08T17:52:03.259Z[ recovery-image] Sep 08 17:52:02.699 INFO O| Sep 08 17:52:02.699 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-08T17:52:03.287Z[ recovery-image] Sep 08 17:52:02.727 INFO O| Sep 08 17:52:02.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59152026-09-08T17:52:03.290Z[ recovery-image] Sep 08 17:52:02.729 INFO O| Sep 08 17:52:02.728 INFO STEP 89 (remove_files) COMPLETE
59162026-09-08T17:52:03.290Z[ recovery-image] Sep 08 17:52:02.729 INFO O| Sep 08 17:52:02.728 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-09-08T17:52:03.307Z[ recovery-image] Sep 08 17:52:02.747 INFO O| Sep 08 17:52:02.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59182026-09-08T17:52:03.307Z[ recovery-image] Sep 08 17:52:02.747 INFO O| Sep 08 17:52:02.747 INFO STEP 90 (remove_files) COMPLETE
59192026-09-08T17:52:03.308Z[ recovery-image] Sep 08 17:52:02.747 INFO O| Sep 08 17:52:02.747 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-08T17:52:03.317Z[ recovery-image] Sep 08 17:52:02.757 INFO O| Sep 08 17:52:02.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59212026-09-08T17:52:03.317Z[ recovery-image] Sep 08 17:52:02.757 INFO O| Sep 08 17:52:02.757 INFO STEP 91 (remove_files) COMPLETE
59222026-09-08T17:52:03.321Z[ recovery-image] Sep 08 17:52:02.757 INFO O| Sep 08 17:52:02.757 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-08T17:52:03.331Z[ recovery-image] Sep 08 17:52:02.771 INFO O| Sep 08 17:52:02.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59242026-09-08T17:52:03.331Z[ recovery-image] Sep 08 17:52:02.771 INFO O| Sep 08 17:52:02.771 INFO STEP 92 (remove_files) COMPLETE
59252026-09-08T17:52:03.331Z[ recovery-image] Sep 08 17:52:02.771 INFO O| Sep 08 17:52:02.771 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-08T17:52:03.334Z[verify-libraries] Compiling md5 v0.8.0
59272026-09-08T17:52:03.346Z[ recovery-image] Sep 08 17:52:02.786 INFO O| Sep 08 17:52:02.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59282026-09-08T17:52:03.346Z[ recovery-image] Sep 08 17:52:02.786 INFO O| Sep 08 17:52:02.786 INFO STEP 93 (remove_files) COMPLETE
59292026-09-08T17:52:03.346Z[ recovery-image] Sep 08 17:52:02.786 INFO O| Sep 08 17:52:02.786 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-09-08T17:52:03.357Z[ recovery-image] Sep 08 17:52:02.796 INFO O| Sep 08 17:52:02.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59312026-09-08T17:52:03.357Z[ recovery-image] Sep 08 17:52:02.796 INFO O| Sep 08 17:52:02.796 INFO STEP 94 (remove_files) COMPLETE
59322026-09-08T17:52:03.360Z[ recovery-image] Sep 08 17:52:02.796 INFO O| Sep 08 17:52:02.796 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-09-08T17:52:03.366Z[ recovery-image] Sep 08 17:52:02.805 INFO O| Sep 08 17:52:02.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59342026-09-08T17:52:03.369Z[ recovery-image] Sep 08 17:52:02.806 INFO O| Sep 08 17:52:02.806 INFO STEP 95 (remove_files) COMPLETE
59352026-09-08T17:52:03.369Z[ recovery-image] Sep 08 17:52:02.806 INFO O| Sep 08 17:52:02.806 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-08T17:52:03.378Z[ recovery-image] Sep 08 17:52:02.818 INFO O| Sep 08 17:52:02.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59372026-09-08T17:52:03.378Z[ recovery-image] Sep 08 17:52:02.818 INFO O| Sep 08 17:52:02.818 INFO STEP 96 (remove_files) COMPLETE
59382026-09-08T17:52:03.378Z[ recovery-image] Sep 08 17:52:02.818 INFO O| Sep 08 17:52:02.818 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-08T17:52:03.388Z[ recovery-image] Sep 08 17:52:02.827 INFO O| Sep 08 17:52:02.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59402026-09-08T17:52:03.388Z[ recovery-image] Sep 08 17:52:02.827 INFO O| Sep 08 17:52:02.827 INFO STEP 97 (remove_files) COMPLETE
59412026-09-08T17:52:03.391Z[ recovery-image] Sep 08 17:52:02.827 INFO O| Sep 08 17:52:02.827 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-08T17:52:03.395Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
59432026-09-08T17:52:03.398Z[ recovery-image] Sep 08 17:52:02.838 INFO O| Sep 08 17:52:02.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59442026-09-08T17:52:03.398Z[ recovery-image] Sep 08 17:52:02.838 INFO O| Sep 08 17:52:02.838 INFO STEP 98 (remove_files) COMPLETE
59452026-09-08T17:52:03.398Z[ recovery-image] Sep 08 17:52:02.838 INFO O| Sep 08 17:52:02.838 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-09-08T17:52:03.414Z[ recovery-image] Sep 08 17:52:02.854 INFO O| Sep 08 17:52:02.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59472026-09-08T17:52:03.414Z[ recovery-image] Sep 08 17:52:02.854 INFO O| Sep 08 17:52:02.850 INFO STEP 99 (remove_files) COMPLETE
59482026-09-08T17:52:03.414Z[ recovery-image] Sep 08 17:52:02.854 INFO O| Sep 08 17:52:02.850 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-09-08T17:52:03.422Z[ recovery-image] Sep 08 17:52:02.862 INFO O| Sep 08 17:52:02.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59502026-09-08T17:52:03.423Z[ recovery-image] Sep 08 17:52:02.862 INFO O| Sep 08 17:52:02.861 INFO STEP 100 (remove_files) COMPLETE
59512026-09-08T17:52:03.426Z[ recovery-image] Sep 08 17:52:02.862 INFO O| Sep 08 17:52:02.861 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-09-08T17:52:03.434Z[ recovery-image] Sep 08 17:52:02.874 INFO O| Sep 08 17:52:02.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59532026-09-08T17:52:03.434Z[ recovery-image] Sep 08 17:52:02.874 INFO O| Sep 08 17:52:02.874 INFO STEP 101 (remove_files) COMPLETE
59542026-09-08T17:52:03.435Z[ recovery-image] Sep 08 17:52:02.874 INFO O| Sep 08 17:52:02.874 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-09-08T17:52:03.438Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59562026-09-08T17:52:03.445Z[ recovery-image] Sep 08 17:52:02.885 INFO O| Sep 08 17:52:02.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59572026-09-08T17:52:03.445Z[ recovery-image] Sep 08 17:52:02.885 INFO O| Sep 08 17:52:02.885 INFO STEP 102 (remove_files) COMPLETE
59582026-09-08T17:52:03.449Z[ recovery-image] Sep 08 17:52:02.885 INFO O| Sep 08 17:52:02.885 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-08T17:52:03.455Z[ recovery-image] Sep 08 17:52:02.895 INFO O| Sep 08 17:52:02.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59602026-09-08T17:52:03.455Z[ recovery-image] Sep 08 17:52:02.895 INFO O| Sep 08 17:52:02.895 INFO STEP 103 (remove_files) COMPLETE
59612026-09-08T17:52:03.455Z[ recovery-image] Sep 08 17:52:02.895 INFO O| Sep 08 17:52:02.895 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-08T17:52:03.466Z[ recovery-image] Sep 08 17:52:02.906 INFO O| Sep 08 17:52:02.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59632026-09-08T17:52:03.466Z[ recovery-image] Sep 08 17:52:02.906 INFO O| Sep 08 17:52:02.906 INFO STEP 104 (remove_files) COMPLETE
59642026-09-08T17:52:03.469Z[ recovery-image] Sep 08 17:52:02.906 INFO O| Sep 08 17:52:02.906 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-08T17:52:03.475Z[ recovery-image] Sep 08 17:52:02.915 INFO O| Sep 08 17:52:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59662026-09-08T17:52:03.475Z[ recovery-image] Sep 08 17:52:02.915 INFO O| Sep 08 17:52:02.915 INFO STEP 105 (remove_files) COMPLETE
59672026-09-08T17:52:03.479Z[ recovery-image] Sep 08 17:52:02.915 INFO O| Sep 08 17:52:02.915 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-08T17:52:03.495Z[ recovery-image] Sep 08 17:52:02.935 INFO O| Sep 08 17:52:02.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59692026-09-08T17:52:03.495Z[ recovery-image] Sep 08 17:52:02.935 INFO O| Sep 08 17:52:02.935 INFO STEP 106 (remove_files) COMPLETE
59702026-09-08T17:52:03.496Z[ recovery-image] Sep 08 17:52:02.935 INFO O| Sep 08 17:52:02.935 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-08T17:52:03.504Z[ recovery-image] Sep 08 17:52:02.944 INFO O| Sep 08 17:52:02.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59722026-09-08T17:52:03.505Z[ recovery-image] Sep 08 17:52:02.944 INFO O| Sep 08 17:52:02.944 INFO STEP 107 (remove_files) COMPLETE
59732026-09-08T17:52:03.505Z[ recovery-image] Sep 08 17:52:02.944 INFO O| Sep 08 17:52:02.944 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-08T17:52:03.519Z[ recovery-image] Sep 08 17:52:02.959 INFO O| Sep 08 17:52:02.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59752026-09-08T17:52:03.519Z[ recovery-image] Sep 08 17:52:02.959 INFO O| Sep 08 17:52:02.959 INFO STEP 108 (remove_files) COMPLETE
59762026-09-08T17:52:03.519Z[ recovery-image] Sep 08 17:52:02.959 INFO O| Sep 08 17:52:02.959 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-08T17:52:03.527Z[ recovery-image] Sep 08 17:52:02.967 INFO O| Sep 08 17:52:02.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
59782026-09-08T17:52:03.527Z[ recovery-image] Sep 08 17:52:02.967 INFO O| Sep 08 17:52:02.967 INFO STEP 109 (remove_files) COMPLETE
59792026-09-08T17:52:03.527Z[ recovery-image] Sep 08 17:52:02.967 INFO O| Sep 08 17:52:02.967 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-08T17:52:03.544Z[ recovery-image] Sep 08 17:52:02.984 INFO O| Sep 08 17:52:02.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
59812026-09-08T17:52:03.544Z[ recovery-image] Sep 08 17:52:02.984 INFO O| Sep 08 17:52:02.984 INFO STEP 110 (remove_files) COMPLETE
59822026-09-08T17:52:03.548Z[ recovery-image] Sep 08 17:52:02.984 INFO O| Sep 08 17:52:02.984 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-08T17:52:03.555Z[ recovery-image] Sep 08 17:52:02.995 INFO O| Sep 08 17:52:02.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
59842026-09-08T17:52:03.555Z[ recovery-image] Sep 08 17:52:02.995 INFO O| Sep 08 17:52:02.995 INFO STEP 111 (remove_files) COMPLETE
59852026-09-08T17:52:03.558Z[ recovery-image] Sep 08 17:52:02.995 INFO O| Sep 08 17:52:02.995 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-08T17:52:03.572Z[ recovery-image] Sep 08 17:52:03.008 INFO O| Sep 08 17:52:03.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
59872026-09-08T17:52:03.572Z[ recovery-image] Sep 08 17:52:03.009 INFO O| Sep 08 17:52:03.009 INFO STEP 112 (remove_files) COMPLETE
59882026-09-08T17:52:03.572Z[ recovery-image] Sep 08 17:52:03.009 INFO O| Sep 08 17:52:03.009 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-08T17:52:03.589Z[ recovery-image] Sep 08 17:52:03.029 INFO O| Sep 08 17:52:03.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
59902026-09-08T17:52:03.589Z[ recovery-image] Sep 08 17:52:03.029 INFO O| Sep 08 17:52:03.029 INFO STEP 113 (remove_files) COMPLETE
59912026-09-08T17:52:03.589Z[ recovery-image] Sep 08 17:52:03.029 INFO O| Sep 08 17:52:03.029 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-08T17:52:03.609Z[ recovery-image] Sep 08 17:52:03.048 INFO O| Sep 08 17:52:03.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
59932026-09-08T17:52:03.609Z[ recovery-image] Sep 08 17:52:03.048 INFO O| Sep 08 17:52:03.048 INFO STEP 114 (remove_files) COMPLETE
59942026-09-08T17:52:03.612Z[ recovery-image] Sep 08 17:52:03.048 INFO O| Sep 08 17:52:03.048 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-08T17:52:03.621Z[ recovery-image] Sep 08 17:52:03.061 INFO O| Sep 08 17:52:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
59962026-09-08T17:52:03.621Z[ recovery-image] Sep 08 17:52:03.061 INFO O| Sep 08 17:52:03.061 INFO STEP 115 (remove_files) COMPLETE
59972026-09-08T17:52:03.621Z[ recovery-image] Sep 08 17:52:03.061 INFO O| Sep 08 17:52:03.061 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-08T17:52:03.633Z[ recovery-image] Sep 08 17:52:03.073 INFO O| Sep 08 17:52:03.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
59992026-09-08T17:52:03.633Z[ recovery-image] Sep 08 17:52:03.073 INFO O| Sep 08 17:52:03.073 INFO STEP 116 (remove_files) COMPLETE
60002026-09-08T17:52:03.633Z[verify-libraries] Compiling russh v0.62.4
60012026-09-08T17:52:03.637Z[ recovery-image] Sep 08 17:52:03.073 INFO O| Sep 08 17:52:03.073 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-08T17:52:03.644Z[ recovery-image] Sep 08 17:52:03.084 INFO O| Sep 08 17:52:03.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60032026-09-08T17:52:03.644Z[ recovery-image] Sep 08 17:52:03.084 INFO O| Sep 08 17:52:03.084 INFO STEP 117 (remove_files) COMPLETE
60042026-09-08T17:52:03.644Z[ recovery-image] Sep 08 17:52:03.084 INFO O| Sep 08 17:52:03.084 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-09-08T17:52:03.657Z[ recovery-image] Sep 08 17:52:03.096 INFO O| Sep 08 17:52:03.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60062026-09-08T17:52:03.657Z[ recovery-image] Sep 08 17:52:03.096 INFO O| Sep 08 17:52:03.093 INFO STEP 118 (remove_files) COMPLETE
60072026-09-08T17:52:03.660Z[ recovery-image] Sep 08 17:52:03.096 INFO O| Sep 08 17:52:03.093 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-09-08T17:52:03.665Z[ recovery-image] Sep 08 17:52:03.105 INFO O| Sep 08 17:52:03.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60092026-09-08T17:52:03.665Z[ recovery-image] Sep 08 17:52:03.105 INFO O| Sep 08 17:52:03.105 INFO STEP 119 (remove_files) COMPLETE
60102026-09-08T17:52:03.665Z[ recovery-image] Sep 08 17:52:03.105 INFO O| Sep 08 17:52:03.105 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-09-08T17:52:03.676Z[ recovery-image] Sep 08 17:52:03.115 INFO O| Sep 08 17:52:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60122026-09-08T17:52:03.676Z[ recovery-image] Sep 08 17:52:03.116 INFO O| Sep 08 17:52:03.115 INFO STEP 120 (remove_files) COMPLETE
60132026-09-08T17:52:03.679Z[ recovery-image] Sep 08 17:52:03.116 INFO O| Sep 08 17:52:03.115 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-09-08T17:52:03.684Z[ recovery-image] Sep 08 17:52:03.124 INFO O| Sep 08 17:52:03.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60152026-09-08T17:52:03.684Z[ recovery-image] Sep 08 17:52:03.124 INFO O| Sep 08 17:52:03.124 INFO STEP 121 (remove_files) COMPLETE
60162026-09-08T17:52:03.684Z[ recovery-image] Sep 08 17:52:03.124 INFO O| Sep 08 17:52:03.124 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-09-08T17:52:03.695Z[ recovery-image] Sep 08 17:52:03.135 INFO O| Sep 08 17:52:03.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60182026-09-08T17:52:03.695Z[ recovery-image] Sep 08 17:52:03.135 INFO O| Sep 08 17:52:03.135 INFO STEP 122 (remove_files) COMPLETE
60192026-09-08T17:52:03.695Z[ recovery-image] Sep 08 17:52:03.135 INFO O| Sep 08 17:52:03.135 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-08T17:52:03.706Z[ recovery-image] Sep 08 17:52:03.146 INFO O| Sep 08 17:52:03.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60212026-09-08T17:52:03.706Z[ recovery-image] Sep 08 17:52:03.146 INFO O| Sep 08 17:52:03.146 INFO STEP 123 (remove_files) COMPLETE
60222026-09-08T17:52:03.709Z[ recovery-image] Sep 08 17:52:03.146 INFO O| Sep 08 17:52:03.146 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-08T17:52:03.709Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60242026-09-08T17:52:03.717Z[ recovery-image] Sep 08 17:52:03.156 INFO O| Sep 08 17:52:03.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60252026-09-08T17:52:03.717Z[ recovery-image] Sep 08 17:52:03.156 INFO O| Sep 08 17:52:03.156 INFO STEP 124 (remove_files) COMPLETE
60262026-09-08T17:52:03.717Z[ recovery-image] Sep 08 17:52:03.156 INFO O| Sep 08 17:52:03.156 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-09-08T17:52:03.729Z[ recovery-image] Sep 08 17:52:03.167 INFO O| Sep 08 17:52:03.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60282026-09-08T17:52:03.729Z[ recovery-image] Sep 08 17:52:03.167 INFO O| Sep 08 17:52:03.167 INFO STEP 125 (remove_files) COMPLETE
60292026-09-08T17:52:03.729Z[ recovery-image] Sep 08 17:52:03.167 INFO O| Sep 08 17:52:03.167 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-09-08T17:52:03.738Z[ recovery-image] Sep 08 17:52:03.178 INFO O| Sep 08 17:52:03.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60312026-09-08T17:52:03.738Z[ recovery-image] Sep 08 17:52:03.178 INFO O| Sep 08 17:52:03.178 INFO STEP 126 (remove_files) COMPLETE
60322026-09-08T17:52:03.738Z[ recovery-image] Sep 08 17:52:03.178 INFO O| Sep 08 17:52:03.178 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-09-08T17:52:03.751Z[ recovery-image] Sep 08 17:52:03.189 INFO O| Sep 08 17:52:03.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60342026-09-08T17:52:03.751Z[ recovery-image] Sep 08 17:52:03.189 INFO O| Sep 08 17:52:03.189 INFO STEP 127 (remove_files) COMPLETE
60352026-09-08T17:52:03.755Z[ recovery-image] Sep 08 17:52:03.189 INFO O| Sep 08 17:52:03.189 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-09-08T17:52:03.761Z[ recovery-image] Sep 08 17:52:03.199 INFO O| Sep 08 17:52:03.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60372026-09-08T17:52:03.761Z[ recovery-image] Sep 08 17:52:03.199 INFO O| Sep 08 17:52:03.199 INFO STEP 128 (remove_files) COMPLETE
60382026-09-08T17:52:03.761Z[ recovery-image] Sep 08 17:52:03.199 INFO O| Sep 08 17:52:03.199 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-09-08T17:52:03.770Z[ recovery-image] Sep 08 17:52:03.210 INFO O| Sep 08 17:52:03.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60402026-09-08T17:52:03.770Z[ recovery-image] Sep 08 17:52:03.210 INFO O| Sep 08 17:52:03.210 INFO STEP 129 (remove_files) COMPLETE
60412026-09-08T17:52:03.770Z[ recovery-image] Sep 08 17:52:03.210 INFO O| Sep 08 17:52:03.210 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-09-08T17:52:03.780Z[ recovery-image] Sep 08 17:52:03.220 INFO O| Sep 08 17:52:03.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60432026-09-08T17:52:03.780Z[ recovery-image] Sep 08 17:52:03.220 INFO O| Sep 08 17:52:03.220 INFO STEP 130 (remove_files) COMPLETE
60442026-09-08T17:52:03.784Z[ recovery-image] Sep 08 17:52:03.220 INFO O| Sep 08 17:52:03.220 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-08T17:52:03.789Z[ recovery-image] Sep 08 17:52:03.229 INFO O| Sep 08 17:52:03.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60462026-09-08T17:52:03.789Z[ recovery-image] Sep 08 17:52:03.229 INFO O| Sep 08 17:52:03.229 INFO STEP 131 (remove_files) COMPLETE
60472026-09-08T17:52:03.792Z[ recovery-image] Sep 08 17:52:03.229 INFO O| Sep 08 17:52:03.229 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-08T17:52:03.798Z[ recovery-image] Sep 08 17:52:03.238 INFO O| Sep 08 17:52:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60492026-09-08T17:52:03.798Z[ recovery-image] Sep 08 17:52:03.238 INFO O| Sep 08 17:52:03.238 INFO STEP 132 (remove_files) COMPLETE
60502026-09-08T17:52:03.798Z[ recovery-image] Sep 08 17:52:03.238 INFO O| Sep 08 17:52:03.238 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-08T17:52:03.807Z[ recovery-image] Sep 08 17:52:03.247 INFO O| Sep 08 17:52:03.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60522026-09-08T17:52:03.807Z[ recovery-image] Sep 08 17:52:03.247 INFO O| Sep 08 17:52:03.247 INFO STEP 133 (remove_files) COMPLETE
60532026-09-08T17:52:03.807Z[ recovery-image] Sep 08 17:52:03.247 INFO O| Sep 08 17:52:03.247 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-08T17:52:03.817Z[ recovery-image] Sep 08 17:52:03.257 INFO O| Sep 08 17:52:03.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60552026-09-08T17:52:03.818Z[ recovery-image] Sep 08 17:52:03.257 INFO O| Sep 08 17:52:03.257 INFO STEP 134 (remove_files) COMPLETE
60562026-09-08T17:52:03.821Z[ recovery-image] Sep 08 17:52:03.257 INFO O| Sep 08 17:52:03.257 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-09-08T17:52:03.828Z[ recovery-image] Sep 08 17:52:03.266 INFO O| Sep 08 17:52:03.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60582026-09-08T17:52:03.828Z[ recovery-image] Sep 08 17:52:03.266 INFO O| Sep 08 17:52:03.266 INFO STEP 135 (remove_files) COMPLETE
60592026-09-08T17:52:03.828Z[ recovery-image] Sep 08 17:52:03.266 INFO O| Sep 08 17:52:03.266 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-09-08T17:52:03.836Z[ recovery-image] Sep 08 17:52:03.275 INFO O| Sep 08 17:52:03.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60612026-09-08T17:52:03.836Z[ recovery-image] Sep 08 17:52:03.276 INFO O| Sep 08 17:52:03.276 INFO STEP 136 (remove_files) COMPLETE
60622026-09-08T17:52:03.836Z[ recovery-image] Sep 08 17:52:03.276 INFO O| Sep 08 17:52:03.276 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-09-08T17:52:03.845Z[ recovery-image] Sep 08 17:52:03.284 INFO O| Sep 08 17:52:03.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60642026-09-08T17:52:03.845Z[ recovery-image] Sep 08 17:52:03.285 INFO O| Sep 08 17:52:03.285 INFO STEP 137 (remove_files) COMPLETE
60652026-09-08T17:52:03.845Z[ recovery-image] Sep 08 17:52:03.285 INFO O| Sep 08 17:52:03.285 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-09-08T17:52:03.854Z[ recovery-image] Sep 08 17:52:03.294 INFO O| Sep 08 17:52:03.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60672026-09-08T17:52:03.854Z[ recovery-image] Sep 08 17:52:03.294 INFO O| Sep 08 17:52:03.294 INFO STEP 138 (remove_files) COMPLETE
60682026-09-08T17:52:03.858Z[ recovery-image] Sep 08 17:52:03.294 INFO O| Sep 08 17:52:03.294 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-09-08T17:52:03.863Z[ recovery-image] Sep 08 17:52:03.303 INFO O| Sep 08 17:52:03.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60702026-09-08T17:52:03.863Z[ recovery-image] Sep 08 17:52:03.303 INFO O| Sep 08 17:52:03.303 INFO STEP 139 (remove_files) COMPLETE
60712026-09-08T17:52:03.863Z[ recovery-image] Sep 08 17:52:03.303 INFO O| Sep 08 17:52:03.303 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-09-08T17:52:03.871Z[ recovery-image] Sep 08 17:52:03.311 INFO O| Sep 08 17:52:03.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60732026-09-08T17:52:03.871Z[ recovery-image] Sep 08 17:52:03.311 INFO O| Sep 08 17:52:03.311 INFO STEP 140 (remove_files) COMPLETE
60742026-09-08T17:52:03.871Z[ recovery-image] Sep 08 17:52:03.311 INFO O| Sep 08 17:52:03.311 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-09-08T17:52:03.880Z[ recovery-image] Sep 08 17:52:03.320 INFO O| Sep 08 17:52:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60762026-09-08T17:52:03.880Z[ recovery-image] Sep 08 17:52:03.320 INFO O| Sep 08 17:52:03.320 INFO STEP 141 (remove_files) COMPLETE
60772026-09-08T17:52:03.883Z[ recovery-image] Sep 08 17:52:03.320 INFO O| Sep 08 17:52:03.320 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-09-08T17:52:03.888Z[ recovery-image] Sep 08 17:52:03.328 INFO O| Sep 08 17:52:03.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
60792026-09-08T17:52:03.888Z[ recovery-image] Sep 08 17:52:03.328 INFO O| Sep 08 17:52:03.328 INFO STEP 142 (remove_files) COMPLETE
60802026-09-08T17:52:03.893Z[ recovery-image] Sep 08 17:52:03.328 INFO O| Sep 08 17:52:03.328 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-09-08T17:52:03.898Z[ recovery-image] Sep 08 17:52:03.338 INFO O| Sep 08 17:52:03.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
60822026-09-08T17:52:03.898Z[ recovery-image] Sep 08 17:52:03.338 INFO O| Sep 08 17:52:03.338 INFO STEP 143 (remove_files) COMPLETE
60832026-09-08T17:52:03.898Z[ recovery-image] Sep 08 17:52:03.338 INFO O| Sep 08 17:52:03.338 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-09-08T17:52:03.911Z[ recovery-image] Sep 08 17:52:03.350 INFO O| Sep 08 17:52:03.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
60852026-09-08T17:52:03.911Z[ recovery-image] Sep 08 17:52:03.350 INFO O| Sep 08 17:52:03.350 INFO STEP 144 (remove_files) COMPLETE
60862026-09-08T17:52:03.914Z[ recovery-image] Sep 08 17:52:03.350 INFO O| Sep 08 17:52:03.350 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-09-08T17:52:03.921Z[ recovery-image] Sep 08 17:52:03.361 INFO O| Sep 08 17:52:03.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
60882026-09-08T17:52:03.921Z[ recovery-image] Sep 08 17:52:03.361 INFO O| Sep 08 17:52:03.361 INFO STEP 145 (remove_files) COMPLETE
60892026-09-08T17:52:03.921Z[ recovery-image] Sep 08 17:52:03.361 INFO O| Sep 08 17:52:03.361 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-09-08T17:52:03.934Z[ recovery-image] Sep 08 17:52:03.371 INFO O| Sep 08 17:52:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
60912026-09-08T17:52:03.934Z[ recovery-image] Sep 08 17:52:03.371 INFO O| Sep 08 17:52:03.371 INFO STEP 146 (remove_files) COMPLETE
60922026-09-08T17:52:03.934Z[ recovery-image] Sep 08 17:52:03.371 INFO O| Sep 08 17:52:03.371 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-08T17:52:03.941Z[ recovery-image] Sep 08 17:52:03.381 INFO O| Sep 08 17:52:03.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
60942026-09-08T17:52:03.941Z[ recovery-image] Sep 08 17:52:03.381 INFO O| Sep 08 17:52:03.381 INFO STEP 147 (remove_files) COMPLETE
60952026-09-08T17:52:03.942Z[ recovery-image] Sep 08 17:52:03.381 INFO O| Sep 08 17:52:03.381 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-08T17:52:03.951Z[ recovery-image] Sep 08 17:52:03.391 INFO O| Sep 08 17:52:03.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
60972026-09-08T17:52:03.951Z[ recovery-image] Sep 08 17:52:03.391 INFO O| Sep 08 17:52:03.391 INFO STEP 148 (remove_files) COMPLETE
60982026-09-08T17:52:03.951Z[ recovery-image] Sep 08 17:52:03.391 INFO O| Sep 08 17:52:03.391 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-08T17:52:03.962Z[ recovery-image] Sep 08 17:52:03.402 INFO O| Sep 08 17:52:03.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61002026-09-08T17:52:03.962Z[ recovery-image] Sep 08 17:52:03.402 INFO O| Sep 08 17:52:03.402 INFO STEP 149 (remove_files) COMPLETE
61012026-09-08T17:52:03.965Z[ recovery-image] Sep 08 17:52:03.402 INFO O| Sep 08 17:52:03.402 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-09-08T17:52:03.972Z[ recovery-image] Sep 08 17:52:03.412 INFO O| Sep 08 17:52:03.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61032026-09-08T17:52:03.972Z[ recovery-image] Sep 08 17:52:03.412 INFO O| Sep 08 17:52:03.412 INFO STEP 150 (remove_files) COMPLETE
61042026-09-08T17:52:03.972Z[ recovery-image] Sep 08 17:52:03.412 INFO O| Sep 08 17:52:03.412 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-09-08T17:52:03.982Z[ recovery-image] Sep 08 17:52:03.422 INFO O| Sep 08 17:52:03.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61062026-09-08T17:52:03.982Z[ recovery-image] Sep 08 17:52:03.422 INFO O| Sep 08 17:52:03.422 INFO STEP 151 (remove_files) COMPLETE
61072026-09-08T17:52:03.982Z[ recovery-image] Sep 08 17:52:03.422 INFO O| Sep 08 17:52:03.422 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-09-08T17:52:03.992Z[ recovery-image] Sep 08 17:52:03.432 INFO O| Sep 08 17:52:03.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61092026-09-08T17:52:03.992Z[ recovery-image] Sep 08 17:52:03.432 INFO O| Sep 08 17:52:03.432 INFO STEP 152 (remove_files) COMPLETE
61102026-09-08T17:52:03.995Z[ recovery-image] Sep 08 17:52:03.432 INFO O| Sep 08 17:52:03.432 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-09-08T17:52:04.004Z[ recovery-image] Sep 08 17:52:03.444 INFO O| Sep 08 17:52:03.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61122026-09-08T17:52:04.004Z[ recovery-image] Sep 08 17:52:03.444 INFO O| Sep 08 17:52:03.444 INFO STEP 153 (remove_files) COMPLETE
61132026-09-08T17:52:04.008Z[ recovery-image] Sep 08 17:52:03.444 INFO O| Sep 08 17:52:03.444 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-09-08T17:52:04.016Z[ recovery-image] Sep 08 17:52:03.455 INFO O| Sep 08 17:52:03.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61152026-09-08T17:52:04.016Z[ recovery-image] Sep 08 17:52:03.455 INFO O| Sep 08 17:52:03.455 INFO STEP 154 (remove_files) COMPLETE
61162026-09-08T17:52:04.020Z[ recovery-image] Sep 08 17:52:03.455 INFO O| Sep 08 17:52:03.455 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-09-08T17:52:04.025Z[ recovery-image] Sep 08 17:52:03.465 INFO O| Sep 08 17:52:03.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61182026-09-08T17:52:04.025Z[ recovery-image] Sep 08 17:52:03.465 INFO O| Sep 08 17:52:03.465 INFO STEP 155 (remove_files) COMPLETE
61192026-09-08T17:52:04.025Z[ recovery-image] Sep 08 17:52:03.465 INFO O| Sep 08 17:52:03.465 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-09-08T17:52:04.035Z[ recovery-image] Sep 08 17:52:03.475 INFO O| Sep 08 17:52:03.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61212026-09-08T17:52:04.035Z[ recovery-image] Sep 08 17:52:03.475 INFO O| Sep 08 17:52:03.475 INFO STEP 156 (remove_files) COMPLETE
61222026-09-08T17:52:04.039Z[ recovery-image] Sep 08 17:52:03.475 INFO O| Sep 08 17:52:03.475 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-09-08T17:52:04.048Z[ recovery-image] Sep 08 17:52:03.487 INFO O| Sep 08 17:52:03.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61242026-09-08T17:52:04.048Z[ recovery-image] Sep 08 17:52:03.487 INFO O| Sep 08 17:52:03.487 INFO STEP 157 (remove_files) COMPLETE
61252026-09-08T17:52:04.048Z[ recovery-image] Sep 08 17:52:03.487 INFO O| Sep 08 17:52:03.487 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-09-08T17:52:04.058Z[ recovery-image] Sep 08 17:52:03.498 INFO O| Sep 08 17:52:03.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61272026-09-08T17:52:04.058Z[ recovery-image] Sep 08 17:52:03.498 INFO O| Sep 08 17:52:03.498 INFO STEP 158 (remove_files) COMPLETE
61282026-09-08T17:52:04.058Z[ recovery-image] Sep 08 17:52:03.498 INFO O| Sep 08 17:52:03.498 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-09-08T17:52:04.068Z[ recovery-image] Sep 08 17:52:03.508 INFO O| Sep 08 17:52:03.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61302026-09-08T17:52:04.069Z[ recovery-image] Sep 08 17:52:03.509 INFO O| Sep 08 17:52:03.509 INFO STEP 159 (remove_files) COMPLETE
61312026-09-08T17:52:04.069Z[ recovery-image] Sep 08 17:52:03.509 INFO O| Sep 08 17:52:03.509 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-09-08T17:52:04.115Z[ recovery-image] Sep 08 17:52:03.521 INFO O| Sep 08 17:52:03.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61332026-09-08T17:52:04.115Z[ recovery-image] Sep 08 17:52:03.521 INFO O| Sep 08 17:52:03.521 INFO STEP 160 (remove_files) COMPLETE
61342026-09-08T17:52:04.123Z[ recovery-image] Sep 08 17:52:03.521 INFO O| Sep 08 17:52:03.521 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-09-08T17:52:04.123Z[ recovery-image] Sep 08 17:52:03.532 INFO O| Sep 08 17:52:03.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61362026-09-08T17:52:04.123Z[ recovery-image] Sep 08 17:52:03.532 INFO O| Sep 08 17:52:03.532 INFO STEP 161 (remove_files) COMPLETE
61372026-09-08T17:52:04.123Z[ recovery-image] Sep 08 17:52:03.532 INFO O| Sep 08 17:52:03.532 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-09-08T17:52:04.124Z[ recovery-image] Sep 08 17:52:03.544 INFO O| Sep 08 17:52:03.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61392026-09-08T17:52:04.124Z[ recovery-image] Sep 08 17:52:03.544 INFO O| Sep 08 17:52:03.544 INFO STEP 162 (remove_files) COMPLETE
61402026-09-08T17:52:04.124Z[ recovery-image] Sep 08 17:52:03.544 INFO O| Sep 08 17:52:03.544 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-09-08T17:52:04.124Z[ recovery-image] Sep 08 17:52:03.555 INFO O| Sep 08 17:52:03.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61422026-09-08T17:52:04.124Z[ recovery-image] Sep 08 17:52:03.555 INFO O| Sep 08 17:52:03.555 INFO STEP 163 (remove_files) COMPLETE
61432026-09-08T17:52:04.124Z[ recovery-image] Sep 08 17:52:03.555 INFO O| Sep 08 17:52:03.555 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-09-08T17:52:04.127Z[ recovery-image] Sep 08 17:52:03.565 INFO O| Sep 08 17:52:03.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61452026-09-08T17:52:04.127Z[ recovery-image] Sep 08 17:52:03.565 INFO O| Sep 08 17:52:03.565 INFO STEP 164 (remove_files) COMPLETE
61462026-09-08T17:52:04.127Z[ recovery-image] Sep 08 17:52:03.565 INFO O| Sep 08 17:52:03.565 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-09-08T17:52:04.137Z[ recovery-image] Sep 08 17:52:03.577 INFO O| Sep 08 17:52:03.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61482026-09-08T17:52:04.137Z[ recovery-image] Sep 08 17:52:03.577 INFO O| Sep 08 17:52:03.577 INFO STEP 165 (remove_files) COMPLETE
61492026-09-08T17:52:04.140Z[ recovery-image] Sep 08 17:52:03.577 INFO O| Sep 08 17:52:03.577 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-09-08T17:52:04.147Z[ recovery-image] Sep 08 17:52:03.587 INFO O| Sep 08 17:52:03.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61512026-09-08T17:52:04.147Z[ recovery-image] Sep 08 17:52:03.587 INFO O| Sep 08 17:52:03.587 INFO STEP 166 (remove_files) COMPLETE
61522026-09-08T17:52:04.147Z[ recovery-image] Sep 08 17:52:03.587 INFO O| Sep 08 17:52:03.587 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-09-08T17:52:04.156Z[ recovery-image] Sep 08 17:52:03.596 INFO O| Sep 08 17:52:03.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61542026-09-08T17:52:04.156Z[ recovery-image] Sep 08 17:52:03.596 INFO O| Sep 08 17:52:03.596 INFO STEP 167 (remove_files) COMPLETE
61552026-09-08T17:52:04.160Z[ recovery-image] Sep 08 17:52:03.596 INFO O| Sep 08 17:52:03.596 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-09-08T17:52:04.165Z[ recovery-image] Sep 08 17:52:03.605 INFO O| Sep 08 17:52:03.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61572026-09-08T17:52:04.166Z[ recovery-image] Sep 08 17:52:03.606 INFO O| Sep 08 17:52:03.606 INFO STEP 168 (remove_files) COMPLETE
61582026-09-08T17:52:04.169Z[ recovery-image] Sep 08 17:52:03.606 INFO O| Sep 08 17:52:03.606 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-09-08T17:52:04.174Z[ recovery-image] Sep 08 17:52:03.614 INFO O| Sep 08 17:52:03.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61602026-09-08T17:52:04.174Z[ recovery-image] Sep 08 17:52:03.614 INFO O| Sep 08 17:52:03.614 INFO STEP 169 (remove_files) COMPLETE
61612026-09-08T17:52:04.174Z[ recovery-image] Sep 08 17:52:03.614 INFO O| Sep 08 17:52:03.614 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-09-08T17:52:04.201Z[ recovery-image] Sep 08 17:52:03.641 INFO O| Sep 08 17:52:03.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61632026-09-08T17:52:04.201Z[ recovery-image] Sep 08 17:52:03.641 INFO O| Sep 08 17:52:03.641 INFO STEP 170 (remove_files) COMPLETE
61642026-09-08T17:52:04.201Z[ recovery-image] Sep 08 17:52:03.641 INFO O| Sep 08 17:52:03.641 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-09-08T17:52:04.229Z[ recovery-image] Sep 08 17:52:03.667 INFO O| Sep 08 17:52:03.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61662026-09-08T17:52:04.229Z[ recovery-image] Sep 08 17:52:03.667 INFO O| Sep 08 17:52:03.667 INFO STEP 171 (remove_files) COMPLETE
61672026-09-08T17:52:04.229Z[ recovery-image] Sep 08 17:52:03.667 INFO O| Sep 08 17:52:03.667 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-09-08T17:52:04.237Z[ recovery-image] Sep 08 17:52:03.677 INFO O| Sep 08 17:52:03.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61692026-09-08T17:52:04.237Z[ recovery-image] Sep 08 17:52:03.677 INFO O| Sep 08 17:52:03.677 INFO STEP 172 (remove_files) COMPLETE
61702026-09-08T17:52:04.237Z[ recovery-image] Sep 08 17:52:03.677 INFO O| Sep 08 17:52:03.677 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-09-08T17:52:04.249Z[ recovery-image] Sep 08 17:52:03.687 INFO O| Sep 08 17:52:03.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61722026-09-08T17:52:04.249Z[ recovery-image] Sep 08 17:52:03.687 INFO O| Sep 08 17:52:03.687 INFO STEP 173 (remove_files) COMPLETE
61732026-09-08T17:52:04.249Z[ recovery-image] Sep 08 17:52:03.687 INFO O| Sep 08 17:52:03.687 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-09-08T17:52:04.258Z[ recovery-image] Sep 08 17:52:03.697 INFO O| Sep 08 17:52:03.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61752026-09-08T17:52:04.258Z[ recovery-image] Sep 08 17:52:03.697 INFO O| Sep 08 17:52:03.697 INFO STEP 174 (remove_files) COMPLETE
61762026-09-08T17:52:04.258Z[ recovery-image] Sep 08 17:52:03.697 INFO O| Sep 08 17:52:03.697 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-09-08T17:52:04.267Z[ recovery-image] Sep 08 17:52:03.707 INFO O| Sep 08 17:52:03.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
61782026-09-08T17:52:04.270Z[ recovery-image] Sep 08 17:52:03.707 INFO O| Sep 08 17:52:03.707 INFO STEP 175 (remove_files) COMPLETE
61792026-09-08T17:52:04.270Z[ recovery-image] Sep 08 17:52:03.707 INFO O| Sep 08 17:52:03.707 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-09-08T17:52:04.276Z[ recovery-image] Sep 08 17:52:03.716 INFO O| Sep 08 17:52:03.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
61812026-09-08T17:52:04.276Z[ recovery-image] Sep 08 17:52:03.716 INFO O| Sep 08 17:52:03.716 INFO STEP 176 (remove_files) COMPLETE
61822026-09-08T17:52:04.276Z[ recovery-image] Sep 08 17:52:03.716 INFO O| Sep 08 17:52:03.716 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-09-08T17:52:04.285Z[ recovery-image] Sep 08 17:52:03.725 INFO O| Sep 08 17:52:03.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
61842026-09-08T17:52:04.285Z[ recovery-image] Sep 08 17:52:03.725 INFO O| Sep 08 17:52:03.725 INFO STEP 177 (remove_files) COMPLETE
61852026-09-08T17:52:04.285Z[ recovery-image] Sep 08 17:52:03.725 INFO O| Sep 08 17:52:03.725 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-09-08T17:52:04.301Z[ recovery-image] Sep 08 17:52:03.734 INFO O| Sep 08 17:52:03.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
61872026-09-08T17:52:04.301Z[ recovery-image] Sep 08 17:52:03.734 INFO O| Sep 08 17:52:03.734 INFO STEP 178 (remove_files) COMPLETE
61882026-09-08T17:52:04.301Z[ recovery-image] Sep 08 17:52:03.734 INFO O| Sep 08 17:52:03.734 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-09-08T17:52:04.304Z[ recovery-image] Sep 08 17:52:03.744 INFO O| Sep 08 17:52:03.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
61902026-09-08T17:52:04.304Z[ recovery-image] Sep 08 17:52:03.744 INFO O| Sep 08 17:52:03.744 INFO STEP 179 (remove_files) COMPLETE
61912026-09-08T17:52:04.304Z[ recovery-image] Sep 08 17:52:03.744 INFO O| Sep 08 17:52:03.744 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-09-08T17:52:04.307Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61932026-09-08T17:52:04.313Z[ recovery-image] Sep 08 17:52:03.753 INFO O| Sep 08 17:52:03.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
61942026-09-08T17:52:04.313Z[ recovery-image] Sep 08 17:52:03.753 INFO O| Sep 08 17:52:03.753 INFO STEP 180 (remove_files) COMPLETE
61952026-09-08T17:52:04.316Z[ recovery-image] Sep 08 17:52:03.753 INFO O| Sep 08 17:52:03.753 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-08T17:52:04.325Z[ recovery-image] Sep 08 17:52:03.762 INFO O| Sep 08 17:52:03.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
61972026-09-08T17:52:04.325Z[ recovery-image] Sep 08 17:52:03.762 INFO O| Sep 08 17:52:03.762 INFO STEP 181 (remove_files) COMPLETE
61982026-09-08T17:52:04.326Z[ recovery-image] Sep 08 17:52:03.762 INFO O| Sep 08 17:52:03.762 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-08T17:52:04.331Z[ recovery-image] Sep 08 17:52:03.771 INFO O| Sep 08 17:52:03.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62002026-09-08T17:52:04.331Z[ recovery-image] Sep 08 17:52:03.771 INFO O| Sep 08 17:52:03.771 INFO STEP 182 (remove_files) COMPLETE
62012026-09-08T17:52:04.335Z[ recovery-image] Sep 08 17:52:03.771 INFO O| Sep 08 17:52:03.771 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-08T17:52:04.341Z[ recovery-image] Sep 08 17:52:03.780 INFO O| Sep 08 17:52:03.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62032026-09-08T17:52:04.341Z[ recovery-image] Sep 08 17:52:03.780 INFO O| Sep 08 17:52:03.780 INFO STEP 183 (remove_files) COMPLETE
62042026-09-08T17:52:04.344Z[ recovery-image] Sep 08 17:52:03.780 INFO O| Sep 08 17:52:03.780 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-08T17:52:04.351Z[ recovery-image] Sep 08 17:52:03.790 INFO O| Sep 08 17:52:03.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62062026-09-08T17:52:04.351Z[ recovery-image] Sep 08 17:52:03.791 INFO O| Sep 08 17:52:03.790 INFO STEP 184 (remove_files) COMPLETE
62072026-09-08T17:52:04.354Z[ recovery-image] Sep 08 17:52:03.791 INFO O| Sep 08 17:52:03.790 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-08T17:52:04.359Z[ recovery-image] Sep 08 17:52:03.799 INFO O| Sep 08 17:52:03.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62092026-09-08T17:52:04.362Z[ recovery-image] Sep 08 17:52:03.799 INFO O| Sep 08 17:52:03.799 INFO STEP 185 (remove_files) COMPLETE
62102026-09-08T17:52:04.362Z[ recovery-image] Sep 08 17:52:03.799 INFO O| Sep 08 17:52:03.799 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-08T17:52:04.368Z[ recovery-image] Sep 08 17:52:03.808 INFO O| Sep 08 17:52:03.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62122026-09-08T17:52:04.368Z[ recovery-image] Sep 08 17:52:03.808 INFO O| Sep 08 17:52:03.808 INFO STEP 186 (remove_files) COMPLETE
62132026-09-08T17:52:04.372Z[ recovery-image] Sep 08 17:52:03.808 INFO O| Sep 08 17:52:03.808 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-08T17:52:04.376Z[ recovery-image] Sep 08 17:52:03.816 INFO O| Sep 08 17:52:03.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62152026-09-08T17:52:04.376Z[ recovery-image] Sep 08 17:52:03.816 INFO O| Sep 08 17:52:03.816 INFO STEP 187 (remove_files) COMPLETE
62162026-09-08T17:52:04.376Z[ recovery-image] Sep 08 17:52:03.816 INFO O| Sep 08 17:52:03.816 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-08T17:52:04.385Z[ recovery-image] Sep 08 17:52:03.825 INFO O| Sep 08 17:52:03.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62182026-09-08T17:52:04.385Z[ recovery-image] Sep 08 17:52:03.825 INFO O| Sep 08 17:52:03.825 INFO STEP 188 (remove_files) COMPLETE
62192026-09-08T17:52:04.385Z[ recovery-image] Sep 08 17:52:03.825 INFO O| Sep 08 17:52:03.825 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-08T17:52:04.396Z[ recovery-image] Sep 08 17:52:03.836 INFO O| Sep 08 17:52:03.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62212026-09-08T17:52:04.396Z[ recovery-image] Sep 08 17:52:03.836 INFO O| Sep 08 17:52:03.836 INFO STEP 189 (remove_files) COMPLETE
62222026-09-08T17:52:04.400Z[ recovery-image] Sep 08 17:52:03.836 INFO O| Sep 08 17:52:03.836 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-08T17:52:04.408Z[ recovery-image] Sep 08 17:52:03.846 INFO O| Sep 08 17:52:03.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62242026-09-08T17:52:04.408Z[ recovery-image] Sep 08 17:52:03.846 INFO O| Sep 08 17:52:03.846 INFO STEP 190 (remove_files) COMPLETE
62252026-09-08T17:52:04.408Z[ recovery-image] Sep 08 17:52:03.846 INFO O| Sep 08 17:52:03.846 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-08T17:52:04.417Z[ recovery-image] Sep 08 17:52:03.857 INFO O| Sep 08 17:52:03.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62272026-09-08T17:52:04.417Z[ recovery-image] Sep 08 17:52:03.857 INFO O| Sep 08 17:52:03.857 INFO STEP 191 (remove_files) COMPLETE
62282026-09-08T17:52:04.417Z[ recovery-image] Sep 08 17:52:03.857 INFO O| Sep 08 17:52:03.857 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-08T17:52:04.428Z[ recovery-image] Sep 08 17:52:03.867 INFO O| Sep 08 17:52:03.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62302026-09-08T17:52:04.428Z[ recovery-image] Sep 08 17:52:03.867 INFO O| Sep 08 17:52:03.867 INFO STEP 192 (remove_files) COMPLETE
62312026-09-08T17:52:04.428Z[ recovery-image] Sep 08 17:52:03.867 INFO O| Sep 08 17:52:03.867 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-08T17:52:04.437Z[ recovery-image] Sep 08 17:52:03.876 INFO O| Sep 08 17:52:03.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62332026-09-08T17:52:04.437Z[ recovery-image] Sep 08 17:52:03.876 INFO O| Sep 08 17:52:03.876 INFO STEP 193 (remove_files) COMPLETE
62342026-09-08T17:52:04.438Z[ recovery-image] Sep 08 17:52:03.876 INFO O| Sep 08 17:52:03.876 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-08T17:52:04.447Z[ recovery-image] Sep 08 17:52:03.886 INFO O| Sep 08 17:52:03.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62362026-09-08T17:52:04.450Z[ recovery-image] Sep 08 17:52:03.886 INFO O| Sep 08 17:52:03.886 INFO STEP 194 (remove_files) COMPLETE
62372026-09-08T17:52:04.450Z[ recovery-image] Sep 08 17:52:03.886 INFO O| Sep 08 17:52:03.886 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-08T17:52:04.462Z[ recovery-image] Sep 08 17:52:03.896 INFO O| Sep 08 17:52:03.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62392026-09-08T17:52:04.462Z[ recovery-image] Sep 08 17:52:03.896 INFO O| Sep 08 17:52:03.896 INFO STEP 195 (remove_files) COMPLETE
62402026-09-08T17:52:04.462Z[ recovery-image] Sep 08 17:52:03.896 INFO O| Sep 08 17:52:03.896 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-08T17:52:04.466Z[ recovery-image] Sep 08 17:52:03.906 INFO O| Sep 08 17:52:03.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62422026-09-08T17:52:04.466Z[ recovery-image] Sep 08 17:52:03.906 INFO O| Sep 08 17:52:03.906 INFO STEP 196 (remove_files) COMPLETE
62432026-09-08T17:52:04.466Z[ recovery-image] Sep 08 17:52:03.906 INFO O| Sep 08 17:52:03.906 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-08T17:52:04.477Z[ recovery-image] Sep 08 17:52:03.916 INFO O| Sep 08 17:52:03.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62452026-09-08T17:52:04.477Z[ recovery-image] Sep 08 17:52:03.916 INFO O| Sep 08 17:52:03.916 INFO STEP 197 (remove_files) COMPLETE
62462026-09-08T17:52:04.477Z[ recovery-image] Sep 08 17:52:03.916 INFO O| Sep 08 17:52:03.916 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-08T17:52:04.488Z[ recovery-image] Sep 08 17:52:03.928 INFO O| Sep 08 17:52:03.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62482026-09-08T17:52:04.488Z[ recovery-image] Sep 08 17:52:03.928 INFO O| Sep 08 17:52:03.928 INFO STEP 198 (remove_files) COMPLETE
62492026-09-08T17:52:04.488Z[ recovery-image] Sep 08 17:52:03.928 INFO O| Sep 08 17:52:03.928 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-08T17:52:04.500Z[ recovery-image] Sep 08 17:52:03.939 INFO O| Sep 08 17:52:03.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62512026-09-08T17:52:04.500Z[ recovery-image] Sep 08 17:52:03.939 INFO O| Sep 08 17:52:03.939 INFO STEP 199 (remove_files) COMPLETE
62522026-09-08T17:52:04.500Z[ recovery-image] Sep 08 17:52:03.939 INFO O| Sep 08 17:52:03.939 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-08T17:52:04.508Z[ recovery-image] Sep 08 17:52:03.948 INFO O| Sep 08 17:52:03.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62542026-09-08T17:52:04.508Z[ recovery-image] Sep 08 17:52:03.948 INFO O| Sep 08 17:52:03.948 INFO STEP 200 (remove_files) COMPLETE
62552026-09-08T17:52:04.508Z[ recovery-image] Sep 08 17:52:03.948 INFO O| Sep 08 17:52:03.948 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-08T17:52:04.518Z[ recovery-image] Sep 08 17:52:03.958 INFO O| Sep 08 17:52:03.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62572026-09-08T17:52:04.518Z[ recovery-image] Sep 08 17:52:03.958 INFO O| Sep 08 17:52:03.958 INFO STEP 201 (remove_files) COMPLETE
62582026-09-08T17:52:04.518Z[ recovery-image] Sep 08 17:52:03.958 INFO O| Sep 08 17:52:03.958 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-08T17:52:04.528Z[ recovery-image] Sep 08 17:52:03.966 INFO O| Sep 08 17:52:03.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62602026-09-08T17:52:04.528Z[ recovery-image] Sep 08 17:52:03.966 INFO O| Sep 08 17:52:03.966 INFO STEP 202 (remove_files) COMPLETE
62612026-09-08T17:52:04.531Z[ recovery-image] Sep 08 17:52:03.966 INFO O| Sep 08 17:52:03.966 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-08T17:52:04.535Z[ recovery-image] Sep 08 17:52:03.975 INFO O| Sep 08 17:52:03.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62632026-09-08T17:52:04.539Z[ recovery-image] Sep 08 17:52:03.977 INFO O| Sep 08 17:52:03.976 INFO STEP 203 (remove_files) COMPLETE
62642026-09-08T17:52:04.539Z[ recovery-image] Sep 08 17:52:03.977 INFO O| Sep 08 17:52:03.976 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-08T17:52:04.542Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
62662026-09-08T17:52:04.546Z[ recovery-image] Sep 08 17:52:03.986 INFO O| Sep 08 17:52:03.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62672026-09-08T17:52:04.549Z[ recovery-image] Sep 08 17:52:03.987 INFO O| Sep 08 17:52:03.986 INFO STEP 204 (remove_files) COMPLETE
62682026-09-08T17:52:04.549Z[ recovery-image] Sep 08 17:52:03.987 INFO O| Sep 08 17:52:03.986 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-08T17:52:04.558Z[ recovery-image] Sep 08 17:52:03.998 INFO O| Sep 08 17:52:03.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62702026-09-08T17:52:04.558Z[ recovery-image] Sep 08 17:52:03.998 INFO O| Sep 08 17:52:03.995 INFO STEP 205 (remove_files) COMPLETE
62712026-09-08T17:52:04.558Z[ recovery-image] Sep 08 17:52:03.998 INFO O| Sep 08 17:52:03.995 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-08T17:52:04.574Z[ recovery-image] Sep 08 17:52:04.014 INFO O| Sep 08 17:52:04.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62732026-09-08T17:52:04.574Z[ recovery-image] Sep 08 17:52:04.014 INFO O| Sep 08 17:52:04.014 INFO STEP 206 (remove_files) COMPLETE
62742026-09-08T17:52:04.574Z[ recovery-image] Sep 08 17:52:04.014 INFO O| Sep 08 17:52:04.014 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-08T17:52:04.583Z[ recovery-image] Sep 08 17:52:04.023 INFO O| Sep 08 17:52:04.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62762026-09-08T17:52:04.583Z[ recovery-image] Sep 08 17:52:04.023 INFO O| Sep 08 17:52:04.023 INFO STEP 207 (remove_files) COMPLETE
62772026-09-08T17:52:04.583Z[ recovery-image] Sep 08 17:52:04.023 INFO O| Sep 08 17:52:04.023 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-08T17:52:04.593Z[ recovery-image] Sep 08 17:52:04.033 INFO O| Sep 08 17:52:04.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
62792026-09-08T17:52:04.593Z[ recovery-image] Sep 08 17:52:04.033 INFO O| Sep 08 17:52:04.033 INFO STEP 208 (remove_files) COMPLETE
62802026-09-08T17:52:04.593Z[ recovery-image] Sep 08 17:52:04.033 INFO O| Sep 08 17:52:04.033 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-08T17:52:04.602Z[ recovery-image] Sep 08 17:52:04.042 INFO O| Sep 08 17:52:04.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
62822026-09-08T17:52:04.602Z[ recovery-image] Sep 08 17:52:04.042 INFO O| Sep 08 17:52:04.042 INFO STEP 209 (remove_files) COMPLETE
62832026-09-08T17:52:04.602Z[ recovery-image] Sep 08 17:52:04.042 INFO O| Sep 08 17:52:04.042 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-08T17:52:04.623Z[ recovery-image] Sep 08 17:52:04.063 INFO O| Sep 08 17:52:04.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
62852026-09-08T17:52:04.623Z[ recovery-image] Sep 08 17:52:04.063 INFO O| Sep 08 17:52:04.063 INFO STEP 210 (remove_files) COMPLETE
62862026-09-08T17:52:04.623Z[ recovery-image] Sep 08 17:52:04.063 INFO O| Sep 08 17:52:04.063 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-08T17:52:04.641Z[ recovery-image] Sep 08 17:52:04.081 INFO O| Sep 08 17:52:04.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
62882026-09-08T17:52:04.641Z[ recovery-image] Sep 08 17:52:04.081 INFO O| Sep 08 17:52:04.081 INFO STEP 211 (remove_files) COMPLETE
62892026-09-08T17:52:04.641Z[ recovery-image] Sep 08 17:52:04.081 INFO O| Sep 08 17:52:04.081 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-08T17:52:04.648Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62912026-09-08T17:52:04.651Z[ recovery-image] Sep 08 17:52:04.090 INFO O| Sep 08 17:52:04.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
62922026-09-08T17:52:04.651Z[ recovery-image] Sep 08 17:52:04.090 INFO O| Sep 08 17:52:04.090 INFO STEP 212 (remove_files) COMPLETE
62932026-09-08T17:52:04.651Z[ recovery-image] Sep 08 17:52:04.090 INFO O| Sep 08 17:52:04.090 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-09-08T17:52:04.662Z[ recovery-image] Sep 08 17:52:04.101 INFO O| Sep 08 17:52:04.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
62952026-09-08T17:52:04.662Z[ recovery-image] Sep 08 17:52:04.101 INFO O| Sep 08 17:52:04.101 INFO STEP 213 (remove_files) COMPLETE
62962026-09-08T17:52:04.662Z[ recovery-image] Sep 08 17:52:04.101 INFO O| Sep 08 17:52:04.101 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-09-08T17:52:04.676Z[ recovery-image] Sep 08 17:52:04.115 INFO O| Sep 08 17:52:04.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
62982026-09-08T17:52:04.676Z[ recovery-image] Sep 08 17:52:04.116 INFO O| Sep 08 17:52:04.116 INFO STEP 214 (remove_files) COMPLETE
62992026-09-08T17:52:04.676Z[ recovery-image] Sep 08 17:52:04.116 INFO O| Sep 08 17:52:04.116 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-09-08T17:52:04.687Z[ recovery-image] Sep 08 17:52:04.127 INFO O| Sep 08 17:52:04.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63012026-09-08T17:52:04.687Z[ recovery-image] Sep 08 17:52:04.127 INFO O| Sep 08 17:52:04.127 INFO STEP 215 (remove_files) COMPLETE
63022026-09-08T17:52:04.687Z[ recovery-image] Sep 08 17:52:04.127 INFO O| Sep 08 17:52:04.127 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-08T17:52:04.698Z[ recovery-image] Sep 08 17:52:04.138 INFO O| Sep 08 17:52:04.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63042026-09-08T17:52:04.698Z[ recovery-image] Sep 08 17:52:04.138 INFO O| Sep 08 17:52:04.138 INFO STEP 216 (remove_files) COMPLETE
63052026-09-08T17:52:04.698Z[ recovery-image] Sep 08 17:52:04.138 INFO O| Sep 08 17:52:04.138 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-08T17:52:04.710Z[ recovery-image] Sep 08 17:52:04.150 INFO O| Sep 08 17:52:04.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63072026-09-08T17:52:04.710Z[ recovery-image] Sep 08 17:52:04.150 INFO O| Sep 08 17:52:04.150 INFO STEP 217 (remove_files) COMPLETE
63082026-09-08T17:52:04.710Z[ recovery-image] Sep 08 17:52:04.150 INFO O| Sep 08 17:52:04.150 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-08T17:52:04.721Z[ recovery-image] Sep 08 17:52:04.161 INFO O| Sep 08 17:52:04.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63102026-09-08T17:52:04.721Z[ recovery-image] Sep 08 17:52:04.161 INFO O| Sep 08 17:52:04.161 INFO STEP 218 (remove_files) COMPLETE
63112026-09-08T17:52:04.721Z[ recovery-image] Sep 08 17:52:04.161 INFO O| Sep 08 17:52:04.161 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-08T17:52:04.731Z[ recovery-image] Sep 08 17:52:04.171 INFO O| Sep 08 17:52:04.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63132026-09-08T17:52:04.731Z[ recovery-image] Sep 08 17:52:04.171 INFO O| Sep 08 17:52:04.171 INFO STEP 219 (remove_files) COMPLETE
63142026-09-08T17:52:04.731Z[ recovery-image] Sep 08 17:52:04.171 INFO O| Sep 08 17:52:04.171 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-08T17:52:04.742Z[ recovery-image] Sep 08 17:52:04.180 INFO O| Sep 08 17:52:04.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63162026-09-08T17:52:04.742Z[ recovery-image] Sep 08 17:52:04.180 INFO O| Sep 08 17:52:04.180 INFO STEP 220 (remove_files) COMPLETE
63172026-09-08T17:52:04.742Z[ recovery-image] Sep 08 17:52:04.180 INFO O| Sep 08 17:52:04.180 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-08T17:52:04.750Z[ recovery-image] Sep 08 17:52:04.190 INFO O| Sep 08 17:52:04.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63192026-09-08T17:52:04.750Z[ recovery-image] Sep 08 17:52:04.190 INFO O| Sep 08 17:52:04.190 INFO STEP 221 (remove_files) COMPLETE
63202026-09-08T17:52:04.750Z[ recovery-image] Sep 08 17:52:04.190 INFO O| Sep 08 17:52:04.190 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-08T17:52:04.760Z[ recovery-image] Sep 08 17:52:04.200 INFO O| Sep 08 17:52:04.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63222026-09-08T17:52:04.760Z[ recovery-image] Sep 08 17:52:04.200 INFO O| Sep 08 17:52:04.200 INFO STEP 222 (remove_files) COMPLETE
63232026-09-08T17:52:04.760Z[ recovery-image] Sep 08 17:52:04.200 INFO O| Sep 08 17:52:04.200 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-08T17:52:04.770Z[ recovery-image] Sep 08 17:52:04.210 INFO O| Sep 08 17:52:04.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63252026-09-08T17:52:04.770Z[ recovery-image] Sep 08 17:52:04.210 INFO O| Sep 08 17:52:04.210 INFO STEP 223 (remove_files) COMPLETE
63262026-09-08T17:52:04.770Z[ recovery-image] Sep 08 17:52:04.210 INFO O| Sep 08 17:52:04.210 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-08T17:52:04.780Z[ recovery-image] Sep 08 17:52:04.219 INFO O| Sep 08 17:52:04.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63282026-09-08T17:52:04.784Z[ recovery-image] Sep 08 17:52:04.220 INFO O| Sep 08 17:52:04.220 INFO STEP 224 (remove_files) COMPLETE
63292026-09-08T17:52:04.784Z[ recovery-image] Sep 08 17:52:04.220 INFO O| Sep 08 17:52:04.220 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-08T17:52:04.791Z[ recovery-image] Sep 08 17:52:04.230 INFO O| Sep 08 17:52:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63312026-09-08T17:52:04.792Z[ recovery-image] Sep 08 17:52:04.231 INFO O| Sep 08 17:52:04.231 INFO STEP 225 (remove_files) COMPLETE
63322026-09-08T17:52:04.792Z[ recovery-image] Sep 08 17:52:04.231 INFO O| Sep 08 17:52:04.231 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-08T17:52:04.800Z[ recovery-image] Sep 08 17:52:04.240 INFO O| Sep 08 17:52:04.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63342026-09-08T17:52:04.800Z[ recovery-image] Sep 08 17:52:04.240 INFO O| Sep 08 17:52:04.240 INFO STEP 226 (remove_files) COMPLETE
63352026-09-08T17:52:04.803Z[ recovery-image] Sep 08 17:52:04.240 INFO O| Sep 08 17:52:04.240 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-08T17:52:04.809Z[ recovery-image] Sep 08 17:52:04.249 INFO O| Sep 08 17:52:04.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63372026-09-08T17:52:04.809Z[ recovery-image] Sep 08 17:52:04.249 INFO O| Sep 08 17:52:04.249 INFO STEP 227 (remove_files) COMPLETE
63382026-09-08T17:52:04.809Z[ recovery-image] Sep 08 17:52:04.249 INFO O| Sep 08 17:52:04.249 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-08T17:52:04.817Z[ recovery-image] Sep 08 17:52:04.257 INFO O| Sep 08 17:52:04.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63402026-09-08T17:52:04.817Z[ recovery-image] Sep 08 17:52:04.257 INFO O| Sep 08 17:52:04.257 INFO STEP 228 (remove_files) COMPLETE
63412026-09-08T17:52:04.821Z[ recovery-image] Sep 08 17:52:04.257 INFO O| Sep 08 17:52:04.257 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-08T17:52:04.826Z[ recovery-image] Sep 08 17:52:04.266 INFO O| Sep 08 17:52:04.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63432026-09-08T17:52:04.826Z[ recovery-image] Sep 08 17:52:04.266 INFO O| Sep 08 17:52:04.266 INFO STEP 229 (remove_files) COMPLETE
63442026-09-08T17:52:04.832Z[ recovery-image] Sep 08 17:52:04.266 INFO O| Sep 08 17:52:04.266 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-08T17:52:04.836Z[ recovery-image] Sep 08 17:52:04.275 INFO O| Sep 08 17:52:04.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63462026-09-08T17:52:04.836Z[ recovery-image] Sep 08 17:52:04.275 INFO O| Sep 08 17:52:04.275 INFO STEP 230 (remove_files) COMPLETE
63472026-09-08T17:52:04.836Z[ recovery-image] Sep 08 17:52:04.275 INFO O| Sep 08 17:52:04.275 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-08T17:52:04.842Z[ recovery-image] Sep 08 17:52:04.282 INFO O| Sep 08 17:52:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63492026-09-08T17:52:04.842Z[ recovery-image] Sep 08 17:52:04.282 INFO O| Sep 08 17:52:04.282 INFO STEP 231 (remove_files) COMPLETE
63502026-09-08T17:52:04.846Z[ recovery-image] Sep 08 17:52:04.282 INFO O| Sep 08 17:52:04.282 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-09-08T17:52:04.850Z[ recovery-image] Sep 08 17:52:04.290 INFO O| Sep 08 17:52:04.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63522026-09-08T17:52:04.850Z[ recovery-image] Sep 08 17:52:04.290 INFO O| Sep 08 17:52:04.290 INFO STEP 232 (remove_files) COMPLETE
63532026-09-08T17:52:04.853Z[ recovery-image] Sep 08 17:52:04.290 INFO O| Sep 08 17:52:04.290 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-09-08T17:52:04.862Z[ recovery-image] Sep 08 17:52:04.302 INFO O| Sep 08 17:52:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63552026-09-08T17:52:04.862Z[ recovery-image] Sep 08 17:52:04.302 INFO O| Sep 08 17:52:04.302 INFO STEP 233 (remove_files) COMPLETE
63562026-09-08T17:52:04.862Z[ recovery-image] Sep 08 17:52:04.302 INFO O| Sep 08 17:52:04.302 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-09-08T17:52:04.872Z[ recovery-image] Sep 08 17:52:04.312 INFO O| Sep 08 17:52:04.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63582026-09-08T17:52:04.873Z[ recovery-image] Sep 08 17:52:04.312 INFO O| Sep 08 17:52:04.312 INFO STEP 234 (remove_files) COMPLETE
63592026-09-08T17:52:04.873Z[ recovery-image] Sep 08 17:52:04.312 INFO O| Sep 08 17:52:04.312 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-09-08T17:52:04.877Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
63612026-09-08T17:52:04.884Z[ recovery-image] Sep 08 17:52:04.323 INFO O| Sep 08 17:52:04.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63622026-09-08T17:52:04.886Z[ recovery-image] Sep 08 17:52:04.323 INFO O| Sep 08 17:52:04.323 INFO STEP 235 (remove_files) COMPLETE
63632026-09-08T17:52:04.886Z[ recovery-image] Sep 08 17:52:04.323 INFO O| Sep 08 17:52:04.323 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-08T17:52:04.895Z[ recovery-image] Sep 08 17:52:04.334 INFO O| Sep 08 17:52:04.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63652026-09-08T17:52:04.895Z[ recovery-image] Sep 08 17:52:04.334 INFO O| Sep 08 17:52:04.334 INFO STEP 236 (remove_files) COMPLETE
63662026-09-08T17:52:04.895Z[ recovery-image] Sep 08 17:52:04.334 INFO O| Sep 08 17:52:04.334 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-08T17:52:04.906Z[ recovery-image] Sep 08 17:52:04.346 INFO O| Sep 08 17:52:04.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63682026-09-08T17:52:04.906Z[ recovery-image] Sep 08 17:52:04.346 INFO O| Sep 08 17:52:04.346 INFO STEP 237 (remove_files) COMPLETE
63692026-09-08T17:52:04.906Z[ recovery-image] Sep 08 17:52:04.346 INFO O| Sep 08 17:52:04.346 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-08T17:52:04.920Z[ recovery-image] Sep 08 17:52:04.356 INFO O| Sep 08 17:52:04.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63712026-09-08T17:52:04.920Z[ recovery-image] Sep 08 17:52:04.356 INFO O| Sep 08 17:52:04.356 INFO STEP 238 (remove_files) COMPLETE
63722026-09-08T17:52:04.923Z[ recovery-image] Sep 08 17:52:04.356 INFO O| Sep 08 17:52:04.356 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-08T17:52:04.927Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63742026-09-08T17:52:04.927Z[ recovery-image] Sep 08 17:52:04.366 INFO O| Sep 08 17:52:04.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63752026-09-08T17:52:04.927Z[ recovery-image] Sep 08 17:52:04.366 INFO O| Sep 08 17:52:04.366 INFO STEP 239 (remove_files) COMPLETE
63762026-09-08T17:52:04.927Z[ recovery-image] Sep 08 17:52:04.366 INFO O| Sep 08 17:52:04.366 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-09-08T17:52:04.936Z[ recovery-image] Sep 08 17:52:04.376 INFO O| Sep 08 17:52:04.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63782026-09-08T17:52:04.936Z[ recovery-image] Sep 08 17:52:04.376 INFO O| Sep 08 17:52:04.376 INFO STEP 240 (remove_files) COMPLETE
63792026-09-08T17:52:04.940Z[ recovery-image] Sep 08 17:52:04.376 INFO O| Sep 08 17:52:04.376 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-09-08T17:52:04.946Z[ recovery-image] Sep 08 17:52:04.386 INFO O| Sep 08 17:52:04.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63812026-09-08T17:52:04.946Z[ recovery-image] Sep 08 17:52:04.386 INFO O| Sep 08 17:52:04.386 INFO STEP 241 (remove_files) COMPLETE
63822026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.386 INFO O| Sep 08 17:52:04.386 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.395 INFO O| Sep 08 17:52:04.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
63842026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.395 INFO O| Sep 08 17:52:04.395 INFO STEP 242 (remove_files) COMPLETE
63852026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.395 INFO O| Sep 08 17:52:04.395 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.403 INFO O| Sep 08 17:52:04.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
63872026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.403 INFO O| Sep 08 17:52:04.403 INFO STEP 243 (remove_files) COMPLETE
63882026-09-08T17:52:04.968Z[ recovery-image] Sep 08 17:52:04.403 INFO O| Sep 08 17:52:04.403 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-09-08T17:52:04.972Z[ recovery-image] Sep 08 17:52:04.412 INFO O| Sep 08 17:52:04.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
63902026-09-08T17:52:04.972Z[ recovery-image] Sep 08 17:52:04.412 INFO O| Sep 08 17:52:04.412 INFO STEP 244 (remove_files) COMPLETE
63912026-09-08T17:52:04.976Z[ recovery-image] Sep 08 17:52:04.412 INFO O| Sep 08 17:52:04.412 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-09-08T17:52:04.982Z[ recovery-image] Sep 08 17:52:04.423 INFO O| Sep 08 17:52:04.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
63932026-09-08T17:52:04.982Z[ recovery-image] Sep 08 17:52:04.423 INFO O| Sep 08 17:52:04.423 INFO STEP 245 (remove_files) COMPLETE
63942026-09-08T17:52:04.985Z[ recovery-image] Sep 08 17:52:04.423 INFO O| Sep 08 17:52:04.423 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-09-08T17:52:04.992Z[ recovery-image] Sep 08 17:52:04.432 INFO O| Sep 08 17:52:04.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
63962026-09-08T17:52:04.992Z[ recovery-image] Sep 08 17:52:04.432 INFO O| Sep 08 17:52:04.432 INFO STEP 246 (remove_files) COMPLETE
63972026-09-08T17:52:04.992Z[ recovery-image] Sep 08 17:52:04.432 INFO O| Sep 08 17:52:04.432 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-09-08T17:52:05.001Z[ recovery-image] Sep 08 17:52:04.441 INFO O| Sep 08 17:52:04.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
63992026-09-08T17:52:05.005Z[ recovery-image] Sep 08 17:52:04.442 INFO O| Sep 08 17:52:04.442 INFO STEP 247 (remove_files) COMPLETE
64002026-09-08T17:52:05.005Z[ recovery-image] Sep 08 17:52:04.442 INFO O| Sep 08 17:52:04.442 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-09-08T17:52:05.011Z[ recovery-image] Sep 08 17:52:04.451 INFO O| Sep 08 17:52:04.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64022026-09-08T17:52:05.011Z[ recovery-image] Sep 08 17:52:04.451 INFO O| Sep 08 17:52:04.451 INFO STEP 248 (remove_files) COMPLETE
64032026-09-08T17:52:05.014Z[ recovery-image] Sep 08 17:52:04.451 INFO O| Sep 08 17:52:04.451 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-09-08T17:52:05.020Z[ recovery-image] Sep 08 17:52:04.459 INFO O| Sep 08 17:52:04.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64052026-09-08T17:52:05.020Z[ recovery-image] Sep 08 17:52:04.459 INFO O| Sep 08 17:52:04.459 INFO STEP 249 (remove_files) COMPLETE
64062026-09-08T17:52:05.024Z[ recovery-image] Sep 08 17:52:04.459 INFO O| Sep 08 17:52:04.459 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-08T17:52:05.031Z[ recovery-image] Sep 08 17:52:04.469 INFO O| Sep 08 17:52:04.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64082026-09-08T17:52:05.031Z[ recovery-image] Sep 08 17:52:04.469 INFO O| Sep 08 17:52:04.469 INFO STEP 250 (remove_files) COMPLETE
64092026-09-08T17:52:05.031Z[ recovery-image] Sep 08 17:52:04.469 INFO O| Sep 08 17:52:04.469 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-08T17:52:05.038Z[ recovery-image] Sep 08 17:52:04.478 INFO O| Sep 08 17:52:04.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64112026-09-08T17:52:05.038Z[ recovery-image] Sep 08 17:52:04.478 INFO O| Sep 08 17:52:04.478 INFO STEP 251 (remove_files) COMPLETE
64122026-09-08T17:52:05.043Z[ recovery-image] Sep 08 17:52:04.478 INFO O| Sep 08 17:52:04.478 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-08T17:52:05.048Z[ recovery-image] Sep 08 17:52:04.488 INFO O| Sep 08 17:52:04.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64142026-09-08T17:52:05.048Z[ recovery-image] Sep 08 17:52:04.488 INFO O| Sep 08 17:52:04.488 INFO STEP 252 (remove_files) COMPLETE
64152026-09-08T17:52:05.052Z[ recovery-image] Sep 08 17:52:04.488 INFO O| Sep 08 17:52:04.488 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-08T17:52:05.058Z[ recovery-image] Sep 08 17:52:04.498 INFO O| Sep 08 17:52:04.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64172026-09-08T17:52:05.058Z[ recovery-image] Sep 08 17:52:04.498 INFO O| Sep 08 17:52:04.498 INFO STEP 253 (remove_files) COMPLETE
64182026-09-08T17:52:05.058Z[ recovery-image] Sep 08 17:52:04.498 INFO O| Sep 08 17:52:04.498 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-08T17:52:05.068Z[ recovery-image] Sep 08 17:52:04.508 INFO O| Sep 08 17:52:04.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64202026-09-08T17:52:05.068Z[ recovery-image] Sep 08 17:52:04.508 INFO O| Sep 08 17:52:04.508 INFO STEP 254 (remove_files) COMPLETE
64212026-09-08T17:52:05.071Z[ recovery-image] Sep 08 17:52:04.508 INFO O| Sep 08 17:52:04.508 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-08T17:52:05.078Z[ recovery-image] Sep 08 17:52:04.518 INFO O| Sep 08 17:52:04.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64232026-09-08T17:52:05.078Z[ recovery-image] Sep 08 17:52:04.518 INFO O| Sep 08 17:52:04.518 INFO STEP 255 (remove_files) COMPLETE
64242026-09-08T17:52:05.078Z[ recovery-image] Sep 08 17:52:04.518 INFO O| Sep 08 17:52:04.518 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-08T17:52:05.088Z[ recovery-image] Sep 08 17:52:04.528 INFO O| Sep 08 17:52:04.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64262026-09-08T17:52:05.090Z[ recovery-image] Sep 08 17:52:04.528 INFO O| Sep 08 17:52:04.528 INFO STEP 256 (remove_files) COMPLETE
64272026-09-08T17:52:05.090Z[ recovery-image] Sep 08 17:52:04.528 INFO O| Sep 08 17:52:04.528 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-08T17:52:05.098Z[ recovery-image] Sep 08 17:52:04.538 INFO O| Sep 08 17:52:04.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64292026-09-08T17:52:05.099Z[ recovery-image] Sep 08 17:52:04.538 INFO O| Sep 08 17:52:04.538 INFO STEP 257 (remove_files) COMPLETE
64302026-09-08T17:52:05.103Z[ recovery-image] Sep 08 17:52:04.538 INFO O| Sep 08 17:52:04.538 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-08T17:52:05.110Z[ recovery-image] Sep 08 17:52:04.549 INFO O| Sep 08 17:52:04.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64322026-09-08T17:52:05.110Z[ recovery-image] Sep 08 17:52:04.549 INFO O| Sep 08 17:52:04.549 INFO STEP 258 (remove_files) COMPLETE
64332026-09-08T17:52:05.113Z[ recovery-image] Sep 08 17:52:04.549 INFO O| Sep 08 17:52:04.549 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-08T17:52:05.118Z[ recovery-image] Sep 08 17:52:04.558 INFO O| Sep 08 17:52:04.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64352026-09-08T17:52:05.118Z[ recovery-image] Sep 08 17:52:04.558 INFO O| Sep 08 17:52:04.558 INFO STEP 259 (remove_files) COMPLETE
64362026-09-08T17:52:05.122Z[ recovery-image] Sep 08 17:52:04.558 INFO O| Sep 08 17:52:04.558 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-08T17:52:05.128Z[ recovery-image] Sep 08 17:52:04.568 INFO O| Sep 08 17:52:04.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64382026-09-08T17:52:05.128Z[ recovery-image] Sep 08 17:52:04.568 INFO O| Sep 08 17:52:04.568 INFO STEP 260 (remove_files) COMPLETE
64392026-09-08T17:52:05.128Z[ recovery-image] Sep 08 17:52:04.568 INFO O| Sep 08 17:52:04.568 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-08T17:52:05.140Z[ recovery-image] Sep 08 17:52:04.578 INFO O| Sep 08 17:52:04.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64412026-09-08T17:52:05.140Z[ recovery-image] Sep 08 17:52:04.578 INFO O| Sep 08 17:52:04.578 INFO STEP 261 (remove_files) COMPLETE
64422026-09-08T17:52:05.143Z[ recovery-image] Sep 08 17:52:04.578 INFO O| Sep 08 17:52:04.578 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-08T17:52:05.149Z[ recovery-image] Sep 08 17:52:04.589 INFO O| Sep 08 17:52:04.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64442026-09-08T17:52:05.149Z[ recovery-image] Sep 08 17:52:04.589 INFO O| Sep 08 17:52:04.589 INFO STEP 262 (remove_files) COMPLETE
64452026-09-08T17:52:05.149Z[ recovery-image] Sep 08 17:52:04.589 INFO O| Sep 08 17:52:04.589 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-08T17:52:05.159Z[ recovery-image] Sep 08 17:52:04.599 INFO O| Sep 08 17:52:04.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64472026-09-08T17:52:05.159Z[ recovery-image] Sep 08 17:52:04.599 INFO O| Sep 08 17:52:04.599 INFO STEP 263 (remove_files) COMPLETE
64482026-09-08T17:52:05.159Z[ recovery-image] Sep 08 17:52:04.599 INFO O| Sep 08 17:52:04.599 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-08T17:52:05.169Z[ recovery-image] Sep 08 17:52:04.609 INFO O| Sep 08 17:52:04.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64502026-09-08T17:52:05.169Z[ recovery-image] Sep 08 17:52:04.609 INFO O| Sep 08 17:52:04.609 INFO STEP 264 (remove_files) COMPLETE
64512026-09-08T17:52:05.169Z[ recovery-image] Sep 08 17:52:04.609 INFO O| Sep 08 17:52:04.609 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-08T17:52:05.175Z[verify-libraries] Compiling fs-err v2.11.0
64532026-09-08T17:52:05.179Z[ recovery-image] Sep 08 17:52:04.619 INFO O| Sep 08 17:52:04.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64542026-09-08T17:52:05.180Z[ recovery-image] Sep 08 17:52:04.619 INFO O| Sep 08 17:52:04.619 INFO STEP 265 (remove_files) COMPLETE
64552026-09-08T17:52:05.183Z[ recovery-image] Sep 08 17:52:04.619 INFO O| Sep 08 17:52:04.619 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-09-08T17:52:05.190Z[ recovery-image] Sep 08 17:52:04.630 INFO O| Sep 08 17:52:04.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64572026-09-08T17:52:05.190Z[ recovery-image] Sep 08 17:52:04.630 INFO O| Sep 08 17:52:04.630 INFO STEP 266 (remove_files) COMPLETE
64582026-09-08T17:52:05.190Z[ recovery-image] Sep 08 17:52:04.630 INFO O| Sep 08 17:52:04.630 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-08T17:52:05.200Z[ recovery-image] Sep 08 17:52:04.640 INFO O| Sep 08 17:52:04.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64602026-09-08T17:52:05.200Z[ recovery-image] Sep 08 17:52:04.640 INFO O| Sep 08 17:52:04.640 INFO STEP 267 (remove_files) COMPLETE
64612026-09-08T17:52:05.200Z[ recovery-image] Sep 08 17:52:04.640 INFO O| Sep 08 17:52:04.640 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-08T17:52:05.211Z[ recovery-image] Sep 08 17:52:04.651 INFO O| Sep 08 17:52:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64632026-09-08T17:52:05.212Z[ recovery-image] Sep 08 17:52:04.651 INFO O| Sep 08 17:52:04.651 INFO STEP 268 (remove_files) COMPLETE
64642026-09-08T17:52:05.212Z[ recovery-image] Sep 08 17:52:04.651 INFO O| Sep 08 17:52:04.651 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-08T17:52:05.223Z[ recovery-image] Sep 08 17:52:04.663 INFO O| Sep 08 17:52:04.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64662026-09-08T17:52:05.223Z[ recovery-image] Sep 08 17:52:04.663 INFO O| Sep 08 17:52:04.663 INFO STEP 269 (remove_files) COMPLETE
64672026-09-08T17:52:05.223Z[ recovery-image] Sep 08 17:52:04.663 INFO O| Sep 08 17:52:04.663 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-08T17:52:05.234Z[ recovery-image] Sep 08 17:52:04.674 INFO O| Sep 08 17:52:04.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64692026-09-08T17:52:05.234Z[ recovery-image] Sep 08 17:52:04.674 INFO O| Sep 08 17:52:04.674 INFO STEP 270 (remove_files) COMPLETE
64702026-09-08T17:52:05.234Z[ recovery-image] Sep 08 17:52:04.674 INFO O| Sep 08 17:52:04.674 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-08T17:52:05.245Z[ recovery-image] Sep 08 17:52:04.685 INFO O| Sep 08 17:52:04.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64722026-09-08T17:52:05.245Z[ recovery-image] Sep 08 17:52:04.685 INFO O| Sep 08 17:52:04.685 INFO STEP 271 (remove_files) COMPLETE
64732026-09-08T17:52:05.245Z[ recovery-image] Sep 08 17:52:04.685 INFO O| Sep 08 17:52:04.685 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-08T17:52:05.255Z[ recovery-image] Sep 08 17:52:04.695 INFO O| Sep 08 17:52:04.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64752026-09-08T17:52:05.255Z[ recovery-image] Sep 08 17:52:04.695 INFO O| Sep 08 17:52:04.695 INFO STEP 272 (remove_files) COMPLETE
64762026-09-08T17:52:05.255Z[ recovery-image] Sep 08 17:52:04.695 INFO O| Sep 08 17:52:04.695 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-08T17:52:05.271Z[ recovery-image] Sep 08 17:52:04.706 INFO O| Sep 08 17:52:04.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64782026-09-08T17:52:05.275Z[ recovery-image] Sep 08 17:52:04.706 INFO O| Sep 08 17:52:04.706 INFO STEP 273 (remove_files) COMPLETE
64792026-09-08T17:52:05.275Z[ recovery-image] Sep 08 17:52:04.706 INFO O| Sep 08 17:52:04.706 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-08T17:52:05.278Z[ recovery-image] Sep 08 17:52:04.716 INFO O| Sep 08 17:52:04.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64812026-09-08T17:52:05.278Z[ recovery-image] Sep 08 17:52:04.717 INFO O| Sep 08 17:52:04.717 INFO STEP 274 (remove_files) COMPLETE
64822026-09-08T17:52:05.278Z[ recovery-image] Sep 08 17:52:04.717 INFO O| Sep 08 17:52:04.717 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-09-08T17:52:05.287Z[ recovery-image] Sep 08 17:52:04.727 INFO O| Sep 08 17:52:04.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
64842026-09-08T17:52:05.287Z[ recovery-image] Sep 08 17:52:04.727 INFO O| Sep 08 17:52:04.727 INFO STEP 275 (remove_files) COMPLETE
64852026-09-08T17:52:05.287Z[ recovery-image] Sep 08 17:52:04.727 INFO O| Sep 08 17:52:04.727 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-09-08T17:52:05.304Z[ recovery-image] Sep 08 17:52:04.742 INFO O| Sep 08 17:52:04.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
64872026-09-08T17:52:05.304Z[ recovery-image] Sep 08 17:52:04.742 INFO O| Sep 08 17:52:04.736 INFO STEP 276 (remove_files) COMPLETE
64882026-09-08T17:52:05.307Z[ recovery-image] Sep 08 17:52:04.742 INFO O| Sep 08 17:52:04.736 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-08T17:52:05.308Z[ recovery-image] Sep 08 17:52:04.744 INFO O| Sep 08 17:52:04.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
64902026-09-08T17:52:05.308Z[ recovery-image] Sep 08 17:52:04.744 INFO O| Sep 08 17:52:04.744 INFO STEP 277 (remove_files) COMPLETE
64912026-09-08T17:52:05.308Z[ recovery-image] Sep 08 17:52:04.744 INFO O| Sep 08 17:52:04.744 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-08T17:52:05.308Z[verify-libraries] Compiling internet-checksum v0.2.1
64932026-09-08T17:52:05.314Z[ recovery-image] Sep 08 17:52:04.754 INFO O| Sep 08 17:52:04.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
64942026-09-08T17:52:05.314Z[ recovery-image] Sep 08 17:52:04.754 INFO O| Sep 08 17:52:04.754 INFO STEP 278 (remove_files) COMPLETE
64952026-09-08T17:52:05.314Z[ recovery-image] Sep 08 17:52:04.754 INFO O| Sep 08 17:52:04.754 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-09-08T17:52:05.324Z[ recovery-image] Sep 08 17:52:04.764 INFO O| Sep 08 17:52:04.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
64972026-09-08T17:52:05.324Z[ recovery-image] Sep 08 17:52:04.764 INFO O| Sep 08 17:52:04.764 INFO STEP 279 (remove_files) COMPLETE
64982026-09-08T17:52:05.324Z[ recovery-image] Sep 08 17:52:04.764 INFO O| Sep 08 17:52:04.764 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-09-08T17:52:05.334Z[ recovery-image] Sep 08 17:52:04.774 INFO O| Sep 08 17:52:04.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65002026-09-08T17:52:05.334Z[ recovery-image] Sep 08 17:52:04.774 INFO O| Sep 08 17:52:04.774 INFO STEP 280 (remove_files) COMPLETE
65012026-09-08T17:52:05.334Z[ recovery-image] Sep 08 17:52:04.774 INFO O| Sep 08 17:52:04.774 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-09-08T17:52:05.343Z[ recovery-image] Sep 08 17:52:04.783 INFO O| Sep 08 17:52:04.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65032026-09-08T17:52:05.347Z[ recovery-image] Sep 08 17:52:04.784 INFO O| Sep 08 17:52:04.784 INFO STEP 281 (remove_files) COMPLETE
65042026-09-08T17:52:05.347Z[ recovery-image] Sep 08 17:52:04.784 INFO O| Sep 08 17:52:04.784 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-09-08T17:52:05.353Z[ recovery-image] Sep 08 17:52:04.793 INFO O| Sep 08 17:52:04.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65062026-09-08T17:52:05.353Z[ recovery-image] Sep 08 17:52:04.793 INFO O| Sep 08 17:52:04.793 INFO STEP 282 (remove_files) COMPLETE
65072026-09-08T17:52:05.357Z[ recovery-image] Sep 08 17:52:04.793 INFO O| Sep 08 17:52:04.793 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-09-08T17:52:05.364Z[ recovery-image] Sep 08 17:52:04.804 INFO O| Sep 08 17:52:04.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65092026-09-08T17:52:05.364Z[ recovery-image] Sep 08 17:52:04.804 INFO O| Sep 08 17:52:04.804 INFO STEP 283 (remove_files) COMPLETE
65102026-09-08T17:52:05.367Z[ recovery-image] Sep 08 17:52:04.804 INFO O| Sep 08 17:52:04.804 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-09-08T17:52:05.373Z[ recovery-image] Sep 08 17:52:04.813 INFO O| Sep 08 17:52:04.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65122026-09-08T17:52:05.373Z[ recovery-image] Sep 08 17:52:04.813 INFO O| Sep 08 17:52:04.813 INFO STEP 284 (remove_files) COMPLETE
65132026-09-08T17:52:05.376Z[ recovery-image] Sep 08 17:52:04.813 INFO O| Sep 08 17:52:04.813 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-09-08T17:52:05.383Z[ recovery-image] Sep 08 17:52:04.822 INFO O| Sep 08 17:52:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65152026-09-08T17:52:05.383Z[ recovery-image] Sep 08 17:52:04.823 INFO O| Sep 08 17:52:04.823 INFO STEP 285 (remove_files) COMPLETE
65162026-09-08T17:52:05.383Z[ recovery-image] Sep 08 17:52:04.823 INFO O| Sep 08 17:52:04.823 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-08T17:52:05.428Z[ recovery-image] Sep 08 17:52:04.831 INFO O| Sep 08 17:52:04.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65182026-09-08T17:52:05.428Z[ recovery-image] Sep 08 17:52:04.831 INFO O| Sep 08 17:52:04.831 INFO STEP 286 (remove_files) COMPLETE
65192026-09-08T17:52:05.428Z[ recovery-image] Sep 08 17:52:04.831 INFO O| Sep 08 17:52:04.831 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-08T17:52:05.428Z[ recovery-image] Sep 08 17:52:04.843 INFO O| Sep 08 17:52:04.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65212026-09-08T17:52:05.428Z[ recovery-image] Sep 08 17:52:04.843 INFO O| Sep 08 17:52:04.843 INFO STEP 287 (remove_files) COMPLETE
65222026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.843 INFO O| Sep 08 17:52:04.843 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.854 INFO O| Sep 08 17:52:04.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65242026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.854 INFO O| Sep 08 17:52:04.854 INFO STEP 288 (remove_files) COMPLETE
65252026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.854 INFO O| Sep 08 17:52:04.854 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.863 INFO O| Sep 08 17:52:04.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65272026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.863 INFO O| Sep 08 17:52:04.863 INFO STEP 289 (remove_files) COMPLETE
65282026-09-08T17:52:05.430Z[ recovery-image] Sep 08 17:52:04.863 INFO O| Sep 08 17:52:04.863 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-08T17:52:05.435Z[ recovery-image] Sep 08 17:52:04.871 INFO O| Sep 08 17:52:04.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65302026-09-08T17:52:05.435Z[ recovery-image] Sep 08 17:52:04.871 INFO O| Sep 08 17:52:04.871 INFO STEP 290 (remove_files) COMPLETE
65312026-09-08T17:52:05.435Z[ recovery-image] Sep 08 17:52:04.871 INFO O| Sep 08 17:52:04.871 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-08T17:52:05.441Z[ recovery-image] Sep 08 17:52:04.881 INFO O| Sep 08 17:52:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65332026-09-08T17:52:05.441Z[ recovery-image] Sep 08 17:52:04.881 INFO O| Sep 08 17:52:04.881 INFO STEP 291 (remove_files) COMPLETE
65342026-09-08T17:52:05.441Z[ recovery-image] Sep 08 17:52:04.881 INFO O| Sep 08 17:52:04.881 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-08T17:52:05.452Z[ recovery-image] Sep 08 17:52:04.892 INFO O| Sep 08 17:52:04.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65362026-09-08T17:52:05.452Z[ recovery-image] Sep 08 17:52:04.892 INFO O| Sep 08 17:52:04.892 INFO STEP 292 (remove_files) COMPLETE
65372026-09-08T17:52:05.455Z[ recovery-image] Sep 08 17:52:04.892 INFO O| Sep 08 17:52:04.892 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-08T17:52:05.461Z[ recovery-image] Sep 08 17:52:04.901 INFO O| Sep 08 17:52:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65392026-09-08T17:52:05.461Z[ recovery-image] Sep 08 17:52:04.901 INFO O| Sep 08 17:52:04.901 INFO STEP 293 (remove_files) COMPLETE
65402026-09-08T17:52:05.461Z[ recovery-image] Sep 08 17:52:04.901 INFO O| Sep 08 17:52:04.901 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-08T17:52:05.473Z[ recovery-image] Sep 08 17:52:04.912 INFO O| Sep 08 17:52:04.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65422026-09-08T17:52:05.473Z[ recovery-image] Sep 08 17:52:04.912 INFO O| Sep 08 17:52:04.911 INFO STEP 294 (remove_files) COMPLETE
65432026-09-08T17:52:05.474Z[ recovery-image] Sep 08 17:52:04.912 INFO O| Sep 08 17:52:04.911 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-09-08T17:52:05.481Z[ recovery-image] Sep 08 17:52:04.921 INFO O| Sep 08 17:52:04.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65452026-09-08T17:52:05.481Z[ recovery-image] Sep 08 17:52:04.921 INFO O| Sep 08 17:52:04.920 INFO STEP 295 (remove_files) COMPLETE
65462026-09-08T17:52:05.481Z[ recovery-image] Sep 08 17:52:04.921 INFO O| Sep 08 17:52:04.920 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-09-08T17:52:05.490Z[ recovery-image] Sep 08 17:52:04.930 INFO O| Sep 08 17:52:04.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65482026-09-08T17:52:05.490Z[ recovery-image] Sep 08 17:52:04.930 INFO O| Sep 08 17:52:04.930 INFO STEP 296 (remove_files) COMPLETE
65492026-09-08T17:52:05.490Z[ recovery-image] Sep 08 17:52:04.930 INFO O| Sep 08 17:52:04.930 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-09-08T17:52:05.500Z[ recovery-image] Sep 08 17:52:04.940 INFO O| Sep 08 17:52:04.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65512026-09-08T17:52:05.500Z[ recovery-image] Sep 08 17:52:04.940 INFO O| Sep 08 17:52:04.940 INFO STEP 297 (remove_files) COMPLETE
65522026-09-08T17:52:05.500Z[ recovery-image] Sep 08 17:52:04.940 INFO O| Sep 08 17:52:04.940 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-09-08T17:52:05.511Z[ recovery-image] Sep 08 17:52:04.950 INFO O| Sep 08 17:52:04.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65542026-09-08T17:52:05.514Z[ recovery-image] Sep 08 17:52:04.953 INFO O| Sep 08 17:52:04.953 INFO STEP 298 (remove_files) COMPLETE
65552026-09-08T17:52:05.514Z[ recovery-image] Sep 08 17:52:04.953 INFO O| Sep 08 17:52:04.953 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-09-08T17:52:05.523Z[ recovery-image] Sep 08 17:52:04.963 INFO O| Sep 08 17:52:04.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65572026-09-08T17:52:05.524Z[ recovery-image] Sep 08 17:52:04.963 INFO O| Sep 08 17:52:04.963 INFO STEP 299 (remove_files) COMPLETE
65582026-09-08T17:52:05.524Z[ recovery-image] Sep 08 17:52:04.963 INFO O| Sep 08 17:52:04.963 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-09-08T17:52:05.533Z[ recovery-image] Sep 08 17:52:04.973 INFO O| Sep 08 17:52:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65602026-09-08T17:52:05.533Z[ recovery-image] Sep 08 17:52:04.973 INFO O| Sep 08 17:52:04.973 INFO STEP 300 (remove_files) COMPLETE
65612026-09-08T17:52:05.533Z[ recovery-image] Sep 08 17:52:04.973 INFO O| Sep 08 17:52:04.973 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-09-08T17:52:05.543Z[ recovery-image] Sep 08 17:52:04.983 INFO O| Sep 08 17:52:04.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65632026-09-08T17:52:05.543Z[ recovery-image] Sep 08 17:52:04.983 INFO O| Sep 08 17:52:04.983 INFO STEP 301 (remove_files) COMPLETE
65642026-09-08T17:52:05.543Z[ recovery-image] Sep 08 17:52:04.983 INFO O| Sep 08 17:52:04.983 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-09-08T17:52:05.553Z[ recovery-image] Sep 08 17:52:04.993 INFO O| Sep 08 17:52:04.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65662026-09-08T17:52:05.553Z[ recovery-image] Sep 08 17:52:04.993 INFO O| Sep 08 17:52:04.993 INFO STEP 302 (remove_files) COMPLETE
65672026-09-08T17:52:05.553Z[ recovery-image] Sep 08 17:52:04.993 INFO O| Sep 08 17:52:04.993 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-08T17:52:05.562Z[ recovery-image] Sep 08 17:52:05.002 INFO O| Sep 08 17:52:05.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65692026-09-08T17:52:05.562Z[ recovery-image] Sep 08 17:52:05.002 INFO O| Sep 08 17:52:05.002 INFO STEP 303 (remove_files) COMPLETE
65702026-09-08T17:52:05.564Z[ recovery-image] Sep 08 17:52:05.002 INFO O| Sep 08 17:52:05.002 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-08T17:52:05.572Z[ recovery-image] Sep 08 17:52:05.012 INFO O| Sep 08 17:52:05.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65722026-09-08T17:52:05.572Z[ recovery-image] Sep 08 17:52:05.012 INFO O| Sep 08 17:52:05.012 INFO STEP 304 (remove_files) COMPLETE
65732026-09-08T17:52:05.572Z[ recovery-image] Sep 08 17:52:05.012 INFO O| Sep 08 17:52:05.012 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-08T17:52:05.583Z[ recovery-image] Sep 08 17:52:05.023 INFO O| Sep 08 17:52:05.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65752026-09-08T17:52:05.583Z[ recovery-image] Sep 08 17:52:05.023 INFO O| Sep 08 17:52:05.023 INFO STEP 305 (remove_files) COMPLETE
65762026-09-08T17:52:05.583Z[ recovery-image] Sep 08 17:52:05.023 INFO O| Sep 08 17:52:05.023 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-08T17:52:05.594Z[ recovery-image] Sep 08 17:52:05.033 INFO O| Sep 08 17:52:05.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65782026-09-08T17:52:05.594Z[ recovery-image] Sep 08 17:52:05.034 INFO O| Sep 08 17:52:05.033 INFO STEP 306 (remove_files) COMPLETE
65792026-09-08T17:52:05.594Z[ recovery-image] Sep 08 17:52:05.034 INFO O| Sep 08 17:52:05.033 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-08T17:52:05.604Z[ recovery-image] Sep 08 17:52:05.044 INFO O| Sep 08 17:52:05.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65812026-09-08T17:52:05.604Z[ recovery-image] Sep 08 17:52:05.044 INFO O| Sep 08 17:52:05.044 INFO STEP 307 (remove_files) COMPLETE
65822026-09-08T17:52:05.605Z[ recovery-image] Sep 08 17:52:05.044 INFO O| Sep 08 17:52:05.044 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-08T17:52:05.616Z[ recovery-image] Sep 08 17:52:05.055 INFO O| Sep 08 17:52:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
65842026-09-08T17:52:05.616Z[ recovery-image] Sep 08 17:52:05.055 INFO O| Sep 08 17:52:05.055 INFO STEP 308 (remove_files) COMPLETE
65852026-09-08T17:52:05.616Z[ recovery-image] Sep 08 17:52:05.055 INFO O| Sep 08 17:52:05.055 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-08T17:52:05.626Z[ recovery-image] Sep 08 17:52:05.066 INFO O| Sep 08 17:52:05.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
65872026-09-08T17:52:05.626Z[ recovery-image] Sep 08 17:52:05.066 INFO O| Sep 08 17:52:05.066 INFO STEP 309 (remove_files) COMPLETE
65882026-09-08T17:52:05.626Z[ recovery-image] Sep 08 17:52:05.066 INFO O| Sep 08 17:52:05.066 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-08T17:52:05.635Z[ recovery-image] Sep 08 17:52:05.075 INFO O| Sep 08 17:52:05.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
65902026-09-08T17:52:05.635Z[ recovery-image] Sep 08 17:52:05.075 INFO O| Sep 08 17:52:05.075 INFO STEP 310 (remove_files) COMPLETE
65912026-09-08T17:52:05.635Z[ recovery-image] Sep 08 17:52:05.075 INFO O| Sep 08 17:52:05.075 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-08T17:52:05.646Z[ recovery-image] Sep 08 17:52:05.086 INFO O| Sep 08 17:52:05.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
65932026-09-08T17:52:05.646Z[ recovery-image] Sep 08 17:52:05.086 INFO O| Sep 08 17:52:05.086 INFO STEP 311 (remove_files) COMPLETE
65942026-09-08T17:52:05.650Z[ recovery-image] Sep 08 17:52:05.086 INFO O| Sep 08 17:52:05.086 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-08T17:52:05.657Z[ recovery-image] Sep 08 17:52:05.097 INFO O| Sep 08 17:52:05.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
65962026-09-08T17:52:05.657Z[ recovery-image] Sep 08 17:52:05.097 INFO O| Sep 08 17:52:05.097 INFO STEP 312 (remove_files) COMPLETE
65972026-09-08T17:52:05.658Z[ recovery-image] Sep 08 17:52:05.097 INFO O| Sep 08 17:52:05.097 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-08T17:52:05.667Z[ recovery-image] Sep 08 17:52:05.107 INFO O| Sep 08 17:52:05.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
65992026-09-08T17:52:05.667Z[ recovery-image] Sep 08 17:52:05.107 INFO O| Sep 08 17:52:05.107 INFO STEP 313 (remove_files) COMPLETE
66002026-09-08T17:52:05.667Z[ recovery-image] Sep 08 17:52:05.107 INFO O| Sep 08 17:52:05.107 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-08T17:52:05.679Z[ recovery-image] Sep 08 17:52:05.118 INFO O| Sep 08 17:52:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66022026-09-08T17:52:05.679Z[ recovery-image] Sep 08 17:52:05.119 INFO O| Sep 08 17:52:05.118 INFO STEP 314 (remove_files) COMPLETE
66032026-09-08T17:52:05.679Z[ recovery-image] Sep 08 17:52:05.119 INFO O| Sep 08 17:52:05.118 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-09-08T17:52:05.689Z[ recovery-image] Sep 08 17:52:05.129 INFO O| Sep 08 17:52:05.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66052026-09-08T17:52:05.689Z[ recovery-image] Sep 08 17:52:05.129 INFO O| Sep 08 17:52:05.129 INFO STEP 315 (remove_files) COMPLETE
66062026-09-08T17:52:05.692Z[ recovery-image] Sep 08 17:52:05.129 INFO O| Sep 08 17:52:05.129 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-08T17:52:05.699Z[ recovery-image] Sep 08 17:52:05.139 INFO O| Sep 08 17:52:05.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66082026-09-08T17:52:05.699Z[ recovery-image] Sep 08 17:52:05.139 INFO O| Sep 08 17:52:05.139 INFO STEP 316 (remove_files) COMPLETE
66092026-09-08T17:52:05.699Z[ recovery-image] Sep 08 17:52:05.139 INFO O| Sep 08 17:52:05.139 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-08T17:52:05.710Z[ recovery-image] Sep 08 17:52:05.150 INFO O| Sep 08 17:52:05.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66112026-09-08T17:52:05.714Z[ recovery-image] Sep 08 17:52:05.150 INFO O| Sep 08 17:52:05.150 INFO STEP 317 (remove_files) COMPLETE
66122026-09-08T17:52:05.714Z[ recovery-image] Sep 08 17:52:05.150 INFO O| Sep 08 17:52:05.150 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-08T17:52:05.736Z[ recovery-image] Sep 08 17:52:05.160 INFO O| Sep 08 17:52:05.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66142026-09-08T17:52:05.736Z[ recovery-image] Sep 08 17:52:05.160 INFO O| Sep 08 17:52:05.160 INFO STEP 318 (remove_files) COMPLETE
66152026-09-08T17:52:05.736Z[ recovery-image] Sep 08 17:52:05.160 INFO O| Sep 08 17:52:05.160 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-08T17:52:05.740Z[ recovery-image] Sep 08 17:52:05.170 INFO O| Sep 08 17:52:05.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66172026-09-08T17:52:05.740Z[ recovery-image] Sep 08 17:52:05.170 INFO O| Sep 08 17:52:05.170 INFO STEP 319 (remove_files) COMPLETE
66182026-09-08T17:52:05.742Z[ recovery-image] Sep 08 17:52:05.170 INFO O| Sep 08 17:52:05.170 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-08T17:52:05.742Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
66202026-09-08T17:52:05.746Z[ recovery-image] Sep 08 17:52:05.180 INFO O| Sep 08 17:52:05.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66212026-09-08T17:52:05.746Z[ recovery-image] Sep 08 17:52:05.180 INFO O| Sep 08 17:52:05.180 INFO STEP 320 (remove_files) COMPLETE
66222026-09-08T17:52:05.746Z[ recovery-image] Sep 08 17:52:05.180 INFO O| Sep 08 17:52:05.180 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-08T17:52:05.751Z[ recovery-image] Sep 08 17:52:05.191 INFO O| Sep 08 17:52:05.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66242026-09-08T17:52:05.752Z[ recovery-image] Sep 08 17:52:05.191 INFO O| Sep 08 17:52:05.191 INFO STEP 321 (remove_files) COMPLETE
66252026-09-08T17:52:05.775Z[ recovery-image] Sep 08 17:52:05.191 INFO O| Sep 08 17:52:05.191 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-08T17:52:05.780Z[ recovery-image] Sep 08 17:52:05.202 INFO O| Sep 08 17:52:05.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66272026-09-08T17:52:05.782Z[ recovery-image] Sep 08 17:52:05.202 INFO O| Sep 08 17:52:05.202 INFO STEP 322 (remove_files) COMPLETE
66282026-09-08T17:52:05.782Z[ recovery-image] Sep 08 17:52:05.202 INFO O| Sep 08 17:52:05.202 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-08T17:52:05.782Z[ recovery-image] Sep 08 17:52:05.213 INFO O| Sep 08 17:52:05.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66302026-09-08T17:52:05.782Z[ recovery-image] Sep 08 17:52:05.213 INFO O| Sep 08 17:52:05.213 INFO STEP 323 (remove_files) COMPLETE
66312026-09-08T17:52:05.782Z[ recovery-image] Sep 08 17:52:05.213 INFO O| Sep 08 17:52:05.213 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-08T17:52:05.786Z[ recovery-image] Sep 08 17:52:05.223 INFO O| Sep 08 17:52:05.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66332026-09-08T17:52:05.786Z[ recovery-image] Sep 08 17:52:05.223 INFO O| Sep 08 17:52:05.223 INFO STEP 324 (remove_files) COMPLETE
66342026-09-08T17:52:05.786Z[ recovery-image] Sep 08 17:52:05.223 INFO O| Sep 08 17:52:05.223 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-08T17:52:05.793Z[ recovery-image] Sep 08 17:52:05.233 INFO O| Sep 08 17:52:05.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66362026-09-08T17:52:05.793Z[ recovery-image] Sep 08 17:52:05.233 INFO O| Sep 08 17:52:05.233 INFO STEP 325 (remove_files) COMPLETE
66372026-09-08T17:52:05.799Z[ recovery-image] Sep 08 17:52:05.233 INFO O| Sep 08 17:52:05.233 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-08T17:52:05.803Z[ recovery-image] Sep 08 17:52:05.243 INFO O| Sep 08 17:52:05.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66392026-09-08T17:52:05.803Z[ recovery-image] Sep 08 17:52:05.243 INFO O| Sep 08 17:52:05.243 INFO STEP 326 (remove_files) COMPLETE
66402026-09-08T17:52:05.808Z[ recovery-image] Sep 08 17:52:05.243 INFO O| Sep 08 17:52:05.243 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-08T17:52:05.814Z[ recovery-image] Sep 08 17:52:05.253 INFO O| Sep 08 17:52:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66422026-09-08T17:52:05.814Z[ recovery-image] Sep 08 17:52:05.253 INFO O| Sep 08 17:52:05.253 INFO STEP 327 (remove_files) COMPLETE
66432026-09-08T17:52:05.817Z[ recovery-image] Sep 08 17:52:05.253 INFO O| Sep 08 17:52:05.253 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-08T17:52:05.824Z[ recovery-image] Sep 08 17:52:05.264 INFO O| Sep 08 17:52:05.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66452026-09-08T17:52:05.824Z[ recovery-image] Sep 08 17:52:05.264 INFO O| Sep 08 17:52:05.264 INFO STEP 328 (remove_files) COMPLETE
66462026-09-08T17:52:05.824Z[ recovery-image] Sep 08 17:52:05.264 INFO O| Sep 08 17:52:05.264 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-08T17:52:05.834Z[ recovery-image] Sep 08 17:52:05.274 INFO O| Sep 08 17:52:05.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66482026-09-08T17:52:05.834Z[ recovery-image] Sep 08 17:52:05.274 INFO O| Sep 08 17:52:05.274 INFO STEP 329 (remove_files) COMPLETE
66492026-09-08T17:52:05.834Z[ recovery-image] Sep 08 17:52:05.274 INFO O| Sep 08 17:52:05.274 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-08T17:52:05.844Z[ recovery-image] Sep 08 17:52:05.284 INFO O| Sep 08 17:52:05.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66512026-09-08T17:52:05.844Z[ recovery-image] Sep 08 17:52:05.284 INFO O| Sep 08 17:52:05.284 INFO STEP 330 (remove_files) COMPLETE
66522026-09-08T17:52:05.849Z[ recovery-image] Sep 08 17:52:05.284 INFO O| Sep 08 17:52:05.284 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-08T17:52:05.854Z[ recovery-image] Sep 08 17:52:05.294 INFO O| Sep 08 17:52:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66542026-09-08T17:52:05.854Z[ recovery-image] Sep 08 17:52:05.294 INFO O| Sep 08 17:52:05.294 INFO STEP 331 (remove_files) COMPLETE
66552026-09-08T17:52:05.857Z[ recovery-image] Sep 08 17:52:05.294 INFO O| Sep 08 17:52:05.294 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-08T17:52:05.863Z[ recovery-image] Sep 08 17:52:05.303 INFO O| Sep 08 17:52:05.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66572026-09-08T17:52:05.863Z[ recovery-image] Sep 08 17:52:05.303 INFO O| Sep 08 17:52:05.303 INFO STEP 332 (remove_files) COMPLETE
66582026-09-08T17:52:05.863Z[ recovery-image] Sep 08 17:52:05.303 INFO O| Sep 08 17:52:05.303 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-08T17:52:05.872Z[ recovery-image] Sep 08 17:52:05.312 INFO O| Sep 08 17:52:05.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66602026-09-08T17:52:05.872Z[ recovery-image] Sep 08 17:52:05.312 INFO O| Sep 08 17:52:05.312 INFO STEP 333 (remove_files) COMPLETE
66612026-09-08T17:52:05.872Z[ recovery-image] Sep 08 17:52:05.312 INFO O| Sep 08 17:52:05.312 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-08T17:52:05.882Z[ recovery-image] Sep 08 17:52:05.322 INFO O| Sep 08 17:52:05.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66632026-09-08T17:52:05.882Z[ recovery-image] Sep 08 17:52:05.322 INFO O| Sep 08 17:52:05.322 INFO STEP 334 (remove_files) COMPLETE
66642026-09-08T17:52:05.882Z[ recovery-image] Sep 08 17:52:05.322 INFO O| Sep 08 17:52:05.322 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-08T17:52:05.892Z[ recovery-image] Sep 08 17:52:05.332 INFO O| Sep 08 17:52:05.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66662026-09-08T17:52:05.892Z[ recovery-image] Sep 08 17:52:05.332 INFO O| Sep 08 17:52:05.332 INFO STEP 335 (remove_files) COMPLETE
66672026-09-08T17:52:05.892Z[ recovery-image] Sep 08 17:52:05.332 INFO O| Sep 08 17:52:05.332 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-08T17:52:05.902Z[ recovery-image] Sep 08 17:52:05.342 INFO O| Sep 08 17:52:05.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66692026-09-08T17:52:05.902Z[ recovery-image] Sep 08 17:52:05.342 INFO O| Sep 08 17:52:05.342 INFO STEP 336 (remove_files) COMPLETE
66702026-09-08T17:52:05.902Z[ recovery-image] Sep 08 17:52:05.342 INFO O| Sep 08 17:52:05.342 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-08T17:52:05.913Z[ recovery-image] Sep 08 17:52:05.353 INFO O| Sep 08 17:52:05.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66722026-09-08T17:52:05.913Z[ recovery-image] Sep 08 17:52:05.353 INFO O| Sep 08 17:52:05.353 INFO STEP 337 (remove_files) COMPLETE
66732026-09-08T17:52:05.913Z[ recovery-image] Sep 08 17:52:05.353 INFO O| Sep 08 17:52:05.353 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-08T17:52:05.926Z[ recovery-image] Sep 08 17:52:05.364 INFO O| Sep 08 17:52:05.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66752026-09-08T17:52:05.926Z[ recovery-image] Sep 08 17:52:05.364 INFO O| Sep 08 17:52:05.364 INFO STEP 338 (remove_files) COMPLETE
66762026-09-08T17:52:05.926Z[ recovery-image] Sep 08 17:52:05.364 INFO O| Sep 08 17:52:05.364 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-08T17:52:05.942Z[ recovery-image] Sep 08 17:52:05.373 INFO O| Sep 08 17:52:05.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66782026-09-08T17:52:05.942Z[ recovery-image] Sep 08 17:52:05.373 INFO O| Sep 08 17:52:05.373 INFO STEP 339 (remove_files) COMPLETE
66792026-09-08T17:52:05.942Z[ recovery-image] Sep 08 17:52:05.373 INFO O| Sep 08 17:52:05.373 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-08T17:52:05.946Z[ recovery-image] Sep 08 17:52:05.383 INFO O| Sep 08 17:52:05.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66812026-09-08T17:52:05.946Z[ recovery-image] Sep 08 17:52:05.383 INFO O| Sep 08 17:52:05.383 INFO STEP 340 (remove_files) COMPLETE
66822026-09-08T17:52:05.946Z[ recovery-image] Sep 08 17:52:05.383 INFO O| Sep 08 17:52:05.383 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-08T17:52:05.951Z[ recovery-image] Sep 08 17:52:05.391 INFO O| Sep 08 17:52:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66842026-09-08T17:52:05.951Z[ recovery-image] Sep 08 17:52:05.392 INFO O| Sep 08 17:52:05.392 INFO STEP 341 (remove_files) COMPLETE
66852026-09-08T17:52:05.955Z[ recovery-image] Sep 08 17:52:05.392 INFO O| Sep 08 17:52:05.392 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-08T17:52:05.962Z[ recovery-image] Sep 08 17:52:05.400 INFO O| Sep 08 17:52:05.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
66872026-09-08T17:52:05.962Z[ recovery-image] Sep 08 17:52:05.400 INFO O| Sep 08 17:52:05.400 INFO STEP 342 (remove_files) COMPLETE
66882026-09-08T17:52:05.963Z[ recovery-image] Sep 08 17:52:05.400 INFO O| Sep 08 17:52:05.400 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-08T17:52:05.969Z[ recovery-image] Sep 08 17:52:05.409 INFO O| Sep 08 17:52:05.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
66902026-09-08T17:52:05.969Z[ recovery-image] Sep 08 17:52:05.409 INFO O| Sep 08 17:52:05.409 INFO STEP 343 (remove_files) COMPLETE
66912026-09-08T17:52:05.969Z[ recovery-image] Sep 08 17:52:05.409 INFO O| Sep 08 17:52:05.409 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-08T17:52:05.978Z[ recovery-image] Sep 08 17:52:05.418 INFO O| Sep 08 17:52:05.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
66932026-09-08T17:52:05.978Z[ recovery-image] Sep 08 17:52:05.418 INFO O| Sep 08 17:52:05.418 INFO STEP 344 (remove_files) COMPLETE
66942026-09-08T17:52:05.978Z[ recovery-image] Sep 08 17:52:05.418 INFO O| Sep 08 17:52:05.418 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-08T17:52:05.988Z[ recovery-image] Sep 08 17:52:05.428 INFO O| Sep 08 17:52:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
66962026-09-08T17:52:05.988Z[ recovery-image] Sep 08 17:52:05.428 INFO O| Sep 08 17:52:05.428 INFO STEP 345 (remove_files) COMPLETE
66972026-09-08T17:52:05.991Z[ recovery-image] Sep 08 17:52:05.428 INFO O| Sep 08 17:52:05.428 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-08T17:52:05.998Z[ recovery-image] Sep 08 17:52:05.438 INFO O| Sep 08 17:52:05.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
66992026-09-08T17:52:05.998Z[ recovery-image] Sep 08 17:52:05.438 INFO O| Sep 08 17:52:05.438 INFO STEP 346 (remove_files) COMPLETE
67002026-09-08T17:52:06.002Z[ recovery-image] Sep 08 17:52:05.438 INFO O| Sep 08 17:52:05.438 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-08T17:52:06.008Z[ recovery-image] Sep 08 17:52:05.448 INFO O| Sep 08 17:52:05.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67022026-09-08T17:52:06.008Z[ recovery-image] Sep 08 17:52:05.448 INFO O| Sep 08 17:52:05.448 INFO STEP 347 (remove_files) COMPLETE
67032026-09-08T17:52:06.008Z[ recovery-image] Sep 08 17:52:05.448 INFO O| Sep 08 17:52:05.448 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-08T17:52:06.017Z[ recovery-image] Sep 08 17:52:05.457 INFO O| Sep 08 17:52:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67052026-09-08T17:52:06.017Z[ recovery-image] Sep 08 17:52:05.457 INFO O| Sep 08 17:52:05.457 INFO STEP 348 (remove_files) COMPLETE
67062026-09-08T17:52:06.017Z[ recovery-image] Sep 08 17:52:05.457 INFO O| Sep 08 17:52:05.457 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-08T17:52:06.025Z[ recovery-image] Sep 08 17:52:05.465 INFO O| Sep 08 17:52:05.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67082026-09-08T17:52:06.025Z[ recovery-image] Sep 08 17:52:05.465 INFO O| Sep 08 17:52:05.465 INFO STEP 349 (remove_files) COMPLETE
67092026-09-08T17:52:06.025Z[ recovery-image] Sep 08 17:52:05.465 INFO O| Sep 08 17:52:05.465 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-08T17:52:06.037Z[ recovery-image] Sep 08 17:52:05.475 INFO O| Sep 08 17:52:05.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67112026-09-08T17:52:06.037Z[ recovery-image] Sep 08 17:52:05.475 INFO O| Sep 08 17:52:05.475 INFO STEP 350 (remove_files) COMPLETE
67122026-09-08T17:52:06.037Z[ recovery-image] Sep 08 17:52:05.475 INFO O| Sep 08 17:52:05.475 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-08T17:52:06.046Z[ recovery-image] Sep 08 17:52:05.486 INFO O| Sep 08 17:52:05.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67142026-09-08T17:52:06.048Z[ recovery-image] Sep 08 17:52:05.486 INFO O| Sep 08 17:52:05.486 INFO STEP 351 (remove_files) COMPLETE
67152026-09-08T17:52:06.048Z[ recovery-image] Sep 08 17:52:05.486 INFO O| Sep 08 17:52:05.486 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-08T17:52:06.056Z[ recovery-image] Sep 08 17:52:05.496 INFO O| Sep 08 17:52:05.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67172026-09-08T17:52:06.056Z[ recovery-image] Sep 08 17:52:05.496 INFO O| Sep 08 17:52:05.496 INFO STEP 352 (remove_files) COMPLETE
67182026-09-08T17:52:06.059Z[ recovery-image] Sep 08 17:52:05.496 INFO O| Sep 08 17:52:05.496 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-08T17:52:06.067Z[ recovery-image] Sep 08 17:52:05.507 INFO O| Sep 08 17:52:05.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67202026-09-08T17:52:06.067Z[ recovery-image] Sep 08 17:52:05.507 INFO O| Sep 08 17:52:05.507 INFO STEP 353 (remove_files) COMPLETE
67212026-09-08T17:52:06.067Z[ recovery-image] Sep 08 17:52:05.507 INFO O| Sep 08 17:52:05.507 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-08T17:52:06.077Z[ recovery-image] Sep 08 17:52:05.517 INFO O| Sep 08 17:52:05.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67232026-09-08T17:52:06.077Z[ recovery-image] Sep 08 17:52:05.517 INFO O| Sep 08 17:52:05.517 INFO STEP 354 (remove_files) COMPLETE
67242026-09-08T17:52:06.077Z[ recovery-image] Sep 08 17:52:05.517 INFO O| Sep 08 17:52:05.517 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-08T17:52:06.087Z[ recovery-image] Sep 08 17:52:05.527 INFO O| Sep 08 17:52:05.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67262026-09-08T17:52:06.088Z[ recovery-image] Sep 08 17:52:05.527 INFO O| Sep 08 17:52:05.527 INFO STEP 355 (remove_files) COMPLETE
67272026-09-08T17:52:06.088Z[ recovery-image] Sep 08 17:52:05.527 INFO O| Sep 08 17:52:05.527 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-08T17:52:06.098Z[ recovery-image] Sep 08 17:52:05.537 INFO O| Sep 08 17:52:05.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67292026-09-08T17:52:06.098Z[ recovery-image] Sep 08 17:52:05.537 INFO O| Sep 08 17:52:05.537 INFO STEP 356 (remove_files) COMPLETE
67302026-09-08T17:52:06.102Z[ recovery-image] Sep 08 17:52:05.537 INFO O| Sep 08 17:52:05.537 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-08T17:52:06.107Z[ recovery-image] Sep 08 17:52:05.547 INFO O| Sep 08 17:52:05.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67322026-09-08T17:52:06.107Z[ recovery-image] Sep 08 17:52:05.547 INFO O| Sep 08 17:52:05.547 INFO STEP 357 (remove_files) COMPLETE
67332026-09-08T17:52:06.107Z[ recovery-image] Sep 08 17:52:05.547 INFO O| Sep 08 17:52:05.547 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-08T17:52:06.119Z[ recovery-image] Sep 08 17:52:05.558 INFO O| Sep 08 17:52:05.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67352026-09-08T17:52:06.119Z[ recovery-image] Sep 08 17:52:05.558 INFO O| Sep 08 17:52:05.558 INFO STEP 358 (remove_files) COMPLETE
67362026-09-08T17:52:06.119Z[ recovery-image] Sep 08 17:52:05.558 INFO O| Sep 08 17:52:05.558 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-08T17:52:06.128Z[ recovery-image] Sep 08 17:52:05.568 INFO O| Sep 08 17:52:05.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67382026-09-08T17:52:06.128Z[ recovery-image] Sep 08 17:52:05.568 INFO O| Sep 08 17:52:05.568 INFO STEP 359 (remove_files) COMPLETE
67392026-09-08T17:52:06.128Z[ recovery-image] Sep 08 17:52:05.568 INFO O| Sep 08 17:52:05.568 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-09-08T17:52:06.139Z[ recovery-image] Sep 08 17:52:05.579 INFO O| Sep 08 17:52:05.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67412026-09-08T17:52:06.139Z[ recovery-image] Sep 08 17:52:05.579 INFO O| Sep 08 17:52:05.579 INFO STEP 360 (remove_files) COMPLETE
67422026-09-08T17:52:06.143Z[ recovery-image] Sep 08 17:52:05.579 INFO O| Sep 08 17:52:05.579 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-09-08T17:52:06.151Z[ recovery-image] Sep 08 17:52:05.589 INFO O| Sep 08 17:52:05.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67442026-09-08T17:52:06.151Z[ recovery-image] Sep 08 17:52:05.589 INFO O| Sep 08 17:52:05.589 INFO STEP 361 (remove_files) COMPLETE
67452026-09-08T17:52:06.152Z[ recovery-image] Sep 08 17:52:05.589 INFO O| Sep 08 17:52:05.589 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-09-08T17:52:06.162Z[ recovery-image] Sep 08 17:52:05.599 INFO O| Sep 08 17:52:05.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67472026-09-08T17:52:06.162Z[ recovery-image] Sep 08 17:52:05.599 INFO O| Sep 08 17:52:05.599 INFO STEP 362 (remove_files) COMPLETE
67482026-09-08T17:52:06.162Z[ recovery-image] Sep 08 17:52:05.599 INFO O| Sep 08 17:52:05.599 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-09-08T17:52:06.171Z[ recovery-image] Sep 08 17:52:05.611 INFO O| Sep 08 17:52:05.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67502026-09-08T17:52:06.171Z[ recovery-image] Sep 08 17:52:05.611 INFO O| Sep 08 17:52:05.611 INFO STEP 363 (remove_files) COMPLETE
67512026-09-08T17:52:06.171Z[ recovery-image] Sep 08 17:52:05.611 INFO O| Sep 08 17:52:05.611 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-09-08T17:52:06.181Z[ recovery-image] Sep 08 17:52:05.621 INFO O| Sep 08 17:52:05.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67532026-09-08T17:52:06.181Z[ recovery-image] Sep 08 17:52:05.621 INFO O| Sep 08 17:52:05.621 INFO STEP 364 (remove_files) COMPLETE
67542026-09-08T17:52:06.184Z[ recovery-image] Sep 08 17:52:05.621 INFO O| Sep 08 17:52:05.621 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-09-08T17:52:06.190Z[ recovery-image] Sep 08 17:52:05.630 INFO O| Sep 08 17:52:05.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67562026-09-08T17:52:06.190Z[ recovery-image] Sep 08 17:52:05.630 INFO O| Sep 08 17:52:05.630 INFO STEP 365 (remove_files) COMPLETE
67572026-09-08T17:52:06.190Z[ recovery-image] Sep 08 17:52:05.630 INFO O| Sep 08 17:52:05.630 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-09-08T17:52:06.200Z[ recovery-image] Sep 08 17:52:05.640 INFO O| Sep 08 17:52:05.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67592026-09-08T17:52:06.200Z[ recovery-image] Sep 08 17:52:05.640 INFO O| Sep 08 17:52:05.640 INFO STEP 366 (remove_files) COMPLETE
67602026-09-08T17:52:06.204Z[ recovery-image] Sep 08 17:52:05.640 INFO O| Sep 08 17:52:05.640 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-09-08T17:52:06.210Z[ recovery-image] Sep 08 17:52:05.650 INFO O| Sep 08 17:52:05.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67622026-09-08T17:52:06.210Z[ recovery-image] Sep 08 17:52:05.650 INFO O| Sep 08 17:52:05.650 INFO STEP 367 (remove_files) COMPLETE
67632026-09-08T17:52:06.210Z[ recovery-image] Sep 08 17:52:05.650 INFO O| Sep 08 17:52:05.650 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-09-08T17:52:06.221Z[ recovery-image] Sep 08 17:52:05.661 INFO O| Sep 08 17:52:05.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67652026-09-08T17:52:06.221Z[ recovery-image] Sep 08 17:52:05.661 INFO O| Sep 08 17:52:05.661 INFO STEP 368 (remove_files) COMPLETE
67662026-09-08T17:52:06.225Z[ recovery-image] Sep 08 17:52:05.661 INFO O| Sep 08 17:52:05.661 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-09-08T17:52:06.231Z[ recovery-image] Sep 08 17:52:05.671 INFO O| Sep 08 17:52:05.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67682026-09-08T17:52:06.231Z[ recovery-image] Sep 08 17:52:05.671 INFO O| Sep 08 17:52:05.671 INFO STEP 369 (remove_files) COMPLETE
67692026-09-08T17:52:06.231Z[ recovery-image] Sep 08 17:52:05.671 INFO O| Sep 08 17:52:05.671 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-09-08T17:52:06.242Z[ recovery-image] Sep 08 17:52:05.682 INFO O| Sep 08 17:52:05.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67712026-09-08T17:52:06.243Z[ recovery-image] Sep 08 17:52:05.682 INFO O| Sep 08 17:52:05.682 INFO STEP 370 (remove_files) COMPLETE
67722026-09-08T17:52:06.243Z[ recovery-image] Sep 08 17:52:05.682 INFO O| Sep 08 17:52:05.682 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-09-08T17:52:06.254Z[ recovery-image] Sep 08 17:52:05.693 INFO O| Sep 08 17:52:05.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67742026-09-08T17:52:06.254Z[ recovery-image] Sep 08 17:52:05.693 INFO O| Sep 08 17:52:05.693 INFO STEP 371 (remove_files) COMPLETE
67752026-09-08T17:52:06.254Z[ recovery-image] Sep 08 17:52:05.693 INFO O| Sep 08 17:52:05.693 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-09-08T17:52:06.269Z[ recovery-image] Sep 08 17:52:05.704 INFO O| Sep 08 17:52:05.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67772026-09-08T17:52:06.269Z[ recovery-image] Sep 08 17:52:05.704 INFO O| Sep 08 17:52:05.704 INFO STEP 372 (remove_files) COMPLETE
67782026-09-08T17:52:06.269Z[ recovery-image] Sep 08 17:52:05.704 INFO O| Sep 08 17:52:05.704 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-09-08T17:52:06.276Z[ recovery-image] Sep 08 17:52:05.715 INFO O| Sep 08 17:52:05.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67802026-09-08T17:52:06.276Z[ recovery-image] Sep 08 17:52:05.715 INFO O| Sep 08 17:52:05.715 INFO STEP 373 (remove_files) COMPLETE
67812026-09-08T17:52:06.276Z[ recovery-image] Sep 08 17:52:05.715 INFO O| Sep 08 17:52:05.715 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-08T17:52:06.285Z[ recovery-image] Sep 08 17:52:05.724 INFO O| Sep 08 17:52:05.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67832026-09-08T17:52:06.286Z[ recovery-image] Sep 08 17:52:05.725 INFO O| Sep 08 17:52:05.724 INFO STEP 374 (remove_files) COMPLETE
67842026-09-08T17:52:06.286Z[ recovery-image] Sep 08 17:52:05.725 INFO O| Sep 08 17:52:05.725 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-08T17:52:06.296Z[ recovery-image] Sep 08 17:52:05.736 INFO O| Sep 08 17:52:05.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
67862026-09-08T17:52:06.296Z[ recovery-image] Sep 08 17:52:05.736 INFO O| Sep 08 17:52:05.736 INFO STEP 375 (remove_files) COMPLETE
67872026-09-08T17:52:06.296Z[ recovery-image] Sep 08 17:52:05.736 INFO O| Sep 08 17:52:05.736 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-08T17:52:06.306Z[ recovery-image] Sep 08 17:52:05.746 INFO O| Sep 08 17:52:05.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
67892026-09-08T17:52:06.306Z[ recovery-image] Sep 08 17:52:05.746 INFO O| Sep 08 17:52:05.746 INFO STEP 376 (remove_files) COMPLETE
67902026-09-08T17:52:06.306Z[ recovery-image] Sep 08 17:52:05.746 INFO O| Sep 08 17:52:05.746 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-08T17:52:06.318Z[ recovery-image] Sep 08 17:52:05.757 INFO O| Sep 08 17:52:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
67922026-09-08T17:52:06.318Z[ recovery-image] Sep 08 17:52:05.757 INFO O| Sep 08 17:52:05.757 INFO STEP 377 (remove_files) COMPLETE
67932026-09-08T17:52:06.318Z[ recovery-image] Sep 08 17:52:05.757 INFO O| Sep 08 17:52:05.757 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-08T17:52:06.328Z[ recovery-image] Sep 08 17:52:05.768 INFO O| Sep 08 17:52:05.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
67952026-09-08T17:52:06.328Z[ recovery-image] Sep 08 17:52:05.768 INFO O| Sep 08 17:52:05.768 INFO STEP 378 (remove_files) COMPLETE
67962026-09-08T17:52:06.332Z[ recovery-image] Sep 08 17:52:05.768 INFO O| Sep 08 17:52:05.768 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-08T17:52:06.340Z[ recovery-image] Sep 08 17:52:05.780 INFO O| Sep 08 17:52:05.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
67982026-09-08T17:52:06.340Z[ recovery-image] Sep 08 17:52:05.780 INFO O| Sep 08 17:52:05.780 INFO STEP 379 (remove_files) COMPLETE
67992026-09-08T17:52:06.340Z[ recovery-image] Sep 08 17:52:05.780 INFO O| Sep 08 17:52:05.780 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-08T17:52:06.352Z[ recovery-image] Sep 08 17:52:05.792 INFO O| Sep 08 17:52:05.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68012026-09-08T17:52:06.352Z[ recovery-image] Sep 08 17:52:05.792 INFO O| Sep 08 17:52:05.792 INFO STEP 380 (remove_files) COMPLETE
68022026-09-08T17:52:06.352Z[ recovery-image] Sep 08 17:52:05.792 INFO O| Sep 08 17:52:05.792 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-09-08T17:52:06.364Z[ recovery-image] Sep 08 17:52:05.804 INFO O| Sep 08 17:52:05.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68042026-09-08T17:52:06.364Z[ recovery-image] Sep 08 17:52:05.804 INFO O| Sep 08 17:52:05.804 INFO STEP 381 (remove_files) COMPLETE
68052026-09-08T17:52:06.364Z[ recovery-image] Sep 08 17:52:05.804 INFO O| Sep 08 17:52:05.804 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-09-08T17:52:06.376Z[ recovery-image] Sep 08 17:52:05.815 INFO O| Sep 08 17:52:05.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68072026-09-08T17:52:06.376Z[ recovery-image] Sep 08 17:52:05.815 INFO O| Sep 08 17:52:05.815 INFO STEP 382 (remove_files) COMPLETE
68082026-09-08T17:52:06.376Z[ recovery-image] Sep 08 17:52:05.816 INFO O| Sep 08 17:52:05.815 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-09-08T17:52:06.379Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
68102026-09-08T17:52:06.388Z[ recovery-image] Sep 08 17:52:05.826 INFO O| Sep 08 17:52:05.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68112026-09-08T17:52:06.388Z[ recovery-image] Sep 08 17:52:05.826 INFO O| Sep 08 17:52:05.826 INFO STEP 383 (remove_files) COMPLETE
68122026-09-08T17:52:06.388Z[ recovery-image] Sep 08 17:52:05.826 INFO O| Sep 08 17:52:05.826 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-09-08T17:52:06.400Z[ recovery-image] Sep 08 17:52:05.837 INFO O| Sep 08 17:52:05.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68142026-09-08T17:52:06.400Z[ recovery-image] Sep 08 17:52:05.837 INFO O| Sep 08 17:52:05.837 INFO STEP 384 (remove_files) COMPLETE
68152026-09-08T17:52:06.400Z[ recovery-image] Sep 08 17:52:05.837 INFO O| Sep 08 17:52:05.837 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-09-08T17:52:06.415Z[ recovery-image] Sep 08 17:52:05.849 INFO O| Sep 08 17:52:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68172026-09-08T17:52:06.415Z[ recovery-image] Sep 08 17:52:05.849 INFO O| Sep 08 17:52:05.849 INFO STEP 385 (remove_files) COMPLETE
68182026-09-08T17:52:06.415Z[ recovery-image] Sep 08 17:52:05.849 INFO O| Sep 08 17:52:05.849 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-09-08T17:52:06.422Z[ recovery-image] Sep 08 17:52:05.861 INFO O| Sep 08 17:52:05.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68202026-09-08T17:52:06.422Z[ recovery-image] Sep 08 17:52:05.861 INFO O| Sep 08 17:52:05.861 INFO STEP 386 (remove_files) COMPLETE
68212026-09-08T17:52:06.422Z[ recovery-image] Sep 08 17:52:05.861 INFO O| Sep 08 17:52:05.861 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-09-08T17:52:06.432Z[ recovery-image] Sep 08 17:52:05.871 INFO O| Sep 08 17:52:05.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68232026-09-08T17:52:06.432Z[ recovery-image] Sep 08 17:52:05.872 INFO O| Sep 08 17:52:05.872 INFO STEP 387 (remove_files) COMPLETE
68242026-09-08T17:52:06.432Z[ recovery-image] Sep 08 17:52:05.872 INFO O| Sep 08 17:52:05.872 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-09-08T17:52:06.443Z[ recovery-image] Sep 08 17:52:05.882 INFO O| Sep 08 17:52:05.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68262026-09-08T17:52:06.443Z[ recovery-image] Sep 08 17:52:05.882 INFO O| Sep 08 17:52:05.882 INFO STEP 388 (remove_files) COMPLETE
68272026-09-08T17:52:06.443Z[ recovery-image] Sep 08 17:52:05.882 INFO O| Sep 08 17:52:05.882 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-08T17:52:06.452Z[ recovery-image] Sep 08 17:52:05.892 INFO O| Sep 08 17:52:05.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68292026-09-08T17:52:06.452Z[ recovery-image] Sep 08 17:52:05.892 INFO O| Sep 08 17:52:05.892 INFO STEP 389 (remove_files) COMPLETE
68302026-09-08T17:52:06.452Z[ recovery-image] Sep 08 17:52:05.892 INFO O| Sep 08 17:52:05.892 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-08T17:52:06.466Z[ recovery-image] Sep 08 17:52:05.906 INFO O| Sep 08 17:52:05.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68322026-09-08T17:52:06.466Z[ recovery-image] Sep 08 17:52:05.906 INFO O| Sep 08 17:52:05.906 INFO STEP 390 (remove_files) COMPLETE
68332026-09-08T17:52:06.466Z[ recovery-image] Sep 08 17:52:05.906 INFO O| Sep 08 17:52:05.906 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-08T17:52:06.474Z[ recovery-image] Sep 08 17:52:05.914 INFO O| Sep 08 17:52:05.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68352026-09-08T17:52:06.474Z[ recovery-image] Sep 08 17:52:05.914 INFO O| Sep 08 17:52:05.914 INFO STEP 391 (remove_files) COMPLETE
68362026-09-08T17:52:06.474Z[ recovery-image] Sep 08 17:52:05.914 INFO O| Sep 08 17:52:05.914 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-08T17:52:06.485Z[ recovery-image] Sep 08 17:52:05.925 INFO O| Sep 08 17:52:05.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68382026-09-08T17:52:06.485Z[ recovery-image] Sep 08 17:52:05.925 INFO O| Sep 08 17:52:05.925 INFO STEP 392 (remove_files) COMPLETE
68392026-09-08T17:52:06.485Z[ recovery-image] Sep 08 17:52:05.925 INFO O| Sep 08 17:52:05.925 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-08T17:52:06.495Z[ recovery-image] Sep 08 17:52:05.934 INFO O| Sep 08 17:52:05.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68412026-09-08T17:52:06.495Z[ recovery-image] Sep 08 17:52:05.934 INFO O| Sep 08 17:52:05.934 INFO STEP 393 (remove_files) COMPLETE
68422026-09-08T17:52:06.495Z[ recovery-image] Sep 08 17:52:05.934 INFO O| Sep 08 17:52:05.934 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-08T17:52:06.524Z[ recovery-image] Sep 08 17:52:05.964 INFO O| Sep 08 17:52:05.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68442026-09-08T17:52:06.524Z[ recovery-image] Sep 08 17:52:05.964 INFO O| Sep 08 17:52:05.964 INFO STEP 394 (remove_files) COMPLETE
68452026-09-08T17:52:06.524Z[ recovery-image] Sep 08 17:52:05.964 INFO O| Sep 08 17:52:05.964 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-08T17:52:06.556Z[ recovery-image] Sep 08 17:52:05.994 INFO O| Sep 08 17:52:05.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68472026-09-08T17:52:06.556Z[ recovery-image] Sep 08 17:52:05.995 INFO O| Sep 08 17:52:05.995 INFO STEP 395 (remove_files) COMPLETE
68482026-09-08T17:52:06.556Z[ recovery-image] Sep 08 17:52:05.995 INFO O| Sep 08 17:52:05.995 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-08T17:52:06.565Z[ recovery-image] Sep 08 17:52:06.005 INFO O| Sep 08 17:52:06.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68502026-09-08T17:52:06.566Z[ recovery-image] Sep 08 17:52:06.005 INFO O| Sep 08 17:52:06.005 INFO STEP 396 (remove_files) COMPLETE
68512026-09-08T17:52:06.566Z[ recovery-image] Sep 08 17:52:06.005 INFO O| Sep 08 17:52:06.005 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-08T17:52:06.576Z[ recovery-image] Sep 08 17:52:06.016 INFO O| Sep 08 17:52:06.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68532026-09-08T17:52:06.576Z[ recovery-image] Sep 08 17:52:06.016 INFO O| Sep 08 17:52:06.016 INFO STEP 397 (remove_files) COMPLETE
68542026-09-08T17:52:06.579Z[ recovery-image] Sep 08 17:52:06.016 INFO O| Sep 08 17:52:06.016 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-08T17:52:06.590Z[ recovery-image] Sep 08 17:52:06.030 INFO O| Sep 08 17:52:06.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68562026-09-08T17:52:06.590Z[ recovery-image] Sep 08 17:52:06.030 INFO O| Sep 08 17:52:06.027 INFO STEP 398 (remove_files) COMPLETE
68572026-09-08T17:52:06.590Z[ recovery-image] Sep 08 17:52:06.030 INFO O| Sep 08 17:52:06.027 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-08T17:52:06.598Z[ recovery-image] Sep 08 17:52:06.038 INFO O| Sep 08 17:52:06.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68592026-09-08T17:52:06.598Z[ recovery-image] Sep 08 17:52:06.038 INFO O| Sep 08 17:52:06.038 INFO STEP 399 (remove_files) COMPLETE
68602026-09-08T17:52:06.598Z[ recovery-image] Sep 08 17:52:06.038 INFO O| Sep 08 17:52:06.038 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-08T17:52:06.608Z[ recovery-image] Sep 08 17:52:06.048 INFO O| Sep 08 17:52:06.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68622026-09-08T17:52:06.608Z[ recovery-image] Sep 08 17:52:06.048 INFO O| Sep 08 17:52:06.048 INFO STEP 400 (remove_files) COMPLETE
68632026-09-08T17:52:06.608Z[ recovery-image] Sep 08 17:52:06.048 INFO O| Sep 08 17:52:06.048 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-08T17:52:06.632Z[ recovery-image] Sep 08 17:52:06.072 INFO O| Sep 08 17:52:06.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68652026-09-08T17:52:06.632Z[ recovery-image] Sep 08 17:52:06.072 INFO O| Sep 08 17:52:06.072 INFO STEP 401 (remove_files) COMPLETE
68662026-09-08T17:52:06.632Z[ recovery-image] Sep 08 17:52:06.072 INFO O| Sep 08 17:52:06.072 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-08T17:52:06.644Z[ recovery-image] Sep 08 17:52:06.084 INFO O| Sep 08 17:52:06.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68682026-09-08T17:52:06.647Z[ recovery-image] Sep 08 17:52:06.084 INFO O| Sep 08 17:52:06.084 INFO STEP 402 (remove_files) COMPLETE
68692026-09-08T17:52:06.647Z[ recovery-image] Sep 08 17:52:06.084 INFO O| Sep 08 17:52:06.084 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-09-08T17:52:06.657Z[ recovery-image] Sep 08 17:52:06.094 INFO O| Sep 08 17:52:06.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68712026-09-08T17:52:06.658Z[ recovery-image] Sep 08 17:52:06.095 INFO O| Sep 08 17:52:06.094 INFO STEP 403 (remove_files) COMPLETE
68722026-09-08T17:52:06.658Z[ recovery-image] Sep 08 17:52:06.095 INFO O| Sep 08 17:52:06.094 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-09-08T17:52:06.667Z[ recovery-image] Sep 08 17:52:06.107 INFO O| Sep 08 17:52:06.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68742026-09-08T17:52:06.667Z[ recovery-image] Sep 08 17:52:06.107 INFO O| Sep 08 17:52:06.107 INFO STEP 404 (remove_files) COMPLETE
68752026-09-08T17:52:06.670Z[ recovery-image] Sep 08 17:52:06.107 INFO O| Sep 08 17:52:06.107 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-09-08T17:52:06.678Z[ recovery-image] Sep 08 17:52:06.118 INFO O| Sep 08 17:52:06.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68772026-09-08T17:52:06.678Z[ recovery-image] Sep 08 17:52:06.118 INFO O| Sep 08 17:52:06.118 INFO STEP 405 (remove_files) COMPLETE
68782026-09-08T17:52:06.708Z[ recovery-image] Sep 08 17:52:06.118 INFO O| Sep 08 17:52:06.118 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-09-08T17:52:06.708Z[ recovery-image] Sep 08 17:52:06.130 INFO O| Sep 08 17:52:06.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68802026-09-08T17:52:06.708Z[ recovery-image] Sep 08 17:52:06.130 INFO O| Sep 08 17:52:06.130 INFO STEP 406 (remove_files) COMPLETE
68812026-09-08T17:52:06.708Z[ recovery-image] Sep 08 17:52:06.130 INFO O| Sep 08 17:52:06.130 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-09-08T17:52:06.712Z[ recovery-image] Sep 08 17:52:06.147 INFO O| Sep 08 17:52:06.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68832026-09-08T17:52:06.712Z[ recovery-image] Sep 08 17:52:06.147 INFO O| Sep 08 17:52:06.147 INFO STEP 407 (remove_files) COMPLETE
68842026-09-08T17:52:06.712Z[ recovery-image] Sep 08 17:52:06.147 INFO O| Sep 08 17:52:06.147 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-09-08T17:52:06.719Z[ recovery-image] Sep 08 17:52:06.159 INFO O| Sep 08 17:52:06.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
68862026-09-08T17:52:06.719Z[ recovery-image] Sep 08 17:52:06.159 INFO O| Sep 08 17:52:06.159 INFO STEP 408 (remove_files) COMPLETE
68872026-09-08T17:52:06.722Z[ recovery-image] Sep 08 17:52:06.159 INFO O| Sep 08 17:52:06.159 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-09-08T17:52:06.765Z[ recovery-image] Sep 08 17:52:06.171 INFO O| Sep 08 17:52:06.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
68892026-09-08T17:52:06.765Z[ recovery-image] Sep 08 17:52:06.171 INFO O| Sep 08 17:52:06.171 INFO STEP 409 (remove_files) COMPLETE
68902026-09-08T17:52:06.765Z[ recovery-image] Sep 08 17:52:06.171 INFO O| Sep 08 17:52:06.171 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.182 INFO O| Sep 08 17:52:06.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
68922026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.183 INFO O| Sep 08 17:52:06.182 INFO STEP 410 (remove_files) COMPLETE
68932026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.183 INFO O| Sep 08 17:52:06.183 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.194 INFO O| Sep 08 17:52:06.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
68952026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.194 INFO O| Sep 08 17:52:06.194 INFO STEP 411 (remove_files) COMPLETE
68962026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.194 INFO O| Sep 08 17:52:06.194 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.207 INFO O| Sep 08 17:52:06.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
68982026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.207 INFO O| Sep 08 17:52:06.207 INFO STEP 412 (remove_files) COMPLETE
68992026-09-08T17:52:06.770Z[ recovery-image] Sep 08 17:52:06.207 INFO O| Sep 08 17:52:06.207 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-09-08T17:52:06.782Z[ recovery-image] Sep 08 17:52:06.219 INFO O| Sep 08 17:52:06.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69012026-09-08T17:52:06.782Z[ recovery-image] Sep 08 17:52:06.220 INFO O| Sep 08 17:52:06.220 INFO STEP 413 (remove_files) COMPLETE
69022026-09-08T17:52:06.784Z[ recovery-image] Sep 08 17:52:06.220 INFO O| Sep 08 17:52:06.220 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-09-08T17:52:06.791Z[ recovery-image] Sep 08 17:52:06.230 INFO O| Sep 08 17:52:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69042026-09-08T17:52:06.796Z[ recovery-image] Sep 08 17:52:06.230 INFO O| Sep 08 17:52:06.230 INFO STEP 414 (remove_files) COMPLETE
69052026-09-08T17:52:06.796Z[ recovery-image] Sep 08 17:52:06.230 INFO O| Sep 08 17:52:06.230 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-09-08T17:52:06.801Z[ recovery-image] Sep 08 17:52:06.241 INFO O| Sep 08 17:52:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69072026-09-08T17:52:06.801Z[ recovery-image] Sep 08 17:52:06.241 INFO O| Sep 08 17:52:06.241 INFO STEP 415 (remove_files) COMPLETE
69082026-09-08T17:52:06.804Z[ recovery-image] Sep 08 17:52:06.241 INFO O| Sep 08 17:52:06.241 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-09-08T17:52:06.811Z[ recovery-image] Sep 08 17:52:06.251 INFO O| Sep 08 17:52:06.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69102026-09-08T17:52:06.811Z[ recovery-image] Sep 08 17:52:06.251 INFO O| Sep 08 17:52:06.251 INFO STEP 416 (remove_files) COMPLETE
69112026-09-08T17:52:06.811Z[ recovery-image] Sep 08 17:52:06.251 INFO O| Sep 08 17:52:06.251 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-08T17:52:06.824Z[ recovery-image] Sep 08 17:52:06.264 INFO O| Sep 08 17:52:06.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69132026-09-08T17:52:06.824Z[ recovery-image] Sep 08 17:52:06.264 INFO O| Sep 08 17:52:06.264 INFO STEP 417 (remove_files) COMPLETE
69142026-09-08T17:52:06.824Z[ recovery-image] Sep 08 17:52:06.264 INFO O| Sep 08 17:52:06.264 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-08T17:52:06.835Z[ recovery-image] Sep 08 17:52:06.275 INFO O| Sep 08 17:52:06.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69162026-09-08T17:52:06.835Z[ recovery-image] Sep 08 17:52:06.275 INFO O| Sep 08 17:52:06.275 INFO STEP 418 (remove_files) COMPLETE
69172026-09-08T17:52:06.835Z[ recovery-image] Sep 08 17:52:06.275 INFO O| Sep 08 17:52:06.275 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-08T17:52:06.848Z[ recovery-image] Sep 08 17:52:06.288 INFO O| Sep 08 17:52:06.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69192026-09-08T17:52:06.848Z[ recovery-image] Sep 08 17:52:06.288 INFO O| Sep 08 17:52:06.288 INFO STEP 419 (remove_files) COMPLETE
69202026-09-08T17:52:06.848Z[ recovery-image] Sep 08 17:52:06.288 INFO O| Sep 08 17:52:06.288 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-08T17:52:06.860Z[ recovery-image] Sep 08 17:52:06.300 INFO O| Sep 08 17:52:06.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69222026-09-08T17:52:06.860Z[ recovery-image] Sep 08 17:52:06.300 INFO O| Sep 08 17:52:06.300 INFO STEP 420 (remove_files) COMPLETE
69232026-09-08T17:52:06.860Z[ recovery-image] Sep 08 17:52:06.300 INFO O| Sep 08 17:52:06.300 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-08T17:52:06.873Z[ recovery-image] Sep 08 17:52:06.313 INFO O| Sep 08 17:52:06.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69252026-09-08T17:52:06.873Z[ recovery-image] Sep 08 17:52:06.313 INFO O| Sep 08 17:52:06.313 INFO STEP 421 (remove_files) COMPLETE
69262026-09-08T17:52:06.878Z[ recovery-image] Sep 08 17:52:06.313 INFO O| Sep 08 17:52:06.313 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-09-08T17:52:06.884Z[ recovery-image] Sep 08 17:52:06.324 INFO O| Sep 08 17:52:06.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69282026-09-08T17:52:06.884Z[ recovery-image] Sep 08 17:52:06.324 INFO O| Sep 08 17:52:06.324 INFO STEP 422 (remove_files) COMPLETE
69292026-09-08T17:52:06.889Z[ recovery-image] Sep 08 17:52:06.324 INFO O| Sep 08 17:52:06.324 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-08T17:52:06.895Z[ recovery-image] Sep 08 17:52:06.335 INFO O| Sep 08 17:52:06.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69312026-09-08T17:52:06.895Z[ recovery-image] Sep 08 17:52:06.335 INFO O| Sep 08 17:52:06.335 INFO STEP 423 (remove_files) COMPLETE
69322026-09-08T17:52:06.895Z[ recovery-image] Sep 08 17:52:06.335 INFO O| Sep 08 17:52:06.335 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-08T17:52:06.907Z[ recovery-image] Sep 08 17:52:06.347 INFO O| Sep 08 17:52:06.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69342026-09-08T17:52:06.907Z[ recovery-image] Sep 08 17:52:06.347 INFO O| Sep 08 17:52:06.347 INFO STEP 424 (remove_files) COMPLETE
69352026-09-08T17:52:06.909Z[ recovery-image] Sep 08 17:52:06.347 INFO O| Sep 08 17:52:06.347 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-08T17:52:06.919Z[ recovery-image] Sep 08 17:52:06.359 INFO O| Sep 08 17:52:06.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69372026-09-08T17:52:06.919Z[ recovery-image] Sep 08 17:52:06.359 INFO O| Sep 08 17:52:06.359 INFO STEP 425 (remove_files) COMPLETE
69382026-09-08T17:52:06.919Z[ recovery-image] Sep 08 17:52:06.359 INFO O| Sep 08 17:52:06.359 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-08T17:52:06.931Z[ recovery-image] Sep 08 17:52:06.371 INFO O| Sep 08 17:52:06.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69402026-09-08T17:52:06.931Z[ recovery-image] Sep 08 17:52:06.371 INFO O| Sep 08 17:52:06.371 INFO STEP 426 (remove_files) COMPLETE
69412026-09-08T17:52:06.934Z[ recovery-image] Sep 08 17:52:06.371 INFO O| Sep 08 17:52:06.371 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-08T17:52:06.942Z[ recovery-image] Sep 08 17:52:06.382 INFO O| Sep 08 17:52:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69432026-09-08T17:52:06.942Z[ recovery-image] Sep 08 17:52:06.382 INFO O| Sep 08 17:52:06.382 INFO STEP 427 (remove_files) COMPLETE
69442026-09-08T17:52:06.942Z[ recovery-image] Sep 08 17:52:06.382 INFO O| Sep 08 17:52:06.382 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-08T17:52:06.953Z[ recovery-image] Sep 08 17:52:06.393 INFO O| Sep 08 17:52:06.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69462026-09-08T17:52:06.953Z[ recovery-image] Sep 08 17:52:06.393 INFO O| Sep 08 17:52:06.393 INFO STEP 428 (remove_files) COMPLETE
69472026-09-08T17:52:06.953Z[ recovery-image] Sep 08 17:52:06.393 INFO O| Sep 08 17:52:06.393 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-08T17:52:06.966Z[ recovery-image] Sep 08 17:52:06.406 INFO O| Sep 08 17:52:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69492026-09-08T17:52:06.966Z[ recovery-image] Sep 08 17:52:06.406 INFO O| Sep 08 17:52:06.406 INFO STEP 429 (remove_files) COMPLETE
69502026-09-08T17:52:06.970Z[ recovery-image] Sep 08 17:52:06.406 INFO O| Sep 08 17:52:06.406 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-08T17:52:06.977Z[ recovery-image] Sep 08 17:52:06.417 INFO O| Sep 08 17:52:06.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69522026-09-08T17:52:06.977Z[ recovery-image] Sep 08 17:52:06.417 INFO O| Sep 08 17:52:06.417 INFO STEP 430 (remove_files) COMPLETE
69532026-09-08T17:52:06.977Z[ recovery-image] Sep 08 17:52:06.417 INFO O| Sep 08 17:52:06.417 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-08T17:52:06.988Z[ recovery-image] Sep 08 17:52:06.428 INFO O| Sep 08 17:52:06.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69552026-09-08T17:52:06.988Z[ recovery-image] Sep 08 17:52:06.428 INFO O| Sep 08 17:52:06.428 INFO STEP 431 (remove_files) COMPLETE
69562026-09-08T17:52:06.988Z[ recovery-image] Sep 08 17:52:06.428 INFO O| Sep 08 17:52:06.428 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-08T17:52:07.001Z[ recovery-image] Sep 08 17:52:06.438 INFO O| Sep 08 17:52:06.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69582026-09-08T17:52:07.001Z[ recovery-image] Sep 08 17:52:06.438 INFO O| Sep 08 17:52:06.438 INFO STEP 432 (remove_files) COMPLETE
69592026-09-08T17:52:07.001Z[ recovery-image] Sep 08 17:52:06.438 INFO O| Sep 08 17:52:06.438 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-08T17:52:07.009Z[ recovery-image] Sep 08 17:52:06.449 INFO O| Sep 08 17:52:06.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69612026-09-08T17:52:07.009Z[ recovery-image] Sep 08 17:52:06.449 INFO O| Sep 08 17:52:06.449 INFO STEP 433 (remove_files) COMPLETE
69622026-09-08T17:52:07.009Z[ recovery-image] Sep 08 17:52:06.449 INFO O| Sep 08 17:52:06.449 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-08T17:52:07.019Z[ recovery-image] Sep 08 17:52:06.459 INFO O| Sep 08 17:52:06.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69642026-09-08T17:52:07.019Z[ recovery-image] Sep 08 17:52:06.459 INFO O| Sep 08 17:52:06.459 INFO STEP 434 (remove_files) COMPLETE
69652026-09-08T17:52:07.022Z[ recovery-image] Sep 08 17:52:06.459 INFO O| Sep 08 17:52:06.459 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-08T17:52:07.028Z[ recovery-image] Sep 08 17:52:06.468 INFO O| Sep 08 17:52:06.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69672026-09-08T17:52:07.028Z[ recovery-image] Sep 08 17:52:06.468 INFO O| Sep 08 17:52:06.468 INFO STEP 435 (remove_files) COMPLETE
69682026-09-08T17:52:07.032Z[ recovery-image] Sep 08 17:52:06.468 INFO O| Sep 08 17:52:06.468 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-08T17:52:07.038Z[ recovery-image] Sep 08 17:52:06.478 INFO O| Sep 08 17:52:06.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69702026-09-08T17:52:07.040Z[ recovery-image] Sep 08 17:52:06.478 INFO O| Sep 08 17:52:06.478 INFO STEP 436 (remove_files) COMPLETE
69712026-09-08T17:52:07.040Z[ recovery-image] Sep 08 17:52:06.478 INFO O| Sep 08 17:52:06.478 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-08T17:52:07.050Z[ recovery-image] Sep 08 17:52:06.487 INFO O| Sep 08 17:52:06.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69732026-09-08T17:52:07.050Z[ recovery-image] Sep 08 17:52:06.487 INFO O| Sep 08 17:52:06.487 INFO STEP 437 (remove_files) COMPLETE
69742026-09-08T17:52:07.053Z[ recovery-image] Sep 08 17:52:06.487 INFO O| Sep 08 17:52:06.487 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-08T17:52:07.065Z[ recovery-image] Sep 08 17:52:06.497 INFO O| Sep 08 17:52:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69762026-09-08T17:52:07.065Z[ recovery-image] Sep 08 17:52:06.497 INFO O| Sep 08 17:52:06.497 INFO STEP 438 (remove_files) COMPLETE
69772026-09-08T17:52:07.065Z[ recovery-image] Sep 08 17:52:06.497 INFO O| Sep 08 17:52:06.497 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-08T17:52:07.068Z[ recovery-image] Sep 08 17:52:06.507 INFO O| Sep 08 17:52:06.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69792026-09-08T17:52:07.068Z[ recovery-image] Sep 08 17:52:06.507 INFO O| Sep 08 17:52:06.507 INFO STEP 439 (remove_files) COMPLETE
69802026-09-08T17:52:07.068Z[ recovery-image] Sep 08 17:52:06.507 INFO O| Sep 08 17:52:06.507 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-08T17:52:07.078Z[ recovery-image] Sep 08 17:52:06.517 INFO O| Sep 08 17:52:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69822026-09-08T17:52:07.078Z[ recovery-image] Sep 08 17:52:06.517 INFO O| Sep 08 17:52:06.517 INFO STEP 440 (remove_files) COMPLETE
69832026-09-08T17:52:07.081Z[ recovery-image] Sep 08 17:52:06.517 INFO O| Sep 08 17:52:06.517 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-08T17:52:07.088Z[ recovery-image] Sep 08 17:52:06.528 INFO O| Sep 08 17:52:06.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
69852026-09-08T17:52:07.089Z[ recovery-image] Sep 08 17:52:06.528 INFO O| Sep 08 17:52:06.528 INFO STEP 441 (remove_files) COMPLETE
69862026-09-08T17:52:07.089Z[ recovery-image] Sep 08 17:52:06.528 INFO O| Sep 08 17:52:06.528 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-08T17:52:07.098Z[ recovery-image] Sep 08 17:52:06.538 INFO O| Sep 08 17:52:06.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
69882026-09-08T17:52:07.098Z[ recovery-image] Sep 08 17:52:06.538 INFO O| Sep 08 17:52:06.538 INFO STEP 442 (remove_files) COMPLETE
69892026-09-08T17:52:07.098Z[ recovery-image] Sep 08 17:52:06.538 INFO O| Sep 08 17:52:06.538 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-08T17:52:07.127Z[ recovery-image] Sep 08 17:52:06.563 INFO O| Sep 08 17:52:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
69912026-09-08T17:52:07.127Z[ recovery-image] Sep 08 17:52:06.563 INFO O| Sep 08 17:52:06.563 INFO STEP 443 (remove_files) COMPLETE
69922026-09-08T17:52:07.127Z[ recovery-image] Sep 08 17:52:06.563 INFO O| Sep 08 17:52:06.563 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-08T17:52:07.136Z[ recovery-image] Sep 08 17:52:06.574 INFO O| Sep 08 17:52:06.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
69942026-09-08T17:52:07.136Z[ recovery-image] Sep 08 17:52:06.574 INFO O| Sep 08 17:52:06.574 INFO STEP 444 (remove_files) COMPLETE
69952026-09-08T17:52:07.136Z[ recovery-image] Sep 08 17:52:06.574 INFO O| Sep 08 17:52:06.574 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-08T17:52:07.150Z[ recovery-image] Sep 08 17:52:06.588 INFO O| Sep 08 17:52:06.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
69972026-09-08T17:52:07.150Z[ recovery-image] Sep 08 17:52:06.588 INFO O| Sep 08 17:52:06.585 INFO STEP 445 (remove_files) COMPLETE
69982026-09-08T17:52:07.150Z[ recovery-image] Sep 08 17:52:06.588 INFO O| Sep 08 17:52:06.585 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-08T17:52:07.156Z[ recovery-image] Sep 08 17:52:06.595 INFO O| Sep 08 17:52:06.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70002026-09-08T17:52:07.156Z[ recovery-image] Sep 08 17:52:06.595 INFO O| Sep 08 17:52:06.595 INFO STEP 446 (remove_files) COMPLETE
70012026-09-08T17:52:07.160Z[ recovery-image] Sep 08 17:52:06.595 INFO O| Sep 08 17:52:06.595 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-08T17:52:07.167Z[ recovery-image] Sep 08 17:52:06.606 INFO O| Sep 08 17:52:06.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70032026-09-08T17:52:07.170Z[ recovery-image] Sep 08 17:52:06.607 INFO O| Sep 08 17:52:06.607 INFO STEP 447 (remove_files) COMPLETE
70042026-09-08T17:52:07.170Z[ recovery-image] Sep 08 17:52:06.607 INFO O| Sep 08 17:52:06.607 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-08T17:52:07.179Z[ recovery-image] Sep 08 17:52:06.619 INFO O| Sep 08 17:52:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70062026-09-08T17:52:07.179Z[ recovery-image] Sep 08 17:52:06.619 INFO O| Sep 08 17:52:06.619 INFO STEP 448 (remove_files) COMPLETE
70072026-09-08T17:52:07.179Z[ recovery-image] Sep 08 17:52:06.619 INFO O| Sep 08 17:52:06.619 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-08T17:52:07.190Z[ recovery-image] Sep 08 17:52:06.630 INFO O| Sep 08 17:52:06.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70092026-09-08T17:52:07.190Z[ recovery-image] Sep 08 17:52:06.630 INFO O| Sep 08 17:52:06.630 INFO STEP 449 (remove_files) COMPLETE
70102026-09-08T17:52:07.190Z[ recovery-image] Sep 08 17:52:06.630 INFO O| Sep 08 17:52:06.630 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-08T17:52:07.203Z[ recovery-image] Sep 08 17:52:06.643 INFO O| Sep 08 17:52:06.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70122026-09-08T17:52:07.203Z[ recovery-image] Sep 08 17:52:06.643 INFO O| Sep 08 17:52:06.643 INFO STEP 450 (remove_files) COMPLETE
70132026-09-08T17:52:07.203Z[ recovery-image] Sep 08 17:52:06.643 INFO O| Sep 08 17:52:06.643 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-08T17:52:07.215Z[ recovery-image] Sep 08 17:52:06.655 INFO O| Sep 08 17:52:06.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70152026-09-08T17:52:07.215Z[ recovery-image] Sep 08 17:52:06.655 INFO O| Sep 08 17:52:06.655 INFO STEP 451 (remove_files) COMPLETE
70162026-09-08T17:52:07.215Z[ recovery-image] Sep 08 17:52:06.655 INFO O| Sep 08 17:52:06.655 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-08T17:52:07.227Z[ recovery-image] Sep 08 17:52:06.666 INFO O| Sep 08 17:52:06.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70182026-09-08T17:52:07.227Z[ recovery-image] Sep 08 17:52:06.667 INFO O| Sep 08 17:52:06.666 INFO STEP 452 (remove_files) COMPLETE
70192026-09-08T17:52:07.227Z[ recovery-image] Sep 08 17:52:06.667 INFO O| Sep 08 17:52:06.667 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-08T17:52:07.238Z[ recovery-image] Sep 08 17:52:06.678 INFO O| Sep 08 17:52:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70212026-09-08T17:52:07.238Z[ recovery-image] Sep 08 17:52:06.678 INFO O| Sep 08 17:52:06.678 INFO STEP 453 (remove_files) COMPLETE
70222026-09-08T17:52:07.238Z[ recovery-image] Sep 08 17:52:06.678 INFO O| Sep 08 17:52:06.678 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-08T17:52:07.249Z[ recovery-image] Sep 08 17:52:06.689 INFO O| Sep 08 17:52:06.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70242026-09-08T17:52:07.249Z[ recovery-image] Sep 08 17:52:06.689 INFO O| Sep 08 17:52:06.689 INFO STEP 454 (remove_files) COMPLETE
70252026-09-08T17:52:07.254Z[ recovery-image] Sep 08 17:52:06.689 INFO O| Sep 08 17:52:06.689 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-08T17:52:07.260Z[ recovery-image] Sep 08 17:52:06.700 INFO O| Sep 08 17:52:06.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70272026-09-08T17:52:07.260Z[ recovery-image] Sep 08 17:52:06.700 INFO O| Sep 08 17:52:06.700 INFO STEP 455 (remove_files) COMPLETE
70282026-09-08T17:52:07.260Z[ recovery-image] Sep 08 17:52:06.700 INFO O| Sep 08 17:52:06.700 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-08T17:52:07.271Z[ recovery-image] Sep 08 17:52:06.711 INFO O| Sep 08 17:52:06.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70302026-09-08T17:52:07.272Z[ recovery-image] Sep 08 17:52:06.711 INFO O| Sep 08 17:52:06.711 INFO STEP 456 (remove_files) COMPLETE
70312026-09-08T17:52:07.272Z[ recovery-image] Sep 08 17:52:06.711 INFO O| Sep 08 17:52:06.711 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-08T17:52:07.282Z[ recovery-image] Sep 08 17:52:06.722 INFO O| Sep 08 17:52:06.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70332026-09-08T17:52:07.282Z[ recovery-image] Sep 08 17:52:06.722 INFO O| Sep 08 17:52:06.722 INFO STEP 457 (remove_files) COMPLETE
70342026-09-08T17:52:07.282Z[ recovery-image] Sep 08 17:52:06.722 INFO O| Sep 08 17:52:06.722 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-08T17:52:07.293Z[ recovery-image] Sep 08 17:52:06.733 INFO O| Sep 08 17:52:06.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70362026-09-08T17:52:07.293Z[ recovery-image] Sep 08 17:52:06.733 INFO O| Sep 08 17:52:06.733 INFO STEP 458 (remove_files) COMPLETE
70372026-09-08T17:52:07.293Z[ recovery-image] Sep 08 17:52:06.733 INFO O| Sep 08 17:52:06.733 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-08T17:52:07.304Z[ recovery-image] Sep 08 17:52:06.744 INFO O| Sep 08 17:52:06.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70392026-09-08T17:52:07.304Z[ recovery-image] Sep 08 17:52:06.744 INFO O| Sep 08 17:52:06.744 INFO STEP 459 (remove_files) COMPLETE
70402026-09-08T17:52:07.308Z[ recovery-image] Sep 08 17:52:06.744 INFO O| Sep 08 17:52:06.744 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-08T17:52:07.315Z[ recovery-image] Sep 08 17:52:06.755 INFO O| Sep 08 17:52:06.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70422026-09-08T17:52:07.315Z[ recovery-image] Sep 08 17:52:06.755 INFO O| Sep 08 17:52:06.755 INFO STEP 460 (remove_files) COMPLETE
70432026-09-08T17:52:07.319Z[ recovery-image] Sep 08 17:52:06.755 INFO O| Sep 08 17:52:06.755 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-08T17:52:07.326Z[ recovery-image] Sep 08 17:52:06.766 INFO O| Sep 08 17:52:06.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70452026-09-08T17:52:07.326Z[ recovery-image] Sep 08 17:52:06.766 INFO O| Sep 08 17:52:06.766 INFO STEP 461 (remove_files) COMPLETE
70462026-09-08T17:52:07.326Z[ recovery-image] Sep 08 17:52:06.766 INFO O| Sep 08 17:52:06.766 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-08T17:52:07.337Z[ recovery-image] Sep 08 17:52:06.777 INFO O| Sep 08 17:52:06.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70482026-09-08T17:52:07.337Z[ recovery-image] Sep 08 17:52:06.777 INFO O| Sep 08 17:52:06.777 INFO STEP 462 (remove_files) COMPLETE
70492026-09-08T17:52:07.341Z[ recovery-image] Sep 08 17:52:06.777 INFO O| Sep 08 17:52:06.777 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-08T17:52:07.348Z[ recovery-image] Sep 08 17:52:06.788 INFO O| Sep 08 17:52:06.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70512026-09-08T17:52:07.348Z[ recovery-image] Sep 08 17:52:06.788 INFO O| Sep 08 17:52:06.788 INFO STEP 463 (remove_files) COMPLETE
70522026-09-08T17:52:07.348Z[ recovery-image] Sep 08 17:52:06.788 INFO O| Sep 08 17:52:06.788 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-08T17:52:07.358Z[ recovery-image] Sep 08 17:52:06.798 INFO O| Sep 08 17:52:06.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70542026-09-08T17:52:07.359Z[ recovery-image] Sep 08 17:52:06.798 INFO O| Sep 08 17:52:06.798 INFO STEP 464 (remove_files) COMPLETE
70552026-09-08T17:52:07.359Z[ recovery-image] Sep 08 17:52:06.798 INFO O| Sep 08 17:52:06.798 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-08T17:52:07.369Z[ recovery-image] Sep 08 17:52:06.809 INFO O| Sep 08 17:52:06.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70572026-09-08T17:52:07.369Z[ recovery-image] Sep 08 17:52:06.809 INFO O| Sep 08 17:52:06.809 INFO STEP 465 (remove_files) COMPLETE
70582026-09-08T17:52:07.369Z[ recovery-image] Sep 08 17:52:06.809 INFO O| Sep 08 17:52:06.809 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-08T17:52:07.378Z[ recovery-image] Sep 08 17:52:06.818 INFO O| Sep 08 17:52:06.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70602026-09-08T17:52:07.378Z[ recovery-image] Sep 08 17:52:06.818 INFO O| Sep 08 17:52:06.818 INFO STEP 466 (remove_files) COMPLETE
70612026-09-08T17:52:07.378Z[ recovery-image] Sep 08 17:52:06.818 INFO O| Sep 08 17:52:06.818 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-08T17:52:07.387Z[ recovery-image] Sep 08 17:52:06.827 INFO O| Sep 08 17:52:06.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70632026-09-08T17:52:07.387Z[ recovery-image] Sep 08 17:52:06.827 INFO O| Sep 08 17:52:06.827 INFO STEP 467 (remove_files) COMPLETE
70642026-09-08T17:52:07.387Z[ recovery-image] Sep 08 17:52:06.827 INFO O| Sep 08 17:52:06.827 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-08T17:52:07.397Z[ recovery-image] Sep 08 17:52:06.837 INFO O| Sep 08 17:52:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70662026-09-08T17:52:07.398Z[ recovery-image] Sep 08 17:52:06.837 INFO O| Sep 08 17:52:06.837 INFO STEP 468 (remove_files) COMPLETE
70672026-09-08T17:52:07.398Z[ recovery-image] Sep 08 17:52:06.837 INFO O| Sep 08 17:52:06.837 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-08T17:52:07.407Z[ recovery-image] Sep 08 17:52:06.847 INFO O| Sep 08 17:52:06.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70692026-09-08T17:52:07.407Z[ recovery-image] Sep 08 17:52:06.847 INFO O| Sep 08 17:52:06.847 INFO STEP 469 (remove_files) COMPLETE
70702026-09-08T17:52:07.407Z[ recovery-image] Sep 08 17:52:06.847 INFO O| Sep 08 17:52:06.847 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-08T17:52:07.417Z[ recovery-image] Sep 08 17:52:06.857 INFO O| Sep 08 17:52:06.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70722026-09-08T17:52:07.417Z[ recovery-image] Sep 08 17:52:06.857 INFO O| Sep 08 17:52:06.857 INFO STEP 470 (remove_files) COMPLETE
70732026-09-08T17:52:07.417Z[ recovery-image] Sep 08 17:52:06.857 INFO O| Sep 08 17:52:06.857 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-08T17:52:07.427Z[ recovery-image] Sep 08 17:52:06.867 INFO O| Sep 08 17:52:06.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70752026-09-08T17:52:07.427Z[ recovery-image] Sep 08 17:52:06.867 INFO O| Sep 08 17:52:06.867 INFO STEP 471 (remove_files) COMPLETE
70762026-09-08T17:52:07.427Z[ recovery-image] Sep 08 17:52:06.867 INFO O| Sep 08 17:52:06.867 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-08T17:52:07.437Z[ recovery-image] Sep 08 17:52:06.877 INFO O| Sep 08 17:52:06.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70782026-09-08T17:52:07.437Z[ recovery-image] Sep 08 17:52:06.877 INFO O| Sep 08 17:52:06.877 INFO STEP 472 (remove_files) COMPLETE
70792026-09-08T17:52:07.437Z[ recovery-image] Sep 08 17:52:06.877 INFO O| Sep 08 17:52:06.877 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-09-08T17:52:07.448Z[ recovery-image] Sep 08 17:52:06.887 INFO O| Sep 08 17:52:06.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70812026-09-08T17:52:07.448Z[ recovery-image] Sep 08 17:52:06.887 INFO O| Sep 08 17:52:06.887 INFO STEP 473 (remove_files) COMPLETE
70822026-09-08T17:52:07.448Z[ recovery-image] Sep 08 17:52:06.887 INFO O| Sep 08 17:52:06.887 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-09-08T17:52:07.458Z[ recovery-image] Sep 08 17:52:06.897 INFO O| Sep 08 17:52:06.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
70842026-09-08T17:52:07.458Z[ recovery-image] Sep 08 17:52:06.898 INFO O| Sep 08 17:52:06.897 INFO STEP 474 (remove_files) COMPLETE
70852026-09-08T17:52:07.458Z[ recovery-image] Sep 08 17:52:06.898 INFO O| Sep 08 17:52:06.898 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-09-08T17:52:07.464Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
70872026-09-08T17:52:07.469Z[ recovery-image] Sep 08 17:52:06.907 INFO O| Sep 08 17:52:06.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
70882026-09-08T17:52:07.469Z[ recovery-image] Sep 08 17:52:06.907 INFO O| Sep 08 17:52:06.907 INFO STEP 475 (remove_files) COMPLETE
70892026-09-08T17:52:07.469Z[ recovery-image] Sep 08 17:52:06.907 INFO O| Sep 08 17:52:06.907 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-08T17:52:07.478Z[ recovery-image] Sep 08 17:52:06.918 INFO O| Sep 08 17:52:06.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
70912026-09-08T17:52:07.479Z[ recovery-image] Sep 08 17:52:06.918 INFO O| Sep 08 17:52:06.918 INFO STEP 476 (remove_files) COMPLETE
70922026-09-08T17:52:07.479Z[ recovery-image] Sep 08 17:52:06.918 INFO O| Sep 08 17:52:06.918 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-08T17:52:07.489Z[ recovery-image] Sep 08 17:52:06.929 INFO O| Sep 08 17:52:06.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
70942026-09-08T17:52:07.489Z[ recovery-image] Sep 08 17:52:06.929 INFO O| Sep 08 17:52:06.929 INFO STEP 477 (remove_files) COMPLETE
70952026-09-08T17:52:07.493Z[ recovery-image] Sep 08 17:52:06.929 INFO O| Sep 08 17:52:06.929 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-08T17:52:07.500Z[ recovery-image] Sep 08 17:52:06.940 INFO O| Sep 08 17:52:06.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
70972026-09-08T17:52:07.500Z[ recovery-image] Sep 08 17:52:06.940 INFO O| Sep 08 17:52:06.940 INFO STEP 478 (remove_files) COMPLETE
70982026-09-08T17:52:07.502Z[ recovery-image] Sep 08 17:52:06.940 INFO O| Sep 08 17:52:06.940 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-08T17:52:07.511Z[ recovery-image] Sep 08 17:52:06.951 INFO O| Sep 08 17:52:06.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71002026-09-08T17:52:07.511Z[ recovery-image] Sep 08 17:52:06.951 INFO O| Sep 08 17:52:06.951 INFO STEP 479 (remove_files) COMPLETE
71012026-09-08T17:52:07.511Z[ recovery-image] Sep 08 17:52:06.951 INFO O| Sep 08 17:52:06.951 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-08T17:52:07.522Z[ recovery-image] Sep 08 17:52:06.962 INFO O| Sep 08 17:52:06.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71032026-09-08T17:52:07.522Z[ recovery-image] Sep 08 17:52:06.962 INFO O| Sep 08 17:52:06.962 INFO STEP 480 (remove_files) COMPLETE
71042026-09-08T17:52:07.522Z[ recovery-image] Sep 08 17:52:06.962 INFO O| Sep 08 17:52:06.962 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-08T17:52:07.534Z[ recovery-image] Sep 08 17:52:06.972 INFO O| Sep 08 17:52:06.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71062026-09-08T17:52:07.534Z[ recovery-image] Sep 08 17:52:06.972 INFO O| Sep 08 17:52:06.972 INFO STEP 481 (remove_files) COMPLETE
71072026-09-08T17:52:07.534Z[ recovery-image] Sep 08 17:52:06.972 INFO O| Sep 08 17:52:06.972 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-08T17:52:07.543Z[ recovery-image] Sep 08 17:52:06.983 INFO O| Sep 08 17:52:06.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71092026-09-08T17:52:07.543Z[ recovery-image] Sep 08 17:52:06.983 INFO O| Sep 08 17:52:06.983 INFO STEP 482 (remove_files) COMPLETE
71102026-09-08T17:52:07.543Z[ recovery-image] Sep 08 17:52:06.983 INFO O| Sep 08 17:52:06.983 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-08T17:52:07.554Z[ recovery-image] Sep 08 17:52:06.994 INFO O| Sep 08 17:52:06.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71122026-09-08T17:52:07.554Z[ recovery-image] Sep 08 17:52:06.994 INFO O| Sep 08 17:52:06.994 INFO STEP 483 (remove_files) COMPLETE
71132026-09-08T17:52:07.554Z[ recovery-image] Sep 08 17:52:06.994 INFO O| Sep 08 17:52:06.994 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-08T17:52:07.566Z[ recovery-image] Sep 08 17:52:07.006 INFO O| Sep 08 17:52:07.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71152026-09-08T17:52:07.566Z[ recovery-image] Sep 08 17:52:07.006 INFO O| Sep 08 17:52:07.006 INFO STEP 484 (remove_files) COMPLETE
71162026-09-08T17:52:07.566Z[ recovery-image] Sep 08 17:52:07.006 INFO O| Sep 08 17:52:07.006 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-08T17:52:07.578Z[ recovery-image] Sep 08 17:52:07.017 INFO O| Sep 08 17:52:07.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71182026-09-08T17:52:07.578Z[ recovery-image] Sep 08 17:52:07.017 INFO O| Sep 08 17:52:07.017 INFO STEP 485 (remove_files) COMPLETE
71192026-09-08T17:52:07.578Z[ recovery-image] Sep 08 17:52:07.017 INFO O| Sep 08 17:52:07.017 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-08T17:52:07.589Z[ recovery-image] Sep 08 17:52:07.028 INFO O| Sep 08 17:52:07.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71212026-09-08T17:52:07.589Z[ recovery-image] Sep 08 17:52:07.028 INFO O| Sep 08 17:52:07.028 INFO STEP 486 (remove_files) COMPLETE
71222026-09-08T17:52:07.590Z[ recovery-image] Sep 08 17:52:07.028 INFO O| Sep 08 17:52:07.028 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-08T17:52:07.597Z[ recovery-image] Sep 08 17:52:07.037 INFO O| Sep 08 17:52:07.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71242026-09-08T17:52:07.598Z[ recovery-image] Sep 08 17:52:07.037 INFO O| Sep 08 17:52:07.037 INFO STEP 487 (remove_files) COMPLETE
71252026-09-08T17:52:07.598Z[ recovery-image] Sep 08 17:52:07.037 INFO O| Sep 08 17:52:07.037 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-08T17:52:07.608Z[ recovery-image] Sep 08 17:52:07.047 INFO O| Sep 08 17:52:07.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71272026-09-08T17:52:07.612Z[ recovery-image] Sep 08 17:52:07.048 INFO O| Sep 08 17:52:07.048 INFO STEP 488 (remove_files) COMPLETE
71282026-09-08T17:52:07.612Z[ recovery-image] Sep 08 17:52:07.048 INFO O| Sep 08 17:52:07.048 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-08T17:52:07.620Z[ recovery-image] Sep 08 17:52:07.059 INFO O| Sep 08 17:52:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71302026-09-08T17:52:07.620Z[ recovery-image] Sep 08 17:52:07.059 INFO O| Sep 08 17:52:07.059 INFO STEP 489 (remove_files) COMPLETE
71312026-09-08T17:52:07.626Z[ recovery-image] Sep 08 17:52:07.059 INFO O| Sep 08 17:52:07.059 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-08T17:52:07.633Z[ recovery-image] Sep 08 17:52:07.070 INFO O| Sep 08 17:52:07.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71332026-09-08T17:52:07.633Z[ recovery-image] Sep 08 17:52:07.070 INFO O| Sep 08 17:52:07.070 INFO STEP 490 (remove_files) COMPLETE
71342026-09-08T17:52:07.633Z[ recovery-image] Sep 08 17:52:07.070 INFO O| Sep 08 17:52:07.070 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-08T17:52:07.640Z[ recovery-image] Sep 08 17:52:07.080 INFO O| Sep 08 17:52:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71362026-09-08T17:52:07.640Z[ recovery-image] Sep 08 17:52:07.080 INFO O| Sep 08 17:52:07.080 INFO STEP 491 (remove_files) COMPLETE
71372026-09-08T17:52:07.643Z[ recovery-image] Sep 08 17:52:07.080 INFO O| Sep 08 17:52:07.080 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-09-08T17:52:07.650Z[ recovery-image] Sep 08 17:52:07.090 INFO O| Sep 08 17:52:07.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71392026-09-08T17:52:07.655Z[ recovery-image] Sep 08 17:52:07.091 INFO O| Sep 08 17:52:07.091 INFO STEP 492 (remove_files) COMPLETE
71402026-09-08T17:52:07.655Z[ recovery-image] Sep 08 17:52:07.091 INFO O| Sep 08 17:52:07.091 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-09-08T17:52:07.662Z[ recovery-image] Sep 08 17:52:07.102 INFO O| Sep 08 17:52:07.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71422026-09-08T17:52:07.662Z[ recovery-image] Sep 08 17:52:07.102 INFO O| Sep 08 17:52:07.102 INFO STEP 493 (remove_files) COMPLETE
71432026-09-08T17:52:07.662Z[ recovery-image] Sep 08 17:52:07.102 INFO O| Sep 08 17:52:07.102 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-09-08T17:52:07.672Z[ recovery-image] Sep 08 17:52:07.112 INFO O| Sep 08 17:52:07.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71452026-09-08T17:52:07.672Z[ recovery-image] Sep 08 17:52:07.112 INFO O| Sep 08 17:52:07.112 INFO STEP 494 (remove_files) COMPLETE
71462026-09-08T17:52:07.673Z[ recovery-image] Sep 08 17:52:07.112 INFO O| Sep 08 17:52:07.112 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-09-08T17:52:07.685Z[ recovery-image] Sep 08 17:52:07.123 INFO O| Sep 08 17:52:07.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71482026-09-08T17:52:07.685Z[ recovery-image] Sep 08 17:52:07.123 INFO O| Sep 08 17:52:07.123 INFO STEP 495 (remove_files) COMPLETE
71492026-09-08T17:52:07.685Z[ recovery-image] Sep 08 17:52:07.123 INFO O| Sep 08 17:52:07.123 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-09-08T17:52:07.694Z[ recovery-image] Sep 08 17:52:07.133 INFO O| Sep 08 17:52:07.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71512026-09-08T17:52:07.695Z[ recovery-image] Sep 08 17:52:07.133 INFO O| Sep 08 17:52:07.133 INFO STEP 496 (remove_files) COMPLETE
71522026-09-08T17:52:07.695Z[ recovery-image] Sep 08 17:52:07.133 INFO O| Sep 08 17:52:07.133 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-08T17:52:07.703Z[ recovery-image] Sep 08 17:52:07.143 INFO O| Sep 08 17:52:07.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71542026-09-08T17:52:07.703Z[ recovery-image] Sep 08 17:52:07.143 INFO O| Sep 08 17:52:07.143 INFO STEP 497 (remove_files) COMPLETE
71552026-09-08T17:52:07.703Z[ recovery-image] Sep 08 17:52:07.143 INFO O| Sep 08 17:52:07.143 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-08T17:52:07.716Z[ recovery-image] Sep 08 17:52:07.153 INFO O| Sep 08 17:52:07.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71572026-09-08T17:52:07.716Z[ recovery-image] Sep 08 17:52:07.154 INFO O| Sep 08 17:52:07.154 INFO STEP 498 (remove_files) COMPLETE
71582026-09-08T17:52:07.716Z[ recovery-image] Sep 08 17:52:07.154 INFO O| Sep 08 17:52:07.154 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-08T17:52:07.724Z[ recovery-image] Sep 08 17:52:07.163 INFO O| Sep 08 17:52:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71602026-09-08T17:52:07.724Z[ recovery-image] Sep 08 17:52:07.163 INFO O| Sep 08 17:52:07.163 INFO STEP 499 (remove_files) COMPLETE
71612026-09-08T17:52:07.725Z[ recovery-image] Sep 08 17:52:07.163 INFO O| Sep 08 17:52:07.163 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-08T17:52:07.733Z[ recovery-image] Sep 08 17:52:07.173 INFO O| Sep 08 17:52:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71632026-09-08T17:52:07.733Z[ recovery-image] Sep 08 17:52:07.173 INFO O| Sep 08 17:52:07.173 INFO STEP 500 (remove_files) COMPLETE
71642026-09-08T17:52:07.737Z[ recovery-image] Sep 08 17:52:07.173 INFO O| Sep 08 17:52:07.173 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-08T17:52:07.743Z[ recovery-image] Sep 08 17:52:07.182 INFO O| Sep 08 17:52:07.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71662026-09-08T17:52:07.743Z[ recovery-image] Sep 08 17:52:07.183 INFO O| Sep 08 17:52:07.182 INFO STEP 501 (remove_files) COMPLETE
71672026-09-08T17:52:07.743Z[ recovery-image] Sep 08 17:52:07.183 INFO O| Sep 08 17:52:07.183 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-08T17:52:07.752Z[ recovery-image] Sep 08 17:52:07.191 INFO O| Sep 08 17:52:07.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71692026-09-08T17:52:07.752Z[ recovery-image] Sep 08 17:52:07.192 INFO O| Sep 08 17:52:07.192 INFO STEP 502 (remove_files) COMPLETE
71702026-09-08T17:52:07.752Z[ recovery-image] Sep 08 17:52:07.192 INFO O| Sep 08 17:52:07.192 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-08T17:52:07.761Z[ recovery-image] Sep 08 17:52:07.201 INFO O| Sep 08 17:52:07.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71722026-09-08T17:52:07.761Z[ recovery-image] Sep 08 17:52:07.201 INFO O| Sep 08 17:52:07.201 INFO STEP 503 (remove_files) COMPLETE
71732026-09-08T17:52:07.761Z[ recovery-image] Sep 08 17:52:07.201 INFO O| Sep 08 17:52:07.201 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-09-08T17:52:07.770Z[ recovery-image] Sep 08 17:52:07.210 INFO O| Sep 08 17:52:07.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71752026-09-08T17:52:07.770Z[ recovery-image] Sep 08 17:52:07.210 INFO O| Sep 08 17:52:07.210 INFO STEP 504 (remove_files) COMPLETE
71762026-09-08T17:52:07.770Z[ recovery-image] Sep 08 17:52:07.210 INFO O| Sep 08 17:52:07.210 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-09-08T17:52:07.779Z[ recovery-image] Sep 08 17:52:07.219 INFO O| Sep 08 17:52:07.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71782026-09-08T17:52:07.779Z[ recovery-image] Sep 08 17:52:07.219 INFO O| Sep 08 17:52:07.219 INFO STEP 505 (remove_files) COMPLETE
71792026-09-08T17:52:07.779Z[ recovery-image] Sep 08 17:52:07.219 INFO O| Sep 08 17:52:07.219 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-09-08T17:52:07.789Z[ recovery-image] Sep 08 17:52:07.229 INFO O| Sep 08 17:52:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71812026-09-08T17:52:07.789Z[ recovery-image] Sep 08 17:52:07.229 INFO O| Sep 08 17:52:07.229 INFO STEP 506 (remove_files) COMPLETE
71822026-09-08T17:52:07.790Z[ recovery-image] Sep 08 17:52:07.229 INFO O| Sep 08 17:52:07.229 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-08T17:52:07.800Z[ recovery-image] Sep 08 17:52:07.239 INFO O| Sep 08 17:52:07.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
71842026-09-08T17:52:07.800Z[ recovery-image] Sep 08 17:52:07.239 INFO O| Sep 08 17:52:07.239 INFO STEP 507 (remove_files) COMPLETE
71852026-09-08T17:52:07.800Z[ recovery-image] Sep 08 17:52:07.239 INFO O| Sep 08 17:52:07.239 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-08T17:52:07.810Z[ recovery-image] Sep 08 17:52:07.249 INFO O| Sep 08 17:52:07.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
71872026-09-08T17:52:07.810Z[ recovery-image] Sep 08 17:52:07.250 INFO O| Sep 08 17:52:07.250 INFO STEP 508 (remove_files) COMPLETE
71882026-09-08T17:52:07.811Z[ recovery-image] Sep 08 17:52:07.250 INFO O| Sep 08 17:52:07.250 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-08T17:52:07.822Z[ recovery-image] Sep 08 17:52:07.259 INFO O| Sep 08 17:52:07.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
71902026-09-08T17:52:07.822Z[ recovery-image] Sep 08 17:52:07.259 INFO O| Sep 08 17:52:07.259 INFO STEP 509 (remove_files) COMPLETE
71912026-09-08T17:52:07.822Z[ recovery-image] Sep 08 17:52:07.259 INFO O| Sep 08 17:52:07.259 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-09-08T17:52:07.829Z[ recovery-image] Sep 08 17:52:07.268 INFO O| Sep 08 17:52:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
71932026-09-08T17:52:07.829Z[ recovery-image] Sep 08 17:52:07.269 INFO O| Sep 08 17:52:07.269 INFO STEP 510 (remove_files) COMPLETE
71942026-09-08T17:52:07.829Z[ recovery-image] Sep 08 17:52:07.269 INFO O| Sep 08 17:52:07.269 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-08T17:52:07.838Z[ recovery-image] Sep 08 17:52:07.278 INFO O| Sep 08 17:52:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
71962026-09-08T17:52:07.838Z[ recovery-image] Sep 08 17:52:07.278 INFO O| Sep 08 17:52:07.278 INFO STEP 511 (remove_files) COMPLETE
71972026-09-08T17:52:07.838Z[ recovery-image] Sep 08 17:52:07.278 INFO O| Sep 08 17:52:07.278 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-08T17:52:07.848Z[ recovery-image] Sep 08 17:52:07.288 INFO O| Sep 08 17:52:07.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
71992026-09-08T17:52:07.848Z[ recovery-image] Sep 08 17:52:07.288 INFO O| Sep 08 17:52:07.288 INFO STEP 512 (remove_files) COMPLETE
72002026-09-08T17:52:07.848Z[ recovery-image] Sep 08 17:52:07.288 INFO O| Sep 08 17:52:07.288 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-09-08T17:52:07.858Z[ recovery-image] Sep 08 17:52:07.298 INFO O| Sep 08 17:52:07.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72022026-09-08T17:52:07.863Z[ recovery-image] Sep 08 17:52:07.299 INFO O| Sep 08 17:52:07.299 INFO STEP 513 (remove_files) COMPLETE
72032026-09-08T17:52:07.863Z[ recovery-image] Sep 08 17:52:07.299 INFO O| Sep 08 17:52:07.299 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-09-08T17:52:07.870Z[ recovery-image] Sep 08 17:52:07.309 INFO O| Sep 08 17:52:07.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72052026-09-08T17:52:07.870Z[ recovery-image] Sep 08 17:52:07.309 INFO O| Sep 08 17:52:07.309 INFO STEP 514 (remove_files) COMPLETE
72062026-09-08T17:52:07.870Z[ recovery-image] Sep 08 17:52:07.309 INFO O| Sep 08 17:52:07.309 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-09-08T17:52:07.880Z[ recovery-image] Sep 08 17:52:07.319 INFO O| Sep 08 17:52:07.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72082026-09-08T17:52:07.880Z[ recovery-image] Sep 08 17:52:07.319 INFO O| Sep 08 17:52:07.319 INFO STEP 515 (remove_files) COMPLETE
72092026-09-08T17:52:07.881Z[ recovery-image] Sep 08 17:52:07.319 INFO O| Sep 08 17:52:07.319 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-09-08T17:52:07.889Z[ recovery-image] Sep 08 17:52:07.329 INFO O| Sep 08 17:52:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72112026-09-08T17:52:07.889Z[ recovery-image] Sep 08 17:52:07.329 INFO O| Sep 08 17:52:07.329 INFO STEP 516 (remove_files) COMPLETE
72122026-09-08T17:52:07.889Z[ recovery-image] Sep 08 17:52:07.329 INFO O| Sep 08 17:52:07.329 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-09-08T17:52:07.900Z[ recovery-image] Sep 08 17:52:07.339 INFO O| Sep 08 17:52:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72142026-09-08T17:52:07.900Z[ recovery-image] Sep 08 17:52:07.339 INFO O| Sep 08 17:52:07.339 INFO STEP 517 (remove_files) COMPLETE
72152026-09-08T17:52:07.900Z[ recovery-image] Sep 08 17:52:07.339 INFO O| Sep 08 17:52:07.339 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-09-08T17:52:07.910Z[ recovery-image] Sep 08 17:52:07.350 INFO O| Sep 08 17:52:07.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72172026-09-08T17:52:07.910Z[ recovery-image] Sep 08 17:52:07.350 INFO O| Sep 08 17:52:07.350 INFO STEP 518 (remove_files) COMPLETE
72182026-09-08T17:52:07.910Z[ recovery-image] Sep 08 17:52:07.350 INFO O| Sep 08 17:52:07.350 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-09-08T17:52:07.923Z[ recovery-image] Sep 08 17:52:07.361 INFO O| Sep 08 17:52:07.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72202026-09-08T17:52:07.930Z[ recovery-image] Sep 08 17:52:07.361 INFO O| Sep 08 17:52:07.361 INFO STEP 519 (remove_files) COMPLETE
72212026-09-08T17:52:07.930Z[ recovery-image] Sep 08 17:52:07.361 INFO O| Sep 08 17:52:07.361 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-09-08T17:52:07.934Z[ recovery-image] Sep 08 17:52:07.370 INFO O| Sep 08 17:52:07.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72232026-09-08T17:52:07.934Z[ recovery-image] Sep 08 17:52:07.370 INFO O| Sep 08 17:52:07.370 INFO STEP 520 (remove_files) COMPLETE
72242026-09-08T17:52:07.934Z[ recovery-image] Sep 08 17:52:07.370 INFO O| Sep 08 17:52:07.370 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-09-08T17:52:07.942Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
72262026-09-08T17:52:07.945Z[ recovery-image] Sep 08 17:52:07.385 INFO O| Sep 08 17:52:07.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72272026-09-08T17:52:07.945Z[ recovery-image] Sep 08 17:52:07.385 INFO O| Sep 08 17:52:07.385 INFO STEP 521 (remove_files) COMPLETE
72282026-09-08T17:52:07.946Z[ recovery-image] Sep 08 17:52:07.385 INFO O| Sep 08 17:52:07.385 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-08T17:52:07.964Z[ recovery-image] Sep 08 17:52:07.394 INFO O| Sep 08 17:52:07.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72302026-09-08T17:52:07.968Z[ recovery-image] Sep 08 17:52:07.395 INFO O| Sep 08 17:52:07.395 INFO STEP 522 (remove_files) COMPLETE
72312026-09-08T17:52:07.968Z[ recovery-image] Sep 08 17:52:07.395 INFO O| Sep 08 17:52:07.395 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-08T17:52:07.968Z[ recovery-image] Sep 08 17:52:07.404 INFO O| Sep 08 17:52:07.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72332026-09-08T17:52:07.968Z[ recovery-image] Sep 08 17:52:07.404 INFO O| Sep 08 17:52:07.404 INFO STEP 523 (remove_files) COMPLETE
72342026-09-08T17:52:07.968Z[ recovery-image] Sep 08 17:52:07.404 INFO O| Sep 08 17:52:07.404 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-08T17:52:07.978Z[ recovery-image] Sep 08 17:52:07.414 INFO O| Sep 08 17:52:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72362026-09-08T17:52:07.978Z[ recovery-image] Sep 08 17:52:07.414 INFO O| Sep 08 17:52:07.414 INFO STEP 524 (remove_files) COMPLETE
72372026-09-08T17:52:07.978Z[ recovery-image] Sep 08 17:52:07.414 INFO O| Sep 08 17:52:07.414 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-08T17:52:07.983Z[ recovery-image] Sep 08 17:52:07.423 INFO O| Sep 08 17:52:07.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72392026-09-08T17:52:07.986Z[ recovery-image] Sep 08 17:52:07.423 INFO O| Sep 08 17:52:07.423 INFO STEP 525 (remove_files) COMPLETE
72402026-09-08T17:52:07.986Z[ recovery-image] Sep 08 17:52:07.423 INFO O| Sep 08 17:52:07.423 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-08T17:52:07.993Z[ recovery-image] Sep 08 17:52:07.432 INFO O| Sep 08 17:52:07.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72422026-09-08T17:52:07.993Z[ recovery-image] Sep 08 17:52:07.432 INFO O| Sep 08 17:52:07.432 INFO STEP 526 (remove_files) COMPLETE
72432026-09-08T17:52:07.993Z[ recovery-image] Sep 08 17:52:07.432 INFO O| Sep 08 17:52:07.432 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-08T17:52:08.068Z[ recovery-image] Sep 08 17:52:07.441 INFO O| Sep 08 17:52:07.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72452026-09-08T17:52:08.068Z[ recovery-image] Sep 08 17:52:07.441 INFO O| Sep 08 17:52:07.441 INFO STEP 527 (remove_files) COMPLETE
72462026-09-08T17:52:08.068Z[ recovery-image] Sep 08 17:52:07.441 INFO O| Sep 08 17:52:07.441 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.450 INFO O| Sep 08 17:52:07.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72482026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.450 INFO O| Sep 08 17:52:07.450 INFO STEP 528 (remove_files) COMPLETE
72492026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.450 INFO O| Sep 08 17:52:07.450 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.458 INFO O| Sep 08 17:52:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72512026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.459 INFO O| Sep 08 17:52:07.459 INFO STEP 529 (remove_files) COMPLETE
72522026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.459 INFO O| Sep 08 17:52:07.459 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.467 INFO O| Sep 08 17:52:07.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72542026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.467 INFO O| Sep 08 17:52:07.467 INFO STEP 530 (remove_files) COMPLETE
72552026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.467 INFO O| Sep 08 17:52:07.467 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.476 INFO O| Sep 08 17:52:07.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72572026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.476 INFO O| Sep 08 17:52:07.476 INFO STEP 531 (remove_files) COMPLETE
72582026-09-08T17:52:08.069Z[ recovery-image] Sep 08 17:52:07.476 INFO O| Sep 08 17:52:07.476 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.486 INFO O| Sep 08 17:52:07.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72602026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.486 INFO O| Sep 08 17:52:07.486 INFO STEP 532 (remove_files) COMPLETE
72612026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.486 INFO O| Sep 08 17:52:07.486 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.495 INFO O| Sep 08 17:52:07.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72632026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.495 INFO O| Sep 08 17:52:07.495 INFO STEP 533 (remove_files) COMPLETE
72642026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.495 INFO O| Sep 08 17:52:07.495 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.504 INFO O| Sep 08 17:52:07.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72662026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.504 INFO O| Sep 08 17:52:07.504 INFO STEP 534 (remove_files) COMPLETE
72672026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.504 INFO O| Sep 08 17:52:07.504 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.513 INFO O| Sep 08 17:52:07.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72692026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.513 INFO O| Sep 08 17:52:07.513 INFO STEP 535 (remove_files) COMPLETE
72702026-09-08T17:52:08.074Z[ recovery-image] Sep 08 17:52:07.513 INFO O| Sep 08 17:52:07.513 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-08T17:52:08.083Z[ recovery-image] Sep 08 17:52:07.522 INFO O| Sep 08 17:52:07.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72722026-09-08T17:52:08.083Z[ recovery-image] Sep 08 17:52:07.522 INFO O| Sep 08 17:52:07.522 INFO STEP 536 (remove_files) COMPLETE
72732026-09-08T17:52:08.083Z[ recovery-image] Sep 08 17:52:07.523 INFO O| Sep 08 17:52:07.522 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-08T17:52:08.091Z[ recovery-image] Sep 08 17:52:07.531 INFO O| Sep 08 17:52:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72752026-09-08T17:52:08.091Z[ recovery-image] Sep 08 17:52:07.531 INFO O| Sep 08 17:52:07.531 INFO STEP 537 (remove_files) COMPLETE
72762026-09-08T17:52:08.091Z[ recovery-image] Sep 08 17:52:07.531 INFO O| Sep 08 17:52:07.531 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-08T17:52:08.100Z[ recovery-image] Sep 08 17:52:07.540 INFO O| Sep 08 17:52:07.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72782026-09-08T17:52:08.100Z[ recovery-image] Sep 08 17:52:07.540 INFO O| Sep 08 17:52:07.540 INFO STEP 538 (remove_files) COMPLETE
72792026-09-08T17:52:08.100Z[ recovery-image] Sep 08 17:52:07.540 INFO O| Sep 08 17:52:07.540 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-08T17:52:08.111Z[ recovery-image] Sep 08 17:52:07.550 INFO O| Sep 08 17:52:07.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
72812026-09-08T17:52:08.112Z[ recovery-image] Sep 08 17:52:07.550 INFO O| Sep 08 17:52:07.550 INFO STEP 539 (remove_files) COMPLETE
72822026-09-08T17:52:08.112Z[ recovery-image] Sep 08 17:52:07.550 INFO O| Sep 08 17:52:07.550 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-08T17:52:08.119Z[ recovery-image] Sep 08 17:52:07.559 INFO O| Sep 08 17:52:07.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
72842026-09-08T17:52:08.119Z[ recovery-image] Sep 08 17:52:07.559 INFO O| Sep 08 17:52:07.559 INFO STEP 540 (remove_files) COMPLETE
72852026-09-08T17:52:08.122Z[ recovery-image] Sep 08 17:52:07.559 INFO O| Sep 08 17:52:07.559 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-08T17:52:08.128Z[ recovery-image] Sep 08 17:52:07.568 INFO O| Sep 08 17:52:07.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
72872026-09-08T17:52:08.128Z[ recovery-image] Sep 08 17:52:07.569 INFO O| Sep 08 17:52:07.569 INFO STEP 541 (remove_files) COMPLETE
72882026-09-08T17:52:08.132Z[ recovery-image] Sep 08 17:52:07.569 INFO O| Sep 08 17:52:07.569 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-08T17:52:08.137Z[ recovery-image] Sep 08 17:52:07.578 INFO O| Sep 08 17:52:07.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
72902026-09-08T17:52:08.138Z[ recovery-image] Sep 08 17:52:07.578 INFO O| Sep 08 17:52:07.578 INFO STEP 542 (remove_files) COMPLETE
72912026-09-08T17:52:08.142Z[ recovery-image] Sep 08 17:52:07.578 INFO O| Sep 08 17:52:07.578 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-08T17:52:08.147Z[ recovery-image] Sep 08 17:52:07.587 INFO O| Sep 08 17:52:07.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
72932026-09-08T17:52:08.147Z[ recovery-image] Sep 08 17:52:07.587 INFO O| Sep 08 17:52:07.587 INFO STEP 543 (remove_files) COMPLETE
72942026-09-08T17:52:08.150Z[ recovery-image] Sep 08 17:52:07.587 INFO O| Sep 08 17:52:07.587 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-08T17:52:08.157Z[ recovery-image] Sep 08 17:52:07.597 INFO O| Sep 08 17:52:07.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
72962026-09-08T17:52:08.157Z[ recovery-image] Sep 08 17:52:07.597 INFO O| Sep 08 17:52:07.597 INFO STEP 544 (remove_files) COMPLETE
72972026-09-08T17:52:08.160Z[ recovery-image] Sep 08 17:52:07.597 INFO O| Sep 08 17:52:07.597 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-08T17:52:08.167Z[ recovery-image] Sep 08 17:52:07.607 INFO O| Sep 08 17:52:07.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
72992026-09-08T17:52:08.167Z[ recovery-image] Sep 08 17:52:07.607 INFO O| Sep 08 17:52:07.607 INFO STEP 545 (remove_files) COMPLETE
73002026-09-08T17:52:08.168Z[ recovery-image] Sep 08 17:52:07.607 INFO O| Sep 08 17:52:07.607 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-08T17:52:08.177Z[ recovery-image] Sep 08 17:52:07.617 INFO O| Sep 08 17:52:07.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73022026-09-08T17:52:08.177Z[ recovery-image] Sep 08 17:52:07.617 INFO O| Sep 08 17:52:07.617 INFO STEP 546 (remove_files) COMPLETE
73032026-09-08T17:52:08.180Z[ recovery-image] Sep 08 17:52:07.617 INFO O| Sep 08 17:52:07.617 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-08T17:52:08.186Z[ recovery-image] Sep 08 17:52:07.626 INFO O| Sep 08 17:52:07.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73052026-09-08T17:52:08.186Z[ recovery-image] Sep 08 17:52:07.626 INFO O| Sep 08 17:52:07.626 INFO STEP 547 (remove_files) COMPLETE
73062026-09-08T17:52:08.186Z[ recovery-image] Sep 08 17:52:07.626 INFO O| Sep 08 17:52:07.626 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-08T17:52:08.197Z[ recovery-image] Sep 08 17:52:07.635 INFO O| Sep 08 17:52:07.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73082026-09-08T17:52:08.197Z[ recovery-image] Sep 08 17:52:07.635 INFO O| Sep 08 17:52:07.635 INFO STEP 548 (remove_files) COMPLETE
73092026-09-08T17:52:08.197Z[ recovery-image] Sep 08 17:52:07.635 INFO O| Sep 08 17:52:07.635 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-08T17:52:08.207Z[ recovery-image] Sep 08 17:52:07.645 INFO O| Sep 08 17:52:07.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73112026-09-08T17:52:08.207Z[ recovery-image] Sep 08 17:52:07.645 INFO O| Sep 08 17:52:07.645 INFO STEP 549 (remove_files) COMPLETE
73122026-09-08T17:52:08.207Z[ recovery-image] Sep 08 17:52:07.645 INFO O| Sep 08 17:52:07.645 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-08T17:52:08.214Z[ recovery-image] Sep 08 17:52:07.655 INFO O| Sep 08 17:52:07.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73142026-09-08T17:52:08.215Z[ recovery-image] Sep 08 17:52:07.655 INFO O| Sep 08 17:52:07.655 INFO STEP 550 (remove_files) COMPLETE
73152026-09-08T17:52:08.218Z[ recovery-image] Sep 08 17:52:07.655 INFO O| Sep 08 17:52:07.655 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-08T17:52:08.225Z[ recovery-image] Sep 08 17:52:07.665 INFO O| Sep 08 17:52:07.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73172026-09-08T17:52:08.225Z[ recovery-image] Sep 08 17:52:07.665 INFO O| Sep 08 17:52:07.665 INFO STEP 551 (remove_files) COMPLETE
73182026-09-08T17:52:08.225Z[ recovery-image] Sep 08 17:52:07.665 INFO O| Sep 08 17:52:07.665 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-08T17:52:08.235Z[ recovery-image] Sep 08 17:52:07.675 INFO O| Sep 08 17:52:07.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73202026-09-08T17:52:08.235Z[ recovery-image] Sep 08 17:52:07.675 INFO O| Sep 08 17:52:07.675 INFO STEP 552 (remove_files) COMPLETE
73212026-09-08T17:52:08.235Z[ recovery-image] Sep 08 17:52:07.675 INFO O| Sep 08 17:52:07.675 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-08T17:52:08.245Z[ recovery-image] Sep 08 17:52:07.685 INFO O| Sep 08 17:52:07.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73232026-09-08T17:52:08.245Z[ recovery-image] Sep 08 17:52:07.685 INFO O| Sep 08 17:52:07.685 INFO STEP 553 (remove_files) COMPLETE
73242026-09-08T17:52:08.245Z[ recovery-image] Sep 08 17:52:07.685 INFO O| Sep 08 17:52:07.685 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-08T17:52:08.253Z[ recovery-image] Sep 08 17:52:07.693 INFO O| Sep 08 17:52:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73262026-09-08T17:52:08.253Z[ recovery-image] Sep 08 17:52:07.693 INFO O| Sep 08 17:52:07.693 INFO STEP 554 (remove_files) COMPLETE
73272026-09-08T17:52:08.253Z[ recovery-image] Sep 08 17:52:07.693 INFO O| Sep 08 17:52:07.693 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-08T17:52:08.261Z[ recovery-image] Sep 08 17:52:07.701 INFO O| Sep 08 17:52:07.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73292026-09-08T17:52:08.262Z[ recovery-image] Sep 08 17:52:07.701 INFO O| Sep 08 17:52:07.701 INFO STEP 555 (remove_files) COMPLETE
73302026-09-08T17:52:08.262Z[ recovery-image] Sep 08 17:52:07.701 INFO O| Sep 08 17:52:07.701 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-08T17:52:08.270Z[ recovery-image] Sep 08 17:52:07.710 INFO O| Sep 08 17:52:07.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73322026-09-08T17:52:08.270Z[ recovery-image] Sep 08 17:52:07.710 INFO O| Sep 08 17:52:07.710 INFO STEP 556 (remove_files) COMPLETE
73332026-09-08T17:52:08.273Z[ recovery-image] Sep 08 17:52:07.710 INFO O| Sep 08 17:52:07.710 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-08T17:52:08.278Z[ recovery-image] Sep 08 17:52:07.718 INFO O| Sep 08 17:52:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73352026-09-08T17:52:08.278Z[ recovery-image] Sep 08 17:52:07.718 INFO O| Sep 08 17:52:07.718 INFO STEP 557 (remove_files) COMPLETE
73362026-09-08T17:52:08.278Z[ recovery-image] Sep 08 17:52:07.718 INFO O| Sep 08 17:52:07.718 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-08T17:52:08.286Z[ recovery-image] Sep 08 17:52:07.726 INFO O| Sep 08 17:52:07.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73382026-09-08T17:52:08.286Z[ recovery-image] Sep 08 17:52:07.726 INFO O| Sep 08 17:52:07.726 INFO STEP 558 (remove_files) COMPLETE
73392026-09-08T17:52:08.289Z[ recovery-image] Sep 08 17:52:07.726 INFO O| Sep 08 17:52:07.726 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-08T17:52:08.294Z[ recovery-image] Sep 08 17:52:07.734 INFO O| Sep 08 17:52:07.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73412026-09-08T17:52:08.294Z[ recovery-image] Sep 08 17:52:07.734 INFO O| Sep 08 17:52:07.734 INFO STEP 559 (remove_files) COMPLETE
73422026-09-08T17:52:08.294Z[ recovery-image] Sep 08 17:52:07.734 INFO O| Sep 08 17:52:07.734 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-08T17:52:08.302Z[ recovery-image] Sep 08 17:52:07.743 INFO O| Sep 08 17:52:07.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73442026-09-08T17:52:08.303Z[ recovery-image] Sep 08 17:52:07.743 INFO O| Sep 08 17:52:07.743 INFO STEP 560 (remove_files) COMPLETE
73452026-09-08T17:52:08.303Z[ recovery-image] Sep 08 17:52:07.743 INFO O| Sep 08 17:52:07.743 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-08T17:52:08.312Z[ recovery-image] Sep 08 17:52:07.752 INFO O| Sep 08 17:52:07.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73472026-09-08T17:52:08.312Z[ recovery-image] Sep 08 17:52:07.752 INFO O| Sep 08 17:52:07.752 INFO STEP 561 (remove_files) COMPLETE
73482026-09-08T17:52:08.312Z[ recovery-image] Sep 08 17:52:07.752 INFO O| Sep 08 17:52:07.752 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-08T17:52:08.320Z[ recovery-image] Sep 08 17:52:07.760 INFO O| Sep 08 17:52:07.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73502026-09-08T17:52:08.320Z[ recovery-image] Sep 08 17:52:07.760 INFO O| Sep 08 17:52:07.760 INFO STEP 562 (remove_files) COMPLETE
73512026-09-08T17:52:08.320Z[ recovery-image] Sep 08 17:52:07.760 INFO O| Sep 08 17:52:07.760 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-08T17:52:08.329Z[ recovery-image] Sep 08 17:52:07.769 INFO O| Sep 08 17:52:07.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73532026-09-08T17:52:08.329Z[ recovery-image] Sep 08 17:52:07.769 INFO O| Sep 08 17:52:07.769 INFO STEP 563 (remove_files) COMPLETE
73542026-09-08T17:52:08.333Z[ recovery-image] Sep 08 17:52:07.769 INFO O| Sep 08 17:52:07.769 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-08T17:52:08.339Z[ recovery-image] Sep 08 17:52:07.778 INFO O| Sep 08 17:52:07.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73562026-09-08T17:52:08.345Z[ recovery-image] Sep 08 17:52:07.779 INFO O| Sep 08 17:52:07.778 INFO STEP 564 (remove_files) COMPLETE
73572026-09-08T17:52:08.345Z[ recovery-image] Sep 08 17:52:07.779 INFO O| Sep 08 17:52:07.779 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-08T17:52:08.348Z[ recovery-image] Sep 08 17:52:07.788 INFO O| Sep 08 17:52:07.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73592026-09-08T17:52:08.349Z[ recovery-image] Sep 08 17:52:07.788 INFO O| Sep 08 17:52:07.788 INFO STEP 565 (remove_files) COMPLETE
73602026-09-08T17:52:08.349Z[ recovery-image] Sep 08 17:52:07.788 INFO O| Sep 08 17:52:07.788 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-08T17:52:08.356Z[ recovery-image] Sep 08 17:52:07.796 INFO O| Sep 08 17:52:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73622026-09-08T17:52:08.361Z[ recovery-image] Sep 08 17:52:07.797 INFO O| Sep 08 17:52:07.797 INFO STEP 566 (remove_files) COMPLETE
73632026-09-08T17:52:08.361Z[ recovery-image] Sep 08 17:52:07.797 INFO O| Sep 08 17:52:07.797 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-09-08T17:52:08.366Z[ recovery-image] Sep 08 17:52:07.806 INFO O| Sep 08 17:52:07.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73652026-09-08T17:52:08.366Z[ recovery-image] Sep 08 17:52:07.806 INFO O| Sep 08 17:52:07.806 INFO STEP 567 (remove_files) COMPLETE
73662026-09-08T17:52:08.369Z[ recovery-image] Sep 08 17:52:07.806 INFO O| Sep 08 17:52:07.806 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-09-08T17:52:08.379Z[ recovery-image] Sep 08 17:52:07.820 INFO O| Sep 08 17:52:07.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73682026-09-08T17:52:08.380Z[ recovery-image] Sep 08 17:52:07.820 INFO O| Sep 08 17:52:07.816 INFO STEP 568 (remove_files) COMPLETE
73692026-09-08T17:52:08.380Z[ recovery-image] Sep 08 17:52:07.820 INFO O| Sep 08 17:52:07.816 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-09-08T17:52:08.387Z[ recovery-image] Sep 08 17:52:07.824 INFO O| Sep 08 17:52:07.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73712026-09-08T17:52:08.387Z[ recovery-image] Sep 08 17:52:07.824 INFO O| Sep 08 17:52:07.824 INFO STEP 569 (remove_files) COMPLETE
73722026-09-08T17:52:08.387Z[ recovery-image] Sep 08 17:52:07.824 INFO O| Sep 08 17:52:07.824 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-09-08T17:52:08.394Z[ recovery-image] Sep 08 17:52:07.832 INFO O| Sep 08 17:52:07.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73742026-09-08T17:52:08.397Z[ recovery-image] Sep 08 17:52:07.833 INFO O| Sep 08 17:52:07.832 INFO STEP 570 (remove_files) COMPLETE
73752026-09-08T17:52:08.397Z[ recovery-image] Sep 08 17:52:07.833 INFO O| Sep 08 17:52:07.832 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-09-08T17:52:08.401Z[ recovery-image] Sep 08 17:52:07.840 INFO O| Sep 08 17:52:07.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73772026-09-08T17:52:08.401Z[ recovery-image] Sep 08 17:52:07.840 INFO O| Sep 08 17:52:07.840 INFO STEP 571 (remove_files) COMPLETE
73782026-09-08T17:52:08.401Z[ recovery-image] Sep 08 17:52:07.840 INFO O| Sep 08 17:52:07.840 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-09-08T17:52:08.409Z[ recovery-image] Sep 08 17:52:07.849 INFO O| Sep 08 17:52:07.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
73802026-09-08T17:52:08.409Z[ recovery-image] Sep 08 17:52:07.849 INFO O| Sep 08 17:52:07.849 INFO STEP 572 (remove_files) COMPLETE
73812026-09-08T17:52:08.410Z[ recovery-image] Sep 08 17:52:07.849 INFO O| Sep 08 17:52:07.849 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-09-08T17:52:08.418Z[ recovery-image] Sep 08 17:52:07.857 INFO O| Sep 08 17:52:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
73832026-09-08T17:52:08.418Z[ recovery-image] Sep 08 17:52:07.857 INFO O| Sep 08 17:52:07.857 INFO STEP 573 (remove_files) COMPLETE
73842026-09-08T17:52:08.418Z[ recovery-image] Sep 08 17:52:07.857 INFO O| Sep 08 17:52:07.857 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-09-08T17:52:08.426Z[ recovery-image] Sep 08 17:52:07.866 INFO O| Sep 08 17:52:07.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
73862026-09-08T17:52:08.426Z[ recovery-image] Sep 08 17:52:07.866 INFO O| Sep 08 17:52:07.866 INFO STEP 574 (remove_files) COMPLETE
73872026-09-08T17:52:08.426Z[ recovery-image] Sep 08 17:52:07.866 INFO O| Sep 08 17:52:07.866 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-09-08T17:52:08.436Z[ recovery-image] Sep 08 17:52:07.875 INFO O| Sep 08 17:52:07.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
73892026-09-08T17:52:08.437Z[ recovery-image] Sep 08 17:52:07.875 INFO O| Sep 08 17:52:07.875 INFO STEP 575 (remove_files) COMPLETE
73902026-09-08T17:52:08.437Z[ recovery-image] Sep 08 17:52:07.875 INFO O| Sep 08 17:52:07.875 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-09-08T17:52:08.445Z[ recovery-image] Sep 08 17:52:07.885 INFO O| Sep 08 17:52:07.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
73922026-09-08T17:52:08.445Z[ recovery-image] Sep 08 17:52:07.885 INFO O| Sep 08 17:52:07.885 INFO STEP 576 (remove_files) COMPLETE
73932026-09-08T17:52:08.448Z[ recovery-image] Sep 08 17:52:07.885 INFO O| Sep 08 17:52:07.885 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-09-08T17:52:08.454Z[ recovery-image] Sep 08 17:52:07.894 INFO O| Sep 08 17:52:07.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
73952026-09-08T17:52:08.454Z[ recovery-image] Sep 08 17:52:07.894 INFO O| Sep 08 17:52:07.894 INFO STEP 577 (remove_files) COMPLETE
73962026-09-08T17:52:08.454Z[ recovery-image] Sep 08 17:52:07.894 INFO O| Sep 08 17:52:07.894 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-09-08T17:52:08.463Z[ recovery-image] Sep 08 17:52:07.903 INFO O| Sep 08 17:52:07.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
73982026-09-08T17:52:08.463Z[ recovery-image] Sep 08 17:52:07.903 INFO O| Sep 08 17:52:07.903 INFO STEP 578 (remove_files) COMPLETE
73992026-09-08T17:52:08.463Z[ recovery-image] Sep 08 17:52:07.903 INFO O| Sep 08 17:52:07.903 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-09-08T17:52:08.472Z[ recovery-image] Sep 08 17:52:07.912 INFO O| Sep 08 17:52:07.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74012026-09-08T17:52:08.472Z[ recovery-image] Sep 08 17:52:07.912 INFO O| Sep 08 17:52:07.912 INFO STEP 579 (remove_files) COMPLETE
74022026-09-08T17:52:08.472Z[ recovery-image] Sep 08 17:52:07.912 INFO O| Sep 08 17:52:07.912 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-09-08T17:52:08.482Z[ recovery-image] Sep 08 17:52:07.922 INFO O| Sep 08 17:52:07.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74042026-09-08T17:52:08.483Z[ recovery-image] Sep 08 17:52:07.922 INFO O| Sep 08 17:52:07.922 INFO STEP 580 (remove_files) COMPLETE
74052026-09-08T17:52:08.483Z[ recovery-image] Sep 08 17:52:07.922 INFO O| Sep 08 17:52:07.922 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-09-08T17:52:08.493Z[ recovery-image] Sep 08 17:52:07.931 INFO O| Sep 08 17:52:07.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74072026-09-08T17:52:08.493Z[ recovery-image] Sep 08 17:52:07.932 INFO O| Sep 08 17:52:07.932 INFO STEP 581 (remove_files) COMPLETE
74082026-09-08T17:52:08.493Z[ recovery-image] Sep 08 17:52:07.932 INFO O| Sep 08 17:52:07.932 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-09-08T17:52:08.496Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
74102026-09-08T17:52:08.501Z[ recovery-image] Sep 08 17:52:07.941 INFO O| Sep 08 17:52:07.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74112026-09-08T17:52:08.504Z[ recovery-image] Sep 08 17:52:07.942 INFO O| Sep 08 17:52:07.942 INFO STEP 582 (remove_files) COMPLETE
74122026-09-08T17:52:08.504Z[ recovery-image] Sep 08 17:52:07.942 INFO O| Sep 08 17:52:07.942 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-08T17:52:08.513Z[ recovery-image] Sep 08 17:52:07.952 INFO O| Sep 08 17:52:07.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74142026-09-08T17:52:08.513Z[ recovery-image] Sep 08 17:52:07.952 INFO O| Sep 08 17:52:07.952 INFO STEP 583 (remove_files) COMPLETE
74152026-09-08T17:52:08.516Z[ recovery-image] Sep 08 17:52:07.952 INFO O| Sep 08 17:52:07.952 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-08T17:52:08.522Z[ recovery-image] Sep 08 17:52:07.962 INFO O| Sep 08 17:52:07.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74172026-09-08T17:52:08.522Z[ recovery-image] Sep 08 17:52:07.962 INFO O| Sep 08 17:52:07.962 INFO STEP 584 (remove_files) COMPLETE
74182026-09-08T17:52:08.527Z[ recovery-image] Sep 08 17:52:07.963 INFO O| Sep 08 17:52:07.962 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-08T17:52:08.531Z[ recovery-image] Sep 08 17:52:07.972 INFO O| Sep 08 17:52:07.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74202026-09-08T17:52:08.531Z[ recovery-image] Sep 08 17:52:07.972 INFO O| Sep 08 17:52:07.972 INFO STEP 585 (remove_files) COMPLETE
74212026-09-08T17:52:08.537Z[ recovery-image] Sep 08 17:52:07.972 INFO O| Sep 08 17:52:07.972 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-08T17:52:08.541Z[ recovery-image] Sep 08 17:52:07.982 INFO O| Sep 08 17:52:07.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74232026-09-08T17:52:08.542Z[ recovery-image] Sep 08 17:52:07.982 INFO O| Sep 08 17:52:07.982 INFO STEP 586 (remove_files) COMPLETE
74242026-09-08T17:52:08.546Z[ recovery-image] Sep 08 17:52:07.982 INFO O| Sep 08 17:52:07.982 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-08T17:52:08.551Z[ recovery-image] Sep 08 17:52:07.991 INFO O| Sep 08 17:52:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74262026-09-08T17:52:08.552Z[ recovery-image] Sep 08 17:52:07.992 INFO O| Sep 08 17:52:07.992 INFO STEP 587 (remove_files) COMPLETE
74272026-09-08T17:52:08.552Z[ recovery-image] Sep 08 17:52:07.992 INFO O| Sep 08 17:52:07.992 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-08T17:52:08.568Z[ recovery-image] Sep 08 17:52:08.006 INFO O| Sep 08 17:52:08.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74292026-09-08T17:52:08.568Z[ recovery-image] Sep 08 17:52:08.007 INFO O| Sep 08 17:52:08.006 INFO STEP 588 (remove_files) COMPLETE
74302026-09-08T17:52:08.568Z[ recovery-image] Sep 08 17:52:08.007 INFO O| Sep 08 17:52:08.006 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-08T17:52:08.577Z[ recovery-image] Sep 08 17:52:08.017 INFO O| Sep 08 17:52:08.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74322026-09-08T17:52:08.577Z[ recovery-image] Sep 08 17:52:08.017 INFO O| Sep 08 17:52:08.017 INFO STEP 589 (remove_files) COMPLETE
74332026-09-08T17:52:08.581Z[ recovery-image] Sep 08 17:52:08.018 INFO O| Sep 08 17:52:08.017 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-08T17:52:08.588Z[ recovery-image] Sep 08 17:52:08.027 INFO O| Sep 08 17:52:08.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74352026-09-08T17:52:08.589Z[ recovery-image] Sep 08 17:52:08.027 INFO O| Sep 08 17:52:08.027 INFO STEP 590 (remove_files) COMPLETE
74362026-09-08T17:52:08.589Z[ recovery-image] Sep 08 17:52:08.027 INFO O| Sep 08 17:52:08.027 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-08T17:52:08.595Z[ recovery-image] Sep 08 17:52:08.036 INFO O| Sep 08 17:52:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74382026-09-08T17:52:08.596Z[ recovery-image] Sep 08 17:52:08.036 INFO O| Sep 08 17:52:08.036 INFO STEP 591 (remove_files) COMPLETE
74392026-09-08T17:52:08.596Z[ recovery-image] Sep 08 17:52:08.036 INFO O| Sep 08 17:52:08.036 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-08T17:52:08.614Z[ recovery-image] Sep 08 17:52:08.053 INFO O| Sep 08 17:52:08.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74412026-09-08T17:52:08.614Z[ recovery-image] Sep 08 17:52:08.054 INFO O| Sep 08 17:52:08.054 INFO STEP 592 (remove_files) COMPLETE
74422026-09-08T17:52:08.614Z[ recovery-image] Sep 08 17:52:08.054 INFO O| Sep 08 17:52:08.054 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-08T17:52:08.624Z[ recovery-image] Sep 08 17:52:08.064 INFO O| Sep 08 17:52:08.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74442026-09-08T17:52:08.624Z[ recovery-image] Sep 08 17:52:08.064 INFO O| Sep 08 17:52:08.064 INFO STEP 593 (remove_files) COMPLETE
74452026-09-08T17:52:08.624Z[ recovery-image] Sep 08 17:52:08.064 INFO O| Sep 08 17:52:08.064 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-08T17:52:08.635Z[ recovery-image] Sep 08 17:52:08.075 INFO O| Sep 08 17:52:08.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74472026-09-08T17:52:08.636Z[ recovery-image] Sep 08 17:52:08.075 INFO O| Sep 08 17:52:08.075 INFO STEP 594 (remove_files) COMPLETE
74482026-09-08T17:52:08.640Z[ recovery-image] Sep 08 17:52:08.075 INFO O| Sep 08 17:52:08.075 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-09-08T17:52:08.644Z[ recovery-image] Sep 08 17:52:08.085 INFO O| Sep 08 17:52:08.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74502026-09-08T17:52:08.648Z[ recovery-image] Sep 08 17:52:08.085 INFO O| Sep 08 17:52:08.085 INFO STEP 595 (remove_files) COMPLETE
74512026-09-08T17:52:08.648Z[ recovery-image] Sep 08 17:52:08.085 INFO O| Sep 08 17:52:08.085 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-08T17:52:08.656Z[ recovery-image] Sep 08 17:52:08.095 INFO O| Sep 08 17:52:08.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74532026-09-08T17:52:08.656Z[ recovery-image] Sep 08 17:52:08.095 INFO O| Sep 08 17:52:08.095 INFO STEP 596 (remove_files) COMPLETE
74542026-09-08T17:52:08.658Z[ recovery-image] Sep 08 17:52:08.095 INFO O| Sep 08 17:52:08.095 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-08T17:52:08.667Z[ recovery-image] Sep 08 17:52:08.106 INFO O| Sep 08 17:52:08.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74562026-09-08T17:52:08.667Z[ recovery-image] Sep 08 17:52:08.106 INFO O| Sep 08 17:52:08.106 INFO STEP 597 (remove_files) COMPLETE
74572026-09-08T17:52:08.667Z[ recovery-image] Sep 08 17:52:08.106 INFO O| Sep 08 17:52:08.106 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-08T17:52:08.679Z[ recovery-image] Sep 08 17:52:08.115 INFO O| Sep 08 17:52:08.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74592026-09-08T17:52:08.679Z[ recovery-image] Sep 08 17:52:08.116 INFO O| Sep 08 17:52:08.115 INFO STEP 598 (remove_files) COMPLETE
74602026-09-08T17:52:08.684Z[ recovery-image] Sep 08 17:52:08.116 INFO O| Sep 08 17:52:08.116 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-08T17:52:08.693Z[ recovery-image] Sep 08 17:52:08.126 INFO O| Sep 08 17:52:08.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74622026-09-08T17:52:08.693Z[ recovery-image] Sep 08 17:52:08.126 INFO O| Sep 08 17:52:08.126 INFO STEP 599 (remove_files) COMPLETE
74632026-09-08T17:52:08.693Z[ recovery-image] Sep 08 17:52:08.126 INFO O| Sep 08 17:52:08.126 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-08T17:52:08.696Z[ recovery-image] Sep 08 17:52:08.135 INFO O| Sep 08 17:52:08.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74652026-09-08T17:52:08.697Z[ recovery-image] Sep 08 17:52:08.136 INFO O| Sep 08 17:52:08.136 INFO STEP 600 (remove_files) COMPLETE
74662026-09-08T17:52:08.697Z[ recovery-image] Sep 08 17:52:08.136 INFO O| Sep 08 17:52:08.136 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-08T17:52:08.711Z[ recovery-image] Sep 08 17:52:08.145 INFO O| Sep 08 17:52:08.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74682026-09-08T17:52:08.711Z[ recovery-image] Sep 08 17:52:08.146 INFO O| Sep 08 17:52:08.146 INFO STEP 601 (remove_files) COMPLETE
74692026-09-08T17:52:08.711Z[ recovery-image] Sep 08 17:52:08.146 INFO O| Sep 08 17:52:08.146 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-08T17:52:08.718Z[ recovery-image] Sep 08 17:52:08.156 INFO O| Sep 08 17:52:08.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74712026-09-08T17:52:08.718Z[ recovery-image] Sep 08 17:52:08.156 INFO O| Sep 08 17:52:08.156 INFO STEP 602 (remove_files) COMPLETE
74722026-09-08T17:52:08.718Z[ recovery-image] Sep 08 17:52:08.156 INFO O| Sep 08 17:52:08.156 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-08T17:52:08.725Z[ recovery-image] Sep 08 17:52:08.165 INFO O| Sep 08 17:52:08.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74742026-09-08T17:52:08.725Z[ recovery-image] Sep 08 17:52:08.165 INFO O| Sep 08 17:52:08.165 INFO STEP 603 (remove_files) COMPLETE
74752026-09-08T17:52:08.725Z[ recovery-image] Sep 08 17:52:08.165 INFO O| Sep 08 17:52:08.165 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-08T17:52:08.743Z[ recovery-image] Sep 08 17:52:08.176 INFO O| Sep 08 17:52:08.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74772026-09-08T17:52:08.743Z[ recovery-image] Sep 08 17:52:08.176 INFO O| Sep 08 17:52:08.176 INFO STEP 604 (remove_files) COMPLETE
74782026-09-08T17:52:08.746Z[ recovery-image] Sep 08 17:52:08.176 INFO O| Sep 08 17:52:08.176 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-08T17:52:08.750Z[ recovery-image] Sep 08 17:52:08.187 INFO O| Sep 08 17:52:08.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
74802026-09-08T17:52:08.750Z[ recovery-image] Sep 08 17:52:08.188 INFO O| Sep 08 17:52:08.188 INFO STEP 605 (remove_files) COMPLETE
74812026-09-08T17:52:08.750Z[ recovery-image] Sep 08 17:52:08.188 INFO O| Sep 08 17:52:08.188 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-08T17:52:08.759Z[ recovery-image] Sep 08 17:52:08.199 INFO O| Sep 08 17:52:08.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
74832026-09-08T17:52:08.759Z[ recovery-image] Sep 08 17:52:08.199 INFO O| Sep 08 17:52:08.199 INFO STEP 606 (remove_files) COMPLETE
74842026-09-08T17:52:08.759Z[ recovery-image] Sep 08 17:52:08.199 INFO O| Sep 08 17:52:08.199 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-08T17:52:08.769Z[ recovery-image] Sep 08 17:52:08.209 INFO O| Sep 08 17:52:08.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
74862026-09-08T17:52:08.769Z[ recovery-image] Sep 08 17:52:08.209 INFO O| Sep 08 17:52:08.209 INFO STEP 607 (remove_files) COMPLETE
74872026-09-08T17:52:08.769Z[ recovery-image] Sep 08 17:52:08.209 INFO O| Sep 08 17:52:08.209 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-08T17:52:08.778Z[ recovery-image] Sep 08 17:52:08.219 INFO O| Sep 08 17:52:08.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
74892026-09-08T17:52:08.778Z[ recovery-image] Sep 08 17:52:08.219 INFO O| Sep 08 17:52:08.219 INFO STEP 608 (remove_files) COMPLETE
74902026-09-08T17:52:08.778Z[ recovery-image] Sep 08 17:52:08.219 INFO O| Sep 08 17:52:08.219 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-08T17:52:08.788Z[ recovery-image] Sep 08 17:52:08.228 INFO O| Sep 08 17:52:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
74922026-09-08T17:52:08.788Z[ recovery-image] Sep 08 17:52:08.228 INFO O| Sep 08 17:52:08.228 INFO STEP 609 (remove_files) COMPLETE
74932026-09-08T17:52:08.788Z[ recovery-image] Sep 08 17:52:08.228 INFO O| Sep 08 17:52:08.228 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-08T17:52:08.797Z[ recovery-image] Sep 08 17:52:08.238 INFO O| Sep 08 17:52:08.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
74952026-09-08T17:52:08.798Z[ recovery-image] Sep 08 17:52:08.238 INFO O| Sep 08 17:52:08.238 INFO STEP 610 (remove_files) COMPLETE
74962026-09-08T17:52:08.798Z[ recovery-image] Sep 08 17:52:08.238 INFO O| Sep 08 17:52:08.238 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-08T17:52:08.808Z[ recovery-image] Sep 08 17:52:08.248 INFO O| Sep 08 17:52:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
74982026-09-08T17:52:08.808Z[ recovery-image] Sep 08 17:52:08.248 INFO O| Sep 08 17:52:08.248 INFO STEP 611 (remove_files) COMPLETE
74992026-09-08T17:52:08.812Z[ recovery-image] Sep 08 17:52:08.248 INFO O| Sep 08 17:52:08.248 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-08T17:52:08.821Z[ recovery-image] Sep 08 17:52:08.259 INFO O| Sep 08 17:52:08.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75012026-09-08T17:52:08.821Z[ recovery-image] Sep 08 17:52:08.259 INFO O| Sep 08 17:52:08.259 INFO STEP 612 (remove_files) COMPLETE
75022026-09-08T17:52:08.821Z[ recovery-image] Sep 08 17:52:08.259 INFO O| Sep 08 17:52:08.259 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-08T17:52:08.838Z[ recovery-image] Sep 08 17:52:08.277 INFO O| Sep 08 17:52:08.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75042026-09-08T17:52:08.838Z[ recovery-image] Sep 08 17:52:08.277 INFO O| Sep 08 17:52:08.277 INFO STEP 613 (remove_files) COMPLETE
75052026-09-08T17:52:08.838Z[ recovery-image] Sep 08 17:52:08.277 INFO O| Sep 08 17:52:08.277 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-08T17:52:08.847Z[ recovery-image] Sep 08 17:52:08.287 INFO O| Sep 08 17:52:08.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75072026-09-08T17:52:08.847Z[ recovery-image] Sep 08 17:52:08.287 INFO O| Sep 08 17:52:08.287 INFO STEP 614 (remove_files) COMPLETE
75082026-09-08T17:52:08.847Z[ recovery-image] Sep 08 17:52:08.287 INFO O| Sep 08 17:52:08.287 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-08T17:52:08.859Z[ recovery-image] Sep 08 17:52:08.299 INFO O| Sep 08 17:52:08.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75102026-09-08T17:52:08.859Z[ recovery-image] Sep 08 17:52:08.299 INFO O| Sep 08 17:52:08.299 INFO STEP 615 (remove_files) COMPLETE
75112026-09-08T17:52:08.859Z[ recovery-image] Sep 08 17:52:08.299 INFO O| Sep 08 17:52:08.299 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-08T17:52:08.873Z[ recovery-image] Sep 08 17:52:08.310 INFO O| Sep 08 17:52:08.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75132026-09-08T17:52:08.873Z[ recovery-image] Sep 08 17:52:08.310 INFO O| Sep 08 17:52:08.310 INFO STEP 616 (remove_files) COMPLETE
75142026-09-08T17:52:08.873Z[ recovery-image] Sep 08 17:52:08.310 INFO O| Sep 08 17:52:08.310 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-08T17:52:08.880Z[ recovery-image] Sep 08 17:52:08.320 INFO O| Sep 08 17:52:08.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75162026-09-08T17:52:08.880Z[ recovery-image] Sep 08 17:52:08.320 INFO O| Sep 08 17:52:08.320 INFO STEP 617 (remove_files) COMPLETE
75172026-09-08T17:52:08.880Z[ recovery-image] Sep 08 17:52:08.320 INFO O| Sep 08 17:52:08.320 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-08T17:52:08.890Z[ recovery-image] Sep 08 17:52:08.330 INFO O| Sep 08 17:52:08.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75192026-09-08T17:52:08.890Z[ recovery-image] Sep 08 17:52:08.330 INFO O| Sep 08 17:52:08.330 INFO STEP 618 (remove_files) COMPLETE
75202026-09-08T17:52:08.890Z[ recovery-image] Sep 08 17:52:08.330 INFO O| Sep 08 17:52:08.330 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-08T17:52:08.900Z[ recovery-image] Sep 08 17:52:08.340 INFO O| Sep 08 17:52:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75222026-09-08T17:52:08.900Z[ recovery-image] Sep 08 17:52:08.340 INFO O| Sep 08 17:52:08.340 INFO STEP 619 (remove_files) COMPLETE
75232026-09-08T17:52:08.900Z[ recovery-image] Sep 08 17:52:08.340 INFO O| Sep 08 17:52:08.340 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-08T17:52:08.912Z[ recovery-image] Sep 08 17:52:08.351 INFO O| Sep 08 17:52:08.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75252026-09-08T17:52:08.912Z[ recovery-image] Sep 08 17:52:08.351 INFO O| Sep 08 17:52:08.351 INFO STEP 620 (remove_files) COMPLETE
75262026-09-08T17:52:08.912Z[ recovery-image] Sep 08 17:52:08.351 INFO O| Sep 08 17:52:08.351 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-08T17:52:08.922Z[ recovery-image] Sep 08 17:52:08.361 INFO O| Sep 08 17:52:08.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75282026-09-08T17:52:08.922Z[ recovery-image] Sep 08 17:52:08.361 INFO O| Sep 08 17:52:08.361 INFO STEP 621 (remove_files) COMPLETE
75292026-09-08T17:52:08.922Z[ recovery-image] Sep 08 17:52:08.361 INFO O| Sep 08 17:52:08.361 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-08T17:52:08.931Z[ recovery-image] Sep 08 17:52:08.372 INFO O| Sep 08 17:52:08.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75312026-09-08T17:52:08.932Z[ recovery-image] Sep 08 17:52:08.372 INFO O| Sep 08 17:52:08.372 INFO STEP 622 (remove_files) COMPLETE
75322026-09-08T17:52:08.935Z[ recovery-image] Sep 08 17:52:08.372 INFO O| Sep 08 17:52:08.372 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-08T17:52:08.942Z[ recovery-image] Sep 08 17:52:08.382 INFO O| Sep 08 17:52:08.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75342026-09-08T17:52:08.942Z[ recovery-image] Sep 08 17:52:08.382 INFO O| Sep 08 17:52:08.382 INFO STEP 623 (remove_files) COMPLETE
75352026-09-08T17:52:08.942Z[ recovery-image] Sep 08 17:52:08.382 INFO O| Sep 08 17:52:08.382 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-08T17:52:08.954Z[ recovery-image] Sep 08 17:52:08.394 INFO O| Sep 08 17:52:08.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75372026-09-08T17:52:08.954Z[ recovery-image] Sep 08 17:52:08.394 INFO O| Sep 08 17:52:08.394 INFO STEP 624 (remove_files) COMPLETE
75382026-09-08T17:52:08.954Z[ recovery-image] Sep 08 17:52:08.394 INFO O| Sep 08 17:52:08.394 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-08T17:52:08.964Z[ recovery-image] Sep 08 17:52:08.405 INFO O| Sep 08 17:52:08.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75402026-09-08T17:52:08.965Z[ recovery-image] Sep 08 17:52:08.405 INFO O| Sep 08 17:52:08.405 INFO STEP 625 (remove_files) COMPLETE
75412026-09-08T17:52:08.965Z[ recovery-image] Sep 08 17:52:08.405 INFO O| Sep 08 17:52:08.405 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-09-08T17:52:08.979Z[ recovery-image] Sep 08 17:52:08.419 INFO O| Sep 08 17:52:08.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75432026-09-08T17:52:08.979Z[ recovery-image] Sep 08 17:52:08.419 INFO O| Sep 08 17:52:08.419 INFO STEP 626 (remove_files) COMPLETE
75442026-09-08T17:52:08.979Z[ recovery-image] Sep 08 17:52:08.419 INFO O| Sep 08 17:52:08.419 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-09-08T17:52:08.988Z[ recovery-image] Sep 08 17:52:08.428 INFO O| Sep 08 17:52:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75462026-09-08T17:52:08.988Z[ recovery-image] Sep 08 17:52:08.429 INFO O| Sep 08 17:52:08.429 INFO STEP 627 (remove_files) COMPLETE
75472026-09-08T17:52:08.988Z[ recovery-image] Sep 08 17:52:08.429 INFO O| Sep 08 17:52:08.429 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-09-08T17:52:09.002Z[ recovery-image] Sep 08 17:52:08.439 INFO O| Sep 08 17:52:08.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75492026-09-08T17:52:09.002Z[ recovery-image] Sep 08 17:52:08.439 INFO O| Sep 08 17:52:08.439 INFO STEP 628 (remove_files) COMPLETE
75502026-09-08T17:52:09.003Z[ recovery-image] Sep 08 17:52:08.439 INFO O| Sep 08 17:52:08.439 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-08T17:52:09.012Z[ recovery-image] Sep 08 17:52:08.449 INFO O| Sep 08 17:52:08.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75522026-09-08T17:52:09.012Z[ recovery-image] Sep 08 17:52:08.449 INFO O| Sep 08 17:52:08.449 INFO STEP 629 (remove_files) COMPLETE
75532026-09-08T17:52:09.012Z[ recovery-image] Sep 08 17:52:08.450 INFO O| Sep 08 17:52:08.449 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-08T17:52:09.022Z[ recovery-image] Sep 08 17:52:08.460 INFO O| Sep 08 17:52:08.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75552026-09-08T17:52:09.022Z[ recovery-image] Sep 08 17:52:08.460 INFO O| Sep 08 17:52:08.460 INFO STEP 630 (remove_files) COMPLETE
75562026-09-08T17:52:09.022Z[ recovery-image] Sep 08 17:52:08.460 INFO O| Sep 08 17:52:08.460 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-08T17:52:09.063Z[ recovery-image] Sep 08 17:52:08.469 INFO O| Sep 08 17:52:08.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75582026-09-08T17:52:09.064Z[ recovery-image] Sep 08 17:52:08.469 INFO O| Sep 08 17:52:08.469 INFO STEP 631 (remove_files) COMPLETE
75592026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.469 INFO O| Sep 08 17:52:08.469 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.478 INFO O| Sep 08 17:52:08.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75612026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.478 INFO O| Sep 08 17:52:08.478 INFO STEP 632 (remove_files) COMPLETE
75622026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.478 INFO O| Sep 08 17:52:08.478 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.487 INFO O| Sep 08 17:52:08.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75642026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.487 INFO O| Sep 08 17:52:08.487 INFO STEP 633 (remove_files) COMPLETE
75652026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.487 INFO O| Sep 08 17:52:08.487 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.495 INFO O| Sep 08 17:52:08.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75672026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.495 INFO O| Sep 08 17:52:08.495 INFO STEP 634 (remove_files) COMPLETE
75682026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.495 INFO O| Sep 08 17:52:08.495 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.503 INFO O| Sep 08 17:52:08.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75702026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.503 INFO O| Sep 08 17:52:08.503 INFO STEP 635 (remove_files) COMPLETE
75712026-09-08T17:52:09.068Z[ recovery-image] Sep 08 17:52:08.503 INFO O| Sep 08 17:52:08.503 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-08T17:52:09.074Z[ recovery-image] Sep 08 17:52:08.513 INFO O| Sep 08 17:52:08.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75732026-09-08T17:52:09.074Z[ recovery-image] Sep 08 17:52:08.513 INFO O| Sep 08 17:52:08.513 INFO STEP 636 (remove_files) COMPLETE
75742026-09-08T17:52:09.075Z[ recovery-image] Sep 08 17:52:08.513 INFO O| Sep 08 17:52:08.513 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-08T17:52:09.082Z[ recovery-image] Sep 08 17:52:08.522 INFO O| Sep 08 17:52:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
75762026-09-08T17:52:09.082Z[ recovery-image] Sep 08 17:52:08.523 INFO O| Sep 08 17:52:08.522 INFO STEP 637 (remove_files) COMPLETE
75772026-09-08T17:52:09.086Z[ recovery-image] Sep 08 17:52:08.523 INFO O| Sep 08 17:52:08.523 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-08T17:52:09.093Z[ recovery-image] Sep 08 17:52:08.533 INFO O| Sep 08 17:52:08.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
75792026-09-08T17:52:09.093Z[ recovery-image] Sep 08 17:52:08.533 INFO O| Sep 08 17:52:08.533 INFO STEP 638 (remove_files) COMPLETE
75802026-09-08T17:52:09.096Z[ recovery-image] Sep 08 17:52:08.533 INFO O| Sep 08 17:52:08.533 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-08T17:52:09.104Z[ recovery-image] Sep 08 17:52:08.543 INFO O| Sep 08 17:52:08.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
75822026-09-08T17:52:09.104Z[ recovery-image] Sep 08 17:52:08.543 INFO O| Sep 08 17:52:08.543 INFO STEP 639 (remove_files) COMPLETE
75832026-09-08T17:52:09.104Z[ recovery-image] Sep 08 17:52:08.543 INFO O| Sep 08 17:52:08.543 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-08T17:52:09.112Z[ recovery-image] Sep 08 17:52:08.553 INFO O| Sep 08 17:52:08.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
75852026-09-08T17:52:09.112Z[ recovery-image] Sep 08 17:52:08.553 INFO O| Sep 08 17:52:08.553 INFO STEP 640 (remove_files) COMPLETE
75862026-09-08T17:52:09.112Z[ recovery-image] Sep 08 17:52:08.553 INFO O| Sep 08 17:52:08.553 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-08T17:52:09.122Z[ recovery-image] Sep 08 17:52:08.561 INFO O| Sep 08 17:52:08.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
75882026-09-08T17:52:09.122Z[ recovery-image] Sep 08 17:52:08.561 INFO O| Sep 08 17:52:08.561 INFO STEP 641 (remove_files) COMPLETE
75892026-09-08T17:52:09.122Z[ recovery-image] Sep 08 17:52:08.561 INFO O| Sep 08 17:52:08.561 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-08T17:52:09.133Z[ recovery-image] Sep 08 17:52:08.570 INFO O| Sep 08 17:52:08.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
75912026-09-08T17:52:09.133Z[ recovery-image] Sep 08 17:52:08.570 INFO O| Sep 08 17:52:08.570 INFO STEP 642 (remove_files) COMPLETE
75922026-09-08T17:52:09.133Z[ recovery-image] Sep 08 17:52:08.570 INFO O| Sep 08 17:52:08.570 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-08T17:52:09.139Z[ recovery-image] Sep 08 17:52:08.579 INFO O| Sep 08 17:52:08.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
75942026-09-08T17:52:09.139Z[ recovery-image] Sep 08 17:52:08.579 INFO O| Sep 08 17:52:08.579 INFO STEP 643 (remove_files) COMPLETE
75952026-09-08T17:52:09.139Z[ recovery-image] Sep 08 17:52:08.579 INFO O| Sep 08 17:52:08.579 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-08T17:52:09.147Z[ recovery-image] Sep 08 17:52:08.587 INFO O| Sep 08 17:52:08.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
75972026-09-08T17:52:09.147Z[ recovery-image] Sep 08 17:52:08.587 INFO O| Sep 08 17:52:08.587 INFO STEP 644 (remove_files) COMPLETE
75982026-09-08T17:52:09.150Z[ recovery-image] Sep 08 17:52:08.587 INFO O| Sep 08 17:52:08.587 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-08T17:52:09.155Z[ recovery-image] Sep 08 17:52:08.596 INFO O| Sep 08 17:52:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76002026-09-08T17:52:09.155Z[ recovery-image] Sep 08 17:52:08.596 INFO O| Sep 08 17:52:08.596 INFO STEP 645 (remove_files) COMPLETE
76012026-09-08T17:52:09.156Z[ recovery-image] Sep 08 17:52:08.596 INFO O| Sep 08 17:52:08.596 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-08T17:52:09.207Z[ recovery-image] Sep 08 17:52:08.647 INFO O| Sep 08 17:52:08.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76032026-09-08T17:52:09.207Z[ recovery-image] Sep 08 17:52:08.647 INFO O| Sep 08 17:52:08.647 INFO STEP 646 (remove_files) COMPLETE
76042026-09-08T17:52:09.207Z[ recovery-image] Sep 08 17:52:08.647 INFO O| Sep 08 17:52:08.647 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-08T17:52:09.217Z[ recovery-image] Sep 08 17:52:08.657 INFO O| Sep 08 17:52:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76062026-09-08T17:52:09.217Z[ recovery-image] Sep 08 17:52:08.657 INFO O| Sep 08 17:52:08.657 INFO STEP 647 (remove_files) COMPLETE
76072026-09-08T17:52:09.221Z[ recovery-image] Sep 08 17:52:08.657 INFO O| Sep 08 17:52:08.657 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-08T17:52:09.227Z[ recovery-image] Sep 08 17:52:08.667 INFO O| Sep 08 17:52:08.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76092026-09-08T17:52:09.227Z[ recovery-image] Sep 08 17:52:08.667 INFO O| Sep 08 17:52:08.667 INFO STEP 648 (remove_files) COMPLETE
76102026-09-08T17:52:09.227Z[ recovery-image] Sep 08 17:52:08.667 INFO O| Sep 08 17:52:08.667 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-08T17:52:09.236Z[ recovery-image] Sep 08 17:52:08.676 INFO O| Sep 08 17:52:08.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76122026-09-08T17:52:09.236Z[ recovery-image] Sep 08 17:52:08.677 INFO O| Sep 08 17:52:08.677 INFO STEP 649 (remove_files) COMPLETE
76132026-09-08T17:52:09.240Z[ recovery-image] Sep 08 17:52:08.677 INFO O| Sep 08 17:52:08.677 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-08T17:52:09.246Z[ recovery-image] Sep 08 17:52:08.686 INFO O| Sep 08 17:52:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76152026-09-08T17:52:09.246Z[ recovery-image] Sep 08 17:52:08.686 INFO O| Sep 08 17:52:08.686 INFO STEP 650 (remove_files) COMPLETE
76162026-09-08T17:52:09.246Z[ recovery-image] Sep 08 17:52:08.686 INFO O| Sep 08 17:52:08.686 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-08T17:52:09.256Z[ recovery-image] Sep 08 17:52:08.696 INFO O| Sep 08 17:52:08.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76182026-09-08T17:52:09.256Z[ recovery-image] Sep 08 17:52:08.696 INFO O| Sep 08 17:52:08.696 INFO STEP 651 (remove_files) COMPLETE
76192026-09-08T17:52:09.260Z[ recovery-image] Sep 08 17:52:08.696 INFO O| Sep 08 17:52:08.696 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-08T17:52:09.267Z[ recovery-image] Sep 08 17:52:08.705 INFO O| Sep 08 17:52:08.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76212026-09-08T17:52:09.267Z[ recovery-image] Sep 08 17:52:08.705 INFO O| Sep 08 17:52:08.705 INFO STEP 652 (remove_files) COMPLETE
76222026-09-08T17:52:09.267Z[ recovery-image] Sep 08 17:52:08.705 INFO O| Sep 08 17:52:08.705 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-08T17:52:09.276Z[ recovery-image] Sep 08 17:52:08.715 INFO O| Sep 08 17:52:08.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76242026-09-08T17:52:09.276Z[ recovery-image] Sep 08 17:52:08.715 INFO O| Sep 08 17:52:08.715 INFO STEP 653 (remove_files) COMPLETE
76252026-09-08T17:52:09.276Z[ recovery-image] Sep 08 17:52:08.715 INFO O| Sep 08 17:52:08.715 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-08T17:52:09.284Z[ recovery-image] Sep 08 17:52:08.724 INFO O| Sep 08 17:52:08.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76272026-09-08T17:52:09.284Z[ recovery-image] Sep 08 17:52:08.724 INFO O| Sep 08 17:52:08.724 INFO STEP 654 (remove_files) COMPLETE
76282026-09-08T17:52:09.284Z[ recovery-image] Sep 08 17:52:08.724 INFO O| Sep 08 17:52:08.724 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-08T17:52:09.294Z[ recovery-image] Sep 08 17:52:08.734 INFO O| Sep 08 17:52:08.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76302026-09-08T17:52:09.297Z[ recovery-image] Sep 08 17:52:08.735 INFO O| Sep 08 17:52:08.735 INFO STEP 655 (remove_files) COMPLETE
76312026-09-08T17:52:09.297Z[ recovery-image] Sep 08 17:52:08.735 INFO O| Sep 08 17:52:08.735 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-08T17:52:09.305Z[ recovery-image] Sep 08 17:52:08.745 INFO O| Sep 08 17:52:08.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76332026-09-08T17:52:09.305Z[ recovery-image] Sep 08 17:52:08.745 INFO O| Sep 08 17:52:08.745 INFO STEP 656 (remove_files) COMPLETE
76342026-09-08T17:52:09.305Z[ recovery-image] Sep 08 17:52:08.745 INFO O| Sep 08 17:52:08.745 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-08T17:52:09.315Z[ recovery-image] Sep 08 17:52:08.755 INFO O| Sep 08 17:52:08.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76362026-09-08T17:52:09.315Z[ recovery-image] Sep 08 17:52:08.755 INFO O| Sep 08 17:52:08.755 INFO STEP 657 (remove_files) COMPLETE
76372026-09-08T17:52:09.315Z[ recovery-image] Sep 08 17:52:08.755 INFO O| Sep 08 17:52:08.755 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-09-08T17:52:09.325Z[ recovery-image] Sep 08 17:52:08.765 INFO O| Sep 08 17:52:08.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76392026-09-08T17:52:09.325Z[ recovery-image] Sep 08 17:52:08.765 INFO O| Sep 08 17:52:08.765 INFO STEP 658 (remove_files) COMPLETE
76402026-09-08T17:52:09.325Z[ recovery-image] Sep 08 17:52:08.765 INFO O| Sep 08 17:52:08.765 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-09-08T17:52:09.335Z[ recovery-image] Sep 08 17:52:08.775 INFO O| Sep 08 17:52:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76422026-09-08T17:52:09.335Z[ recovery-image] Sep 08 17:52:08.775 INFO O| Sep 08 17:52:08.775 INFO STEP 659 (remove_files) COMPLETE
76432026-09-08T17:52:09.335Z[ recovery-image] Sep 08 17:52:08.775 INFO O| Sep 08 17:52:08.775 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-09-08T17:52:09.347Z[ recovery-image] Sep 08 17:52:08.785 INFO O| Sep 08 17:52:08.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76452026-09-08T17:52:09.347Z[ recovery-image] Sep 08 17:52:08.785 INFO O| Sep 08 17:52:08.785 INFO STEP 660 (remove_files) COMPLETE
76462026-09-08T17:52:09.347Z[ recovery-image] Sep 08 17:52:08.785 INFO O| Sep 08 17:52:08.785 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-09-08T17:52:09.355Z[ recovery-image] Sep 08 17:52:08.795 INFO O| Sep 08 17:52:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76482026-09-08T17:52:09.355Z[ recovery-image] Sep 08 17:52:08.795 INFO O| Sep 08 17:52:08.795 INFO STEP 661 (remove_files) COMPLETE
76492026-09-08T17:52:09.355Z[ recovery-image] Sep 08 17:52:08.795 INFO O| Sep 08 17:52:08.795 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-09-08T17:52:09.370Z[ recovery-image] Sep 08 17:52:08.806 INFO O| Sep 08 17:52:08.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76512026-09-08T17:52:09.370Z[ recovery-image] Sep 08 17:52:08.807 INFO O| Sep 08 17:52:08.806 INFO STEP 662 (remove_files) COMPLETE
76522026-09-08T17:52:09.370Z[ recovery-image] Sep 08 17:52:08.807 INFO O| Sep 08 17:52:08.806 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-09-08T17:52:09.377Z[ recovery-image] Sep 08 17:52:08.817 INFO O| Sep 08 17:52:08.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76542026-09-08T17:52:09.378Z[ recovery-image] Sep 08 17:52:08.817 INFO O| Sep 08 17:52:08.817 INFO STEP 663 (remove_files) COMPLETE
76552026-09-08T17:52:09.382Z[ recovery-image] Sep 08 17:52:08.817 INFO O| Sep 08 17:52:08.817 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-09-08T17:52:09.387Z[ recovery-image] Sep 08 17:52:08.825 INFO O| Sep 08 17:52:08.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76572026-09-08T17:52:09.387Z[ recovery-image] Sep 08 17:52:08.825 INFO O| Sep 08 17:52:08.825 INFO STEP 664 (remove_files) COMPLETE
76582026-09-08T17:52:09.387Z[ recovery-image] Sep 08 17:52:08.825 INFO O| Sep 08 17:52:08.825 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-09-08T17:52:09.394Z[ recovery-image] Sep 08 17:52:08.834 INFO O| Sep 08 17:52:08.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76602026-09-08T17:52:09.394Z[ recovery-image] Sep 08 17:52:08.834 INFO O| Sep 08 17:52:08.834 INFO STEP 665 (remove_files) COMPLETE
76612026-09-08T17:52:09.394Z[ recovery-image] Sep 08 17:52:08.834 INFO O| Sep 08 17:52:08.834 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-09-08T17:52:09.402Z[ recovery-image] Sep 08 17:52:08.842 INFO O| Sep 08 17:52:08.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76632026-09-08T17:52:09.402Z[ recovery-image] Sep 08 17:52:08.842 INFO O| Sep 08 17:52:08.842 INFO STEP 666 (remove_files) COMPLETE
76642026-09-08T17:52:09.402Z[ recovery-image] Sep 08 17:52:08.842 INFO O| Sep 08 17:52:08.842 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-09-08T17:52:09.413Z[ recovery-image] Sep 08 17:52:08.853 INFO O| Sep 08 17:52:08.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76662026-09-08T17:52:09.413Z[ recovery-image] Sep 08 17:52:08.853 INFO O| Sep 08 17:52:08.853 INFO STEP 667 (remove_files) COMPLETE
76672026-09-08T17:52:09.417Z[ recovery-image] Sep 08 17:52:08.853 INFO O| Sep 08 17:52:08.853 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-09-08T17:52:09.422Z[ recovery-image] Sep 08 17:52:08.862 INFO O| Sep 08 17:52:08.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76692026-09-08T17:52:09.422Z[ recovery-image] Sep 08 17:52:08.862 INFO O| Sep 08 17:52:08.862 INFO STEP 668 (remove_files) COMPLETE
76702026-09-08T17:52:09.430Z[ recovery-image] Sep 08 17:52:08.862 INFO O| Sep 08 17:52:08.862 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-09-08T17:52:09.433Z[ recovery-image] Sep 08 17:52:08.871 INFO O| Sep 08 17:52:08.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76722026-09-08T17:52:09.433Z[ recovery-image] Sep 08 17:52:08.871 INFO O| Sep 08 17:52:08.871 INFO STEP 669 (remove_files) COMPLETE
76732026-09-08T17:52:09.433Z[ recovery-image] Sep 08 17:52:08.871 INFO O| Sep 08 17:52:08.871 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-09-08T17:52:09.439Z[ recovery-image] Sep 08 17:52:08.879 INFO O| Sep 08 17:52:08.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
76752026-09-08T17:52:09.439Z[ recovery-image] Sep 08 17:52:08.879 INFO O| Sep 08 17:52:08.879 INFO STEP 670 (remove_files) COMPLETE
76762026-09-08T17:52:09.439Z[ recovery-image] Sep 08 17:52:08.879 INFO O| Sep 08 17:52:08.879 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-09-08T17:52:09.449Z[ recovery-image] Sep 08 17:52:08.889 INFO O| Sep 08 17:52:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
76782026-09-08T17:52:09.449Z[ recovery-image] Sep 08 17:52:08.889 INFO O| Sep 08 17:52:08.889 INFO STEP 671 (remove_files) COMPLETE
76792026-09-08T17:52:09.449Z[ recovery-image] Sep 08 17:52:08.889 INFO O| Sep 08 17:52:08.889 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-08T17:52:09.458Z[ recovery-image] Sep 08 17:52:08.898 INFO O| Sep 08 17:52:08.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
76812026-09-08T17:52:09.458Z[ recovery-image] Sep 08 17:52:08.898 INFO O| Sep 08 17:52:08.898 INFO STEP 672 (remove_files) COMPLETE
76822026-09-08T17:52:09.458Z[ recovery-image] Sep 08 17:52:08.898 INFO O| Sep 08 17:52:08.898 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-08T17:52:09.469Z[ recovery-image] Sep 08 17:52:08.906 INFO O| Sep 08 17:52:08.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
76842026-09-08T17:52:09.469Z[ recovery-image] Sep 08 17:52:08.907 INFO O| Sep 08 17:52:08.907 INFO STEP 673 (remove_files) COMPLETE
76852026-09-08T17:52:09.469Z[ recovery-image] Sep 08 17:52:08.907 INFO O| Sep 08 17:52:08.907 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-08T17:52:09.475Z[ recovery-image] Sep 08 17:52:08.915 INFO O| Sep 08 17:52:08.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
76872026-09-08T17:52:09.475Z[ recovery-image] Sep 08 17:52:08.915 INFO O| Sep 08 17:52:08.915 INFO STEP 674 (remove_files) COMPLETE
76882026-09-08T17:52:09.475Z[ recovery-image] Sep 08 17:52:08.915 INFO O| Sep 08 17:52:08.915 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-08T17:52:09.484Z[ recovery-image] Sep 08 17:52:08.924 INFO O| Sep 08 17:52:08.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
76902026-09-08T17:52:09.485Z[ recovery-image] Sep 08 17:52:08.924 INFO O| Sep 08 17:52:08.924 INFO STEP 675 (remove_files) COMPLETE
76912026-09-08T17:52:09.485Z[ recovery-image] Sep 08 17:52:08.924 INFO O| Sep 08 17:52:08.924 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-09-08T17:52:09.494Z[ recovery-image] Sep 08 17:52:08.934 INFO O| Sep 08 17:52:08.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
76932026-09-08T17:52:09.494Z[ recovery-image] Sep 08 17:52:08.934 INFO O| Sep 08 17:52:08.934 INFO STEP 676 (remove_files) COMPLETE
76942026-09-08T17:52:09.494Z[ recovery-image] Sep 08 17:52:08.934 INFO O| Sep 08 17:52:08.934 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-08T17:52:09.502Z[ recovery-image] Sep 08 17:52:08.942 INFO O| Sep 08 17:52:08.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
76962026-09-08T17:52:09.502Z[ recovery-image] Sep 08 17:52:08.942 INFO O| Sep 08 17:52:08.942 INFO STEP 677 (remove_files) COMPLETE
76972026-09-08T17:52:09.506Z[ recovery-image] Sep 08 17:52:08.942 INFO O| Sep 08 17:52:08.942 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-08T17:52:09.514Z[ recovery-image] Sep 08 17:52:08.951 INFO O| Sep 08 17:52:08.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
76992026-09-08T17:52:09.514Z[ recovery-image] Sep 08 17:52:08.951 INFO O| Sep 08 17:52:08.951 INFO STEP 678 (remove_files) COMPLETE
77002026-09-08T17:52:09.514Z[ recovery-image] Sep 08 17:52:08.951 INFO O| Sep 08 17:52:08.951 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-08T17:52:09.521Z[ recovery-image] Sep 08 17:52:08.961 INFO O| Sep 08 17:52:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77022026-09-08T17:52:09.522Z[ recovery-image] Sep 08 17:52:08.961 INFO O| Sep 08 17:52:08.961 INFO STEP 679 (remove_files) COMPLETE
77032026-09-08T17:52:09.525Z[ recovery-image] Sep 08 17:52:08.961 INFO O| Sep 08 17:52:08.961 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-08T17:52:09.531Z[ recovery-image] Sep 08 17:52:08.970 INFO O| Sep 08 17:52:08.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77052026-09-08T17:52:09.531Z[ recovery-image] Sep 08 17:52:08.970 INFO O| Sep 08 17:52:08.970 INFO STEP 680 (remove_files) COMPLETE
77062026-09-08T17:52:09.534Z[ recovery-image] Sep 08 17:52:08.970 INFO O| Sep 08 17:52:08.970 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-08T17:52:09.540Z[ recovery-image] Sep 08 17:52:08.979 INFO O| Sep 08 17:52:08.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77082026-09-08T17:52:09.540Z[ recovery-image] Sep 08 17:52:08.979 INFO O| Sep 08 17:52:08.979 INFO STEP 681 (remove_files) COMPLETE
77092026-09-08T17:52:09.540Z[ recovery-image] Sep 08 17:52:08.979 INFO O| Sep 08 17:52:08.979 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-08T17:52:09.548Z[ recovery-image] Sep 08 17:52:08.988 INFO O| Sep 08 17:52:08.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77112026-09-08T17:52:09.548Z[ recovery-image] Sep 08 17:52:08.988 INFO O| Sep 08 17:52:08.988 INFO STEP 682 (remove_files) COMPLETE
77122026-09-08T17:52:09.550Z[ recovery-image] Sep 08 17:52:08.988 INFO O| Sep 08 17:52:08.988 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-08T17:52:09.558Z[ recovery-image] Sep 08 17:52:08.998 INFO O| Sep 08 17:52:08.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77142026-09-08T17:52:09.558Z[ recovery-image] Sep 08 17:52:08.998 INFO O| Sep 08 17:52:08.998 INFO STEP 683 (remove_files) COMPLETE
77152026-09-08T17:52:09.563Z[ recovery-image] Sep 08 17:52:08.998 INFO O| Sep 08 17:52:08.998 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-08T17:52:09.567Z[ recovery-image] Sep 08 17:52:09.007 INFO O| Sep 08 17:52:09.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77172026-09-08T17:52:09.567Z[ recovery-image] Sep 08 17:52:09.007 INFO O| Sep 08 17:52:09.007 INFO STEP 684 (remove_files) COMPLETE
77182026-09-08T17:52:09.567Z[ recovery-image] Sep 08 17:52:09.007 INFO O| Sep 08 17:52:09.007 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-08T17:52:09.576Z[ recovery-image] Sep 08 17:52:09.016 INFO O| Sep 08 17:52:09.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77202026-09-08T17:52:09.576Z[ recovery-image] Sep 08 17:52:09.016 INFO O| Sep 08 17:52:09.016 INFO STEP 685 (remove_files) COMPLETE
77212026-09-08T17:52:09.580Z[ recovery-image] Sep 08 17:52:09.016 INFO O| Sep 08 17:52:09.016 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-08T17:52:09.586Z[ recovery-image] Sep 08 17:52:09.025 INFO O| Sep 08 17:52:09.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77232026-09-08T17:52:09.586Z[ recovery-image] Sep 08 17:52:09.025 INFO O| Sep 08 17:52:09.025 INFO STEP 686 (remove_files) COMPLETE
77242026-09-08T17:52:09.586Z[ recovery-image] Sep 08 17:52:09.025 INFO O| Sep 08 17:52:09.025 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-08T17:52:09.596Z[ recovery-image] Sep 08 17:52:09.035 INFO O| Sep 08 17:52:09.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77262026-09-08T17:52:09.596Z[ recovery-image] Sep 08 17:52:09.035 INFO O| Sep 08 17:52:09.035 INFO STEP 687 (remove_files) COMPLETE
77272026-09-08T17:52:09.596Z[ recovery-image] Sep 08 17:52:09.035 INFO O| Sep 08 17:52:09.035 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-08T17:52:09.604Z[ recovery-image] Sep 08 17:52:09.044 INFO O| Sep 08 17:52:09.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77292026-09-08T17:52:09.605Z[ recovery-image] Sep 08 17:52:09.044 INFO O| Sep 08 17:52:09.044 INFO STEP 688 (remove_files) COMPLETE
77302026-09-08T17:52:09.605Z[ recovery-image] Sep 08 17:52:09.044 INFO O| Sep 08 17:52:09.044 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-08T17:52:09.613Z[ recovery-image] Sep 08 17:52:09.053 INFO O| Sep 08 17:52:09.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77322026-09-08T17:52:09.613Z[ recovery-image] Sep 08 17:52:09.053 INFO O| Sep 08 17:52:09.053 INFO STEP 689 (remove_files) COMPLETE
77332026-09-08T17:52:09.613Z[ recovery-image] Sep 08 17:52:09.053 INFO O| Sep 08 17:52:09.053 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-08T17:52:09.622Z[ recovery-image] Sep 08 17:52:09.062 INFO O| Sep 08 17:52:09.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77352026-09-08T17:52:09.622Z[ recovery-image] Sep 08 17:52:09.062 INFO O| Sep 08 17:52:09.062 INFO STEP 690 (remove_files) COMPLETE
77362026-09-08T17:52:09.622Z[ recovery-image] Sep 08 17:52:09.062 INFO O| Sep 08 17:52:09.062 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-08T17:52:09.633Z[ recovery-image] Sep 08 17:52:09.073 INFO O| Sep 08 17:52:09.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77382026-09-08T17:52:09.634Z[ recovery-image] Sep 08 17:52:09.073 INFO O| Sep 08 17:52:09.073 INFO STEP 691 (remove_files) COMPLETE
77392026-09-08T17:52:09.634Z[ recovery-image] Sep 08 17:52:09.073 INFO O| Sep 08 17:52:09.073 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-08T17:52:09.644Z[ recovery-image] Sep 08 17:52:09.084 INFO O| Sep 08 17:52:09.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77412026-09-08T17:52:09.644Z[ recovery-image] Sep 08 17:52:09.084 INFO O| Sep 08 17:52:09.084 INFO STEP 692 (remove_files) COMPLETE
77422026-09-08T17:52:09.644Z[ recovery-image] Sep 08 17:52:09.084 INFO O| Sep 08 17:52:09.084 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-08T17:52:09.654Z[ recovery-image] Sep 08 17:52:09.094 INFO O| Sep 08 17:52:09.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77442026-09-08T17:52:09.654Z[ recovery-image] Sep 08 17:52:09.094 INFO O| Sep 08 17:52:09.094 INFO STEP 693 (remove_files) COMPLETE
77452026-09-08T17:52:09.655Z[ recovery-image] Sep 08 17:52:09.094 INFO O| Sep 08 17:52:09.094 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-09-08T17:52:09.664Z[ recovery-image] Sep 08 17:52:09.104 INFO O| Sep 08 17:52:09.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77472026-09-08T17:52:09.664Z[ recovery-image] Sep 08 17:52:09.104 INFO O| Sep 08 17:52:09.104 INFO STEP 694 (remove_files) COMPLETE
77482026-09-08T17:52:09.664Z[ recovery-image] Sep 08 17:52:09.104 INFO O| Sep 08 17:52:09.104 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-09-08T17:52:09.676Z[ recovery-image] Sep 08 17:52:09.116 INFO O| Sep 08 17:52:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77502026-09-08T17:52:09.676Z[ recovery-image] Sep 08 17:52:09.116 INFO O| Sep 08 17:52:09.116 INFO STEP 695 (remove_files) COMPLETE
77512026-09-08T17:52:09.676Z[ recovery-image] Sep 08 17:52:09.116 INFO O| Sep 08 17:52:09.116 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-09-08T17:52:09.686Z[ recovery-image] Sep 08 17:52:09.127 INFO O| Sep 08 17:52:09.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77532026-09-08T17:52:09.687Z[ recovery-image] Sep 08 17:52:09.127 INFO O| Sep 08 17:52:09.127 INFO STEP 696 (remove_files) COMPLETE
77542026-09-08T17:52:09.690Z[ recovery-image] Sep 08 17:52:09.127 INFO O| Sep 08 17:52:09.127 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-09-08T17:52:09.700Z[ recovery-image] Sep 08 17:52:09.138 INFO O| Sep 08 17:52:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77562026-09-08T17:52:09.700Z[ recovery-image] Sep 08 17:52:09.138 INFO O| Sep 08 17:52:09.138 INFO STEP 697 (remove_files) COMPLETE
77572026-09-08T17:52:09.700Z[ recovery-image] Sep 08 17:52:09.138 INFO O| Sep 08 17:52:09.138 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-09-08T17:52:09.710Z[ recovery-image] Sep 08 17:52:09.150 INFO O| Sep 08 17:52:09.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77592026-09-08T17:52:09.710Z[ recovery-image] Sep 08 17:52:09.150 INFO O| Sep 08 17:52:09.150 INFO STEP 698 (remove_files) COMPLETE
77602026-09-08T17:52:09.715Z[ recovery-image] Sep 08 17:52:09.150 INFO O| Sep 08 17:52:09.150 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-09-08T17:52:09.721Z[ recovery-image] Sep 08 17:52:09.161 INFO O| Sep 08 17:52:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77622026-09-08T17:52:09.721Z[ recovery-image] Sep 08 17:52:09.161 INFO O| Sep 08 17:52:09.161 INFO STEP 699 (remove_files) COMPLETE
77632026-09-08T17:52:09.721Z[ recovery-image] Sep 08 17:52:09.161 INFO O| Sep 08 17:52:09.161 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-09-08T17:52:09.733Z[ recovery-image] Sep 08 17:52:09.172 INFO O| Sep 08 17:52:09.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77652026-09-08T17:52:09.734Z[ recovery-image] Sep 08 17:52:09.172 INFO O| Sep 08 17:52:09.172 INFO STEP 700 (remove_files) COMPLETE
77662026-09-08T17:52:09.734Z[ recovery-image] Sep 08 17:52:09.172 INFO O| Sep 08 17:52:09.172 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-09-08T17:52:09.742Z[ recovery-image] Sep 08 17:52:09.182 INFO O| Sep 08 17:52:09.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77682026-09-08T17:52:09.742Z[ recovery-image] Sep 08 17:52:09.182 INFO O| Sep 08 17:52:09.182 INFO STEP 701 (remove_files) COMPLETE
77692026-09-08T17:52:09.742Z[ recovery-image] Sep 08 17:52:09.182 INFO O| Sep 08 17:52:09.182 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-09-08T17:52:09.753Z[ recovery-image] Sep 08 17:52:09.193 INFO O| Sep 08 17:52:09.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77712026-09-08T17:52:09.753Z[ recovery-image] Sep 08 17:52:09.193 INFO O| Sep 08 17:52:09.193 INFO STEP 702 (remove_files) COMPLETE
77722026-09-08T17:52:09.758Z[ recovery-image] Sep 08 17:52:09.193 INFO O| Sep 08 17:52:09.193 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-09-08T17:52:09.762Z[ recovery-image] Sep 08 17:52:09.201 INFO O| Sep 08 17:52:09.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
77742026-09-08T17:52:09.762Z[ recovery-image] Sep 08 17:52:09.201 INFO O| Sep 08 17:52:09.201 INFO STEP 703 (remove_files) COMPLETE
77752026-09-08T17:52:09.762Z[ recovery-image] Sep 08 17:52:09.201 INFO O| Sep 08 17:52:09.201 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-09-08T17:52:09.775Z[ recovery-image] Sep 08 17:52:09.212 INFO O| Sep 08 17:52:09.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
77772026-09-08T17:52:09.778Z[ recovery-image] Sep 08 17:52:09.212 INFO O| Sep 08 17:52:09.212 INFO STEP 704 (remove_files) COMPLETE
77782026-09-08T17:52:09.778Z[ recovery-image] Sep 08 17:52:09.212 INFO O| Sep 08 17:52:09.212 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-09-08T17:52:09.784Z[ recovery-image] Sep 08 17:52:09.222 INFO O| Sep 08 17:52:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
77802026-09-08T17:52:09.784Z[ recovery-image] Sep 08 17:52:09.223 INFO O| Sep 08 17:52:09.223 INFO STEP 705 (remove_files) COMPLETE
77812026-09-08T17:52:09.784Z[ recovery-image] Sep 08 17:52:09.223 INFO O| Sep 08 17:52:09.223 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-09-08T17:52:09.792Z[ recovery-image] Sep 08 17:52:09.232 INFO O| Sep 08 17:52:09.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
77832026-09-08T17:52:09.792Z[ recovery-image] Sep 08 17:52:09.232 INFO O| Sep 08 17:52:09.232 INFO STEP 706 (remove_files) COMPLETE
77842026-09-08T17:52:09.795Z[ recovery-image] Sep 08 17:52:09.232 INFO O| Sep 08 17:52:09.232 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-09-08T17:52:09.805Z[ recovery-image] Sep 08 17:52:09.241 INFO O| Sep 08 17:52:09.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
77862026-09-08T17:52:09.805Z[ recovery-image] Sep 08 17:52:09.241 INFO O| Sep 08 17:52:09.241 INFO STEP 707 (remove_files) COMPLETE
77872026-09-08T17:52:09.805Z[ recovery-image] Sep 08 17:52:09.241 INFO O| Sep 08 17:52:09.241 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-09-08T17:52:09.815Z[ recovery-image] Sep 08 17:52:09.251 INFO O| Sep 08 17:52:09.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
77892026-09-08T17:52:09.816Z[ recovery-image] Sep 08 17:52:09.251 INFO O| Sep 08 17:52:09.251 INFO STEP 708 (remove_files) COMPLETE
77902026-09-08T17:52:09.826Z[ recovery-image] Sep 08 17:52:09.251 INFO O| Sep 08 17:52:09.251 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-09-08T17:52:09.829Z[ recovery-image] Sep 08 17:52:09.261 INFO O| Sep 08 17:52:09.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
77922026-09-08T17:52:09.829Z[ recovery-image] Sep 08 17:52:09.261 INFO O| Sep 08 17:52:09.261 INFO STEP 709 (remove_files) COMPLETE
77932026-09-08T17:52:09.829Z[ recovery-image] Sep 08 17:52:09.261 INFO O| Sep 08 17:52:09.261 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-09-08T17:52:09.851Z[ recovery-image] Sep 08 17:52:09.272 INFO O| Sep 08 17:52:09.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
77952026-09-08T17:52:09.851Z[ recovery-image] Sep 08 17:52:09.272 INFO O| Sep 08 17:52:09.272 INFO STEP 710 (remove_files) COMPLETE
77962026-09-08T17:52:09.862Z[ recovery-image] Sep 08 17:52:09.272 INFO O| Sep 08 17:52:09.272 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.282 INFO O| Sep 08 17:52:09.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
77982026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.282 INFO O| Sep 08 17:52:09.282 INFO STEP 711 (remove_files) COMPLETE
77992026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.282 INFO O| Sep 08 17:52:09.282 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.293 INFO O| Sep 08 17:52:09.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78012026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.293 INFO O| Sep 08 17:52:09.293 INFO STEP 712 (remove_files) COMPLETE
78022026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.293 INFO O| Sep 08 17:52:09.293 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.303 INFO O| Sep 08 17:52:09.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78042026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.303 INFO O| Sep 08 17:52:09.303 INFO STEP 713 (remove_files) COMPLETE
78052026-09-08T17:52:09.883Z[ recovery-image] Sep 08 17:52:09.304 INFO O| Sep 08 17:52:09.303 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-09-08T17:52:09.952Z[ recovery-image] Sep 08 17:52:09.314 INFO O| Sep 08 17:52:09.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78072026-09-08T17:52:09.952Z[ recovery-image] Sep 08 17:52:09.314 INFO O| Sep 08 17:52:09.314 INFO STEP 714 (remove_files) COMPLETE
78082026-09-08T17:52:09.952Z[ recovery-image] Sep 08 17:52:09.314 INFO O| Sep 08 17:52:09.314 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-09-08T17:52:09.952Z[ recovery-image] Sep 08 17:52:09.324 INFO O| Sep 08 17:52:09.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78102026-09-08T17:52:09.952Z[ recovery-image] Sep 08 17:52:09.324 INFO O| Sep 08 17:52:09.324 INFO STEP 715 (remove_files) COMPLETE
78112026-09-08T17:52:09.952Z[ recovery-image] Sep 08 17:52:09.324 INFO O| Sep 08 17:52:09.324 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.335 INFO O| Sep 08 17:52:09.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78132026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.335 INFO O| Sep 08 17:52:09.335 INFO STEP 716 (remove_files) COMPLETE
78142026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.335 INFO O| Sep 08 17:52:09.335 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.344 INFO O| Sep 08 17:52:09.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78162026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.344 INFO O| Sep 08 17:52:09.344 INFO STEP 717 (remove_files) COMPLETE
78172026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.344 INFO O| Sep 08 17:52:09.344 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.353 INFO O| Sep 08 17:52:09.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78192026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.353 INFO O| Sep 08 17:52:09.353 INFO STEP 718 (remove_files) COMPLETE
78202026-09-08T17:52:09.953Z[ recovery-image] Sep 08 17:52:09.353 INFO O| Sep 08 17:52:09.353 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-09-08T17:52:09.967Z[ recovery-image] Sep 08 17:52:09.363 INFO O| Sep 08 17:52:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78222026-09-08T17:52:09.967Z[ recovery-image] Sep 08 17:52:09.363 INFO O| Sep 08 17:52:09.363 INFO STEP 719 (remove_files) COMPLETE
78232026-09-08T17:52:09.967Z[ recovery-image] Sep 08 17:52:09.363 INFO O| Sep 08 17:52:09.363 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-09-08T17:52:09.967Z[ recovery-image] Sep 08 17:52:09.371 INFO O| Sep 08 17:52:09.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78252026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.371 INFO O| Sep 08 17:52:09.371 INFO STEP 720 (remove_files) COMPLETE
78262026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.371 INFO O| Sep 08 17:52:09.371 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.380 INFO O| Sep 08 17:52:09.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78282026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.380 INFO O| Sep 08 17:52:09.380 INFO STEP 721 (remove_files) COMPLETE
78292026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.380 INFO O| Sep 08 17:52:09.380 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.389 INFO O| Sep 08 17:52:09.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78312026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.389 INFO O| Sep 08 17:52:09.389 INFO STEP 722 (remove_files) COMPLETE
78322026-09-08T17:52:09.968Z[ recovery-image] Sep 08 17:52:09.389 INFO O| Sep 08 17:52:09.389 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-09-08T17:52:09.971Z[ recovery-image] Sep 08 17:52:09.399 INFO O| Sep 08 17:52:09.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78342026-09-08T17:52:09.971Z[ recovery-image] Sep 08 17:52:09.399 INFO O| Sep 08 17:52:09.399 INFO STEP 723 (remove_files) COMPLETE
78352026-09-08T17:52:09.971Z[ recovery-image] Sep 08 17:52:09.399 INFO O| Sep 08 17:52:09.399 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-09-08T17:52:09.972Z[ recovery-image] Sep 08 17:52:09.409 INFO O| Sep 08 17:52:09.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78372026-09-08T17:52:09.972Z[ recovery-image] Sep 08 17:52:09.409 INFO O| Sep 08 17:52:09.409 INFO STEP 724 (remove_files) COMPLETE
78382026-09-08T17:52:09.972Z[ recovery-image] Sep 08 17:52:09.409 INFO O| Sep 08 17:52:09.409 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-09-08T17:52:09.979Z[ recovery-image] Sep 08 17:52:09.419 INFO O| Sep 08 17:52:09.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78402026-09-08T17:52:09.979Z[ recovery-image] Sep 08 17:52:09.419 INFO O| Sep 08 17:52:09.419 INFO STEP 725 (remove_files) COMPLETE
78412026-09-08T17:52:09.979Z[ recovery-image] Sep 08 17:52:09.419 INFO O| Sep 08 17:52:09.419 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-09-08T17:52:09.989Z[ recovery-image] Sep 08 17:52:09.429 INFO O| Sep 08 17:52:09.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78432026-09-08T17:52:09.989Z[ recovery-image] Sep 08 17:52:09.429 INFO O| Sep 08 17:52:09.429 INFO STEP 726 (remove_files) COMPLETE
78442026-09-08T17:52:09.993Z[ recovery-image] Sep 08 17:52:09.429 INFO O| Sep 08 17:52:09.429 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-09-08T17:52:09.999Z[ recovery-image] Sep 08 17:52:09.439 INFO O| Sep 08 17:52:09.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78462026-09-08T17:52:10.002Z[ recovery-image] Sep 08 17:52:09.440 INFO O| Sep 08 17:52:09.440 INFO STEP 727 (remove_files) COMPLETE
78472026-09-08T17:52:10.002Z[ recovery-image] Sep 08 17:52:09.440 INFO O| Sep 08 17:52:09.440 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-09-08T17:52:10.011Z[ recovery-image] Sep 08 17:52:09.451 INFO O| Sep 08 17:52:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78492026-09-08T17:52:10.011Z[ recovery-image] Sep 08 17:52:09.451 INFO O| Sep 08 17:52:09.451 INFO STEP 728 (remove_files) COMPLETE
78502026-09-08T17:52:10.011Z[ recovery-image] Sep 08 17:52:09.451 INFO O| Sep 08 17:52:09.451 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-09-08T17:52:10.020Z[ recovery-image] Sep 08 17:52:09.460 INFO O| Sep 08 17:52:09.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78522026-09-08T17:52:10.020Z[ recovery-image] Sep 08 17:52:09.460 INFO O| Sep 08 17:52:09.460 INFO STEP 729 (remove_files) COMPLETE
78532026-09-08T17:52:10.020Z[ recovery-image] Sep 08 17:52:09.460 INFO O| Sep 08 17:52:09.460 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-09-08T17:52:10.031Z[ recovery-image] Sep 08 17:52:09.471 INFO O| Sep 08 17:52:09.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78552026-09-08T17:52:10.034Z[ recovery-image] Sep 08 17:52:09.472 INFO O| Sep 08 17:52:09.472 INFO STEP 730 (remove_files) COMPLETE
78562026-09-08T17:52:10.034Z[ recovery-image] Sep 08 17:52:09.472 INFO O| Sep 08 17:52:09.472 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-09-08T17:52:10.042Z[ recovery-image] Sep 08 17:52:09.482 INFO O| Sep 08 17:52:09.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78582026-09-08T17:52:10.042Z[ recovery-image] Sep 08 17:52:09.482 INFO O| Sep 08 17:52:09.482 INFO STEP 731 (remove_files) COMPLETE
78592026-09-08T17:52:10.046Z[ recovery-image] Sep 08 17:52:09.482 INFO O| Sep 08 17:52:09.482 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-09-08T17:52:10.052Z[ recovery-image] Sep 08 17:52:09.491 INFO O| Sep 08 17:52:09.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78612026-09-08T17:52:10.052Z[ recovery-image] Sep 08 17:52:09.491 INFO O| Sep 08 17:52:09.491 INFO STEP 732 (remove_files) COMPLETE
78622026-09-08T17:52:10.052Z[ recovery-image] Sep 08 17:52:09.491 INFO O| Sep 08 17:52:09.491 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-09-08T17:52:10.062Z[ recovery-image] Sep 08 17:52:09.501 INFO O| Sep 08 17:52:09.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78642026-09-08T17:52:10.062Z[ recovery-image] Sep 08 17:52:09.501 INFO O| Sep 08 17:52:09.501 INFO STEP 733 (remove_files) COMPLETE
78652026-09-08T17:52:10.062Z[ recovery-image] Sep 08 17:52:09.501 INFO O| Sep 08 17:52:09.501 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-09-08T17:52:10.071Z[ recovery-image] Sep 08 17:52:09.511 INFO O| Sep 08 17:52:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78672026-09-08T17:52:10.071Z[ recovery-image] Sep 08 17:52:09.511 INFO O| Sep 08 17:52:09.511 INFO STEP 734 (remove_files) COMPLETE
78682026-09-08T17:52:10.075Z[ recovery-image] Sep 08 17:52:09.511 INFO O| Sep 08 17:52:09.511 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-09-08T17:52:10.081Z[ recovery-image] Sep 08 17:52:09.521 INFO O| Sep 08 17:52:09.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78702026-09-08T17:52:10.081Z[ recovery-image] Sep 08 17:52:09.521 INFO O| Sep 08 17:52:09.521 INFO STEP 735 (remove_files) COMPLETE
78712026-09-08T17:52:10.081Z[ recovery-image] Sep 08 17:52:09.521 INFO O| Sep 08 17:52:09.521 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-09-08T17:52:10.094Z[ recovery-image] Sep 08 17:52:09.532 INFO O| Sep 08 17:52:09.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
78732026-09-08T17:52:10.094Z[ recovery-image] Sep 08 17:52:09.532 INFO O| Sep 08 17:52:09.532 INFO STEP 736 (remove_files) COMPLETE
78742026-09-08T17:52:10.098Z[ recovery-image] Sep 08 17:52:09.532 INFO O| Sep 08 17:52:09.532 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-09-08T17:52:10.101Z[ recovery-image] Sep 08 17:52:09.541 INFO O| Sep 08 17:52:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
78762026-09-08T17:52:10.102Z[ recovery-image] Sep 08 17:52:09.541 INFO O| Sep 08 17:52:09.541 INFO STEP 737 (remove_files) COMPLETE
78772026-09-08T17:52:10.105Z[ recovery-image] Sep 08 17:52:09.541 INFO O| Sep 08 17:52:09.541 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-09-08T17:52:10.111Z[ recovery-image] Sep 08 17:52:09.551 INFO O| Sep 08 17:52:09.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
78792026-09-08T17:52:10.111Z[ recovery-image] Sep 08 17:52:09.551 INFO O| Sep 08 17:52:09.551 INFO STEP 738 (remove_files) COMPLETE
78802026-09-08T17:52:10.111Z[ recovery-image] Sep 08 17:52:09.551 INFO O| Sep 08 17:52:09.551 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-09-08T17:52:10.120Z[ recovery-image] Sep 08 17:52:09.560 INFO O| Sep 08 17:52:09.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
78822026-09-08T17:52:10.120Z[ recovery-image] Sep 08 17:52:09.561 INFO O| Sep 08 17:52:09.561 INFO STEP 739 (remove_files) COMPLETE
78832026-09-08T17:52:10.121Z[ recovery-image] Sep 08 17:52:09.561 INFO O| Sep 08 17:52:09.561 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-09-08T17:52:10.132Z[ recovery-image] Sep 08 17:52:09.572 INFO O| Sep 08 17:52:09.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
78852026-09-08T17:52:10.132Z[ recovery-image] Sep 08 17:52:09.572 INFO O| Sep 08 17:52:09.572 INFO STEP 740 (remove_files) COMPLETE
78862026-09-08T17:52:10.132Z[ recovery-image] Sep 08 17:52:09.572 INFO O| Sep 08 17:52:09.572 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-09-08T17:52:10.143Z[ recovery-image] Sep 08 17:52:09.583 INFO O| Sep 08 17:52:09.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
78882026-09-08T17:52:10.143Z[ recovery-image] Sep 08 17:52:09.583 INFO O| Sep 08 17:52:09.583 INFO STEP 741 (remove_files) COMPLETE
78892026-09-08T17:52:10.143Z[ recovery-image] Sep 08 17:52:09.583 INFO O| Sep 08 17:52:09.583 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-09-08T17:52:10.153Z[ recovery-image] Sep 08 17:52:09.593 INFO O| Sep 08 17:52:09.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
78912026-09-08T17:52:10.153Z[ recovery-image] Sep 08 17:52:09.593 INFO O| Sep 08 17:52:09.593 INFO STEP 742 (remove_files) COMPLETE
78922026-09-08T17:52:10.156Z[ recovery-image] Sep 08 17:52:09.593 INFO O| Sep 08 17:52:09.593 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-09-08T17:52:10.215Z[ recovery-image] Sep 08 17:52:09.604 INFO O| Sep 08 17:52:09.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
78942026-09-08T17:52:10.216Z[ recovery-image] Sep 08 17:52:09.604 INFO O| Sep 08 17:52:09.604 INFO STEP 743 (remove_files) COMPLETE
78952026-09-08T17:52:10.216Z[ recovery-image] Sep 08 17:52:09.604 INFO O| Sep 08 17:52:09.604 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-09-08T17:52:10.219Z[ recovery-image] Sep 08 17:52:09.614 INFO O| Sep 08 17:52:09.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
78972026-09-08T17:52:10.219Z[ recovery-image] Sep 08 17:52:09.614 INFO O| Sep 08 17:52:09.614 INFO STEP 744 (remove_files) COMPLETE
78982026-09-08T17:52:10.219Z[ recovery-image] Sep 08 17:52:09.614 INFO O| Sep 08 17:52:09.614 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-09-08T17:52:10.219Z[ recovery-image] Sep 08 17:52:09.625 INFO O| Sep 08 17:52:09.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79002026-09-08T17:52:10.220Z[ recovery-image] Sep 08 17:52:09.625 INFO O| Sep 08 17:52:09.625 INFO STEP 745 (remove_files) COMPLETE
79012026-09-08T17:52:10.220Z[ recovery-image] Sep 08 17:52:09.625 INFO O| Sep 08 17:52:09.625 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-09-08T17:52:10.220Z[ recovery-image] Sep 08 17:52:09.635 INFO O| Sep 08 17:52:09.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79032026-09-08T17:52:10.220Z[ recovery-image] Sep 08 17:52:09.635 INFO O| Sep 08 17:52:09.635 INFO STEP 746 (remove_files) COMPLETE
79042026-09-08T17:52:10.220Z[ recovery-image] Sep 08 17:52:09.635 INFO O| Sep 08 17:52:09.635 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-09-08T17:52:10.221Z[ recovery-image] Sep 08 17:52:09.646 INFO O| Sep 08 17:52:09.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79062026-09-08T17:52:10.221Z[ recovery-image] Sep 08 17:52:09.646 INFO O| Sep 08 17:52:09.646 INFO STEP 747 (remove_files) COMPLETE
79072026-09-08T17:52:10.221Z[ recovery-image] Sep 08 17:52:09.646 INFO O| Sep 08 17:52:09.646 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-09-08T17:52:10.221Z[ recovery-image] Sep 08 17:52:09.656 INFO O| Sep 08 17:52:09.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79092026-09-08T17:52:10.221Z[ recovery-image] Sep 08 17:52:09.656 INFO O| Sep 08 17:52:09.656 INFO STEP 748 (remove_files) COMPLETE
79102026-09-08T17:52:10.221Z[ recovery-image] Sep 08 17:52:09.656 INFO O| Sep 08 17:52:09.656 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-09-08T17:52:10.237Z[ recovery-image] Sep 08 17:52:09.666 INFO O| Sep 08 17:52:09.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79122026-09-08T17:52:10.237Z[ recovery-image] Sep 08 17:52:09.666 INFO O| Sep 08 17:52:09.666 INFO STEP 749 (remove_files) COMPLETE
79132026-09-08T17:52:10.237Z[ recovery-image] Sep 08 17:52:09.666 INFO O| Sep 08 17:52:09.666 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-09-08T17:52:10.242Z[ recovery-image] Sep 08 17:52:09.676 INFO O| Sep 08 17:52:09.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79152026-09-08T17:52:10.242Z[ recovery-image] Sep 08 17:52:09.676 INFO O| Sep 08 17:52:09.676 INFO STEP 750 (remove_files) COMPLETE
79162026-09-08T17:52:10.242Z[ recovery-image] Sep 08 17:52:09.676 INFO O| Sep 08 17:52:09.676 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-09-08T17:52:10.246Z[ recovery-image] Sep 08 17:52:09.685 INFO O| Sep 08 17:52:09.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79182026-09-08T17:52:10.246Z[ recovery-image] Sep 08 17:52:09.685 INFO O| Sep 08 17:52:09.685 INFO STEP 751 (remove_files) COMPLETE
79192026-09-08T17:52:10.246Z[ recovery-image] Sep 08 17:52:09.685 INFO O| Sep 08 17:52:09.685 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-09-08T17:52:10.254Z[verify-libraries] Compiling samael v0.0.19
79212026-09-08T17:52:10.257Z[ recovery-image] Sep 08 17:52:09.695 INFO O| Sep 08 17:52:09.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79222026-09-08T17:52:10.257Z[ recovery-image] Sep 08 17:52:09.695 INFO O| Sep 08 17:52:09.695 INFO STEP 752 (remove_files) COMPLETE
79232026-09-08T17:52:10.257Z[ recovery-image] Sep 08 17:52:09.695 INFO O| Sep 08 17:52:09.695 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-09-08T17:52:10.266Z[ recovery-image] Sep 08 17:52:09.705 INFO O| Sep 08 17:52:09.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79252026-09-08T17:52:10.266Z[ recovery-image] Sep 08 17:52:09.705 INFO O| Sep 08 17:52:09.705 INFO STEP 753 (remove_files) COMPLETE
79262026-09-08T17:52:10.266Z[ recovery-image] Sep 08 17:52:09.705 INFO O| Sep 08 17:52:09.705 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-09-08T17:52:10.274Z[ recovery-image] Sep 08 17:52:09.714 INFO O| Sep 08 17:52:09.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79282026-09-08T17:52:10.274Z[ recovery-image] Sep 08 17:52:09.714 INFO O| Sep 08 17:52:09.714 INFO STEP 754 (remove_files) COMPLETE
79292026-09-08T17:52:10.277Z[ recovery-image] Sep 08 17:52:09.714 INFO O| Sep 08 17:52:09.714 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-09-08T17:52:10.283Z[ recovery-image] Sep 08 17:52:09.723 INFO O| Sep 08 17:52:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79312026-09-08T17:52:10.283Z[ recovery-image] Sep 08 17:52:09.723 INFO O| Sep 08 17:52:09.723 INFO STEP 755 (remove_files) COMPLETE
79322026-09-08T17:52:10.286Z[ recovery-image] Sep 08 17:52:09.723 INFO O| Sep 08 17:52:09.723 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-09-08T17:52:10.295Z[ recovery-image] Sep 08 17:52:09.732 INFO O| Sep 08 17:52:09.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79342026-09-08T17:52:10.295Z[ recovery-image] Sep 08 17:52:09.732 INFO O| Sep 08 17:52:09.732 INFO STEP 756 (remove_files) COMPLETE
79352026-09-08T17:52:10.300Z[ recovery-image] Sep 08 17:52:09.732 INFO O| Sep 08 17:52:09.732 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-09-08T17:52:10.303Z[ recovery-image] Sep 08 17:52:09.742 INFO O| Sep 08 17:52:09.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79372026-09-08T17:52:10.303Z[ recovery-image] Sep 08 17:52:09.742 INFO O| Sep 08 17:52:09.742 INFO STEP 757 (remove_files) COMPLETE
79382026-09-08T17:52:10.303Z[ recovery-image] Sep 08 17:52:09.742 INFO O| Sep 08 17:52:09.742 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-09-08T17:52:10.311Z[ recovery-image] Sep 08 17:52:09.751 INFO O| Sep 08 17:52:09.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79402026-09-08T17:52:10.311Z[ recovery-image] Sep 08 17:52:09.751 INFO O| Sep 08 17:52:09.751 INFO STEP 758 (remove_files) COMPLETE
79412026-09-08T17:52:10.315Z[ recovery-image] Sep 08 17:52:09.751 INFO O| Sep 08 17:52:09.751 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-08T17:52:10.321Z[ recovery-image] Sep 08 17:52:09.760 INFO O| Sep 08 17:52:09.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79432026-09-08T17:52:10.324Z[ recovery-image] Sep 08 17:52:09.760 INFO O| Sep 08 17:52:09.760 INFO STEP 759 (remove_files) COMPLETE
79442026-09-08T17:52:10.324Z[ recovery-image] Sep 08 17:52:09.760 INFO O| Sep 08 17:52:09.760 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-08T17:52:10.336Z[ recovery-image] Sep 08 17:52:09.774 INFO O| Sep 08 17:52:09.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79462026-09-08T17:52:10.337Z[ recovery-image] Sep 08 17:52:09.774 INFO O| Sep 08 17:52:09.774 INFO STEP 760 (remove_files) COMPLETE
79472026-09-08T17:52:10.338Z[ recovery-image] Sep 08 17:52:09.774 INFO O| Sep 08 17:52:09.774 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-08T17:52:10.348Z[ recovery-image] Sep 08 17:52:09.785 INFO O| Sep 08 17:52:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79492026-09-08T17:52:10.348Z[ recovery-image] Sep 08 17:52:09.785 INFO O| Sep 08 17:52:09.785 INFO STEP 761 (remove_files) COMPLETE
79502026-09-08T17:52:10.348Z[ recovery-image] Sep 08 17:52:09.785 INFO O| Sep 08 17:52:09.785 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-08T17:52:10.356Z[ recovery-image] Sep 08 17:52:09.796 INFO O| Sep 08 17:52:09.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79522026-09-08T17:52:10.357Z[ recovery-image] Sep 08 17:52:09.796 INFO O| Sep 08 17:52:09.796 INFO STEP 762 (remove_files) COMPLETE
79532026-09-08T17:52:10.357Z[ recovery-image] Sep 08 17:52:09.796 INFO O| Sep 08 17:52:09.796 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-08T17:52:10.369Z[ recovery-image] Sep 08 17:52:09.807 INFO O| Sep 08 17:52:09.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79552026-09-08T17:52:10.370Z[ recovery-image] Sep 08 17:52:09.807 INFO O| Sep 08 17:52:09.807 INFO STEP 763 (remove_files) COMPLETE
79562026-09-08T17:52:10.370Z[ recovery-image] Sep 08 17:52:09.807 INFO O| Sep 08 17:52:09.807 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-08T17:52:10.378Z[ recovery-image] Sep 08 17:52:09.818 INFO O| Sep 08 17:52:09.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79582026-09-08T17:52:10.379Z[ recovery-image] Sep 08 17:52:09.818 INFO O| Sep 08 17:52:09.818 INFO STEP 764 (remove_files) COMPLETE
79592026-09-08T17:52:10.379Z[ recovery-image] Sep 08 17:52:09.818 INFO O| Sep 08 17:52:09.818 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-08T17:52:10.389Z[ recovery-image] Sep 08 17:52:09.829 INFO O| Sep 08 17:52:09.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79612026-09-08T17:52:10.389Z[ recovery-image] Sep 08 17:52:09.829 INFO O| Sep 08 17:52:09.829 INFO STEP 765 (remove_files) COMPLETE
79622026-09-08T17:52:10.389Z[ recovery-image] Sep 08 17:52:09.829 INFO O| Sep 08 17:52:09.829 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-08T17:52:10.400Z[ recovery-image] Sep 08 17:52:09.840 INFO O| Sep 08 17:52:09.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79642026-09-08T17:52:10.400Z[ recovery-image] Sep 08 17:52:09.840 INFO O| Sep 08 17:52:09.840 INFO STEP 766 (remove_files) COMPLETE
79652026-09-08T17:52:10.400Z[ recovery-image] Sep 08 17:52:09.840 INFO O| Sep 08 17:52:09.840 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-08T17:52:10.412Z[ recovery-image] Sep 08 17:52:09.851 INFO O| Sep 08 17:52:09.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79672026-09-08T17:52:10.412Z[ recovery-image] Sep 08 17:52:09.851 INFO O| Sep 08 17:52:09.851 INFO STEP 767 (remove_files) COMPLETE
79682026-09-08T17:52:10.415Z[ recovery-image] Sep 08 17:52:09.851 INFO O| Sep 08 17:52:09.851 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-08T17:52:10.422Z[ recovery-image] Sep 08 17:52:09.862 INFO O| Sep 08 17:52:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79702026-09-08T17:52:10.422Z[ recovery-image] Sep 08 17:52:09.862 INFO O| Sep 08 17:52:09.862 INFO STEP 768 (remove_files) COMPLETE
79712026-09-08T17:52:10.422Z[ recovery-image] Sep 08 17:52:09.862 INFO O| Sep 08 17:52:09.862 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-08T17:52:10.433Z[ recovery-image] Sep 08 17:52:09.872 INFO O| Sep 08 17:52:09.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
79732026-09-08T17:52:10.433Z[ recovery-image] Sep 08 17:52:09.872 INFO O| Sep 08 17:52:09.872 INFO STEP 769 (remove_files) COMPLETE
79742026-09-08T17:52:10.437Z[ recovery-image] Sep 08 17:52:09.872 INFO O| Sep 08 17:52:09.872 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-08T17:52:10.445Z[ recovery-image] Sep 08 17:52:09.883 INFO O| Sep 08 17:52:09.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
79762026-09-08T17:52:10.451Z[ recovery-image] Sep 08 17:52:09.883 INFO O| Sep 08 17:52:09.883 INFO STEP 770 (remove_files) COMPLETE
79772026-09-08T17:52:10.451Z[ recovery-image] Sep 08 17:52:09.883 INFO O| Sep 08 17:52:09.883 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-08T17:52:10.457Z[ recovery-image] Sep 08 17:52:09.893 INFO O| Sep 08 17:52:09.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
79792026-09-08T17:52:10.457Z[ recovery-image] Sep 08 17:52:09.893 INFO O| Sep 08 17:52:09.893 INFO STEP 771 (remove_files) COMPLETE
79802026-09-08T17:52:10.457Z[ recovery-image] Sep 08 17:52:09.893 INFO O| Sep 08 17:52:09.893 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-08T17:52:10.465Z[ recovery-image] Sep 08 17:52:09.903 INFO O| Sep 08 17:52:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
79822026-09-08T17:52:10.465Z[ recovery-image] Sep 08 17:52:09.903 INFO O| Sep 08 17:52:09.903 INFO STEP 772 (remove_files) COMPLETE
79832026-09-08T17:52:10.469Z[ recovery-image] Sep 08 17:52:09.903 INFO O| Sep 08 17:52:09.903 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-08T17:52:10.475Z[ recovery-image] Sep 08 17:52:09.913 INFO O| Sep 08 17:52:09.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
79852026-09-08T17:52:10.475Z[ recovery-image] Sep 08 17:52:09.913 INFO O| Sep 08 17:52:09.913 INFO STEP 773 (remove_files) COMPLETE
79862026-09-08T17:52:10.475Z[ recovery-image] Sep 08 17:52:09.913 INFO O| Sep 08 17:52:09.913 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-08T17:52:10.484Z[ recovery-image] Sep 08 17:52:09.924 INFO O| Sep 08 17:52:09.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
79882026-09-08T17:52:10.485Z[ recovery-image] Sep 08 17:52:09.924 INFO O| Sep 08 17:52:09.924 INFO STEP 774 (remove_files) COMPLETE
79892026-09-08T17:52:10.489Z[ recovery-image] Sep 08 17:52:09.924 INFO O| Sep 08 17:52:09.924 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-08T17:52:10.494Z[ recovery-image] Sep 08 17:52:09.934 INFO O| Sep 08 17:52:09.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
79912026-09-08T17:52:10.494Z[ recovery-image] Sep 08 17:52:09.935 INFO O| Sep 08 17:52:09.935 INFO STEP 775 (remove_files) COMPLETE
79922026-09-08T17:52:10.494Z[ recovery-image] Sep 08 17:52:09.935 INFO O| Sep 08 17:52:09.935 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-08T17:52:10.504Z[ recovery-image] Sep 08 17:52:09.944 INFO O| Sep 08 17:52:09.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
79942026-09-08T17:52:10.504Z[ recovery-image] Sep 08 17:52:09.944 INFO O| Sep 08 17:52:09.944 INFO STEP 776 (remove_files) COMPLETE
79952026-09-08T17:52:10.504Z[ recovery-image] Sep 08 17:52:09.944 INFO O| Sep 08 17:52:09.944 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-08T17:52:10.520Z[ recovery-image] Sep 08 17:52:09.955 INFO O| Sep 08 17:52:09.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
79972026-09-08T17:52:10.520Z[ recovery-image] Sep 08 17:52:09.955 INFO O| Sep 08 17:52:09.955 INFO STEP 777 (remove_files) COMPLETE
79982026-09-08T17:52:10.527Z[ recovery-image] Sep 08 17:52:09.955 INFO O| Sep 08 17:52:09.955 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-08T17:52:10.534Z[ recovery-image] Sep 08 17:52:09.966 INFO O| Sep 08 17:52:09.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80002026-09-08T17:52:10.534Z[ recovery-image] Sep 08 17:52:09.966 INFO O| Sep 08 17:52:09.966 INFO STEP 778 (remove_files) COMPLETE
80012026-09-08T17:52:10.534Z[ recovery-image] Sep 08 17:52:09.966 INFO O| Sep 08 17:52:09.966 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-08T17:52:10.540Z[ recovery-image] Sep 08 17:52:09.977 INFO O| Sep 08 17:52:09.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80032026-09-08T17:52:10.540Z[ recovery-image] Sep 08 17:52:09.977 INFO O| Sep 08 17:52:09.977 INFO STEP 779 (remove_files) COMPLETE
80042026-09-08T17:52:10.540Z[ recovery-image] Sep 08 17:52:09.977 INFO O| Sep 08 17:52:09.977 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-08T17:52:10.549Z[ recovery-image] Sep 08 17:52:09.987 INFO O| Sep 08 17:52:09.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80062026-09-08T17:52:10.549Z[ recovery-image] Sep 08 17:52:09.987 INFO O| Sep 08 17:52:09.987 INFO STEP 780 (remove_files) COMPLETE
80072026-09-08T17:52:10.549Z[ recovery-image] Sep 08 17:52:09.987 INFO O| Sep 08 17:52:09.987 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-08T17:52:10.556Z[ recovery-image] Sep 08 17:52:09.996 INFO O| Sep 08 17:52:09.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80092026-09-08T17:52:10.556Z[ recovery-image] Sep 08 17:52:09.996 INFO O| Sep 08 17:52:09.996 INFO STEP 781 (remove_files) COMPLETE
80102026-09-08T17:52:10.556Z[ recovery-image] Sep 08 17:52:09.996 INFO O| Sep 08 17:52:09.996 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-08T17:52:10.566Z[ recovery-image] Sep 08 17:52:10.006 INFO O| Sep 08 17:52:10.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80122026-09-08T17:52:10.566Z[ recovery-image] Sep 08 17:52:10.006 INFO O| Sep 08 17:52:10.006 INFO STEP 782 (remove_files) COMPLETE
80132026-09-08T17:52:10.566Z[ recovery-image] Sep 08 17:52:10.006 INFO O| Sep 08 17:52:10.006 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-08T17:52:10.580Z[ recovery-image] Sep 08 17:52:10.016 INFO O| Sep 08 17:52:10.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80152026-09-08T17:52:10.580Z[ recovery-image] Sep 08 17:52:10.016 INFO O| Sep 08 17:52:10.016 INFO STEP 783 (remove_files) COMPLETE
80162026-09-08T17:52:10.580Z[ recovery-image] Sep 08 17:52:10.016 INFO O| Sep 08 17:52:10.016 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-08T17:52:10.587Z[ recovery-image] Sep 08 17:52:10.026 INFO O| Sep 08 17:52:10.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80182026-09-08T17:52:10.587Z[ recovery-image] Sep 08 17:52:10.026 INFO O| Sep 08 17:52:10.026 INFO STEP 784 (remove_files) COMPLETE
80192026-09-08T17:52:10.587Z[ recovery-image] Sep 08 17:52:10.026 INFO O| Sep 08 17:52:10.026 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-08T17:52:10.595Z[ recovery-image] Sep 08 17:52:10.035 INFO O| Sep 08 17:52:10.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80212026-09-08T17:52:10.595Z[ recovery-image] Sep 08 17:52:10.035 INFO O| Sep 08 17:52:10.035 INFO STEP 785 (remove_files) COMPLETE
80222026-09-08T17:52:10.595Z[ recovery-image] Sep 08 17:52:10.035 INFO O| Sep 08 17:52:10.035 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-08T17:52:10.605Z[ recovery-image] Sep 08 17:52:10.045 INFO O| Sep 08 17:52:10.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80242026-09-08T17:52:10.605Z[ recovery-image] Sep 08 17:52:10.045 INFO O| Sep 08 17:52:10.045 INFO STEP 786 (remove_files) COMPLETE
80252026-09-08T17:52:10.605Z[ recovery-image] Sep 08 17:52:10.045 INFO O| Sep 08 17:52:10.045 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-08T17:52:10.614Z[ recovery-image] Sep 08 17:52:10.055 INFO O| Sep 08 17:52:10.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80272026-09-08T17:52:10.614Z[ recovery-image] Sep 08 17:52:10.055 INFO O| Sep 08 17:52:10.055 INFO STEP 787 (remove_files) COMPLETE
80282026-09-08T17:52:10.618Z[ recovery-image] Sep 08 17:52:10.055 INFO O| Sep 08 17:52:10.055 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-08T17:52:10.623Z[ recovery-image] Sep 08 17:52:10.064 INFO O| Sep 08 17:52:10.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80302026-09-08T17:52:10.623Z[ recovery-image] Sep 08 17:52:10.064 INFO O| Sep 08 17:52:10.064 INFO STEP 788 (remove_files) COMPLETE
80312026-09-08T17:52:10.623Z[ recovery-image] Sep 08 17:52:10.064 INFO O| Sep 08 17:52:10.064 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-08T17:52:10.634Z[ recovery-image] Sep 08 17:52:10.075 INFO O| Sep 08 17:52:10.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80332026-09-08T17:52:10.634Z[ recovery-image] Sep 08 17:52:10.075 INFO O| Sep 08 17:52:10.075 INFO STEP 789 (remove_files) COMPLETE
80342026-09-08T17:52:10.634Z[ recovery-image] Sep 08 17:52:10.075 INFO O| Sep 08 17:52:10.075 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-08T17:52:10.646Z[ recovery-image] Sep 08 17:52:10.086 INFO O| Sep 08 17:52:10.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80362026-09-08T17:52:10.647Z[ recovery-image] Sep 08 17:52:10.086 INFO O| Sep 08 17:52:10.086 INFO STEP 790 (remove_files) COMPLETE
80372026-09-08T17:52:10.647Z[ recovery-image] Sep 08 17:52:10.086 INFO O| Sep 08 17:52:10.086 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-08T17:52:10.657Z[ recovery-image] Sep 08 17:52:10.097 INFO O| Sep 08 17:52:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80392026-09-08T17:52:10.657Z[ recovery-image] Sep 08 17:52:10.098 INFO O| Sep 08 17:52:10.098 INFO STEP 791 (remove_files) COMPLETE
80402026-09-08T17:52:10.657Z[ recovery-image] Sep 08 17:52:10.098 INFO O| Sep 08 17:52:10.098 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-08T17:52:10.668Z[ recovery-image] Sep 08 17:52:10.108 INFO O| Sep 08 17:52:10.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80422026-09-08T17:52:10.668Z[ recovery-image] Sep 08 17:52:10.108 INFO O| Sep 08 17:52:10.108 INFO STEP 792 (remove_files) COMPLETE
80432026-09-08T17:52:10.668Z[ recovery-image] Sep 08 17:52:10.108 INFO O| Sep 08 17:52:10.108 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-08T17:52:10.678Z[ recovery-image] Sep 08 17:52:10.118 INFO O| Sep 08 17:52:10.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80452026-09-08T17:52:10.678Z[ recovery-image] Sep 08 17:52:10.119 INFO O| Sep 08 17:52:10.119 INFO STEP 793 (remove_files) COMPLETE
80462026-09-08T17:52:10.678Z[ recovery-image] Sep 08 17:52:10.119 INFO O| Sep 08 17:52:10.119 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-08T17:52:10.689Z[ recovery-image] Sep 08 17:52:10.129 INFO O| Sep 08 17:52:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80482026-09-08T17:52:10.689Z[ recovery-image] Sep 08 17:52:10.129 INFO O| Sep 08 17:52:10.129 INFO STEP 794 (remove_files) COMPLETE
80492026-09-08T17:52:10.690Z[ recovery-image] Sep 08 17:52:10.129 INFO O| Sep 08 17:52:10.129 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-08T17:52:10.699Z[ recovery-image] Sep 08 17:52:10.139 INFO O| Sep 08 17:52:10.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80512026-09-08T17:52:10.701Z[ recovery-image] Sep 08 17:52:10.140 INFO O| Sep 08 17:52:10.140 INFO STEP 795 (remove_files) COMPLETE
80522026-09-08T17:52:10.702Z[ recovery-image] Sep 08 17:52:10.140 INFO O| Sep 08 17:52:10.140 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-08T17:52:10.711Z[ recovery-image] Sep 08 17:52:10.152 INFO O| Sep 08 17:52:10.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80542026-09-08T17:52:10.712Z[ recovery-image] Sep 08 17:52:10.152 INFO O| Sep 08 17:52:10.152 INFO STEP 796 (remove_files) COMPLETE
80552026-09-08T17:52:10.712Z[ recovery-image] Sep 08 17:52:10.152 INFO O| Sep 08 17:52:10.152 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-08T17:52:10.722Z[ recovery-image] Sep 08 17:52:10.162 INFO O| Sep 08 17:52:10.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80572026-09-08T17:52:10.722Z[ recovery-image] Sep 08 17:52:10.162 INFO O| Sep 08 17:52:10.162 INFO STEP 797 (remove_files) COMPLETE
80582026-09-08T17:52:10.723Z[ recovery-image] Sep 08 17:52:10.162 INFO O| Sep 08 17:52:10.162 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-08T17:52:10.732Z[verify-libraries] Compiling git2 v0.20.4
80602026-09-08T17:52:10.735Z[ recovery-image] Sep 08 17:52:10.172 INFO O| Sep 08 17:52:10.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
80612026-09-08T17:52:10.735Z[ recovery-image] Sep 08 17:52:10.172 INFO O| Sep 08 17:52:10.172 INFO STEP 798 (remove_files) COMPLETE
80622026-09-08T17:52:10.736Z[ recovery-image] Sep 08 17:52:10.172 INFO O| Sep 08 17:52:10.172 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-09-08T17:52:10.741Z[ recovery-image] Sep 08 17:52:10.182 INFO O| Sep 08 17:52:10.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
80642026-09-08T17:52:10.741Z[ recovery-image] Sep 08 17:52:10.182 INFO O| Sep 08 17:52:10.182 INFO STEP 799 (remove_files) COMPLETE
80652026-09-08T17:52:10.741Z[ recovery-image] Sep 08 17:52:10.182 INFO O| Sep 08 17:52:10.182 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-09-08T17:52:10.753Z[ recovery-image] Sep 08 17:52:10.192 INFO O| Sep 08 17:52:10.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
80672026-09-08T17:52:10.753Z[ recovery-image] Sep 08 17:52:10.192 INFO O| Sep 08 17:52:10.192 INFO STEP 800 (remove_files) COMPLETE
80682026-09-08T17:52:10.753Z[ recovery-image] Sep 08 17:52:10.192 INFO O| Sep 08 17:52:10.192 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-09-08T17:52:10.763Z[ recovery-image] Sep 08 17:52:10.202 INFO O| Sep 08 17:52:10.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
80702026-09-08T17:52:10.764Z[ recovery-image] Sep 08 17:52:10.202 INFO O| Sep 08 17:52:10.202 INFO STEP 801 (remove_files) COMPLETE
80712026-09-08T17:52:10.764Z[ recovery-image] Sep 08 17:52:10.202 INFO O| Sep 08 17:52:10.202 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-09-08T17:52:10.772Z[ recovery-image] Sep 08 17:52:10.212 INFO O| Sep 08 17:52:10.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
80732026-09-08T17:52:10.772Z[ recovery-image] Sep 08 17:52:10.213 INFO O| Sep 08 17:52:10.212 INFO STEP 802 (remove_files) COMPLETE
80742026-09-08T17:52:10.772Z[ recovery-image] Sep 08 17:52:10.213 INFO O| Sep 08 17:52:10.212 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-09-08T17:52:10.785Z[ recovery-image] Sep 08 17:52:10.223 INFO O| Sep 08 17:52:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
80762026-09-08T17:52:10.785Z[ recovery-image] Sep 08 17:52:10.223 INFO O| Sep 08 17:52:10.223 INFO STEP 803 (remove_files) COMPLETE
80772026-09-08T17:52:10.785Z[ recovery-image] Sep 08 17:52:10.223 INFO O| Sep 08 17:52:10.223 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-09-08T17:52:10.790Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80792026-09-08T17:52:10.794Z[ recovery-image] Sep 08 17:52:10.235 INFO O| Sep 08 17:52:10.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
80802026-09-08T17:52:10.794Z[ recovery-image] Sep 08 17:52:10.235 INFO O| Sep 08 17:52:10.235 INFO STEP 804 (remove_files) COMPLETE
80812026-09-08T17:52:10.795Z[ recovery-image] Sep 08 17:52:10.235 INFO O| Sep 08 17:52:10.235 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-08T17:52:10.805Z[ recovery-image] Sep 08 17:52:10.246 INFO O| Sep 08 17:52:10.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
80832026-09-08T17:52:10.805Z[ recovery-image] Sep 08 17:52:10.246 INFO O| Sep 08 17:52:10.246 INFO STEP 805 (remove_files) COMPLETE
80842026-09-08T17:52:10.811Z[ recovery-image] Sep 08 17:52:10.246 INFO O| Sep 08 17:52:10.246 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-08T17:52:10.817Z[ recovery-image] Sep 08 17:52:10.256 INFO O| Sep 08 17:52:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
80862026-09-08T17:52:10.819Z[ recovery-image] Sep 08 17:52:10.257 INFO O| Sep 08 17:52:10.257 INFO STEP 806 (remove_files) COMPLETE
80872026-09-08T17:52:10.820Z[ recovery-image] Sep 08 17:52:10.257 INFO O| Sep 08 17:52:10.257 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-08T17:52:10.828Z[ recovery-image] Sep 08 17:52:10.269 INFO O| Sep 08 17:52:10.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
80892026-09-08T17:52:10.828Z[ recovery-image] Sep 08 17:52:10.269 INFO O| Sep 08 17:52:10.269 INFO STEP 807 (remove_files) COMPLETE
80902026-09-08T17:52:10.828Z[ recovery-image] Sep 08 17:52:10.269 INFO O| Sep 08 17:52:10.269 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-08T17:52:10.843Z[ recovery-image] Sep 08 17:52:10.280 INFO O| Sep 08 17:52:10.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
80922026-09-08T17:52:10.846Z[ recovery-image] Sep 08 17:52:10.281 INFO O| Sep 08 17:52:10.281 INFO STEP 808 (remove_files) COMPLETE
80932026-09-08T17:52:10.847Z[ recovery-image] Sep 08 17:52:10.281 INFO O| Sep 08 17:52:10.281 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-08T17:52:10.858Z[ recovery-image] Sep 08 17:52:10.296 INFO O| Sep 08 17:52:10.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
80952026-09-08T17:52:10.858Z[ recovery-image] Sep 08 17:52:10.296 INFO O| Sep 08 17:52:10.296 INFO STEP 809 (remove_files) COMPLETE
80962026-09-08T17:52:10.862Z[ recovery-image] Sep 08 17:52:10.296 INFO O| Sep 08 17:52:10.296 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-08T17:52:10.868Z[ recovery-image] Sep 08 17:52:10.307 INFO O| Sep 08 17:52:10.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
80982026-09-08T17:52:10.868Z[ recovery-image] Sep 08 17:52:10.307 INFO O| Sep 08 17:52:10.307 INFO STEP 810 (remove_files) COMPLETE
80992026-09-08T17:52:10.868Z[ recovery-image] Sep 08 17:52:10.307 INFO O| Sep 08 17:52:10.307 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-08T17:52:10.877Z[ recovery-image] Sep 08 17:52:10.316 INFO O| Sep 08 17:52:10.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81012026-09-08T17:52:10.877Z[ recovery-image] Sep 08 17:52:10.316 INFO O| Sep 08 17:52:10.316 INFO STEP 811 (remove_files) COMPLETE
81022026-09-08T17:52:10.877Z[ recovery-image] Sep 08 17:52:10.316 INFO O| Sep 08 17:52:10.316 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-08T17:52:10.886Z[ recovery-image] Sep 08 17:52:10.326 INFO O| Sep 08 17:52:10.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81042026-09-08T17:52:10.886Z[ recovery-image] Sep 08 17:52:10.326 INFO O| Sep 08 17:52:10.326 INFO STEP 812 (remove_files) COMPLETE
81052026-09-08T17:52:10.886Z[ recovery-image] Sep 08 17:52:10.326 INFO O| Sep 08 17:52:10.326 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-09-08T17:52:10.897Z[ recovery-image] Sep 08 17:52:10.334 INFO O| Sep 08 17:52:10.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81072026-09-08T17:52:10.897Z[ recovery-image] Sep 08 17:52:10.335 INFO O| Sep 08 17:52:10.335 INFO STEP 813 (remove_files) COMPLETE
81082026-09-08T17:52:10.900Z[ recovery-image] Sep 08 17:52:10.335 INFO O| Sep 08 17:52:10.335 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-09-08T17:52:10.903Z[ recovery-image] Sep 08 17:52:10.343 INFO O| Sep 08 17:52:10.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81102026-09-08T17:52:10.904Z[ recovery-image] Sep 08 17:52:10.344 INFO O| Sep 08 17:52:10.344 INFO STEP 814 (remove_files) COMPLETE
81112026-09-08T17:52:10.904Z[ recovery-image] Sep 08 17:52:10.344 INFO O| Sep 08 17:52:10.344 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-09-08T17:52:10.914Z[ recovery-image] Sep 08 17:52:10.355 INFO O| Sep 08 17:52:10.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81132026-09-08T17:52:10.915Z[ recovery-image] Sep 08 17:52:10.355 INFO O| Sep 08 17:52:10.355 INFO STEP 815 (remove_files) COMPLETE
81142026-09-08T17:52:10.915Z[ recovery-image] Sep 08 17:52:10.355 INFO O| Sep 08 17:52:10.355 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-09-08T17:52:10.928Z[ recovery-image] Sep 08 17:52:10.365 INFO O| Sep 08 17:52:10.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81162026-09-08T17:52:10.928Z[ recovery-image] Sep 08 17:52:10.365 INFO O| Sep 08 17:52:10.365 INFO STEP 816 (remove_files) COMPLETE
81172026-09-08T17:52:10.928Z[ recovery-image] Sep 08 17:52:10.365 INFO O| Sep 08 17:52:10.365 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-09-08T17:52:10.935Z[ recovery-image] Sep 08 17:52:10.375 INFO O| Sep 08 17:52:10.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81192026-09-08T17:52:10.935Z[ recovery-image] Sep 08 17:52:10.375 INFO O| Sep 08 17:52:10.375 INFO STEP 817 (remove_files) COMPLETE
81202026-09-08T17:52:10.935Z[ recovery-image] Sep 08 17:52:10.375 INFO O| Sep 08 17:52:10.375 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-08T17:52:10.945Z[ recovery-image] Sep 08 17:52:10.385 INFO O| Sep 08 17:52:10.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81222026-09-08T17:52:10.945Z[ recovery-image] Sep 08 17:52:10.385 INFO O| Sep 08 17:52:10.385 INFO STEP 818 (remove_files) COMPLETE
81232026-09-08T17:52:10.945Z[ recovery-image] Sep 08 17:52:10.385 INFO O| Sep 08 17:52:10.385 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-09-08T17:52:10.958Z[ recovery-image] Sep 08 17:52:10.395 INFO O| Sep 08 17:52:10.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81252026-09-08T17:52:10.958Z[ recovery-image] Sep 08 17:52:10.395 INFO O| Sep 08 17:52:10.395 INFO STEP 819 (remove_files) COMPLETE
81262026-09-08T17:52:10.968Z[ recovery-image] Sep 08 17:52:10.395 INFO O| Sep 08 17:52:10.395 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-09-08T17:52:10.975Z[ recovery-image] Sep 08 17:52:10.406 INFO O| Sep 08 17:52:10.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81282026-09-08T17:52:10.975Z[ recovery-image] Sep 08 17:52:10.406 INFO O| Sep 08 17:52:10.406 INFO STEP 820 (remove_files) COMPLETE
81292026-09-08T17:52:10.975Z[ recovery-image] Sep 08 17:52:10.406 INFO O| Sep 08 17:52:10.406 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-09-08T17:52:10.979Z[ recovery-image] Sep 08 17:52:10.416 INFO O| Sep 08 17:52:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81312026-09-08T17:52:10.980Z[ recovery-image] Sep 08 17:52:10.416 INFO O| Sep 08 17:52:10.416 INFO STEP 821 (remove_files) COMPLETE
81322026-09-08T17:52:10.980Z[ recovery-image] Sep 08 17:52:10.416 INFO O| Sep 08 17:52:10.416 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-09-08T17:52:10.985Z[ recovery-image] Sep 08 17:52:10.425 INFO O| Sep 08 17:52:10.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81342026-09-08T17:52:10.988Z[ recovery-image] Sep 08 17:52:10.426 INFO O| Sep 08 17:52:10.426 INFO STEP 822 (remove_files) COMPLETE
81352026-09-08T17:52:10.988Z[ recovery-image] Sep 08 17:52:10.426 INFO O| Sep 08 17:52:10.426 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-09-08T17:52:10.995Z[ recovery-image] Sep 08 17:52:10.435 INFO O| Sep 08 17:52:10.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81372026-09-08T17:52:10.995Z[ recovery-image] Sep 08 17:52:10.435 INFO O| Sep 08 17:52:10.435 INFO STEP 823 (remove_files) COMPLETE
81382026-09-08T17:52:10.995Z[ recovery-image] Sep 08 17:52:10.435 INFO O| Sep 08 17:52:10.435 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-09-08T17:52:11.006Z[ recovery-image] Sep 08 17:52:10.445 INFO O| Sep 08 17:52:10.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81402026-09-08T17:52:11.006Z[ recovery-image] Sep 08 17:52:10.445 INFO O| Sep 08 17:52:10.445 INFO STEP 824 (remove_files) COMPLETE
81412026-09-08T17:52:11.006Z[ recovery-image] Sep 08 17:52:10.445 INFO O| Sep 08 17:52:10.445 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-09-08T17:52:11.014Z[ recovery-image] Sep 08 17:52:10.454 INFO O| Sep 08 17:52:10.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81432026-09-08T17:52:11.014Z[ recovery-image] Sep 08 17:52:10.454 INFO O| Sep 08 17:52:10.454 INFO STEP 825 (remove_files) COMPLETE
81442026-09-08T17:52:11.017Z[ recovery-image] Sep 08 17:52:10.454 INFO O| Sep 08 17:52:10.454 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-09-08T17:52:11.025Z[ recovery-image] Sep 08 17:52:10.463 INFO O| Sep 08 17:52:10.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81462026-09-08T17:52:11.025Z[ recovery-image] Sep 08 17:52:10.464 INFO O| Sep 08 17:52:10.464 INFO STEP 826 (remove_files) COMPLETE
81472026-09-08T17:52:11.029Z[ recovery-image] Sep 08 17:52:10.464 INFO O| Sep 08 17:52:10.464 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-09-08T17:52:11.035Z[ recovery-image] Sep 08 17:52:10.473 INFO O| Sep 08 17:52:10.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81492026-09-08T17:52:11.035Z[ recovery-image] Sep 08 17:52:10.473 INFO O| Sep 08 17:52:10.473 INFO STEP 827 (remove_files) COMPLETE
81502026-09-08T17:52:11.035Z[ recovery-image] Sep 08 17:52:10.473 INFO O| Sep 08 17:52:10.473 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-09-08T17:52:11.044Z[ recovery-image] Sep 08 17:52:10.482 INFO O| Sep 08 17:52:10.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81522026-09-08T17:52:11.044Z[ recovery-image] Sep 08 17:52:10.482 INFO O| Sep 08 17:52:10.482 INFO STEP 828 (remove_files) COMPLETE
81532026-09-08T17:52:11.047Z[ recovery-image] Sep 08 17:52:10.482 INFO O| Sep 08 17:52:10.482 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-09-08T17:52:11.053Z[ recovery-image] Sep 08 17:52:10.492 INFO O| Sep 08 17:52:10.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81552026-09-08T17:52:11.053Z[ recovery-image] Sep 08 17:52:10.492 INFO O| Sep 08 17:52:10.492 INFO STEP 829 (remove_files) COMPLETE
81562026-09-08T17:52:11.053Z[ recovery-image] Sep 08 17:52:10.492 INFO O| Sep 08 17:52:10.492 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-09-08T17:52:11.065Z[ recovery-image] Sep 08 17:52:10.505 INFO O| Sep 08 17:52:10.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81582026-09-08T17:52:11.065Z[ recovery-image] Sep 08 17:52:10.505 INFO O| Sep 08 17:52:10.505 INFO STEP 830 (remove_files) COMPLETE
81592026-09-08T17:52:11.065Z[ recovery-image] Sep 08 17:52:10.505 INFO O| Sep 08 17:52:10.505 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-08T17:52:11.076Z[ recovery-image] Sep 08 17:52:10.516 INFO O| Sep 08 17:52:10.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
81612026-09-08T17:52:11.076Z[ recovery-image] Sep 08 17:52:10.516 INFO O| Sep 08 17:52:10.516 INFO STEP 831 (remove_files) COMPLETE
81622026-09-08T17:52:11.078Z[ recovery-image] Sep 08 17:52:10.516 INFO O| Sep 08 17:52:10.516 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-09-08T17:52:11.086Z[ recovery-image] Sep 08 17:52:10.526 INFO O| Sep 08 17:52:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
81642026-09-08T17:52:11.086Z[ recovery-image] Sep 08 17:52:10.526 INFO O| Sep 08 17:52:10.526 INFO STEP 832 (remove_files) COMPLETE
81652026-09-08T17:52:11.086Z[ recovery-image] Sep 08 17:52:10.526 INFO O| Sep 08 17:52:10.526 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-08T17:52:11.099Z[ recovery-image] Sep 08 17:52:10.536 INFO O| Sep 08 17:52:10.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
81672026-09-08T17:52:11.103Z[ recovery-image] Sep 08 17:52:10.537 INFO O| Sep 08 17:52:10.537 INFO STEP 833 (remove_files) COMPLETE
81682026-09-08T17:52:11.103Z[ recovery-image] Sep 08 17:52:10.537 INFO O| Sep 08 17:52:10.537 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-09-08T17:52:11.146Z[ recovery-image] Sep 08 17:52:10.547 INFO O| Sep 08 17:52:10.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
81702026-09-08T17:52:11.146Z[ recovery-image] Sep 08 17:52:10.547 INFO O| Sep 08 17:52:10.547 INFO STEP 834 (remove_files) COMPLETE
81712026-09-08T17:52:11.147Z[ recovery-image] Sep 08 17:52:10.547 INFO O| Sep 08 17:52:10.547 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-09-08T17:52:11.148Z[ recovery-image] Sep 08 17:52:10.557 INFO O| Sep 08 17:52:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
81732026-09-08T17:52:11.148Z[ recovery-image] Sep 08 17:52:10.557 INFO O| Sep 08 17:52:10.557 INFO STEP 835 (remove_files) COMPLETE
81742026-09-08T17:52:11.148Z[ recovery-image] Sep 08 17:52:10.557 INFO O| Sep 08 17:52:10.557 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-09-08T17:52:11.148Z[ recovery-image] Sep 08 17:52:10.568 INFO O| Sep 08 17:52:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
81762026-09-08T17:52:11.148Z[ recovery-image] Sep 08 17:52:10.568 INFO O| Sep 08 17:52:10.568 INFO STEP 836 (remove_files) COMPLETE
81772026-09-08T17:52:11.148Z[ recovery-image] Sep 08 17:52:10.568 INFO O| Sep 08 17:52:10.568 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-09-08T17:52:11.152Z[ recovery-image] Sep 08 17:52:10.577 INFO O| Sep 08 17:52:10.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
81792026-09-08T17:52:11.152Z[ recovery-image] Sep 08 17:52:10.578 INFO O| Sep 08 17:52:10.577 INFO STEP 837 (remove_files) COMPLETE
81802026-09-08T17:52:11.152Z[ recovery-image] Sep 08 17:52:10.578 INFO O| Sep 08 17:52:10.577 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-09-08T17:52:11.152Z[ recovery-image] Sep 08 17:52:10.588 INFO O| Sep 08 17:52:10.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
81822026-09-08T17:52:11.152Z[ recovery-image] Sep 08 17:52:10.588 INFO O| Sep 08 17:52:10.588 INFO STEP 838 (remove_files) COMPLETE
81832026-09-08T17:52:11.152Z[ recovery-image] Sep 08 17:52:10.588 INFO O| Sep 08 17:52:10.588 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-09-08T17:52:11.161Z[ recovery-image] Sep 08 17:52:10.600 INFO O| Sep 08 17:52:10.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
81852026-09-08T17:52:11.161Z[ recovery-image] Sep 08 17:52:10.600 INFO O| Sep 08 17:52:10.600 INFO STEP 839 (remove_files) COMPLETE
81862026-09-08T17:52:11.161Z[ recovery-image] Sep 08 17:52:10.600 INFO O| Sep 08 17:52:10.600 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-08T17:52:11.171Z[ recovery-image] Sep 08 17:52:10.611 INFO O| Sep 08 17:52:10.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
81882026-09-08T17:52:11.171Z[ recovery-image] Sep 08 17:52:10.611 INFO O| Sep 08 17:52:10.611 INFO STEP 840 (remove_files) COMPLETE
81892026-09-08T17:52:11.174Z[ recovery-image] Sep 08 17:52:10.611 INFO O| Sep 08 17:52:10.611 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-08T17:52:11.187Z[ recovery-image] Sep 08 17:52:10.623 INFO O| Sep 08 17:52:10.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
81912026-09-08T17:52:11.187Z[ recovery-image] Sep 08 17:52:10.623 INFO O| Sep 08 17:52:10.623 INFO STEP 841 (remove_files) COMPLETE
81922026-09-08T17:52:11.187Z[ recovery-image] Sep 08 17:52:10.623 INFO O| Sep 08 17:52:10.623 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-09-08T17:52:11.195Z[ recovery-image] Sep 08 17:52:10.634 INFO O| Sep 08 17:52:10.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
81942026-09-08T17:52:11.195Z[ recovery-image] Sep 08 17:52:10.634 INFO O| Sep 08 17:52:10.634 INFO STEP 842 (remove_files) COMPLETE
81952026-09-08T17:52:11.195Z[ recovery-image] Sep 08 17:52:10.634 INFO O| Sep 08 17:52:10.634 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-09-08T17:52:11.207Z[ recovery-image] Sep 08 17:52:10.646 INFO O| Sep 08 17:52:10.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
81972026-09-08T17:52:11.207Z[ recovery-image] Sep 08 17:52:10.646 INFO O| Sep 08 17:52:10.646 INFO STEP 843 (remove_files) COMPLETE
81982026-09-08T17:52:11.207Z[ recovery-image] Sep 08 17:52:10.646 INFO O| Sep 08 17:52:10.646 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-09-08T17:52:11.217Z[ recovery-image] Sep 08 17:52:10.657 INFO O| Sep 08 17:52:10.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82002026-09-08T17:52:11.217Z[ recovery-image] Sep 08 17:52:10.657 INFO O| Sep 08 17:52:10.657 INFO STEP 844 (remove_files) COMPLETE
82012026-09-08T17:52:11.220Z[ recovery-image] Sep 08 17:52:10.657 INFO O| Sep 08 17:52:10.657 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-09-08T17:52:11.227Z[ recovery-image] Sep 08 17:52:10.668 INFO O| Sep 08 17:52:10.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82032026-09-08T17:52:11.227Z[ recovery-image] Sep 08 17:52:10.668 INFO O| Sep 08 17:52:10.668 INFO STEP 845 (remove_files) COMPLETE
82042026-09-08T17:52:11.227Z[ recovery-image] Sep 08 17:52:10.668 INFO O| Sep 08 17:52:10.668 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-09-08T17:52:11.238Z[ recovery-image] Sep 08 17:52:10.678 INFO O| Sep 08 17:52:10.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82062026-09-08T17:52:11.238Z[ recovery-image] Sep 08 17:52:10.678 INFO O| Sep 08 17:52:10.678 INFO STEP 846 (remove_files) COMPLETE
82072026-09-08T17:52:11.238Z[ recovery-image] Sep 08 17:52:10.678 INFO O| Sep 08 17:52:10.678 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-09-08T17:52:11.250Z[ recovery-image] Sep 08 17:52:10.689 INFO O| Sep 08 17:52:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82092026-09-08T17:52:11.250Z[ recovery-image] Sep 08 17:52:10.689 INFO O| Sep 08 17:52:10.689 INFO STEP 847 (remove_files) COMPLETE
82102026-09-08T17:52:11.250Z[ recovery-image] Sep 08 17:52:10.689 INFO O| Sep 08 17:52:10.689 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-09-08T17:52:11.258Z[ recovery-image] Sep 08 17:52:10.698 INFO O| Sep 08 17:52:10.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82122026-09-08T17:52:11.258Z[ recovery-image] Sep 08 17:52:10.698 INFO O| Sep 08 17:52:10.698 INFO STEP 848 (remove_files) COMPLETE
82132026-09-08T17:52:11.258Z[ recovery-image] Sep 08 17:52:10.698 INFO O| Sep 08 17:52:10.698 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-09-08T17:52:11.266Z[ recovery-image] Sep 08 17:52:10.706 INFO O| Sep 08 17:52:10.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82152026-09-08T17:52:11.266Z[ recovery-image] Sep 08 17:52:10.706 INFO O| Sep 08 17:52:10.706 INFO STEP 849 (remove_files) COMPLETE
82162026-09-08T17:52:11.266Z[ recovery-image] Sep 08 17:52:10.706 INFO O| Sep 08 17:52:10.706 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-09-08T17:52:11.276Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
82182026-09-08T17:52:11.279Z[ recovery-image] Sep 08 17:52:10.714 INFO O| Sep 08 17:52:10.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82192026-09-08T17:52:11.279Z[ recovery-image] Sep 08 17:52:10.714 INFO O| Sep 08 17:52:10.714 INFO STEP 850 (remove_files) COMPLETE
82202026-09-08T17:52:11.279Z[ recovery-image] Sep 08 17:52:10.714 INFO O| Sep 08 17:52:10.714 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-08T17:52:11.287Z[ recovery-image] Sep 08 17:52:10.726 INFO O| Sep 08 17:52:10.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82222026-09-08T17:52:11.287Z[ recovery-image] Sep 08 17:52:10.727 INFO O| Sep 08 17:52:10.727 INFO STEP 851 (remove_files) COMPLETE
82232026-09-08T17:52:11.287Z[ recovery-image] Sep 08 17:52:10.727 INFO O| Sep 08 17:52:10.727 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-09-08T17:52:11.296Z[ recovery-image] Sep 08 17:52:10.736 INFO O| Sep 08 17:52:10.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82252026-09-08T17:52:11.296Z[ recovery-image] Sep 08 17:52:10.736 INFO O| Sep 08 17:52:10.736 INFO STEP 852 (remove_files) COMPLETE
82262026-09-08T17:52:11.296Z[ recovery-image] Sep 08 17:52:10.736 INFO O| Sep 08 17:52:10.736 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-08T17:52:11.306Z[ recovery-image] Sep 08 17:52:10.746 INFO O| Sep 08 17:52:10.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82282026-09-08T17:52:11.306Z[ recovery-image] Sep 08 17:52:10.746 INFO O| Sep 08 17:52:10.746 INFO STEP 853 (remove_files) COMPLETE
82292026-09-08T17:52:11.306Z[ recovery-image] Sep 08 17:52:10.746 INFO O| Sep 08 17:52:10.746 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-08T17:52:11.320Z[ recovery-image] Sep 08 17:52:10.757 INFO O| Sep 08 17:52:10.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82312026-09-08T17:52:11.320Z[ recovery-image] Sep 08 17:52:10.757 INFO O| Sep 08 17:52:10.757 INFO STEP 854 (remove_files) COMPLETE
82322026-09-08T17:52:11.323Z[ recovery-image] Sep 08 17:52:10.757 INFO O| Sep 08 17:52:10.757 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-08T17:52:11.328Z[ recovery-image] Sep 08 17:52:10.766 INFO O| Sep 08 17:52:10.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82342026-09-08T17:52:11.328Z[ recovery-image] Sep 08 17:52:10.766 INFO O| Sep 08 17:52:10.766 INFO STEP 855 (remove_files) COMPLETE
82352026-09-08T17:52:11.328Z[ recovery-image] Sep 08 17:52:10.766 INFO O| Sep 08 17:52:10.766 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-09-08T17:52:11.337Z[ recovery-image] Sep 08 17:52:10.778 INFO O| Sep 08 17:52:10.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82372026-09-08T17:52:11.337Z[ recovery-image] Sep 08 17:52:10.778 INFO O| Sep 08 17:52:10.778 INFO STEP 856 (remove_files) COMPLETE
82382026-09-08T17:52:11.338Z[ recovery-image] Sep 08 17:52:10.778 INFO O| Sep 08 17:52:10.778 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-08T17:52:11.349Z[ recovery-image] Sep 08 17:52:10.787 INFO O| Sep 08 17:52:10.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82402026-09-08T17:52:11.349Z[ recovery-image] Sep 08 17:52:10.788 INFO O| Sep 08 17:52:10.788 INFO STEP 857 (remove_files) COMPLETE
82412026-09-08T17:52:11.349Z[ recovery-image] Sep 08 17:52:10.788 INFO O| Sep 08 17:52:10.788 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-08T17:52:11.358Z[ recovery-image] Sep 08 17:52:10.799 INFO O| Sep 08 17:52:10.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82432026-09-08T17:52:11.358Z[ recovery-image] Sep 08 17:52:10.799 INFO O| Sep 08 17:52:10.799 INFO STEP 858 (remove_files) COMPLETE
82442026-09-08T17:52:11.358Z[ recovery-image] Sep 08 17:52:10.799 INFO O| Sep 08 17:52:10.799 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-08T17:52:11.369Z[ recovery-image] Sep 08 17:52:10.808 INFO O| Sep 08 17:52:10.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82462026-09-08T17:52:11.370Z[ recovery-image] Sep 08 17:52:10.808 INFO O| Sep 08 17:52:10.808 INFO STEP 859 (remove_files) COMPLETE
82472026-09-08T17:52:11.370Z[ recovery-image] Sep 08 17:52:10.809 INFO O| Sep 08 17:52:10.808 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-08T17:52:11.382Z[ recovery-image] Sep 08 17:52:10.821 INFO O| Sep 08 17:52:10.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82492026-09-08T17:52:11.382Z[ recovery-image] Sep 08 17:52:10.821 INFO O| Sep 08 17:52:10.821 INFO STEP 860 (remove_files) COMPLETE
82502026-09-08T17:52:11.385Z[ recovery-image] Sep 08 17:52:10.821 INFO O| Sep 08 17:52:10.821 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-08T17:52:11.398Z[ recovery-image] Sep 08 17:52:10.832 INFO O| Sep 08 17:52:10.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82522026-09-08T17:52:11.399Z[ recovery-image] Sep 08 17:52:10.832 INFO O| Sep 08 17:52:10.832 INFO STEP 861 (remove_files) COMPLETE
82532026-09-08T17:52:11.399Z[ recovery-image] Sep 08 17:52:10.832 INFO O| Sep 08 17:52:10.832 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-08T17:52:11.403Z[ recovery-image] Sep 08 17:52:10.841 INFO O| Sep 08 17:52:10.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82552026-09-08T17:52:11.403Z[ recovery-image] Sep 08 17:52:10.841 INFO O| Sep 08 17:52:10.841 INFO STEP 862 (remove_files) COMPLETE
82562026-09-08T17:52:11.403Z[ recovery-image] Sep 08 17:52:10.842 INFO O| Sep 08 17:52:10.841 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-08T17:52:11.413Z[ recovery-image] Sep 08 17:52:10.852 INFO O| Sep 08 17:52:10.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82582026-09-08T17:52:11.413Z[ recovery-image] Sep 08 17:52:10.852 INFO O| Sep 08 17:52:10.852 INFO STEP 863 (remove_files) COMPLETE
82592026-09-08T17:52:11.416Z[ recovery-image] Sep 08 17:52:10.852 INFO O| Sep 08 17:52:10.852 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-08T17:52:11.422Z[ recovery-image] Sep 08 17:52:10.862 INFO O| Sep 08 17:52:10.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
82612026-09-08T17:52:11.422Z[ recovery-image] Sep 08 17:52:10.862 INFO O| Sep 08 17:52:10.862 INFO STEP 864 (remove_files) COMPLETE
82622026-09-08T17:52:11.423Z[ recovery-image] Sep 08 17:52:10.862 INFO O| Sep 08 17:52:10.862 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-08T17:52:11.432Z[ recovery-image] Sep 08 17:52:10.872 INFO O| Sep 08 17:52:10.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
82642026-09-08T17:52:11.432Z[ recovery-image] Sep 08 17:52:10.872 INFO O| Sep 08 17:52:10.872 INFO STEP 865 (remove_files) COMPLETE
82652026-09-08T17:52:11.436Z[ recovery-image] Sep 08 17:52:10.872 INFO O| Sep 08 17:52:10.872 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-08T17:52:11.442Z[ recovery-image] Sep 08 17:52:10.882 INFO O| Sep 08 17:52:10.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
82672026-09-08T17:52:11.442Z[ recovery-image] Sep 08 17:52:10.882 INFO O| Sep 08 17:52:10.882 INFO STEP 866 (remove_files) COMPLETE
82682026-09-08T17:52:11.442Z[ recovery-image] Sep 08 17:52:10.882 INFO O| Sep 08 17:52:10.882 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-08T17:52:11.454Z[ recovery-image] Sep 08 17:52:10.892 INFO O| Sep 08 17:52:10.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
82702026-09-08T17:52:11.454Z[ recovery-image] Sep 08 17:52:10.892 INFO O| Sep 08 17:52:10.892 INFO STEP 867 (remove_files) COMPLETE
82712026-09-08T17:52:11.457Z[ recovery-image] Sep 08 17:52:10.892 INFO O| Sep 08 17:52:10.892 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-08T17:52:11.464Z[ recovery-image] Sep 08 17:52:10.904 INFO O| Sep 08 17:52:10.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
82732026-09-08T17:52:11.465Z[ recovery-image] Sep 08 17:52:10.904 INFO O| Sep 08 17:52:10.902 INFO STEP 868 (remove_files) COMPLETE
82742026-09-08T17:52:11.468Z[ recovery-image] Sep 08 17:52:10.904 INFO O| Sep 08 17:52:10.902 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-08T17:52:11.472Z[ recovery-image] Sep 08 17:52:10.912 INFO O| Sep 08 17:52:10.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
82762026-09-08T17:52:11.472Z[ recovery-image] Sep 08 17:52:10.912 INFO O| Sep 08 17:52:10.912 INFO STEP 869 (remove_files) COMPLETE
82772026-09-08T17:52:11.475Z[ recovery-image] Sep 08 17:52:10.912 INFO O| Sep 08 17:52:10.912 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-08T17:52:11.482Z[ recovery-image] Sep 08 17:52:10.922 INFO O| Sep 08 17:52:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
82792026-09-08T17:52:11.482Z[ recovery-image] Sep 08 17:52:10.922 INFO O| Sep 08 17:52:10.922 INFO STEP 870 (remove_files) COMPLETE
82802026-09-08T17:52:11.482Z[ recovery-image] Sep 08 17:52:10.922 INFO O| Sep 08 17:52:10.922 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-08T17:52:11.492Z[ recovery-image] Sep 08 17:52:10.932 INFO O| Sep 08 17:52:10.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
82822026-09-08T17:52:11.492Z[ recovery-image] Sep 08 17:52:10.932 INFO O| Sep 08 17:52:10.932 INFO STEP 871 (remove_files) COMPLETE
82832026-09-08T17:52:11.492Z[ recovery-image] Sep 08 17:52:10.932 INFO O| Sep 08 17:52:10.932 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-08T17:52:11.502Z[ recovery-image] Sep 08 17:52:10.942 INFO O| Sep 08 17:52:10.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
82852026-09-08T17:52:11.502Z[ recovery-image] Sep 08 17:52:10.942 INFO O| Sep 08 17:52:10.942 INFO STEP 872 (remove_files) COMPLETE
82862026-09-08T17:52:11.506Z[ recovery-image] Sep 08 17:52:10.942 INFO O| Sep 08 17:52:10.942 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-08T17:52:11.513Z[ recovery-image] Sep 08 17:52:10.953 INFO O| Sep 08 17:52:10.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
82882026-09-08T17:52:11.513Z[ recovery-image] Sep 08 17:52:10.953 INFO O| Sep 08 17:52:10.953 INFO STEP 873 (remove_files) COMPLETE
82892026-09-08T17:52:11.513Z[ recovery-image] Sep 08 17:52:10.953 INFO O| Sep 08 17:52:10.953 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-08T17:52:11.523Z[ recovery-image] Sep 08 17:52:10.963 INFO O| Sep 08 17:52:10.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
82912026-09-08T17:52:11.523Z[ recovery-image] Sep 08 17:52:10.963 INFO O| Sep 08 17:52:10.963 INFO STEP 874 (remove_files) COMPLETE
82922026-09-08T17:52:11.523Z[ recovery-image] Sep 08 17:52:10.963 INFO O| Sep 08 17:52:10.963 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-08T17:52:11.533Z[ recovery-image] Sep 08 17:52:10.973 INFO O| Sep 08 17:52:10.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
82942026-09-08T17:52:11.533Z[ recovery-image] Sep 08 17:52:10.973 INFO O| Sep 08 17:52:10.973 INFO STEP 875 (remove_files) COMPLETE
82952026-09-08T17:52:11.536Z[ recovery-image] Sep 08 17:52:10.973 INFO O| Sep 08 17:52:10.973 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-08T17:52:11.543Z[ recovery-image] Sep 08 17:52:10.984 INFO O| Sep 08 17:52:10.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
82972026-09-08T17:52:11.543Z[ recovery-image] Sep 08 17:52:10.984 INFO O| Sep 08 17:52:10.984 INFO STEP 876 (remove_files) COMPLETE
82982026-09-08T17:52:11.546Z[ recovery-image] Sep 08 17:52:10.984 INFO O| Sep 08 17:52:10.984 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-08T17:52:11.557Z[ recovery-image] Sep 08 17:52:10.994 INFO O| Sep 08 17:52:10.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
83002026-09-08T17:52:11.557Z[ recovery-image] Sep 08 17:52:10.994 INFO O| Sep 08 17:52:10.994 INFO STEP 877 (remove_files) COMPLETE
83012026-09-08T17:52:11.560Z[ recovery-image] Sep 08 17:52:10.994 INFO O| Sep 08 17:52:10.994 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-08T17:52:11.563Z[ recovery-image] Sep 08 17:52:11.004 INFO O| Sep 08 17:52:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
83032026-09-08T17:52:11.564Z[ recovery-image] Sep 08 17:52:11.004 INFO O| Sep 08 17:52:11.004 INFO STEP 878 (remove_files) COMPLETE
83042026-09-08T17:52:11.567Z[ recovery-image] Sep 08 17:52:11.004 INFO O| Sep 08 17:52:11.004 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-08T17:52:11.574Z[ recovery-image] Sep 08 17:52:11.014 INFO O| Sep 08 17:52:11.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
83062026-09-08T17:52:11.574Z[ recovery-image] Sep 08 17:52:11.014 INFO O| Sep 08 17:52:11.014 INFO STEP 879 (remove_files) COMPLETE
83072026-09-08T17:52:11.577Z[ recovery-image] Sep 08 17:52:11.014 INFO O| Sep 08 17:52:11.014 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-08T17:52:11.584Z[ recovery-image] Sep 08 17:52:11.025 INFO O| Sep 08 17:52:11.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
83092026-09-08T17:52:11.584Z[ recovery-image] Sep 08 17:52:11.025 INFO O| Sep 08 17:52:11.025 INFO STEP 880 (remove_files) COMPLETE
83102026-09-08T17:52:11.584Z[ recovery-image] Sep 08 17:52:11.025 INFO O| Sep 08 17:52:11.025 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-08T17:52:11.596Z[ recovery-image] Sep 08 17:52:11.035 INFO O| Sep 08 17:52:11.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
83122026-09-08T17:52:11.596Z[ recovery-image] Sep 08 17:52:11.035 INFO O| Sep 08 17:52:11.035 INFO STEP 881 (remove_files) COMPLETE
83132026-09-08T17:52:11.596Z[ recovery-image] Sep 08 17:52:11.035 INFO O| Sep 08 17:52:11.035 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-08T17:52:11.615Z[ recovery-image] Sep 08 17:52:11.046 INFO O| Sep 08 17:52:11.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
83152026-09-08T17:52:11.615Z[ recovery-image] Sep 08 17:52:11.046 INFO O| Sep 08 17:52:11.046 INFO STEP 882 (remove_files) COMPLETE
83162026-09-08T17:52:11.615Z[ recovery-image] Sep 08 17:52:11.046 INFO O| Sep 08 17:52:11.046 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-08T17:52:11.642Z[ recovery-image] Sep 08 17:52:11.082 INFO O| Sep 08 17:52:11.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
83182026-09-08T17:52:11.642Z[ recovery-image] Sep 08 17:52:11.082 INFO O| Sep 08 17:52:11.082 INFO STEP 883 (remove_files) COMPLETE
83192026-09-08T17:52:11.642Z[ recovery-image] Sep 08 17:52:11.082 INFO O| Sep 08 17:52:11.082 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-08T17:52:11.654Z[ recovery-image] Sep 08 17:52:11.094 INFO O| Sep 08 17:52:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
83212026-09-08T17:52:11.654Z[ recovery-image] Sep 08 17:52:11.094 INFO O| Sep 08 17:52:11.094 INFO STEP 884 (remove_files) COMPLETE
83222026-09-08T17:52:11.658Z[ recovery-image] Sep 08 17:52:11.094 INFO O| Sep 08 17:52:11.094 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-09-08T17:52:11.666Z[ recovery-image] Sep 08 17:52:11.106 INFO O| Sep 08 17:52:11.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
83242026-09-08T17:52:11.666Z[ recovery-image] Sep 08 17:52:11.106 INFO O| Sep 08 17:52:11.105 INFO STEP 885 (remove_files) COMPLETE
83252026-09-08T17:52:11.669Z[ recovery-image] Sep 08 17:52:11.106 INFO O| Sep 08 17:52:11.105 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-09-08T17:52:11.676Z[ recovery-image] Sep 08 17:52:11.117 INFO O| Sep 08 17:52:11.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
83272026-09-08T17:52:11.676Z[ recovery-image] Sep 08 17:52:11.117 INFO O| Sep 08 17:52:11.117 INFO STEP 886 (remove_files) COMPLETE
83282026-09-08T17:52:11.679Z[ recovery-image] Sep 08 17:52:11.117 INFO O| Sep 08 17:52:11.117 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-09-08T17:52:11.687Z[ recovery-image] Sep 08 17:52:11.128 INFO O| Sep 08 17:52:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
83302026-09-08T17:52:11.687Z[ recovery-image] Sep 08 17:52:11.128 INFO O| Sep 08 17:52:11.128 INFO STEP 887 (remove_files) COMPLETE
83312026-09-08T17:52:11.687Z[ recovery-image] Sep 08 17:52:11.128 INFO O| Sep 08 17:52:11.128 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-09-08T17:52:11.698Z[ recovery-image] Sep 08 17:52:11.139 INFO O| Sep 08 17:52:11.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
83332026-09-08T17:52:11.699Z[ recovery-image] Sep 08 17:52:11.139 INFO O| Sep 08 17:52:11.139 INFO STEP 888 (remove_files) COMPLETE
83342026-09-08T17:52:11.699Z[ recovery-image] Sep 08 17:52:11.139 INFO O| Sep 08 17:52:11.139 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-09-08T17:52:11.710Z[ recovery-image] Sep 08 17:52:11.150 INFO O| Sep 08 17:52:11.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
83362026-09-08T17:52:11.710Z[ recovery-image] Sep 08 17:52:11.151 INFO O| Sep 08 17:52:11.151 INFO STEP 889 (remove_files) COMPLETE
83372026-09-08T17:52:11.710Z[ recovery-image] Sep 08 17:52:11.151 INFO O| Sep 08 17:52:11.151 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-09-08T17:52:11.721Z[ recovery-image] Sep 08 17:52:11.161 INFO O| Sep 08 17:52:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
83392026-09-08T17:52:11.721Z[ recovery-image] Sep 08 17:52:11.161 INFO O| Sep 08 17:52:11.161 INFO STEP 890 (remove_files) COMPLETE
83402026-09-08T17:52:11.721Z[ recovery-image] Sep 08 17:52:11.161 INFO O| Sep 08 17:52:11.161 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-09-08T17:52:11.731Z[ recovery-image] Sep 08 17:52:11.171 INFO O| Sep 08 17:52:11.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
83422026-09-08T17:52:11.731Z[ recovery-image] Sep 08 17:52:11.171 INFO O| Sep 08 17:52:11.171 INFO STEP 891 (remove_files) COMPLETE
83432026-09-08T17:52:11.731Z[ recovery-image] Sep 08 17:52:11.171 INFO O| Sep 08 17:52:11.171 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-09-08T17:52:11.741Z[ recovery-image] Sep 08 17:52:11.182 INFO O| Sep 08 17:52:11.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
83452026-09-08T17:52:11.741Z[ recovery-image] Sep 08 17:52:11.182 INFO O| Sep 08 17:52:11.182 INFO STEP 892 (remove_files) COMPLETE
83462026-09-08T17:52:11.742Z[ recovery-image] Sep 08 17:52:11.182 INFO O| Sep 08 17:52:11.182 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-09-08T17:52:11.752Z[ recovery-image] Sep 08 17:52:11.192 INFO O| Sep 08 17:52:11.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
83482026-09-08T17:52:11.752Z[ recovery-image] Sep 08 17:52:11.192 INFO O| Sep 08 17:52:11.192 INFO STEP 893 (remove_files) COMPLETE
83492026-09-08T17:52:11.752Z[ recovery-image] Sep 08 17:52:11.192 INFO O| Sep 08 17:52:11.192 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-09-08T17:52:11.761Z[ recovery-image] Sep 08 17:52:11.202 INFO O| Sep 08 17:52:11.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
83512026-09-08T17:52:11.761Z[ recovery-image] Sep 08 17:52:11.202 INFO O| Sep 08 17:52:11.202 INFO STEP 894 (remove_files) COMPLETE
83522026-09-08T17:52:11.761Z[ recovery-image] Sep 08 17:52:11.202 INFO O| Sep 08 17:52:11.202 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-09-08T17:52:11.770Z[ recovery-image] Sep 08 17:52:11.211 INFO O| Sep 08 17:52:11.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
83542026-09-08T17:52:11.770Z[ recovery-image] Sep 08 17:52:11.211 INFO O| Sep 08 17:52:11.211 INFO STEP 895 (remove_files) COMPLETE
83552026-09-08T17:52:11.770Z[ recovery-image] Sep 08 17:52:11.211 INFO O| Sep 08 17:52:11.211 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-09-08T17:52:11.779Z[ recovery-image] Sep 08 17:52:11.220 INFO O| Sep 08 17:52:11.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
83572026-09-08T17:52:11.779Z[ recovery-image] Sep 08 17:52:11.220 INFO O| Sep 08 17:52:11.220 INFO STEP 896 (remove_files) COMPLETE
83582026-09-08T17:52:11.783Z[ recovery-image] Sep 08 17:52:11.220 INFO O| Sep 08 17:52:11.220 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-09-08T17:52:11.789Z[ recovery-image] Sep 08 17:52:11.229 INFO O| Sep 08 17:52:11.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
83602026-09-08T17:52:11.789Z[ recovery-image] Sep 08 17:52:11.229 INFO O| Sep 08 17:52:11.229 INFO STEP 897 (remove_files) COMPLETE
83612026-09-08T17:52:11.789Z[ recovery-image] Sep 08 17:52:11.229 INFO O| Sep 08 17:52:11.229 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-09-08T17:52:11.799Z[ recovery-image] Sep 08 17:52:11.239 INFO O| Sep 08 17:52:11.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
83632026-09-08T17:52:11.799Z[ recovery-image] Sep 08 17:52:11.239 INFO O| Sep 08 17:52:11.239 INFO STEP 898 (remove_files) COMPLETE
83642026-09-08T17:52:11.799Z[ recovery-image] Sep 08 17:52:11.239 INFO O| Sep 08 17:52:11.239 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-09-08T17:52:11.808Z[ recovery-image] Sep 08 17:52:11.249 INFO O| Sep 08 17:52:11.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
83662026-09-08T17:52:11.808Z[ recovery-image] Sep 08 17:52:11.249 INFO O| Sep 08 17:52:11.249 INFO STEP 899 (remove_files) COMPLETE
83672026-09-08T17:52:11.811Z[ recovery-image] Sep 08 17:52:11.249 INFO O| Sep 08 17:52:11.249 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-09-08T17:52:11.819Z[ recovery-image] Sep 08 17:52:11.260 INFO O| Sep 08 17:52:11.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
83692026-09-08T17:52:11.819Z[ recovery-image] Sep 08 17:52:11.260 INFO O| Sep 08 17:52:11.260 INFO STEP 900 (remove_files) COMPLETE
83702026-09-08T17:52:11.819Z[ recovery-image] Sep 08 17:52:11.260 INFO O| Sep 08 17:52:11.260 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-09-08T17:52:11.833Z[ recovery-image] Sep 08 17:52:11.271 INFO O| Sep 08 17:52:11.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
83722026-09-08T17:52:11.833Z[ recovery-image] Sep 08 17:52:11.271 INFO O| Sep 08 17:52:11.271 INFO STEP 901 (remove_files) COMPLETE
83732026-09-08T17:52:11.833Z[ recovery-image] Sep 08 17:52:11.271 INFO O| Sep 08 17:52:11.271 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-09-08T17:52:11.841Z[ recovery-image] Sep 08 17:52:11.281 INFO O| Sep 08 17:52:11.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
83752026-09-08T17:52:11.841Z[ recovery-image] Sep 08 17:52:11.281 INFO O| Sep 08 17:52:11.281 INFO STEP 902 (remove_files) COMPLETE
83762026-09-08T17:52:11.844Z[ recovery-image] Sep 08 17:52:11.281 INFO O| Sep 08 17:52:11.281 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-09-08T17:52:11.854Z[ recovery-image] Sep 08 17:52:11.292 INFO O| Sep 08 17:52:11.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
83782026-09-08T17:52:11.854Z[ recovery-image] Sep 08 17:52:11.292 INFO O| Sep 08 17:52:11.292 INFO STEP 903 (remove_files) COMPLETE
83792026-09-08T17:52:11.854Z[ recovery-image] Sep 08 17:52:11.292 INFO O| Sep 08 17:52:11.292 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-09-08T17:52:11.862Z[ recovery-image] Sep 08 17:52:11.303 INFO O| Sep 08 17:52:11.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
83812026-09-08T17:52:11.862Z[ recovery-image] Sep 08 17:52:11.303 INFO O| Sep 08 17:52:11.303 INFO STEP 904 (remove_files) COMPLETE
83822026-09-08T17:52:11.862Z[ recovery-image] Sep 08 17:52:11.303 INFO O| Sep 08 17:52:11.303 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-08T17:52:11.878Z[ recovery-image] Sep 08 17:52:11.314 INFO O| Sep 08 17:52:11.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
83842026-09-08T17:52:11.878Z[ recovery-image] Sep 08 17:52:11.314 INFO O| Sep 08 17:52:11.314 INFO STEP 905 (remove_files) COMPLETE
83852026-09-08T17:52:11.878Z[ recovery-image] Sep 08 17:52:11.314 INFO O| Sep 08 17:52:11.314 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-09-08T17:52:11.887Z[ recovery-image] Sep 08 17:52:11.325 INFO O| Sep 08 17:52:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
83872026-09-08T17:52:11.887Z[ recovery-image] Sep 08 17:52:11.325 INFO O| Sep 08 17:52:11.325 INFO STEP 906 (remove_files) COMPLETE
83882026-09-08T17:52:11.887Z[ recovery-image] Sep 08 17:52:11.325 INFO O| Sep 08 17:52:11.325 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-09-08T17:52:11.895Z[ recovery-image] Sep 08 17:52:11.334 INFO O| Sep 08 17:52:11.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
83902026-09-08T17:52:11.895Z[ recovery-image] Sep 08 17:52:11.335 INFO O| Sep 08 17:52:11.335 INFO STEP 907 (remove_files) COMPLETE
83912026-09-08T17:52:11.895Z[ recovery-image] Sep 08 17:52:11.335 INFO O| Sep 08 17:52:11.335 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-09-08T17:52:11.906Z[ recovery-image] Sep 08 17:52:11.345 INFO O| Sep 08 17:52:11.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
83932026-09-08T17:52:11.906Z[ recovery-image] Sep 08 17:52:11.345 INFO O| Sep 08 17:52:11.345 INFO STEP 908 (remove_files) COMPLETE
83942026-09-08T17:52:11.910Z[ recovery-image] Sep 08 17:52:11.345 INFO O| Sep 08 17:52:11.345 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-09-08T17:52:11.919Z[ recovery-image] Sep 08 17:52:11.355 INFO O| Sep 08 17:52:11.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
83962026-09-08T17:52:11.919Z[ recovery-image] Sep 08 17:52:11.355 INFO O| Sep 08 17:52:11.355 INFO STEP 909 (remove_files) COMPLETE
83972026-09-08T17:52:11.919Z[ recovery-image] Sep 08 17:52:11.355 INFO O| Sep 08 17:52:11.355 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-09-08T17:52:11.925Z[ recovery-image] Sep 08 17:52:11.365 INFO O| Sep 08 17:52:11.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
83992026-09-08T17:52:11.925Z[ recovery-image] Sep 08 17:52:11.365 INFO O| Sep 08 17:52:11.365 INFO STEP 910 (remove_files) COMPLETE
84002026-09-08T17:52:11.925Z[ recovery-image] Sep 08 17:52:11.365 INFO O| Sep 08 17:52:11.365 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-09-08T17:52:11.935Z[ recovery-image] Sep 08 17:52:11.375 INFO O| Sep 08 17:52:11.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
84022026-09-08T17:52:11.935Z[ recovery-image] Sep 08 17:52:11.375 INFO O| Sep 08 17:52:11.375 INFO STEP 911 (remove_files) COMPLETE
84032026-09-08T17:52:11.935Z[ recovery-image] Sep 08 17:52:11.375 INFO O| Sep 08 17:52:11.375 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-09-08T17:52:11.944Z[ recovery-image] Sep 08 17:52:11.384 INFO O| Sep 08 17:52:11.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
84052026-09-08T17:52:11.944Z[ recovery-image] Sep 08 17:52:11.384 INFO O| Sep 08 17:52:11.384 INFO STEP 912 (remove_files) COMPLETE
84062026-09-08T17:52:11.949Z[ recovery-image] Sep 08 17:52:11.384 INFO O| Sep 08 17:52:11.384 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-09-08T17:52:11.955Z[ recovery-image] Sep 08 17:52:11.395 INFO O| Sep 08 17:52:11.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
84082026-09-08T17:52:11.955Z[ recovery-image] Sep 08 17:52:11.395 INFO O| Sep 08 17:52:11.395 INFO STEP 913 (remove_files) COMPLETE
84092026-09-08T17:52:11.958Z[ recovery-image] Sep 08 17:52:11.395 INFO O| Sep 08 17:52:11.395 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-09-08T17:52:11.965Z[ recovery-image] Sep 08 17:52:11.405 INFO O| Sep 08 17:52:11.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
84112026-09-08T17:52:11.965Z[ recovery-image] Sep 08 17:52:11.405 INFO O| Sep 08 17:52:11.405 INFO STEP 914 (remove_files) COMPLETE
84122026-09-08T17:52:11.969Z[ recovery-image] Sep 08 17:52:11.405 INFO O| Sep 08 17:52:11.405 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-09-08T17:52:11.974Z[ recovery-image] Sep 08 17:52:11.414 INFO O| Sep 08 17:52:11.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
84142026-09-08T17:52:11.974Z[ recovery-image] Sep 08 17:52:11.414 INFO O| Sep 08 17:52:11.414 INFO STEP 915 (remove_files) COMPLETE
84152026-09-08T17:52:11.974Z[ recovery-image] Sep 08 17:52:11.414 INFO O| Sep 08 17:52:11.414 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-09-08T17:52:11.986Z[ recovery-image] Sep 08 17:52:11.426 INFO O| Sep 08 17:52:11.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
84172026-09-08T17:52:11.986Z[ recovery-image] Sep 08 17:52:11.426 INFO O| Sep 08 17:52:11.426 INFO STEP 916 (remove_files) COMPLETE
84182026-09-08T17:52:11.990Z[ recovery-image] Sep 08 17:52:11.426 INFO O| Sep 08 17:52:11.426 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-09-08T17:52:11.997Z[ recovery-image] Sep 08 17:52:11.437 INFO O| Sep 08 17:52:11.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
84202026-09-08T17:52:11.997Z[ recovery-image] Sep 08 17:52:11.437 INFO O| Sep 08 17:52:11.437 INFO STEP 917 (remove_files) COMPLETE
84212026-09-08T17:52:12.000Z[ recovery-image] Sep 08 17:52:11.437 INFO O| Sep 08 17:52:11.437 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-08T17:52:12.007Z[ recovery-image] Sep 08 17:52:11.447 INFO O| Sep 08 17:52:11.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
84232026-09-08T17:52:12.007Z[ recovery-image] Sep 08 17:52:11.447 INFO O| Sep 08 17:52:11.447 INFO STEP 918 (remove_files) COMPLETE
84242026-09-08T17:52:12.007Z[ recovery-image] Sep 08 17:52:11.447 INFO O| Sep 08 17:52:11.447 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-08T17:52:12.019Z[ recovery-image] Sep 08 17:52:11.458 INFO O| Sep 08 17:52:11.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
84262026-09-08T17:52:12.019Z[ recovery-image] Sep 08 17:52:11.458 INFO O| Sep 08 17:52:11.458 INFO STEP 919 (remove_files) COMPLETE
84272026-09-08T17:52:12.019Z[ recovery-image] Sep 08 17:52:11.458 INFO O| Sep 08 17:52:11.458 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-08T17:52:12.029Z[ recovery-image] Sep 08 17:52:11.469 INFO O| Sep 08 17:52:11.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
84292026-09-08T17:52:12.029Z[ recovery-image] Sep 08 17:52:11.469 INFO O| Sep 08 17:52:11.469 INFO STEP 920 (remove_files) COMPLETE
84302026-09-08T17:52:12.029Z[ recovery-image] Sep 08 17:52:11.469 INFO O| Sep 08 17:52:11.469 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-08T17:52:12.040Z[ recovery-image] Sep 08 17:52:11.480 INFO O| Sep 08 17:52:11.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
84322026-09-08T17:52:12.040Z[ recovery-image] Sep 08 17:52:11.480 INFO O| Sep 08 17:52:11.480 INFO STEP 921 (remove_files) COMPLETE
84332026-09-08T17:52:12.041Z[ recovery-image] Sep 08 17:52:11.480 INFO O| Sep 08 17:52:11.480 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-08T17:52:12.051Z[ recovery-image] Sep 08 17:52:11.490 INFO O| Sep 08 17:52:11.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
84352026-09-08T17:52:12.051Z[ recovery-image] Sep 08 17:52:11.490 INFO O| Sep 08 17:52:11.490 INFO STEP 922 (remove_files) COMPLETE
84362026-09-08T17:52:12.051Z[ recovery-image] Sep 08 17:52:11.490 INFO O| Sep 08 17:52:11.490 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-08T17:52:12.059Z[ recovery-image] Sep 08 17:52:11.499 INFO O| Sep 08 17:52:11.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
84382026-09-08T17:52:12.059Z[ recovery-image] Sep 08 17:52:11.499 INFO O| Sep 08 17:52:11.499 INFO STEP 923 (remove_files) COMPLETE
84392026-09-08T17:52:12.059Z[ recovery-image] Sep 08 17:52:11.499 INFO O| Sep 08 17:52:11.499 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-09-08T17:52:12.067Z[ recovery-image] Sep 08 17:52:11.507 INFO O| Sep 08 17:52:11.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
84412026-09-08T17:52:12.067Z[ recovery-image] Sep 08 17:52:11.507 INFO O| Sep 08 17:52:11.507 INFO STEP 924 (remove_files) COMPLETE
84422026-09-08T17:52:12.067Z[ recovery-image] Sep 08 17:52:11.507 INFO O| Sep 08 17:52:11.507 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-09-08T17:52:12.076Z[ recovery-image] Sep 08 17:52:11.516 INFO O| Sep 08 17:52:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
84442026-09-08T17:52:12.076Z[ recovery-image] Sep 08 17:52:11.516 INFO O| Sep 08 17:52:11.516 INFO STEP 925 (remove_files) COMPLETE
84452026-09-08T17:52:12.076Z[ recovery-image] Sep 08 17:52:11.516 INFO O| Sep 08 17:52:11.516 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-08T17:52:12.084Z[ recovery-image] Sep 08 17:52:11.524 INFO O| Sep 08 17:52:11.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
84472026-09-08T17:52:12.084Z[ recovery-image] Sep 08 17:52:11.524 INFO O| Sep 08 17:52:11.524 INFO STEP 926 (remove_files) COMPLETE
84482026-09-08T17:52:12.084Z[ recovery-image] Sep 08 17:52:11.524 INFO O| Sep 08 17:52:11.524 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-09-08T17:52:12.098Z[ recovery-image] Sep 08 17:52:11.537 INFO O| Sep 08 17:52:11.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
84502026-09-08T17:52:12.098Z[ recovery-image] Sep 08 17:52:11.537 INFO O| Sep 08 17:52:11.537 INFO STEP 927 (remove_files) COMPLETE
84512026-09-08T17:52:12.101Z[ recovery-image] Sep 08 17:52:11.537 INFO O| Sep 08 17:52:11.537 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-09-08T17:52:12.108Z[ recovery-image] Sep 08 17:52:11.548 INFO O| Sep 08 17:52:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
84532026-09-08T17:52:12.108Z[ recovery-image] Sep 08 17:52:11.548 INFO O| Sep 08 17:52:11.548 INFO STEP 928 (remove_files) COMPLETE
84542026-09-08T17:52:12.108Z[ recovery-image] Sep 08 17:52:11.548 INFO O| Sep 08 17:52:11.548 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-09-08T17:52:12.117Z[ recovery-image] Sep 08 17:52:11.557 INFO O| Sep 08 17:52:11.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
84562026-09-08T17:52:12.117Z[ recovery-image] Sep 08 17:52:11.558 INFO O| Sep 08 17:52:11.558 INFO STEP 929 (remove_files) COMPLETE
84572026-09-08T17:52:12.120Z[ recovery-image] Sep 08 17:52:11.558 INFO O| Sep 08 17:52:11.558 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-09-08T17:52:12.127Z[ recovery-image] Sep 08 17:52:11.567 INFO O| Sep 08 17:52:11.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
84592026-09-08T17:52:12.127Z[ recovery-image] Sep 08 17:52:11.567 INFO O| Sep 08 17:52:11.567 INFO STEP 930 (remove_files) COMPLETE
84602026-09-08T17:52:12.130Z[ recovery-image] Sep 08 17:52:11.567 INFO O| Sep 08 17:52:11.567 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-09-08T17:52:12.136Z[ recovery-image] Sep 08 17:52:11.576 INFO O| Sep 08 17:52:11.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
84622026-09-08T17:52:12.136Z[ recovery-image] Sep 08 17:52:11.576 INFO O| Sep 08 17:52:11.576 INFO STEP 931 (remove_files) COMPLETE
84632026-09-08T17:52:12.137Z[ recovery-image] Sep 08 17:52:11.576 INFO O| Sep 08 17:52:11.576 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-09-08T17:52:12.153Z[ recovery-image] Sep 08 17:52:11.586 INFO O| Sep 08 17:52:11.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
84652026-09-08T17:52:12.153Z[ recovery-image] Sep 08 17:52:11.586 INFO O| Sep 08 17:52:11.586 INFO STEP 932 (remove_files) COMPLETE
84662026-09-08T17:52:12.153Z[ recovery-image] Sep 08 17:52:11.586 INFO O| Sep 08 17:52:11.586 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-09-08T17:52:12.158Z[ recovery-image] Sep 08 17:52:11.599 INFO O| Sep 08 17:52:11.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
84682026-09-08T17:52:12.158Z[ recovery-image] Sep 08 17:52:11.599 INFO O| Sep 08 17:52:11.599 INFO STEP 933 (remove_files) COMPLETE
84692026-09-08T17:52:12.158Z[ recovery-image] Sep 08 17:52:11.599 INFO O| Sep 08 17:52:11.599 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-09-08T17:52:12.170Z[ recovery-image] Sep 08 17:52:11.610 INFO O| Sep 08 17:52:11.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
84712026-09-08T17:52:12.170Z[ recovery-image] Sep 08 17:52:11.610 INFO O| Sep 08 17:52:11.610 INFO STEP 934 (remove_files) COMPLETE
84722026-09-08T17:52:12.170Z[ recovery-image] Sep 08 17:52:11.610 INFO O| Sep 08 17:52:11.610 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-09-08T17:52:12.180Z[ recovery-image] Sep 08 17:52:11.620 INFO O| Sep 08 17:52:11.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
84742026-09-08T17:52:12.182Z[ recovery-image] Sep 08 17:52:11.620 INFO O| Sep 08 17:52:11.620 INFO STEP 935 (remove_files) COMPLETE
84752026-09-08T17:52:12.182Z[ recovery-image] Sep 08 17:52:11.620 INFO O| Sep 08 17:52:11.620 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-09-08T17:52:12.191Z[ recovery-image] Sep 08 17:52:11.631 INFO O| Sep 08 17:52:11.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
84772026-09-08T17:52:12.194Z[ recovery-image] Sep 08 17:52:11.632 INFO O| Sep 08 17:52:11.632 INFO STEP 936 (remove_files) COMPLETE
84782026-09-08T17:52:12.194Z[ recovery-image] Sep 08 17:52:11.632 INFO O| Sep 08 17:52:11.632 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-09-08T17:52:12.203Z[ recovery-image] Sep 08 17:52:11.643 INFO O| Sep 08 17:52:11.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
84802026-09-08T17:52:12.203Z[ recovery-image] Sep 08 17:52:11.643 INFO O| Sep 08 17:52:11.643 INFO STEP 937 (remove_files) COMPLETE
84812026-09-08T17:52:12.203Z[ recovery-image] Sep 08 17:52:11.643 INFO O| Sep 08 17:52:11.643 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-09-08T17:52:12.213Z[ recovery-image] Sep 08 17:52:11.653 INFO O| Sep 08 17:52:11.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
84832026-09-08T17:52:12.213Z[ recovery-image] Sep 08 17:52:11.653 INFO O| Sep 08 17:52:11.653 INFO STEP 938 (remove_files) COMPLETE
84842026-09-08T17:52:12.213Z[ recovery-image] Sep 08 17:52:11.653 INFO O| Sep 08 17:52:11.653 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-09-08T17:52:12.223Z[ recovery-image] Sep 08 17:52:11.663 INFO O| Sep 08 17:52:11.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
84862026-09-08T17:52:12.223Z[ recovery-image] Sep 08 17:52:11.663 INFO O| Sep 08 17:52:11.663 INFO STEP 939 (remove_files) COMPLETE
84872026-09-08T17:52:12.227Z[ recovery-image] Sep 08 17:52:11.663 INFO O| Sep 08 17:52:11.663 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-09-08T17:52:12.234Z[ recovery-image] Sep 08 17:52:11.674 INFO O| Sep 08 17:52:11.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
84892026-09-08T17:52:12.234Z[ recovery-image] Sep 08 17:52:11.674 INFO O| Sep 08 17:52:11.674 INFO STEP 940 (remove_files) COMPLETE
84902026-09-08T17:52:12.236Z[ recovery-image] Sep 08 17:52:11.674 INFO O| Sep 08 17:52:11.674 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-09-08T17:52:12.244Z[ recovery-image] Sep 08 17:52:11.684 INFO O| Sep 08 17:52:11.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
84922026-09-08T17:52:12.244Z[ recovery-image] Sep 08 17:52:11.684 INFO O| Sep 08 17:52:11.684 INFO STEP 941 (remove_files) COMPLETE
84932026-09-08T17:52:12.244Z[ recovery-image] Sep 08 17:52:11.684 INFO O| Sep 08 17:52:11.684 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-09-08T17:52:12.255Z[ recovery-image] Sep 08 17:52:11.695 INFO O| Sep 08 17:52:11.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
84952026-09-08T17:52:12.255Z[ recovery-image] Sep 08 17:52:11.695 INFO O| Sep 08 17:52:11.695 INFO STEP 942 (remove_files) COMPLETE
84962026-09-08T17:52:12.255Z[ recovery-image] Sep 08 17:52:11.695 INFO O| Sep 08 17:52:11.695 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-09-08T17:52:12.267Z[ recovery-image] Sep 08 17:52:11.705 INFO O| Sep 08 17:52:11.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
84982026-09-08T17:52:12.267Z[ recovery-image] Sep 08 17:52:11.705 INFO O| Sep 08 17:52:11.705 INFO STEP 943 (remove_files) COMPLETE
84992026-09-08T17:52:12.270Z[ recovery-image] Sep 08 17:52:11.705 INFO O| Sep 08 17:52:11.705 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-09-08T17:52:12.276Z[ recovery-image] Sep 08 17:52:11.716 INFO O| Sep 08 17:52:11.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
85012026-09-08T17:52:12.277Z[ recovery-image] Sep 08 17:52:11.716 INFO O| Sep 08 17:52:11.716 INFO STEP 944 (remove_files) COMPLETE
85022026-09-08T17:52:12.281Z[ recovery-image] Sep 08 17:52:11.716 INFO O| Sep 08 17:52:11.716 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-09-08T17:52:12.287Z[ recovery-image] Sep 08 17:52:11.727 INFO O| Sep 08 17:52:11.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
85042026-09-08T17:52:12.290Z[ recovery-image] Sep 08 17:52:11.727 INFO O| Sep 08 17:52:11.727 INFO STEP 945 (remove_files) COMPLETE
85052026-09-08T17:52:12.290Z[ recovery-image] Sep 08 17:52:11.727 INFO O| Sep 08 17:52:11.727 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-09-08T17:52:12.298Z[ recovery-image] Sep 08 17:52:11.738 INFO O| Sep 08 17:52:11.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
85072026-09-08T17:52:12.298Z[ recovery-image] Sep 08 17:52:11.738 INFO O| Sep 08 17:52:11.738 INFO STEP 946 (remove_files) COMPLETE
85082026-09-08T17:52:12.301Z[ recovery-image] Sep 08 17:52:11.738 INFO O| Sep 08 17:52:11.738 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-09-08T17:52:12.309Z[ recovery-image] Sep 08 17:52:11.749 INFO O| Sep 08 17:52:11.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
85102026-09-08T17:52:12.309Z[ recovery-image] Sep 08 17:52:11.749 INFO O| Sep 08 17:52:11.749 INFO STEP 947 (remove_files) COMPLETE
85112026-09-08T17:52:12.312Z[ recovery-image] Sep 08 17:52:11.749 INFO O| Sep 08 17:52:11.749 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-09-08T17:52:12.320Z[ recovery-image] Sep 08 17:52:11.760 INFO O| Sep 08 17:52:11.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
85132026-09-08T17:52:12.320Z[ recovery-image] Sep 08 17:52:11.760 INFO O| Sep 08 17:52:11.760 INFO STEP 948 (remove_files) COMPLETE
85142026-09-08T17:52:12.323Z[ recovery-image] Sep 08 17:52:11.760 INFO O| Sep 08 17:52:11.760 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-09-08T17:52:12.330Z[ recovery-image] Sep 08 17:52:11.770 INFO O| Sep 08 17:52:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
85162026-09-08T17:52:12.331Z[ recovery-image] Sep 08 17:52:11.770 INFO O| Sep 08 17:52:11.770 INFO STEP 949 (remove_files) COMPLETE
85172026-09-08T17:52:12.331Z[ recovery-image] Sep 08 17:52:11.770 INFO O| Sep 08 17:52:11.770 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-09-08T17:52:12.340Z[ recovery-image] Sep 08 17:52:11.780 INFO O| Sep 08 17:52:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
85192026-09-08T17:52:12.340Z[ recovery-image] Sep 08 17:52:11.781 INFO O| Sep 08 17:52:11.780 INFO STEP 950 (remove_files) COMPLETE
85202026-09-08T17:52:12.341Z[ recovery-image] Sep 08 17:52:11.781 INFO O| Sep 08 17:52:11.780 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-09-08T17:52:12.351Z[ recovery-image] Sep 08 17:52:11.791 INFO O| Sep 08 17:52:11.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
85222026-09-08T17:52:12.351Z[ recovery-image] Sep 08 17:52:11.791 INFO O| Sep 08 17:52:11.791 INFO STEP 951 (remove_files) COMPLETE
85232026-09-08T17:52:12.355Z[ recovery-image] Sep 08 17:52:11.791 INFO O| Sep 08 17:52:11.791 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-08T17:52:12.360Z[ recovery-image] Sep 08 17:52:11.801 INFO O| Sep 08 17:52:11.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
85252026-09-08T17:52:12.363Z[ recovery-image] Sep 08 17:52:11.801 INFO O| Sep 08 17:52:11.801 INFO STEP 952 (remove_files) COMPLETE
85262026-09-08T17:52:12.364Z[ recovery-image] Sep 08 17:52:11.801 INFO O| Sep 08 17:52:11.801 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-08T17:52:12.371Z[ recovery-image] Sep 08 17:52:11.811 INFO O| Sep 08 17:52:11.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
85282026-09-08T17:52:12.371Z[ recovery-image] Sep 08 17:52:11.811 INFO O| Sep 08 17:52:11.811 INFO STEP 953 (remove_files) COMPLETE
85292026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.811 INFO O| Sep 08 17:52:11.811 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.820 INFO O| Sep 08 17:52:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
85312026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.820 INFO O| Sep 08 17:52:11.820 INFO STEP 954 (remove_files) COMPLETE
85322026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.820 INFO O| Sep 08 17:52:11.820 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-08T17:52:12.414Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
85342026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.830 INFO O| Sep 08 17:52:11.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
85352026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.830 INFO O| Sep 08 17:52:11.830 INFO STEP 955 (remove_files) COMPLETE
85362026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.830 INFO O| Sep 08 17:52:11.830 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-09-08T17:52:12.414Z[ recovery-image] Sep 08 17:52:11.840 INFO O| Sep 08 17:52:11.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
85382026-09-08T17:52:12.415Z[ recovery-image] Sep 08 17:52:11.840 INFO O| Sep 08 17:52:11.840 INFO STEP 956 (remove_files) COMPLETE
85392026-09-08T17:52:12.415Z[ recovery-image] Sep 08 17:52:11.840 INFO O| Sep 08 17:52:11.840 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-09-08T17:52:12.422Z[ recovery-image] Sep 08 17:52:11.851 INFO O| Sep 08 17:52:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
85412026-09-08T17:52:12.422Z[ recovery-image] Sep 08 17:52:11.851 INFO O| Sep 08 17:52:11.851 INFO STEP 957 (remove_files) COMPLETE
85422026-09-08T17:52:12.422Z[ recovery-image] Sep 08 17:52:11.851 INFO O| Sep 08 17:52:11.851 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-08T17:52:12.425Z[ recovery-image] Sep 08 17:52:11.860 INFO O| Sep 08 17:52:11.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
85442026-09-08T17:52:12.425Z[ recovery-image] Sep 08 17:52:11.860 INFO O| Sep 08 17:52:11.860 INFO STEP 958 (remove_files) COMPLETE
85452026-09-08T17:52:12.425Z[ recovery-image] Sep 08 17:52:11.860 INFO O| Sep 08 17:52:11.860 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-09-08T17:52:12.431Z[ recovery-image] Sep 08 17:52:11.871 INFO O| Sep 08 17:52:11.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
85472026-09-08T17:52:12.431Z[ recovery-image] Sep 08 17:52:11.871 INFO O| Sep 08 17:52:11.871 INFO STEP 959 (remove_files) COMPLETE
85482026-09-08T17:52:12.431Z[ recovery-image] Sep 08 17:52:11.871 INFO O| Sep 08 17:52:11.871 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-09-08T17:52:12.434Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
85502026-09-08T17:52:12.442Z[ recovery-image] Sep 08 17:52:11.882 INFO O| Sep 08 17:52:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
85512026-09-08T17:52:12.442Z[ recovery-image] Sep 08 17:52:11.882 INFO O| Sep 08 17:52:11.882 INFO STEP 960 (remove_files) COMPLETE
85522026-09-08T17:52:12.445Z[ recovery-image] Sep 08 17:52:11.882 INFO O| Sep 08 17:52:11.882 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-08T17:52:12.452Z[ recovery-image] Sep 08 17:52:11.892 INFO O| Sep 08 17:52:11.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
85542026-09-08T17:52:12.452Z[ recovery-image] Sep 08 17:52:11.892 INFO O| Sep 08 17:52:11.892 INFO STEP 961 (remove_files) COMPLETE
85552026-09-08T17:52:12.455Z[ recovery-image] Sep 08 17:52:11.893 INFO O| Sep 08 17:52:11.892 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-09-08T17:52:12.463Z[ recovery-image] Sep 08 17:52:11.903 INFO O| Sep 08 17:52:11.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
85572026-09-08T17:52:12.463Z[ recovery-image] Sep 08 17:52:11.903 INFO O| Sep 08 17:52:11.903 INFO STEP 962 (remove_files) COMPLETE
85582026-09-08T17:52:12.466Z[ recovery-image] Sep 08 17:52:11.903 INFO O| Sep 08 17:52:11.903 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-09-08T17:52:12.474Z[ recovery-image] Sep 08 17:52:11.914 INFO O| Sep 08 17:52:11.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
85602026-09-08T17:52:12.477Z[ recovery-image] Sep 08 17:52:11.915 INFO O| Sep 08 17:52:11.915 INFO STEP 963 (remove_files) COMPLETE
85612026-09-08T17:52:12.477Z[ recovery-image] Sep 08 17:52:11.915 INFO O| Sep 08 17:52:11.915 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-08T17:52:12.487Z[ recovery-image] Sep 08 17:52:11.926 INFO O| Sep 08 17:52:11.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
85632026-09-08T17:52:12.487Z[ recovery-image] Sep 08 17:52:11.926 INFO O| Sep 08 17:52:11.926 INFO STEP 964 (remove_files) COMPLETE
85642026-09-08T17:52:12.487Z[ recovery-image] Sep 08 17:52:11.926 INFO O| Sep 08 17:52:11.926 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-08T17:52:12.497Z[ recovery-image] Sep 08 17:52:11.937 INFO O| Sep 08 17:52:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
85662026-09-08T17:52:12.497Z[ recovery-image] Sep 08 17:52:11.937 INFO O| Sep 08 17:52:11.937 INFO STEP 965 (remove_files) COMPLETE
85672026-09-08T17:52:12.500Z[ recovery-image] Sep 08 17:52:11.937 INFO O| Sep 08 17:52:11.937 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-08T17:52:12.509Z[ recovery-image] Sep 08 17:52:11.949 INFO O| Sep 08 17:52:11.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
85692026-09-08T17:52:12.509Z[ recovery-image] Sep 08 17:52:11.949 INFO O| Sep 08 17:52:11.949 INFO STEP 966 (remove_files) COMPLETE
85702026-09-08T17:52:12.509Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
85712026-09-08T17:52:12.509Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
85722026-09-08T17:52:12.513Z[ recovery-image] Sep 08 17:52:11.949 INFO O| Sep 08 17:52:11.949 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
85742026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
85752026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
85762026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
85772026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
85782026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.949 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
85792026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.950 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260908T173806Z
85802026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.950 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
85812026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.950 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
85822026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.950 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
85832026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.950 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
85842026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
85852026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
85862026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
85872026-09-08T17:52:12.513Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
85882026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
85892026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
85902026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
85912026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
85922026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
85932026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
85942026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
85952026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.951 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
85962026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
85972026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
85982026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
85992026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
86002026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
86012026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
86022026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
86032026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
86042026-09-08T17:52:12.514Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
86052026-09-08T17:52:12.515Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
86062026-09-08T17:52:12.515Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
86072026-09-08T17:52:12.515Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
86082026-09-08T17:52:12.515Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
86092026-09-08T17:52:12.515Z[ host-image] Sep 08 17:52:11.952 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
86102026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.955 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
86112026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.955 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
86122026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.955 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
86132026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.955 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
86142026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
86152026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
86162026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
86172026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
86182026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
86192026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
86202026-09-08T17:52:12.519Z[ host-image] Sep 08 17:52:11.956 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
86212026-09-08T17:52:12.523Z[ recovery-image] Sep 08 17:52:11.959 INFO O| Sep 08 17:52:11.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
86222026-09-08T17:52:12.525Z[ recovery-image] Sep 08 17:52:11.959 INFO O| Sep 08 17:52:11.959 INFO STEP 967 (remove_files) COMPLETE
86232026-09-08T17:52:12.525Z[ recovery-image] Sep 08 17:52:11.959 INFO O| Sep 08 17:52:11.959 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-08T17:52:12.525Z[ host-image] Sep 08 17:52:11.960 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
86252026-09-08T17:52:12.525Z[ host-image] Sep 08 17:52:11.960 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
86262026-09-08T17:52:12.525Z[ host-image] Sep 08 17:52:11.960 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
86272026-09-08T17:52:12.525Z[ host-image] Sep 08 17:52:11.960 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
86282026-09-08T17:52:12.525Z[ host-image] Sep 08 17:52:11.960 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
86292026-09-08T17:52:12.525Z[ host-image] Sep 08 17:52:11.960 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
86302026-09-08T17:52:12.528Z[ recovery-image] Sep 08 17:52:11.969 INFO O| Sep 08 17:52:11.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
86312026-09-08T17:52:12.529Z[ recovery-image] Sep 08 17:52:11.969 INFO O| Sep 08 17:52:11.969 INFO STEP 968 (remove_files) COMPLETE
86322026-09-08T17:52:12.533Z[ recovery-image] Sep 08 17:52:11.969 INFO O| Sep 08 17:52:11.969 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-08T17:52:12.536Z[ host-image] Sep 08 17:52:11.972 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
86342026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.972 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
86352026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.972 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
86362026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
86372026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
86382026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
86392026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
86402026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
86412026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
86422026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
86432026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
86442026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
86452026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.973 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
86462026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.974 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
86472026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.974 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
86482026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.974 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
86492026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.974 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
86502026-09-08T17:52:12.538Z[ host-image] Sep 08 17:52:11.974 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
86512026-09-08T17:52:12.544Z[ host-image] Sep 08 17:52:11.978 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
86522026-09-08T17:52:12.544Z[ host-image] Sep 08 17:52:11.978 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
86532026-09-08T17:52:12.544Z[ recovery-image] Sep 08 17:52:11.979 INFO O| Sep 08 17:52:11.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
86542026-09-08T17:52:12.545Z[ recovery-image] Sep 08 17:52:11.979 INFO O| Sep 08 17:52:11.979 INFO STEP 969 (remove_files) COMPLETE
86552026-09-08T17:52:12.545Z[ recovery-image] Sep 08 17:52:11.979 INFO O| Sep 08 17:52:11.979 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-08T17:52:12.545Z[ host-image] Sep 08 17:52:11.979 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
86572026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.979 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
86582026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.979 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
86592026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.979 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
86602026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.979 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
86612026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.979 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
86622026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.980 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
86632026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
86642026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
86652026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
86662026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
86672026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
86682026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
86692026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
86702026-09-08T17:52:12.546Z[ host-image] Sep 08 17:52:11.981 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
86712026-09-08T17:52:12.550Z[ host-image] Sep 08 17:52:11.983 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
86722026-09-08T17:52:12.550Z[ host-image] Sep 08 17:52:11.983 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
86732026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.984 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
86742026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.984 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
86752026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.984 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
86762026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.984 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
86772026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.984 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
86782026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.984 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
86792026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.985 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
86802026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.985 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
86812026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.987 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
86822026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.988 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
86832026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.988 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
86842026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.988 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
86852026-09-08T17:52:12.551Z[ host-image] Sep 08 17:52:11.988 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
86862026-09-08T17:52:12.551Z[ recovery-image] Sep 08 17:52:11.989 INFO O| Sep 08 17:52:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
86872026-09-08T17:52:12.552Z[ recovery-image] Sep 08 17:52:11.990 INFO O| Sep 08 17:52:11.990 INFO STEP 970 (remove_files) COMPLETE
86882026-09-08T17:52:12.552Z[ recovery-image] Sep 08 17:52:11.990 INFO O| Sep 08 17:52:11.990 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-08T17:52:12.556Z[ host-image] Sep 08 17:52:11.994 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
86902026-09-08T17:52:12.556Z[ host-image] Sep 08 17:52:11.994 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
86912026-09-08T17:52:12.556Z[ host-image] Sep 08 17:52:11.994 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
86922026-09-08T17:52:12.556Z[ host-image] Sep 08 17:52:11.994 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
86932026-09-08T17:52:12.556Z[ host-image] Sep 08 17:52:11.994 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
86942026-09-08T17:52:12.559Z[ recovery-image] Sep 08 17:52:11.999 INFO O| Sep 08 17:52:11.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
86952026-09-08T17:52:12.563Z[ recovery-image] Sep 08 17:52:12.000 INFO O| Sep 08 17:52:12.000 INFO STEP 971 (remove_files) COMPLETE
86962026-09-08T17:52:12.563Z[ recovery-image] Sep 08 17:52:12.000 INFO O| Sep 08 17:52:12.000 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.003 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
86982026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.003 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
86992026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.003 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
87002026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.003 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
87012026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.003 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
87022026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
87032026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
87042026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
87052026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
87062026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
87072026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
87082026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
87092026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.004 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
87102026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.005 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
87112026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.005 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
87122026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.005 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
87132026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.005 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
87142026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
87152026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
87162026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
87172026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
87182026-09-08T17:52:12.566Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
87192026-09-08T17:52:12.567Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
87202026-09-08T17:52:12.567Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
87212026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
87222026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
87232026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
87242026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
87252026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
87262026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.006 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
87272026-09-08T17:52:12.573Z[ host-image] Sep 08 17:52:12.007 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
87282026-09-08T17:52:12.574Z[ host-image] Sep 08 17:52:12.007 INFO O| tempdir @ "/tmp/.tmpCkdoEI/tmp"
87292026-09-08T17:52:12.574Z[ host-image] Sep 08 17:52:12.007 INFO O| image root @ "/tmp/.tmpCkdoEI/tmp/root"
87302026-09-08T17:52:12.575Z[ host-image] Sep 08 17:52:12.007 INFO O| creating image...
87312026-09-08T17:52:12.575Z[ recovery-image] Sep 08 17:52:12.009 INFO O| Sep 08 17:52:12.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87322026-09-08T17:52:12.575Z[ recovery-image] Sep 08 17:52:12.009 INFO O| Sep 08 17:52:12.009 INFO STEP 972 (remove_files) COMPLETE
87332026-09-08T17:52:12.575Z[ recovery-image] Sep 08 17:52:12.009 INFO O| Sep 08 17:52:12.009 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87342026-09-08T17:52:12.581Z[ recovery-image] Sep 08 17:52:12.020 INFO O| Sep 08 17:52:12.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87352026-09-08T17:52:12.581Z[ recovery-image] Sep 08 17:52:12.020 INFO O| Sep 08 17:52:12.020 INFO STEP 973 (remove_files) COMPLETE
87362026-09-08T17:52:12.581Z[ recovery-image] Sep 08 17:52:12.020 INFO O| Sep 08 17:52:12.020 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87372026-09-08T17:52:12.591Z[ recovery-image] Sep 08 17:52:12.031 INFO O| Sep 08 17:52:12.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87382026-09-08T17:52:12.591Z[ recovery-image] Sep 08 17:52:12.031 INFO O| Sep 08 17:52:12.031 INFO STEP 974 (remove_files) COMPLETE
87392026-09-08T17:52:12.591Z[ recovery-image] Sep 08 17:52:12.031 INFO O| Sep 08 17:52:12.031 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87402026-09-08T17:52:12.602Z[ recovery-image] Sep 08 17:52:12.042 INFO O| Sep 08 17:52:12.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87412026-09-08T17:52:12.602Z[ recovery-image] Sep 08 17:52:12.042 INFO O| Sep 08 17:52:12.042 INFO STEP 975 (remove_files) COMPLETE
87422026-09-08T17:52:12.602Z[ recovery-image] Sep 08 17:52:12.042 INFO O| Sep 08 17:52:12.042 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87432026-09-08T17:52:12.614Z[ recovery-image] Sep 08 17:52:12.054 INFO O| Sep 08 17:52:12.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87442026-09-08T17:52:12.614Z[ recovery-image] Sep 08 17:52:12.054 INFO O| Sep 08 17:52:12.054 INFO STEP 976 (remove_files) COMPLETE
87452026-09-08T17:52:12.614Z[ recovery-image] Sep 08 17:52:12.054 INFO O| Sep 08 17:52:12.054 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87462026-09-08T17:52:12.624Z[ recovery-image] Sep 08 17:52:12.064 INFO O| Sep 08 17:52:12.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87472026-09-08T17:52:12.624Z[ recovery-image] Sep 08 17:52:12.064 INFO O| Sep 08 17:52:12.064 INFO STEP 977 (remove_files) COMPLETE
87482026-09-08T17:52:12.624Z[ recovery-image] Sep 08 17:52:12.064 INFO O| Sep 08 17:52:12.064 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87492026-09-08T17:52:12.633Z[ recovery-image] Sep 08 17:52:12.073 INFO O| Sep 08 17:52:12.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87502026-09-08T17:52:12.633Z[ recovery-image] Sep 08 17:52:12.073 INFO O| Sep 08 17:52:12.073 INFO STEP 978 (remove_files) COMPLETE
87512026-09-08T17:52:12.633Z[ recovery-image] Sep 08 17:52:12.073 INFO O| Sep 08 17:52:12.073 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87522026-09-08T17:52:12.643Z[ recovery-image] Sep 08 17:52:12.082 INFO O| Sep 08 17:52:12.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87532026-09-08T17:52:12.644Z[ recovery-image] Sep 08 17:52:12.082 INFO O| Sep 08 17:52:12.082 INFO STEP 979 (remove_files) COMPLETE
87542026-09-08T17:52:12.644Z[ recovery-image] Sep 08 17:52:12.082 INFO O| Sep 08 17:52:12.082 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-09-08T17:52:12.653Z[ recovery-image] Sep 08 17:52:12.093 INFO O| Sep 08 17:52:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87562026-09-08T17:52:12.653Z[ recovery-image] Sep 08 17:52:12.093 INFO O| Sep 08 17:52:12.093 INFO STEP 980 (remove_files) COMPLETE
87572026-09-08T17:52:12.653Z[ recovery-image] Sep 08 17:52:12.093 INFO O| Sep 08 17:52:12.093 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-09-08T17:52:12.665Z[ recovery-image] Sep 08 17:52:12.105 INFO O| Sep 08 17:52:12.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87592026-09-08T17:52:12.665Z[ recovery-image] Sep 08 17:52:12.105 INFO O| Sep 08 17:52:12.105 INFO STEP 981 (remove_files) COMPLETE
87602026-09-08T17:52:12.665Z[ recovery-image] Sep 08 17:52:12.105 INFO O| Sep 08 17:52:12.105 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-09-08T17:52:12.676Z[ recovery-image] Sep 08 17:52:12.116 INFO O| Sep 08 17:52:12.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
87622026-09-08T17:52:12.676Z[ recovery-image] Sep 08 17:52:12.116 INFO O| Sep 08 17:52:12.116 INFO STEP 982 (remove_files) COMPLETE
87632026-09-08T17:52:12.678Z[ recovery-image] Sep 08 17:52:12.116 INFO O| Sep 08 17:52:12.116 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-09-08T17:52:12.688Z[ recovery-image] Sep 08 17:52:12.127 INFO O| Sep 08 17:52:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
87652026-09-08T17:52:12.688Z[ recovery-image] Sep 08 17:52:12.128 INFO O| Sep 08 17:52:12.128 INFO STEP 983 (remove_files) COMPLETE
87662026-09-08T17:52:12.688Z[ recovery-image] Sep 08 17:52:12.128 INFO O| Sep 08 17:52:12.128 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-09-08T17:52:12.700Z[ recovery-image] Sep 08 17:52:12.140 INFO O| Sep 08 17:52:12.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
87682026-09-08T17:52:12.700Z[ recovery-image] Sep 08 17:52:12.140 INFO O| Sep 08 17:52:12.140 INFO STEP 984 (remove_files) COMPLETE
87692026-09-08T17:52:12.703Z[ recovery-image] Sep 08 17:52:12.140 INFO O| Sep 08 17:52:12.140 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-09-08T17:52:12.711Z[ recovery-image] Sep 08 17:52:12.151 INFO O| Sep 08 17:52:12.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
87712026-09-08T17:52:12.711Z[ recovery-image] Sep 08 17:52:12.151 INFO O| Sep 08 17:52:12.151 INFO STEP 985 (remove_files) COMPLETE
87722026-09-08T17:52:12.714Z[ recovery-image] Sep 08 17:52:12.151 INFO O| Sep 08 17:52:12.151 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-09-08T17:52:12.724Z[ recovery-image] Sep 08 17:52:12.163 INFO O| Sep 08 17:52:12.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
87742026-09-08T17:52:12.724Z[ recovery-image] Sep 08 17:52:12.163 INFO O| Sep 08 17:52:12.163 INFO STEP 986 (remove_files) COMPLETE
87752026-09-08T17:52:12.724Z[ recovery-image] Sep 08 17:52:12.163 INFO O| Sep 08 17:52:12.163 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-09-08T17:52:12.734Z[ recovery-image] Sep 08 17:52:12.173 INFO O| Sep 08 17:52:12.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
87772026-09-08T17:52:12.734Z[ recovery-image] Sep 08 17:52:12.173 INFO O| Sep 08 17:52:12.173 INFO STEP 987 (remove_files) COMPLETE
87782026-09-08T17:52:12.734Z[ recovery-image] Sep 08 17:52:12.173 INFO O| Sep 08 17:52:12.173 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-09-08T17:52:12.744Z[ recovery-image] Sep 08 17:52:12.183 INFO O| Sep 08 17:52:12.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
87802026-09-08T17:52:12.744Z[ recovery-image] Sep 08 17:52:12.184 INFO O| Sep 08 17:52:12.184 INFO STEP 988 (remove_files) COMPLETE
87812026-09-08T17:52:12.744Z[ recovery-image] Sep 08 17:52:12.184 INFO O| Sep 08 17:52:12.184 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-08T17:52:12.754Z[ recovery-image] Sep 08 17:52:12.195 INFO O| Sep 08 17:52:12.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
87832026-09-08T17:52:12.754Z[ recovery-image] Sep 08 17:52:12.195 INFO O| Sep 08 17:52:12.195 INFO STEP 989 (remove_files) COMPLETE
87842026-09-08T17:52:12.754Z[ recovery-image] Sep 08 17:52:12.195 INFO O| Sep 08 17:52:12.195 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-08T17:52:12.765Z[ recovery-image] Sep 08 17:52:12.205 INFO O| Sep 08 17:52:12.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
87862026-09-08T17:52:12.765Z[ recovery-image] Sep 08 17:52:12.205 INFO O| Sep 08 17:52:12.205 INFO STEP 990 (remove_files) COMPLETE
87872026-09-08T17:52:12.765Z[ recovery-image] Sep 08 17:52:12.205 INFO O| Sep 08 17:52:12.205 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-08T17:52:12.775Z[ recovery-image] Sep 08 17:52:12.215 INFO O| Sep 08 17:52:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
87892026-09-08T17:52:12.775Z[ recovery-image] Sep 08 17:52:12.215 INFO O| Sep 08 17:52:12.215 INFO STEP 991 (remove_files) COMPLETE
87902026-09-08T17:52:12.779Z[ recovery-image] Sep 08 17:52:12.215 INFO O| Sep 08 17:52:12.215 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-09-08T17:52:12.784Z[ recovery-image] Sep 08 17:52:12.224 INFO O| Sep 08 17:52:12.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
87922026-09-08T17:52:12.784Z[ recovery-image] Sep 08 17:52:12.224 INFO O| Sep 08 17:52:12.224 INFO STEP 992 (remove_files) COMPLETE
87932026-09-08T17:52:12.784Z[ recovery-image] Sep 08 17:52:12.224 INFO O| Sep 08 17:52:12.224 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-09-08T17:52:12.794Z[ recovery-image] Sep 08 17:52:12.233 INFO O| Sep 08 17:52:12.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
87952026-09-08T17:52:12.794Z[ recovery-image] Sep 08 17:52:12.233 INFO O| Sep 08 17:52:12.233 INFO STEP 993 (remove_files) COMPLETE
87962026-09-08T17:52:12.794Z[ recovery-image] Sep 08 17:52:12.233 INFO O| Sep 08 17:52:12.233 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-09-08T17:52:12.801Z[ recovery-image] Sep 08 17:52:12.241 INFO O| Sep 08 17:52:12.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
87982026-09-08T17:52:12.801Z[ recovery-image] Sep 08 17:52:12.241 INFO O| Sep 08 17:52:12.241 INFO STEP 994 (remove_files) COMPLETE
87992026-09-08T17:52:12.801Z[ recovery-image] Sep 08 17:52:12.241 INFO O| Sep 08 17:52:12.241 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88002026-09-08T17:52:12.810Z[ recovery-image] Sep 08 17:52:12.250 INFO O| Sep 08 17:52:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88012026-09-08T17:52:12.810Z[ recovery-image] Sep 08 17:52:12.250 INFO O| Sep 08 17:52:12.250 INFO STEP 995 (remove_files) COMPLETE
88022026-09-08T17:52:12.810Z[ recovery-image] Sep 08 17:52:12.250 INFO O| Sep 08 17:52:12.250 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88032026-09-08T17:52:12.823Z[ recovery-image] Sep 08 17:52:12.260 INFO O| Sep 08 17:52:12.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88042026-09-08T17:52:12.823Z[ recovery-image] Sep 08 17:52:12.261 INFO O| Sep 08 17:52:12.261 INFO STEP 996 (remove_files) COMPLETE
88052026-09-08T17:52:12.823Z[ recovery-image] Sep 08 17:52:12.261 INFO O| Sep 08 17:52:12.261 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88062026-09-08T17:52:12.830Z[ recovery-image] Sep 08 17:52:12.270 INFO O| Sep 08 17:52:12.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88072026-09-08T17:52:12.830Z[ recovery-image] Sep 08 17:52:12.270 INFO O| Sep 08 17:52:12.270 INFO STEP 997 (remove_files) COMPLETE
88082026-09-08T17:52:12.830Z[ recovery-image] Sep 08 17:52:12.270 INFO O| Sep 08 17:52:12.270 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-09-08T17:52:12.840Z[ recovery-image] Sep 08 17:52:12.280 INFO O| Sep 08 17:52:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88102026-09-08T17:52:12.840Z[ recovery-image] Sep 08 17:52:12.280 INFO O| Sep 08 17:52:12.280 INFO STEP 998 (remove_files) COMPLETE
88112026-09-08T17:52:12.843Z[ recovery-image] Sep 08 17:52:12.280 INFO O| Sep 08 17:52:12.280 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-09-08T17:52:12.850Z[ recovery-image] Sep 08 17:52:12.290 INFO O| Sep 08 17:52:12.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88132026-09-08T17:52:12.850Z[ recovery-image] Sep 08 17:52:12.290 INFO O| Sep 08 17:52:12.290 INFO STEP 999 (remove_files) COMPLETE
88142026-09-08T17:52:12.857Z[ recovery-image] Sep 08 17:52:12.290 INFO O| Sep 08 17:52:12.290 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-08T17:52:12.860Z[ recovery-image] Sep 08 17:52:12.301 INFO O| Sep 08 17:52:12.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88162026-09-08T17:52:12.861Z[ recovery-image] Sep 08 17:52:12.301 INFO O| Sep 08 17:52:12.301 INFO STEP 1000 (remove_files) COMPLETE
88172026-09-08T17:52:12.861Z[ recovery-image] Sep 08 17:52:12.301 INFO O| Sep 08 17:52:12.301 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-08T17:52:12.873Z[ recovery-image] Sep 08 17:52:12.313 INFO O| Sep 08 17:52:12.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88192026-09-08T17:52:12.873Z[ recovery-image] Sep 08 17:52:12.313 INFO O| Sep 08 17:52:12.313 INFO STEP 1001 (remove_files) COMPLETE
88202026-09-08T17:52:12.873Z[ recovery-image] Sep 08 17:52:12.313 INFO O| Sep 08 17:52:12.313 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-09-08T17:52:12.883Z[ recovery-image] Sep 08 17:52:12.323 INFO O| Sep 08 17:52:12.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88222026-09-08T17:52:12.883Z[ recovery-image] Sep 08 17:52:12.323 INFO O| Sep 08 17:52:12.323 INFO STEP 1002 (remove_files) COMPLETE
88232026-09-08T17:52:12.886Z[ recovery-image] Sep 08 17:52:12.323 INFO O| Sep 08 17:52:12.323 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88242026-09-08T17:52:12.893Z[ recovery-image] Sep 08 17:52:12.333 INFO O| Sep 08 17:52:12.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88252026-09-08T17:52:12.893Z[ recovery-image] Sep 08 17:52:12.333 INFO O| Sep 08 17:52:12.333 INFO STEP 1003 (remove_files) COMPLETE
88262026-09-08T17:52:12.894Z[ recovery-image] Sep 08 17:52:12.333 INFO O| Sep 08 17:52:12.333 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88272026-09-08T17:52:12.903Z[ recovery-image] Sep 08 17:52:12.343 INFO O| Sep 08 17:52:12.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88282026-09-08T17:52:12.903Z[ recovery-image] Sep 08 17:52:12.343 INFO O| Sep 08 17:52:12.343 INFO STEP 1004 (remove_files) COMPLETE
88292026-09-08T17:52:12.903Z[ recovery-image] Sep 08 17:52:12.343 INFO O| Sep 08 17:52:12.343 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-08T17:52:12.914Z[ recovery-image] Sep 08 17:52:12.354 INFO O| Sep 08 17:52:12.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88312026-09-08T17:52:12.915Z[ recovery-image] Sep 08 17:52:12.354 INFO O| Sep 08 17:52:12.354 INFO STEP 1005 (remove_files) COMPLETE
88322026-09-08T17:52:12.915Z[ recovery-image] Sep 08 17:52:12.354 INFO O| Sep 08 17:52:12.354 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-08T17:52:12.925Z[ recovery-image] Sep 08 17:52:12.365 INFO O| Sep 08 17:52:12.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88342026-09-08T17:52:12.925Z[ recovery-image] Sep 08 17:52:12.365 INFO O| Sep 08 17:52:12.365 INFO STEP 1006 (remove_files) COMPLETE
88352026-09-08T17:52:12.928Z[ recovery-image] Sep 08 17:52:12.365 INFO O| Sep 08 17:52:12.365 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-08T17:52:12.936Z[ recovery-image] Sep 08 17:52:12.375 INFO O| Sep 08 17:52:12.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88372026-09-08T17:52:12.940Z[ recovery-image] Sep 08 17:52:12.375 INFO O| Sep 08 17:52:12.375 INFO STEP 1007 (remove_files) COMPLETE
88382026-09-08T17:52:12.940Z[ recovery-image] Sep 08 17:52:12.375 INFO O| Sep 08 17:52:12.375 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-08T17:52:13.061Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88402026-09-08T17:52:13.385Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
88412026-09-08T17:52:13.661Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
88422026-09-08T17:52:13.883Z[verify-libraries] Compiling yansi v1.0.1
88432026-09-08T17:52:14.027Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
88442026-09-08T17:52:14.198Z[verify-libraries] Compiling pretty_assertions v1.4.1
88452026-09-08T17:52:14.272Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88462026-09-08T17:52:14.561Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
88472026-09-08T17:52:14.603Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
88482026-09-08T17:52:14.758Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88492026-09-08T17:52:14.864Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88502026-09-08T17:52:15.125Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88512026-09-08T17:52:15.521Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88522026-09-08T17:52:15.526Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88532026-09-08T17:52:15.656Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88542026-09-08T17:52:15.808Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88552026-09-08T17:52:15.831Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88562026-09-08T17:52:15.944Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88572026-09-08T17:52:16.083Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
88582026-09-08T17:52:16.110Z[verify-libraries] Compiling drift v0.2.0
88592026-09-08T17:52:16.129Z[ recovery-image] Sep 08 17:52:15.563 INFO O| Sep 08 17:52:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88602026-09-08T17:52:16.129Z[ recovery-image] Sep 08 17:52:15.563 INFO O| Sep 08 17:52:15.563 INFO STEP 1008 (remove_files) COMPLETE
88612026-09-08T17:52:16.129Z[ recovery-image] Sep 08 17:52:15.563 INFO O| Sep 08 17:52:15.563 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88622026-09-08T17:52:16.135Z[ recovery-image] Sep 08 17:52:15.575 INFO O| Sep 08 17:52:15.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88632026-09-08T17:52:16.135Z[ recovery-image] Sep 08 17:52:15.575 INFO O| Sep 08 17:52:15.574 INFO STEP 1009 (remove_files) COMPLETE
88642026-09-08T17:52:16.143Z[ recovery-image] Sep 08 17:52:15.575 INFO O| Sep 08 17:52:15.574 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88652026-09-08T17:52:16.301Z[verify-libraries] Compiling uzers v0.12.2
88662026-09-08T17:52:16.513Z[verify-libraries] Compiling parse-size v1.1.0
88672026-09-08T17:52:16.594Z[ recovery-image] Sep 08 17:52:16.034 INFO O| Sep 08 17:52:16.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88682026-09-08T17:52:16.594Z[ recovery-image] Sep 08 17:52:16.035 INFO O| Sep 08 17:52:16.034 INFO STEP 1010 (remove_files) COMPLETE
88692026-09-08T17:52:16.595Z[ recovery-image] Sep 08 17:52:16.035 INFO O| Sep 08 17:52:16.035 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88702026-09-08T17:52:16.605Z[ recovery-image] Sep 08 17:52:16.045 INFO O| Sep 08 17:52:16.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
88712026-09-08T17:52:16.606Z[ recovery-image] Sep 08 17:52:16.045 INFO O| Sep 08 17:52:16.045 INFO STEP 1011 (remove_files) COMPLETE
88722026-09-08T17:52:16.606Z[ recovery-image] Sep 08 17:52:16.045 INFO O| Sep 08 17:52:16.045 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88732026-09-08T17:52:16.615Z[ recovery-image] Sep 08 17:52:16.055 INFO O| Sep 08 17:52:16.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
88742026-09-08T17:52:16.615Z[ recovery-image] Sep 08 17:52:16.055 INFO O| Sep 08 17:52:16.055 INFO STEP 1012 (remove_files) COMPLETE
88752026-09-08T17:52:16.618Z[ recovery-image] Sep 08 17:52:16.055 INFO O| Sep 08 17:52:16.055 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88762026-09-08T17:52:16.625Z[ recovery-image] Sep 08 17:52:16.065 INFO O| Sep 08 17:52:16.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
88772026-09-08T17:52:16.625Z[ recovery-image] Sep 08 17:52:16.065 INFO O| Sep 08 17:52:16.065 INFO STEP 1013 (remove_files) COMPLETE
88782026-09-08T17:52:16.626Z[ recovery-image] Sep 08 17:52:16.065 INFO O| Sep 08 17:52:16.065 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88792026-09-08T17:52:16.635Z[ recovery-image] Sep 08 17:52:16.075 INFO O| Sep 08 17:52:16.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
88802026-09-08T17:52:16.635Z[ recovery-image] Sep 08 17:52:16.075 INFO O| Sep 08 17:52:16.075 INFO STEP 1014 (remove_files) COMPLETE
88812026-09-08T17:52:16.638Z[ recovery-image] Sep 08 17:52:16.075 INFO O| Sep 08 17:52:16.075 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88822026-09-08T17:52:16.645Z[ recovery-image] Sep 08 17:52:16.085 INFO O| Sep 08 17:52:16.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
88832026-09-08T17:52:16.645Z[ recovery-image] Sep 08 17:52:16.085 INFO O| Sep 08 17:52:16.085 INFO STEP 1015 (remove_files) COMPLETE
88842026-09-08T17:52:16.648Z[ recovery-image] Sep 08 17:52:16.085 INFO O| Sep 08 17:52:16.085 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88852026-09-08T17:52:16.655Z[ recovery-image] Sep 08 17:52:16.095 INFO O| Sep 08 17:52:16.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
88862026-09-08T17:52:16.655Z[ recovery-image] Sep 08 17:52:16.095 INFO O| Sep 08 17:52:16.095 INFO STEP 1016 (remove_files) COMPLETE
88872026-09-08T17:52:16.658Z[ recovery-image] Sep 08 17:52:16.095 INFO O| Sep 08 17:52:16.095 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88882026-09-08T17:52:16.666Z[ recovery-image] Sep 08 17:52:16.105 INFO O| Sep 08 17:52:16.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
88892026-09-08T17:52:16.666Z[ recovery-image] Sep 08 17:52:16.105 INFO O| Sep 08 17:52:16.105 INFO STEP 1017 (remove_files) COMPLETE
88902026-09-08T17:52:16.666Z[ recovery-image] Sep 08 17:52:16.105 INFO O| Sep 08 17:52:16.105 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-08T17:52:16.676Z[ recovery-image] Sep 08 17:52:16.116 INFO O| Sep 08 17:52:16.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
88922026-09-08T17:52:16.676Z[ recovery-image] Sep 08 17:52:16.116 INFO O| Sep 08 17:52:16.116 INFO STEP 1018 (remove_files) COMPLETE
88932026-09-08T17:52:16.676Z[ recovery-image] Sep 08 17:52:16.116 INFO O| Sep 08 17:52:16.116 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-08T17:52:16.687Z[ recovery-image] Sep 08 17:52:16.127 INFO O| Sep 08 17:52:16.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
88952026-09-08T17:52:16.687Z[ recovery-image] Sep 08 17:52:16.127 INFO O| Sep 08 17:52:16.127 INFO STEP 1019 (remove_files) COMPLETE
88962026-09-08T17:52:16.687Z[ recovery-image] Sep 08 17:52:16.127 INFO O| Sep 08 17:52:16.127 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-08T17:52:16.690Z[ host-image] Sep 08 17:52:16.127 INFO O| copying publishers...
88982026-09-08T17:52:16.698Z[ recovery-image] Sep 08 17:52:16.138 INFO O| Sep 08 17:52:16.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
88992026-09-08T17:52:16.698Z[ recovery-image] Sep 08 17:52:16.138 INFO O| Sep 08 17:52:16.138 INFO STEP 1020 (remove_files) COMPLETE
89002026-09-08T17:52:16.701Z[ recovery-image] Sep 08 17:52:16.138 INFO O| Sep 08 17:52:16.138 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89012026-09-08T17:52:16.708Z[ recovery-image] Sep 08 17:52:16.148 INFO O| Sep 08 17:52:16.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89022026-09-08T17:52:16.708Z[ recovery-image] Sep 08 17:52:16.148 INFO O| Sep 08 17:52:16.148 INFO STEP 1021 (remove_files) COMPLETE
89032026-09-08T17:52:16.708Z[ recovery-image] Sep 08 17:52:16.148 INFO O| Sep 08 17:52:16.148 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89042026-09-08T17:52:16.719Z[ recovery-image] Sep 08 17:52:16.160 INFO O| Sep 08 17:52:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89052026-09-08T17:52:16.719Z[ recovery-image] Sep 08 17:52:16.160 INFO O| Sep 08 17:52:16.160 INFO STEP 1022 (remove_files) COMPLETE
89062026-09-08T17:52:16.720Z[ recovery-image] Sep 08 17:52:16.160 INFO O| Sep 08 17:52:16.160 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89072026-09-08T17:52:16.731Z[ recovery-image] Sep 08 17:52:16.171 INFO O| Sep 08 17:52:16.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89082026-09-08T17:52:16.731Z[ recovery-image] Sep 08 17:52:16.171 INFO O| Sep 08 17:52:16.171 INFO STEP 1023 (remove_files) COMPLETE
89092026-09-08T17:52:16.731Z[ recovery-image] Sep 08 17:52:16.171 INFO O| Sep 08 17:52:16.171 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89102026-09-08T17:52:16.742Z[ recovery-image] Sep 08 17:52:16.182 INFO O| Sep 08 17:52:16.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89112026-09-08T17:52:16.742Z[ recovery-image] Sep 08 17:52:16.182 INFO O| Sep 08 17:52:16.182 INFO STEP 1024 (remove_files) COMPLETE
89122026-09-08T17:52:16.742Z[ recovery-image] Sep 08 17:52:16.182 INFO O| Sep 08 17:52:16.182 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89132026-09-08T17:52:16.746Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
89142026-09-08T17:52:16.755Z[ recovery-image] Sep 08 17:52:16.194 INFO O| Sep 08 17:52:16.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89152026-09-08T17:52:16.755Z[ recovery-image] Sep 08 17:52:16.194 INFO O| Sep 08 17:52:16.194 INFO STEP 1025 (remove_files) COMPLETE
89162026-09-08T17:52:16.755Z[ recovery-image] Sep 08 17:52:16.194 INFO O| Sep 08 17:52:16.194 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-08T17:52:16.764Z[ recovery-image] Sep 08 17:52:16.204 INFO O| Sep 08 17:52:16.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89182026-09-08T17:52:16.764Z[ recovery-image] Sep 08 17:52:16.204 INFO O| Sep 08 17:52:16.204 INFO STEP 1026 (remove_files) COMPLETE
89192026-09-08T17:52:16.764Z[ recovery-image] Sep 08 17:52:16.204 INFO O| Sep 08 17:52:16.204 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-08T17:52:16.777Z[ recovery-image] Sep 08 17:52:16.214 INFO O| Sep 08 17:52:16.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89212026-09-08T17:52:16.780Z[ recovery-image] Sep 08 17:52:16.214 INFO O| Sep 08 17:52:16.214 INFO STEP 1027 (remove_files) COMPLETE
89222026-09-08T17:52:16.781Z[ recovery-image] Sep 08 17:52:16.214 INFO O| Sep 08 17:52:16.214 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-08T17:52:16.784Z[ recovery-image] Sep 08 17:52:16.224 INFO O| Sep 08 17:52:16.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89242026-09-08T17:52:16.784Z[ recovery-image] Sep 08 17:52:16.224 INFO O| Sep 08 17:52:16.224 INFO STEP 1028 (remove_files) COMPLETE
89252026-09-08T17:52:16.784Z[ recovery-image] Sep 08 17:52:16.224 INFO O| Sep 08 17:52:16.224 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-08T17:52:16.794Z[ recovery-image] Sep 08 17:52:16.234 INFO O| Sep 08 17:52:16.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89272026-09-08T17:52:16.794Z[ recovery-image] Sep 08 17:52:16.235 INFO O| Sep 08 17:52:16.234 INFO STEP 1029 (remove_files) COMPLETE
89282026-09-08T17:52:16.797Z[ recovery-image] Sep 08 17:52:16.235 INFO O| Sep 08 17:52:16.235 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-08T17:52:16.809Z[ recovery-image] Sep 08 17:52:16.244 INFO O| Sep 08 17:52:16.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89302026-09-08T17:52:16.809Z[ recovery-image] Sep 08 17:52:16.244 INFO O| Sep 08 17:52:16.244 INFO STEP 1030 (remove_files) COMPLETE
89312026-09-08T17:52:16.809Z[ recovery-image] Sep 08 17:52:16.244 INFO O| Sep 08 17:52:16.244 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-08T17:52:16.814Z[ recovery-image] Sep 08 17:52:16.254 INFO O| Sep 08 17:52:16.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89332026-09-08T17:52:16.817Z[ recovery-image] Sep 08 17:52:16.255 INFO O| Sep 08 17:52:16.255 INFO STEP 1031 (remove_files) COMPLETE
89342026-09-08T17:52:16.817Z[ recovery-image] Sep 08 17:52:16.255 INFO O| Sep 08 17:52:16.255 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-08T17:52:16.824Z[ recovery-image] Sep 08 17:52:16.264 INFO O| Sep 08 17:52:16.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89362026-09-08T17:52:16.824Z[ recovery-image] Sep 08 17:52:16.264 INFO O| Sep 08 17:52:16.264 INFO STEP 1032 (remove_files) COMPLETE
89372026-09-08T17:52:16.827Z[ recovery-image] Sep 08 17:52:16.264 INFO O| Sep 08 17:52:16.264 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-08T17:52:16.832Z[ recovery-image] Sep 08 17:52:16.272 INFO O| Sep 08 17:52:16.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89392026-09-08T17:52:16.832Z[ recovery-image] Sep 08 17:52:16.273 INFO O| Sep 08 17:52:16.273 INFO STEP 1033 (remove_files) COMPLETE
89402026-09-08T17:52:16.832Z[ recovery-image] Sep 08 17:52:16.273 INFO O| Sep 08 17:52:16.273 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-08T17:52:16.841Z[ recovery-image] Sep 08 17:52:16.281 INFO O| Sep 08 17:52:16.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89422026-09-08T17:52:16.841Z[ recovery-image] Sep 08 17:52:16.281 INFO O| Sep 08 17:52:16.281 INFO STEP 1034 (remove_files) COMPLETE
89432026-09-08T17:52:16.841Z[ recovery-image] Sep 08 17:52:16.281 INFO O| Sep 08 17:52:16.281 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-08T17:52:16.849Z[ recovery-image] Sep 08 17:52:16.289 INFO O| Sep 08 17:52:16.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89452026-09-08T17:52:16.849Z[ recovery-image] Sep 08 17:52:16.289 INFO O| Sep 08 17:52:16.289 INFO STEP 1035 (remove_files) COMPLETE
89462026-09-08T17:52:16.849Z[ recovery-image] Sep 08 17:52:16.289 INFO O| Sep 08 17:52:16.289 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-08T17:52:16.857Z[ recovery-image] Sep 08 17:52:16.297 INFO O| Sep 08 17:52:16.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89482026-09-08T17:52:16.857Z[ recovery-image] Sep 08 17:52:16.297 INFO O| Sep 08 17:52:16.297 INFO STEP 1036 (remove_files) COMPLETE
89492026-09-08T17:52:16.860Z[ recovery-image] Sep 08 17:52:16.297 INFO O| Sep 08 17:52:16.297 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-08T17:52:16.865Z[ recovery-image] Sep 08 17:52:16.305 INFO O| Sep 08 17:52:16.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89512026-09-08T17:52:16.865Z[ recovery-image] Sep 08 17:52:16.305 INFO O| Sep 08 17:52:16.305 INFO STEP 1037 (remove_files) COMPLETE
89522026-09-08T17:52:16.865Z[ recovery-image] Sep 08 17:52:16.305 INFO O| Sep 08 17:52:16.305 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-08T17:52:16.874Z[ recovery-image] Sep 08 17:52:16.314 INFO O| Sep 08 17:52:16.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89542026-09-08T17:52:16.874Z[ recovery-image] Sep 08 17:52:16.314 INFO O| Sep 08 17:52:16.314 INFO STEP 1038 (remove_files) COMPLETE
89552026-09-08T17:52:16.880Z[ recovery-image] Sep 08 17:52:16.314 INFO O| Sep 08 17:52:16.314 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-08T17:52:16.883Z[ recovery-image] Sep 08 17:52:16.322 INFO O| Sep 08 17:52:16.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89572026-09-08T17:52:16.883Z[ recovery-image] Sep 08 17:52:16.322 INFO O| Sep 08 17:52:16.322 INFO STEP 1039 (remove_files) COMPLETE
89582026-09-08T17:52:16.883Z[ recovery-image] Sep 08 17:52:16.322 INFO O| Sep 08 17:52:16.322 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-08T17:52:16.890Z[ recovery-image] Sep 08 17:52:16.330 INFO O| Sep 08 17:52:16.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89602026-09-08T17:52:16.890Z[ recovery-image] Sep 08 17:52:16.330 INFO O| Sep 08 17:52:16.330 INFO STEP 1040 (remove_files) COMPLETE
89612026-09-08T17:52:16.891Z[ recovery-image] Sep 08 17:52:16.330 INFO O| Sep 08 17:52:16.330 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-08T17:52:16.899Z[ recovery-image] Sep 08 17:52:16.338 INFO O| Sep 08 17:52:16.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89632026-09-08T17:52:16.899Z[ recovery-image] Sep 08 17:52:16.338 INFO O| Sep 08 17:52:16.338 INFO STEP 1041 (remove_files) COMPLETE
89642026-09-08T17:52:16.899Z[ recovery-image] Sep 08 17:52:16.338 INFO O| Sep 08 17:52:16.338 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-08T17:52:16.909Z[ recovery-image] Sep 08 17:52:16.349 INFO O| Sep 08 17:52:16.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89662026-09-08T17:52:16.909Z[ recovery-image] Sep 08 17:52:16.349 INFO O| Sep 08 17:52:16.349 INFO STEP 1042 (remove_files) COMPLETE
89672026-09-08T17:52:16.909Z[ recovery-image] Sep 08 17:52:16.349 INFO O| Sep 08 17:52:16.349 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-08T17:52:16.920Z[ recovery-image] Sep 08 17:52:16.360 INFO O| Sep 08 17:52:16.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89692026-09-08T17:52:16.920Z[ recovery-image] Sep 08 17:52:16.360 INFO O| Sep 08 17:52:16.360 INFO STEP 1043 (remove_files) COMPLETE
89702026-09-08T17:52:16.920Z[ recovery-image] Sep 08 17:52:16.360 INFO O| Sep 08 17:52:16.360 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-08T17:52:16.931Z[ recovery-image] Sep 08 17:52:16.371 INFO O| Sep 08 17:52:16.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89722026-09-08T17:52:16.931Z[ recovery-image] Sep 08 17:52:16.371 INFO O| Sep 08 17:52:16.371 INFO STEP 1044 (remove_files) COMPLETE
89732026-09-08T17:52:16.931Z[ recovery-image] Sep 08 17:52:16.371 INFO O| Sep 08 17:52:16.371 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-08T17:52:16.934Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
89752026-09-08T17:52:16.942Z[ recovery-image] Sep 08 17:52:16.381 INFO O| Sep 08 17:52:16.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89762026-09-08T17:52:16.942Z[ recovery-image] Sep 08 17:52:16.382 INFO O| Sep 08 17:52:16.382 INFO STEP 1045 (remove_files) COMPLETE
89772026-09-08T17:52:16.943Z[ recovery-image] Sep 08 17:52:16.382 INFO O| Sep 08 17:52:16.382 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89782026-09-08T17:52:16.952Z[ recovery-image] Sep 08 17:52:16.392 INFO O| Sep 08 17:52:16.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89792026-09-08T17:52:16.952Z[ recovery-image] Sep 08 17:52:16.392 INFO O| Sep 08 17:52:16.392 INFO STEP 1046 (remove_files) COMPLETE
89802026-09-08T17:52:16.952Z[ recovery-image] Sep 08 17:52:16.392 INFO O| Sep 08 17:52:16.392 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-08T17:52:16.963Z[ recovery-image] Sep 08 17:52:16.403 INFO O| Sep 08 17:52:16.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89822026-09-08T17:52:16.966Z[ recovery-image] Sep 08 17:52:16.404 INFO O| Sep 08 17:52:16.404 INFO STEP 1047 (remove_files) COMPLETE
89832026-09-08T17:52:16.966Z[ recovery-image] Sep 08 17:52:16.404 INFO O| Sep 08 17:52:16.404 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-08T17:52:16.974Z[ recovery-image] Sep 08 17:52:16.414 INFO O| Sep 08 17:52:16.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89852026-09-08T17:52:16.974Z[ recovery-image] Sep 08 17:52:16.414 INFO O| Sep 08 17:52:16.414 INFO STEP 1048 (remove_files) COMPLETE
89862026-09-08T17:52:16.974Z[ recovery-image] Sep 08 17:52:16.414 INFO O| Sep 08 17:52:16.414 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-08T17:52:16.984Z[ recovery-image] Sep 08 17:52:16.424 INFO O| Sep 08 17:52:16.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
89882026-09-08T17:52:16.984Z[ recovery-image] Sep 08 17:52:16.424 INFO O| Sep 08 17:52:16.424 INFO STEP 1049 (remove_files) COMPLETE
89892026-09-08T17:52:16.987Z[ recovery-image] Sep 08 17:52:16.424 INFO O| Sep 08 17:52:16.424 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-08T17:52:16.998Z[ recovery-image] Sep 08 17:52:16.436 INFO O| Sep 08 17:52:16.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
89912026-09-08T17:52:16.998Z[ recovery-image] Sep 08 17:52:16.436 INFO O| Sep 08 17:52:16.436 INFO STEP 1050 (remove_files) COMPLETE
89922026-09-08T17:52:17.001Z[ recovery-image] Sep 08 17:52:16.436 INFO O| Sep 08 17:52:16.436 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89932026-09-08T17:52:17.006Z[ recovery-image] Sep 08 17:52:16.446 INFO O| Sep 08 17:52:16.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
89942026-09-08T17:52:17.006Z[ recovery-image] Sep 08 17:52:16.447 INFO O| Sep 08 17:52:16.446 INFO STEP 1051 (remove_files) COMPLETE
89952026-09-08T17:52:17.010Z[ recovery-image] Sep 08 17:52:16.447 INFO O| Sep 08 17:52:16.446 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89962026-09-08T17:52:17.019Z[ recovery-image] Sep 08 17:52:16.459 INFO O| Sep 08 17:52:16.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
89972026-09-08T17:52:17.019Z[ recovery-image] Sep 08 17:52:16.459 INFO O| Sep 08 17:52:16.459 INFO STEP 1052 (remove_files) COMPLETE
89982026-09-08T17:52:17.019Z[ recovery-image] Sep 08 17:52:16.459 INFO O| Sep 08 17:52:16.459 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89992026-09-08T17:52:17.028Z[ recovery-image] Sep 08 17:52:16.468 INFO O| Sep 08 17:52:16.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90002026-09-08T17:52:17.028Z[ recovery-image] Sep 08 17:52:16.468 INFO O| Sep 08 17:52:16.468 INFO STEP 1053 (remove_files) COMPLETE
90012026-09-08T17:52:17.031Z[ recovery-image] Sep 08 17:52:16.468 INFO O| Sep 08 17:52:16.468 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90022026-09-08T17:52:17.038Z[ recovery-image] Sep 08 17:52:16.479 INFO O| Sep 08 17:52:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90032026-09-08T17:52:17.039Z[ recovery-image] Sep 08 17:52:16.479 INFO O| Sep 08 17:52:16.479 INFO STEP 1054 (remove_files) COMPLETE
90042026-09-08T17:52:17.039Z[ recovery-image] Sep 08 17:52:16.479 INFO O| Sep 08 17:52:16.479 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90052026-09-08T17:52:17.048Z[ recovery-image] Sep 08 17:52:16.488 INFO O| Sep 08 17:52:16.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90062026-09-08T17:52:17.048Z[ recovery-image] Sep 08 17:52:16.488 INFO O| Sep 08 17:52:16.488 INFO STEP 1055 (remove_files) COMPLETE
90072026-09-08T17:52:17.048Z[ recovery-image] Sep 08 17:52:16.488 INFO O| Sep 08 17:52:16.488 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90082026-09-08T17:52:17.057Z[ recovery-image] Sep 08 17:52:16.498 INFO O| Sep 08 17:52:16.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90092026-09-08T17:52:17.058Z[ recovery-image] Sep 08 17:52:16.498 INFO O| Sep 08 17:52:16.498 INFO STEP 1056 (remove_files) COMPLETE
90102026-09-08T17:52:17.058Z[ recovery-image] Sep 08 17:52:16.498 INFO O| Sep 08 17:52:16.498 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90112026-09-08T17:52:17.069Z[ recovery-image] Sep 08 17:52:16.509 INFO O| Sep 08 17:52:16.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90122026-09-08T17:52:17.069Z[ recovery-image] Sep 08 17:52:16.509 INFO O| Sep 08 17:52:16.509 INFO STEP 1057 (remove_files) COMPLETE
90132026-09-08T17:52:17.069Z[ recovery-image] Sep 08 17:52:16.509 INFO O| Sep 08 17:52:16.509 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90142026-09-08T17:52:17.079Z[ recovery-image] Sep 08 17:52:16.519 INFO O| Sep 08 17:52:16.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90152026-09-08T17:52:17.079Z[ recovery-image] Sep 08 17:52:16.519 INFO O| Sep 08 17:52:16.519 INFO STEP 1058 (remove_files) COMPLETE
90162026-09-08T17:52:17.083Z[ recovery-image] Sep 08 17:52:16.519 INFO O| Sep 08 17:52:16.519 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90172026-09-08T17:52:17.088Z[ recovery-image] Sep 08 17:52:16.528 INFO O| Sep 08 17:52:16.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90182026-09-08T17:52:17.089Z[ recovery-image] Sep 08 17:52:16.529 INFO O| Sep 08 17:52:16.529 INFO STEP 1059 (remove_files) COMPLETE
90192026-09-08T17:52:17.089Z[ recovery-image] Sep 08 17:52:16.529 INFO O| Sep 08 17:52:16.529 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90202026-09-08T17:52:17.099Z[ recovery-image] Sep 08 17:52:16.539 INFO O| Sep 08 17:52:16.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90212026-09-08T17:52:17.099Z[ recovery-image] Sep 08 17:52:16.539 INFO O| Sep 08 17:52:16.539 INFO STEP 1060 (remove_files) COMPLETE
90222026-09-08T17:52:17.099Z[ recovery-image] Sep 08 17:52:16.539 INFO O| Sep 08 17:52:16.539 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-08T17:52:17.111Z[ recovery-image] Sep 08 17:52:16.550 INFO O| Sep 08 17:52:16.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90242026-09-08T17:52:17.111Z[ recovery-image] Sep 08 17:52:16.550 INFO O| Sep 08 17:52:16.550 INFO STEP 1061 (remove_files) COMPLETE
90252026-09-08T17:52:17.111Z[ recovery-image] Sep 08 17:52:16.550 INFO O| Sep 08 17:52:16.550 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-08T17:52:17.120Z[ recovery-image] Sep 08 17:52:16.560 INFO O| Sep 08 17:52:16.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90272026-09-08T17:52:17.123Z[ recovery-image] Sep 08 17:52:16.561 INFO O| Sep 08 17:52:16.561 INFO STEP 1062 (remove_files) COMPLETE
90282026-09-08T17:52:17.124Z[ recovery-image] Sep 08 17:52:16.561 INFO O| Sep 08 17:52:16.561 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-08T17:52:17.133Z[ recovery-image] Sep 08 17:52:16.571 INFO O| Sep 08 17:52:16.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90302026-09-08T17:52:17.133Z[ recovery-image] Sep 08 17:52:16.571 INFO O| Sep 08 17:52:16.571 INFO STEP 1063 (remove_files) COMPLETE
90312026-09-08T17:52:17.136Z[ recovery-image] Sep 08 17:52:16.571 INFO O| Sep 08 17:52:16.571 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-08T17:52:17.183Z[ recovery-image] Sep 08 17:52:16.581 INFO O| Sep 08 17:52:16.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90332026-09-08T17:52:17.183Z[ recovery-image] Sep 08 17:52:16.581 INFO O| Sep 08 17:52:16.581 INFO STEP 1064 (remove_files) COMPLETE
90342026-09-08T17:52:17.188Z[ recovery-image] Sep 08 17:52:16.581 INFO O| Sep 08 17:52:16.581 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-08T17:52:17.188Z[ recovery-image] Sep 08 17:52:16.590 INFO O| Sep 08 17:52:16.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90362026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.590 INFO O| Sep 08 17:52:16.590 INFO STEP 1065 (remove_files) COMPLETE
90372026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.590 INFO O| Sep 08 17:52:16.590 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.604 INFO O| Sep 08 17:52:16.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90392026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.604 INFO O| Sep 08 17:52:16.604 INFO STEP 1066 (remove_files) COMPLETE
90402026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.604 INFO O| Sep 08 17:52:16.604 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.615 INFO O| Sep 08 17:52:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90422026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.615 INFO O| Sep 08 17:52:16.615 INFO STEP 1067 (remove_files) COMPLETE
90432026-09-08T17:52:17.189Z[ recovery-image] Sep 08 17:52:16.615 INFO O| Sep 08 17:52:16.615 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-08T17:52:17.195Z[ recovery-image] Sep 08 17:52:16.627 INFO O| Sep 08 17:52:16.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90452026-09-08T17:52:17.195Z[ recovery-image] Sep 08 17:52:16.627 INFO O| Sep 08 17:52:16.627 INFO STEP 1068 (remove_files) COMPLETE
90462026-09-08T17:52:17.195Z[ recovery-image] Sep 08 17:52:16.627 INFO O| Sep 08 17:52:16.627 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-08T17:52:17.201Z[ recovery-image] Sep 08 17:52:16.638 INFO O| Sep 08 17:52:16.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90482026-09-08T17:52:17.201Z[ recovery-image] Sep 08 17:52:16.638 INFO O| Sep 08 17:52:16.638 INFO STEP 1069 (remove_files) COMPLETE
90492026-09-08T17:52:17.201Z[ recovery-image] Sep 08 17:52:16.638 INFO O| Sep 08 17:52:16.638 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-08T17:52:17.209Z[ recovery-image] Sep 08 17:52:16.649 INFO O| Sep 08 17:52:16.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90512026-09-08T17:52:17.209Z[ recovery-image] Sep 08 17:52:16.649 INFO O| Sep 08 17:52:16.649 INFO STEP 1070 (remove_files) COMPLETE
90522026-09-08T17:52:17.209Z[ recovery-image] Sep 08 17:52:16.649 INFO O| Sep 08 17:52:16.649 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-08T17:52:17.225Z[ recovery-image] Sep 08 17:52:16.665 INFO O| Sep 08 17:52:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90542026-09-08T17:52:17.225Z[ recovery-image] Sep 08 17:52:16.665 INFO O| Sep 08 17:52:16.665 INFO STEP 1071 (remove_files) COMPLETE
90552026-09-08T17:52:17.228Z[ recovery-image] Sep 08 17:52:16.665 INFO O| Sep 08 17:52:16.665 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-08T17:52:17.260Z[ recovery-image] Sep 08 17:52:16.700 INFO O| Sep 08 17:52:16.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90572026-09-08T17:52:17.260Z[ recovery-image] Sep 08 17:52:16.700 INFO O| Sep 08 17:52:16.700 INFO STEP 1072 (remove_files) COMPLETE
90582026-09-08T17:52:17.260Z[ recovery-image] Sep 08 17:52:16.700 INFO O| Sep 08 17:52:16.700 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-08T17:52:17.309Z[ recovery-image] Sep 08 17:52:16.749 INFO O| Sep 08 17:52:16.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90602026-09-08T17:52:17.309Z[ recovery-image] Sep 08 17:52:16.749 INFO O| Sep 08 17:52:16.749 INFO STEP 1073 (remove_files) COMPLETE
90612026-09-08T17:52:17.309Z[ recovery-image] Sep 08 17:52:16.749 INFO O| Sep 08 17:52:16.749 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-08T17:52:17.319Z[ recovery-image] Sep 08 17:52:16.759 INFO O| Sep 08 17:52:16.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90632026-09-08T17:52:17.319Z[ recovery-image] Sep 08 17:52:16.759 INFO O| Sep 08 17:52:16.759 INFO STEP 1074 (remove_files) COMPLETE
90642026-09-08T17:52:17.319Z[ recovery-image] Sep 08 17:52:16.759 INFO O| Sep 08 17:52:16.759 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-08T17:52:17.328Z[ recovery-image] Sep 08 17:52:16.768 INFO O| Sep 08 17:52:16.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90662026-09-08T17:52:17.328Z[ recovery-image] Sep 08 17:52:16.768 INFO O| Sep 08 17:52:16.768 INFO STEP 1075 (remove_files) COMPLETE
90672026-09-08T17:52:17.328Z[ recovery-image] Sep 08 17:52:16.768 INFO O| Sep 08 17:52:16.768 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-08T17:52:17.358Z[ recovery-image] Sep 08 17:52:16.797 INFO O| Sep 08 17:52:16.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90692026-09-08T17:52:17.358Z[ recovery-image] Sep 08 17:52:16.797 INFO O| Sep 08 17:52:16.797 INFO STEP 1076 (remove_files) COMPLETE
90702026-09-08T17:52:17.362Z[ recovery-image] Sep 08 17:52:16.797 INFO O| Sep 08 17:52:16.797 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-08T17:52:17.369Z[ recovery-image] Sep 08 17:52:16.808 INFO O| Sep 08 17:52:16.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90722026-09-08T17:52:17.370Z[ recovery-image] Sep 08 17:52:16.808 INFO O| Sep 08 17:52:16.808 INFO STEP 1077 (remove_files) COMPLETE
90732026-09-08T17:52:17.370Z[ recovery-image] Sep 08 17:52:16.808 INFO O| Sep 08 17:52:16.808 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-08T17:52:17.387Z[ recovery-image] Sep 08 17:52:16.827 INFO O| Sep 08 17:52:16.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90752026-09-08T17:52:17.387Z[ recovery-image] Sep 08 17:52:16.827 INFO O| Sep 08 17:52:16.827 INFO STEP 1078 (remove_files) COMPLETE
90762026-09-08T17:52:17.387Z[ recovery-image] Sep 08 17:52:16.827 INFO O| Sep 08 17:52:16.827 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-08T17:52:17.405Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
90782026-09-08T17:52:17.414Z[ recovery-image] Sep 08 17:52:16.852 INFO O| Sep 08 17:52:16.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90792026-09-08T17:52:17.414Z[ recovery-image] Sep 08 17:52:16.852 INFO O| Sep 08 17:52:16.852 INFO STEP 1079 (remove_files) COMPLETE
90802026-09-08T17:52:17.417Z[ recovery-image] Sep 08 17:52:16.852 INFO O| Sep 08 17:52:16.852 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90812026-09-08T17:52:17.422Z[ recovery-image] Sep 08 17:52:16.862 INFO O| Sep 08 17:52:16.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90822026-09-08T17:52:17.422Z[ recovery-image] Sep 08 17:52:16.862 INFO O| Sep 08 17:52:16.862 INFO STEP 1080 (remove_files) COMPLETE
90832026-09-08T17:52:17.422Z[ recovery-image] Sep 08 17:52:16.862 INFO O| Sep 08 17:52:16.862 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90842026-09-08T17:52:17.431Z[ recovery-image] Sep 08 17:52:16.872 INFO O| Sep 08 17:52:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90852026-09-08T17:52:17.431Z[ recovery-image] Sep 08 17:52:16.872 INFO O| Sep 08 17:52:16.872 INFO STEP 1081 (remove_files) COMPLETE
90862026-09-08T17:52:17.431Z[ recovery-image] Sep 08 17:52:16.872 INFO O| Sep 08 17:52:16.872 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90872026-09-08T17:52:17.444Z[ recovery-image] Sep 08 17:52:16.884 INFO O| Sep 08 17:52:16.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
90882026-09-08T17:52:17.444Z[ recovery-image] Sep 08 17:52:16.884 INFO O| Sep 08 17:52:16.884 INFO STEP 1082 (remove_files) COMPLETE
90892026-09-08T17:52:17.449Z[ recovery-image] Sep 08 17:52:16.884 INFO O| Sep 08 17:52:16.884 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90902026-09-08T17:52:17.454Z[ recovery-image] Sep 08 17:52:16.894 INFO O| Sep 08 17:52:16.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
90912026-09-08T17:52:17.454Z[ recovery-image] Sep 08 17:52:16.894 INFO O| Sep 08 17:52:16.894 INFO STEP 1083 (remove_files) COMPLETE
90922026-09-08T17:52:17.457Z[ recovery-image] Sep 08 17:52:16.894 INFO O| Sep 08 17:52:16.894 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90932026-09-08T17:52:17.463Z[ recovery-image] Sep 08 17:52:16.903 INFO O| Sep 08 17:52:16.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
90942026-09-08T17:52:17.463Z[ recovery-image] Sep 08 17:52:16.903 INFO O| Sep 08 17:52:16.903 INFO STEP 1084 (remove_files) COMPLETE
90952026-09-08T17:52:17.466Z[ recovery-image] Sep 08 17:52:16.903 INFO O| Sep 08 17:52:16.903 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90962026-09-08T17:52:17.473Z[ recovery-image] Sep 08 17:52:16.913 INFO O| Sep 08 17:52:16.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
90972026-09-08T17:52:17.473Z[ recovery-image] Sep 08 17:52:16.913 INFO O| Sep 08 17:52:16.913 INFO STEP 1085 (remove_files) COMPLETE
90982026-09-08T17:52:17.476Z[ recovery-image] Sep 08 17:52:16.913 INFO O| Sep 08 17:52:16.913 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90992026-09-08T17:52:17.482Z[ recovery-image] Sep 08 17:52:16.922 INFO O| Sep 08 17:52:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91002026-09-08T17:52:17.482Z[ recovery-image] Sep 08 17:52:16.922 INFO O| Sep 08 17:52:16.922 INFO STEP 1086 (remove_files) COMPLETE
91012026-09-08T17:52:17.484Z[ recovery-image] Sep 08 17:52:16.922 INFO O| Sep 08 17:52:16.922 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91022026-09-08T17:52:17.490Z[ recovery-image] Sep 08 17:52:16.930 INFO O| Sep 08 17:52:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91032026-09-08T17:52:17.490Z[ recovery-image] Sep 08 17:52:16.930 INFO O| Sep 08 17:52:16.930 INFO STEP 1087 (remove_files) COMPLETE
91042026-09-08T17:52:17.493Z[ recovery-image] Sep 08 17:52:16.930 INFO O| Sep 08 17:52:16.930 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91052026-09-08T17:52:17.507Z[ recovery-image] Sep 08 17:52:16.947 INFO O| Sep 08 17:52:16.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91062026-09-08T17:52:17.507Z[ recovery-image] Sep 08 17:52:16.947 INFO O| Sep 08 17:52:16.947 INFO STEP 1088 (remove_files) COMPLETE
91072026-09-08T17:52:17.507Z[ recovery-image] Sep 08 17:52:16.947 INFO O| Sep 08 17:52:16.947 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91082026-09-08T17:52:17.517Z[ recovery-image] Sep 08 17:52:16.957 INFO O| Sep 08 17:52:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91092026-09-08T17:52:17.518Z[ recovery-image] Sep 08 17:52:16.957 INFO O| Sep 08 17:52:16.957 INFO STEP 1089 (remove_files) COMPLETE
91102026-09-08T17:52:17.518Z[ recovery-image] Sep 08 17:52:16.957 INFO O| Sep 08 17:52:16.957 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91112026-09-08T17:52:17.527Z[ recovery-image] Sep 08 17:52:16.967 INFO O| Sep 08 17:52:16.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91122026-09-08T17:52:17.527Z[ recovery-image] Sep 08 17:52:16.967 INFO O| Sep 08 17:52:16.967 INFO STEP 1090 (remove_files) COMPLETE
91132026-09-08T17:52:17.530Z[ recovery-image] Sep 08 17:52:16.967 INFO O| Sep 08 17:52:16.967 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91142026-09-08T17:52:17.552Z[ recovery-image] Sep 08 17:52:16.992 INFO O| Sep 08 17:52:16.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91152026-09-08T17:52:17.553Z[ recovery-image] Sep 08 17:52:16.992 INFO O| Sep 08 17:52:16.992 INFO STEP 1091 (remove_files) COMPLETE
91162026-09-08T17:52:17.553Z[ recovery-image] Sep 08 17:52:16.992 INFO O| Sep 08 17:52:16.992 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91172026-09-08T17:52:17.579Z[ recovery-image] Sep 08 17:52:17.019 INFO O| Sep 08 17:52:17.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91182026-09-08T17:52:17.579Z[ recovery-image] Sep 08 17:52:17.019 INFO O| Sep 08 17:52:17.019 INFO STEP 1092 (remove_files) COMPLETE
91192026-09-08T17:52:17.579Z[ recovery-image] Sep 08 17:52:17.019 INFO O| Sep 08 17:52:17.019 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91202026-09-08T17:52:17.589Z[ recovery-image] Sep 08 17:52:17.029 INFO O| Sep 08 17:52:17.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91212026-09-08T17:52:17.589Z[ recovery-image] Sep 08 17:52:17.029 INFO O| Sep 08 17:52:17.029 INFO STEP 1093 (remove_files) COMPLETE
91222026-09-08T17:52:17.589Z[ recovery-image] Sep 08 17:52:17.029 INFO O| Sep 08 17:52:17.029 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91232026-09-08T17:52:17.600Z[ recovery-image] Sep 08 17:52:17.040 INFO O| Sep 08 17:52:17.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91242026-09-08T17:52:17.600Z[ recovery-image] Sep 08 17:52:17.040 INFO O| Sep 08 17:52:17.040 INFO STEP 1094 (remove_files) COMPLETE
91252026-09-08T17:52:17.603Z[ recovery-image] Sep 08 17:52:17.040 INFO O| Sep 08 17:52:17.040 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91262026-09-08T17:52:17.616Z[ recovery-image] Sep 08 17:52:17.050 INFO O| Sep 08 17:52:17.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91272026-09-08T17:52:17.616Z[ recovery-image] Sep 08 17:52:17.050 INFO O| Sep 08 17:52:17.050 INFO STEP 1095 (remove_files) COMPLETE
91282026-09-08T17:52:17.616Z[ recovery-image] Sep 08 17:52:17.050 INFO O| Sep 08 17:52:17.050 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91292026-09-08T17:52:17.627Z[ recovery-image] Sep 08 17:52:17.067 INFO O| Sep 08 17:52:17.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91302026-09-08T17:52:17.627Z[ recovery-image] Sep 08 17:52:17.067 INFO O| Sep 08 17:52:17.060 INFO STEP 1096 (remove_files) COMPLETE
91312026-09-08T17:52:17.627Z[ recovery-image] Sep 08 17:52:17.067 INFO O| Sep 08 17:52:17.060 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91322026-09-08T17:52:17.630Z[ recovery-image] Sep 08 17:52:17.070 INFO O| Sep 08 17:52:17.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91332026-09-08T17:52:17.630Z[ recovery-image] Sep 08 17:52:17.070 INFO O| Sep 08 17:52:17.070 INFO STEP 1097 (remove_files) COMPLETE
91342026-09-08T17:52:17.633Z[ recovery-image] Sep 08 17:52:17.070 INFO O| Sep 08 17:52:17.070 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91352026-09-08T17:52:17.641Z[ recovery-image] Sep 08 17:52:17.081 INFO O| Sep 08 17:52:17.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91362026-09-08T17:52:17.643Z[ recovery-image] Sep 08 17:52:17.081 INFO O| Sep 08 17:52:17.081 INFO STEP 1098 (remove_files) COMPLETE
91372026-09-08T17:52:17.643Z[ recovery-image] Sep 08 17:52:17.081 INFO O| Sep 08 17:52:17.081 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91382026-09-08T17:52:17.653Z[ recovery-image] Sep 08 17:52:17.093 INFO O| Sep 08 17:52:17.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91392026-09-08T17:52:17.653Z[ recovery-image] Sep 08 17:52:17.093 INFO O| Sep 08 17:52:17.093 INFO STEP 1099 (remove_files) COMPLETE
91402026-09-08T17:52:17.653Z[ recovery-image] Sep 08 17:52:17.093 INFO O| Sep 08 17:52:17.093 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91412026-09-08T17:52:17.668Z[ recovery-image] Sep 08 17:52:17.108 INFO O| Sep 08 17:52:17.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91422026-09-08T17:52:17.668Z[ recovery-image] Sep 08 17:52:17.108 INFO O| Sep 08 17:52:17.108 INFO STEP 1100 (remove_files) COMPLETE
91432026-09-08T17:52:17.668Z[ recovery-image] Sep 08 17:52:17.108 INFO O| Sep 08 17:52:17.108 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91442026-09-08T17:52:17.678Z[ recovery-image] Sep 08 17:52:17.118 INFO O| Sep 08 17:52:17.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91452026-09-08T17:52:17.678Z[ recovery-image] Sep 08 17:52:17.118 INFO O| Sep 08 17:52:17.118 INFO STEP 1101 (remove_files) COMPLETE
91462026-09-08T17:52:17.681Z[ recovery-image] Sep 08 17:52:17.118 INFO O| Sep 08 17:52:17.118 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91472026-09-08T17:52:17.688Z[ recovery-image] Sep 08 17:52:17.128 INFO O| Sep 08 17:52:17.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91482026-09-08T17:52:17.688Z[ recovery-image] Sep 08 17:52:17.128 INFO O| Sep 08 17:52:17.128 INFO STEP 1102 (remove_files) COMPLETE
91492026-09-08T17:52:17.688Z[ recovery-image] Sep 08 17:52:17.128 INFO O| Sep 08 17:52:17.128 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91502026-09-08T17:52:17.696Z[ recovery-image] Sep 08 17:52:17.136 INFO O| Sep 08 17:52:17.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91512026-09-08T17:52:17.697Z[ recovery-image] Sep 08 17:52:17.136 INFO O| Sep 08 17:52:17.136 INFO STEP 1103 (remove_files) COMPLETE
91522026-09-08T17:52:17.697Z[ recovery-image] Sep 08 17:52:17.136 INFO O| Sep 08 17:52:17.136 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91532026-09-08T17:52:17.700Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
91542026-09-08T17:52:17.706Z[ recovery-image] Sep 08 17:52:17.146 INFO O| Sep 08 17:52:17.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91552026-09-08T17:52:17.706Z[ recovery-image] Sep 08 17:52:17.146 INFO O| Sep 08 17:52:17.146 INFO STEP 1104 (remove_files) COMPLETE
91562026-09-08T17:52:17.706Z[ recovery-image] Sep 08 17:52:17.146 INFO O| Sep 08 17:52:17.146 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91572026-09-08T17:52:17.715Z[ recovery-image] Sep 08 17:52:17.156 INFO O| Sep 08 17:52:17.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91582026-09-08T17:52:17.715Z[ recovery-image] Sep 08 17:52:17.156 INFO O| Sep 08 17:52:17.156 INFO STEP 1105 (remove_files) COMPLETE
91592026-09-08T17:52:17.716Z[ recovery-image] Sep 08 17:52:17.156 INFO O| Sep 08 17:52:17.156 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91602026-09-08T17:52:17.726Z[ recovery-image] Sep 08 17:52:17.166 INFO O| Sep 08 17:52:17.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91612026-09-08T17:52:17.726Z[ recovery-image] Sep 08 17:52:17.166 INFO O| Sep 08 17:52:17.166 INFO STEP 1106 (remove_files) COMPLETE
91622026-09-08T17:52:17.727Z[ recovery-image] Sep 08 17:52:17.166 INFO O| Sep 08 17:52:17.166 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91632026-09-08T17:52:17.737Z[ recovery-image] Sep 08 17:52:17.177 INFO O| Sep 08 17:52:17.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91642026-09-08T17:52:17.737Z[ recovery-image] Sep 08 17:52:17.177 INFO O| Sep 08 17:52:17.177 INFO STEP 1107 (remove_files) COMPLETE
91652026-09-08T17:52:17.737Z[ recovery-image] Sep 08 17:52:17.177 INFO O| Sep 08 17:52:17.177 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91662026-09-08T17:52:17.748Z[ recovery-image] Sep 08 17:52:17.188 INFO O| Sep 08 17:52:17.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91672026-09-08T17:52:17.748Z[ recovery-image] Sep 08 17:52:17.188 INFO O| Sep 08 17:52:17.188 INFO STEP 1108 (remove_files) COMPLETE
91682026-09-08T17:52:17.748Z[ recovery-image] Sep 08 17:52:17.188 INFO O| Sep 08 17:52:17.188 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91692026-09-08T17:52:17.759Z[ recovery-image] Sep 08 17:52:17.199 INFO O| Sep 08 17:52:17.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91702026-09-08T17:52:17.762Z[ recovery-image] Sep 08 17:52:17.200 INFO O| Sep 08 17:52:17.200 INFO STEP 1109 (remove_files) COMPLETE
91712026-09-08T17:52:17.762Z[ recovery-image] Sep 08 17:52:17.200 INFO O| Sep 08 17:52:17.200 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91722026-09-08T17:52:17.772Z[ recovery-image] Sep 08 17:52:17.212 INFO O| Sep 08 17:52:17.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91732026-09-08T17:52:17.772Z[ recovery-image] Sep 08 17:52:17.212 INFO O| Sep 08 17:52:17.212 INFO STEP 1110 (remove_files) COMPLETE
91742026-09-08T17:52:17.772Z[ recovery-image] Sep 08 17:52:17.212 INFO O| Sep 08 17:52:17.212 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91752026-09-08T17:52:17.783Z[ recovery-image] Sep 08 17:52:17.223 INFO O| Sep 08 17:52:17.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91762026-09-08T17:52:17.784Z[ recovery-image] Sep 08 17:52:17.223 INFO O| Sep 08 17:52:17.223 INFO STEP 1111 (remove_files) COMPLETE
91772026-09-08T17:52:17.787Z[ recovery-image] Sep 08 17:52:17.223 INFO O| Sep 08 17:52:17.223 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91782026-09-08T17:52:17.794Z[ recovery-image] Sep 08 17:52:17.234 INFO O| Sep 08 17:52:17.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91792026-09-08T17:52:17.794Z[ recovery-image] Sep 08 17:52:17.234 INFO O| Sep 08 17:52:17.234 INFO STEP 1112 (remove_files) COMPLETE
91802026-09-08T17:52:17.794Z[ recovery-image] Sep 08 17:52:17.234 INFO O| Sep 08 17:52:17.234 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91812026-09-08T17:52:17.804Z[ recovery-image] Sep 08 17:52:17.244 INFO O| Sep 08 17:52:17.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91822026-09-08T17:52:17.804Z[ recovery-image] Sep 08 17:52:17.244 INFO O| Sep 08 17:52:17.244 INFO STEP 1113 (remove_files) COMPLETE
91832026-09-08T17:52:17.807Z[ recovery-image] Sep 08 17:52:17.244 INFO O| Sep 08 17:52:17.244 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91842026-09-08T17:52:17.813Z[ recovery-image] Sep 08 17:52:17.253 INFO O| Sep 08 17:52:17.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91852026-09-08T17:52:17.813Z[ recovery-image] Sep 08 17:52:17.253 INFO O| Sep 08 17:52:17.253 INFO STEP 1114 (remove_files) COMPLETE
91862026-09-08T17:52:17.816Z[ recovery-image] Sep 08 17:52:17.253 INFO O| Sep 08 17:52:17.253 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91872026-09-08T17:52:17.824Z[ recovery-image] Sep 08 17:52:17.264 INFO O| Sep 08 17:52:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
91882026-09-08T17:52:17.827Z[ recovery-image] Sep 08 17:52:17.264 INFO O| Sep 08 17:52:17.264 INFO STEP 1115 (remove_files) COMPLETE
91892026-09-08T17:52:17.827Z[ recovery-image] Sep 08 17:52:17.264 INFO O| Sep 08 17:52:17.264 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91902026-09-08T17:52:17.836Z[ recovery-image] Sep 08 17:52:17.276 INFO O| Sep 08 17:52:17.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
91912026-09-08T17:52:17.836Z[ recovery-image] Sep 08 17:52:17.276 INFO O| Sep 08 17:52:17.276 INFO STEP 1116 (remove_files) COMPLETE
91922026-09-08T17:52:17.836Z[ recovery-image] Sep 08 17:52:17.276 INFO O| Sep 08 17:52:17.276 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91932026-09-08T17:52:17.848Z[ recovery-image] Sep 08 17:52:17.288 INFO O| Sep 08 17:52:17.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
91942026-09-08T17:52:17.848Z[ recovery-image] Sep 08 17:52:17.288 INFO O| Sep 08 17:52:17.288 INFO STEP 1117 (remove_files) COMPLETE
91952026-09-08T17:52:17.848Z[ recovery-image] Sep 08 17:52:17.288 INFO O| Sep 08 17:52:17.288 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
91962026-09-08T17:52:17.867Z[ recovery-image] Sep 08 17:52:17.305 INFO O| Sep 08 17:52:17.305 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
91972026-09-08T17:52:17.867Z[ recovery-image] Sep 08 17:52:17.305 INFO O| Sep 08 17:52:17.305 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
91982026-09-08T17:52:18.030Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
91992026-09-08T17:52:18.237Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
92002026-09-08T17:52:18.893Z[ recovery-image] Sep 08 17:52:18.333 INFO O| Sep 08 17:52:18.333 INFO STEP 1118 (pack_tar) COMPLETE
92012026-09-08T17:52:18.893Z[ recovery-image] Sep 08 17:52:18.333 INFO O| Sep 08 17:52:18.333 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92022026-09-08T17:52:18.897Z[ recovery-image] Sep 08 17:52:18.333 INFO O| Sep 08 17:52:18.333 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92032026-09-08T17:52:19.134Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
92042026-09-08T17:52:19.390Z[ recovery-image] Sep 08 17:52:18.829 INFO O| Sep 08 17:52:18.829 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92052026-09-08T17:52:19.541Z[ recovery-image] Sep 08 17:52:18.980 INFO O| Sep 08 17:52:18.980 INFO completed processing sled/ramdisk-03-recovery-trim
92062026-09-08T17:52:19.545Z[ recovery-image] Sep 08 17:52:18.984 INFO image builder template: zfs-recovery...
92072026-09-08T17:52:19.545Z[ recovery-image] Sep 08 17:52:18.984 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/.tmpcgJXbZ/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
92082026-09-08T17:52:19.573Z[ recovery-image] Sep 08 17:52:19.013 INFO O| Sep 08 17:52:19.013 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92092026-09-08T17:52:19.584Z[ recovery-image] Sep 08 17:52:19.017 INFO O| Sep 08 17:52:19.017 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92102026-09-08T17:52:19.684Z[ recovery-image] Sep 08 17:52:19.124 INFO O| Sep 08 17:52:19.124 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92112026-09-08T17:52:19.775Z[ recovery-image] Sep 08 17:52:19.211 INFO O| Sep 08 17:52:19.211 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92122026-09-08T17:52:19.775Z[ recovery-image] Sep 08 17:52:19.212 INFO O| Sep 08 17:52:19.211 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92132026-09-08T17:52:19.779Z[ recovery-image] Sep 08 17:52:19.215 INFO O| Sep 08 17:52:19.215 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92142026-09-08T17:52:19.893Z[ recovery-image] Sep 08 17:52:19.325 INFO O| Sep 08 17:52:19.325 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92152026-09-08T17:52:19.968Z[ recovery-image] Sep 08 17:52:19.408 INFO O| Sep 08 17:52:19.408 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92162026-09-08T17:52:19.980Z[ recovery-image] Sep 08 17:52:19.419 INFO O| Sep 08 17:52:19.419 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92172026-09-08T17:52:19.985Z[ recovery-image] Sep 08 17:52:19.425 INFO O| Sep 08 17:52:19.425 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92182026-09-08T17:52:19.990Z[ recovery-image] Sep 08 17:52:19.426 INFO O| Sep 08 17:52:19.426 INFO no lofi found
92192026-09-08T17:52:19.990Z[ recovery-image] Sep 08 17:52:19.426 INFO O| Sep 08 17:52:19.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92202026-09-08T17:52:19.990Z[ recovery-image] Sep 08 17:52:19.426 INFO O| Sep 08 17:52:19.426 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92212026-09-08T17:52:20.054Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92222026-09-08T17:52:20.312Z[ host-image] Sep 08 17:52:19.751 INFO O| adding properties...
92232026-09-08T17:52:20.682Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92242026-09-08T17:52:21.359Z[ host-image] Sep 08 17:52:20.798 INFO O| installing packages...
92252026-09-08T17:52:21.545Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92262026-09-08T17:52:21.566Z[ recovery-image] Sep 08 17:52:21.001 INFO O| Sep 08 17:52:21.001 INFO lofi device = /dev/dsk/c2t1d0p0
92272026-09-08T17:52:21.566Z[ recovery-image] Sep 08 17:52:21.001 INFO O| Sep 08 17:52:21.001 INFO pool device = /dev/dsk/c2t1d0p0
92282026-09-08T17:52:21.566Z[ recovery-image] Sep 08 17:52:21.001 INFO O| Sep 08 17:52:21.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"]
92292026-09-08T17:52:21.737Z[ recovery-image] Sep 08 17:52:21.158 INFO O| Sep 08 17:52:21.158 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92302026-09-08T17:52:21.737Z[ recovery-image] Sep 08 17:52:21.158 INFO O| Sep 08 17:52:21.158 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92312026-09-08T17:52:21.761Z[ recovery-image] Sep 08 17:52:21.185 INFO O| Sep 08 17:52:21.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92322026-09-08T17:52:21.838Z[ recovery-image] Sep 08 17:52:21.278 INFO O| Sep 08 17:52:21.278 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92332026-09-08T17:52:21.873Z[ recovery-image] Sep 08 17:52:21.313 INFO O| Sep 08 17:52:21.312 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92342026-09-08T17:52:21.897Z[ recovery-image] Sep 08 17:52:21.335 INFO O| Sep 08 17:52:21.335 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92352026-09-08T17:52:21.914Z[ recovery-image] Sep 08 17:52:21.354 INFO O| Sep 08 17:52:21.353 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92362026-09-08T17:52:21.957Z[ recovery-image] Sep 08 17:52:21.397 INFO O| Sep 08 17:52:21.397 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92372026-09-08T17:52:21.957Z[ recovery-image] Sep 08 17:52:21.397 INFO O| Sep 08 17:52:21.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92382026-09-08T17:52:21.957Z[ recovery-image] Sep 08 17:52:21.397 INFO O| Sep 08 17:52:21.397 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92392026-09-08T17:52:21.973Z[ recovery-image] Sep 08 17:52:21.412 INFO O| Sep 08 17:52:21.412 INFO boot environment UUID: 7552dcc8-9894-43e2-b6c4-8ea78ab48a6e
92402026-09-08T17:52:21.973Z[ recovery-image] Sep 08 17:52:21.412 INFO O| Sep 08 17:52:21.412 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7552dcc8-9894-43e2-b6c4-8ea78ab48a6e
92412026-09-08T17:52:21.991Z[ recovery-image] Sep 08 17:52:21.431 INFO O| Sep 08 17:52:21.431 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92422026-09-08T17:52:22.010Z[ recovery-image] Sep 08 17:52:21.449 INFO O| Sep 08 17:52:21.449 INFO STEP 0 (create_be) COMPLETE
92432026-09-08T17:52:22.010Z[ recovery-image] Sep 08 17:52:21.449 INFO O| Sep 08 17:52:21.449 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92442026-09-08T17:52:22.030Z[ recovery-image] Sep 08 17:52:21.467 INFO O| Sep 08 17:52:21.467 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"]
92452026-09-08T17:52:22.389Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92462026-09-08T17:52:22.652Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92472026-09-08T17:52:22.730Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92482026-09-08T17:52:23.055Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92492026-09-08T17:52:23.310Z[verify-libraries] Compiling multimap v0.10.1
92502026-09-08T17:52:23.424Z[verify-libraries] Compiling termios v0.3.3
92512026-09-08T17:52:23.642Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92522026-09-08T17:52:23.744Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92532026-09-08T17:52:28.588Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92542026-09-08T17:52:28.630Z[verify-libraries] Compiling polar-core v0.27.3
92552026-09-08T17:52:31.019Z[ recovery-image] Sep 08 17:52:30.459 INFO O| Sep 08 17:52:30.459 INFO STEP 1 (unpack_tar) COMPLETE
92562026-09-08T17:52:31.019Z[ recovery-image] Sep 08 17:52:30.459 INFO O| Sep 08 17:52:30.459 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92572026-09-08T17:52:32.773Z[ recovery-image] Sep 08 17:52:32.211 INFO O| Sep 08 17:52:32.210 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92582026-09-08T17:52:33.200Z[ recovery-image] Sep 08 17:52:32.629 INFO O| Sep 08 17:52:32.629 INFO STEP 2 (devfsadm) COMPLETE
92592026-09-08T17:52:33.200Z[ recovery-image] Sep 08 17:52:32.629 INFO O| Sep 08 17:52:32.629 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92602026-09-08T17:52:33.212Z[ recovery-image] Sep 08 17:52:32.641 INFO O| Sep 08 17:52:32.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92612026-09-08T17:52:33.212Z[ recovery-image] Sep 08 17:52:32.641 INFO O| Sep 08 17:52:32.641 INFO STEP 3 (ensure_dir) COMPLETE
92622026-09-08T17:52:33.212Z[ recovery-image] Sep 08 17:52:32.641 INFO O| Sep 08 17:52:32.641 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92632026-09-08T17:52:33.219Z[ recovery-image] Sep 08 17:52:32.652 INFO O| Sep 08 17:52:32.652 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92642026-09-08T17:52:33.219Z[ recovery-image] Sep 08 17:52:32.652 INFO O| Sep 08 17:52:32.652 INFO STEP 4 (ensure_dir) COMPLETE
92652026-09-08T17:52:33.219Z[ recovery-image] Sep 08 17:52:32.652 INFO O| Sep 08 17:52:32.652 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92662026-09-08T17:52:33.223Z[ recovery-image] Sep 08 17:52:32.662 INFO O| Sep 08 17:52:32.662 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92672026-09-08T17:52:33.223Z[ recovery-image] Sep 08 17:52:32.662 INFO O| Sep 08 17:52:32.662 INFO STEP 5 (ensure_dir) COMPLETE
92682026-09-08T17:52:33.223Z[ recovery-image] Sep 08 17:52:32.662 INFO O| Sep 08 17:52:32.662 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92692026-09-08T17:52:33.234Z[ recovery-image] Sep 08 17:52:32.673 INFO O| Sep 08 17:52:32.673 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92702026-09-08T17:52:33.234Z[ recovery-image] Sep 08 17:52:32.673 INFO O| Sep 08 17:52:32.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92712026-09-08T17:52:33.234Z[ recovery-image] Sep 08 17:52:32.673 INFO O| Sep 08 17:52:32.673 INFO STEP 6 (ensure_dir) COMPLETE
92722026-09-08T17:52:33.239Z[ recovery-image] Sep 08 17:52:32.673 INFO O| Sep 08 17:52:32.673 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92732026-09-08T17:52:33.243Z[ recovery-image] Sep 08 17:52:32.683 INFO O| Sep 08 17:52:32.683 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92742026-09-08T17:52:33.243Z[ recovery-image] Sep 08 17:52:32.683 INFO O| Sep 08 17:52:32.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92752026-09-08T17:52:33.250Z[ recovery-image] Sep 08 17:52:32.683 INFO O| Sep 08 17:52:32.683 INFO STEP 7 (ensure_dir) COMPLETE
92762026-09-08T17:52:33.250Z[ recovery-image] Sep 08 17:52:32.683 INFO O| Sep 08 17:52:32.683 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772026-09-08T17:52:33.257Z[ recovery-image] Sep 08 17:52:32.693 INFO O| Sep 08 17:52:32.693 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92782026-09-08T17:52:33.257Z[ recovery-image] Sep 08 17:52:32.694 INFO O| Sep 08 17:52:32.694 INFO STEP 8 (remove_files) COMPLETE
92792026-09-08T17:52:33.257Z[ recovery-image] Sep 08 17:52:32.694 INFO O| Sep 08 17:52:32.694 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92802026-09-08T17:52:33.265Z[ recovery-image] Sep 08 17:52:32.704 INFO O| Sep 08 17:52:32.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92812026-09-08T17:52:33.268Z[ recovery-image] Sep 08 17:52:32.704 INFO O| Sep 08 17:52:32.704 INFO STEP 9 (remove_files) COMPLETE
92822026-09-08T17:52:33.268Z[ recovery-image] Sep 08 17:52:32.704 INFO O| Sep 08 17:52:32.704 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92832026-09-08T17:52:33.277Z[ recovery-image] Sep 08 17:52:32.714 INFO O| Sep 08 17:52:32.714 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92842026-09-08T17:52:33.281Z[ recovery-image] Sep 08 17:52:32.714 INFO O| Sep 08 17:52:32.714 INFO STEP 10 (remove_files) COMPLETE
92852026-09-08T17:52:33.281Z[ recovery-image] Sep 08 17:52:32.714 INFO O| Sep 08 17:52:32.714 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862026-09-08T17:52:33.296Z[ recovery-image] Sep 08 17:52:32.726 INFO O| Sep 08 17:52:32.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92872026-09-08T17:52:33.296Z[ recovery-image] Sep 08 17:52:32.726 INFO O| Sep 08 17:52:32.726 INFO STEP 11 (remove_files) COMPLETE
92882026-09-08T17:52:33.296Z[ recovery-image] Sep 08 17:52:32.726 INFO O| Sep 08 17:52:32.726 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892026-09-08T17:52:33.317Z[ recovery-image] Sep 08 17:52:32.737 INFO O| Sep 08 17:52:32.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92902026-09-08T17:52:33.317Z[ recovery-image] Sep 08 17:52:32.737 INFO O| Sep 08 17:52:32.737 INFO STEP 12 (remove_files) COMPLETE
92912026-09-08T17:52:33.318Z[ recovery-image] Sep 08 17:52:32.737 INFO O| Sep 08 17:52:32.737 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922026-09-08T17:52:33.325Z[ recovery-image] Sep 08 17:52:32.747 INFO O| Sep 08 17:52:32.746 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92932026-09-08T17:52:33.325Z[ recovery-image] Sep 08 17:52:32.747 INFO O| Sep 08 17:52:32.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92942026-09-08T17:52:33.325Z[ recovery-image] Sep 08 17:52:32.747 INFO O| Sep 08 17:52:32.747 INFO STEP 13 (ensure_dir) COMPLETE
92952026-09-08T17:52:33.326Z[ recovery-image] Sep 08 17:52:32.747 INFO O| Sep 08 17:52:32.747 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92962026-09-08T17:52:33.326Z[ recovery-image] Sep 08 17:52:32.756 INFO O| Sep 08 17:52:32.755 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92972026-09-08T17:52:33.326Z[ recovery-image] Sep 08 17:52:32.756 INFO O| Sep 08 17:52:32.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92982026-09-08T17:52:33.326Z[ recovery-image] Sep 08 17:52:32.756 INFO O| Sep 08 17:52:32.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92992026-09-08T17:52:33.326Z[ recovery-image] Sep 08 17:52:32.756 INFO O| Sep 08 17:52:32.756 INFO STEP 14 (ensure_dir) COMPLETE
93002026-09-08T17:52:33.326Z[ recovery-image] Sep 08 17:52:32.756 INFO O| Sep 08 17:52:32.756 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-09-08T17:52:33.329Z[ recovery-image] Sep 08 17:52:32.765 INFO O| Sep 08 17:52:32.764 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93022026-09-08T17:52:33.329Z[ recovery-image] Sep 08 17:52:32.765 INFO O| Sep 08 17:52:32.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93032026-09-08T17:52:33.329Z[ recovery-image] Sep 08 17:52:32.765 INFO O| Sep 08 17:52:32.764 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93042026-09-08T17:52:33.332Z[ recovery-image] Sep 08 17:52:32.765 INFO O| Sep 08 17:52:32.764 INFO STEP 15 (ensure_dir) COMPLETE
93052026-09-08T17:52:33.333Z[ recovery-image] Sep 08 17:52:32.765 INFO O| Sep 08 17:52:32.764 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062026-09-08T17:52:33.338Z[ recovery-image] Sep 08 17:52:32.775 INFO O| Sep 08 17:52:32.774 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93072026-09-08T17:52:33.338Z[ recovery-image] Sep 08 17:52:32.775 INFO O| Sep 08 17:52:32.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93082026-09-08T17:52:33.339Z[ recovery-image] Sep 08 17:52:32.775 INFO O| Sep 08 17:52:32.774 INFO STEP 16 (ensure_dir) COMPLETE
93092026-09-08T17:52:33.339Z[ recovery-image] Sep 08 17:52:32.775 INFO O| Sep 08 17:52:32.774 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93102026-09-08T17:52:33.346Z[ recovery-image] Sep 08 17:52:32.786 INFO O| Sep 08 17:52:32.785 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93112026-09-08T17:52:33.347Z[ recovery-image] Sep 08 17:52:32.786 INFO O| Sep 08 17:52:32.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93122026-09-08T17:52:33.347Z[ recovery-image] Sep 08 17:52:32.786 INFO O| Sep 08 17:52:32.786 INFO STEP 17 (ensure_dir) COMPLETE
93132026-09-08T17:52:33.351Z[ recovery-image] Sep 08 17:52:32.786 INFO O| Sep 08 17:52:32.786 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93142026-09-08T17:52:33.358Z[ recovery-image] Sep 08 17:52:32.797 INFO O| Sep 08 17:52:32.797 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93152026-09-08T17:52:33.358Z[ recovery-image] Sep 08 17:52:32.797 INFO O| Sep 08 17:52:32.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93162026-09-08T17:52:33.358Z[ recovery-image] Sep 08 17:52:32.797 INFO O| Sep 08 17:52:32.797 INFO ok!
93172026-09-08T17:52:33.358Z[ recovery-image] Sep 08 17:52:32.797 INFO O| Sep 08 17:52:32.797 INFO STEP 18 (ensure_symlink) COMPLETE
93182026-09-08T17:52:33.363Z[ recovery-image] Sep 08 17:52:32.797 INFO O| Sep 08 17:52:32.797 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192026-09-08T17:52:33.370Z[ recovery-image] Sep 08 17:52:32.807 INFO O| Sep 08 17:52:32.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93202026-09-08T17:52:33.370Z[ recovery-image] Sep 08 17:52:32.807 INFO O| Sep 08 17:52:32.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93212026-09-08T17:52:33.370Z[ recovery-image] Sep 08 17:52:32.807 INFO O| Sep 08 17:52:32.807 INFO ok!
93222026-09-08T17:52:33.376Z[ recovery-image] Sep 08 17:52:32.807 INFO O| Sep 08 17:52:32.807 INFO STEP 19 (ensure_file) COMPLETE
93232026-09-08T17:52:33.376Z[ recovery-image] Sep 08 17:52:32.807 INFO O| Sep 08 17:52:32.807 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93242026-09-08T17:52:33.403Z[ recovery-image] Sep 08 17:52:32.821 INFO O| Sep 08 17:52:32.821 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93252026-09-08T17:52:33.404Z[ recovery-image] Sep 08 17:52:32.821 INFO O| Sep 08 17:52:32.821 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93262026-09-08T17:52:33.419Z[ recovery-image] Sep 08 17:52:32.821 INFO O| Sep 08 17:52:32.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93272026-09-08T17:52:33.419Z[ recovery-image] Sep 08 17:52:32.821 INFO O| Sep 08 17:52:32.821 INFO ok!
93282026-09-08T17:52:33.419Z[ recovery-image] Sep 08 17:52:32.821 INFO O| Sep 08 17:52:32.821 INFO STEP 20 (ensure_symlink) COMPLETE
93292026-09-08T17:52:33.419Z[ recovery-image] Sep 08 17:52:32.821 INFO O| Sep 08 17:52:32.821 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93302026-09-08T17:52:33.441Z[ recovery-image] Sep 08 17:52:32.879 INFO O| Sep 08 17:52:32.877 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93312026-09-08T17:52:33.441Z[ recovery-image] Sep 08 17:52:32.879 INFO O| Sep 08 17:52:32.877 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93322026-09-08T17:52:33.444Z[ recovery-image] Sep 08 17:52:32.879 INFO O| Sep 08 17:52:32.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93332026-09-08T17:52:33.445Z[ recovery-image] Sep 08 17:52:32.879 INFO O| Sep 08 17:52:32.878 INFO ok!
93342026-09-08T17:52:33.445Z[ recovery-image] Sep 08 17:52:32.879 INFO O| Sep 08 17:52:32.878 INFO STEP 21 (ensure_symlink) COMPLETE
93352026-09-08T17:52:33.445Z[ recovery-image] Sep 08 17:52:32.879 INFO O| Sep 08 17:52:32.878 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93362026-09-08T17:52:33.453Z[ recovery-image] Sep 08 17:52:32.890 INFO O| Sep 08 17:52:32.890 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93372026-09-08T17:52:33.460Z[ recovery-image] Sep 08 17:52:32.890 INFO O| Sep 08 17:52:32.890 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93382026-09-08T17:52:33.463Z[ recovery-image] Sep 08 17:52:32.890 INFO O| Sep 08 17:52:32.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93392026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.890 INFO O| Sep 08 17:52:32.890 INFO ok!
93402026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.890 INFO O| Sep 08 17:52:32.890 INFO STEP 22 (ensure_symlink) COMPLETE
93412026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.890 INFO O| Sep 08 17:52:32.890 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93422026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.899 INFO O| Sep 08 17:52:32.899 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93432026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.899 INFO O| Sep 08 17:52:32.899 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93442026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.899 INFO O| Sep 08 17:52:32.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93452026-09-08T17:52:33.483Z[ recovery-image] Sep 08 17:52:32.899 INFO O| Sep 08 17:52:32.899 INFO ok!
93462026-09-08T17:52:33.484Z[ recovery-image] Sep 08 17:52:32.899 INFO O| Sep 08 17:52:32.899 INFO STEP 23 (ensure_symlink) COMPLETE
93472026-09-08T17:52:33.484Z[ recovery-image] Sep 08 17:52:32.899 INFO O| Sep 08 17:52:32.899 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93482026-09-08T17:52:33.484Z[ recovery-image] Sep 08 17:52:32.910 INFO O| Sep 08 17:52:32.910 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93492026-09-08T17:52:33.484Z[ recovery-image] Sep 08 17:52:32.910 INFO O| Sep 08 17:52:32.910 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 ...
93502026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.910 INFO O| Sep 08 17:52:32.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93512026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.910 INFO O| Sep 08 17:52:32.910 INFO ok!
93522026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.910 INFO O| Sep 08 17:52:32.910 INFO STEP 24 (ensure_file) COMPLETE
93532026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.910 INFO O| Sep 08 17:52:32.910 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93542026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.920 INFO O| Sep 08 17:52:32.920 INFO updating shadow file
93552026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.920 INFO O| Sep 08 17:52:32.920 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93562026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.920 INFO O| Sep 08 17:52:32.920 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93572026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.920 INFO O| Sep 08 17:52:32.920 INFO STEP 25 (shadow) COMPLETE
93582026-09-08T17:52:33.488Z[ recovery-image] Sep 08 17:52:32.920 INFO O| Sep 08 17:52:32.920 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592026-09-08T17:52:33.491Z[ recovery-image] Sep 08 17:52:32.932 INFO O| Sep 08 17:52:32.931 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93602026-09-08T17:52:33.491Z[ recovery-image] Sep 08 17:52:32.932 INFO O| Sep 08 17:52:32.932 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93612026-09-08T17:52:33.495Z[ recovery-image] Sep 08 17:52:32.932 INFO O| Sep 08 17:52:32.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93622026-09-08T17:52:33.495Z[ recovery-image] Sep 08 17:52:32.932 INFO O| Sep 08 17:52:32.932 INFO ok!
93632026-09-08T17:52:33.495Z[ recovery-image] Sep 08 17:52:32.932 INFO O| Sep 08 17:52:32.932 INFO STEP 26 (ensure_file) COMPLETE
93642026-09-08T17:52:33.495Z[ recovery-image] Sep 08 17:52:32.932 INFO O| Sep 08 17:52:32.932 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93652026-09-08T17:52:33.506Z[ recovery-image] Sep 08 17:52:32.944 INFO O| Sep 08 17:52:32.944 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93662026-09-08T17:52:33.506Z[ recovery-image] Sep 08 17:52:32.944 INFO O| Sep 08 17:52:32.944 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93672026-09-08T17:52:33.506Z[ recovery-image] Sep 08 17:52:32.944 INFO O| Sep 08 17:52:32.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93682026-09-08T17:52:33.511Z[ recovery-image] Sep 08 17:52:32.944 INFO O| Sep 08 17:52:32.944 INFO ok!
93692026-09-08T17:52:33.511Z[ recovery-image] Sep 08 17:52:32.944 INFO O| Sep 08 17:52:32.944 INFO STEP 27 (ensure_file) COMPLETE
93702026-09-08T17:52:33.511Z[ recovery-image] Sep 08 17:52:32.944 INFO O| Sep 08 17:52:32.944 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93712026-09-08T17:52:33.520Z[ recovery-image] Sep 08 17:52:32.959 INFO O| Sep 08 17:52:32.959 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93722026-09-08T17:52:33.520Z[ recovery-image] Sep 08 17:52:32.960 INFO O| Sep 08 17:52:32.959 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93732026-09-08T17:52:33.532Z[ recovery-image] Sep 08 17:52:32.960 INFO O| Sep 08 17:52:32.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93742026-09-08T17:52:33.532Z[ recovery-image] Sep 08 17:52:32.960 INFO O| Sep 08 17:52:32.960 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93752026-09-08T17:52:33.532Z[ recovery-image] Sep 08 17:52:32.960 INFO O| Sep 08 17:52:32.960 INFO ok!
93762026-09-08T17:52:33.532Z[ recovery-image] Sep 08 17:52:32.960 INFO O| Sep 08 17:52:32.960 INFO STEP 28 (ensure_file) COMPLETE
93772026-09-08T17:52:33.532Z[ recovery-image] Sep 08 17:52:32.960 INFO O| Sep 08 17:52:32.960 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93782026-09-08T17:52:33.541Z[ recovery-image] Sep 08 17:52:32.972 INFO O| Sep 08 17:52:32.972 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93792026-09-08T17:52:33.541Z[ recovery-image] Sep 08 17:52:32.972 INFO O| Sep 08 17:52:32.972 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93802026-09-08T17:52:33.541Z[ recovery-image] Sep 08 17:52:32.972 INFO O| Sep 08 17:52:32.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93812026-09-08T17:52:33.541Z[ recovery-image] Sep 08 17:52:32.972 INFO O| Sep 08 17:52:32.972 INFO ok!
93822026-09-08T17:52:33.541Z[ recovery-image] Sep 08 17:52:32.972 INFO O| Sep 08 17:52:32.972 INFO STEP 29 (ensure_file) COMPLETE
93832026-09-08T17:52:33.541Z[ recovery-image] Sep 08 17:52:32.972 INFO O| Sep 08 17:52:32.972 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93842026-09-08T17:52:33.546Z[ recovery-image] Sep 08 17:52:32.985 INFO O| Sep 08 17:52:32.985 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93852026-09-08T17:52:33.546Z[ recovery-image] Sep 08 17:52:32.985 INFO O| Sep 08 17:52:32.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93862026-09-08T17:52:33.549Z[ recovery-image] Sep 08 17:52:32.985 INFO O| Sep 08 17:52:32.985 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93872026-09-08T17:52:33.549Z[ recovery-image] Sep 08 17:52:32.985 INFO O| Sep 08 17:52:32.985 INFO STEP 30 (ensure_dir) COMPLETE
93882026-09-08T17:52:33.549Z[ recovery-image] Sep 08 17:52:32.985 INFO O| Sep 08 17:52:32.985 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93892026-09-08T17:52:33.559Z[ recovery-image] Sep 08 17:52:32.998 INFO O| Sep 08 17:52:32.998 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93902026-09-08T17:52:33.562Z[ recovery-image] Sep 08 17:52:32.998 INFO O| Sep 08 17:52:32.998 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 ...
93912026-09-08T17:52:33.563Z[ recovery-image] Sep 08 17:52:32.999 INFO O| Sep 08 17:52:32.998 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
93922026-09-08T17:52:33.563Z[ recovery-image] Sep 08 17:52:32.999 INFO O| Sep 08 17:52:32.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
93932026-09-08T17:52:33.563Z[ recovery-image] Sep 08 17:52:32.999 INFO O| Sep 08 17:52:32.999 INFO ok!
93942026-09-08T17:52:33.563Z[ recovery-image] Sep 08 17:52:32.999 INFO O| Sep 08 17:52:32.999 INFO STEP 31 (ensure_file) COMPLETE
93952026-09-08T17:52:33.563Z[ recovery-image] Sep 08 17:52:32.999 INFO O| Sep 08 17:52:32.999 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962026-09-08T17:52:33.572Z[ recovery-image] Sep 08 17:52:33.012 INFO O| Sep 08 17:52:33.012 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93972026-09-08T17:52:33.572Z[ recovery-image] Sep 08 17:52:33.012 INFO O| Sep 08 17:52:33.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93982026-09-08T17:52:33.578Z[ recovery-image] Sep 08 17:52:33.012 INFO O| Sep 08 17:52:33.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93992026-09-08T17:52:33.578Z[ recovery-image] Sep 08 17:52:33.012 INFO O| Sep 08 17:52:33.012 INFO STEP 32 (ensure_dir) COMPLETE
94002026-09-08T17:52:33.578Z[ recovery-image] Sep 08 17:52:33.012 INFO O| Sep 08 17:52:33.012 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94012026-09-08T17:52:33.586Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94022026-09-08T17:52:33.587Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 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 ...
94032026-09-08T17:52:33.598Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 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
94042026-09-08T17:52:33.598Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94052026-09-08T17:52:33.598Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 INFO ok!
94062026-09-08T17:52:33.598Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 INFO STEP 33 (ensure_file) COMPLETE
94072026-09-08T17:52:33.598Z[ recovery-image] Sep 08 17:52:33.024 INFO O| Sep 08 17:52:33.024 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94082026-09-08T17:52:33.601Z[ recovery-image] Sep 08 17:52:33.037 INFO O| Sep 08 17:52:33.037 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94092026-09-08T17:52:33.601Z[ recovery-image] Sep 08 17:52:33.037 INFO O| Sep 08 17:52:33.037 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94102026-09-08T17:52:33.601Z[ recovery-image] Sep 08 17:52:33.037 INFO O| Sep 08 17:52:33.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94112026-09-08T17:52:33.602Z[ recovery-image] Sep 08 17:52:33.037 INFO O| Sep 08 17:52:33.037 INFO ok!
94122026-09-08T17:52:33.602Z[ recovery-image] Sep 08 17:52:33.037 INFO O| Sep 08 17:52:33.037 INFO STEP 34 (ensure_file) COMPLETE
94132026-09-08T17:52:33.602Z[ recovery-image] Sep 08 17:52:33.037 INFO O| Sep 08 17:52:33.037 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94142026-09-08T17:52:33.612Z[ recovery-image] Sep 08 17:52:33.051 INFO O| Sep 08 17:52:33.051 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94152026-09-08T17:52:33.612Z[ recovery-image] Sep 08 17:52:33.051 INFO O| Sep 08 17:52:33.051 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94162026-09-08T17:52:33.613Z[ recovery-image] Sep 08 17:52:33.051 INFO O| Sep 08 17:52:33.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94172026-09-08T17:52:33.613Z[ recovery-image] Sep 08 17:52:33.052 INFO O| Sep 08 17:52:33.051 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94182026-09-08T17:52:33.613Z[ recovery-image] Sep 08 17:52:33.052 INFO O| Sep 08 17:52:33.051 INFO ok!
94192026-09-08T17:52:33.613Z[ recovery-image] Sep 08 17:52:33.052 INFO O| Sep 08 17:52:33.051 INFO STEP 35 (ensure_file) COMPLETE
94202026-09-08T17:52:33.613Z[ recovery-image] Sep 08 17:52:33.052 INFO O| Sep 08 17:52:33.051 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94212026-09-08T17:52:33.633Z[ recovery-image] Sep 08 17:52:33.071 INFO O| Sep 08 17:52:33.071 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94222026-09-08T17:52:33.633Z[ recovery-image] Sep 08 17:52:33.071 INFO O| Sep 08 17:52:33.071 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94232026-09-08T17:52:33.634Z[ recovery-image] Sep 08 17:52:33.071 INFO O| Sep 08 17:52:33.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94242026-09-08T17:52:33.634Z[ recovery-image] Sep 08 17:52:33.071 INFO O| Sep 08 17:52:33.071 INFO ok!
94252026-09-08T17:52:33.638Z[ recovery-image] Sep 08 17:52:33.071 INFO O| Sep 08 17:52:33.071 INFO STEP 36 (ensure_file) COMPLETE
94262026-09-08T17:52:33.638Z[ recovery-image] Sep 08 17:52:33.071 INFO O| Sep 08 17:52:33.071 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94272026-09-08T17:52:33.652Z[ recovery-image] Sep 08 17:52:33.085 INFO O| Sep 08 17:52:33.085 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94282026-09-08T17:52:33.652Z[ recovery-image] Sep 08 17:52:33.085 INFO O| Sep 08 17:52:33.085 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94292026-09-08T17:52:33.660Z[ recovery-image] Sep 08 17:52:33.085 INFO O| Sep 08 17:52:33.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94302026-09-08T17:52:33.660Z[ recovery-image] Sep 08 17:52:33.085 INFO O| Sep 08 17:52:33.085 INFO ok!
94312026-09-08T17:52:33.660Z[ recovery-image] Sep 08 17:52:33.085 INFO O| Sep 08 17:52:33.085 INFO STEP 37 (ensure_file) COMPLETE
94322026-09-08T17:52:33.660Z[ recovery-image] Sep 08 17:52:33.085 INFO O| Sep 08 17:52:33.085 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94332026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94342026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94352026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94362026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94372026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94382026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94392026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO ok!
94402026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO STEP 38 (ensure_file) COMPLETE
94412026-09-08T17:52:33.668Z[ recovery-image] Sep 08 17:52:33.099 INFO O| Sep 08 17:52:33.099 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94422026-09-08T17:52:33.673Z[ recovery-image] Sep 08 17:52:33.113 INFO O| Sep 08 17:52:33.113 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94432026-09-08T17:52:33.673Z[ recovery-image] Sep 08 17:52:33.113 INFO O| Sep 08 17:52:33.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94442026-09-08T17:52:33.673Z[ recovery-image] Sep 08 17:52:33.113 INFO O| Sep 08 17:52:33.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94452026-09-08T17:52:33.677Z[ recovery-image] Sep 08 17:52:33.113 INFO O| Sep 08 17:52:33.113 INFO STEP 39 (ensure_dir) COMPLETE
94462026-09-08T17:52:33.678Z[ recovery-image] Sep 08 17:52:33.113 INFO O| Sep 08 17:52:33.113 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94472026-09-08T17:52:33.687Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 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
94482026-09-08T17:52:33.687Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 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 ...
94492026-09-08T17:52:33.687Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 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
94502026-09-08T17:52:33.692Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 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
94512026-09-08T17:52:33.692Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 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
94522026-09-08T17:52:33.692Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 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
94532026-09-08T17:52:33.692Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 INFO ok!
94542026-09-08T17:52:33.692Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 INFO STEP 40 (ensure_file) COMPLETE
94552026-09-08T17:52:33.692Z[ recovery-image] Sep 08 17:52:33.126 INFO O| Sep 08 17:52:33.126 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94562026-09-08T17:52:33.751Z[ recovery-image] Sep 08 17:52:33.181 INFO O| Sep 08 17:52:33.181 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94572026-09-08T17:52:33.751Z[ recovery-image] Sep 08 17:52:33.181 INFO O| Sep 08 17:52:33.181 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 ...
94582026-09-08T17:52:33.751Z[ recovery-image] Sep 08 17:52:33.181 INFO O| Sep 08 17:52:33.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94592026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.181 INFO O| Sep 08 17:52:33.181 INFO ok!
94602026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.181 INFO O| Sep 08 17:52:33.181 INFO STEP 41 (ensure_symlink) COMPLETE
94612026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.181 INFO O| Sep 08 17:52:33.181 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94622026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.194 INFO O| Sep 08 17:52:33.194 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94632026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.194 INFO O| Sep 08 17:52:33.194 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94642026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.194 INFO O| Sep 08 17:52:33.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94652026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.194 INFO O| Sep 08 17:52:33.194 INFO ok!
94662026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.194 INFO O| Sep 08 17:52:33.194 INFO STEP 42 (ensure_symlink) COMPLETE
94672026-09-08T17:52:33.760Z[ recovery-image] Sep 08 17:52:33.194 INFO O| Sep 08 17:52:33.194 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94682026-09-08T17:52:33.791Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94692026-09-08T17:52:33.792Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94702026-09-08T17:52:33.792Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94712026-09-08T17:52:33.801Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94722026-09-08T17:52:33.802Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94732026-09-08T17:52:33.802Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94742026-09-08T17:52:33.802Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO ok!
94752026-09-08T17:52:33.802Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO STEP 43 (ensure_file) COMPLETE
94762026-09-08T17:52:33.802Z[ recovery-image] Sep 08 17:52:33.223 INFO O| Sep 08 17:52:33.223 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94772026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94782026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 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 ...
94792026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 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
94802026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94812026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 INFO ok!
94822026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 INFO STEP 44 (ensure_file) COMPLETE
94832026-09-08T17:52:33.812Z[ recovery-image] Sep 08 17:52:33.236 INFO O| Sep 08 17:52:33.236 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94842026-09-08T17:52:33.826Z[ recovery-image] Sep 08 17:52:33.248 INFO O| Sep 08 17:52:33.248 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94852026-09-08T17:52:33.826Z[ recovery-image] Sep 08 17:52:33.248 INFO O| Sep 08 17:52:33.248 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94862026-09-08T17:52:33.826Z[ recovery-image] Sep 08 17:52:33.248 INFO O| Sep 08 17:52:33.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94872026-09-08T17:52:33.826Z[ recovery-image] Sep 08 17:52:33.248 INFO O| Sep 08 17:52:33.248 INFO ok!
94882026-09-08T17:52:33.826Z[ recovery-image] Sep 08 17:52:33.248 INFO O| Sep 08 17:52:33.248 INFO STEP 45 (ensure_file) COMPLETE
94892026-09-08T17:52:33.826Z[ recovery-image] Sep 08 17:52:33.248 INFO O| Sep 08 17:52:33.248 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94902026-09-08T17:52:33.830Z[ recovery-image] Sep 08 17:52:33.260 INFO O| Sep 08 17:52:33.260 INFO updating shadow file
94912026-09-08T17:52:33.830Z[ recovery-image] Sep 08 17:52:33.261 INFO O| Sep 08 17:52:33.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94922026-09-08T17:52:33.831Z[ recovery-image] Sep 08 17:52:33.261 INFO O| Sep 08 17:52:33.261 INFO STEP 46 (shadow) COMPLETE
94932026-09-08T17:52:33.831Z[ recovery-image] Sep 08 17:52:33.261 INFO O| Sep 08 17:52:33.261 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94942026-09-08T17:52:33.835Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
94952026-09-08T17:52:33.835Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
94962026-09-08T17:52:33.835Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
94972026-09-08T17:52:33.840Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
94982026-09-08T17:52:33.841Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 INFO ok!
94992026-09-08T17:52:33.841Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 INFO STEP 47 (ensure_file) COMPLETE
95002026-09-08T17:52:33.841Z[ recovery-image] Sep 08 17:52:33.273 INFO O| Sep 08 17:52:33.273 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95012026-09-08T17:52:33.855Z[ recovery-image] Sep 08 17:52:33.289 INFO O| Sep 08 17:52:33.289 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95022026-09-08T17:52:33.855Z[ recovery-image] Sep 08 17:52:33.289 INFO O| Sep 08 17:52:33.289 INFO STEP 48 (ensure_dir) COMPLETE
95032026-09-08T17:52:33.858Z[ recovery-image] Sep 08 17:52:33.289 INFO O| Sep 08 17:52:33.289 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95042026-09-08T17:52:33.864Z[ recovery-image] Sep 08 17:52:33.302 INFO O| Sep 08 17:52:33.302 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95052026-09-08T17:52:33.864Z[ recovery-image] Sep 08 17:52:33.303 INFO O| Sep 08 17:52:33.302 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95062026-09-08T17:52:33.868Z[ recovery-image] Sep 08 17:52:33.303 INFO O| Sep 08 17:52:33.302 INFO STEP 49 (ensure_dir) COMPLETE
95072026-09-08T17:52:33.868Z[ recovery-image] Sep 08 17:52:33.303 INFO O| Sep 08 17:52:33.302 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95082026-09-08T17:52:33.876Z[ recovery-image] Sep 08 17:52:33.314 INFO O| Sep 08 17:52:33.314 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95092026-09-08T17:52:33.876Z[ recovery-image] Sep 08 17:52:33.314 INFO O| Sep 08 17:52:33.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95102026-09-08T17:52:33.881Z[ recovery-image] Sep 08 17:52:33.314 INFO O| Sep 08 17:52:33.314 INFO STEP 50 (ensure_dir) COMPLETE
95112026-09-08T17:52:33.881Z[ recovery-image] Sep 08 17:52:33.314 INFO O| Sep 08 17:52:33.314 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95122026-09-08T17:52:33.926Z[ recovery-image] Sep 08 17:52:33.360 INFO O| Sep 08 17:52:33.360 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95132026-09-08T17:52:33.941Z[ recovery-image] Sep 08 17:52:33.360 INFO O| Sep 08 17:52:33.360 INFO copying /tmp/.tmpcgJXbZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95142026-09-08T17:52:33.946Z[ recovery-image] Sep 08 17:52:33.379 INFO O| Sep 08 17:52:33.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95152026-09-08T17:52:33.946Z[ recovery-image] Sep 08 17:52:33.379 INFO O| Sep 08 17:52:33.379 INFO ok!
95162026-09-08T17:52:33.947Z[ recovery-image] Sep 08 17:52:33.379 INFO O| Sep 08 17:52:33.379 INFO STEP 51 (ensure_file) COMPLETE
95172026-09-08T17:52:33.947Z[ recovery-image] Sep 08 17:52:33.379 INFO O| Sep 08 17:52:33.379 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95182026-09-08T17:52:33.955Z[ recovery-image] Sep 08 17:52:33.392 INFO O| Sep 08 17:52:33.392 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95192026-09-08T17:52:33.955Z[ recovery-image] Sep 08 17:52:33.392 INFO O| Sep 08 17:52:33.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95202026-09-08T17:52:33.966Z[ recovery-image] Sep 08 17:52:33.392 INFO O| Sep 08 17:52:33.392 INFO STEP 52 (ensure_dir) COMPLETE
95212026-09-08T17:52:33.966Z[ recovery-image] Sep 08 17:52:33.392 INFO O| Sep 08 17:52:33.392 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95222026-09-08T17:52:33.970Z[ recovery-image] Sep 08 17:52:33.403 INFO O| Sep 08 17:52:33.402 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95232026-09-08T17:52:33.970Z[ recovery-image] Sep 08 17:52:33.403 INFO O| Sep 08 17:52:33.403 INFO copying /tmp/.tmpcgJXbZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95242026-09-08T17:52:33.970Z[ recovery-image] Sep 08 17:52:33.403 INFO O| Sep 08 17:52:33.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95252026-09-08T17:52:33.970Z[ recovery-image] Sep 08 17:52:33.403 INFO O| Sep 08 17:52:33.403 INFO ok!
95262026-09-08T17:52:33.971Z[ recovery-image] Sep 08 17:52:33.403 INFO O| Sep 08 17:52:33.403 INFO STEP 53 (ensure_file) COMPLETE
95272026-09-08T17:52:33.971Z[ recovery-image] Sep 08 17:52:33.403 INFO O| Sep 08 17:52:33.403 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95282026-09-08T17:52:33.975Z[ recovery-image] Sep 08 17:52:33.414 INFO O| Sep 08 17:52:33.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95292026-09-08T17:52:33.976Z[ recovery-image] Sep 08 17:52:33.414 INFO O| Sep 08 17:52:33.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95302026-09-08T17:52:33.976Z[ recovery-image] Sep 08 17:52:33.414 INFO O| Sep 08 17:52:33.414 INFO STEP 54 (ensure_dir) COMPLETE
95312026-09-08T17:52:33.976Z[ recovery-image] Sep 08 17:52:33.414 INFO O| Sep 08 17:52:33.414 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95322026-09-08T17:52:33.986Z[ recovery-image] Sep 08 17:52:33.425 INFO O| Sep 08 17:52:33.425 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95332026-09-08T17:52:33.986Z[ recovery-image] Sep 08 17:52:33.425 INFO O| Sep 08 17:52:33.425 INFO copying /tmp/.tmpcgJXbZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95342026-09-08T17:52:35.614Z[ host-image] Sep 08 17:52:35.051 INFO O| seeding SMF database...
95352026-09-08T17:52:36.041Z[ recovery-image] Sep 08 17:52:35.474 INFO O| Sep 08 17:52:35.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95362026-09-08T17:52:36.041Z[ recovery-image] Sep 08 17:52:35.474 INFO O| Sep 08 17:52:35.474 INFO ok!
95372026-09-08T17:52:36.044Z[ recovery-image] Sep 08 17:52:35.474 INFO O| Sep 08 17:52:35.474 INFO STEP 55 (ensure_file) COMPLETE
95382026-09-08T17:52:36.045Z[ recovery-image] Sep 08 17:52:35.474 INFO O| Sep 08 17:52:35.474 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95392026-09-08T17:52:36.053Z[ recovery-image] Sep 08 17:52:35.485 INFO O| Sep 08 17:52:35.485 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95402026-09-08T17:52:36.053Z[ recovery-image] Sep 08 17:52:35.485 INFO O| Sep 08 17:52:35.485 INFO copying /tmp/.tmpcgJXbZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95412026-09-08T17:52:36.675Z[verify-libraries] Compiling oso v0.27.3
95422026-09-08T17:52:38.008Z[ recovery-image] Sep 08 17:52:37.444 INFO O| Sep 08 17:52:37.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95432026-09-08T17:52:38.008Z[ recovery-image] Sep 08 17:52:37.444 INFO O| Sep 08 17:52:37.444 INFO ok!
95442026-09-08T17:52:38.008Z[ recovery-image] Sep 08 17:52:37.444 INFO O| Sep 08 17:52:37.444 INFO STEP 56 (ensure_file) COMPLETE
95452026-09-08T17:52:38.008Z[ recovery-image] Sep 08 17:52:37.444 INFO O| Sep 08 17:52:37.444 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95462026-09-08T17:52:38.016Z[ recovery-image] Sep 08 17:52:37.456 INFO O| Sep 08 17:52:37.456 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95472026-09-08T17:52:38.016Z[ recovery-image] Sep 08 17:52:37.456 INFO O| Sep 08 17:52:37.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95482026-09-08T17:52:38.016Z[ recovery-image] Sep 08 17:52:37.456 INFO O| Sep 08 17:52:37.456 INFO STEP 57 (ensure_dir) COMPLETE
95492026-09-08T17:52:38.020Z[ recovery-image] Sep 08 17:52:37.456 INFO O| Sep 08 17:52:37.456 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95502026-09-08T17:52:38.035Z[ recovery-image] Sep 08 17:52:37.467 INFO O| Sep 08 17:52:37.467 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95512026-09-08T17:52:38.036Z[ recovery-image] Sep 08 17:52:37.467 INFO O| Sep 08 17:52:37.467 INFO copying /tmp/.tmpcgJXbZ/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 ...
95522026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.467 INFO O| Sep 08 17:52:37.467 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
95532026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.467 INFO O| Sep 08 17:52:37.467 INFO ok!
95542026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.467 INFO O| Sep 08 17:52:37.467 INFO STEP 58 (ensure_file) COMPLETE
95552026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.467 INFO O| Sep 08 17:52:37.467 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95562026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.478 INFO O| Sep 08 17:52:37.478 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95572026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.478 INFO O| Sep 08 17:52:37.478 INFO copying /tmp/.tmpcgJXbZ/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 ...
95582026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.478 INFO O| Sep 08 17:52:37.478 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
95592026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.478 INFO O| Sep 08 17:52:37.478 INFO ok!
95602026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.478 INFO O| Sep 08 17:52:37.478 INFO STEP 59 (ensure_file) COMPLETE
95612026-09-08T17:52:38.040Z[ recovery-image] Sep 08 17:52:37.478 INFO O| Sep 08 17:52:37.478 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95622026-09-08T17:52:38.049Z[ recovery-image] Sep 08 17:52:37.489 INFO O| Sep 08 17:52:37.489 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95632026-09-08T17:52:38.049Z[ recovery-image] Sep 08 17:52:37.489 INFO O| Sep 08 17:52:37.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95642026-09-08T17:52:38.049Z[ recovery-image] Sep 08 17:52:37.489 INFO O| Sep 08 17:52:37.489 INFO STEP 60 (ensure_dir) COMPLETE
95652026-09-08T17:52:38.049Z[ recovery-image] Sep 08 17:52:37.489 INFO O| Sep 08 17:52:37.489 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95662026-09-08T17:52:38.060Z[ recovery-image] Sep 08 17:52:37.500 INFO O| Sep 08 17:52:37.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95672026-09-08T17:52:38.060Z[ recovery-image] Sep 08 17:52:37.500 INFO O| Sep 08 17:52:37.500 INFO copying /tmp/.tmpcgJXbZ/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 ...
95682026-09-08T17:52:38.060Z[ recovery-image] Sep 08 17:52:37.500 INFO O| Sep 08 17:52:37.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95692026-09-08T17:52:38.064Z[ recovery-image] Sep 08 17:52:37.500 INFO O| Sep 08 17:52:37.500 INFO ok!
95702026-09-08T17:52:38.064Z[ recovery-image] Sep 08 17:52:37.500 INFO O| Sep 08 17:52:37.500 INFO STEP 61 (ensure_file) COMPLETE
95712026-09-08T17:52:38.064Z[ recovery-image] Sep 08 17:52:37.500 INFO O| Sep 08 17:52:37.500 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95722026-09-08T17:52:38.070Z[ recovery-image] Sep 08 17:52:37.509 INFO O| Sep 08 17:52:37.509 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95732026-09-08T17:52:38.070Z[ recovery-image] Sep 08 17:52:37.509 INFO O| Sep 08 17:52:37.509 INFO copying /tmp/.tmpcgJXbZ/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 ...
95742026-09-08T17:52:38.074Z[ recovery-image] Sep 08 17:52:37.510 INFO O| Sep 08 17:52:37.510 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
95752026-09-08T17:52:38.075Z[ recovery-image] Sep 08 17:52:37.510 INFO O| Sep 08 17:52:37.510 INFO ok!
95762026-09-08T17:52:38.075Z[ recovery-image] Sep 08 17:52:37.510 INFO O| Sep 08 17:52:37.510 INFO STEP 62 (ensure_file) COMPLETE
95772026-09-08T17:52:38.075Z[ recovery-image] Sep 08 17:52:37.510 INFO O| Sep 08 17:52:37.510 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95782026-09-08T17:52:38.078Z[ recovery-image] Sep 08 17:52:37.518 INFO O| Sep 08 17:52:37.518 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95792026-09-08T17:52:38.078Z[ recovery-image] Sep 08 17:52:37.518 INFO O| Sep 08 17:52:37.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95802026-09-08T17:52:38.081Z[ recovery-image] Sep 08 17:52:37.518 INFO O| Sep 08 17:52:37.518 INFO STEP 63 (ensure_dir) COMPLETE
95812026-09-08T17:52:38.082Z[ recovery-image] Sep 08 17:52:37.518 INFO O| Sep 08 17:52:37.518 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95822026-09-08T17:52:38.087Z[ recovery-image] Sep 08 17:52:37.527 INFO O| Sep 08 17:52:37.527 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95832026-09-08T17:52:38.087Z[ recovery-image] Sep 08 17:52:37.527 INFO O| Sep 08 17:52:37.527 INFO copying /tmp/.tmpcgJXbZ/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 ...
95842026-09-08T17:52:38.091Z[ recovery-image] Sep 08 17:52:37.527 INFO O| Sep 08 17:52:37.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95852026-09-08T17:52:38.091Z[ recovery-image] Sep 08 17:52:37.527 INFO O| Sep 08 17:52:37.527 INFO ok!
95862026-09-08T17:52:38.091Z[ recovery-image] Sep 08 17:52:37.527 INFO O| Sep 08 17:52:37.527 INFO STEP 64 (ensure_file) COMPLETE
95872026-09-08T17:52:38.091Z[ recovery-image] Sep 08 17:52:37.527 INFO O| Sep 08 17:52:37.527 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95882026-09-08T17:52:38.097Z[ recovery-image] Sep 08 17:52:37.537 INFO O| Sep 08 17:52:37.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95892026-09-08T17:52:38.097Z[ recovery-image] Sep 08 17:52:37.537 INFO O| Sep 08 17:52:37.537 INFO copying /tmp/.tmpcgJXbZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95902026-09-08T17:52:38.102Z[ recovery-image] Sep 08 17:52:37.537 INFO O| Sep 08 17:52:37.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95912026-09-08T17:52:38.102Z[ recovery-image] Sep 08 17:52:37.537 INFO O| Sep 08 17:52:37.537 INFO ok!
95922026-09-08T17:52:38.102Z[ recovery-image] Sep 08 17:52:37.537 INFO O| Sep 08 17:52:37.537 INFO STEP 65 (ensure_file) COMPLETE
95932026-09-08T17:52:38.102Z[ recovery-image] Sep 08 17:52:37.537 INFO O| Sep 08 17:52:37.537 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95942026-09-08T17:52:38.111Z[ recovery-image] Sep 08 17:52:37.547 INFO O| Sep 08 17:52:37.547 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95952026-09-08T17:52:38.111Z[ recovery-image] Sep 08 17:52:37.547 INFO O| Sep 08 17:52:37.547 INFO STEP 66 (ensure_dir) COMPLETE
95962026-09-08T17:52:38.111Z[ recovery-image] Sep 08 17:52:37.547 INFO O| Sep 08 17:52:37.547 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95972026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.559 INFO O| Sep 08 17:52:37.559 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95982026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.559 INFO O| Sep 08 17:52:37.559 INFO STEP 67 (ensure_dir) COMPLETE
95992026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.559 INFO O| Sep 08 17:52:37.559 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96002026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.570 INFO O| Sep 08 17:52:37.570 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96012026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.570 INFO O| Sep 08 17:52:37.570 INFO STEP 68 (ensure_dir) COMPLETE
96022026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.570 INFO O| Sep 08 17:52:37.570 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96032026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.580 INFO O| Sep 08 17:52:37.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96042026-09-08T17:52:38.181Z[ recovery-image] Sep 08 17:52:37.580 INFO O| Sep 08 17:52:37.580 INFO STEP 69 (ensure_dir) COMPLETE
96052026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.580 INFO O| Sep 08 17:52:37.580 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96062026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.590 INFO O| Sep 08 17:52:37.590 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96072026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.590 INFO O| Sep 08 17:52:37.590 INFO copying /tmp/.tmpcgJXbZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96082026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.590 INFO O| Sep 08 17:52:37.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96092026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.590 INFO O| Sep 08 17:52:37.590 INFO ok!
96102026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.590 INFO O| Sep 08 17:52:37.590 INFO STEP 70 (ensure_file) COMPLETE
96112026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.590 INFO O| Sep 08 17:52:37.590 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.601 INFO O| Sep 08 17:52:37.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96132026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.601 INFO O| Sep 08 17:52:37.601 INFO STEP 71 (remove_files) COMPLETE
96142026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.601 INFO O| Sep 08 17:52:37.601 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.612 INFO O| Sep 08 17:52:37.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96162026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.612 INFO O| Sep 08 17:52:37.612 INFO STEP 72 (remove_files) COMPLETE
96172026-09-08T17:52:38.182Z[ recovery-image] Sep 08 17:52:37.612 INFO O| Sep 08 17:52:37.612 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182026-09-08T17:52:38.186Z[ recovery-image] Sep 08 17:52:37.623 INFO O| Sep 08 17:52:37.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96192026-09-08T17:52:38.186Z[ recovery-image] Sep 08 17:52:37.623 INFO O| Sep 08 17:52:37.623 INFO STEP 73 (remove_files) COMPLETE
96202026-09-08T17:52:38.186Z[ recovery-image] Sep 08 17:52:37.623 INFO O| Sep 08 17:52:37.623 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212026-09-08T17:52:38.199Z[ recovery-image] Sep 08 17:52:37.634 INFO O| Sep 08 17:52:37.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96222026-09-08T17:52:38.200Z[ recovery-image] Sep 08 17:52:37.634 INFO O| Sep 08 17:52:37.634 INFO STEP 74 (remove_files) COMPLETE
96232026-09-08T17:52:38.200Z[ recovery-image] Sep 08 17:52:37.634 INFO O| Sep 08 17:52:37.634 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242026-09-08T17:52:38.206Z[ recovery-image] Sep 08 17:52:37.645 INFO O| Sep 08 17:52:37.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96252026-09-08T17:52:38.206Z[ recovery-image] Sep 08 17:52:37.645 INFO O| Sep 08 17:52:37.645 INFO STEP 75 (remove_files) COMPLETE
96262026-09-08T17:52:38.215Z[ recovery-image] Sep 08 17:52:37.645 INFO O| Sep 08 17:52:37.645 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272026-09-08T17:52:38.220Z[ recovery-image] Sep 08 17:52:37.655 INFO O| Sep 08 17:52:37.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96282026-09-08T17:52:38.220Z[ recovery-image] Sep 08 17:52:37.655 INFO O| Sep 08 17:52:37.655 INFO STEP 76 (remove_files) COMPLETE
96292026-09-08T17:52:38.221Z[ recovery-image] Sep 08 17:52:37.655 INFO O| Sep 08 17:52:37.655 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302026-09-08T17:52:38.235Z[ recovery-image] Sep 08 17:52:37.666 INFO O| Sep 08 17:52:37.666 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96312026-09-08T17:52:38.235Z[ recovery-image] Sep 08 17:52:37.666 INFO O| Sep 08 17:52:37.666 INFO STEP 77 (remove_files) COMPLETE
96322026-09-08T17:52:38.236Z[ recovery-image] Sep 08 17:52:37.666 INFO O| Sep 08 17:52:37.666 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332026-09-08T17:52:38.241Z[ recovery-image] Sep 08 17:52:37.677 INFO O| Sep 08 17:52:37.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96342026-09-08T17:52:38.241Z[ recovery-image] Sep 08 17:52:37.677 INFO O| Sep 08 17:52:37.677 INFO STEP 78 (remove_files) COMPLETE
96352026-09-08T17:52:38.241Z[ recovery-image] Sep 08 17:52:37.677 INFO O| Sep 08 17:52:37.677 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362026-09-08T17:52:38.247Z[ recovery-image] Sep 08 17:52:37.687 INFO O| Sep 08 17:52:37.687 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96372026-09-08T17:52:38.253Z[ recovery-image] Sep 08 17:52:37.687 INFO O| Sep 08 17:52:37.687 INFO STEP 79 (remove_files) COMPLETE
96382026-09-08T17:52:38.253Z[ recovery-image] Sep 08 17:52:37.687 INFO O| Sep 08 17:52:37.687 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392026-09-08T17:52:38.259Z[ recovery-image] Sep 08 17:52:37.697 INFO O| Sep 08 17:52:37.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96402026-09-08T17:52:38.259Z[ recovery-image] Sep 08 17:52:37.697 INFO O| Sep 08 17:52:37.697 INFO STEP 80 (remove_files) COMPLETE
96412026-09-08T17:52:38.259Z[ recovery-image] Sep 08 17:52:37.697 INFO O| Sep 08 17:52:37.697 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422026-09-08T17:52:38.267Z[ recovery-image] Sep 08 17:52:37.707 INFO O| Sep 08 17:52:37.707 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96432026-09-08T17:52:38.267Z[ recovery-image] Sep 08 17:52:37.707 INFO O| Sep 08 17:52:37.707 INFO STEP 81 (remove_files) COMPLETE
96442026-09-08T17:52:38.267Z[ recovery-image] Sep 08 17:52:37.707 INFO O| Sep 08 17:52:37.707 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452026-09-08T17:52:38.285Z[ recovery-image] Sep 08 17:52:37.717 INFO O| Sep 08 17:52:37.717 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96462026-09-08T17:52:38.285Z[ recovery-image] Sep 08 17:52:37.717 INFO O| Sep 08 17:52:37.717 INFO STEP 82 (remove_files) COMPLETE
96472026-09-08T17:52:38.285Z[ recovery-image] Sep 08 17:52:37.717 INFO O| Sep 08 17:52:37.717 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482026-09-08T17:52:38.291Z[ recovery-image] Sep 08 17:52:37.728 INFO O| Sep 08 17:52:37.728 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96492026-09-08T17:52:38.291Z[ recovery-image] Sep 08 17:52:37.729 INFO O| Sep 08 17:52:37.728 INFO STEP 83 (remove_files) COMPLETE
96502026-09-08T17:52:38.298Z[ recovery-image] Sep 08 17:52:37.729 INFO O| Sep 08 17:52:37.728 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512026-09-08T17:52:38.302Z[ recovery-image] Sep 08 17:52:37.739 INFO O| Sep 08 17:52:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96522026-09-08T17:52:38.303Z[ recovery-image] Sep 08 17:52:37.739 INFO O| Sep 08 17:52:37.739 INFO STEP 84 (remove_files) COMPLETE
96532026-09-08T17:52:38.303Z[ recovery-image] Sep 08 17:52:37.739 INFO O| Sep 08 17:52:37.739 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542026-09-08T17:52:38.310Z[ recovery-image] Sep 08 17:52:37.749 INFO O| Sep 08 17:52:37.749 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96552026-09-08T17:52:38.310Z[ recovery-image] Sep 08 17:52:37.749 INFO O| Sep 08 17:52:37.749 INFO STEP 85 (remove_files) COMPLETE
96562026-09-08T17:52:38.315Z[ recovery-image] Sep 08 17:52:37.749 INFO O| Sep 08 17:52:37.749 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572026-09-08T17:52:38.324Z[ recovery-image] Sep 08 17:52:37.758 INFO O| Sep 08 17:52:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96582026-09-08T17:52:38.324Z[ recovery-image] Sep 08 17:52:37.758 INFO O| Sep 08 17:52:37.758 INFO STEP 86 (remove_files) COMPLETE
96592026-09-08T17:52:38.324Z[ recovery-image] Sep 08 17:52:37.758 INFO O| Sep 08 17:52:37.758 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602026-09-08T17:52:38.328Z[ recovery-image] Sep 08 17:52:37.768 INFO O| Sep 08 17:52:37.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96612026-09-08T17:52:38.328Z[ recovery-image] Sep 08 17:52:37.768 INFO O| Sep 08 17:52:37.768 INFO STEP 87 (remove_files) COMPLETE
96622026-09-08T17:52:38.328Z[ recovery-image] Sep 08 17:52:37.768 INFO O| Sep 08 17:52:37.768 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632026-09-08T17:52:38.338Z[ recovery-image] Sep 08 17:52:37.778 INFO O| Sep 08 17:52:37.777 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96642026-09-08T17:52:38.338Z[ recovery-image] Sep 08 17:52:37.778 INFO O| Sep 08 17:52:37.778 INFO STEP 88 (remove_files) COMPLETE
96652026-09-08T17:52:38.338Z[ recovery-image] Sep 08 17:52:37.778 INFO O| Sep 08 17:52:37.778 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662026-09-08T17:52:38.348Z[ recovery-image] Sep 08 17:52:37.788 INFO O| Sep 08 17:52:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96672026-09-08T17:52:38.348Z[ recovery-image] Sep 08 17:52:37.788 INFO O| Sep 08 17:52:37.788 INFO STEP 89 (remove_files) COMPLETE
96682026-09-08T17:52:38.348Z[ recovery-image] Sep 08 17:52:37.788 INFO O| Sep 08 17:52:37.788 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692026-09-08T17:52:38.394Z[ recovery-image] Sep 08 17:52:37.798 INFO O| Sep 08 17:52:37.798 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96702026-09-08T17:52:38.394Z[ recovery-image] Sep 08 17:52:37.798 INFO O| Sep 08 17:52:37.798 INFO STEP 90 (remove_files) COMPLETE
96712026-09-08T17:52:38.394Z[ recovery-image] Sep 08 17:52:37.799 INFO O| Sep 08 17:52:37.798 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722026-09-08T17:52:38.394Z[ recovery-image] Sep 08 17:52:37.809 INFO O| Sep 08 17:52:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96732026-09-08T17:52:38.395Z[ recovery-image] Sep 08 17:52:37.809 INFO O| Sep 08 17:52:37.809 INFO STEP 91 (remove_files) COMPLETE
96742026-09-08T17:52:38.395Z[ recovery-image] Sep 08 17:52:37.809 INFO O| Sep 08 17:52:37.809 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752026-09-08T17:52:38.395Z[ recovery-image] Sep 08 17:52:37.821 INFO O| Sep 08 17:52:37.821 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96762026-09-08T17:52:38.395Z[ recovery-image] Sep 08 17:52:37.821 INFO O| Sep 08 17:52:37.821 INFO STEP 92 (remove_files) COMPLETE
96772026-09-08T17:52:38.395Z[ recovery-image] Sep 08 17:52:37.821 INFO O| Sep 08 17:52:37.821 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782026-09-08T17:52:38.400Z[ recovery-image] Sep 08 17:52:37.831 INFO O| Sep 08 17:52:37.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96792026-09-08T17:52:38.400Z[ recovery-image] Sep 08 17:52:37.831 INFO O| Sep 08 17:52:37.831 INFO STEP 93 (remove_files) COMPLETE
96802026-09-08T17:52:38.400Z[ recovery-image] Sep 08 17:52:37.831 INFO O| Sep 08 17:52:37.831 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812026-09-08T17:52:38.406Z[ recovery-image] Sep 08 17:52:37.840 INFO O| Sep 08 17:52:37.840 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96822026-09-08T17:52:38.406Z[ recovery-image] Sep 08 17:52:37.840 INFO O| Sep 08 17:52:37.840 INFO STEP 94 (remove_files) COMPLETE
96832026-09-08T17:52:38.406Z[ recovery-image] Sep 08 17:52:37.840 INFO O| Sep 08 17:52:37.840 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842026-09-08T17:52:38.428Z[ recovery-image] Sep 08 17:52:37.865 INFO O| Sep 08 17:52:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96852026-09-08T17:52:38.428Z[ recovery-image] Sep 08 17:52:37.865 INFO O| Sep 08 17:52:37.865 INFO STEP 95 (remove_files) COMPLETE
96862026-09-08T17:52:38.428Z[ recovery-image] Sep 08 17:52:37.865 INFO O| Sep 08 17:52:37.865 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872026-09-08T17:52:38.445Z[ recovery-image] Sep 08 17:52:37.877 INFO O| Sep 08 17:52:37.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96882026-09-08T17:52:38.445Z[ recovery-image] Sep 08 17:52:37.877 INFO O| Sep 08 17:52:37.877 INFO STEP 96 (remove_files) COMPLETE
96892026-09-08T17:52:38.445Z[ recovery-image] Sep 08 17:52:37.877 INFO O| Sep 08 17:52:37.877 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96902026-09-08T17:52:38.448Z[ recovery-image] Sep 08 17:52:37.887 INFO O| Sep 08 17:52:37.887 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96912026-09-08T17:52:38.448Z[ recovery-image] Sep 08 17:52:37.887 INFO O| Sep 08 17:52:37.887 INFO STEP 97 (remove_files) COMPLETE
96922026-09-08T17:52:38.448Z[ recovery-image] Sep 08 17:52:37.887 INFO O| Sep 08 17:52:37.887 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96932026-09-08T17:52:38.460Z[ recovery-image] Sep 08 17:52:37.897 INFO O| Sep 08 17:52:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96942026-09-08T17:52:38.461Z[ recovery-image] Sep 08 17:52:37.898 INFO O| Sep 08 17:52:37.898 INFO STEP 98 (remove_files) COMPLETE
96952026-09-08T17:52:38.461Z[ recovery-image] Sep 08 17:52:37.898 INFO O| Sep 08 17:52:37.898 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96962026-09-08T17:52:38.472Z[ recovery-image] Sep 08 17:52:37.910 INFO O| Sep 08 17:52:37.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96972026-09-08T17:52:38.472Z[ recovery-image] Sep 08 17:52:37.910 INFO O| Sep 08 17:52:37.910 INFO STEP 99 (remove_files) COMPLETE
96982026-09-08T17:52:38.476Z[ recovery-image] Sep 08 17:52:37.910 INFO O| Sep 08 17:52:37.910 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96992026-09-08T17:52:38.485Z[ recovery-image] Sep 08 17:52:37.925 INFO O| Sep 08 17:52:37.925 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97002026-09-08T17:52:38.485Z[ recovery-image] Sep 08 17:52:37.925 INFO O| Sep 08 17:52:37.925 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
97012026-09-08T17:52:40.554Z[ host-image] Sep 08 17:52:39.982 INFO O| configuring SMF profile...
97022026-09-08T17:52:40.554Z[ host-image] Sep 08 17:52:39.982 INFO O| modifying shadow(5)...
97032026-09-08T17:52:40.554Z[ host-image] Sep 08 17:52:39.982 INFO O| loading user and group database...
97042026-09-08T17:52:40.586Z[ host-image] Sep 08 17:52:39.982 INFO O| loading facet selections...
97052026-09-08T17:52:40.934Z[ host-image] Sep 08 17:52:40.374 INFO O| devel -> true
97062026-09-08T17:52:40.934Z[ host-image] Sep 08 17:52:40.374 INFO O| doc.man -> true
97072026-09-08T17:52:40.934Z[ host-image] Sep 08 17:52:40.374 INFO O| version-lock.shell/ksh93 -> true
97082026-09-08T17:52:40.934Z[ host-image] Sep 08 17:52:40.374 INFO O| version-lock.system/data/hardware-registry -> true
97092026-09-08T17:52:40.937Z[ host-image] Sep 08 17:52:40.374 INFO O| version-lock.system/data/zoneinfo -> true
97102026-09-08T17:52:40.937Z[ host-image] Sep 08 17:52:40.374 INFO O| version-lock.system/microcode/amd -> true
97112026-09-08T17:52:40.937Z[ host-image] Sep 08 17:52:40.374 INFO O| version-lock.system/microcode/intel -> true
97122026-09-08T17:52:40.938Z[ host-image] Sep 08 17:52:40.374 INFO O| version-lock.system/microcode/oxide -> true
97132026-09-08T17:52:40.938Z[ host-image] Sep 08 17:52:40.374 INFO O| assessing packaged files...
97142026-09-08T17:52:41.503Z[ recovery-image] Sep 08 17:52:40.937 INFO O| Sep 08 17:52:40.937 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
97152026-09-08T17:52:41.503Z[ recovery-image] Sep 08 17:52:40.938 INFO O| Sep 08 17:52:40.938 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97162026-09-08T17:52:41.515Z[ recovery-image] Sep 08 17:52:40.951 INFO O| Sep 08 17:52:40.951 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97172026-09-08T17:52:41.627Z[ recovery-image] Sep 08 17:52:41.065 INFO O| Sep 08 17:52:41.065 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97182026-09-08T17:52:41.809Z[ recovery-image] Sep 08 17:52:41.125 INFO O| Sep 08 17:52:41.124 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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_CHECKHASH": "1"}
97192026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.190 INFO O| Sep 08 17:52:41.190 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97202026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.190 INFO O| Sep 08 17:52:41.190 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 ...
97212026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.192 INFO O| Sep 08 17:52:41.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97222026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.192 INFO O| Sep 08 17:52:41.192 INFO ok!
97232026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.192 INFO O| Sep 08 17:52:41.192 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97242026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.192 INFO O| Sep 08 17:52:41.192 INFO STEP 100 (seed_smf) COMPLETE
97252026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.192 INFO O| Sep 08 17:52:41.192 INFO steps complete; finalising image!
97262026-09-08T17:52:41.813Z[ recovery-image] Sep 08 17:52:41.192 INFO O| Sep 08 17:52:41.192 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97272026-09-08T17:52:41.825Z[ recovery-image] Sep 08 17:52:41.265 INFO O| Sep 08 17:52:41.265 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Sep 8 17:52:41 2026)
97282026-09-08T17:52:42.045Z[ recovery-image] Sep 08 17:52:41.472 INFO O| Sep 08 17:52:41.472 INFO trim TEMPORARY-sled-zfs-recovery: (57% trimmed, started at Tue Sep 8 17:52:41 2026)
97292026-09-08T17:52:42.276Z[ recovery-image] Sep 08 17:52:41.678 INFO O| Sep 08 17:52:41.678 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97302026-09-08T17:52:42.445Z[ recovery-image] Sep 08 17:52:41.884 INFO O| Sep 08 17:52:41.884 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97312026-09-08T17:52:42.654Z[ recovery-image] Sep 08 17:52:42.094 INFO O| Sep 08 17:52:42.094 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97322026-09-08T17:52:42.862Z[ recovery-image] Sep 08 17:52:42.301 INFO O| Sep 08 17:52:42.300 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97332026-09-08T17:52:42.940Z[ host-image] Sep 08 17:52:42.377 INFO O| creating archive...
97342026-09-08T17:52:42.962Z[ host-image] Sep 08 17:52:42.402 INFO O| missing from packaging:
97352026-09-08T17:52:42.962Z[ host-image] Sep 08 17:52:42.402 INFO O| "etc/.pwd.lock"
97362026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.402 INFO O| "etc/bash"
97372026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.407 INFO O| "etc/svc/profile/generic.xml"
97382026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.407 INFO O| "etc/svc/profile/inetd_services.xml"
97392026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.407 INFO O| "etc/svc/profile/name_service.xml"
97402026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.407 INFO O| "etc/svc/profile/platform.xml"
97412026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.407 INFO O| "etc/svc/profile/platform_omicron1.xml"
97422026-09-08T17:52:42.969Z[ host-image] Sep 08 17:52:42.407 INFO O| "etc/svc/repository.db"
97432026-09-08T17:52:42.976Z[ host-image] Sep 08 17:52:42.413 INFO O| "opt/ooce/share"
97442026-09-08T17:52:42.976Z[ host-image] Sep 08 17:52:42.413 INFO O| "opt/ooce/share/man"
97452026-09-08T17:52:42.976Z[ host-image] Sep 08 17:52:42.414 INFO O| "opt/ooce/share/man/man1"
97462026-09-08T17:52:42.986Z[ host-image] Sep 08 17:52:42.423 INFO O| finishing archive...
97472026-09-08T17:52:43.069Z[ recovery-image] Sep 08 17:52:42.508 INFO O| Sep 08 17:52:42.508 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97482026-09-08T17:52:43.276Z[ recovery-image] Sep 08 17:52:42.713 INFO O| Sep 08 17:52:42.713 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97492026-09-08T17:52:43.480Z[ recovery-image] Sep 08 17:52:42.919 INFO O| Sep 08 17:52:42.919 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97502026-09-08T17:52:43.720Z[ recovery-image] Sep 08 17:52:43.125 INFO O| Sep 08 17:52:43.125 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97512026-09-08T17:52:43.893Z[ recovery-image] Sep 08 17:52:43.331 INFO O| Sep 08 17:52:43.330 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97522026-09-08T17:52:44.115Z[ recovery-image] Sep 08 17:52:43.537 INFO O| Sep 08 17:52:43.536 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97532026-09-08T17:52:44.340Z[ recovery-image] Sep 08 17:52:43.743 INFO O| Sep 08 17:52:43.743 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97542026-09-08T17:52:44.510Z[ recovery-image] Sep 08 17:52:43.948 INFO O| Sep 08 17:52:43.948 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97552026-09-08T17:52:48.385Z[ recovery-image] Sep 08 17:52:44.154 INFO O| Sep 08 17:52:44.154 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97562026-09-08T17:52:48.385Z[ recovery-image] Sep 08 17:52:44.360 INFO O| Sep 08 17:52:44.360 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97572026-09-08T17:52:48.385Z[ recovery-image] Sep 08 17:52:44.566 INFO O| Sep 08 17:52:44.566 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97582026-09-08T17:52:48.385Z[ recovery-image] Sep 08 17:52:44.772 INFO O| Sep 08 17:52:44.772 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97592026-09-08T17:52:48.385Z[ host-image] Sep 08 17:52:44.874 INFO O| creating gzonly manifest...
97602026-09-08T17:52:48.385Z[ host-image] Sep 08 17:52:44.880 INFO O| ok
97612026-09-08T17:52:48.385Z[ recovery-image] Sep 08 17:52:44.979 INFO O| Sep 08 17:52:44.979 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 8 17:52:41 2026)
97622026-09-08T17:52:48.385Z[ host-image] Sep 08 17:52:45.022 INFO image builder template: ramdisk-02-trim...
97632026-09-08T17:52:48.387Z[ host-image] Sep 08 17:52:45.022 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/.tmpcgJXbZ/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
97642026-09-08T17:52:48.387Z[ host-image] Sep 08 17:52:45.046 INFO O| Sep 08 17:52:45.046 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97652026-09-08T17:52:48.387Z[ host-image] Sep 08 17:52:45.051 INFO O| Sep 08 17:52:45.051 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97662026-09-08T17:52:48.387Z[ recovery-image] Sep 08 17:52:45.187 INFO O| Sep 08 17:52:45.187 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Sep 8 17:52:41 2026)
97672026-09-08T17:52:48.387Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97682026-09-08T17:52:48.387Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97692026-09-08T17:52:48.387Z[ recovery-image] Sep 08 17:52:45.413 INFO O| Sep 08 17:52:45.413 INFO temporary pool has 463M used, 1.30G avail, 1.00x compressratio
97702026-09-08T17:52:48.387Z[ recovery-image] Sep 08 17:52:45.413 INFO O| Sep 08 17:52:45.413 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97712026-09-08T17:52:48.387Z[ recovery-image] Sep 08 17:52:46.153 INFO O| Sep 08 17:52:46.153 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
97722026-09-08T17:52:48.387Z[ recovery-image] Sep 08 17:52:46.153 INFO O| Sep 08 17:52:46.153 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97732026-09-08T17:52:48.533Z[ host-image] Sep 08 17:52:46.526 INFO O| Sep 08 17:52:46.526 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97742026-09-08T17:52:48.533Z[ host-image] Sep 08 17:52:46.890 INFO O| Sep 08 17:52:46.890 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97752026-09-08T17:52:48.533Z[ host-image] Sep 08 17:52:46.890 INFO O| Sep 08 17:52:46.890 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97762026-09-08T17:52:48.533Z[ host-image] Sep 08 17:52:46.895 INFO O| Sep 08 17:52:46.895 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97772026-09-08T17:52:48.533Z[ host-image] Sep 08 17:52:46.899 INFO O| Sep 08 17:52:46.899 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97782026-09-08T17:52:48.536Z[ host-image] Sep 08 17:52:46.920 INFO O| Sep 08 17:52:46.919 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97792026-09-08T17:52:49.139Z[ recovery-image] Sep 08 17:52:48.578 INFO O| Sep 08 17:52:48.578 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97802026-09-08T17:52:49.139Z[ recovery-image] Sep 08 17:52:48.578 INFO O| Sep 08 17:52:48.578 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97812026-09-08T17:52:49.142Z[ recovery-image] Sep 08 17:52:48.578 INFO O| Sep 08 17:52:48.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97822026-09-08T17:52:49.143Z[ recovery-image] Sep 08 17:52:48.578 INFO O| Sep 08 17:52:48.578 INFO completed processing sled/zfs-recovery
97832026-09-08T17:52:49.143Z[ recovery-image] Sep 08 17:52:48.578 INFO O| Sep 08 17:52:48.578 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97842026-09-08T17:52:50.593Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97852026-09-08T17:52:52.261Z[ host-image] Sep 08 17:52:51.701 INFO O| Sep 08 17:52:51.701 INFO rolled back to input snapshot; work may begin
97862026-09-08T17:52:52.263Z[ host-image] Sep 08 17:52:51.701 INFO O| Sep 08 17:52:51.701 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
97872026-09-08T17:52:52.268Z[ host-image] Sep 08 17:52:51.708 INFO O| Sep 08 17:52:51.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97882026-09-08T17:52:52.281Z[ host-image] Sep 08 17:52:51.721 INFO O| Sep 08 17:52:51.721 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
97892026-09-08T17:52:52.325Z[ host-image] Sep 08 17:52:51.765 INFO O| Sep 08 17:52:51.765 INFO STEP 0 (remove_files) COMPLETE
97902026-09-08T17:52:52.325Z[ host-image] Sep 08 17:52:51.765 INFO O| Sep 08 17:52:51.765 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97912026-09-08T17:52:52.338Z[ host-image] Sep 08 17:52:51.778 INFO O| Sep 08 17:52:51.778 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
97922026-09-08T17:52:52.341Z[ host-image] Sep 08 17:52:51.779 INFO O| Sep 08 17:52:51.779 INFO STEP 1 (remove_files) COMPLETE
97932026-09-08T17:52:52.342Z[ host-image] Sep 08 17:52:51.779 INFO O| Sep 08 17:52:51.779 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97942026-09-08T17:52:52.354Z[ host-image] Sep 08 17:52:51.792 INFO O| Sep 08 17:52:51.792 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
97952026-09-08T17:52:52.365Z[ recovery-image] Sep 08 17:52:51.805 INFO O| Sep 08 17:52:51.805 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97962026-09-08T17:52:52.368Z[ host-image] Sep 08 17:52:51.806 INFO O| Sep 08 17:52:51.806 INFO STEP 2 (remove_files) COMPLETE
97972026-09-08T17:52:52.368Z[ host-image] Sep 08 17:52:51.806 INFO O| Sep 08 17:52:51.806 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97982026-09-08T17:52:52.379Z[ host-image] Sep 08 17:52:51.819 INFO O| Sep 08 17:52:51.819 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
97992026-09-08T17:52:52.382Z[ host-image] Sep 08 17:52:51.820 INFO O| Sep 08 17:52:51.820 INFO STEP 3 (remove_files) COMPLETE
98002026-09-08T17:52:52.382Z[ host-image] Sep 08 17:52:51.820 INFO O| Sep 08 17:52:51.820 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98012026-09-08T17:52:52.398Z[ host-image] Sep 08 17:52:51.838 INFO O| Sep 08 17:52:51.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98022026-09-08T17:52:52.401Z[ host-image] Sep 08 17:52:51.841 INFO O| Sep 08 17:52:51.841 INFO STEP 4 (remove_files) COMPLETE
98032026-09-08T17:52:52.404Z[ host-image] Sep 08 17:52:51.841 INFO O| Sep 08 17:52:51.841 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98042026-09-08T17:52:52.412Z[ host-image] Sep 08 17:52:51.852 INFO O| Sep 08 17:52:51.852 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98052026-09-08T17:52:52.415Z[ host-image] Sep 08 17:52:51.855 INFO O| Sep 08 17:52:51.855 INFO STEP 5 (remove_files) COMPLETE
98062026-09-08T17:52:52.415Z[ host-image] Sep 08 17:52:51.855 INFO O| Sep 08 17:52:51.855 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98072026-09-08T17:52:52.429Z[ host-image] Sep 08 17:52:51.869 INFO O| Sep 08 17:52:51.869 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98082026-09-08T17:52:52.439Z[ host-image] Sep 08 17:52:51.879 INFO O| Sep 08 17:52:51.879 INFO STEP 6 (remove_files) COMPLETE
98092026-09-08T17:52:52.439Z[ host-image] Sep 08 17:52:51.879 INFO O| Sep 08 17:52:51.879 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98102026-09-08T17:52:52.443Z[ host-image] Sep 08 17:52:51.879 INFO O| Sep 08 17:52:51.879 INFO skip step because feature "heliosv2" is not enabled
98112026-09-08T17:52:52.443Z[ host-image] Sep 08 17:52:51.879 INFO O| Sep 08 17:52:51.879 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-09-08T17:52:52.451Z[ host-image] Sep 08 17:52:51.891 INFO O| Sep 08 17:52:51.891 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98132026-09-08T17:52:52.462Z[ host-image] Sep 08 17:52:51.902 INFO O| Sep 08 17:52:51.902 INFO STEP 8 (remove_files) COMPLETE
98142026-09-08T17:52:52.462Z[ host-image] Sep 08 17:52:51.902 INFO O| Sep 08 17:52:51.902 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98152026-09-08T17:52:52.476Z[ host-image] Sep 08 17:52:51.916 INFO O| Sep 08 17:52:51.916 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98162026-09-08T17:52:52.487Z[ recovery-image] Sep 08 17:52:51.927 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
98172026-09-08T17:52:52.488Z[ recovery-image] Sep 08 17:52:51.927 INFO expanded image name: "recovery 18da33a/${os_short_commit} 2026-09-08 17:38" -> "recovery 18da33a/0e29ea8 2026-09-08 17:38"
98182026-09-08T17:52:52.491Z[ recovery-image] Sep 08 17:52:51.927 INFO output artefacts stored in: "/work/os-recovery"
98192026-09-08T17:52:52.491Z[ recovery-image] Sep 08 17:52:51.927 INFO collecting git info from project "pinprick"...
98202026-09-08T17:52:52.496Z[ recovery-image] Sep 08 17:52:51.936 INFO collecting git info from project "amd-firmware"...
98212026-09-08T17:52:52.551Z[ host-image] Sep 08 17:52:51.991 INFO O| Sep 08 17:52:51.991 INFO STEP 9 (remove_files) COMPLETE
98222026-09-08T17:52:52.551Z[ host-image] Sep 08 17:52:51.991 INFO O| Sep 08 17:52:51.991 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98232026-09-08T17:52:52.569Z[ host-image] Sep 08 17:52:52.009 INFO O| Sep 08 17:52:52.009 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98242026-09-08T17:52:52.642Z[ host-image] Sep 08 17:52:52.082 INFO O| Sep 08 17:52:52.082 INFO STEP 10 (remove_files) COMPLETE
98252026-09-08T17:52:52.642Z[ host-image] Sep 08 17:52:52.082 INFO O| Sep 08 17:52:52.082 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98262026-09-08T17:52:52.654Z[ host-image] Sep 08 17:52:52.094 INFO O| Sep 08 17:52:52.094 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98272026-09-08T17:52:52.658Z[ host-image] Sep 08 17:52:52.097 INFO O| Sep 08 17:52:52.097 INFO STEP 11 (remove_files) COMPLETE
98282026-09-08T17:52:52.658Z[ host-image] Sep 08 17:52:52.097 INFO O| Sep 08 17:52:52.097 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98292026-09-08T17:52:52.672Z[ host-image] Sep 08 17:52:52.111 INFO O| Sep 08 17:52:52.111 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98302026-09-08T17:52:52.676Z[ host-image] Sep 08 17:52:52.112 INFO O| Sep 08 17:52:52.112 INFO STEP 12 (remove_files) COMPLETE
98312026-09-08T17:52:52.676Z[ host-image] Sep 08 17:52:52.112 INFO O| Sep 08 17:52:52.112 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98322026-09-08T17:52:52.687Z[ host-image] Sep 08 17:52:52.127 INFO O| Sep 08 17:52:52.127 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98332026-09-08T17:52:52.690Z[ host-image] Sep 08 17:52:52.128 INFO O| Sep 08 17:52:52.128 INFO STEP 13 (remove_files) COMPLETE
98342026-09-08T17:52:52.690Z[ host-image] Sep 08 17:52:52.128 INFO O| Sep 08 17:52:52.128 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98352026-09-08T17:52:52.745Z[ host-image] Sep 08 17:52:52.185 INFO O| Sep 08 17:52:52.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98362026-09-08T17:52:52.750Z[ host-image] Sep 08 17:52:52.190 INFO O| Sep 08 17:52:52.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98372026-09-08T17:52:52.886Z[ recovery-image] Sep 08 17:52:52.326 INFO collecting git info from project "bootserver"...
98382026-09-08T17:52:52.893Z[ recovery-image] Sep 08 17:52:52.333 INFO collecting git info from project "phbl"...
98392026-09-08T17:52:52.903Z[ recovery-image] Sep 08 17:52:52.342 INFO collecting git info from project "image-builder"...
98402026-09-08T17:52:52.910Z[ recovery-image] Sep 08 17:52:52.350 INFO collecting git info from project "amd-host-image-builder"...
98412026-09-08T17:52:52.956Z[ recovery-image] Sep 08 17:52:52.396 INFO collecting git info from project "chelsio-t6-roms"...
98422026-09-08T17:52:52.996Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98432026-09-08T17:52:52.996Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98442026-09-08T17:52:52.996Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98452026-09-08T17:52:52.996Z[ recovery-image] Sep 08 17:52:52.436 INFO collecting git info from project "dmar-report"...
98462026-09-08T17:52:52.996Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98472026-09-08T17:52:53.001Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98482026-09-08T17:52:53.001Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98492026-09-08T17:52:53.001Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98502026-09-08T17:52:53.002Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98512026-09-08T17:52:53.002Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98522026-09-08T17:52:53.002Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98532026-09-08T17:52:53.002Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98542026-09-08T17:52:53.002Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98552026-09-08T17:52:53.002Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98562026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98572026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98582026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98592026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98602026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98612026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.435 INFO STEP 14 (remove_files) COMPLETE
98622026-09-08T17:52:53.003Z[ host-image] Sep 08 17:52:52.436 INFO O| Sep 08 17:52:52.435 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98632026-09-08T17:52:53.007Z[ host-image] Sep 08 17:52:52.447 INFO O| Sep 08 17:52:52.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98642026-09-08T17:52:53.011Z[ host-image] Sep 08 17:52:52.448 INFO O| Sep 08 17:52:52.448 INFO STEP 15 (remove_files) COMPLETE
98652026-09-08T17:52:53.011Z[ host-image] Sep 08 17:52:52.448 INFO O| Sep 08 17:52:52.448 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98662026-09-08T17:52:53.014Z[ recovery-image] Sep 08 17:52:52.454 INFO collecting git info from project "pilot"...
98672026-09-08T17:52:53.023Z[ recovery-image] Sep 08 17:52:52.463 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98682026-09-08T17:52:53.041Z[ host-image] Sep 08 17:52:52.481 INFO O| Sep 08 17:52:52.481 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98692026-09-08T17:52:53.047Z[ host-image] Sep 08 17:52:52.487 INFO O| Sep 08 17:52:52.487 INFO STEP 16 (remove_files) COMPLETE
98702026-09-08T17:52:53.047Z[ host-image] Sep 08 17:52:52.487 INFO O| Sep 08 17:52:52.487 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98712026-09-08T17:52:53.104Z[ host-image] Sep 08 17:52:52.544 INFO O| Sep 08 17:52:52.544 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98722026-09-08T17:52:53.107Z[ host-image] Sep 08 17:52:52.544 INFO O| Sep 08 17:52:52.544 INFO STEP 17 (remove_files) COMPLETE
98732026-09-08T17:52:53.107Z[ host-image] Sep 08 17:52:52.544 INFO O| Sep 08 17:52:52.544 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98742026-09-08T17:52:53.116Z[ host-image] Sep 08 17:52:52.556 INFO O| Sep 08 17:52:52.556 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98752026-09-08T17:52:53.119Z[ host-image] Sep 08 17:52:52.557 INFO O| Sep 08 17:52:52.557 INFO STEP 18 (remove_files) COMPLETE
98762026-09-08T17:52:53.119Z[ host-image] Sep 08 17:52:52.557 INFO O| Sep 08 17:52:52.557 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98772026-09-08T17:52:53.132Z[ host-image] Sep 08 17:52:52.572 INFO O| Sep 08 17:52:52.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98782026-09-08T17:52:53.132Z[ host-image] Sep 08 17:52:52.572 INFO O| Sep 08 17:52:52.572 INFO STEP 19 (remove_files) COMPLETE
98792026-09-08T17:52:53.132Z[ host-image] Sep 08 17:52:52.572 INFO O| Sep 08 17:52:52.572 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98802026-09-08T17:52:53.169Z[ host-image] Sep 08 17:52:52.587 INFO O| Sep 08 17:52:52.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98812026-09-08T17:52:53.169Z[ host-image] Sep 08 17:52:52.587 INFO O| Sep 08 17:52:52.587 INFO STEP 20 (remove_files) COMPLETE
98822026-09-08T17:52:53.172Z[ host-image] Sep 08 17:52:52.587 INFO O| Sep 08 17:52:52.587 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98832026-09-08T17:52:53.248Z[ host-image] Sep 08 17:52:52.635 INFO O| Sep 08 17:52:52.635 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98842026-09-08T17:52:53.248Z[ host-image] Sep 08 17:52:52.635 INFO O| Sep 08 17:52:52.635 INFO STEP 21 (remove_files) COMPLETE
98852026-09-08T17:52:53.248Z[ host-image] Sep 08 17:52:52.635 INFO O| Sep 08 17:52:52.635 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98862026-09-08T17:52:53.248Z[ host-image] Sep 08 17:52:52.643 INFO O| Sep 08 17:52:52.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98872026-09-08T17:52:53.248Z[ host-image] Sep 08 17:52:52.643 INFO O| Sep 08 17:52:52.643 INFO STEP 22 (remove_files) COMPLETE
98882026-09-08T17:52:53.248Z[ host-image] Sep 08 17:52:52.643 INFO O| Sep 08 17:52:52.643 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98892026-09-08T17:52:53.281Z[ host-image] Sep 08 17:52:52.719 INFO O| Sep 08 17:52:52.718 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98902026-09-08T17:52:53.281Z[ host-image] Sep 08 17:52:52.719 INFO O| Sep 08 17:52:52.719 INFO STEP 23 (remove_files) COMPLETE
98912026-09-08T17:52:53.281Z[ host-image] Sep 08 17:52:52.719 INFO O| Sep 08 17:52:52.719 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98922026-09-08T17:52:53.293Z[ host-image] Sep 08 17:52:52.732 INFO O| Sep 08 17:52:52.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98932026-09-08T17:52:53.293Z[ host-image] Sep 08 17:52:52.733 INFO O| Sep 08 17:52:52.732 INFO STEP 24 (remove_files) COMPLETE
98942026-09-08T17:52:53.293Z[ host-image] Sep 08 17:52:52.733 INFO O| Sep 08 17:52:52.732 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98952026-09-08T17:52:53.313Z[ host-image] Sep 08 17:52:52.750 INFO O| Sep 08 17:52:52.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
98962026-09-08T17:52:53.313Z[ host-image] Sep 08 17:52:52.750 INFO O| Sep 08 17:52:52.750 INFO STEP 25 (remove_files) COMPLETE
98972026-09-08T17:52:53.313Z[ host-image] Sep 08 17:52:52.750 INFO O| Sep 08 17:52:52.750 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98982026-09-08T17:52:53.329Z[ host-image] Sep 08 17:52:52.768 INFO O| Sep 08 17:52:52.767 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
98992026-09-08T17:52:53.329Z[ host-image] Sep 08 17:52:52.768 INFO O| Sep 08 17:52:52.768 INFO STEP 26 (remove_files) COMPLETE
99002026-09-08T17:52:53.329Z[ host-image] Sep 08 17:52:52.768 INFO O| Sep 08 17:52:52.768 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99012026-09-08T17:52:53.347Z[ host-image] Sep 08 17:52:52.787 INFO O| Sep 08 17:52:52.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99022026-09-08T17:52:53.347Z[ host-image] Sep 08 17:52:52.787 INFO O| Sep 08 17:52:52.787 INFO STEP 27 (remove_files) COMPLETE
99032026-09-08T17:52:53.347Z[ host-image] Sep 08 17:52:52.787 INFO O| Sep 08 17:52:52.787 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-08T17:52:53.387Z[ host-image] Sep 08 17:52:52.827 INFO O| Sep 08 17:52:52.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99052026-09-08T17:52:53.387Z[ host-image] Sep 08 17:52:52.827 INFO O| Sep 08 17:52:52.827 INFO STEP 28 (remove_files) COMPLETE
99062026-09-08T17:52:53.387Z[ host-image] Sep 08 17:52:52.827 INFO O| Sep 08 17:52:52.827 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-08T17:52:53.398Z[ host-image] Sep 08 17:52:52.838 INFO O| Sep 08 17:52:52.838 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99082026-09-08T17:52:53.398Z[ host-image] Sep 08 17:52:52.838 INFO O| Sep 08 17:52:52.838 INFO STEP 29 (remove_files) COMPLETE
99092026-09-08T17:52:53.398Z[ host-image] Sep 08 17:52:52.838 INFO O| Sep 08 17:52:52.838 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-08T17:52:53.415Z[ host-image] Sep 08 17:52:52.850 INFO O| Sep 08 17:52:52.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99112026-09-08T17:52:53.415Z[ host-image] Sep 08 17:52:52.850 INFO O| Sep 08 17:52:52.850 INFO STEP 30 (remove_files) COMPLETE
99122026-09-08T17:52:53.418Z[ host-image] Sep 08 17:52:52.850 INFO O| Sep 08 17:52:52.850 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99132026-09-08T17:52:53.427Z[ host-image] Sep 08 17:52:52.867 INFO O| Sep 08 17:52:52.866 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99142026-09-08T17:52:53.427Z[ host-image] Sep 08 17:52:52.867 INFO O| Sep 08 17:52:52.867 INFO STEP 31 (remove_files) COMPLETE
99152026-09-08T17:52:53.431Z[ host-image] Sep 08 17:52:52.867 INFO O| Sep 08 17:52:52.867 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99162026-09-08T17:52:53.438Z[ host-image] Sep 08 17:52:52.878 INFO O| Sep 08 17:52:52.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99172026-09-08T17:52:53.439Z[ host-image] Sep 08 17:52:52.878 INFO O| Sep 08 17:52:52.878 INFO STEP 32 (remove_files) COMPLETE
99182026-09-08T17:52:53.439Z[ host-image] Sep 08 17:52:52.878 INFO O| Sep 08 17:52:52.878 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99192026-09-08T17:52:53.450Z[ host-image] Sep 08 17:52:52.890 INFO O| Sep 08 17:52:52.890 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99202026-09-08T17:52:53.450Z[ host-image] Sep 08 17:52:52.890 INFO O| Sep 08 17:52:52.890 INFO STEP 33 (remove_files) COMPLETE
99212026-09-08T17:52:53.453Z[ host-image] Sep 08 17:52:52.890 INFO O| Sep 08 17:52:52.890 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-08T17:52:53.521Z[ host-image] Sep 08 17:52:52.960 INFO O| Sep 08 17:52:52.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99232026-09-08T17:52:53.521Z[ host-image] Sep 08 17:52:52.960 INFO O| Sep 08 17:52:52.960 INFO STEP 34 (remove_files) COMPLETE
99242026-09-08T17:52:53.525Z[ host-image] Sep 08 17:52:52.960 INFO O| Sep 08 17:52:52.960 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99252026-09-08T17:52:53.540Z[ host-image] Sep 08 17:52:52.979 INFO O| Sep 08 17:52:52.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99262026-09-08T17:52:53.540Z[ host-image] Sep 08 17:52:52.979 INFO O| Sep 08 17:52:52.979 INFO STEP 35 (remove_files) COMPLETE
99272026-09-08T17:52:53.540Z[ host-image] Sep 08 17:52:52.979 INFO O| Sep 08 17:52:52.979 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-08T17:52:53.605Z[ host-image] Sep 08 17:52:53.043 INFO O| Sep 08 17:52:53.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99292026-09-08T17:52:53.605Z[ host-image] Sep 08 17:52:53.043 INFO O| Sep 08 17:52:53.043 INFO STEP 36 (remove_files) COMPLETE
99302026-09-08T17:52:53.605Z[ host-image] Sep 08 17:52:53.043 INFO O| Sep 08 17:52:53.043 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99312026-09-08T17:52:53.617Z[ host-image] Sep 08 17:52:53.056 INFO O| Sep 08 17:52:53.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99322026-09-08T17:52:53.617Z[ host-image] Sep 08 17:52:53.056 INFO O| Sep 08 17:52:53.056 INFO STEP 37 (remove_files) COMPLETE
99332026-09-08T17:52:53.620Z[ host-image] Sep 08 17:52:53.056 INFO O| Sep 08 17:52:53.056 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99342026-09-08T17:52:53.633Z[ host-image] Sep 08 17:52:53.073 INFO O| Sep 08 17:52:53.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99352026-09-08T17:52:53.633Z[ host-image] Sep 08 17:52:53.073 INFO O| Sep 08 17:52:53.073 INFO STEP 38 (remove_files) COMPLETE
99362026-09-08T17:52:53.633Z[ host-image] Sep 08 17:52:53.073 INFO O| Sep 08 17:52:53.073 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99372026-09-08T17:52:53.649Z[ host-image] Sep 08 17:52:53.088 INFO O| Sep 08 17:52:53.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99382026-09-08T17:52:53.649Z[ host-image] Sep 08 17:52:53.088 INFO O| Sep 08 17:52:53.088 INFO STEP 39 (remove_files) COMPLETE
99392026-09-08T17:52:53.653Z[ host-image] Sep 08 17:52:53.088 INFO O| Sep 08 17:52:53.088 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99402026-09-08T17:52:53.663Z[ host-image] Sep 08 17:52:53.103 INFO O| Sep 08 17:52:53.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99412026-09-08T17:52:53.663Z[ host-image] Sep 08 17:52:53.103 INFO O| Sep 08 17:52:53.103 INFO STEP 40 (remove_files) COMPLETE
99422026-09-08T17:52:53.666Z[ host-image] Sep 08 17:52:53.103 INFO O| Sep 08 17:52:53.103 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99432026-09-08T17:52:53.678Z[ host-image] Sep 08 17:52:53.118 INFO O| Sep 08 17:52:53.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99442026-09-08T17:52:53.691Z[ host-image] Sep 08 17:52:53.123 INFO O| Sep 08 17:52:53.123 INFO STEP 41 (remove_files) COMPLETE
99452026-09-08T17:52:53.691Z[ host-image] Sep 08 17:52:53.123 INFO O| Sep 08 17:52:53.123 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-08T17:52:53.695Z[ recovery-image] Sep 08 17:52:53.131 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99472026-09-08T17:52:53.699Z[ host-image] Sep 08 17:52:53.139 INFO O| Sep 08 17:52:53.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99482026-09-08T17:52:53.699Z[ host-image] Sep 08 17:52:53.139 INFO O| Sep 08 17:52:53.139 INFO STEP 42 (remove_files) COMPLETE
99492026-09-08T17:52:53.699Z[ host-image] Sep 08 17:52:53.139 INFO O| Sep 08 17:52:53.139 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99502026-09-08T17:52:53.714Z[ host-image] Sep 08 17:52:53.154 INFO O| Sep 08 17:52:53.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99512026-09-08T17:52:53.714Z[ host-image] Sep 08 17:52:53.154 INFO O| Sep 08 17:52:53.154 INFO STEP 43 (remove_files) COMPLETE
99522026-09-08T17:52:53.717Z[ host-image] Sep 08 17:52:53.154 INFO O| Sep 08 17:52:53.154 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99532026-09-08T17:52:53.727Z[ host-image] Sep 08 17:52:53.167 INFO O| Sep 08 17:52:53.167 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99542026-09-08T17:52:53.730Z[ host-image] Sep 08 17:52:53.167 INFO O| Sep 08 17:52:53.167 INFO STEP 44 (remove_files) COMPLETE
99552026-09-08T17:52:53.730Z[ host-image] Sep 08 17:52:53.167 INFO O| Sep 08 17:52:53.167 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99562026-09-08T17:52:53.743Z[ host-image] Sep 08 17:52:53.181 INFO O| Sep 08 17:52:53.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99572026-09-08T17:52:53.743Z[ host-image] Sep 08 17:52:53.181 INFO O| Sep 08 17:52:53.181 INFO STEP 45 (remove_files) COMPLETE
99582026-09-08T17:52:53.743Z[ host-image] Sep 08 17:52:53.181 INFO O| Sep 08 17:52:53.181 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99592026-09-08T17:52:53.756Z[ host-image] Sep 08 17:52:53.196 INFO O| Sep 08 17:52:53.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99602026-09-08T17:52:53.756Z[ host-image] Sep 08 17:52:53.196 INFO O| Sep 08 17:52:53.196 INFO STEP 46 (remove_files) COMPLETE
99612026-09-08T17:52:53.756Z[ host-image] Sep 08 17:52:53.196 INFO O| Sep 08 17:52:53.196 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99622026-09-08T17:52:53.769Z[ host-image] Sep 08 17:52:53.209 INFO O| Sep 08 17:52:53.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99632026-09-08T17:52:53.769Z[ host-image] Sep 08 17:52:53.209 INFO O| Sep 08 17:52:53.209 INFO STEP 47 (remove_files) COMPLETE
99642026-09-08T17:52:53.772Z[ host-image] Sep 08 17:52:53.209 INFO O| Sep 08 17:52:53.209 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99652026-09-08T17:52:53.783Z[ host-image] Sep 08 17:52:53.222 INFO O| Sep 08 17:52:53.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99662026-09-08T17:52:53.783Z[ host-image] Sep 08 17:52:53.222 INFO O| Sep 08 17:52:53.222 INFO STEP 48 (remove_files) COMPLETE
99672026-09-08T17:52:53.783Z[ host-image] Sep 08 17:52:53.222 INFO O| Sep 08 17:52:53.222 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99682026-09-08T17:52:53.795Z[ host-image] Sep 08 17:52:53.235 INFO O| Sep 08 17:52:53.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99692026-09-08T17:52:53.797Z[ host-image] Sep 08 17:52:53.235 INFO O| Sep 08 17:52:53.235 INFO STEP 49 (remove_files) COMPLETE
99702026-09-08T17:52:53.797Z[ host-image] Sep 08 17:52:53.235 INFO O| Sep 08 17:52:53.235 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99712026-09-08T17:52:53.807Z[ host-image] Sep 08 17:52:53.247 INFO O| Sep 08 17:52:53.247 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99722026-09-08T17:52:53.807Z[ host-image] Sep 08 17:52:53.247 INFO O| Sep 08 17:52:53.247 INFO STEP 50 (remove_files) COMPLETE
99732026-09-08T17:52:53.807Z[ host-image] Sep 08 17:52:53.247 INFO O| Sep 08 17:52:53.247 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99742026-09-08T17:52:53.820Z[ host-image] Sep 08 17:52:53.259 INFO O| Sep 08 17:52:53.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99752026-09-08T17:52:53.820Z[ host-image] Sep 08 17:52:53.259 INFO O| Sep 08 17:52:53.259 INFO STEP 51 (remove_files) COMPLETE
99762026-09-08T17:52:53.823Z[ host-image] Sep 08 17:52:53.259 INFO O| Sep 08 17:52:53.259 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99772026-09-08T17:52:53.834Z[ host-image] Sep 08 17:52:53.273 INFO O| Sep 08 17:52:53.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99782026-09-08T17:52:53.834Z[ host-image] Sep 08 17:52:53.273 INFO O| Sep 08 17:52:53.273 INFO STEP 52 (remove_files) COMPLETE
99792026-09-08T17:52:53.834Z[ host-image] Sep 08 17:52:53.273 INFO O| Sep 08 17:52:53.273 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99802026-09-08T17:52:53.846Z[ host-image] Sep 08 17:52:53.286 INFO O| Sep 08 17:52:53.286 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99812026-09-08T17:52:53.848Z[ host-image] Sep 08 17:52:53.286 INFO O| Sep 08 17:52:53.286 INFO STEP 53 (remove_files) COMPLETE
99822026-09-08T17:52:53.850Z[ host-image] Sep 08 17:52:53.286 INFO O| Sep 08 17:52:53.286 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99832026-09-08T17:52:53.861Z[ host-image] Sep 08 17:52:53.299 INFO O| Sep 08 17:52:53.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99842026-09-08T17:52:53.861Z[ host-image] Sep 08 17:52:53.299 INFO O| Sep 08 17:52:53.299 INFO STEP 54 (remove_files) COMPLETE
99852026-09-08T17:52:53.861Z[ host-image] Sep 08 17:52:53.299 INFO O| Sep 08 17:52:53.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99862026-09-08T17:52:53.873Z[ host-image] Sep 08 17:52:53.312 INFO O| Sep 08 17:52:53.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99872026-09-08T17:52:53.873Z[ host-image] Sep 08 17:52:53.312 INFO O| Sep 08 17:52:53.312 INFO STEP 55 (remove_files) COMPLETE
99882026-09-08T17:52:53.876Z[ host-image] Sep 08 17:52:53.312 INFO O| Sep 08 17:52:53.312 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99892026-09-08T17:52:53.883Z[ host-image] Sep 08 17:52:53.323 INFO O| Sep 08 17:52:53.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99902026-09-08T17:52:53.883Z[ host-image] Sep 08 17:52:53.323 INFO O| Sep 08 17:52:53.323 INFO STEP 56 (remove_files) COMPLETE
99912026-09-08T17:52:53.883Z[ host-image] Sep 08 17:52:53.323 INFO O| Sep 08 17:52:53.323 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99922026-09-08T17:52:53.895Z[ host-image] Sep 08 17:52:53.335 INFO O| Sep 08 17:52:53.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99932026-09-08T17:52:53.895Z[ host-image] Sep 08 17:52:53.335 INFO O| Sep 08 17:52:53.335 INFO STEP 57 (remove_files) COMPLETE
99942026-09-08T17:52:53.895Z[ host-image] Sep 08 17:52:53.335 INFO O| Sep 08 17:52:53.335 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99952026-09-08T17:52:53.907Z[ host-image] Sep 08 17:52:53.347 INFO O| Sep 08 17:52:53.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
99962026-09-08T17:52:53.907Z[ host-image] Sep 08 17:52:53.347 INFO O| Sep 08 17:52:53.347 INFO STEP 58 (remove_files) COMPLETE
99972026-09-08T17:52:53.910Z[ host-image] Sep 08 17:52:53.347 INFO O| Sep 08 17:52:53.347 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99982026-09-08T17:52:53.920Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
99992026-09-08T17:52:53.920Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100002026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100012026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100022026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100032026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100042026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO ok!
100052026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO STEP 59 (ensure_file) COMPLETE
100062026-09-08T17:52:53.923Z[ host-image] Sep 08 17:52:53.359 INFO O| Sep 08 17:52:53.359 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100072026-09-08T17:52:53.931Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100082026-09-08T17:52:53.931Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100092026-09-08T17:52:53.931Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100102026-09-08T17:52:53.935Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100112026-09-08T17:52:53.935Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100122026-09-08T17:52:53.935Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100132026-09-08T17:52:53.935Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO ok!
100142026-09-08T17:52:53.935Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO STEP 60 (ensure_file) COMPLETE
100152026-09-08T17:52:53.935Z[ host-image] Sep 08 17:52:53.371 INFO O| Sep 08 17:52:53.371 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100162026-09-08T17:52:53.943Z[ host-image] Sep 08 17:52:53.383 INFO O| Sep 08 17:52:53.383 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100172026-09-08T17:52:53.943Z[ host-image] Sep 08 17:52:53.383 INFO O| Sep 08 17:52:53.383 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100182026-09-08T17:52:53.943Z[ host-image] Sep 08 17:52:53.383 INFO O| Sep 08 17:52:53.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100192026-09-08T17:52:53.946Z[ host-image] Sep 08 17:52:53.383 INFO O| Sep 08 17:52:53.383 INFO ok!
100202026-09-08T17:52:53.946Z[ host-image] Sep 08 17:52:53.383 INFO O| Sep 08 17:52:53.383 INFO STEP 61 (ensure_file) COMPLETE
100212026-09-08T17:52:53.946Z[ host-image] Sep 08 17:52:53.383 INFO O| Sep 08 17:52:53.383 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100222026-09-08T17:52:53.954Z[ host-image] Sep 08 17:52:53.394 INFO O| Sep 08 17:52:53.394 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100232026-09-08T17:52:53.954Z[ host-image] Sep 08 17:52:53.394 INFO O| Sep 08 17:52:53.394 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100242026-09-08T17:52:53.957Z[ host-image] Sep 08 17:52:53.395 INFO O| Sep 08 17:52:53.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100252026-09-08T17:52:53.958Z[ host-image] Sep 08 17:52:53.395 INFO O| Sep 08 17:52:53.395 INFO ok!
100262026-09-08T17:52:53.958Z[ host-image] Sep 08 17:52:53.395 INFO O| Sep 08 17:52:53.395 INFO STEP 62 (ensure_file) COMPLETE
100272026-09-08T17:52:53.958Z[ host-image] Sep 08 17:52:53.395 INFO O| Sep 08 17:52:53.395 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100282026-09-08T17:52:53.970Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100292026-09-08T17:52:53.970Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100302026-09-08T17:52:53.970Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100312026-09-08T17:52:53.973Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100322026-09-08T17:52:53.973Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 INFO ok!
100332026-09-08T17:52:53.973Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 INFO STEP 63 (ensure_file) COMPLETE
100342026-09-08T17:52:53.973Z[ host-image] Sep 08 17:52:53.407 INFO O| Sep 08 17:52:53.407 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100352026-09-08T17:52:53.982Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.418 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100362026-09-08T17:52:53.982Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.419 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100372026-09-08T17:52:53.982Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100382026-09-08T17:52:53.982Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.419 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100392026-09-08T17:52:53.982Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.419 INFO ok!
100402026-09-08T17:52:53.983Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.419 INFO STEP 64 (ensure_file) COMPLETE
100412026-09-08T17:52:53.983Z[ host-image] Sep 08 17:52:53.419 INFO O| Sep 08 17:52:53.419 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100422026-09-08T17:52:53.990Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100432026-09-08T17:52:53.990Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100442026-09-08T17:52:53.990Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100452026-09-08T17:52:53.994Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100462026-09-08T17:52:53.994Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO ok!
100472026-09-08T17:52:53.994Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO STEP 65 (ensure_file) COMPLETE
100482026-09-08T17:52:53.995Z[ host-image] Sep 08 17:52:53.430 INFO O| Sep 08 17:52:53.430 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100492026-09-08T17:52:54.002Z[ host-image] Sep 08 17:52:53.441 INFO O| Sep 08 17:52:53.441 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100502026-09-08T17:52:54.002Z[ host-image] Sep 08 17:52:53.441 INFO O| Sep 08 17:52:53.441 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100512026-09-08T17:52:54.002Z[ host-image] Sep 08 17:52:53.441 INFO O| Sep 08 17:52:53.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100522026-09-08T17:52:54.006Z[ host-image] Sep 08 17:52:53.441 INFO O| Sep 08 17:52:53.441 INFO ok!
100532026-09-08T17:52:54.006Z[ host-image] Sep 08 17:52:53.441 INFO O| Sep 08 17:52:53.441 INFO STEP 66 (assemble_files) COMPLETE
100542026-09-08T17:52:54.006Z[ host-image] Sep 08 17:52:53.441 INFO O| Sep 08 17:52:53.441 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100552026-09-08T17:52:54.012Z[ host-image] Sep 08 17:52:53.451 INFO O| Sep 08 17:52:53.451 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100562026-09-08T17:52:54.015Z[ host-image] Sep 08 17:52:53.452 INFO O| Sep 08 17:52:53.451 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100572026-09-08T17:52:54.016Z[ host-image] Sep 08 17:52:53.452 INFO O| Sep 08 17:52:53.452 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100582026-09-08T17:52:54.016Z[ host-image] Sep 08 17:52:53.452 INFO O| Sep 08 17:52:53.452 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100592026-09-08T17:52:54.016Z[ host-image] Sep 08 17:52:53.452 INFO O| Sep 08 17:52:53.452 INFO ok!
100602026-09-08T17:52:54.016Z[ host-image] Sep 08 17:52:53.452 INFO O| Sep 08 17:52:53.452 INFO STEP 67 (ensure_file) COMPLETE
100612026-09-08T17:52:54.016Z[ host-image] Sep 08 17:52:53.452 INFO O| Sep 08 17:52:53.452 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100622026-09-08T17:52:54.021Z[ host-image] Sep 08 17:52:53.461 INFO O| Sep 08 17:52:53.461 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100632026-09-08T17:52:54.021Z[ host-image] Sep 08 17:52:53.461 INFO O| Sep 08 17:52:53.461 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100642026-09-08T17:52:54.025Z[ host-image] Sep 08 17:52:53.461 INFO O| Sep 08 17:52:53.461 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100652026-09-08T17:52:54.025Z[ host-image] Sep 08 17:52:53.461 INFO O| Sep 08 17:52:53.461 INFO STEP 68 (ensure_dir) COMPLETE
100662026-09-08T17:52:54.025Z[ host-image] Sep 08 17:52:53.461 INFO O| Sep 08 17:52:53.461 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100672026-09-08T17:52:54.029Z[ host-image] Sep 08 17:52:53.469 INFO O| Sep 08 17:52:53.469 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100682026-09-08T17:52:54.035Z[ host-image] Sep 08 17:52:53.469 INFO O| Sep 08 17:52:53.469 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 ...
100692026-09-08T17:52:54.038Z[ host-image] Sep 08 17:52:53.477 INFO O| Sep 08 17:52:53.477 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
100702026-09-08T17:52:54.038Z[ host-image] Sep 08 17:52:53.477 INFO O| Sep 08 17:52:53.477 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100712026-09-08T17:52:54.038Z[ host-image] Sep 08 17:52:53.477 INFO O| Sep 08 17:52:53.477 INFO ok!
100722026-09-08T17:52:54.038Z[ host-image] Sep 08 17:52:53.477 INFO O| Sep 08 17:52:53.477 INFO STEP 69 (ensure_file) COMPLETE
100732026-09-08T17:52:54.038Z[ host-image] Sep 08 17:52:53.477 INFO O| Sep 08 17:52:53.477 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100742026-09-08T17:52:54.048Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100752026-09-08T17:52:54.048Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 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 ...
100762026-09-08T17:52:54.048Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 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
100772026-09-08T17:52:54.048Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100782026-09-08T17:52:54.049Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 INFO ok!
100792026-09-08T17:52:54.052Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 INFO STEP 70 (ensure_file) COMPLETE
100802026-09-08T17:52:54.052Z[ host-image] Sep 08 17:52:53.487 INFO O| Sep 08 17:52:53.487 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100812026-09-08T17:52:54.071Z[ host-image] Sep 08 17:52:53.502 INFO O| Sep 08 17:52:53.502 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100822026-09-08T17:52:54.071Z[ host-image] Sep 08 17:52:53.502 INFO O| Sep 08 17:52:53.502 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100832026-09-08T17:52:54.140Z[ recovery-image] Sep 08 17:52:53.580 INFO creating Oxide boot image...
100842026-09-08T17:52:54.140Z[ recovery-image] Sep 08 17:52:53.580 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 18da33a/0e29ea8 2026-09-08 17:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100852026-09-08T17:52:54.639Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
100862026-09-08T17:52:55.724Z[ host-image] Sep 08 17:52:55.162 INFO O| Sep 08 17:52:55.162 INFO STEP 71 (pack_tar) COMPLETE
100872026-09-08T17:52:55.724Z[ host-image] Sep 08 17:52:55.162 INFO O| Sep 08 17:52:55.162 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100882026-09-08T17:52:55.724Z[ host-image] Sep 08 17:52:55.162 INFO O| Sep 08 17:52:55.162 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100892026-09-08T17:52:55.774Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
100902026-09-08T17:52:56.035Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
100912026-09-08T17:52:57.118Z[ host-image] Sep 08 17:52:56.557 INFO O| Sep 08 17:52:56.557 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100922026-09-08T17:52:57.559Z[ host-image] Sep 08 17:52:56.999 INFO O| Sep 08 17:52:56.998 INFO completed processing sled/ramdisk-02-trim
100932026-09-08T17:52:57.563Z[ host-image] Sep 08 17:52:57.002 INFO image builder template: zfs...
100942026-09-08T17:52:57.563Z[ host-image] Sep 08 17:52:57.002 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/.tmpcgJXbZ/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
100952026-09-08T17:52:57.574Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
100962026-09-08T17:52:57.579Z[ host-image] Sep 08 17:52:57.015 INFO O| Sep 08 17:52:57.015 INFO skip include "stress" because feature "stress" is not enabled
100972026-09-08T17:52:57.579Z[ host-image] Sep 08 17:52:57.015 INFO O| Sep 08 17:52:57.015 INFO skip include "stress" because feature "compliance" is not enabled
100982026-09-08T17:52:57.608Z[ host-image] Sep 08 17:52:57.045 INFO O| Sep 08 17:52:57.045 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
100992026-09-08T17:52:57.613Z[ host-image] Sep 08 17:52:57.051 INFO O| Sep 08 17:52:57.050 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101002026-09-08T17:52:57.819Z[ host-image] Sep 08 17:52:57.256 INFO O| Sep 08 17:52:57.256 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101012026-09-08T17:52:57.969Z[ host-image] Sep 08 17:52:57.409 INFO O| Sep 08 17:52:57.409 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101022026-09-08T17:52:57.969Z[ host-image] Sep 08 17:52:57.409 INFO O| Sep 08 17:52:57.409 INFO work dataset: rpool/images/build/host/work/sled/zfs
101032026-09-08T17:52:57.973Z[ host-image] Sep 08 17:52:57.414 INFO O| Sep 08 17:52:57.414 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101042026-09-08T17:52:58.117Z[ host-image] Sep 08 17:52:57.556 INFO O| Sep 08 17:52:57.556 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101052026-09-08T17:52:58.245Z[ host-image] Sep 08 17:52:57.685 INFO O| Sep 08 17:52:57.685 INFO DESTROY POOL: TEMPORARY-sled-zfs
101062026-09-08T17:52:58.257Z[ host-image] Sep 08 17:52:57.697 INFO O| Sep 08 17:52:57.697 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101072026-09-08T17:52:58.263Z[ host-image] Sep 08 17:52:57.703 INFO O| Sep 08 17:52:57.703 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101082026-09-08T17:52:58.263Z[ host-image] Sep 08 17:52:57.703 INFO O| Sep 08 17:52:57.703 INFO no lofi found
101092026-09-08T17:52:58.263Z[ host-image] Sep 08 17:52:57.703 INFO O| Sep 08 17:52:57.703 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101102026-09-08T17:52:58.266Z[ host-image] Sep 08 17:52:57.703 INFO O| Sep 08 17:52:57.703 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101112026-09-08T17:53:00.561Z[ host-image] Sep 08 17:53:00.001 INFO O| Sep 08 17:53:00.001 INFO lofi device = /dev/dsk/c2t1d0p0
101122026-09-08T17:53:00.561Z[ host-image] Sep 08 17:53:00.001 INFO O| Sep 08 17:53:00.001 INFO pool device = /dev/dsk/c2t1d0p0
101132026-09-08T17:53:00.562Z[ host-image] Sep 08 17:53:00.001 INFO O| Sep 08 17:53:00.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"]
101142026-09-08T17:53:00.790Z[ host-image] Sep 08 17:53:00.229 INFO O| Sep 08 17:53:00.229 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101152026-09-08T17:53:00.790Z[ host-image] Sep 08 17:53:00.229 INFO O| Sep 08 17:53:00.229 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101162026-09-08T17:53:00.816Z[ host-image] Sep 08 17:53:00.256 INFO O| Sep 08 17:53:00.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101172026-09-08T17:53:00.923Z[ host-image] Sep 08 17:53:00.342 INFO O| Sep 08 17:53:00.342 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101182026-09-08T17:53:00.934Z[ host-image] Sep 08 17:53:00.374 INFO O| Sep 08 17:53:00.374 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101192026-09-08T17:53:00.967Z[ host-image] Sep 08 17:53:00.405 INFO O| Sep 08 17:53:00.393 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101202026-09-08T17:53:00.997Z[ host-image] Sep 08 17:53:00.436 INFO O| Sep 08 17:53:00.436 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101212026-09-08T17:53:01.039Z[ host-image] Sep 08 17:53:00.479 INFO O| Sep 08 17:53:00.479 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101222026-09-08T17:53:01.039Z[ host-image] Sep 08 17:53:00.479 INFO O| Sep 08 17:53:00.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101232026-09-08T17:53:01.039Z[ host-image] Sep 08 17:53:00.479 INFO O| Sep 08 17:53:00.479 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101242026-09-08T17:53:01.051Z[ host-image] Sep 08 17:53:00.491 INFO O| Sep 08 17:53:00.491 INFO boot environment UUID: 30384e8a-002c-4aa3-a5d3-60b118aafeb3
101252026-09-08T17:53:01.051Z[ host-image] Sep 08 17:53:00.491 INFO O| Sep 08 17:53:00.491 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 30384e8a-002c-4aa3-a5d3-60b118aafeb3
101262026-09-08T17:53:01.146Z[ host-image] Sep 08 17:53:00.517 INFO O| Sep 08 17:53:00.517 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101272026-09-08T17:53:01.168Z[ host-image] Sep 08 17:53:00.608 INFO O| Sep 08 17:53:00.607 INFO STEP 0 (create_be) COMPLETE
101282026-09-08T17:53:01.168Z[ host-image] Sep 08 17:53:00.608 INFO O| Sep 08 17:53:00.607 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101292026-09-08T17:53:01.192Z[ host-image] Sep 08 17:53:00.630 INFO O| Sep 08 17:53:00.630 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101302026-09-08T17:53:01.706Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
101312026-09-08T17:53:02.096Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101322026-09-08T17:53:05.517Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101332026-09-08T17:53:08.357Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
101342026-09-08T17:53:13.038Z[ host-image] Sep 08 17:53:12.477 INFO O| Sep 08 17:53:12.477 INFO STEP 1 (unpack_tar) COMPLETE
101352026-09-08T17:53:13.038Z[ host-image] Sep 08 17:53:12.477 INFO O| Sep 08 17:53:12.477 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101362026-09-08T17:53:13.049Z[ host-image] Sep 08 17:53:12.488 INFO O| Sep 08 17:53:12.488 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101372026-09-08T17:53:13.438Z[ host-image] Sep 08 17:53:12.877 INFO O| Sep 08 17:53:12.877 INFO STEP 2 (devfsadm) COMPLETE
101382026-09-08T17:53:13.438Z[ host-image] Sep 08 17:53:12.877 INFO O| Sep 08 17:53:12.877 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101392026-09-08T17:53:13.459Z[ host-image] Sep 08 17:53:12.898 INFO O| Sep 08 17:53:12.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101402026-09-08T17:53:13.459Z[ host-image] Sep 08 17:53:12.898 INFO O| Sep 08 17:53:12.897 INFO STEP 3 (ensure_dir) COMPLETE
101412026-09-08T17:53:13.459Z[ host-image] Sep 08 17:53:12.898 INFO O| Sep 08 17:53:12.898 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101422026-09-08T17:53:13.471Z[ host-image] Sep 08 17:53:12.908 INFO O| Sep 08 17:53:12.908 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101432026-09-08T17:53:13.471Z[ host-image] Sep 08 17:53:12.908 INFO O| Sep 08 17:53:12.908 INFO STEP 4 (ensure_dir) COMPLETE
101442026-09-08T17:53:13.471Z[ host-image] Sep 08 17:53:12.908 INFO O| Sep 08 17:53:12.908 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101452026-09-08T17:53:13.484Z[ host-image] Sep 08 17:53:12.920 INFO O| Sep 08 17:53:12.919 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101462026-09-08T17:53:13.484Z[ host-image] Sep 08 17:53:12.920 INFO O| Sep 08 17:53:12.920 INFO STEP 5 (ensure_dir) COMPLETE
101472026-09-08T17:53:13.484Z[ host-image] Sep 08 17:53:12.920 INFO O| Sep 08 17:53:12.920 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101482026-09-08T17:53:13.492Z[ host-image] Sep 08 17:53:12.931 INFO O| Sep 08 17:53:12.931 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101492026-09-08T17:53:13.492Z[ host-image] Sep 08 17:53:12.931 INFO O| Sep 08 17:53:12.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101502026-09-08T17:53:13.500Z[ host-image] Sep 08 17:53:12.931 INFO O| Sep 08 17:53:12.931 INFO STEP 6 (ensure_dir) COMPLETE
101512026-09-08T17:53:13.500Z[ host-image] Sep 08 17:53:12.931 INFO O| Sep 08 17:53:12.931 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101522026-09-08T17:53:13.504Z[ host-image] Sep 08 17:53:12.942 INFO O| Sep 08 17:53:12.942 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101532026-09-08T17:53:13.504Z[ host-image] Sep 08 17:53:12.942 INFO O| Sep 08 17:53:12.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101542026-09-08T17:53:13.504Z[ host-image] Sep 08 17:53:12.942 INFO O| Sep 08 17:53:12.942 INFO STEP 7 (ensure_dir) COMPLETE
101552026-09-08T17:53:13.504Z[ host-image] Sep 08 17:53:12.942 INFO O| Sep 08 17:53:12.942 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101562026-09-08T17:53:13.513Z[ host-image] Sep 08 17:53:12.953 INFO O| Sep 08 17:53:12.952 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101572026-09-08T17:53:13.517Z[ host-image] Sep 08 17:53:12.953 INFO O| Sep 08 17:53:12.953 INFO STEP 8 (remove_files) COMPLETE
101582026-09-08T17:53:13.517Z[ host-image] Sep 08 17:53:12.953 INFO O| Sep 08 17:53:12.953 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101592026-09-08T17:53:13.523Z[ host-image] Sep 08 17:53:12.963 INFO O| Sep 08 17:53:12.963 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101602026-09-08T17:53:13.527Z[ host-image] Sep 08 17:53:12.963 INFO O| Sep 08 17:53:12.963 INFO STEP 9 (remove_files) COMPLETE
101612026-09-08T17:53:13.527Z[ host-image] Sep 08 17:53:12.963 INFO O| Sep 08 17:53:12.963 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101622026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.973 INFO O| Sep 08 17:53:12.973 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101632026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.974 INFO O| Sep 08 17:53:12.974 INFO STEP 10 (remove_files) COMPLETE
101642026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.974 INFO O| Sep 08 17:53:12.974 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101652026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.983 INFO O| Sep 08 17:53:12.983 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101662026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.984 INFO O| Sep 08 17:53:12.983 INFO STEP 11 (remove_files) COMPLETE
101672026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.984 INFO O| Sep 08 17:53:12.984 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101682026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.992 INFO O| Sep 08 17:53:12.992 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101692026-09-08T17:53:13.577Z[ host-image] Sep 08 17:53:12.992 INFO O| Sep 08 17:53:12.992 INFO STEP 12 (remove_files) COMPLETE
101702026-09-08T17:53:13.578Z[ host-image] Sep 08 17:53:12.992 INFO O| Sep 08 17:53:12.992 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101712026-09-08T17:53:13.578Z[ host-image] Sep 08 17:53:13.000 INFO O| Sep 08 17:53:13.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101722026-09-08T17:53:13.579Z[ host-image] Sep 08 17:53:13.000 INFO O| Sep 08 17:53:13.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101732026-09-08T17:53:13.579Z[ host-image] Sep 08 17:53:13.000 INFO O| Sep 08 17:53:13.000 INFO STEP 13 (ensure_dir) COMPLETE
101742026-09-08T17:53:13.579Z[ host-image] Sep 08 17:53:13.000 INFO O| Sep 08 17:53:13.000 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.009 INFO O| Sep 08 17:53:13.009 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101762026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.009 INFO O| Sep 08 17:53:13.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101772026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.009 INFO O| Sep 08 17:53:13.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101782026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.009 INFO O| Sep 08 17:53:13.009 INFO STEP 14 (ensure_dir) COMPLETE
101792026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.009 INFO O| Sep 08 17:53:13.009 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101802026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.021 INFO O| Sep 08 17:53:13.021 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101812026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.021 INFO O| Sep 08 17:53:13.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101822026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.021 INFO O| Sep 08 17:53:13.021 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101832026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.021 INFO O| Sep 08 17:53:13.021 INFO STEP 15 (ensure_dir) COMPLETE
101842026-09-08T17:53:13.584Z[ host-image] Sep 08 17:53:13.021 INFO O| Sep 08 17:53:13.021 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101852026-09-08T17:53:13.592Z[ host-image] Sep 08 17:53:13.031 INFO O| Sep 08 17:53:13.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101862026-09-08T17:53:13.592Z[ host-image] Sep 08 17:53:13.031 INFO O| Sep 08 17:53:13.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101872026-09-08T17:53:13.592Z[ host-image] Sep 08 17:53:13.031 INFO O| Sep 08 17:53:13.031 INFO STEP 16 (ensure_dir) COMPLETE
101882026-09-08T17:53:13.596Z[ host-image] Sep 08 17:53:13.031 INFO O| Sep 08 17:53:13.031 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101892026-09-08T17:53:13.601Z[ host-image] Sep 08 17:53:13.040 INFO O| Sep 08 17:53:13.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101902026-09-08T17:53:13.601Z[ host-image] Sep 08 17:53:13.041 INFO O| Sep 08 17:53:13.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101912026-09-08T17:53:13.601Z[ host-image] Sep 08 17:53:13.041 INFO O| Sep 08 17:53:13.041 INFO STEP 17 (ensure_dir) COMPLETE
101922026-09-08T17:53:13.601Z[ host-image] Sep 08 17:53:13.041 INFO O| Sep 08 17:53:13.041 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101932026-09-08T17:53:13.611Z[ host-image] Sep 08 17:53:13.049 INFO O| Sep 08 17:53:13.049 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101942026-09-08T17:53:13.611Z[ host-image] Sep 08 17:53:13.049 INFO O| Sep 08 17:53:13.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101952026-09-08T17:53:13.615Z[ host-image] Sep 08 17:53:13.049 INFO O| Sep 08 17:53:13.049 INFO ok!
101962026-09-08T17:53:13.615Z[ host-image] Sep 08 17:53:13.049 INFO O| Sep 08 17:53:13.049 INFO STEP 18 (ensure_symlink) COMPLETE
101972026-09-08T17:53:13.615Z[ host-image] Sep 08 17:53:13.049 INFO O| Sep 08 17:53:13.049 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101982026-09-08T17:53:13.624Z[ host-image] Sep 08 17:53:13.061 INFO O| Sep 08 17:53:13.060 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
101992026-09-08T17:53:13.627Z[ host-image] Sep 08 17:53:13.061 INFO O| Sep 08 17:53:13.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102002026-09-08T17:53:13.629Z[ host-image] Sep 08 17:53:13.061 INFO O| Sep 08 17:53:13.060 INFO ok!
102012026-09-08T17:53:13.629Z[ host-image] Sep 08 17:53:13.061 INFO O| Sep 08 17:53:13.060 INFO STEP 19 (ensure_file) COMPLETE
102022026-09-08T17:53:13.629Z[ host-image] Sep 08 17:53:13.061 INFO O| Sep 08 17:53:13.060 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102032026-09-08T17:53:13.633Z[ host-image] Sep 08 17:53:13.071 INFO O| Sep 08 17:53:13.071 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102042026-09-08T17:53:13.633Z[ host-image] Sep 08 17:53:13.071 INFO O| Sep 08 17:53:13.071 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102052026-09-08T17:53:13.636Z[ host-image] Sep 08 17:53:13.071 INFO O| Sep 08 17:53:13.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102062026-09-08T17:53:13.636Z[ host-image] Sep 08 17:53:13.071 INFO O| Sep 08 17:53:13.071 INFO ok!
102072026-09-08T17:53:13.636Z[ host-image] Sep 08 17:53:13.071 INFO O| Sep 08 17:53:13.071 INFO STEP 20 (ensure_symlink) COMPLETE
102082026-09-08T17:53:13.636Z[ host-image] Sep 08 17:53:13.071 INFO O| Sep 08 17:53:13.071 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102092026-09-08T17:53:13.655Z[ host-image] Sep 08 17:53:13.086 INFO O| Sep 08 17:53:13.083 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102102026-09-08T17:53:13.655Z[ host-image] Sep 08 17:53:13.086 INFO O| Sep 08 17:53:13.083 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102112026-09-08T17:53:13.659Z[ host-image] Sep 08 17:53:13.086 INFO O| Sep 08 17:53:13.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102122026-09-08T17:53:13.659Z[ host-image] Sep 08 17:53:13.086 INFO O| Sep 08 17:53:13.083 INFO ok!
102132026-09-08T17:53:13.659Z[ host-image] Sep 08 17:53:13.086 INFO O| Sep 08 17:53:13.083 INFO STEP 21 (ensure_symlink) COMPLETE
102142026-09-08T17:53:13.660Z[ host-image] Sep 08 17:53:13.086 INFO O| Sep 08 17:53:13.083 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102152026-09-08T17:53:13.661Z[ host-image] Sep 08 17:53:13.096 INFO O| Sep 08 17:53:13.096 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102162026-09-08T17:53:13.661Z[ host-image] Sep 08 17:53:13.096 INFO O| Sep 08 17:53:13.096 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102172026-09-08T17:53:13.661Z[ host-image] Sep 08 17:53:13.096 INFO O| Sep 08 17:53:13.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102182026-09-08T17:53:13.661Z[ host-image] Sep 08 17:53:13.096 INFO O| Sep 08 17:53:13.096 INFO ok!
102192026-09-08T17:53:13.661Z[ host-image] Sep 08 17:53:13.096 INFO O| Sep 08 17:53:13.096 INFO STEP 22 (ensure_symlink) COMPLETE
102202026-09-08T17:53:13.661Z[ host-image] Sep 08 17:53:13.096 INFO O| Sep 08 17:53:13.096 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102212026-09-08T17:53:13.675Z[ host-image] Sep 08 17:53:13.114 INFO O| Sep 08 17:53:13.114 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102222026-09-08T17:53:13.675Z[ host-image] Sep 08 17:53:13.114 INFO O| Sep 08 17:53:13.114 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102232026-09-08T17:53:13.675Z[ host-image] Sep 08 17:53:13.114 INFO O| Sep 08 17:53:13.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102242026-09-08T17:53:13.679Z[ host-image] Sep 08 17:53:13.114 INFO O| Sep 08 17:53:13.114 INFO ok!
102252026-09-08T17:53:13.679Z[ host-image] Sep 08 17:53:13.114 INFO O| Sep 08 17:53:13.114 INFO STEP 23 (ensure_symlink) COMPLETE
102262026-09-08T17:53:13.679Z[ host-image] Sep 08 17:53:13.114 INFO O| Sep 08 17:53:13.114 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102272026-09-08T17:53:13.686Z[ host-image] Sep 08 17:53:13.126 INFO O| Sep 08 17:53:13.125 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102282026-09-08T17:53:13.686Z[ host-image] Sep 08 17:53:13.126 INFO O| Sep 08 17:53:13.125 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102292026-09-08T17:53:13.687Z[ host-image] Sep 08 17:53:13.126 INFO O| Sep 08 17:53:13.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102302026-09-08T17:53:13.691Z[ host-image] Sep 08 17:53:13.126 INFO O| Sep 08 17:53:13.125 INFO ok!
102312026-09-08T17:53:13.691Z[ host-image] Sep 08 17:53:13.126 INFO O| Sep 08 17:53:13.125 INFO STEP 24 (ensure_file) COMPLETE
102322026-09-08T17:53:13.691Z[ host-image] Sep 08 17:53:13.126 INFO O| Sep 08 17:53:13.125 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102332026-09-08T17:53:13.714Z[ host-image] Sep 08 17:53:13.152 INFO O| Sep 08 17:53:13.148 INFO updating shadow file
102342026-09-08T17:53:13.714Z[ host-image] Sep 08 17:53:13.152 INFO O| Sep 08 17:53:13.148 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102352026-09-08T17:53:13.714Z[ host-image] Sep 08 17:53:13.152 INFO O| Sep 08 17:53:13.148 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102362026-09-08T17:53:13.720Z[ host-image] Sep 08 17:53:13.152 INFO O| Sep 08 17:53:13.148 INFO STEP 25 (shadow) COMPLETE
102372026-09-08T17:53:13.720Z[ host-image] Sep 08 17:53:13.152 INFO O| Sep 08 17:53:13.148 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102382026-09-08T17:53:13.724Z[ host-image] Sep 08 17:53:13.160 INFO O| Sep 08 17:53:13.160 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102392026-09-08T17:53:13.725Z[ host-image] Sep 08 17:53:13.160 INFO O| Sep 08 17:53:13.160 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102402026-09-08T17:53:13.725Z[ host-image] Sep 08 17:53:13.160 INFO O| Sep 08 17:53:13.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102412026-09-08T17:53:13.725Z[ host-image] Sep 08 17:53:13.160 INFO O| Sep 08 17:53:13.160 INFO ok!
102422026-09-08T17:53:13.725Z[ host-image] Sep 08 17:53:13.160 INFO O| Sep 08 17:53:13.160 INFO STEP 26 (ensure_file) COMPLETE
102432026-09-08T17:53:13.725Z[ host-image] Sep 08 17:53:13.160 INFO O| Sep 08 17:53:13.160 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102442026-09-08T17:53:13.732Z[ host-image] Sep 08 17:53:13.171 INFO O| Sep 08 17:53:13.171 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102452026-09-08T17:53:13.732Z[ host-image] Sep 08 17:53:13.171 INFO O| Sep 08 17:53:13.171 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102462026-09-08T17:53:13.735Z[ host-image] Sep 08 17:53:13.171 INFO O| Sep 08 17:53:13.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102472026-09-08T17:53:13.735Z[ host-image] Sep 08 17:53:13.171 INFO O| Sep 08 17:53:13.171 INFO ok!
102482026-09-08T17:53:13.735Z[ host-image] Sep 08 17:53:13.171 INFO O| Sep 08 17:53:13.171 INFO STEP 27 (ensure_file) COMPLETE
102492026-09-08T17:53:13.735Z[ host-image] Sep 08 17:53:13.171 INFO O| Sep 08 17:53:13.171 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102502026-09-08T17:53:13.743Z[ host-image] Sep 08 17:53:13.182 INFO O| Sep 08 17:53:13.182 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102512026-09-08T17:53:13.743Z[ host-image] Sep 08 17:53:13.182 INFO O| Sep 08 17:53:13.182 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102522026-09-08T17:53:13.746Z[ host-image] Sep 08 17:53:13.182 INFO O| Sep 08 17:53:13.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102532026-09-08T17:53:13.746Z[ host-image] Sep 08 17:53:13.182 INFO O| Sep 08 17:53:13.182 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102542026-09-08T17:53:13.747Z[ host-image] Sep 08 17:53:13.182 INFO O| Sep 08 17:53:13.182 INFO ok!
102552026-09-08T17:53:13.747Z[ host-image] Sep 08 17:53:13.182 INFO O| Sep 08 17:53:13.182 INFO STEP 28 (ensure_file) COMPLETE
102562026-09-08T17:53:13.747Z[ host-image] Sep 08 17:53:13.183 INFO O| Sep 08 17:53:13.182 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102572026-09-08T17:53:13.755Z[ host-image] Sep 08 17:53:13.192 INFO O| Sep 08 17:53:13.192 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102582026-09-08T17:53:13.755Z[ host-image] Sep 08 17:53:13.193 INFO O| Sep 08 17:53:13.192 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102592026-09-08T17:53:13.755Z[ host-image] Sep 08 17:53:13.193 INFO O| Sep 08 17:53:13.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102602026-09-08T17:53:13.759Z[ host-image] Sep 08 17:53:13.193 INFO O| Sep 08 17:53:13.193 INFO ok!
102612026-09-08T17:53:13.759Z[ host-image] Sep 08 17:53:13.193 INFO O| Sep 08 17:53:13.193 INFO STEP 29 (ensure_file) COMPLETE
102622026-09-08T17:53:13.759Z[ host-image] Sep 08 17:53:13.193 INFO O| Sep 08 17:53:13.193 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102632026-09-08T17:53:13.763Z[ host-image] Sep 08 17:53:13.203 INFO O| Sep 08 17:53:13.203 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102642026-09-08T17:53:13.763Z[ host-image] Sep 08 17:53:13.203 INFO O| Sep 08 17:53:13.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102652026-09-08T17:53:13.763Z[ host-image] Sep 08 17:53:13.203 INFO O| Sep 08 17:53:13.203 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102662026-09-08T17:53:13.767Z[ host-image] Sep 08 17:53:13.203 INFO O| Sep 08 17:53:13.203 INFO STEP 30 (ensure_dir) COMPLETE
102672026-09-08T17:53:13.767Z[ host-image] Sep 08 17:53:13.203 INFO O| Sep 08 17:53:13.203 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102682026-09-08T17:53:13.773Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102692026-09-08T17:53:13.773Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102702026-09-08T17:53:13.777Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102712026-09-08T17:53:13.777Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102722026-09-08T17:53:13.777Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO ok!
102732026-09-08T17:53:13.777Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO STEP 31 (ensure_file) COMPLETE
102742026-09-08T17:53:13.777Z[ host-image] Sep 08 17:53:13.213 INFO O| Sep 08 17:53:13.213 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102752026-09-08T17:53:13.800Z[ host-image] Sep 08 17:53:13.239 INFO O| Sep 08 17:53:13.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102762026-09-08T17:53:13.800Z[ host-image] Sep 08 17:53:13.239 INFO O| Sep 08 17:53:13.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102772026-09-08T17:53:13.800Z[ host-image] Sep 08 17:53:13.239 INFO O| Sep 08 17:53:13.239 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102782026-09-08T17:53:13.804Z[ host-image] Sep 08 17:53:13.239 INFO O| Sep 08 17:53:13.239 INFO STEP 32 (ensure_dir) COMPLETE
102792026-09-08T17:53:13.804Z[ host-image] Sep 08 17:53:13.239 INFO O| Sep 08 17:53:13.239 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102802026-09-08T17:53:13.813Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102812026-09-08T17:53:13.813Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 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 ...
102822026-09-08T17:53:13.817Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 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
102832026-09-08T17:53:13.817Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102842026-09-08T17:53:13.817Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 INFO ok!
102852026-09-08T17:53:13.818Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 INFO STEP 33 (ensure_file) COMPLETE
102862026-09-08T17:53:13.818Z[ host-image] Sep 08 17:53:13.252 INFO O| Sep 08 17:53:13.252 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102872026-09-08T17:53:13.824Z[ host-image] Sep 08 17:53:13.263 INFO O| Sep 08 17:53:13.263 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102882026-09-08T17:53:13.824Z[ host-image] Sep 08 17:53:13.263 INFO O| Sep 08 17:53:13.263 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102892026-09-08T17:53:13.824Z[ host-image] Sep 08 17:53:13.263 INFO O| Sep 08 17:53:13.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102902026-09-08T17:53:13.824Z[ host-image] Sep 08 17:53:13.263 INFO O| Sep 08 17:53:13.263 INFO ok!
102912026-09-08T17:53:13.824Z[ host-image] Sep 08 17:53:13.263 INFO O| Sep 08 17:53:13.263 INFO STEP 34 (ensure_file) COMPLETE
102922026-09-08T17:53:13.824Z[ host-image] Sep 08 17:53:13.263 INFO O| Sep 08 17:53:13.263 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102932026-09-08T17:53:13.843Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102942026-09-08T17:53:13.843Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102952026-09-08T17:53:13.846Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102962026-09-08T17:53:13.846Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102972026-09-08T17:53:13.846Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 INFO ok!
102982026-09-08T17:53:13.846Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 INFO STEP 35 (ensure_file) COMPLETE
102992026-09-08T17:53:13.846Z[ host-image] Sep 08 17:53:13.274 INFO O| Sep 08 17:53:13.274 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103002026-09-08T17:53:13.847Z[ host-image] Sep 08 17:53:13.285 INFO O| Sep 08 17:53:13.285 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103012026-09-08T17:53:13.847Z[ host-image] Sep 08 17:53:13.285 INFO O| Sep 08 17:53:13.285 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103022026-09-08T17:53:13.847Z[ host-image] Sep 08 17:53:13.285 INFO O| Sep 08 17:53:13.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103032026-09-08T17:53:13.847Z[ host-image] Sep 08 17:53:13.285 INFO O| Sep 08 17:53:13.285 INFO ok!
103042026-09-08T17:53:13.847Z[ host-image] Sep 08 17:53:13.285 INFO O| Sep 08 17:53:13.285 INFO STEP 36 (ensure_file) COMPLETE
103052026-09-08T17:53:13.847Z[ host-image] Sep 08 17:53:13.285 INFO O| Sep 08 17:53:13.285 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103062026-09-08T17:53:13.855Z[ host-image] Sep 08 17:53:13.295 INFO O| Sep 08 17:53:13.295 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103072026-09-08T17:53:13.856Z[ host-image] Sep 08 17:53:13.295 INFO O| Sep 08 17:53:13.295 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103082026-09-08T17:53:13.859Z[ host-image] Sep 08 17:53:13.295 INFO O| Sep 08 17:53:13.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103092026-09-08T17:53:13.860Z[ host-image] Sep 08 17:53:13.295 INFO O| Sep 08 17:53:13.295 INFO ok!
103102026-09-08T17:53:13.860Z[ host-image] Sep 08 17:53:13.295 INFO O| Sep 08 17:53:13.295 INFO STEP 37 (ensure_file) COMPLETE
103112026-09-08T17:53:13.860Z[ host-image] Sep 08 17:53:13.295 INFO O| Sep 08 17:53:13.295 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103122026-09-08T17:53:13.867Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103132026-09-08T17:53:13.867Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103142026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103152026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103162026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103172026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103182026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO ok!
103192026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO STEP 38 (ensure_file) COMPLETE
103202026-09-08T17:53:13.870Z[ host-image] Sep 08 17:53:13.305 INFO O| Sep 08 17:53:13.305 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103212026-09-08T17:53:13.876Z[ host-image] Sep 08 17:53:13.315 INFO O| Sep 08 17:53:13.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103222026-09-08T17:53:13.876Z[ host-image] Sep 08 17:53:13.315 INFO O| Sep 08 17:53:13.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103232026-09-08T17:53:13.876Z[ host-image] Sep 08 17:53:13.315 INFO O| Sep 08 17:53:13.315 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103242026-09-08T17:53:13.879Z[ host-image] Sep 08 17:53:13.315 INFO O| Sep 08 17:53:13.315 INFO STEP 39 (ensure_dir) COMPLETE
103252026-09-08T17:53:13.879Z[ host-image] Sep 08 17:53:13.315 INFO O| Sep 08 17:53:13.315 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103262026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 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
103272026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 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 ...
103282026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 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
103292026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 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
103302026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 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
103312026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 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
103322026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 INFO ok!
103332026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 INFO STEP 40 (ensure_file) COMPLETE
103342026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.325 INFO O| Sep 08 17:53:13.325 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103352026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.335 INFO O| Sep 08 17:53:13.335 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103362026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.335 INFO O| Sep 08 17:53:13.335 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 ...
103372026-09-08T17:53:13.899Z[ host-image] Sep 08 17:53:13.335 INFO O| Sep 08 17:53:13.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103382026-09-08T17:53:13.900Z[ host-image] Sep 08 17:53:13.335 INFO O| Sep 08 17:53:13.335 INFO ok!
103392026-09-08T17:53:13.900Z[ host-image] Sep 08 17:53:13.335 INFO O| Sep 08 17:53:13.335 INFO STEP 41 (ensure_symlink) COMPLETE
103402026-09-08T17:53:13.900Z[ host-image] Sep 08 17:53:13.335 INFO O| Sep 08 17:53:13.335 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103412026-09-08T17:53:13.907Z[ host-image] Sep 08 17:53:13.346 INFO O| Sep 08 17:53:13.346 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103422026-09-08T17:53:13.907Z[ host-image] Sep 08 17:53:13.346 INFO O| Sep 08 17:53:13.346 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103432026-09-08T17:53:13.907Z[ host-image] Sep 08 17:53:13.346 INFO O| Sep 08 17:53:13.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103442026-09-08T17:53:13.910Z[ host-image] Sep 08 17:53:13.346 INFO O| Sep 08 17:53:13.346 INFO ok!
103452026-09-08T17:53:13.910Z[ host-image] Sep 08 17:53:13.346 INFO O| Sep 08 17:53:13.346 INFO STEP 42 (ensure_symlink) COMPLETE
103462026-09-08T17:53:13.910Z[ host-image] Sep 08 17:53:13.346 INFO O| Sep 08 17:53:13.346 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103472026-09-08T17:53:13.917Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103482026-09-08T17:53:13.917Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103492026-09-08T17:53:13.917Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103502026-09-08T17:53:13.921Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103512026-09-08T17:53:13.921Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103522026-09-08T17:53:13.921Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103532026-09-08T17:53:13.921Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO ok!
103542026-09-08T17:53:13.921Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO STEP 43 (ensure_file) COMPLETE
103552026-09-08T17:53:13.921Z[ host-image] Sep 08 17:53:13.357 INFO O| Sep 08 17:53:13.357 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103562026-09-08T17:53:13.929Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103572026-09-08T17:53:13.929Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 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 ...
103582026-09-08T17:53:13.933Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 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
103592026-09-08T17:53:13.933Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103602026-09-08T17:53:13.933Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 INFO ok!
103612026-09-08T17:53:13.933Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 INFO STEP 44 (ensure_file) COMPLETE
103622026-09-08T17:53:13.935Z[ host-image] Sep 08 17:53:13.368 INFO O| Sep 08 17:53:13.368 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103632026-09-08T17:53:13.940Z[ host-image] Sep 08 17:53:13.379 INFO O| Sep 08 17:53:13.379 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103642026-09-08T17:53:13.940Z[ host-image] Sep 08 17:53:13.379 INFO O| Sep 08 17:53:13.379 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103652026-09-08T17:53:13.940Z[ host-image] Sep 08 17:53:13.379 INFO O| Sep 08 17:53:13.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103662026-09-08T17:53:13.940Z[ host-image] Sep 08 17:53:13.379 INFO O| Sep 08 17:53:13.379 INFO ok!
103672026-09-08T17:53:13.940Z[ host-image] Sep 08 17:53:13.379 INFO O| Sep 08 17:53:13.379 INFO STEP 45 (ensure_file) COMPLETE
103682026-09-08T17:53:13.940Z[ host-image] Sep 08 17:53:13.379 INFO O| Sep 08 17:53:13.379 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103692026-09-08T17:53:13.949Z[ host-image] Sep 08 17:53:13.388 INFO O| Sep 08 17:53:13.388 INFO updating shadow file
103702026-09-08T17:53:13.949Z[ host-image] Sep 08 17:53:13.389 INFO O| Sep 08 17:53:13.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103712026-09-08T17:53:13.949Z[ host-image] Sep 08 17:53:13.389 INFO O| Sep 08 17:53:13.389 INFO STEP 46 (shadow) COMPLETE
103722026-09-08T17:53:13.953Z[ host-image] Sep 08 17:53:13.389 INFO O| Sep 08 17:53:13.389 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103732026-09-08T17:53:13.960Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103742026-09-08T17:53:13.960Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103752026-09-08T17:53:13.960Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103762026-09-08T17:53:13.960Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103772026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO ok!
103782026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO STEP 47 (ensure_file) COMPLETE
103792026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103802026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO skip step because feature "mfg" is not enabled
103812026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103822026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO skip step because feature "mfg" is not enabled
103832026-09-08T17:53:13.969Z[ host-image] Sep 08 17:53:13.399 INFO O| Sep 08 17:53:13.399 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103842026-09-08T17:53:13.972Z[ host-image] Sep 08 17:53:13.408 INFO O| Sep 08 17:53:13.408 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103852026-09-08T17:53:13.972Z[ host-image] Sep 08 17:53:13.408 INFO O| Sep 08 17:53:13.408 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103862026-09-08T17:53:13.995Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103872026-09-08T17:53:13.995Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103882026-09-08T17:53:13.995Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO ok!
103892026-09-08T17:53:13.995Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO STEP 50 (ensure_file) COMPLETE
103902026-09-08T17:53:13.999Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103912026-09-08T17:53:14.001Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO skip step because feature "compliance" is not enabled
103922026-09-08T17:53:14.001Z[ host-image] Sep 08 17:53:13.434 INFO O| Sep 08 17:53:13.434 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103932026-09-08T17:53:14.007Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103942026-09-08T17:53:14.007Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
103952026-09-08T17:53:14.007Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103962026-09-08T17:53:14.010Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103972026-09-08T17:53:14.010Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103982026-09-08T17:53:14.011Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103992026-09-08T17:53:14.011Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO ok!
104002026-09-08T17:53:14.011Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO STEP 52 (ensure_file) COMPLETE
104012026-09-08T17:53:14.011Z[ host-image] Sep 08 17:53:13.446 INFO O| Sep 08 17:53:13.446 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104022026-09-08T17:53:14.016Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104032026-09-08T17:53:14.016Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 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 ...
104042026-09-08T17:53:14.019Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 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
104052026-09-08T17:53:14.020Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104062026-09-08T17:53:14.020Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 INFO ok!
104072026-09-08T17:53:14.020Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 INFO STEP 53 (ensure_file) COMPLETE
104082026-09-08T17:53:14.020Z[ host-image] Sep 08 17:53:13.456 INFO O| Sep 08 17:53:13.456 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104092026-09-08T17:53:14.024Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104102026-09-08T17:53:14.025Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 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 ...
104112026-09-08T17:53:14.028Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104122026-09-08T17:53:14.028Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104132026-09-08T17:53:14.028Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 INFO ok!
104142026-09-08T17:53:14.028Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 INFO STEP 54 (ensure_file) COMPLETE
104152026-09-08T17:53:14.028Z[ host-image] Sep 08 17:53:13.464 INFO O| Sep 08 17:53:13.464 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104162026-09-08T17:53:14.032Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104172026-09-08T17:53:14.033Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 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 ...
104182026-09-08T17:53:14.036Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 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
104192026-09-08T17:53:14.037Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104202026-09-08T17:53:14.037Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 INFO ok!
104212026-09-08T17:53:14.037Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 INFO STEP 55 (ensure_file) COMPLETE
104222026-09-08T17:53:14.037Z[ host-image] Sep 08 17:53:13.472 INFO O| Sep 08 17:53:13.472 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104232026-09-08T17:53:14.041Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104242026-09-08T17:53:14.042Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 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 ...
104252026-09-08T17:53:14.045Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104262026-09-08T17:53:14.045Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104272026-09-08T17:53:14.045Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 INFO ok!
104282026-09-08T17:53:14.045Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 INFO STEP 56 (ensure_file) COMPLETE
104292026-09-08T17:53:14.045Z[ host-image] Sep 08 17:53:13.481 INFO O| Sep 08 17:53:13.481 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104302026-09-08T17:53:14.052Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104312026-09-08T17:53:14.053Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 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 ...
104322026-09-08T17:53:14.056Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 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
104332026-09-08T17:53:14.058Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104342026-09-08T17:53:14.058Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 INFO ok!
104352026-09-08T17:53:14.058Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 INFO STEP 57 (ensure_file) COMPLETE
104362026-09-08T17:53:14.058Z[ host-image] Sep 08 17:53:13.492 INFO O| Sep 08 17:53:13.492 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104372026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104382026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 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 ...
104392026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104402026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104412026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104422026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104432026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO ok!
104442026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO STEP 58 (ensure_file) COMPLETE
104452026-09-08T17:53:14.062Z[ host-image] Sep 08 17:53:13.501 INFO O| Sep 08 17:53:13.501 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104462026-09-08T17:53:14.071Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104472026-09-08T17:53:14.071Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 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 ...
104482026-09-08T17:53:14.075Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 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
104492026-09-08T17:53:14.075Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104502026-09-08T17:53:14.075Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 INFO ok!
104512026-09-08T17:53:14.075Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 INFO STEP 59 (ensure_file) COMPLETE
104522026-09-08T17:53:14.075Z[ host-image] Sep 08 17:53:13.510 INFO O| Sep 08 17:53:13.510 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104532026-09-08T17:53:14.080Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104542026-09-08T17:53:14.081Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104552026-09-08T17:53:14.081Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104562026-09-08T17:53:14.084Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104572026-09-08T17:53:14.084Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO ok!
104582026-09-08T17:53:14.085Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO STEP 60 (ensure_file) COMPLETE
104592026-09-08T17:53:14.085Z[ host-image] Sep 08 17:53:13.520 INFO O| Sep 08 17:53:13.520 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104602026-09-08T17:53:14.090Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104612026-09-08T17:53:14.090Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 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 ...
104622026-09-08T17:53:14.094Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 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
104632026-09-08T17:53:14.094Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104642026-09-08T17:53:14.094Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 INFO ok!
104652026-09-08T17:53:14.094Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 INFO STEP 61 (ensure_file) COMPLETE
104662026-09-08T17:53:14.094Z[ host-image] Sep 08 17:53:13.530 INFO O| Sep 08 17:53:13.530 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104672026-09-08T17:53:14.099Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104682026-09-08T17:53:14.099Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104692026-09-08T17:53:14.099Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104702026-09-08T17:53:14.103Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104712026-09-08T17:53:14.103Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104722026-09-08T17:53:14.103Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104732026-09-08T17:53:14.103Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO ok!
104742026-09-08T17:53:14.103Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO STEP 62 (ensure_file) COMPLETE
104752026-09-08T17:53:14.104Z[ host-image] Sep 08 17:53:13.539 INFO O| Sep 08 17:53:13.539 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104762026-09-08T17:53:14.109Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104772026-09-08T17:53:14.109Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 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 ...
104782026-09-08T17:53:14.112Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 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
104792026-09-08T17:53:14.112Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104802026-09-08T17:53:14.112Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 INFO ok!
104812026-09-08T17:53:14.112Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 INFO STEP 63 (ensure_file) COMPLETE
104822026-09-08T17:53:14.112Z[ host-image] Sep 08 17:53:13.548 INFO O| Sep 08 17:53:13.548 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104832026-09-08T17:53:14.118Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104842026-09-08T17:53:14.118Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 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 ...
104852026-09-08T17:53:14.118Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 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
104862026-09-08T17:53:14.122Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104872026-09-08T17:53:14.122Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 INFO ok!
104882026-09-08T17:53:14.122Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 INFO STEP 64 (ensure_file) COMPLETE
104892026-09-08T17:53:14.122Z[ host-image] Sep 08 17:53:13.558 INFO O| Sep 08 17:53:13.558 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104902026-09-08T17:53:14.128Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104912026-09-08T17:53:14.128Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 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 ...
104922026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 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
104932026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104942026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO ok!
104952026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO STEP 65 (ensure_file) COMPLETE
104962026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104972026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO skip step because feature "mbist" is not enabled
104982026-09-08T17:53:14.132Z[ host-image] Sep 08 17:53:13.568 INFO O| Sep 08 17:53:13.568 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-09-08T17:53:14.139Z[ host-image] Sep 08 17:53:13.578 INFO O| Sep 08 17:53:13.578 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105002026-09-08T17:53:14.139Z[ host-image] Sep 08 17:53:13.578 INFO O| Sep 08 17:53:13.578 INFO STEP 67 (ensure_dir) COMPLETE
105012026-09-08T17:53:14.142Z[ host-image] Sep 08 17:53:13.578 INFO O| Sep 08 17:53:13.578 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-09-08T17:53:14.148Z[ host-image] Sep 08 17:53:13.588 INFO O| Sep 08 17:53:13.588 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105032026-09-08T17:53:14.148Z[ host-image] Sep 08 17:53:13.588 INFO O| Sep 08 17:53:13.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105042026-09-08T17:53:14.149Z[ host-image] Sep 08 17:53:13.588 INFO O| Sep 08 17:53:13.588 INFO STEP 68 (ensure_dir) COMPLETE
105052026-09-08T17:53:14.153Z[ host-image] Sep 08 17:53:13.588 INFO O| Sep 08 17:53:13.588 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-09-08T17:53:14.159Z[ host-image] Sep 08 17:53:13.599 INFO O| Sep 08 17:53:13.599 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105072026-09-08T17:53:14.159Z[ host-image] Sep 08 17:53:13.599 INFO O| Sep 08 17:53:13.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105082026-09-08T17:53:14.159Z[ host-image] Sep 08 17:53:13.599 INFO O| Sep 08 17:53:13.599 INFO STEP 69 (ensure_dir) COMPLETE
105092026-09-08T17:53:14.162Z[ host-image] Sep 08 17:53:13.599 INFO O| Sep 08 17:53:13.599 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-09-08T17:53:14.171Z[ host-image] Sep 08 17:53:13.610 INFO O| Sep 08 17:53:13.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105112026-09-08T17:53:14.171Z[ host-image] Sep 08 17:53:13.610 INFO O| Sep 08 17:53:13.610 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105122026-09-08T17:53:14.713Z[ host-image] Sep 08 17:53:14.153 INFO O| Sep 08 17:53:14.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105132026-09-08T17:53:14.713Z[ host-image] Sep 08 17:53:14.153 INFO O| Sep 08 17:53:14.153 INFO ok!
105142026-09-08T17:53:14.713Z[ host-image] Sep 08 17:53:14.153 INFO O| Sep 08 17:53:14.153 INFO STEP 70 (ensure_file) COMPLETE
105152026-09-08T17:53:14.717Z[ host-image] Sep 08 17:53:14.153 INFO O| Sep 08 17:53:14.153 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-09-08T17:53:14.723Z[ host-image] Sep 08 17:53:14.163 INFO O| Sep 08 17:53:14.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105172026-09-08T17:53:14.723Z[ host-image] Sep 08 17:53:14.163 INFO O| Sep 08 17:53:14.163 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105182026-09-08T17:53:15.588Z[ host-image] Sep 08 17:53:15.026 INFO O| Sep 08 17:53:15.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105192026-09-08T17:53:15.588Z[ host-image] Sep 08 17:53:15.026 INFO O| Sep 08 17:53:15.025 INFO ok!
105202026-09-08T17:53:15.588Z[ host-image] Sep 08 17:53:15.026 INFO O| Sep 08 17:53:15.025 INFO STEP 71 (ensure_file) COMPLETE
105212026-09-08T17:53:15.588Z[ host-image] Sep 08 17:53:15.026 INFO O| Sep 08 17:53:15.025 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-09-08T17:53:15.596Z[ host-image] Sep 08 17:53:15.036 INFO O| Sep 08 17:53:15.036 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105232026-09-08T17:53:15.596Z[ host-image] Sep 08 17:53:15.036 INFO O| Sep 08 17:53:15.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105242026-09-08T17:53:15.596Z[ host-image] Sep 08 17:53:15.036 INFO O| Sep 08 17:53:15.036 INFO STEP 72 (ensure_dir) COMPLETE
105252026-09-08T17:53:15.604Z[ host-image] Sep 08 17:53:15.036 INFO O| Sep 08 17:53:15.036 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-09-08T17:53:15.614Z[ host-image] Sep 08 17:53:15.046 INFO O| Sep 08 17:53:15.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105272026-09-08T17:53:15.614Z[ host-image] Sep 08 17:53:15.046 INFO O| Sep 08 17:53:15.046 INFO copying /tmp/.tmpcgJXbZ/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 ...
105282026-09-08T17:53:15.614Z[ host-image] Sep 08 17:53:15.046 INFO O| Sep 08 17:53:15.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105292026-09-08T17:53:15.614Z[ host-image] Sep 08 17:53:15.046 INFO O| Sep 08 17:53:15.046 INFO ok!
105302026-09-08T17:53:15.614Z[ host-image] Sep 08 17:53:15.046 INFO O| Sep 08 17:53:15.046 INFO STEP 73 (ensure_file) COMPLETE
105312026-09-08T17:53:15.614Z[ host-image] Sep 08 17:53:15.046 INFO O| Sep 08 17:53:15.046 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-09-08T17:53:15.618Z[ host-image] Sep 08 17:53:15.055 INFO O| Sep 08 17:53:15.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105332026-09-08T17:53:15.618Z[ host-image] Sep 08 17:53:15.055 INFO O| Sep 08 17:53:15.055 INFO copying /tmp/.tmpcgJXbZ/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 ...
105342026-09-08T17:53:15.618Z[ host-image] Sep 08 17:53:15.055 INFO O| Sep 08 17:53:15.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105352026-09-08T17:53:15.618Z[ host-image] Sep 08 17:53:15.055 INFO O| Sep 08 17:53:15.055 INFO ok!
105362026-09-08T17:53:15.618Z[ host-image] Sep 08 17:53:15.055 INFO O| Sep 08 17:53:15.055 INFO STEP 74 (ensure_file) COMPLETE
105372026-09-08T17:53:15.618Z[ host-image] Sep 08 17:53:15.055 INFO O| Sep 08 17:53:15.055 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-09-08T17:53:15.624Z[ host-image] Sep 08 17:53:15.064 INFO O| Sep 08 17:53:15.064 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105392026-09-08T17:53:15.624Z[ host-image] Sep 08 17:53:15.064 INFO O| Sep 08 17:53:15.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105402026-09-08T17:53:15.625Z[ host-image] Sep 08 17:53:15.064 INFO O| Sep 08 17:53:15.064 INFO STEP 75 (ensure_dir) COMPLETE
105412026-09-08T17:53:15.628Z[ host-image] Sep 08 17:53:15.064 INFO O| Sep 08 17:53:15.064 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-09-08T17:53:15.633Z[ host-image] Sep 08 17:53:15.072 INFO O| Sep 08 17:53:15.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105432026-09-08T17:53:15.633Z[ host-image] Sep 08 17:53:15.072 INFO O| Sep 08 17:53:15.072 INFO copying /tmp/.tmpcgJXbZ/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 ...
105442026-09-08T17:53:15.638Z[ host-image] Sep 08 17:53:15.072 INFO O| Sep 08 17:53:15.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105452026-09-08T17:53:15.638Z[ host-image] Sep 08 17:53:15.072 INFO O| Sep 08 17:53:15.072 INFO ok!
105462026-09-08T17:53:15.638Z[ host-image] Sep 08 17:53:15.072 INFO O| Sep 08 17:53:15.072 INFO STEP 76 (ensure_file) COMPLETE
105472026-09-08T17:53:15.638Z[ host-image] Sep 08 17:53:15.072 INFO O| Sep 08 17:53:15.072 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-09-08T17:53:15.645Z[ host-image] Sep 08 17:53:15.084 INFO O| Sep 08 17:53:15.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105492026-09-08T17:53:15.645Z[ host-image] Sep 08 17:53:15.084 INFO O| Sep 08 17:53:15.084 INFO copying /tmp/.tmpcgJXbZ/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 ...
105502026-09-08T17:53:15.645Z[ host-image] Sep 08 17:53:15.084 INFO O| Sep 08 17:53:15.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105512026-09-08T17:53:15.649Z[ host-image] Sep 08 17:53:15.084 INFO O| Sep 08 17:53:15.084 INFO ok!
105522026-09-08T17:53:15.649Z[ host-image] Sep 08 17:53:15.084 INFO O| Sep 08 17:53:15.084 INFO STEP 77 (ensure_file) COMPLETE
105532026-09-08T17:53:15.649Z[ host-image] Sep 08 17:53:15.084 INFO O| Sep 08 17:53:15.084 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-09-08T17:53:15.656Z[ host-image] Sep 08 17:53:15.095 INFO O| Sep 08 17:53:15.095 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105552026-09-08T17:53:15.656Z[ host-image] Sep 08 17:53:15.095 INFO O| Sep 08 17:53:15.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105562026-09-08T17:53:15.656Z[ host-image] Sep 08 17:53:15.095 INFO O| Sep 08 17:53:15.095 INFO STEP 78 (ensure_dir) COMPLETE
105572026-09-08T17:53:15.656Z[ host-image] Sep 08 17:53:15.095 INFO O| Sep 08 17:53:15.095 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-09-08T17:53:15.664Z[ host-image] Sep 08 17:53:15.104 INFO O| Sep 08 17:53:15.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105592026-09-08T17:53:15.664Z[ host-image] Sep 08 17:53:15.104 INFO O| Sep 08 17:53:15.103 INFO copying /tmp/.tmpcgJXbZ/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 ...
105602026-09-08T17:53:15.667Z[ host-image] Sep 08 17:53:15.104 INFO O| Sep 08 17:53:15.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105612026-09-08T17:53:15.668Z[ host-image] Sep 08 17:53:15.104 INFO O| Sep 08 17:53:15.104 INFO ok!
105622026-09-08T17:53:15.668Z[ host-image] Sep 08 17:53:15.104 INFO O| Sep 08 17:53:15.104 INFO STEP 79 (ensure_file) COMPLETE
105632026-09-08T17:53:15.668Z[ host-image] Sep 08 17:53:15.104 INFO O| Sep 08 17:53:15.104 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-09-08T17:53:15.672Z[ host-image] Sep 08 17:53:15.110 INFO O| Sep 08 17:53:15.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105652026-09-08T17:53:15.672Z[ host-image] Sep 08 17:53:15.110 INFO O| Sep 08 17:53:15.110 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105662026-09-08T17:53:15.672Z[ host-image] Sep 08 17:53:15.110 INFO O| Sep 08 17:53:15.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105672026-09-08T17:53:15.672Z[ host-image] Sep 08 17:53:15.110 INFO O| Sep 08 17:53:15.110 INFO ok!
105682026-09-08T17:53:15.672Z[ host-image] Sep 08 17:53:15.110 INFO O| Sep 08 17:53:15.110 INFO STEP 80 (ensure_file) COMPLETE
105692026-09-08T17:53:15.672Z[ host-image] Sep 08 17:53:15.110 INFO O| Sep 08 17:53:15.110 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-09-08T17:53:15.678Z[ host-image] Sep 08 17:53:15.117 INFO O| Sep 08 17:53:15.117 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105712026-09-08T17:53:15.678Z[ host-image] Sep 08 17:53:15.117 INFO O| Sep 08 17:53:15.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105722026-09-08T17:53:15.682Z[ host-image] Sep 08 17:53:15.117 INFO O| Sep 08 17:53:15.117 INFO STEP 81 (ensure_dir) COMPLETE
105732026-09-08T17:53:15.682Z[ host-image] Sep 08 17:53:15.117 INFO O| Sep 08 17:53:15.117 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105742026-09-08T17:53:15.686Z[ host-image] Sep 08 17:53:15.124 INFO O| Sep 08 17:53:15.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105752026-09-08T17:53:15.686Z[ host-image] Sep 08 17:53:15.124 INFO O| Sep 08 17:53:15.124 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105762026-09-08T17:53:16.147Z[ host-image] Sep 08 17:53:15.579 INFO O| Sep 08 17:53:15.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105772026-09-08T17:53:16.151Z[ host-image] Sep 08 17:53:15.579 INFO O| Sep 08 17:53:15.579 INFO ok!
105782026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.579 INFO O| Sep 08 17:53:15.579 INFO STEP 82 (ensure_file) COMPLETE
105792026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.579 INFO O| Sep 08 17:53:15.579 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105802026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.589 INFO O| Sep 08 17:53:15.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105812026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.589 INFO O| Sep 08 17:53:15.589 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105822026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.590 INFO O| Sep 08 17:53:15.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105832026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.590 INFO O| Sep 08 17:53:15.590 INFO ok!
105842026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.590 INFO O| Sep 08 17:53:15.590 INFO STEP 83 (ensure_file) COMPLETE
105852026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.590 INFO O| Sep 08 17:53:15.590 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105862026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.599 INFO O| Sep 08 17:53:15.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105872026-09-08T17:53:16.168Z[ host-image] Sep 08 17:53:15.599 INFO O| Sep 08 17:53:15.599 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
105882026-09-08T17:53:17.323Z[ host-image] Sep 08 17:53:16.762 INFO O| Sep 08 17:53:16.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105892026-09-08T17:53:17.323Z[ host-image] Sep 08 17:53:16.762 INFO O| Sep 08 17:53:16.762 INFO ok!
105902026-09-08T17:53:17.327Z[ host-image] Sep 08 17:53:16.762 INFO O| Sep 08 17:53:16.762 INFO STEP 84 (ensure_file) COMPLETE
105912026-09-08T17:53:17.327Z[ host-image] Sep 08 17:53:16.762 INFO O| Sep 08 17:53:16.762 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-09-08T17:53:17.333Z[ host-image] Sep 08 17:53:16.772 INFO O| Sep 08 17:53:16.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105932026-09-08T17:53:17.333Z[ host-image] Sep 08 17:53:16.772 INFO O| Sep 08 17:53:16.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105942026-09-08T17:53:17.338Z[ host-image] Sep 08 17:53:16.772 INFO O| Sep 08 17:53:16.772 INFO STEP 85 (ensure_dir) COMPLETE
105952026-09-08T17:53:17.338Z[ host-image] Sep 08 17:53:16.772 INFO O| Sep 08 17:53:16.772 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-09-08T17:53:17.343Z[ host-image] Sep 08 17:53:16.781 INFO O| Sep 08 17:53:16.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
105972026-09-08T17:53:17.343Z[ host-image] Sep 08 17:53:16.781 INFO O| Sep 08 17:53:16.781 INFO copying /tmp/.tmpcgJXbZ/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 ...
105982026-09-08T17:53:17.343Z[ host-image] Sep 08 17:53:16.781 INFO O| Sep 08 17:53:16.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
105992026-09-08T17:53:17.347Z[ host-image] Sep 08 17:53:16.781 INFO O| Sep 08 17:53:16.781 INFO ok!
106002026-09-08T17:53:17.347Z[ host-image] Sep 08 17:53:16.781 INFO O| Sep 08 17:53:16.781 INFO STEP 86 (ensure_file) COMPLETE
106012026-09-08T17:53:17.347Z[ host-image] Sep 08 17:53:16.781 INFO O| Sep 08 17:53:16.781 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-09-08T17:53:17.351Z[ host-image] Sep 08 17:53:16.791 INFO O| Sep 08 17:53:16.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106032026-09-08T17:53:17.354Z[ host-image] Sep 08 17:53:16.791 INFO O| Sep 08 17:53:16.791 INFO copying /tmp/.tmpcgJXbZ/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 ...
106042026-09-08T17:53:17.354Z[ host-image] Sep 08 17:53:16.791 INFO O| Sep 08 17:53:16.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106052026-09-08T17:53:17.354Z[ host-image] Sep 08 17:53:16.791 INFO O| Sep 08 17:53:16.791 INFO ok!
106062026-09-08T17:53:17.354Z[ host-image] Sep 08 17:53:16.791 INFO O| Sep 08 17:53:16.791 INFO STEP 87 (ensure_file) COMPLETE
106072026-09-08T17:53:17.355Z[ host-image] Sep 08 17:53:16.791 INFO O| Sep 08 17:53:16.791 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-09-08T17:53:17.361Z[ host-image] Sep 08 17:53:16.800 INFO O| Sep 08 17:53:16.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106092026-09-08T17:53:17.361Z[ host-image] Sep 08 17:53:16.800 INFO O| Sep 08 17:53:16.800 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106102026-09-08T17:53:17.364Z[ host-image] Sep 08 17:53:16.800 INFO O| Sep 08 17:53:16.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106112026-09-08T17:53:17.364Z[ host-image] Sep 08 17:53:16.800 INFO O| Sep 08 17:53:16.800 INFO ok!
106122026-09-08T17:53:17.364Z[ host-image] Sep 08 17:53:16.800 INFO O| Sep 08 17:53:16.800 INFO STEP 88 (ensure_file) COMPLETE
106132026-09-08T17:53:17.364Z[ host-image] Sep 08 17:53:16.800 INFO O| Sep 08 17:53:16.800 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-09-08T17:53:17.370Z[ host-image] Sep 08 17:53:16.810 INFO O| Sep 08 17:53:16.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106152026-09-08T17:53:17.370Z[ host-image] Sep 08 17:53:16.810 INFO O| Sep 08 17:53:16.810 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106162026-09-08T17:53:17.374Z[ host-image] Sep 08 17:53:16.810 INFO O| Sep 08 17:53:16.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106172026-09-08T17:53:17.374Z[ host-image] Sep 08 17:53:16.810 INFO O| Sep 08 17:53:16.810 INFO ok!
106182026-09-08T17:53:17.374Z[ host-image] Sep 08 17:53:16.810 INFO O| Sep 08 17:53:16.810 INFO STEP 89 (ensure_file) COMPLETE
106192026-09-08T17:53:17.374Z[ host-image] Sep 08 17:53:16.810 INFO O| Sep 08 17:53:16.810 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-09-08T17:53:17.379Z[ host-image] Sep 08 17:53:16.819 INFO O| Sep 08 17:53:16.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106212026-09-08T17:53:17.379Z[ host-image] Sep 08 17:53:16.819 INFO O| Sep 08 17:53:16.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106222026-09-08T17:53:17.382Z[ host-image] Sep 08 17:53:16.819 INFO O| Sep 08 17:53:16.819 INFO STEP 90 (ensure_dir) COMPLETE
106232026-09-08T17:53:17.382Z[ host-image] Sep 08 17:53:16.819 INFO O| Sep 08 17:53:16.819 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-09-08T17:53:17.391Z[ host-image] Sep 08 17:53:16.830 INFO O| Sep 08 17:53:16.830 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106252026-09-08T17:53:17.391Z[ host-image] Sep 08 17:53:16.830 INFO O| Sep 08 17:53:16.830 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106262026-09-08T17:53:17.394Z[ host-image] Sep 08 17:53:16.833 INFO O| Sep 08 17:53:16.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106272026-09-08T17:53:17.394Z[ host-image] Sep 08 17:53:16.833 INFO O| Sep 08 17:53:16.833 INFO ok!
106282026-09-08T17:53:17.395Z[ host-image] Sep 08 17:53:16.833 INFO O| Sep 08 17:53:16.833 INFO STEP 91 (ensure_file) COMPLETE
106292026-09-08T17:53:17.395Z[ host-image] Sep 08 17:53:16.833 INFO O| Sep 08 17:53:16.833 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-09-08T17:53:17.403Z[ host-image] Sep 08 17:53:16.843 INFO O| Sep 08 17:53:16.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106312026-09-08T17:53:17.404Z[ host-image] Sep 08 17:53:16.843 INFO O| Sep 08 17:53:16.843 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106322026-09-08T17:53:17.407Z[ host-image] Sep 08 17:53:16.843 INFO O| Sep 08 17:53:16.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106332026-09-08T17:53:17.407Z[ host-image] Sep 08 17:53:16.843 INFO O| Sep 08 17:53:16.843 INFO ok!
106342026-09-08T17:53:17.407Z[ host-image] Sep 08 17:53:16.843 INFO O| Sep 08 17:53:16.843 INFO STEP 92 (ensure_file) COMPLETE
106352026-09-08T17:53:17.407Z[ host-image] Sep 08 17:53:16.843 INFO O| Sep 08 17:53:16.843 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-09-08T17:53:17.412Z[ host-image] Sep 08 17:53:16.851 INFO O| Sep 08 17:53:16.851 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106372026-09-08T17:53:17.415Z[ host-image] Sep 08 17:53:16.851 INFO O| Sep 08 17:53:16.851 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106382026-09-08T17:53:17.932Z[ host-image] Sep 08 17:53:17.371 INFO O| Sep 08 17:53:17.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106392026-09-08T17:53:17.933Z[ host-image] Sep 08 17:53:17.371 INFO O| Sep 08 17:53:17.371 INFO ok!
106402026-09-08T17:53:17.933Z[ host-image] Sep 08 17:53:17.371 INFO O| Sep 08 17:53:17.371 INFO STEP 93 (ensure_file) COMPLETE
106412026-09-08T17:53:17.937Z[ host-image] Sep 08 17:53:17.371 INFO O| Sep 08 17:53:17.371 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-09-08T17:53:17.942Z[ host-image] Sep 08 17:53:17.381 INFO O| Sep 08 17:53:17.381 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106432026-09-08T17:53:17.942Z[ host-image] Sep 08 17:53:17.381 INFO O| Sep 08 17:53:17.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106442026-09-08T17:53:17.946Z[ host-image] Sep 08 17:53:17.381 INFO O| Sep 08 17:53:17.381 INFO STEP 94 (ensure_dir) COMPLETE
106452026-09-08T17:53:17.946Z[ host-image] Sep 08 17:53:17.381 INFO O| Sep 08 17:53:17.381 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106462026-09-08T17:53:17.951Z[ host-image] Sep 08 17:53:17.391 INFO O| Sep 08 17:53:17.391 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106472026-09-08T17:53:17.951Z[ host-image] Sep 08 17:53:17.391 INFO O| Sep 08 17:53:17.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106482026-09-08T17:53:17.951Z[ host-image] Sep 08 17:53:17.391 INFO O| Sep 08 17:53:17.391 INFO STEP 95 (ensure_dir) COMPLETE
106492026-09-08T17:53:17.955Z[ host-image] Sep 08 17:53:17.391 INFO O| Sep 08 17:53:17.391 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-09-08T17:53:17.960Z[ host-image] Sep 08 17:53:17.399 INFO O| Sep 08 17:53:17.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106512026-09-08T17:53:17.960Z[ host-image] Sep 08 17:53:17.399 INFO O| Sep 08 17:53:17.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106522026-09-08T17:53:17.960Z[ host-image] Sep 08 17:53:17.399 INFO O| Sep 08 17:53:17.399 INFO STEP 96 (ensure_dir) COMPLETE
106532026-09-08T17:53:17.960Z[ host-image] Sep 08 17:53:17.399 INFO O| Sep 08 17:53:17.399 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-08T17:53:17.968Z[ host-image] Sep 08 17:53:17.408 INFO O| Sep 08 17:53:17.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106552026-09-08T17:53:17.968Z[ host-image] Sep 08 17:53:17.408 INFO O| Sep 08 17:53:17.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106562026-09-08T17:53:17.972Z[ host-image] Sep 08 17:53:17.408 INFO O| Sep 08 17:53:17.408 INFO STEP 97 (ensure_dir) COMPLETE
106572026-09-08T17:53:17.972Z[ host-image] Sep 08 17:53:17.408 INFO O| Sep 08 17:53:17.408 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-09-08T17:53:17.980Z[ host-image] Sep 08 17:53:17.418 INFO O| Sep 08 17:53:17.418 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106592026-09-08T17:53:17.980Z[ host-image] Sep 08 17:53:17.418 INFO O| Sep 08 17:53:17.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106602026-09-08T17:53:17.981Z[ host-image] Sep 08 17:53:17.418 INFO O| Sep 08 17:53:17.418 INFO STEP 98 (ensure_dir) COMPLETE
106612026-09-08T17:53:17.984Z[ host-image] Sep 08 17:53:17.418 INFO O| Sep 08 17:53:17.418 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106622026-09-08T17:53:17.995Z[ host-image] Sep 08 17:53:17.433 INFO O| Sep 08 17:53:17.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106632026-09-08T17:53:18.002Z[ host-image] Sep 08 17:53:17.433 INFO O| Sep 08 17:53:17.433 INFO copying /tmp/.tmpcgJXbZ/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 ...
106642026-09-08T17:53:18.002Z[ host-image] Sep 08 17:53:17.433 INFO O| Sep 08 17:53:17.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106652026-09-08T17:53:18.002Z[ host-image] Sep 08 17:53:17.433 INFO O| Sep 08 17:53:17.433 INFO ok!
106662026-09-08T17:53:18.005Z[ host-image] Sep 08 17:53:17.433 INFO O| Sep 08 17:53:17.433 INFO STEP 99 (ensure_file) COMPLETE
106672026-09-08T17:53:18.043Z[ host-image] Sep 08 17:53:17.433 INFO O| Sep 08 17:53:17.433 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106682026-09-08T17:53:18.051Z[ host-image] Sep 08 17:53:17.489 INFO O| Sep 08 17:53:17.489 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106692026-09-08T17:53:18.056Z[ host-image] Sep 08 17:53:17.489 INFO O| Sep 08 17:53:17.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106702026-09-08T17:53:18.056Z[ host-image] Sep 08 17:53:17.489 INFO O| Sep 08 17:53:17.489 INFO STEP 100 (ensure_dir) COMPLETE
106712026-09-08T17:53:18.056Z[ host-image] Sep 08 17:53:17.489 INFO O| Sep 08 17:53:17.489 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-09-08T17:53:18.060Z[ host-image] Sep 08 17:53:17.496 INFO O| Sep 08 17:53:17.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106732026-09-08T17:53:18.060Z[ host-image] Sep 08 17:53:17.496 INFO O| Sep 08 17:53:17.496 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106742026-09-08T17:53:18.787Z[ host-image] Sep 08 17:53:18.226 INFO O| Sep 08 17:53:18.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106752026-09-08T17:53:18.787Z[ host-image] Sep 08 17:53:18.226 INFO O| Sep 08 17:53:18.226 INFO ok!
106762026-09-08T17:53:18.787Z[ host-image] Sep 08 17:53:18.226 INFO O| Sep 08 17:53:18.226 INFO STEP 101 (ensure_file) COMPLETE
106772026-09-08T17:53:18.792Z[ host-image] Sep 08 17:53:18.226 INFO O| Sep 08 17:53:18.226 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106782026-09-08T17:53:18.795Z[ host-image] Sep 08 17:53:18.234 INFO O| Sep 08 17:53:18.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106792026-09-08T17:53:18.795Z[ host-image] Sep 08 17:53:18.234 INFO O| Sep 08 17:53:18.234 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106802026-09-08T17:53:18.795Z[ host-image] Sep 08 17:53:18.235 INFO O| Sep 08 17:53:18.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106812026-09-08T17:53:18.796Z[ host-image] Sep 08 17:53:18.235 INFO O| Sep 08 17:53:18.235 INFO ok!
106822026-09-08T17:53:18.796Z[ host-image] Sep 08 17:53:18.235 INFO O| Sep 08 17:53:18.235 INFO STEP 102 (ensure_file) COMPLETE
106832026-09-08T17:53:18.796Z[ host-image] Sep 08 17:53:18.235 INFO O| Sep 08 17:53:18.235 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106842026-09-08T17:53:18.805Z[ host-image] Sep 08 17:53:18.243 INFO O| Sep 08 17:53:18.243 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106852026-09-08T17:53:18.805Z[ host-image] Sep 08 17:53:18.243 INFO O| Sep 08 17:53:18.243 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106862026-09-08T17:53:18.810Z[ host-image] Sep 08 17:53:18.249 INFO O| Sep 08 17:53:18.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106872026-09-08T17:53:18.810Z[ host-image] Sep 08 17:53:18.249 INFO O| Sep 08 17:53:18.249 INFO ok!
106882026-09-08T17:53:18.813Z[ host-image] Sep 08 17:53:18.249 INFO O| Sep 08 17:53:18.249 INFO STEP 103 (ensure_file) COMPLETE
106892026-09-08T17:53:18.814Z[ host-image] Sep 08 17:53:18.249 INFO O| Sep 08 17:53:18.249 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106902026-09-08T17:53:18.818Z[ host-image] Sep 08 17:53:18.258 INFO O| Sep 08 17:53:18.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106912026-09-08T17:53:18.818Z[ host-image] Sep 08 17:53:18.258 INFO O| Sep 08 17:53:18.258 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106922026-09-08T17:53:18.818Z[ host-image] Sep 08 17:53:18.258 INFO O| Sep 08 17:53:18.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106932026-09-08T17:53:18.819Z[ host-image] Sep 08 17:53:18.258 INFO O| Sep 08 17:53:18.258 INFO ok!
106942026-09-08T17:53:18.819Z[ host-image] Sep 08 17:53:18.258 INFO O| Sep 08 17:53:18.258 INFO STEP 104 (ensure_file) COMPLETE
106952026-09-08T17:53:18.819Z[ host-image] Sep 08 17:53:18.258 INFO O| Sep 08 17:53:18.258 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106962026-09-08T17:53:18.826Z[ host-image] Sep 08 17:53:18.266 INFO O| Sep 08 17:53:18.266 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106972026-09-08T17:53:18.830Z[ host-image] Sep 08 17:53:18.266 INFO O| Sep 08 17:53:18.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106982026-09-08T17:53:18.830Z[ host-image] Sep 08 17:53:18.266 INFO O| Sep 08 17:53:18.266 INFO STEP 105 (ensure_dir) COMPLETE
106992026-09-08T17:53:18.830Z[ host-image] Sep 08 17:53:18.266 INFO O| Sep 08 17:53:18.266 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107002026-09-08T17:53:18.834Z[ host-image] Sep 08 17:53:18.273 INFO O| Sep 08 17:53:18.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107012026-09-08T17:53:18.834Z[ host-image] Sep 08 17:53:18.273 INFO O| Sep 08 17:53:18.273 INFO copying /tmp/.tmpcgJXbZ/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 ...
107022026-09-08T17:53:19.207Z[ host-image] Sep 08 17:53:18.646 INFO O| Sep 08 17:53:18.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107032026-09-08T17:53:19.208Z[ host-image] Sep 08 17:53:18.646 INFO O| Sep 08 17:53:18.646 INFO ok!
107042026-09-08T17:53:19.208Z[ host-image] Sep 08 17:53:18.646 INFO O| Sep 08 17:53:18.646 INFO STEP 106 (ensure_file) COMPLETE
107052026-09-08T17:53:19.208Z[ host-image] Sep 08 17:53:18.646 INFO O| Sep 08 17:53:18.646 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107062026-09-08T17:53:19.219Z[ host-image] Sep 08 17:53:18.657 INFO O| Sep 08 17:53:18.657 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107072026-09-08T17:53:19.220Z[ host-image] Sep 08 17:53:18.658 INFO O| Sep 08 17:53:18.657 INFO copying /tmp/.tmpcgJXbZ/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 ...
107082026-09-08T17:53:19.220Z[ host-image] Sep 08 17:53:18.658 INFO O| Sep 08 17:53:18.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107092026-09-08T17:53:19.224Z[ host-image] Sep 08 17:53:18.658 INFO O| Sep 08 17:53:18.658 INFO ok!
107102026-09-08T17:53:19.224Z[ host-image] Sep 08 17:53:18.658 INFO O| Sep 08 17:53:18.658 INFO STEP 107 (ensure_file) COMPLETE
107112026-09-08T17:53:19.224Z[ host-image] Sep 08 17:53:18.658 INFO O| Sep 08 17:53:18.658 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107122026-09-08T17:53:19.228Z[ host-image] Sep 08 17:53:18.667 INFO O| Sep 08 17:53:18.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107132026-09-08T17:53:19.228Z[ host-image] Sep 08 17:53:18.667 INFO O| Sep 08 17:53:18.667 INFO copying /tmp/.tmpcgJXbZ/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 ...
107142026-09-08T17:53:19.231Z[ host-image] Sep 08 17:53:18.667 INFO O| Sep 08 17:53:18.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107152026-09-08T17:53:19.232Z[ host-image] Sep 08 17:53:18.667 INFO O| Sep 08 17:53:18.667 INFO ok!
107162026-09-08T17:53:19.232Z[ host-image] Sep 08 17:53:18.667 INFO O| Sep 08 17:53:18.667 INFO STEP 108 (ensure_file) COMPLETE
107172026-09-08T17:53:19.232Z[ host-image] Sep 08 17:53:18.667 INFO O| Sep 08 17:53:18.667 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107182026-09-08T17:53:19.237Z[ host-image] Sep 08 17:53:18.676 INFO O| Sep 08 17:53:18.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107192026-09-08T17:53:19.237Z[ host-image] Sep 08 17:53:18.677 INFO O| Sep 08 17:53:18.676 INFO copying /tmp/.tmpcgJXbZ/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 ...
107202026-09-08T17:53:19.242Z[ host-image] Sep 08 17:53:18.677 INFO O| Sep 08 17:53:18.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107212026-09-08T17:53:19.242Z[ host-image] Sep 08 17:53:18.677 INFO O| Sep 08 17:53:18.677 INFO ok!
107222026-09-08T17:53:19.242Z[ host-image] Sep 08 17:53:18.677 INFO O| Sep 08 17:53:18.677 INFO STEP 109 (ensure_file) COMPLETE
107232026-09-08T17:53:19.242Z[ host-image] Sep 08 17:53:18.677 INFO O| Sep 08 17:53:18.677 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107242026-09-08T17:53:19.248Z[ host-image] Sep 08 17:53:18.686 INFO O| Sep 08 17:53:18.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107252026-09-08T17:53:19.248Z[ host-image] Sep 08 17:53:18.686 INFO O| Sep 08 17:53:18.686 INFO copying /tmp/.tmpcgJXbZ/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 ...
107262026-09-08T17:53:19.253Z[ host-image] Sep 08 17:53:18.686 INFO O| Sep 08 17:53:18.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107272026-09-08T17:53:19.253Z[ host-image] Sep 08 17:53:18.686 INFO O| Sep 08 17:53:18.686 INFO ok!
107282026-09-08T17:53:19.253Z[ host-image] Sep 08 17:53:18.686 INFO O| Sep 08 17:53:18.686 INFO STEP 110 (ensure_file) COMPLETE
107292026-09-08T17:53:19.253Z[ host-image] Sep 08 17:53:18.686 INFO O| Sep 08 17:53:18.686 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107302026-09-08T17:53:19.257Z[ host-image] Sep 08 17:53:18.695 INFO O| Sep 08 17:53:18.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107312026-09-08T17:53:19.257Z[ host-image] Sep 08 17:53:18.695 INFO O| Sep 08 17:53:18.695 INFO copying /tmp/.tmpcgJXbZ/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 ...
107322026-09-08T17:53:19.257Z[ host-image] Sep 08 17:53:18.695 INFO O| Sep 08 17:53:18.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107332026-09-08T17:53:19.257Z[ host-image] Sep 08 17:53:18.695 INFO O| Sep 08 17:53:18.695 INFO ok!
107342026-09-08T17:53:19.257Z[ host-image] Sep 08 17:53:18.695 INFO O| Sep 08 17:53:18.695 INFO STEP 111 (ensure_file) COMPLETE
107352026-09-08T17:53:19.257Z[ host-image] Sep 08 17:53:18.695 INFO O| Sep 08 17:53:18.695 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107362026-09-08T17:53:19.264Z[ host-image] Sep 08 17:53:18.704 INFO O| Sep 08 17:53:18.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107372026-09-08T17:53:19.264Z[ host-image] Sep 08 17:53:18.704 INFO O| Sep 08 17:53:18.704 INFO copying /tmp/.tmpcgJXbZ/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 ...
107382026-09-08T17:53:19.269Z[ host-image] Sep 08 17:53:18.704 INFO O| Sep 08 17:53:18.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107392026-09-08T17:53:19.269Z[ host-image] Sep 08 17:53:18.704 INFO O| Sep 08 17:53:18.704 INFO ok!
107402026-09-08T17:53:19.270Z[ host-image] Sep 08 17:53:18.704 INFO O| Sep 08 17:53:18.704 INFO STEP 112 (ensure_file) COMPLETE
107412026-09-08T17:53:19.270Z[ host-image] Sep 08 17:53:18.704 INFO O| Sep 08 17:53:18.704 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107422026-09-08T17:53:19.275Z[ host-image] Sep 08 17:53:18.713 INFO O| Sep 08 17:53:18.713 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107432026-09-08T17:53:19.275Z[ host-image] Sep 08 17:53:18.713 INFO O| Sep 08 17:53:18.713 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107442026-09-08T17:53:19.275Z[ host-image] Sep 08 17:53:18.713 INFO O| Sep 08 17:53:18.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107452026-09-08T17:53:19.275Z[ host-image] Sep 08 17:53:18.713 INFO O| Sep 08 17:53:18.713 INFO ok!
107462026-09-08T17:53:19.276Z[ host-image] Sep 08 17:53:18.713 INFO O| Sep 08 17:53:18.713 INFO STEP 113 (ensure_file) COMPLETE
107472026-09-08T17:53:19.276Z[ host-image] Sep 08 17:53:18.713 INFO O| Sep 08 17:53:18.713 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107482026-09-08T17:53:19.283Z[ host-image] Sep 08 17:53:18.721 INFO O| Sep 08 17:53:18.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107492026-09-08T17:53:19.283Z[ host-image] Sep 08 17:53:18.721 INFO O| Sep 08 17:53:18.721 INFO copying /tmp/.tmpcgJXbZ/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 ...
107502026-09-08T17:53:19.283Z[ host-image] Sep 08 17:53:18.721 INFO O| Sep 08 17:53:18.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107512026-09-08T17:53:19.283Z[ host-image] Sep 08 17:53:18.721 INFO O| Sep 08 17:53:18.721 INFO ok!
107522026-09-08T17:53:19.283Z[ host-image] Sep 08 17:53:18.721 INFO O| Sep 08 17:53:18.721 INFO STEP 114 (ensure_file) COMPLETE
107532026-09-08T17:53:19.283Z[ host-image] Sep 08 17:53:18.721 INFO O| Sep 08 17:53:18.721 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107542026-09-08T17:53:19.291Z[ host-image] Sep 08 17:53:18.730 INFO O| Sep 08 17:53:18.730 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107552026-09-08T17:53:19.291Z[ host-image] Sep 08 17:53:18.730 INFO O| Sep 08 17:53:18.730 INFO copying /tmp/.tmpcgJXbZ/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 ...
107562026-09-08T17:53:19.298Z[ host-image] Sep 08 17:53:18.730 INFO O| Sep 08 17:53:18.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107572026-09-08T17:53:19.298Z[ host-image] Sep 08 17:53:18.730 INFO O| Sep 08 17:53:18.730 INFO ok!
107582026-09-08T17:53:19.298Z[ host-image] Sep 08 17:53:18.730 INFO O| Sep 08 17:53:18.730 INFO STEP 115 (ensure_file) COMPLETE
107592026-09-08T17:53:19.298Z[ host-image] Sep 08 17:53:18.730 INFO O| Sep 08 17:53:18.730 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107602026-09-08T17:53:19.303Z[ host-image] Sep 08 17:53:18.738 INFO O| Sep 08 17:53:18.738 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107612026-09-08T17:53:19.303Z[ host-image] Sep 08 17:53:18.738 INFO O| Sep 08 17:53:18.738 INFO copying /tmp/.tmpcgJXbZ/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 ...
107622026-09-08T17:53:19.303Z[ host-image] Sep 08 17:53:18.738 INFO O| Sep 08 17:53:18.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107632026-09-08T17:53:19.303Z[ host-image] Sep 08 17:53:18.738 INFO O| Sep 08 17:53:18.738 INFO ok!
107642026-09-08T17:53:19.303Z[ host-image] Sep 08 17:53:18.738 INFO O| Sep 08 17:53:18.738 INFO STEP 116 (ensure_file) COMPLETE
107652026-09-08T17:53:19.303Z[ host-image] Sep 08 17:53:18.738 INFO O| Sep 08 17:53:18.738 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107662026-09-08T17:53:19.309Z[ host-image] Sep 08 17:53:18.745 INFO O| Sep 08 17:53:18.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107672026-09-08T17:53:19.309Z[ host-image] Sep 08 17:53:18.745 INFO O| Sep 08 17:53:18.745 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107682026-09-08T17:53:19.309Z[ host-image] Sep 08 17:53:18.745 INFO O| Sep 08 17:53:18.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107692026-09-08T17:53:19.309Z[ host-image] Sep 08 17:53:18.745 INFO O| Sep 08 17:53:18.745 INFO ok!
107702026-09-08T17:53:19.309Z[ host-image] Sep 08 17:53:18.745 INFO O| Sep 08 17:53:18.745 INFO STEP 117 (ensure_file) COMPLETE
107712026-09-08T17:53:19.309Z[ host-image] Sep 08 17:53:18.745 INFO O| Sep 08 17:53:18.745 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107722026-09-08T17:53:19.316Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
107732026-09-08T17:53:19.319Z[ host-image] Sep 08 17:53:18.754 INFO O| Sep 08 17:53:18.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107742026-09-08T17:53:19.319Z[ host-image] Sep 08 17:53:18.754 INFO O| Sep 08 17:53:18.754 INFO copying /tmp/.tmpcgJXbZ/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 ...
107752026-09-08T17:53:19.319Z[ host-image] Sep 08 17:53:18.754 INFO O| Sep 08 17:53:18.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107762026-09-08T17:53:19.319Z[ host-image] Sep 08 17:53:18.754 INFO O| Sep 08 17:53:18.754 INFO ok!
107772026-09-08T17:53:19.319Z[ host-image] Sep 08 17:53:18.754 INFO O| Sep 08 17:53:18.754 INFO STEP 118 (ensure_file) COMPLETE
107782026-09-08T17:53:19.319Z[ host-image] Sep 08 17:53:18.754 INFO O| Sep 08 17:53:18.754 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107792026-09-08T17:53:19.324Z[ host-image] Sep 08 17:53:18.762 INFO O| Sep 08 17:53:18.762 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107802026-09-08T17:53:19.324Z[ host-image] Sep 08 17:53:18.762 INFO O| Sep 08 17:53:18.762 INFO copying /tmp/.tmpcgJXbZ/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 ...
107812026-09-08T17:53:19.324Z[ host-image] Sep 08 17:53:18.762 INFO O| Sep 08 17:53:18.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107822026-09-08T17:53:19.324Z[ host-image] Sep 08 17:53:18.762 INFO O| Sep 08 17:53:18.762 INFO ok!
107832026-09-08T17:53:19.324Z[ host-image] Sep 08 17:53:18.762 INFO O| Sep 08 17:53:18.762 INFO STEP 119 (ensure_file) COMPLETE
107842026-09-08T17:53:19.324Z[ host-image] Sep 08 17:53:18.762 INFO O| Sep 08 17:53:18.762 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107852026-09-08T17:53:19.329Z[ host-image] Sep 08 17:53:18.768 INFO O| Sep 08 17:53:18.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107862026-09-08T17:53:19.329Z[ host-image] Sep 08 17:53:18.768 INFO O| Sep 08 17:53:18.768 INFO copying /tmp/.tmpcgJXbZ/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 ...
107872026-09-08T17:53:19.333Z[ host-image] Sep 08 17:53:18.768 INFO O| Sep 08 17:53:18.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107882026-09-08T17:53:19.333Z[ host-image] Sep 08 17:53:18.768 INFO O| Sep 08 17:53:18.768 INFO ok!
107892026-09-08T17:53:19.333Z[ host-image] Sep 08 17:53:18.768 INFO O| Sep 08 17:53:18.768 INFO STEP 120 (ensure_file) COMPLETE
107902026-09-08T17:53:19.333Z[ host-image] Sep 08 17:53:18.768 INFO O| Sep 08 17:53:18.768 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107912026-09-08T17:53:19.337Z[ host-image] Sep 08 17:53:18.777 INFO O| Sep 08 17:53:18.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107922026-09-08T17:53:19.338Z[ host-image] Sep 08 17:53:18.777 INFO O| Sep 08 17:53:18.777 INFO copying /tmp/.tmpcgJXbZ/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 ...
107932026-09-08T17:53:19.341Z[ host-image] Sep 08 17:53:18.777 INFO O| Sep 08 17:53:18.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107942026-09-08T17:53:19.341Z[ host-image] Sep 08 17:53:18.777 INFO O| Sep 08 17:53:18.777 INFO ok!
107952026-09-08T17:53:19.341Z[ host-image] Sep 08 17:53:18.777 INFO O| Sep 08 17:53:18.777 INFO STEP 121 (ensure_file) COMPLETE
107962026-09-08T17:53:19.341Z[ host-image] Sep 08 17:53:18.777 INFO O| Sep 08 17:53:18.777 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107972026-09-08T17:53:19.345Z[ host-image] Sep 08 17:53:18.785 INFO O| Sep 08 17:53:18.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107982026-09-08T17:53:19.345Z[ host-image] Sep 08 17:53:18.785 INFO O| Sep 08 17:53:18.785 INFO copying /tmp/.tmpcgJXbZ/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 ...
107992026-09-08T17:53:19.349Z[ host-image] Sep 08 17:53:18.785 INFO O| Sep 08 17:53:18.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108002026-09-08T17:53:19.349Z[ host-image] Sep 08 17:53:18.785 INFO O| Sep 08 17:53:18.785 INFO ok!
108012026-09-08T17:53:19.349Z[ host-image] Sep 08 17:53:18.785 INFO O| Sep 08 17:53:18.785 INFO STEP 122 (ensure_file) COMPLETE
108022026-09-08T17:53:19.349Z[ host-image] Sep 08 17:53:18.785 INFO O| Sep 08 17:53:18.785 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108032026-09-08T17:53:19.353Z[ host-image] Sep 08 17:53:18.792 INFO O| Sep 08 17:53:18.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108042026-09-08T17:53:19.353Z[ host-image] Sep 08 17:53:18.792 INFO O| Sep 08 17:53:18.792 INFO copying /tmp/.tmpcgJXbZ/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 ...
108052026-09-08T17:53:19.357Z[ host-image] Sep 08 17:53:18.793 INFO O| Sep 08 17:53:18.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108062026-09-08T17:53:19.357Z[ host-image] Sep 08 17:53:18.793 INFO O| Sep 08 17:53:18.793 INFO ok!
108072026-09-08T17:53:19.357Z[ host-image] Sep 08 17:53:18.793 INFO O| Sep 08 17:53:18.793 INFO STEP 123 (ensure_file) COMPLETE
108082026-09-08T17:53:19.357Z[ host-image] Sep 08 17:53:18.793 INFO O| Sep 08 17:53:18.793 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108092026-09-08T17:53:19.360Z[ host-image] Sep 08 17:53:18.800 INFO O| Sep 08 17:53:18.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108102026-09-08T17:53:19.360Z[ host-image] Sep 08 17:53:18.800 INFO O| Sep 08 17:53:18.800 INFO copying /tmp/.tmpcgJXbZ/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 ...
108112026-09-08T17:53:19.361Z[ host-image] Sep 08 17:53:18.800 INFO O| Sep 08 17:53:18.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108122026-09-08T17:53:19.361Z[ host-image] Sep 08 17:53:18.800 INFO O| Sep 08 17:53:18.800 INFO ok!
108132026-09-08T17:53:19.361Z[ host-image] Sep 08 17:53:18.800 INFO O| Sep 08 17:53:18.800 INFO STEP 124 (ensure_file) COMPLETE
108142026-09-08T17:53:19.361Z[ host-image] Sep 08 17:53:18.800 INFO O| Sep 08 17:53:18.800 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108152026-09-08T17:53:19.370Z[ host-image] Sep 08 17:53:18.809 INFO O| Sep 08 17:53:18.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108162026-09-08T17:53:19.370Z[ host-image] Sep 08 17:53:18.809 INFO O| Sep 08 17:53:18.809 INFO copying /tmp/.tmpcgJXbZ/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 ...
108172026-09-08T17:53:19.374Z[ host-image] Sep 08 17:53:18.809 INFO O| Sep 08 17:53:18.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108182026-09-08T17:53:19.374Z[ host-image] Sep 08 17:53:18.809 INFO O| Sep 08 17:53:18.809 INFO ok!
108192026-09-08T17:53:19.374Z[ host-image] Sep 08 17:53:18.809 INFO O| Sep 08 17:53:18.809 INFO STEP 125 (ensure_file) COMPLETE
108202026-09-08T17:53:19.374Z[ host-image] Sep 08 17:53:18.809 INFO O| Sep 08 17:53:18.809 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108212026-09-08T17:53:19.378Z[ host-image] Sep 08 17:53:18.818 INFO O| Sep 08 17:53:18.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108222026-09-08T17:53:19.378Z[ host-image] Sep 08 17:53:18.818 INFO O| Sep 08 17:53:18.818 INFO copying /tmp/.tmpcgJXbZ/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 ...
108232026-09-08T17:53:19.383Z[ host-image] Sep 08 17:53:18.818 INFO O| Sep 08 17:53:18.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108242026-09-08T17:53:19.383Z[ host-image] Sep 08 17:53:18.818 INFO O| Sep 08 17:53:18.818 INFO ok!
108252026-09-08T17:53:19.383Z[ host-image] Sep 08 17:53:18.818 INFO O| Sep 08 17:53:18.818 INFO STEP 126 (ensure_file) COMPLETE
108262026-09-08T17:53:19.384Z[ host-image] Sep 08 17:53:18.818 INFO O| Sep 08 17:53:18.818 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108272026-09-08T17:53:19.392Z[ host-image] Sep 08 17:53:18.826 INFO O| Sep 08 17:53:18.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108282026-09-08T17:53:19.392Z[ host-image] Sep 08 17:53:18.826 INFO O| Sep 08 17:53:18.826 INFO copying /tmp/.tmpcgJXbZ/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 ...
108292026-09-08T17:53:19.392Z[ host-image] Sep 08 17:53:18.826 INFO O| Sep 08 17:53:18.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108302026-09-08T17:53:19.392Z[ host-image] Sep 08 17:53:18.826 INFO O| Sep 08 17:53:18.826 INFO ok!
108312026-09-08T17:53:19.393Z[ host-image] Sep 08 17:53:18.826 INFO O| Sep 08 17:53:18.826 INFO STEP 127 (ensure_file) COMPLETE
108322026-09-08T17:53:19.393Z[ host-image] Sep 08 17:53:18.826 INFO O| Sep 08 17:53:18.826 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108332026-09-08T17:53:19.397Z[ host-image] Sep 08 17:53:18.834 INFO O| Sep 08 17:53:18.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108342026-09-08T17:53:19.397Z[ host-image] Sep 08 17:53:18.834 INFO O| Sep 08 17:53:18.834 INFO copying /tmp/.tmpcgJXbZ/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 ...
108352026-09-08T17:53:19.397Z[ host-image] Sep 08 17:53:18.834 INFO O| Sep 08 17:53:18.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108362026-09-08T17:53:19.397Z[ host-image] Sep 08 17:53:18.834 INFO O| Sep 08 17:53:18.834 INFO ok!
108372026-09-08T17:53:19.397Z[ host-image] Sep 08 17:53:18.834 INFO O| Sep 08 17:53:18.834 INFO STEP 128 (ensure_file) COMPLETE
108382026-09-08T17:53:19.397Z[ host-image] Sep 08 17:53:18.834 INFO O| Sep 08 17:53:18.834 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108392026-09-08T17:53:19.403Z[ host-image] Sep 08 17:53:18.843 INFO O| Sep 08 17:53:18.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108402026-09-08T17:53:19.404Z[ host-image] Sep 08 17:53:18.843 INFO O| Sep 08 17:53:18.843 INFO copying /tmp/.tmpcgJXbZ/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 ...
108412026-09-08T17:53:19.408Z[ host-image] Sep 08 17:53:18.843 INFO O| Sep 08 17:53:18.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108422026-09-08T17:53:19.410Z[ host-image] Sep 08 17:53:18.843 INFO O| Sep 08 17:53:18.843 INFO ok!
108432026-09-08T17:53:19.410Z[ host-image] Sep 08 17:53:18.843 INFO O| Sep 08 17:53:18.843 INFO STEP 129 (ensure_file) COMPLETE
108442026-09-08T17:53:19.411Z[ host-image] Sep 08 17:53:18.843 INFO O| Sep 08 17:53:18.843 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108452026-09-08T17:53:19.415Z[ host-image] Sep 08 17:53:18.852 INFO O| Sep 08 17:53:18.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108462026-09-08T17:53:19.415Z[ host-image] Sep 08 17:53:18.852 INFO O| Sep 08 17:53:18.852 INFO copying /tmp/.tmpcgJXbZ/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 ...
108472026-09-08T17:53:19.415Z[ host-image] Sep 08 17:53:18.852 INFO O| Sep 08 17:53:18.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108482026-09-08T17:53:19.415Z[ host-image] Sep 08 17:53:18.852 INFO O| Sep 08 17:53:18.852 INFO ok!
108492026-09-08T17:53:19.415Z[ host-image] Sep 08 17:53:18.852 INFO O| Sep 08 17:53:18.852 INFO STEP 130 (ensure_file) COMPLETE
108502026-09-08T17:53:19.415Z[ host-image] Sep 08 17:53:18.852 INFO O| Sep 08 17:53:18.852 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108512026-09-08T17:53:19.421Z[ host-image] Sep 08 17:53:18.861 INFO O| Sep 08 17:53:18.861 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108522026-09-08T17:53:19.421Z[ host-image] Sep 08 17:53:18.861 INFO O| Sep 08 17:53:18.861 INFO copying /tmp/.tmpcgJXbZ/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 ...
108532026-09-08T17:53:19.421Z[ host-image] Sep 08 17:53:18.861 INFO O| Sep 08 17:53:18.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108542026-09-08T17:53:19.426Z[ host-image] Sep 08 17:53:18.861 INFO O| Sep 08 17:53:18.861 INFO ok!
108552026-09-08T17:53:19.426Z[ host-image] Sep 08 17:53:18.861 INFO O| Sep 08 17:53:18.861 INFO STEP 131 (ensure_file) COMPLETE
108562026-09-08T17:53:19.426Z[ host-image] Sep 08 17:53:18.861 INFO O| Sep 08 17:53:18.861 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108572026-09-08T17:53:19.430Z[ host-image] Sep 08 17:53:18.869 INFO O| Sep 08 17:53:18.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108582026-09-08T17:53:19.430Z[ host-image] Sep 08 17:53:18.869 INFO O| Sep 08 17:53:18.869 INFO copying /tmp/.tmpcgJXbZ/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 ...
108592026-09-08T17:53:19.430Z[ host-image] Sep 08 17:53:18.869 INFO O| Sep 08 17:53:18.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108602026-09-08T17:53:19.430Z[ host-image] Sep 08 17:53:18.869 INFO O| Sep 08 17:53:18.869 INFO ok!
108612026-09-08T17:53:19.430Z[ host-image] Sep 08 17:53:18.869 INFO O| Sep 08 17:53:18.869 INFO STEP 132 (ensure_file) COMPLETE
108622026-09-08T17:53:19.430Z[ host-image] Sep 08 17:53:18.869 INFO O| Sep 08 17:53:18.869 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108632026-09-08T17:53:19.439Z[ host-image] Sep 08 17:53:18.878 INFO O| Sep 08 17:53:18.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108642026-09-08T17:53:19.439Z[ host-image] Sep 08 17:53:18.878 INFO O| Sep 08 17:53:18.878 INFO copying /tmp/.tmpcgJXbZ/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 ...
108652026-09-08T17:53:19.444Z[ host-image] Sep 08 17:53:18.878 INFO O| Sep 08 17:53:18.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108662026-09-08T17:53:19.444Z[ host-image] Sep 08 17:53:18.878 INFO O| Sep 08 17:53:18.878 INFO ok!
108672026-09-08T17:53:19.444Z[ host-image] Sep 08 17:53:18.878 INFO O| Sep 08 17:53:18.878 INFO STEP 133 (ensure_file) COMPLETE
108682026-09-08T17:53:19.444Z[ host-image] Sep 08 17:53:18.878 INFO O| Sep 08 17:53:18.878 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108692026-09-08T17:53:19.448Z[ host-image] Sep 08 17:53:18.886 INFO O| Sep 08 17:53:18.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108702026-09-08T17:53:19.448Z[ host-image] Sep 08 17:53:18.886 INFO O| Sep 08 17:53:18.886 INFO copying /tmp/.tmpcgJXbZ/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 ...
108712026-09-08T17:53:19.448Z[ host-image] Sep 08 17:53:18.886 INFO O| Sep 08 17:53:18.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108722026-09-08T17:53:19.449Z[ host-image] Sep 08 17:53:18.886 INFO O| Sep 08 17:53:18.886 INFO ok!
108732026-09-08T17:53:19.449Z[ host-image] Sep 08 17:53:18.886 INFO O| Sep 08 17:53:18.886 INFO STEP 134 (ensure_file) COMPLETE
108742026-09-08T17:53:19.449Z[ host-image] Sep 08 17:53:18.886 INFO O| Sep 08 17:53:18.886 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108752026-09-08T17:53:19.455Z[ host-image] Sep 08 17:53:18.894 INFO O| Sep 08 17:53:18.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108762026-09-08T17:53:19.455Z[ host-image] Sep 08 17:53:18.894 INFO O| Sep 08 17:53:18.894 INFO copying /tmp/.tmpcgJXbZ/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 ...
108772026-09-08T17:53:19.459Z[ host-image] Sep 08 17:53:18.894 INFO O| Sep 08 17:53:18.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108782026-09-08T17:53:19.459Z[ host-image] Sep 08 17:53:18.894 INFO O| Sep 08 17:53:18.894 INFO ok!
108792026-09-08T17:53:19.459Z[ host-image] Sep 08 17:53:18.894 INFO O| Sep 08 17:53:18.894 INFO STEP 135 (ensure_file) COMPLETE
108802026-09-08T17:53:19.459Z[ host-image] Sep 08 17:53:18.894 INFO O| Sep 08 17:53:18.894 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108812026-09-08T17:53:19.464Z[ host-image] Sep 08 17:53:18.902 INFO O| Sep 08 17:53:18.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108822026-09-08T17:53:19.464Z[ host-image] Sep 08 17:53:18.902 INFO O| Sep 08 17:53:18.902 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108832026-09-08T17:53:19.464Z[ host-image] Sep 08 17:53:18.902 INFO O| Sep 08 17:53:18.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108842026-09-08T17:53:19.465Z[ host-image] Sep 08 17:53:18.902 INFO O| Sep 08 17:53:18.902 INFO ok!
108852026-09-08T17:53:19.465Z[ host-image] Sep 08 17:53:18.902 INFO O| Sep 08 17:53:18.902 INFO STEP 136 (ensure_file) COMPLETE
108862026-09-08T17:53:19.465Z[ host-image] Sep 08 17:53:18.902 INFO O| Sep 08 17:53:18.902 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108872026-09-08T17:53:19.472Z[ host-image] Sep 08 17:53:18.910 INFO O| Sep 08 17:53:18.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108882026-09-08T17:53:19.472Z[ host-image] Sep 08 17:53:18.910 INFO O| Sep 08 17:53:18.910 INFO copying /tmp/.tmpcgJXbZ/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 ...
108892026-09-08T17:53:19.472Z[ host-image] Sep 08 17:53:18.910 INFO O| Sep 08 17:53:18.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108902026-09-08T17:53:19.477Z[ host-image] Sep 08 17:53:18.910 INFO O| Sep 08 17:53:18.910 INFO ok!
108912026-09-08T17:53:19.477Z[ host-image] Sep 08 17:53:18.910 INFO O| Sep 08 17:53:18.910 INFO STEP 137 (ensure_file) COMPLETE
108922026-09-08T17:53:19.477Z[ host-image] Sep 08 17:53:18.910 INFO O| Sep 08 17:53:18.910 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108932026-09-08T17:53:19.481Z[ host-image] Sep 08 17:53:18.918 INFO O| Sep 08 17:53:18.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108942026-09-08T17:53:19.481Z[ host-image] Sep 08 17:53:18.918 INFO O| Sep 08 17:53:18.918 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108952026-09-08T17:53:19.481Z[ host-image] Sep 08 17:53:18.918 INFO O| Sep 08 17:53:18.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108962026-09-08T17:53:19.481Z[ host-image] Sep 08 17:53:18.918 INFO O| Sep 08 17:53:18.918 INFO ok!
108972026-09-08T17:53:19.481Z[ host-image] Sep 08 17:53:18.918 INFO O| Sep 08 17:53:18.918 INFO STEP 138 (ensure_file) COMPLETE
108982026-09-08T17:53:19.481Z[ host-image] Sep 08 17:53:18.918 INFO O| Sep 08 17:53:18.918 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108992026-09-08T17:53:19.488Z[ host-image] Sep 08 17:53:18.927 INFO O| Sep 08 17:53:18.927 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109002026-09-08T17:53:19.488Z[ host-image] Sep 08 17:53:18.927 INFO O| Sep 08 17:53:18.927 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109012026-09-08T17:53:25.651Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
109022026-09-08T17:53:28.417Z[ host-image] Sep 08 17:53:27.855 INFO O| Sep 08 17:53:27.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109032026-09-08T17:53:28.417Z[ host-image] Sep 08 17:53:27.855 INFO O| Sep 08 17:53:27.855 INFO ok!
109042026-09-08T17:53:28.420Z[ host-image] Sep 08 17:53:27.855 INFO O| Sep 08 17:53:27.855 INFO STEP 139 (ensure_file) COMPLETE
109052026-09-08T17:53:28.420Z[ host-image] Sep 08 17:53:27.855 INFO O| Sep 08 17:53:27.855 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-08T17:53:28.427Z[ host-image] Sep 08 17:53:27.866 INFO O| Sep 08 17:53:27.866 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109072026-09-08T17:53:28.427Z[ host-image] Sep 08 17:53:27.866 INFO O| Sep 08 17:53:27.866 INFO STEP 140 (ensure_dir) COMPLETE
109082026-09-08T17:53:28.430Z[ host-image] Sep 08 17:53:27.866 INFO O| Sep 08 17:53:27.866 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109092026-09-08T17:53:28.445Z[ host-image] Sep 08 17:53:27.877 INFO O| Sep 08 17:53:27.877 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109102026-09-08T17:53:28.445Z[ host-image] Sep 08 17:53:27.877 INFO O| Sep 08 17:53:27.877 INFO STEP 141 (ensure_dir) COMPLETE
109112026-09-08T17:53:28.449Z[ host-image] Sep 08 17:53:27.877 INFO O| Sep 08 17:53:27.877 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-08T17:53:28.449Z[ host-image] Sep 08 17:53:27.887 INFO O| Sep 08 17:53:27.887 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109132026-09-08T17:53:28.449Z[ host-image] Sep 08 17:53:27.887 INFO O| Sep 08 17:53:27.887 INFO STEP 142 (ensure_dir) COMPLETE
109142026-09-08T17:53:28.449Z[ host-image] Sep 08 17:53:27.887 INFO O| Sep 08 17:53:27.887 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109152026-09-08T17:53:28.483Z[ host-image] Sep 08 17:53:27.896 INFO O| Sep 08 17:53:27.896 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109162026-09-08T17:53:28.483Z[ host-image] Sep 08 17:53:27.896 INFO O| Sep 08 17:53:27.896 INFO STEP 143 (ensure_dir) COMPLETE
109172026-09-08T17:53:28.483Z[ host-image] Sep 08 17:53:27.896 INFO O| Sep 08 17:53:27.896 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109182026-09-08T17:53:28.483Z[ host-image] Sep 08 17:53:27.907 INFO O| Sep 08 17:53:27.907 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109192026-09-08T17:53:28.483Z[ host-image] Sep 08 17:53:27.907 INFO O| Sep 08 17:53:27.907 INFO copying /tmp/.tmpcgJXbZ/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 ...
109202026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.907 INFO O| Sep 08 17:53:27.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109212026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.907 INFO O| Sep 08 17:53:27.907 INFO ok!
109222026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.907 INFO O| Sep 08 17:53:27.907 INFO STEP 144 (ensure_file) COMPLETE
109232026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.907 INFO O| Sep 08 17:53:27.907 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.917 INFO O| Sep 08 17:53:27.917 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109252026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.917 INFO O| Sep 08 17:53:27.917 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109262026-09-08T17:53:28.484Z[ host-image] Sep 08 17:53:27.917 INFO O| Sep 08 17:53:27.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109272026-09-08T17:53:28.485Z[ host-image] Sep 08 17:53:27.917 INFO O| Sep 08 17:53:27.917 INFO STEP 145 (ensure_dir) COMPLETE
109282026-09-08T17:53:28.485Z[ host-image] Sep 08 17:53:27.917 INFO O| Sep 08 17:53:27.917 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109292026-09-08T17:53:28.488Z[ host-image] Sep 08 17:53:27.927 INFO O| Sep 08 17:53:27.927 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109302026-09-08T17:53:28.488Z[ host-image] Sep 08 17:53:27.927 INFO O| Sep 08 17:53:27.927 INFO copying /tmp/.tmpcgJXbZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109312026-09-08T17:53:28.488Z[ host-image] Sep 08 17:53:27.927 INFO O| Sep 08 17:53:27.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109322026-09-08T17:53:28.488Z[ host-image] Sep 08 17:53:27.927 INFO O| Sep 08 17:53:27.927 INFO ok!
109332026-09-08T17:53:28.488Z[ host-image] Sep 08 17:53:27.927 INFO O| Sep 08 17:53:27.927 INFO STEP 146 (ensure_file) COMPLETE
109342026-09-08T17:53:28.488Z[ host-image] Sep 08 17:53:27.927 INFO O| Sep 08 17:53:27.927 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109352026-09-08T17:53:28.496Z[ host-image] Sep 08 17:53:27.935 INFO O| Sep 08 17:53:27.935 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109362026-09-08T17:53:28.499Z[ host-image] Sep 08 17:53:27.935 INFO O| Sep 08 17:53:27.935 INFO STEP 147 (remove_files) COMPLETE
109372026-09-08T17:53:28.499Z[ host-image] Sep 08 17:53:27.935 INFO O| Sep 08 17:53:27.935 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109382026-09-08T17:53:28.504Z[ host-image] Sep 08 17:53:27.943 INFO O| Sep 08 17:53:27.943 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109392026-09-08T17:53:28.507Z[ host-image] Sep 08 17:53:27.943 INFO O| Sep 08 17:53:27.943 INFO STEP 148 (remove_files) COMPLETE
109402026-09-08T17:53:28.507Z[ host-image] Sep 08 17:53:27.943 INFO O| Sep 08 17:53:27.943 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109412026-09-08T17:53:28.513Z[ host-image] Sep 08 17:53:27.953 INFO O| Sep 08 17:53:27.953 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109422026-09-08T17:53:28.517Z[ host-image] Sep 08 17:53:27.953 INFO O| Sep 08 17:53:27.953 INFO STEP 149 (remove_files) COMPLETE
109432026-09-08T17:53:28.517Z[ host-image] Sep 08 17:53:27.953 INFO O| Sep 08 17:53:27.953 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109442026-09-08T17:53:28.523Z[ host-image] Sep 08 17:53:27.962 INFO O| Sep 08 17:53:27.962 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109452026-09-08T17:53:28.528Z[ host-image] Sep 08 17:53:27.962 INFO O| Sep 08 17:53:27.962 INFO STEP 150 (remove_files) COMPLETE
109462026-09-08T17:53:28.528Z[ host-image] Sep 08 17:53:27.962 INFO O| Sep 08 17:53:27.962 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109472026-09-08T17:53:28.531Z[ host-image] Sep 08 17:53:27.970 INFO O| Sep 08 17:53:27.970 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109482026-09-08T17:53:28.531Z[ host-image] Sep 08 17:53:27.970 INFO O| Sep 08 17:53:27.970 INFO STEP 151 (remove_files) COMPLETE
109492026-09-08T17:53:28.531Z[ host-image] Sep 08 17:53:27.970 INFO O| Sep 08 17:53:27.970 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109502026-09-08T17:53:28.542Z[ host-image] Sep 08 17:53:27.981 INFO O| Sep 08 17:53:27.981 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109512026-09-08T17:53:28.545Z[ host-image] Sep 08 17:53:27.981 INFO O| Sep 08 17:53:27.981 INFO STEP 152 (remove_files) COMPLETE
109522026-09-08T17:53:28.545Z[ host-image] Sep 08 17:53:27.981 INFO O| Sep 08 17:53:27.981 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109532026-09-08T17:53:28.553Z[ host-image] Sep 08 17:53:27.992 INFO O| Sep 08 17:53:27.992 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109542026-09-08T17:53:28.553Z[ host-image] Sep 08 17:53:27.992 INFO O| Sep 08 17:53:27.992 INFO STEP 153 (remove_files) COMPLETE
109552026-09-08T17:53:28.553Z[ host-image] Sep 08 17:53:27.992 INFO O| Sep 08 17:53:27.992 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109562026-09-08T17:53:28.564Z[ host-image] Sep 08 17:53:28.003 INFO O| Sep 08 17:53:28.003 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109572026-09-08T17:53:28.564Z[ host-image] Sep 08 17:53:28.003 INFO O| Sep 08 17:53:28.003 INFO STEP 154 (remove_files) COMPLETE
109582026-09-08T17:53:28.564Z[ host-image] Sep 08 17:53:28.003 INFO O| Sep 08 17:53:28.003 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109592026-09-08T17:53:28.575Z[ host-image] Sep 08 17:53:28.014 INFO O| Sep 08 17:53:28.014 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109602026-09-08T17:53:28.575Z[ host-image] Sep 08 17:53:28.014 INFO O| Sep 08 17:53:28.014 INFO STEP 155 (remove_files) COMPLETE
109612026-09-08T17:53:28.578Z[ host-image] Sep 08 17:53:28.015 INFO O| Sep 08 17:53:28.014 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109622026-09-08T17:53:28.588Z[ host-image] Sep 08 17:53:28.025 INFO O| Sep 08 17:53:28.025 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109632026-09-08T17:53:28.588Z[ host-image] Sep 08 17:53:28.025 INFO O| Sep 08 17:53:28.025 INFO STEP 156 (remove_files) COMPLETE
109642026-09-08T17:53:28.588Z[ host-image] Sep 08 17:53:28.025 INFO O| Sep 08 17:53:28.025 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-08T17:53:28.595Z[ host-image] Sep 08 17:53:28.035 INFO O| Sep 08 17:53:28.035 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109662026-09-08T17:53:28.596Z[ host-image] Sep 08 17:53:28.035 INFO O| Sep 08 17:53:28.035 INFO STEP 157 (remove_files) COMPLETE
109672026-09-08T17:53:28.596Z[ host-image] Sep 08 17:53:28.035 INFO O| Sep 08 17:53:28.035 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-08T17:53:28.608Z[ host-image] Sep 08 17:53:28.047 INFO O| Sep 08 17:53:28.047 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109692026-09-08T17:53:28.609Z[ host-image] Sep 08 17:53:28.048 INFO O| Sep 08 17:53:28.048 INFO STEP 158 (remove_files) COMPLETE
109702026-09-08T17:53:28.609Z[ host-image] Sep 08 17:53:28.048 INFO O| Sep 08 17:53:28.048 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-08T17:53:28.622Z[ host-image] Sep 08 17:53:28.059 INFO O| Sep 08 17:53:28.059 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109722026-09-08T17:53:28.622Z[ host-image] Sep 08 17:53:28.059 INFO O| Sep 08 17:53:28.059 INFO STEP 159 (remove_files) COMPLETE
109732026-09-08T17:53:28.622Z[ host-image] Sep 08 17:53:28.059 INFO O| Sep 08 17:53:28.059 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-08T17:53:28.629Z[ host-image] Sep 08 17:53:28.068 INFO O| Sep 08 17:53:28.068 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109752026-09-08T17:53:28.632Z[ host-image] Sep 08 17:53:28.068 INFO O| Sep 08 17:53:28.068 INFO STEP 160 (remove_files) COMPLETE
109762026-09-08T17:53:28.632Z[ host-image] Sep 08 17:53:28.068 INFO O| Sep 08 17:53:28.068 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-08T17:53:28.638Z[ host-image] Sep 08 17:53:28.077 INFO O| Sep 08 17:53:28.077 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109782026-09-08T17:53:28.638Z[ host-image] Sep 08 17:53:28.077 INFO O| Sep 08 17:53:28.077 INFO STEP 161 (remove_files) COMPLETE
109792026-09-08T17:53:28.638Z[ host-image] Sep 08 17:53:28.077 INFO O| Sep 08 17:53:28.077 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-08T17:53:28.646Z[ host-image] Sep 08 17:53:28.086 INFO O| Sep 08 17:53:28.086 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109812026-09-08T17:53:28.649Z[ host-image] Sep 08 17:53:28.086 INFO O| Sep 08 17:53:28.086 INFO STEP 162 (remove_files) COMPLETE
109822026-09-08T17:53:28.649Z[ host-image] Sep 08 17:53:28.086 INFO O| Sep 08 17:53:28.086 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-08T17:53:28.658Z[ host-image] Sep 08 17:53:28.097 INFO O| Sep 08 17:53:28.097 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109842026-09-08T17:53:28.658Z[ host-image] Sep 08 17:53:28.097 INFO O| Sep 08 17:53:28.097 INFO STEP 163 (remove_files) COMPLETE
109852026-09-08T17:53:28.661Z[ host-image] Sep 08 17:53:28.097 INFO O| Sep 08 17:53:28.097 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-08T17:53:28.668Z[ host-image] Sep 08 17:53:28.107 INFO O| Sep 08 17:53:28.107 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109872026-09-08T17:53:28.671Z[ host-image] Sep 08 17:53:28.107 INFO O| Sep 08 17:53:28.107 INFO STEP 164 (remove_files) COMPLETE
109882026-09-08T17:53:28.671Z[ host-image] Sep 08 17:53:28.107 INFO O| Sep 08 17:53:28.107 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-08T17:53:28.677Z[ host-image] Sep 08 17:53:28.116 INFO O| Sep 08 17:53:28.116 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109902026-09-08T17:53:28.677Z[ host-image] Sep 08 17:53:28.116 INFO O| Sep 08 17:53:28.116 INFO STEP 165 (remove_files) COMPLETE
109912026-09-08T17:53:28.680Z[ host-image] Sep 08 17:53:28.116 INFO O| Sep 08 17:53:28.116 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-08T17:53:28.687Z[ host-image] Sep 08 17:53:28.127 INFO O| Sep 08 17:53:28.127 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109932026-09-08T17:53:28.687Z[ host-image] Sep 08 17:53:28.127 INFO O| Sep 08 17:53:28.127 INFO STEP 166 (remove_files) COMPLETE
109942026-09-08T17:53:28.690Z[ host-image] Sep 08 17:53:28.127 INFO O| Sep 08 17:53:28.127 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-08T17:53:28.697Z[ host-image] Sep 08 17:53:28.136 INFO O| Sep 08 17:53:28.136 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109962026-09-08T17:53:28.697Z[ host-image] Sep 08 17:53:28.136 INFO O| Sep 08 17:53:28.136 INFO STEP 167 (remove_files) COMPLETE
109972026-09-08T17:53:28.697Z[ host-image] Sep 08 17:53:28.136 INFO O| Sep 08 17:53:28.136 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-08T17:53:28.708Z[ host-image] Sep 08 17:53:28.147 INFO O| Sep 08 17:53:28.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109992026-09-08T17:53:28.711Z[ host-image] Sep 08 17:53:28.148 INFO O| Sep 08 17:53:28.148 INFO STEP 168 (remove_files) COMPLETE
110002026-09-08T17:53:28.711Z[ host-image] Sep 08 17:53:28.148 INFO O| Sep 08 17:53:28.148 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-08T17:53:28.717Z[ host-image] Sep 08 17:53:28.157 INFO O| Sep 08 17:53:28.157 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110022026-09-08T17:53:28.721Z[ host-image] Sep 08 17:53:28.157 INFO O| Sep 08 17:53:28.157 INFO STEP 169 (remove_files) COMPLETE
110032026-09-08T17:53:28.721Z[ host-image] Sep 08 17:53:28.157 INFO O| Sep 08 17:53:28.157 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-08T17:53:28.726Z[ host-image] Sep 08 17:53:28.166 INFO O| Sep 08 17:53:28.166 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110052026-09-08T17:53:28.729Z[ host-image] Sep 08 17:53:28.166 INFO O| Sep 08 17:53:28.166 INFO STEP 170 (remove_files) COMPLETE
110062026-09-08T17:53:28.729Z[ host-image] Sep 08 17:53:28.166 INFO O| Sep 08 17:53:28.166 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-08T17:53:28.737Z[ host-image] Sep 08 17:53:28.176 INFO O| Sep 08 17:53:28.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110082026-09-08T17:53:28.738Z[ host-image] Sep 08 17:53:28.176 INFO O| Sep 08 17:53:28.176 INFO STEP 171 (remove_files) COMPLETE
110092026-09-08T17:53:28.741Z[ host-image] Sep 08 17:53:28.176 INFO O| Sep 08 17:53:28.176 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-08T17:53:28.748Z[ host-image] Sep 08 17:53:28.187 INFO O| Sep 08 17:53:28.187 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110112026-09-08T17:53:28.748Z[ host-image] Sep 08 17:53:28.187 INFO O| Sep 08 17:53:28.187 INFO STEP 172 (remove_files) COMPLETE
110122026-09-08T17:53:28.748Z[ host-image] Sep 08 17:53:28.187 INFO O| Sep 08 17:53:28.187 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-08T17:53:28.759Z[ host-image] Sep 08 17:53:28.198 INFO O| Sep 08 17:53:28.198 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110142026-09-08T17:53:28.759Z[ host-image] Sep 08 17:53:28.198 INFO O| Sep 08 17:53:28.198 INFO STEP 173 (remove_files) COMPLETE
110152026-09-08T17:53:28.759Z[ host-image] Sep 08 17:53:28.198 INFO O| Sep 08 17:53:28.198 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-08T17:53:28.769Z[ host-image] Sep 08 17:53:28.209 INFO O| Sep 08 17:53:28.209 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110172026-09-08T17:53:28.769Z[ host-image] Sep 08 17:53:28.209 INFO O| Sep 08 17:53:28.209 INFO STEP 174 (remove_files) COMPLETE
110182026-09-08T17:53:28.772Z[ host-image] Sep 08 17:53:28.209 INFO O| Sep 08 17:53:28.209 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-08T17:53:28.778Z[ host-image] Sep 08 17:53:28.218 INFO O| Sep 08 17:53:28.218 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110202026-09-08T17:53:28.778Z[ host-image] Sep 08 17:53:28.218 INFO O| Sep 08 17:53:28.218 INFO STEP 175 (remove_files) COMPLETE
110212026-09-08T17:53:28.779Z[ host-image] Sep 08 17:53:28.218 INFO O| Sep 08 17:53:28.218 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110222026-09-08T17:53:28.795Z[ host-image] Sep 08 17:53:28.234 INFO O| Sep 08 17:53:28.234 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110232026-09-08T17:53:28.795Z[ host-image] Sep 08 17:53:28.234 INFO O| Sep 08 17:53:28.234 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
110242026-09-08T17:53:34.044Z[ host-image] Sep 08 17:53:33.483 INFO O| Sep 08 17:53:33.483 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
110252026-09-08T17:53:34.044Z[ host-image] Sep 08 17:53:33.483 INFO O| Sep 08 17:53:33.483 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110262026-09-08T17:53:34.058Z[ host-image] Sep 08 17:53:33.495 INFO O| Sep 08 17:53:33.495 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110272026-09-08T17:53:34.169Z[ host-image] Sep 08 17:53:33.609 INFO O| Sep 08 17:53:33.609 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110282026-09-08T17:53:34.230Z[ host-image] Sep 08 17:53:33.669 INFO O| Sep 08 17:53:33.669 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110292026-09-08T17:53:34.299Z[ host-image] Sep 08 17:53:33.738 INFO O| Sep 08 17:53:33.738 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110302026-09-08T17:53:34.299Z[ host-image] Sep 08 17:53:33.739 INFO O| Sep 08 17:53:33.738 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110312026-09-08T17:53:34.302Z[ host-image] Sep 08 17:53:33.742 INFO O| Sep 08 17:53:33.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110322026-09-08T17:53:34.302Z[ host-image] Sep 08 17:53:33.742 INFO O| Sep 08 17:53:33.742 INFO ok!
110332026-09-08T17:53:34.302Z[ host-image] Sep 08 17:53:33.742 INFO O| Sep 08 17:53:33.742 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110342026-09-08T17:53:34.304Z[ host-image] Sep 08 17:53:33.742 INFO O| Sep 08 17:53:33.742 INFO STEP 176 (seed_smf) COMPLETE
110352026-09-08T17:53:34.307Z[ host-image] Sep 08 17:53:33.742 INFO O| Sep 08 17:53:33.742 INFO steps complete; finalising image!
110362026-09-08T17:53:34.308Z[ host-image] Sep 08 17:53:33.742 INFO O| Sep 08 17:53:33.742 INFO TRIM POOL: TEMPORARY-sled-zfs
110372026-09-08T17:53:34.503Z[ host-image] Sep 08 17:53:33.941 INFO O| Sep 08 17:53:33.940 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Sep 8 17:53:33 2026)
110382026-09-08T17:53:34.721Z[ host-image] Sep 08 17:53:34.160 INFO O| Sep 08 17:53:34.160 INFO temporary pool has 707M used, 317M avail, 1.92x compressratio
110392026-09-08T17:53:34.721Z[ host-image] Sep 08 17:53:34.160 INFO O| Sep 08 17:53:34.160 INFO EXPORT POOL: TEMPORARY-sled-zfs
110402026-09-08T17:53:35.058Z[ host-image] Sep 08 17:53:34.497 INFO O| Sep 08 17:53:34.497 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110412026-09-08T17:53:35.058Z[ host-image] Sep 08 17:53:34.497 INFO O| Sep 08 17:53:34.497 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110422026-09-08T17:53:36.108Z[ host-image] Sep 08 17:53:35.547 INFO O| Sep 08 17:53:35.547 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110432026-09-08T17:53:36.108Z[ host-image] Sep 08 17:53:35.547 INFO O| Sep 08 17:53:35.547 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110442026-09-08T17:53:36.108Z[ host-image] Sep 08 17:53:35.547 INFO O| Sep 08 17:53:35.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110452026-09-08T17:53:36.111Z[ host-image] Sep 08 17:53:35.547 INFO O| Sep 08 17:53:35.547 INFO completed processing sled/zfs
110462026-09-08T17:53:36.111Z[ host-image] Sep 08 17:53:35.547 INFO O| Sep 08 17:53:35.547 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110472026-09-08T17:53:41.210Z[ recovery-image] Sep 08 17:53:40.649 INFO O| ok, image written!
110482026-09-08T17:53:41.210Z[ recovery-image] Sep 08 17:53:40.649 INFO O| ok, boot_image_csum file written!
110492026-09-08T17:53:41.213Z[ recovery-image] Sep 08 17:53:40.651 INFO creating boot archive (CPIO)...
110502026-09-08T17:53:41.213Z[ recovery-image] Sep 08 17:53:40.651 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
110512026-09-08T17:53:41.216Z[ recovery-image] Sep 08 17:53:40.655 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110522026-09-08T17:53:41.216Z[ recovery-image] Sep 08 17:53:40.655 INFO E| + outfile=/work/os-recovery/cpio
110532026-09-08T17:53:41.216Z[ recovery-image] Sep 08 17:53:40.655 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110542026-09-08T17:53:41.219Z[ recovery-image] Sep 08 17:53:40.658 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110552026-09-08T17:53:41.219Z[ recovery-image] Sep 08 17:53:40.658 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110562026-09-08T17:53:41.245Z[ recovery-image] Sep 08 17:53:40.684 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110572026-09-08T17:53:41.245Z[ recovery-image] Sep 08 17:53:40.685 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110582026-09-08T17:53:41.252Z[ recovery-image] Sep 08 17:53:40.691 INFO creating compressed cpio/unix for dev loaders...
110592026-09-08T17:53:41.252Z[ recovery-image] Sep 08 17:53:40.691 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
110602026-09-08T17:53:41.481Z[ recovery-image] Sep 08 17:53:40.920 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110612026-09-08T17:53:44.745Z[ recovery-image] Sep 08 17:53:44.184 INFO creating reset image...
110622026-09-08T17:53:44.745Z[ recovery-image] Sep 08 17:53:44.184 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")
110632026-09-08T17:53:44.958Z[ recovery-image] Sep 08 17:53:44.397 INFO E| Updating crates.io index
110642026-09-08T17:53:45.054Z[ recovery-image] Sep 08 17:53:44.494 INFO E| Downloading crates ...
110652026-09-08T17:53:45.096Z[ recovery-image] Sep 08 17:53:44.535 INFO E| Downloaded clap_lex v1.1.0
110662026-09-08T17:53:45.099Z[ recovery-image] Sep 08 17:53:44.537 INFO E| Downloaded os_pipe v1.2.3
110672026-09-08T17:53:45.102Z[ recovery-image] Sep 08 17:53:44.539 INFO E| Downloaded shared_child v1.1.1
110682026-09-08T17:53:45.105Z[ recovery-image] Sep 08 17:53:44.542 INFO E| Downloaded colorchoice v1.0.5
110692026-09-08T17:53:45.105Z[ recovery-image] Sep 08 17:53:44.543 INFO E| Downloaded sigchld v0.2.4
110702026-09-08T17:53:45.108Z[ recovery-image] Sep 08 17:53:44.546 INFO E| Downloaded duct v1.1.1
110712026-09-08T17:53:45.108Z[ recovery-image] Sep 08 17:53:44.547 INFO E| Downloaded shared_thread v0.2.0
110722026-09-08T17:53:45.137Z[ recovery-image] Sep 08 17:53:44.576 INFO E| Compiling libc v0.2.186
110732026-09-08T17:53:45.137Z[ recovery-image] Sep 08 17:53:44.576 INFO E| Compiling proc-macro2 v1.0.106
110742026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.576 INFO E| Compiling signal-hook v0.3.18
110752026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.577 INFO E| Compiling unicode-ident v1.0.24
110762026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.577 INFO E| Compiling quote v1.0.45
110772026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.577 INFO E| Compiling utf8parse v0.2.2
110782026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.577 INFO E| Compiling is_terminal_polyfill v1.70.2
110792026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.577 INFO E| Compiling colorchoice v1.0.5
110802026-09-08T17:53:45.141Z[ recovery-image] Sep 08 17:53:44.577 INFO E| Compiling anstyle v1.0.14
110812026-09-08T17:53:45.147Z[ recovery-image] Sep 08 17:53:44.587 INFO E| Compiling anstyle-query v1.1.5
110822026-09-08T17:53:45.150Z[ recovery-image] Sep 08 17:53:44.587 INFO E| Compiling heck v0.5.0
110832026-09-08T17:53:45.150Z[ recovery-image] Sep 08 17:53:44.587 INFO E| Compiling clap_lex v1.1.0
110842026-09-08T17:53:45.150Z[ recovery-image] Sep 08 17:53:44.587 INFO E| Compiling strsim v0.11.1
110852026-09-08T17:53:45.150Z[ recovery-image] Sep 08 17:53:44.587 INFO E| Compiling shared_thread v0.2.0
110862026-09-08T17:53:45.259Z[ recovery-image] Sep 08 17:53:44.698 INFO E| Compiling anstyle-parse v1.0.0
110872026-09-08T17:53:45.402Z[ recovery-image] Sep 08 17:53:44.841 INFO E| Compiling anstream v1.0.0
110882026-09-08T17:53:45.592Z[ recovery-image] Sep 08 17:53:45.031 INFO E| Compiling clap_builder v4.6.0
110892026-09-08T17:53:45.840Z[ recovery-image] Sep 08 17:53:45.279 INFO E| Compiling errno v0.3.14
110902026-09-08T17:53:45.840Z[ recovery-image] Sep 08 17:53:45.279 INFO E| Compiling os_pipe v1.2.3
110912026-09-08T17:53:45.930Z[ recovery-image] Sep 08 17:53:45.370 INFO E| Compiling signal-hook-registry v1.4.8
110922026-09-08T17:53:46.126Z[ recovery-image] Sep 08 17:53:45.565 INFO E| Compiling syn v2.0.117
110932026-09-08T17:53:46.175Z[ recovery-image] Sep 08 17:53:45.614 INFO E| Compiling sigchld v0.2.4
110942026-09-08T17:53:46.265Z[ recovery-image] Sep 08 17:53:45.704 INFO E| Compiling shared_child v1.1.1
110952026-09-08T17:53:46.372Z[ recovery-image] Sep 08 17:53:45.811 INFO E| Compiling duct v1.1.1
110962026-09-08T17:53:48.043Z[ recovery-image] Sep 08 17:53:47.482 INFO E| Compiling clap_derive v4.6.1
110972026-09-08T17:53:49.186Z[ recovery-image] Sep 08 17:53:48.625 INFO E| Compiling clap v4.6.1
110982026-09-08T17:53:49.240Z[ recovery-image] Sep 08 17:53:48.679 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
110992026-09-08T17:53:49.985Z[ recovery-image] Sep 08 17:53:49.424 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
111002026-09-08T17:53:49.990Z[ recovery-image] Sep 08 17:53:49.430 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111012026-09-08T17:53:50.190Z[ recovery-image] Sep 08 17:53:49.629 INFO E| Downloading crates ...
111022026-09-08T17:53:50.199Z[ host-image] Sep 08 17:53:49.639 INFO O| Sep 08 17:53:49.639 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111032026-09-08T17:53:50.234Z[ recovery-image] Sep 08 17:53:49.674 INFO E| Downloaded bitstruct_derive v0.1.0
111042026-09-08T17:53:50.244Z[ recovery-image] Sep 08 17:53:49.682 INFO E| Downloaded bitflags v2.13.0
111052026-09-08T17:53:50.247Z[ recovery-image] Sep 08 17:53:49.686 INFO E| Downloaded log v0.4.32
111062026-09-08T17:53:50.251Z[ recovery-image] Sep 08 17:53:49.691 INFO E| Downloaded cpio_reader v0.1.2
111072026-09-08T17:53:50.254Z[ recovery-image] Sep 08 17:53:49.691 INFO E| Downloaded bit_field v0.10.3
111082026-09-08T17:53:50.257Z[ recovery-image] Sep 08 17:53:49.695 INFO E| Downloaded miniz_oxide v0.9.1
111092026-09-08T17:53:50.264Z[ recovery-image] Sep 08 17:53:49.703 INFO E| Downloaded bitstruct v0.1.1
111102026-09-08T17:53:50.272Z[ recovery-image] Sep 08 17:53:49.711 INFO E| Downloaded raw-cpuid v10.7.0
111112026-09-08T17:53:50.290Z[ host-image] Sep 08 17:53:49.729 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
111122026-09-08T17:53:50.293Z[ host-image] Sep 08 17:53:49.729 INFO expanded image name: "ci 18da33a/${os_short_commit} 2026-09-08 17:38" -> "ci 18da33a/0e29ea8 2026-09-08 17:38"
111132026-09-08T17:53:50.293Z[ host-image] Sep 08 17:53:49.729 INFO output artefacts stored in: "/work/os-host"
111142026-09-08T17:53:50.293Z[ host-image] Sep 08 17:53:49.729 INFO collecting git info from project "pinprick"...
111152026-09-08T17:53:50.296Z[ recovery-image] Sep 08 17:53:49.732 INFO E| Downloaded goblin v0.10.7
111162026-09-08T17:53:50.296Z[ host-image] Sep 08 17:53:49.735 INFO collecting git info from project "amd-firmware"...
111172026-09-08T17:53:50.305Z[ host-image] Sep 08 17:53:49.745 INFO collecting git info from project "bootserver"...
111182026-09-08T17:53:50.309Z[ host-image] Sep 08 17:53:49.749 INFO collecting git info from project "phbl"...
111192026-09-08T17:53:50.314Z[ host-image] Sep 08 17:53:49.753 INFO collecting git info from project "image-builder"...
111202026-09-08T17:53:50.317Z[ host-image] Sep 08 17:53:49.756 INFO collecting git info from project "amd-host-image-builder"...
111212026-09-08T17:53:50.320Z[ host-image] Sep 08 17:53:49.760 INFO collecting git info from project "chelsio-t6-roms"...
111222026-09-08T17:53:50.324Z[ host-image] Sep 08 17:53:49.764 INFO collecting git info from project "dmar-report"...
111232026-09-08T17:53:50.328Z[ host-image] Sep 08 17:53:49.767 INFO collecting git info from project "pilot"...
111242026-09-08T17:53:50.332Z[ host-image] Sep 08 17:53:49.771 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111252026-09-08T17:53:50.409Z[ recovery-image] Sep 08 17:53:49.849 INFO E| Downloaded x86 v0.52.0
111262026-09-08T17:53:50.443Z[ recovery-image] Sep 08 17:53:49.880 INFO E| Updating crates.io index
111272026-09-08T17:53:50.485Z[ recovery-image] Sep 08 17:53:49.924 INFO E| Downloading crates ...
111282026-09-08T17:53:50.510Z[ recovery-image] Sep 08 17:53:49.949 INFO E| Downloaded hashbrown v0.17.1
111292026-09-08T17:53:50.514Z[ recovery-image] Sep 08 17:53:49.952 INFO E| Downloaded rustc-literal-escaper v0.0.7
111302026-09-08T17:53:50.554Z[ recovery-image] Sep 08 17:53:49.993 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)
111312026-09-08T17:53:50.554Z[ recovery-image] Sep 08 17:53:49.993 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)
111322026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.993 INFO E| Compiling proc-macro2 v1.0.106
111332026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.993 INFO E| Compiling unicode-ident v1.0.24
111342026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.993 INFO E| Compiling quote v1.0.45
111352026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.993 INFO E| Compiling syn v1.0.109
111362026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.994 INFO E| Compiling x86 v0.52.0
111372026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.994 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111382026-09-08T17:53:50.557Z[ recovery-image] Sep 08 17:53:49.994 INFO E| Compiling seq-macro v0.3.6
111392026-09-08T17:53:50.638Z[ host-image] Sep 08 17:53:50.077 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111402026-09-08T17:53:50.949Z[ host-image] Sep 08 17:53:50.386 INFO creating Oxide boot image...
111412026-09-08T17:53:50.949Z[ host-image] Sep 08 17:53:50.386 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 18da33a/0e29ea8 2026-09-08 17:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111422026-09-08T17:53:51.505Z[ recovery-image] Sep 08 17:53:50.944 INFO E| Compiling syn v2.0.117
111432026-09-08T17:53:51.744Z[ host-image] Sep 08 17:53:51.183 INFO O| ok, image written!
111442026-09-08T17:53:51.744Z[ host-image] Sep 08 17:53:51.183 INFO O| ok, boot_image_csum file written!
111452026-09-08T17:53:51.747Z[ host-image] Sep 08 17:53:51.185 INFO creating boot archive (CPIO)...
111462026-09-08T17:53:51.747Z[ host-image] Sep 08 17:53:51.185 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
111472026-09-08T17:53:51.750Z[ host-image] Sep 08 17:53:51.189 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111482026-09-08T17:53:51.750Z[ host-image] Sep 08 17:53:51.189 INFO E| + outfile=/work/os-host/cpio
111492026-09-08T17:53:51.750Z[ host-image] Sep 08 17:53:51.189 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111502026-09-08T17:53:51.753Z[ host-image] Sep 08 17:53:51.191 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111512026-09-08T17:53:51.753Z[ host-image] Sep 08 17:53:51.191 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111522026-09-08T17:53:51.779Z[ host-image] Sep 08 17:53:51.218 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111532026-09-08T17:53:51.779Z[ host-image] Sep 08 17:53:51.218 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111542026-09-08T17:53:51.785Z[ host-image] Sep 08 17:53:51.225 INFO creating compressed cpio/unix for dev loaders...
111552026-09-08T17:53:51.785Z[ host-image] Sep 08 17:53:51.225 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
111562026-09-08T17:53:52.011Z[ host-image] Sep 08 17:53:51.450 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111572026-09-08T17:53:52.820Z[ recovery-image] Sep 08 17:53:52.260 INFO E| Compiling scroll_derive v0.13.1
111582026-09-08T17:53:53.809Z[ recovery-image] Sep 08 17:53:53.248 INFO E| Compiling bitstruct_derive v0.1.0
111592026-09-08T17:53:55.266Z[ host-image] Sep 08 17:53:54.705 INFO creating reset image...
111602026-09-08T17:53:55.266Z[ host-image] Sep 08 17:53:54.705 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")
111612026-09-08T17:53:55.329Z[ host-image] Sep 08 17:53:54.768 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111622026-09-08T17:53:55.332Z[ host-image] Sep 08 17:53:54.769 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111632026-09-08T17:53:55.556Z[ host-image] Sep 08 17:53:54.995 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)
111642026-09-08T17:53:55.556Z[ host-image] Sep 08 17:53:54.995 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)
111652026-09-08T17:53:55.556Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling proc-macro2 v1.0.106
111662026-09-08T17:53:55.559Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling quote v1.0.45
111672026-09-08T17:53:55.559Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling unicode-ident v1.0.24
111682026-09-08T17:53:55.561Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling syn v1.0.109
111692026-09-08T17:53:55.561Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling x86 v0.52.0
111702026-09-08T17:53:55.561Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111712026-09-08T17:53:55.561Z[ host-image] Sep 08 17:53:54.995 INFO E| Compiling seq-macro v0.3.6
111722026-09-08T17:53:56.509Z[ host-image] Sep 08 17:53:55.948 INFO E| Compiling syn v2.0.117
111732026-09-08T17:53:57.803Z[ host-image] Sep 08 17:53:57.242 INFO E| Compiling scroll_derive v0.13.1
111742026-09-08T17:53:58.776Z[ host-image] Sep 08 17:53:58.214 INFO E| Compiling bitstruct_derive v0.1.0
111752026-09-08T17:54:03.026Z[ recovery-image] Sep 08 17:54:02.465 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)
111762026-09-08T17:54:05.164Z[ recovery-image] Sep 08 17:54:04.603 INFO E| Compiling bitflags v1.3.2
111772026-09-08T17:54:05.165Z[ recovery-image] Sep 08 17:54:04.603 INFO E| Compiling log v0.4.32
111782026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.603 INFO E| Compiling adler2 v2.0.1
111792026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.603 INFO E| Compiling scroll v0.13.0
111802026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.603 INFO E| Compiling plain v0.2.3
111812026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.603 INFO E| Compiling bitflags v2.13.0
111822026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.604 INFO E| Compiling bit_field v0.10.3
111832026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.604 INFO E| Compiling static_assertions v1.1.0
111842026-09-08T17:54:05.168Z[ recovery-image] Sep 08 17:54:04.604 INFO E| Compiling bitstruct v0.1.1
111852026-09-08T17:54:05.219Z[ recovery-image] Sep 08 17:54:04.656 INFO E| Compiling raw-cpuid v10.7.0
111862026-09-08T17:54:05.259Z[ recovery-image] Sep 08 17:54:04.698 INFO E| Compiling miniz_oxide v0.9.1
111872026-09-08T17:54:05.317Z[ recovery-image] Sep 08 17:54:04.756 INFO E| Compiling cpio_reader v0.1.2
111882026-09-08T17:54:05.377Z[ recovery-image] Sep 08 17:54:04.816 INFO E| Compiling goblin v0.10.7
111892026-09-08T17:54:08.039Z[ host-image] Sep 08 17:54:07.478 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)
111902026-09-08T17:54:08.335Z[ recovery-image] Sep 08 17:54:07.774 INFO E| Finished `release` profile [optimized] target(s) in 18.33s
111912026-09-08T17:54:08.356Z[ recovery-image] Sep 08 17:54:07.795 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111922026-09-08T17:54:08.356Z[ recovery-image] Sep 08 17:54:07.795 INFO building ROM for gimlet
111932026-09-08T17:54:08.359Z[ recovery-image] Sep 08 17:54:07.795 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")
111942026-09-08T17:54:08.440Z[ recovery-image] Sep 08 17:54:07.879 INFO E| Downloading crates ...
111952026-09-08T17:54:08.496Z[ recovery-image] Sep 08 17:54:07.933 INFO E| Downloaded serde_spanned v0.6.8
111962026-09-08T17:54:08.505Z[ recovery-image] Sep 08 17:54:07.945 INFO E| Downloaded colorchoice v1.0.3
111972026-09-08T17:54:08.509Z[ recovery-image] Sep 08 17:54:07.947 INFO E| Downloaded anstyle-query v1.1.2
111982026-09-08T17:54:08.513Z[ recovery-image] Sep 08 17:54:07.948 INFO E| Downloaded clap_lex v0.7.4
111992026-09-08T17:54:08.513Z[ recovery-image] Sep 08 17:54:07.949 INFO E| Downloaded os_pipe v1.2.1
112002026-09-08T17:54:08.517Z[ recovery-image] Sep 08 17:54:07.953 INFO E| Downloaded toml_datetime v0.6.9
112012026-09-08T17:54:08.517Z[ recovery-image] Sep 08 17:54:07.956 INFO E| Downloaded shared_child v1.0.1
112022026-09-08T17:54:08.521Z[ recovery-image] Sep 08 17:54:07.959 INFO E| Downloaded is_terminal_polyfill v1.70.1
112032026-09-08T17:54:08.524Z[ recovery-image] Sep 08 17:54:07.962 INFO E| Downloaded anstyle v1.0.10
112042026-09-08T17:54:08.527Z[ recovery-image] Sep 08 17:54:07.966 INFO E| Downloaded anstream v0.6.18
112052026-09-08T17:54:08.530Z[ recovery-image] Sep 08 17:54:07.968 INFO E| Downloaded duct v0.13.7
112062026-09-08T17:54:08.535Z[ recovery-image] Sep 08 17:54:07.973 INFO E| Downloaded toml_write v0.1.1
112072026-09-08T17:54:08.539Z[ recovery-image] Sep 08 17:54:07.978 INFO E| Downloaded clap_builder v4.5.37
112082026-09-08T17:54:08.544Z[ recovery-image] Sep 08 17:54:07.982 INFO E| Downloaded anstyle-parse v0.2.6
112092026-09-08T17:54:08.547Z[ recovery-image] Sep 08 17:54:07.983 INFO E| Downloaded clap v4.5.37
112102026-09-08T17:54:08.550Z[ recovery-image] Sep 08 17:54:07.988 INFO E| Downloaded clap_derive v4.5.32
112112026-09-08T17:54:08.553Z[ recovery-image] Sep 08 17:54:07.992 INFO E| Downloaded toml v0.8.22
112122026-09-08T17:54:08.573Z[ recovery-image] Sep 08 17:54:08.012 INFO E| Downloaded cc v1.2.20
112132026-09-08T17:54:08.576Z[ recovery-image] Sep 08 17:54:08.015 INFO E| Downloaded toml_edit v0.22.26
112142026-09-08T17:54:08.597Z[ recovery-image] Sep 08 17:54:08.035 INFO E| Downloaded winnow v0.7.7
112152026-09-08T17:54:08.612Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling libc v0.2.172
112162026-09-08T17:54:08.615Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling utf8parse v0.2.2
112172026-09-08T17:54:08.616Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling equivalent v1.0.2
112182026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling hashbrown v0.15.2
112192026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling anstyle-query v1.1.2
112202026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling shlex v1.3.0
112212026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling colorchoice v1.0.3
112222026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.051 INFO E| Compiling anstyle v1.0.10
112232026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.052 INFO E| Compiling is_terminal_polyfill v1.70.1
112242026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.052 INFO E| Compiling once_cell v1.21.3
112252026-09-08T17:54:08.617Z[ recovery-image] Sep 08 17:54:08.052 INFO E| Compiling clap_lex v0.7.4
112262026-09-08T17:54:08.630Z[ recovery-image] Sep 08 17:54:08.069 INFO E| Compiling strsim v0.11.1
112272026-09-08T17:54:08.654Z[ recovery-image] Sep 08 17:54:08.093 INFO E| Compiling anyhow v1.0.98
112282026-09-08T17:54:08.657Z[ recovery-image] Sep 08 17:54:08.093 INFO E| Compiling toml_write v0.1.1
112292026-09-08T17:54:08.660Z[ recovery-image] Sep 08 17:54:08.097 INFO E| Compiling winnow v0.7.7
112302026-09-08T17:54:08.663Z[ recovery-image] Sep 08 17:54:08.101 INFO E| Compiling syn v2.0.101
112312026-09-08T17:54:08.736Z[ recovery-image] Sep 08 17:54:08.175 INFO E| Compiling anstyle-parse v0.2.6
112322026-09-08T17:54:08.772Z[ recovery-image] Sep 08 17:54:08.211 INFO E| Compiling cc v1.2.20
112332026-09-08T17:54:08.902Z[ recovery-image] Sep 08 17:54:08.341 INFO E| Compiling anstream v0.6.18
112342026-09-08T17:54:09.108Z[ recovery-image] Sep 08 17:54:08.544 INFO E| Compiling clap_builder v4.5.37
112352026-09-08T17:54:09.128Z[ recovery-image] Sep 08 17:54:08.567 INFO E| Compiling indexmap v2.9.0
112362026-09-08T17:54:09.340Z[ recovery-image] Sep 08 17:54:08.778 INFO E| Compiling os_pipe v1.2.1
112372026-09-08T17:54:09.340Z[ recovery-image] Sep 08 17:54:08.778 INFO E| Compiling shared_child v1.0.1
112382026-09-08T17:54:09.456Z[ recovery-image] Sep 08 17:54:08.895 INFO E| Compiling duct v0.13.7
112392026-09-08T17:54:09.987Z[ recovery-image] Sep 08 17:54:09.426 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112402026-09-08T17:54:10.443Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling bitflags v1.3.2
112412026-09-08T17:54:10.443Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling adler2 v2.0.1
112422026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling scroll v0.13.0
112432026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling plain v0.2.3
112442026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling bit_field v0.10.3
112452026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling bitflags v2.13.0
112462026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling log v0.4.32
112472026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling bitstruct v0.1.1
112482026-09-08T17:54:10.446Z[ host-image] Sep 08 17:54:09.882 INFO E| Compiling static_assertions v1.1.0
112492026-09-08T17:54:10.501Z[ host-image] Sep 08 17:54:09.940 INFO E| Compiling raw-cpuid v10.7.0
112502026-09-08T17:54:10.563Z[ host-image] Sep 08 17:54:10.002 INFO E| Compiling miniz_oxide v0.9.1
112512026-09-08T17:54:10.608Z[ host-image] Sep 08 17:54:10.047 INFO E| Compiling cpio_reader v0.1.2
112522026-09-08T17:54:10.745Z[ host-image] Sep 08 17:54:10.184 INFO E| Compiling goblin v0.10.7
112532026-09-08T17:54:11.217Z[ recovery-image] Sep 08 17:54:10.656 INFO E| Compiling serde_derive v1.0.219
112542026-09-08T17:54:11.217Z[ recovery-image] Sep 08 17:54:10.656 INFO E| Compiling clap_derive v4.5.32
112552026-09-08T17:54:13.081Z[ recovery-image] Sep 08 17:54:12.519 INFO E| Compiling clap v4.5.37
112562026-09-08T17:54:13.968Z[ recovery-image] Sep 08 17:54:13.402 INFO E| Compiling serde v1.0.219
112572026-09-08T17:54:14.399Z[ host-image] Sep 08 17:54:13.838 INFO E| Finished `release` profile [optimized] target(s) in 19.05s
112582026-09-08T17:54:14.417Z[ host-image] Sep 08 17:54:13.857 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112592026-09-08T17:54:14.418Z[ host-image] Sep 08 17:54:13.857 INFO building ROM for gimlet
112602026-09-08T17:54:14.418Z[ host-image] Sep 08 17:54:13.857 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")
112612026-09-08T17:54:14.513Z[ host-image] Sep 08 17:54:13.952 INFO E| Blocking waiting for file lock on build directory
112622026-09-08T17:54:15.856Z[ recovery-image] Sep 08 17:54:15.294 INFO E| Compiling toml_datetime v0.6.9
112632026-09-08T17:54:15.856Z[ recovery-image] Sep 08 17:54:15.295 INFO E| Compiling serde_spanned v0.6.8
112642026-09-08T17:54:16.020Z[ recovery-image] Sep 08 17:54:15.459 INFO E| Compiling toml_edit v0.22.26
112652026-09-08T17:54:17.404Z[ recovery-image] Sep 08 17:54:16.843 INFO E| Compiling toml v0.8.22
112662026-09-08T17:54:19.816Z[ recovery-image] Sep 08 17:54:19.255 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
112672026-09-08T17:54:19.825Z[ host-image] Sep 08 17:54:19.264 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
112682026-09-08T17:54:19.825Z[ recovery-image] Sep 08 17:54:19.264 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`
112692026-09-08T17:54:19.829Z[ host-image] Sep 08 17:54:19.268 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`
112702026-09-08T17:54:19.842Z[ recovery-image] Sep 08 17:54:19.281 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112712026-09-08T17:54:19.848Z[ host-image] Sep 08 17:54:19.283 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112722026-09-08T17:54:19.866Z[ host-image] Sep 08 17:54:19.304 INFO E| Blocking waiting for file lock on package cache
112732026-09-08T17:54:19.893Z[ recovery-image] Sep 08 17:54:19.332 INFO E| Blocking waiting for file lock on package cache
112742026-09-08T17:54:19.918Z[ host-image] Sep 08 17:54:19.356 INFO E| Blocking waiting for file lock on package cache
112752026-09-08T17:54:19.921Z[ recovery-image] Sep 08 17:54:19.357 INFO E| Blocking waiting for file lock on package cache
112762026-09-08T17:54:19.921Z[ host-image] Sep 08 17:54:19.358 INFO E| Blocking waiting for file lock on package cache
112772026-09-08T17:54:19.938Z[ recovery-image] Sep 08 17:54:19.377 INFO E| Blocking waiting for file lock on package cache
112782026-09-08T17:54:19.954Z[ host-image] Sep 08 17:54:19.393 INFO E| Blocking waiting for file lock on build directory
112792026-09-08T17:54:19.969Z[ recovery-image] Sep 08 17:54:19.408 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
112802026-09-08T17:54:19.974Z[ recovery-image] Sep 08 17:54:19.413 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`
112812026-09-08T17:54:19.981Z[ host-image] Sep 08 17:54:19.420 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
112822026-09-08T17:54:19.986Z[ host-image] Sep 08 17:54:19.425 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`
112832026-09-08T17:54:20.118Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112842026-09-08T17:54:20.118Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112852026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112862026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112872026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112882026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112892026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112902026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112912026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112922026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112932026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112942026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112952026-09-08T17:54:20.122Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112962026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112972026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112982026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO O| Info: ABL version: 0x100f5010
112992026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113002026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113012026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113022026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113032026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113042026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113052026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113062026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113072026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113082026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113092026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113102026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113112026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113122026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113132026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113142026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113152026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113162026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113172026-09-08T17:54:20.123Z[ recovery-image] Sep 08 17:54:19.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113182026-09-08T17:54:20.134Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113192026-09-08T17:54:20.137Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113202026-09-08T17:54:20.137Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113212026-09-08T17:54:20.139Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113222026-09-08T17:54:20.139Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113232026-09-08T17:54:20.139Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113242026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113252026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113262026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113272026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113282026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113292026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113302026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113312026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113322026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.573 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113332026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.574 INFO O| Info: ABL version: 0x100f5010
113342026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.574 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113352026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113362026-09-08T17:54:20.140Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113372026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113382026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113392026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113402026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113412026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113422026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113432026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113442026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113452026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113462026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113472026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113482026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113492026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113502026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113512026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113522026-09-08T17:54:20.141Z[ host-image] Sep 08 17:54:19.574 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113532026-09-08T17:54:20.156Z[ recovery-image] Sep 08 17:54:19.595 INFO building ROM for cosmo
113542026-09-08T17:54:20.160Z[ recovery-image] Sep 08 17:54:19.595 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")
113552026-09-08T17:54:20.177Z[ host-image] Sep 08 17:54:19.616 INFO building ROM for cosmo
113562026-09-08T17:54:20.180Z[ host-image] Sep 08 17:54:19.616 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")
113572026-09-08T17:54:20.232Z[ host-image] Sep 08 17:54:19.671 INFO E| Blocking waiting for file lock on package cache
113582026-09-08T17:54:20.241Z[ recovery-image] Sep 08 17:54:19.681 INFO E| Blocking waiting for file lock on package cache
113592026-09-08T17:54:20.267Z[ host-image] Sep 08 17:54:19.706 INFO E| Blocking waiting for file lock on package cache
113602026-09-08T17:54:20.276Z[ recovery-image] Sep 08 17:54:19.715 INFO E| Blocking waiting for file lock on package cache
113612026-09-08T17:54:20.284Z[ recovery-image] Sep 08 17:54:19.723 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
113622026-09-08T17:54:20.289Z[ recovery-image] Sep 08 17:54:19.726 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`
113632026-09-08T17:54:20.296Z[ host-image] Sep 08 17:54:19.735 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
113642026-09-08T17:54:20.299Z[ host-image] Sep 08 17:54:19.738 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`
113652026-09-08T17:54:20.302Z[ recovery-image] Sep 08 17:54:19.741 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113662026-09-08T17:54:20.318Z[ host-image] Sep 08 17:54:19.757 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113672026-09-08T17:54:20.339Z[ host-image] Sep 08 17:54:19.778 INFO E| Blocking waiting for file lock on package cache
113682026-09-08T17:54:20.348Z[ recovery-image] Sep 08 17:54:19.787 INFO E| Blocking waiting for file lock on package cache
113692026-09-08T17:54:20.373Z[ host-image] Sep 08 17:54:19.811 INFO E| Blocking waiting for file lock on package cache
113702026-09-08T17:54:20.376Z[ recovery-image] Sep 08 17:54:19.811 INFO E| Blocking waiting for file lock on package cache
113712026-09-08T17:54:20.376Z[ host-image] Sep 08 17:54:19.813 INFO E| Blocking waiting for file lock on package cache
113722026-09-08T17:54:20.388Z[ recovery-image] Sep 08 17:54:19.827 INFO E| Blocking waiting for file lock on package cache
113732026-09-08T17:54:20.402Z[ recovery-image] Sep 08 17:54:19.841 INFO E| Blocking waiting for file lock on build directory
113742026-09-08T17:54:20.411Z[ host-image] Sep 08 17:54:19.850 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
113752026-09-08T17:54:20.415Z[ host-image] Sep 08 17:54:19.853 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`
113762026-09-08T17:54:20.422Z[ recovery-image] Sep 08 17:54:19.861 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
113772026-09-08T17:54:20.427Z[ recovery-image] Sep 08 17:54:19.865 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`
113782026-09-08T17:54:20.643Z[ host-image] Sep 08 17:54:20.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113792026-09-08T17:54:20.644Z[ host-image] Sep 08 17:54:20.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113802026-09-08T17:54:20.644Z[ host-image] Sep 08 17:54:20.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113812026-09-08T17:54:20.647Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113822026-09-08T17:54:20.647Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113832026-09-08T17:54:20.647Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113842026-09-08T17:54:20.647Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113852026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113862026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113872026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113882026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113892026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113902026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113912026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113922026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113932026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113942026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113952026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113962026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113972026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113982026-09-08T17:54:20.648Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113992026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114002026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114012026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114022026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114032026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114042026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114052026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114062026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114072026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114082026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114092026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114102026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114112026-09-08T17:54:20.649Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114122026-09-08T17:54:20.650Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114132026-09-08T17:54:20.650Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114142026-09-08T17:54:20.650Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114152026-09-08T17:54:20.650Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114162026-09-08T17:54:20.650Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114172026-09-08T17:54:20.650Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114182026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114192026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114202026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114212026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114222026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114232026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114242026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114252026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114262026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114272026-09-08T17:54:20.651Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114282026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114292026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114302026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114312026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO O| Info: ABL version: 0x100af010
114322026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114332026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114342026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114352026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114362026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114372026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114382026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114392026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114402026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114412026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114422026-09-08T17:54:20.653Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114432026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114442026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114452026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114462026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114472026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114482026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114492026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114502026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114512026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114522026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114532026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114542026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114552026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114562026-09-08T17:54:20.654Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114572026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114582026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114592026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114602026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114612026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114622026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114632026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114642026-09-08T17:54:20.655Z[ host-image] Sep 08 17:54:20.085 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114652026-09-08T17:54:20.661Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114662026-09-08T17:54:20.661Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114672026-09-08T17:54:20.665Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114682026-09-08T17:54:20.665Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114692026-09-08T17:54:20.665Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114702026-09-08T17:54:20.665Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114712026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114722026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114732026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114742026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114752026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114762026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114772026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114782026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114792026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114802026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114812026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114822026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114832026-09-08T17:54:20.666Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114842026-09-08T17:54:20.667Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114852026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114862026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114872026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114882026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114892026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114902026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114912026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114922026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114932026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114942026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114952026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114962026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114972026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114982026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114992026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115002026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115012026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115022026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115032026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115042026-09-08T17:54:20.668Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115052026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115062026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115072026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115082026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115092026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115102026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115112026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115122026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115132026-09-08T17:54:20.669Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115142026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115152026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115162026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115172026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115182026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO O| Info: ABL version: 0x100af010
115192026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115202026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115212026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115222026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115232026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115242026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115252026-09-08T17:54:20.670Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115262026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115272026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115282026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115292026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115302026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115312026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115322026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115332026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115342026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115352026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115362026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115372026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115382026-09-08T17:54:20.671Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115392026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115402026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115412026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115422026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115432026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115442026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115452026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115462026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115472026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115482026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115492026-09-08T17:54:20.672Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115502026-09-08T17:54:20.673Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115512026-09-08T17:54:20.673Z[ recovery-image] Sep 08 17:54:20.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115522026-09-08T17:54:20.683Z[ host-image] Sep 08 17:54:20.122 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115532026-09-08T17:54:20.683Z[ host-image] Sep 08 17:54:20.122 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115542026-09-08T17:54:20.699Z[ recovery-image] Sep 08 17:54:20.138 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115552026-09-08T17:54:20.701Z[ recovery-image] Sep 08 17:54:20.138 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115562026-09-08T17:54:21.800Z[ recovery-image] Sep 08 17:54:21.239 INFO image complete! materials are in "/work/os-recovery"
115572026-09-08T17:54:21.803Z[ recovery-image]
115582026-09-08T17:54:21.803Z[ recovery-image] real 3:28.715739275
115592026-09-08T17:54:21.803Z[ recovery-image] user 2:36.716513102
115602026-09-08T17:54:21.803Z[ recovery-image] sys 37.517026940
115612026-09-08T17:54:21.804Z[ recovery-image] trap 0.128480254
115622026-09-08T17:54:21.804Z[ recovery-image] tflt 0.667557012
115632026-09-08T17:54:21.804Z[ recovery-image] dflt 0.890684457
115642026-09-08T17:54:21.804Z[ recovery-image] kflt 0.000182610
115652026-09-08T17:54:21.804Z[ recovery-image] lock 8:05.742852685
115662026-09-08T17:54:21.804Z[ recovery-image] slp 18:12.872198813
115672026-09-08T17:54:21.804Z[ recovery-image] lat 33.628112633
115682026-09-08T17:54:21.804Z[ recovery-image] stop 6.333988399
115692026-09-08T17:54:21.807ZSep 08 17:54:21.243 INFO [recovery-image] process exited with exit status: 0 (208.720996051s)
115702026-09-08T17:54:21.807ZSep 08 17:54:21.243 INFO [tuf-v2-recovery] running task
115712026-09-08T17:54:21.807ZSep 08 17:54:21.244 INFO [tuf-v2-recovery] task succeeded (795.051µs)
115722026-09-08T17:54:22.537Z[ host-image] Sep 08 17:54:21.976 INFO image complete! materials are in "/work/os-host"
115732026-09-08T17:54:22.542Z[ host-image]
115742026-09-08T17:54:22.542Z[ host-image] real 4:03.043735653
115752026-09-08T17:54:22.542Z[ host-image] user 2:48.822010289
115762026-09-08T17:54:22.542Z[ host-image] sys 37.207628499
115772026-09-08T17:54:22.542Z[ host-image] trap 0.136810605
115782026-09-08T17:54:22.542Z[ host-image] tflt 0.194698993
115792026-09-08T17:54:22.542Z[ host-image] dflt 0.248999826
115802026-09-08T17:54:22.544Z[ host-image] kflt 0.000249490
115812026-09-08T17:54:22.544Z[ host-image] lock 4:58.627871883
115822026-09-08T17:54:22.544Z[ host-image] slp 21:08.519776389
115832026-09-08T17:54:22.544Z[ host-image] lat 23.355983814
115842026-09-08T17:54:22.544Z[ host-image] stop 1.748239478
115852026-09-08T17:54:22.544ZSep 08 17:54:21.980 INFO [host-image] process exited with exit status: 0 (243.049126599s)
115862026-09-08T17:54:22.544ZSep 08 17:54:21.980 INFO [tuf-v2-host] running task
115872026-09-08T17:54:22.544ZSep 08 17:54:21.980 INFO [tuf-repo] running task
115882026-09-08T17:54:22.544ZSep 08 17:54:21.980 INFO [tuf-v2-host] task succeeded (504.461µs)
115892026-09-08T17:54:22.544ZSep 08 17:54:21.980 INFO [tuf-v2-repo] running task
115902026-09-08T17:54:36.976ZSep 08 17:54:36.414 INFO assembling repository in `/tmp/tufaceousxUznpf`, component: OmicronRepoAssembler
115912026-09-08T17:54:39.589ZSep 08 17:54:39.021 INFO [tuf-v2-repo] task succeeded (17.040784064s)
115922026-09-08T17:54:40.944ZSep 08 17:54:40.382 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115932026-09-08T17:54:41.183ZSep 08 17:54:40.622 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115942026-09-08T17:54:42.811ZSep 08 17:54:42.247 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115952026-09-08T17:54:42.870ZSep 08 17:54:42.308 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115962026-09-08T17:54:42.917ZSep 08 17:54:42.356 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115972026-09-08T17:54:42.966ZSep 08 17:54:42.405 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
115982026-09-08T17:54:43.016ZSep 08 17:54:42.455 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
115992026-09-08T17:54:43.068ZSep 08 17:54:42.504 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116002026-09-08T17:54:43.113ZSep 08 17:54:42.552 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116012026-09-08T17:54:50.682ZSep 08 17:54:50.119 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
116022026-09-08T17:54:50.692ZSep 08 17:54:50.125 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
116032026-09-08T17:54:50.713ZSep 08 17:54:50.147 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
116042026-09-08T17:54:50.773ZSep 08 17:54:50.212 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116052026-09-08T17:54:50.827ZSep 08 17:54:50.266 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116062026-09-08T17:54:50.884ZSep 08 17:54:50.323 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116072026-09-08T17:54:50.950ZSep 08 17:54:50.389 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
116082026-09-08T17:54:50.959ZSep 08 17:54:50.395 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
116092026-09-08T17:54:50.982ZSep 08 17:54:50.419 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
116102026-09-08T17:54:52.116ZSep 08 17:54:51.555 INFO [tuf-repo] task succeeded (29.574932505s)
116112026-09-08T17:58:14.250Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 17s
116122026-09-08T17:58:14.253Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116132026-09-08T17:58:14.253Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116142026-09-08T17:58:16.918ZSep 08 17:58:16.355 INFO [verify-libraries] process exited with exit status: 0 (444.065759259s)
116152026-09-08T17:58:16.918ZSep 08 17:58:16.355 INFO all jobs completed in 1215.855184701s
116162026-09-08T17:58:17.887Zprocess exited: duration 1431333 ms, exit code 0
 
116172026-09-08T17:58:17.899Zfound 41 output files
116182026-09-08T17:58:17.899Zuploading: /work/manifest.toml (17334 bytes)
116192026-09-08T17:58:18.911Zuploaded: /work/manifest.toml
116202026-09-08T17:58:18.912Zuploading: /work/repo.zip (2351417121 bytes)
116212026-09-08T17:58:53.788Zuploaded: /work/repo.zip
116222026-09-08T17:58:53.788Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116232026-09-08T17:58:54.813Zuploaded: /work/repo.zip.sha256.txt
116242026-09-08T17:58:54.813Zuploading: /work/helios.json (647 bytes)
116252026-09-08T17:58:55.826Zuploaded: /work/helios.json
116262026-09-08T17:58:55.827Zuploading: /work/incorporation.p5m (113595 bytes)
116272026-09-08T17:58:56.848Zuploaded: /work/incorporation.p5m
116282026-09-08T17:58:56.848Zuploading: /work/incorporation.p5p (133120 bytes)
116292026-09-08T17:58:57.871Zuploaded: /work/incorporation.p5p
116302026-09-08T17:58:57.874Zuploading: /work/helios-incorp.log (522 bytes)
116312026-09-08T17:58:58.884Zuploaded: /work/helios-incorp.log
116322026-09-08T17:58:58.885Zuploading: /work/helios-setup.log (57113 bytes)
116332026-09-08T17:58:59.902Zuploaded: /work/helios-setup.log
116342026-09-08T17:58:59.902Zuploading: /work/host-image.log (235061 bytes)
116352026-09-08T17:59:00.928Zuploaded: /work/host-image.log
116362026-09-08T17:59:00.929Zuploading: /work/host-package.log (49353 bytes)
116372026-09-08T17:59:01.943Zuploaded: /work/host-package.log
116382026-09-08T17:59:01.943Zuploading: /work/host-target.log (101 bytes)
116392026-09-08T17:59:02.978Zuploaded: /work/host-target.log
116402026-09-08T17:59:02.978Zuploading: /work/incorp-create.log (0 bytes)
116412026-09-08T17:59:03.987Zuploaded: /work/incorp-create.log
116422026-09-08T17:59:03.987Zuploading: /work/incorp-fmt.log (0 bytes)
116432026-09-08T17:59:04.995Zuploaded: /work/incorp-fmt.log
116442026-09-08T17:59:04.998Zuploading: /work/incorp-pkgsend.log (108 bytes)
116452026-09-08T17:59:06.008Zuploaded: /work/incorp-pkgsend.log
116462026-09-08T17:59:06.011Zuploading: /work/incorp-publisher.log (0 bytes)
116472026-09-08T17:59:07.019Zuploaded: /work/incorp-publisher.log
116482026-09-08T17:59:07.019Zuploading: /work/omicron-package.log (10474 bytes)
116492026-09-08T17:59:08.034Zuploaded: /work/omicron-package.log
116502026-09-08T17:59:08.034Zuploading: /work/recovery-image.log (593003 bytes)
116512026-09-08T17:59:09.075Zuploaded: /work/recovery-image.log
116522026-09-08T17:59:09.075Zuploading: /work/recovery-package.log (2621 bytes)
116532026-09-08T17:59:10.145Zuploaded: /work/recovery-package.log
116542026-09-08T17:59:10.145Zuploading: /work/recovery-target.log (98 bytes)
116552026-09-08T17:59:11.149Zuploaded: /work/recovery-target.log
116562026-09-08T17:59:11.150Zuploading: /work/stamp-clickhouse.log (117 bytes)
116572026-09-08T17:59:12.158Zuploaded: /work/stamp-clickhouse.log
116582026-09-08T17:59:12.158Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116592026-09-08T17:59:13.168Zuploaded: /work/stamp-clickhouse_keeper.log
116602026-09-08T17:59:13.168Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116612026-09-08T17:59:14.177Zuploaded: /work/stamp-clickhouse_server.log
116622026-09-08T17:59:14.177Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116632026-09-08T17:59:15.186Zuploaded: /work/stamp-cockroachdb.log
116642026-09-08T17:59:15.191Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116652026-09-08T17:59:16.198Zuploaded: /work/stamp-crucible-pantry-zone.log
116662026-09-08T17:59:16.198Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116672026-09-08T17:59:17.208Zuploaded: /work/stamp-crucible-utils.log
116682026-09-08T17:59:17.208Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116692026-09-08T17:59:18.217Zuploaded: /work/stamp-crucible-zone.log
116702026-09-08T17:59:18.217Zuploading: /work/stamp-external-dns.log (119 bytes)
116712026-09-08T17:59:19.228Zuploaded: /work/stamp-external-dns.log
116722026-09-08T17:59:19.228Zuploading: /work/stamp-installinator.log (103 bytes)
116732026-09-08T17:59:20.240Zuploaded: /work/stamp-installinator.log
116742026-09-08T17:59:20.240Zuploading: /work/stamp-internal-dns.log (119 bytes)
116752026-09-08T17:59:21.249Zuploaded: /work/stamp-internal-dns.log
116762026-09-08T17:59:21.249Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116772026-09-08T17:59:22.259Zuploaded: /work/stamp-mg-ddm-gz.log
116782026-09-08T17:59:22.259Zuploading: /work/stamp-nexus.log (112 bytes)
116792026-09-08T17:59:23.267Zuploaded: /work/stamp-nexus.log
116802026-09-08T17:59:23.270Zuploading: /work/stamp-ntp.log (110 bytes)
116812026-09-08T17:59:24.277Zuploaded: /work/stamp-ntp.log
116822026-09-08T17:59:24.280Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116832026-09-08T17:59:25.286Zuploaded: /work/stamp-omicron-sled-agent.log
116842026-09-08T17:59:25.290Zuploading: /work/stamp-overlay.log (114 bytes)
116852026-09-08T17:59:26.297Zuploaded: /work/stamp-overlay.log
116862026-09-08T17:59:26.300Zuploading: /work/stamp-oximeter.log (115 bytes)
116872026-09-08T17:59:27.309Zuploaded: /work/stamp-oximeter.log
116882026-09-08T17:59:27.309Zuploading: /work/stamp-oxlog.log (109 bytes)
116892026-09-08T17:59:28.320Zuploaded: /work/stamp-oxlog.log
116902026-09-08T17:59:28.322Zuploading: /work/stamp-probe.log (112 bytes)
116912026-09-08T17:59:29.332Zuploaded: /work/stamp-probe.log
116922026-09-08T17:59:29.332Zuploading: /work/stamp-propolis-server.log (122 bytes)
116932026-09-08T17:59:30.340Zuploaded: /work/stamp-propolis-server.log
116942026-09-08T17:59:30.340Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116952026-09-08T17:59:31.351Zuploaded: /work/stamp-pumpkind-gz.log
116962026-09-08T17:59:31.351Zuploading: /work/stamp-switch-asic.log (118 bytes)
116972026-09-08T17:59:32.362Zuploaded: /work/stamp-switch-asic.log
116982026-09-08T17:59:32.362Zuploading: /work/verify-libraries.log (50340 bytes)
116992026-09-08T17:59:33.372Zuploaded: /work/verify-libraries.log